:root {
    --color-main-template: #d3b5a3;
    --color-text-main: #44443c;
    --background-main: #fff;
    --font-family: a-otf-ryumin-pr6n, serif;
}

body {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
    color: var(--color-text-main);
    font-family: var(--font-family);
    background-color: var(--background-main);
    letter-spacing: 0.1rem;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    --swiper-pagination-color: var(--color-main-template);
    --swiper-navigation-size: 2rem;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-sides-offset: 10px;
}

@media screen and (max-width: 768px) {
    body {
        --swiper-navigation-size: 1.5rem;
    }
}

html,
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,
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;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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;
}

textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    max-width: 100%;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #44443c;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

/* @media screen and (max-width: 768px) {
    html {
        font-size: 2.67vw;
    }
} */

svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}

.clearfix {
    display: block;
}

.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.2rem 1.5rem;
    width: 100%;
    font-family: sans-serif;
    border-color: var(--color-main-template);
    color: #000;
}

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

input[type=text][name=dates]:focus {
    outline: none;
    border-color: var(--color-main-template);
}

button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--color-main-template);
    border: 1px solid var(--color-main-template);
    border-radius: 0;
    color: #44443c;
    font-family: var(--font-family);
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: #fff;
    border-color: var(--color-main-template);
}

select {
    border: 1px solid var(--color-main-template);
}

input[type=number] {
    -moz-appearance: textfield;
}

.custom-input-number {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-main-template);
    overflow: hidden;
    max-width: 100%;
    height: 4.5rem;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
}

.custom-input-number button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 0.8rem;
}

.custom-input-number input {
    border-width: 0 !important;
    border: unset !important;
    outline: unset !important;
    width: 4rem;
    padding: unset;
    text-align: center;
    font-size: 1.4rem;
}

@font-face {
    font-family: a-otf-ryumin-pr6n;
    src: url("https://assets.micado-rayout.jp/fonts/A-OTF-Ryumin-Pr6n.otf");
}

@font-face {
    font-family: "ITC New Baskerville";
    src: url("https://assets.micado-rayout.jp/fonts/ITC-New-Baskerville.woff2");
}

@font-face {
    font-family: "Gill Sans";
    src: url("https://assets.micado-rayout.jp/fonts/gill_sans/Gill_Sans_Light.otf");
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("https://assets.micado-rayout.jp/fonts/Noto_Serif_JP/NotoSerifJP-Light.ttf");
}

.custom-transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.pc {
    display: block !important;
}

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

.sp {
    display: none !important;
}

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

.pc-flex {
    display: flex;
}

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

.sp-flex {
    display: none;
}

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

.flex {
    display: flex;
}

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

.flex-col {
    flex-direction: column;
}

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

.justify-end {
    justify-content: flex-end;
}

.flex-auto {
    flex: 1 1 auto;
}

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

.heading-line {
    height: 1px;
    width: 100%;
    background-color: var(--color-main-template);
}

.text-center {
    text-align: center !important;
}

.text-sm {
    font-size: 1.4rem;
}

.container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

@media screen and (max-width: 1023px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.w-100 {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

.main {
    margin-top: 17rem;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 1023px) {
    .main {
        margin-top: 7.6rem;
        margin-bottom: 1.5rem;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 5.4rem;
    height: 5.4rem;
    background-color: var(--color-main-template);
    border: 1px solid var(--color-main-template);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: #fff;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: transparent;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    color: var(--color-main-template);
}

@media screen and (max-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
        width: 3.8rem;
        height: 3.8rem;
    }
}

.btn-detail {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.4rem 0;
}

.btn-detail::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    background-color: var(--color-main-template);
    transition: all 0.15s ease-in-out;
    content: "";
}

.btn-detail:hover::before {
    margin-top: 0.25rem;
}

.main-heading {
    display: flex;
    align-items: center;
    font-size: 3.5rem;
    line-height: 1.25;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.15rem;
    font-weight: bold;
}

.main-heading:lang(en) {
    font-family: "Gill Sans", serif;
}

.main-heading .text {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .main-heading {
        font-size: 2.5rem;
    }
}

.plan-content {
    padding: 3.2rem 0 3.3rem;
}

.plan-content .page-sub-menu-content {
    margin: 4rem auto 0;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.plan-content .page-sub-menu-content ul {
    display: flex;
    overflow: auto;
}

.plan-content .page-sub-menu-content ul li {
    background-color: transparent;
    border: 1px solid var(--color-main-template);
    padding: 1.2rem 3.2rem;
    margin-left: 2rem;
    cursor: pointer;
    white-space: nowrap;
}

.plan-content .page-sub-menu-content ul li:first-child {
    margin-left: 0;
}

.plan-content .page-sub-menu-content ul li.active,
.plan-content .page-sub-menu-content ul li:hover {
    background-color: var(--color-main-template);
}

.plan-content .page-sub-filter {
    margin: 2rem auto 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .plan-content .page-sub-filter {
        margin-bottom: 2rem;
    }
}

.plan-content .page-sub-filter ul {
    display: flex;
    overflow: auto;
}

.plan-content .page-sub-filter ul li {
    background-color: transparent;
    padding: 0 3.2rem;
    white-space: nowrap;
    border-right: 1px solid #44443c;
}

.plan-content .page-sub-filter ul li span {
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
}

.plan-content .page-sub-filter ul li:last-child {
    border-right: unset;
}

.plan-content .page-sub-filter ul li.active span,
.plan-content .page-sub-filter ul li:hover span {
    border-bottom: 1px solid var(--color-main-template);
}

.plan-content .plan-content__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 5.6rem;
}

.plan-content .plan-content__list .image-wrap a {
    width: 100%;
    padding-top: 61.7%;
    position: relative;
    overflow: hidden;
    display: block;
}

.plan-content .plan-content__list .image-wrap a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
}

.plan-content .plan-content__list .image-wrap a:hover img {
    transform: scale(1);
}

.plan-content .plan-content__list .content {
    padding: 4.8rem;
}

.plan-content .plan-content__list .content .tracking-widest {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.plan-content .plan-content__list .content .tracking-widest a:hover {
    color: var(--color-main-template);
}

.plan-content .plan-content__list .content .info__title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
    .plan-content .plan-content__list .content .info__title {
        font-size: 2.2rem;
        line-height: 3.3rem;
    }
}

.plan-content .plan-content__list .content .info__description {
    margin-bottom: 1.6rem;
}

.plan-content .plan-content__list .content .info__date {
    display: flex;
    margin-bottom: 3.2rem;
    flex-wrap: wrap;
}

.plan-content .plan-content__list .content .info__date .icon {
    margin-right: 1.2rem;
    display: flex;
}

.plan-content .plan-content__list .content .buttons .btn-detail {
    margin-left: 3.2rem;
}

.plan-content .plan-content__list .content .buttons .btn-detail:first-child {
    margin-left: 0;
}

@media screen and (max-width: 1023px) {
    .plan-content .plan-content__list .content {
        padding: 3.2rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .plan-content .plan-content__list {
        margin-top: 2rem;
        grid-template-columns: repeat(1, 1fr);
    }
}

.plan-content .plan-button-list {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .plan-content {
        padding: 1.5rem 0;
    }
}

.banner-block {
    position: relative;
}

.banner-block .image-aspect-ratio {
    width: 100%;
    padding-top: 47%;
    position: relative;
    overflow: hidden;
}

.banner-block .image-aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .banner-block .image-aspect-ratio {
        padding-top: 56%;
    }
}

.banner-block .banner-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6.4rem;
    font-size: 5rem;
    line-height: 6.3rem;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(68, 68, 60, 0), #0e0e0c) 0 0 no-repeat padding-box;
}

@media screen and (max-width: 768px) {
    .banner-block .banner-title {
        padding: 4.8rem 2rem;
        font-size: 3rem;
        line-height: 3.8rem;
    }
}

