:root {
    --base-color: #F6F3F3;
    --text-color1: #4c4c4c;
    --text-color2: #394B9E;
    --title-color1: #574B7A;
    --accent-color1: #7566E3;
    --accent-color2: #8FE8E8;
    --gradation-color1: #7D59D2;
    --gradation-color2: #7186DC;
}
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
p, h1, h2, h3, h4, h5, h6, a, button {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
}
a {
    text-decoration: none;
    transition: 0.1s;
}
a:hover {
    opacity: 0.7;
    transition: 0.1s;
}
a:active {
    filter: none;
    box-shadow: none;
}
.sans {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.bold {
    font-weight: bold;
}
.line-1 {
    line-height: 1.0;
}

/*
.position {
    width: 1200px;
    margin: 0 auto 0 auto;
}
*/
.position {
    padding: 0 30px;
}





body {
    background-color: var(--base-color);
}

/* ヘッダー ----------------------------------- */
#header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #00000040;
    z-index: 1000;
}
.header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 15px;
}
.logo {
    width: clamp(200px, 40vw, 270px);
    line-height: 1px;
}
.logo-link {
    display: block;
    filter: drop-shadow(0 4px 5px #00000055);
}
.logo-image {
    max-width: 100%;
    vertical-align: bottom;
}
/* 親ボタン */
.header-reserve-menu {
    position: relative;
    display: inline-block;
    background-color: var(--accent-color1);
    transition: 0.1s;
}
.header-reserve-btn {
    color: var(--accent-color1);
    background-color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 0 0 36px 0;
    font-weight: 500;
    cursor: pointer;
    transition: 0.1s;
}
.header-reserve-menu:hover {
    background-color: #1AD0D0;
}
.header-reserve-btn:hover {
    color: #1AD0D0;
}
.header-reserve-text-s {
    font-size: clamp(0.9rem, 1vw, 1.0rem);
    font-weight: bold;
}
.header-reserve-text-l {
    font-size: clamp(1.25rem, 3vw, 2.0rem);
    font-weight: bold;
}
.header-reserve-text-m {
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    font-weight: bold;
}
/* ドロップダウンメニュー */
.dropdown {
    display: none;
    position: absolute;
    top: 101%;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border-radius: 10px;
    overflow: hidden;
    width: clamp(160px, 15vw, 170px);
}
.dropdown a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}
.dropdown a:hover {
    background: #f6f6f6;
}
/* ホバー or タップで表示 */
.header-reserve-menu:hover .dropdown,
.header-reserve-menu:focus-within .dropdown {
    display: block;
}


