:root {
    --base-color: #fafafa;
    --text-color1: #3a4e90;
    --text-color2: #ffffff;
    --text-color3: #121c4d;
    --text-color4: #56669b;
    --text-color5: #cc9a2e;
    --gradation-color1: #efcf7e;
    --gradation-color2: #d4a43a;
    --gradation-color3: #b07b13;
    --background-color: #121c4d;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
p, h1, h2, h3, h4, h5, h6, a, button {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 1.0;
}
a {
    text-decoration: none;
    transition: 0.1s;
}
a:hover {
    opacity: 0.7;
    transition: 0.2s;
}
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;
}
.libre-baskerville {
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.bold {
    font-weight: bold;
}
.line-1 {
    line-height: 1.0;
}


body {
    background-color: var(--base-color);
}
.position {
    padding: 0 30px;
}
.pc {
    display: none;
}
@media screen and (min-width:786px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}
@media screen and (min-width:1200px) {
    .position {
        max-width: 1200px;
        margin: 0 auto 0 auto;
    }
}

/* ヘッダー ----------------------------------- */
.headerFollow {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 50px;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 15px;
    height: 100%;
}
.logo {
    width: clamp(160px, 16vw, 200px);
    line-height: 1px;
}
.logo-link {
    display: block;
}
.logo-image {
    max-width: 100%;
    vertical-align: bottom;
}
.reservation-dropdown{
    position:relative;
    display:inline-block;
}
.reservation-btn{
    width: fit-content;
    height: 100%;
    margin: 0.6rem;
    padding: 0.5rem 1rem;
    border: 2px solid var(--text-color5);
    background: var(--base-color);
    color: var(--text-color5);
    border-radius: 2px;
    font-size: clamp(0.85rem, 2.5vw, 1.2rem);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.2rem, 1vw, 1rem);
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    transition: .3s;
}
.reservation-btn:hover{
    background: var(--text-color5);
    color: var(--base-color);
    border: 2px solid var(--base-color);
}
.reservation-btn.active{
    background: var(--text-color5);
    color: var(--base-color);
    border: 2px solid var(--base-color);
}
.reservation-btn .reservation-icon{
    width: clamp(15px, 2vw, 25px);
}
.reservation-btn-arrow {
    font-size: clamp(0.7rem, 2vw, 0.9rem);
}
.reservation-menu{
    position: absolute;
    top: 4rem;
    right: 0;
    width: clamp(300px, 42vw, 350px);
    background: var(--base-color);
    border-radius: 2px;
    padding: 1.5rem 1rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.2s;
    z-index: 999;
}
.reservation-menu.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.reservation-menu-title{
    text-align: center;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 700;
    color: var(--text-color3);
    margin-bottom: 1.2rem;
    position: relative;
}
.reservation-menu-title:before,
.reservation-menu-title:after{
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background: var(--text-color3);
}
.reservation-menu-title:before{
    left:0;
}
.reservation-menu-title:after{
    right:0;
}
.reservation-site-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    padding: 0 1.5rem;
    border-radius: 2px;
    text-decoration: none;
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 700;
    transition: 0.2s;
    margin-bottom: 1rem;
}
.reservation-site-btn:last-child {
    margin: 0;
}
.reservation-site-btn.gdo{
    border:2px solid #2196f3;
    color:#2196f3;
}
.reservation-site-btn.gdo:hover{
    background:#2196f355;
}
.reservation-site-btn.rakuten{
    border:2px solid #d72626;
    color:#d72626;
}
.reservation-site-btn.rakuten:hover{
    background:#d7262655;
}
.reservation-link-img {
    height: clamp(1.25rem, 3vw, 1.5rem);
}
.rakuten-link-img {
    margin: clamp(2px, 1vw, 4px) 0 0 0;
}
@media screen and (min-width:480px) {
    .reservation-btn {
        padding: 0.6rem 2rem;
    }
}
@media screen and (min-width:1200px) {
    .header-inner {
        width: 1200px;
        margin: 0 auto;
    }
}

