@charset "utf-8";


body {
	color: #515859;
	font-size: 1.13rem;
	line-height: 2em;
	letter-spacing:0.05em;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	background: #fffef9;
	overflow-x: hidden;
}
body.open{
overflow: hidden;
	height: 100%; 
}

body * {
	box-sizing: border-box;
}
a {
text-decoration:none;
transition: 0.2s;
line-height: 1em;
}
a:link {
	text-decoration:none;
	color: #000;
}
a:visited {
	text-decoration:none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
	opacity: 0.6;
}
a:active {
	text-decoration: none;
	color: #000;
}
.clist{
display: flex;
flex-wrap: wrap;
}
.sp,.none {	display: none;}
.pc {display: block;}

p.err{
width: 100%;
color: #f00;
font-weight: bold;
}
.mf-frame {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}


/***************************************************/

#mainvis{
background: url("../img/mbg.png") center top /cover no-repeat;
padding-top: 30px;
}
#mainvis.mv_b{
	background: none;
	padding: 0;
}

#mainvis.mv_b .mf-frame{
	text-align: center;
	max-width: 100%;
}

.inq{
margin: 50px -55px;
text-align: center;
position: relative;
}
#mainvis .inq{
margin: 160px -55px 0 -55px;
}

#mainvis.mv_b .inq{
	margin-top:50px;
}

main h2{
text-align: center;
margin: 0 0 100px 0;
}

#mf1{
text-align: center;
position: relative;
}
#mf1:before{
content: "";
height: 69.44vw;
background: url("../img/mf1bg.png") center center /cover no-repeat;
position: absolute;
bottom: 0;
left: 0;
right: 0;
transform: translate(0,30%);
z-index: -1;
}
#mf1 .mf-inner{
padding: 50px 0;
}
#mf1 ul{
display: flex;
justify-content: center;
margin: 0 0 50px 0;
}
#mf1 ul li{
line-height: 3em;
margin: 0 20px;
}
#mf1 figure{
margin: 0 0 50px 0;
}

#mf2{
	position: relative;
	z-index: 9;
}
#mf2::before{
content: "";
height: 69.44vw;
background: url("../img/mf2bg.png") center center /cover no-repeat;
position: absolute;
bottom: 0;
left: 0;
right: 0;
transform: translate(0,30%);
z-index: -1;
}
#mf2 .mf-inner{
padding: 50px 0;
}
#mf2 .clist{
margin: 0 auto 50px auto;
justify-content: space-between;
}


	
#mf2 .clist:nth-child(-n+6){
	padding-bottom: 50px;
	border-bottom: 1px solid #8c8265;
}

#mf2 .mf-inner > h3{
	text-align: center;
	margin-bottom: 50px;
}

#mf2 .mf-inner > h3 img{
	max-width: 30%;
}


#mf2 .clist figure img{
width: 300px;
}
#mf2 .clist dl{
width: 660px;
}
#mf2 .clist dl dt{
font-size: 1.67em;
margin: 0 0 20px 0;
}
#mf2 .clist .cbox{
	background:rgba(255,255,255,0.7);
	border-radius: 20px;
	border: #8b8165 solid 1px;
	margin: 20px 0 0 0;
}
#mf2 .clist .cbox-inner{
	padding: 30px;
}
#mf2 .clist .cbox p{
	color: #8b8165;
	text-align: left;
}
#mf2 .cbox{
	text-align: center;
}
#mf2 .cbox h3{
	display: table;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	border-bottom: #8b8165 solid 1px;
}

#mf3{
	position: relative;
	z-index: 9;
}
#mf3::before{
content: "";
height: 69.44vw;
background: url("../img/mf3bg.png") center center /cover no-repeat;
position: absolute;
bottom: 0;
left: 0;
right: 0;
transform: translate(0,50%);
z-index: -1;
}
#mf3 .mf-inner{
padding: 50px 0;
}
#mf3 .clist{
	justify-content: center;
	align-items: center;
	margin: 0 0 80px 0 ;
}
#mf3 .clist:nth-of-type(2n){
	flex-direction: row-reverse;
}
#mf3 .clist figure img{
	width: 410px;
}
#mf3 .clist dl{
	width: 480px;
	padding: 1em;
}
#mf3 .clist dl dt{
	margin: 0 0 50px 0 ;
}

