:root {
    --bw: 1920;
    --color-blue: #1797f4;
    --color-blue-01: #3e97ab;
    --color-blue-02: #1c81df;
    --color-white: #fff;
    --color-primary: #20284e;
    --color-border: #b1b7c8;
    --color-dark-blue: #2b4b9c;
    --color-yellow: #ffe618;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    position: relative;
    background: #f9ffff !important;
    overflow-x: hidden !important;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: calc(24 / var(--bw) * 100vw);
    scroll-behavior: smooth;
}
body {
    font-family: "Noto Sans", sans-serif;
    background: #fff;
    color: #202d4e;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;
}
* {
    box-sizing: border-box;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, ul, dl {
    line-height: 1.5;
}
p, span {
    line-height: 2;
    margin: 0;
}
li {
    list-style: none;
}
a {
    cursor: pointer;
    color: var(--color-primary);
}
img, svg, frame {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.items-start {
    align-items: flex-start;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.relative {
    position: relative;
}
.z-1 {
    z-index: 1;
}
.rotate-90 {
    transform: rotate(90deg);
}
.rotate--90 {
    transform: rotate(-90deg);
}
.font-700 {
    font-weight: 700;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.breadcrumb img {
    width: calc(20 / var(--bw) * 100vw);
    height: calc(20 / var(--bw) * 100vw);
    margin: 0 calc(4 / var(--bw) * 100vw);
}
.breadcrumb a:hover {
    opacity: 0.6;
}
.scaleUp:hover img {
    cursor: pointer;
    transform: scale(1.02);
}
.scaleUp img {
    transition: transform .3s ease-out;
}
.btn-view a {
    cursor: pointer;
    font-size: calc(24 / var(--bw) * 100vw);
    font-family: "Noto Sans", sans-serif;
}
.btn-view a p {
    line-height: normal;
}
button {
    cursor: pointer;
    font-size: calc(24 / var(--bw) * 100vw);
    font-family: "Noto Sans", sans-serif;
    background-color: transparent;
    border: none;
}
button p {
    line-height: normal;
}
.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    width: calc(314 / var(--bw) * 100vw);
    height: calc(80 / var(--bw) * 100vw);
    border-radius: 10rem;
    border: 1px solid var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(16 / var(--bw) * 100vw);
    text-align: center;
    font-weight: 700;
}
.btn-primary img {
    width: calc(32 / var(--bw) * 100vw);
}
.btn-primary:hover {
    opacity: 0.7;
}
.btn-outline {
    background-color: var(--color-white);
    width: calc(314 / var(--bw) * 100vw);
    height: calc(80 / var(--bw) * 100vw);
    border-radius: 10rem;
    border: 1px solid var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(8 / var(--bw) * 100vw);
}
.btn-outline p {
    color: var(--color-primary);
    font-weight: 500;
}
.btn-outline img {
    width: calc(24 / var(--bw) * 100vw);
}
.btn-outline:hover {
    opacity: 0.6;
}
.btn-vehicle {
    margin-top: calc(120 / var(--bw) * 100vw);
    width: calc(540 / var(--bw) * 100vw);
    height: calc(96 / var(--bw) * 100vw);
    font-size: calc(32 / var(--bw) * 100vw);
    font-weight: 700;
    cursor: pointer;
}
.btn-none-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(8 / var(--bw) * 100vw);
}
.btn-none-line p {
    color: var(--color-primary);
    font-weight: 500;
}
.btn-none-line img {
    width: calc(24 / var(--bw) * 100vw);
    height: calc(24 / var(--bw) * 100vw);
}
.btn-none-line:hover {
    opacity: 0.6;
}
.wrapper {
    padding-top: calc(120 / var(--bw) * 100vw);
}
.bg-under-top {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    padding-top: calc(270 / var(--bw) * 100vw);
}
.bg {
    height: 100%;
    background-image: url('../images/bg-1.webp');
    background-size: 88%;
    background-position: 100% 0;
    width: 100%;
}
body.is-fixed {
    overflow: hidden;
}
.transition-fade {
    transition: opacity 0.25s, transform 0.25s;
}
#swup, .max-content {
    width: 87.875%;
    max-width: calc(1406 / var(--bw) * 100vw);
    margin-left: auto;
    overflow: hidden;
}
.language {
    cursor: pointer;
    position: absolute;
    top: calc(30 / var(--bw) * 100vw);
    right: 8%;
    z-index: 2;
}
.language .dropbtn {
    border: none;
    cursor: pointer;
}
.language .dropbtn p {
    font-size: calc(16 / var(--bw) * 100vw);
    font-weight: 700;
    margin-top: calc(4 / var(--bw) * 100vw);
}
.language .dropbtn:hover {
    opacity: 0.6;
}
.language .dropdown {
    position: relative;
    display: inline-block;
}
.language .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 7rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: calc(8 / var(--bw) * 100vw);
    overflow: hidden;
    right: calc(-64 / var(--bw) * 100vw);
}
.language .dropdown-content a {
    padding: 0.75rem 1rem;
    text-decoration: none;
    display: block;
    font-size: calc(16 / var(--bw) * 100vw);
    font-weight: 700;
}
.language .dropdown-content a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.language .dropdown:hover .dropdown-content {
    display: block;
}
.language img {
    width: calc(32 / var(--bw) * 100vw);
    height: calc(32 / var(--bw) * 100vw);
}
.container {
    position: relative;
    margin-right: calc(24 / var(--bw) * 100vw);
    max-width: calc(1246 / var(--bw) * 100vw);
}
.sp-menu-button {
    min-width: calc(60 / var(--bw) * 100vw);
    position: fixed;
    z-index: 100;
    right: 5vw;
    top: calc(24 / var(--bw) * 100vw);
    width: calc(60 / var(--bw) * 100vw);
    aspect-ratio: 1;
    background-color: var(--color-primary);
    border-radius: 100vmax;
}
.sp-menu-button:hover {
    background-color: var(--color-blue);
}
.sp-menu-button i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(20 / var(--bw) * 100vw);
    height: calc(3 / var(--bw) * 100vw);
    border-radius: 100vmax;
    background-color: var(--color-white);
    transition: all 0.1s;
}
.sp-menu-button i:nth-child(1) {
    transform: translate(-50%, calc(-50% - calc(6 / var(--bw) * 100vw)));
}
.sp-menu-button i:nth-child(2) {
    transform: translate(-50%, -50%);
}
.sp-menu-button i:nth-child(3) {
    box-sizing: border-box;
    width: calc(14 / var(--bw) * 100vw);
    transform: translate(calc(-50% + max(-3 / var(--bw) * 100vw,-3px)), calc(-50% + min(6 / var(--bw) * 100vw,6px)));
}
.sp-menu-button[aria-expanded=true] i:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.sp-menu-button[aria-expanded=true] i:nth-child(2) {
    opacity: 0;
}
.sp-menu-button[aria-expanded=true] i:nth-child(3) {
    width: calc(20 / var(--bw) * 100vw);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.sp-modal-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
   /* background-image: url(/_astro/bg_modal--sp.4493b936.svg);
    */
    background-size: 100%;
    z-index: 90;
    transition: visibility 0.2s linear, opacity 0.2s linear;
    will-change: opacity;
}
.text-18 {
    line-height: calc(36 / var(--bw) * 100vw);
    font-size: calc(18 / var(--bw) * 100vw);
    font-weight: 400;
}
.text-20 {
    line-height: calc(36 / var(--bw) * 100vw);
    font-size: calc(20 / var(--bw) * 100vw);
    font-weight: 400;
}
.sp-modal-menu .special__desc p {
    display: none;
}
.sp-modal-menu[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
}
.sp-modal-menu[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
}
.sp-modal-menu__logo {
    padding: 0 5vw;
    margin: 0;
    margin-top: calc(24 / var(--bw) * 100vw);
    width: fit-content;
}
.sp-modal-menu__logo img {
    max-width: calc(260 / var(--bw) * 100vw);
    min-width: calc(260 / var(--bw) * 100vw);
}
.sp-modal-menu__inner {
    overflow: auto;
    margin: calc(20 / var(--bw) * 100vw) 0;
    height: calc(100% - 110 / var(--bw) * 100vw);
}
.sp-modal-menu__inner .container-wavy {
    margin-top: 0;
}
.sp-modal-menu__inner .special .content-special {
    border-radius: 0;
}
.sp-modal-menu__main {
    padding: calc(16 / var(--bw) * 100vw) 5vw;
}
.sp-modal-menu__main li {
    cursor: pointer;
    font-weight: 700;
    margin-bottom: calc(20 / var(--bw) * 100vw);
    display: flex;
    align-items: center;
    width: fit-content;
    height: calc(56 / var(--bw) * 100vw);
}
.sp-modal-menu__main li a {
    display: flex;
    align-items: center;
}
.sp-modal-menu__main li img {
    width: calc(24 / var(--bw) * 100vw);
    margin-left: calc(24 / var(--bw) * 100vw);
}

