@charset "UTF-8";

header {
    position: static;
}

header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/* popup
--------------------------------*/
#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

#popup .popup_inner {
    position: relative;
    width: 540px;
}

#popup .popup_inner a:hover img {
    opacity: 1;
}

#popup .popup_inner .popup_close {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    text-align: left;
}

#popup .popup_inner .popup_close svg {
    display: inline-block
}

@media screen and (max-width: 768px) {
    #popup .popup_inner {
        width: 90vw;
    }
}

/* mv
--------------------------------*/
section#mv {
    padding: 0;
    position: relative;
}

#mv .mv_box {
    display: flex;
    flex-direction: row-reverse;
    height: 700px;
}

#mv .mv_box * {
    min-height: 0;
    min-width: 0;
}

#mv .mv_title {
    display: flex;
    width: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#mv .mv_title .title {
    font-size: 3.6rem;
    line-height: 4rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-weight: 300;
}

#mv .mv_title .subtitle {
    font-size: 1.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

#mv .mv_title .description {
    margin-top: 10rem;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 4.4rem;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

#mv .mv_slider {
    width: calc(100vw - 400px);
    line-height: 1;
    position: relative;
    display: block;
}

#mv .mv_slider_img p {
    width: 100%;
    height: 0;
    background: no-repeat center center /cover;
    padding-top: 700px;
}

#mv .slick-dots {
    line-height: 0;
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#mv .slick-dots li {
    line-height: 0;
    margin: 0 7px;
    display: flex;
    align-items: center;
    width: 9px;
    height: 9px;
}

#mv .slick-dots li button {
    font-size: 0;
    text-indent: 101%;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: .3s;
    width: 100%;
    height: 100%;
}

#mv .slick-dots li button:hover {
    opacity: .7;
}

#mv .slick-dots li.slick-active button {
    width: 4px;
    height: 4px;
}

@media screen and (max-width: 768px) {
    #mv .logo {
        line-height: 1;
        position: absolute;
        top: 2.5%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        width: 57%;
    }

    #mv .mv_box {
        flex-direction: column;
        height: auto;
        min-width: auto;
    }

    #mv .mv_slider {
        height: 105vw;
        width: 100%;
        position: relative;
    }

    #mv .mv_slider::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        height: 35%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(33, 23, 20, 0.25) 100%);
        transform: rotate(-180deg);
        z-index: 1;
    }

    #mv .mv_slider::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 20%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(33, 23, 20, 0.4) 100%);
        z-index: 1;
    }

    #mv .mv_title {
        height: 43vw;
        width: 100%;
        text-align: center;
        justify-content: space-between;
        z-index: 1;
    }

    #mv .mv_title .title {
        z-index: 1;
        font-size: 6.5vw;
        line-height: normal;
        margin-top: -4.5vw;
        font-weight: 400;
    }

    #mv .mv_title .subtitle {
        font-size: 3.7vw;
        font-weight: normal;
    }

    #mv .mv_title .description {
        margin-top: 0;
        margin-bottom: 20vw;
        font-size: 3.7vw;
        font-weight: normal;
        letter-spacing: 0;
        padding-left: 0.5em;
    }

    #mv .mv_slider_img p {
        padding-top: 105vw;
    }

    #mv .slick-dots {
        bottom: -28vw;
    }

    #mv .slick-dots li {
        margin: 0 2vw;
        width: 2.1vw;
        height: 2.1vw;
    }

    #mv .slick-dots li.slick-active button {
        width: 1.2vw;
        height: 1.2vw;
    }

    #mv .scroll {
        position: absolute;
        bottom: 3vw;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    #mv .scroll a {
        text-align: center;
        display: block;
        padding: 1.2vw 0 4vw;
        position: relative;
    }

    #mv .scroll a::before {
        content: '';
        position: absolute;
        bottom: 2.5vw;
        left: 50%;
        width: 2.5vw;
        height: 2.5vw;
        transform: translateX(-50%) rotate(45deg);
        border-right: 1px solid white;
        border-bottom: 1px solid white;
    }
}

/* concept
--------------------------------*/
section#concept {
    background: #efefed;
    position: relative;
    overflow: hidden;
    background: url(../img/common/bg3.jpg) no-repeat left top /cover;
    height: 644px;
    display: grid;
    align-items: center;
}

#concept .wrap {
    position: relative;
    z-index: 1;
    text-align: center;
}

#concept .concept_lead {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.1em;
    margin: 0 auto 50px;
    text-align: center;
}

#concept .concept_txt_block p {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 20px;
}

#concept .concept_txt_block p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    section#concept {
        height: auto;
    }

    #concept::before,
    #concept::after {
        display: none;
    }

    #concept .wrap {
        margin: 0 auto;
    }

    #concept .wrap .ttltype1 {
        text-align: center;
    }

    #concept .concept_lead {
        font-size: 5.5vw;
        line-height: 1.875;
        margin: 8% auto;
        text-align: center;
    }

    #concept .concept_txt_block p {
        font-size: 3.7vw;
        line-height: 2.5;
        margin: 5% auto;
        text-align: center;
    }
}