.hero_image {
    width: 100%;
}
@media screen and (min-width:768px) {
    .headerFollow {
        height: clamp(50px, 5vw, 70px);
        background-color: #00000033;
    }
}
.contact-outer {
    position: relative;
    margin: 1rem 1rem;
    color: #fff;
    background-color: var(--background-color);
    border-radius: 2px;
}
.contact-catch {
    padding: 20px 0 12px 0;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.4px;
}
.contact-catch span {
    margin: 0 1px;
}
.contact-catch-l {
    font-size: 1.25rem;
}
.contact-catch-m {
    font-size: 1.0rem;
}
.contact-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}
.contact-reserve-btn {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.contact-reservation-btn {
    width: 300px;
    margin: 0;
    height: 50px;
    padding: 0.8rem 1rem;
    font-size: 1.1rem;
}
.contact-reservation-btn .contact-reservation-icon {
    width: clamp(20px, 2vw, 25px);
}
.contact-btn-text .contact-btn-link {
    display: block;
    width: 300px;
    padding: 13px 15px;
    font-size: 1.1rem;
    color: var(--text-color3);
    background-color: var(--base-color);
    box-shadow: 0 4px 4px #00000044;
    border-radius: 2px;
    border: 2px solid var(--base-color);
    opacity: 1;
}  
.contact-btn-link:hover {
    color: var(--text-color2);
    background-color: var(--text-color1);
}
.contact-btn-text {
    max-width: 300px;
    font-weight: bold;
    text-align: center;
}
.contact-tel {
    padding: 1.5rem 0 2rem 0;
}
.contact-tel-text {
    margin: 0 0 10px 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.contact-tel-unit {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-tel-icon {
    width: 35px;
}
.contact-tel-number {
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 2px;
}
@media screen and (min-width:768px) {
    .contact-catch {
        font-size: 1rem;
    }
    .contact-catch-l {
        font-size: 1.5rem;
    }
    .contact-btn {
        flex-direction: row;
        column-gap: 30px
    }
    .contact-reservation-btn {
        font-size: 1.2rem;
    }
    .contact-btn-link {
        height: 50px;
        font-size: 1.2rem;
    }
    .contact-tel-text {
        font-size: 1rem;
    }
    .contact-tel-icon {
        width: 40px;
    }
    .contact-tel-number {
        font-size: 2.5rem;
    }
}
@media screen and (min-width:1200px) {
    .contact-outer {
        width: 1200px;
        margin: 2rem auto;
    }
}



/* ----- プラン ----- */
.plan-outer {
    position: relative;
}
.plan-main-image {
    margin-bottom: -1px;
    height: clamp(420px, 55vw, 520px);
    background: 
        linear-gradient(#00000011, #00000022, #00000033, #fafafa 101%),
        url(../images/PassageKinkai10thHole2018003.JPG.jpg)
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat no-repeat;
}
.plan-image {
    width: 100%;
}
.plan-inner {
    padding: 0 30px 5rem 30px;
}
.plan-heading-group {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0, 25%);
    padding: 0 30px;
    color: var(--text-color2);
    text-shadow: 0 0 20px var(--background-color);
}
.plan-heading-decoration {
    width: 50%;
    text-align: center;
}
.plan-title {
    font-weight: bold;
    text-align: center;
}
.plan-title-line {
    font-size: clamp(3rem, 10vw, 6rem);
}
.plan-title-and {
    font-size: clamp(2.5rem, 7vw, 5rem);
}
.plan-title-block {
    display: block;
    margin: clamp(20px, 4vw, 30px) 0 0 0;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
}
.plan-explanation {
    margin: clamp(2rem, 6vw, 4rem) 0 0 0;
    text-align: center;
    text-shadow: 0 0 10px var(--text-color3);
}
.plan-explanation-heading {
    display: inline-block;
    padding: 0.5rem 0;
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    border-bottom: 3px solid var(--text-color2);
}
.plan-explanation-text {
    max-width: 480px;
    margin: 1rem auto 1rem auto;
    font-size: clamp(0.9rem, 1.7vw, 1rem);
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
.plan-explanation-text br {
    display: none;
}
.planchoice {
    text-align: center;
}
.planchoice-heading {
    margin: 1.5rem 0 1.5rem 0;
}
.planchoice-heading-title {
    display: inline-block;
    padding: 5px 20px;
    color: var(--text-color3);
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 600;

    position: relative;
    padding: 0 35px;
    text-align: center;
}
.planchoice-heading-title:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: var(--gradation-color2);
}
.planchoice-heading-title .planchoice-title-text {
    position: relative;
    padding: 0 1em;
    background: #fafafa;
}
.planchoice-heading-pickup {
    width: fit-content;
    margin: 10px auto 10px auto;
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    height: 55px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    background: var(--gradation-color2);
}
.planchoice-heading-pickup:before,
.planchoice-heading-pickup:after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    border: 28px solid var(--gradation-color2);
}
.planchoice-heading-pickup:before {
    left: -40px;
    border-left-width: 15px;
    border-left-color: transparent;
}
.planchoice-heading-pickup:after {
    right: -40px;
    border-right-width: 15px;
    border-right-color: transparent;
}
.planchoice-heading-pickup .planchoice-pickup-text {
    position: relative;
    display: block;
}
.planchoice-heading-l {
    font-size: clamp(2rem, 4vw, 2.25rem);
}
.planchoice-heading-m {
    font-size: clamp(1.5rem, 4vw, 1.75rem);
}
.planchoice-unit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
.planchoice-unit-item {
    width: 100%;
    max-width: 450px;
    height: stretch;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.planchoice-unit-title {
    margin: 10px 10px 1px 10px;
    padding: 0.8rem 2rem;
    color: var(--text-color2);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.0px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(90deg, var(--text-color4), var(--background-color), var(--text-color4))
}
.planchoice-unit-images {
    margin: 0 10px;
}
.planchoice-image {
    width: 100%;
}
.planchoice-unit-icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}
.planchoice-unit-symbol {
    width: clamp(58px, 6vw, 70px);
}
.planchoice-unit-box {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.planchoice-unit-image {
    width: clamp(70px, 15vw, 80px);
}
.planchoice-unit-description {
    margin: 0.8rem 0 1rem 0;
}
.planchoice-unit-text {
    color: var(--text-color3);
    font-size: clamp(0.85rem, 1.5vw, 0.9rem);
    font-weight: bold;
    line-height: 1.5;
}
.planchoice-unit-fee {
    margin: 0 2rem;
    padding: 1rem 0;
    color: var(--text-color3);
    border-top: 1px solid var(--text-color4);
}
.planchoice-unit-amount {
    display: inline-block;
    padding: 0 1.3rem 0 1.8rem;
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    background: linear-gradient(transparent 50%, #fff366 60%);
}
.planchoice-unit-yen {
    margin: 0 0 0 3px;
    font-size: 1.5rem;
}
.planchoice-unit-note {
    margin: 0.5rem 0;
    font-size: 0.8rem;
}
.meal-btn {
    display: inline-block;
    margin: 2rem 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-color3);
    font-size: clamp(0.9rem, 2vw, 1rem);
    text-align:center;
    background-color: #fff;
    border-radius: 50px;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
}
.meal-btn-link:hover {
    opacity: 0.9;
}
.meal-btn-link-icon {
    width: 21px;
    margin: 0 4px 0 0;
    vertical-align: top;
}
.moon-icon {
    width: 18px;
    margin: 1px 4px 0 0;
}
.plan-reserve-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    width: fit-content;
    margin: 2rem auto 0 auto;
}
.plan-reserve-btn-link {
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-weight: 500;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
}
.golf-reserve-btn-link {
    padding: 0.6rem 4rem 0.5rem 4rem;
    background-color: var(--text-color2);
    border-radius: 5px;
}
.plan-gdo-link {
    border: 2px solid #0671d1;
}
.plan-gora-link {
    border: 2px solid #c92626;
}
.plan-link-img {
    height: 25px;
}
.plan-gora-img {
    margin: 2px 0 0 0;
}
.hotel-reserve-btn-link {
    padding: 0.6rem 1.2rem;
    color: var(--text-color2);
    background: 
        linear-gradient(
            135deg,
            var(--gradation-color1),
            var(--gradation-color2),
            var(--gradation-color3)
        );
}
.plan-reserve-btn-link-text {
    font-size: 1.15rem;
}
.golf-introduction {
    position: relative;
    color: #fff;
    background: 
        linear-gradient(
            var(--text-color3),
            #121c4dbb,
            #121c4d33
        ),
        url(../images/golf-passage-slider2.jpg);
    background-repeat: no-repeat no-repeat;
}
.introduction-inner {
    padding: 5rem 30px;
}
.golf-introduction-heading {
    font-size: clamp(1.15rem, 2vw, 1.75rem);
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
}
.golf-introduction-heading span {
    font-size: clamp(1rem, 1.8vw, 1.5rem);
}
.golf-introduction-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 3rem 0 0 0;
}
.introduction-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;
}
.introduction-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");}

