@charset "UTF-8";

/* Scss Document */
header {
    position: relative;
}

header #key {
    background: url(../img/index/key01.jpg) no-repeat center center/cover;
    min-height: 900px;
}

header .top {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 3;
}

header .brn {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
}

header .brn h1 {
    padding-left: 15px;
    font-size: 12px;
    line-height: 33px;
}

.ttl {
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 6px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ttl span {
    font-size: 55px;
}

.ttl1 {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ttl1 span {
    font-size: 45px;
}

#storelink ul {
	height: 165px;
	padding-top: 35px;
}

#storelink ul li img {
	float: left;
	margin-right: 40px; 
	vertical-align: middle;
}

#storelink ul li:last-child img {
	margin-right: 0px!important; 
}

#storelink ul .yoko {
	padding-top: 30px;
}

#sec1 {
    background: url(../img/index/s1_bg.jpg) no-repeat center center/cover;
    text-align: center;
}

#sec1 h2 {
    padding: 158px 0 18px 0;
}

#sec1 .txt {
    max-width: 650px;
    margin: auto;
}

#sec1 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 45px 120px 136px;
}

#sec2 {
    background: url(../img/index/s2_bg.jpg) no-repeat center center/cover;
    margin: 50px 0;
}

#sec2::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    background: url("../img/index/s2_bd.jpg");
    width: 100%;
    height: 50px;
    z-index: 0;
}

#sec2::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    background: url("../img/index/s2_bd.jpg");
    width: 100%;
    height: 50px;
    z-index: 0;
}

#sec2 h2 {
    padding: 80px 0 12px 0;
}

#sec2 .photo {
    position: absolute;
    top: -100px;
    right: -200px;
}

#sec2 .txt {
    max-width: 500px;
    padding: 36px 0 0 0;
    letter-spacing: 0;
}

#sec2 .btn {
    margin: -97px 0 0 550px;
    padding-bottom: 100px;
}

#sec3 h2 {
    font-size: 32px;
    text-align: center;
    padding: 81px 0 47px 0;
}

#sec3 h2 span {
    display: inline-block;
    position: relative;
}

#sec3 h2 span::before,
#sec3 h2 span::after {
    content: '';
    position: absolute;
    top: 50%;
    background: url("../img/index/s3_line.jpg");
    width: 360px;
    height: 1px;
}

#sec3 h2 span::before {
    left: 130%;
}

#sec3 h2 span::after {
    right: 130%;
}

#sec3 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 60px;
	width: 280px;
	margin: 0 auto;
}

#sec3 ul li {
    padding-bottom: 20px;
}

#sec3 .btn {
    position: relative;
    margin: 41px 0 0 0;
    padding: 51px 0 100px 0;
}

#sec3 .btn::before {
    content: '';
    position: absolute;
    top: 0%;
    background: url("../img/index/s3_line.jpg");
    width: 100%;
    height: 1px;
    left: 0;
}

#gotoeat {
	width:480px;
	margin: 10px auto 30px;
}


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