/* info
--------------------------------*/
section#info {
    padding: 15rem 0;
}

@media screen and (max-width: 768px) {
    section#info {
        padding: 20vw 0;
    }
}

/* zone
--------------------------------*/
section#zone {
    padding: 15rem 0;
    ;
    overflow: hidden;
    background: url(../img/common/bg4.jpg) no-repeat left top /cover;
}

#zone .wrap {
    max-width: 1105px;
}

#zone .zone_flex_block {
    display: flex;
    justify-content: space-between;
}

#zone .zone_txt_block {
    width: 520px;
    min-width: 480px;
    padding: 60px 0 0 85px;
}

#zone .zone_ttl {
    text-align: left;
    margin-left: -10px;
}

#zone .zone_txt {
    margin-top: 30px;
}

#zone .zone_btn {
    margin-top: 30px;
}

#zone .zone_map {
    position: relative;
    margin-top: 50px;
    margin-left: 0;
    max-width: 280px;
}

#zone .zone_map_list li {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    transition: .3s;
    cursor: pointer;
}

#zone .zone_map_list li:hover {
    color: #baaac4;
}

#zone .zone_map_list li button {
    color: #baaac4;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 3px;
    letter-spacing: 0;
    text-indent: -101%;
    overflow: hidden;
    font-size: 0;
}

#zone .zone_map_list li:nth-child(1) {
    top: 182px;
    left: 199px;
}

#zone .zone_map_list li:nth-child(2) {
    top: 215px;
    left: 135px;
}

#zone .zone_map_list li:nth-child(3) {
    top: 244px;
    left: 16px;
}

#zone .zone_map_list li:nth-child(4) {
    top: 160px;
    left: -68px;
}

#zone .zone_map_list li:nth-child(5) {
    top: 51px;
    left: 26px;
}

#zone .zone_map_list li:nth-child(6) {
    top: 13px;
    left: 263px;
}

#zone .zone_map_list li:nth-child(7) {
    top: 78px;
    left: 291px;
}

#zone .zone_map_list li:nth-child(8) {
    top: 149px;
    left: 264px;
}

#zone .zone_map_list li::before,
#zone .zone_map_list li::after {
    content: '';
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 15px;
    display: block;
    width: 150px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s;
}

#zone .zone_map_list li::before {
    opacity: 0;
    height: 15px;
}

#zone .zone_map_list li:hover::before {
    opacity: 1;
}

#zone .zone_map_list li:hover::after {
    opacity: 0;
}

#zone .zone_map_list li:nth-child(1)::after,
#zone .zone_map_list li:nth-child(1)::before {
    width: 70px;
}

#zone .zone_map_list li:nth-child(2)::after,
#zone .zone_map_list li:nth-child(2)::before {
    width: 104px;
}

#zone .zone_map_list li:nth-child(3)::after,
#zone .zone_map_list li:nth-child(3)::before {
    width: 109px;
}

#zone .zone_map_list li:nth-child(4)::after,
#zone .zone_map_list li:nth-child(4)::before {
    width: 89px;
}

#zone .zone_map_list li:nth-child(5)::after,
#zone .zone_map_list li:nth-child(5)::before {
    width: 52px;
}

#zone .zone_map_list li:nth-child(6)::after,
#zone .zone_map_list li:nth-child(6)::before {
    width: 88px;
}

#zone .zone_map_list li:nth-child(7)::after,
#zone .zone_map_list li:nth-child(7)::before {
    width: 96px;
}

#zone .zone_map_list li:nth-child(8)::after,
#zone .zone_map_list li:nth-child(8)::before {
    width: 107px;
}

#zone .zone_map_list li:nth-child(1)::after {
    background-size: contain;
    background-image: url(../img/common/zone_name1.png);
}

#zone .zone_map_list li:nth-child(2)::after {
    background-size: contain;
    background-image: url(../img/common/zone_name2.png);
}

#zone .zone_map_list li:nth-child(3)::after {
    background-size: contain;
    background-image: url(../img/common/zone_name3.png);
}

#zone .zone_map_list li:nth-child(4)::after {
    background-size: contain;
    background-image: url(../img/common/zone_name4.png);
}

#zone .zone_map_list li:nth-child(5)::after {
    background-size: contain;
    background-image: url(../img/common/zone_name5.png);
}

#zone .zone_map_list li:nth-child(6)::after {
    background-size: contain;
    background-image: url(../img/common/zone_name6.png);
}

#zone .zone_map_list li:nth-child(7)::after {
    background-size: contain;
    background-image: url(../img/common/zone_name7.png);
}

#zone .zone_map_list li:nth-child(8)::after {
    background-size: contain;
    background-image: url(../img/common/zone_name8.png);
}

#zone .zone_map_list li:nth-child(1)::before {
    background-size: contain;
    background-image: url(../img/common/zone_name1_on.png);
}

#zone .zone_map_list li:nth-child(2)::before {
    background-size: contain;
    background-image: url(../img/common/zone_name2_on.png);
}