/* ヒーロー ----------------------------------- */
.hero-content {
    position: relative;
}
.catchphrase {
    position: absolute;
    top: 0;
    left: 2%;
    /*
    transform: translate(-50%, 0);
    */
    text-align: left;
    margin: clamp(90px, 10vw, 110px) 0 0 0;
}
.main-catchphrase, .sub-catchphrase {
    width: max-content;
    margin: 0 auto;
    padding: 6px 12px;
    color: #fff;
    font-size: clamp(0.9rem, 3vw, 1.25rem);
    font-weight: bold;
    background: linear-gradient(90deg, #7D59D2cc, #7186DCcc);
    box-shadow: 0 0 9px #394B9E44;
}
.main-catchphrase {
    margin: 0 auto 10px 0;
    color: #fff;
    font-size: clamp(1.15rem, 3.5vw, 1.5rem);
    font-weight: bold;
}
.plantitle-unit-golf {
    max-width: 420px;
    margin: 0 auto 0 auto;
    text-align: center;
}
.plantitle-unit-hotel {
    max-width: 420px;
    margin: 0 auto 0 auto;
    text-align: center;
}
.plan-image-golf {
    padding: 26vh 0 0 0;
    background-image: url(../images/image-golf.jpg);
}
.plan-image-hotel {
    padding: 18vh 0 0 0;
    background-image: url(../images/image-hotel.jpg);
}
.plan-image-golf, .plan-image-hotel {
    flex: 1 1 100%;
    background-size: cover;    /* 領域を覆う */
    background-position: center;
    background-repeat: no-repeat;
}
.plantitle-maintext, .plantitle-subtext {
    color: #fff;
    text-shadow: 0 0 10px #000000aa;
}
.plantitle-maintext {
    font-weight: bold;
    letter-spacing: 2px;
}
.plantitle-maintext-l {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
}
.plantitle-maintext-m {
    font-size: clamp(2.0rem, 6vw, 2.625rem);
}
.plantitle-subtext {
    font-size: clamp(1.1rem, 3.4vw, 1.5rem);
    font-weight: bold;
}
.detail {
    padding: clamp(24px, 5vw, 40px) 0 clamp(32px, 6vw, 52px) 0;
}
.detail-link {
    padding: clamp(8px, 1.5vw, 15px) clamp(18px, 1vw, 24px) clamp(8px, 1.5vw, 15px) clamp(24px, 1vw, 30px);
    color: var(--text-color2);
    font-size: clamp(0.95rem, 2.2vw, 1.25rem);
    background-color: #fff;
    border-radius: 50px;
    filter: drop-shadow(0 4px 5px #00000055);
}

/* キャンペーン帯 -----------------------------*/
.campaign {
    background-color: #fff;
}
.campaign-tie {
    padding: clamp(0.5rem, 2vw, 0.9rem) 0;
    color: #fff;
    font-size: clamp(1.25rem, 4vw, 2.0rem);
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px #00000033;
    background: linear-gradient(90deg, var(--accent-color2), var(--gradation-color2), var(--gradation-color1), var(--gradation-color2), var(--accent-color2));
}
.campaign-tie-l {
    margin: 0 2px;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: bold;
}
.campaign-tie-m {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: bold;
}
.campaign-period {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: clamp(340px, 54vw, 500px);
    margin: 15px auto 0 auto;
}
.campaign-period-unit {
    display: flex;
    color: var(--text-color2);
}
.campaign-period-unit:last-child {
    margin: 12px 0 0 0;
}
.campaign-period-unit-head {
    padding: clamp(0.19rem, 1vw, 0.4rem) clamp(0.375rem, 0.5vw, 0.5rem);    font-size: clamp(1.0rem, 2vw, 1.25rem);
    font-weight: bold;
    border: 1px solid var(--text-color2);
}
.campaign-period-unit-text {
    margin: 0 0 0 12px;
    font-size: clamp(1.15rem, 2vw, 1.25rem);
    font-weight: bold;
    vertical-align: baseline;
}
.campaign-period-m {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
}
.campaign-period-l {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
}
.targetplan {
    padding: 15px 15px 20px 15px;
    text-align: center;
}
.targetplan span {
    margin: 0 5px;
}

/* お問い合わせセクション ---------------------- */
.contact-content {
    margin: clamp(20px, 3vw, 40px) auto;
    color: #fff;
    background-color: #00437C;
}
.contact-content-tagline {
    padding: 20px 0 12px 0;
    font-weight: bold;
    text-align: center;
}
.contact-content-tagline span {
    margin: 0 1px;
}
.contact-content-tagline-l {
    font-size: 1.5rem;
}
.contact-content-tagline-m {
    font-size: 1.25rem;
}
.contact-content-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-reserve-btn-text {
    font-weight: bold;
}
.contact-reserve-btn-text:last-child {
    margin: 10px 0 0 0;
}
.contact-reserve-btn-link {
    display: block;
    padding: 10px 15px 10px 20px;
    color: #00437C;
    font-size: clamp(1.0rem, 1.5vw, 1.15rem);
    background-color: #fff;
    box-shadow: 0 4px 4px #00000099;
}
.contact-content-btn-text {
    margin: 25px 0 0 0;
    font-weight: bold;
}
.contact-content-btn-link {
    display: block;
    padding: 34px 36px;
    color: #00437C;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    background-color: #fff;
    box-shadow: 0 4px 4px #00000099;
}
.contact-content-tel {
    padding: 30px 0 30px 0;
}
.contact-content-tel-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.contact-content-tel-text-l {
    font-size: 1.15rem;
}
.contact-content-tel-unit {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-content-tel-icon {
    width: clamp(2.5rem, 8vw, 2.8rem);;
}
.contact-content-tel-number {
    font-size: clamp(2.375rem, 8vw, 3.0rem);
    font-weight: bold;
}


/* コンセプト --------------------------------- */
.concept-content {
    position: relative;
    height: 70vw;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/PassageKINKAIimagesJUL25021.jpg);
    background-repeat: no-repeat no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;

    padding: clamp(100px, 20vw, 400px) 0 120px 0; /* ← 波の高さ分の余白を確保 */
    position: relative;
    overflow: visible;
}
.concept-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: url("../images/wave-base.svg") no-repeat;
    background-size: 100% 100%;
}
.concept-unit {
    color: #fff;
    text-shadow: 0 0 4px #00000099;
}
.concept-title {
    font-size: clamp(18px, 3.2vw, 32px);
    font-weight: 500;
}
.concept-text {
    margin: 50px 0 0 0;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 2;
}
.concept-text br {
    display: none;
}
/* プラン内容 */
.plan-content {
    padding: 120px auto 0 auto;
    background:
        linear-gradient(var(--base-color), #FBF5F9, #F3F3F8);
}
.plan-title {
    font-weight: bold;
    text-align: center;
}
.plan-title-line {
    color: var(--base-color);
    font-size: clamp(3.0rem, 12vw, 6.0rem);
    text-shadow: 
        2px 2px 0 var(--title-color1),
        -2px 2px 0 var(--title-color1),
        -2px -2px 0 var(--title-color1),
        2px -2px 0 var(--title-color1);
}
.plan-title-and {
    font-size: clamp(2.5rem, 7vw, 6.0rem);
}
.plan-title-block {
    display: block;
    color: var(--title-color1);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}
.plan-explanation {
    margin: 28px 0 0 0;
    text-align: center;
}
.plan-explanation-heading {
    display: inline-block;
    padding: 10px 10px;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #000;
}
.plan-explanation-text {
    max-width: 600px;
    margin: 20px auto 0 auto;
    font-size: clamp(1.0rem, 2vw, 1.15rem);
    text-align: left;
    line-height: 1.6;
}
.plan-explanation-text br {
    display: none;
}
.planchoice {
    margin: 90px 0 0 0;
    text-align: center;
}
.planchoice-heading-title {
    display: inline-block;
    padding: 3px 20px;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 600;
    border: 1px solid #000;
}
.planchoice-heading-pickup {
    margin: 5px 0 0 0;
    color: var(--accent-color1);
    font-size: clamp(16px, 3vw, 24px);
}
.planchoice-heading-l {
    font-size: clamp(40px, 5vw, 48px);
}
.planchoice-heading-m {
    font-size: clamp(28px, 4vw, 40px);
}
/* プラン内容カード */
.planchoice-unit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*
    margin: 40px 0 0 0;*/
}
.planchoice-unit-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0 0 0;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.planchoice-unit-title {
    display: inline-block;
    margin: 25px auto 20px auto;
    padding: 10px 10px;
    color: var(--title-color1);
    font-size: clamp(1.5rem, 3vw, 2.0rem);
    font-weight: 600;
    border-bottom: 1px solid var(--title-color1);
}
.planchoice-unit-icon {
    display: flex;
    justify-content: center;
    
    width: 300px;
    max-height: 250px;
    margin: 0 auto;
}
.planchoice-golf-icon {
    flex-wrap: wrap;
}
.planchoice-unit-image {
    width: 31%;
    margin: 5px;
}
.breakfast-golf-planicon,
.twomeals-stay-planicon {
    width: 28%;
}
.withoutmeals-golf-planicon,
.breakfast-stay-planicon {
    width: 33%;
}
.withoutmeals-stay-planicon {
    width: 35%;
}
.planchoice-unit-fee {
    margin: 10px 0 30px 0;
}
.planchoice-unit-amount {
    display: inline-block;
    padding: 0 25px;
    font-size: clamp(2.0rem, 3.5vw, 2.5rem);
    font-weight: 600;
    background: linear-gradient(transparent 60%, #ffeb7f 60%);
}
.planchoice-unit-yen {
    font-size: clamp(1.5rem, 3vw, 2.0rem);
}
.planchoice-unit-note {
    margin: 5px 0;
    font-size: clamp(0.95rem, 1.5vw, 1.0rem);
}
/* 朝食・夕食ボタン */
.meal-btn {
    display: inline-block;
    margin: 50px 0 0 0;
    text-align: center;
}
.meal-btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 20px;
    color: var(--text-color1);
    font-size: clamp(1.0rem, 3vw, 1.25rem);
    text-align:center;
    background-color: #fff;
    border-radius: 50px;
    filter: drop-shadow(0 4px 5px #00000055);
}
.meal-btn-link:hover {
    opacity: 0.9;
}
.meal-btn-link-icon {
    width: 21px;
    vertical-align: top;
}
.moon-icon {
    width: 18px;
    margin: 2px 0 0 0;
}

.plan-reserve-btn {
    margin: 30px 0 150px 0;
    padding: 12px 0;
}
.plan-reserve-btn-link {
    padding: 15px clamp(20px, 3vw, 30px);
    color: #fff;
    font-size: clamp(1.0rem, 3vw, 1.25rem);
    font-weight: 500;
    background: 
        linear-gradient(90deg, var(--gradation-color1), var(--gradation-color2), var(--accent-color2));
    filter: drop-shadow(0 4px 5px #00000055);
}
.plan-reserve-btn-link-text {
    font-size: clamp(1.15rem, 3vw, 1.5rem);
}


/* ゴルフHP紹介 */
.golf-passage {
    position: relative;
    color: #fff;
    background: 
        linear-gradient(#626E7E, #655E77, #605C77);
}
.golf-passage::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;;
    background: url("../images/wave-base.svg") no-repeat;
    background-size: 100% 100%;
}
.golf-passage-heading {
    padding: 100px 0 0 0;
    font-size: clamp(20px, 4.5vw, 32px);
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
}
.golf-passage-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0 250px 0;
}
/* スライドショー */
.passage-slide {
    position: relative;
    width: clamp(250px, 85vw, 650px);
    height: clamp(200px, 58vw, 450px);
    overflow: hidden;
}

/* 各画像を重ねて配置 */
.img-frame div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1);
    transition: opacity 2s ease, transform 6s ease;
}

