*{
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4c4c4c;
	box-sizing: border-box;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: justify;
}



.mincho{ font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

span, a, strong, small{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

a{ transition: .3s; }
a:hover{ opacity: .6; }

.sp, .menu-btn{ display: none; }
.wrap{ width: 800px; margin: 0 auto; }

.linkwrap{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.toline{
	display: table;
	position: fixed;
	width: 60px;
        bottom: 80px;
    	z-index: 98;
	transition: .3s;
	TOP: 43%;
}
.totop.active{ visibility: visible; opacity: 1; }
.totop img{ width: 100%; display: block; }
.body-wrap{ overflow: hidden; }

.totop{
	display: table;
	position: fixed;
	width: 60px;
    bottom: 63px;
    right: 0px;
	z-index: 98;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.totop.active{ visibility: visible; opacity: 1; }
.totop img{ width: 100%; display: block; }
.body-wrap{ overflow: hidden; }


.totop2{
	display: table;
	position: fixed;
	width: calc(100% / 3);
    bottom: 79px;
    left: 0px;
	z-index: 98;
	opacity: 1;
	transition: .3s;
}

.totop2 img{ width: 100%; display: block; }
.body-wrap{ overflow: hidden; }


header{
	background: #fff;
	box-shadow:0px 0px 8px 2px rgba(0,0,0,.2);
	position: relative;
	z-index: 10;
}
header .inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 24px 0 20px;
}
header .inner .left{ width: 330px; }
header .inner .left ul{ display: flex; justify-content: space-between; width: 100%; margin-top: 10px; }
header .inner .left ul li{
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	/*PC上部三つの背景色*/ 
	background: #efd185; /*#462e1b*/ 
	padding: 3px 10px;
	border-radius: 4px;
}
header .inner .right{ position: relative; }
header .inner .right .no-reserv{
	font-weight: 500;
	line-height: 1.4;
	color: #462e1b;
	width: 64px;
	height: 56px;
	border: solid 1px #462e1b;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: -80px;
}
header .inner .right dt{ font-size: 11px; color: #462e1b; }
header .inner .right dd{ font-size: 38px; color: #462e1b; line-height: 1.4; } /*電話番号カラー462e1b*/
header .inner .right dd span{  }
header .inner .right dl + p{ font-size: 11px; color: #462e1b; }
/*ナビゲーション色*/ 
header nav{ background: #ff8e00; } /*#5b9473*/ 
header nav ul{ display: flex; justify-content: space-between; padding: 10px 0; }
header nav ul li{ color: #fff; font-weight: 500; }
header nav ul li:not(:last-of-type){ padding-right: 1em; border-right: solid 1px; }

/*PC茶色い斜線色*/ 
.mv{ background: #ff9d00; }/*#462e1b or ff9d00*/ 
.mv .inner{ 
	width: 900px;
	margin: 0 auto;
	height: 500px;
	position: relative;


}
#top .mv .inner h1{
	color: #fdc107;/*fff*/
	font-size: 42px;

	display: table;
}
#top.cat .mv .inner h1{ font-size: 32px; padding-top: 80px; }
#top.cat .mv .inner h1 > strong{ font-size: 51px; letter-spacing: .3em; }
#top .mv .inner h1 > span{
	border-bottom: dotted 2px;
	padding-bottom: 8px;
	padding-top: 5px;
	line-height: 1.8;
	display: block;
	letter-spacing: 0;
	color: #ffffff;
	border-color: #fff;
}
#top .mv .inner h1 > span strong{
	font-size: 72px;
    line-height: 1;
    position: relative;
    top: 5px;
    left: 2px;
    	text-align: center; /* インライン要素の左右のセンタリングを指定する */
	display: table-cell; /* インライン要素をテーブルセル化する */
	vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */


}
#top.cat .mv .inner h1 > span strong { font-size: 56px; }
#top .mv .inner h1 > span:last-of-type{ border-bottom: none; }
#top .mv .inner h1 > span > span{
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #af8c0f;
	font-size: 34px;
	font-weight: 500;
}
#top.cat .mv .inner h1 > span > span{ font-size: 26px; }
#top .mv .inner h1 > span > span small{ font-size: 24px; }
#top.cat .mv .inner h1 > span > span small{ font-size: 18px; }
.mv .inner .mv-img{
	width: 430px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: -40px;
    bottom: 0;
    transform: skewX(-14deg);
}
.mv .inner .mv-img img{ transform: skewX(14deg); position: absolute; bottom: 0; }

.mv + ul{
	width: 800px;
	margin: 28px auto 0;
	display: flex;
	justify-content: start;
	position: relative;
	z-index: 10;
}

.mv-cat-list{
	width: 800px;
	margin: -40px auto 0;
	display: flex;
	justify-content: space-between!important;
	position: relative;
	z-index: 10;
}






#top .mv + ul li,
.treat-cat ul li{
	width: 180px;
	font-size: 16px;
	font-weight: 500;
	color: #462e1b;
	text-align: center;
	padding: 20px;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2);
	border-radius: 5px;
	background: #fff;
	position: relative;
	transition: .3s;
}
#top .mv + ul li:hover,
.treat-cat ul li:hover{ opacity: .6; }
#top .mv + ul li:before,
.treat-cat ul li:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 7px 7px;
	border-color: transparent transparent #462e1b transparent;
	position: absolute;
	bottom: 6px;
	right: 6px;
}
#top .mv + ul li img,
.treat-cat ul li img{ width: 68px; display: block; margin: 0 auto 15px; }

.treat-list{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,.1);
	align-items: center;
}
.treat-list li,
#top .mv + ul.treat-list li{
	width: calc(100% / 4);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 18px;
	border-top: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
	position: relative;
	transition: .3s;
}
.treat-list li:hover{ opacity: .6; }
.treat-list li:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 7px 7px;
	border-color: transparent transparent #462e1b transparent;
	position: absolute;
	bottom: 6px;
	right: 8px;
}
#top .mv + ul.treat-list li{ border-left: none; /*border-bottom: none;*/ box-shadow: none; }
.treat-list li:nth-of-type(4n),
#top .mv + ul.treat-list li:nth-of-type(4n){ border-right: none; }
.treat-list li:nth-of-type(-n+4),
#top .mv + ul.treat-list li:nth-of-type(-n+4){ border-top: none; }


