@charset "UTF-8";

/* 共通 --------------------------------*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
    /* ▲スムーススクロール */
}

body {
    font-family: "Shippori Mincho", serif;
    background-color: fff;
    color: #333;

    overflow-x: hidden;
    /* 横方向のはみ出しを隠す */
    width: 100%;
    margin: 0;
    padding: 0;
}


img {
    max-width: 100%;
    vertical-align: bottom;
}

.btn-img {
    position: relative;
    display: inline-block;

}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style: none;
}

.wrapper200 {
    width: 75%;
    max-width: 1350px;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
}

.fs16 {
    font-size: 16px;
}

.fs24 {
    font-size: 24px;
}

.fs32 {
    font-size: 32px;
}

.fs32 {
    font-size: 48px;
}

.fs72 {
    font-size: 72px;
}

.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
}

.fade.active {
    opacity: 1;
    transform: translateY(0px);
}

/* ヘッダー --------------------------------*/


.logo {
    min-width: 160px;
    display: flex;
}

.pc-only ul {
    display: flex;
    gap: 2vw;
    flex-wrap: nowrap;
}

.pc-only li {
    line-height: 40px;
    white-space: nowrap;
}

.pc-only li a {
    white-space: nowrap;
    font-size: clamp(12px, 1.1vw, 16px);
}


.pc-only a:hover {
    color: #628646;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;

    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}


header {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}



.sp-header {
    display: flex;
    gap: 16px;
    align-items: center;
}









/* 予約ボタン */
.contact-click {
    display: block;
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 900;
    height: 250px;
    width: 70px;
    background-image: url(../img/reserve-brown.png);
    background-size: contain;
    opacity: 0.9;
}

.contact-click-sp {
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 5rem;
    line-height: 2rem;
    background-color: #628646;
    margin: 8px 0;
}

.contact-click-sp:hover {
    background-color: #5b6852;
}








/* ファーストビュー ーーーーーーーーーーーーーーーーーーーー*/

.hero {
    position: relative;
    width: 100%;
    height: calc(100vh + 300px);
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease;
    z-index: 1;
}

.hero-image.active {
    opacity: 1;
}

/* 内部の画像を大きめにして横スライド */
.image-inner {
    width: 110%;
    /* 画面より大きめ */
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: slowSlide 40s linear infinite alternate;
}

/* FVをゆっくり横移動アニメーション */
@keyframes slowSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10%);
    }
}

/* 画像下グラデーション */
.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    /* フェードアウト距離 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    /* クリックを邪魔しない */
    z-index: 2;
}


/* 刻を忘れる */

.fv-copy {
    position: absolute;
    right: 10%;
    top: 100px;
    z-index: 3;
}

.fv-copy img {
    width: auto;
    height: 500px;
}



/* スクロールダウン */

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 350px;
    /* 下からの位置 */
    transform: translateX(-50%);
    animation: slideFade 5s infinite;
    z-index: 3;
}

.scroll-down img {
    width: 200px;
    height: auto;
    filter: drop-shadow(0 0 5px black);
}

@keyframes slideFade {
    0% {
        transform: translateX(-50%) translateY(20px);
        opacity: 0;
    }

    50% {
        transform: translateX(-50%) translateY(10px);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(20px);
        opacity: 0;
    }

}


/*  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */


/* 琥珀について */

#history {
    background-image: url(../img/okami_bottom_pc.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    /* background-size: cover; */
}


.vertical-text {
    /* 縦書き（右から左へ行が流れる） */
    writing-mode: vertical-rl;
    /* height: 845px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px auto 0;
    /* height: 80vh; */
    width: fit-content;
    max-width: 100%;

}

.vertical-text img {
    width: 161px;
    margin-right: 121px;
    opacity: 0.3;

}


.main-copy {
    line-height: 100px;
}

.mc-left {
    margin-top: 90px;
    white-space: nowrap;
}

.main-text {
    line-height: 55px;
    margin: 200px 120px 0 0;

}