.concept-block {
    padding: 4rem 0 2rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.concept-block .concept-content {
    text-align: center;
    margin-top: 4rem;
    max-width: 94rem;
    margin-left: auto;
    margin-right: auto;
}

.concept-block .concept-title {
    margin-bottom: -2.4rem;
}

.concept-block .concept-title p:first-child {
    margin-right: 6.4rem;
}

.concept-block .btn-detail {
    margin: 6rem auto 0;
}

@media screen and (max-width: 768px) {
    .concept-block {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .concept-block .btn-detail {
        margin: 3.2rem auto 0;
    }
}

.product-list-grid {
    padding: 3.2rem 0 3.3rem;
}

.product-list-grid .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem 3.2rem;
}

.product-list-grid .product-list .product-item .image-aspect-ratio {
    width: 100%;
    padding-top: 61.67%;
    position: relative;
    overflow: hidden;
}

.product-list-grid .product-list .product-item .image-aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-list-grid .product-list .product-item .text-content {
    padding: 4.8rem;
}

.product-list-grid .product-list .product-item .text-content .info {
    margin-bottom: 3.2rem;
}

.product-list-grid .product-list .product-item .text-content .info .tracking-widest {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

.product-list-grid .product-list .product-item .text-content .info .info__header {
    margin-bottom: 3.2rem;
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: inherit;
    font-family: a-otf-ryumin-pr6n, serif;
}

.product-list-grid .product-list .product-item .text-content .info .info__additional {
    margin-bottom: 3.2rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.product-list-grid .product-list .product-item .text-content .buttons {
    display: flex;
}

.product-list-grid .product-list .product-item .text-content .buttons .btn-detail {
    margin: 0 1.6rem;
}

.product-list-grid .product-list .product-item .text-content .buttons .btn-detail:first-child {
    margin-left: 0;
}

.product-list-grid .product-list .product-item .text-content .buttons .btn-detail:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .product-list-grid .product-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 3.2rem;
    }

    .product-list-grid .product-list .product-item .text-content {
        padding: 3.2rem;
    }

    .product-list-grid .product-list .product-item .text-content .info .tracking-widest {
        margin-bottom: 2rem;
    }

    .product-list-grid .product-list .product-item .text-content .info .info__header {
        font-size: 2.2rem;
        line-height: 3.3rem;
    }

    .product-list-grid .product-list .product-item .text-content .info .info__additional {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.product-list-column {
    padding: 3.2rem 0 3.3rem;
}

.product-list-column .product-list .product-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.product-list-column .product-list .product-item:last-child {
    margin-bottom: 0;
}

.product-list-column .product-list .product-item .swiper-thumb {
    width: calc(50% + 15rem);
}

.product-list-column .product-list .product-item .swiper-thumb .image-aspect-ratio {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 583px;
}

.product-list-column .product-list .product-item .swiper-thumb .image-aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-list-column .product-list .product-item .swiper-thumb .swiper-button-next,
.product-list-column .product-list .product-item .swiper-thumb .swiper-button-prev {
    top: unset;
    margin-top: unset;
    bottom: 0;
}

.product-list-column .product-list .product-item .swiper-thumb .swiper-button-next {
    right: 0;
}

.product-list-column .product-list .product-item .swiper-thumb .swiper-button-prev {
    left: auto;
    right: calc(5.4rem + 2px);
}

.product-list-column .product-list .product-item .swiper-thumb .swiper-pagination {
    left: 116px;
    right: 116px;
    width: auto;
}

.product-list-column .product-list .product-item .text-content {
    padding: 0 6rem 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(50% - 15rem);
}

.product-list-column .product-list .product-item .text-content .info {
    margin-bottom: 1.6rem;
}

.product-list-column .product-list .product-item .text-content .info .info__header {
    margin-bottom: 1.6rem;
    font-size: 3.5rem;
    line-height: 5.3rem;
}

.product-list-column .product-list .product-item .text-content .info .info__description {
    margin-bottom: 1.6rem;
}

.product-list-column .product-list .product-item .text-content .buttons {
    display: flex;
    flex-wrap: wrap;
}

.product-list-column .product-list .product-item .text-content .buttons .btn-detail {
    margin-right: 3.2rem;
    white-space: nowrap;
}

@media screen and (max-width: 1023px) {
    .product-list-column .product-list .product-item .swiper-thumb {
        width: calc(50% + 7rem);
    }

    .product-list-column .product-list .product-item .text-content {
        width: calc(50% - 7rem);
    }
}

@media screen and (max-width: 768px) {
    .product-list-column .product-list .product-item {
        flex-direction: column;
        margin-bottom: 4rem;
    }

    .product-list-column .product-list .product-item:last-child {
        margin-bottom: 0;
    }

    .product-list-column .product-list .product-item .swiper-thumb {
        width: 100%;
    }

    .product-list-column .product-list .product-item .swiper-thumb .image-aspect-ratio {
        min-height: unset;
        padding-top: 61.8%;
    }

    .product-list-column .product-list .product-item .text-content {
        width: 100%;
        padding: 3.2rem 2rem;
    }

    .product-list-column .product-list .product-item .text-content .info .info__header {
        font-size: 2.2rem;
        line-height: 3.3rem;
    }
}

#pagination .paginationjs {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-family: var(--font-family);
}

#pagination .paginationjs .paginationjs-pages li {
    border: 0;
}

#pagination .paginationjs .paginationjs-pages li>a {
    font-size: 2.4rem;
    line-height: 5.6rem;
    width: 5.6rem;
    height: 5.6rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
}

@media screen and (max-width: 768px) {
    #pagination .paginationjs .paginationjs-pages li>a {
        font-size: 1.6rem;
        line-height: 2.6rem;
        width: 2.6rem;
        height: 2.6rem;
    }
}

#pagination .paginationjs .paginationjs-pages li>a:hover {
    background-color: transparent;
}

#pagination .paginationjs .paginationjs-pages li.active>a {
    background-color: var(--color-main-template);
}

#pagination .paginationjs .paginationjs-pages li.active>a:hover {
    background-color: var(--color-main-template);
    color: #fff;
}

#pagination .paginationjs .paginationjs-pages li:hover>a {
    color: var(--color-main-template);
}

#pagination .paginationjs .paginationjs-pages li:last-child,
#pagination .paginationjs .paginationjs-pages li:first-child {
    border: 0 !important;
}

#pagination .paginationjs .paginationjs-pages li:last-child>a,
#pagination .paginationjs .paginationjs-pages li:first-child>a {
    border-radius: unset !important;
}

.contact-block {
    padding: 4rem 0 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

.contact-block .contact-content {
    max-width: 94rem;
    margin: 0 auto;
}

.contact-block .contact-content .contact-form {
    margin-top: 4rem;
}

.contact-block .contact-content .contact-form .form {
    margin-top: 1.6rem;
}

.contact-block .contact-content .contact-form .form .form-group {
    margin-bottom: 2rem;
}

.contact-block .contact-content .contact-form .form .form-group .label {
    margin-bottom: 1.6rem;
}

.contact-block .contact-content .contact-form .form .form-group .form-control {
    width: 100%;
    height: 3.8rem;
    padding-left: 2rem;
    padding-right: 3rem;
    display: block;
}

.contact-block .contact-content .contact-form .form .form-group select {
    background-size: 30px auto;
    background-position: right 8px center;
}

.contact-block .contact-content .contact-form .form .form-group input[type=text],
.contact-block .contact-content .contact-form .form .form-group input[type=date],
.contact-block .contact-content .contact-form .form .form-group input[type=email] {
    max-width: calc(100% - 5rem);
    padding-top: 0;
    padding-bottom: 0;
}

.contact-block .contact-content .contact-form .form .form-group input[type=radio] {
    opacity: 0;
}

.contact-block .contact-content .contact-form .form .form-group input[type=radio]:checked+span::after {
    opacity: 1;
}

.contact-block .contact-content .contact-form .form .form-group input[type=checkbox] {
    opacity: 0;
}

.contact-block .contact-content .contact-form .form .form-group input[type=checkbox]:checked+span::after {
    opacity: 1;
}

.contact-block .contact-content .contact-form .form .form-group .btn-submit {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.contact-block .contact-content .contact-form .form .form-group .custom-input-number {
    width: 100%;
    justify-content: space-between;
    height: 3.8rem;
}

.contact-block .contact-content .contact-form .form .form-group .custom-input-number input {
    width: calc(100% - 9rem);
}

.contact-block .contact-content .contact-form .form .form-group .custom-input-number a {
    font-size: 1.4rem;
    padding: 0.8rem;
}

.contact-block .contact-content .contact-form .form .form-group .radio-group span {
    position: relative;
    margin-right: 2rem;
    cursor: pointer;
}

.contact-block .contact-content .contact-form .form .form-group .radio-group span::before {
    position: absolute;
    top: 0.2rem;
    left: -2rem;
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 50%;
    border: 1px solid var(--color-main-template);
    content: "";
}

.contact-block .contact-content .contact-form .form .form-group .radio-group span::after {
    position: absolute;
    top: 0.6rem;
    left: -1.6rem;
    height: 0.7rem;
    width: 0.7rem;
    border-radius: 50%;
    background-color: var(--color-main-template);
    opacity: 0;
    content: "";
}

.contact-block .contact-content .contact-form .form .form-group .checkbox-group span {
    position: relative;
    margin-right: 2rem;
    cursor: pointer;
}

.contact-block .contact-content .contact-form .form .form-group .checkbox-group a {
    margin-left: -2rem;
}

.contact-block .contact-content .contact-form .form .form-group .checkbox-group span::before {
    position: absolute;
    top: 0.2rem;
    left: -2rem;
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 0.3rem;
    border: 1px solid var(--color-main-template);
    content: "";
}

.contact-block .contact-content .contact-form .form .form-group .checkbox-group span::after {
    position: absolute;
    top: 0.2rem;
    left: -2rem;
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 0.3rem;
    background-color: var(--color-main-template);
    border: 1px solid var(--color-main-template);
    opacity: 0;
    content: "";
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}

.page-contact {
    overflow: hidden;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    transition-duration: 0.7s;
    position: fixed;
    z-index: 100;
}

.header .flex-header {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.0509803922);
    background-color: #fff;
    width: 100%;
    z-index: 999;
    position: relative;
}

.header .flex-header .header-content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.header .flex-header .header-content .header-left {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
}

.header .flex-header .header-content .header-left .hamburger-menu {
    width: 2.5rem;
    background-color: transparent;
    border: none;
    display: none;
    padding: unset;
}

.header .flex-header .header-content .header-left .hamburger-menu .bg-black {
    background-color: #44443c;
    width: 2.5rem;
    height: 0.2rem;
    margin-top: 0.6rem;
}

.header .flex-header .header-content .header-left .hamburger-menu .bg-black:first-child {
    margin-top: 0;
}

.header .flex-header .header-content .header-left .hamburger-menu .text-menu {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.25rem;
}

.header .flex-header .header-content .header-left .menu-left .menu-item {
    padding: 0 1rem;
    font-size: 1.8rem;
    font-family: "ITC New Baskerville", serif;
    font-weight: 400;
    line-height: 2.7rem;
}

.header .flex-header .header-content .header-left .menu-left .menu-item a:hover {
    opacity: 1;
    color: var(--color-main-template);
}

.header .flex-header .header-content .header-center {
    flex-shrink: 0;
}

.header .flex-header .header-content .header-center .header-logo img {
    height: 9.6rem;
    width: auto;
}

.header .flex-header .header-content .header-right {
    flex-shrink: 1;
    flex-basis: 50%;
    flex-grow: 1;
}

.header .flex-header .header-content .header-right .translation {
    margin-right: 1.5rem;
}

.header .flex-header .header-content .header-right .translation>ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.header .flex-header .header-content .header-right .translation>ul>li:hover .translation-toggle {
    background: #eeeeee;
}

.header .flex-header .header-content .header-right .translation>ul>li:hover .translation-submenu {
    visibility: visible;
}

.header .flex-header .header-content .header-right .translation>ul a {
    display: block;
    text-decoration: none;
    color: #444444;
    border: none;
    background-color: #fff;
    padding: 0.5rem 1rem;
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
}

.header .flex-header .header-content .header-right .translation>ul a span {
    vertical-align: middle;
}

.header .flex-header .header-content .header-right .translation>ul a:hover {
    background: #eeeeee;
}

.header .flex-header .header-content .header-right .translation>ul .translation-toggle {
    padding-right: 2.5rem;
    position: relative;
}

.header .flex-header .header-content .header-right .translation>ul .translation-toggle::before {
    content: "";
    display: block;
    height: 1.8rem;
    width: 1.8rem;
    background-image: url("https://assets.micado-rayout.jp/img/common/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    right: 0.5rem;
    top: 0.7rem;
}

.header .flex-header .header-content .header-right .translation>ul .translation-submenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
}

.header .flex-header .header-content .header-right .top-right .menu-top-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
}