.map iframe{ display: block; width: 100%; height: 250px; }

footer .wrap{ width: 900px; /** margin: 90px auto; **/ }
footer .wrap .logo{ width: 330px; margin-bottom: 30px; }
footer .inner{
	display: flex;
	justify-content: space-between;
}
footer .inner .left{ width: 360px; }
footer .inner .left table{ width: 100%; }
footer .inner .left table tr:not(:last-of-type){ border-bottom: dotted 1px #462e1b; }
footer .inner .left table th,
footer .inner .left table td{ font-size: 13px; font-weight: 300; padding: .8em 0; color: #462e1b; }
footer .inner .left table th{ padding-right: 1.3em; }
footer .inner .right{
	width: 500px;
	padding-left: 40px;
	display: flex;
	justify-content: space-between;
	border-left: solid 1px #f2f2f2;
	padding-top:20px;
}
footer .inner .right dt{
	font-size: 13px;
	font-weight: 300;
	color: #462e1b;
	margin-bottom: .6em;
}
footer .inner .right dd{ font-size: 13px; margin-bottom: .7em; }
footer .inner .right dd ul li{ padding-left: 1em; font-size: 12px; color: #af8c0f; }
footer .inner .right dd ul li:not(:last-of-type){ margin-bottom: .7em; }
footer .inner .right dd ul li:before{ content: '-'; }
footer .copy{ font-size: 11px; font-weight: 300; text-align: center; margin-bottom: 1em; }



@media(max-width: 768px){
	*{ font-size: 3.7333vw; }

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

	.wrap,
	.mv .inner{ width: 100%; padding-left: 5.3333vw; padding-right: 5.3333vw; }
	


	header{ z-index: auto; }
	header .inner{ padding: 3.4666vw 0 2.6666vw; }
	header .inner .left{ width: 68vw; margin-left: 4vw; }
	header .inner .left ul{ margin-top: 1vw; }
	header .inner .left ul li{ 
		color: #f9974a; /*462e1b*/
		background: transparent;
		font-size: 2.933vw;
		padding: 0;
	}
	header nav{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		z-index: 1000;
	}
	header nav ul{ flex-wrap: wrap; padding-top: 8vw; }
	header nav ul li:not(:last-of-type){ border-right: none; padding-right: inherit; }
	header nav ul li {
		width: 100%;
		text-align:
		center; padding: .1em;
		font-size: 4.5vw;
		line-height: 2.2;
	}
	header nav.active{ opacity: 1; visibility: visible; }

	.mv{ background: url(../images/common/mv-img-sp.png) no-repeat; background-size: cover; }
	.mv .inner{ height: 79vw; }
	.mv + ul{ width: calc( 100% - 10.6666vw ); margin: 8vw auto 0; flex-wrap: wrap; }
	#top .mv + ul.mv-cat-list li{ width: 42.6666vw; margin-bottom: 4vw; font-size: 4.2666vw; }
	#top .mv + ul li img, .treat-cat ul li img{ width: 17.4666vw; margin: 0 auto 3vw; }

	#top.cat .mv .inner h1{ padding-top: 0vw; font-size: 5vw; vertical-align: middle;} /**padding-top: 12vw**/
	#top.cat .mv .inner h1 > strong,
	#sub .mv .inner .cat{ font-size: 9.3333vw; }
	#top.cat .mv .inner h1 > span > span{ font-size: 4vw; }
	#top.cat .mv .inner h1 > span > span small{ font-size: 2.8533vw; }
	#top.cat .mv .inner h1 > span strong{ font-size: 8.5333vw; }

	.treat-list{ padding: 0; }
	.treat-list li,
	#top .mv + ul.treat-list li{ width: 50%; font-size: 3.2vw; }
	.treat-list li:nth-of-type(3),
	.treat-list li:nth-of-type(4),
	#top .mv + ul.treat-list li:nth-of-type(3),
	#top .mv + ul.treat-list li:nth-of-type(4){ border-top: solid 1px #f2f2f2; }
	


	.map iframe{ height: 53.333vw; }

	footer .wrap{ width: 100%;  /** margin: 9.333vw auto 13.3333vw; **/}
	/** footer .wrap .logo{ width: 75.2vw; margin: 0 auto 6.6666vw; display: block; } **/
	footer .inner .left{ width: 100%; }
	footer .inner .left table th,
	footer .inner .left table td{ font-size: 3.2vw; }

	.menu-btn{
		display: table;
		position: fixed;
		top: 4vw;
		right: 4vw;
		z-index: 10000;
	}	
	.menu-btn .inner{ width: 10.666vw; height: 4.2666vw; margin: 0 auto 0.8vw; position: relative; }
	.menu-btn .inner span{
		width: 100%;
		height: 1.4px;
		background: #462e1b;
		position: absolute;
		left: 0;
		transition: .3s;
	}
	.menu-btn.active .inner span{ background: #fff; }
	.menu-btn .inner span:nth-of-type(1){ top: 0; }
	.menu-btn .inner span:nth-of-type(2){ top: 50%; }
	.menu-btn .inner span:nth-of-type(3){ bottom: 0; }
	.menu-btn p{ position: relative; font-size: 3vw; font-weight: bold; }
	.menu-btn p span{ transition: .3s; width: 100%; text-align: center; white-space: nowrap; }
	.menu-btn p span.menu{ position: absolute; left: 0; }
	.menu-btn p span.close{ visibility: hidden; opacity: 0; }
	.menu-btn.active p{ color: #fff; }
	.menu-btn.active p span.close{ opacity: 1; visibility: visible; }
	.menu-btn.active p span.menu{ opacity: 0; }

	.float-btn.sp, .main-menu.sp{
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		width: 100%;
	}
	.main-menu.sp{ bottom: 10.6666vw; }
	.float-btn.sp li,  .main-menu.sp li{
		font-size: 3.7333vw;
		color: #fff;
		font-weight: 500;
		width: calc(100% / 3);
		height: 10.6666vw;
		background: #462e1b;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.main-menu.sp li{ background: #ff0000; } /*#af8c0f*
	.float-btn.sp li span{ position: relative; padding-left: 4.8vw; }
	.float-btn.sp li span:before{
		content: '';
		width: 3.15999vw;
		height: 3.6266vw;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 1.2vw;
	}
	.float-btn.sp li:nth-of-type(1) span:before{ background-image: url(../images/common/icon-btn01.png); }
	.float-btn.sp li:nth-of-type(2) span:before{ background-image: url(../images/common/icon-btn02.png); }
	.float-btn.sp li:nth-of-type(3) span:before{ background-image: url(../images/common/icon-btn03.png); }
	.float-btn.sp li:not(:last-of-type),
	.main-menu.sp li:not(:last-of-type){ border-right: solid 1px #fff; }

	footer .copy{ font-size: 2.9333vw; margin-bottom: 9em; }

	.totop{ width: 16vw; right: 0; bottom: 21.3332vw; }
}

.treat-list li.txt_sml3, #top .mv + ul.treat-list li.txt_sml3{
	font-size: 1em;
	letter-spacing: .8px;
}

#top .mv .inner h1 .top_heading {
	font-size: 117%;
	color: white;
	margin-bottom: 5%;
	font-weight: 600;
}

@media(max-width: 768px){
	.treat-list li.txt_sml3, #top .mv + ul.treat-list li.txt_sml3{
		font-size: 3.2vw;
	}
	
}


\.menu__item {
  background: #5200b7;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.menu__item__link {
  color: #fff;
  display: block;
  padding: 1rem;
}
 
.submenu {
  background: #fff;
  display: none;
}
.submenu__item {
  border-bottom: 1px solid #5200b7;
  color: #222;
  padding: 1rem;
}


.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}




/** 実験用 **/

/*PC茶色い斜線色*/ 
.mv2{ background: #ff9d00; }/*#462e1b or ff9d00*/ 
.mv2 .inner{ 
	width: 900px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}
#top .mv2 .inner h1{
	color: #fdc107;/*fff*/
	font-size: 42px;
	padding-top: 52px;
	display: table;
}
#top.cat .mv2 .inner h1{ font-size: 32px; padding-top: 80px; }
#top.cat .mv2 .inner h1 > strong{ font-size: 51px; letter-spacing: .3em; }
#top .mv2 .inner h1 > span{
	border-bottom: dotted 2px;
	padding-bottom: 8px;
	padding-top: 5px;
	line-height: 1.8;
	display: block;
	letter-spacing: 0;
	font-size: 60%;
	color: #ffffff;
	border-color: #fff;
}
#top .mv2 .inner h1 > span strong{
	font-size: 72px;
    line-height: 1;
    position: relative;
    top: 5px;
    left: 2px;
}
#top.cat .mv2 .inner h1 > span strong { font-size: 56px; }
#top .mv2 .inner h1 > span:last-of-type{ border-bottom: none; }
#top .mv2 .inner h1 > span > span{
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #af8c0f;
	font-size: 34px;
	font-weight: 500;
}
#top.cat .mv2 .inner h1 > span > span{ font-size: 26px; }
#top .mv2 .inner h1 > span > span small{ font-size: 24px; }
#top.cat .mv2 .inner h1 > span > span small{ font-size: 18px; }
.mv2 .inner .mv2-img{
	width: 430px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: -40px;
    bottom: 0;
    transform: skewX(-14deg);
}
.mv2 .inner .mv2-img img{ transform: skewX(14deg); position: absolute; bottom: 0; }

