@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ul {
    list-style: none;
}
html {
    scroll-behavior: smooth;
}
div {
    box-sizing: border-box;
}
.img-box > img {
    display: block;
    width: 100%;
    height: auto;
}
a.tl:hover {
    opacity: .7;
    transition: .3s;
}
a.colored:hover {
    color: var(--primary-color-blue) !important;
    transition: .3s;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}
.spacer {
    padding: 10px 0 10px;
}
.m-top60 {
    margin-top: 60px;
}
.m-btm60 {
    margin-bottom: 60px;
}
.m-btm30 {
    margin-bottom: 30px;
}
.p-top60 {
    padding-top: 60px;
}
.border-top {
    border-top: 1px solid #000;
}
.relative {
    position: relative;
}

/***** Display PC SP Togle *****/
.gen-disp_non {
    display: none !important;
}
.gen-disp_pc {
    display: block;
}
.gen-disp_sp,
.gen-disp_sp_inline {
    display: none !important;
}
@media screen and (max-width:750px) {
    .gen-disp_pc {
        display: none !important;
    }
    .gen-disp_sp {
        display: block !important;
    }
    .gen-disp_sp_inline {
        display: inline;
    }
    .gen-disp_non_sp {
        display: none !important;
    }
    .ml-0_75-em_sp {
        margin-left: 0.75em;
    }
}

/*
root
------------------------------------ */
:root {
    --primary-color-gold: #bfa258;
    --primary-color-black: #000;
    --primary-color-white: #fff;
    --secondary-color-blue: #1d2080;
    --secondary-color-gray: #b5c6d2;
    /* --secondary-color-gold_50: rgba(176, 155, 112, .5); */
    --secondary-color-gold_50: rgba(167, 146, 112, 0.5);
    --option-color-gray_50: rgba(180, 180, 180, .5);
    --bg-color: #e6eef8;
}