.header .flex-header .header-content .header-right .top-right .menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
    display: flex;
    height: 100%;
}

.header .flex-header .header-content .header-right .top-right .menu-item .button {
    padding: 1.3rem 1.45rem;
}

.header .flex-header.header-animation .header-content .header-left .menu-left .menu-item {
    font-size: 1.6rem;
}

.header .flex-header.header-animation .header-content .header-center .header-logo img {
    height: 8rem;
}

@media screen and (max-width: 1023px) {
    .header .flex-header {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .header .flex-header .header-content {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .header .flex-header .header-content .header-left .hamburger-menu {
        display: flex;
    }

    .header .flex-header .header-content .header-left .menu-left {
        display: none;
    }

    .header .flex-header .header-content .header-center .header-logo img {
        height: 6rem;
    }

    .header .flex-header .header-content .header-right .translation {
        margin-right: unset;
    }

    .header .flex-header .header-content .header-right .top-right {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .header .flex-header .header-content .header-right .top-right .menu-top-right {
        padding-left: 0;
        padding-right: 0;
    }

    .header .flex-header .header-content .header-right .top-right .menu-item {
        padding-left: 0;
        padding-right: 0;
    }

    .header .flex-header .header-content .header-right .top-right .menu-item .button {
        width: 100%;
        font-size: 1.6rem;
        padding: 1.4em 1.44em;
        border: none;
    }

    .header .flex-header .header-content .header-right .top-right .menu-item:first-child .button {
        background-color: #dddfdb;
    }

    .header .flex-header .header-content .header-right .top-right .menu-item:last-child .button {
        background-color: var(--color-main-template);
    }
}

.header .primary-menu {
    position: relative;
    background-color: #f4f4f3;
    top: 0;
    left: 0;
    width: 100%;
    transition-duration: 0.7s;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1019607843), 0 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
    z-index: 100;
}

.header .primary-menu .mega-menu {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .header .primary-menu .mega-menu {
        display: block;
    }
}

.header .primary-menu .mega-menu-wrap-primary {
    clear: both;
    background: rgba(255, 255, 255, 0);
}

.header .primary-menu .mega-menu-wrap-primary .mega-menu-toggle {
    display: none;
    padding: 1.6rem;
    text-align: right;
}

.header .primary-menu .mega-menu-wrap-primary .mega-menu-toggle button {
    background-color: transparent;
    border: none;
    width: 3.2rem;
    height: 3.2rem;
    padding: unset;
}

.header .primary-menu .mega-menu-wrap-primary .mega-menu-toggle button svg {
    width: 100%;
    height: 100%;
}

.header .primary-menu .mega-menu-wrap-primary .mega-menu-toggle button svg path {
    fill: var(--color-main-template);
}

.header .primary-menu .mega-menu-primary {
    display: flex;
    visibility: visible;
    text-align: center;
    padding: 0 0 0 0;
    overflow: auto;
    scrollbar-width: thin;
}

@media screen and (max-width: 1023px) {
    .header .primary-menu .mega-menu-primary {
        justify-content: center;
        overflow: unset;
    }
}

.header .primary-menu .mega-menu-primary .mega-menu-item {
    line-height: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
    vertical-align: middle;
    white-space: nowrap;
}

.header .primary-menu .mega-menu-primary .mega-menu-item .mega-menu-link {
    line-height: 2.4rem;
    height: auto;
    position: relative;
    padding: 0.4rem 1rem;
}

.header .primary-menu .mega-menu-primary .mega-menu-item .mega-menu-link:after {
    content: "";
    position: absolute;
    bottom: 0.8rem;
    left: 1rem;
    right: 1rem;
    height: 0.2rem;
    background: var(--color-main-template);
    display: block;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.header .primary-menu .mega-menu-primary .mega-menu-item:hover .mega-menu-link::after {
    bottom: 0;
    opacity: 1;
}

.header .primary-menu .menu-mobile {
    display: none;
}

@media screen and (max-width: 1023px) {
    .header .primary-menu {
        margin-top: 0 !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 38.5rem;
        z-index: 1000;
        height: 100%;
        max-width: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transform: translateX(-100%);
    }

    .header .primary-menu .mega-menu-wrap-primary .mega-menu-toggle {
        display: block;
    }

    .header .primary-menu .mega-menu-primary {
        flex-direction: column;
        padding: 1.6rem;
        padding-bottom: 0;
        padding-top: 0;
    }

    .header .primary-menu .mega-menu-primary .mega-menu-item .mega-menu-link {
        font-size: 1.4rem;
    }

    .header .primary-menu .menu-mobile {
        margin-top: 1.75rem;
        display: block;
        padding: 1.6rem;
        padding-top: 0;
    }

    .header .primary-menu .menu-mobile .menu-secondary-menu-mobile {
        text-align: center;
    }

    .header .primary-menu .menu-mobile .menu-secondary-menu-mobile .menu-item {
        margin-top: 2rem;
    }

    .header .primary-menu .menu-mobile .menu-secondary-menu-mobile .menu-item a {
        display: inline-block;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-family: "ITC New Baskerville", serif;
    }

    .header .primary-menu .menu-mobile .menu-secondary-menu-mobile .menu-item:first-child {
        margin-top: 0;
    }

    .header .primary-menu .menu-mobile .menu-secondary-menu-mobile .menu-item a.button {
        width: 100%;
        padding: 1.2rem;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .header .primary-menu .menu-mobile .menu-secondary-menu-mobile .menu-item .inter-continental {
        padding-left: 2.8rem;
    }

    .header .primary-menu .menu-mobile .menu-secondary-menu-mobile .menu-item .inter-continental::before {
        position: absolute;
        left: 0;
        top: 50%;
        height: 2rem;
        width: 2rem;
        transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
        background-image: url("https://assets.micado-rayout.jp/img/common/ic-osaka-icon.png");
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
    }
}

@media screen and (max-width: 1023px) {
    .header .primary-menu.show {
        transform: translateX(0);
    }
}

.header.header-down .primary-menu {
    margin-top: 0;
}

.header.header-up .primary-menu {
    margin-top: -5rem;
}

.header .form-search {
    position: fixed;
    width: 100%;
    background-color: #fff;
    height: -moz-fit-content;
    height: fit-content;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.0509803922);
    font-size: 1.4rem;
    z-index: 50;
    transform: translateY(-100%);
}

.header .form-search.show {
    transform: translateY(0);
}

.header .form-search .form-search-content {
    padding: 4.8rem 1rem;
    margin: auto;
}

.header .form-search .form-search-content .form-group {
    display: flex;
}

.header .form-search .btn-close-modal {
    right: 8%;
    top: 50%;
    transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    z-index: 9999;
}

.header .form-search .btn-close-modal button {
    background-color: transparent;
    border: unset;
    width: 5.6rem;
    height: 5.6rem;
    padding: 0.5rem;
}

.header .form-search .btn-close-modal button svg path {
    fill: var(--color-main-template);
}

.header .form-search .form-search-content .form-search-heading {
    display: none;
}

.header .form-search .form-search-content .input-form {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.header .form-search .form-search-content .input-form-booking {
    height: 4.5rem;
    padding: 0.5rem;
    font-size: 1.4rem;
}

.header .form-search .form-search-content input.input-form-booking {
    padding: unset;
    text-align: center;
    max-width: 13rem;
    height: 4.3rem;
}

.header .form-search .form-search-content select {
    padding: unset;
    text-align: center;
    height: 4.5rem;
    min-width: 11rem;
}

.header .form-search .form-search-content select.select-airport {
    min-width: 16.7rem;
}

.header .form-search .form-search-content .btn-search {
    margin: 2.4rem 1.6rem 0 1.6rem;
    height: 4.5rem;
    font-size: 1.4rem;
    padding-top: unset;
    padding-bottom: unset;
}

.header .form-search#headerBookingRoom .hidden {
    display: none;
}

@media screen and (max-width: 1023px) {
    .header .form-search {
        height: 100%;
        top: 0;
        z-index: 9999;
        transform: translateY(100%);
    }

    .header .form-search .form-group {
        flex-direction: column;
        width: 100%;
    }

    .header .form-search .form-search-content {
        max-width: 100%;
        height: calc(100% - 5.6rem);
        padding: 4.8rem 1.6rem;
        overflow-y: auto;
        padding-bottom: 0;
    }

    .header .form-search:has(.group-link__box) .form-search-content {
        height: calc(100% - 14.6rem);
    }

    .header .form-search .form-search-content>div.relative {
        height: 100%;
    }

    .header .form-search .form-search-content .form-search-heading {
        display: flex;
        margin-bottom: 3.2rem;
    }

    .header .form-search .form-search-content .form-search-heading .text {
        font-size: 2.5rem;
        line-height: 3.8rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-family: ITC New Baskerville, serif !important;
        text-align: center;
        width: 70%;
    }

    .header .form-search .btn-close-modal {
        position: relative;
        display: flex;
        justify-content: end;
        top: 1rem;
        right: 1rem;
        transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    }

    .header .form-search .form-search-content .flex.items-center.justify-center {
        flex-direction: column;
        height: calc(100% - 7rem);
        justify-content: space-between;
        align-items: center !important;
    }

    .header .form-search .form-search-content .input-form {
        width: 100%;
        margin-bottom: 2.4rem;
    }

    .header .form-search .form-search-content .input-form-booking {
        width: 100% !important;
    }

    .header .form-search .form-search-content input.input-form-booking {
        max-width: calc(100% - 1.6rem);
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        text-align: left;
    }

    .header .form-search .form-search-content select {
        width: 100%;
    }

    .header .form-search .form-search-content .btn-search {
        width: 100%;
        margin-bottom: 2.4rem;
    }

    .header .form-search .form-search-content .group-sp {
        width: 100%;
    }

    .header .form-search .form-search-content .group-sp .custom-input-number {
        width: 100%;
        justify-content: space-between;
    }

    .header .form-search .form-search-content .group-sp .custom-input-number button {
        width: 4.5rem;
        height: 4.5rem;
        background: var(--color-main-template);
    }

    .header .form-search .form-search-content .group-sp .custom-input-number input {
        width: calc(100% - 9rem);
    }
}

@media screen and (max-width: 768px) {
    .header .form-search .form-search-content .flex.items-center.justify-center {
        height: calc(100% - 10.5rem);
    }
}

.header .form-search .group-link__box {
    display: flex;
    align-items: center;
    max-width: 72rem;
    justify-content: center;
    border-bottom: 0.1rem solid var(--color-main-template);
    margin: 3.6rem auto 0rem;
}

.header .form-search .group-link__box button {
    display: flex;
    background-color: transparent;
    justify-content: center;
    color: #353535;
    align-items: center;
    padding: 1.6rem 0;
    width: 21.5rem;
    margin: 0 1rem;
    border-top: 0.1rem solid var(--color-main-template);
    border-left: 0.1rem solid var(--color-main-template);
    border-right: 0.1rem solid var(--color-main-template);
    border-bottom: unset;
}

@media screen and (max-width: 768px) {
    .header .form-search .group-link__box button {
        margin: 0 0.5rem;
    }

}

.header .form-search .group-link__box button.active-btn__link {
    background-color: var(--color-main-template);
}

.header .form-search .group-link__box button span {
    display: flex;
}

.header .form-search .group-link__box button span img {
    width: 1.9rem;
    margin: 0 0.4rem;
}

.header .form-search .group-link__box button p {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 600;
}

.search-box-element {
    margin-bottom: 3.3rem;
}

.search-box-element .form-search-content {
    padding: 4.8rem 0;
    margin: auto;
}

.search-box-element .form-search-content .form-group {
    display: flex;
}

.search-box-element .btn-close-modal {
    right: 8%;
    top: 50%;
    transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    z-index: 9999;
}

.search-box-element .btn-close-modal button {
    background-color: transparent;
    border: unset;
    width: 5.6rem;
    height: 5.6rem;
    padding: 0.5rem;
}

.search-box-element .btn-close-modal button svg path {
    fill: var(--color-main-template);
}

.search-box-element .form-search-content .form-search-heading {
    display: none;
}

.search-box-element .custom-input-number {
    background-color: #fff;
}

.search-box-element .form-search-content .input-form {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.search-box-element .form-search-content .input-form-booking {
    height: 4.5rem;
    padding: 0.5rem;
    font-size: 1.4rem;
}

.search-box-element .form-search-content input.input-form-booking {
    padding: unset;
    text-align: center;
    max-width: 13rem;
    height: 4.3rem;
}

.search-box-element .form-search-content select {
    padding: unset;
    text-align: center;
    height: 4.5rem;
    min-width: 11rem;
}

.search-box-element .form-search-content select.select-airport {
    min-width: 16.7rem;
}

.search-box-element .form-search-content .btn-search {
    margin: 2.4rem 1.6rem 0 1.6rem;
    height: 4.5rem;
    font-size: 1.4rem;
    padding-top: unset;
    padding-bottom: unset;
}

.search-box-element .hidden {
    display: none;
}

@media screen and (max-width: 1023px) {

    .search-box-element .form-group {
        flex-direction: column;
        width: 100%;
    }

    .search-box-element .form-search-content {
        max-width: 100%;
        height: calc(100% - 5.6rem);
        padding: 4.8rem 0;
        overflow-y: auto;
        padding-bottom: 0;
    }

    .search-box-element:has(.group-link__box) .form-search-content {
        height: calc(100% - 14.6rem);
    }

    .search-box-element .form-search-content>div.relative {
        height: 100%;
    }

    .search-box-element .form-search-content .form-search-heading {
        display: flex;
        margin-bottom: 3.2rem;
    }

    .search-box-element .form-search-content .form-search-heading .text {
        font-size: 2.5rem;
        line-height: 3.8rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-family: ITC New Baskerville, serif !important;
        text-align: center;
        width: 70%;
    }

    .search-box-element .btn-close-modal {
        position: relative;
        display: flex;
        justify-content: end;
        top: 1rem;
        right: 1rem;
        transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    }

    .search-box-element .form-search-content .flex.items-center.justify-center {
        flex-direction: column;
        height: calc(100% - 7rem);
        justify-content: space-between;
        align-items: center !important;
    }

    .search-box-element .form-search-content .input-form {
        width: 100%;
        margin-bottom: 2.4rem;
    }

    .search-box-element .form-search-content .input-form-booking {
        width: 100% !important;
    }

    .search-box-element .form-search-content input.input-form-booking {
        max-width: calc(100% - 1.6rem);
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        text-align: left;
    }

    .search-box-element .form-search-content select {
        width: 100%;
    }

    .search-box-element .form-search-content .btn-search {
        width: 100%;
        margin-bottom: 2.4rem;
    }

    .search-box-element .form-search-content .group-sp {
        width: 100%;
    }

    .search-box-element .form-search-content .group-sp .custom-input-number {
        width: 100%;
        justify-content: space-between;
    }

    .search-box-element .form-search-content .group-sp .custom-input-number button {
        width: 4.5rem;
        height: 4.5rem;
        background: var(--color-main-template);
    }

    .search-box-element .form-search-content .group-sp .custom-input-number input {
        width: calc(100% - 9rem);
    }
}

@media screen and (max-width: 768px) {
    .search-box-element .form-search-content .flex.items-center.justify-center {
        height: calc(100% - 10.5rem);
    }
}

.search-box-element .group-link__box {
    display: flex;
    align-items: center;
    max-width: 72rem;
    justify-content: center;
    border-bottom: 0.1rem solid var(--color-main-template);
    margin: 0rem auto 0rem;
    padding-top: 3.6rem;
}

.search-box-element .group-link__box button {
    display: flex;
    background-color: transparent;
    justify-content: center;
    color: #353535;
    align-items: center;
    padding: 1.6rem 0;
    width: 21.5rem;
    margin: 0 1rem;
    border-top: 0.1rem solid var(--color-main-template);
    border-left: 0.1rem solid var(--color-main-template);
    border-right: 0.1rem solid var(--color-main-template);
    border-bottom: unset;
}

@media screen and (max-width: 768px) {
    .search-box-element .group-link__box button {
        margin: 0 0.5rem;
        flex-direction: column-reverse;
        gap: 5px;
        padding: 0.6rem 0;
    }

}

.search-box-element .group-link__box button.active-btn__link {
    background-color: var(--color-main-template);
}

.search-box-element .group-link__box button span {
    display: flex;
}

.search-box-element .group-link__box button span img {
    width: 1.9rem;
    margin: 0 0.4rem;
}

.search-box-element .group-link__box button p {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 600;
}

.footer {
    width: 100%;
    padding: 9.6rem 8rem 5.6rem;
    box-sizing: border-box;
    background: #dddfdb;
    color: #44443c;
}

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

@media screen and (max-width: 1023px) {
    .footer {
        padding: 5.6rem 2rem;
    }
}

.footer .mb {
    margin-bottom: 2rem;
}

.footer .footer-content-inner {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-content-inner .left-content {
    width: 33.3333333333%;
    padding-right: 2rem;
}

.footer .footer-content-inner .left-content .logo {
    max-width: 18rem;
    margin-bottom: 4rem;
}

.footer .footer-content-inner .left-content .logo img {
    height: auto;
}

.footer .footer-content-inner .left-content .stay-connected {
    display: none;
}

.footer .footer-content-inner .left-content .footer-menu-content {
    margin-bottom: 4rem;
}

.footer .footer-content-inner .left-content .footer-menu-content ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-content-inner .left-content .footer-menu-content ul li {
    margin: 0 16px 0 0;
    position: relative;
}

.footer .footer-content-inner .left-content .footer-menu-content ul li a {
    font-size: 1.4rem;
    color: #44443c;
    text-decoration: none;
}

.footer .footer-content-inner .left-content .footer-menu-content ul li::before {
    content: "";
    width: 1px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: -8px;
    background-color: #44443c;
    transform: translateY(-50%);
}

.footer .footer-content-inner .left-content .footer-menu-content ul li:last-child::before {
    content: none;
}

.footer .footer-content-inner .right-content {
    width: 33.3333333333%;
    padding-left: 2rem;
}

.footer .footer-content-inner .right-content .footer__logos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
}

.footer .footer-content-inner .right-content .footer__logos a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 2rem 0;
}

.footer .footer-content-inner .right-content .footer__logos a img {
    width: auto;
    height: 5.5rem;
}

.footer .footer-content-inner .center-content {
    width: 33.3333333333%;
}

@media screen and (max-width: 1023px) {
    .footer .footer-content-inner .left-content {
        width: 100%;
        padding-right: 0;
    }

    .footer .footer-content-inner .left-content .logo {
        margin: 0 auto 4rem;
    }

    .footer .footer-content-inner .left-content .footer-menu-content {
        margin: 0 auto 4rem;
        text-align: center;
    }

    .footer .footer-content-inner .left-content .footer-menu-content ul {
        justify-content: center;
    }

    .footer .footer-content-inner .left-content .address {
        text-align: center;
    }

    .footer .footer-content-inner .left-content .line-button {
        width: 80%;
        margin: 3rem auto;
        height: 1px;
        background-color: #44443c;
    }

    .footer .footer-content-inner .left-content .stay-connected {
        display: block;
        text-align: center;
        margin-bottom: 4rem;
    }

    .footer .footer-content-inner .left-content .stay-connected .heading {
        margin-bottom: 1rem;
    }

    .footer .footer-content-inner .center-content {
        display: none;
    }

    .footer .footer-content-inner .right-content {
        width: 100%;
        padding-left: 0;
    }

    .footer .footer-content-inner .right-content .footer__logos {
        flex-direction: row;
        justify-content: center;
    }

    .footer .footer-content-inner .right-content .footer__logos a {
        padding: 2rem 1rem;
    }

    .footer .footer-content-inner .right-content .footer__logos a img {
        height: 3.2rem;
    }
}

.footer .footer__booking {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    font-size: 1.8rem;
}

@media screen and (max-width: 1023px) {
    .footer .footer__booking {
        font-size: 1.2rem;
        justify-content: center;
        margin-top: 4rem;
    }
}

.footer .footer__copyright {
    margin: 6rem auto;
    font-family: "ITC New Baskerville", serif;
}

.footer .footer__copyright p {
    text-align: center;
    color: #44443c;
}

@media screen and (max-width: 1023px) {
    .footer .footer__copyright {
        margin: 1rem auto 0;
        font-size: 1.2rem;
    }
}

.footer .stay-connected .heading {
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
    font-family: "ITC New Baskerville", serif;
}

.footer .stay-connected .footer-sns ul {
    list-style: none;
    margin: 0;
    display: inline-block;
}

.footer .stay-connected .footer-sns ul li {
    width: 4rem;
    height: 2.4rem;
    margin: 0;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    position: relative;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .footer .stay-connected .footer-sns ul li {
        width: 3rem;
    }
}

.footer .stay-connected .footer-sns ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.footer .stay-connected .footer-sns ul li a svg {
    font-size: 2.4rem;
    line-height: 2.4rem;
    position: relative;
    top: 0;
    height: 100%;
    width: auto;
}

@media screen and (max-width: 768px) {
    .footer .stay-connected .footer-sns ul li a svg {
        font-size: 2rem;
    }
}

.footer .stay-connected .footer-sns ul li a svg path {
    fill: #606060;
}

.footer-brand-bar {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media screen and (max-width: 1023px) {
    .footer-brand-bar {
        padding-bottom: 9rem;
    }
}

.footer-brand-bar .brand-bar__wrapper {
    padding: 30px 20px;
    border: 1px #333 solid;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .footer-brand-bar .brand-bar__wrapper {
        padding: 30px 0;
    }
}

.footer-brand-bar .brand-bar__wrapper .brand-bar__header {
    position: absolute;
    top: -14px;
    left: 16px;
    padding: 0 20px;
    background: #fff;
    height: 28px;
}

.footer-brand-bar .brand-bar__wrapper .brand-bar__header a {
    display: block;
    height: 100%;
}

.footer-brand-bar .brand-bar__wrapper .brand-bar__footer {
    position: absolute;
    bottom: -14px;
    right: 16px;
    padding: 0 20px;
    background: #fff;
    height: 34px;
}

.footer-brand-bar .brand-bar__wrapper .brand-bar__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 5px;
    justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    .footer-brand-bar .brand-bar__wrapper .brand-bar__row {
        justify-content: center;
    }
}

.footer-brand-bar .brand-bar__wrapper .brand-bar__row .brand-bar__col {
    flex: 0 1 auto;
    width: 90px;
    margin: 20px 10px;
    padding: 0 !important;
}

.footer-brand-bar .brand-bar__wrapper .brand-bar__row .brand-bar__col .brand-bar__logo-box img {
    width: 100%;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    filter: grayscale(100%);
    opacity: 0.7;
}

.footer-brand-bar .brand-bar__wrapper .brand-bar__row .brand-bar__col .brand-bar__logo-box:hover img {
    filter: none;
    opacity: 1;
}

.footer-brand-bar .brand-bar__wrapper .brand-bar__row .brand-bar__col .brand-bar__logo-box a:hover {
    opacity: 1;
}

.top-page {
    overflow: hidden;
}

.top-page .image-aspect-ratio-banner {
    width: 100%;
    padding-top: 47%;
    position: relative;
    overflow: hidden;
}

.top-page .image-aspect-ratio-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .top-page .image-aspect-ratio-banner {
        padding-top: 56%;
    }
}

.top-page .mv-swiper-pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .top-page .mv-swiper-pc {
        display: none;
    }
}

