@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


.frc-relative {
    position: relative;
}

.frc-archo-link {
    visibility: hidden;
    position: absolute;
    top: -80px;
}

.frc-wrapper {
    padding-top: 80px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: system-ui, sans-serif;
    background-color: #fff;
    color: #000;
    font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.frc-wrapper img {
    max-width: 100%;
    vertical-align: top;
}

.frc-text-center {
    text-align: center;
}

/* .frc-nav__link.is-active {
    background-color: #ffea01;
} */

.frc-nav-container {
    padding: 42px 0 52px;
}

.frc-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1136px;
}

.frc-nav__item {
    position: relative;
}

.frc-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.frc-nav__link {
    display: inline-flex;
    align-items: center;
    background-color: rgb(75, 221, 202);
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 12px;
    line-height: 1.2;
    letter-spacing: -1px;
    min-width: 274px;
    min-height: 62px;
    justify-content: center;
    border-radius: 30px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
    box-shadow: 4.045px 2.939px 6px 0px rgba(0, 0, 0, 0.2);
}

.frc-nav__link.md {
    min-width: 368px;
}

.frc-nav__link.sm {
    min-width: 274px;
}

.frc-nav__arrow {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    position: absolute;
    right: 17px;
    top: calc(50% - 16px);
}

.frc-nav__link:hover {
    background-color: #47e6d6;
    transform: translateY(-2px);
}

.frc-nav__link:active {
    background-color: #4bf3dd;
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
    .frc-nav__link {
        font-size: 14px;
        padding: 8px 16px;
    }

    .frc-nav__item {
        width: 47%;
    }

}




.frc-points {
    background-color: #eef2d3;
    padding: 60px 20px;
    font-family: "Noto Sans JP", sans-serif;
}

.frc-points__heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 48px;
}

.frc-points__highlight {
    color: #f05a9e;
}

.frc-point-card {
    max-width: 1080px;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 14.04px 3.96px rgba(0, 0, 0, 0.08);
    padding-bottom: 26px;
}