#zone .zone_map_list li:nth-child(3)::before {
    background-size: contain;
    background-image: url(../img/common/zone_name3_on.png);
}

#zone .zone_map_list li:nth-child(4)::before {
    background-size: contain;
    background-image: url(../img/common/zone_name4_on.png);
}

#zone .zone_map_list li:nth-child(5)::before {
    background-size: contain;
    background-image: url(../img/common/zone_name5_on.png);
}

#zone .zone_map_list li:nth-child(6)::before {
    background-size: contain;
    background-image: url(../img/common/zone_name6_on.png);
}

#zone .zone_map_list li:nth-child(7)::before {
    background-size: contain;
    background-image: url(../img/common/zone_name7_on.png);
}

#zone .zone_map_list li:nth-child(8)::before {
    background-size: contain;
    background-image: url(../img/common/zone_name8_on.png);
}

#zone .zone_slider {
    width: 585px;
    min-width: 500px;
}

#zone .slick-arrow {
    position: absolute;
    top: 270px;
    width: 42px;
    height: 76px;
    font-size: 0;
    text-indent: 101%;
    overflow: hidden;
    z-index: 1;
    transition: .3s;
    cursor: pointer;
}

#zone .slick-prev {
    left: 15px;
}

#zone .slick-next {
    right: 90px;
}

#zone .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 46px;
    height: 46px;
    transition: .3s;
}

#zone .slick-arrow.slick-prev::before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-left: 14px;
}

#zone .slick-arrow.slick-next::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -18px;
}

#zone .zone_slider_txt_block {
    padding: 30px 40px;
    background: #fff;
    width: 510px;
    margin: -75px 0 0 75px;
    position: relative;
    z-index: 1;
}

#zone .zone_slider_ttl {
    font-size: 2.2rem;
    line-height: 1;
}

#zone .zone_slider_ttl .num {
    font-size: 2.7rem;
    color: #baaac4;
    font-weight: 500;
    vertical-align: text-bottom;
    margin-right: 10px;
    display: inline-block;
}

#zone .zone_slider_txt {
    font-size: 1.4rem;
    margin-top: 10px;
}

#zone .zone_slider_txt .yoyaku_tag {
    background: #baaac4;
    padding: 1px 7px;
    border-radius: 3px;
    margin-top: 4px;
    display: inline-block;
}

#zone .zone_slider_txt strong {
    font-size: 1.6rem;
    display: block;
}

#zone .zone_slider_btn_block {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#zone .zone_slider_link {
    margin-right: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

#zone .zone_slider_link > * {
    width: 100%;
}

#zone .zone_slider_note {
    font-size: 1rem;
    padding-left: 1em;
    text-indent: -1em;
    color: #898989;
}

#zone .zone_slider_more {
    margin-left: auto;
    flex: none;
}

#zone .slick-arrow.slick-prev:hover::before {
    border-bottom-color: #baaac4;
    border-left-color: #baaac4;
}

#zone .slick-arrow.slick-next:hover::before {
    border-top-color: #baaac4;
    border-right-color: #baaac4;
}

#zone .zone_program {
    width: 600px;
    margin: 0 auto;
}

#zone .zone_program a {
    padding: 25px 30px 30px;
    margin: 70px auto 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #baaac4;
}

#zone .zone_program_img {
    max-width: 285px;
}

#zone .zone_program_ttl .en {
    font-size: 2.2rem;
    letter-spacing: .07em;
    line-height: 1.3;
    color: #baaac4;
    display: block;
    margin-bottom: 6px;
}

#zone .zone_program_ttl .en small {
    font-size: 1.7rem;
    letter-spacing: .07em;
}

#zone .zone_program_txt {
    font-size: 1.4rem;
    margin-top: 10px;
}