.mv2 + ul{
	width: 800px;
	margin: -40px auto 0;
	display: flex;
	justify-content: start;
	position: relative;
	z-index: 10;
}

.mv2-cat-list{
	width: 800px;
	margin: -40px auto 0;
	display: flex;
	justify-content: space-between!important;
	position: relative;
	z-index: 10;
}






#top .mv2 + ul li,
.treat-cat ul li{
	width: 180px;
	font-size: 16px;
	font-weight: 500;
	color: #462e1b;
	text-align: center;
	padding: 20px;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2);
	border-radius: 5px;
	background: #fff;
	position: relative;
	transition: .3s;
}
#top .mv2 + ul li:hover,
.treat-cat ul li:hover{ opacity: .6; }
#top .mv2 + ul li:before,
.treat-cat ul li:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 7px 7px;
	border-color: transparent transparent #462e1b transparent;
	position: absolute;
	bottom: 6px;
	right: 6px;
}
#top .mv2 + ul li img,
.treat-cat ul li img{ width: 68px; display: block; margin: 0 auto 15px; }

.treat-list{
	display: flex;
	flex-wrap: wrap;
	/*padding: 20px;*/
	padding: 0px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,.1);
	align-items: center;
	margin:28px 10px 0px 10px;
}
.treat-list li,
#top .mv2 + ul.treat-list li{
	width: calc(100% / 4);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 18px;
	border-top: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
	position: relative;
	transition: .3s;
}
.treat-list li:hover{ opacity: .6; }
.treat-list li:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 7px 7px;
	border-color: transparent transparent #462e1b transparent;
	position: absolute;
	bottom: 6px;
	right: 8px;
}