.frc-point-card__header {
    background-color: rgb(75, 221, 202);
    display: flex;
    align-items: center;
    padding: 21px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.frc-point-card__number {
    background-color: #f05a9e;
    color: #fff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    top: 3px;
    left: 26px;
    text-align: center;
    line-height: 1.2;
    position: absolute;
}

.frc-point-card__number {
    width: fit-content;
}

.frc-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.frc-point-card__title {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.footerLinkList li a {
    transition: opacity 0.10s ease-in-out;
}


.footerLinkList li a:hover {
    opacity: 0.8 !important;
}

.frc-point-card__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

.frc-point-card__left {
    flex: 1 1 220px;
    text-align: center;
}

.frc-point-card__img {
    width: 100%;
    max-width: 200px;
    border-radius: 4px;
}

.frc-point-card__subtext {
    margin-top: 12px;
}

.frc-point-card__label {
    display: block;
    font-size: 14px;
    color: #48d1c0;
    margin-bottom: 4px;
}

.frc-point-card__desc {
    font-size: 16px;
    margin: 0;
    color: #000;
}

.frc-point-card__arrow {
    font-size: 24px;
    color: #999;
}

.frc-point-card__right {
    flex: 1 1 220px;
    text-align: center;
    position: relative;
}

.frc-point-card__circle {
    background-color: #ffdb05;
    color: #000;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto;
}

.frc-point-card__new {
    background-color: #48d1c0;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -12px;
    right: calc(50% - 24px);
}

.frc-point-card__note {
    font-size: 12px;
    color: #999;
    padding: 0 16px 16px;
}

.frc-point-card__points-list {
    list-style: disc inside;
    padding: 0 16px 16px;
    margin: 0;
    color: #333;
    font-size: 14px;
}

.frc-point-card__points-list li {
    margin-bottom: 8px;
}

.frc-point-card__button-wrap {
    text-align: center;
    padding: 28px 16px 24px;
}

.frc-point-card__button {
    display: inline-flex;
    align-items: center;
    background-color: rgb(75, 221, 202);
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 12px;
    line-height: 1.2;
    letter-spacing: -1px;
    min-width: 368px;
    min-height: 62px;
    justify-content: center;
    border-radius: 30px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
    box-shadow: 4.045px 2.939px 6px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.frc-point-card__arrow {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    position: absolute;
    right: 17px;
    top: calc(50% - 16px);
}

@media screen and (max-width: 768px) {
    .frc-point-card__body {
        flex-direction: column;
        gap: 16px;
    }

    .frc-point-card__right .frc-point-card__circle {
        width: 140px;
        height: 140px;
        font-size: 14px;
    }

    .frc-point-card__new {
        width: 40px;
        height: 40px;
        font-size: 10px;
        top: -10px;
        right: calc(50% - 20px);
    }
}





.frc-steps {
    background-color: #d2eaef;
    padding: 100px 20px 112px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

.frc-steps__title {
    font-size: 28px;
    margin-bottom: 46px;
    color: #000;
}

.frc-steps__pink {
    color: #f05a9e;
}

.frc-steps__box {
    position: relative;
    padding: 34px 20px 52px;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 14.04px 3.96px rgba(0, 0, 0, 0.08);
}

.frc-steps__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    position: relative;
    z-index: 1;
}

.frc-step-card {
    text-align: center;
    position: absolute;
}

.frc-step-card__badge {
    background-color: #f05a9e;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.frc-step-card__img {
    width: 100%;
    max-width: 300px;
    border-radius: 4px;
}

.frc-step-card__text {
    font-size: 24px;
    color: #000;
    margin-top: 12px;
    line-height: 1.3;
    text-align: left;
    font-weight: bold;
    letter-spacing: -1px;
}

.frc-step-card__text small {
    font-size: 18px;
    line-height: 1.2;
}

.frc-step-card--1 {
    left: 128px;
    top: 310px;
}

.frc-step-card--2 {
    right: 0;
    top: 0;
    margin-top: 40%;
    margin-right: 8%;
}

.frc-step-card--3 {
    top: 0;
    left: 0;
    margin-top: 75%;
    margin-left: 5%;
}

.frc-step-card--4 {
    top: 0;
    right: 0;
    margin-top: 80%;
    margin-right: 1%;
}

.frc-steps__connector {
    height: auto;
    pointer-events: none;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .frc-steps__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .frc-step-card__img {
        max-width: 100%;
    }
}








.frc-rewards {
    background: #fff;
    padding: 92px 20px 94px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

.frc-reward-card__icon {
    margin-right: 8px;
}

.frc-rewards__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 46px;
    color: #000;
}

.frc-point-item {
    text-indent: -1em;
    margin-left: 1em;
}

.frc-rewards__highlight {
    color: #f05a9e;
}

.frc-rewards__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    max-width: 1080px;
    margin: 0 auto 40px;
    align-items: end;
}

/* Card chung */
.frc-reward-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    min-width: 270px;
}

/* Top phần */
.frc-reward-card__top {
    background-color: #10ceb5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Stamp text */
.frc-reward-card__stamp {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 8px;
}

.frc-reward-card__stamp strong {
    display: block;
    font-size: 24px;
}

/* Căn chiều cao khác nhau */
.frc-reward-card--25 .frc-reward-card__top {
    height: 80px;
}

.frc-reward-card--50 .frc-reward-card__top {
    height: 111px;
}

.frc-reward-card--75 .frc-reward-card__top {
    height: 147px;
}

.frc-reward-card--100 .frc-reward-card__top {
    height: 187px;
}

/* Middle phần */
.frc-reward-card__middle {
    background-color: #ebf4f6;
    padding: 0;
    flex: 1;
}

.frc-text-5 {
    font-size: 20px;
}

.frc-reward-card__row {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 12px;
    line-height: 1.3;
    border-top: 4px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.frc-reward-card__row.bg-child {
    background-color: #d2eaef;
}

.frc-reward-card__row~.frc-reward-card__row {
    border-bottom: 4px solid #ffffff;
}

.frc-reward-card__row.size-md {
    min-height: 115px;
}

.frc-reward-card__note {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 6px;
    display: inline-block;
}

.frc-reward-card__desc {
    font-size: 14px;
    color: #000;
    margin: 0;
    line-height: 1.5;
}

/* Bottom phần */
.frc-reward-card__bottom {
    background-color: #ffea01;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    padding: 16px 0;
    letter-spacing: -2px;
}

/* Buttons bên dưới */
.frc-rewards__buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}




.frc-rewards__btn {
    color: #fff;
    font-weight: bold;
    padding: 12px 46px 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    min-width: 412px;
    min-height: 62px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease;
    font-size: 20px;
    line-height: 1.4;
    background-color: rgb(57, 57, 57);
    box-shadow: 4.045px 2.939px 6px 0px rgba(0, 0, 0, 0.2);
}

.frc-rewards__btn-arrow {
    margin-left: 8px;
    font-size: 16px;
    position: absolute;
    right: 19px;
    top: 15px;
}

.frc-rewards__note {
    font-size: 14px;
    color: #000;
    margin-top: 35px;
}





.frc-booking {
    background-color: #48d1c0;
    background-image: repeating-linear-gradient(0deg,
            rgba(255, 255, 255, 0.1) 0,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px,
            transparent 20px);
    padding: 100px 20px 62px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

.frc-booking__title {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 56px;
}

.frc-booking__list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.frc-reward-card__link {
    color: #0046af;
    font-style: normal;
    cursor: pointer;
}

.frc-reward-card__link:hover {
    text-decoration: underline;
}


.frc-booking {
    background-image: url("../img/bg-booking-coupon.jpg");
}

.frc-notice__item {
    text-indent: -1em;
    margin-left: 1em;
}

.frc-booking__item {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 32px;
    box-shadow: 0px 0px 14.04px 3.96px rgba(0, 0, 0, 0.08);
}

.frc-booking__link {
    color: #0046af;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.frc-booking__link:hover {
    opacity: 0.86;
}

.frc-booking__left {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 16px;
    padding-right: 14px;
}

.frc-booking__number {
    background-color: #e4b731;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frc-booking__text {
    text-align: left;
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    font-weight: 600;
    margin-left: 12px;
}

.frc-booking__small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 4px;
}

.frc-booking__right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.frc-booking__icon_1 {
    margin: 38px 34px 38px 0;
}

.frc-booking__icon_2 {
    margin: 12px 15px 17px 0;
}

.frc-booking__icon_3 {
    margin: 28px 32px 13px 0;
}


.frc-booking__icon_4 {
    margin: 12px 58px 0 0;
}

.frc-booking__icon_5 {
    margin: 10px 42px 10px 0;
}

.frc-booking__icon {
    /* width: 137px; */
    object-fit: cover;
    border-radius: 4px;
}







.長方形_3 {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 180px;
    top: 5870px;
    width: 1080px;
    height: 778px;
    z-index: 357;
}

.frc-notice {
    max-width: 1080px;
    margin: 50px auto 28px;
}


.frc-notice__header {
    background-color: #d2eaef;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding: 16px 16px 14px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 auto;
}

.frc-notice__content {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 auto;
    padding: 28px 48px 46px;
}

.frc-notice__title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}

.frc-notice__lead {
    font-size: 20px;
    color: #000;
    margin: 0 0 40px;
    line-height: 1.5;
    font-weight: 500;
}

.frc-notice__emphasis {
    color: #d30000;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.frc-notice__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.frc-notice__list li {
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.frc-notice__list li::before {
    content: "・";

}

.frc-notice__button-wrap {
    margin-top: 64px;
}

.frc-notice__indent {
    display: flex;
    text-indent: -2em;
    margin-left: 2em;
    /* padding-left: 20px; */
}

.frc-notice__button {
    display: inline-flex;
    align-items: center;
    background-color: rgb(228, 183, 49);
    box-shadow: 4.045px 2.939px 6px 0px rgba(0, 0, 0, 0.2);
    color: #000;
    text-decoration: none;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    padding: 14px 32px;
    border-radius: 9999px;
    justify-content: center;
    min-width: 478px;
    min-height: 80px;
}


.frc-notice__button-arrow {
    margin-left: 8px;
    font-size: 16px;
    position: absolute;
    right: 22px;
    top: 20px;
}

@media screen and (max-width: 768px) {
    .frc-notice__header {
        font-size: 16px;
        padding: 9px 9px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .frc-notice__lead,
    .frc-notice__list {
        font-size: 12px;
    }

    .frc-notice__lead {
        margin: 0 0 20px;
    }

    .frc-notice__emphasis {
        text-underline-offset: 4px;
    }

    .frc-notice__title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .frc-notice__content {
        padding: 16px 16px;
    }

    .frc-notice__list li {
        font-size: 12px;
        line-height: 1.5;
    }

    .frc-notice__lead,
    .frc-notice__list {
        font-size: 13px;
    }

    .frc-notice__button {
        font-size: 16px;
        padding: 12px 24px;
    }
}





/* 


.modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    pointer-events: auto;
    opacity: 1;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.modal-container {
    position: relative;
    background: white;
    padding: 24px;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    z-index: 1;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}
.modal.show .modal-container {
    transform: translateY(0);
    opacity: 1;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
}

.modal-title {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
*/

.button-modal {
    color: blue;
    text-decoration: underline;
}

.frc-hero {
    background-color: #4bddca;
    background-image: url("../img/bg-main.jpg");
    padding: 0;
    margin: 0;
    min-width: 100%;
    text-align: center;
}

.frc-hero img {
    vertical-align: top;
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;
}

.frc-hero-row {
    background-image: url("../img/bg-main-bottom.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
}

.frc-notice__button.frc-effect {
    transition:
        background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow, background-color;
}

.frc-notice__button.frc-effect:hover {
    transform: translateY(-2px);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.12);
    background-color: #f2c94e;
}



.frc-rewards__btn.frc-effect {
    transition:
        background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow, background-color;
}

.frc-rewards__btn.frc-effect:hover {
    transform: translateY(-2px);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.12);
    background-color: #444;
}

.frc-rewards__btn.frc-effect:active {
    transform: translateY(0);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.05),
        0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #3a3a3a;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.1s ease;
}


.frc-point-card__button.frc-effect {
    transition:
        background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow, background-color;
}

.frc-point-card__button.frc-effect:hover {
    transform: translateY(-2px);
    box-shadow:
        0 6px 10px rgba(0, 0, 0, 0.15),
        0 12px 24px rgba(0, 0, 0, 0.12);
    background-color: rgb(65, 200, 185);
    /* nhẹ hơn bản gốc */
}

.frc-point-card__button.frc-effect:active {
    transform: translateY(0);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgb(58, 178, 165);
    /* đậm hơn chút */
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.1s ease;
}


.frc-note {
    width: 100%;
    text-align: center;
    margin: 32px 0 28px;
}

.frc-note-text {
    display: inline-block;
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
    font-weight: 500;
}

.frc-note-highlight {
    color: #d30000;
    text-decoration: underline;
    font-weight: bold;
    text-underline-offset: 6px;
}


.frc-point-box {
    display: flex;
    align-items: stretch;
    border-radius: 6px;
    max-width: 1023px;
    min-height: 100px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: rgb(252, 245, 224);
    box-sizing: border-box;
}

.frc-point-label {
    background-color: #e4b731;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    min-width: 141px;
    min-height: 100%;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.frc-text-sm {
    font-size: 14px;
}

.frc-point-content-text {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 18px;
    display: inline-flex;
}

.frc-point-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
}

.frc-point-content ul {
    margin: 0;
    padding: 0;
}

.frc-point-content li {
    list-style-type: none;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}




.frc-hotel {
    padding: 82px 20px 110px;
}

.frc-hotel-list {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.frc-hotel-list__title-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px
}

.frc-hotel-list__subtitle {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 26px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 26px;
    color: #000000;
    position: relative;
}


.frc-hotel-list__subtitle::before,
.frc-hotel-list__subtitle::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 229px;
    height: 4px;
    background-color: rgb(16, 206, 181);
    position: absolute;
    top: 50%;
}