/*
html, body
------------------------------------ */
#wrapper {
    width: 100%;
    /* min-width: 1280px; */
}
.bg {
    background-image: url(../img/bg_pc01.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 750px) {
    #wrapper {
        width: 100%;
        /* min-width: unset; */
        overflow: hidden;
    }
    .bg {
        background-image: url(../img/bg_sp01-2.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

/* font / text */
html {
	font-size: 62.5%;
    font-size: 0.520vw;
}
body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-weight: 700;
}
.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width:750px) {
    html {
        /* font-size: 2.666vw; */
        font-size: 1.333vw;
    }
}

.flex-box {
    display: flex;
}
@media screen and (max-width: 750px) {
    .flex-box {
        display: block;
    }
}
a:hover {
    opacity: .7;
    transition: .3s;
}

/*
content
------------------------------------ */
/* kv */
.kv {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1251;
}
.kv h1 {
    position: absolute;
    top: 25.9%;
    left: 5.1%;
    width: 40.88vw;
    height: auto;
}
.kv h1 img {
    display: block;
    width: 100%;
    height: auto;
}
.kv h1 .text1 {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 6%;
    width: 57.5%;
}
.kv h1 .text2 {
    position: absolute;
    z-index: 2;
    top: 84.3%;
    left: 6%;
    width: 49%;
}
@media screen and (max-width: 750px) {
    .bg1 {
        margin: 0 0 0;
        padding: 4.5% 0 24%;
        background: url(../img/bg_sp@2x.png) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .kv {
        aspect-ratio: 750 / 552;
    }
    .kv h1 {
        top: 24.5%;
        left: 4%;
        width: 47vw;
        height: auto;
    }
}

/* text content */
h2 {
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: 500;
    font-size: 4.0rem;
    color: var(--primary-color-gold);
}
.bg1 h2 {
    color: var(--primary-color-gold);
}
@media screen and (max-width: 750px) {
    h2 {
        line-height: 1.75;
        letter-spacing: 0.06em;
        font-size: 4.0rem;
    }
}

/* btn */
.link-btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.25em 0 1.25em;
    border: 1px solid var(--primary-color-black);
    text-decoration: none;
    color: var(--primary-color-black);
}
.link-btn a:hover {
    opacity: .7;
    transition: .4s;
}
.link-btn a::after {
    position: absolute;
    content: "";
    top: 30%;
    right: -4%;
    width: 4em;
    height: 1em;
    transition: all 0.3s;
}
.link-btn a:hover::after {
    right: -6%;
}
@media screen and (max-width: 750px) {
    .link-btn a {
        padding: 1.1em 0 1.1em;
    }
}

/* section1 */
.section1 {
    margin: 7.2% 0 0;
}
.section1 .text1 {
    margin: -0.25% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 4.6rem;
    color: var(--primary-color-black);
}
.section1 .text1 .disp_pc {
    display: inline;
}
.section1 .text2 {
    margin: 0.25em 0 0;
    line-height: 1.214;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.8rem;
    color: var(--primary-color-black);
}
.section1 .text1_2 {
    margin: 1em 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.6rem;
    color: var(--primary-color-black);
}
.section1 .text2_2 {
    margin: -0.5em 0 0;
    line-height: 1.545;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section1 .text3 {
    margin: 2.8% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.6rem;
    color: var(--primary-color-black);
}
.section1 .text3 > span {
    margin: 0 0 0 0.5em;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 4.6rem;
    color: var(--primary-color-gold);
}
.section1 .text4 {
    margin: 1.5em 0 0;
    line-height: 1.777;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.8rem;
    color: var(--primary-color-black);
}
@media screen and (max-width: 750px) {
    .section1 {
        position: relative;
        margin: 19% 0 0;
        z-index: 1;
    }
    .section1::after {
        position: absolute;
        content: "";
        top: 18%;
        left: 88%;
        width: 24vw;
        height: 48vw;
        transform: translateX(-50%);
        background: url(../img/leaf001_sp.png) no-repeat;
        background-size: contain;
        background-position: center center;
        z-index: -1;
    }
    .section1 .section-inner {
        position: relative;
        z-index: 2;
    }
    .section1 .text1 {
        margin: -.25em 0 0;
        line-height: 1.75;
        letter-spacing: 0.06em;
        text-align: center;
        font-size: 3.2rem;
    }
    .section1 .text1 .disp_pc {
        display: none;
    }
    .section1 .text2 {
        margin: 0 0 0;
        line-height: 1.7;
        letter-spacing: 0.06em;
        text-align: center;
        font-size: 2.0rem;
    }
    .section1 .text1_2 {
        margin: .55em 0 0;
        line-height: 1.75;
        letter-spacing: 0.06em;
        text-align: center;
        font-size: 3.2rem;
    }
    .section1 .text2_2 {
        margin: -.25em 0 0;
        line-height: 1.7;
        letter-spacing: 0.06em;
        text-align: center;
        font-size: 2.0rem;
    }
    .section1 .text3 {
        margin: 5.6% 0 0;
    }
    .section1 .text3 > span {
        margin: 0 0 0 .5em;
        font-size: 3.4rem;
    }
    .section1 .text4 {
        margin: 0.5% 0 0;
    }
}

/* section2 */
.section2 {
    margin: 4% 0 0;
}
.section2 .text1 {
    margin: 0 0 0;
    line-height: 1.588;
    letter-spacing: 0.06em;
    font-size: 3.4rem;
    text-align: center;
    color: var(--primary-color-black);
}
.section2 .text2 {
    margin: 2.85em 0 0;
    line-height: 1.777;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.8rem;
    color: var(--primary-color-black);
}
.section2 .kakko1 {
    margin: 0 0 0 -.25em;
}
.section2 .kakko2 {
    margin: 0 -.5em 0 0;
}
@media screen and (max-width: 750px) {
    .section2 {
        margin: 3.7% 0 0;
    }
    .section2 .text1 {
        margin: -0.2em 0 0;
        line-height: 1.3125;
        font-size: 3.2rem;
    }
    .section2 .text2 {
        margin: 0.4em 0 0;
    }
}

/* section3 */
.section3 {
    margin: 4.75% 0 0;
}
.section3 .box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 67.5%;
    margin: 2.35% auto 0;
    border: 1px solid var(--primary-color-gold);
}
.section3 .box1 {
    margin: 4% auto 0;
    background-color: var(--primary-color-white);
}
.section3 .box2 {
    margin: 3.5% auto 0;
    padding: 0 0 3%;
    background-color: var(--primary-color-white);
}
.section3 .box .text1 {
    position: relative;
    z-index: 2;
    margin: 0 0 0;
    padding: .5em 0 .575em;
    background-color: var(--primary-color-gold);
    line-height: 1.6925;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.6rem;
    color: var(--primary-color-white);
}
.section3 .box .text1 .space {
    display: inline;
}
.section3 .box .text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91%;
    margin: 2% 0 0 0;
}
.section3 .text-container .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 89%;
    margin: 0;
}
.section3 .text-container .item3 {
    margin: 0.5% 0 0;
}
.section3 .text-container .text2 {
    width: 9em;
    margin: 0 1em 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: right;
    font-size: 3.0rem;
    color: var(--primary-color-gold);
}
.section3 .text-container .text3 {
    width: calc( 100% - 9em );
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 3.0rem;
    color: var(--primary-color-black);
}
.section3 .text-container .text4 {
    width: calc( 100% - 9em );
    background-color: var(--primary-color-gold);
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.0rem;
    color: var(--primary-color-white);
}
.section3 .box1 {
    margin: 3.7% auto 0;
    padding: 0 0 3%;
    position: relative;
    z-index: 1;
}
.section3 .box .text5 {
    line-height: 1.777;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.0rem;
}
.section3 .box .text6 {
    margin: 4.5% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.6rem;
    color: var(--primary-color-gold);
}
.section3 .box .text6 a {
    text-decoration: none;
    color: var(--primary-color-black);
}
.section3 .box .text7 {
    margin: 1.9% 0 0;
    line-height: 1.857;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.8rem;
}
.section3 .box .text8 {
    margin: 1.2em 0 0;
    line-height: 1.777;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.8rem;
}
.section3 .box .text9 {
    margin: 1.6em 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.782rem;
}
.section3 .box .text9 a {
    text-decoration: none;
    color: var(--primary-color-black);
}
.section3 .box .text10 {
    margin: 2.2% 0 0;
    line-height: 1.777;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.8rem;
}
.section3 .box .link-btn {
    width: 38%;
    padding: 0 0 0 6%;
}
.section3 .box.box1 .link-btn {
    margin: 1.2% auto 0;
}
.section3 .box.box2 .link-btn {
    margin: 1.2% auto 0;
}
.section3 .box .link-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.75em 0 0.75em;
    background-color: var(--primary-color-white);
    border: 1px solid var(--primary-color-gold);
    text-align: center;
    text-decoration: none;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section3 .box .link-btn a > span {
    display: block;
    margin: .25em 0 0 .75em;
}
.section3 .box .link-btn a img {
    display: block;
    width: 15.5%;
    margin: 0 0 0 -4%;
}
.section3 .link-btn a::after {
    top: 33%;
    right: -6%;
    width: 15%;
    background: url(../img/arrow_link002.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section3 .link-btn a:hover::after {
    right: -9%;
}
.section3 .box .link-btn .close {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.75em 0 0.75em;
    background-color: var(--primary-color-white);
    border: 1px solid var(--primary-color-gold);
    text-align: center;
    text-decoration: none;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section3 .box .link-btn .close > span {
    display: block;
    margin: .25em 0 0 .75em;
}
.section3 .box .link-btn .close img {
    display: block;
    width: 15%;
    margin: 0 0 0 -55%;
}
.link-btn .close {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.25em 0 1.25em;
    border: 1px solid var(--primary-color-black);
    text-decoration: none;
    color: var(--primary-color-black);
}
.link-btn .close::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(231, 241, 255, 0.8);
}
.link-btn .close::after {
    position: absolute;
    content: "";
    top: 30%;
    right: -4%;
    width: 4em;
    height: 1em;
    transition: all 0.3s;
}
.section3 .box .link-btn .close::after {
    top: 33%;
    right: -6%;
    width: 15%;
    background: url(../img/arrow_link002.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 0;
}
.section3 .box .link-btn .close .text11 {
    position: absolute;
    z-index: 2;
}
.section3 .box .link-btn.coming p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .25em 0 .45em;
    background-color: transparent;
    border: 1px solid var(--primary-color-gold);
    text-align: center;
    text-decoration: none;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 3.6rem;
    color: var(--primary-color-black);
}
.section3 .box .link-btn.coming p > span {
    display: block;
    margin: .25em 0 0 .75em;
}
.section3 .box .link-btn.coming p img {
    display: block;
    width: 13.5%;
    margin: 1% 0 0 -1.5%;
}
@media screen and (max-width: 750px) {
    .section3 {
        margin: 5.4% 0 0;
    }
    .section3 .box {
        width: 80%;
    }
    .section3 .box1 {
        margin: 1.3% auto 0;
        padding: 0 0 5.5%;
    }
    .section3 .box2 {
        margin: 4.5% auto 0;
        padding: 0 0 3%;
        overflow: hidden;
    }
    .section3 .box1::after {
        display: none;
    }
    .section3 .box .text1 {
        padding: 1.2em 0 1.2em;
        line-height: 1.739;
        letter-spacing: 0.06em;
        font-size: 2.3rem;
    }
    .section3 .box .text1 .space {
        display: none;
    }
    .section3 .box.box2 .text1 {
        padding: .4em 0 .4em;
    }
    .section3 .box .text-container {
        width: 100%;
        margin: 0% auto 0;
    }
    .section3 .text-container .item {
        justify-content: flex-start;
        width: 100%;
        margin: 0 0 0 4%;
    }
    .section3 .text-container .item2 {
        padding: 0 15% 0 0;
    }
    .section3 .text-container .text2 {
        width: 7.5em;
    }
    .section3 .box .text2 {
        line-height: 2.25;
        letter-spacing: 0.06em;
        font-size: 2.3rem;
    }
    .section3 .box .text2 > span.small {
        display: block;
        margin: 0 0 0 21.5%;
        line-height: 2.25;
        letter-spacing: 0.06em;
        font-size: 1.6rem;
    }
    .section3 .text2 > span.highlite {
        padding: .3em .275em .2em;
    }
    .section3 .box .text3 {
        margin: 6.5% 0 0;
        font-size: 2.3rem;
    }
    .section3 .box .text4 {
        line-height: 1.5;
        letter-spacing: 0.06em;
        font-size: 2.3rem;
    }
    .section3 .box .text5 {
        text-align: left;
        /*font-size: 1.0rem;*/
		font-size: 1.6rem;
		padding: 0 3em;
    }
    .section3 .box .item3 .text5 {
        margin: .5em 0 0 0;
    }
    .section3 .box .text6 {
        margin: 5.7% 0 0;
    }
    .section3 .box .text6 .small{
        font-size: 1.956rem;
        margin: 15% 0 0;
    }
    .section3 .box .text7 {
        margin: 0.5% 0 0;
        line-height: 1.869;
        font-size: 2.3rem;
    }
    .section3 .box .text8 {
        margin: 8% 0 0;
    }
    .section3 .box .text9 {
        margin: 0.5em 0 0;
        font-size: 2.3rem;
    }
    .section3 .box .text10 {
        margin: 5.5% 0 0;
    }
    .section3 .box .link-btn {
        width: 83%;
        padding: 0 0 0;
    }
    .section3 .box.box1 .link-btn {
        margin: 5.5% auto 0;
    }
    .section3 .box.box2 .link-btn {
        margin: 3.7% auto 0;
    }
    .section3 .box .link-btn a {
        padding: .4em 0 0.6em;
        font-size: 2.3rem;
    }
    .section3 .box .link-btn a > span {
        display: block;
        margin: 0 0 0 1em;
    }
    .section3 .box .link-btn a img {
        margin: 1% 0 0 3%;
        width: 13%;
    }
    .section3 .link-btn a::after {
        right: -6%;
    }
    .section3 .box .link-btn .close img {
        width: 14%;
        margin: 0 0 0 -47%;
    }
}

/* section4 */
.section4 {
    margin: 5.2% 0 0;
}
.section4 h3 {
    margin: -0.2% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.6rem;
    color: var(--primary-color-black);
}
.section4 .text1 {
    margin: 1.4% 0 0;
    line-height: 1.869;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section4 .text2 {
    margin: 1.5% 0 0;
    line-height: 1.454;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section4 h3.headding-text2 {
    margin: 6% 0 0;
    font-size: 3.4rem;
}
.section4 .text3 {
    margin: 1.2% 0 0;
    line-height: 1.454;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section4 .text4 {
    margin: .3% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 4.0rem;
    color: var(--primary-color-black);
}
.section4 .text5 {
    margin: 0.1% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section4 .text6 {
    margin: 1.1% 0 0;
    line-height: 1.454;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section4 h3.headding-text3 {
    margin: 6.9% 0 0;
    font-size: 3.4rem;
}
.section4 .text7 {
    margin: 2.3% 0 0 16.25%;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: justify;
    font-size: 1.8rem;
    color: var(--primary-color-black);
}
.section4 .text7 li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.1em;
}
.section4 .box1 {
    width: 68%;
    margin: 1.5% auto 0;
    padding: 1.2% 0 .8%;
    background-color: var(--primary-color-white);
    border: 1px solid var(--secondary-color-blue);
}
.section4 .box1 .text8 {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    font-size: 1.8rem;
    color: var(--primary-color-black);
}
.section4 .box1 .text8 li {
    margin: 0 0 .3em;
}
.section4 h3.headding-text4 {
    margin: 5% 0 0;
    font-size: 3.4rem;
    font-weight: 500;
}
.section4 .drink-menu {
    width: 76%;
    margin: 2.5% auto 0;
}
.section4 h3.headding-text5 {
    margin: 12% 0 0;
    font-size: 3.4rem;
}
.section4 .text9 {
    margin: 1.4% 0 0;
    line-height: 1.869;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
@media screen and (max-width: 750px) {
    .section4 {
        margin: 8.5% 0 0;
    }
    .section4 h3 {
        margin: -.05em 0 0;
    }
    .section4 .text1 {
        margin: 2em 0 0;
    }
    .section4 .text2 {
        margin: 2.5% 0 0;
    }
    .section4 h3.headding-text2 {
        margin: 13.4% 0 0;
        line-height: 1.75;
        letter-spacing: 0.06em;
        text-align: center;
        font-size: 3.4rem;
    }
    .section4 .text3 {
        margin: 0.7em 0 0;
        line-height: 2.25;
    }
    .section4 .text4 {
        margin: 0 0 0;
    }
    .section4 .text5 {
        margin: 0 0 0;
        line-height: 1.5;
    }
    .section4 .text6 {
        margin: 4% 0 0;
    }
    .section4 h3.headding-text3 {
        margin: 15.5% 0 0;
        line-height: 1.75;
        letter-spacing: 0.06em;
        text-align: center;
        font-size: 3.4rem;
    }
    .section4 .text7 {
        margin: 1.5em 2em 0 2em;
        line-height: 2.125;
        letter-spacing: 0.0;
        font-size: 1.8rem;
    }
    .section4 .text7 li {
        line-height: 1.65;
    }
    .section4 h3.headding-text4 {
        margin: 8% 0 0;
    }
    .section4 .box1 {
        width: 94%;
        margin: 4.5% auto 0;
        padding: 3% 3em 3%;
    }
    .section4 .box1 .text8 li {
        margin: 0 0 0;
    }
    .section4 h3.headding-text5 {
        margin: 22.5% 0 0;
    }
    .section4 .text9 {
        margin: 1.4% 0 0;
    }
    .section4 .drink-menu {
        width: 80%;
        margin: 7.5% auto 0;
        background: #fff;
    }
}

/* section5 */
.section5 {
    margin: 6.3% 0 0;
}
.section5 .box1 {
    width: 76%;
    margin: 2.25% auto 0;
    padding: 1.65% 0 1.5%;
    background: var(--secondary-color-gold_50);
}
.section5 .text1 {
    line-height: 2.0;
    letter-spacing: -0.04em;
    text-align: center;
    font-size: 3.2rem;
    color: var(--primary-color-black);
}
.section5 .text1 > span.border {
    position: relative;
    display: block;
}
.section5 .text1 > span.border::after {
    position: absolute;
    content: "";
    bottom: 14%;
    left: 24%;
    display: block;
    width: 52%;
    height: 1px;
    background: var(--primary-color-black);
}
.section5 .text1 .disp_pc {
    display: inline;
}
.section5 .text2 {
    margin: 1.75% 0 0;
    line-height: 1.9;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section5 .text2-2 {
    margin: .25% 0 0;
    line-height: 2.15;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.0rem;
    color: var(--primary-color-black);
}
.section5 .text3 {
    margin: 2.75% 0 0;
    line-height: 1.343;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.2rem;
    color: var(--primary-color-black);
}
.section5 .text4 {
    margin: 7% 0 0;
    line-height: 1.777;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--primary-color-black);
}
.section5 .text4 > span {
    /* border-bottom: 1px solid var(--primary-color-black); */
    line-height: 1.52;
    font-size: 2.1rem;
    display: inline-block;
    margin-bottom: 0.2em;
}
.section5 .text5 {
    margin: 0 0 0;
    line-height: 1.777;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.8rem;
    color: var(--primary-color-black);
}
.section5 .flex-box {
    justify-content: space-between;
    width: 90%;
    margin: 5.2% auto 0;
}
.section5 .flex-item {
    width: 29.4%;
}
.section5 h3 {
    padding: .45em 0 .45em;
    background: var(--secondary-color-gold_50);
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.6rem;
    color: var(--primary-color-black);
}

/* table */
.section5 .table1 {
    margin: 3.25% 0 0;
}
.section5 .table2 {
    margin: 6% 0 0;
}
.section5 .item1 .table2 {
    height: 17.35%;
}
.section5 table {
    width: 100%;
    padding: 0;
    border: none;
    border-collapse: collapse;
    background-color: var(--primary-color-white);
}
.section5 table tr,
.section5 table td {
    margin: 0;
    width: 100%;
    border: 1px solid var(--primary-color-black);
    border-collapse: collapse;
}
.section5 table td {
    vertical-align: middle;
}
.section5 .flex-item table .text1 {
    margin: 0;
    padding: .5em 0 .5em;
    background-color: var(--secondary-color-gold_50);
    line-height: 1.136;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section5 .flex-item table .text1_2 {
    margin: 0;
    padding: .1em 0 .05em;
    background-color: var(--option-color-gray_50);
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section5 .flex-item table td.cel1 {
    width: 4em;
}
.section5 .flex-item table td.cel2 {
    width: 33%;
}
.section5 .flex-item table td.cel3 {
    width: 33%;
}
.section5 .flex-item table .text2 {
    padding: .25em 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.87rem;
    color: var(--primary-color-black);
}
.section5 .flex-item table .text3 {
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 2.295rem;
    color: var(--primary-color-black);
}
.section5 .flex-item table .text3.date {
    padding: 0 0 0 .5em;
    text-align: left;
}
.section5 .flex-item table .text3 > span {
    display: inline;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-size: 1.36rem;
}

/* link */
.section5 .link-btn {
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.0rem;
    color: var(--primary-color-black);
}
.section5 .link-btn.btn1 {
    margin: 9% 0 0;
}
.section5 .link-btn.btn1 a {
    background: var(--secondary-color-gold_50);
}
.section5 .link-btn.btn2 {
    margin: 7.2% 0 0;
}
.section5 .link-btn.btn2 a {
    background: var(--primary-color-white);
    padding: 1em 0 1em;
}
.section5 .link-btn a::after {
    top: 32%;
    right: -6%;
    width: 14%;
    background: url(../img/arrow_link002.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.section5 .link-btn a:hover::after {
    right: -9%;
}
.section5 .flex-item .text6 {
    margin: 6.5% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 3.4rem;
    color: var(--primary-color-black);
}
.section5 .flex-item .text7 {
    margin: .5% 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color-black);
}
.section5 .flex-item .text8 {
    margin: 0 0 0;
    line-height: 1.5; /* 1.75 */
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 4.0rem;
    color: var(--primary-color-black);
}
.section5 .flex-item .text9 {
    margin: 0 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
@media screen and (max-width: 750px) {
    .section5 {
        margin: 14% 0 0;
    }
    .section5 .box1 {
        width: 80%;
        margin: 2% auto 0;
        padding: 5% 0 5%;
    }
    .section5 .text1 {
        line-height: 1.525;
        letter-spacing: 0.06em;
    }
    .section5 .text1 > span.border::after {
        bottom: 0;
        left: 16%;
        width: 68%;
    }
    .section .text1 > span.border.b2::after {
        left: 10%;
        width: 80%;
    }
    .section5 .text1 .disp_pc {
        display: none;
    }
    .section5 .text1.text1_2 {
        margin: 0.25em 0 0;
        line-height: 1.68;
    }
    .section5 .text2 {
        margin: 5% 0 0;
        letter-spacing: 0.03em;
    }
    .section5 .text2-2 {
        line-height: 2.15;
        text-align: center;
        font-size: 2.0rem;
    }
    .section5 .text3 {
        margin: 6% 0 0;
        line-height: 1.869;
        font-size: 2.3rem;
    }
    .section5 .text4 {
        margin: 20.75% 0 0;
    }
    .section5 .text4 > span {
        font-size: 2.0rem;
    }
    .section5 .text5 {
        margin: 0 0 0;
    }
    .section5 .flex-box {
        width: 80%;
        margin: 6% auto 0;
    }
    .section5 .flex-item {
        width: 100%;
    }
    .section5 h3 {
        padding: .1em 0 0;
    }
    .section5 .table1 {
        margin: 6% 0 0;
    }
    .section5 .table2 {
        margin: 5% 0 0;
    }
    .section5 .flex-item table .text1 {
        padding: .5em 0 .5em;
    }
    .section5 .flex-item table .text1_2 {
        padding: .5em 0 .5em;
    }
    .section5 .flex-item table .text2 {
        padding: .2em 0;
        font-size: 2.2rem;
    }
    .section5 .flex-item table .text3 {
        font-size: 2.7rem;
    }
    .section5 .flex-item table .text3 > span {
        font-size: 1.6rem;
    }
    .section5 .flex-item .text6 {
        margin: 8.1% 0 0;
    }
    .section5 .flex-item .text7 {
        margin: .5% 0 0;
    }
    .section5 .flex-item .text8 {
        margin: 0 0 0;
    }
    .section5 .flex-item .text9 {
        margin: 0 0 0;
    }
    .section5 .flex-item.item2,
    .section5 .flex-item.item3 {
        margin: 20% 0 0;
    }
    .section5 .link-btn {
        line-height: 1.27;
        letter-spacing: 0.06em;
        font-size: 2.2rem;
    }
    .section5 .link-btn.btn1 {
        margin: 6% 0 0;
    }
    .section5 .link-btn.btn2 {
        margin: 6% 0 0;
    }
    .section5 .link-btn.btn2 a {
        padding: 1.1em 0 1.1em;
    }
}

/* section6 */
.section6 {
    margin: 9.2% 0 0;
}
.section6 .text1 {
    margin: -.25em 0 0;
    line-height: 2.086;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 2.3rem;
    color: var(--primary-color-black);
}
.section6 .text1 li {
    padding-left: 1em;
    text-indent: -1em;
}
.section6 .map {
    margin: 1.2% 0 0;
}
.section6 .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 715;
}
@media screen and (max-width: 750px) {
    .section6 {
        margin: 20% 0 0;
    }
    .section6 .text1 {
        margin: 0.5em 0 0 6%;
        text-align: left;
    }
    .section6 .text1 li {
        margin: 0 0 0.8em;
        line-height: 1.5;
    }
    .section6 .map {
        margin: 4.5% 0 0;
    }
    .section6 .map iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 750 / 490;
    }
}

/* pagetop */
.pagetop {
    position: fixed;
    bottom: 4.1%;
    right: 1.1%;
    width: 4vw;
    height: auto;
    font-size: 1px;
    line-height: 1;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pagetop.show {
    opacity: 1;
    visibility: visible;
}
.pagetop a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
}
.pagetop a > img {
    display: block;
    width: 100%;
}
.pagetop a:hover {
    opacity: .7;
}
@media screen and (max-width: 750px) {
    .pagetop {
        bottom: 8%;
        right: 1.5%;
        width: 13vw;
    }
}

/* footer */
footer {
    padding: 6.3% 0 2%;
}
footer .flex-box {
    justify-content: space-between;
    align-items: center;
    width: 73.8%;
    margin: 0 auto;
}
footer .flex-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
footer .flex-item a {
    display: flex;
    justify-content: center;
}
footer .flex-item.item1 {
    width: 100%;
}
footer .flex-item.item1 .img-box {
    width: 64%;
}
footer .flex-item.item2 {
    width: 100%;
    margin: 1.1% 0 0;
}
footer .flex-item.item2 .img-box {
    width: 67%;
}
footer .flex-item.item3 {
    width: 100%;
    margin: 1.1% 0 0;
}
footer .flex-item.item3 .img-box {
    width: 67%;
}
footer .text1 {
    margin: 1.8em 0 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
    font-size: 1.9rem;
    color: var(--primary-color-black);
}
footer .text2 a {
    display: block;
    width: fit-content;
    margin: 5.5% auto 0;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-decoration: none;
    font-size: 1.9rem;
    color: var(--primary-color-black);
}
footer .text2 a > span {
    display: block;
    margin: 0 auto;
    padding: 0 1em 0 1.2em;
    border-left: 3px solid var(--primary-color-black);
    border-right: 3px solid var(--primary-color-black);
}
footer .text2 a:hover {
    opacity: .7;
    transition: .3s;
}
footer .text3 {
    margin: 1.7% auto 0;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-size: 1.9rem;
    color: var(--primary-color-black);
}
@media screen and (max-width: 750px) {
    footer {
        padding: 7% 0 5%;
    }
    footer .flex-box {
        display: block;
        width: 40%;
    }
    footer .flex-item {
        width: 100%;
    }
    footer .flex-item.item2 {
        margin: 22% 0 0;
    }
    footer .flex-item.item3 {
        margin: 23% 0 0;
    }
    footer .flex-item.item1 .img-box {
        width: 95%;
        margin: 0 0 0 0;
    }
    footer .text1 {
        margin: 2.25% 0 0;
        line-height: 1.9;
    }
    footer .text2 {
        margin: 13.5% 0 0;
        line-height: 1.5;
        letter-spacing: 0.06em;
        font-size: 2.4rem;
    }
    footer .text3 {
        margin: 3% auto 0;
        font-size: 1.6rem;
        line-height: 1.2;
        -webkit-text-size-adjust: 100%;
    }
    footer .flex-item.item2 .img-box {
        width: 90%;
    }
    footer .flex-item.item3 .img-box {
        width: 90%;
    }
    footer .text2 a {
        font-size: 2.2rem;
    }
}

/* fadeIn */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* for iOS Safari */
@supports (-webkit-touch-callout: none) {
    @media screen and (max-width: 750px) {
        .section1 {
            margin-top: calc(19% + 2vh);
        }
        .section2 {
            margin-top: calc(3.7% + 1vh);
        }
        .section3 {
            margin-top: calc(5.4% + 1vh);
        }
        .section4 {
            margin-top: calc(5.2% + 1vh);
        }
        .section5 {
            margin-top: calc(14% + 2vh);
        }
        .section6 {
            margin-top: calc(20% + 2vh);
        }
        footer {
            padding-bottom: calc(5% + env(safe-area-inset-bottom, 2vh));
        }
    }
}