#top .mv2 + ul.treat-list li{ border-left: none; /*border-bottom: none;*/ box-shadow: none; }
.treat-list li:nth-of-type(4n),
#top .mv2 + ul.treat-list li:nth-of-type(4n){ border-right: none; }
.treat-list li:nth-of-type(-n+4),
#top .mv2 + ul.treat-list li:nth-of-type(-n+4){ border-top: none; }



.treat-list2{
	display: flex;
	flex-wrap: wrap;
	/*padding: 20px;*/
	padding: 0px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,.1);
	align-items: center;
}
.treat-list2 li,
#top .mv2 + ul.treat-list2 li{
	width: calc(100% / 4);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 18px;
	border-top: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
	position: relative;
	transition: .3s;
}
.treat-list2 li:hover{ opacity: .6; }
.treat-list2 li:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 7px 7px;
	border-color: transparent transparent #462e1b transparent;
	position: absolute;
	bottom: 6px;
	right: 8px;
}


#top .mv2 + ul.treat-list2 li{ border-left: none; /*border-bottom: none;*/ box-shadow: none; }
.treat-list2 li:nth-of-type(4n),
#top .mv2 + ul.treat-list2 li:nth-of-type(4n){ border-right: none; }
.treat-list2 li:nth-of-type(-n+4),
#top .mv2 + ul.treat-list2 li:nth-of-type(-n+4){ border-top: none; }


