@charset "UTF-8";

@keyframes moving {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

:root {
    --color-main-tempalte: #0000ff;
    --color-link-template: #2C8AAE;
}

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 {
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
    content: "";
    content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

input[type=text],
textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    max-width: 100%;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #000000;
}

/* html {
  font-size: 10px;
} */

body {
    line-height: 1;
    color: #000000;
    font-style: normal;
    font-family: "Source Han Sans JP", sans-serif;
    position: relative;
    overflow-x: hidden;
}

.clear_fix {
    clear: both;
    display: block;
}

.clear_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.slide_product_content {
    overflow: hidden;
    position: relative;
    display: block;
}

.slide_product_content .swiper-button {
    display: block;
}

@media screen and (max-width: 768px) {
    .slide_product_content .swiper-button {
        display: none;
    }
}

.slide_product_content .swiper-button-next {
    right: 15vw;
}

.slide_product_content .swiper-button-next::after {
    color: #fff;
    font-size: 3vw;
}

.slide_product_content .swiper-button-prev {
    left: 15vw;
}

.slide_product_content .swiper-button-prev::after {
    color: #fff;
    font-size: 3vw;
}

.slide_product_content .slide_product_pagination {
    display: none;
}

@media screen and (max-width: 768px) {
    .slide_product_content .slide_product_pagination {
        display: block;
    }
}

.slide_product_content .product_slide_box {
    height: 27.8vw;
}

@media screen and (max-width: 768px) {
    .slide_product_content .product_slide_box {
        height: 64vw;
    }
}

@media screen and (max-width: 768px) {
    .slide_product_content {
        margin: 88px 20px 0;
    }
}

.plan_content {
    padding: 6.3vw 0 58px;
    background-color: #363954;
}

@media screen and (max-width: 820px) {
    .plan_content {
        padding: 23px 0 30px;
        background-color: #F0F0F0;
    }

    .plan_content .sp_flex {
        display: flex !important;
    }

    .plan_content .pc_flex {
        display: none !important;
    }

    .plan_content .pc {
        display: none !important;
    }
}

.plan_content .text_title_JP {
    font-weight: bold;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0.06rem;
    color: #fff;
}

@media screen and (max-width: 820px) {
    .plan_content .text_title_JP {
        font-size: 10px;
        line-height: 22px;
        text-align: center;
        color: #000;
    }
}

.plan_content .text_title_EN {
    font-size: 46px;
    line-height: 55px;
    font-weight: 400;
    margin-top: 6px;
    color: #fff;
}

@media screen and (max-width: 820px) {
    .plan_content .text_title_EN {
        text-align: center;
        font-size: 30px;
        line-height: 37px;
        font-weight: 500;
        color: #000;
    }
}

.plan_content .sp_row_select {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-bottom: 1px solid #333;
    margin-bottom: 16px;
}

.plan_content .sp_row_select .sp_row_select_item {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    padding: 0 20px;
    padding-bottom: 14px;
    opacity: 0.2;
    color: #000;
}

.plan_content .sp_row_select .sp_row_select_item.active {
    opacity: 1;
    border-bottom: 2px solid #2C8AAE;
}

@media screen and (max-width: 820px) {
    .plan_content .plan_content_row {
        flex-direction: column;
    }
}

.plan_content .slide__plan {
    width: 100%;
}

.plan_content .plan_content_left {
    width: calc(50% - 8.4vw);
    height: 37vw;
}

@media screen and (max-width: 820px) {
    .plan_content .plan_content_left {
        height: unset;
        width: 100%;
    }
}

.plan_content .plan_title {
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 820px) {
    .plan_content .plan_title {
        color: #000;
    }
}

.plan_content .plan_button_row {
    transition: all 0.3s;
    margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
    .plan_content .plan_button_row {
        justify-content: center;
        margin-top: 16px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 820px) {
    .plan_content .row_select_item01 {
        width: calc(100% + 40px);
        margin-left: -20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .plan_content .row_select_item01 .plan_button_item {
        width: unset;
        height: unset;
        background-color: unset;
        border-radius: 0;
        margin: 0;
        padding: 0 26px;
    }

    .plan_content .row_select_item01 .plan_button_item.active {
        background: unset;
        color: #000 !important;
        position: relative;
    }

    .plan_content .row_select_item01 .plan_button_item:hover {
        background: unset;
        color: rgba(0, 0, 0, 0.2);
    }

    .plan_content .row_select_item01 .plan_button_item.active::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #2C8AAE;
        bottom: -15px;
    }
}

.plan_content .plan_button_item {
    width: 124px;
    height: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.2);
    margin-right: 16px;
    transition: all 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 820px) {
    .plan_content .plan_button_item {
        width: 98px;
        height: 34px;
        font-size: 14px;
        line-height: 20px;
        margin: 0 6px;
    }
}

.plan_content .plan_button_item.active {
    background: var(--color-link-template);
    color: #fff;
}

.plan_content .plan_button_item:hover {
    background: var(--color-link-template);
    color: #fff;
}

.plan_content .btn_link {
    margin-top: 50px;
    transition: all 0.3s;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 820px) {
    .plan_content .btn_link {
        margin-top: 30px;
    }
}

.plan_content .btn_link:hover {
    opacity: 0.6;
}

.plan_content .btn_link span {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    margin-right: 15px;
    color: #fff;
}

@media screen and (max-width: 820px) {
    .plan_content .btn_link span {
        color: #000;
        font-size: 14px;
        line-height: 20px;
    }
}

.plan_content .btn_link .next_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

@media screen and (max-width: 820px) {
    .plan_content .btn_link .next_icon {
        width: 50px;
        height: 50px;
    }
}

.plan_content .btn_link .next_icon::after {
    right: 30px;
    top: unset;
    color: #000;
}

@media screen and (max-width: 820px) {
    .plan_content .btn_link .next_icon::after {
        right: 21px;
        width: 8px;
        height: 8px;
    }
}

.plan_content .plan_content_right {
    position: absolute;
    width: 58.7%;
    right: 0;
    height: 37vw;
}

@media screen and (max-width: 820px) {
    .plan_content .plan_content_right {
        height: unset;
        width: 100%;
        position: relative;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 20px;
    }
}

.plan_content .swiper-button {
    position: absolute;
    top: -2vw;
    left: 0.7vw;
}

@media screen and (max-width: 820px) {
    .plan_content .swiper-button {
        display: none;
    }
}

.plan_content .swiper-button .swiper-button-next {
    left: 5vw;
    color: #fff;
}

.plan_content .swiper-button .swiper-button-next::after {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 1.7vw;
    transform: scaleX(1.7);
}

.plan_content .swiper-button .swiper-button-prev {
    color: #fff;
    left: 0;
}

.plan_content .swiper-button .swiper-button-prev::after {
    content: "\f177";
    font-family: FontAwesome;
    font-size: 1.7vw;
    transform: scaleX(1.7);
}

.plan_content .slide__plan_swiper {
    overflow: hidden;
}

.plan_content .slide_plan_box {
    transform: translateX(-11vw);
    cursor: pointer;
}

@media screen and (max-width: 820px) {
    .plan_content .slide_plan_box {
        transform: unset;
        padding: 0 5px;
    }
}

.plan_content .slide_plan_box .img_wrap {
    height: 20.9vw;
    overflow: hidden;
}

@media screen and (max-width: 820px) {
    .plan_content .slide_plan_box .img_wrap {
        height: 48vw;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
    }
}

.plan_content .slide_plan_box .img_wrap img {
    transition: all 0.7s;
}

.plan_content .slide_plan_box .img_wrap:hover img {
    transform: scale(1.2);
}

.plan_content .slide_plan_box .slide_txt_wrap {
    padding: 1.4vw 2.1vw;
    background-color: #fff;
}

@media screen and (max-width: 820px) {
    .plan_content .slide_plan_box .slide_txt_wrap {
        padding: 4vw;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

.plan_content .slide_plan_box .slide_txt_title {
    font-size: 1.25vw;
    line-height: 2.39vw;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 820px) {
    .plan_content .slide_plan_box .slide_txt_title {
        font-size: 4.25vw;
        line-height: 6.39vw;
    }
}

.plan_content .slide_plan_box .table_txt {
    margin-top: 1.4vw;
}

.plan_content .slide_plan_box .table_txt td {
    font-size: 1vw;
    line-height: 2.39vw;
    font-weight: 600;
}

@media screen and (max-width: 820px) {
    .plan_content .slide_plan_box .table_txt td {
        font-size: 3.2vw;
        line-height: 6vw;
    }
}

@media screen and (max-width: 820px) {
    .plan_content .slide_plan_box .table_txt {
        margin-top: 3.2vw;
    }
}

.plan_content .slide_plan_box .table_txt .table_txt_left {
    width: 5.17vw;
}

@media screen and (max-width: 820px) {
    .plan_content .slide_plan_box .table_txt .table_txt_left {
        width: 20vw;
    }
}

.plan_content .slide_plan_box .btn_detail_plan {
    width: 49.5vw;
    height: 10.8vw;
    justify-content: center;
    align-items: center;
    margin: 4vw auto 0;
    background-color: #2C8AAE;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.06rem;
    color: #fff;
}

.allcontaints__content .text__title_EN {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
    .allcontaints__content .text__title_EN {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.1rem;
    }
}

@media screen and (max-width: 768px) {
    .allcontaints__content {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .allcontaints__content .text__title_EN {
        justify-content: unset;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.1rem;
        font-weight: 400;
    }
}

@media screen and (max-width: 768px) {
    .allcontaints__content .allcontaints__wrap_slide {
        margin: 2rem -2rem;
        width: calc(100% + 4rem);
        padding: 0 2rem;
    }
}

.allcontaints__content .swiper-pagination-progressbar {
    width: 100% !important;
}

.allcontaints__content .allcontaints__wrap_item {
    margin-bottom: 10px;
}

@media print,
only screen and (max-width: 991px) {
    .allcontaints__content .allcontaints__wrap_item {
        margin-bottom: 0;
    }
}

.allcontaints__content .allcontaints__img {
    height: 207px;
    overflow: hidden;
}

.allcontaints__content .allcontaints__img:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

@media print,
only screen and (max-width: 991px) {
    .allcontaints__content .allcontaints__img {
        height: 150px;
    }
}

@media screen and (max-width: 768px) {
    .allcontaints__content .allcontaints__img {
        height: 145px;
    }
}

.allcontaints__content .allcontaints__img img {
    height: 100%;
}

.allcontaints__content .allcontaints__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 29px;
}

@media screen and (max-width: 768px) {
    .allcontaints__content .allcontaints__wrap {
        justify-content: unset;
        flex-wrap: nowrap;
        margin-top: 20px;
        display: flex;
        grid-template-columns: unset;
        grid-gap: 0;
    }
}

.allcontaints__content .allcontaints__wrap .allcontaints__wrap_item {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .allcontaints__content .allcontaints__wrap .allcontaints__wrap_item {
        width: 145px;
    }
}

.allcontaints__content .allcontaints__wrap .allcontaints__detailt {
    color: #000;
}

.allcontaints__content .allcontaints__wrap .allcontaints__detailt .text_EN {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    font-weight: 500;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .allcontaints__content .allcontaints__wrap .allcontaints__detailt .text_EN {
        font-size: 14px;
        margin-top: 10px;
    }
}

.allcontaints__content .allcontaints__wrap .allcontaints__detailt .text_JP {
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 0.06rem;
    font-weight: 400;
    margin-top: 4px;
    opacity: 0.9;
}

.allcontaints__content .allcontaints__pagination {
    height: 1px !important;
}

@media screen and (max-width: 768px) {
    .allcontaints__content .allcontaints__pagination {
        width: calc(100% - 4rem) !important;
        left: 50%;
        transform: translateX(-50%) !important;
    }
}

.allcontaints__content .allcontaints__pagination .swiper-pagination-progressbar-fill {
    background: #000 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.4;
}

.reserve_content {
    margin-top: 100px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .reserve_content {
        margin-top: 40px;
    }
}

.reserve_content .reserve__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.reserve_content .reserve__background .reserve__img {
    width: 100%;
    height: 100%;
}

.reserve_content .reserve__background .reserve__img img {
    height: 100%;
}

.reserve_content .reserve__background .reserve__img .overlay {
    background-image: unset;
    background-color: #000;
    opacity: 0.3;
    transition: all 0.3s;
}

.reserve_content .reserve__detailt {
    z-index: 2;
    padding-top: 175px;
    padding-bottom: 50px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .reserve_content .reserve__detailt {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .reserve_content .reserve__detailt {
        padding-bottom: 50px;
    }
}

.reserve_content .reserve__detailt .text_EN {
    text-align: center;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: 0.1rem;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .reserve_content .reserve__detailt .text_EN {
        font-size: 30px;
        line-height: 37px;
    }
}

.reserve_content .reserve__detailt .text_JP {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    .reserve_content .reserve__detailt .text_JP {
        font-size: 12px;
        /* line-height: 44px; */
        letter-spacing: 0.06rem;
        margin-top: 5px;
        font-weight: 600;
    }
}

.reserve_content .reserve__detailt .text_detail {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.04rem;
    font-weight: 400;
    margin-top: 52px;
}

@media screen and (max-width: 768px) {
    .reserve_content .reserve__detailt .text_detail {
        font-size: 12px;
        line-height: 24px;
        font-weight: 500;
        margin-top: 15px;
    }
}

.reserve_content .reserve_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px auto 0;
    min-width: 260px;
    min-height: 70px;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #2C8AAE, #2AB1AA);
    transition: background 0.3s, color 0.3s, transform 0.3s ease-out;
}

@media screen and (max-width: 768px) {
    .reserve_content .reserve_btn {
        min-width: 220px;
        min-height: 60px;
        font-size: 16px;
        margin: 40px auto 0;
    }
}

.reserve_content .reserve_btn:hover {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(140deg, #009888, #05BAA7) border-box;
    color: #009888;
    border: 2px solid transparent;
    transform: scale(0.95);
    margin: 56px auto 0;
}

.reserve_content .noti_txt {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .reserve_content .noti_txt {
        font-size: 14px;
        margin-top: 15px;
    }
}

.container {
    max-width: 1280px;
    margin: 0 auto 0;
    width: 100%;
}

.container .couple__button_while {
    transition: background 0.3s, color 0.3s, transform 0.3s ease-out;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(140deg, #2C8AAE, #2AB1AA) border-box;
    color: #2C8AAE;
    border: 2px solid transparent;
}

.container .couple__button_while:hover {
    background: linear-gradient(140deg, #2C8AAE, #2AB1AA);
    color: #fff;
    border: unset;
}

.container .couple__button_purple {
    transition: background 0.3s, color 0.3s, transform 0.3s ease-out;
    background: linear-gradient(140deg, #2C8AAE, #2AB1AA);
    margin-right: 7px;
    color: #fff;
}

.container .couple__button_purple:hover {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(140deg, #2C8AAE, #2AB1AA) border-box;
    color: #2C8AAE;
    border: 2px solid transparent;
}

@media screen and (max-width: 768px) {
    .container .couple__button_purple {
        margin-right: 5px;
        margin-left: 0;
    }
}

@media print,
only screen and (max-width: 1280px) {
    .container {
        max-width: 991px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .container {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
        margin: 0;
    }
}

.flex {
    display: flex;
}

.col {
    flex-direction: column;
}

.center__align,
.center-align {
    align-items: center;
}

.betwenn__justify {
    justify-content: space-between;
}

.center__justify,
.center-justify {
    justify-content: center;
}

.pc {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.hide {
    display: none;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block !important;
    }
}

.pc_flex {
    display: flex !important;
}

@media screen and (max-width: 768px) {
    .pc_flex {
        display: none !important;
    }
}

.relative {
    position: relative;
}

.sp_flex {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .sp_flex {
        display: flex !important;
    }
}

.img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .col_sp {
        flex-direction: column;
    }
}

.next_icon {
    position: relative;
}

.next_icon::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    border-style: solid;
    border-color: currentColor;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    color: #fff;
    right: 0;
    top: 0;
}

.concept-content-ver02 {
    margin: 10rem 8rem;
}

@media print,
only screen and (max-width: 991px) {
    .concept-content-ver02 {
        margin: 5rem 4rem;
    }
}

@media screen and (max-width: 768px) {
    .concept-content-ver02 {
        margin: 4rem 2rem;
    }
}

.concept-content-ver02 .concept-content__container {
    flex-direction: column;
}

.concept-content-ver02 .text-wrap {
    margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
    .concept-content-ver02 .text-wrap {
        margin-bottom: 3rem !important;
    }
}

.concept-content-ver02 .txt-title-EN {
    color: #A5A6B0;
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 600;
}

@media print,
only screen and (max-width: 991px) {
    .concept-content-ver02 .txt-title-EN {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 768px) {
    .concept-content-ver02 .txt-title-EN {
        font-size: 1.6rem;
    }
}

.concept-content-ver02 .txt-title-JP {
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 4.9rem;
    margin-top: 1.2rem;
}

@media print,
only screen and (max-width: 991px) {
    .concept-content-ver02 .txt-title-JP {
        font-size: 2.8rem;
        line-height: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .concept-content-ver02 .txt-title-JP {
        font-size: 2rem;
        line-height: 2.9rem;
        margin-top: 1.5rem;
    }
}

.concept-content-ver02 .detail-content {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-top: 3.2rem;
}

@media print,
only screen and (max-width: 991px) {
    .concept-content-ver02 .detail-content {
        font-size: 1.5rem;
        line-height: 2.8rem;
    }
}

@media screen and (max-width: 768px) {
    .concept-content-ver02 .detail-content {
        font-size: 1.2rem;
        line-height: 2.4rem;
        margin-top: 2rem;
    }
}

.concept-content-ver02 .desc-txt {
    font-size: 1.6rem;
    font-weight: 500;
    height: 0;
    line-height: 2.6rem;
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .concept-content-ver02 .desc-txt {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-top: 0.5rem;
    }
}

.concept-content-ver02 .concept-img {
    height: max(60rem, 41.7vw);
}

@media print,
only screen and (max-width: 991px) {
    .concept-content-ver02 .concept-img {
        height: 45rem;
    }
}

@media screen and (max-width: 768px) {
    .concept-content-ver02 .concept-img {
        height: 18rem !important;
        min-height: unset !important;
    }
}

.concept-content-ver02 .concept-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.concept-content-ver02.content__right .text-wrap {
    width: 50%;
    padding-right: 8rem;
    margin-bottom: 0rem;
}

@media screen and (max-width: 768px) {
    .concept-content-ver02.content__right .text-wrap {
        padding: 0;
        width: 100%;
    }
}

.concept-content-ver02.content__right .concept-content__container {
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .concept-content-ver02.content__right .concept-content__container {
        flex-direction: column;
    }
}

.concept-content-ver02.content__right .concept-img {
    height: 33.4vw;
    min-height: 47.9rem;
    width: 50%;
}

@media print,
only screen and (max-width: 991px) {
    .concept-content-ver02.content__right .concept-img {
        min-height: 30rem;
    }
}

@media screen and (max-width: 768px) {
    .concept-content-ver02.content__right .concept-img {
        min-height: 25rem;
        width: 100%;
    }
}

.concept-content-ver02.content__left .text-wrap {
    order: 1;
    padding-left: 8rem;
    width: 50%;
    margin-bottom: 0rem;
}

@media print,
only screen and (max-width: 991px) {
    .concept-content-ver02.content__left .text-wrap {
        padding-left: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .concept-content-ver02.content__left .text-wrap {
        order: 0;
        padding: 0;
        width: 100%;
    }
}

.concept-content-ver02.content__left .concept-content__container {
    flex-direction: row;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .concept-content-ver02.content__left .concept-content__container {
        flex-direction: column;
    }
}

.concept-content-ver02.content__left .concept-img {
    height: 33.4vw;
    min-height: 47.9rem;
    width: 50%;
}

@media print,
only screen and (max-width: 991px) {
    .concept-content-ver02.content__left .concept-img {
        min-height: 30rem;
    }
}

@media screen and (max-width: 768px) {
    .concept-content-ver02.content__left .concept-img {
        min-height: 25rem;
        width: 100%;
    }
}

.concept-content-ver02.content__center .text-wrap {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 6rem;
}

@media screen and (max-width: 768px) {
    .concept-content-ver02.content__center .text-wrap {
        max-width: 100%;
    }
}

.concept-content-ver02.content__custom .txt-title-JP {
    margin: 0 0 6rem;
}

@media screen and (max-width: 768px) {
    .concept-content-ver02.content__custom .txt-title-JP {
        margin: 0 0 2rem;
    }
}

.concept-content-ver02.content__custom .detail-content {
    line-height: 2.6rem;
}

@media screen and (max-width: 768px) {
    .concept-content-ver02.content__custom .detail-content {
        margin-top: 1.5rem;
        font-size: 1.6rem;
        font-weight: 500;
    }
}

.location-edu {
    margin: 10rem 0 10rem 8rem;
}

@media print,
only screen and (max-width: 991px) {
    .location-edu {
        margin: 5rem 0 5rem 4rem;
    }
}

@media screen and (max-width: 768px) {
    .location-edu {
        margin: 4rem 0 4rem 2rem;
    }
}

.location-edu .location-edu__wrap {
    overflow: hidden;
}

.location-edu .location-edu__item {
    width: 30rem;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .location-edu .location-edu__item {
        width: 26rem;
    }
}

.location-edu .location-edu__item img {
    height: 21rem;
    width: 100%;
    border-radius: 0.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .location-edu .location-edu__item img {
        height: 18rem;
    }
}

.location-edu .location-edu__item .txt-wrap__title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    margin-bottom: 0.6rem;
    margin-top: 1.5rem;
    color: #000;
}

@media screen and (max-width: 768px) {
    .location-edu .location-edu__item .txt-wrap__title {
        font-size: 1.2rem;
    }
}

.location-edu .location-edu__item .txt-wrap__des {
    color: #6F6F6F;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7rem;
}

.menu-inside-image {
    background-color: #222;
    height: 63px;
    display: flex;
}

.menu-inside-image .inside-image__row {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.menu-inside-image .inside-image__col {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .menu-inside-image .inside-image__col {
        font-size: 16px;
        line-height: 19px;
    }
}

.menu-inside-image .inside-image__col a {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
}

@media screen and (max-width: 768px) {
    .menu-inside-image .inside-image__col a {
        font-size: 14px;
    }
}

.menu-inside-image .inside-image__col a::after {
    right: -20px;
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
    .menu-inside-image .inside-image__col a::after {
        right: -17px;
        top: 6px;
        width: 8px;
        height: 8px;
    }
}

.menu-inside-image .inside-image__col .next-content {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .menu-inside-image {
        height: 60px;
    }
}

.button__link_block .name__btn {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #37373c;
}

@media print,
only screen and (max-width: 991px) {
    .button__link_block .name__btn {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .button__link_block .name__btn {
        font-size: 14px;
        line-height: 20px;
    }
}

.button__link_block .common__next_btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .button__link_block .common__next_btn {
        width: 50px;
        height: 50px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .button__link_block .common__next_btn {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .button__link_block .common__next_btn {
        width: 50px;
        height: 50px;
    }
}

.button__link_block .common__next_btn .next__icon {
    width: 10px;
    height: 10px;
    position: absolute;
    border-style: solid;
    border-color: currentColor;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    color: #ce2850;
    right: 27px;
    top: 25px;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .button__link_block .common__next_btn .next__icon {
        right: 22px;
        top: 20px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .button__link_block .common__next_btn .next__icon {
        right: 17px;
        top: 16px;
        width: 8px;
        height: 8px;
    }
}

@media screen and (max-width: 768px) {
    .button__link_block .common__next_btn .next__icon {
        right: 22px;
        top: 21px;
        width: 8.49px;
        height: 8.49px;
        border-width: 2px 2px 0 0;
    }
}

.stay_plan_content {
    padding: 115px 0 147px;
}

@media screen and (max-width: 768px) {
    .stay_plan_content {
        padding: 58px 0 0;
    }
}

.stay_plan_content .text_title_EN {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #AFAFB9;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .text_title_EN {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
}

.stay_plan_content .stay_plan_row {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .stay_plan_row {
        flex-direction: column;
    }
}

.stay_plan_content .stay_plan_left {
    min-width: 220px;
}

@media print,
only screen and (max-width: 1280px) {
    .stay_plan_content .stay_plan_left {
        min-width: 190px;
    }
}

@media screen and (max-width: 768px) {
    .stay_plan_content .stay_plan_left {
        width: 100%;
    }
}

.stay_plan_content .stay_plan_right {
    width: 75%;
}

@media print,
only screen and (max-width: 1280px) {
    .stay_plan_content .stay_plan_right {
        width: calc(100% - 190px);
    }
}

@media screen and (max-width: 768px) {
    .stay_plan_content .stay_plan_right {
        width: 100%;
        margin-top: 50px;
    }
}

.stay_plan_content .slide_stay_plan {
    width: 100%;
    overflow: hidden;
    padding: 15px 7px;
}

.stay_plan_content .slide_plan_item {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.stay_plan_content .slide_plan_item.hide {
    display: none;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .slide_plan_item {
        margin-top: 20px;
    }
}

.stay_plan_content .slide_plan_item .img_wrap {
    height: 230px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .slide_plan_item .img_wrap {
        height: 48vw;
    }
}

.stay_plan_content .slide_plan_item .slide_txt_wrap {
    padding: 10px 15px;
}

.stay_plan_content .slide_plan_item .slide_txt_title {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #333;
}

@media print,
only screen and (max-width: 1280px) {
    .stay_plan_content .slide_plan_item .slide_txt_title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .stay_plan_content .slide_plan_item .slide_txt_title {
        font-size: 14px;
        line-height: 24px;
    }
}

.stay_plan_content .slide_plan_item .slide_txt_description {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .slide_plan_item .slide_txt_description {
        font-size: 12px;
        line-height: 22px;
    }
}

.stay_plan_content .slide_plan_item .slide_txt_price {
    margin-top: 35px;
    justify-content: space-between;
}

@media print,
only screen and (max-width: 1280px) {
    .stay_plan_content .slide_plan_item .slide_txt_price {
        margin-top: 15px;
    }
}

.stay_plan_content .slide_plan_item .slide_txt_price .properties {
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    color: #999;
}

@media print,
only screen and (max-width: 1280px) {
    .stay_plan_content .slide_plan_item .slide_txt_price .properties {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .stay_plan_content .slide_plan_item .slide_txt_price .properties {
        font-size: 12px;
        line-height: 22px;
    }
}

.stay_plan_content .slide_plan_item .slide_txt_price .value {
    font-size: 30px;
    line-height: 22px;
    font-weight: 600;
    color: #D90000;
}

@media print,
only screen and (max-width: 1280px) {
    .stay_plan_content .slide_plan_item .slide_txt_price .value {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .stay_plan_content .slide_plan_item .slide_txt_price .value {
        font-size: 22px;
    }
}

.stay_plan_content .slide_plan_item .slide_txt_price span {
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    color: #333;
}

@media print,
only screen and (max-width: 1280px) {
    .stay_plan_content .slide_plan_item .slide_txt_price span {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .stay_plan_content .slide_plan_item .slide_txt_price span {
        font-size: 12px;
        line-height: 22px;
    }
}

.stay_plan_content .btn_view_more {
    width: 100%;
    height: 44px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.06rem;
    background-color: #482E63;
    border-radius: 5px;
}

.stay_plan_content .stay_plan_btn_swiper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.3s;
    right: -104px;
    top: 237px;
}

@media print,
only screen and (max-width: 1280px) {
    .stay_plan_content .stay_plan_btn_swiper {
        right: 7px;
    }
}

.stay_plan_content .stay_plan_btn_swiper::after {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-right: -3px;
}

.stay_plan_content .stay_plan_btn_swiper:hover {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .col_select {
        display: flex;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .stay_plan_content .col_select::after {
        content: "";
        width: calc(100% + 40px);
        height: 1px;
        background-color: #482E63;
        position: absolute;
        bottom: 0;
        left: -20px;
    }
}

.stay_plan_content .col_select .col_select_item {
    margin-top: 15px;
    max-width: 160px;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #482E63;
    background-color: #fff;
    border: 1px solid #482E63;
    cursor: pointer;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .col_select .col_select_item {
        margin-top: 0;
        padding: 8px 15px;
        margin-right: 6px;
        font-size: 12px;
        line-height: 17px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
}

.stay_plan_content .col_select .col_select_item.active {
    color: #fff;
    background-color: #482E63;
    position: relative;
}

.stay_plan_content .col_select .col_select_item.active::after {
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 6.5px solid transparent;
    border-top: 6.5px solid transparent;
    border-left: 7px solid #482E63;
    position: absolute;
    right: -8px;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .col_select .col_select_item.active::after {
        content: unset;
    }
}

.stay_plan_content .col_select .col_select_item:hover {
    color: #fff;
    background-color: #482E63;
}

.stay_plan_content .col_radio_wrap {
    margin-top: 25px;
}

.stay_plan_content .col_radio_wrap .col_radio_item {
    position: relative;
}

.stay_plan_content .col_radio_wrap .radio_item {
    position: relative;
    margin-bottom: 12px;
}

.stay_plan_content .col_radio_wrap .col_radio_wrap-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .col_radio_wrap .col_radio_wrap-item {
        flex-direction: row;
    }
}

.stay_plan_content .col_radio_wrap .col_radio_wrap-item.active {
    opacity: 1;
    z-index: 1;
}

.stay_plan_content .col_radio_wrap input {
    opacity: 0;
    height: 30px;
    width: 30px;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .col_radio_wrap input {
        position: absolute;
    }
}

.stay_plan_content .col_radio_wrap input:checked~label::after {
    background-color: #482E63;
    border: 8px solid #EFEFEF;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .col_radio_wrap input:checked~label::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -10px;
        border: unset;
        left: 0;
    }
}

.stay_plan_content .col_radio_wrap label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #482E63;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .col_radio_wrap label {
        padding: 0 10px;
    }
}

.stay_plan_content .col_radio_wrap label::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #EFEFEF;
    border: 8px solid #EFEFEF;
    position: absolute;
    left: -40px;
    cursor: pointer;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .stay_plan_content .col_radio_wrap label::after {
        content: unset;
    }
}

.container_child {
    max-width: 1080px;
    margin: 0 auto;
}

@media print,
only screen and (max-width: 1280px) {
    .container_child {
        max-width: 991px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .container_child {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container_child {
        width: 100%;
        padding: 0 20px;
    }
}

.banner-block {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .banner-block {
        height: 365px;
        padding-top: 94px;
    }
}

.banner-block .banner__txt {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.banner-block .banner__txt h1 {
    font-size: 70px;
    line-height: 86px;
    font-weight: 400;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .banner-block .banner__txt h1 {
        font-size: 30px;
        line-height: 37px;
        letter-spacing: 0.06rem;
        text-align: center;
    }
}

.banner-block .banner__txt p {
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0.06rem;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .banner-block .banner__txt p {
        font-size: 10px;
        line-height: 24px;
        letter-spacing: 0.1rem;
        text-align: center;
        margin-top: 5px;
    }
}

.banner-block .img_wrap {
    width: 100%;
    height: 100%;
}

.banner-block .overlay {
    opacity: 0.5;
}

.amenity {
    padding: 92px 0 74px;
    background-color: hsla(269deg, 37%, 28%, 0.1);
}

.amenity .amenity_row {
    display: flex;
    flex-wrap: wrap;
}

@media print,
only screen and (max-width: 991px) {
    .amenity .amenity_row {
        justify-content: space-between;
    }
}

.amenity .amenity_box {
    display: flex;
    align-items: center;
    width: 33.33%;
    margin-bottom: 26px;
}

@media print,
only screen and (max-width: 1280px) {
    .amenity .amenity_box:nth-child(3n) {
        padding-left: 30px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .amenity .amenity_box:nth-child(3n) {
        padding-left: 0;
    }
}

@media print,
only screen and (max-width: 991px) {
    .amenity .amenity_box {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .amenity .amenity_box {
        width: 100%;
        margin-bottom: 20px;
    }
}

.amenity .amenity_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.1rem;
    color: #afafb9;
    margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
    .amenity .amenity_title {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px;
    }
}

.amenity .amenity_image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 59px;
    min-height: 59px;
    border-radius: 50%;
    background-color: #fff;
}

.amenity .amenity_image svg {
    display: flex;
    width: 33px;
    height: 33px;
}

@media screen and (max-width: 768px) {
    .amenity .amenity_image svg {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .amenity .amenity_image {
        min-width: 44px;
        min-height: 44px;
    }
}

.amenity .amenity_desc {
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
    color: #37373c;
}

@media screen and (max-width: 768px) {
    .amenity .amenity_desc {
        font-size: 12px;
        line-height: 17px;
    }
}

@media screen and (max-width: 768px) {
    .amenity .amenity_hide_sp {
        display: none !important;
    }
}

.amenity .amenity_more {
    display: none;
    color: #666666;
    font-size: 16px;
    line-height: 20px;
}

.amenity .amenity_more span {
    margin-left: 9px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .amenity .amenity_more {
        display: block;
        padding: 20px 0;
        text-align: center;
        border-top: 1px solid hsla(0deg, 0%, 44%, 0.1);
    }
}

@media screen and (max-width: 768px) {
    .amenity {
        padding: 56px 0 0;
    }
}

.line-border {
    margin: 15px 0;
    border-bottom: 1px solid #EFEFEF;
}

.pr-20 {
    padding-right: 20px;
}

.container-custom {
    max-width: 1200px;
    margin: 0 auto;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .container-custom {
        max-width: 1000px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .container-custom {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container-custom {
        max-width: 100%;
        padding: 0 20px;
        flex-direction: column-reverse;
    }
}

.container-custom .main-content {
    max-width: 880px;
    width: 100%;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .container-custom .main-content {
        max-width: 670px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .container-custom .main-content {
        max-width: 550px;
    }
}

@media screen and (max-width: 768px) {
    .container-custom .main-content {
        margin-top: 30px;
        max-width: 100%;
    }
}

@media print,
only screen and (max-width: 425px) {
    .container-custom .main-content {
        margin-top: 15px;
    }
}

.navbar {
    max-width: 280px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #DDDDDD;
    padding-left: 24px;
    padding-right: 24px;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .navbar {
        max-width: 270px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .navbar {
        max-width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .navbar {
        max-width: 250px;
        max-width: 100%;
    }
}

.navbar .navbar-item {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}

.navbar .navbar-item:hover {
    opacity: 0.8;
}

.navbar .navbar-item .navbar-item-left {
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
}

.navbar .navbar-item .navbar-item-right {
    width: 10px;
}

.navbar .navbar-item-child {
    padding-top: 8px;
}

.navbar .navbar-brick {
    max-width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    margin: 0 auto;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

.mv-v2 {
    position: relative;
    height: 600px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .mv-v2 {
        height: 365px;
        padding-top: 94px;
    }
}

.mv-v2 .w-h-full {
    width: 100%;
    height: 100%;
}

.mv-v2 .mv-v2-text {
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    font-weight: 600;
}

@media print,
only screen and (max-width: 1280px) {
    .mv-v2 .mv-v2-text {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .mv-v2 .mv-v2-text {
        font-size: 10px;
        line-height: 24px;
        letter-spacing: 0.1rem;
        text-align: center;
        margin-top: 5px;
    }
}

.mv-v2 .mv-v2-text__wrap {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1080px;
    margin: 0 auto;
    z-index: 10;
}

@media print,
only screen and (max-width: 1280px) {
    .mv-v2 .mv-v2-text__wrap {
        max-width: 991px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .mv-v2 .mv-v2-text__wrap {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .mv-v2 .mv-v2-text__wrap {
        width: 100%;
        padding: 0 20px;
    }
}

.mv-v2 .mv-v2-heading {
    font-size: 70px;
    line-height: 86px;
    font-weight: 400;
    color: #fff;
}

@media print,
only screen and (max-width: 1280px) {
    .mv-v2 .mv-v2-heading {
        font-size: 65px;
    }
}

@media screen and (max-width: 768px) {
    .mv-v2 .mv-v2-heading {
        text-align: center;
        font-size: 30px;
        line-height: 37px;
        letter-spacing: 0.06rem;
    }
}

.mv-v2 .swiperContainer {
    width: 100%;
    height: 100%;
}

.mv-v2 .swiperContainer .swiper-slide {
    position: relative;
}

.mv-v2 .swiperContainer .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6784313725));
}

.mv-v2 .swiperContainer .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.search_form_fixer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.637);
    padding: 43px 0;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    .search_form_fixer {
        position: fixed;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }
}

.search_form_fixer.hide {
    display: none !important;
}

.search_form_fixer .search_box {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .search_form_fixer .search_box {
        width: 100%;
    }
}

.search_form_fixer .close-icon {
    width: 65px;
    height: 74px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='52' viewBox='0 0 36 52'%3E%3Ctext id='_' data-name='%C3%97' transform='translate(0 42)' fill='%23fff' font-size='36' font-family='SourceHanSansJP-Regular  Source Han Sans JP' letter-spacing='0.06em'%3E%3Ctspan x='0' y='0'%3E%C3%97%3C/tspan%3E%3C/text%3E%3C/svg%3E");
    background-position: top left;
    background-size: cover;
    top: -24px;
    right: -8px;
    cursor: pointer;
}

@media print,
only screen and (max-width: 1280px) {
    .search_form_fixer .close-icon {
        width: 45px;
        height: 54px;
        top: 0;
        right: 0px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .search_form_fixer .close-icon {
        width: 30px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .search_form_fixer .close-icon {
        width: 65px;
        height: 74px;
        top: -90px;
        right: -11px;
    }
}

.search_box {
    position: relative;
    margin-top: -40px;
    z-index: 9;
}

.search_box .search_box__body {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    padding: 35px 70px 35px 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex: 1;
}

@media print,
only screen and (max-width: 1280px) {
    .search_box .search_box__body {
        padding: 20px 25px;
        height: 120px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .search_box .search_box__body {
        padding: 20px 5px 20px 20px;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__body {
        flex-direction: column;
        height: unset;
        padding: 14px 15px 18px 20px;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__search_text {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 12px;
        border-bottom: 3px solid #d4d1cc;
        text-align: center;
        font-weight: bold;
    }
}

.search_box .search_box__left {
    display: flex;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .search_box .search_box__left {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.search_box .search_box__left .search_border {
    border-right: 1px solid #ddd;
}

.search_box .search_box__left .search_border:last-of-type {
    border-right: none;
}

@media screen and (max-width: 768px) {
    .search_box .search_box__left .search_border {
        border-right: none;
    }
}

.search_box .search_box__left .search_box__search {
    padding-right: 40px;
    flex-direction: column;
    justify-content: center;
}

@media print,
only screen and (max-width: 991px) {
    .search_box .search_box__left .search_box__search {
        padding-right: 15px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__left .search_box__search {
        flex-direction: row;
        width: 50%;
    }
}

.search_box .search_box__left .search_box__svg {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.search_box .search_box__left .search_box__svg svg {
    width: 100%;
    height: 100%;
}

.search_box .search_box__left .search_box__search_text {
    font-size: 16px;
    letter-spacing: 0.06rem;
    line-height: 30px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

@media print,
only screen and (max-width: 991px) {
    .search_box .search_box__left .search_box__search_text {
        font-size: 12px;
    }
}

.search_box .search_box__left .search_box__text {
    font-size: 14px;
    letter-spacing: 0.06rem;
    line-height: 30px;
    margin-bottom: 13px;
}

@media print,
only screen and (max-width: 1280px) {
    .search_box .search_box__left .search_box__text {
        color: #999;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__left .search_box__text {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
    }
}

.search_box .search_box__left .search_box__date_time {
    padding: 0 40px 0 40px;
    flex: 1;
    max-width: 350px;
}

@media print,
only screen and (max-width: 991px) {
    .search_box .search_box__left .search_box__date_time {
        padding: 0 15px;
        max-width: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__left .search_box__date_time {
        padding: 0;
        flex-direction: row;
        width: 100%;
        min-width: 100%;
        justify-content: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 14px;
        padding-top: 26px;
    }
}

.search_box .search_box__left .search_box__time {
    position: relative;
}

@media screen and (max-width: 768px) {
    .search_box .search_box__left .search_box__time {
        justify-content: space-between;
        width: 100%;
    }
}

.search_box .search_box__left .search_box__time .calendar_img {
    display: flex;
    width: 20px;
    margin-left: 8px;
}

@media print,
only screen and (max-width: 1280px) {
    .search_box .search_box__left .search_box__time .calendar_img {
        margin-left: 0;
    }
}

.search_box .search_box__left .search_box__time .calendar_img img {
    width: 100%;
}

.search_box .search_box__left .input_date {
    width: calc(100% - 20px);
    font-size: 20px;
    letter-spacing: 0.004rem;
    line-height: 24px;
    border: none;
    padding: 0;
    outline: none;
}

@media screen and (max-width: 768px) {
    .search_box .search_box__left .input_date {
        width: calc(100% - 100px);
        text-align: center;
        font-size: 16px;
    }
}

.search_box .search_box__left .input_date::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    z-index: 999;
    opacity: 0;
}

.search_box .search_box__left .search_box__select {
    padding: 0 35px 0 35px;
}

@media print,
only screen and (max-width: 1280px) {
    .search_box .search_box__left .search_box__select {
        padding: 0 25px 0 10px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .search_box .search_box__left .search_box__select {
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__left .search_box__select {
        padding: 0;
        flex-direction: row;
        width: 50%;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
        margin: 0;
    }
}

.search_box .search_box__left .search_box__option select {
    font-size: 20px;
    letter-spacing: 0.004rem;
    line-height: 24px;
    height: 27px;
    padding-right: 12px;
    border: none;
    outline: none;
    padding-left: 0;
    text-indent: 1px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .search_box .search_box__left .search_box__option select {
        padding-right: 0;
    }
}

.search_box .search_box__right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    max-width: 355px;
}

.search_box .search_box__right .search_box__button {
    width: 100%;
    margin-right: 0;
    max-width: 190px;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.6px;
}

.search_box .search_box__right .search_box__button:hover path {
    fill: #2c8aae;
}

.search_box .search_box__right .search_box__button path {
    transition: all 0.5s;
}

.search_box .search_box__right .search_box__button svg {
    margin-right: 6.6px;
    position: relative;
    top: 2px;
}

@media print,
only screen and (max-width: 1280px) {
    .search_box .search_box__right .search_box__button {
        max-width: 50%;
    }
}

@media print,
only screen and (max-width: 991px) {
    .search_box .search_box__right .search_box__button {
        height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__right .search_box__button {
        order: 0;
        max-width: 100%;
        margin-top: 25px;
        font-size: 16px;
    }
}

.search_box .search_box__right .search_box__detail {
    margin-left: 30px;
}

@media print,
only screen and (max-width: 991px) {
    .search_box .search_box__right .search_box__detail {
        margin-left: 15px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__right .search_box__detail {
        margin: 0;
    }
}

.search_box .search_box__right .search_box__desc {
    font-size: 15px;
    letter-spacing: 0.06rem;
    line-height: 30px;
    color: #2c8aae;
}

.search_box .search_box__right .search_box__desc:hover {
    text-decoration: underline;
}

.search_box .search_box__right .search_box__desc:last-child {
    margin-top: 12px;
}

@media print,
only screen and (max-width: 991px) {
    .search_box .search_box__right .search_box__desc:last-child {
        margin-top: 0;
    }
}

@media print,
only screen and (max-width: 1280px) {
    .search_box .search_box__right .search_box__desc {
        font-size: 12px;
        line-height: 25px;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__right .search_box__desc {
        display: block;
        margin-top: 12px;
        font-weight: 600;
    }
}

@media print,
only screen and (max-width: 1280px) {
    .search_box .search_box__right {
        max-width: 265px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .search_box .search_box__right {
        max-width: 250px;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .search_box .search_box__right {
        max-width: unset;
        flex-direction: column;
    }
}

@font-face {
    font-family: "Century Gothic";
    src: url("https://assets.micado-rayout.jp/fonts/CenturyGothic.ttf");
}

@font-face {
    font-family: "Source Han Sans JP";
    src: url("https://assets.micado-rayout.jp/fonts/SourceHanSansJP-Regular.otf");
}

@font-face {
    font-family: "Source Han Sans JP";
    src: url("https://assets.micado-rayout.jp/fonts/SourceHanSansJP-Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "Source Han Sans JP";
    src: url("https://assets.micado-rayout.jp/fonts/SourceHanSansJP-Medium.otf");
    font-weight: 500;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: transparent;
}

.header.is-spencial .nav_item {
    color: #000 !important;
}

.header.is-spencial .change__language .change__language-item,
.header.is-spencial .change__language .change__language-compartment {
    color: #000 !important;
}

@media screen and (max-width: 768px) {
    .header {
        background: transparent;
        height: inherit;
    }
}

.header .top_bar {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width: 768px) {
    .header .top_bar {
        padding: 6px 0;
        background: #fff;
        opacity: 1;
        z-index: 9;
    }
}

.header .top_bar .container {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .header .top_bar .container {
        padding-right: 0;
        margin: 0;
    }
}

.header .top_bar .top_bar_wrap {
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.header .top_bar .top_bar_wrap .change__language {
    align-items: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2.4px;
    font-weight: 600;
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .header .top_bar .top_bar_wrap .change__language {
        color: #000;
        padding-left: 10px;
        font-size: 12px;
    }
}

.header .top_bar .top_bar_wrap .change__language .change__language-item {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
    opacity: 0.6;
}

.header .top_bar .top_bar_wrap .change__language .change__language-item.active {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .header .top_bar .top_bar_wrap .change__language .change__language-item {
        color: #000;
    }
}

.header .top_bar .top_bar_left a {
    display: flex;
    align-items: center;
}

.header .top_bar .top_bar_left .img_logo {
    width: 100%;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .header .top_bar .top_bar_left .img_logo {
        height: 34px;
    }
}

.header .top_bar .top_bar_left .txt_logo {
    font-size: 18px;
    line-height: 36px;
    margin-left: 10px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .header .top_bar .top_bar_left .txt_logo {
        font-size: 10px;
        line-height: 15px;
        width: 50%;
        color: #000 !important;
        transform: translateX(-10px);
    }
}

.header .top_bar .top_bar_left .txt_logo.active {
    color: #000;
}

.header .top_bar .top_bar_left .svg_logo {
    max-height: 32px;
    filter: brightness(0) invert(1);
}

.header .top_bar .top_bar_left img.txt_logo {
    max-width: 180px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .header .top_bar .top_bar_left img.txt_logo {
        max-width: 60px;
        max-height: 36px;
    }
}

.header .top_bar .top_bar_right .order__link {
    flex-wrap: wrap;
    height: 20px;
    overflow: hidden;
    padding-right: 20px;
    justify-content: flex-end;
}

.header .top_bar .top_bar_right .order__link .nav_item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
    margin-left: 30px;
    color: #fff;
}

@media print,
only screen and (max-width: 1280px) {
    .header .top_bar .top_bar_right .order__link .nav_item {
        margin-left: 20px;
    }
}

.header .top_bar .top_bar_right .btn__show_menu {
    width: 46px;
    height: 34px;
    padding: 10px;
    justify-content: space-between;
    cursor: pointer;
    /* margin-left: 10px; */
    z-index: 10;
    position: relative;
}

.header .top_bar .top_bar_right .btn__show_menu::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 46px;
    /* border-left: 1px solid #DDD; */
    top: -6px;
    left: -1px;
}

.header .top_bar .top_bar_right .btn__show_menu .img_btn {
    width: 16px;
    height: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .header .top_bar .top_bar_right .btn__show_menu {
        /* margin-left: 15px; */
    }
}

.header .top_bar .top_bar_right .show__menu .img_logo_top {
    transform: translate(-12%, 8px) rotate(45deg);
    width: 17px;
    transition: all 0.5s;
}

.header .top_bar .top_bar_right .show__menu .img_logo_center {
    opacity: 0;
    transition: all 0.5s;
}

.header .top_bar .top_bar_right .show__menu .img_logo_bot {
    transform: translate(-12%, -5px) rotate(-45deg);
    width: 17px;
    transition: all 0.5s;
}

.header .couple__button_header .couple__button_item {
    width: 160px;
    height: 56px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.header .couple__button_header .couple__button_item:hover {
    transform: scale(0.95);
}

@media print,
only screen and (max-width: 991px) {
    .header .couple__button_header .couple__button_item {
        width: 96px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .header .couple__button_header .couple__button_item {
        width: 72px;
        height: 34px;
        font-size: 12px;
    }
}

.header .menu-content {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .header .menu-content {
        margin-top: 0;
        background-color: #fff;
    }
}

.header .menu-content#headMenuBox {
    transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
    .header .menu-content#headMenuBox {
        transform: translateY(-150%);
        position: absolute;
    }
}

.header .menu-content .next__icon {
    display: none;
    width: 14px;
    height: 14px;
    position: absolute;
    border-style: solid;
    border-color: currentColor;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    color: #552C6E;
    right: 15px;
    top: 17px;
    cursor: pointer;
}

.header .menu-content .prev__icon {
    display: none;
    width: 14px;
    height: 14px;
    position: absolute;
    border-style: solid;
    border-color: currentColor;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
    color: #552C6E;
    left: 15px;
    top: 17px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .header .page__menu {
        flex-direction: column;
        background-color: #fff;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: -80px;
        padding: 35px 20px 60px;
    }
}

.header .page__menu .nav_item {
    height: 34px;
    width: 154.3px;
    font-weight: 500;
    position: relative;
    border-right: 2px solid #DDD;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.7s;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .header .page__menu .nav_item {
        border-right: unset;
        align-items: center;
        width: 100%;
        justify-content: unset;
        font-size: 26px;
        line-height: 25px;
        margin-bottom: 14px;
        color: #000 !important;
    }
}

.header .page__menu .nav_item:first-child {
    border-left: 2px solid #DDD;
}

@media screen and (max-width: 768px) {
    .header .page__menu .nav_item:first-child {
        border-left: unset;
    }
}

@media print,
only screen and (max-width: 991px) {
    .header .page__menu .nav_item {
        font-size: 13px;
    }
}

@media print,
only screen and (min-width: 769px) {
    .header .page__menu .nav_item.active::after {
        content: "";
        position: absolute;
        height: 3px;
        background-color: #009888;
        bottom: -13px;
        right: 0;
        left: 0;
    }
}

.header .page__menu .tag_new {
    width: 50px;
    height: 20px;
    background-color: #AD0F21;
    color: #fff !important;
    border-radius: 3px;
    font-size: 12px;
    line-height: 35px;
    letter-spacing: -0.01em;
    font-weight: 600;
    position: absolute;
    transform: translate(55px, 0px);
}

.header .page__menu .order__link .mr_cus {
    margin-bottom: 20px;
}

.header .page__menu .order__link .nav_item {
    font-size: 16px;
    line-height: 24px;
}

.header .page__menu .couple__button_header {
    margin-top: 40px;
}

.header .page__menu .couple__button_header .couple__button_item {
    width: 160px;
    height: 54px;
    font-size: 16px;
}

.header .page__menu_sp::-webkit-scrollbar {
    display: none;
}

.header .page__menu_sp {
    display: none;
    overflow-x: scroll;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .header .page__menu_sp {
        display: flex !important;
        transform: unset !important;
        flex-direction: row !important;
        margin: 0 0 !important;
        padding: 0 20px;
        border-top: 1px solid #DDD;
    }
}

.header .page__menu_sp .page__menu_sp_wrap {
    width: 100%;
    white-space: nowrap;
    justify-content: space-between;
    transition: 0.3s ease;
}

.header .page__menu_sp .page__menu_sp_wrap .nav_item {
    height: auto;
    padding: 14px 0;
    width: 154.3px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 0;
    justify-content: center;
}

.header .page__menu_sp .page__menu_sp_wrap .nav_item:last-child {
    padding-right: 20px;
}

.header .page__menu_sp .page__menu_sp_wrap .nav_item.active {
    border-bottom: 2px solid #009888;
}

.header .header-menu__language {
    justify-content: flex-end;
    margin-top: 1rem;
    align-items: center;
}

.header .header-menu__language span {
    font-family: "Source Han Sans JP", sans-serif;
    font-size: 16px;
    line-height: 2;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
}

.header .header-menu__language select,
.header .header-menu__language option {
    color: #000;
    font-family: "Source Han Sans JP", sans-serif;
    font-size: 16px;
    outline: none;
    border: unset;
    height: 32px;
    text-transform: uppercase;
}

.header .order_select {
    padding: 15px 40px;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .header .order_select {
        padding: 15px 32px;
    }
}

.header .order_select .nav_item {
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.01em;
}

@media screen and (max-width: 768px) {
    .header .hide_menu_sp {
        animation: hidemenu 1s linear forwards;
    }
}

@media screen and (max-width: 768px) {
    .header .show_menu_sp {
        display: flex !important;
        animation: showmenu 0.5s linear forwards;
    }
}

.header .header-more {
    cursor: pointer;
    display: none;
    position: relative;
}

.header .header-more.active {
    display: block;
}

.header .header-more::after {
    bottom: -2rem;
    content: "";
    display: none;
    height: 2rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.header .header-more:hover .header-more__item {
    height: unset;
    opacity: 1;
    overflow: auto;
    padding: 2rem;
    transition: opacity 0.3s;
}

.header .header-more:hover::after {
    display: block;
}

.header .header-more .header-white__txt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    margin-right: 35px;
    margin-top: 3px;
    transition: all 0.3s;
}

.header .header-more .header-white__txt:hover {
    opacity: 0.6;
}

@media print,
only screen and (max-width: 991px) {
    .header .header-more .header-white__txt {
        margin-top: 0;
    }
}

.header .header-more .header-more__item {
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    height: 0;
    left: -2rem;
    opacity: 0;
    overflow: hidden;
    padding: 2rem;
    padding: 0;
    position: absolute;
    top: 30px;
}

.header__fixed {
    animation: showFixedMenu 0.3s linear forwards;
    transition: all 0.5s;
}

.header__unfixed {
    animation: hideFixedMenu 0.5s linear forwards;
    transition: all 0.5s;
}

@keyframes showmenu {
    0% {
        transform: translateY(-100%);
        position: relative;
    }

    50% {
        transform: translateY(0%);
        position: relative;
    }

    to {
        padding-top: 30px;
        transform: translateY(0%);
        position: relative;
    }
}

@keyframes hidemenu {
    0% {
        transform: translateY(0%);
        position: relative;
    }

    40% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        position: relative;
    }

    98% {
        position: relative;
    }

    99% {
        position: absolute;
        left: 100%;
    }

    to {
        left: 101%;
        position: absolute;
    }
}

@keyframes showFixedMenu {
    0% {
        top: -200px;
    }

    to {
        top: 0;
        position: fixed;
    }
}

@keyframes hideFixedMenu {
    0% {
        top: 0;
        position: fixed;
    }

    50% {
        top: -120px;
    }

    to {
        position: absolute;
    }
}

.footer {
    padding: 80px 0 44px;
    background: #363954;
}

@media screen and (max-width: 768px) {
    .footer-left {
        text-align: center;
        width: 100%;
    }
}

.footer-logo {
    font-size: 40px;
    line-height: 53px;
    font-weight: 400;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .footer-logo {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
}

.footer-link {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.footer-link .footer-item {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.footer-link .footer-item::after {
    content: "/";
    padding: 0 4px;
}

@media screen and (max-width: 768px) {
    .footer-link .footer-item::after {
        content: unset;
    }
}

.footer-link .footer-item:last-child::after {
    content: unset;
}

@media print,
only screen and (max-width: 1280px) {
    .footer-link .footer-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .footer-link .footer-item {
        margin-top: 20px;
        font-size: 12px;
    }
}

.footer-link__col {
    width: 50%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .footer-link {
        justify-content: space-between;
    }
}

.footer-link-sub {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px 20px;
}

@media screen and (max-width: 768px) {
    .footer-link-sub {
        gap: 10px 15px;
    }
}

.footer-link-sub .footer-item {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

@media print,
only screen and (max-width: 1280px) {
    .footer-link-sub .footer-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .footer-link-sub .footer-item {
        font-size: 12px;
    }
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        align-items: center;
    }
}

.footer-col {
    padding-top: 57px;
}

@media screen and (max-width: 768px) {
    .footer-col {
        width: 100%;
    }
}

.footer-col__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .footer-col__title {
        font-size: 14px;
        line-height: 19px;
    }
}

.footer-col__sub {
    font-size: 28px;
    line-height: 37px;
    font-weight: 500;
    color: #fff;
    margin-top: 16px;
    word-break: break-all;
}

@media print,
only screen and (max-width: 1280px) {
    .footer-col__sub {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer-col__sub {
        font-size: 20px;
        line-height: 27px;
        margin-top: 8px;
    }
}

.footer-col__desc {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-top: 7px;
}

@media print,
only screen and (max-width: 1280px) {
    .footer-col__desc {
        font-size: 12px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .footer-col__desc {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }
}

.footer-col__add {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #fff;
    margin-top: 8px;
}

@media print,
only screen and (max-width: 1280px) {
    .footer-col__add {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .footer-col__add {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }
}

.footer-col__add.first {
    margin-top: 12px;
}

.footer-col__mail {
    font-size: 20px;
    line-height: 37px;
    font-weight: 500;
    color: #fff;
    margin-top: 16px;
    word-break: break-all;
}

@media print,
only screen and (max-width: 1280px) {
    .footer-col__mail {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer-col__mail {
        font-size: 20px;
        line-height: 27px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 768px) {
    .footer-col {
        text-align: center;
        padding-top: 34px;
    }
}

.footer .mr-71 {
    margin-right: 71px;
}

@media print,
only screen and (max-width: 1280px) {
    .footer .mr-71 {
        margin-right: 31px;
    }
}

@media screen and (max-width: 768px) {
    .footer .mr-71 {
        margin-right: 0;
    }
}

.footer .mr-80 {
    margin-right: 80px;
}

@media print,
only screen and (max-width: 1280px) {
    .footer .mr-80 {
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .footer .mr-80 {
        margin-right: 0;
    }
}

.footer .flex-wrap {
    flex-wrap: wrap;
}

.footer-box {
    padding-right: 60px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .footer-box {
        margin-top: 20px;
        padding-right: 0;
    }
}

.footer-top {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    word-break: keep-all;
    white-space: nowrap;
    width: 19px;
    height: 19px;
    right: 0;
    top: 10%;
    transform: rotate(90deg);
}

.footer-top::before {
    position: relative;
    content: "";
    width: 80px;
    height: 1px;
    margin-right: 16px;
    background-color: #fff;
    display: inline-block;
    top: -3px;
}

@media screen and (max-width: 768px) {
    .footer-right {
        width: 100%;
    }
}

.footer-map {
    position: relative;
    max-width: 328px;
    height: 306px;
}

@media screen and (max-width: 768px) {
    .footer-map iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer-map {
        max-width: 100%;
        height: 200px;
    }
}

.footer-copyright {
    margin-top: 67px;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .footer-copyright {
        text-align: center;
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 80px 0 20px;
    }
}

.top__page {
    overflow-x: hidden;
}

.top__page .home__banner {
    width: 100%;
    height: 768px;
}

@media screen and (max-width: 768px) {
    .top__page .home__banner {
        height: 640px;
    }
}

.top__page .home__banner .overlay {
    opacity: 0.16;
    right: -100px;
}

.top__page .home__banner .banner_text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}

@media print,
only screen and (max-width: 991px) {
    .top__page .home__banner .banner_text {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .banner_text {
        padding: 0;
    }
}

.top__page .home__banner .banner_text h1 {
    font-size: 48px;
    line-height: 1.7;
    letter-spacing: 10px;
    font-weight: 600;
    color: #fff;
    margin-top: 180px;
    /* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif; */
}

@media print,
only screen and (max-width: 991px) {
    .top__page .home__banner .banner_text h1 {
        font-size: 40px;
        margin-top: 240px;
        line-height: 1.7;
    }
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .banner_text h1 {
        font-size: 28px;
        letter-spacing: 5px;
    }
}

.top__page .home__banner .mv-slide-single {
    width: 100%;
    height: 100%;
}

.top__page .home__banner .mv-content__slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top__page .home__banner .mv-content__slide .mv-slide {
    list-style: none;
}

.top__page .home__banner .mv-content__slide .mv-slide li {
    width: 100%;
}

@media print,
only screen and (max-width: 991px) {
    .top__page .home__banner .mv-content__slide .mv-slide {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .mv-content__slide .mv-slide {
        padding: 0;
        overflow-x: clip;
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}

.top__page .home__banner .mv-content__slide .mv-slide .name-silde {
    position: absolute;
    z-index: 3;
    margin-left: 113px;
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .mv-content__slide .mv-slide .name-silde {
        margin-left: 71px;
    }
}

.top__page .home__banner .mv-content__slide .mv-slide .name-slide__item {
    position: absolute;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06rem;
    font-weight: 400;
    color: #fff;
    top: 20px;
    opacity: 0;
    transition: all 0.3s;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .mv-content__slide .mv-slide .name-slide__item {
        font-size: 12px;
        top: 17px;
    }
}

.top__page .home__banner .mv-content__slide .mv-slide .name-slide__item.active {
    opacity: 1;
}

.top__page .home__banner .mv-content__slide .mv-slide .mv-slide__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s 1s;
    will-change: visibility;
}

.top__page .home__banner .mv-content__slide .mv-slide .image-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    will-change: clip;
    z-index: 0;
}

.top__page .home__banner .mv-content__slide li.prev_slide .image-slide {
    z-index: 1;
}

.top__page .home__banner .mv-content__slide .mv-slide .image-slide::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: -100px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.top__page .home__banner .mv-content__slide .progess-bar {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: #fff;
    z-index: 2;
    margin-top: 640px;
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .mv-content__slide .progess-bar {
        margin-top: 530px;
        width: 60px;
        height: 1px;
    }
}

.top__page .home__banner .mv-content__slide .progess-bar::after {
    content: "";
    position: absolute;
    width: 530px;
    height: 2px;
    background-color: #fff;
    left: 110px;
    top: 0;
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .mv-content__slide .progess-bar::after {
        height: 1px;
        width: 700px;
        left: 70px;
    }
}

.top__page .home__banner .mv-content__slide .progess-bar #progess-bar__inner {
    height: 2px;
    background-color: #2c8aae;
    width: 0;
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .mv-content__slide .progess-bar #progess-bar__inner {
        height: 1px;
    }
}

.top__page .home__banner .mv-content__slide .progess-bar .progess-bar__animation {
    width: 100% !important;
    transition-duration: var(--transition-duration, 5000ms);
    transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 0.1);
}

.top__page .home__banner .mv-content__slide .mv-slide__item.current {
    visibility: visible;
    transition-delay: 0s;
}

.top__page .home__banner .mv-content__slide li.current .image-slide {
    animation: next-slide-pc linear 0.8s forwards;
    z-index: 2;
}

@media print,
only screen and (max-width: 1280px) {
    .top__page .home__banner .mv-content__slide li.current .image-slide {
        animation: next-slide-laptop linear 0.8s forwards;
    }
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .mv-content__slide li.current .image-slide {
        animation: next-slide-sp linear 0.5s forwards;
    }
}

.top__page .home__banner .mv-content__slide li.current .image-slide img {
    animation: zoom-out-img linear 8s forwards;
}

.top__page .home__banner .mv-content__slide .prev-btn-slide,
.top__page .home__banner .mv-content__slide .next-btn-slide,
.top__page .home__banner .mv-content__slide .counter {
    vertical-align: middle;
}

.top__page .home__banner .mv-content__slide .counter {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06rem;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 3;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .top__page .home__banner .mv-content__slide .counter {
        font-size: 12px;
        margin-top: 18px;
    }
}

@keyframes zoom-out-img {
    0% {
        transform: scale(1.2);
    }

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

@keyframes next-slide-pc {
    0% {
        clip: rect(0, 100vw, 70vw, 100vw);
    }

    100% {
        clip: rect(0, 100vw, 70vw, -10vw);
    }
}

@keyframes next-slide-laptop {
    0% {
        clip: rect(0, 150vw, 105vw, 150vw);
    }

    100% {
        clip: rect(0, 150vw, 105vw, -10vw);
    }
}

@keyframes next-slide-sp {
    0% {
        clip: rect(0, 100vw, 300vw, 100vw);
    }

    100% {
        clip: rect(0, 100vw, 300vw, -10vw);
    }
}

.top__page .slide__top {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .top__page .slide__top {
        margin-top: 30px;
    }
}

.top__page .slide__top .slide__top_swiper {
    overflow: hidden;
    width: 100%;
    height: 220px;
}

@media screen and (max-width: 768px) {
    .top__page .slide__top .slide__top_swiper {
        height: 180px;
        box-shadow: 0 0 10px 0 RGBA(0, 0, 0, 0.1);
        box-sizing: border-box;
        border-radius: 6px;
    }
}

.top__page .slide__top .slide__top_pagination {
    bottom: -24px;
    justify-content: center;
    align-items: center;
    display: none;
}

@media screen and (max-width: 768px) {
    .top__page .slide__top .slide__top_pagination {
        display: flex;
    }
}

.top__page .slide__top .slide__top_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
}

.top__page .slide__top .slide__top_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #000 !important;
}

.top__page .slide__top .slide_txt_wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.top__page .slide__top .slide_txt_wrap .txt_big {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    margin: 50px 0 37px;
    color: #fff;
    text-align: center;
}

.top__page .slide__top .slide_txt_wrap .txt_small {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.top__page .slide__top .top__slide_box.swiper-slide {
    box-shadow: 0 0 10px 0 RGBA(0, 0, 0, 0.1);
    height: 220px;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .top__page .slide__top .top__slide_box.swiper-slide {
        height: 180px !important;
        border-radius: unset;
    }
}

.top__page .slide__top .top__slide_box {
    height: 100%;
}

.top__page .slide__top .top__slide_box .overlay {
    transition: all 0.5s;
    z-index: 1;
}

.top__page .slide__top .top__slide_box img {
    height: 100%;
    transition: all 0.5s;
}

.top__page .slide__top .top__slide_box:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.top__page .four_image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 120px;
}

@media screen and (max-width: 768px) {
    .top__page .four_image {
        display: none;
    }
}

.top__page .four_image .four_image__box {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.top__page .four_image .four_image__box:hover .four_image__image img {
    transform: scale(1.1);
}

.top__page .four_image .four_image__box:hover .overlay {
    opacity: 0;
    transition: all 0.5s;
}

.top__page .four_image .four_image__text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
}

.top__page .four_image .four_image__number {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}

.top__page .four_image .four_image__title {
    font-size: 46px;
    line-height: 57px;
    font-weight: 400;
    margin-top: 32px;
}

.top__page .four_image .four_image__sub {
    font-size: 16px;
    line-height: 44px;
    font-weight: bold;
    letter-spacing: 0.006rem;
    margin-top: 18px;
}

.top__page .four_image .four_image__desc {
    font-size: 13px;
    line-height: 44px;
    font-weight: bold;
    letter-spacing: 0.006rem;
    margin-top: 7px;
}

.top__page .four_image .four_image__image {
    overflow: hidden;
    aspect-ratio: 72/35;
}

.top__page .four_image .four_image__image img {
    width: 100%;
    height: 100%;
    transition: all 0.7s;
    -o-object-fit: cover;
    object-fit: cover;
}

.top__page .rooms__content {
    padding-top: 60px;
}

@media screen and (max-width: 768px) {
    .top__page .rooms__content {
        padding-bottom: 37px;
    }
}

@media screen and (max-width: 768px) {
    .top__page .rooms__content .container {
        margin: 0;
    }
}

.top__page .rooms__content .rooms__content_title {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
}

.top__page .rooms__content .rooms__content_sub_title {
    font-weight: bold;
    font-size: 10px;
    line-height: 44px;
    margin-top: 5px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .top__page .rooms__content .rooms__content_sub_title {
        height: unset;
        line-height: 22px;
    }
}

.top__page .rooms__content .rooms_img {
    border-radius: 5px;
    overflow: hidden;
    height: 320px;
}

.top__page .rooms__content .text_big {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.top__page .rooms__content .text_small {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-top: 3px;
}

.top__page .rooms__content .rooms__content_slide {
    margin: 20px -20px 0;
    padding: 0 20px;
}

.top__page .rooms__content .button__link_block {
    justify-content: flex-end;
    margin-top: 29px;
    margin-right: 20px;
}

.top__page .rooms__content .button__link_block .next__icon {
    color: #442358;
}

.top__page .slide__plan .btn_detail_plan {
    width: 189px;
    height: 40px;
}

.top__page .facilities__content .loop__img_wrap {
    margin-top: 20px;
    margin-right: -250.4vw;
    margin-left: -20px;
    overflow: hidden;
    height: 467px;
    min-height: 300px;
}

@media print,
only screen and (min-width: 1500px) {
    .top__page .facilities__content .loop__img_wrap {
        height: 35vw;
    }
}

@media screen and (max-width: 768px) {
    .top__page .facilities__content .loop__img_wrap {
        min-height: 240px;
        height: 43vw;
    }
}

.top__page .facilities__content .loop__img_wrap ul {
    height: 100%;
    padding: 0;
}

.top__page .facilities__content .loop__img_wrap .loop__img_item01 {
    animation: loop 80s -40s linear infinite;
}

.top__page .facilities__content .loop__img_wrap .loop__img_item02 {
    animation: loop2 80s linear infinite;
}

.top__page .facilities__content .loop__img_wrap .loop_item {
    height: 100%;
    width: auto;
}

.top__page .facilities__content .loop__img_wrap .loop_item img {
    height: 100%;
    width: auto;
}

.top__page .facilities__content .facilities__title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.06rem;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.top__page .facilities__content .facilities__desc {
    color: #37373c;
    opacity: 0.8;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.04rem;
    margin-top: 15px;
}

.top__page .facilities__content .button__link_block {
    margin-right: 20px;
    margin-top: 30px;
}

.top__page .top_concept {
    margin-top: 80px;
    text-align: center;
}

.top__page .top_concept .top_concept__title {
    font-size: 46px;
    line-height: 57px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .top__page .top_concept .top_concept__title {
        font-size: 30px;
        line-height: 37px;
    }
}

.top__page .top_concept .top_concept__sub_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0.06rem;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .top__page .top_concept .top_concept__sub_title {
        font-size: 10px;
        margin-top: 5px;
        display: flex;
        line-height: 22px;
        align-items: center;
        justify-content: center;
    }
}

.top__page .top_concept .top_concept__desc {
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.06rem;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .top__page .top_concept .top_concept__desc {
        font-size: 18px;
        line-height: 30px;
        margin-top: 25px;
    }
}

@media print,
only screen and (max-width: 768px) and (min-width: 576px) {
    .top__page .top_concept .top_concept__desc {
        font-size: 24px;
    }
}

.top__page .top_concept .top_concept__text {
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0.06rem;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 696px;
}

@media screen and (max-width: 768px) {
    .top__page .top_concept .top_concept__text {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0.04rem;
        margin-top: 25px;
        max-width: 100%;
    }
}

@media print,
only screen and (max-width: 768px) and (min-width: 576px) {
    .top__page .top_concept .top_concept__text {
        font-size: 16px;
    }
}

.top__page .top_concept .top_concept__image {
    max-width: 1080px;
    height: 360px;
    margin: 0 auto;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .top__page .top_concept .top_concept__image {
        margin-top: 30px;
        height: 180px;
    }
}

.top__page .news_slide {
    margin-top: 100px;
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .top__page .news_slide {
        margin: 57px 0;
    }
}

.top__page .news_slide .news_slide__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.04rem;
    display: flex;
    color: #000;
    opacity: 0.3;
    justify-content: flex-end;
}

.top__page .news_slide .text_title_JP {
    font-weight: bold;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0.06rem;
}

.top__page .news_slide .text_title_EN {
    font-size: 46px;
    line-height: 57px;
    font-weight: 400;
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    .top__page .news_slide .text_title_EN {
        justify-content: unset;
        font-size: 14px;
        line-height: 18px;
    }
}

.top__page .news_slide .swiper-button {
    position: absolute;
    right: 20px;
}

.top__page .news_slide .swiper-button .swiper-button-next {
    right: -8px;
}

.top__page .news_slide .swiper-button .swiper-button-next::after {
    color: #000;
    font-size: 14px;
}

.top__page .news_slide .swiper-button .swiper-button-prev {
    left: -53px;
}

.top__page .news_slide .swiper-button .swiper-button-prev::after {
    color: #000;
    font-size: 14px;
}

.top__page .news_slide .news_slide_swiper {
    margin-top: 35px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .top__page .news_slide .news_slide_swiper {
        margin-top: 20px;
    }
}

.top__page .news_slide .news_slide_swiper .news_slide_item .img_wrap {
    height: 200px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .top__page .news_slide .news_slide_swiper .news_slide_item .img_wrap {
        height: 26.8vw;
    }
}

.top__page .news_slide .news_slide_swiper .news_slide_item .img_wrap img {
    transition: all 0.5s;
}

.top__page .news_slide .news_slide_swiper .news_slide_item:hover img {
    transform: scale(1.1);
}

.top__page .news_slide .news_slide_swiper .slide_item_txt {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .top__page .news_slide .news_slide_swiper .slide_item_txt {
        margin-top: 5px;
    }
}

.top__page .news_slide .news_slide_swiper .slide_item_txt .txt_date {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.06rem;
    font-weight: 500;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .top__page .news_slide .news_slide_swiper .slide_item_txt .txt_date {
        font-size: 12px;
        padding-bottom: 0;
    }
}

.top__page .news_slide .news_slide_swiper .slide_item_txt .txt_desc {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.06rem;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .top__page .news_slide .news_slide_swiper .slide_item_txt .txt_desc {
        font-size: 12px;
    }
}

.top__page .dining__content {
    margin-top: 60px;
    flex-direction: column;
}

.top__page .dining__content .dining__content_left {
    position: relative;
    width: 100%;
    height: 80vw;
}

.top__page .dining__content .dining__content_left .img_wrap {
    height: 100%;
}

.top__page .dining__content .dining__content_left .img_wrap img {
    height: 100%;
}

.top__page .dining__content .dining__content_right {
    min-width: unset;
    width: 100%;
    padding-bottom: 30px;
    background: #000;
}

.top__page .dining__content .detail__content {
    margin-top: 20px;
    color: #fff;
    opacity: 0.8;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1rem;
}

.top__page .dining__content .button__link_block {
    margin-top: 30px;
    justify-content: flex-end;
}

.top__page .dining__content .button__link_block .name__btn {
    color: #fff;
}

.top__page .dining__content .button__link_block .common__next_btn {
    background: #fff;
}

.top__page .dining__content .button__link_block .common__next_btn .next__icon {
    color: #000;
}

.top__page .dining__content .text__title_EN {
    font-size: 30px;
    line-height: 37px;
    margin-top: 29px;
    color: #fff;
    font-weight: 400;
}

.top__page .dining__content .text__title_JP {
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 0.06rem;
    font-size: 10px;
    margin-top: 5px;
    display: flex;
    height: 15px;
    align-items: center;
    color: #fff;
}

.top__page .dining__content .dining_sub_title {
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.06rem;
    font-size: 18px;
    margin-top: 25px;
    color: #fff;
}

.top__page .dining__content .overlay {
    top: 60%;
    opacity: 1;
    background-color: unset;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.top__page .four_seasons {
    padding: 100px 0 0;
}

.top__page .four_seasons .four_seasons__image-slide {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
    height: 380px;
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons .four_seasons__image-slide {
        height: 58.67vw;
    }
}

.top__page .four_seasons .four_seasons__image-slide.image-active {
    display: block;
}

.top__page .four_seasons .four_seasons__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons .four_seasons__head {
        margin-bottom: 20px;
    }
}

.top__page .four_seasons .four_seasons__title {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #000;
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons .four_seasons__title {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.1rem;
    }
}

.top__page .four_seasons .four_seasons__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.04rem;
    display: flex;
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons .four_seasons__link {
        font-size: 12px;
    }
}

.top__page .four_seasons .four_seasons__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 180px;
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons .four_seasons__image {
        min-height: 24.8vw;
        margin-bottom: 1px;
    }
}

.top__page .four_seasons .four_seasons__link-text {
    color: #000;
    opacity: 0.3;
}

.top__page .four_seasons .four_seasons__link-slide.active {
    opacity: 1;
}

.top__page .four_seasons .four_seasons__body {
    display: flex;
    flex-wrap: wrap;
    max-height: 380px;
    overflow: hidden;
    position: relative;
}

.top__page .four_seasons .w_3 {
    width: 33.33%;
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons .w_3 {
        width: 24.8%;
    }
}

.top__page .four_seasons .jb-sp {
    justify-content: space-between;
}

.top__page .four_seasons .four_seasons__box {
    display: flex;
    flex-direction: column;
    position: relative;
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons .four_seasons__box {
        width: 100% !important;
    }
}

.top__page .four_seasons .four_seasons__instagram {
    width: 47.7%;
    padding-left: 40px;
}

@media print,
only screen and (max-width: 991px) {
    .top__page .four_seasons .four_seasons__instagram {
        padding-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons .four_seasons__instagram {
        width: 100%;
        padding-left: 0;
    }
}

.top__page .four_seasons .four_seasons_run {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #552c6e;
    z-index: 2;
}

.top__page .four_seasons .four_seasons_progress_animation {
    animation: moving;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.top__page .four_seasons .four_seasons__link-slide {
    margin: 0 20px 0 10px;
    color: #000;
    opacity: 0.3;
    width: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.top__page .four_seasons .four_seasons__link-slide .four_seasons_line {
    display: none;
}

.top__page .four_seasons .four_seasons__link-slide .four_seasons_run {
    display: none;
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons .four_seasons__link-slide {
        margin: 0 0 0 16px;
    }
}

.top__page .four_seasons .four_seasons__link-slide.active .four_seasons_line {
    display: block;
}

.top__page .four_seasons .four_seasons__link-slide.active .four_seasons_run {
    display: block;
}

@media screen and (max-width: 768px) {
    .top__page .four_seasons {
        padding-top: 30px;
    }
}

.top__page .ptsp-57 {
    padding-top: 57px;
}

@media screen and (max-width: 768px) {
    .top__page .mr-sp-20 {
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .top__page .pr-sp-15 {
        padding-right: 15px !important;
    }
}

.top__page .pt-100 {
    padding-top: 100px;
}

.top__page .block {
    display: block;
}

.top__page .plan_content {
    background-color: #F0F0F0 !important;
}

.top__page .plan_content .text_title_EN,
.top__page .plan_content .text_title_JP,
.top__page .plan_content .plan_title,
.top__page .plan_content .btn_link span,
.top__page .plan_content .swiper-button .swiper-button-prev,
.top__page .plan_content .swiper-button .swiper-button-next {
    color: #000 !important;
}

@media screen and (max-width: 820px) {
    .top__page .plan_content {
        background-color: #F0F0F0 !important;
    }
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.rooms_page .reservations_btn {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.06rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(140deg, #2C8AAE, #2AB1AA);
    height: 60px;
    width: 100%;
    margin-top: 40px;
    border-radius: 10px;
}

.rooms_page .reservations_btn::after {
    top: unset;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    right: 22px;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_intro_content {
        display: flex;
        flex-direction: column-reverse;
    }
}

.rooms_page .rooms_intro {
    padding: 100px 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_intro {
        padding: 30px 0;
        text-align: center;
    }
}

.rooms_page .rooms_intro .intro_txt_JP {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_intro .intro_txt_JP {
        font-size: 18px;
    }
}

.rooms_page .rooms_intro .intro_txt_EN {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.04rem;
    font-weight: 500;
    color: #333;
    opacity: 0.4;
}

.rooms_page .rooms_intro .intro_txt_description {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.04rem;
    font-weight: 400;
    color: #333;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_intro .intro_txt_description {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0.04rem;
        margin-top: 15px;
        max-width: 100%;
    }
}

@media print,
only screen and (max-width: 768px) and (min-width: 576px) {
    .rooms_page .rooms_intro .intro_txt_description {
        font-size: 16px;
    }
}

.rooms_page .mt-94 {
    margin-top: 94px;
}

.rooms_page .rooms_type {
    background-color: #F0F0F0;
    padding-top: 102px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type.first {
        padding-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type.end {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type {
        padding-top: 60px;
        margin-bottom: 0;
        background-color: #fff;
    }
}

.rooms_page .rooms_type .rooms_post_container {
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_type_title {
        height: unset;
        justify-content: flex-start;
        padding: 0 20px;
    }
}

.rooms_page .rooms_type .rooms_type_title .rooms_type_txt {
    position: relative;
    text-align: center;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_type_title .rooms_type_txt {
        text-align: unset;
        position: relative;
    }
}

.rooms_page .rooms_type .rooms_type_title .rooms_type_txt h3 {
    font-size: 46px;
    line-height: 57px;
    font-weight: 400;
    color: #000;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_type_title .rooms_type_txt h3 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        letter-spacing: 0.1rem;
        color: #AFAFB9;
    }
}

.rooms_page .rooms_type .rooms_type_title .rooms_type_txt p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.06rem;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_type_title .rooms_type_txt p {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0.04rem;
        color: #333;
        margin-bottom: 10px;
    }
}

.rooms_page .rooms_type .rooms_type_content {
    padding: 10px 0 120px;
    background-color: #F0F0F0;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_type_content {
        padding: 0;
        background-color: #fff;
    }
}

.rooms_page .rooms_type .rooms_text_infor {
    padding: 30px;
    background-color: #fff;
    cursor: auto;
}

@media print,
only screen and (max-width: 1280px) {
    .rooms_page .rooms_type .rooms_text_infor {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_text_infor {
        padding: 10px 0 0;
    }
}

.rooms_page .rooms_type .rooms_post_item {
    margin-top: 40px;
    cursor: pointer;
    width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_post_item {
        width: calc(50% - 10px);
        margin-top: 20px;
    }
}

.rooms_page .rooms_type .rooms_post_item .rooms_img_display {
    width: 100%;
    height: 290px;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_post_item .rooms_img_display {
        height: 40vw;
        border-radius: 3px;
        overflow: hidden;
    }
}

.rooms_page .rooms_type .rooms_post_item .rooms_name_JP {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.06rem;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_post_item .rooms_name_JP {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.rooms_page .rooms_type .rooms_post_item .rooms_name_EN {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.04rem;
    font-weight: 500;
    color: #333;
    opacity: 0.4;
}

.rooms_page .rooms_type .rooms_post_item .rooms_description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04rem;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 15px;
    margin-top: 6px;
}

@media print,
only screen and (max-width: 1280px) {
    .rooms_page .rooms_type .rooms_post_item .rooms_description {
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
}

.rooms_page .rooms_type .rooms_post_item .room_infor {
    justify-content: flex-end;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.04rem;
    font-weight: 500;
    color: #333;
    opacity: 0.4;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_post_item .room_infor {
        justify-content: flex-start;
        font-size: 10px;
        font-weight: 400;
    }
}

.rooms_page .rooms_type .rooms_post_item .room_infor .value {
    min-width: 61px;
    justify-content: flex-end;
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .rooms_page .rooms_type .rooms_post_item .room_infor .value {
        padding: 0;
        justify-content: flex-start;
    }
}

.rooms_page .rooms_type .rooms_post_item .btn_link {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04rem;
    font-weight: 400;
    color: #333;
    border: 1px solid #ddd;
    padding: 17px;
    margin-top: 25px;
}

.rooms_page .rooms_type .rooms_post_item .btn_link:hover {
    background: var(--color-link-template);
    color: #fff;
}

.rooms_page .rooms_type .control_layout {
    justify-content: flex-end;
}

.rooms_page .rooms_type .rooms_button_link {
    margin-top: 30px;
    margin-right: 20px;
}

.rooms_page .rooms_type .rooms_button_link span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1rem;
    font-weight: 400;
    color: #37373C;
}

.rooms_page .rooms_type .rooms_button_link .next_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-left: 15px;
}

.rooms_page .rooms_type .rooms_button_link .next_icon::after {
    color: #000;
    top: unset;
    right: 27px;
    width: 7px;
    height: 7px;
}

.executive_page .slide_product_content {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .executive_page .slide_product_content {
        margin-top: 70px;
    }
}

.executive_page .product_infor_left {
    width: 50%;
    padding-top: 77px;
    padding-right: 70px;
}

@media print,
only screen and (max-width: 991px) {
    .executive_page .product_infor_left {
        padding-top: 50px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .executive_page .product_infor_left {
        width: 100%;
        padding: 15px 0 0;
    }
}

.executive_page .product_infor_left .product_title {
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0.06rem;
    color: #333;
    margin-bottom: 32px;
}

@media print,
only screen and (max-width: 991px) {
    .executive_page .product_infor_left .product_title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .executive_page .product_infor_left .product_title {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

.executive_page .product_infor_left .product_description {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04rem;
    font-weight: 500;
    color: #333;
}

@media screen and (max-width: 768px) {
    .executive_page .product_infor_left .product_description {
        font-size: 12px;
    }
}

.executive_page .product_infor_right {
    width: 50%;
    padding-top: 42px;
}

@media print,
only screen and (max-width: 991px) {
    .executive_page .product_infor_right {
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .executive_page .product_infor_right {
        width: 100%;
        padding: 0;
    }
}

.executive_page .product_infor_right .product_table_infor {
    width: 100%;
}

.executive_page .product_infor_right .product_table_infor .product_table_row {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.executive_page .product_infor_right .product_table_infor .product_table_left {
    color: #AFAFB9;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 0.16;
}

.executive_page .product_infor_right .product_table_infor .product_table_right {
    flex: 0.82;
}

.executive_page .product_infor_right .product_table_infor .product_table_col {
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .executive_page .product_infor_right .product_table_infor .product_table_col {
        padding: 15px 0;
        font-size: 12px;
        line-height: 17px;
    }
}

.executive_page .product_infor_right .product_table_infor .product_table_col .txt_link_defaul {
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
}

.executive_page .product_infor_right .product_table_infor .product_table_col svg {
    margin-left: 10px;
}

.executive_page .btn_search_vacancy {
    min-width: 269px;
    min-height: 70px;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 45px;
    background: var(--color-link-template);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.executive_page .btn_search_vacancy:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .executive_page .btn_search_vacancy {
        min-width: unset;
        margin: 45px auto 0;
        max-width: unset;
        width: 100%;
        min-height: 60px;
    }
}

.executive_page .plan_content {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .executive_page .plan_content {
        margin-top: 60px;
    }
}

.executive_page .amenity {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .executive_page .amenity {
        margin-top: 50px;
    }
}

.executive_page .allcontaints__content {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .executive_page .allcontaints__content {
        margin-top: 40px;
    }
}

.executive_page .allcontaints__content .text__title_EN {
    color: #AFAFB9;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
    .executive_page .allcontaints__content .text__title_EN {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.1rem;
    }
}

@media screen and (max-width: 768px) {
    .executive_page .allcontaints__content .allcontaints__wrap_slide {
        padding-right: 20px;
    }
}

.restaurant .restaurant-box {
    padding: 100px 0 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-box {
        padding: 40px 0 0;
    }
}

.restaurant .restaurant-box__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.1rem;
    color: #000;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-box__title {
        font-size: 18px;
    }
}

.restaurant .restaurant-box__sub-title {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.04rem;
    color: #333333;
    opacity: 0.4;
    margin-top: 9px;
}

.restaurant .restaurant-box__desc {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.04rem;
    color: #333333;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-box__desc {
        font-size: 14px;
        margin-top: 15px;
    }
}

@media print,
only screen and (max-width: 768px) and (min-width: 576px) {
    .restaurant .restaurant-box__desc {
        font-size: 16px;
    }
}

.restaurant .restaurant-desc {
    display: flex;
    padding-top: 62px;
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

.restaurant .restaurant-desc .restaurant-desc__col {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc .restaurant-desc__col {
        width: 100%;
    }
}

.restaurant .restaurant-desc .restaurant-desc__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.06rem;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc .restaurant-desc__title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 25px;
    }
}

.restaurant .restaurant-desc .restaurant-desc__content {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04rem;
    margin-top: 32px;
    padding-right: 61px;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc .restaurant-desc__content {
        font-size: 12px;
        line-height: 24px;
        margin-top: 10px;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.restaurant .restaurant-desc .restaurant-desc__row {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc .restaurant-desc__row {
        border-top: 1px solid #ddd;
        border-bottom: none;
        padding-top: 15px;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
}

.restaurant .restaurant-desc .restaurant-desc__text {
    font-size: 16px;
    line-height: 24px;
    color: #37373c;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc .restaurant-desc__text {
        font-size: 12px;
        line-height: 20px;
    }
}

.restaurant .restaurant-desc .restaurant-desc__gray {
    font-size: 16px;
    line-height: 24px;
    margin-right: 16px;
    color: #afafb9;
    min-width: 64px;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc .restaurant-desc__gray {
        font-size: 12px;
        line-height: 17px;
        min-width: 80px;
    }
}

.restaurant .restaurant-desc .restaurant-desc__link {
    color: #0000ff;
    text-decoration: underline;
    margin-right: 9.5px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc .restaurant-desc__link {
        margin-right: 6.5px;
    }
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc svg {
        width: 12px;
        height: 15px;
        margin-top: 3px;
    }
}

.restaurant .restaurant-desc .restaurant-desc__item::before {
    content: "■";
}

.restaurant .restaurant-desc .restaurant-desc__gray--custom {
    font-size: 10px;
    color: #AFAFB9;
}

.restaurant .restaurant-desc .lh-15 {
    line-height: 15px;
}

.restaurant .restaurant-desc .lh-20 {
    line-height: 20px;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc .hide-box-sp {
        display: none !important;
    }
}

.restaurant .restaurant-desc .restaurant-desc__button {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 31px 0 24px;
    max-width: 100%;
    height: 54px;
    color: #333333;
    border: 1px solid #707070;
    cursor: pointer;
    box-sizing: border-box;
    display: none;
    align-items: center;
    justify-content: center;
}

.restaurant .restaurant-desc .btn_search_vacancy {
    min-width: 269px;
    min-height: 70px;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 45px 0;
    color: #333333;
    border: 1px solid #707070;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.restaurant .restaurant-desc .btn_search_vacancy:hover {
    color: #fff;
    border: none;
    background: var(--color-link-template);
}

.restaurant .restaurant-desc .more-info-link {
    font-family: "Montserrat", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Source Han Sans JP", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-desc {
        flex-direction: column;
        padding-top: 0;
    }
}

.restaurant .restaurant-list {
    padding-top: 36px;
}

.restaurant .restaurant-list .restaurant-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #AFAFB9;
}

.restaurant .restaurant-list .restaurant-list__menu {
    margin-top: 18px;
    border-top: 1px solid #ddd;
}

.restaurant .restaurant-list .restaurant-list__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.restaurant .restaurant-list .restaurant-list__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04rem;
    color: #37373C;
}

.restaurant .restaurant-list .restaurant-list__sub-title {
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.04rem;
    color: #37373C;
}

.restaurant .allcontaints__content {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .restaurant .allcontaints__content {
        margin-top: 40px;
    }
}

.restaurant .restaurant-logo-cm {
    max-width: 300px;
    height: 50px;
}

.restaurant .restaurant-logo-cm img {
    width: auto !important;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-logo-cm {
        max-width: 200px;
        height: 35px;
        margin-top: 20px;
    }
}

.concept__content_ver02 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .concept__content_ver02 {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0;
    }
}

.concept__content_ver02.content__right .container {
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .concept__content_ver02.content__right .container {
        flex-direction: column;
    }
}

.concept__content_ver02.content__right .text_wrap {
    width: 50%;
    padding-right: 80px;
    margin-bottom: 0;
}

@media print,
only screen and (max-width: 991px) {
    .concept__content_ver02.content__right .text_wrap {
        padding-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .concept__content_ver02.content__right .text_wrap {
        width: 100%;
        padding: 0;
    }
}

.concept__content_ver02.content__right .concept__img {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .concept__content_ver02.content__right .concept__img {
        width: 100%;
    }
}

.concept__content_ver02.content__left .container {
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .concept__content_ver02.content__left .container {
        flex-direction: column;
    }
}

.concept__content_ver02.content__left .text_wrap {
    width: 50%;
    order: 1;
    padding-left: 80px;
    margin-bottom: 0;
}

@media print,
only screen and (max-width: 991px) {
    .concept__content_ver02.content__left .text_wrap {
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .concept__content_ver02.content__left .text_wrap {
        width: 100%;
        padding: 0;
        order: 0;
    }
}

.concept__content_ver02.content__left .concept__img {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .concept__content_ver02.content__left .concept__img {
        width: 100%;
    }
}

.concept__content_ver02 .container {
    flex-direction: column;
}

.concept__content_ver02 .text_wrap {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .concept__content_ver02 .text_wrap {
        margin-bottom: 0;
    }
}

.concept__content_ver02 .text_wrap .text__title_EN {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #afafb9;
}

@media screen and (max-width: 768px) {
    .concept__content_ver02 .text_wrap .text__title_EN {
        font-size: 16px;
    }
}

.concept__content_ver02 .text_wrap .text__title_JP {
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .concept__content_ver02 .text_wrap .text__title_JP {
        font-size: 20px;
        line-height: 30px;
        margin-top: 15px;
    }
}

.concept__content_ver02 .text_wrap .detail__content {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .concept__content_ver02 .text_wrap .detail__content {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.concept__content_ver02 .desc_txt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    font-weight: 500;
    height: 0;
}

.location__edu {
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    .location__edu {
        margin: 40px 0;
    }
}

.location__edu .button__link_block {
    margin: 40px auto 0;
    padding-right: 10px;
    padding-bottom: 10px;
}

.location__edu .location__slide {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .location__edu .text__title_EN {
        padding-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .location__edu .text__title_JP {
        padding-left: 20px;
    }
}

.location__edu .loop__img_wrap {
    overflow: hidden;
    margin-right: -25vw;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .location__edu .loop__img_wrap {
        height: 240px;
        margin-top: 0px;
    }
}

.location__edu .loop__img_wrap ul {
    height: 100%;
    padding: 0;
}

.location__edu .loop__img_wrap .loop_item {
    height: auto;
    width: 300px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .location__edu .loop__img_wrap .loop_item {
        width: 260px;
    }
}

.location__edu .loop__img_wrap .loop_item img {
    height: 209px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .location__edu .loop__img_wrap .loop_item img {
        height: 180px;
    }
}

.location__edu .loop__img_wrap .item__txt {
    margin-left: 0;
}

.location__edu .loop__img_wrap .item__title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 6px;
    line-height: 26px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .location__edu .loop__img_wrap .item__title {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
        font-weight: bold;
    }
}

.location__edu .loop__img_wrap .item__desc {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #6F6F6F;
}

.location__edu .button__link_block {
    margin-top: 140px;
    float: right;
}

@media screen and (max-width: 768px) {
    .location__edu .button__link_block {
        margin-top: 90px;
    }
}

.location__edu .swiper-button-next {
    background-image: url("https://assets.micado-rayout.jp/img/common/next_icon_btn_while.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 75px;
    top: 33%;
    right: 0;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .location__edu .swiper-button-next {
        right: 10px;
        top: 31%;
    }
}

.sightseeing_page {
    overflow-x: hidden;
}

.sightseeing_page .sightseeing-title {
    font-size: 30px;
    line-height: 60px;
    font-weight: 600;
    color: #AFAFB9;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .sightseeing-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .banner__txt .container_child P {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
}

.sightseeing_page .concept__content_ver02 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02 {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0;
    }
}

.sightseeing_page .concept__content_ver02 .container_child {
    flex-direction: column;
}

.sightseeing_page .concept__content_ver02 .text_wrap {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02 .text_wrap {
        margin-bottom: 0;
    }
}

.sightseeing_page .concept__content_ver02 .text_wrap .text__title_EN {
    font-size: 24px;
    line-height: 29px;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02 .text_wrap .text__title_EN {
        font-size: 16px;
    }
}

.sightseeing_page .concept__content_ver02 .text_wrap .text__title_JP {
    line-height: 42px;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__right {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

.sightseeing_page .concept__content_ver02.content__right .container {
    max-width: 1080px;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .sightseeing_page .concept__content_ver02.content__right .container {
        width: 95%;
    }
}

.sightseeing_page .concept__content_ver02.content__right .container_child {
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__right .container_child {
        flex-direction: column;
    }
}

.sightseeing_page .concept__content_ver02.content__right .text_wrap {
    width: 50%;
    padding-right: 80px;
    margin-bottom: 0;
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .concept__content_ver02.content__right .text_wrap {
        padding-right: 40px;
    }

    .sightseeing_page .concept__content_ver02.content__right .text_wrap .text__title_EN {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__right .text_wrap .text__title_EN {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .concept__content_ver02.content__right .text_wrap .text__title_JP {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__right .text_wrap .text__title_JP {
        font-size: 24px;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: 0.06em;
        margin-top: 5px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .concept__content_ver02.content__right .text_wrap .detail__content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__right .text_wrap .detail__content {
        letter-spacing: 0.06em;
        line-height: 28px;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__right .text_wrap {
        width: 100%;
        padding: 0;
    }
}

.sightseeing_page .concept__content_ver02.content__right .concept__img {
    width: 100%;
    margin-right: -1000vw;
    height: 32vw;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .sightseeing_page .concept__content_ver02.content__right .concept__img {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__right .concept__img {
        display: none;
    }
}

.sightseeing_page .slide .location-slide-btn.fix-btn {
    top: 45% !important;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .slide .location-slide-btn.fix-btn {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__left {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.sightseeing_page .concept__content_ver02.content__left .container_child {
    flex-direction: row;
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .concept__content_ver02.content__left .container_child {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__left .container_child {
        flex-direction: column;
    }
}

.sightseeing_page .concept__content_ver02.content__left .text_wrap {
    width: 50%;
    order: 1;
    padding-left: 80px;
    margin-bottom: 0;
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .concept__content_ver02.content__left .text_wrap {
        padding-left: 40px;
    }

    .sightseeing_page .concept__content_ver02.content__left .text_wrap .text__title_EN {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__left .text_wrap .text__title_EN {
        padding: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .concept__content_ver02.content__left .text_wrap .text__title_JP {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__left .text_wrap .text__title_JP {
        padding: 0;
        font-size: 24px;
        margin-top: 5px;
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 42px;
    }
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .concept__content_ver02.content__left .text_wrap .detail__content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__left .text_wrap .detail__content {
        font-weight: 400;
        letter-spacing: 0.06em;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__left .text_wrap {
        width: 100%;
        padding: 0;
        order: 0;
    }
}

.sightseeing_page .concept__content_ver02.content__left .concept__img {
    width: 100%;
    height: 32vw;
    margin-left: -22vw;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .sightseeing_page .concept__content_ver02.content__left .concept__img {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .concept__content_ver02.content__left .concept__img {
        display: none;
    }
}

.sightseeing_page .slide .container_child .location__swiper_swap {
    margin-right: -20vw;
}

.sightseeing_page .slide .container_child .location__swiper_swap .item__txt .item__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.sightseeing_page .slide .container_child .location__swiper_swap .item__txt .item__desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #6F6F6F;
}

.sightseeing_page .slide .container_child .location__swiper_swap .item__txt .item__desc__detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .slide .container_child .location__swiper_swap .item__txt .item__desc__detail {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.6;
        margin-top: 15px;
    }
}

.sightseeing_page .location-slide-btn {
    background-image: unset;
    right: 17.5%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(67, 76, 97, 0.7);
}

@media screen and (max-width: 768px) {

    .sightseeing_page .tour_content,
    .sightseeing_page .tour-review,
    .sightseeing_page .sightseeing-map,
    .sightseeing_page .event-content {
        margin-top: 38px;
    }
}

.sightseeing_page .concept__content_ver02 {
    padding-bottom: 40px;
}

.sightseeing_page .sub__content {
    padding-top: 120px;
}

.sightseeing_page .location__edu {
    margin: 0;
}

.sightseeing_page .location__edu .location-slide-btn {
    top: 47%;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .location__edu .location-slide-btn {
        display: none;
    }
}

.sightseeing_page .location__edu .loop__img_wrap {
    margin-right: 0;
    height: auto;
}

.sightseeing_page .location__edu .loop__img_wrap .item__title {
    font-weight: 600;
}

.sightseeing_page .location__edu .loop__img_wrap .item__desc {
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sightseeing_page .location__edu .count-block {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #DF5958;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 15px;
}

.sightseeing_page .location__edu .count-block.spencial {
    width: 50px;
    height: 26px;
    background-color: #C4B674;
    border-radius: 0;
}

.sightseeing_page .tour_infor_left {
    width: 50%;
    padding-top: 77px;
    padding-right: 70px;
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .tour_infor_left {
        padding-top: 50px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .tour_infor_left {
        width: 100%;
        padding: 15px 0 0;
    }
}

.sightseeing_page .tour_infor_left .tour_title {
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0.06rem;
    color: #333;
    margin-bottom: 32px;
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .tour_infor_left .tour_title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .tour_infor_left .tour_title {
        margin-bottom: 10px;
    }
}

.sightseeing_page .tour_infor_left .tour_description {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04rem;
    font-weight: 500;
    color: #333;
}

.sightseeing_page .tour_infor_right {
    width: 50%;
    padding-top: 42px;
}

@media print,
only screen and (max-width: 991px) {
    .sightseeing_page .tour_infor_right {
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .tour_infor_right {
        width: 100%;
        padding: 0;
    }
}

.sightseeing_page .tour_infor_right .tour_table_infor {
    width: 100%;
}

.sightseeing_page .tour_infor_right .tour_table_infor .tour_table_row {
    border-bottom: 1px solid #ddd;
}

.sightseeing_page .tour_infor_right .tour_table_infor .tour_table_left {
    width: 80px;
    color: #AFAFB9;
}

.sightseeing_page .tour_infor_right .tour_table_infor .tour_table_col {
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .tour_infor_right .tour_table_infor .tour_table_col {
        padding: 15px 0;
        font-size: 12px;
        line-height: 17px;
    }
}

.sightseeing_page .tour_infor_right .couple_btn {
    margin-top: 35px;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .tour_infor_right .couple_btn {
        margin-top: 30px;
    }
}

.sightseeing_page .tour_infor_right .couple_btn a {
    width: 165px;
    height: 60px;
    border-radius: 5px;
    border: 2px solid #552C6E;
    color: #552C6E;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .tour_infor_right .couple_btn a {
        font-size: 12px;
        line-height: 17px;
        width: 165px;
        height: 44px;
    }
}

.sightseeing_page .tour_infor_right .couple_btn .btn-violet {
    background-color: #552C6E;
    color: #fff;
    margin-right: 10px;
}

.sightseeing_page .allcontaints__content .text__title_EN {
    color: #AFAFB9;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .allcontaints__content .text__title_EN {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.1rem;
    }
}

@media screen and (max-width: 768px) {
    .sightseeing_page .allcontaints__content .allcontaints__wrap_slide {
        padding-right: 20px;
    }
}

.sightseeing_page .plan_content {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .sightseeing_page .plan_content {
        margin-top: 45px;
    }
}

.sightseeing_page .allcontaints__content.pc {
    display: none !important;
}

.facilities .custorm-container {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .facilities .custorm-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.facilities .facilities-box {
    margin-top: 80px;
}

.facilities .facilities-box.first {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box.first {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box {
        margin-top: 45px;
    }
}

.facilities .facilities-box .facilities-box__left {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .facilities-box__left {
        width: unset;
        margin-right: 0;
    }
}

.facilities .facilities-box .facilities-box__slide {
    width: calc(100% - 80px);
    margin: unset;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .facilities-box__slide {
        width: unset;
    }
}

.facilities .facilities-box .facilities-box__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .facilities-box__title {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
}

.facilities .facilities-box .facilities-box__right {
    max-width: 335px;
    margin-top: 40px;
}

@media print,
only screen and (min-width: 1500px) {
    .facilities .facilities-box .facilities-box__right {
        max-width: unset;
    }
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .facilities-box__right {
        max-width: unset !important;
        margin-left: 0;
        margin-top: 0;
    }
}

.facilities .facilities-box .ml-180 {
    margin-left: 180px;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .ml-180 {
        margin-left: 0;
    }
}

.facilities .facilities-box .facilities-box__desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04rem;
    margin: 10px 0 5px;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .facilities-box__desc {
        font-size: 14px;
        margin: 10px 0px;
    }
}

.facilities .facilities-box .facilities-box__row {
    display: flex;
}

.facilities .facilities-box .facilities-box__row-left {
    width: 60px;
}

@media print,
only screen and (min-width: 1500px) {
    .facilities .facilities-box .facilities-box__row-left {
        width: 80px;
    }
}

.facilities .facilities-box .facilities-box__row-right {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.facilities .facilities-box .facilities-box__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #37373C;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .facilities-box__text {
        font-size: 12px;
    }
}

.facilities .facilities-box .facilities-box__link {
    color: #0000ff;
    text-decoration: underline;
    margin-right: 9.5px;
    cursor: pointer;
}

.facilities .facilities-box .facilities-gray {
    line-height: 28px;
    color: #AFAFB9;
}

.facilities .facilities-box .mt-23 {
    margin-top: 15px;
}

.facilities .facilities-box .mt-20 {
    margin-top: 20px;
}

.facilities .facilities-box .order-2 {
    order: 2;
}

.facilities .facilities-box .order-2 .facilities-box__slide {
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .order-2 {
        order: unset;
    }
}

.facilities .facilities-box .jsb {
    justify-content: space-between;
}

.facilities .facilities-box .facilities-box__note {
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
    color: #AFAFB9;
}

@media print,
only screen and (min-width: 1500px) {
    .facilities .facilities-box .facilities-box__note {
        font-size: 12px;
    }
}

.facilities .facilities-box .facilities-box__note-desc {
    font-size: 10px;
    line-height: 20px;
    color: #AFAFB9;
    margin-top: 10px;
}

@media print,
only screen and (min-width: 1500px) {
    .facilities .facilities-box .facilities-box__note-desc {
        font-size: 12px;
    }
}

.facilities .facilities-box .facilities-box__title-sp {
    font-size: 16px;
    line-height: 21px;
    color: #AFAFB9;
    margin-bottom: 20px;
    display: none;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .facilities-box__title-sp {
        display: block;
    }
}

.facilities .facilities-box .swiper-slide {
    height: 444px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .facilities .facilities-box .swiper-slide {
        height: 240px;
    }
}

.facilities .facilities-box .facilities-box__swiper-pagination {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    text-align: center;
}

.facilities .facilities-box .swiper-pagination-bullet {
    background: #C9C9C9;
    opacity: 1;
}

.facilities .facilities-box .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

@media screen and (max-width: 768px) {
    .facilities .column-sp {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .facilities .stay_plan_content .text_title_EN {
        font-size: 14px;
        line-height: 19px;
    }
}

@media screen and (max-width: 768px) {
    .facilities .stay_plan_content {
        padding: 0;
    }
}

.facilities img {
    width: 100%;
}

.facilities .plan_content {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .facilities .plan_content {
        margin-top: 45px;
    }
}

.news_page .infomation_content {
    margin-top: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .news_page .infomation_content {
        margin-top: 36px;
    }
}

.news_page .infomation_content .container_child {
    width: 1080px;
}

.news_page .infomation_content .text_title_EN {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #AFAFB9;
}

@media screen and (max-width: 768px) {
    .news_page .infomation_content .text_title_EN {
        font-size: 14px;
        margin-bottom: inherit;
        line-height: 19px;
    }
}

.news_page .infomation_content .infomation_events {
    display: grid;
    grid-gap: 27px;
    grid-template-columns: repeat(4, 1fr);
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .news_page .infomation_content .infomation_events {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .news_page .infomation_content .infomation_events {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
}

.news_page .infomation_content .infomation_events .infomation_event {
    margin-top: 60px;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .news_page .infomation_content .infomation_events .infomation_event {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .news_page .infomation_content .infomation_events .infomation_event {
        margin-top: 30px;
    }
}

.news_page .infomation_content .infomation_events .infomation_event .infomation_event_img {
    height: 75.4%;
    overflow: hidden;
}

@media print,
only screen and (max-width: 425px) {
    .news_page .infomation_content .infomation_events .infomation_event .infomation_event_img {
        height: 65.6%;
    }
}

.news_page .infomation_content .infomation_events .infomation_event .infomation_event_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .news_page .infomation_content .infomation_events .infomation_event .infomation_event_img img {
        width: 100%;
        height: initial;
    }
}

.news_page .infomation_content .infomation_events .infomation_event .infomation_event_date {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .news_page .infomation_content .infomation_events .infomation_event .infomation_event_date {
        font-size: 16px;
        line-height: 22px;
        margin-top: 14px;
        font-weight: 400;
    }
}

@media screen and (max-width: 768px) {
    .news_page .infomation_content .infomation_events .infomation_event .infomation_event_date {
        font-size: 12px;
        margin-top: 14px;
    }
}

.news_page .infomation_content .infomation_events .infomation_event .infomation_event_des {
    max-width: 500px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .news_page .infomation_content .infomation_events .infomation_event .infomation_event_des {
        max-width: 320px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 4px;
        font-weight: 400;
    }
}

@media screen and (max-width: 768px) {
    .news_page .infomation_content .infomation_events .infomation_event .infomation_event_des {
        font-size: 12px;
        margin-top: 4px;
    }
}

.news_page .infomation_content .infomation_events .infomation_event:hover img {
    transform: scale(1.1);
}

.news_page .infomation_content .infomation_pagination {
    display: flex;
    justify-content: center;
    margin-top: 76px;
}

@media screen and (max-width: 768px) {
    .news_page .infomation_content .infomation_pagination {
        margin-top: 35px;
    }
}

.news_page .infomation_content .infomation_pagination .paginationjs-pages li {
    border: 0;
}

.news_page .infomation_content .infomation_pagination .paginationjs-pages li:hover a {
    background-color: #EFEFEF;
    border-radius: 5px;
}

.news_page .infomation_content .infomation_pagination .paginationjs-pages .active a {
    background-color: #EFEFEF;
    border-radius: 5px;
    height: 40px !important;
    width: 40px !important;
}

@media screen and (max-width: 768px) {
    .news_page .infomation_content .infomation_pagination .paginationjs-pages .active a {
        height: 20px !important;
        width: 20px !important;
    }
}

.news_page .infomation_content .infomation_pagination .paginationjs-pages a {
    font-family: "DINPro";
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.06rem;
    color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 40px;
}

@media screen and (max-width: 768px) {
    .news_page .infomation_content .infomation_pagination .paginationjs-pages a {
        height: 20px;
        min-width: 20px;
        font-size: 12px;
        line-height: 22px;
    }
}

.news_page .plan_content {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .news_page .plan_content {
        margin-top: 50px;
    }
}

.news_page .allcontaints__content.pc {
    display: none !important;
}

.access_page .map_content iframe {
    width: calc(100% - 20px);
    margin: 70px auto 0;
    height: 638px;
}

@media screen and (max-width: 768px) {
    .access_page .map_content iframe {
        margin-top: 40px;
        width: 100%;
        height: 275px;
    }
}

.access_page .map_vehicle_content {
    margin-top: 60px;
}

.access_page .map_vehicle_content .map_vehicle_row {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    position: relative;
}

.access_page .map_vehicle_content .map_vehicle_row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    background-color: #EFEFEF;
}

@media screen and (max-width: 768px) {
    .access_page .map_vehicle_content .map_vehicle_row {
        flex-direction: column;
        width: 100%;
    }

    .access_page .map_vehicle_content .map_vehicle_row::after {
        content: none;
    }
}

.access_page .map_vehicle_content .map_vehicle_left {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .access_page .map_vehicle_content .map_vehicle_left {
        width: 100%;
    }
}

.access_page .map_vehicle_content .map_vehicle_right {
    width: 50%;
}

.access_page .map_vehicle_content .map_vehicle_right>div:last-child {
    margin-left: 92px;
}

@media screen and (max-width: 768px) {
    .access_page .map_vehicle_content .map_vehicle_right {
        width: 100%;
        margin-top: 60px;
    }

    .access_page .map_vehicle_content .map_vehicle_right>div:last-child {
        margin-left: 0;
    }
}

.access_page .map_vehicle_content .map_vehicle_col {
    margin-top: 60px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 50%;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .access_page .map_vehicle_content .map_vehicle_col {
        width: 100%;
        max-width: 100%;
    }
}

.access_page .map_vehicle_content .map_vehicle_detail {
    margin-top: 50px;
    margin-bottom: 10px;
}

.access_page .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item {
    position: relative;
    padding-left: 25px;
    padding-bottom: 30px;
    border-left: 5px solid #E1E1E1;
    margin-left: 11px;
}

.access_page .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 50%;
    border: 7px solid #B7B7B7;
    background-color: #fff;
    left: -17px;
    top: -2px;
}

.access_page .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item:last-child {
    border-left: 7px solid transparent !important;
    padding-bottom: 0 !important;
}

.access_page .map_vehicle_content .map_vehicle_detail .map_vehicle_detail-item:last-child::after {
    border: 7px solid #000 !important;
}

.access_page .map_vehicle_content .destination_txt {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.access_page .map_vehicle_content .location_txt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin-top: 12px;
}

.access_page .map_vehicle_content .vehicle_type_EN {
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
}

.access_page .map_vehicle_content .vehicle_type_JP {
    text-align: center;
    font-size: 10px;
    line-height: 44px;
    letter-spacing: 0.06rem;
    font-weight: 600;
    margin-top: 5px;
}

.access_page .map_vehicle_content .time_extimate {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.06rem;
    font-weight: 600;
    position: relative;
}

@media screen and (max-width: 768px) {
    .access_page .map_vehicle_content .time_extimate {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .access_page .map_vehicle_content .time_extimate::after {
        content: "";
        height: 50px;
        width: 1px;
        background-color: #707070;
        position: absolute;
        top: 10px;
        top: -55px;
        animation: verticalMaskAnim 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
    }
}

@keyframes verticalMaskAnim {
    0% {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
    }

    25% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }

    75% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }

    to {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
    }
}

.access_page .plan_content {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .access_page .plan_content {
        margin-top: 50px;
    }
}

.access_page .allcontaints__content.pc {
    display: none !important;
}

.access_page .between-justify {
    justify-content: space-between;
}

.access_page .around-justify {
    justify-content: space-around;
}

.access_page .display-wrap {
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .access_page .col-sp {
        flex-direction: column;
    }
}

.newsdetail .banner-detail .banner__txt {
    text-align: center;
}

.newsdetail .banner-detail .banner__txt .txt_date {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.06rem;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .newsdetail .banner-detail .banner__txt .txt_date {
        font-size: 14px;
        line-height: 16px;
    }
}

.newsdetail .banner-detail .banner__txt .txt_title {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.1rem;
    font-weight: 400;
    color: #fff;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .newsdetail .banner-detail .banner__txt .txt_title {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }
}

.newsdetail .container_child p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .newsdetail .container_child p {
        font-size: 14px;
        line-height: 19px;
    }
}

.newsdetail .voucher {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .newsdetail .voucher {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.newsdetail .voucher .voucher_content {
    width: 720px;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .newsdetail .voucher .voucher_content {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .newsdetail .voucher .voucher_content {
        width: 90%;
    }
}

.newsdetail .voucher .voucher_content .voucher_des {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1rem;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .newsdetail .voucher .voucher_content .voucher_des {
        font-size: 12px;
        letter-spacing: 0.1rem;
        line-height: 24px;
    }
}

.restaurant .slide_product_content {
    margin-top: 120px;
}

@media print,
only screen and (max-width: 991px) {
    .restaurant .slide_product_content {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .restaurant .slide_product_content {
        margin-top: 30px;
    }
}

.restaurant .slide_product_content .swiper-button-next::after {
    font-size: 65px;
}

.restaurant .slide_product_content .swiper-button-prev::after {
    font-size: 65px;
}

@media screen and (max-width: 768px) {
    .restaurant .banner__txt h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .restaurant .banner__txt p {
        font-size: 10px;
    }
}

.restaurant .cooking_content {
    background-color: #EFEFEF;
    padding: 60px 0 68px 0;
}

@media screen and (max-width: 768px) {
    .restaurant .cooking_content {
        background-color: #1A1A1A;
        padding: 25px 0 30px;
    }
}

.restaurant .cooking_content .container .cooking_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 30px;
}

@media print,
only screen and (max-width: 991px) {
    .restaurant .cooking_content .container .cooking_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .restaurant .cooking_content .container .cooking_title {
        font-size: 30px;
        display: none;
        color: #fff;
        text-align: center;
    }
}

.restaurant .cooking_content .container .cooking_title.sp {
    margin-bottom: 5px;
}

.restaurant .cooking_content .container .cooking_desc.sp {
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin-bottom: 28px;
}

.restaurant .cooking_content .container .cooking_swiper {
    overflow: hidden;
    height: 550px;
}

@media print,
only screen and (max-width: 991px) {
    .restaurant .cooking_content .container .cooking_swiper {
        height: 390px;
    }
}

@media screen and (max-width: 768px) {
    .restaurant .cooking_content .container .cooking_swiper {
        height: 100%;
    }
}

.restaurant .cooking_content .container .cooking_swiper .swiper-slide {
    background-color: #fff;
}

.restaurant .cooking_content .container .cooking_swiper .swiper-slide img {
    height: 300px;
}

@media print,
only screen and (max-width: 991px) {
    .restaurant .cooking_content .container .cooking_swiper .swiper-slide img {
        height: 200px;
    }
}

.restaurant .cooking_content .container .cooking_swiper .swiper-slide .txt_menu {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    margin-left: 30px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media print,
only screen and (max-width: 991px) {
    .restaurant .cooking_content .container .cooking_swiper .swiper-slide .txt_menu {
        font-size: 22px;
        margin-left: 30px;
        margin-top: 10px;
    }
}

@media print,
only screen and (max-width: 425px) {
    .restaurant .cooking_content .container .cooking_swiper .swiper-slide .txt_menu {
        font-size: 16px;
        line-height: 26px;
        margin-left: 15px;
    }
}

.restaurant .cooking_content .container .cooking_swiper .swiper-slide .txt_desc {
    font-size: 14px;
    margin-left: 30px;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 29px;
    font-weight: 500;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media print,
only screen and (max-width: 991px) {
    .restaurant .cooking_content .container .cooking_swiper .swiper-slide .txt_desc {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        max-width: 190px;
        margin: 10px 30px 15px;
    }
}

@media screen and (max-width: 768px) {
    .restaurant .cooking_content .container .cooking_swiper .swiper-slide .txt_desc {
        max-width: 95%;
    }
}

@media print,
only screen and (max-width: 425px) {
    .restaurant .cooking_content .container .cooking_swiper .swiper-slide .txt_desc {
        line-height: 26px;
        margin-left: 15px;
        font-size: 12px;
        margin-right: 12px;
    }
}

.restaurant .cooking_content .swiper-button-next.cooking {
    left: 97%;
    top: 41%;
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 768px) {
    .restaurant .cooking_content .swiper-button-next.cooking {
        display: none;
    }
}

.restaurant .cooking_content .swiper-button-next::after {
    font-size: 55px;
}

.restaurant .cooking_content .swiper-button-prev.cooking {
    top: 41%;
    color: rgba(255, 255, 255, 0.6);
    left: 1%;
}

@media screen and (max-width: 768px) {
    .restaurant .cooking_content .swiper-button-prev.cooking {
        display: none;
    }
}

.restaurant .cooking_content .swiper-button-prev::after {
    font-size: 55px;
}

.restaurant .cooking_content .book_dinner {
    background-color: var(--color-link-template);
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.06em;
    color: #fff;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 42px;
}

.restaurant .white {
    height: 90px;
}

@media print,
only screen and (max-width: 991px) {
    .restaurant .white {
        height: 60px;
    }
}

.restaurant .restaurant-default-desc__button {
    color: #fff !important;
    border: unset !important;
    background: var(--color-link-template);
}

.restaurant .restaurant-logo-cm {
    max-width: 300px;
    height: 80px;
    width: -moz-fit-content;
    width: fit-content;
}

.restaurant .restaurant-logo-cm img {
    width: auto !important;
}

@media screen and (max-width: 768px) {
    .restaurant .restaurant-logo-cm {
        max-width: 200px;
        height: 42px;
        margin-top: 20px;
    }
}

.page-condition {
    padding: 150px 0;
}

.page-condition .txt-heading-24 {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.04rem;
    flex-direction: column;
    display: flex;
}

.page-condition .txt-heading-24::after {
    content: "";
    max-width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    margin-top: 6px;
}

.page-condition .txt-heading-20 {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.04rem;
    flex-direction: column;
    position: relative;
    display: flex;
}

.page-condition .txt-heading-20::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    margin-top: 3px;
}

.page-condition .txt-heading-20::before {
    content: "";
    max-width: 220px;
    height: 1px;
    background-color: #05B4BE;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.page-condition .mt-60 {
    margin-top: 60px;
}

@media print,
only screen and (max-width: 425px) {
    .page-condition .mt-60 {
        margin-top: 30px;
    }
}

.page-condition .txt-description {
    padding-top: 30px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

@media print,
only screen and (max-width: 425px) {
    .page-condition .txt-description {
        padding-top: 15px;
    }
}

.pages-plan .custorm-border {
    max-width: 1080px;
    margin: 0 auto;
    height: 1px;
    background-color: #ddd;
}

.pages-plan .plan_content {
    padding: 40px 0;
    background-color: #fff !important;
}

@media screen and (max-width: 768px) {
    .pages-plan .plan_content {
        padding: 40px 0 0;
    }
}

.pages-plan .plan_content .plan_content_left {
    height: unset;
    width: 100%;
}

.pages-plan .plan_content .plan_button_row {
    margin-top: 0;
}

.pages-plan .plan_content .row_select_item01 {
    margin-left: 0;
}

.pages-plan .plan_content .plan_title {
    min-width: 175px;
    color: #383838;
}

.pages-plan .plan_content .custorm-margin-pc {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .pages-plan .plan_content .custorm-margin-pc {
        margin-top: 0;
    }
}

.pages-plan .plan-list {
    display: grid;
    max-width: 1080px;
    padding: 40px 0 80px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 3fr);
    grid-gap: 40px 68px;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .pages-plan .plan-list {
        grid-gap: 20px 30px;
        padding: 40px;
        grid-template-columns: repeat(2, 2fr);
    }
}

@media screen and (max-width: 768px) {
    .pages-plan .plan-list {
        grid-gap: 40px;
        padding: 40px 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.pages-plan .plan-list .plan-list__item {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
    .pages-plan .plan-list .plan-list__item {
        padding-bottom: 15px;
    }
}

.pages-plan .plan-list .plan-list__item .plan-list__item-img {
    width: 100%;
    height: 180px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.pages-plan .plan-list .plan-list__item .plan-list__item-title {
    font-size: 16px;
    font-family: "Source Han Sans JP";
    line-height: 26px;
    color: #333333;
    font-weight: 600;
}

.pages-plan .plan-list .plan-list__item .plan-list__item-content {
    padding: 15px;
}

.pages-plan .plan-list .plan-list__item .plan-list__item-period {
    font-family: "Source Han Sans JP";
    font-size: 12px;
    display: flex;
    line-height: 26px;
    font-weight: 600;
}

.pages-plan .plan-list .plan-list__item .plan-list__item-price {
    font-family: "Source Han Sans JP";
    font-size: 12px;
    display: flex;
    line-height: 26px;
    font-weight: 600;
}

.pages-plan .plan-list .plan-list__item .plan-list__item-meal {
    font-family: "Source Han Sans JP";
    font-size: 12px;
    display: flex;
    line-height: 26px;
    font-weight: 600;
}

.pages-plan .plan-list .plan-list__item .plan-list__item-right {
    margin-right: 10px;
}

.pages-plan .plan-list .plan-list__item .plan-list-btn {
    display: none;
}

.pages-plan .plan-list .plan-list__item .plan-list-btn .plan-list-btn_text {
    font-size: 14px;
    font-family: "Source Han Sans JP";
    letter-spacing: 0.06rem;
    line-height: 30px;
    font-weight: 300;
    background-color: #2C8AAE;
    max-width: 189px;
    text-align: center;
    padding: 10px 10px;
    color: #FFFFFF;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .pages-plan .plan-list .plan-list__item .plan-list-btn {
        display: initial;
    }
}

.pages-plan-detail {
    max-width: 100%;
}

.pages-plan-detail .mv-plan-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .mv-plan-detail {
        height: 365px;
        padding-top: 94px;
    }
}

.pages-plan-detail .mv-plan-detail .banner-bg {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
}

.pages-plan-detail .mv-plan-detail .banner-bg .overlay {
    opacity: 0.3;
}

.pages-plan-detail .mv-plan-detail .banner-txt {
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.1rem;
    font-weight: 500;
    text-align: center;
    position: absolute;
    max-width: 90%;
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .mv-plan-detail .banner-txt {
        font-size: 14px;
        line-height: 28px;
    }
}

.pages-plan-detail .plan-detail__content {
    margin-bottom: 80px;
    display: flex;
    padding-top: 24px;
}

.pages-plan-detail .plan-detail__content .summer-left {
    width: 50%;
    max-width: 100%;
    padding-left: 180px;
}

.pages-plan-detail .plan-detail__content .summer-left .summer-left-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.06rem;
    font-weight: 600;
    margin-top: 83px;
    width: 84%;
}

@media print,
only screen and (max-width: 1280px) {
    .pages-plan-detail .plan-detail__content .summer-left .summer-left-title {
        margin-top: 51px;
    }
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .pages-plan-detail .plan-detail__content .summer-left .summer-left-title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .plan-detail__content .summer-left .summer-left-title {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.06rem;
        font-weight: 600;
        margin-top: 20px;
        width: unset;
    }
}

.pages-plan-detail .plan-detail__content .summer-left .summer-left-txt-16 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.06rem;
    font-weight: 400;
    margin-top: 20px;
    word-break: break-all;
    max-width: 90%;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .pages-plan-detail .plan-detail__content .summer-left .summer-left-txt-16 {
        font-size: 14px;
        line-height: 23px;
    }
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .plan-detail__content .summer-left .summer-left-txt-16 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0.06rem;
        max-width: 100%;
    }
}

.pages-plan-detail .plan-detail__content .summer-left .link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 32px;
    min-width: 269px;
    min-height: 70px;
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(135deg, #2C8AAE, #2AB1AA);
    transition: background 0.3s, color 0.3s, transform 0.3s ease-out;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .pages-plan-detail .plan-detail__content .summer-left .link-btn {
        margin-top: 27px;
        font-size: 15px;
        min-width: 210px;
    }
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .plan-detail__content .summer-left .link-btn {
        margin: 32px auto 0;
    }
}

@media print,
only screen and (max-width: 1280px) {
    .pages-plan-detail .plan-detail__content .summer-left {
        padding-left: 96px;
    }
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .pages-plan-detail .plan-detail__content .summer-left {
        padding-left: 58px;
    }
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .plan-detail__content .summer-left {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
}

.pages-plan-detail .plan-detail__content .summer-slide {
    width: 50%;
    max-width: 100%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .plan-detail__content .summer-slide {
        width: 100%;
        max-width: 100%;
    }
}

.pages-plan-detail .plan-detail__content .swiper-button {
    position: absolute;
    z-index: 2;
    top: 43%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pages-plan-detail .plan-detail__content .swiper-button .plan-button-prev {
    margin-left: 20px;
    cursor: pointer;
}

.pages-plan-detail .plan-detail__content .swiper-button .plan-button-prev::after {
    font-family: swiper-icons;
    font-size: 82px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff;
    content: "prev";
}

@media print,
only screen and (max-width: 1280px) {
    .pages-plan-detail .plan-detail__content .swiper-button .plan-button-prev::after {
        font-size: 60px;
    }
}

.pages-plan-detail .plan-detail__content .swiper-button .plan-button-next {
    margin-right: 20px;
    cursor: pointer;
}

.pages-plan-detail .plan-detail__content .swiper-button .plan-button-next::after {
    font-family: swiper-icons;
    font-size: 82px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff;
    content: "next";
}

@media print,
only screen and (max-width: 1280px) {
    .pages-plan-detail .plan-detail__content .swiper-button .plan-button-next::after {
        font-size: 60px;
    }
}

.pages-plan-detail .plan-detail__content .swiper-button .swiper-button-disabled {
    opacity: 0.6;
}

@media print,
only screen and (max-width: 1280px) {
    .pages-plan-detail .plan-detail__content .swiper-button {
        top: 50%;
    }
}

.pages-plan-detail .plan-detail__content .plan-detail-swiper {
    margin-top: 35px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .plan-detail__content .plan-detail-swiper {
        margin-top: 20px;
    }
}

.pages-plan-detail .plan-detail__content .plan-detail-swiper .plan-detail_slide_item .img_wrap {
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .plan-detail__content .plan-detail-swiper .plan-detail_slide_item .img_wrap {
        height: 26.8vw;
    }
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .plan-detail__content .plan-detail-swiper .plan-detail_slide_item .img_wrap {
        height: 44.8vw;
    }
}

.pages-plan-detail .plan-detail__content .plan-detail-swiper .plan-detail_slide_item .img_wrap img {
    transition: all 0.5s;
}

.pages-plan-detail .plan-detail__content .plan-detail-swiper .plan-detail_slide_item:hover img {
    transform: scale(1.1);
}

.pages-plan-detail .plan-detail__content .sile-height {
    height: 32vw;
}

@media print,
only screen and (max-width: 1280px) {
    .pages-plan-detail .plan-detail__content .sile-height {
        height: 46vw;
    }
}

@media screen and (max-width: 768px) {
    .pages-plan-detail .plan-detail__content {
        flex-direction: column-reverse;
    }
}

.page-contact {
    padding-top: 19rem;
    padding-bottom: 10rem;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .page-contact {
        padding-top: 12rem;
    }
}

@media screen and (max-width: 768px) {
    .page-contact {
        padding-top: 8.3rem;
        padding-bottom: 5rem;
    }
}

.page-contact .main-content {
    width: 100%;
}

.page-contact .contact-form {
    margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
    .page-contact .contact-form {
        margin-top: 1.2rem;
    }
}

.page-contact .contact-form .contact-form__row {
    border: 0.1rem solid #ddd;
    border-top: none;
    height: -moz-fit-content;
    height: fit-content;
}

@media screen and (max-width: 768px) {
    .page-contact .contact-form .contact-form__row {
        flex-direction: column;
        border: none;
        border-bottom: 0.1rem solid #ddd;
    }
}

.page-contact .contact-form .contact-form__row:first-child {
    border-top: 0.1rem solid #ddd;
}

@media screen and (max-width: 768px) {
    .page-contact .contact-form .contact-form__row:last-child {
        border-bottom: none !important;
    }
}

.page-contact .contact-form .contact-form__row--label {
    padding: 2.4rem 1.6rem;
    background-color: #FAFAFA;
    width: 22rem;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    .page-contact .contact-form .contact-form__row--label {
        width: 100%;
        background-color: unset;
        padding: 0;
        margin-top: 2rem;
    }
}

.page-contact .contact-form .contact-form__row--label label {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    color: #000;
    font-weight: 600;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .page-contact .contact-form .contact-form__row--label label {
        font-size: 1.2rem;
    }
}

.page-contact .contact-form .contact-form__row--label .require::after {
    content: "必須";
    padding: 0 0.4rem;
    border-radius: 0.4rem;
    height: 1.6rem;
    background-color: #D80C0C;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin-left: 0.8rem;
    white-space: nowrap;
}

.page-contact .contact-form .contact-form__row--label .require:lang(en)::after {
    content: "required";
}

.page-contact .contact-form .contact-form__row--label .require:lang(zh-Hant)::after {
    content: "必需的";
}

.page-contact .contact-form .contact-form__row--label .require:lang(zh-Hans)::after {
    content: "必需的";
}

.page-contact .contact-form .contact-form__row--input {
    padding: 2.4rem;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .page-contact .contact-form .contact-form__row--input {
        padding: 0 0 1.6rem;
        margin-top: 1.2rem;
    }
}

.page-contact .contact-form .contact-form__row--input input::-webkit-outer-spin-button,
.page-contact .contact-form .contact-form__row--input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.page-contact .contact-form .contact-form__row--input input,
.page-contact .contact-form .contact-form__row--input textarea {
    border: 0.1rem solid #ddd;
    border-radius: 0.8rem;
    padding: 0 1.6rem;
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #000;
    -moz-appearance: textfield;
}

@media screen and (max-width: 768px) {

    .page-contact .contact-form .contact-form__row--input input,
    .page-contact .contact-form .contact-form__row--input textarea {
        font-size: 1.2rem;
    }
}

.page-contact .contact-form .contact-form__row--input input {
    height: 4rem;
}

.page-contact .contact-form .contact-form__row--input textarea {
    height: 14rem !important;
    resize: none;
    padding-top: 0.9rem;
}

.page-contact .contact-form .contact-form__row--input input:-moz-placeholder-shown {
    background-color: #FFF9F5;
}

.page-contact .contact-form .contact-form__row--input input:placeholder-shown {
    background-color: #FFF9F5;
}

.page-contact .contact-form .contact-form__row--input input:not(:-moz-placeholder-shown) {
    background-color: #fff;
}

.page-contact .contact-form .contact-form__row--input input:not(:placeholder-shown) {
    background-color: #fff;
}

.page-contact .contact-form .contact-form__row--input textarea:-moz-placeholder-shown {
    background-color: #FFF9F5;
}

.page-contact .contact-form .contact-form__row--input textarea:placeholder-shown {
    background-color: #FFF9F5;
}

.page-contact .contact-form .contact-form__row--input textarea:not(:-moz-placeholder-shown) {
    background-color: #fff;
}

.page-contact .contact-form .contact-form__row--input textarea:not(:placeholder-shown) {
    background-color: #fff;
}

.page-contact .contact-form .contact-form__row--input input::-moz-placeholder,
.page-contact .contact-form .contact-form__row--input textarea::-moz-placeholder {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #999;
}

.page-contact .contact-form .contact-form__row--input input::placeholder,
.page-contact .contact-form .contact-form__row--input textarea::placeholder {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #999;
}

@media screen and (max-width: 768px) {

    .page-contact .contact-form .contact-form__row--input input::-moz-placeholder,
    .page-contact .contact-form .contact-form__row--input textarea::-moz-placeholder {
        font-size: 1.2rem;
    }

    .page-contact .contact-form .contact-form__row--input input::placeholder,
    .page-contact .contact-form .contact-form__row--input textarea::placeholder {
        font-size: 1.2rem;
    }
}

.page-contact .contact-form .contact-form__row--input .value-field {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
    .page-contact .contact-form .contact-form__row--input .value-field {
        font-size: 1.2rem;
    }
}

.page-contact .contact-form .contact-form__row--input label.error {
    color: #E00123;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.page-contact .txt-heading-24 {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 600;
    width: 100%;
    padding-bottom: 2.5rem;
    border-bottom: 0.1rem solid #ddd;
}

@media screen and (max-width: 768px) {
    .page-contact .txt-heading-24 {
        font-size: 1.6rem;
        padding-bottom: 1rem;
    }
}

.page-contact .hide {
    display: none;
}

.page-contact .btn-submit-contact {
    width: 32rem;
    height: 5.6rem;
    background-color: var(--color-main-tempalte);
    margin: 3.6rem auto 0;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    color: #fff;
    border-radius: 0.8rem;
    border: unset;
    cursor: pointer;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .page-contact .btn-submit-contact {
        max-width: 32rem;
        width: 100%;
    }
}

.page-contact .btn-submit-contact:hover {
    opacity: 0.8;
}

.page-contact .success-screen .success-screen__heading {
    font-size: 2.4rem;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1;
    margin-top: 4.3rem;
    text-align: center;
    color: #222;
    font-weight: 600;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .page-contact .success-screen .success-screen__heading {
        font-size: 1.7rem;
        margin-top: 2.5rem;
    }
}

.page-contact .success-screen .success-screen__des {
    font-size: 1.6rem;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 3.2rem;
    margin-top: 4.3rem;
    text-align: center;
    color: #222;
    margin-top: 3.2rem;
}

@media print,
only screen and (min-width: 769px) and (max-width: 1199px) {
    .page-contact .success-screen .success-screen__des {
        font-size: 1.4rem;
        margin-top: 2rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .page-contact .success-screen .success-screen__des {
        font-size: 1.2rem;
        margin-top: 2.5rem;
        line-height: 2rem;
    }
}

.error-page {
    padding-top: 18rem;
    height: 76.8rem;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .error-page {
        padding: 15rem 2rem;
    }
}

.error-page::after {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.4;
}

.error-page .error-content {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .error-page .error-warning {
        flex-direction: column;
    }
}

.error-page .error-warning .error-warning__icon {
    width: 12.4rem;
    margin-right: 2rem;
}

@media screen and (max-width: 768px) {
    .error-page .error-warning .error-warning__icon {
        width: 5rem;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .error-page .error-warning .error-warning__icon {
        width: 10rem;
    }
}

.error-page .error-warning .error-warning__icon img {
    -o-object-fit: unset;
    object-fit: unset;
}

.error-page .error-warning .error-warning__code {
    font-family: "DINPro", sans-serif;
    font-size: 14.6rem;
    line-height: 1;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .error-page .error-warning .error-warning__code {
        font-size: 5rem;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .error-page .error-warning .error-warning__code {
        font-size: 10rem;
        margin-top: 2rem;
    }
}

.error-page .error-notification .notification-txt-26 {
    font-size: 2.6rem;
    line-height: 3.7rem;
    font-weight: 600;
    margin: 1.3rem 0 3rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .error-page .error-notification .notification-txt-26 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        text-align: center;
        margin: 2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .error-page .error-notification .notification-txt-26 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

.error-page .error-notification .notification-txt-16 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .error-page .error-notification .notification-txt-16 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .error-page .error-notification .notification-txt-16 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.error-page .error-line__left,
.error-page .error-line__right {
    width: calc(50% - 2rem);
    height: 0.2rem;
    background-color: #fff;
}

@media screen and (max-width: 768px) {

    .error-page .error-line__left,
    .error-page .error-line__right {
        width: calc(50% - 1rem);
    }
}

.error-page .error-line {
    width: 100%;
    justify-content: space-between;
    margin: 9rem 0 7rem;
}

@media screen and (max-width: 768px) {
    .error-page .error-line {
        margin: 4rem 0;
        width: calc(100% + 4rem);
    }
}

.error-page .error-line .error-line__left::after {
    content: "";
    position: absolute;
    width: 4.2rem;
    height: 0.2rem;
    background-color: #fff;
    transform: rotate(90deg);
    right: -2.1rem;
}

@media screen and (max-width: 768px) {
    .error-page .error-line .error-line__left::after {
        right: -1.5rem;
        width: 3rem;
    }
}

.error-page .error-line .error-line__right::after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    background-color: #fff;
    transform: rotate(90deg);
    left: -1.5rem;
}

@media screen and (max-width: 768px) {
    .error-page .error-line .error-line__right::after {
        left: -1rem;
        width: 2rem;
    }
}

.error-page .error-btn {
    transform: translateX(10px);
}

@media screen and (max-width: 768px) {
    .error-page .error-btn {
        justify-content: space-between;
        width: 100%;
        transform: none;
    }
}

.error-page .error-btn .error-btn__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.2rem;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    color: #2C8AAE;
    margin: 0 2rem;
    background-color: #fff;
}

.error-page .error-btn .error-btn__item:first-child {
    width: 180px;
}

@media screen and (max-width: 768px) {
    .error-page .error-btn .error-btn__item:first-child {
        width: calc(50% - 1rem);
    }
}

.error-page .error-btn .error-btn__item:last-child {
    width: 200px;
}

@media screen and (max-width: 768px) {
    .error-page .error-btn .error-btn__item:last-child {
        width: calc(50% - 1rem);
    }
}

@media screen and (max-width: 768px) {
    .error-page .error-btn .error-btn__item {
        width: calc(50% - 1rem);
        margin: 0;
        padding: 0 1.5rem 0 3.2rem;
        font-size: 1.2rem;
    }
}

.error-page .error-btn .error-btn__item::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.704' height='11.401' viewBox='0 0 7.704 11.401'%3E%3Cpath id='Path_8307' data-name='Path 8307' d='M-4363.792-9877.6l6.5,5.344-6.5,4.656' transform='translate(-4356.792 -9866.898) rotate(180)' fill='none' stroke='%232c8aae' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
    width: 1rem;
    height: 1.2rem;
    transform: translateY(0.1rem);
    left: 2rem;
}
