@charset "utf-8";
/*=================================================================================*/
/** 768px未満 スマホサイズ画面 ＜これが基本＞ **/

#main{
    max-width: 1200px;
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    box-shadow: 0 0 4px #4D3A33;
}

/*==================
  電話番号タップ
==================*/
a.telLink0 { cursor: pointer; pointer-events: auto; text-decoration:underline; color:#000000; }

svg {
    max-height:30px;
  }
img[src$=".svg"] {
    width: 100%;
}
.slid_hide,
.disp_p { display:none; }
.disp_s { display:block; }


#disp_fix { position:fixed; top:0; left:0; z-index:100; width:100%; margin: 0 auto;}

/***  ヘッダー  ***/
#head00s {
    max-width: 1200px;
    width:1200px;
	margin:0 auto;
	background:#FFFFFF;
    border-bottom:solid 1px #BBA097;
}
.head99s{ width:100%; margin: 0%; padding: 0.5em 0 0.2em;}
.head01s{ width:14.5833%; margin: 0 39.0836% 0 2.1666%; padding-top: 0.8%; }
.head02s{ width:21.6666%; margin: 0; padding-top: 0.3%; }
.head03s{ width:10.4166%; margin: 0; }
.head04s{ width:10.7500%; margin: 0 1.3333% 0 0; }

.menu_navi {
    max-width: 1140px;
	width:95%;
	margin:0;
	padding: 1.1em 0 1.1em 5%;
	background:#B6914A;
}

.menu_navi li {
	width: 16.6666%;
	font-weight: bold;
	text-align: center;
	float: left;
}

