@charset "UTF-8";
body {
    letter-spacing: 0.05em
}
.txt, .txt1, .txt2 {
    text-align: justify
}
.block {
    overflow: hidden
}
.block img {
    width: 100%;
    height: auto;
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #b10505;
    font-family: "fontello";
    z-index: 98;
    border-radius: 50%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    /* background: #b10505; */
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
    line-height: 0.5;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
[dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
}
.slick-prev:before {
    content: '';
}
[dir='rtl'] .slick-prev:before {
    content: '▶';
    color: #fff;
}
.slick-next {
    right: 0;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 0px;
}
.slick-next:before {
    content: '';
    color: #fff;
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
/* Dots */
.slick-dots {
    position: absolute;
    bottom: 5%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    background: #fff;
    border-radius: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #fff;
}
.slick-dots li.slick-active button:before {
    background: #99ab4e;
}
.dot-right .slick-dots {
    text-align: right;
    bottom: 18px;
    right: 3%;
}
.dot-left .slick-dots {
    text-align: left;
}
body {
    letter-spacing: 0.05em;
}
.nav-target {
    overflow: hidden;
}
.btn-down a {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 62px;
    letter-spacing: 0.15em;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #2e201b;
    text-decoration: none;
    box-sizing: border-box;
    margin: auto;
    background-size: 100%;
    background: url(../img/shared/btn_down.png) no-repeat right 20px center / 10px auto, url(../img/shared/bg_patter2.jpg);
    border-bottom: 2px solid #99ab4e;
}
.btn-popup a {
    display: block;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #2e201b;
    text-decoration: none;
    box-sizing: border-box;
    background: url(../img/shared/icon_popup.png) no-repeat right 20px center / 10px auto, url(../img/shared/bg_patter2.jpg);
    border-bottom: 2px solid #99ab4e;
}
.img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}
.para {
    position: relative;
}
.ob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#key {
    height: 100vw;
}

#sec1 {
    position: relative;
    padding: 13vw 0 0vw;
}
#sec1::before {
    content: "";
    background: url("../img/kaiseki/sec1_deco1.png") no-repeat;
    position: absolute;
    bottom: 160px;
    right: calc(50% - -351px);
    width: 308px;
    height: 146px;
}
#sec1::after {
    content: "";
    background: url("../img/kaiseki/sec1_deco5.png") no-repeat;
    position: absolute;
    bottom: -25vw;
    right: 11%;
    width: 44vw;
    height: 27vw;
    background-size: 100%;
}
#sec1 h2 {
    margin-bottom: 4vw;
}
#sec1 h2::before {
    content: "";
    background: url("../img/kaiseki/sec1_deco4.png") no-repeat;
    position: absolute;
    top: -7vw;
    right: 0;
    width: 44vw;
    height: 27vw;
    background-size: 100%;
    z-index: -1;
}
#sec1 .photo::before {
    content: "";
    position: absolute;
    top: -122px;
    right: -95px;
    width: 308px;
    height: 146px;
}
#sec1 .photo::after {
    content: "";
    background: url("../img/kaiseki/sec1_deco3.png") no-repeat;
    position: absolute;
    top: 173vw;
    right: 0;
    width: 44vw;
    height: 27vw;
    z-index: -1;
    background-size: 100%;
}
#sec1 .txt {
    margin-left: auto;
    margin-bottom: 4vw;
}
#sec1 .gr-btn {
    margin: 0 auto;
}
#sec1 .gr-btn .btn-down {
    margin-bottom: 4vw;
}

#sec2 {
    background-size: cover;
    padding: 1vw 0 0;
    position: relative;
}
#sec2 .wrap {
    padding-bottom: 0
}
#sec2::after {
    content: "";
    background: url("../img/kaiseki/sec2_deco1.png") no-repeat;
    position: absolute;
    bottom: 44vw;
    left: -17%;
    width: 65%;
    height: 90vw;
    background-size: 100%;
}
#sec2 h2 {
    margin-bottom: 2vw;
}
#sec2 .balloon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 89%;
    margin: 0 auto 5vw;
    z-index: 5;
}
#sec2 .balloon li:nth-child(2) {
    position: absolute;
    top: 20vw;
    left: 60%;
}
#sec2 .balloon li:nth-child(4) {
    position: absolute;
    top: 20vw;
    left: -2%;
}
#sec2 .balloon li {
    text-align: center;
    margin-bottom: 31px;
    width: 43%;
    margin: 0 auto 5vw;
}
#sec2 .photo {
    height: 72vw;
    margin-left: -114%;
    margin-right: -14%;
    position: relative;
    padding-bottom: 0;
}
#sec2 .photo::after {
    content: "";
    background: url("../img/kaiseki/sec1_deco5.png") no-repeat;
    position: absolute;
    top: -19vw;
    right: 0%;
    width: 44vw;
    height: 27vw;
    background-size: 100%;
    z-index: -1;
}
#sec2 .photo img {
    object-position: top -5vw right 0;
}