.golf-introduction-unit,
.hotel-introduction-unit {
    max-width: 500px;
}
.golf-introduction-unit-title {
    display: inline-block;
    padding: 0.2rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    border-bottom: 1px solid var(--text-color2);
}
.golf-introduction-unit-heading {
    margin: 2rem 0 0 0;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 500;
    line-height: 1.8;
}
.golf-introduction-unit-caption {
    margin: 2rem 0 0 0;
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.golf-introduction-btn,
.hotel-introduction-btn {
    margin: 2rem 0 0 0;
    padding: 0.5rem 0;
}
.golf-introduction-btn-link,
.hotel-introduction-btn-link {
    padding: 0.5rem 1rem 0.6rem 1.1rem;
    font-size: 0.9rem;
    border-radius: 5px;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
}
.golf-introduction-btn-link {
    color: var(--text-color3);
    background-color: var(--text-color2);
}
.hotel-introduction-btn-link {
    color: var(--text-color2);
    background-color: var(--background-color);
}
.hotel-introduction {
    position: relative;
    color: var(--text-color3);
    background: 
        linear-gradient(
            90deg,
            var(--base-color),
            #fafafadd,
            #fafafadd
        ),
        url(../images/hotel-passage-slider1.jpg);
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-position: center;
}
.hotel-introduction-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.hotel-introduction-unit-heading {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.8;
}
.hotel-introduction-unit-caption {
    margin: 2rem 0 0 0;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 600;
    line-height: 1.8;
}
.meal-about-inner {
    padding: 0 20px;
}
#meal-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    padding: 8rem 0 6rem 0;
}
.meal-breakfast, .meal-dinner {
    width: 580px;
}
.meal-section {
    width: 100%;
    max-width: 580px;
    height: stretch;
    text-align: center;
    background: var(--base-color);
    padding: 2rem 1.2rem;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.morning {
    border: 2px solid var(--text-color5);
}
.evening {
    border: 2px solid var(--text-color1);
}
/* 上部の丸背景 */
.meal-header {
    background: var(--base-color);
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 70px;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.morning-header {
    border-top: 2px solid var(--text-color5);
    border-left: 2px solid var(--text-color5);
    border-right: 2px solid var(--text-color5);
}
.evening-header {
    border-top: 2px solid var(--text-color1);
    border-left: 2px solid var(--text-color1);
    border-right: 2px solid var(--text-color1);
}
.meal-icon-morning {
    width: 50px;
    margin: 3rem 0 0 0;
}
.meal-icon-evening {
    width: 45px;
    margin: 3rem 0 0 0;
}
.meal-title {
    position: relative;
    display: block;
    margin: 0rem 1rem;
    padding: 0 2rem;
    font-size: clamp(1.5rem, 5vw, 2rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: 4px;
}
.meal-title:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
}
.morning-title {
    color: var(--text-color5);
}
.morning-title:before {
    background: var(--text-color5);
}
.evening-title {
    color: var(--text-color1);
}
.evening-title:before {
    background: var(--text-color1);
}
.meal-title span {
    position: relative;
    padding: 0 1rem;
    background: var(--base-color);
}

.meal-text {
    margin: 1.5rem 0 1.5rem 0;
    color: var(--text-color3);
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.5;
}
.meal-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.meal-item {
    max-width: 350px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}
.meal-item-morning {
    margin: 0;
    padding: 0.5rem 0;
    color: #fff;
    font-size: 1.0rem;
    letter-spacing: 2px;
    background: var(--text-color5);
}
.meal-item-evening {
    margin: 0;
    padding: 0.5rem 0;
    color: #fff;
    font-size: 1.0rem;
    letter-spacing: 2px;
    background: var(--text-color1);
}
.meal-item img {
    width: 100%;
    display: block;
    margin: 2px 0 0 0;
}
.note {
    margin: 1rem 0 0 0;
    font-size: 0.8rem;
    line-height: 1.2;
}
.meal-section.evening .meal-item h3 {
  background: var(--text-color1); /* 紫系 */
}
@media screen and (min-width:480px) {
    .planchoice-unit-item {
        max-width: 450px;
    }
}
@media screen and (min-width:768px) {
    .plan-reserve-btn {
        flex-direction: row;
    }
    .golf-introduction-slide {
        height: 300px;
    }
}
@media screen and (min-width:960px) {
    .planchoice-unit {
        flex-direction: row;
    }
    .planchoice-unit-item {
        max-width: 380px;
    }
    #meal-about {
        flex-direction: row;
        gap: 2rem;
    }
    .meal-section {
        max-width: 750px;
    }
    .meal-contents {
        flex-direction: row;
    }
    .meal-item {
        max-width: 350px;
    }
}
@media screen and (min-width:1200px) {
    .golf-introduction {
        background: 
            linear-gradient(
                90deg,
                var(--text-color3),
                var(--text-color3),
                #121c4d33
            ),
            url(../images/golf-passage-slider2.jpg);
    }
    .introduction-slide {
        width: clamp(600px, 10vw, 650px);
        height: clamp(400px, 10vw, 450px);
    }
    .golf-introduction-content {
        flex-direction: row;
        justify-content: space-between;
    }
    .hotel-introduction-content {
        flex-direction: row;
    }
    .meal-item {
        max-width: 250px;
    }
}


#access {
    border-top: 6px double #ccc;
}
.access-outer {
    padding: 6rem 30px 6rem 30px;
}
.section-heading {
    margin: 0 0 2rem 0;
    font-weight: bold;
    text-align: center;
    color: var(--text-color3);
}
.section-title{
    font-size: clamp(2.25rem, 6vw, 3.0rem);
}
.section-subtitle {
    margin: 1.0rem 0 0 0;
    font-size: clamp(1.0rem, 2vw, 1.25rem);
}
.access-inner {
    text-align: center;
}
.access-map-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.access-map-container {
    transition: 0.1s;
    position: relative;
    cursor: pointer;
}
.access-map-container::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/plus.png) no-repeat center center #fff;
    background-size: 30px;
    right: -3%;
    bottom: -3%;
    transition: .5s;
    transform: scale(1);
    border-radius: 100px;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.08), 0 0 1em rgba(0, 0, 0, 0.08);
}
.access-map-container:hover {
    opacity: 0.7;
}
.access-map-image {
    width: 100%;
    max-width: 550px;
}
.access-map-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}
.access-map-modal img {
    max-width: 90vh;
    max-height: 90vh;
}
.access-map-modal.active {
    display: flex;
}
.access-map-close-btn {
    color: rgb(210, 210, 210);
    background-color: transparent;
    cursor: pointer;
    position: fixed;
    background: url(../images/close.png) no-repeat center center;
    text-indent: -1000px;
    width: 100px;
    height: 100px;
    top: 2%;
    right: 2%;
    padding: 6px;
    display: block;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 99;
}
.access-map-link {
    background: url(../images/target.png) no-repeat right center;
    padding: 5px 30px 5px 0;
    width: auto;
    display: inline-block !important;
    border-bottom: 1px solid var(--text-color1);
    vertical-align: middle;
    color: var(--text-color1);
    font-weight: 700;
    font-size: 0.9rem;
    position: relative;
}
.access-about {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.access-car,
.access-boat {
    font-size: 1.2rem;
    font-weight: bold;
}
.access-car-unit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 1.2rem 0;
}
.access-car-item1 {
    min-width: 270px;
    margin: 0 auto 0 auto;
    padding: 6px 10px;
    font-size: 0.9rem;
    line-height: 1.5;
    background-color: #67474720;
}
.access-car-item1 br {
    display: none;
}
.access-car-item2 {
    padding: 0 10px;
    color: var(--text-color3);
    font-size: 1.2rem;
    font-weight: 600;
}
.access-mg {
    margin: 0 0 0 10px;
    color: var(--text-color1);
    font-size: 1.0rem;
    font-weight: 500;
}
.access-details {
    margin: 4rem 0 0 0;
}
.access-boat-item {
    margin: 10px 0 10px 0;
    font-size: 0.9rem;
    line-height: 1.5;
}
.boat-timetable-btn {
    margin: 20px 0;
}
.boat-timetable-btn-link {
    border: 1px solid var(--text-color1);
    width: 100%;
    padding: 15px 30px;
    color: var(--text-color1);
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    background: url(../images/arrow.png) no-repeat center right 5%;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
    background-size: 10px;
    font-size: clamp(0.9em, 2vw, 1rem);
    letter-spacing: 0;
}
.boat-timetable-btn-link::before {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    right: -8px;
    border-bottom: 1px solid var(--text-color3);
    border-right: 1px solid var(--text-color3);
    bottom: -8px;
    margin: 8px 0 0
}
@media screen and (min-width:480px) {
    .access-car-group {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 700px;
        margin: 0 auto;
    }
    .access-car-item1 {
        min-width: 180px;
        font-size: 0.9rem;
    }
    .access-car-item1 br {
        display: block;
    }
    .boat-details {
        margin: 2rem 0 0 0;
    }
    .boat-timetable-btn-link {
        max-width: 650px;
    }
}
@media screen and (min-width:1200px) {
    .section-heading {
        margin: 0 0 3rem 0;
    }
    .access-content-inner {
        display: flex;
        gap: 3rem;
    }
    .access-car,
    .access-boat,
    .access-boat-item {
        text-align: left;
    }
    .car-details {
        margin: 0;
    }
    .access-car-group {
        display: flex;
        flex-wrap: calc((100%-20px)/3);
    }
}


.footer-link-block {
    margin: 0 1rem;
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid #7D7D7D;
}
.footer-logo {
    width: 180px;
}
.sns-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: 1rem 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;
}
.x-icon {
    width: 20px;
}
.i-icon {
    width: 25px;
}
.y-icon {
    width: 35px;
}
.footer-tie-block {
    padding: 10px 0;
    border-top: 1px solid #7D7D7D;
}
.footer-tie-group {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.footer-nav-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    row-gap: 0.5rem;
    margin: 0 30px;
    line-height: 1.0;
}
.footer-nav-item {
    list-style: none;
}
.copyright,
.footer-nav-item-link {
    font-family: "noto sans JP", sans-serif;
    font-size: 0.8rem;
}
.footer-nav-item-link {
    color: var(--text-color1);
    font-size: 0.8rem;
    font-weight: 600;
}
@media screen and (min-width:960px) {
    .footer-tie-group {
        flex-direction: row;
        padding: 0 1rem;
    }
}
@media screen and (min-width:1200px) {
    .footer-link-block {
        margin: 0 auto;
    }
}