.okami-sp {
    display: none;
}

/* ===== 1文字ずつ表示 ===== */
.js-fade-char span {
    opacity: 0;
    display: inline-block;
    transform: translateY(15px);
    filter: blur(6px);
    transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-fade-char.is-show span {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/* ===== 1行ずつ表示 ===== */
.js-fade-line span {
    display: block;
    opacity: 0;
    transform: translateY(10px);
    filter: blur(10px);
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-fade-line.is-show span {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/* ---------- */




/* 女将の想い */

.mountain {
    padding-top: 240px;
    padding-bottom: 100px;
    background-image: url(../img/okami_mountain_pc.webp);
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.okami {
    align-items: flex-start;
}



.text-right {
    text-align: right;
}

.okami-ttl {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.okami-ttl p {
    margin: 0;
    padding: 0;
}

.okami-ttl::before {
    content: "";
    width: 200px;
    height: 3px;
    background-color: #333333;
    display: block;
    margin-right: 20px;
}

.okami-text {
    margin: 48px auto 70px;
}



.okami-img {
    margin-top: 120px;
    width: 100vw;
    height: 343px;
    display: block;
    /* 画像の比率を保つ */
    object-fit: cover;
}

.okami-pic {
    box-shadow: #5b6852 0 0 10px;
}

.photo-bgi-bottom {
    width: 100%;
    margin: 0;
    padding: 0;
}

.bottom-bg-space {
    width: 100%;
    height: 320px;
    background-image: url(../img/okami_bottom_pc.png);
    background-size: cover;
    background-position: bottom;
    background-color: #628646;
}



/*  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/* 見出し */

.title {
    font-size: 32px;
    /* margin-top: 440px; */
    margin-top: 40px;
    text-shadow: 2px 3px 3px #0000004e;
}

.white,
.history-white {
    color: white;
}

.white {
    margin-top: 400px;
}

.history-white {
    margin-top: 160px;
}

.read-copy {
    font-size: 24px;
    margin-top: -20px;
}

.sec-ttl {
    text-align: center;
    position: relative;
    /* background-color: aqua; */
    display: flex;
    margin-top: 160px;

}

.btn-txt {
    position: absolute;
    color: tomato;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    white-space: nowrap;
    pointer-events: none;
    z-index: 800;
}



/* 画像hoverズーム暗くなる */
.zoom-img {
    overflow: hidden;
    width: 100vw;

}

.zoom-img img {
    width: 100%;
    height: auto;
    transition: transform 0.8s ease, filter 0.6s ease;
}

.zoom-img:hover img {
    transform: scale(1.05);
    filter: brightness(0.7);
}








/* 琥珀の湯 -----------------------------*/

#hotspring img {
    margin: auto;
    display: block;
    background-size: cover;
}

.hotspring-txt {
    text-align: center;
}

#hotspring .sec-ttl {
    justify-content: center;
}



#hotspring .btn-txt {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#hotspring .hotspring-txt {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    color: white;
    text-align: center;
    line-height: 1.8;
    z-index: 2;
}









/* 過ごし方-----------------------------*/

.spend-grid {
    display: flex;
}

.grid-img {
    flex: 1;
    height: 480px;
    /* width: 720px; */
}

.grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.spend-grid {
    position: relative;
}

.spend-text-spa {
    position: absolute;
    bottom: 80px;
    left: 0;
}


.spend-text-bar {
    position: absolute;
    bottom: 380px;
    right: 0;
}

.spend-text-spa,
.spend-text-bar {
    font-size: 32px;
    color: #fff;
    border-bottom: 2px #fff solid;
    text-shadow: 2px 2px 10px #cccccc,
        -2px 2px 10px #ccc,
        2px -2px 10px #ccc,
        -2px -2px 10px #ccc;

}








/* 客室-----------------------------*/
.room-sweet {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.room-sweet ul {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.room-sweet li {
    flex-shrink: 0;
    width: 500px;
}

.room-sweet img {
    width: 100%;
    display: block;
}






/*  お料理ーーーーーーーーーーーーーーーーーーーーー */



/* 写真 */
.dinner-img {
    display: flex;
    margin-top: 160px;
}

.dinner-img-bigitem {
    flex: 2;
}

.dinner-img-bigitem img {
    height: 100%;
}

.dinner-img-item {
    flex: 1;
}

/* テキスト */
.dinner-txt {
    background-image: url(../img/food_bg_sp.png);
    background-size: cover;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 320px;
    text-align: center;
}

.surprise {
    margin-top: 64px;
}

.surprise-obj {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}

/*  アクセスーーーーーーーーーーーーーーーーーーーーー */
#access .wrapper {
    margin: 120px auto 360px;
}

/* goolemap */
iframe {
    object-fit: cover;
}

/* 住所 */
#info {
    display: flex;
    margin: 48px 7% 120px;
    gap: 10%;
    justify-content: space-between;
}

#info img {
    display: inline-block;
    width: 25%;
}

/* バス */
.bus-title {
    color: #fff;
    text-shadow: #333 0 0 4px;
}

.bus-text {
    margin: 240px auto 120px;
    text-align: center;
}

.bus-text h2 {
    margin: 120px 0;
    color: #628646;
    text-shadow: #a5a5a5 2px 2px 3px;
}

.bus-point {
    display: flex;
}

.bus-point-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-shadow: #000000 0 0 8px;
    background-color: #628646dc;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 32px;
    padding: 16px;
}

.bus-point-item .fs24 {
    text-align: center;
    padding-bottom: 2rem;

}

.bus-point-container h3 {
    margin-bottom: 40px;
}

.bus-point-container {
    background-image: url(../img/fuyugasumigou-haikei-mountain.webp);
    background-position: center center;
    background-size: cover;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 120px;
}


@media(max-width: 768px) {
    .bus-point {
        display: block;
    }

    .bus-point:first-child {
        padding-top: 32px;
    }

    .bus-point:last-child {
        padding-bottom: 32px;
    }


    .bus-point-item {
        margin: 0 32px 32px;
    }


}

.access-bus {
    display: flex;
    gap: 2rem;

    margin-bottom: 2rem;
    position: relative;
}

.bus-name {
    object-fit: contain;
    top: -10%;
    display: block;
    position: absolute;
    max-width: 200px;
    object-fit: contain;

}



.bus-item {
    object-fit: cover;
    width: 50%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.bus-timeline {
    text-align: center;
    padding: 40px 36px;
    border: #628646 2px solid;

}

.bus-timeline h3 {
    margin-top: 16px;
}

.bus-timeline table {
    margin: 8px auto;
    margin-bottom: 30px;
    width: 100%;
    border-width: 1px 0;
    border-style: solid;
    border-color: #628646;
}

.bus-timeline th {
    padding-right: 3rem;
}

.bus-timeline td {
    line-height: 2rem;
}


/*  お車でお越しの方 */

h3 {
    margin-bottom: 40px;
    text-align: center;
}

.access-car img {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/*  ご予約・お問い合わせーーーーーーーーーーーーーーーーーーーー */
#contact {
    margin: 120px auto 320px;
    text-align: center;
}

.booking {
    margin-top: 160px;
}

.btn-reserve {
    margin: 80px auto 120px;
    display: flex;
    gap: 80px;
    justify-content: start;

}

.btn-reserve img {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.brightness:hover {
    filter: brightness(0.7);
}

.contact-form {
    background-image: url(../img/contact_bg.webp);
    background-size: cover;
    padding: 80px;
    margin: 50px auto;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 72px;
}

.form-row label {
    width: 200px;
}

.required {
    color: red;
    font-size: 12px;
    margin-left: 5px;
}

.form-row input,
.form-row textarea {
    flex: 1;
    padding: 10px;
    border: 1px solid #dddddd;
    background: #fff;
    font-size: 14px;
}

.form-row textarea {
    height: 180px;
    resize: none;
}

/* textareaだけ上揃え */
.form-row.textarea {
    align-items: flex-start;
}

.form-submit {
    text-align: center;
    margin-top: 40px;
}

.form-submit button {
    background: #628646;
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 14px;
    cursor: pointer;
}

.form-submit button:hover {
    background-color: #5b6852;
}


.tel {
    margin-top: 160px;
    line-height: 100px;
    height: 100px;
    background: #628646;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.tel a {
    color: #fff;
}

.tel:hover {
    background: #5b6852;
    transition: 0.5s;
}

/*  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/* ページトップへ戻るーーーーーーーーーーーーーーーーーーーーーー */
.return-top {
    text-align: right;
    margin-bottom: 40px;
}


.position-right {
    display: inline-block;
    background: #628646;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0 16px;
}

.position-right p {
    color: #fff;
}

.position-right:hover {
    background: #5b6852;
    transition: 0.5s;
}

.position-right ::before {
    content: "";
    background-image: url(../img/arrow_top.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    /* 縦中央揃え */
}

/*  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */




/*  フッターーーーーーーーーーーーーーーーーーーーーーーーーーー */


footer {
    background-image: url(../img/footerbg.webp);
    background-color: #fff;
    background-size: cover;
    text-align: center;
    padding-bottom: 40px;
}

footer p {
    line-height: 2.5rem;
}

footer h2 img {
    margin: 60px auto 40px;
    width: 400px;
}

footer .instagram {
    margin: 80px auto;
    height: 131px;
    width: 131px;
    background-image: url(../img/Instagram-Glyph-Black.svg);
    background-size: cover;
}

footer .instagram:hover {
    background-image: url(../img/Instagram-Glyph-Gradient.png);
}

footer nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    /* gap: clamp(10px, 2vw, 30px); */
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

footer nav li a {
    font-size: clamp(11px, 1.2vw, 16px);
    white-space: nowrap;

}

footer nav {
    margin: 20px auto 80px;

}

footer ul {
    display: flex;
    justify-content: center;

}

footer a:hover {
    color: #628646;
}

footer li::after {
    content: "｜";
    margin: 0 clamp(5px, 1.5vw, 20px);
    color: #333;
    font-size: 0.9em;
}

footer li:last-child::after {
    content: none;
}



.lang-switch {
    display: flex;
    justify-content: center;
    gap: 40px;
}


footer small {
    margin: 80px auto 40px;
}








/*  レスポンシブ(以下スマホ版)ーーーーーーーーーーーーーーーーーーーーーー */


@media(max-width: 768px) {
    .wrapper200 {
        width: 90%;
    }

    .wrapper {
        margin: 40px auto 120px;
    }

    .fs32 {
        font-size: 32px;
        justify-content: center;
    }

    .white {
        margin-top: 60px;
    }

    /* 見出し */
    .title {
        font-size: 24px;
        margin-top: 40px;

    }

    .read-copy {
        font-size: 16px;
        margin-top: 0px;
    }


    /* ーーーーーーーーーーボタン横の余白ーーーーーーーーーーー */
    #hotspring .sec-ttl,
    #spend .sec-ttl.event,
    #room .rooms-img .sec-ttl,
    #room .rooms-img .annex {
        padding: 0 0.5rem;
        box-sizing: border-box;
    }


    .spend-grid {
        padding: 0 0.5rem;
        box-sizing: border-box;
    }

    .spend-grid .grid-img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }


    .zoom-img {
        width: 100% !important;
    }



    /* ーーーーーーーーーーーーーーーーーーーーー */


    /* ファストビュー  */
    .hero {
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-image:nth-child(1) .image-inner {
        background-image: url(../sp-img/fv_s1.webp) !important;
    }

    .hero-image:nth-child(2) .image-inner {
        background-image: url(../sp-img/fv_s2.webp) !important;
    }

    /* 刻を忘れる */
    .fv-copy img {
        display: block;
        height: 233px;
        margin-left: auto;
        margin-right: auto;
    }

    .fv-copy {
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        z-index: 10;
    }

    .fv-copy img {
        display: inline-block;
        height: 233px;
        width: auto;
    }

    /* 3. スクロールダウンボタンの中央寄せ */
    .scroll-down {
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
    }

    /* 4. アニメーションの調整 */
    .image-inner {
        width: 120%;
    }


    /* 琥珀について */
    #history .vertical-text {
        margin: 80px auto 0;

        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* 上揃え */
        align-items: center;
        width: fit-content;
    }



    #history .sp-onlyーtext {
        display: none;
        display: inline;
    }

    .pc-onlyーtext {
        display: inline;
        display: none;
    }

    .main-copy {
        font-size: 24px;
        display: flex;
        align-items: flex-start;
        line-height: 2.2;
        margin: 0;
    }

    .main-text {
        margin: 100px 40px 0 0;
        line-height: 2.2;
        font-size: 16px;

    }

    .vertical-text {
        writing-mode: vertical-rl;
        display: block;
        text-align: center;
        margin: 100px auto 0;
        padding-right: 20px;
        height: auto;
        min-height: 100px;
        width: 100%;
    }

    /* ロゴ画像の調整 */
    .vertical-text img {
        display: block;
        margin: auto;
        width: 80px;
        position: relative;
        left: 0;
        margin-right: auto;
    }






    .mc-left {
        margin-top: 0;
    }

    .main-text {
        line-height: 2.0;
        margin-left: 40px;
        text-align: left;
    }


    /* 女将のおもてなし */
    .okami-pc {
        display: none;

    }

    .okami-sp {
        display: block;
        margin-top: 40px;
        height: 241px;
        line-height: 2;
        letter-spacing: 0.1em
    }

    .okami-ttl::before {
        display: none;
    }


    /* 各セクションのタイトル */
    .title {
        margin-top: 100px;
        font-size: 28px;
    }


    .sec-ttl {
        margin-top: 40px;
    }

    .rooms-img,
    .access-bus {
        display: block;

    }

    .grid-img,
    .bus-item {
        width: 100% !important;
        height: auto;
        margin-bottom: 20px;
    }


    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーokami */
    .mountain {
        background-image: url(../img/okami_mountain_sp.webp);

    }

    /* 過ごし方ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー過ごし方 */

    .spend-text-spa {
        top: 85%;
        bottom: 40px;
    }


    .spend-text-bar {
        bottom: 35%;
        right: 0;
    }

    .spend-text-spa,
    .spend-text-bar {
        font-size: 16px;
        border-bottom: #fff solid 1px;
    }


    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー琥珀の湯 */

    /* 琥珀の湯 */
    #hotspring .hotspring-txt {
        position: static;
        transform: none;
        width: 100%;
        color: #333;
        padding: 20px 0;
    }

    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー客室 */

    .room-nextpage {
        margin: 40px auto;
        text-align: center;
    }



    /* ウェルカムスイーツ */

    .room-sweet {
        width: 100%;
        margin: 40px auto;

    }


    .room-sweet ul {
        display: flex;
        justify-content: space-between;
        /* 均等に並べる */
        width: 100%;
    }

    .room-sweet li {
        width: calc(33.333% - 7px);

    }

    .room-sweet img {
        width: 100%;
        height: auto;

    }

    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーお料理 */
    /* 画像 */
    .dinner-img {
        flex-direction: column;
        margin-top: 30px;
    }

    #dinner .section-title-r {
        margin-bottom: 0;
    }

    #dinner .white {
        margin-top: 60px !important;
        /* 400pxから縮小 */
    }

    .dinner-img-item {
        display: flex;

        justify-content: center;

    }

    .dinner-img-item img {
        width: 50%;
    }

    /* テキスト */
    .dinner-txt {
        background-image: url(../img/food_bg_sp.png);
        background-size: cover;
        width: 100%;
        padding: 80px 24px 120px;
        text-align: center;
    }

    .surprise {
        margin: 80px 0px 0;
    }

    .surprise-obj {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 16px 8px;
    }

    .surprise-line {
        width: 100%;
    }


    .surprise-obj img:nth-child(1) {
        align-self: flex-end;
        width: 116px;
    }

    .surprise-obj img:nth-child(3) {
        align-self: flex-start;
        width: 156px;
    }


    .surprise-text {
        margin: 0px;
    }






    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーアクセス */
    #access .wrapper {
        margin: 40px auto 120px;
    }

    /* 住所 */
    #info .fs24 {
        font-size: 16px;
    }

    #info {
        display: flex;
        flex-direction: column;
        margin: 40px 24px 120px;
    }

    #info img {
        display: inline-block;
        width: 50%;
        margin: 0 auto 2rem;
    }

    #info table {
        border-collapse: separate;
        border-spacing: 1rem 10px;
    }

    /* バス */
    .bus-name-sp {
        display: block;
        text-align: center;
        background-color: #628646;
        color: #fff;
        margin-bottom: 16px;
        padding: 1rem;
    }

    h3 {
        margin-bottom: 8px;
    }

    /* 時刻表の調整 [cite: 104, 110, 115] */
    .bus-timeline {
        padding: 40px 24px;
    }

    .bus-timeline table th,
    .bus-timeline table td {
        display: block;
        width: 100%;
        padding: 5px 0;
        text-align: center;
    }

    /* お車でお越しの方 */
    .access-car h3 {
        margin-bottom: 20px;
    }





    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー予約・お問い合わせ */

    #contact {
        margin: 40px auto 120px;
    }

    #contact .fs24 {
        font-size: 16px;
    }

    .booking {
        margin-top: 40px;
    }


    .btn-reserve {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin: 40px auto 40px;
        gap: 40px;
    }

    .contact-form {
        background-image: url(../img/contact_bg.webp);
        background-size: cover;
        padding: 40px 24px;
        margin: 50px auto 80px;
        border-radius: 5px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }

    .form-row {
        flex-direction: column;
        align-items: start;
        margin-bottom: 24px;
    }

    .form-row label {
        width: 100%;
        text-align: left;
        margin-bottom: 16px;
    }

    .form-row input {
        width: 100%;
    }

    .form-row textarea {
        width: 100%;
        height: 180px;
        resize: vertical;
    }

    /* 電話はこちら */
    .tel {
        font-size: 20px;
        margin-top: 80px;
        line-height: 2rem;
        height: 100%;
        padding: 20px 0;
        background: #628646;
        border-radius: 10px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }


    /* トップへ戻る */
    .return-top-sp {
        display: block;
        margin-left: auto;
        margin-right: 24px;
        width: 50px;

    }

    .return-top-sp:hover {
        filter: brightness(0.7);
    }






    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーヘッダー */

    .header-nav {
        flex: 1;
        gap: 0;
    }

    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーフッター */

    footer {
        padding: 32px 24px 24px;
        background-image: url(../img/footer-bg-sp.webp);
    }

    footer li::after {
        content: none;
        margin: 0 20px;
        color: #333;
    }

    .sitemap {
        display: block;
        text-align: left;
    }


    footer nav {
        margin: 0 0 80px;
    }


    footer nav ul {
        display: block;
    }

    footer nav li,
    .sitemap {
        text-align-last: left;
        margin-bottom: 15px;
        border-bottom: #000 1px solid;
    }

    footer nav li:last-child {
        text-align-last: left;
        margin-bottom: 15px;
        border-bottom: #fff 0px solid;
    }


    footer li::after {
        content: none;
        margin: 0 20px;
        color: #333;
    }


    footer h2 {
        margin: 40px auto 40px;
        width: 160px;
    }

    footer h2 img {
        margin: 0;
    }

    footer .instagram {
        margin: 40px auto 40px;
        height: 50px;
        width: 50px;
    }

    footer .instagram:hover {
        background-image: url(../img/Instagram-Glyph-Gradient.png);
    }




}