#sec3 {
    position: relative;
    padding: 27vw 0 1vw;
    background: url("../img/kaiseki/bg2.jpg") repeat;
}
#sec3::before {
    content: "";
    background: url("../img/kaiseki/sec3_deco1.png") no-repeat;
    position: absolute;
    top: -10vw;
    width: 123%;
    height: 90vw;
    right: -26%;
    background-size: 100%;
}
#sec3 .photo {
    position: relative;
    align-self: flex-start;
    z-index: 5;
    padding-bottom: 0;
    margin-bottom: -4vw;
}
#sec3 .photo span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 65%;
}
#sec3 .group0 {
    position: relative;
}
#sec3 .group0::after {
    content: "";
    background: url("../img/kaiseki/sec3_deco2.png") no-repeat;
    position: absolute;
    bottom: -65vw;
    right: 5%;
    width: 110%;
    height: 171vw;
    background-size: 100%;
}
#sec3 .group0 .list {
    padding: 5%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
#sec3 .group0 .list::before {
    content: "";
    background: url("../img/about/line.png") repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
}
#sec3 .group0 .list li {
    margin-right: 3%;
	width: 20%;
}
#sec3 .group0 .col {
    margin-bottom: 5vw;
    position: relative;
    z-index: 5;
}
#sec3 .group0 .col .note {
    margin-bottom: -2vw;
    margin-left: 10px;
    letter-spacing: 2px;
}
#sec3 .group0 .col h2 {
    margin-bottom: -2vw;
    width: 93%;
}
#sec3 .group0 .col .price {
    font-size: 5vw;
    font-weight: bold;
    color: #a40a0a;
    margin-bottom: 2vw;
    margin-left: 4px;
    letter-spacing: 4px;
    background: none;
}
#sec3 .group0 .col .price span {
    display: inline-block;
}
#sec3 .group0 .col .txt {
    margin-bottom: 3vw;
}
#sec3 .group0 .col2 {
    margin-top: 0;
    position: relative;
    z-index: 5;
    margin-bottom: 22vw;
}
#sec3 .group0 .col2 .photo {
    padding-bottom: 0;
    width: 90%;
    margin: 0 auto 5vw;
}
#sec3 .group1 {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: -100px;
    flex-direction: column;
}
#sec3 .group1::after {
    content: "";
    background: url("../img/kaiseki/sec3_deco3.png") no-repeat;
    position: absolute;
    top: -32vw;
    right: -16%;
    width: 100%;
    height: 80vw;
    background-size: 100%;
}
#sec3 .group1 .photo2 {
    margin-top: -16vw;
    align-self: flex-start;
    z-index: 5;
    width: 86%;
    margin-bottom: -1vw;
    position: relative;
    z-index: 10;
}
#sec3 .group1 .photo3 {
    margin-left: 16%;
    margin-bottom: -2vw;
    position: relative;
    z-index: 9;
}
#sec3 .group2 {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    flex-direction: column;
    justify-content: flex-start;
}
#sec3 .group2::after {
    content: "";
    background: url("../img/kaiseki/sec3_deco4.png") no-repeat;
    position: absolute;
    top: 96vw;
    right: 5%;
    width: 100%;
    height: 100vw;
    background-size: 100%;
}
#sec3 .group2 .photo5 {
    margin-bottom: -16vw;
    margin-top: 0;
    width: 90%;
    position: relative;
    z-index: 7;
}
#sec3 .group2 .photo4 {
    margin-top: 100px;
    margin-bottom: 4vw;
    width: 90%;
}
#sec3 .group3 {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#sec3 .group3::before {
    content: "";
    background: url("../img/kaiseki/sec3_deco4.png") no-repeat;
    position: absolute;
    top: 92vw;
    right: 0;
    width: 100%;
    height: 100vw;
    background-size: 100%;
}
#sec3 .group3::after {
    content: "";
    background: url("../img/kaiseki/sec3_deco5.png") no-repeat;
    position: absolute;
    bottom: -49vw;
    right: 0;
    width: 100%;
    height: 71vw;
    z-index: 0;
    background-size: 100%;
}
#sec3 .group3 .photo4 {
    margin-bottom: 20px;
}
#sec3 .group3 .col3 {
    width: 90%;
    margin-left: 10%;
}
#sec3 .group3 .col4 {
    width: 100%;
}
#sec3 .group3 .col4 .js {
    width: 90%;
    margin-bottom: 8px;
}
#sec3 .group3 .col4 .js li {
    position: relative;
}
#sec3 .group3 .col4 .js li span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 68%;
}
#sec3 .set {
    position: relative;
    padding: 23vw 0 3vw;
}
#sec3 .set .box {
    background: url("../img/kaiseki/sec3_box_bg.png") repeat-y;
    position: relative;
    padding: 10vw 0 11vw;
    background-size: 107%;
}
#sec3 .set .box::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 88%;
    height: 1px;
    background: url("../img/kaiseki/sec3_line2.jpg") repeat;
    margin: 0 auto;
}
#sec3 .set .box::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background: url("../img/kaiseki/sec3_line2.jpg") repeat;
    margin: 0 auto;
}
#sec3 .set .box h2 {
    text-align: center;
    margin-bottom: 10px;
    width: 79%;
    margin: 0 auto 0vw;
}
#sec3 .set .box .txt {
    margin-bottom: 40px;
    padding: 0 5%;
}
#sec3 .set .box .txt .red {
    color: #da0000;
}
#sec3 .set .box .ttl {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2vw;
}
#sec3 .set .box .group {
    margin: 0 auto;
}
#sec3 .set .box .group .item {
    width: 54%;
    margin-bottom: -32vw;
}
#sec3 .set .box .group .item:nth-child(2) {
    margin-top: 8vw;
    margin-left: auto;
}
#sec3 .set .box .group .item:nth-child(3) {
    margin-top: 7vw;
    margin-bottom: 1vw;
}
#sec3 .set .box .group .item dt {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 23px 5px 10px;
    background: url("../img/kaiseki/sec3_ttl_bg.png") no-repeat;
    margin-bottom: 2vw;
    margin-left: 10%;
    letter-spacing: 4px;
    background-size: 100% 100%;
	word-break: keep-all;
}
#sec3 .set .box .group .item dd {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
#sec3 .set .box .group .item dd span {
    text-align: center;
    margin-bottom: 3vw;
    display: inline-block;
}
#sec4 .para {
    min-height: 90vw;
    position: relative;
}
#sec4 .para::before {
    content: "";
    position: absolute;
    top: -104px;
    left: 0;
    right: calc(50% + -500px);
    width: 367px;
    background: url("../img/kaiseki/para_deco.png") repeat;
    margin: 0 auto;
    height: 287px;
}
#sec4 .set {
    position: relative;
    padding: 12vw 0 0vw;
}
#sec4 .set::after {
    content: "";
    background: url("../img/kaiseki/sec4_deco1.png") no-repeat;
    position: absolute;
    top: 6vw;
    right: -35vw;
    width: 100%;
    height: 71vw;
    background-size: 100%;
}
#sec4 .set .col h2 {
    width: 66%;
    margin: 0 auto 1vw;
}
#sec4 .set .col .price {
    font-size: 20px;
    color: #a40a0a;
    margin-bottom: 4vw;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
    background: none;
}
#sec4 .set .col .txt {
    margin-bottom: 0vw;
    position: relative;
    z-index: 5;
}
#sec4 .set .col .note {
    margin-bottom: 6vw;
}
#sec4 .set .gr-photo .photo1 {
    margin-bottom: -9vw;
    width: 95%;
}
#sec4 .set .gr-photo .photo2 {
    margin-left: auto;
    width: 57%;
    margin-top: 60px;
}
#sec4 .contact {
    background: url("../img/about/bg2.jpg") repeat;
    padding: 12vw 0 0vw;
    border-bottom: 4px double #000;
}
#sec4 .contact h2 {
    text-align: center;
    margin-bottom: 0vw;
    font-size: 20px;
    font-weight: 600;
}
#sec4 .contact .txt {
    margin-bottom: 5vw;
}
#sec4 .contact .tel {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto 39px;
}
#sec4 .contact .tel dt {
    margin-bottom: -1px;
    width: 78%;
    margin: 0 auto 1vw;
}
#sec4 .contact .tel dd {
    font-size: 15px;
}
#sec4 .contact .btn1 {
    text-align: center;
}
#sec5 {
    position: relative;
    padding: 5vw 0 0vw;
}
#sec5 .para {
    min-height: 90vw;
    position: relative;
}
#sec5 .para img {
    object-position: left 17% bottom 0;
}
#sec5::before {
    content: "";
    position: absolute;
    top: 169vw;
    right: -16%;
    width: 100%;
    height: 105vw;
    background: url("../img/kaiseki/sec5_deco3.png") no-repeat;
    margin: 0 auto;
    background-size: 100%;
}
#sec5::after {
    content: "";
    position: absolute;
    bottom: 190px;
    right: calc(50% + 302px);
    width: 308px;
    height: 160px;
    background: url("../img/kaiseki/sec5_deco5.png") no-repeat;
    margin: 0 auto;
}
#sec5 .set {
    padding: 10vw 0 2vw;
}
#sec5 h2 {
    width: 77%;
    text-align: center;
    margin-bottom: 33px;
    position: relative;
    margin: 0 auto 7vw;
}
#sec5 h2::after {
    content: "";
    position: absolute;
    bottom: -9vw;
    left: 75%;
    width: 42vw;
    height: 27vw;
    background: url("../img/kaiseki/sec5_deco2.png") no-repeat;
    background-size: 100%;
}
#sec5 .js {
    position: relative;
}
#sec5 .js::before {
    content: "";
    position: absolute;
    top: 33vw;
    left: -6%;
    width: 44vw;
    height: 27vw;
    background: url("../img/kaiseki/sec5_deco1.png") no-repeat;
    margin: 0 auto;
    background-size: 100%;
}
#sec5 .js::after {
    content: "";
    position: absolute;
    top: 228vw;
    left: 0;
    width: 44vw;
    height: 27vw;
    background: url("../img/kaiseki/sec5_deco4.png") repeat;
    margin: 0 auto;
    background-size: 100%;
    z-index: -1;
}
#sec5 .js .slider {
    position: relative;
    padding-top: 47vw;
}
#sec5 .js .slick-list {
    overflow: visible
}
#sec5 .js .slider h3 {
    text-align: center;
    margin-bottom: 40px;
    width: 17%;
    margin: 0 auto 5vw;
}
#sec5 .js .slider h3 img {
    margin: 0 auto;
}
#sec5 .js .slider .row {
    margin-bottom: 4vw;
}
#sec5 .js .slider .row .txt {
    margin-bottom: 4vw;
}
#sec5 .js .slider .row .slideparent {
    position: relative;
}
#sec5 .js .slider .row .slideparent .slide-fade {
    height: 60vw;
}
#sec5 .js .slider .row .map {
    width: 84%;
    margin: 0 auto 5vw;
}
#sec5 .js .slider .row .slide-page {
    position: absolute;
    bottom: 12px;
    left: 10px;
}
#sec5 .js .slider .row .slide-page li {
    border-radius: 0;
    background: #000;
    width: 15px;
    height: 15px;
}
#sec5 .js .slider .row .slide-page li.active {
    background: #96925c;
}
#sec5 .js .slider .slick-dots {
    position: absolute;
    top: 0;
    bottom: auto;
    display: flex !important;
    justify-content: center;
}
#sec5 .js .slider .slick-dots li {
    width: 33%;
    height: 143px;
    margin: 0 11px;
}
#sec5 .js .slider .slick-dots li button {
    display: none
}
#sec5 .js .slider .slick-dots li button::before {
    display: none;
}
#sec5 .js .slider .slick-dots li:nth-child(1) {
    background: url("../img/kaiseki/sec5_btn1.png") no-repeat;
    background-size: 100%;
}
#sec5 .js .slider .slick-dots li:nth-child(2) {
    background: url("../img/kaiseki/sec5_btn2.png") no-repeat;
    background-size: 100%;
}
#sec5 .js .slider .slick-dots li:nth-child(1).slick-active {
    background: url("../img/kaiseki/sec5_btn1_on.png") no-repeat;
    background-size: 100%;
}
#sec5 .js .slider .slick-dots li:nth-child(2).slick-active {
    background: url("../img/kaiseki/sec5_btn2_on.png") no-repeat;
    background-size: 100%;
}

.bnr {
    background: url("../img/kaiseki/bnr_bg.jpg") no-repeat center;
    background-size: cover;
}
.bnr a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 27vw 0;
    position: relative;
    box-sizing: border-box;
}
.bnr a::after {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #99ab4e;
}
.bnr .ttl {
    color: #fff;
    position: absolute;
    top: 21vw;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
    font-size: 5vw;
}
.bnr .ttl::after {
    content: "";
    background: url("../img/kaiseki/icon_arrow.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: auto;
    position: absolute;
    top: 9vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}