*{
	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; }
.wrap2{ width: 1200px; margin: 0 auto; }
.linkwrap{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}



.totop{
	display: table;
	position: fixed;
	width: 60px;
    bottom: 0;
    right: 30px;
	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; }

header{
	background: #fff;
	box-shadow:0px 0px 8px 2px rgba(0,0,0,.2);
	position: relative;
	z-index: 10;
	margin-top: -18px;
}
header .inner{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 24px 0 20px;
}
header .inner .left{ width: 330px; margin-top: 16px;}
header .inner .left ul{ display: flex; justify-content: space-between; width: 100%; margin-top: 10px; margin-left:-4px; }
header .inner .left ul li{
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	background: #ef4e30;
	padding: 3px 10px;
	border-radius: 4px;
}
header .inner .right{ position: relative; margin-top: 20px;}
header .inner .right .no-reserv{
	font-weight: 500;
	line-height: 1.4;
	color: #462e1b;
	width: 60px;
	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; }
header .inner .right dd span{  }
header .inner .right dl + p{ font-size: 11px; color: #462e1b; }
header nav{ background: #f4a799; }  /* navカラー */
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; }

.mv{ background: #ffc3b9; }  /* mv背景色 */
.mv .inner{ 
	width: 900px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}
#top .mv .inner h1{
	color: #fff;
	font-size: 42px;
	padding-top: 52px;
	display: table;
}
#top.cat .mv .inner h1{ font-size: 42px; padding-top: 52px; }
#top.cat .mv .inner h1 > strong{ font-size: 117%;
    color: white;
    margin-bottom: 5%;
    font-weight: 600; }
#top .mv .inner h1 > span{
	border-bottom: dotted 2px;
    padding-bottom: 8px;
    padding-top: 5px;
    line-height: 1.8;
    display: block;
    letter-spacing: 0;
    font-size: 30px;
}
#top .mv .inner h1 > span strong{
	font-size: 72px;
    line-height: 1;
    position: relative;
    top: 5px;
    left: 2px;
}
#top.cat .mv .inner h1 > span strong { font-size: 72px;
    line-height: 1;
    position: relative;
    top: 5px;
    left: 2px; }
#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: #d8db54;
	font-size: 34px;
	font-weight: 500;
}
#top.cat .mv .inner h1 > span > span{ font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #745030;
    font-size: 30px;
    font-weight: 500;}
#top .mv .inner h1 > span > span small{ font-size: 34px; }
#top.cat .mv .inner h1 > span > span small{ font-size: 34px; }
.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{
	margin: -40px 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;
}

.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 .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;*/
	padding: 0px;
	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; }


ul.dot li {
	text-indent: -1em;
    padding-left: 1.4em;
}

ul.dot li::before {
	content: "■"
}

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

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;
}
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: #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;}
	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: 3.8vw;
		line-height: 2.2;
	}
	header nav.active{ opacity: 1; visibility: visible; }

	.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 0vw; }

	#top.cat .mv .inner h1{ padding-top: 12vw;
    font-size: 5vw; }
	#top.cat .mv .inner h1 > strong,
	#sub .mv .inner .cat{ font-size: 24.57px;
    color: white;
    margin-bottom: 5%;
    font-weight: 600; }
	#top .mv .inner h1 > span {
		border-bottom: dotted 2px;
    padding-bottom: 8px;
    padding-top: 5px;
    line-height: 1.8;
    display: block;
    letter-spacing: 0;
    font-size: 12.6px;
	}
	#top.cat .mv .inner h1 > span > span{ font-size: 12.6px; }
	#top.cat .mv .inner h1 > span > span small{ font-size: 12px; }
	#top.cat .mv .inner h1 > span strong{ font-size: 36px; }

	.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: #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: 16.3332vw; }  /* 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;
}

.container h2.text_brown {
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    text-align: center;
    color: rgb(70, 46, 27);
    background: none;
    padding: 8px 0;
    margin:0;
    font-weight: bold;
    border-bottom: 1px solid;
}



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

}

	
}