.top-page .mv-swiper-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-page .mv-swiper-sp {
        display: block;
    }
}

.top-page .movie-container {
    width: 100%;
    background: #000;
}

.top-page .movie-container iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.top-page .post-new {
    background-color: #f4f4f3;
    margin-bottom: 3.3rem;
}

.top-page .post-new .post-new-item {
    display: flex;
    justify-content: space-between;
    padding: 3.4rem 7.6rem;
}

@media screen and (max-width: 1023px) {
    .top-page .post-new .post-new-item {
        padding: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .top-page .post-new .post-new-item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        margin-bottom: 1.5rem;
    }

    .top-page .post-new .post-new-item .btn-detail {
        margin-top: 1rem;
    }
}

.top-page .concept {
    padding: 3.2rem 0 3.3rem;
}

.top-page .concept .content {
    margin-top: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 1rem;
}

.top-page .concept .content .btn-detail {
    margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
    .top-page .concept {
        padding: 1.5rem 0;
    }

    .top-page .concept .content {
        margin-top: 2rem;
    }

    .top-page .concept .content .btn-detail {
        margin-top: 2.5rem;
    }
}

.top-page .slide-content {
    padding: 3.2rem 0 3.3rem;
    --swiper-navigation-sides-offset: 0px;
}

.top-page .slide-content .relative {
    margin: 2.4rem 0;
}