.frc-hotel-list__subtitle::before {
    left: -218px;
}

.frc-hotel-list__subtitle::after {
    right: -218px;
}

.frc-hotel-list__note {
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: bold;
}

.frc-hotel-list__content-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.frc-faq-wrapper {
    background-color: #ffea95;
    padding-top: 114px;
    padding-bottom: 180px;
}

.frc-faq-container {
    max-width: 1080px;
    margin: 0 auto;
}

.frc-faq-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 46px;
    font-weight: bold;
}

.frc-faq-title .frc-faq-normal {
    color: #000000;
}

.frc-faq-title .frc-faq-highlight {
    color: #FF4081;
    margin-left: 8px;
}


.frc-faq-item {
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.frc-faq-question {
    display: flex;
    align-items: flex-start;
    padding: 36px 34px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.frc-faq-question::before {
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 38px;
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 18px;
    background-image: url("../img/faq-q.png");
}

.frc-faq-question::after {
    content: "+";
    position: absolute;
    right: 34px;
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    transition: transform 0.3s ease;
    width: 34px;
    height: 34px;
    background-color: #d3d3d3;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 34px;
    padding-bottom: 2px;
    top: calc(50% - 17px);
}

.frc-faq-item.active .frc-faq-question::after {
    content: "−";
    transform: rotate(0deg);
}



.frc-faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 0.25s ease-in-out,
        opacity 0.25s ease-in-out;
}

.frc-faq-question-text {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 1.4;
    padding: 0 68px 0 20px;
    min-height: 38px;
    display: flex;
    align-items: center;
}


.frc-faq-item.active .frc-faq-answer {
    max-height: 1000px;
    opacity: 1;
}

.frc-faq-answer-inner {
    padding: 28px 30px;
    border-top: 1px solid #c1c1c1;
    display: flex;
}

.frc-faq-answer-inner::before {
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
    background-image: url("../img/faq-a.png");
}

.frc-faq-answer-text {
    font-size: 22px;
    color: #000;
    line-height: 1.6;
    font-weight: bold;
    padding: 0 18px;
}

.frc-faq-answer-text small {
    font-size: 80%;
}

.frc-faq-indent {
    display: block;
    text-indent: -1.8em;
    margin-left: 1.8em;
}


@media only screen and (min-width: 768px) {
    .frc-faq-answer-customtext {
        display: inline-flex;
        min-width: 245px;
    }
}

@media only screen and (max-width: 767px) {
    .frc-faq-container {
        width: 100%;
        padding: 16px;
    }

    .frc-faq-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .frc-faq-question {
        padding: 16px 8px 16px 17px;
        min-height: 52px;
        align-items: flex-start;
    }

    .frc-faq-question::before {
        width: 16px;
        height: 20px;
        font-size: 16px;
        background-size: 100% 100%;
        margin-right: 15px;
        margin-top: 1px;
    }

    .frc-faq-question::after {
        font-size: 18px;
        width: 20px;
        height: 20px;
        right: 14px;
    }

    .frc-faq-question::after {
        line-height: 33px;
        top: calc(50% - 10px);
    }

    .frc-faq-question-text {
        font-size: 12px;
        padding: 0 46px 0 0;
        letter-spacing: -1px;
        min-height: 25px;
        display: flex;
        align-items: center;
    }

    .frc-faq-answer-inner {
        padding: 14px 16px;
    }

    .frc-faq-answer-inner::before {
        width: 16px;
        height: 18px;
        font-size: 18px;
        margin-right: 16px;
        background-size: 100% 100%;
    }

    .frc-faq-item {
        border-radius: 9px;
        margin-bottom: 10px;
    }


    .frc-faq-answer-text {
        font-size: 12px;
        padding: 0 24px 4px 0;
        letter-spacing: -1px;
    }

    .frc-contact-section__text {
        font-size: 13px !important;
        margin-bottom: 16px !important;
    }

    .frc-contact-section {
        padding: 4px 16px !important;
    }



}





.frc-contact-section {
    text-align: center;
    padding: 32px 20px;
}

.frc-contact-note {
    margin-top: 36px;
    font-size: 14px;
}

.frc-contact-section__text {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 28px;
}



.frc-contact-section__button {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 32px;
    min-width: 368px;
    min-height: 62px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    box-shadow: 4.045px 2.939px 6px 0px rgba(0, 0, 0, 0.2);
    transition:
        background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow, background-color;
}

.frc-notice__button.frc-effect {
    transition:
        background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow, background-color;
}




.frc-contact-section__button-icon {
    margin-left: 8px;
    font-size: 16px;
    position: absolute;
    right: 17px;
    top: 15px;
}










.frc-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.frc-modal.show {
    pointer-events: auto;
    opacity: 1;
}


.frc-modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgb(59, 81, 88);
    opacity: 0.8;
}