#zone .zone_program_btn {
    font-size: 1.2rem;
    text-decoration: underline;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    section#zone {
        padding: 20vw 0;
    }

    #zone .wrap {
        max-width: 100%;
    }

    #zone .zone_flex_block {
        display: block;
    }

    #zone .zone_txt_block {
        width: 100%;
        padding: 0;
        min-width: auto;
    }

    #zone .zone_ttl {
        text-align: center;
    }

    #zone .zone_txt {
        text-align: center;
        margin-top: 6%;
    }

    #zone .zone_btn {
        text-align: center;
        margin-top: 13%;
    }

    #zone .zone_map {
        margin: 12% 0 0 15%;
        width: 62%;
        max-width: auto;
        max-width: initial;
    }

    #zone .zone_map_slider {
        margin-left: 0;
        margin-right: 3%;
    }

    #zone .zone_map_list li {
        font-size: 3.2vw;
        letter-spacing: 0;
        white-space: nowrap;
    }

    #zone .zone_map_list li * {
        letter-spacing: 0;
    }

    #zone .zone_map_list li:hover {
        color: #3e3a39;
    }

    #zone .zone_map_list li:nth-child(1) {
        top: 36vw;
        left: 41vw;
    }

    #zone .zone_map_list li:nth-child(2) {
        top: 42vw;
        left: 27vw;
    }

    #zone .zone_map_list li:nth-child(3) {
        top: 46vw;
        left: 3vw;
    }

    #zone .zone_map_list li:nth-child(4) {
        top: 31vw;
        left: -13vw;
    }

    #zone .zone_map_list li:nth-child(5) {
        top: 10vw;
        left: 8vw;
    }

    #zone .zone_map_list li:nth-child(6) {
        top: 4vw;
        left: 50vw;
    }

    #zone .zone_map_list li:nth-child(7) {
        top: 17vw;
        left: 55vw;
    }

    #zone .zone_map_list li:nth-child(8) {
        top: 29vw;
        left: 51vw;
    }

    #zone .zone_map_list li::before,
    #zone .zone_map_list li::after {
        background-size: auto 3vw;
        width: 22vw;
        height: 3.2vw;
        opacity: 1 !important;
    }

    #zone .zone_map_list li::before {
        display: none;
    }

    #zone .zone_map_list li:nth-child(1)::after,
    #zone .zone_map_list li:nth-child(1)::before {
        width: 13vw;
    }

    #zone .zone_map_list li:nth-child(2)::after,
    #zone .zone_map_list li:nth-child(2)::before {
        width: 20vw;
    }

    #zone .zone_map_list li:nth-child(3)::after,
    #zone .zone_map_list li:nth-child(3)::before {
        width: 22vw;
    }

    #zone .zone_map_list li:nth-child(4)::after,
    #zone .zone_map_list li:nth-child(4)::before {
        width: 17vw;
    }

    #zone .zone_map_list li:nth-child(5)::after,
    #zone .zone_map_list li:nth-child(5)::before {
        width: 10vw;
    }

    #zone .zone_map_list li:nth-child(6)::after,
    #zone .zone_map_list li:nth-child(6)::before {
        width: 17vw;
    }

    #zone .zone_map_list li:nth-child(7)::after,
    #zone .zone_map_list li:nth-child(7)::before {
        width: 19vw;
    }

    #zone .zone_map_list li:nth-child(8)::after,
    #zone .zone_map_list li:nth-child(8)::before {
        width: 22vw;
    }

    #zone .zone_slider {
        width: 100%;
        margin-top: 9%;
        min-width: auto;
    }

    #zone .slick-arrow {
        position: absolute;
        top: 32vw;
        width: 11vw;
        height: 27vw;
    }

    #zone .slick-prev {
        left: 6vw;
    }

    #zone .slick-next {
        right: 6vw;
    }

    #zone .slick-arrow::before {
        width: 11vw;
        height: 11vw;
    }

    #zone .slick-arrow.slick-prev::before {
        margin-left: 4vw;
    }

    #zone .slick-arrow.slick-next::before {
        margin-left: -4vw;
    }

    #zone .zone_slider_txt_block {
        font-size: 3.7vw;
        padding: 0 5%;
        background: transparent;
        width: 100%;
        margin: 6% 0 0;
    }

    #zone .zone_slider_ttl {
        font-size: 6.2vw;
        color: #fff;
        text-align: center;
        position: absolute;
        top: -24vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #zone .zone_slider_ttl .num {
        font-size: 5.1vw;
        color: #fff;
        margin: 0 auto 2.5vw;
        display: block;
        text-align: center;
    }

    #zone .zone_slider_txt {
        font-size: 3.7vw;
        line-height: 1.5;
        margin-top: 0;
        text-align: center;
    }

    #zone .zone_slider_txt .yoyaku_tag {
        padding: .5vw 2vw 1vw;
        border-radius: 1vw;
        margin-top: 1vw;
    }

    #zone .zone_slider_txt strong {
        font-size: 3.7vw;
    }

    #zone .zone_slider_btn_block {
        margin-top: 9%;
        height: auto !important;
        display: block;
    }

    #zone .zone_slider_link {
        margin-right: 0;
        height: auto !important;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    #zone .zone_slider_yoyaku {
        text-align: center;
        width: 100%;
    }

    #zone .zone_slider_yoyaku a {
        font-size: 3.2vw;
    }

    #zone .zone_slider_more .btntype1 {
        font-size: 3.2vw;
    }

    #zone .zone_slider_yoyaku + .zone_slider_yoyaku {
        margin-top: 5%;
    }

    #zone .zone_slider_note + .zone_slider_yoyaku {
        margin-top: 5%;
    }

    #zone .zone_slider_note {
        font-size: 2.6vw;
        width: 100%;
    }

    #zone .zone_slider_more {
        text-align: center;
        margin-top: 9%;
    }

    #zone .zone_program {
        width: 100%;
    }

    #zone .zone_program a {
        padding: 4%;
        margin: 9% auto 0;
        width: 100%;
    }

    #zone .zone_program_ttl .en {
        font-size: 4.4vw;
        letter-spacing: 0;
        margin-bottom: 2%;
        white-space: nowrap;
    }

    #zone .zone_program_ttl .en small {
        font-size: 3.1vw;
        letter-spacing: 0;
    }

    #zone .zone_program_img {
        width: 50%;
        max-width: 50%;
        margin: 4% 0 0 -5%;
    }

    #zone .zone_program_txt {
        font-size: 3.7vw;
        letter-spacing: -.1em;
        margin-top: 3%;
    }

    #zone .zone_program_btn {
        font-size: 2.6vw;
        margin-top: 3%;
    }
}