.map iframe{ display: block; width: 100%; height: 250px; }

footer .wrap{ width: 900px; /** margin: 90px auto;  **/ }
footer .wrap .logo{ width: 330px; margin-bottom: 0px; }  /**30**/
footer .inner{
	display: flex;
	justify-content: space-between;
}
footer .inner .left{ width: 344px; }
footer .inner .left table{ width: 100%; }
footer .inner .left table tr:not(:last-of-type){ border-bottom: dotted 1px #462e1b; }
footer .inner .left table th,
footer .inner .left table td{ font-size: 13px; font-weight: 300; padding: .8em 0; color: #462e1b; }
footer .inner .left table th{ padding-right: 1.3em; }
footer .inner .right{
	width: 500px;
	padding-left: 40px;
	display: flex;
	justify-content: space-between;
	border-left: solid 1px #f2f2f2;
}
footer .inner .right dt{
	font-size: 13px;
	font-weight: 300;
	color: #462e1b;
	margin-bottom: .6em;
}
footer .inner .right dd{ font-size: 13px; margin-bottom: .7em; }
footer .inner .right dd ul li{ padding-left: 1em; font-size: 12px; color: #af8c0f; }
footer .inner .right dd ul li:not(:last-of-type){ margin-bottom: .7em; }
footer .inner .right dd ul li:before{ content: '-'; }
footer .copy{ font-size: 11px; font-weight: 300; text-align: center; margin-bottom: 1em; }



@media(max-width: 768px){
	*{ font-size: 3.7333vw; }

	.sp{ display: block; }
	.pc{ display: none !important; }
	.sp2{ display: block;
		padding-top:26px; }
	.sp3{ display: block;
		padding-top:2px; }
	.sp4{ display: block;
		padding-top:46px; }

	.sp5{ display: block;
		padding-top:2px; 
		font-size: 100%; }
}

	.wrap,
	.mv2 .inner{ width: 100%; padding-left: 3.3333vw; padding-right: 3.3333vw; }
	


	header{ z-index: auto; }
	header .inner{ padding: 3.4666vw 0 2.6666vw; }
	header .inner .left{ width: 68vw; margin-left: 4vw; }
	header .inner .left ul{ margin-top: 1vw; }
	header .inner .left ul li{ 
		color: #f9974a; /*462e1b*/
		background: transparent;
		font-size: 2.933vw;
		padding: 0;
	}
	header nav{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		z-index: 1000;
	}
	header nav ul{ flex-wrap: wrap; padding-top: 8vw; }
	header nav ul li:not(:last-of-type){ border-right: none; padding-right: inherit; }
	header nav ul li {
		width: 100%;
		text-align:
		center; padding: .1em;
		font-size: 4.5vw;
		line-height: 2.2;
	}
	header nav.active{ opacity: 1; visibility: visible; }

	.mv2{ background: url(../images/common/mv2-img-sp.png) no-repeat; background-size: cover; }
	.mv2 .inner{ height: 79vw; }
	.mv2 + ul{ width: calc( 100% - 10.6666vw ); margin: 8vw auto 3vw; flex-wrap: wrap; }
	#top .mv2 + ul.mv2-cat-list li{ width: 42.6666vw; margin-bottom: 4vw; font-size: 4.2666vw; }
	#top .mv2 + ul li img, .treat-cat ul li img{ width: 17.4666vw; margin: 0 auto 3vw; }

	#top.cat .mv2 .inner h1{ padding-top: 12vw; font-size: 5vw; }
	#top.cat .mv2 .inner h1 > strong,
	#sub .mv2 .inner .cat{ font-size: 9.3333vw; }
	#top.cat .mv2 .inner h1 > span > span{ font-size: 4vw; }
	#top.cat .mv2 .inner h1 > span > span small{ font-size: 2.8533vw; }
	#top.cat .mv2 .inner h1 > span strong{ font-size: 8.5333vw; }

	.treat-list{ padding: 0; }
	.treat-list li,
	#top .mv2 + ul.treat-list li{ width: 50%; font-size: 3.2vw; }
	.treat-list li:nth-of-type(3),
	.treat-list li:nth-of-type(4),
	#top .mv2 + ul.treat-list li:nth-of-type(3),
	#top .mv2 + ul.treat-list li:nth-of-type(4){ border-top: solid 1px #f2f2f2; }
	

.l_sp_footer{
    background: rgba(32, 32, 32, 0.5);
    height: 64px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px;
    z-index: 9999;
}

.inner2{
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.btn{
    width: calc(calc(100% - 5px)/2);
    height: 54px;
    border-radius: 10px;
}

.tell{
    border: 2px solid #47C3C3;
    background: #FFF;
    color: #4bc7c7;
}

.linee{
    background: #47C3C3;
    color: #FFF;
    text-align: center;
    line-height: 53px;
}

.u14{

  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform : translate(-50%,-50%); 
  transform : translate(-50%,-50%);
  width: 100px;
  text-align: center;/*一応BOX内の文字も中央寄せ*
  color: #47c3c3;
    
}

.u15{

  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100px;
  text-align: center;/*一応BOX内の文字も中央寄せ*
  color: #47c3c3;
  font-size: 50%
    
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: 2em auto;
}
.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 80%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #f9974a;;
	border: 2px solid #f9976a;;
	border-radius: 3px;
}
.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #da3c41;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	color: #da3c41;
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	color: #f9974a;;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: 300px;
}

.ttop{
font-size:18px;
}

.ttopp{
font-weight:bold;
}


.myButton {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.myButton:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}
.myButton:active {
	position:relative;
	top:1px;
}

