@charset "UTF-8";


html {
    scroll-behavior: smooth;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
	font-family: 'Noto Sans JP', sans-serif !important;;
	background-color:#F7E8C4;
	letter-spacing:15px;
	letter-spacing: 1px;
}
ol, ul {
  list-style: none;
}
h1,h2{
	margin: 0;
}
.lh1{line-height: 1.1em;}
.mt5{margin-top:5px !important;} .mt15{margin-top:15px;} .mt20{margin-top:20px !important;}
.pt16{padding-top: 16px;}
.ajestmt{padding-top: 40px !important; padding-bottom: 22px !important;}
	
/*pc*/
@media screen and (min-width: 1000px) {


.pc{display:block;}
.smt{display:none;}

section{
	line-height:1.5em;
	font-family: 'Noto Sans JP', sans-serif;
}
section .innerwidth{
	width:1440px;
	margin:0 auto;
	position:relative;
	background-color:#fff;
}

section.head{
	width:100%;
}

section.head .navi{
	width:1340px;
	margin:0 auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:39px 0;
}
section.head .headlogo{
	width:300px;
}
section.head .navi ul{
	display:flex;
	font-weight: 500;
}
section.head .navi ul li{
	font-size:20px;
	font-weight:500;
	padding:0 15px;
}
section.head .navi ul li a{
	text-decoration:none;
	color:#000;
	padding:0 5px;
}
section.head .navi ul li a:hover{
	background-color: #795834;
	color:#fff;
	border-radius:10px;
	padding:0 5px;
}
section.head .navi ul li a.regist{
	background-color:#7B5A36;
	border-radius:30px;
	padding:10px 20px;
	color:#fff;
}
section.head .navi ul li a.regist:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}

section.mainimg .slick01{
	width:1440px;
	height:600px;
}


section.toparea .miheight{
	height:410px;
}

section.toparea .funbopx{
	position:absolute;
	top: -200px;
	left: 130px;
	background-color:#fff;
	border-radius:17px;
	box-shadow: 0px 0px 6px 1px #ccc;
}
section.toparea .funbopx .boxinner{
	border:2px solid #F2C94C;
	border-radius:17px;
	padding:20px;
	margin:30px;
}
section.toparea .funbopx .boxinner .catch1{
	font-size: 50px;
	color: #7B5A36;
	font-style: oblique;
	line-height: 1.5em;
	font-weight: 400;
}
section.toparea .funbopx .boxinner .catch2{
	margin-top:30px;
	font-size: 24px;
	color: #7B5A36;
	line-height: 1.3em;
	font-weight: 500;
}

section.toparea .toparea{
	display:flex;
	justify-content: flex-end;
}
section.toparea .toparea .registarea{
	width: 750px;
	margin-top: 50px;
	display: flex;
	flex-flow: row wrap;
	gap: 40px;
	flex-direction: column;
	align-items: center;
}
section.toparea .toparea .registarea .tl{
	width:100%;
	font-size:20px;
	position:relative;
	display: inline-block;
	padding-left:75px;
	color:#7B5A36;
}
section.toparea .toparea .registarea .tl:before{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 75px;
	height: 1px;
	background-color: #F2C94C;
	left:0;
}
section.toparea .toparea .registarea img{
	width:420px;
	margin-left: -50px;
}
section.toparea .toparea .registarea a{
	display: block;
	color: #fff;
	background-color: #6f4312;
	font-size: 23px;
	text-align: center;
	padding: 10px;
	border-radius: 29px;
	padding: 15px 70px;
	text-decoration: none;
}

section.about{
	margin-top:-18px;
	
}
section.about .worries > .tl{
	font-size:48px;
	color:#6f4312;
	text-align:center;
	font-style: oblique;
	font-weight:bold;
}
section.about .worries .worrbox{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content: center;
	justify-content: space-between;	
	margin-top:70px;
}
section.about .worries .worrbox .box{
	background-color:#f6e8c5;
	width:290px;
	display:flex;
	flex-direction: column;
	align-items: center;
	gap:15px;
	padding:20px 10px;
	border-radius:20px;
	box-sizing: border-box;
}
section.about .worries .worrbox .box img{
	width:140px;
}
section.about .worries .worrbox .box .tl{
	font-size:32px;
	color:#4B4B4B;
	font-weight: 700;
}
section.about .worries .worrbox .box .txt{
	font-size:19px;
	color:#7B5A36;
	text-align: center;
}
section.about .worries .structure{
	background-color:#f6e8c5;
	width:1200px;
	margin:0 auto;
	box-sizing:border-box;
	border-radius:20px;
	margin-top:50px;
	display:flex;
	flex-direction: column;
	align-items: center;
	padding:50px;
	z-index: 2;
	position: relative;
	box-shadow: 0px 2px 5px 0px #ccc;
}
section.about .worries .structure .tl{
	font-size: 42px;
	color: #6f4312;
	text-align: center;
	font-style: oblique;
	font-weight: bold;
	line-height:1.3em;
}
section.about .worries .structure .txt{
	color:#6f4312;
	font-size:24px;
	padding:10px 10px;
	text-align:center;
	line-height:1.3em;
}
section.about .worries .structure .strinner{
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-radius: 15px;
	padding: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px 1px #ccc;
}
section.about .worries .structure .strinner p{
	font-size: 32px;
	color: #000;
	font-weight:500;
	margin-bottom: 0px;
}
section.about .worries .structure .strinner img{
	width:400px;
}
section.about .worries .structure .strinner a{
	display: block;
	color: #fff;
	background-color: #6f4312;
	font-size: 32px;
	text-align: center;
	border-radius: 29px;
	padding: 20px 150px;
	text-decoration: none;
}
section.about .worries .structure .strinner a:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.about .keep{
	text-align:center;
	position:relative;
	margin-top:-330px;
}
section.about .keep .msg{
	position:absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 1200px;
}
section.about .keep .msg .tl{
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top:400px;
}
section.about .keep .msg .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:30px;
	line-height:1.5em;
}