/* event
--------------------------------*/
section#event {
    padding: 15rem 0 0;
}

#event .wrap {
    max-width: 1020px;
}

#event .event_ttl_block {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

#event .gallery_ttl,
#event .workshop_ttl {
    width: 460px;
    pointer-events: none;
}

#event .event_flex_block {
    display: flex;
    justify-content: space-between;
}

#event .event_flex_block > * {
    width: 460px;
}

#event .coming {
    font-size: 2.8rem;
    text-align: center;
    margin: 80px 0;
}

#event .event_list {
    margin-top: 30px;
}

#event .event_list li {
    margin-right: 40px;
}

#event .event_list li:last-child,
#event .event_list li:nth-child(even) {
    margin-right: 0;
}

#event .event_list li:nth-child(n+3) {
    margin-top: 55px;
}

#event .event_btn {
    margin-top: 30px;
}

#event .event_calendar_block {
    border: 1px solid #727171;
    margin-top: 30px;
    padding: 25px 30px 30px;
    position: relative;
}

#event .event_calendar_ttl {
    margin-bottom: 20px;
}

#event .calendar_block {
    position: relative;
}

#event .calendar {
    padding: 30px 15px;
    background: #f8f8f8;
    border-radius: 5px;
    width: 312px;
    margin: 0 auto;
}

#event .calendar table {
    width: 100%;
    border-collapse: collapse;
}

#event .calendar table th,
#event .calendar table td {
    width: 14.285%;
}

#event .calendar table th {
    font-size: 1.3rem;
    color: #9fa0a0;
    text-align: center;
}

#event .calendar table td {
    font-size: 1.4rem;
    text-align: center;
    padding: 5px 0;
}

#event .calendar table td a {
    display: block;
    transition: .3s;
    outline: none;
}

#event .calendar table td a:hover {
    opacity: .7;
}

#event .calendar table .month {
    font-size: 1.6rem;
    letter-spacing: .1em;
    color: #231815;
    padding-bottom: 7px;
}

#event .calendar table th.sat,
#event .calendar table th.sun {
    color: #baaac4;
}

#event .calendar table td span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#event .calendar table td.work span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #beb875;
    border-radius: 50%;
    width: 96%;
    height: 96%;
    z-index: -1;
    width: 20px;
    height: 20px;
}

#event .calendar table td.gallery span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top: 1px solid #86a5af;
    border-bottom: 1px solid #86a5af;
}

#event .calendar table td.gallery.start span::after {
    border-left: 1px solid #86a5af;
    border-radius: 35px 0 0 35px;
}

#event .calendar table td.gallery.end span::after {
    border-right: 1px solid #86a5af;
    border-radius: 0 35px 35px 0;
}

#event .calendar table td.gallery.start.end span::after {
    border-radius: 35px;
}

#event .calendar table td.prev,
#event .calendar table td.next {
    color: #c9caca;
}

#event .calendar table td.prev.work span::before,
#event .calendar table td.next.work span::before {
    opacity: .2;
}

#event .calendar .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#event .calendar .desc li {
    font-size: 1rem;
}

#event .calendar .desc li + li {
    margin-left: 30px;
}

#event .calendar .desc li .desc_work_mark {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #beb875;
    margin-right: 5px;
}

#event .calendar .desc li .desc_gallery_mark {
    width: 27px;
    height: 12px;
    border: 1px solid #86a5af;
    display: inline-block;
    vertical-align: middle;
    border-radius: 35px;
    margin-right: 5px;
}

#event .calendar_slider_item {
    position: relative;
}

#event .event_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #898989;
    z-index: 3;
    border-radius: 5px;
    display: none;
    width: 90%;
    max-width: 240px;
    min-height: 55%;
    max-height: 100%;
    padding: 15px;
    overflow-y: auto;
}

#event .event_modal_ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
}

#event .event_modal_list li + li {
    margin-top: 14px;
}

#event .event_modal_list li {
    position: relative;
    max-height: 53px;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#event .event_modal_list li::before,
#event .event_modal_list li::after {
    position: absolute;
    background: #898989;
    z-index: 1;
}

#event .event_modal_list li::before {
    content: "...";
    top: 37px;
    right: 0;
    line-height: .4;
    width: 1.8em;
    height: 1em;
    transition: .3s;
}

#event .event_modal_list li::after {
    content: "";
    height: 100%;
    width: 100%;
}

#event .event_modal_list li:hover::before {
    color: #beb875;
}

#event .event_modal_list li:hover a {
    color: #baaac4 !important;
}

#event .event_modal_list li,
#event .event_modal_list li a {
    font-size: 1.4rem;
    line-height: 1.25;
    color: #fff;
}

#event .event_modal_list li a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
}