.sp-modal-menu__main li .img-contact {
    width: calc(240 / var(--bw) * 100vw);
    margin-left: 0;
}

.sp-modal-menu__main li:hover {
    opacity: 0.6;
}
.footer {
    position: relative;
    margin-top: calc(216 / var(--bw) * 100vw);
}
.footer .top-footer {
    position: absolute;
    top: calc(8 / var(--bw) * 100vw);
    width: 100%;
    height: 94%;
    object-fit: cover;
}
.footer .bottom-footer {
    position: relative;
}
.footer .address a img {
    margin-bottom: calc(88 / var(--bw) * 100vw);
    max-width: calc(448 / var(--bw) * 100vw);
    line-height: 2;
}
.footer .address .link {
    color: var(--color-primary);
}
.footer .address .link:hover {
    text-decoration: underline;
}
.footer .content-footer {
    position: relative;
    width: 87.875%;
    max-width: calc(1406 / var(--bw) * 100vw);
    margin-left: auto;
    justify-content: left;
    margin-bottom: 4%;
    padding-left: 5vw;
    padding-right: 5vw;
}
.footer .list-sitemap {
    gap: calc(48 / var(--bw) * 100vw);
    margin-left: calc(260 / var(--bw) * 100vw);
}
.footer .list-sitemap p {
    font-weight: 700;
    width: max-content;
}
.footer .list-sitemap a img {
    width: calc(24 / var(--bw) * 100vw);
    height: calc(24 / var(--bw) * 100vw);
    margin-left: calc(24 / var(--bw) * 100vw);
}
.footer .list-sitemap a:hover {
    opacity: 0.6;
}
.global-nav {
    margin: calc(30 / var(--bw) * 100vw) auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.global-nav .global-nav__main {
    margin-bottom: calc(40 / var(--bw) * 100vw);
    padding: 0;
    font-weight: 700;
}
.global-nav .global-nav__main li {
    width: fit-content;
    margin: auto;
    cursor: pointer;
    padding: calc(18 / var(--bw) * 100vw) 0;
}
.global-nav .global-nav__main li:hover {
    opacity: 0.6;
}
.header {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 26%;
    height: auto;
    padding: calc(120 / var(--bw) * 100vw) calc(32 / var(--bw) * 100vw) calc(70 / var(--bw) * 100vw) calc(16 / var(--bw) * 100vw);
    text-align: center;
    transition: opacity 0.2s linear;
}
.header img {
    max-width: calc(312 / var(--bw) * 100vw);
}
.special {
    margin-top: calc(-10 / var(--bw) * 100vw);
    position: relative;
    overflow: hidden;
    display: flex;
}
.bg-wavy {
    position: absolute;
}

.container-wavy {
    margin-top: -104px;
    overflow: hidden;
}

.container-wavy .wavy1 {
    position: absolute;
    top: 25%;
    left: -4%;
    max-width: calc(400 / var(--bw) * 100vw);
    z-index: 11;
}
.container-wavy .wavy2 {
    position: absolute;
    top: 26%;
    right: -8%;
    max-width: calc(400 / var(--bw)* 100vw);
    z-index: 11;
}
.container-wavy .wavy3 {
    position: absolute;
    bottom: -28%;
    left: 37%;
    max-width: calc(400 / var(--bw) * 100vw);
    z-index: 11;
}
.special .content-special {
    width: 100%;
    height: calc(370 / var(--bw) * 100vw);
    padding: calc(60 / var(--bw) * 100vw) calc(140 / var(--bw) * 100vw) 0 calc(100 / var(--bw) * 100vw);
    background-color: #42acf2;
    border-bottom-left-radius: calc(120 / var(--bw) * 100vw);
    margin-top: auto;
}
.special .content-special p {
    color: var(--color-white);
    font-size: calc(64 / var(--bw) * 100vw);
    line-height: calc(88 / var(--bw) * 100vw);
    margin-top: calc(-24 / var(--bw) * 100vw);
    font-weight: 700;
}
.special .content-special p span {
    margin-left: calc(42 / var(--bw) * 100vw);
}
.special .content-special .tag-item {
    margin-top: calc(-24 / var(--bw) * 100vw);
    position: relative;
    z-index: 12;
}
.special .content-special .tag-item img {
    border-top-left-radius: calc(40 / var(--bw) * 100vw);
    width: calc(326 / var(--bw) * 100vw);
    height: calc(212 / var(--bw) * 100vw);
}
.special .content-special .tag-item .tag {
    width: max-content;
    position: absolute;
    cursor: pointer;
    bottom: calc(-24 / var(--bw) * 100vw);
    left: calc(24 / var(--bw) * 100vw);
    background-color: var(--color-yellow);
    color: var(--color-blue-02);
    padding: calc(16 / var(--bw) * 100vw);
}
.special .content-special .tag-item .tag img {
    width: calc(24 / var(--bw) * 100vw);
    height: calc(24 / var(--bw) * 100vw);
    margin-left: calc(16 / var(--bw) * 100vw);
}

h2 {
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: calc(72 / var(--bw)* 100vw);
    line-height: normal;
}
h2 span {
    font-size: calc(104 / var(--bw)* 100vw);
    line-height: normal;
}

.text-without-en {
    font-size: calc(64 / var(--bw) * 100vw) !important;
}

h4 {
    font-size: calc(32 / var(--bw)* 100vw);
    line-height: normal;
}
.is-for-sp {
    display: none;
}
.isBlock {
    display: block;
}
.isNone {
    display: none;
}
.viewMoreSp {
    position: relative;
    z-index: 13;
    display: none;
    align-items: center;
    margin-top: calc(-20 / var(--bw)* 100vw);
    padding-bottom: calc(40 / var(--bw)* 100vw);
}
.viewMoreSp:hover {
    opacity: 0.7;
}
.viewMoreSp p {
    font-size: calc(24 / var(--bw) * 100vw) !important;
    background-color: transparent;
    border: none;
    line-height: 1 !important;
    letter-spacing: normal;
    margin: 0 !important;
    position: relative;
    z-index: 13;
}

.viewMoreSp img {
    margin-top: 2px;
}
.movie {
    position: fixed;
    inset: 0;
    z-index: 200;
    width: 100dvw;
    height: 100dvh;
    background-color: #fff;
    transition: visibility 0.2s linear, opacity 0.2s linear, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: opacity;
    background-repeat: no-repeat;
}
.movie .iframe-wrapper {
    display: none;
    position: relative;
    z-index: 1;
    width: 177.78dvh;
    height: 100dvh;
    box-sizing: border-box;
    padding: 3.75rem 5rem;
}
.movie .iframe-wrapper .player {
    border-radius: calc(10 / var(--bw) * 100vw);
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: var(--color-dark-blue);
}
.movie .overlay {
    position: absolute;
    inset: 0;
}
.movie .close-movie-button {
    position: absolute;
    z-index: 100;
    aspect-ratio: 1;
    background-color: var(--color-primary);
    border-radius: 100vmax;
    right: calc(25 / var(--bw) * 100vw);
    top: calc(25 / var(--bw) * 100vw);
    width: calc(60 / var(--bw) * 100vw);
}
.movie .close-movie-button:hover {
    background-color: var(--color-blue);
}
.movie .close-movie-button i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(24 / var(--bw) * 100vw);
    height: calc(4 / var(--bw) * 100vw);
    border-radius: 100vmax;
    background-color: var(--color-white);
    transition: all 0.1s;
}
.movie .close-movie-button i:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.movie .close-movie-button i:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.movie .close-movie-button:hover {
    background-color: var(--color-blue);
}
.movie[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
    transition: visibility 0.2s linear, opacity 0.2s linear, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
.movie[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transform: scaleZ(1);
}
.table_price {
    margin-top: calc(24 / var(--bw) * 100vw);
}
.table_price table {
    width: 100%;
    border-collapse: separate;
   /* Tách các ô cách nhau */
    border-spacing: 0;
    margin: auto;
}
.tab_price_options {
    display: flex;
}
.tab_price_options table {
    width: 30%;
    margin: 0;
    height: fit-content;
}
.tab_price_options table p {
    line-height: 1;
    width: max-content;
}
.tab_price_options .content-des {
    width: 70%;
    padding-left: calc(48 / var(--bw) * 100vw);
}
.tab_price_options .content-des p {
    line-height: 1.4 !important;
    text-align: left;
}
.table_price table td, .table_price table th {
    border: 2px solid var(--color-border);
    padding: calc(24 / var(--bw) * 100vw);
    text-align: center;
    font-weight: 700;
    border-right: 0;
    background-color: white;
    vertical-align: middle !important;
}
.table_price table th {
    border-bottom: 0;
}
.table_price .border_r {
    border-right: 2px solid var(--color-border);
}
.table_price .table-sp {
    display: none;
}
.table_price .rowspan-price {
    width: 58%;
    padding: calc(4 / var(--bw) * 100vw) calc(12 / var(--bw) * 100vw);
}
.table_price .rowspan-price p {
    line-height: 1.4 !important;
    text-align: left;
}
.br_t_l {
    border-top-left-radius: calc(20 / var(--bw) * 100vw);
}
.br_t_r {
    border-top-right-radius: calc(20 / var(--bw) * 100vw);
}
.br_b_l {
    border-bottom-left-radius: calc(20 / var(--bw) * 100vw);
}
.br_b_r {
    border-bottom-right-radius: calc(20 / var(--bw) * 100vw);
}
.bg-under1 {
    position: absolute;
    top: -38%;
    right: -8%;
}
.bg-under2 {
    position: absolute;
    top: -2%;
}
.bg-under3 {
   position: absolute;
   top: -32%;
   z-index: -1; /* この行を追加 */
}

.contact-view form {
    display: flex;
    flex-direction: column;
    gap: calc(48 / var(--bw) * 100vw);
}
.contact-view label {
    font-size: calc(24 / var(--bw) * 100vw);
    line-height: calc(42 / var(--bw) * 100vw);
    font-weight: 700;
    color: #202d4e;
}
.space-btn {
    margin-top: calc(-48 / var(--bw) * 100vw);
}
.space-btn p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(570 / var(--bw)* 100vw);
    margin-left: calc(44 / var(--bw) * 100vw);
    position: relative;
}
.contact-view input, .contact-view textarea {
    width: 100%;
    padding: calc(16 / var(--bw) * 100vw) calc(24 / var(--bw) * 100vw);
    border-radius: 10px;
    border: 2px solid #b1b7c8;
    margin-top: calc(16 / var(--bw) * 100vw);
    font-family: "Noto Sans", sans-serif;
    font-size: calc(32 / var(--bw) * 100vw);
    font-style: normal;
    font-weight: 400;
    outline: none;
    line-height: calc(50 / var(--bw) * 100vw);
    color: #202d4e;
}
.contact-view input:focus, .contact-view textarea:focus {
    border: 2px solid #202d4e;
}
.contact-view .wpcf7-spinner {
    position: absolute;
    right: 40%;
    width: calc(12 / var(--bw) * 100vw);
    height: calc(12 / var(--bw) * 100vw);
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    display: block !important;
    visibility: unset;
    background-color: transparent;
    opacity: 1;
    border-radius: unset;
    padding: 0;
    position: relative;
    margin: 0;
    margin-left: calc(16 / var(--bw) * 100vw) !important;
}
.wpcf7-spinner::before {
    width: 0 !important;
    height: 0 !important;
    animation-name: none !important;
}
.contact-view input[type="submit"] {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    padding: 0;
    margin: 0;
    font-weight: 700;
    cursor: pointer;
    height: calc(96 / var(--bw) * 100vw);
    font-size: calc(32 / var(--bw) * 100vw);
    border-radius: 10rem;
}
.wpcf7-response-output {
    border: none !important;
}
textarea {
    margin-bottom: -0.5rem;
}
.contact-view .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: calc(80 / var(--bw) * 100vw);
    margin-bottom: calc(106 / var(--bw) * 100vw);
}
.contact-view .title p {
    margin-top: calc(32 / var(--bw) * 100vw);
    display: flex;
    font-weight: bold;
    font-size: calc(24 / var(--bw) * 100vw);
}
.box-now-sp {
    display: none;   
}
@media (max-width: 767px) {
    :root {
        --bw: 768;
    }
    #swup, .max-content {
        width: unset;
        max-width: unset;
        padding-left: unset;
   }
    h2 {
        font-size: calc(48 / var(--bw) * 100vw);
    }
    h2 span {
        font-size: calc(80 / var(--bw) * 100vw) !important;
    }
    .text-without-en {
        font-size: calc(44 / var(--bw) * 100vw) !important;
    }
    .wrapper {
        position: relative;
        padding: 0;
   }
    .header {
        position: relative;
        z-index: unset;
        margin-bottom: calc(24 / var(--bw) * 100vw);
        padding: 0;
   }
    .header .scaleUp img {
        position: relative;
        z-index: 1;
        width: max-content;
        margin-top: calc(24 / var(--bw) * 100vw);
        max-width: calc(260 / var(--bw) * 100vw);
        margin-left: 5vw;
    }
    .special {
        margin-top: calc(-8 / var(--bw) * 100vw);
    }
    .special .bg-wavy {
        display: none;
    }
    .container-wavy .wavy1 {
        top: 18%;
        left: -10%;
    }
    .container-wavy .wavy2 {
        top: 40%;
        right: -20%;
    }
    .container-wavy .wavy3 {
        bottom: -18%;
        left: 12%;
    }
    .special .content-special {
        min-height: 300px;
        flex-direction: column;
        justify-content: flex-start;
        height: max-content;
        align-items: center;
        padding: 0;
   }
    .special .content-special .tag-item {
        padding-right: calc(60 / var(--bw) * 100vw);
        margin-bottom: calc(80 / var(--bw) * 100vw);
   }
    .special .content-special p {
        margin-top: 0;
        margin-bottom: calc(48 / var(--bw) * 100vw);
   }
    .special .content-special p br {
        display: none;
   }
    .special .content-special p span {
        margin-left: 0;
   }
    .viewMoreSp {
        display: flex;
    }
    .movie .iframe-wrapper {
        width: 100vw;
        height: 60vw;
        padding: 0 5vw;
    }
    .is-for-pc {
        display: none !important;
    }
    .language {
       right: 20vw;
       top: calc(19 / var(--bw) * 100vw);
    }
    .language img {
        width: calc(67 / var(--bw) * 100vw);
        height: calc(67 / var(--bw) * 100vw);
    }
    .language .dropdown-content {
        right: 0;
    }
    .language .dropbtn p {
        display: none;
    }
    .footer .top-footer {
        top: calc(42 / var(--bw) * 100vw);
   }
    .footer .address {
        max-width: unset;
        margin-bottom: calc(80 / var(--bw) * 100vw);
   }
    .footer .address img {
        max-width: calc(300 / var(--bw) * 100vw);
   }
    .footer .content-footer {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: unset;
        margin-left: 0;
        margin-bottom: 8%;
   }
    .footer .list-sitemap {
        margin-left: 0;
   }
    .container {
        margin-right: 0;
        padding-left: 5vw;
        padding-right: 5vw;
   }
    .is-for-sp {
        display: block !important;
   }
    .table_price {
        margin-top: calc(18 / var(--bw) * 100vw);
   }
    .table_price table td, .table_price table th {
        padding: calc(24 / var(--bw) * 100vw) calc(10 / var(--bw) * 100vw);
   }
    .bg-under1, .bg-under3 {
        top: 0;
        right: 0;
    }
    .box-now-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        z-index: 20;
        right: -1vw;
        animation: scale-up 2s infinite ease-in-out;
        box-shadow: 0 0 12px 6px rgb(0 0 0 / 0.25);
        border-radius: 50%;
        background: var(--color-primary);
        width: calc(180 / var(--bw) * 100vw);
        height: calc(180 / var(--bw) * 100vw);
        aspect-ratio: 1 / 1;
    }

    .box-now-sp .circle {
        border-radius: 50%;
        color: var(--color-white);
        font-weight: 700;
        border: 2px solid var(--color-white);
        width: calc(150 / var(--bw) * 100vw);
        height: calc(150 / var(--bw) * 100vw);
        aspect-ratio: 1 / 1;
    }
    .box-now-sp .circle p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    @keyframes scale-up {
        0% {
            transform: scale(0.7);
        }
        50% {
            transform: scale(0.6);
        }

        100% {
            transform: scale(0.7);
        }
    }
}