@media screen and (max-width: 768px) {
    .top-page .slide-content .relative {
        margin-bottom: 0;
    }
}

.top-page .slide-content .swiper-content {
    padding: 0 2.8rem;
}

.top-page .slide-content .swiper-content .swiper-pagination {
    max-width: calc(((100% - 5.6rem + 30px) / 1.1) / 2 - 11.2rem);
    left: calc(((100% - 5.6rem + 30px) / 1.1) / 2 + 5.6rem + 1.4rem);
    text-align: left;
}

@media screen and (max-width: 1023px) {
    .top-page .slide-content .swiper-content .swiper-pagination {
        max-width: calc(((100% - 5.6rem + 20px) / 1.05) / 2 - 11.2rem);
        left: calc(((100% - 5.6rem + 20px) / 1.05) / 2 + 5.6rem + 1.4rem);
    }
}

@media screen and (max-width: 768px) {
    .top-page .slide-content .swiper-content .swiper-pagination {
        max-width: 100%;
        left: 0;
        text-align: center;
    }
}

.top-page .slide-content .swiper-content .image-wrap {
    width: 50%;
    height: auto;
    min-height: 58.3rem;
}

@media screen and (max-width: 768px) {
    .top-page .slide-content .swiper-content {
        padding: 0;
        width: 100vw;
        margin-left: -2rem;
    }

    .top-page .slide-content .swiper-content .image-wrap {
        width: 100%;
        min-height: 22.7rem;
    }
}

.top-page .slide-content .info__content {
    width: 50%;
    padding: 6.4rem 5.6rem;
    align-self: flex-end;
}

.top-page .slide-content .info__content .info__title {
    margin-bottom: 1.6rem;
    font-size: 3.5rem;
    line-height: 4.4rem;
    font-weight: inherit;
    font-family: a-otf-ryumin-pr6n, serif;
}

.top-page .slide-content .info__content .info__description {
    margin-top: 3.2rem;
}

.top-page .slide-content .info__content .btn-detail {
    margin-top: 4rem;
}

@media screen and (max-width: 768px) {
    .top-page .slide-content .info__content {
        width: 100%;
        padding: 4rem 2.4rem;
    }

    .top-page .slide-content .info__content .info__title {
        font-size: 2.4rem;
        line-height: 3rem;
        font-weight: 400;
    }

    .top-page .slide-content .info__content .info__description {
        font-weight: 400;
    }
}