#event .event_modal_list li.work a::before,
#event .event_modal_list li.gallery a::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#event .event_modal_list li.work a::before {
    background: #beb875;
}

#event .event_modal_list li.gallery a::before {
    background: #fff;
    border: 3px solid #86a5af;
}

#event .event_modal .modal_close {
    width: 30px;
    height: 30px;
    margin: 25px auto 0;
    position: relative;
    cursor: pointer;
}

#event .event_modal .modal_close::before,
#event .event_modal .modal_close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 1px;
    height: 100%;
    transition: .3s;
}

#event .event_modal .modal_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#event .event_modal .modal_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#event .event_modal .modal_close:hover::before,
#event .event_modal .modal_close:hover::after {
    background: #baaac4;
}

#event .event_modal_layer {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    z-index: 2;
    display: none;
}

#event .calendar_arrow {
    line-height: 0;
    position: absolute;
    top: 32px;
    right: 65px;
    z-index: 1;
}

#event .calendar_arrow .slick-arrow {
    text-indent: 101%;
    overflow: hidden;
    font-size: 0;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

#event .calendar_arrow .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transition: .3s;
}

#event .calendar_arrow .slick-prev::before {
    margin-left: 5px;
    border-top: 2px solid #999999;
    border-left: 2px solid #999999;
    transform: translate(-50%, -50%) rotate(-45deg);
}

#event .calendar_arrow .slick-next::before {
    margin-left: -5px;
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    transform: translate(-50%, -50%) rotate(-45deg);
}

#event .calendar_arrow .slick-arrow.slick-disabled {
    cursor: default;
}

#event .calendar_arrow .slick-arrow:hover::before {
    border-color: #baaac4;
}

#event .calendar_arrow .slick-disabled::before,
#event .calendar_arrow .slick-arrow.slick-disabled:hover::before {
    border-color: #c9caca;
}

@media screen and (max-width: 768px) {
    section#event {
        padding-top: 20vw;
    }

    #event .wrap {
        max-width: 100%;
    }

    #event .event_ttl_block {
        justify-content: space-around;
        margin-top: 9%;
    }

    #event .gallery_ttl,
    #event .workshop_ttl {
        width: 40%;
        pointer-events: auto;
    }

    #event .gallery_ttl a,
    #event .workshop_ttl a {
        display: block;
        padding-bottom: 10%;
        position: relative;
    }

    #event .gallery_ttl a::before,
    #event .workshop_ttl a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 10px;
        height: 10px;
        transform: translateX(-50%) rotate(45deg);
        border-bottom: 1px solid #beb875;
        border-right: 1px solid #beb875;
    }

    #event .gallery_ttl a::before {
        border-color: #86a5af;
    }

    #event .gallery_ttl a::after,
    #event .workshop_ttl a::after {
        content: '';
        position: absolute;
        bottom: 30%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #beb875;
    }

    #event .gallery_ttl a::after {
        background: #86a5af;
    }

    #event .event_flex_block {
        display: block;
    }

    #event .event_flex_block > * {
        width: 100%;
    }

    #event .coming {
        font-size: 6.4vw;
        margin: 13% 0;
    }

    #event .event_right {
        margin-top: 13%;
    }

    #event .event_list {
        display: block;
        margin-top: 15%;
    }

    #event .event_list:first-child {
        margin-top: 10%;
    }

    #event .event_list li {
        margin-right: 0;
    }

    #event .event_list li:nth-child(n+3) {
        margin-top: 8%;
    }

    #event .event_btn {
        margin-top: 8%;
    }

    #event .event_calendar_block {
        border: 0;
        margin-top: 15%;
        padding: 0;
    }

    #event .event_calendar_ttl {
        margin-bottom: 20px;
    }

    #event .calendar {
        padding: 10% 4% 10%;
        border-radius: 2vw;
        width: 100%;
    }

    #event .calendar table th,
    #event .calendar table td {
        width: 14.285%;
    }

    #event .calendar table th {
        font-size: 3.7vw;
    }

    #event .calendar table td {
        font-size: 4vw;
        padding: 2vw 0;
    }

    #event .calendar table td a {
        display: block;
        transition: .3s;
    }

    #event .calendar table td a:hover {
        opacity: .7;
    }

    #event .calendar table .month {
        font-size: 4.4vw;
        padding-bottom: 5%;
    }

    #event .calendar table td span {
        height: 7vw;
    }

    #event .calendar table td.work span::before {
        width: 5vw;
        height: 5vw;
    }

    #event .calendar table td.gallery span::after {
        border-width: 2px;
        z-index: 1;
        left: -1px;
    }

    #event .calendar table td.gallery.start span::after {
        border-width: 2px;
        border-radius: 10vw 0 0 10vw;
    }

    #event .calendar table td.gallery.end span::after {
        border-width: 2px;
        border-radius: 0 10vw 10vw 0;
    }

    #event .calendar .desc {
        margin-top: 8%;
    }

    #event .calendar .desc li {
        font-size: 3.1vw;
    }

    #event .calendar .desc li + li {
        margin-left: 8vw;
    }

    #event .calendar .desc li .desc_work_mark {
        width: 3.5vw;
        height: 3.5vw;
    }

    #event .calendar .desc li .desc_gallery_mark {
        width: 8vw;
        height: 3.5vw;
        border-width: 2px;
        border-radius: 10vw;
        margin-right: 1vw;
    }

    #event .event_modal {
        border-radius: 2vw;
        width: 58%;
        max-width: 100%;
        min-height: 45%;
        padding: 2.5% 3%;
    }

    #event .event_modal_ttl {
        font-size: 3.4vw;
        padding-bottom: 5%;
        margin-bottom: 5%;
    }

    #event .event_modal_list li + li {
        margin-top: 5%;
    }

    #event .event_modal_list li {
        max-height: 12.4vw;
    }

    #event .event_modal_list li::before {
        top: 8.5vw;
        line-height: .4;
        height: 1.5em;
        width: 1.5em;
    }

    #event .event_modal_list li,
    #event .event_modal_list li a {
        font-size: 3.2vw;
    }

    #event .event_modal_list li a {
        padding-left: 4.3vw;
    }

    #event .event_modal_list li.work a::before,
    #event .event_modal_list li.gallery a::before {
        top: .6vw;
        width: 2.9vw;
        height: 2.9vw;
    }

    #event .event_modal .modal_close {
        width: 8vw;
        height: 8vw;
        margin: 14% auto 0;
    }

    #event .calendar_arrow {
        top: 8.5vw;
        right: 3.5%;
    }

    #event .calendar_arrow .slick-arrow {
        width: 8vw;
        height: 8vw;
    }

    #event .calendar_arrow .slick-arrow::before {
        width: 3vw;
        height: 3vw;
    }

    #event .calendar_arrow .slick-prev::before {
        margin-left: 1vw;
    }

    #event .calendar_arrow .slick-next::before {
        margin-left: -1vw;
    }
}

