@charset "UTF-8";
/* 共通部分 ---*/
html:focus-within {
  scroll-behavior: smooth;
}
html {
	font-size: 100%;
}
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.7;
	color: #432;
	background-color: #FFF;
	margin: 0;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
/* iframe */
iframe {
	width: 100%;
}
/* HEADER ---*/
.logo {
	min-width: 180px;
	margin-top: 14px;
}
.main-nav {
	display: flex;
	felx-wrap: wrap;
	align-items: center;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 24px;
	list-style: none;
	width: 80%;
	margin-left: -200px;
}
.main-nav li {
	margin-left: 36px;
	margin-top: 40px;
	text-align: center;
	white-space: nowrap;
}
.main-nav a {
	color: #432;
}
.main-nav a:hover {
	color: #0db;
}
.page-header {
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	height: 100px;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	opacity:0.7;
}
.wrapper {
	margin: 0 auto;
	padding: 0 4%;
}
.contact-buttan {
	position: fixed;
	transition: background-image 1s;
	display: inline-block;
	background-image: linear-gradient(-135deg, #0ee7ed, #092eff);
	color: #FFF;/*文字色*/
	font-size: 1em;/*文字サイズ*/
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;/*字間*/
	border-radius: 8px;/*角の丸み*/
	cursor: pointer;
	height: 45px;
	padding: 14px 15px;
	white-space: nowrap;
	border: 2px solid #ddd;
	top: 15px;
	right: 30px;
	box-sizing: border-box; 
}
.contact-buttan a {
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact-buttan:hover {
	animation: contactShow 0.8s linear 0s;
	background-image: linear-gradient(-135deg, #ff99dd, #ff09ea);
}
.info-p {
	text-align: center;
	margin: 25px;
	font-size: 0.9rem;
	color: #777;
}
text--placefolder{
	width:100%;
	text-align:right;
}
.text__space{
	display:inline-block;
	width:50px;
}
/* HOME ---*/
.home-content {
	text-align: center;
	margin: 10% auto 300px;
	position: relative;
	display:flex;
	flex-direction:center;
}
.page-title-img{
	width:45%;
	padding:200px 0 0;
}
.delayed-image1{
	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.delayed-image2{
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.PutOn{
	width:35%;
	max-width: 500px;
	min-width:200px;
	position:absolute;
	top:20%;
	right:2%;
}
.PutDown{
	width:35%;
	max-width: 500px;
	min-width:200px;
	position:absolute;
	top:320px;
	right:12%;
}

@keyframes fadeIn { 
    0% {opacity: 0} 
    100% {opacity: 1} 
}
.home-content p {
	font-size: 1rem;
	margin: 20px 0 42px;
}
.space {
	width: 100%;
	height: 10px;
	margin: 70px 0;
	padding: -70px 0;
}
.top-big-title-b {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #003bb3;
	margin: 0;
	padding: 0;
}
.top-big-title-w {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.fadein {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}
.img-area {
	max-width: 800px; /* 最大幅 */
	min-width: 240px; /* 最小幅 */
	width: 50%;
	margin: 0;
	padding: 0;
}
.img-area img {
	height: 100%;
	width:100%;
}
.text-area {
	width: 40%;
	height: 90%;
	padding: 20px 5%;
	margin: auto;
	text-align: center;
}
.top-big-title-b .text-area p {
	font-size: 2rem;
	color: #fff;
	margin: 10px 0;
}
.top-big-title-b .text-area .bit {
	font-size: 1.2rem;
	margin: 15px 0 0;
}
.top-big-title-w .text-area p {
	font-size: 2rem;
	color: #666;
	margin: 10px 0;
}
.top-big-title-w .text-area .bit {
	font-size: 1.2rem;
	margin: 15px 0 0;
}
.line-atention {
	height: 150px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}
.line-atention .inner {
	width: 80%;
	height: 80px;
	padding: 70px 0;
	margin: auto;
	color: #8d7200;
	position: static;
}
.line-atention .inner p {
	position: relative;
	top: -15px;
	background-color: #fff;
	display: inline-block;
	width: 300px;
	font-size:1.5rem;
}
.middle-title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 50px;
}
.middle-title .container {
	width: 375px;
	height: 375px;
	margin: 30px;
	position: relative;
	text-align: center;
	border: #999 solid 1px;
}
.middle-title .container p {
	position: absolute;
	color: white;
	top: 40%;
	left: 50%;
	width: 90%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	font-size: 2.2rem;
	text-shadow: 1px 1px 2px #333;
}
.middle-title .container img {
	width: 100%;
}
.middle-title .container figcaption {
	position: absolute;
	top: 88%;
	left: 50%;
	width: 90%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	font-size: 1.15rem;
}
.under-cursol {
	position: relative;
	width: 250px;
	height: 50px;
	margin: -120px auto 80px;
	padding: 12px 0 0 30px;
	border: #003bb3 1px solid;
}
.under-cursol a {
	color: #003bb3;
	display: block;
}
.under-cursol a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid #003bb3;
	border-right: 1px solid #003bb3;
	transform: rotate(135deg);
	right: 30px;
	top: 36%;
	transition: 0.3s;
}
.under-cursol a:hover:after {
	top: 25px;
}
h1 {
	position: relative;
	width:300px;
	margin:0 0 0 2%;
}
h1 img {
	position: absolute;
	top: 0;
	transition: 0.3s;
}
h1 img:hover {
	top: -5px;
}
.fadein {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}
.thanks-wrapper{
	width:100%;
	margin:300px 0 0;
}
.thanks{
	display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  font-size:1.2rem;
  padding:40px;
}
.under-info{
	width: 85%;
	margin: 0 auto 50px;
	padding:30px 0;
	background-color: #eaf6fd;
}
.an-info{
	width:90%;
	display:block;
	text-align:center;
	font-size:1.7rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	padding:20px;
	color:#fff;
	background-color: #00aaff;
}

.Announcement-space{
	width:100%;
	padding:50px auto;
	margin:50px 0;
	display:flex;
	flex-direction:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tel-area {
	width:50%;
	padding:30px;
	text-align:center;
	border-right:#666 solid 1px;
}
.tel-area .small{
	font-size:1.1rem;
	color:#3b82c4;
	letter-spacing: 0.1em;
	margin:10px 0;
}
.tel-area .big{
	font-size:2.4rem;
	font-family: 'Monda', sans-serif;
	letter-spacing: -0.05em;
	color:#00aaff;

}
.mail-area{
		width:50%;
	padding:30px;

}

.btn-gradation {
  display: inline-block;
  width: 90%;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  margin:0 5%;
  padding: 20px 45px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #00eeff, #0000b1);
  transition: .3s;
  background-size: 200%;
}

.btn-gradation:hover {
  background-position: right center;
}
/* MENU ---*/
.menu-title {
	padding: 0;
	margin: 200px auto 0;
	height: 320px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
}
.menu-title .menu-inner {
	position: relative;	
	transition: 0.3s;
	display: block;
	width: 250px;
	height: 150px;
	border: #000 1px dashed;
	margin: 100px 10px;
	position: relative;
	background-image: linear-gradient( -45deg, #fff 25%, #80d8ff 25%, #80d8ff 50%, #fff 50%, #fff 75%, #80d8ff 75%, #80d8ff );
	background-size: 8px 8px;
	background-repeat: repeat;
}
.menu-title .menu-inner .in {
	width: 220px;
	height: 120px;
	margin: 15px;
	background-color: #FFF;
	position: static;
	display: inline-block;
	padding-top: 40px;
	font-size:1.5rem;
}
.menu-inner h2 {
	position: absolute;
	top: 38%;
	left: 21%;
	font-weight: normal;
	color: #0CF;
	text-align: center;
}
a .menu-inner {
	display: inline_block;
	color: #666;
	top: 0;
}
a .menu-inner:hover {
	top: 10px;
}
.contact-headline {
	width: 100%;
	text-align: center;
	height: 100px;
	margin: 170px 0 0;
	padding: 30px 0;
	font-weight: normal;
	border: #333 1px dashed;
	font-size: 1.5rem;
	background-image: linear-gradient( -45deg, #fff 25%, #80d8ff 25%, #80d8ff 50%, #fff 50%, #fff 75%, #80d8ff 75%, #80d8ff );
	background-size: 4px 4px;
	background-repeat: repeat;
}
.news-headline {
	width: 100%;
	text-align: center;
	height: 100px;
	margin: 200px 0 0;
	padding: 30px 0;
	font-weight: normal;
	border: #333 1px dashed;
	font-size: 1.5rem;
	background-image: linear-gradient( -45deg, #fff 25%, #80d8ff 25%, #80d8ff 50%, #fff 50%, #fff 75%, #80d8ff 75%, #80d8ff );
	background-size: 4px 4px;
	background-repeat: repeat;
}
.menu-headline {
	width: 100%;
	text-align: center;
	height: 100px;
	margin: 0;
	padding: 23px 0;
	border: #333 1px dashed;
	font-size: 2rem;
	background-image: linear-gradient( -45deg, #fff 25%, #80d8ff 25%, #80d8ff 50%, #fff 50%, #fff 75%, #80d8ff 75%, #80d8ff );
	background-size: 4px 4px;
	background-repeat: repeat;
}
main {
	background-color: #fff;
}
.mn_sec2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	text-align: center;
	margin: 0;
}
section {
	margin: 0;
	padding: 0;
}
.circle-img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	opacity: 0.8;
}
.circle a:hover {
	opacity: 0.5;
}
.mn_sec2 .circle {
	position: relative;
	width: 200px;
	height: 230px;
	text-align: center;
	line-height: 200px;
	margin: 20px 20px 200px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}
.mn_sec2 .circle .name {
	position: absolute;
	width: 190px;
	height: 50px;
	text-align: center;
	top: 130px;
	left: 5px;
	font-size: 1.2rem;
	font-weight:bold;
}
.mn_sec2 .circle figcaption {
	text-align: left;
	line-height: 1.3rem;
	margin-top: -40px;
	left: 10px;
	font-size: 0.95rem;
}
.mn_sec2 .attention {
	color: #666;
	margin: 70px 0;
}
.mn-post-container {
	width: 40%;
	padding: 20px;
	margin: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}
.mn-post-container:hover {
	background-color: #0CF;
	color: #fff;
}
.mn-post-container img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.mn-post-container p {
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 1.1rem;
	text-align: left;
}
.mn-post-title {
	width: 100%;
	height: 50px;
	border-bottom: #0CF solid 1px;
	margin: 20px 0;
	font-size: 1.4rem;
}
/*ORDER*/
.od_big_img {
	background-image: url(../images/city-at-sunset-with-clouded-sky.jpg), linear-gradient(#fff, #55e8dd);
	background-blend-mode: overlay;
	background-position: center top;
	background-repeat: repeat;
	margin: 0 auto;
}
.od_headline {
	width: 100%;
	text-align: center;
	height: 100px;
	margin: 200px 0 0;
	padding: 23px 0;
	font-weight: normal;
	border: #333 1px dashed;
	font-size: 1.8rem;
	background-image: linear-gradient( -45deg, #fff 25%, #80d8ff 25%, #80d8ff 50%, #fff 50%, #fff 75%, #80d8ff 75%, #80d8ff );
	background-size: 4px 4px;
	background-repeat: repeat;
}
.order_wrapper {
	width: 90%;
	margin: 100px auto 0px;
	padding: 0;
}
.order_area {
	width: 90%;
	margin: 50px auto 0;
	padding-bottom: 30px;
}
.od_content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: #333 1px dashed;
}
.num {
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #80d8ff;
	text-align: center;
	line-height: 80px;
	top: -40px;
	left: -40px;
	color: #fff;
	font-size:1.6rem;
}
.od_content .inner {
	display: inline-block;
	position: static;
	width: 360px;
	padding: 0;
	margin: 20px;
	vertical-align: middle;
}
.od_content .inner img {
	width: 100%;
}
.od_content .inner h3 {
	margin: 0;
	font-size:1.5rem;
}
.od_content .inner p {
	font-size:1.1rem;
}

#from_rules {
	color: red;
}
/* COMPANY*/
.com_ttl_container {
	margin: 50px auto -250px;
	padding: 200px 0 0;
	width: 90%;
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
	align-content: center;
	justify-content: center;
}
.com_ttl_container p {
	font-size: 0.9rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	text-align:center;
}
.com_ttl_container h2 {
	font-size: 4.3rem;
	color: #00a9ff;
	text-align: center;
}
.com_ttl_container h3 {
	font-size: 2rem;
	color: #00a9ff;
	text-align: center;
}
.com_ttl_container .itemA {
	grid-column: 1 span;
}
.com_ttl_container .itemD {
	grid-column: 1 span;
	border-top: #00a9ff 1px dashed;
}
.com_info_container {
	margin: 150px auto 200px;
	width: 96%;
	text-align: center;
	font-size:1rem;
}
.com_info_container table{
	margin: 0 auto;
}
.com_info_container table td{
	border:1px solid #80d8ff;
	color:#666;
}
.com_info_container *{
	padding: 20px;
}
.com_wrapper {
	width: 100%;
	background-image: url(../images/city-behind-greenery.jpg), linear-gradient(#cce8dd, #fff);
	background-blend-mode: overlay;
	background-position: center top;
	background-repeat: no-repeat;
}
.big{
	font-size:1.7rem;
	line-height: 1em;
	font-weight:bold;
}
.small{
	font-size:0.9rem;
}

/* SNS */
#sns {
	background: #FAF7F0;
	padding: 4% 0;
}
#sns .wrapper {
	display: flex;
	justify-content: space-between;
}
#sns .sub-title {
	margin-bottom: 30px;
}
.sns-box {
	width: 45%;
}
/* RULES */
.rules_container {
	margin: 150px auto;
	width: 96%;
	display: grid;
	grid-template-rows: 46px 46px 46px 46px 46px 46px 46px;
	grid-template-columns: 1fr 3fr;
	text-align: center;
	font-size: 0.85rem;
	align-content: center;
	justify-content: center;
}
.rules_container .itemA {
	grid-column: 2 span;
	border: #00a9ff 1px solid;
	padding: 20px 0 0;
	background-color: rgba(0,169,255,0.3);
}
.rules_container .itemB {
	grid-column: 6 span;
	border: #00a9ff 1px solid;
	padding: 20px 0 0;
	background-color: rgba(0,169,255,0.3);
}
.rules_container .itemC {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
	border-top: #00a9ff 1px solid;
	border-left: #00a9ff 1px solid;
	padding: 10px 0 0;
}
.rules_container .itemD {
	grid-row: 2 / 3;
	grid-column: 2 / 5;
	border-top: #00a9ff 1px solid;
	border-left: #00a9ff 1px solid;
	border-right: #00a9ff 1px solid;
	padding: 10px 0 0;
}
.rules_container .itemE {
	grid-row: 3 / 5;
	grid-column: 1 / 2;
	border-top: #00a9ff 1px solid;
	border-left: #00a9ff 1px solid;
	padding: 30px 0 0;
}
.rules_container .itemF {
	grid-row: 3 / 5;
	grid-column: 2 / 5;
	border-top: #00a9ff 1px solid;
	border-left: #00a9ff 1px solid;
	border-right: #00a9ff 1px solid;
	padding: 20px 0 0;
}
.rules_container .itemG {
	grid-row: 5 / 8;
	grid-column: 1 / 2;
	border-top: #00a9ff 1px solid;
	border-left: #00a9ff 1px solid;
	border-bottom: #00a9ff 1px solid;
	padding: 50px 0 0;
}
.rules_container .itemH {
	grid-row: 5 / 8;
	grid-column: 2 / 5;
	border: #00a9ff 1px solid;
	padding: 10px 0;
}
 @keyframes contactShow {
	 from {
	 opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes tooltipShow {
	 from {
	 opacity: 0;
	 transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}
.return-buttan {
	display: inline-block;
	text-align: center;
	margin: -30px 45% 50px;
	padding: 20px;
	background-image: linear-gradient(-135deg, #0ee7ed, #092eff);
	font-size: 1rem;
	white-space: nowrap;
	line-height: 1;
	cursor: pointer;
}
.return-buttan a {
	color: #FFF;
	text-decoration: none;
}
.return-buttan:hover {
	animation: tooltipShow 0.5s linear 0s;
	background-image: linear-gradient(-135deg, #ff99dd, #ff09ea);
}
/*QUESTION*/
.balloon4 {
	display: inline-block;
	margin: 0 auto;
	width: 50%;
	position: relative;
	margin: 2em 0 2em 40px;
	padding: 15px;
	background: #fff;
	border-radius: 30px;
	border: #00aaff 2px solid;
	font-size:2rem;
}
.qs-ttl {
	width: 100%;
	height: 500px;
	background-image: url(../images/main-bg.jpg), linear-gradient(#80d8ff, #fff);
	background-blend-mode: overlay;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 100px;
	padding-top: 100px;
}
.qs-ttl p {
	font-size: 1.2rem;
}
.qs-wrapper {
	width: 95%;
	margin: 0 auto;
}

/*アコーディオンここから*/
.accbox {
    margin: 2em auto;
    padding: 0;
    max-width: 90%;/*最大幅*/
}

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #fff;
    font-size: 1.5rem;
    background: #00aaff;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

.accbox label:hover {
    background :#f5a500;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0 0 0 20px;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	font-size:1.2rem;
}

.cssacc:checked + label + .accshow {
    height: auto;
    background: #fff5eb;
    opacity: 1;
	padding: 10px 20px;
}

.accbox .accshow p {
    margin: 15px 10px}

.cssacc:checked + label:before {
    content: '\f078';
}
/*アコーディオンここまで*/


/* 見出し */
.page-title {
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	text-transform: uppercase;
	font-weight: normal;
	width: 50%;
	height: 30%;
	margin-left: 4%;
	padding: 320px 0px 50px;
	white-space: nowrap;
	z-index:1;
}
/* ボタン */
.button {
	display: block;
	width: 25%;
	margin: 30px auto 0px;
	font-size: 1.375rem;
	background: #0bd;
	color: #fff;
	border-radius: 5px;
	padding: 18px 32px;
}
.button:hover {
	background: #0090aa;
}
/* 大きな背景画像 */
.bog-bg {
	background-size: cover;
}
#home {
	background-image: url(../images/home_big_bg.jpg);
	min-height: 100vh;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -100px;
}
#menu {
	background-image: url(../images/menu-bg.jpg), linear-gradient(#c9ffbf, #ffafbd);
	background-blend-mode: overlay;
	min-height: 100vh;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -170px;
	padding-top: 100px;
}
#page_top {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #333;
	line-height: 50px;
	margin: 20px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	text-align: center;
}
#page_top i {
	color: #ffffff;
}
#page_top:hover {
	background: #666;
}
#page_top:hover i {
	color: #000;
}
#page_top a {
	display: inline-block;
}




/*-----------------------------------251021追加 pcOnly*/
@media screen and (min-width: 768px) {
	
footer {
	background: #E6F5F7;
	width: 100%;
	padding: 80px 0 64px;
	
}
.footer_contents{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 80%;
	max-width: 1080px;
	margin: 0 auto 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
}
.footer_contents .logo{
	margin: 0 0 16px;
	width: 240px;
	height: auto;
}
.footer_contents li{
	list-style: none;
}
.footer_contents > li:nth-child(1){
	max-width: 340px;
	width: 35%;
	border-right: solid 1px #00B1FF;
	padding-right: 2%;
}
.footer_contents >  li:nth-child(2){
	
	width:63%;
}
.footer_nav{
	display: flex;
	list-style: none;
	text-align: left;
	
}
.footer_nav a{
	color: #333;
}
.footer_nav > li{
	width: 33%;
}
.footer_nav > li a:hover{
	color: #00B1FF;
	
	
}
.footer_nav_sub{
	margin-bottom: 16px;

}
a.bold{
	font-weight: 700;
	color: #00B1FF;
	background-image: linear-gradient(#00B1FF, #00B1FF);
  background-repeat: no-repeat;
 background-position: bottom left; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;

}
a.bold:hover{
	background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
	transition: all .2s;

}
.copyright{
	text-align: center;
	font-size: 12px;
}
.poppins{
	font-family: "Poppins", sans-serif;

}
.tel{
	margin-bottom: 32px;
	position: relative;
	padding-left: 16px;
}
.tel::before{
	content:"\f095";
	font-family: FontAwesome;
	font-size: 110%;
	padding-right: 4px;
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.tel a{
	color: #333;
}
.tel a:hover{
	color: #00B1FF;
	transition: all .2s;
}
.insta{
	width:32px;
	height: 32px;
}
}
/*-----------------------------------251021追加*/


.sitemap_area {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: column;
	height: 280px;
	width: 25%;
	margin: 15px 10px 0;
}
.sitemap_area .inner {
	display: block;
	width: 170px;
	font-size: 1.2rem;
	margin: 5px 5px;
	text-align: left;
}
.sitemap_area .inner-s {
	display: block;
	width: 170px;
	font-size: 1rem;
	margin: 5px 15px;
	text-align: left;
	text-indent: 1em;
}
.sitemap_area .inner {
	color: #FFF;
}
.sitemap_area .inner:hover {
	background: #666;
}
.sitemap_area .inner-s {
	color: #FFF;
}
.sitemap_area .inner-s:hover {
	background: #666;
}
.clender_area {
 background:#000;
	width: 300px;
	margin-right: 30px;
}
/* NEWS */
.post-info {
	position: relative;
	padding-top: 4px;
	margin-bottom: 40px;
}
.post-date {
	background: #0bd;
	border-radius: 50%;
	color: #fff;
	width: 100px;
	height: 100px;
	font-size: 1.625rem;
	text-align: center;
	position: absolute;
	top: 0;
	padding-top: 10px;
}
.post-date span {
	font-size: 1rem;
	border-top: 1px rgba(255,255,255,.5) solid;
	padding-top: 6px;
	display: block;
	width: 60%;
	margin: 0 auto;
}
.post-title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2rem;
	font-weight: nomal;
}
.post-title, .post-cat {
	margin-left: 120px;
}
article img {
	margin-bottom: 20px;
}
article p {
	margin-bottom: 1rem;
}
article a {
	color: #0bd;
}
.sub-title {
	font-size: 1.375rem;
	padding: 0 8px;
	border-bottom: 2px #0bd solid;
	font-weight: normal;
	margin: 40px 0 0;
}
aside p {
	padding: 12px 10px;
}
.sub-menu {
	margin-bottom: 60px;
	list-style: none;
}
.sub-menu li {
	border-bottom: 1px #ddd solid;
}
.sub-menu a {
	color: #432;
	padding: 10px;
	display: block;
}
.sub-menu a:hover {
	color: #0bd;
}
.post-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px;
}
.post-container {
	width: 75%;
	margin: 50px 0;
	padding: 10px;
}
.sub-container {
	width: 20%;
	margin: 50px 0;
	padding: 10px;
}
/* 微調整用 ---*/
@media (max-width:820px) {
	.page-title {
		font-size: 2rem;
		margin:0 auto;
		text-align:center;
	}
	.PutOn{
		width:35%;
		max-width: 500px;
		min-width:200px;
		position:absolute;
		top:38%;
		right:2%;
	}
	.PutDown{
		width:35%;
		max-width: 500px;
		min-width:200px;
		position:absolute;
		top:80%;
		right:12%;
	}

	.menu-title {
		margin: 200px 30% 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 100px;
	}
	.menu-title .menu-inner {
		width: 250px;
		height: 80px;
		border: #000 1px dashed;
		margin: 5px;
	}
	.menu-title .menu-inner .in {
		display: block;
		width: 210px;
		background-color: #FFF;
		height: 40px;
		margin: 20px auto;
		padding: 10px 0;
	}
	.menu-inner h2 {
		font-weight: normal;
		color: #0CF;
		text-align: center;
		font-size: 0.9rem;
	}
}




/* -------------------------------------------モバイル版 ---*/
@media (max-width:600px) {
	.logo {
		margin: 10px -20px;
	}
	.page-title {
		font-size: 1.5rem;
		margin-left:10%;
		text-align:center;
	}
	/* HEADER */
	.main-nav {
		font-size: 0.8rem;
		margin-top: 10px;
		flex-direction: column;
		width: 100%;
		margin-left: 0;
	}
	.main-nav li {
		margin: 15px 20px;
	}
	.contact-buttan {
		position: static;
		text-align: center;
		width: 70%;
		margin-top: 100px;
		margin-left: 45px;
	}
	#nav-drawer {
		position: relative;
	}
	h1{
		width:200px;
		}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display: none;
	}
/*アイコンのスペース*/
#nav-open {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 22px;
	top: 20px;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/* FOOTER */
.footer_wrap {
	display: flex;
	flex-direction: column;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
	
/*-----------------------------------251021追加 spOnly*/
footer {
	background: #E6F5F7;
	width: 100%;
	padding: 64px 0 64px;
	
}
footer  ul{margin: 0; padding: 0;}
.footer_contents{
	width:90%;
	margin: 0 auto 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
}
.footer_contents .logo{
	margin: 0 0 16px;
	width: 240px;
	height: auto;
}
.footer_contents li{
	list-style: none;
}
.footer_contents > li:nth-child(1){
	border-bottom: solid 1px #00B1FF;
	text-align: center;
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.footer_contents >  li:nth-child(2){
	
}
.footer_nav{

	list-style: none;
	text-align: center;
}
.footer_nav a{
	color: #333;
}
.footer_nav > li{
}
.footer_nav > li a:hover{
	color: #00B1FF;
	
	
}
.footer_nav_sub{
	margin-bottom: 16px;

}
a.bold{
	font-weight: 700;
	color: #00B1FF;
	background-image: linear-gradient(#00B1FF, #00B1FF);
  background-repeat: no-repeat;
 background-position: bottom left; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;

}
a.bold:hover{
	background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
	transition: all .2s;

}
.copyright{
	text-align: center;
	font-size: 12px;
}
.poppins{
	font-family: "Poppins", sans-serif;

}
.tel{
	margin-bottom: 32px;
	
	
	
}
	.tel a{
		position: relative;
		padding-left: 24px;
		font-size: 24px;
	font-weight: 700;
		color: #333;
		
	}
.tel a::before{
	content:"\f095";
	font-family: FontAwesome;
	font-size: 110%;
	position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.tel span{
	display: block;
	
}

.insta{
	width:32px;
	height: 32px;
}
/*-----------------------------------251021追加*/
	

.sitemap_area {
	height: 280px;
	width: 40%;
	margin: 10px auto;
}
.sitemap_area .inner {
	display: block;
	width: 200px;
	font-size: 1rem;
}
.sitemap_area .inner-s {
	display: block;
	font-size: 0.8rem;
	text-indent: 1em;
}
/* HOME */
.home-content {
	margin-top: -80px;
}
.page-header {
	justify-content: space-around;
	position: fixed;
	height: 60px;
	opacity:0.9;

}
.home-content wrapper{
	display:flex;
	flex-direction:column;
}
.page-title-img{
	width:100%;
	padding:280px 20px 0;
}

.PutOn{
	min-width:100px;
    width:50%;
	position:absolute;
	top:85%;
	right:43%;
}
.PutDown{
	min-width:100px;
	width:50%;
	position:absolute;
	top:96%;
	right:5%;
}

.top-big-title-b {
	position: relative;
	width: 100%;
	background-color: #003bb3;
	height:250px;
}
.img-area img{
display:none;
}
.top-big-title-b .text-area {
	position: absolute;
	display: flex;
	flex-direction:column;
	color: white;
	top: 35%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 1px 1px 2px #333;
}
.top-big-title-b .text-area p {
	margin: 25px 0 10px;
	font-size: 1.3rem;
}
.top-big-title-b .text-area .bit {
	margin: 12px 0 24px;
	font-size: 0.9rem;
}
.top-big-title-w {
	position: relative;
	width: 100%;
	background-color: #fff;
		height:250px;
}
.top-big-title-w .text-area {
	position: absolute;
	display: flex;
	flex-direction:column;
	color: white;
	top: 35%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top-big-title-w .text-area p {
	margin:25px 0 10px;
	font-size: 1.3rem;
}
.top-big-title-w .text-area .bit {
	margin: 12px 0 24px;
	font-size: 0.9rem;
}
.under-cursol {
	width: 250px;
}
.under-info{
	width:90%;
	padding:0;
	border:#09C solid 2px;
	}
.an-info{
	padding:20px; 
	display:block;
	text-align:center;
	font-size:0.95rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	color:#fff;
	background-color:#09C;
}

.Announcement-space{
	width:90%;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.line-atention .inner {
	padding: 85px 0;
}
.line-atention .inner p {
	width: 200px;
	font-size:1.2rem;
}
.middle-title .container p {
	margin: -50px 0 0;
	padding: 0;
	font-size: 1.7rem;
	text-shadow: 1px 1px 2px #333;
}
.middle-title .container figcaption {
	top: 75%;
	font-size: 1rem;
}

.tel-area {
	width:100%;
	margin:5px 0 0;
	padding:0px;
	text-align:center;
	border:none;
}
.tel-area .small{
	font-size:0.8rem;
	color:#3b82c4;
	letter-spacing: 0.05em;
}
.tel-area .big{
	font-size:2rem;
	font-family: 'Monda', sans-serif;
	letter-spacing: -0.05em;
}
.mail-area{
	margin:0 -2%;
}

.btn-gradation {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #00eeff, #0000b1);
  transition: .3s;
  background-size: 200%;
}

.btn-gradation:hover {
  background-position: right center;
}

/* NEWS */
.news-contents {
	flex-direction: column;
}
article, aside {
	width: 100%;
}
#news .page-title {
	margin-top: 30px;
}
aside {
	margin-top: 60px;
}
.post-info {
	margin-bottom: 30px;
}
.post-date {
	width: 70px;
	height: 70px;
	font-size: 1rem;
}
.post-date span {
	font-size: 0.875rem;
	padding-top: 2px;
}
.post-title {
	font-size: 1.375rem;
}
.post-cat {
	font-size: 0.875rem;
	margin-top: 10px;
}
.post-title, .post-cat {
	margin-left: 80px;
}
/* MENU */
.menu-content {
	margin-top: 20%;
}
/*COMPANY*/
.com_ttl_container {
	margin: 0 auto -50px;
	display: block;
}
.com_ttl_container h2 {
	font-size: 2.3rem;
}
.com_ttl_container h3 {
	font-size: 1.2rem;
	font-weight: normal;
	margin: -10px 0 10px;
}
.com_ttl_container .itemD {
	display: none;
}
.com_info_container {
	margin: 150px auto 150px;
	padding-bottom: 30px;
	width: 96%;
	display: flex;
	text-align: center;
	font-size: 0.75rem;
}
.com_info_container table tr{
	display:flex;
	flex-direction:column;
}
.com_info_container table tr td{
	margin-top:2px;
}

.small{
	padding:-3px 0 0;
	font-size:0.7rem;
	line-height:1.3;
	}
	
	
/*ORDER*/
.od_headline {
	font-size: 0.85rem;
	height: 80px;
}
.num {
	display: inline;
	position: absolute;
	background: #80d8ff;
	text-align: center;
	top: 20px;
	left: auto;
	color: #fff;
}
.order_area {
	width: 100%;
	margin: -30px auto 0px;
	padding-bottom: 30px;
}
.od_content {
	border: #333 1px dashed;
	margin: 0;
	padding:20px;
}
.od_content .inner {
	width: 100%;
	margin: 120px auto 10px;
	text-align: center;
}
.od_content .inner p {
	font-size:1rem;
	text-align:left;
}
.od_content .inner img {
	width: 90%;
	margin: -100px auto 0;
}
/*MENU*/
.menu-title {
	margin: 200px 10% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 100px;
}
.menu-title .menu-inner {
	width: 250px;
	height: 80px;
	border: #000 1px dashed;
	margin: 10px 0;
}
.menu-title .menu-inner .in {
	display: block;
	width: 220px;
	background-color: #FFF;
	height: 40px;
	padding: 5px 0 0;
	margin: 20px auto;
	font-size:1.2rem;
}
.mn-post-container {
	width: 90%;
	padding: 10px;
	margin: 10px;
}
.mn-post-container:hover {
	background-color: #0CF;
	color: #fff;
}
.mn-post-container img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.mn-post-container p {
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 0.8rem;
	text-align: left;
}
.mn-post-title {
	width: 100%;
	height: 50px;
	border-bottom: #0CF solid 1px;
	margin: 20px 0;
	font-size: 1rem;
}
.fadein {
	opacity : 1;
	transition: all 0s;
}

/*NEWS*/
.post-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px;
	flex-direction: column;
}
.post-container {
	width: 100%;
	margin: 10px 0;
}
.sub-container {
	width: 100%;
	margin: 10px 0;
}
/* Q&A*/
#q-post {
	font-size: 1.1rem;
	padding: 20px 40px;
}
.balloon4 {
	display: inline-block;
	width: 70%;
	position: relative;
	margin: 40px auto;
	padding: 15px;
	background: #fff;
	border-radius: 30px;
	border: #00aaff 2px solid;
	font-size:1.5rem;
}
.qs-ttl {
	height: 400px;
}
.qs-ttl p {
	font-size: 0.9rem;
}
.accbox label {
    font-size: 1.2rem;
}
.accbox .accshow {
	font-size:1rem;
}

}




