@charset "utf-8";
/* CSS Document */
.bg {
    position: absolute;
    top: 0px;
    left: 0;
    pointer-events: none; /* ← クリック・タップ無効 */
    opacity: 0;
    z-index: 999;
    width: 100%;
}
.bg img {
    user-select: none; /* ← ドラッグ選択不可 */
    -webkit-user-drag: none; /* ← 画像ドラッグ不可（Chrome/Safari） */
    width: 100%;
}
.fs24 {
    font-size: 24px;
}
.page-hero {
    background-position: center bottom;
}
.lower-concept-section .lower-concept-linkspc {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 62px 0 0;
    padding: 0;
    list-style: none;
}
/* ========================================
   Dining / Kaiseki
======================================== */
.lower-info-inner--column {
    display: block;
}
.lower-kaiseki-gallery {
    display: flex;
    gap: 18px;
    width: 100%;
    margin-bottom: 48px;
}
.lower-kaiseki-gallery-main {
    width: 58%;
}
.lower-kaiseki-gallery-sub {
    width: 42%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.lower-kaiseki-gallery-main img, .lower-kaiseki-gallery-sub-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lower-kaiseki-gallery-main img {
    aspect-ratio: 800 / 540;
}
.lower-kaiseki-gallery-sub-item img {
    aspect-ratio: 1 / 1;
}
.lower-info-title {
    color: #d99aaa;
    font-size: clamp(24px, 2.2vw, 36px);
    line-height: 1.4;
    margin: 0 0 24px;
}
.lower-info-content {
    max-width: 900px;
}
.lower-info-content p {
    margin-bottom: 28px;
}
.lower-info-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}
.lower-info-inner2 {
    /*display: flex;*/
    gap: 4%;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    width: 90%;
}
/*.lower-info-link a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
}

.lower-info-link a:hover {
  opacity: 0.7;
}*/
.lower-info-section {
    padding: 52px 5% 58px;
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.btn-detail {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 400;
}
.lower-info-content h3 {
    font-size: 32px;
    font-weight: 400;
}
.lower-detail-head {
    padding: 52px 5% 0px;
}
.all-inclusive-section .lower-info-link a {
    color: #000;
    border-bottom: 1px solid #000;
}
/* ========================================
   SP
======================================== */
@media screen and (max-width: 768px) {
    .lower-kaiseki-gallery {
        display: block;
        margin-bottom: 32px;
    }
    .lower-kaiseki-gallery-main {
        width: 100%;
        margin-bottom: 14px;
    }
    .lower-kaiseki-gallery-sub {
        width: 100%;
        gap: 12px;
    }
    .lower-info-title {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .lower-info-content {
        max-width: none;
    }
    .lower-info-content p {
        margin-bottom: 22px;
    }
    .lower-info-link {
        justify-content: flex-start;
    }
}
/*フリースペース用*/
/* 明るい赤文字 */
.Light-red-text {
    color: var(--main-colorA);
}
/* 濃い赤文字 */
.dark-red-text {
    color: var(--main-colorB);
}
/* =========================
   メイン紹介エリア
========================= */
.space-section {
    background-color: var(--space-bg);
    /*  background-image: url("背景画像URLをここに入れる");*/
    background-size: cover;
    background-position: center;
    color: var(--space-text);
    padding: 90px 20px 110px;
}
/* 全体幅 */
.space-inner {
    max-width: 1440px;
    margin: 0 auto;
}
/* 上部タイトル */
.space-title {
    text-align: center;
    margin-bottom: 80px;
}
.space-title h2 {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.16em;
    margin: 0 0 24px;
    font-weight: 500;
}
.space-title p {
    font-size: 17px;
    line-height: 2.2;
    letter-spacing: 0.08em;
    margin: 0;
}
/* =========================
   2カラム基本
========================= */
.space-column {
    display: flex;
    align-items: center;
    gap: 0px;
}
/* 左右逆にしたいとき */
.space-column.reverse {
    flex-direction: row-reverse;
}
/* 画像エリア */
.space-image {
    width: 50%;
}
/* 文章エリア */
.space-text {
    width: 50%;
    padding: 5%;
}
/* 画像 */
.space-image img {
    width: 100%;
    height: auto;
    display: block;
}
/* 文章見出し */
.space-text h3 {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    margin: 0 0 34px;
    font-weight: 500;
}
/* 文章本文 */
.space-text p {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 0.06em;
    margin: 0;
}
/*献立*/
.dining-menu-text dl {
    margin: 0;
    padding: 0;
}
.dining-menu-text dl > div {
    display: flex;
    gap: 0.5em;
    padding: 0.5em 0;
    justify-content: space-between;
}
.dining-menu-text dt {
    width: 5em;
    flex-shrink: 0;
    font-weight: 400;
}
.dining-menu-text dd {
    margin: 0;
    flex: 1;
}
/* =========================
   スマホ対応
========================= */
@media screen and (max-width: 900px) {
    .space-section {
        padding: 60px 20px 80px;
    }
    .space-title {
        margin-bottom: 50px;
    }
    .space-title h2 {
        font-size: 24px;
    }
    .space-title p {
        font-size: 15px;
        line-height: 2;
        text-align: left;
    }
    .space-column, .space-column.reverse {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 60px;
    }
    .space-image, .space-text {
        width: 100%;
    }
    .space-text h3 {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .space-text p {
        font-size: 15px;
        line-height: 2;
    }
    /*sp調整　献立用*/
    .dining-menu-title {
        position: static;
        transform: none;
        margin-bottom: 0px;
    }
    .dining-menu-inner {
        flex-direction: column-reverse;
    }
    .dining-menu-card {
        padding: 0;
    }
}
.lower-concept-links.sp.lower-concept-links2 {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0;
    list-style: none;
    opacity: 1;
    width: 80%;
    margin: 0 auto;
}
.drink-imagebox {
    text-align: center;
}
.drink-imagebox img {
    max-width: 880px;
    width: 80%;
}
.all-inclusive-section .lower-detail-title h2 {
    text-align: center;
    color: var(--main-colorB);
}
.drink-section .lower-detail-title h2 {
    text-align: center;
}
.all-inclusive-section .lower-detail-title h2 span {
    color: #000;
}
.all-inclusive-section-inner {
    padding-top: 200px;
    max-width: 1440px;
    margin: 0 auto;
}
/*.all-inclusive-section{
        

    z-index: 10;
    width: 100%;
    aspect-ratio: 1920 / 1309;
    
    -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/dining/all-inclusive-section.svg?2);
    mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/dining/all-inclusive-section.svg?2);
    -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: 0%;
    margin-bottom: 0%;
    z-index: 6;
    color: #000;
        
    }*/
.all-inclusive-section {
    z-index: 6;
    width: 100%;
    height: 1309px;
    /* aspect-ratio: 1920 / 1309; ← 外す */
    -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/dining/all-inclusive-section.svg?2);
    mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/dining/all-inclusive-section.svg?2);
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    -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);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
}
.all-inclusive-section .section-header-h4 {
    color: #000;
}
.all-inclusive-section .lower-info-content {
    color: #000;
}
.all-inclusive-header {}
.drink-section-inner {
    padding-top: 12%;
    max-width: 1440px;
    margin: 0 auto;
}
.drink-section .lower-concept-linkspc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin: 62px 0 0;
    padding: 0;
    list-style: none;
}
.drink-section {
    margin-bottom: 120px;
}
@media(max-width:767px) {
    .content-fvimg {
        height: 100%;
        width: 100%;
        /* aspect-ratio: 677 / 319; */
        aspect-ratio: 1920 / 904;
        object-fit: cover;
        object-position: 75% 55%;
    }
    .lower-concept-section {
        margin-top: 0;
        padding-top: 0;
    }
    .all-inclusive-section {
        margin-top: -150px;
        height: 1550px;
    }
    .all-inclusive-section-inner {
        padding-top: 50%;
        max-width: 1440px;
        margin: 0 auto;
    }
    .lower-info-link {
        display: flex;
        justify-content: flex-end;
        margin-top: 24px;
        padding: 0 4%;
    }
}
@media(max-width:767px) {
    #kaiseki, #breakfast, #bbq-title, #drink {
        scroll-margin-top: 40px;
    }
    #all-inclusive {
        scroll-margin-top: -100px !important;
    }
    .drink-section {
        margin-bottom: 60px;
    }
}
.btn-detail {
    position: relative;
    z-index: 3;
}
.lower-info-link {
    position: relative;
    z-index: 9;
}