/* 表示中の画像 */
.passage-slide,
.img-frame div.active {
    opacity: 1;
    transform: scale(1.04); /* ゆるくズームイン */
}

/* 各画像設定 */
.golf-img-01 { background-image: url("../images/golf-passage-slider1.jpg"); }
.golf-img-02 { background-image: url("../images/golf-passage-slider2.jpg"); }
.golf-img-03 { background-image: url("../images/golf-passage-slider3.jpg"); }
.golf-img-04 { background-image: url("../images/golf-passage-slider4.jpg");}

.hotel-img-01 { background-image: url("../images/hotel-passage-slider1.jpg");}
.hotel-img-02 { background-image: url("../images/hotel-passage-slider2.jpg");}
.hotel-img-03 { background-image: url("../images/hotel-passage-slider3.jpg");}
.hotel-img-04 { background-image: url("../images/hotel-passage-slider4.jpg");}

/* スマホ対応 */
@media (max-width: 768px) {
    .golf-passage-slide {
        height: 300px;
    }
}

.golf-passage-unit,
.hotel-passage-unit {
    max-width: 500px;
    margin: 50px 0 0 0;
}
.golf-passage-unit-title {
    display: inline-block;
    padding: 2px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
.golf-passage-unit-heading {
    margin: 30px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
.golf-passage-unit-caption {
    margin: 40px 0 0 0;
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: 400;
    line-height: 2;
}
.golf-passage-btn,
.hotel-passage-btn {
    margin: 45px 0 0 0;
    padding: 10px 0;
}
.golf-passage-btn-link,
.hotel-passage-btn-link {
    padding: 10px clamp(12px, 3vw, 20px);
    color: #000;
    font-size: clamp(0.9rem, 3vw, 1.0rem);
    border-radius: 50px;
    background-color: #fff;
    filter: drop-shadow(0 4px 5px #00000055);
}

.hotel-passage {
    position: relative;
    background:
        linear-gradient(#D0E5FD, #C9D1FB);
}
.hotel-passage::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;;
    background: url("../images/wave-base.svg") no-repeat;
    background-size: 100% 100%;
}
.hotel-passage-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 0 0;
}
.hotel-passage-unit-heading {
    font-size: clamp(1.5rem, 4vw, 2.0rem);
    font-weight: 400;
    line-height: 1.8;
}
.hotel-passage-unit-caption {
    margin: 40px 0 0 0;
    line-height: 2.2;
}

#meal-about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 200px 0 150px 0;
}
.meal-breakfast, .meal-dinner {
    width: 580px;
}


/* セクション全体 */
.meal-section {
    max-width: 580px;
    text-align: center;
    background: #f9f7f6;
    padding: 20px 20px 20px 20px;
    margin: 50px 0 100px 0;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* 上部の丸背景 */
.meal-header {
    background: #f9f7f6;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 120px;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

/* アイコン */
.meal-icon-morning {
    width: 70px;
    margin: 20px 0 0 0;
}
.meal-icon-evening {
    width: 60px;
    margin: 20px 0 0 0;
}

/* タイトル */
.morning-title,
.evening-title {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
}
.morning-title {
    background-color: #BDAC37;
}
.evening-title {
    background-color: #7463A6;
}

/* 説明文 */
.meal-text {
    margin: 20px 0;
    font-size: 17px;
}

/* コンテンツ（横並び） */
.meal-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.meal-item {
    max-width: 260px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px #00000033;
}

.meal-item-morning {
    background: #c1b14e;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
}
.meal-item-evening {
    background: #7463A6;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
}

.meal-item img {
    width: 100%;
    display: block;
}
.note {
    margin: 20px 0 0 0;
}

/* 夕食セクション用 */
.meal-section.evening .meal-item h3 {
  background: #7463A6; /* 紫系 */
}





/* アクセス --------------------------*/
.access {
    background:
        linear-gradient(#F6F3F3, #F4F3F6, #f3eff7, #EAEEFF);
}
.content-heading {
    margin: 50px 0 clamp(30px, 6vw, 90px) 0;
    font-weight: bold;
    text-align: center;
    color: var(--title-color1);
    text-shadow: 0 4px 5px #00000033;
}
.content-title{
    font-size: clamp(2.25rem, 6vw, 3.0rem);
}
.content-subtitle {
    margin: 10px 0 0 0;
    font-size: clamp(1.0rem, 2vw, 1.25rem);
}
.access-map {
    text-align: center;
}
.access-map-image {
    width: 100%;
}
.access-map-text {
    margin: 20px 0;
    text-align: center;
}
.access-map-link {
    padding: 10px 20px;
    color: #fff;
    background-color: var(--gradation-color2);
    border-radius: 50px;
}
.access-about {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.access-car,
.access-boat {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: bold;
}
.access-car-unit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 0;
}
.access-car-item1 {
    font-size: clamp(1.0rem, 1.5vw, 1.25rem);
}
.access-car-item2 {
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    font-weight: 600;
}
.access-mg {
    margin: 0 0 0 10px;
    font-weight: 400;
}
.access-details {
    margin: 40px 0 0 0;
}
.access-boat-item {
    margin: clamp(10px, 2vw, 30px) 0 clamp(10px, 2vw, 30px) 0;
    font-size: clamp(1.0rem, 1.5vw, 1.25rem);
}
.boat-timetable-btn {
    margin: 20px 0;
}
.boat-timetable-btn-link {
    display: block;
    padding: 20px clamp(20px, 4vw, 30px);
    color: #000;
    font-size: clamp(1.0rem, 1.5vw, 1.25rem);
    background-color: #fff;
    filter: drop-shadow(0 4px 5px #00000044);
}





/* 周辺観光スポット -------------------*/
.sightseeing {
    position: relative;
    padding: 120px 0 350px 0;
    background:
        linear-gradient(#EAEEFF, #E9F2FB, #D9E7F2);
}
.sightseeing-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.sightseeing-unit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 250px;
    max-width: fit-content;
    margin: 0 auto clamp(10px, 4vw, 50px) auto;
    padding: 20px;
    text-align: left;
    border-radius: 20px;
    background-color: #fff;
}
.sightseeing-introduction {
    width: 100%;
}
.sightseeing-unit-image {
    width: 100%;
    border-radius: 12px;
}
.sightseeing-unit-title {
    margin: 10px 0;
    font-size: clamp(1.15rem, 5vw, 1.5rem);
    font-weight: 400;
    text-align: center;
}
.sightseeing-unit-text {
    padding: 15px 0;
    line-height: 1.8;
    border-top: 1px solid var(--text-color1);
}
.hp-btn {
    margin: 15px 0 5px 0;
    padding: 5px 0;
}
.hp-btn-link {
    padding: 5px 10px;
    color: #fff;
    background-color: var(--accent-color1);
    filter: drop-shadow(0 4px 2px #00000033);
}

/* クロージング -----------------*/
.closing {
    position: relative;
    background:
        linear-gradient(#F6F3F3, #eee7ee, #FBF7F4, #ececf2);
}
.closing-content {
    position: relative;
    padding: clamp(350px, 42vw, 420px) 0 0 0;
}
.closing-content::after {
    content: "";
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 150px;;
    background: url("../images/wave-base.svg") no-repeat;
    background-size: 100% 100%;
}
.vertical {
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translate(-50%, -10%);
    display: flex;
    flex-direction: row-reverse;
    line-height: 1;
    z-index: 100;
}
.vertical-catchphrase {
    height: fit-content;
    margin: 0 10px;
    padding: 20px 10px;
    color: #fff;
    letter-spacing: 2px;
    background: linear-gradient(#7D59D2cc, #7186DCcc);
    writing-mode: vertical-rl;        /* 縦書き（right-to-left） */
    text-orientation: upright;
    filter: drop-shadow(0 4px 5px #00000033);
}
.main-vertical-catchphrase {
    font-size: clamp(1.5rem, 3vw, 2.0rem);
}
.sub-vertical-catchphrase {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}
.closing-encourage {
    display: flex;
    flex-direction: column;
}
.plantitle-unit {
    margin: 0 0 clamp(50px, 10vw, 60px) 0;
    text-align: center;
}
.closing-image {
    width: 100%;
    padding: clamp(150px, 40vw, 300px) 0 clamp(20px, 4vw, 40px) 0;
}
.closing-image-golf {
    background-image: url(../images/image-golf.jpg);
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    background-position: center;
}
.closing-image-hotel {
    background-image: url(../images/image-hotel.jpg);
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    background-position: center;
}
.closing-detail {
    margin: clamp(10px, 2vw, 25px) 0 clamp(15px, 2vw, 20px) 0;
    padding: 12px 0;
}
.closing-detail-link {
    padding: 
        clamp(8px, 1.5vw, 15px)
        clamp(12px, 2vw, 24px)
        clamp(8px, 1.5vw, 15px)
        clamp(18px, 2vw, 30px);
}
.closing-reserve-btn {
    padding: 10px 0;
}
.closing-reserve-btn-link {
    padding: 10px 20px;
    color: #fff;
    font-size: clamp(1.0rem, 2.5vw, 1.25rem);
    background-color: var(--text-color2);
    filter: drop-shadow(0 4px 5px #00000055);
}
.closing-reserve-btn-text {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}




/* フッター ---------------------*/
.footer-line {
    padding: clamp(30px, 36px, 60px) 0;
    text-align: center;
    border-top: 1px solid #7D7D7D;
}
.footer-logo {
    width: clamp(250px, 42vw, 350px);
}
.sns-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0;
}
.sns-icon-link,
.footer-logo-link {
    filter: drop-shadow(0px 4px 2px #00000044);
}
.sns-icon-link:active,
.footer-logo-link:active {
    filter: none;
}
.i-icon-link,
.y-icon-link {
    margin: 0 0 0 50px;
}
.x-icon {
    width: 35px;
}
.i-icon {
    width: 40px;
}
.y-icon {
    width: 54px;
}
.footerNo2 {
    padding: 10px 0;
    border-top: 1px solid #7D7D7D;
}
.footer-unit {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.footer-nav-unit {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
}
.footer-nav-item {
    list-style: none;
}
.copyright,
.footer-nav-item-link {
    margin: 20px 0 0 0;
    font-family: "noto sans JP", sans-serif;
    font-size: 15px;
}
.footer-nav-item-link {
    margin: 0 0 0 30px;
    color: var(--text-color1);
    font-weight: bold;
}




@media screen and (min-width:480px) {
    .plan-image-golf {
        padding: clamp(26vh, 46vw, 34vh) 0 0 0;
    }
    .plan-image-hotel {
        padding: clamp(18vh, 36vw, 26vh) 0 0 0;
    }
    
    .campaign-tie br {
        display: none;
    }

    .concept-text br {
        display: block;
    }
    .planchoice-unit-item {
        max-width: 380px;
    }
    .meal-section {
        width: 100%;
    }
    .access-car-unit {
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (min-width:768px) {
    .catchphrase {
        writing-mode: vertical-rl;
        text-orientation: upright;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .main-catchphrase, .sub-catchphrase {
        display: inline-block;
        padding: 12px 6px;
        font-weight: 600;
        letter-spacing: 0.1rem;
        background: linear-gradient(#7D59D2cc, #7186DCcc);
        text-shadow: 0 0 4px #00000044;
    }
    .main-catchphrase {
        margin: 0 0 0 15px;
    }
    .plan-explanation-text {
        text-align: center;
    }
    .plan-explanation-text br {
        display: block;
    }
    .plan-image-golf, .plan-image-hotel {
        padding: 58vh 0 0 0;
    }
    .hero-plantitle {
        display: flex;
        justify-content: center;
    }
    .plantitle-maintext-l {
        font-size: clamp(2.5rem, 6vw, 3.5rem);
    }
    .plantitle-maintext-m {
        font-size: clamp(2.0rem, 5vw, 2.625rem);
    }
    .plantitle-subtext {
        font-size: clamp(1.1rem, 2.5vw, 1.5rem);
        font-weight: bold;
    }

    .campaign-period {
        width: 100%;
        align-items: center;
        flex-direction: row;
        margin: 20px 0 0 0;
    }
    .campaign-period-unit:last-child {
        margin: 0 0 0 15px;
    }

    .contact-content-btn {
        flex-direction: row;
    }
    .contact-content-btn-text {
        margin: 0 0 0 20px;
    }
    .contact-content-tel-text br {
        display: none;
    }


    .concept-text {
        line-height: 3;
    }
    .meal-contents {
        flex-direction: row;
    }
    
}
    

@media screen and (min-width:960px) {
    .position {
        padding: 0 30px 0 30px;
    }
    .planchoice-unit {
        flex-direction: row;
    }
    .planchoice-unit-item {
        max-width: 32%;
    }
    .planchoice-unit-golf {
        height: clamp(45vh, 40vw, 51vh);
    }
    .planchoice-unit-icon {
        width: 90%;
    }
    .closing-image {
        max-width: 900px;
        margin: 0 auto;
    }
    .footer-line {
        padding: clamp(30px, 36px, 60px) 0;
    }
    .access-map-image {
        max-width: 900px;
    }
    .access-about {
        flex-direction: row;
        margin: 40px 0 0 0;
    }
}


@media screen and (min-width:1280px) {
    .position {
        width: 1200px;
        margin: 0 auto 0 auto;
    }
    .plantitle-unit-golf {
        max-width: 420px;
        margin: 0 8% 0 auto;
        text-align: center;
    }
    .plantitle-unit-hotel {
        max-width: 420px;
        margin: 0 auto 0 8%;
        text-align: center;
    }

    .contact-content {
        margin: 2.5rem auto;
        border-radius: 20px;
    }
    .golf-passage-content,
    .hotel-passage-content {
        flex-direction: row;
    }
    .golf-passage-unit,
    .hotel-passage-unit {
        margin: 0 0 0 0;
    }
    #meal-about {
        flex-direction: row;
    }
    .meal-section {
        height: 45vh;
    }
    .closing-encourage {
        flex-direction: row;
        justify-content: center;
    }
    .closing-content {
        padding: 250px 0 0 0;
    }
    .closing-image {
        min-width: 600px;
    }
}