.top-page .background-content {
    background-color: #f4f4f3;
}

.top-page .background-content:nth-child(odd) {
    background-color: transparent;
    --swiper-pagination-bullet-inactive-color: #f4f4f3;
}

.top-page .entry-content {
    padding: 3.2rem 0 3.3rem;
}

.top-page .entry-content:nth-child(odd) .advanced-media-text-section {
    flex-direction: row;
}

.top-page .entry-content:nth-child(odd) .advanced-media-text-section .media-text__media {
    margin-left: -4rem;
    margin-right: unset;
}

@media screen and (max-width: 1023px) {
    .top-page .entry-content:nth-child(odd) .advanced-media-text-section .media-text__media {
        margin-left: -2rem;
    }
}

.top-page .entry-content:nth-child(odd) .advanced-media-text-section .media-text__media .swiper-button-next {
    left: calc(5.4rem + 20px);
    right: auto;
}

.top-page .entry-content:nth-child(odd) .advanced-media-text-section .media-text__media .swiper-button-prev {
    left: 10px;
    right: auto;
}

.top-page .entry-content:nth-child(odd) .advanced-media-text-section .media-text__text {
    padding-left: 6rem;
    padding-right: 2rem;
}

.top-page .entry-content .advanced-media-text-section {
    display: flex;
    flex-direction: row-reverse;
    margin: 8rem 0 2.4rem;
    justify-content: space-between;
}

.top-page .entry-content .advanced-media-text-section .media-text__media {
    width: calc(50% + 15rem);
    margin-right: -4rem;
    margin-left: unset;
}

@media screen and (max-width: 1023px) {
    .top-page .entry-content .advanced-media-text-section .media-text__media {
        margin-right: -2rem;
        width: calc(50% + 5rem);
    }
}

.top-page .entry-content .advanced-media-text-section .media-text__media .swiper-button-next,
.top-page .entry-content .advanced-media-text-section .media-text__media .swiper-button-prev {
    bottom: 10px;
    top: unset;
    margin-top: unset;
    z-index: 20;
}

.top-page .entry-content .advanced-media-text-section .media-text__media .swiper-button-next.swiper-button-disabled,
.top-page .entry-content .advanced-media-text-section .media-text__media .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.top-page .entry-content .advanced-media-text-section .media-text__media .swiper-button-next {
    left: auto;
    right: 10px;
}

.top-page .entry-content .advanced-media-text-section .media-text__media .swiper-button-prev {
    left: auto;
    right: calc(5.4rem + 20px);
}