.frc-modal-container {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    min-width: 455px;
    z-index: 1;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.frc-modal.show .frc-modal-container {
    transform: translateY(0);
    opacity: 1;
}

.frc-modal-header {
    background-color: #00c9b1;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.frc-modal-header-text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
}

.frc-modal-header-text .frc-modal-number {
    font-size: 1.25rem;
    font-weight: bold;
    margin-left: 4px;
}

.frc-modal-header-close {
    position: absolute;
    top: -34px;
    right: 1px;
    font-size: 24px;
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.frc-modal-header-close:hover {
    opacity: 0.86;
}

.frc-modal-body {
    padding: 12px 24px;
}

.frc-modal-body-title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 12px;
}

.frc-modal-body-hr {
    border: none;
    border-top: 1px solid #000;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.frc-modal-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
    padding: 0;
    margin: 0;
}

.frc-modal-list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    font-weight: 500;
}

.frc-modal-list li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #00c9b1;
    border-radius: 50%;
    margin-right: 4px;
    flex-shrink: 0;
}

.frc-modal-footer {
    padding: 16px 24px;
    text-align: center;
}

.frc-modal-footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    padding: 6px 16px;
    cursor: pointer;
    min-width: 128px;
    min-height: 32px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.frc-modal-footer-button:hover {
    background-color: #f0f0f0;
    border-color: #bbbbbb;
}

body.frc-no-scroll {
    overflow: hidden;
}

