/* Scss Document */
header .logo {
	margin-bottom: 20px;
}
header .menu_toggle li.active::before {
	display: none !important;
}
header .menu_toggle li.active a.h-link {
	position: relative;
}
header .menu_toggle li.active a.h-link::before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 50%;
	transform: translateX(-50%);
	background: url(../img/shared/hline.png) repeat-x bottom center;
	height: 1px;
}
header #key p.tt {
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
	padding-top: 15px;
}
#sec1 {
	background: url(../img/scene/s1_bg1.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 25%;
	padding-top: 10%;
}
#sec1 h2 {
	margin-bottom: -4%;
}
#sec1 .txt {
	padding: 0 5% 0;
}
#sec2 {
	padding-bottom: 20%;
}
#sec2 .note {
	text-align: center;
	font-weight: bold;
	color: rgba(152,43,42,1.00);
}
#sec2 .blk-1 h3 {
	margin-bottom: -5%;
}
#sec2 .blk-1 .txt {
	padding: 0 5% 8%;
}
#sec2 .blk-1 dl {
	padding-bottom: 10%;
}
#sec2 .blk-1 dl dd.price {
	text-align: center;
	font-size: 5vw;
	letter-spacing: 1px;
	color: #d7603b;
}
#sec2 .blk-1 dl dd.price span {
	font-size: 3.5vw;
}
#sec2 .blk-1 dl dd.des {
	padding: 5% 5% 0;
}
#sec2 .blk-2 {
	padding-top: 10%;
}
#sec2 .blk-2 .txt {
	padding: 3% 5% 8%;
}
#sec3 {
	padding-top: 6%;
	position: relative;
	background: #f2e6b0;
}
#sec3::before {
	content: "";
	background: url(../img/omelette_rice/s1_bg1.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 100px;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
}
#sec3 .blk-1 {
	background: url(../img/scene/s3_circle.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 10%;
}
#sec3 .blk-1 .txt {
	padding: 3% 5% 8%;
}
#sec3 .blk-2 .menu-box {
    background: url(../img/scene/s3_note.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    max-width: 312px;
    margin: 0 auto -10%;
    font-family: 'Noto Serif JP', serif;
    padding: 8% 10% 28%;
    position: relative;
    z-index: 2;
}
#sec3 .blk-2 .menu-box h3 {
	font-size: 20px;
	background: url(../img/shared/hline.png) repeat-x bottom center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#sec3 .blk-2 .menu-box dl {
	position: relative;
}
#sec3 .blk-2 .menu-box dl::before {
	content: "";
	background: url(../img/index/s2_icon2.png) no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	left: -22px;
	top: 8px;
}
#sec3 .blk-2 .menu-box dl dt {
	font-size: 18px;
}
#sec3 .blk-2 .menu-box dl dt span {
	color: #d7603b;
	padding-left: 10px;
}
#sec3 .blk-2 .menu-box dl dd {
	font-size: 12px;
	line-height: 18px;
}
#sec3 .blk-3 {
	padding-top: 10%;
	background: url(../img/scene/s3_circle.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 12%;
}
#sec3 .blk-3 h3 {
	position: relative;
}
#sec3 .blk-3 h3 span {
	position: absolute;
	font-size: 6vw;
	top: 12vw;
	left: 34vw;
	color: #a35c46;
	font-family: 'Noto Serif JP', serif;
	display: none;
	letter-spacing: 1px;
	
}
#sec3 .blk-3 dl dd {
	padding: 3% 5% 8%;
}
#sec4 {
	background: url(../img/index/hline2.jpg), url(../img/index/s3_bg.jpg);
	background-repeat: repeat-x, repeat-y;
	-webkit-background-size: auto, 100% auto;
	background-size: auto, 100% auto;
	background-position: bottom center;
	padding: 10% 5%;
}
#sec4 p {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 4% 0;
}