#engraving_banner {
    padding: 7rem 0 0 0;
}

#zone .thebed {
    width: 840px;
    margin: 3rem auto 0;
}

#zone .thebed a {
    display: flex;
    background-color: white;
    height: 200px;
    flex-direction: row;
    justify-content: space-between;
}

#zone .thebed a .txt_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#zone .thebed a .txt_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: .3s;
}

#zone .thebed a:hover .txt_block::before {
    opacity: 1;
}

#zone .thebed a .img_block {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#zone .thebed .ttl {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.05rem;
    color: #9FA0A0;
}

#zone .thebed .txt_block .txt1 {
    font-size: 1.5rem;
    line-height: 2.6rem;
    text-align: center;
    color: #3E3A39;
    margin-top: 16px;
}

#zone .thebed .txt_block .txt2 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #3E3A39;
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    #zone .thebed {
        width: 100%;
        margin-top: 6vw;
    }

    #zone .thebed a {
        background-color: #EBEBEB;
        height: 39vw;
    }

    #zone .thebed a .txt_block {
        width: 55%;
        align-items: flex-start;
        justify-content: center;
        margin-left: 6vw;
    }

    #zone .thebed a .img_block {
        width: 36vw;
    }

    #zone .thebed a img {
        height: 100%;
        width: auto;
        max-width: none;
    }

    #zone .thebed .ttl {
        font-size: 5.8vw;
        line-height: normal;
        text-align: left;
        color: #9FA0A0;
    }

    #zone .thebed .txt_block .txt2 {
        font-size: 4.2vw;
        line-height: normal;
        margin: 3vw 0 4vw;
        text-align: left;
        color: #3E3A39;
    }

    #zone .thebed .txt_block .detail {
        font-size: 3.2vw;
        line-height: normal;
        text-align: left;
        color: #3E3A39;
        border-bottom: #3E3A39 1px solid;
    }
}

#experience {
    padding: 15rem 0;
    background: linear-gradient(148.43deg, rgba(217, 192, 146, 0.6) -64.99%, rgba(249, 244, 236, 0.6) 40.34%, rgba(249, 244, 236, 0.6) 54.67%, rgba(217, 192, 146, 0.6) 167.36%);
}

#experience .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#experience .milks_specialist {
    margin-top: 5rem;
    border: 3px double #A4925D;
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    width: 756px;
    height: 216px;
}

#experience .milks_specialist .milks_specialist_txt1 {
    margin: 0 0 0 4.5rem;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #A4925D;
}

#experience .milks_specialist .milks_specialist_txt2 {
    margin: 1.5rem 0 0 4.5rem;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #3E3A39;
}

#experience .milks_specialist .milks_specialist_txt3 {
    margin: 1.0rem 0 1.8rem 4.5rem;
    font-size: 10px;
    line-height: 12px;
    color: #9FA0A0;
}

#experience .milks_specialist .milks_specialist_img {
    position: absolute;
    right: 0;
    height: 190px;
    display: block;
    z-index: 1;
    margin-right: 4rem;
}

#experience .left_title {
    height: 0;
}