.frc-modal-footer-button::before {
    content: "";
    margin-right: 6px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    width: 12px;
    height: 12px;
    background-image: url("../img/icon-modal-close.png");
}

@media (max-width: 340px) {
    .frc-modal-list {
        grid-template-columns: 1fr;
    }
}




#frc-back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    background-color: #00c9b1;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s ease;
    z-index: 1000;
}

#frc-back-to-top.show {
    display: flex;
    opacity: 1;
}

#frc-back-to-top.hide {
    opacity: 0;
}



@media screen and (min-width: 769px) {
    .frc-sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .frc-notice__button {
        min-width: 224px;
        min-height: 44px;
        font-size: 14px;
        padding: 9px 20px;
    }

    .frc-booking__link {
        text-underline-offset: 3px;
    }

    .frc-hotel-list__note {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .frc-notice__button-wrap {
        margin-top: 32px;
    }

    .frc-hotel-list__subtitle::before,
    .frc-hotel-list__subtitle::after {
        width: 84px;
        height: 2px;
    }

    .frc-hotel-list__subtitle::after {
        right: -74px;
    }

    .frc-hotel-list__subtitle::before {
        left: -74px;
    }

    .frc-hotel-list__subtitle {
        font-size: 16px;
        margin: 0 0 12px;
    }

    .frc-hotel-list__title-image {
        width: 136px;
        margin: 0 auto 22px;
    }

    .frc-faq-title {
        width: 162px;
        margin: 0 auto 20px;
    }

    .frc-faq-wrapper {
        padding-top: 16px;
        padding-bottom: 64px;
    }

    .frc-hotel {
        padding: 26px 12px 46px;
    }

    .frc-booking {
        padding: 28px 16px 34px;
    }

    .frc-notice__content {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .frc-notice {
        max-width: 1080px;
        margin: 40px auto 0;
    }

    .frc-notice__button-arrow {
        margin-left: 8px;
        font-size: 16px;
        position: absolute;
        right: 13px;
        top: 11px;
        width: 22px;
    }

    .frc-nav__link.md,
    .frc-nav__link.sm {
        width: 100%;
        min-width: auto;
    }

    .frc-nav__link {
        min-height: 40px;
        padding: 6px 20px 6px 10px;
        line-height: 1.1;
        box-shadow: 2.045px 1.939px 3px 0px rgba(0, 0, 0, 0.2);
        font-size: 12px;
    }

    .frc-nav-container {
        padding: 32px 12px;
    }

    .frc-point-card__number {
        width: 52px;
        height: 52px;
    }

    .frc-points__heading {
        margin-bottom: 20px;
    }

    .frc-points {
        padding: 24px 12px 6px;
    }

    .frc-points__heading {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .frc-nav__arrow {
        font-size: 12px;
        right: 10px;
        top: calc(50% - 10px);
        width: 20px;
    }

    .frc-point-card__number {
        top: -8px;
        left: 12px;
    }

    .frc-note-text {
        font-size: 12px;
    }

    .frc-point-card__header {
        padding: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .frc-point-card__title {
        width: 172px;
        margin: 0 auto;
    }

    .frc-steps__title {
        width: 190px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4px;
    }

    .frc-steps__box {
        border-radius: 10px;
        padding: 15px 15px 48px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 6.04px 1.96px rgba(0, 0, 0, 0.08);
    }

    .frc-steps {
        padding: 26px 20px 26px;
    }

    .frc-step-card__text {
        font-size: 13px;
    }

    .frc-step-card__text small {
        font-size: 12px;
    }

    .frc-nav__list {
        gap: 15px 10px;
    }

    .frc-pc {
        display: none;
    }

    .frc-note {
        margin: 0 0 20px;
    }

    .frc-point-card {
        border-radius: 10px;
        padding-bottom: 6px;
        box-shadow: 0px 0px 6.04px 1.96px rgba(0, 0, 0, 0.08);
    }

    .frc-point-card__body {
        padding: 16px 10px 10px 10px;
    }



    .frc-point-card__v2 {
        width: 96px;
        padding-top: 8px;
    }

    .frc-step-card--1 {
        margin-top: 53%;
        margin-left: 4%;
        top: 0;
        left: 0;
    }

    .frc-step-card--2 {
        margin-top: 126%;
        margin-right: 4%;
    }

    .frc-step-card--3 {
        top: 0;
        left: 0;
        margin-top: 190%;
        margin-left: 7%;
    }

    .frc-step-card--4 {
        top: 0;
        right: 0;
        margin-top: 260%;
        margin-right: -5px;
    }

    .frc-point-content li {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .frc-point-card__button {
        font-size: 14px;
        min-width: 240px;
        min-height: 42px;
    }

    .frc-point-card__button-wrap {
        text-align: center;
        padding: 8px 12px 13px;
    }

    .frc-point-card__arrow {
        width: 20px;
        right: 11px;
        top: calc(50% - 10px);
    }

    .frc-point-content-text {
        font-size: 9px;
        margin-left: 10px;
    }

    .frc-point-card {
        margin-bottom: 22px;
    }

    .frc-point-label {
        letter-spacing: -1px;
        padding: 8px 6px;
        min-width: 60px;
        font-size: 12px;
        letter-spacing: -1px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .frc-reward-card--25 .frc-reward-card__top {
        height: 48px;
    }

    .frc-point-box {
        border-radius: 6px;
        min-height: 82px;
    }

    .frc-rewards__btn-arrow {
        width: 20px;
        right: 10px;
        top: 12px;
        min-height: 38px;
        font-weight: 500;
    }

    .frc-point-content {
        padding-left: 6px;
        padding-top: 6px;
        padding-bottom: 0;
        border-radius: 4px;
    }

    .frc-point-box {
        margin: 8px 12px;
    }


    .frc-rewards_table {
        overflow-x: scroll;
    }

    .frc-reward-card {
        min-width: 132px;
        border-radius: 6px;
    }

    .frc-reward-card--100 .frc-reward-card__stamp {
        width: 58px;
    }

    .frc-reward-card__row {
        font-size: 14px;
        padding: 4px;
        border-top: 2px solid #ffffff;
    }

    .frc-reward-card__row~.frc-reward-card__row {
        border-bottom: 2px solid #ffffff;
    }

    .frc-wrapper {
        padding-top: 54px;
    }

    .frc-modal-container {
        min-width: 94%;
    }

    .frc-modal-body-title {
        font-size: 18px;
    }

    .frc-reward-card__bottom {
        font-size: 16px;
        padding: 10px 0;
        line-height: 1;
    }

    .frc-booking__list {
        gap: 10px;
    }

    .frc-reward-card__stamp {
        width: 42px;
        display: block;
        margin-bottom: 0;
    }

    .frc-reward-card--50 .frc-reward-card__top {
        height: 62px;
    }

    .frc-rewards {
        padding: 26px 16px 28px;
    }

    .frc-rewards__title {
        width: 220px;
        margin: 0 auto;
    }

    .frc-rewards__grid {
        gap: 2px;
        margin: 0 auto 0;
    }

    .frc-rewards__btn {
        font-size: 13px;
        min-width: 278px;
        padding: 8px 40px 8px 14px;
        min-height: 44px;
    }

    .frc-rewards_table {
        margin-bottom: 8px;
    }

    .frc-rewards__note {
        margin-top: 30px;
        font-size: 12px;
    }

    .frc-reward-card--75 .frc-reward-card__top {
        height: 80px;
    }

    .frc-reward-card--100 .frc-reward-card__top {
        height: 102px;
    }

    .frc-reward-card__icon {
        width: 16px;
        display: inline-flex;
        position: relative;
        top: 1px;
    }

    .frc-booking {
        padding: 28px 20px 36px;
        background-size: 22px auto;
    }

    .frc-archo-link {
        top: -54px;
    }

    .frc-booking__title {
        width: 142px;
        margin: 0 auto 14px;
    }

    .frc-booking__left {
        gap: 6px;
        padding-right: 0;
    }

    .frc-notice__indent {
        padding-left: 0;
    }

    .frc-booking__icon_1 {
        margin: 37px 3px 12px 0;
        width: 56px;
    }

    .frc-booking__text {
        margin-left: 4px;
        font-size: 12px;
        line-height: 1.4;
    }

    .frc-booking__small {
        font-size: 10px;
    }

    .frc-rewards__buttons {
        gap: 12px;
    }

    .frc-text-5 {
        font-size: 14px;
    }

    .frc-booking__item {
        border-radius: 10px;
    }

    .frc-booking__icon_2 {
        margin: 12px 0px 17px 6px;
        width: 60px;
    }


    .frc-booking__icon_3 {
        width: 66px;
        margin: 28px 5px 12px 0;
    }

    .frc-booking__icon_4 {
        width: 50px;
        margin: 0px 18px 0 0 !important;
    }

    .frc-booking__icon_5 {
        margin: 6px 8px 6px 0px !important;
        width: 55px;
    }

    .frc-booking__item {
        padding: 12px 8px;
        min-height: 92px;
    }

    .frc-booking__number {
        font-size: 20px;
        line-height: 36px;
        min-width: 36px;
        width: 36px;
        min-height: 36px;
        height: 36px;
    }

    .frc-reward-card__note {
        margin-top: 3px;
        font-size: 12px;
    }

    .frc-booking__right {
        margin-top: 12px;
        flex: none;
    }

    .frc-reward-card__row.size-md {
        min-height: 80px;
    }

    .frc-contact-section__button {
        min-width: 217px;
        min-height: 40px;
        font-size: 13px;
        box-shadow: 2.045px 1.939px 3px 0px rgba(0, 0, 0, 0.2);
        padding: 11px 32px 13px;
    }

    .frc-contact-section__button-icon {
        right: 6px;
        top: 8px;
        width: 24px;
    }
}




@media only screen and (max-width: 767px) {
    .frc-scroll-wrapper {
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1;
        overflow-y: hidden;
    }

    .frc-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    .frc-scroll-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .frc-scroll-wrapper .frc-rewards__grid {
        display: flex;
        padding: 0 0 24px 0;
    }

    @keyframes frc-scroll-hint {
        0% {
            transform: translateX(-50%) translateX(-8px);
            opacity: 0.6;
        }

        50% {
            transform: translateX(-50%) translateX(8px);
            opacity: 1;
        }

        100% {
            transform: translateX(-50%) translateX(-8px);
            opacity: 0.6;
        }
    }

    .frc-bottom-scroll {
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        width: 42px;
        height: 42px;
        pointer-events: none;
        z-index: 10;
        opacity: 0;
        animation: frc-scroll-hint 1.4s infinite ease-in-out;
    }

    .frc-bottom-scroll::before {
        content: "→";
        display: block;
        font-size: 22px;
        line-height: 48px;
        text-align: center;
        font-weight: 300;
        color: #575757;
    }

    @keyframes frc-scroll-hint {
        0% {
            transform: translateX(-50%) translateX(-8px);
            opacity: 0.6;
        }

        50% {
            transform: translateX(-50%) translateX(8px);
            opacity: 1;
        }

        100% {
            transform: translateX(-50%) translateX(-8px);
            opacity: 0.6;
        }
    }

    .frc-bottom-scroll.hidden {
        opacity: 0 !important;
        animation: none !important;
    }
}


@media (min-width: 769px) and (max-width: 1179px) {

    .frc-step-card--1 {
        left: 0;
        top: 0;
        margin-top: 31%;
        margin-left: 13%;
    }

    .frc-step-card--2 {
        right: 0;
        left: 0;
        margin-top: 40%;
        margin-left: 61%;
    }

    .frc-step-card__text {
        font-size: 16px;
    }

    .frc-px-md {
        padding: 0 24px;
    }

    .frc-reward-card {
        min-width: 24%;
    }

    .frc-reward-card__bottom {
        font-size: 20px;
    }

    .frc-reward-card__icon img {
        width: 20px;
        position: relative;
        top: -1px;
    }

    .frc-faq-container {
        padding-left: 24px;
        padding-right: 24px;

    }

    .frc-nav__link.md,
    .frc-nav__link.sm {
        min-width: 340px;
    }

}




@media (max-width: 1285px) {
    .frc-hero-row {
        background-image: none;
    }
}








.l-header {
    background: #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.l-header img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

.l-header_inner {
    height: 80px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-header_logo {
    max-width: 129px;
}

.footerLinkList.row {
    list-style: none;
}

.text-normal {
    font-weight: 400;
}

.tab-label {
    text-align: center;
    margin-top: 48px;
}

@media (min-width: 768px) {
    .text-4 {
        font-size: 18px;
    }

    .text-6 {
        font-size: 24px;
    }

    .text-12 {
        font-size: 46px;
    }

    .frc-contact-section__button:hover {
        background-color: #d3d3d3;
        transform: translateY(-2px);
        box-shadow:
            0 4px 6px rgba(0, 0, 0, 0.1),
            0 10px 20px rgba(0, 0, 0, 0.12);
    }
}


/* Mobile (dưới 768px): mỗi logo chiếm 100% */
@media (max-width: 767px) {
    .l-footer .footerContentArea {
        padding: 24px 12px;
    }

    .l-footer .footerContentArea .footerLinkList {
        gap: 16px;
    }

    .l-footer .footerContentArea .footerLinkList li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .l-footer .footerContentArea .footerLinkList li img {
        max-width: 140px;
    }

    .l-footer .footerLogoArea {
        padding: 20px 12px 48px;
    }

    .l-footer .footerLogoArea .footerLogo img {
        max-width: 200px;
        margin-bottom: 12px;
    }

    .l-footer .footerLogoArea .copyright {
        font-size: 12px;
    }

    .l-header_inner {
        height: 54px;
    }

    .l-header img {
        width: 100px;
        margin-top: -6px;
    }

    .frc-modal-list li {
        font-size: 14px;
    }

    .frc-modal-container {
        min-width: 94%;
    }

    .frc-modal-list {
        gap: 3px 6px;
    }

    .frc-modal-header-text {
        width: 120px;
    }

    .frc-modal-body {
        padding: 14px;
    }

    .frc-modal-body-title {
        font-size: 18px;
    }

    .frc-modal-container {
        min-width: 94%;
        border-radius: 6px;
    }

    .frc-modal-header {
        padding: 12px 14px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .frc-modal-footer-button {
        min-width: 102px;
        min-height: 28px;
        font-size: 12px;
    }

    .frc-modal-header-close {
        width: 20px;
        top: -26px;
    }

    .frc-modal-list li::before {
        width: 12px;
        height: 12px;
        position: relative;
        top: -1px;
    }

    .frc-contact-note {
        margin-top: 24px;
        font-size: 12px;
    }
}





.tab-content {
    display: none;
    margin-top: 25px;
    justify-content: flex-start;
    gap: 1.2%;
    flex-wrap: wrap;
}

.active {
    display: block;
}

.tab-content.active {
    display: flex;

}

.hotel {
    padding: 25px 23px 30px 23px;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
    vertical-align: top;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(80, 195, 180);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    max-width: 350px;
}

.hotel-thumb {
    margin-bottom: 24px;
}

.hotel-name {
    font-size: 20px;
    font-family: "Noto Sans JP";
    color: rgb(12, 12, 12);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 14px;
}

.hotel-address {
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: rgb(12, 12, 12);
    line-height: 1.5;
    text-align: left;
    letter-spacing: -0.5px;
}

.hotel-tel {
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: rgb(12, 12, 12);
    line-height: 1.5;
    text-align: left;
}

.buttons {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}


.button-plan {
    background-color: rgb(228, 183, 49);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-family: "Noto Sans JP";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration: none;
    min-height: 51px;
    border-radius: 24px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.button-facility {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-family: "Noto Sans JP";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration: none;
    min-height: 51px;
    border-radius: 24px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.hotel img {
    width: 100%;
    height: auto;
}

.area-btn {
    border: 0;
    padding: 13px;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}



@media screen and (min-width: 768px) {

    .button-plan,
    .button-facility {
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        cursor: pointer;
    }

    .button-plan:hover,
    .button-facility:hover {
        transform: translateY(-3px);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    }

    .button-plan:active,
    .button-facility:active {
        transform: translateY(1px);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    }

    .button-plan,
    .button-facility {
        position: relative;
        overflow: hidden;
    }

    .button-plan::before,
    .button-facility::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: skewX(-20deg);
    }

    .button-plan:hover::before,
    .button-facility:hover::before {
        animation: shine 0.6s ease forwards;
    }

    @keyframes shine {
        0% {
            left: -75%;
        }

        100% {
            left: 125%;
        }
    }

    .area-btn:hover {
        transform: translateY(2px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    }


}



.area-btn.current {
    background-color: rgb(228, 183, 49) !important;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.buttons button {
    margin-right: 5px;
}


.frc-hotel-tabs {
    background-color: #10ceb5;
    position: relative;
    margin-top: 136px;
}

.frc-hotel-tabs .tabs {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.hotel-item {
    margin-bottom: 30px;
}

.frc-hotel-tabs .tabs_item {
    width: 25%;
    font-weight: bold;
    line-height: 1.05;
    padding: 12px 10px 7px;
    background-color: #e2f3f2;
    color: #10ceb5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;
    outline: 0;
}



.area-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 30px 22px 25px;
    min-height: 175px;
}

.area-filters .area-btn {
    width: 19.2%;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    height: 55px;
    font-family: "Noto Sans JP";
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.frc-hotel-container {
    max-width: 1080px;
    margin: 0 auto;
}

.tabs-text {
    font-size: 24px;
    position: relative;
    top: -3px;
}




.tab-label-area {
    background-color: rgb(226, 243, 242);
    border-radius: 999px;
    padding: 3px 28px 5px;
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: rgb(16, 206, 181);
    min-height: 34px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    min-height: 34px;
    min-width: 182px;
}

.tab-label-area strong {
    font-size: 30px;
    line-height: 14px;
    padding-left: 8px;
    position: relative;
    top: 5px;
}

.tab-label-area b {
    position: relative;
    bottom: -4px;
}


.view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 32px auto 0;
    padding: 12px 24px 12px 44px;
    transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease, opacity 0.3s ease;
    color: #fff;
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(16, 206, 181, 0.3);
    transition: all 0.8s ease;
    text-align: center;
    background-color: #10ceb5;
    min-height: 51px;
}

.view-more-btn:hover {
    background-color: #0cae9f;
    box-shadow: 0 6px 18px rgba(16, 206, 181, 0.4);
    transform: translateY(-2px);
}

.hotel-error {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-icon {
    margin-top: 3px;
}




@media screen and (max-width: 1140px) {
    .hotel {
        width: 32.5%;
    }

    .area-filters .area-btn {
        font-size: 16px;
        width: 19%;
        margin-bottom: 10px;
    }

    .area-filters {
        gap: 1.2%;
    }
}



@media screen and (min-width: 768px) {
    .button-row {
        margin-top: 8px;
    }

    .button-row .button-plan,
    .button-row .button-facility {
        width: 100%;
    }


}


@media screen and (max-width: 840px) {

    .button-plan,
    .button-facility {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .frc-hotel .text-12 {
        font-size: 24px;
    }

    .button-row {
        padding: 0 8px 8px;
    }

    .frc-hotel .tabs-text {
        font-size: 12px;
        top: -1px;
    }

    .frc-hotel-tabs {
        margin-top: 80px;
    }

    .frc-hotel .text-4 {
        font-size: 12px;
    }

    .frc-hotel-tabs .tabs {
        gap: 3px;
    }

    .frc-hotel-tabs .tabs_item {
        width: 25%;
        padding: 9px 6px 5px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .area-filters .area-btn {
        width: 32%;
        font-size: 12px;
        height: auto;
        padding: 7px;
        border-radius: 4px;
        margin-bottom: 6px;
    }

    .area-btn.current {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .area-filters {
        padding: 18px 14px 9px;
        gap: 1.8%;
        min-height: auto;
    }

    .tab-label-area strong {
        font-size: 19px;
        line-height: 12px;
        top: 3px;
        padding-left: 5px;
        bottom: -2px;
    }

    .tab-label-area {
        padding: 1px 18px 2px;
        border-radius: 16px;
        font-size: 12px;
        min-height: 25px;
        min-width: 124px;
    }

    .tab-label {
        margin-top: 16px;
    }

    .tab-label-name {
        font-size: 22px !important;
        margin-top: 2px;
    }

    .tab-content {
        margin-top: 16px;
        gap: 2.5%;
    }

    .hotel {
        width: 48.5%;
        border-width: 2px;
        border-radius: 7px;
        padding: 12px 10px 12px 10px;
        margin-bottom: 9px;
    }

    .hotel-thumb {
        margin-bottom: 12px;
    }

    .hotel-name {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .hotel-address {
        font-size: 11px;
    }

    .hotel-tel {
        font-size: 11px;
    }

    .hotel-item {
        margin-bottom: 14px;
    }

    .buttons {
        flex-direction: column;
        padding: 0 8px 8px;
    }

    .button-plan {
        min-height: 30px;
        max-width: 160px;
        margin: 0 auto;
        width: 100%;
        font-size: 12px;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .button-facility {
        min-height: 30px;
        width: 100%;
        max-width: 160px;
        margin: 0 auto;
        font-size: 12px;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .view-more-btn {
        font-size: 12px;
        padding: 6px 15px 8px 30px;
        min-height: 34px;
        margin: 15px auto 0
    }
}





.tabs_item {
    position: relative;
    background-color: #e2f3f2;
    color: #10ceb5;
    border: none;
    outline: none;
    transition: color 0.3s ease, background-color 0.3s ease;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
}

/* Hover nhẹ nhàng */
.tabs_item:hover {
    background-color: #d4f4ef;
    color: #0cae9f;
}

.tabs_item.current,
.tabs_item.current:hover {
    background-color: #10ceb5;
    color: #fff;
}


.tab-label-name {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
    display: block;
}

.tab-label-area span {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeSlideIn 0.5s ease-out forwards;
}

.tab-label-name span {
    display: inline-flex;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeSlideIn 0.5s ease-out forwards;
}


/* Keyframes cho hiệu ứng mượt */
@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.hotel {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    will-change: opacity, transform;
}

/* Khi sẵn sàng hiện */
.hotel.show {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}