@charset "utf-8";

.header__logo img {
    margin-top: 25px;
    width: 201px;
    height: auto;
    transition: all 0.3s ease;
}

.header.shrink .header__logo img {
    margin-top: 8px;
    width: 120px;

}


/* 区切り波用 */
.section--intro {
    position: relative;
    padding-bottom: 200px;

}


@media (max-width: 767px) {

    .header__logo img {
        width: 100px;
        height: auto;
        margin-top: 6px;
        /* margin-left: 5%; */
        transition: none;
    }

    .header.shrink .header__logo img {
        display: none;

    }

    .section--intro {
        position: relative;
        padding-top: 40px;
        padding-bottom: 100px;
    }


}

/*======================
mainvisual
======================*/

.mv__img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: visible;
    z-index: 0;
}

.mainImg_pc {
      width: 100%;
  height: 100%;

}

.mv__slide {
    position: absolute;
    inset: 0;
    /* top, right, bottom, left: 0; */
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv__slide.active {
    opacity: 1;
    z-index: 0;
}

.mv__slide img {
    width: 90%;
    height: auto;
    object-fit: cover;
}


/* ===============================
   タブレット対応
================================= */
@media  (max-width: 1400px) and (min-width: 1260px){
    .mv__img-wrapper {
margin-top: 20px;
}
}

@media  (max-width: 1260px) and (min-width: 767px){
    .mv__img-wrapper {
margin-top: 50px;
}

.header__logo img {
    margin-top: 25px;
    width: 150px;
    height: auto;
}

}


/* ===============================
   SP対応（縦並び）
================================= */
@media (max-width: 767px) {

    .mv__img-wrapper {
        aspect-ratio: auto;
        height: auto;
        overflow: visible;
    }

    .mv__slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* ===== 丸ぽちナビ ===== */
.mv__dots {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.mv__dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background-color 0.3s;
}

.mv__dots .dot.active {
    background-color: #E94A1A;
}

/* ===== キャッチコピーやボタンは前面に ===== */
.mv__catch,
.reserveBtn {
    position: absolute;
    z-index: 20;
}

.mainVisual {
    position: relative;
      aspect-ratio: 2325 / 1303;

}

.mainImg_sp {
    display: none;
}

.mv__img-wrapper {
    position: relative;
    display: inline-block;
    height: 100%;
}

.mv__catch {
    position: absolute;
    top: 11vh;
    right: 15vw;
}

.shape {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shape__text {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: var(--primary-orange);
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
    white-space: nowrap;
}

.shape--1 {
    background-image: url("../Images/squircle_1.png");
    width: 65px;
    height: 360px;
    /* z-index: 0; */
}

.shape--2 {
    background-image: url("../Images/squircle_2.png");
    width: 65px;
    height: 300px;
    top: 170px;
    right: 15px;
    padding-top: 15px;
    /* z-index: 0; */
}

/* 予約ボタン */


.reserveBtn {
    position: fixed;
    bottom: 3%;
    right: 3%;
    display: flex;
    flex-direction: column;
    /* ← 縦並び */
    align-items: center;
    /* ← 中央揃え */
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: var(--primary-orange);
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(92, 90, 90, 0.2);
    transition: 0.3s ease;
    z-index: 99999;
    line-height: 1.5;
}

.reserveBtn:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.reserveBtn__text {
    display: inline-block;
}

.reserveBtn__icon {
    width: 1em;
    height: auto;
    margin-left: 0.1em;
    vertical-align: middle;
}



.reserveBtn:hover {
    opacity: 0.9;
    transform: scale(1.05);
}





/* ===============================
   SP対応
================================= */
@media (max-width: 767px) {

    .mainImg_pc {
        display: none;
    }

    .mainImg_sp {
        display: block;
    }
    
    .mainVisual {
        top: 0px;
        aspect-ratio: 409 / 420;
    }


    .mv__slide img {
        width: 100%;
    }


    .reserveBtn {
        bottom: 0;
        width: 55%;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 50px;
        border-radius: 20px 20px 0 0;
        font-size: 1.6rem;
        font-weight: 500;
        text-align: center;
        color: #fff;
        background-color: var(--primary-orange);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        max-width: 300px;
    }

    .reserveBtn__text {
        letter-spacing: 0.1em;
    }


    .reserveBtn__icon {
        width: 1em;
        height: auto;
        margin-left: 0;

    }

    .shape__text {
        font-size: 1.6rem;
    }

    .shape--1 {
        width: 36px;
        height: 180px;
    }

    .shape--2 {
        width: 36px;
        height: 170px;
        top: 40px;
        right: 8px;
    }

    .mv__catch {
        position: absolute;
        top: 3vh;
        right: 15vw;
    }


    .mv__dots {
        bottom: 10px;
    }

    .mv__dots .dot {
        width: 8px;
        height: 8px;
    }

}

/* ===============================
   タブレット対応
================================= */
@media (max-width: 1110px) and (min-width: 767px) {

    .shape__text {
        font-size: 2.2rem;
    }

    .shape--1 {
        width: 50px;
        height: 250px;
    }

    .shape--2 {
        width: 50px;
        height: 250px;
        top: 60px;
        right: 8px;
    }

    .mv__catch {
        top: 6vh;
        right: 15vw;
    }

}


/* アニメーション */

/* concept */

.concept__title {
    color: #A87A67;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1rem;
}

.point {
    letter-spacing: 0.2rem;
    padding-left: 0.3em;
    color: var(--primary-orange);
    position: relative;
}

.text-animate span {
    display: inline-block;
    opacity: 0;
    transform: translateX(0.5px);
}

.text-animate.is-visible span {
    animation: fadeLeft 2s ease forwards;
}

@keyframes fadeLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.mainCaption {
    margin-top: 80px;
}

.mainCaption__txt {
    margin-top: 46px;
    color: #4F4F4F;
    text-align: center;
    font-size: 2.2rem;
    line-height: 50px;
}


.concept {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

/* くるくる線 */
.spiral-line {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
}

.spiral-line path {
    stroke: #E74B1A;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 340;
    stroke-dashoffset: 340;
      opacity: 0; /* ← 最初は見えない */
}

.spiral-line.active path {
  opacity: 1;
  animation: drawSpiral 1s ease-in-out forwards;
}

.spiral-line path:nth-child(13) {
    animation-delay: 0s;
}

.spiral-line path:nth-child(12) {
    animation-delay: 0.2s;
}

.spiral-line path:nth-child(11) {
    animation-delay: 0.4s;
}

.spiral-line path:nth-child(10) {
    animation-delay: 0.6s;
}

.spiral-line path:nth-child(9) {
    animation-delay: 0.8s;
}

.spiral-line path:nth-child(8) {
    animation-delay: 1s;
}

.spiral-line path:nth-child(7) {
    animation-delay: 1.2s;
}

.spiral-line path:nth-child(6) {
    animation-delay: 1.4s;
}

.spiral-line path:nth-child(5) {
    animation-delay: 1.6s;
}

.spiral-line path:nth-child(4) {
    animation-delay: 1.8s;
}

.spiral-line path:nth-child(3) {
    animation-delay: 2s;
}

.spiral-line path:nth-child(2) {
    animation-delay: 2.2s;
}

.spiral-line path:nth-child(1) {
    animation-delay: 2.4s;
}

@keyframes drawSpiral {
    to {
        stroke-dashoffset: 0;
    }
}

/* くるくる線end */


.concept__img {
    position: absolute;
}

/* ===============================
   SP対応
================================= */
@media (max-width: 767px) {



    .point {
        letter-spacing: normal;
    }

    .concept {
        margin-top: 0px;
    }

    .mainCaption {
        margin-top: 30px;
    }
        
    .spiral-line {
    bottom:-15px;
}

}


/* ふわふわアイコン*/
.butterfly {
    top: 400px;
    left: 180px;
    width: 7vw;
}

.magnet {
    top: 500px;
    right: 300px;
    width: 7vw;
}

.donut {
    top: 150px;
    left: 100px;
    width: 7vw;
}

.hourglass {
    top: 50px;
    right: 200px;
    width: 6vw;
}

.union {
    bottom: 50px;
    left: 40px;
    width: 6vw;
}

.island {
    top: 300px;
    right: 50px;
    width: 7vw;
}

.circle {
    bottom: -150px;
    left: 400px;
    width: 7vw;
}

.pill {
    bottom: 50px;
    right: 100px;
    width: 7vw;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(-5deg);
    }

    50% {
        transform: translateY(0) rotate(0deg);
    }

    75% {
        transform: translateY(10px) rotate(5deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.concept__img {
    position: absolute;
    animation: float 6s ease-in-out infinite;
}

.butterfly {
    animation-duration: 5s;
}

.magnet {
    animation-duration: 6s;
    animation-delay: 0.5s;
}

.donut {
    animation-duration: 7s;
    animation-delay: 1s;
}

.hourglass {
    animation-duration: 6s;
    animation-delay: 1.2s;
}

.union {
    animation-duration: 5.5s;
    animation-delay: 0.7s;
}

.island {
    animation-duration: 6.5s;
    animation-delay: 0.3s;
}

.circle {
    animation-duration: 5.2s;
    animation-delay: 0.9s;
}

.pill {
    animation-duration: 6.2s;
    animation-delay: 1.1s;
}

/* ふわふわアイコンend*/

/* ===============================
   SP対応
================================= */
@media (max-width: 767px) {
    .concept__title {
        margin-top: 30px;
        font-size: 2rem;
    }


    .mainCaption__txt {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 1.8;
            position: relative;
    z-index: 10;
    }


    /* .concept__img {
        display: none;
    } */

.butterfly {
 top: -60px;
    left: 10vw;
    width: 40px;
}

.magnet {
    top: 100px;
    left: 80vw;
    width: 40px;
}

.donut {
    top: 150px;
    left: 100px;
    width: 40px;
}

.hourglass {
    top: 460px;
    left: 200px;
    width: 40px;
}

.union {
    bottom: 50px;
    left: 40px;
    width: 40px;
}

.island {
    top: 300px;
    right: 50px;
    width: 40px;
}

.circle {
display: none;
}

.pill {
display: none;
}


}

/* ===============================
   タブレット対応
================================= */

@media (max-width:1220px) and (min-width: 767px) {
/* ふわふわアイコンを常に後ろへ固定 */
.concept__img {
    z-index: -1 !important;
    pointer-events: none; /* ← クリックも邪魔しなくなる */
}

/* テキストブロックを前面へ */
.concept > *:not(.concept__img) {
    position: relative;
    z-index: 10;
}

.hourglass {
    top: 50px;
    right: 80px;
    width: 6vw;
}

.butterfly {
    top: 400px;
    left: 150px;
    width: 7vw;
}

}

/* Charm */

.custom-shape-divider-bottom-1759982395 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1759982395 svg {
    position: relative;
    display: block;
    width: calc(138% + 1.3px);
    height: 106px;
}

.custom-shape-divider-bottom-1759982395 .shape-fill {
    fill: #FFFFFF;
}

.section--charm {
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: #FFF;
}

.section__title {
    position: relative;
}


.charm__list {
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.charm__item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 120px;
}

.charm__img-wrapper {
    position: relative;
}

.speech {
    position: absolute;
    top: -50px;
    right: 30px;
    width: 207px;
    height: 165px;
    background: url("../Images/fukidashi.png") no-repeat center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    color: var(--primary-orange);
    font-size: 2rem;
    line-height: 1.4;
}

.charm__item:first-child {
    margin-top: 153px;
}

.charm__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 500px;
}

.charm__item--reverse {
    flex-direction: row-reverse;
}

.charm01 {
    max-width: 569px;
    height: auto;
}

.charm02 {
    max-width: 522px;
    height: auto;
}

.charm03 {
    max-width: 512px;
    height: auto;

}

.charm__no {
    color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #4F4F4F;
    font-family: "Montserrat Alternates";
    font-size: 12.8rem;
    font-weight: 600;
    line-height: 1;
    filter: drop-shadow(10px 10px 0px #F8F1EE);
}

.charm__title {
    color: #E74B1A;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.34;
}

.charm__txt {
    color: #4F4F4F;
    font-size: 2rem;
    line-height: 1.8;
}

/* ===============================
   SP対応
================================= */

@media (max-width: 767px) {

    .custom-shape-divider-bottom-1759982395 svg {
        height: 50px;
    }

    .section--charm {
        padding-top: 100px;
    }

    .section__txt {
        font-size: 1.6rem;
        padding: 20px 0 0;
        margin: 0 auto;
    }

    .charm__list {
        gap: 0px;
    }

    .charm__item:first-child {
        margin-top: 30px;
    }

    .charm__item {
        flex-direction: column !important;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
    }

    .charm__item--reverse {
        flex-direction: column !important;
    }

    .charm__img-wrapper {
        width: 80%;
        max-width: 300px;
    }

    .charm01,
    .charm02,
    .charm03 {
        width: 100%;
        height: auto;
    }

    .speech {
        position: absolute;
        top: -20px;
        right: 10px;
        width: 160px;
        height: auto;
        margin-top: 0;
        font-size: 1.6rem;
        padding: 30px;

    }

    .charm__content {
            position: relative;
        max-width: 100%;
        text-align: center;
        gap: 8px;
                transform: translateY(-60px);
    }


    .charm__title {
        font-size: 2.4rem;
    }

    .charm__item {
        position: relative;
    }

    .charm__no {
        font-size: 6rem;
        z-index: 2;
        filter: drop-shadow(4px 4px 0px #F8F1EE);
            -webkit-text-stroke-width: 0.8px;
          transform: translateX(-100px);
    }

    .charm__txt {
        font-size: 1.6rem;
        margin: 0 auto;
        text-align: left;
        max-width: min(90%, 420px);
    }

    .charm01,
    .charm02,
    .charm03 {
        width: 273px;
        height: auto;
    }


}


/* ===============================
   タブレット対応
================================= */

@media (max-width:1220px) and (min-width: 767px) {

  .charm__item {
        flex-direction: column !important;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
    }

     .charm__content {
        gap: 8px;
            width: 480px;      
    max-width: 90%;
    margin: -100px auto 0;
    text-align: left;
    }

}


/* ボタン */
.btn {
    margin-top: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    padding: 16px 32px;
    border-radius: 50px;
    background-color: var(--primary-brown);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    transition: 0.3s ease;
}

.btn__plan {
    margin-left: auto;
    margin-right: 8%;
}

.btn:hover {
    opacity: 0.8;
}

.btn__icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    color: var(--primary-brown);
}

/* 丸矢印部分 */

.btn__icon span {
    display: inline-block;
    transform: translateY(-2px);
}

.btn__txt {
    transform: translateX(10px);
}

/* ===============================
   SP対応
================================= */

@media (max-width: 767px) {
    .btn {
        margin: 30px auto;
        width: 250px;
        padding: 12px 0;
    }

}



/* HowtoEnjoy */

.section--Enjoy {
    background-color: var(--primary-beige);
    z-index: 1;
}

.wrap {
    overflow: hidden;
    background-color: #FFF;
}

/* 上下円弧区切り */
.content01 {
    background: var(--primary-beige);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 300px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 250px;
    padding-bottom: 70px;

}

.content02 {
    background: var(--primary-beige);
    border-bottom-left-radius: 1000px 200px;
    border-bottom-right-radius: 1000px 200px;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;

}


.Enjoy__list {
    display: flex;
    flex-direction: column;
    gap: 150px;
    margin: 0 auto;
}

.Enjoy__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5%;
}

.Enjoy__content {
    display: flex;
    flex-direction: column;

    gap: 12px;
    max-width: 500px;

}

.Enjoy__heading {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.Enjoy__img {
    width: 50%;
    max-width: 555px;
    /* height: 555px; */
}

.Enjoy__heading--en {
    color: #E74B1A;
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 4.8rem;
    line-height: 1.8;
}

.Enjoy__heading--jp {
    color: #E74B1A;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    transform: translateY(-20px)
}

.Enjoy__txt {
    color: #4F4F4F;
    font-size: 2rem;
    line-height: 1.8;
    /* width: 460px; */
}

.Enjoy__txt span {
    color: var(--primary-orange);
}

.Enjoy__item--reverse {
    flex-direction: row-reverse;
}

.Enjoy__item:first-child {
    margin-top: 80px;
}

/* ===============================
   SP対応
================================= */

@media (max-width: 767px) {

    .content01 {
        padding-top: 100px;
        height: 150px;
    }

    .content02 {

        height: 100px;

    }

    .Enjoy__heading {
        margin: 0 auto;
    }

    .Enjoy__list {
        gap: 60px;
        width: 95%;
        margin: 0 auto;
    }

    .Enjoy__item {
        flex-direction: column !important;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
    }

    .Enjoy__item--reverse {
        flex-direction: column !important;
    }

    .Enjoy__img {
        width: 80%;
        max-width: 300px;
        height: auto;
    }

    .Enjoy__content {
        max-width: 100%;
        text-align: center;
        gap: 8px;
    }

    .Enjoy__heading--en {
        font-size: 3rem;
    }

    .Enjoy__heading--jp {
        font-size: 1.4rem;
        transform: translateY(-10px);
    }

    .Enjoy__txt {
        font-size: 1.6rem;
        text-align: start;
    }

    .Enjoy__item:first-child {
        margin-top: 40px;
    }

    .content01 {
        padding-top: 0px;
    }

    .enjoy__bg-icons {
        display: none;
    }
}

/* Enjoy背景アイコン */

.section--Enjoy {
  position: relative;
  z-index: 0;
  overflow: hidden; /* はみ出し防止 */
}

.enjoy__bg-icons {
  position: absolute;
  inset: 0; /* 全面 */
  pointer-events: none; 
}

/* 各アイコン共通 */
.bg-icon {
  position: absolute;
  width: 300px;
  height: auto;
}

/* 配置位置を個別指定 */
.bg-icon--1 { top: 10%; left: 5%; transform: rotate(10deg); }
.bg-icon--2 { top: 25%; right: 10%; transform: rotate(-15deg); }
.bg-icon--3 { bottom: 28%; left: 10%; transform: rotate(0deg); }
.bg-icon--4 { bottom: 3%; right: 5%; transform: rotate(0deg); }


.Enjoy__list {
  position: relative;
  z-index: 2; /* ← コンテンツが最前面になる */

  }


/* News */


.section--news {
    position: relative;
    background-color: #FFF;
    padding-top: 100px;
    padding-bottom: 50px;
}


.news__list {
    margin-top: 32px;

}

.news__topic {
    display: flex;
    align-items: center;
    color: var(--primary-orange);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 24px;
    gap: 10px;
}

.news__topic:first-of-type {
    margin-top: 0;
}

.news__topic time {
    font-family: "Inter";
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    padding: 8px 32px;
    background-color: var(--primary-orange);
    border-radius: 50px;
}

.news__txt {
    font-size: 1.6rem;
    margin-top: 8px;
}

/* ===============================
   SP対応
================================= */

@media (max-width: 767px) {
    .news__topic {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .news__topic span {
        display: block;
        font-size: 1.6rem;
    }

    .news__list {
        width: 100%;

    }
}


/* Access */
.section--access {
    padding-top: 150px;
    padding-bottom: 50px;
    position: relative;
}

.custom-shape-divider-top-1760019766 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    transform: scaleY(-1);
}

.custom-shape-divider-top-1760019766 svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 138px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1760019766 .shape-fill {
    fill: #FFFFFF;
}

.access__content {
    display: flex;
    margin-top: 50px;
    align-items: stretch;
}

.section--access iframe {
    flex: 2;
    min-width: 300px;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}

.access__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.access__detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    min-width: 0;
}

.access__img {
    width: 50%;
    height: auto;
    margin-top: 30px;
}

.station {
    color: #4F4F4F;
    font-size: 2rem;
    line-height: 1.8;
}

.address {
    color: #4F4F4F;
    font-size: 1.8rem;
    line-height: 1.3;
}

.access__txt {
    color: #4F4F4F;
    font-size: 1.8rem;
    line-height: 1.8;
}


/* 各行にアイコンを横並びで配置 */
.access__detail p,
.access__detail address {
    display: flex;
    align-items: center;
    gap: 12px;
    /* アイコンとの距離 */
}

/* アイコンサイズと位置調整 */
.access__icon {
    width: 25px;
    height: 25px;
    text-align: center;
    flex-shrink: 0;
    /* 潰れ防止 */
    margin-top: 3px;
    /* テキストとの高さ調整 */
}

.pin {
    width: 27px;
    height: 27px;
}
.iframe {
    width: 50%;
}

/* ===============================
   SP対応
================================= */

@media (max-width: 767px) {

    .custom-shape-divider-top-1760019766 svg {
        height: 60px;

    }

    .section--access iframe {
        min-width: 300px;
        min-height: 300px;
    }

    .access__content {
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        gap: 24px;
    }

    .section--access iframe {
        width: 100%;
        min-width: auto;
        height: 300px;
        border-radius: 20px;
    }

    .access__detail {
        /* width: 100%; */
        text-align: center;
        gap: 12px;
    }

    .access__item {
        width: 100%;
        align-items: center;
    }

    .access__img {
        width: 70%;
        max-width: 300px;
        margin-top: 30px;
    }

    .station {
        font-size: 1.6rem;
    }

    .address {
        font-size: 1.6rem;
    }

    .access__txt {
        font-size: 1.6rem;
    }

}