@charset "utf-8";
/* CSS Document */
/*toppage*/
.fs24 {
    font-size: 24px;
}
.page-hero {
    background-position: center bottom;
}
.fv-video {
    aspect-ratio: 476 / 319;
}
.fv-video .fvimg {
    height: 100%;
    width: 100%;
    /*aspect-ratio: 677 / 319;*/
    aspect-ratio: 476 / 319;
    object-fit: cover;
    object-position: center top;
}
.fv {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    /*background-color: #000;*/ /* 読み込み前の背景 */
}
@media(min-width:751px) {
    .fvimg {
        width: 100%;
    }
    .fv.u-mask {
        margin-top: 110px;
    }
}
.fv {
    width: 100%;
    aspect-ratio: 498 / 280;
    top: -40px;
    /* マスク画像の設定 */
    -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/common/fv-overflow.svg);
    mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/common/fv-overflow.svg);
    /* 1. サイズ指定：横100%、縦は自動（アスペクト比維持） */
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    /* 2. 位置指定：中央下基準 */
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    /* 3. 繰り返し設定：リピートしない（必須） */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.fv-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.toppage-banner-box > nav > ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 2%;
    margin: 0;
    padding: 0;
}
.toppage-banner-box > nav > ul > li {
    aspect-ratio: 584 / 120;
    max-width: 584px;
    width: 49%;
}
.sns-link-box {
    margin-bottom: 45px;
}
.sns-link-box ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
}
.info-banners-ul {
    display: flex;
    aspect-ratio: 584 / 120;
    max-width: 584px;
    width: 100%;
    background-image: url("../img/index/info-banners-bg.webp");
    margin: auto;
    padding: 3% 4%;
    box-sizing: border-box;
    list-style: none;
    justify-content: space-between;
    justify-content: space-between;
    max-width: 1250px;
}
.toppage-banner-box {
    margin-bottom: 50px;
}
.section-header-h3 {
    text-align: center;
    font-size: 30px;
    display: block;
    margin: auto;
    color: var(--main-colorA);
    font-weight: normal;
}
.title-jp {
    font-size: 1.15rem;
    margin: 5px auto;
    padding-top: 0;
    line-height: 0em;
    display: block;
    color: var(--main-colorA);
}
.section-header-h3-left {
    text-align: left;
    font-size: 30px;
    display: block;
    /*margin: auto;*/
    color: var(--main-colorA);
    font-weight: normal;
}
.title-jp-left {
    font-size: 1.15rem;
    margin: 5px 0;
    padding-top: 0;
    line-height: 0em;
    display: block;
}
.section-header-h4 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: var(--main-colorA);
    text-align: center;
    margin-bottom: 15px;
}
.concept-section {
    max-width: 1440px;
    margin: auto;
    width: 90%;
}
.section-header-p {
    max-width: 1000px;
    display: block;
    margin: 0 auto 16px;
    width: 96%;
    text-align: center;
}
.concept-list {
    display: flex;
    /*gap: 1%;*/
    justify-content: space-between;
    max-width: 1282px;
    width: 96%;
    margin: 6.2% auto 0;
}
.concept-item {
    width: 31%;
    max-width: 400px;
}
.concept-item h5 {
    font-size: 16.5px;
    font-weight: normal;
    color: var(--main-colorA);
    margin: 0;
}
.concept-item p {
    padding: 0 0 0.8em 0;
    margin: 0;
}
.concept-txt-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 12.6em;
}
.concept-img-box img {
    aspect-ratio: 397 / 299;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.slider-container {
    display: flex;
}
/*ニュース・special部分*/
.news-and-special {
    background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/news-bg.webp);
    padding: 14% 0 6% 0;
    box-sizing: border-box;
    background-size: contain;
    background-position: center;
    background-size: 2000px 100%;
    margin-top: -12%;
    width: 100%;
    z-index: 5;
    position: relative;
}
.news-and-special p {
    color: #000;
}
/* 共通スタイルは変更なし */
.ns-wrapper {
    max-width: 1080px;
    margin: 40px auto;
}
.ns-row {
    display: flex;
    gap: 40px;
}
.ns-col {
    flex: 1;
    min-width: 0;
}
.ns-header {
    text-align: center;
    margin-bottom: 25px;
}
.ns-en {
    color: var(--main-colorB);
    font-size: 1.6rem;
    margin: 0;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.ns-jp {
    color: var(--main-colorB);
    font-size: 0.8rem;
    display: block;
    margin-top: -5px;
}
.ns-img-box {
    overflow: hidden;
    margin-bottom: 8px;
    background: #eee;
}
.ns-img-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    object-fit: cover;
}
.ns-date {
    font-size: 0.75rem;
    margin: 5px 0;
    color: #666;
}
.ns-text {
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
.ns-text-box {
    height: 6em;
}
.ns-item-title {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-top: 4px;
}
.ns-tag {
    font-size: 0.65rem;
    color: #fff;
    padding: 1px 8px;
    margin-right: 4px;
    display: inline-block;
}
.ns-bg-dark {
    background: #5d2b3e;
}
.ns-bg-sub {
    background: var(--main-colorB);
}
.ns-slider {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    position: relative;
    height:
}
.ns-viewport {
    flex: 1;
    overflow: hidden;
}
.ns-inner {
    display: flex;
    transition: transform 0.5s ease;
    gap: 14px;
}
.ns-item {
    flex: 0 0 calc(50% - 7px);
    min-width: 0;
}
.ns-arrow {
    background: var(--main-colorB);
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 10px;
    flex-shrink: 0;
    height: 100%;
}
.ns-arrow-box {
    background: var(--main-colorB);
    margin: 0 2%;
    flex-shrink: 0; /*height: 159.53px;*/ height: 200px;
}
.ns-btn {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
    font-size: 0.9rem;
}
@media (max-width: 768px) {
    .ns-row {
        flex-direction: column;
        gap: 60px;
    }
    .ns-item {
        flex: 0 0 calc(50% - 7px);
    }
}
.slider-container .container {
    max-width: 533px;
    width: 40%;
}
.hotspring-and-sauna-section {
    margin-top: -115px;
    /*margin-top: 0px;*/
}
@media(max-width:767px) {
    .hotspring-and-sauna-section .title-en {
        line-height: 1.1em;
        margin-top: 1.1em;
        margin-bottom: 0.3em;
    }
}
/*ルームsection、曲線による切り抜き*/
.room-section {
    position: relative;
    z-index: 10;
    width: 100%;
    aspect-ratio: 1911 / 760;
    top: -40;
    -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/room-mask.svg);
    mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/room-mask.svg);
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/white-bg.webp);
    position: relative;
    margin-top: -7%;
    margin-bottom: -120px;
    z-index: 6;
    /*文字反転*/
    color: #000;
}
/*アクセス部分、曲線による切り抜き*/
.access-section {
    width: 100%;
    height: 1100px;
    background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/white-bg.webp);
    position: relative;
    margin-top: -7%;
    z-index: 6;
    color: #000;
    /* マスク画像の設定 */
    -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/access-mask.svg);
    mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/access-mask.svg);
    /* 【変更ポイント】サイズを1920px固定に */
    -webkit-mask-size: 1920px auto;
    mask-size: 1920px auto;
    /* 【変更ポイント】位置を中央（上）に固定 */
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.all-inclusive-section .slider-container {
    padding-top: 0;
}
.all-inclusive-section img {}
/*オールインクルーシブ部分、曲線による切り抜き*/
.all-inclusive-section {
    width: 100%;
    /*height: 600px;*/
    /*background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/white-bg.webp);*/
    position: relative;
    margin-top: -0%;
    z-index: 2;
    /*color: #000;*/
    /* マスク画像の設定 */
    -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/all-inclusive-mask.svg?2);
    mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/all-inclusive-mask.svg?2);
    background-color: rgba(255, 255, 255, 0.1) /* 【変更ポイント】サイズを1920px固定に */
        -webkit-mask-size: 1920px auto;
    mask-size: 1920px auto;
    /* 【変更ポイント】位置を中央（上）に固定 */
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.all-inclusive-section {
    padding: 0 0 0 0;
}
/*FAQ部分、曲線による切り抜き*/
.faq-section-wrap {
    padding-bottom: 1px;
    width: 100%;
    /*aspect-ratio: 1920 / 959 ;
    padding: 0 0 0 0;*/
    /*top: -40;*/
    /*    -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/faq-mask.svg);
    mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/faq-mask.svg);*/
    /*    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
    background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/white-bg.webp);
    position: relative;
    /*margin-top: -7%;*/
    z-index: 6;
    /*文字反転*/
    color: #000;
    /* 基準を「中央・下」から「中央・上」に変更 */
    -webkit-mask-position: center top;
    mask-position: center top;
    /* 下を隠したい（切り捨てたい）場合はサイズを調整 */
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
}
#meal .container {
    min-height: 580px;
    align-items: center;
}
#meal .container .slider-wrapper {
    margin-top: 40px;
}
.onyado-googlemap {
    display: block;
    /*aspect-ratio: 1440 / 570;*/
    width: 100%;
    height: 570px;
    /*max-width: 1440px;*/
    margin: auto;
}
.access-header {
    padding-top: 210px;
    padding-bottom: 70px;
}
.access-header h3, .access-header .title-jp {
    color: var(--main-colorB);
}
.access-header h4.section-header-h4 {
    color: #000;
}
.sightseeing-header {
    padding-top: 0;
    margin-bottom: 70px;
}
.access-link-box {
    padding: 40px 0;
    text-align: center;
}
/* --- スマホ専用設定（接頭辞 sp-sl- で完全独立） --- */
@media screen and (max-width: 767px) {
    .sp-sl-container {
        width: 100%;
        overflow: hidden;
        padding: 20px 0;
        background: transparent;
    }
    .sp-sl-list {
        display: flex !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .sp-sl-item {
        width: 100% !important;
        flex-shrink: 0;
        box-sizing: border-box;
        padding: 0 8px; /* スライド同士の隙間 */
    }
    .sp-sl-card {
        background: none !important;
        border-radius: 0 !important;
        overflow: visible !important;
        box-shadow: none !important;
    }
    .sp-sl-img-box img {
        width: 100%;
        /* --- 正方形にする設定 --- */
        aspect-ratio: 1 / 1; /* 1:1の比率 */
        object-fit: cover; /* 中央を基準に切り抜き */
        display: block;
        border-radius: 0 !important;
    }
    .sp-sl-title {
        padding: 10px 0 0 0; /* 画像との間隔 */
        font-size: 15px;
        margin: 0;
        text-align: center; /* 真ん中合わせ */
        line-height: 1.5;
        font-weight: normal;
        color: #fff;
        background: none !important;
    }
}
/* --- PC表示ではこのエリアを非表示 --- */
@media screen and (min-width: 768px) {
    .sp-sl-container {
        display: none !important;
    }
}
.row-reverse {
    flex-direction: row-reverse !important;
}
/* セクション全体の設定 */
.sightseeing-section {
    color: #ffffff;
    padding: 60px 20px;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
/* グリッドレイアウト */
.sightseeing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
/* 各カードの設定 */
.sightseeing-card {
    width: 17%;
    max-width: 260px; /* 画像サイズ最大260px */
}
.sightseeing-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 15px;
}
.sightseeing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* スポット名のテキスト */
.sightseeing-name {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    font-weight: normal;
    text-align: left;
}
/* スマホ表示の調整 */
@media (max-width: 600px) {
    .sightseeing-grid {
        gap: 30px 10px;
    }
    .sightseeing-card {
        max-width: 45%;
    }
    .sightseeing-name {
        font-size: 0.85rem;
    }
}
.faq-section-wrap {
    /* padding: 10% 0 0 0;*/
}
.faq-section-wrap-top {
    background-image: url("../img/index/faq-top.webp");
    aspect-ratio: 3840 / 249;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.faq-section-wrap-bottom {
    background-image: url("../img/index/faq-bottom.webp");
    aspect-ratio: 3840 / 352;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.sns-section-inner {
    max-width: 1140px;
    margin: auto;
}
.sns-section h3 {
    color: #fff;
}
.sns-section p {
    color: #fff;
}
#sb_instagram .sbi_follow_btn a {
    background: var(--main-colorB) !important;
    color: #fff;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    background: var(--main-colorB);
    color: #fff;
    border: none;
    color: #fff;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .1s ease-in;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0;
    text-decoration: none;
    line-height: 1.5;
}
.swiper-pagination {
    top: 75% !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 7px;
}
.container {
    /*max-width: 1360px;*/
    /*margin: 0 auto;*/
    /*float: right;*/
    display: flex;
    align-items: top;
    width: 100%;
    /*gap: 60px;*/
    flex-wrap: wrap;
    justify-content: flex-end;
}
.text-content {
    /*flex: 1;*/
    /*min-width: 300px;*/
    /*width: 35.3%;*/
    /*max-width: 533px;*/
    width: 508px;
    margin: auto;
}
.title-en {
    font-size: 2rem;
    font-weight: normal;
    color: var(--main-colorA); /* ピンクベージュ系 */
    margin-bottom: 5px;
}
.bg-white .title-en, .room-section .title-en, .room-section .title-jp {
    color: var(--main-colorB) !important;
}
.bg-white .btn-detail, .room-section .btn-detail {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    display: inline-block;
}
.room-section .slider-wrapper {
    margin-top: 1%;
}
.description {
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 40px;
}
.description p {
    line-break: strict;
    font-feature-settings: "palt";
}
.btn-detail {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
}
/* スライダー部分 */
.slider-wrapper {
    /*flex: 1.2;*/
    min-width: 300px;
    position: relative;
    /*max-width: 720px;*/
    width: 50%;
    /*aspect-ratio: 500 / 300;*/
}
.slider-wrapper img {
    width: 100%;
    aspect-ratio: 500 / 400;
    object-fit: cover;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/* ドットのカスタマイズ */
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    background: #601831 !important; /* アクティブ時の色 */
    opacity: 1;
}
/* レスポンシブ */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}
/*スマホ対応。*/
/*header*/
@media(max-width:767px) {
    /*fvの調整*/
    .fv.u-mask {
        margin-top: 60px;
        object-fit: cover;
        object-position: center center;
    }
    .fv-video {
        aspect-ratio: 290 / 500;
    }
    .fv {
        mask-size: 400% auto;
        aspect-ratio: 290 / 270;
    }
    /*ｆｖここまで*/
    .big {
        font-size: 18px;
    }
    .title-jp {
        font-size: 18px;
    }
    header.c-header {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: var(--main-color);
        z-index: 100;
        /*background-image: url(../img/common/header-sp.png);*/
        aspect-ratio: 360 / 113;
        height: auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 9;
    }
    .c-header__content {
        flex-grow: 1;
        margin-left: 34px;
        display: flex;
        flex-direction: column;
        /* gap: 20px; */
    }
    .c-header__inner {
        max-width: 100%;
        margin: 1% auto 0 auto;
        padding: 0 20px;
        display: flex;
        align-items: flex-start;
    }
    .c-header__actions.sp {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 10;
    }
    .c-header__logo {
        width: 100px;
        flex-shrink: 0;
        margin-top: 12px;
    }
    .c-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 24px;
        border-radius: 50px;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        background: #fff;
        color: #5d1b33;
        font-family: var(--en-t);
    }
    .sns-link-box ul {
        display: flex;
        justify-content: center;
        gap: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .toppage-banner-box > nav > ul {
        display: block;
        width: 86%;
        margin: auto;
    }
    .toppage-banner-box > nav > ul > li {
        aspect-ratio: auto;
        width: 100%;
    }
    .banner-box-first-list {
        margin-bottom: 10px;
    }
    .section-header-p {
        margin: 0;
        line-break: strict;
        font-feature-settings: "palt";
        /*font-feature-settings: "palt";*/
    }
    .concept-list {
        display: block;
        /* gap: 1%; */
        justify-content: space-between;
        max-width: 1282px;
        width: 96%;
        margin: 6.2% auto 0;
    }
    .concept-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 3em;
    }
    .all-inclusive-section {
        width: 100%;
        position: relative;
        margin-top: 90px;
        z-index: 2;
        /* color: #000; */
        -webkit-mask-image: none !important;
        mask-image: none !important;
        /* 必要に応じてサイズや位置もリセット */
        -webkit-mask-size: auto;
        mask-size: auto;
    }
    .all-inclusive-section .text-content {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .container {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
        /*flex-direction: column-reverse!important;*/
        margin-top: -30px;
    }
    .text-content {
        flex: 0;
        min-width: 300px;
        width: 100%;
        max-width: 100%;
        padding: 0 5% 3em;
        /*margin: 0 auto 3em;*/
    }
    .slider-wrapper {
        min-width: 300px;
        position: relative;
        width: 100%;
    }
    .slider-wrapper img {
        aspect-ratio: 360 / 277;
    }
    .news-and-special {
        background-image: none;
        padding: 0;
        box-sizing: border-box;
        margin-top: -7%;
        width: 100%;
        z-index: 5;
        position: relative;
    }
    .ns-wrapper {
        background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index-sp/white-bg.webp);
        background-repeat: repeat;
        background-size: contain;
        background-position: center;
        margin: 0;
    }
    .news-header {
        aspect-ratio: 721 / 202;
        width: 100%;
        background-size: cover;
        background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index-sp/news-header-sp.webp);
    }
    .news-footer {
        aspect-ratio: 721 / 160;
        width: 100%;
        background-size: cover;
        background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index-sp/news-footer-sp.webp);
    }
    .hotspring-and-sauna-section {
        margin-top: 0px;
        padding-top: 70px;
    }
    .hotspring-and-sauna-section .text-content {
        padding-bottom: 0;
    }
    .ns-text-box {
        height: auto;
        width: 90%;
        margin: auto;
    }
    .room-section {
        width: 100%;
        top: -40;
        -webkit-mask-image: none;
        mask-image: none;
        -webkit-mask-size: 100% auto;
        mask-size: 100% auto;
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background-image: none;
        position: relative;
        margin-top: -7%;
        margin-bottom: -3%;
        z-index: 6;
        color: #000;
    }
    .room-section-inner .text-content {
        background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/white-bg.webp);
    }
    .room-header, .access-header-sp {
        aspect-ratio: 720 / 101;
        width: 100%;
        background-size: cover;
        background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index-sp/room-header-sp.webp);
    }
    /*    .room-footer{
            aspect-ratio: 721 / 160;
        width: 100%;
        background-size: cover;
    background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index-sp/room-footer-sp.webp);
    
    
}*/
    .room-section .slider-wrapper {
        width: 100%;
        /*height: 600px;*/
        background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/white-bg.webp);
        position: relative;
        margin-top: -0%;
        z-index: 2;
        color: #000;
        aspect-ratio: 720 / 510;
        /* マスク画像の設定 */
        -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index-sp/slider-mask-sp.svg);
        mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index-sp/slider-mask-sp.svg);
        background-color: rgba(255, 255, 255, 0.1) /* 【変更ポイント】サイズを1920px固定に */
            -webkit-mask-size: auto;
        mask-size: auto;
        /* 【変更ポイント】位置を中央（上）に固定 */
        -webkit-mask-position: center top;
        mask-position: center top;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .access-section {
        width: 100%;
        height: 1100px;
        background-image: none;
        position: relative;
        margin-top: -7%;
        z-index: 6;
        color: #000;
        -webkit-mask-image: none;
        mask-image: none;
        -webkit-mask-size: 1920px auto;
        mask-size: 1920px auto;
        -webkit-mask-position: center top;
        mask-position: center top;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .access-header {
        background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/white-bg.webp);
        padding-top: 0;
        margin-bottom: 0;
    }
    .onyado-googlemap {
        width: 100%;
        /*height: 600px;*/
        background-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index/white-bg.webp);
        position: relative;
        margin-top: -0%;
        z-index: 2;
        color: #000;
        aspect-ratio: 361 / 526;
        /* マスク画像の設定 */
        -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index-sp/access-mask-sp_1.svg);
        mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/index-sp/access-mask-sp_1.svg);
        background-color: rgba(255, 255, 255, 0.1) /* 【変更ポイント】サイズを1920px固定に */
            -webkit-mask-size: auto;
        mask-size: auto;
        /* 【変更ポイント】位置を中央（上）に固定 */
        -webkit-mask-position: center top;
        mask-position: center top;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .faq-section-wrap-top {
        background-image: url("../img/index-sp/faq-header-sp.webp");
        aspect-ratio: 720 / 223;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }
    .faq-section-wrap-bottom {
        background-image: url("../img/index-sp/faq-footer-sp.webp");
        aspect-ratio: 720 / 128;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
    }
    .sns-section-inner {
        width: 86%;
    }
    .fv.u-mask {
        margin-top: 0px;
    }
    aspect-ratio: 98 / 371;
}
@media(min-width:767px) {
    .sp {
        display: none !important;
    }
}
@media(max-width:768px) {
    .pc {
        display: none !important;
    }
    .fvimg {
        height: 100%;
        width: 100%;
        aspect-ratio: 290 / 500;
        object-fit: cover;
        object-position: center top;
    }
    header.c-header {
        background-image: none !important;
    }
    .room-section-inner .text-content {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .access-header {

		padding: 40px 5% 20px;
    }
    .meal-section {
        padding-bottom: 0px;
        padding-top: 70px;
    }
    .meal-section .text-content {
        padding-bottom: 0;
    }
    .sightseeing-section {
        padding-top: 0;
        margin-top: -50px;
    }
    .sightseeing-header {
        margin-bottom: 20px;
    }
    .concept-txt-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 15.6em;
    }
    .concept-header {
        margin-bottom: 20px;
    }
    #meal .btn-detail {
        margin-bottom: 40px;
    }
	#hotspring-and-sauna .text-content{
		padding-bottom: 40px;
	}
}