#mf4{
	position: relative;
	z-index: 9;
}
#mf4::before{
content: "";
height: 69.44vw;
background: url("../img/mf4bg.png") center center /cover no-repeat;
position: absolute;
bottom: 0;
left: 0;
right: 0;
transform: translate(0,30%);
z-index: -1;
}
#mf4 .mf-inner{
padding: 50px 0;
}

#mf4 .clist{
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.7);
	border-radius: 20px;
	padding: 40px;
	margin: 0 auto 80px auto;
}
#mf4 .clist figure img{
	width: 260px;
}
#mf4 .clist dl{
	width: 650px;
}
#mf4 .clist dl dt{
	border-bottom: #8b8165 solid 1px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
#mf4 .clist dl dt img{
	display: table;
	margin: 0 0 10px 0 ;
}
#mf4 .clist dl dt strong{
	font-size: 1.28em;
	font-weight: normal;
}
#mf4 p{
	text-align: center;
}

#mf5{
	position: relative;
	z-index: 9;
}
#mf5::before{
content: "";
height: 69.44vw;
background: url("../img/mf5bg.png") center center /cover no-repeat;
position: absolute;
bottom: 0;
left: 0;
right: 0;
transform: translate(0,30%);
z-index: -1;
}
#mf5 .mf-inner{
padding: 50px 0;
}
#mf5 details{
	padding: 40px;
	border-bottom: #8b8165 solid 1px;
}
#mf5 details summary{
	position: relative;
}
#mf5 details summary:before{
	content: "+";
	font-size: 1.5em;
	font-weight: 900;
	position: absolute;
	right: 0;
}
#mf5 details[open] summary:before{
	content: "-";
}
#mf5 details p{
	margin: 20px 0 0 95px;
}

#mf6{
	position: relative;
	z-index: 9;
}
#mf6 .mf-inner{
padding: 50px 0;
}
#mf6 p{
	line-height: 2.5em;
}


/***************************************************/

#footer{
	background: #fff;
}
#footer .mf-inner{
padding: 50px 0 0 0;
}
#footer p{
	text-align: right;
	font-size: 0.8em;
}

/****ページTOP***********************************************/
#pagetop{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 70px;
max-height: 70px;
width: 10vw;
height: 10vw;
color: #fff;
font-size: 0.8em;
font-weight: bold;
border-radius: 100%;
background: rgba(0,0,0,0.5);
line-height: 1em;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
position: fixed;
right: 20px;
bottom: 20px;
cursor: pointer;
z-index: 999;
}
#pagetop:before{
content: "";
display:block;
max-width: 15px;
max-height: 15px;
width: 2vw;
height: 2vw;
border: #fff solid;
border-width: 5px 5px 0 0;
transform: rotate(-45deg);
}

#pagetop:hover{
opacity: 0.7;
}

/****電話***********************************************/
#telpopup-frame {
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
#telpopup-frame-inner {
	position: fixed;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#telpopup-gotel {
background: #1d95d4;
border-radius: 5px;
display: block;
text-align: center;
padding: 20px;
color: #fff;
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.65);
}
#telpopup-shop {
	font-size: 1.2em;
}
#telpopup-gotel img {
	vertical-align: baseline;
}
#telpopup-gotel a {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: underline;
}
#telpopup-stelb {
	padding: 2vw 0 0 0;
}
#telpopup-close {
	padding: 4vw 0 0 0;
}
#telpopup-close a {
	font-size: 0.9em;
	line-height: 1.0;
	background: #ddd;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding: 3vw 0;
	color: #333;
	font-weight: bold;
	box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 3px 0px;
}
.tellink {
	pointer-events: none;
}









@media screen and (max-width: 1024px) {
html {
	overflow: auto;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
	background-image: none;
	font-size: 1.5em;
}

img {
	max-width: 100%;
	height: auto !important;
}
.mf-frame {	
	max-width: 750px;
}

/***************************************************/

#mainvis{
	background: none;
	text-align: center;
	padding-top: 0;
}
#mainvis figure.sp + figure{
	width: 80vw;
	margin: 0 auto;
	/*transform: translate(0,-20vw);*/
	position: relative;
	margin-top:-20vw;
}