section.feature {
	margin-top: -400px;
	z-index: 2;
	position: relative;
}
section.feature .innerwidth{
	background-color: unset;
}
section.feature .bgarea{
	background-image:url('/images/fanz/mag.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:80px;
}
section.feature .bgarea .bgcolorarea{
	background-color:rgba(123,90,54,.9);
	padding:100px;
	border-radius: 80px;
}
section.feature .bgarea .tlarea{
	width:1200px;
	margin:0 auto;
	border-radius:20px;
	border:2px solid #ccc;
}
section.feature .bgarea .tlarea p{
	margin: 0;
}
section.feature .bgarea .tlarea .logobg{
	background-color:#F2C94C;
	padding:20px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:20px 20px 0 0;
}
section.feature .bgarea .tlarea .logobg img{
	width: 300px;
}
section.feature .bgarea .tlarea .btm{
	text-align:center;
	padding:50px 0;
	font-size:70px;
	font-weight:700;
	color:#F2C94C;
	background-color:rgba(255,255,255,0.2);
	border-radius:0 0 20px 20px;
}
section.feature .bgarea .box{
	margin-top:50px;
	box-sizing: border-box;
	display:flex;
}
section.feature .bgarea .box .no{
	width:50px;
}
section.feature .bgarea .box .tl{
	font-size:40px;
	color: #F2C94C;
	font-weight:700;
}
section.feature .bgarea .box .tl.lh13{
	line-height: 1.2em;
}
section.feature .bgarea .box .txt{
	font-size: 24px;
	color: #E9E8E3;
	font-weight: 500;
	line-height: 1.3em;
}
section.feature .bgarea .box .txt.wi7{
	width:700px;
}
section.feature .bgarea .box.rside{
	width: 1320px;
	margin-left: 20px;
}
section.feature .bgarea .box.lside{
	width: 1320px;
	margin-left: -100px;
}
section.feature .bgarea .box.lside .inr{
	padding: 20px;
	width: 700px;
	border-radius: 0 30px 30px 0;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color:rgba(255,255,255,0.2);
}
section.feature .bgarea .box.rside .inr{
	padding: 20px;
	width: 700px;
	border-top: 2px solid #ccc;
	border-radius: 30px 0 0 30px;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color:rgba(255,255,255,0.2);
}

section.feature .bgarea .box .inl{
	width:614px;
}


section.service{
	margin-top: -70px;
}
section.service .tl{
	padding-top:200px;
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top:-100px;
	z-index:1;
}
section.service .txt{
	font-size:24px;
	text-align:center;
	padding:40px 0;
	color: #7B5A36;
}
section.service .bgarea{
	background-image:url('/images/fanz/servicebg.png');
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}

section.service .bgarea .cate{
	width:1000px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	font-size:36px;
	font-weight:700;
	padding-top: 162px;
	padding-bottom:200px;
	z-index:1;
}
section.service .bgarea .cate .box{
	height: 190px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
section.service .bgarea .cate .box p{
	font-size:36px;
	width: 260px;
}
section.service .bgarea .cate .bg1{
	background: #7B5A36;
    color: #fff;
	text-align:center;
}
section.service .bgarea .cate .bg2{
	background: #F7E8C4;
    color: #4B4B4B;
	text-align:center;
}
section.service .bgarea .cate .bg3{
	background: #F2C94C;
    color: #fff;
	text-align:center;
}
section.service .bgarea .cate .rd1{
	border-radius:20px 20px 0 0;
}
section.service .bgarea .cate .rd2{
	border-radius:0 0 20px 20px;
	box-shadow: 0px 3px 1px 0px #969696;
}
section.service .bgarea .listarea{
	position: absolute;
	top: 10px;
	left: 480px;
	border: 1px solid #ccc;
	z-index: 2;
	display: flex;
	gap: 10px;
}
section.service .bgarea .listarea .flbox{
	display:flex;
	flex-direction:column;
	align-items: center; 
	justify-content: center;
}
section.service .bgarea .listarea .flbox div{
	background-image : linear-gradient(to right, #848484 6px, transparent 4px);
	background-size: 10px 1px;
	background-repeat: repeat-x; 
	background-position: left bottom;
	display:flex;
	justify-content: space-between;;
	align-items: center; 
	flex-direction: column;
	padding-bottom: 18px;
	padding-top: 15px;
	box-sizing: border-box;
}
section.service .bgarea .listarea .flbox .first{
	justify-content: center;
}
section.service .bgarea .listarea .flbox div:last-child{
	background-image:none;
}
section.service .bgarea .listarea .Lbox div{
	color:#7B5A36;
}
section.service .bgarea .listarea .flbox div p{
	margin:0;
}
section.service .bgarea .listarea .Lbox{
	border: 8px solid red;
	border-image: linear-gradient(to right, #E99E3C 0%, #E6D112 100%) 2;
	background-color:#fff;
	width:280px;
}
section.service .bgarea .listarea .Lbox .first img{
	width:260px;
}
section.service .bgarea .listarea .flbox .first,
section.service .bgarea .listarea .flbox .other{
	width:100%;
}
section.service .bgarea .listarea .Cbox{
	border: 4px solid #7B5A36;
	background-color:#fff;
	width:200px;
}
section.service .bgarea .listarea .Rbox{
	border: 4px solid #F2C94C;
	background-color:#fff;
	width:200px;
}
section.service .bgarea .listarea .first{
	height:145px;
	text-align:center;
	line-height:1em;
}
section.service .bgarea .listarea  .other{
	height:190px;
	text-align:center;
	font-size:26px;
	font-weight:500;
}
section.service .bgarea .listarea .Cbox .listtl{
	font-size:40px;
	font-weight:700;
	color:#7B5A36;
}
section.service .bgarea .listarea .Rbox .listtl{
	font-size:40px;
	font-weight:700;
	color:#F2C94C;

}

section.week{
	margin-top: -90px;
	z-index: 2;
	position: relative;
}
section.week .innerwidth{
	background-color: unset;
}
section.week .bgarea{
	background-image:url('/images/fanz/mag.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:80px;
}
section.week .bgarea .bgcolorarea{
	background-color:rgba(247,232,196,.9);
	padding:100px;
	border-radius: 80px;
}
section.week .bgarea .tl{
	padding-top:100px;
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top:-100px;
	z-index:1;
}
section.week .bgarea .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.week .bgarea .photoarea .line{
	position:relative;
	margin-bottom:100px;
}
section.week .bgarea .photoarea .line.rside{
	text-align: right;
}
section.week .bgarea .photoarea .line.lside .photo-tl{
	position:absolute;
	bottom:110px;
	left:20px;
	font-size:60px;
	font-weight:700;
	color: #F2C94C;
}
section.week .bgarea .photoarea .line.lside .photo-catch{
	position:absolute;
	bottom:40px;
	left:20px;
	font-size:32px;
	font-weight:700;
	color: #F2C94C;
	line-height:1.3em;
}
section.week .bgarea .photoarea .line.lside .popup{
	position: absolute;
	bottom: -41px;
	left: 20px;
	width: 584px;
	background-color: #FFF8E8;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 500;
	color: #7B5A36;
	padding: 15px 20px;
	line-height: 1.3em;
	box-shadow: 0px 2px 5px 0px #ccc;
}

section.week .bgarea .photoarea .line.rside .photo-tl{
	position:absolute;
	bottom:110px;
	right:20px;
	font-size:60px;
	font-weight:700;
	color: #F2C94C;
}
section.week .bgarea .photoarea .line.rside .photo-catch{
	position:absolute;
	bottom:40px;
	right:20px;
	font-size:32px;
	font-weight:700;
	color: #F2C94C;
	line-height:1.3em;
}
section.week .bgarea .photoarea .line.rside .popup{
	position: absolute;
	bottom: -41px;
	right: 20px;
	width: 584px;
	background-color: #FFF8E8;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 500;
	color: #7B5A36;
	padding: 15px 20px;
	line-height: 1.3em;
	text-align:left;
}



section.price{
	margin-top:-230px;
}
section.price .innerwidth{
	background-image:url('/images/fanz/servicebg.png');
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	background-position: 50% 74px;
	padding-bottom: 50px;
}
section.price .innerwidth > .tl{
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top: 148px;
	padding-top: 160px;
	z-index:1;
}
section.price .innerwidth > .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.price .pricearea{
	display:flex;
	justify-content: center;
	gap:20px;
}
section.price .pricearea .plist{
	width:390px;
}
section.price .pricearea .plist p{
	margin:0
}
section.price .pricearea .plist .name{
	text-align:center;
}
section.price .pricearea .br{
	border: 2px solid #7B5A36;
	border-radius:15px;
	background: #F7E8C4;
	box-shadow: 0px 2px 5px 0px #878787;
}
section.price .pricearea .yl{
	border: 2px solid #F2C94C;
	border-radius:15px;
	background: #FFF8E8;
	box-shadow: 0px 2px 5px 0px #878787;
}

section.price .pricearea .br .name{
	font-size:32px;
	font-weight:700;
	color:#fff;
	background: #7B5A36;
	padding:20px 0;
	line-height:1.3em;
	border-radius: 10px 10px 0 0;
}
section.price .pricearea .yl .name{
	font-size:32px;
	font-weight:700;
	color:#fff;
	background:#F2C94C;
	padding:20px 0;
	line-height:1.3em;
	border-radius: 10px 10px 0 0;
}
section.price .pricearea .plist .toptxt{
	font-size:24px;
	color: #4B4B4B;
	text-align:center;
	padding:20px 0;
}
section.price .pricearea .plist .price{
	font-size: 60px;
	color: #4B4B4B;
	text-align: center;
	padding: 20px 0;
	font-family: "Noto Sans";
	font-weight: 700;
}
section.price .pricearea .plist .price .f1{
	font-size:60px;
	font-weight:100;
}
section.price .pricearea .plist .price .f2{
	font-size:35px;
	font-weight:700;
}
section.price .pricearea .br .regist{
	background-color: #7B5A36;
	padding: 18px 20px;
	color: #fff;
	width: 300px;
	border-radius: 90px;
	width: 300px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	margin-top:20px;

}
section.price .pricearea .yl .regist{
	background-color: #F2C94C;
	padding: 18px 20px;
	color: #fff;
	width: 300px;
	border-radius: 90px;
	width: 300px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	margin-top:20px;
}

section.price .pricearea .br .regist:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.price .pricearea .yl .regist:hover{
	background-color:#7B5A36;
}
section.price .pricearea .plist .flx{
	display:flex;
	margin-bottom: 15px;
}
section.price .pricearea .plist .flx .icon{
	width:50px;
	text-align:center;
}
section.price .pricearea .plist .flx .label{
	font-size:20px;
	font-weight:700;
	width: 330px;
}
section.price .pricearea .plist .flx .label.brc{
	color:#7B5A36;
}
section.price .pricearea .plist .flx .btn{
	background-color: #7B5A36;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-radius: 20px;
	padding: 10px 25px;
}
section.price .pricearea .plist .flx .btn:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.price .pricearea .plist .flx.alc{
	align-content:center;
}
section.price .ftmsg{
	width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
	font-size:18px;
}
section.price .ftmsg .linktxt{
	color:#7B5A36;
}


section.flow .innerwidth{
	padding:100px 0
}
section.flow .tl{
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	z-index:1;
}
section.flow .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.flow .steparea{
	width:1100px;
	margin:0 auto;
	margin-top:80px;
}
section.flow .steparea .block{
	display:flex;
	gap:30px;
	margin-bottom:46px;
}
section.flow .steparea .block .stl{
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 32px;
	font-weight: 700;
}
section.flow .steparea .block .stxt{
	display:inline-block;
	font-size:24px;
	color:#7B5A36;
}
	



section.faq .innerwidth{
	background-image:url('/images/fanz/faq-back.png');
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	padding-bottom:50px;
}
section.faq .tl{
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	z-index:1;
	padding-top:50px;
}
section.faq .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
	margin-bottom: 100px;
}
section.faq  .qablock{
	width:1000px;
	margin:0 auto;
	border-radius:20px;
	padding: 30px 20px;
	box-shadow: 0px 2px 5px 0px #878787;
	margin-bottom:40px;
}
section.faq .cl1{
	background-color:#F7E8C4;
}
section.faq .cl2{
	background-color:#FFF8E8;
}
section.faq  .qablock .q{
	font-size:32px;
	font-weight:700;
	color:#4B4B4B;
	display:flex;
	gap:25px;
}
section.faq  .qablock .a{
	font-size:24px;
	font-weight:500;
	color:#7B5A36;
	display:flex;
	gap:25px;
	line-height:1.3em;
}


section.foot p{
	margin:0;
}
section.foot .bgphoto{
	position:relative;
}
section.foot .bgphoto .wbox{
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	
	border-radius:20px;
	background-color:#fff;
	width:800px;
	margin:0 auto;
	margin-top:30px;
	display:flex;
	flex-direction:column;
	gap:20px;
	align-items: center;
	padding:40px 20px;
}
section.foot .bgphoto .wbox img{
	width:448px;
}
section.foot .bgphoto .wbox .tl{
	font-size:32px;
	color:#4B4B4B;
}
section.foot .bgphoto .wbox .txt{
	font-size:24px;
	color:#7B5A36;
	text-align:center;
	line-height:1.3em;
	margin-bottom:20px;
}
section.foot .bgphoto .wbox a{
	display:block;
	padding:15px 60px;
	background-color:#7B5A36;
	color:#fff;
	font-size:32px;
	text-decoration:none;
	border-radius:100px;
}
section.foot .bgphoto .wbox a:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.foot .linkarea{
	background-color:#7B5A36;
	color:#fff;
	height:154px;
	font-size:20px;
}
section.foot .linkarea .link{
	width:800px;
	margin:0 auto;
	display:flex;
	justify-content: space-around;
	padding:40px 0 30px;
}
section.foot .linkarea .link a{
	color:#fff;
}
section.foot .linkarea .copy{
	text-align: center;
}



/*モーダルを開くボタン*/
.modal-open,.modal-open2{
  cursor:pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,.modal-container,
.modal-container,.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container2.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close,.modal-close2{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	background-color: #7B5A36;
	border-radius: 7px;
}
/*モーダル内のコンテンツの指定*/
.modal-content,.modal-content2{
	width:1200px;
	background-color:#FFF8E8;
	border-radius:20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 50px 10px;
	border: 4px solid #7B5A36;
	box-sizing: border-box;
}
.modal-content .tl,
.modal-content2 .tl{
	font-size:40px;
	color:#4B4B4B;
	font-weight:700;
	padding-bottom: 50px;
}
.modal-content .txt,
.modal-content2 .txt{
	font-size:24px;
	color:#7B5A36;
	font-weight:500;
}
.modal-content .goodbox{
	display:flex;
	justify-content: center;
	margin-top: 50px;
	gap: 60px;
}
.modal-content .goodbox .box{
	display:flex;
	flex-direction:column;
	align-items: center;
}
.modal-content .goodbox .box p{
	font-size:32px;
	padding-top:10px;
}

.modal-content p,
.modal-content2 p{
	margin:0;
}
.modal-content2 .detailarea{
	padding-top:50px;
	width:1000px;
	margin:0 auto;
}
.modal-content2 .detailarea .detailbox{
	display:flex;
	align-items:flex-start;
	gap: 20px;
	margin-bottom: 20px;
}
.modal-content2 .detailarea .detailbox .txtarea{
	text-align:left;
}
.modal-content2 .detailarea .detailbox .txtarea .poptl{
	font-size:20px;
	color:#7B5A36;
	font-weight:bold;
}
.modal-content2 .detailarea .detailbox .txtarea .poptxt{
	font-size:20px;
	color:#000;
	padding-top:15px;
}
.modal-content2 .detailarea .detailbox .txtarea .poptxt span{
	font-weight:bold;
}
.modal-content2 .caption{
	margin-top:60px;
	text-align: left;
}
.modal-content2 .caption p{
	padding-left:1em;
	text-indent:-1em;
}


#page-top {
position: fixed;
bottom: 0px;
right: 10px;
font-size: 100%;
z-index:5;
}

#page-top a {
background: rgb(123 90 54);
text-decoration: none;
color: #fff;
width: 50px;
padding: 10px 0;
text-align: center;
display: block;
border-radius: 0px;
filter:alpha(opacity=90);
-moz-opacity:0.90;
-khtml-opacity: 0.90;
opacity:0.90;
}

#page-top a:hover {
text-decoration: none;
background-color:#f3cc1d; 
}

}/*pc*/

/*タブレット*/
@media screen and (max-width: 999px) {


.pc{display:none !important;}
.smt{display:block !important;}


section{
	line-height:1.5em;
	font-family: 'Noto Sans JP', sans-serif;
}
section .innerwidth{
	width:100%;
	margin:0 auto;
	position:relative;
	background-color:#fff;
	padding-bottom: 50px;
	margin-top: -51px;
}

section.head{
	width:100%;
	padding-top: 50px;
}

section.head .navi{
	width:100%;
	margin:0 auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:39px 0;
}
section.head .headlogo{
	width:300px;
	margin-left: 30px;
}
section.head .navi ul{
	display:flex;
	font-weight: 500;
}
section.head .navi ul li{
	font-size:20px;
	font-weight:500;
	padding:0 15px;
}
section.head .navi ul li a{
	text-decoration:none;
	color:#000;
	padding:0 5px;
}
section.head .navi ul li a:hover{
	background-color: #795834;
	color:#fff;
	border-radius:10px;
	padding:0 5px;
}
section.head .navi ul li a.regist{
	background-color:#7B5A36;
	border-radius:30px;
	padding:10px 20px;
	color:#fff;
}
section.head .navi ul li a.regist:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}

section.mainimg .slick01{
	width:100%;
	height:fit-content;
}



section.toparea .funbopx{
	background-color: #fff;
	border-radius: 17px;
	box-shadow: 0px 0px 6px 1px #ccc;
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	margin-top: 50px;
}
section.toparea .funbopx .boxinner{
	border: 2px solid #F2C94C;
	border-radius: 17px;
	padding: 20px;
}
section.toparea .funbopx .boxinner .catch1{
	font-size: 50px;
	color: #7B5A36;
	font-style: oblique;
	line-height: 1.5em;
	font-weight: 400;
}
section.toparea .funbopx .boxinner .catch2{
	margin-top:30px;
	font-size: 24px;
	color: #7B5A36;
	line-height: 1.3em;
	font-weight: 500;
}

section.toparea .toparea{
	display:flex;
	justify-content: flex-end;
}
section.toparea .toparea .registarea{
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-flow: row wrap;
	gap: 40px;
	flex-direction: column;
	align-items: center;
}
section.toparea .toparea .registarea .tl{
	width:100%;
	font-size:20px;
	position:relative;
	display: inline-block;
	text-align: center;
	color:#7B5A36;
}
section.toparea .toparea .registarea .tl:after{
	content: '';
	position: absolute;
	display: block;
	margin-top: 20px;
	width: 100px;
	height: 2px;
	background-color: #F2C94C;
	left: 44%;
}
section.toparea .toparea .registarea img{
	width:420px;
	margin-left: -50px;
}
section.toparea .toparea .registarea a{
	display: block;
	color: #fff;
	background-color: #6f4312;
	font-size: 23px;
	text-align: center;
	padding: 10px;
	border-radius: 29px;
	padding: 15px 70px;
	text-decoration: none;
}

section.about{
	margin-top:-18px;
}
section.about .worries{
	padding-top: 80px;
	margin-top: 30px;
}
section.about .worries > .tl{
	font-size:48px;
	color:#6f4312;
	text-align:center;
	font-style: oblique;
	font-weight:bold;
	line-height:1.3em;
}
section.about .worries .worrbox{
	width:100%;
	margin:0 auto;
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	gap:20px;
	margin-top:70px;
}
section.about .worries .worrbox .box{
	background-color:#f6e8c5;
	width:45%;
	display:flex;
	flex-direction: column;
	align-items: center;
	gap:15px;
	padding:20px 10px;
	border-radius:20px;
	box-sizing: border-box;
}
section.about .worries .worrbox .box img{
	width:140px;
}
section.about .worries .worrbox .box .tl{
	font-size:32px;
	color:#4B4B4B;
	font-weight: 700;
}
section.about .worries .worrbox .box .txt{
	font-size:19px;
	color:#7B5A36;
	text-align: center;
}
section.about .worries .structure{
	background-color:#f6e8c5;
	width:95%;
	margin:0 auto;
	box-sizing:border-box;
	border-radius:20px;
	margin-top:50px;
	display:flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 10px;
	z-index: 2;
	position: relative;
	box-shadow: 0px 2px 5px 0px #ccc;
}
section.about .worries .structure .tl{
	font-size: 42px;
	color: #6f4312;
	text-align: center;
	font-style: oblique;
	font-weight: bold;
	line-height:1.3em;
}
section.about .worries .structure .txt{
	color:#6f4312;
	font-size:24px;
	padding:10px 10px;
	text-align:center;
	line-height:1.3em;
}
section.about .worries .structure .strinner{
	background-color: #fff;
	width: 95%;
	margin: 0 auto;
	border-radius: 15px;
	padding: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px 1px #ccc;
}
section.about .worries .structure .strinner p{
	font-size: 32px;
	color: #000;
	font-weight:500;
	margin-bottom: 0px;
}
section.about .worries .structure .strinner img{
	width:400px;
}
section.about .worries .structure .strinner a{
	display: block;
	color: #fff;
	background-color: #6f4312;
	font-size: 32px;
	text-align: center;
	border-radius: 29px;
	padding: 20px 150px;
	text-decoration: none;
}
section.about .worries .structure .strinner a:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.about .keep{
	text-align:center;
	position:relative;
	margin-top:-50px;
}
section.about .keep img{
	width:100%;
}
section.about .keep .msg{
	position:absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
}
section.about .keep .msg .tl{
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top:60px;
}
section.about .keep .msg .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:30px;
	line-height:1.5em;
}

