#sec1 {
    background: url("../img/index/s1_bg.png") no-repeat center bottom/cover;
    padding: 20% 0 52%;
    position: relative;
}

#sec1 h2 {
    width: 36%;
    margin: 0 auto;
}

header {
    position: relative;
}

header:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 10px;
    width: 100%;
    background: #000;
    z-index: 10;
}

#sec2 {
    padding: 12% 0;
    color: #fff;
    background: url("../img/index/s2_bg.png") no-repeat center/cover;
}

#sec2 .txt {
    padding: 0 4%;
    margin-bottom: 10%;
}

#sec3 {
    padding-bottom: 3px;
}

#sec3 .item-1 {
    margin-top: 3px;
}

#sec3 .box {
    position: absolute;
    z-index: 2;
    padding-top: 12%;
    /* background: url("../img/index/s3_bg_txt.png") no-repeat center center/cover; */
}

#sec3 .box h2 {
    padding-bottom: 0;
}

#sec3 .box .txt {
    padding: 5% 4% 23%;
    text-shadow: 0px -1px 0px #fff, 1px 1px 2px #fff, 0 0 2px #fff, 0px 1px 0px #fff;
}

#sec3 .slick-dots {
    position: absolute;
    bottom: 5vw;
    left: 0;
    z-index: 10;
}

#sec3 .slick-dots li button:before {
    background: #fff;
}

#sec3 .slick-dots li.slick-active button:before {
    background: #fcb60b;
}

#sec4 {
    padding-bottom: 15%;
    background: url("../img/index/s4_bg_txt.png") no-repeat center bottom / 153% auto, url("../img/shared/bg_1.jpg") repeat;
}

#sec4 .box {
    padding: 25% 0 0;
    position: relative;
    margin-bottom: 5%;
}

#sec4 .box h3 {
    width: 22.6%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 0;
}

#sec4 .box img {
    position: relative;
    z-index: 2;
}

#sec4 .box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 85.3%;
    height: 50%;
    z-index: 0;
    background: url("../img/shared/bg_2.jpg") repeat bottom/cover;
}

#sec4 .txt {
    margin-bottom: 8%;
    padding: 0 4%;
}

#sec5 {
    color: #fff;
    padding: 12% 0;
}

#sec5 .btn {
    margin-top: 5%;
}

#sec5 h3 {
    padding: 0;
}

#sec5 h3+p {
    margin-top: 3% !important;
    margin-bottom: 7%;
}

#sec5 dl {
    margin-bottom: 6%;
    display: flex;
    padding: 0 4%;
}

#sec5 dl dt {
    width: 45%;
    margin-right: 4%;
}

#sec5 dl dd {
    width: 51%;
    max-height: 191px;
}

#sec5 #feed {
    margin: 7% 0;
}

#sec5 #feed dl span {
    max-width: 100%;
    height: 85px!important;
}

.bnr_area{
	width: 96%;
	margin: 0 auto;
}
.takeout a{
	margin: 10px auto;
	padding:20px;
	background: #761812;
	font-size:20px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	display: block;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
}

.ubereats a{	
	margin: 0 auto;
	padding:20px;
	background: #5C1700;
	font-size:20px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	display: block;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
}


/*# sourceMappingURL=index.css.map */