.inq{
position: relative;
margin: 5vw 0vw;
}
#mainvis .inq{
margin: 0 0 10vw 0;
margin: 10vw 5vw 10vw 5vw;
}


/***************************************************/
#mf1:before{
height: 185.33vw;
background-image: url("../img/mf1bgs.png");
}
#mf1 .mf-inner{
padding:5vw;
}

#mf1 h2 {
	max-width: 70vw;
	margin: 0 auto 10vw auto;
}

#mf1 ul{
flex-wrap: wrap;
margin: 0 0 10vw 0;
}
#mf1 ul li{
margin: 0;
}
#mf1 figure{
margin: 0 0 10vw 0;
}


#mf2::before{
height: 185.33vw;
background-image: url("../img/mf2bgs.png");
}
#mf2 .mf-inner{
padding: 5vw;
}
#mf2 .clist{
margin: 0 auto 15vw auto;
}

#mf2 .mf-inner > h3 img{
	max-width: 50%;
}


#mf2 .clist figure img{
width: auto;
}
#mf2 .clist dl{
width: auto;
}
#mf2 .clist dl dt{
margin: 5vw 0;
line-height: 1.5em;
}
#mf2 .clist .cbox{
margin: 5vw 0 0 0;
border-radius: 0;
}
#mf2 .clist .cbox-inner{
	padding: 5vw;
}
#mf2 .cbox h3{
	margin: 0 auto 5vw auto;
	padding: 0 0 5vw 0;
}

#mf3::before{
height: 282.93vw;
background-image: url("../img/mf3bgs.png");
transform: translate(0,30%);
}
#mf3 .mf-inner{
padding: 10vw 5vw;
}
#mf3 .clist{
	margin: 0 0 10vw 0 ;
}
#mf3 .clist:nth-of-type(2n) dt{
	text-align: right;
}

#mf3 .clist figure img{
	width: auto;
}
#mf3 .clist dl{
	width: auto;
	padding: 10vw 0;
}
#mf3 .clist dl dt{
	margin: 0 0 5vw 0 ;
}

#mf4::before{
height: 204.4vw;
background-image: url("../img/mf4bgs.png");
transform: translate(0);
}
#mf4 .mf-inner{
padding: 10vw 5vw;
}


#mf4 .clist{
	justify-content: center;
	background:none;
	border-radius: 0;
	border-bottom: #8b8165 solid 1px;
	padding: 0 0 10vw 0;
	margin: 10vw 0;
}
#mf4 .clist figure{
	text-align: center;
	margin: 0 0 5vw 0;
}
#mf4 .clist figure img{
	width: auto;
}
#mf4 .clist dl{
	width: auto;
}
#mf4 .clist dl dt{
	border: none;
	padding: 0;
	margin: 0 0 5vw 0;
}
#mf4 .clist dl dt img{
	margin: 0 0 5vw 0 ;
}
#mf4 p{
	text-align: left;
}

#mf5::before{
height: 261.07vw;
background-image: url("../img/mf5bgs.png");
transform: translate(0,30%);
}
#mf5 .mf-inner{
padding: 10vw 5vw;
}




#mf5 details{
	padding: 5vw 0;
}
#mf5 details p{
	margin: 5vw 0 0 0;
}

#mf6 .mf-inner{
padding: 10vw 5vw;
}

#mf6 p{
	font-size: 3.0vw;
}

/***************************************************/

#footer .mf-inner{
padding: 10vw 5vw;
	text-align: center;
}
#footer p{
	text-align: center;
}


/****ページTOP***********************************************/
#pagetop{
font-size: 0.67em;
right: 3vw;
bottom: 3vw;
}
#pagetop:before{
border-width: 0.67vw 0.67vw 0 0;
}

/****電話***********************************************/

.tellink {
	pointer-events: auto;
}


.sp {
	display: block;
}
br.sp{
	display: inline-block;
}
.pc{
	display: none !important;
}
}



@media screen and (max-width: 640px) {
body {
	font-size:4.06vw;
}
#pagetop:before{
border-width: 0.78vw 0.78vw 0 0;
}

#mainvis {

}


}