section.feature {
	margin-top: -400px;
	z-index: 2;
	position: relative;
}
section.feature .innerwidth{
	background-color: unset;
}
section.feature .bgarea{
	background-image:url('/images/fanz/mag.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:80px;
}
section.feature .bgarea .bgcolorarea{
	background-color:rgba(123,90,54,.9);
	padding: 100px 0px;
	border-radius: 80px;
}
section.feature .bgarea .tlarea{
	width:95%;
	margin:0 auto;
	border-radius:20px;
	border:2px solid #ccc;
}
section.feature .bgarea .tlarea p{
	margin: 0;
}
section.feature .bgarea .tlarea .logobg{
	background-color:#F2C94C;
	padding:20px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:20px 20px 0 0;
}
section.feature .bgarea .tlarea .logobg img{
	width: 300px;
}
section.feature .bgarea .tlarea .btm{
	text-align:center;
	padding:50px 0;
	font-size:70px;
	font-weight:700;
	color:#F2C94C;
	background-color:rgba(255,255,255,0.2);
	border-radius:0 0 20px 20px;
}
section.feature .bgarea .box{
	margin-top: 50px !important;
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
}
section.feature .bgarea .box .no{
	width:50px;
}
section.feature .bgarea .box .tl{
	font-size:40px;
	color: #F2C94C;
	font-weight:700;
}
section.feature .bgarea .box .tl.lh13{
	line-height: 1.2em;
}
section.feature .bgarea .box .txt{
	font-size: 24px;
	color: #E9E8E3;
	font-weight: 500;
	line-height: 1.3em;
}
section.feature .bgarea .box .txt.wi7{
	width:700px;
}
section.feature .bgarea .box.rside,
section.feature .bgarea .box.lside{
	width: 95%;
	margin: 0 auto;
}

section.feature .bgarea .box.lside .inr{
	padding: 20px;

	border-radius: 0 0 30px 30px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color:rgba(255,255,255,0.2);
}
section.feature .bgarea .box.rside .inr{
	padding: 20px;
	border-right: 2px solid #ccc;
	border-radius: 0 0 30px 30px;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color:rgba(255,255,255,0.2);
	order
}
section.feature .bgarea .box.rside .order1{
	order:1;
}
section.feature .bgarea .box.rside .order2{
	order:2;
}

section.feature .bgarea .box .inl img{
	width:100%;
	border-radius: 30px 30px 0 0;
}


section.service{
	margin-top: -70px;
}
section.service .tl{
	padding-top:200px;
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top:-100px;
	z-index:1;
}
section.service .txt{
	font-size:24px;
	text-align:center;
	padding:40px 0;
	color: #7B5A36;
}
section.service .bgarea{
	background-image:url('/images/fanz/servicebg.png');
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	padding-bottom: 150px;
}

section.service .bgarea .cate{
	width:95%;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	font-size:36px;
	font-weight:700;
	padding-top: 162px;
	padding-bottom:200px;
	z-index:1;
}
section.service .bgarea .cate .box{
	height: 190px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
section.service .bgarea .cate .box p{
	font-size:36px;
	width: 260px;
}
section.service .bgarea .cate .bg1{
	background: #7B5A36;
    color: #fff;
	text-align:center;
}
section.service .bgarea .cate .bg2{
	background: #F7E8C4;
    color: #4B4B4B;
	text-align:center;
}
section.service .bgarea .cate .bg3{
	background: #F2C94C;
    color: #fff;
	text-align:center;
}
section.service .bgarea .cate .rd1{
	border-radius:20px 20px 0 0;
}
section.service .bgarea .cate .rd2{
	border-radius:0 0 20px 20px;
	box-shadow: 0px 3px 1px 0px #969696;
}
section.service .bgarea .listarea{
	position: absolute;
	top: 10px;
	left: 480px;
	border: 1px solid #ccc;
	z-index: 2;
	display: flex;
	gap: 10px;
}
section.service .bgarea .listarea .flbox{
	display:flex;
	flex-direction:column;
	align-items: center; 
	justify-content: center;
}
section.service .bgarea .listarea .flbox div{
	background-image : linear-gradient(to right, #848484 6px, transparent 4px);
	background-size: 10px 1px;
	background-repeat: repeat-x; 
	background-position: left bottom;
	display:flex;
	justify-content: space-between;;
	align-items: center; 
	flex-direction: column;
	padding-bottom: 18px;
	padding-top: 15px;
	box-sizing: border-box;
}
section.service .bgarea .listarea .flbox .first{
	justify-content: center;
}
section.service .bgarea .listarea .flbox div:last-child{
	background-image:none;
}
section.service .bgarea .listarea .Lbox div{
	color:#7B5A36;
}
section.service .bgarea .listarea .flbox div p{
	margin:0;
}
section.service .bgarea .listarea .Lbox{
	border: 8px solid red;
	border-image: linear-gradient(to right, #E99E3C 0%, #E6D112 100%) 2;
	background-color:#fff;
	width:280px;
}
section.service .bgarea .listarea .Lbox .first img{
	width:260px;
}
section.service .bgarea .listarea .flbox .first,
section.service .bgarea .listarea .flbox .other{
	width:100%;
}
section.service .bgarea .listarea .Cbox{
	border: 4px solid #7B5A36;
	background-color:#fff;
	width:200px;
}
section.service .bgarea .listarea .Rbox{
	border: 4px solid #F2C94C;
	background-color:#fff;
	width:200px;
}
section.service .bgarea .listarea .first{
	height:145px;
	text-align:center;
	line-height:1em;
}
section.service .bgarea .listarea  .other{
	height:190px;
	text-align:center;
	font-size:26px;
	font-weight:500;
}
section.service .bgarea .listarea .Cbox .listtl{
	font-size:40px;
	font-weight:700;
	color:#7B5A36;
}
section.service .bgarea .listarea .Rbox .listtl{
	font-size:40px;
	font-weight:700;
	color:#F2C94C;
}

section.service .bgarea .smtlist{
	width: 95%;
	margin: 0 auto;
}
section.service .bgarea .smtlist img{
	width:100%;
}

section.week{
	margin-top: -120px;
	z-index: 2;
	position: relative;
}
section.week .innerwidth{
	background-color: unset;
}
section.week .bgarea{
	background-image:url('/images/fanz/mag.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:80px;
}
section.week .bgarea .bgcolorarea{
	background-color:rgba(247,232,196,.9);
	padding: 100px 20px;
	border-radius: 80px;
}
section.week .bgarea .tl{
	padding-top:100px;
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top:-100px;
	z-index:1;
}
section.week .bgarea .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.week .bgarea .photoarea .line{
	position:relative;
	margin-bottom:100px;
}
section.week .bgarea .photoarea .line img{
	width:100%;
}
section.week .bgarea .photoarea .line.rside .photo-catch{
	text-align: right;
}
section.week .bgarea .photoarea .line.lside .photo-tl{
	position:absolute;
	bottom:110px;
	left:20px;
	font-size:60px;
	font-weight:700;
	color: #F2C94C;
}
section.week .bgarea .photoarea .line.lside .photo-catch{
	position:absolute;
	bottom:40px;
	left:20px;
	font-size:32px;
	font-weight:700;
	color: #F2C94C;
	line-height:1.3em;
}
section.week .bgarea .photoarea .line.lside .popup,
section.week .bgarea .photoarea .line.rside .popup{
	position: absolute;
	bottom: -41px;
	left: 20px;
	width: 90%;
	background-color: #FFF8E8;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 500;
	color: #7B5A36;
	padding: 15px 20px;
	line-height: 1.3em;
	box-shadow: 0px 2px 5px 0px #ccc;
}

section.week .bgarea .photoarea .line.rside .photo-tl{
	position:absolute;
	bottom:110px;
	right:20px;
	font-size:60px;
	font-weight:700;
	color: #F2C94C;
}
section.week .bgarea .photoarea .line.rside .photo-catch{
	position:absolute;
	bottom:40px;
	right:20px;
	font-size:32px;
	font-weight:700;
	color: #F2C94C;
	line-height:1.3em;
}


section.price{
	margin-top:-230px;
}
section.price .innerwidth{
	background-image:url('/images/fanz/servicebg.png');
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	background-position: 50% 74px;
	padding-bottom: 50px;
}
section.price .innerwidth > .tl{
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top: 148px;
	padding-top: 160px;
	z-index:1;
}
section.price .innerwidth > .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.price .pricearea{
	display:flex;
	gap:20px;
	overflow-y: scroll;
	width: 100%;
}
section.price .pricearea .plist{
	width:390px;
}
section.price .pricearea .plist p{
	margin:0
}
section.price .pricearea .plist .name{
	text-align:center;
}
section.price .pricearea .br{
	border: 2px solid #7B5A36;
	border-radius:15px;
	background: #F7E8C4;
	box-shadow: 0px 2px 5px 0px #878787;
	position: relative;
}
section.price .pricearea.sidescroll .smtml:before{
	content: url(/images/fanz/sidescroll.png);
	width: 100px;
	height: 85px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 175px;
	left: 373px;
	right:unset;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-radius: 5px;
	z-index: 2;
}
section.price .pricearea .yl{
	border: 2px solid #F2C94C;
	border-radius:15px;
	background: #FFF8E8;
	box-shadow: 0px 2px 5px 0px #878787;
}
section.price .pricearea .smtml{
	margin-left:20px;
}
section.price .pricearea .smtmr{
	margin-right:20px;
}

section.price .pricearea .br .name{
	font-size:32px;
	font-weight:700;
	color:#fff;
	background: #7B5A36;
	padding:20px 0;
	line-height:1.3em;
	border-radius: 10px 10px 0 0;
}
section.price .pricearea .yl .name{
	font-size:32px;
	font-weight:700;
	color:#fff;
	background:#F2C94C;
	padding:20px 0;
	line-height:1.3em;
	border-radius: 10px 10px 0 0;
}
section.price .pricearea .plist .toptxt{
	font-size:24px;
	color: #4B4B4B;
	text-align:center;
	padding:20px 0;
}
section.price .pricearea .plist .price{
	font-size: 60px;
	color: #4B4B4B;
	text-align: center;
	padding: 20px 0;
	font-family: "Noto Sans";
	font-weight: 700;
}
section.price .pricearea .plist .price .f1{
	font-size:60px;
	font-weight:100;
}
section.price .pricearea .plist .price .f2{
	font-size:35px;
	font-weight:700;
}
section.price .pricearea .br .regist{
	background-color: #7B5A36;
	padding: 18px 20px;
	color: #fff;
	width: 300px;
	border-radius: 90px;
	width: 300px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	margin-top:20px;

}
section.price .pricearea .yl .regist{
	background-color: #F2C94C;
	padding: 18px 20px;
	color: #fff;
	width: 300px;
	border-radius: 90px;
	width: 300px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	margin-top:20px;
}

section.price .pricearea .br .regist:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.price .pricearea .yl .regist:hover{
	background-color:#7B5A36;
}
section.price .pricearea .plist .flx{
	display:flex;
	margin-bottom: 15px;
}
section.price .pricearea .plist .flx .icon{
	width:50px;
	text-align:center;
}
section.price .pricearea .plist .flx .label{
	font-size:20px;
	font-weight:700;
	width: 330px;
}
section.price .pricearea .plist .flx .label.brc{
	color:#7B5A36;
}
section.price .pricearea .plist .flx .btn{
	background-color: #7B5A36;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-radius: 20px;
	padding: 10px 25px;
}
section.price .pricearea .plist .flx .btn:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.price .pricearea .plist .flx.alc{
	align-content:center;
}
section.price .ftmsg{
	width: 100%;
    margin: 0 auto;
    padding: 20px 0;
	font-size:18px;
}
section.price .ftmsg .linktxt{
	color:#7B5A36;
}


section.flow .innerwidth{
	padding:100px 0
}
section.flow .tl{
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	z-index:1;
}
section.flow .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.flow .steparea{
	width:95%;
	margin:0 auto;
	margin-top:80px;
}
section.flow .steparea .block{
	display:flex;
	gap:30px;
	margin-bottom:46px;
}
section.flow .steparea .block .stl{
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
}
section.flow .steparea .block .stxt{
	display:inline-block;
	font-size:24px;
	color:#7B5A36;
	line-height:1.3em;
}
	



section.faq .innerwidth{
	background-image:url('/images/fanz/faq-back.png');
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	padding-bottom:50px;
}
section.faq .tl{
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	z-index:1;
	padding-top:50px;
}
section.faq .txt{
	color:#7B5A36;
	font-size:24px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.faq  .qablock{
	width:90%;
	margin:0 auto;
	border-radius:20px;
	padding: 30px 20px;
	box-shadow: 0px 2px 5px 0px #878787;
	margin-bottom:40px;
}
section.faq .cl1{
	background-color:#F7E8C4;
}
section.faq .cl2{
	background-color:#FFF8E8;
}
section.faq  .qablock .q{
	font-size:32px;
	font-weight:700;
	color:#4B4B4B;
	display:flex;
	gap:25px;
}
section.faq  .qablock .q .qtxt{
	line-height:1.3em;
}
section.faq  .qablock .a{
	font-size:24px;
	font-weight:500;
	color:#7B5A36;
	display:flex;
	gap:25px;
	line-height:1.3em;
}


section.foot p{
	margin:0;
}
section.foot .bgphoto{
	position:relative;
}
section.foot .bgphoto img{
	width:100%;
}
section.foot .bgphoto .wbox{
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-radius:20px;
	background-color:#fff;
	width:90%;
	margin:0 auto;
	margin-top:30px;
	display:flex;
	flex-direction:column;
	gap:20px;
	align-items: center;
	padding:40px 20px;
}
section.foot .bgphoto .wbox img{
	width:448px;
}
section.foot .bgphoto .wbox .tl{
	font-size:32px;
	color:#4B4B4B;
}
section.foot .bgphoto .wbox .txt{
	font-size:24px;
	color:#7B5A36;
	text-align:center;
	line-height:1.3em;
	margin-bottom:20px;
}
section.foot .bgphoto .wbox a{
	display:block;
	padding:15px 60px;
	background-color:#7B5A36;
	color:#fff;
	font-size:32px;
	text-decoration:none;
	border-radius:100px;
}
section.foot .bgphoto .wbox a:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.foot .linkarea{
	background-color:#7B5A36;
	color:#fff;
	height:154px;
	font-size:20px;
}
section.foot .linkarea .link{
	width:800px;
	margin:0 auto;
	display:flex;
	justify-content: space-around;
	padding:40px 0 30px;
}
section.foot .linkarea .link a{
	color:#fff;
}
section.foot .linkarea .copy{
	text-align: center;
}



/*モーダルを開くボタン*/
.modal-open,.modal-open2{
  cursor:pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container2.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close,.modal-close2{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	background-color: #7B5A36;
	border-radius: 7px;
}
/*モーダル内のコンテンツの指定*/
.modal-content,.modal-content2{
	width:140%;
	background-color:#FFF8E8;
	border-radius:20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 50px 10px;
	border: 4px solid #7B5A36;
	box-sizing: border-box;
}
.modal-content .tl{
	font-size:40px;
	color:#4B4B4B;
	font-weight:700;
	padding-bottom: 50px;
}
.modal-content .txt{
	font-size:24px;
	color:#7B5A36;
	font-weight:500;
}
.modal-content .goodbox{
	display:flex;
	justify-content: center;
	margin-top: 50px;
	gap: 40px;
}
.modal-content .goodbox .box{
	display:flex;
	flex-direction:column;
	align-items: center;
}
.modal-content .goodbox .box p{
	font-size:20px;
	padding-top:10px;
}
.modal-content .goodbox .box img{
	width:120px;
}

.modal-content p{
	margin:0;
}
.modal-content .detailarea{
	padding-top:50px;
	width:100%;
	margin:0 auto;
}
.modal-content .detailarea .detailbox{
	display:flex;
	align-items:flex-start;
	gap: 20px;
	margin-bottom: 20px;
}
.modal-content .detailarea .detailbox .txtarea{
	text-align:left;
}
.modal-content .detailarea .detailbox .txtarea .poptl{
	font-size:20px;
	color:#7B5A36;
	font-weight:bold;
}
.modal-content .detailarea .detailbox .txtarea .poptxt{
	font-size:20px;
	color:#000;
	padding-top:15px;
}
.modal-content .detailarea .detailbox .txtarea .poptxt span{
	font-weight:bold;
}
.modal-content .caption{
	margin-top:60px;
	text-align: left;
}
.modal-content .caption p{
	padding-left:1em;
	text-indent:-1em;
}


#page-top {
position: fixed;
bottom: 0px;
right: 10px;
font-size: 100%;
z-index:5;
}

#page-top a {
background: rgb(123 90 54);
text-decoration: none;
color: #fff;
width: 50px;
padding: 10px 0;
text-align: center;
display: block;
border-radius: 0px;
filter:alpha(opacity=90);
-moz-opacity:0.90;
-khtml-opacity: 0.90;
opacity:0.90;
}

#page-top a:hover {
text-decoration: none;
background-color:#f3cc1d; 
}


}/*タブレット*/


/*スマホ*/
@media screen and (max-width: 480px) {

.pc{display:none !important;}
.smt{display:block !important;}


section{
	line-height:1.5em;
	font-family: 'Noto Sans JP', sans-serif;
}
section .innerwidth{
	width:100%;
	margin:0 auto;
	position:relative;
	background-color:#fff;
	padding-bottom: 15px;
	margin-top: -51px;
}

section.head{
	width:100%;
}

section.head .navi{
	width:100%;
	margin:0 auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding: 55px 0 40px;
}
section.head .headlogo{
	width:150px;
	margin-left: 30px;
}
section.head .navi ul{
	display:flex;
	font-weight: 500;
	padding: 0;
}
section.head .navi ul li{
	font-size:12px;
	font-weight:500;
	padding:0 15px;
}
section.head .navi ul li a{
	text-decoration:none;
	color:#000;
	padding:0 5px;
}
section.head .navi ul li a:hover{
	background-color: #795834;
	color:#fff;
	border-radius:10px;
	padding:0 5px;
}
section.head .navi ul li a.regist{
	background-color:#7B5A36;
	border-radius:30px;
	padding:10px 20px;
	color:#fff;
}
section.head .navi ul li a.regist:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}

section.mainimg .slick01{
	width:100%;
	height:fit-content;
}



section.toparea .funbopx{
	background-color: #fff;
	border-radius: 17px;
	box-shadow: 0px 0px 6px 1px #ccc;
	width: 92%;
	margin: 0 auto;
	padding: 8px;
	margin-top: 50px;
}
section.toparea .funbopx .boxinner{
	border: 2px solid #F2C94C;
	border-radius: 17px;
	padding: 20px;
}
section.toparea .funbopx .boxinner .catch1{
	font-size: 32px;
	color: #7B5A36;
	font-style: oblique;
	line-height: 1.5em;
	font-weight: 400;
}
section.toparea .funbopx .boxinner .catch2{
	margin-top:30px;
	font-size: 16px;
	color: #7B5A36;
	line-height: 1.3em;
	font-weight: 500;
}

section.toparea .toparea{
	display:flex;
	justify-content: flex-end;
}
section.toparea .toparea .registarea{
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-flow: row wrap;
	gap: 40px;
	flex-direction: column;
	align-items: center;
}
section.toparea .toparea .registarea .tl{
	width:100%;
	font-size:16px;
	position:relative;
	display: inline-block;
	text-align: center;
	color:#7B5A36;
}
section.toparea .toparea .registarea .tl:after{
	content: '';
	position: absolute;
	display: block;
	margin-top: 20px;
	width: 100px;
	height: 2px;
	background-color: #F2C94C;
	left: 36%;
}
section.toparea .toparea .registarea img{
	width:260px;
	margin-left: 0px;
}
section.toparea .toparea .registarea a{
	display: block;
	color: #fff;
	background-color: #6f4312;
	font-size: 23px;
	text-align: center;
	padding: 10px;
	border-radius: 29px;
	padding: 15px 70px;
	text-decoration: none;
}

section.about{
	margin-top:-18px;
}
section.about .worries{
	padding-top: 49px;
	margin-top: 50px;
}
section.about .worries > .tl{
	font-size:32px;
	color:#6f4312;
	text-align:center;
	font-style: oblique;
	font-weight:bold;
	line-height:1.3em;
}
section.about .worries .worrbox{
	width:100%;
	margin:0 auto;
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	gap:20px;
	margin-top:70px;
}
section.about .worries .worrbox .box{
	background-color:#f6e8c5;
	width:46%;
	display:flex;
	flex-direction: column;
	align-items: center;
	gap:15px;
	padding:20px 6px;
	border-radius:20px;
	box-sizing: border-box;
}
section.about .worries .worrbox .box p{
	margin:0;
}
section.about .worries .worrbox .box .pt16{
	padding-top: 0px;
}
section.about .worries .worrbox .box img{
	width:140px;
}
section.about .worries .worrbox .box .tl{
	font-size:19px;
	color:#4B4B4B;
	font-weight: 700;
}
section.about .worries .worrbox .box .txt{
	font-size:12px;
	color:#7B5A36;
	text-align: center;
	line-height: 1.3em;
}
section.about .worries .structure{
	background-color:#f6e8c5;
	width:95%;
	margin:0 auto;
	box-sizing:border-box;
	border-radius:20px;
	margin-top:50px;
	display:flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 10px;
	z-index: 2;
	position: relative;
	box-shadow: 0px 2px 5px 0px #ccc;
}
section.about .worries .structure .tl{
	font-size: 30px;
	color: #6f4312;
	text-align: center;
	font-style: oblique;
	font-weight: bold;
	line-height:1.3em;
}
section.about .worries .structure .txt{
	color:#6f4312;
	font-size:16px;
	padding:10px 0px;
	text-align:center;
	line-height:1.3em;
}
section.about .worries .structure .strinner{
	background-color: #fff;
	width: 95%;
	margin: 0 auto;
	border-radius: 15px;
	padding: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px 1px #ccc;
}
section.about .worries .structure .strinner p{
	font-size: 20px;
	color: #000;
	font-weight:500;
	margin-bottom: 0px;
}
section.about .worries .structure .strinner img{
	width:250px;
}
section.about .worries .structure .strinner a{
	display: block;
	color: #fff;
	background-color: #6f4312;
	font-size: 20px;
	text-align: center;
	border-radius: 29px;
	padding: 15px 23px;
	text-decoration: none;
}
section.about .worries .structure .strinner a:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.about .keep{
	text-align:center;
	position:relative;
	margin-top:10px;
	padding-top: 100px;
}
section.about .keep img{
	width:100%;
}
section.about .keep .msg{
	position:absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
}
section.about .keep .msg .tl{
	font-size: 32px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top:5px;
}
section.about .keep .msg .txt{
	color:#7B5A36;
	font-size:16px;
	padding-top:0px;
	line-height:1.5em;
}

section.feature {
	margin-top: 0px;
	z-index: 2;
	position: relative;
	margin-top: -100px;
}
section.feature .innerwidth{
	background-color: unset;
}
section.feature .bgarea{
	background-image:url('/images/fanz/mag.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:60px;
}
section.feature .bgarea .bgcolorarea{
	background-color:rgba(123,90,54,.9);
	padding: 70px 0px;
	border-radius: 60px;
}
section.feature .bgarea .tlarea{
	width:95%;
	margin:0 auto;
	border-radius:20px;
	border:2px solid #ccc;
}
section.feature .bgarea .tlarea p{
	margin: 0;
}
section.feature .bgarea .tlarea .logobg{
	background-color:#F2C94C;
	padding:20px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:20px 20px 0 0;
}
section.feature .bgarea .tlarea .logobg img{
	width: 250px;
}
section.feature .bgarea .tlarea .btm{
	text-align:center;
	padding:30px 0;
	font-size:40px;
	font-weight:700;
	color:#F2C94C;
	background-color:rgba(255,255,255,0.2);
	border-radius:0 0 20px 20px;
}
section.feature .bgarea .box{
	margin-top: 50px !important;
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
}
section.feature .bgarea .box .no{
	width:50px;
	margin:0;
}
section.feature .bgarea .box .no img{
	width:45px;
}
section.feature .bgarea .box .tl{
	font-size:24px;
	color: #F2C94C;
	font-weight:700;
	margin-top:10px;
}
section.feature .bgarea .box .tl.lh13{
	line-height: 1.2em;
}
section.feature .bgarea .box .txt{
	font-size: 16px;
	color: #E9E8E3;
	font-weight: 500;
	line-height: 1.3em;
}
section.feature .bgarea .box .txt.wi7{
	width:unset;
}
section.feature .bgarea .box.rside,
section.feature .bgarea .box.lside{
	width: 95%;
	margin: 0 auto;
}

section.feature .bgarea .box.lside .inr{
	padding: 20px;
	border-radius: 0 0 30px 30px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color:rgba(255,255,255,0.2);
}
section.feature .bgarea .box.rside .inr{
	padding: 20px;
	border-right: 2px solid #ccc;
	border-radius: 0 0 30px 30px;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color:rgba(255,255,255,0.2);
	order
}
section.feature .bgarea .box.rside .order1{
	order:1;
}
section.feature .bgarea .box.rside .order2{
	order:2;
}

section.feature .bgarea .box .inl img{
	width:100%;
	border-radius: 30px 30px 0 0;
}


section.service{
	margin-top: -70px;
}
section.service .tl{
	padding-top:200px;
	font-size: 32px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top:-100px;
	z-index:1;
}
section.service .txt{
	font-size:16px;
	text-align:center;
	padding:40px 0;
	color: #7B5A36;
}
section.service .bgarea{
	background-image:url('/images/fanz/servicebg.png');
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	padding-bottom: 150px;
}

section.service .bgarea .cate{
	width:95%;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	font-size:36px;
	font-weight:700;
	padding-top: 162px;
	padding-bottom:200px;
	z-index:1;
}
section.service .bgarea .cate .box{
	height: 190px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
section.service .bgarea .cate .box p{
	font-size:36px;
	width: 260px;
}
section.service .bgarea .cate .bg1{
	background: #7B5A36;
    color: #fff;
	text-align:center;
}
section.service .bgarea .cate .bg2{
	background: #F7E8C4;
    color: #4B4B4B;
	text-align:center;
}
section.service .bgarea .cate .bg3{
	background: #F2C94C;
    color: #fff;
	text-align:center;
}
section.service .bgarea .cate .rd1{
	border-radius:20px 20px 0 0;
}
section.service .bgarea .cate .rd2{
	border-radius:0 0 20px 20px;
	box-shadow: 0px 3px 1px 0px #969696;
}
section.service .bgarea .listarea{
	position: absolute;
	top: 10px;
	left: 480px;
	border: 1px solid #ccc;
	z-index: 2;
	display: flex;
	gap: 10px;
}
section.service .bgarea .listarea .flbox{
	display:flex;
	flex-direction:column;
	align-items: center; 
	justify-content: center;
}
section.service .bgarea .listarea .flbox div{
	background-image : linear-gradient(to right, #848484 6px, transparent 4px);
	background-size: 10px 1px;
	background-repeat: repeat-x; 
	background-position: left bottom;
	display:flex;
	justify-content: space-between;;
	align-items: center; 
	flex-direction: column;
	padding-bottom: 18px;
	padding-top: 15px;
	box-sizing: border-box;
}
section.service .bgarea .listarea .flbox .first{
	justify-content: center;
}
section.service .bgarea .listarea .flbox div:last-child{
	background-image:none;
}
section.service .bgarea .listarea .Lbox div{
	color:#7B5A36;
}
section.service .bgarea .listarea .flbox div p{
	margin:0;
}
section.service .bgarea .listarea .Lbox{
	border: 8px solid red;
	border-image: linear-gradient(to right, #E99E3C 0%, #E6D112 100%) 2;
	background-color:#fff;
	width:280px;
}
section.service .bgarea .listarea .Lbox .first img{
	width:260px;
}
section.service .bgarea .listarea .flbox .first,
section.service .bgarea .listarea .flbox .other{
	width:100%;
}
section.service .bgarea .listarea .Cbox{
	border: 4px solid #7B5A36;
	background-color:#fff;
	width:200px;
}
section.service .bgarea .listarea .Rbox{
	border: 4px solid #F2C94C;
	background-color:#fff;
	width:200px;
}
section.service .bgarea .listarea .first{
	height:145px;
	text-align:center;
	line-height:1em;
}
section.service .bgarea .listarea  .other{
	height:190px;
	text-align:center;
	font-size:26px;
	font-weight:500;
}
section.service .bgarea .listarea .Cbox .listtl{
	font-size:40px;
	font-weight:700;
	color:#7B5A36;
}
section.service .bgarea .listarea .Rbox .listtl{
	font-size:40px;
	font-weight:700;
	color:#F2C94C;
}

section.service .bgarea .smtlist{
	width: 95%;
	margin: 0 auto;
}
section.service .bgarea .smtlist img{
	width:100%;
}

section.week{
	margin-top: -120px;
	z-index: 2;
	position: relative;
}
section.week .innerwidth{
	background-color: unset;
}
section.week .bgarea{
	background-image:url('/images/fanz/mag.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:80px;
}
section.week .bgarea .bgcolorarea{
	background-color:rgba(247,232,196,.9);
	padding: 70px 20px;
	border-radius: 60px;
}
section.week .bgarea .tl{
	padding-top:100px;
	font-size: 32px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top:-100px;
	z-index:1;
}
section.week .bgarea .txt{
	color:#7B5A36;
	font-size:16px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.week .bgarea .photoarea .line{
	position:relative;
	margin-bottom:130px;
}
section.week .bgarea .photoarea .line img{
	width:100%;
}
section.week .bgarea .photoarea .line.rside .photo-catch{
	text-align: right;
}
section.week .bgarea .photoarea .line.lside .photo-tl{
	position:absolute;
	top:40px;
	bottom:unset;
	left:20px;
	font-size:60px;
	font-weight:700;
	color: #F2C94C;
}
section.week .bgarea .photoarea .line.lside .photo-tl img,
section.week .bgarea .photoarea .line.rside .photo-tl img{
	height:30px;
}
section.week .bgarea .photoarea .line.lside .photo-catch{
	position:absolute;
	top: 115px;
	bottom:unset;
	left:20px;
	font-size:20px;
	font-weight:700;
	color: #F2C94C;
	line-height:1.3em;
}
section.week .bgarea .photoarea .line.lside .smtposition1{
	top: 20px;
}
section.week .bgarea .photoarea .line.lside .smtposition2{
	top: 89px;
}
section.week .bgarea .photoarea .line.lside .popup,
section.week .bgarea .photoarea .line.rside .popup{
	position: absolute;
	top:92%;
	bottom: unset;
	left: 10px;
	width: 82%;
	background-color: #FFF8E8;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #7B5A36;
	padding: 15px 20px;
	line-height: 1.3em;
	box-shadow: 0px 2px 5px 0px #ccc;
}

section.week .bgarea .photoarea .line.rside .photo-tl{
	position:absolute;
	top:40px;
	bottom:unset;
	right:20px;
	font-size:60px;
	font-weight:700;
	color: #F2C94C;
}
section.week .bgarea .photoarea .line.rside .photo-catch{
	position: absolute;
	top: 115px;
	bottom: unset;
	right: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #F2C94C;
	line-height: 1.3em;
}


section.price{
	margin-top:-230px;
}
section.price .innerwidth{
	background-image:url('/images/fanz/servicebg.png');
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	background-position: 50% 74px;
	padding-bottom: 50px;
}
section.price .innerwidth > .tl{
	font-size: 32px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	margin-top: 148px;
	padding-top: 160px;
	z-index:1;
}
section.price .innerwidth > .txt{
	color:#7B5A36;
	font-size:16px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.price .pricearea{
	display:flex;
	gap:20px;
	overflow-y: scroll;
	width: 100%;
}
section.price .pricearea .plist{
	width:365px;
	position:relative;
}
section.price .pricearea .plist p{
	margin:0
}
section.price .pricearea .plist .name{
	text-align:center;
}
section.price .pricearea .br{
	border: 2px solid #7B5A36;
	border-radius:15px;
	background: #F7E8C4;
	box-shadow: 0px 2px 5px 0px #878787;
}
section.price .pricearea.sidescroll .smtml:before{
	content: url(/images/fanz/sidescroll.png);
	width: 100px;
	height: 85px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 175px;
	right: -59px;
	left: unset;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-radius: 5px;
	z-index: 2;
}

section.price .pricearea .smtml{
	margin-left:20px;
}
section.price .pricearea .smtmr{
	margin-right:20px;
}
section.price .pricearea .yl{
	border: 2px solid #F2C94C;
	border-radius:15px;
	background: #FFF8E8;
	box-shadow: 0px 2px 5px 0px #878787;
}

section.price .pricearea .br .name{
	font-size:32px;
	font-weight:700;
	color:#fff;
	background: #7B5A36;
	padding:20px 0;
	line-height:1.3em;
	border-radius: 10px 10px 0 0;
}
section.price .pricearea .yl .name{
	font-size:32px;
	font-weight:700;
	color:#fff;
	background:#F2C94C;
	padding:20px 0;
	line-height:1.3em;
	border-radius: 10px 10px 0 0;
}
section.price .pricearea .plist .toptxt{
	font-size:24px;
	color: #4B4B4B;
	text-align:center;
	padding:20px 0;
}
section.price .pricearea .plist .price{
	font-size: 60px;
	color: #4B4B4B;
	text-align: center;
	padding: 20px 0;
	font-family: "Noto Sans";
	font-weight: 700;
}
section.price .pricearea .plist .price .f1{
	font-size:60px;
	font-weight:100;
}
section.price .pricearea .plist .price .f2{
	font-size:35px;
	font-weight:700;
}
section.price .pricearea .br .regist{
	background-color: #7B5A36;
	padding: 18px 20px;
	color: #fff;
	width: 300px;
	border-radius: 90px;
	width: 300px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	margin-top:20px;

}
section.price .pricearea .yl .regist{
	background-color: #F2C94C;
	padding: 18px 20px;
	color: #fff;
	width: 300px;
	border-radius: 90px;
	width: 300px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	margin-top:20px;
}

section.price .pricearea .br .regist:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.price .pricearea .yl .regist:hover{
	background-color:#7B5A36;
}
section.price .pricearea .plist .flx{
	display:flex;
	margin-bottom: 15px;
}
section.price .pricearea .plist .flx .icon{
	width:50px;
	text-align:center;
}
section.price .pricearea .plist .flx .label{
	font-size:20px;
	font-weight:700;
	width: 330px;
}
section.price .pricearea .plist .flx .label.brc{
	color:#7B5A36;
}
section.price .pricearea .plist .flx .btn{
	background-color: #7B5A36;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-radius: 20px;
	padding: 10px 25px;
}
section.price .pricearea .plist .flx .btn:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.price .pricearea .plist .flx.alc{
	align-content:center;
}
section.price .ftmsg{
	width: 90%;
	margin: 0 auto;
	padding: 20px 10px;
	font-size: 18px;
}
section.price .ftmsg .linktxt{
	color:#7B5A36;
}


section.flow .innerwidth{
	padding:35px 0
}
section.flow .tl{
	font-size: 48px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	z-index:1;
}
section.flow .txt{
	color:#7B5A36;
	font-size:16px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
}
section.flow .steparea{
	width:95%;
	margin:0 auto;
	margin-top:80px;
}
section.flow .steparea .block{
	display:flex;
	align-items: flex-start;
	gap:18px;
	margin-bottom:46px;
}
section.flow .steparea .block > img{
	width:120px;
}
section.flow .steparea .block .stl{
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
section.flow .steparea .block .stl img{
	width:30px;
}
section.flow .steparea .block .stxt{
	display:inline-block;
	font-size:16px;
	color:#7B5A36;
	line-height:1.3em;
}
	


section.faq .innerwidth{
	background-image:url('/images/fanz/faq-back.png');
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	padding-bottom:50px;
}
.smtfaqbg{
	position:absolute;
	top:0;
	z-index:0;
}
.smtfaqbg img{
	width:100%;
}
section.faq .tl{
	font-size: 32px;
	color: #7B5A36;
	font-weight:700;
	text-align: center;
	font-style: oblique;
	line-height:1.3em;
	z-index:1;
	padding-top:33px;
	position:relative;
	z-index:2;
}
section.faq .txt{
	color:#7B5A36;
	font-size:16px;
	padding-top:10px;
	line-height:1.5em;
	text-align:center;
	position:relative;
	z-index:2;
	margin-bottom: 56px;
}
section.faq  .qablock{
	width:80%;
	margin:0 auto;
	border-radius:20px;
	padding: 30px 20px;
	box-shadow: 0px 2px 5px 0px #878787;
	margin-bottom:40px;
}
section.faq .cl1{
	background-color:#F7E8C4;
}
section.faq .cl2{
	background-color:#FFF8E8;
}
section.faq  .qablock .q{
	font-size:20px;
	font-weight:700;
	color:#4B4B4B;
	display:flex;
	gap:25px;
}
section.faq  .qablock .q .qtxt{
	line-height:1.3em;
}
section.faq  .qablock .a{
	font-size:16px;
	font-weight:500;
	color:#7B5A36;
	display:flex;
	gap:25px;
	line-height:1.3em;
}
section.faq  .qablock .q img,
section.faq  .qablock .a img{
	width:40px;
}

section.foot p{
	margin:0;
}
section.foot .bgphoto{
	position:relative;
}
section.foot .bgphoto img{
	width:100%;
}
section.foot .bgphoto .wbox{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-radius:20px;
	background-color:#fff;
	width:80%;
	margin:0 auto;
	margin-top:30px;
	display:flex;
	flex-direction:column;
	gap:20px;
	align-items: center;
	padding:40px 20px;
}
section.foot .bgphoto .wbox img{
	width:448px;
}
section.foot .bgphoto .wbox .tl{
	font-size:20px;
	color:#4B4B4B;
}
section.foot .bgphoto .wbox img{
	width:250px;
}
section.foot .bgphoto .wbox .txt{
	font-size:16px;
	color:#7B5A36;
	text-align:center;
	line-height:1.3em;
	margin-bottom:20px;
}
section.foot .bgphoto .wbox a{
	display:block;
	padding:15px 23px;
	background-color:#7B5A36;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	border-radius:100px;
}
section.foot .bgphoto .wbox a:hover{
	background-color:#FFF8E8;
	color:#4b4b4b;
}
section.foot .linkarea{
	background-color:#7B5A36;
	color:#fff;
	height:154px;
	font-size:20px;
}
section.foot .linkarea .link{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-around;
	padding:40px 0 30px;
}
section.foot .linkarea .link a{
	color:#fff;
	font-size:12px;
}
section.foot .linkarea .copy{
	text-align: center;
	font-size:12px;
}



/*モーダルを開くボタン*/
.modal-open,.modal-open2{
  cursor:pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
}
.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container2.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
  height: 100%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close,.modal-close2{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	background-color: #7B5A36;
	border-radius: 7px;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	width: 106%;
	background-color:#FFF8E8;
	border-radius:20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 50px 10px;
	border: 4px solid #7B5A36;
	box-sizing: border-box;
}
.modal-content2{
	width: 106%;
	height: 100%;
	overflow-y: scroll;
	background-color:#FFF8E8;
	border-radius:20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 50px 10px;
	border: 4px solid #7B5A36;
	box-sizing: border-box;
}
.modal-content .tl,
.modal-content2 .tl{
	font-size:24px;
	color:#4B4B4B;
	font-weight:700;
	padding-bottom: 20px;
	line-height:1.3em;
}
.modal-content .txt,
.modal-content2 .txt{
	font-size:16px;
	color:#7B5A36;
	font-weight:500;
}
.modal-content .goodbox{
	display:flex;
	justify-content: center;
	margin-top: 50px;
	gap: 13px;
}
.modal-content .goodbox .box{
	display:flex;
	flex-direction:column;
	align-items: center;
}
.modal-content .goodbox .box p{
	font-size:16px;
	padding-top:10px;
}
.modal-content .goodbox .box img{
	width:100px;
}

.modal-content p,
.modal-content2 p{
	margin:0;
}
.modal-content2 .detailarea{
	padding-top:50px;
	width:100%;
	margin:0 auto;
}
.modal-content2 .detailarea .detailbox{
	display:flex;
	align-items:flex-start;
	gap: 20px;
	margin-bottom: 20px;
}
.modal-content2 .detailarea .detailbox .txtarea{
	text-align:left;
}
.modal-content2 .detailarea .detailbox .txtarea .poptl{
	font-size:20px;
	color:#7B5A36;
	font-weight:bold;
}
.modal-content2 .detailarea .detailbox .txtarea .poptxt{
	font-size:20px;
	color:#000;
	padding-top:15px;
}
.modal-content2 .detailarea .detailbox .txtarea .poptxt span{
	font-weight:bold;
}
.modal-content2 .caption{
	margin-top:60px;
	text-align: left;
}
.modal-content2 .caption p{
	padding-left:1em;
	text-indent:-1em;
}


#page-top {
position: fixed;
bottom: 0px;
right: 10px;
font-size: 100%;
z-index:5;
}

#page-top a {
background: rgb(123 90 54);
text-decoration: none;
color: #fff;
width: 50px;
padding: 10px 0;
text-align: center;
display: block;
border-radius: 0px;
filter:alpha(opacity=90);
-moz-opacity:0.90;
-khtml-opacity: 0.90;
opacity:0.90;
}

#page-top a:hover {
text-decoration: none;
background-color:#f3cc1d; 
}

}/*スマホ*/


/*タブレット*/
@media screen and (max-width: 400px) {

section.head .navi {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 55px 0 40px;
}

section.head .navi ul li {
	font-size: 12px;
	font-weight: 500;
	padding: 0 5px;
}
.modal-content .goodbox {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	gap: 13px;
	flex-flow: row wrap;
}

}