#experience .left_title h1 {
    display: inline-block;
    transform: rotate(90deg) !important;
    transform-origin: left bottom;
    white-space: nowrap;
    position: absolute;
    left: 3rem;
    font-weight: lighter;
    font-size: 6rem;
    line-height: 5rem;
    color: rgba(164, 146, 93, 0.3);
}

#experience .experience_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5rem;
    gap: 5rem;
}

#experience .experience_thumbnail {
    margin-bottom: 2rem;
    text-align: center;
    height: 273px;
    width: 246px;
    position: relative;
}

#experience .experience_thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: .3s ease;
}

#experience .experience_thumbnail .img_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 246px;
    height: 246px;
    margin-top: 27px;
    object-fit: contain;
    object-position: center;
    transition: .3s ease;
    border-radius: 50%;
    overflow: hidden;
}

#experience .experience_thumbnail .img_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: .3s ease;
}

#experience .experience_item_other .experience_thumbnail img {
    position: relative;
}

#experience .experience_item .experience_thumbnail .default {
    z-index: 2;
}

#experience .experience_item .experience_thumbnail .bg {
    z-index: 1;
}

#experience .experience_item:hover .experience_thumbnail .default {
    opacity: 1;
    transform: scale(1.1);
}

#experience .experience_item:hover .experience_thumbnail .bg {
    opacity: 1;
}

#experience .experience_txt_block {
    position: relative;
}

#experience .experience_txt_block .experience_title {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3.3rem;
    text-align: center;
}

#experience .experience_txt_block .experience_txt {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: auto;
}

#experience .experience_txt_block .prior_reservation {
    margin-top: 0.5rem;
    background-color: #9FA0A0;
    font-size: 1.0rem;
    border-radius: 0.5rem;
    width: 50px;
    text-align: center;
}

#experience .milk_experience {
    max-width: 80vw;
    margin-top: 5rem;
}

#experience .milk_experience .viewmore {
    margin-top: 6rem;
    text-align: center;
}

#experience .other_experience {
    max-width: 80vw;
    margin: 5rem 0 0;
}

#experience .other_experience .experience_thumbnail {
    width: 246px;
    height: auto;
    margin-bottom: 1rem;
}

#experience .chevron-right {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 1.2rem;
    right: 1rem;
}

@media screen and (max-width: 768px) {
    #experience {
        padding: 20vw 0;
        background: linear-gradient(148.43deg, rgba(217, 192, 146, 0.6) -64.99%, rgba(249, 244, 236, 0.6) 40.34%, rgba(249, 244, 236, 0.6) 54.67%, rgba(217, 192, 146, 0.6) 167.36%);
    }

    #experience .wrap {
        padding-bottom: 0;
    }

    #experience .milks_specialist {
        width: 90vw;
        height: 53vw;
        margin-top: 13vw;
    }

    #experience .milks_specialist .milks_specialist_txt1 {
        font-size: 4.8vw;
        line-height: normal;
        margin: 3vw auto;
        text-align: center;
        width: 90vw;
    }

    #experience .milks_specialist .milks_specialist_txt2 {
        font-size: 3.5vw;
        margin: auto 5vw;
        line-height: 6vw;
    }

    #experience .milks_specialist .milks_specialist_txt3 {
        font-size: 2.5vw;
        line-height: normal;
        margin: 2vw 5vw;
    }

    #experience .milks_specialist .milks_specialist_img {
        position: absolute;
        right: 0;
        height: auto;
        width: 30%;
        display: block;
        z-index: 1;
        margin-right: 3vw;
    }

    #experience .left_title h1 {
        left: 0;
        margin-top: -5rem;
    }

    #experience .experience_container {
        display: grid;
        grid-template-columns: none;
        margin-top: 0;
        margin-left: 10vw;
        gap: 4vw
    }

    #experience .experience_item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3vw;
    }

    #experience .experience_item_other {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3vw
    }

    #experience .experience_thumbnail {
        width: 29vw;
        height: 28vw;
    }

    #experience .experience_txt_block {
        width: 55%;
        height: auto;
    }

    #experience .experience_txt_block .experience_title {
        font-size: 4.1vw;
        line-height: 1.25;
        padding-bottom: 2vw;
        text-align: left;
    }

    #experience .experience_txt_block .experience_txt {
        font-size: 3.5vw;
        line-height: normal;
        margin-top: 2vw;
        text-align: left;
        width: auto;
    }

    #experience .experience_thumbnail {
        margin-bottom: 0;
    }

    #experience .experience_thumbnail img {
        object-fit: cover;
        overflow: visible;
    }

    #experience .experience_title {
        border-bottom: 1px solid #A4925D;
    }

    #experience .milk_experience {
        max-width: none;
        width: 100%;
    }

    #experience .milk_experience .viewmore {
        margin-top: 3rem;
    }

    #experience .other_experience {
        max-width: none;
        width: 100%;
        margin: 13vw 0 0;
    }

    #experience .other_experience .experience_thumbnail {
        width: 28vw;
        height: 28vw;
        margin-bottom: 0;
    }

    #experience .chevron-right {
        width: 4vw;
        height: 4vw;
        position: initial;
    }
}