.menu_navi li a{
    display: inline-block;
    padding:0.2em 0.8em 0.2em 1.2em;
    position: relative;
    text-decoration: none;
    color:#FFFFFF !important;
    z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.menu_navi li a:hover{
    color:#FFFFFF !important;
}

.menu_navi li a::before{
    position: absolute;
    top:50%;
    left:0;
    content: '';
    width:10px;
    height:2px;
    background:#FFFFFF;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
    z-index: -1;
}
.menu_navi li a p{
    display: inline-block;
    padding:0 0.7em;
    background:#B6914A;
}

.menu_navi li a:hover::before{
    width:50%;
}
/****** コンテンツ ******/
/*コンバージョン設定*/
.conv_01 {
    position: relative;
	background: #A68B62;
	width: 100%;
}
.conv_01_01 {
    position: absolute;
	width: 27.8333%;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.conv_02 {
    position: absolute;
    top:66%;
    left:6.5%;
	width: 84.3333%;
    z-index: 20;
}
.conv_01_01 img,
.conv_02 img {
	width: auto;
	max-width:100%;
	margin: 0 auto;
	padding: 0;
}
.conv_02 li {
	width: 50%;
	margin: 0;
	padding: 0;
}

.main01_01 { 
	position: relative;
	width: 100%
}

.main01_02 { 
	position: absolute;
	top:48%;
	left:8%;
	width: 83.5526%;
	margin: 0 auto;
}

.main01_03 li { 
	width:  23%;
	max-width: 314px;
	margin: 0.5em 1%;
	position: relative;
}

.main01_04 { 
	position: relative;
}
.main01_04_on1 { 
	position: absolute;
	bottom: 6.5%;
	left: 11%;
	width: 80%;
}
.main01_04_on2 { 
	position: absolute;
	bottom: 10.5%;
	left: 11%;
	width: 80%;
}

.main01_04_on1 img,
.main01_04_on2 img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

/* MOVIE */
.firs_video {
    position:relative;
    padding-bottom: 34.2%; /* 100/300*200　*/
    height: 0;
    overflow: hidden;
	width: 60%;
	max-width: 680px;
	margin: 1em auto;
}
.firs_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* よくある質問 */
.qa01_01>div>ul>li{
	background:#FFFFFF;
	border-radius: 15px;
	margin:0 0 1em;
}

.qa01_01>div>ul>li>a{
	display: block;
	width:100%;
	padding:1.5em 5%;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}
.qa01_01>div>ul>li a dl dt{
	width:8%;
	padding:0;
	float: left;
	font-weight: bold;
}
.qa01_01>div>ul>li a dl dd{
	width:87%;
	margin:0.2em 4% 0 1%;
	padding-top: 0;
	float: left;
	font-weight: bold;
	color:#000000;
}

.qa01_01>div>ul>li>ul>li{
	background:#F2EFEA;
	color:#000000;
	border-radius: 0 0 15px 15px;
}

.qa01_01>div>ul>li>ul>li>dl{
	width:90%;
	margin:0 5% 0 5%;
	padding:1.5em 0;
}

.qa01_01>div>ul>li>ul>li>dl>dt{
	width:8%;
	float: left;
	font-weight: bold;
}
.qa01_01>div>ul>li>ul>li>dl>dd{
	width:87%;
	margin:0.2em 4% 0 1%;
	float: left;
}

.child {
    display: none;
}
.menu{
	position: relative;
}
.menu:after {
	position: absolute;
	content: '';
	background:url(../img/shita.svg) no-repeat;
	background-size: contain;
	width:10px;
	height:9px;
	top: 50%;
    right: 2%;
    transform: translate(-50%,-50%);
}

.menu.active:after {
	position: absolute;
	content: '';
	background:url(../img/ue.svg) no-repeat;
	background-size: contain;
	width:10px;
	height:9px;
	top: 50%;
    right: 2%;
    transform: translate(-50%,-50%);
}

/*  店舗一覧  */
.qa02_01 { width: 100%; }
.qa02_01>ul>li{
	background:none;
	width: 48%;
	margin:1em 1%;
	border: #DDDDDD solid 1px;
	box-sizing: border-box;
	padding: 1em 3%;
	float: left;
}
.qa02_01>ul>li>div{
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}

.qa02_01>ul>li>div>div>ddl>dt{
	width:100%;
	padding:0;
}
.qa02_01>ul>li>div>div>dl>dd{
	width:100%;
	margin:0;
}

.qa02_01>ul>li>div>div>dl>dt{
	width:25%;
	padding-right: 3%;
	float: left;
}
.qa02_01>ul>li>div>div>dl>dd{
	width:72%;
	float: left;
}


/* マップ表示 */
.map_block {
    display: block;
    position:relative;
    padding-bottom: 60.329%; /* 330/547*100　*/
    height: 0;
    overflow: hidden;
}
.map_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* その他 */
.span_FF0000 {
	color: #FF0000
}
.font_vew {
	font-size: 3vw;
	line-height: 1.2;
}
.font_vew2 {
	font-size: 4.1vw;
	line-height: 1.4;
}
.font_vew3 {
	font-size: 4.6vw;
	line-height: 1.4;
}
.font_vew4 {
	font-size: 3.5vw;
	line-height: 1.2;
}

/*
.perf01_bnr {
	position: relative;
}
*/

.perf01_bnr img{
	width:auto;
	max-width: 90%;
	margin:0 auto;
}

.slid_icon{
	position: absolute;
	right:0;
	bottom:0;
	width:40px;
	height:40px;
	background-color:rgba(0,0,0,0.3);
}
.slid_icon::after{
	content: '';
	position: absolute;
	width:20px;
	height:20px;
	right:9px;
	bottom:9px;
	background:url(../img/mushi.svg) no-repeat;
	background-size: contain;
	box-sizing: border-box;
}


#foot01 {
    position:fixed;
	bottom:0;
	left:0;
	z-index:100;
	width:100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0), 65%, rgba(0,0,0,0.3) 95%);
}
#foot01 ul { width:1143px; max-width: 1143px;
	margin: 0 auto; padding: 0;}

#foot01 li { float: left; width: 33.3333%; max-height: 125px;}

/***  ページTOP  ***/
#page_tops {
    position: fixed;
	display:block;
	width:13%;
	z-index:50;
    bottom:8%;
    right:0.5em;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 1200px) {
    
/*==================
  電話番号タップ
==================*/
a.telLink0 { display:inline-block; cursor: default; pointer-events: none; text-decoration:none; margin: 0; padding: 0;}

.disp_p { display:block; }
.disp_s { display:none; }

.font_vew {
	font-size:140%; line-height:1.3;
}
.font_vew2 {
	font-size: 130%;
	line-height: 1.4;
}
.font_vew3 {
	font-size: 160%;
	line-height: 1.4;
}
.font_vew4 {
	font-size: 150%;
	line-height: 1.2;
}
.font_vew5 {
	font-size: 70%;
	line-height: 1.2;
}
.font_vew6 {
	font-size:85%;
	line-height: 1.2;
}
.font_vew7 {
	font-size:110%;
	line-height: 1.4;
}

/***  ページTOP  ***/
#page_tops {
	width:90px;
    bottom:6em;
}

}