.top-page .entry-content .advanced-media-text-section .media-text__media .image-wrap {
    width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.top-page .entry-content .advanced-media-text-section .media-text__media .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-page .entry-content .advanced-media-text-section .media-text__text {
    padding-right: 6rem;
    padding-left: 2rem;
    display: flex;
    align-items: flex-end;
}

.top-page .entry-content .advanced-media-text-section .media-text__text .relative {
    padding-bottom: 5.6rem;
}

.top-page .entry-content .advanced-media-text-section .media-text__text .relative .info__header {
    margin-bottom: 3.2rem;
}

.top-page .entry-content .advanced-media-text-section .media-text__text .relative .info__header .info__heading {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
}

.top-page .entry-content .advanced-media-text-section .media-text__text .relative .info__header .info__subheading {
    font-size: 3.5rem;
    line-height: 3.2rem;
}

.top-page .entry-content .advanced-media-text-section .media-text__text .relative .info__description {
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
    .top-page .entry-content .advanced-media-text-section {
        margin: 4rem 0 2.4rem;
        flex-direction: column !important;
    }

    .top-page .entry-content .advanced-media-text-section .media-text__media {
        width: 100vw;
        margin-right: 0 !important;
        margin-left: -2rem !important;
    }

    .top-page .entry-content .advanced-media-text-section .media-text__text {
        padding: 3.2rem 0 0 !important;
    }

    .top-page .entry-content .advanced-media-text-section .media-text__text .relative {
        padding-bottom: 0;
    }

    .top-page .entry-content .advanced-media-text-section .media-text__text .relative .info__header .info__heading {
        margin-bottom: 2rem;
    }

    .top-page .entry-content .advanced-media-text-section .media-text__text .relative .info__header .info__subheading {
        font-size: 2.4rem;
    }
}

.top-page .entry-content-end {
    padding: 3.2rem 0 3.3rem;
}

.top-page .entry-content-end .description {
    margin-top: 4rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

@media screen and (max-width: 768px) {
    .top-page .entry-content-end .description {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.top-page .entry-content-end .info__content {
    margin-top: 3.6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.top-page .entry-content-end .info__content .info__image {
    width: 100%;
    padding-top: 66.8%;
    position: relative;
    overflow: hidden;
}

.top-page .entry-content-end .info__content .info__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-page .entry-content-end .info__content .content {
    padding: 4.5rem;
}

.top-page .entry-content-end .info__content .content .info__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: center;
}

.top-page .entry-content-end .info__content .content .btn-detail {
    margin: 3.2rem auto 0;
}

@media screen and (max-width: 768px) {
    .top-page .entry-content-end .info__content {
        grid-template-columns: repeat(1, 1fr);
    }

    .top-page .entry-content-end .info__content .content {
        padding: 3.2rem 1.2rem;
    }
}

.top-page .iws-content {
    margin: 3.2rem 0 3.3rem;
    background-color: #f4f4f3;
}

.top-page .iws-content .iws-container {
    display: flex;
    min-height: 15rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
}

.top-page .iws-content .iws-container .iws-logo {
    padding-bottom: 3.2rem;
    margin-bottom: 0;
    padding-right: 8rem;
    border-right: 1px solid var(--color-main-template);
}

.top-page .iws-content .iws-container .iws-logo img {
    height: 9rem;
}

.top-page .iws-content .iws-container .iws-content-container {
    margin-left: 8rem;
    margin-right: 8rem;
}

.top-page .iws-content .iws-container .iws-content-container .iws-header {
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.top-page .iws-content .iws-container .iws-content-container .iws-star-wrapper {
    display: flex;
    align-items: center;
}

.top-page .iws-content .iws-container .iws-content-container .iws-star-wrapper .iws-stars {
    display: block;
    height: 21px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url("https://assets.micado-rayout.jp/img/common/stars-empty.svg");
    width: 140px;
}

.top-page .iws-content .iws-container .iws-content-container .iws-star-wrapper .iws-stars-inner {
    background-image: url("https://assets.micado-rayout.jp/img/common/stars-fill.svg");
    display: block;
    height: 21px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.top-page .iws-content .iws-container .iws-content-container .iws-star-wrapper .iws-star-number {
    margin-left: 1.5rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.top-page .iws-content .iws-container .iws-content-container .iws-count {
    margin-top: 1.6rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.top-page .iws-content .iws-container .ihg-widget-image {
    max-height: 258px;
    width: auto;
    height: 100%;
}

.top-page .iws-content .iws-container .iws-link {
    margin-left: 8rem;
}

@media screen and (max-width: 960px) {
    .top-page .iws-content .iws-container {
        flex-direction: column;
        padding-top: 6.4rem;
        padding-bottom: 6.4rem;
    }

    .top-page .iws-content .iws-container .iws-logo {
        border-right: unset;
        border-bottom: 1px solid var(--color-main-template);
        padding-bottom: 2.4rem;
        margin-bottom: 3.2rem;
        padding-right: unset;
    }

    .top-page .iws-content .iws-container .iws-content-container {
        margin-left: 0;
        margin-right: 0;
    }

    .top-page .iws-content .iws-container .iws-content-container .iws-header {
        text-align: center;
    }

    .top-page .iws-content .iws-container .ihg-widget-image {
        display: none;
    }

    .top-page .iws-content .iws-container .iws-content-container .iws-star-wrapper {
        justify-content: center;
    }

    .top-page .iws-content .iws-container .iws-link {
        margin-top: 4rem;
        margin-left: 0;
    }
}

.top-page .map-content {
    padding: 3.2rem 0 3.3rem;
}

.top-page .map-content .map-section {
    display: flex;
    margin: 8rem 0 2.4rem;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.top-page .map-content .map-section .map-media {
    width: calc(50% + 15rem);
    margin-right: -4rem;
}

.top-page .map-content .map-section .map-media iframe {
    width: 100%;
    height: 100%;
    min-height: 58.3rem;
}

@media screen and (max-width: 1023px) {
    .top-page .map-content .map-section .map-media {
        margin-right: -2rem;
    }
}

.top-page .map-content .map-section .map-text {
    padding-right: 6rem;
    padding-left: 2rem;
    display: flex;
    align-items: flex-end;
}

.top-page .map-content .map-section .map-text .relative {
    padding-bottom: 5.6rem;
}

.top-page .map-content .map-section .map-text .relative .info__header {
    margin-bottom: 3.2rem;
    font-size: 3.5rem;
    line-height: 3.2rem;
}

.top-page .map-content .map-section .map-text .relative .info__description {
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
    .top-page .map-content .map-section {
        margin: 4rem 0 2.4rem;
        flex-direction: column !important;
    }

    .top-page .map-content .map-section .map-media {
        width: 100vw;
        margin-right: 0 !important;
        margin-left: -2rem !important;
    }

    .top-page .map-content .map-section .map-media iframe {
        min-height: 31.8rem;
        height: 31.8rem;
    }

    .top-page .map-content .map-section .map-text {
        padding: 3.2rem 0 0 !important;
    }

    .top-page .map-content .map-section .map-text .relative {
        padding-bottom: 0;
    }

    .top-page .map-content .map-section .map-text .relative .info__header {
        font-size: 2.4rem;
    }
}

.top-page .instagram-content {
    padding: 3.2rem 0 3.3rem;
}

.top-page .instagram-content .btn-link {
    margin: 2rem auto 0;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 1.4rem;
    line-height: 2.1rem;
}

.top-page .instagram-content .image-list {
    margin-top: 3.8rem;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media screen and (max-width: 768px) {
    .top-page .instagram-content .image-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.top-page .instagram-content .image-list .image-item {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.top-page .instagram-content .image-list .image-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.error-page {
    padding-top: 18rem;
    height: 76.8rem;
    margin-bottom: -3.2rem;
    flex-direction: column;
    background-image: url("https://assets.micado-rayout.jp/img/error/error_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .error-page {
        margin-bottom: -1.5rem;
        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: 424px) {
    .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: 424px) {
    .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: 424px) {
    .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: 424px) {
    .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%;
    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: 424px) {
    .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: 424px) {
    .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;
}

.page-rooms {
    overflow: hidden;
}

.page-rooms .room-type-content {
    margin-top: 5rem;
    overflow-y: auto;
}

.page-rooms .room-type-content nav {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}

.page-rooms .room-type-content .filter-item {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.page-rooms .room-type-content .filter-item:first-child {
    padding-left: 0;
}

.page-rooms .room-type-content .filter-item:last-child {
    padding-right: 0;
}

.page-rooms .room-type-content .filter-item a {
    padding: 1.2rem 3.2rem;
    border: 1px solid var(--color-main-template);
    background-color: transparent;
    font-size: 1.4rem;
    line-height: 2rem;
    display: block;
    white-space: nowrap;
}

.page-rooms .room-type-content .filter-item a:hover,
.page-rooms .room-type-content .filter-item a.active {
    background-color: var(--color-main-template);
}

@media screen and (max-width: 768px) {
    .page-rooms .room-type-content .filter-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .page-rooms .room-type-content .filter-item:first-child {
        padding-left: 0;
    }

    .page-rooms .room-type-content .filter-item:last-child {
        padding-right: 0;
    }
}

.page-room-detail {
    overflow: hidden;
}

.page-room-detail .amenities-content {
    padding: 3.2rem 0 3.3rem;
    background-color: #f4f4f3;
}

.page-room-detail .amenities-content .content {
    max-width: 96rem;
    margin: 4rem auto;
}

.page-room-detail .amenities-content .content ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
}

.page-room-detail .amenities-content .content ul li {
    width: 33.3333333333%;
    padding-right: 4rem;
    margin-bottom: 1.6rem;
    margin-top: 1.6rem;
    list-style-position: outside;
    list-style-type: disc;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.page-room-detail .amenities-content .content ul li::marker {
    color: var(--color-main-template);
}

@media screen and (max-width: 1023px) {
    .page-room-detail .amenities-content .content ul {
        margin-left: 2rem;
    }

    .page-room-detail .amenities-content .content ul li {
        width: 100%;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.page-restaurant {
    overflow: hidden;
}

.page-restaurant .product-heading {
    margin-top: 3.2rem;
}

.page-restaurant-detail {
    overflow: hidden;
}

.page-restaurant-detail .menu-content {
    margin: 3.2rem 0 3.3rem;
}

.page-restaurant-detail .menu-content .menu-swiper {
    margin-top: 4rem;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-slide {
    padding: 0 2.4rem 2.4rem;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-slide .image-wrap {
    width: 100%;
    height: 18.9vw;
    position: relative;
    overflow: hidden;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-slide .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1023px) {
    .page-restaurant-detail .menu-content .menu-swiper .swiper-slide .image-wrap {
        height: 28.447vw;
    }
}

@media screen and (max-width: 768px) {
    .page-restaurant-detail .menu-content .menu-swiper .swiper-slide .image-wrap {
        height: 63.8vw;
    }
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-slide .info__content {
    padding: 4rem 3.2rem 0;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-slide .info__content .info__heading {
    margin: 4rem 0 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-slide .info__content .info__description {
    margin-top: 3.2rem;
    margin-bottom: 5.6rem;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-slide .info__content .info__business-hours {
    margin-bottom: 1.6rem;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-slide .info__content .buttons {
    margin-top: 3.2rem;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-slide .info__content .buttons .btn-detail:first-child {
    margin-right: 3.2rem;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-button {
    top: 0;
    position: absolute;
    height: 18.9vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    .page-restaurant-detail .menu-content .menu-swiper .swiper-button {
        height: 28.447vw;
    }
}

@media screen and (max-width: 768px) {
    .page-restaurant-detail .menu-content .menu-swiper .swiper-button {
        height: 63.8vw;
    }
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-button-next,
.page-restaurant-detail .menu-content .menu-swiper .swiper-button-prev {
    top: unset;
    left: unset;
    right: unset;
    position: relative;
    margin-top: 0;
}

.page-restaurant-detail .menu-content .menu-swiper .swiper-button-next.swiper-button-disabled,
.page-restaurant-detail .menu-content .menu-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .page-restaurant-detail .menu-content .menu-swiper {
        width: 100vw;
        margin-left: -2rem;
        margin-top: 2.8rem;
    }

    .page-restaurant-detail .menu-content .menu-swiper .swiper-slide {
        padding: 0 2rem 2rem;
    }

    .page-restaurant-detail .menu-content .menu-swiper .swiper-slide .info__content {
        padding: 2.8rem 2rem 0;
    }
}

.page-banquet {
    overflow: hidden;
}

.page-banquet .product-heading {
    margin-top: 3.2rem;
}

.page-banquet-detail {
    overflow: hidden;
}

.page-banquet-detail .product-heading {
    margin-top: 3.2rem;
}

.page-facilities {
    overflow: hidden;
}

.page-facilities .product-list-column {
    margin-top: 8rem;
}

@media screen and (max-width: 768px) {
    .page-facilities .product-list-column {
        margin-top: 4rem;
    }
}

.page-plan {
    overflow: hidden;
}

.page-plan-detail {
    overflow: hidden;
}

.page-plan-detail .plan-detail-content {
    margin: 5rem 0;
}

.page-plan-detail .plan-detail-content .info__content .plan-detail-info {
    max-width: 940px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.page-plan-detail .plan-detail-content .info__content .plan-detail-info .info__desc {
    margin-bottom: 1.6rem;
}

.page-plan-detail .plan-detail-content .info__content .plan-detail-info .info__heading {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 7rem 0 1.6rem;
}

@media screen and (max-width: 768px) {
    .page-plan-detail .plan-detail-content .info__content .plan-detail-info {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .page-plan-detail .plan-detail-content .info__content .plan-detail-info .info__heading {
        margin: 4rem 0 1.6rem;
    }
}

.page-access {
    overflow: hidden;
}

.page-access .concept-block .concept-content {
    text-align: left;
}

.page-access .image-content {
    margin: 3.2rem 0 3.3rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 44rem;
}

.page-access .image-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-access .contact-access {
    max-width: 94rem;
    margin: 4.4rem auto;
}

.page-access .contact-access .group-button {
    display: flex;
    justify-content: center;
    overflow-x: scroll;
}

.page-access .contact-access .group-button .btn-outline {
    background-color: transparent;
    margin-left: 2.4rem;
    white-space: nowrap;
}

.page-access .contact-access .group-button .btn-outline.active,
.page-access .contact-access .group-button .btn-outline:hover {
    background-color: var(--color-main-template);
}

.page-access .contact-access .group-button .btn-outline:first-child {
    margin-left: 0;
}

.page-access .contact-access .group-content .tab-content {
    padding: 2rem 0;
}

.page-access .contact-access .group-content .tab-content .info {
    padding: 4rem 0;
    border-bottom: 1px solid var(--color-main-template);
    font-size: 1.8rem;
    line-height: 2.7rem;
}

@media screen and (max-width: 768px) {
    .page-access .contact-access .group-content .tab-content .info {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.page-access .contact-access .group-content .tab-content .info:last-child {
    border-bottom: unset;
}

.page-access .contact-access .group-content .tab-content .info .info__destination {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
    .page-access .contact-access .group-content .tab-content .info .info__destination {
        font-size: 2.2rem;
        line-height: 3.3rem;
    }
}

.page-faqs {
    overflow: hidden;
}

.page-faqs .faq-content {
    padding-top: 4rem;
}

.page-faqs .faq-content .tab-pane {
    display: none;
}

.page-faqs .faq-content .tab-pane.show {
    display: block;
}

.page-faqs .faq-content .tab-category {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
}

.page-faqs .faq-content .tab-category nav {
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .page-faqs .faq-content .tab-category nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

.page-faqs .faq-content .tab-category nav .category {
    margin: 1.6rem 1.2rem;
}

.page-faqs .faq-content .tab-category nav .category a {
    padding: 1.2rem 3.2rem;
    border: 1px solid var(--color-main-template);
    font-size: 1.4rem;
    line-height: 2rem;
    white-space: nowrap;
}

.page-faqs .faq-content .tab-category nav .category a.active {
    background-color: var(--color-main-template);
}

.page-faqs .faq-content .tab-content {
    margin: 4rem auto;
    max-width: 94rem;
    font-size: 1.8rem;
    line-height: 2.7rem;
    width: 100%;
}

.page-faqs .faq-content .tab-content .tab__info {
    border-bottom: 1px solid var(--color-main-template);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .7s;
}

.page-faqs .faq-content .tab-content .tab__info .tab__header {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.page-faqs .faq-content .tab-content .tab__info .tab__header a {
    display: flex;
    justify-content: space-between;
    padding: 2.8rem 0;
}

.page-faqs .faq-content .tab-content .tab__info .tab__header a .tab__icon {
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-faqs .faq-content .tab-content .tab__info .tab__header a .tab__icon::after {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    transform: translate(0, 0) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-color: var(--color-main-template);
    content: "";
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .7s;
}

.page-faqs .faq-content .tab-content .tab__info .tab__content-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    max-height: 0px;
    transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
}

.page-faqs .faq-content .tab-content .tab__info .tab__content-wrapper .tab__content {
    padding-bottom: 3.2rem;
}

.page-faqs .faq-content .tab-content .tab__info.show .tab__header a .tab__icon::after {
    transform: translate(0, 0) rotate(225deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.page-faqs .faq-content .tab-content .tab__info.show .tab__content-wrapper {
    max-height: 999px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-delay: 0s;
}

@media screen and (max-width: 768px) {
    .page-faqs .faq-content .tab-content {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .page-faqs .faq-content .tab-content .tab__info .tab__header {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .page-faqs .faq-content .tab-content .tab__info .tab__header a {
        padding: 2.2rem 0;
    }

    .page-faqs .faq-content .tab-content .tab__info .tab__header a .tab__icon {
        width: 2.8rem;
        height: 2.8rem;
    }

    .page-faqs .faq-content .tab-content .tab__info .tab__header a .tab__icon::after {
        width: 1.1rem;
        height: 1.1rem;
    }
}

.page-news {
    overflow: hidden;
}

.page-news .news-content {
    padding-top: 4rem;
}

.page-news .news-content .new-list {
    margin: 2rem auto 0;
    max-width: 94rem;
}

.page-news .news-content .new-list .new-item {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 4rem;
    display: flex;
    justify-content: space-between;
    font-size: 2.4rem;
    line-height: 3.2rem;
    background-color: #f4f4f3;
}

.page-news .news-content .new-list .new-item:hover {
    background-color: var(--color-main-template);
}

.page-news .news-content .new-list .new-item .title {
    padding-right: 2rem;
}

@media screen and (max-width: 768px) {
    .page-news .news-content .new-list .new-item {
        font-size: 1.6rem;
        line-height: 2.4rem;
        flex-direction: column;
        min-height: 21rem;
        padding: 3.2rem 1.6rem;
    }

    .page-news .news-content .new-list .new-item .title {
        padding-right: 0;
    }

    .page-news .news-content .new-list .new-item .date {
        margin-top: 1.6rem;
    }
}

.page-new-detail {
    overflow: hidden;
}

.page-new-detail .new-info {
    max-width: 94rem;
    margin: 6.5rem auto;
}

.page-new-detail .new-info .desc {
    margin-bottom: 5rem;
}

.page-new-detail .new-info .btn-detail {
    margin: 0 auto;
}

.page-condition {
    overflow: hidden;
    padding: 10rem 0;
}

.page-condition .info-content {
    max-width: 94rem;
    margin: 4rem auto 0;
}

.page-condition .info-content .txt-heading {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 4rem 0 1.6rem;
    display: inline-block;
}

.page-condition .info-content .txt-description {
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
    .page-condition {
        padding: 8rem 0;
    }
}

.page-job {
    overflow: hidden;
}

.page-job .product-heading {
    margin-top: 9.5rem;
}

@media screen and (max-width: 768px) {
    .page-job .product-heading {
        margin-top: 3.5rem;
    }
}

.page-job .positions {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.page-job .positions .positions-menu {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.page-job .positions .positions-menu .nav-menu {
    margin-left: 4rem;
    border-bottom: 0.2rem solid var(--color-main-template);
    padding: 0.1rem 0;
}

.page-job .positions .positions-menu .nav-menu .link-scroll {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.page-job .positions .positions-menu .nav-menu:first-child {
    margin-left: 0;
}

.page-job .positions .txt-title {
    font-size: 2.4rem;
    line-height: 2.7rem;
    padding: 0 25rem;
    margin-top: 6rem;
}

.page-job .positions .job-content {
    padding: 0 25rem;
    margin-top: 1.7rem;
}

.page-job .positions .job-content .job-item {
    border-top: 0.1rem solid var(--color-main-template);
    padding: 2.7rem 0;
}

.page-job .positions .job-content .job-item:last-child {
    border-bottom: 0.1rem solid var(--color-main-template);
}

.page-job .positions .job-content .job-item .question-heading {
    display: flex;
    position: relative;
}

.page-job .positions .job-content .job-item .question-heading .txt-question {
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 400;
    max-width: calc(100% - 25rem);
}

.page-job .positions .job-content .job-item .question-heading .question-button .job-detail {
    font-size: 1.8rem;
    padding: 0.9rem 2rem;
    white-space: nowrap;
    background-color: var(--color-main-template);
    color: var(--background-main);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4rem;
}

.page-job .positions .job-content .job-item .question-heading .question-button .group-bar {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}

.page-job .positions .job-content .job-item .question-heading .question-button .group-bar .close-bar1 {
    width: 2rem;
    height: 0.2rem;
    background: var(--color-main-template);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-job .positions .job-content .job-item .question-heading .question-button .group-bar .close-bar2 {
    width: 0.2rem;
    height: 2rem;
    background: var(--color-main-template);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-job .positions .job-content .job-item .question-heading .question-button .group-bar .close-bar2.close {
    display: none;
}

.page-job .positions .job-content .job-item .question-answer {
    display: none;
}

.page-job .positions .job-content .job-item .question-answer .table-job {
    width: 100%;
    margin-top: 2.7rem;
}

.page-job .positions .job-content .job-item .question-answer .table-job tr td {
    font-size: 1.8rem;
    line-height: 2.7rem;
    border: 0.1rem solid var(--color-main-template);
    padding: 1.7rem 0 1.7rem 1.5rem;
    vertical-align: top;
}

.page-job .positions .job-content .job-item .question-answer .table-job tr td:first-child {
    width: 30%;
}

@media screen and (max-width: 768px) {
    .page-job .positions {
        margin-top: 2.6rem;
    }

    .page-job .positions .positions-menu .nav-menu {
        margin-left: 2rem;
    }

    .page-job .positions .positions-menu .nav-menu .link-scroll {
        font-size: 1.4rem;
    }

    .page-job .positions .txt-title {
        font-size: 2rem;
        padding: 0 2rem;
        margin-top: 4.5rem;
    }

    .page-job .positions .job-content {
        padding: 0 2rem;
        margin-top: 0.7rem;
    }

    .page-job .positions .job-content .job-item {
        padding: 1.7rem 0;
    }

    .page-job .positions .job-content .job-item:hover {
        cursor: pointer;
    }

    .page-job .positions .job-content .job-item .question-heading .txt-question {
        font-size: 1.6rem;
        max-width: calc(100% - 3rem);
    }

    .page-job .positions .job-content .job-item .question-heading .question-button .group-bar {
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .page-job .positions .job-content .job-item .question-heading .question-button .group-bar .close-bar1 {
        width: 2rem;
        height: 0.2rem;
        background: var(--color-main-template);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-job .positions .job-content .job-item .question-heading .question-button .group-bar .close-bar2 {
        width: 0.2rem;
        height: 2rem;
        background: var(--color-main-template);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-job .positions .job-content .job-item .question-heading .question-button .group-bar .close-bar2.close {
        display: none;
    }

    .page-job .positions .job-content .job-item .question-answer .table-job {
        width: 100%;
        margin-top: 2.7rem;
    }

    .page-job .positions .job-content .job-item .question-answer .table-job tr td {
        border: 0.1rem solid var(--color-main-template);
        padding: 1.2rem 1.5rem;
        vertical-align: top;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }

    .page-job .positions .job-content .job-item .question-answer .table-job tr td:first-child {
        width: 30%;
    }

    .page-job .positions .job-content .job-item .question-answer .job-detail {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        margin-bottom: 4rem;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 1.4rem;
        padding: 0.9rem 2rem;
        background-color: var(--color-main-template);
        color: var(--background-main);
        position: unset;
    }
}

.page-job-detail {
    overflow: hidden;
}

.page-job-detail .job-detail-heading {
    margin-top: 9.5rem;
}

@media screen and (max-width: 768px) {
    .page-job-detail .job-detail-heading {
        margin-top: 3.5rem;
    }
}

.page-job-detail .job-detail-content {
    padding: 0 10.5rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    .page-job-detail .job-detail-content {
        padding: 0 2rem;
    }
}

/* .page-job-detail .job-detail-content .table-content {
    overflow-x: auto;
} */

.page-job-detail .job-detail-content .table-content table {
    width: 100%;
    margin-top: 5rem;
}

.page-job-detail .job-detail-content .table-content table tr {
    width: 100%;
}

.page-job-detail .job-detail-content .table-content table tr th {
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-align: center;
    padding: 2rem 0;
    width: 30%;
    border: 1px solid var(--color-main-template);
}

@media screen and (max-width: 768px) {
    .page-job-detail .job-detail-content .table-content table tr th {
        padding: 1.2rem 1.5rem;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
}

.page-job-detail .job-detail-content .table-content table tr td {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 2rem 0;
    padding-left: 3rem;
    border: 1px solid var(--color-main-template);
    width: 70%;
}

@media screen and (max-width: 768px) {
    .page-job-detail .job-detail-content .table-content table tr td {
        padding: 1.2rem 1.5rem;
        padding-left: 1rem;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
}

.page-job-detail .job-detai-btn {
    margin-top: 4rem;
    text-align: center;
}

.page-job-detail .job-detai-btn .button {
    padding: 1rem 2.5rem;
}