@media (max-width: 540px) {
    .table_price table {
        display: none;
    }
    .table_price .table-sp {
        display: table;
   }
    .table_price .table-sp td {
        border-bottom: 0;
   }
    .table_price .table-sp .border_b {
        border-bottom: 2px solid var(--color-border);
        line-height: 1.5;
   }
    :root {
        --bw: 600;
   }
   .sp-modal-menu__main li {
    font-size: 18px;
   }
}
.icon-down-primary {
    width: calc(10 / var(--bw) * 100vw);
    height: calc(10 / var(--bw) * 100vw);
    border-top: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    margin-left: 0.375rem;
    transform: rotate(45deg);
}

.icon-down-primary-top {
    width: calc(7 / var(--bw) * 100vw);
    height: calc(7 / var(--bw) * 100vw);
    border-top: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
    margin-left: calc(8 / var(--bw) * 100vw);
    margin-right: calc(12 / var(--bw) * 100vw);
    transform: rotate(45deg);
}

.icon-arrow {
    width: calc(24 / var(--bw) * 100vw);
    height: calc(24 / var(--bw) * 100vw);
}

.box-now-sp {
    display: none;
}

@media (max-width: 767px) {
    .box-now-sp {
        display: flex;
        /* 既存のスタイル */
    }
}

/* モバイル版フローティングbook nowボタン */
#floating-book-now {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    display: none !important;
}

/* PC版では非表示 */
@media (min-width: 768px) {
    #floating-book-now {
        display: none !important;
    }
}

/* モバイル版で表示 - より具体的なセレクタを使用 */
@media (max-width: 767px) {
    #floating-book-now.floating-book-now.is-for-sp {
        display: block !important;
    }
}

.floating-book-now-btn {
    background-color: #20284e !important;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(32, 40, 78, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    font-family: "Noto Sans", sans-serif !important;
}

.floating-book-now-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(32, 40, 78, 0.4) !important;
    opacity: 0.9 !important;
}

.floating-book-now-btn span {
    margin: 0 !important;
    font-weight: bold !important;
    color: white !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.floating-book-now-btn img {
    width: 14px !important;
    height: 14px !important;
}

@media (max-width: 540px) {
    #floating-book-now.floating-book-now.is-for-sp {
        bottom: 15px !important;
        right: 15px !important;
    }
}

/* ハンバーガーメニューが開いている時は一時的に隠す */
.sp-modal-menu[aria-hidden="false"] ~ #floating-book-now {
    display: none !important;
}