@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end
http://meyerweb.com/eric/tools/css/reset/
*/
:root {
    --font-ja:
        'Zen Kaku Gothic New', sans-serif;
    --inner: 0.861;
    --w-inner: min(1240px, calc(var(--inner) * 100%));
    --vw: 1vw;
    --vw-01: min(1vw, calc((12.4px / var(--inner))));
    --font-size-01: calc(16 * (var(--vw-01) * 100) / (1240 / var(--inner)));
}
html {
    font-feature-settings: "palt";
    font-family: var(--font-ja);
    color: #6f7072;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    font-size: 16px;
    font-weight: 500;
}
body {
    text-size-adjust: 100%;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: #6f7072;
}
@media (hover: hover) {
    a:hover {
        opacity: 0.5;
        transition: opacity 0.5s;
    }
    a {
        transition: opacity 1s ease-out;
    }
}
.header__logo a:hover {
    opacity: unset;
}
.footer__l-warp-logo a:hover {
    opacity: unset;
}
.for-sp {
    display: none;
}
/* header.html */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 999;
    font-weight: 700;
    background-color: #fff;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    padding: 27px 35px;
    position: relative;
    align-items: flex-end;
}
.header__r-warp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    max-width: 342.72px;
}
.header__nav-wrap {
    width: 75%;
}
.header__nav {
    margin-bottom: 0.2%;
}
.header__nav-inner {
    justify-content: flex-start;
    align-items: center;
}
.header__menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.header__logo {
    width: 26.069%;
}
.header__text-wrap {
    margin-left: 10%;
    margin-top: 3%;
    width: 63.49%;
}
.header__text01 {
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 50%);
    padding: 0 0 5% 0;
    margin: 0 0 5.5% 0;
}
.header__text02 {
    width: 32.79%;
    margin-bottom: 5%;
}
.hero-nav__ctn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hero-nav__item {
    font-size: 0.875rem;
    line-height: 2.286;
    padding-right: 2.8%;
    letter-spacing: 0.05em;
}
.en-header .hero-nav__item {
    font-size: 1rem;
    padding-right: 1.2em;
}
.hero-nav .is-current a {
    position: relative;
}
.hero-nav__item.is-current a:after {
    content: "";
    display: block;
    width: 33.59px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.hero-nav__item:last-child {
    padding-right: 0;
}
.header__language {
    padding: 2.6% 35px 0%;
    padding-top: min(40px, calc(27px + 0.3%));
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0.02rem;
}
.header__language-item {
    width: fit-content;
}
.header__language-item .is-current {
    border-bottom: 1px solid #5f5e5e;
}
.header__language-item+.header__language-item {
    margin-left: 16%;
}
/* footer */
.footer {
    color: #6f7072;
    margin: 0 auto;
}
.footline {
    border-top: 1px solid rgba(146, 154, 159, 0.5);
}
.footer__inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 86%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 79px 0 84px;
}
.footer__l-warp {
    margin: 0% 10.3% 0% 0px;
    width: 185px;
    flex-shrink: 0;
}
.footer__l-warp-logo {
    margin: 0 auto;
    width: 94.249%;
    max-width: 148.5px;
}
.footer__l-warp-address {
    margin: 1.875em 0% 0% 0;
    text-align: center;
    font-size: 0.813rem;
    line-height: 1.608;
    letter-spacing: 0.16rem;
    white-space: nowrap;
}
.footer__r-warp {
    max-width: 780px;
    margin-top: -0.1em;
}
.footer__r-warp-ctn {
    margin: 0% 0% 0% 0%;
    display: grid;
    justify-content: start;
    align-items: start;
    grid-template-columns: 15.9em 1fr;
}
.footer__r-warp-l {
    padding: 0% 0.8em 0 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-align: right;
}
.footer__r-warp-r {
    padding: 0% 0% 0% 14px;
    border-left: 1px solid;
}
.footer__r-warp-r-list {
    margin: -1.2% 0% 0% 0%;
    display: grid;
    grid-template-columns: max-content auto;
}
.footer__r-warp-r-text {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.13em;
}
.footer__r-warp-03-r-text {
    margin-top: -0.4em;
    letter-spacing: 0.015em;
}
.footer__r-warp-r-text-mt {
    margin-top: -0.4em;
}
.footer__r-g-warp {
    display: grid;
    grid-template-columns: max-content auto;
}
.footer__r-warp-r-item {
    display: contents;
}
.footer__r-warp-r-text-pf {
    display: inline-block;
    letter-spacing: 0.19em;
    margin-right: 0.3em;
}
.footer__r-warp-r-text-pf-r {
    padding-left: 0.8em;
    position: relative;
    letter-spacing: 0.19em;
}
.footer__r-warp-02-r .footer__r-warp-r-text-pf-r {
    padding-left: 0.9em;
    letter-spacing: 0.1em;
}
.footer__r-warp-br-content {
    display: inline-block;
}
.footer__r-warp-r-text-pf-r:before {
    content: ":";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -1%;
    font-size: 1.2em;
}
.footer__r-warp-02-r-text-pf {
    width: 2.4em;
    word-break: break-all;
    letter-spacing: 0.15em;
}
.footer__r-warp-r-annotation01 {
    margin: 0.5% 0% 0% 0%;
    font-size: 0.75rem;
    line-height: 1.467;
    letter-spacing: 0.135em;
    display: inline-block;
    padding-left: 0.75rem;
    text-indent: -0.4rem;
}
.footer__r-warp-r-annotation01:before {
    content: "\203B";
    display: inline-block;
}
.footer__r-warp-r-annotation02 {
    padding: 0.4em 0.9em;
    margin: 1.8% 0% 0% 0%;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 0.128em;
    border: 1px solid;
    font-size: 0.875rem;
}
.footer__r-warp-02 {
    margin-top: 5%;
}
.footer__r-warp-03 {
    margin-top: 3.5%;
}
/* common */
/* hero */
.hero__text {
    font-size: 1.875rem;
    padding-bottom: 0.4em;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: -0.7em;
    width: 100%;
}
.hero__text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 1.667em;
    height: 0.063em;
    background-color: #555;
    margin: 0% 0 -0.2em 0;
    transform: translateX(-50%);
}
.hero__text--t_white {
    color: #fff;
}
.hero__text--t_white::after {
    background-color: #fff;
}
.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* lead */
.text-lead {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.667;
    letter-spacing: 0.17em;
    font-weight: 500;
}
.text-lead--ta_left {
    text-align: left;
}
/* text-border */
.text-border-b {
    padding: 0% 0% 0.3em 0%;
    border-bottom: 1px solid #6f7072;
    line-height: 1.46;
}
/* marker01 */
.marker01 {
    text-indent: -1em;
    padding-left: 1em;
}
.marker01:before {
    content: "\FF65";
    font-size: 1em;
    width: 1em;
    text-align: center;
    display: inline-block;
    text-indent: 0em;
    scale: 1.5;
}
/* marker-num */
.marker-num {
    counter-reset: num;
}
.marker-num__item,
.marker-num>li {
    text-indent: -1em;
    padding-left: 1em;
}
.marker-num__item::before,
.marker-num>li::before {
    content: counter(num, decimal) ".";
    counter-increment: num;
    width: 1em;
    text-indent: 0;
    display: inline-block;
}
/* index */
.main-pt {
    padding-top: min(140px, calc(54px + 6.2%));
}
.top__inner {
    margin: 0 35px;
}
.top__warp {
    position: relative;
}
.top__text {
    margin: 5.8% 0% 0% 5.8%;
    position: absolute;
    top: 0;
    left: 0;
}
.top__text02 {
    margin: 3.3% 0% 0% 0%;
    width: 48.375%;
    display: block;
}
.top__text-border-b {
    position: relative;
}
.top__text-border-b:after {
    content: "";
    display: block;
    width: 1.875em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 -7% 0.5%;
}
.en-top .top__text-border-b:after {
    margin: 0 0 -1em 0.5%;
}
.top__text03 {
    margin: 9.3% 0% 0% 0%;
    display: block;
    width: 75.03%;
}
.top__text04 {
    margin: 6.2% 0% 0% 11.4%;
    display: block;
    width: 22.168%;
    position: relative;
}
.top__text04:before,
.top__text04:after {
    content: "";
    display: inline-block;
    width: 1.25em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    bottom: 50%;
}
.top__text04:before {
    left: 0;
    margin: 0 0 0 -50%;
}
.top__text04:after {
    right: 0;
    margin: 0 -50% 0 0;
}
/* index nitai */
.nitai-top .top__text {
    margin: 11.3% 0;
    left: 50%;
    transform: translateX(-50%);
}
.nitai-top .top__text span {
    margin: 0 auto;
}
.nitai-top .top__text .top__text04 {
    margin-top: 6.2%;
}
.nitai-top .top__text .top__text03 {
    margin-top: 9.3%;
}
.nitai-top .top__text .top__text02 {
    margin-top: 3.3%;
}
.nitai-top .top__text .top__text-border-b:after {
    left: 50%;
    transform: translateX(-50%);
}
/* message */
.message__inner {
    margin: 0 35px;
}
.message.mw1370 {
    max-width: 100%;
}
.message__warp {
    position: relative;
}
.message__text-warp {
    padding: 5.9% 10% 6.2%;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.353;
    letter-spacing: 0.19em;
    font-weight: 500;
}
.message__text01+.message__text01 {
    margin-top: 1.25em;
}
.message__text02 {
    margin: 3.6em auto 0%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.message__text02--01 {
    margin: 0% 0% 0% 0em;
    font-size: 0.935rem;
    letter-spacing: 0.225em;
    width: fit-content;
}
.message__text02--02 {
    font-size: 0.824em;
    line-height: 1.715;
    margin: 0.5% 0% 0% 1.7%;
    width: fit-content;
}
.message__text02--03 {
    margin: 0 0% 0% 0.8em;
    font-size: 1.235rem;
    line-height: 1;
    width: fit-content;
    letter-spacing: 0.2em;
}
.message__bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* access */
.amenities {
    margin-bottom: 5.2%;
}
.access {
    margin-bottom: 9.2%;
}
.hero-wrap {
    width: 100%;
    height: 340px;
    position: relative;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: calc(100% - 70px);
}
.access__hero {
    margin-bottom: 7.7%;
}
.access__inner {
    width: 87.592%;
    margin: 0 auto;
    max-width: 1206.14px;
}
.access__g-map iframe {
    width: 100%;
}
.access__g-map-text-wrap {
    margin: 2.288em auto 0%;
    font-size: 1.125rem;
    line-height: 1.615;
    letter-spacing: 0.089em;
    font-weight: 500;
    width: 673px;
}
.access__g-map-text {
    display: block;
    margin-bottom: 0.6em;
}
.access__g-map-text-br,
.access__g-map-text-br01 {
    grid-column: 2 / 3;
}
.access__map-wrap {
    margin: 4.8% 0% 0% 0.4%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.access__map-list {
    width: 680.62px;
    padding-right: 0;
    box-sizing: content-box;
    margin-bottom: 4.6em;
}
.access__map-item-h {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.access__map-item-wrap {
    margin: 1.3em 0% 0 1.2em;
    display: grid;
    grid-template-columns: max-content max-content 1fr;
    grid-template-rows: auto auto;
    justify-content: flex-start;
    align-items: start;
    letter-spacing: 0.15em;
    font-weight: 500;
}
.access__map-item-l:first-child {
    margin-bottom: 1.4em;
}
.access__map-item-l>span,
.access__map-item-r>span {
    display: inline-block;
}
.access__map-item-s-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1%;
}
.access__map-item-s-line:before {
    content: "";
    width: 100%;
    border-top: 1px solid #929a9f;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.access__map-item-s-line:after {
    content: "";
    display: block;
    width: 0.35em;
    height: 0.35em;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
}
.access__map-item-s {
    display: inline-block;
    padding: 2.1% 0.3em;
    margin: 0 1.563em 0;
    text-align: center;
    border: 1px solid;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.access__map-item-r {
    margin: 0% -3em 0% 0.4em;
    width: 14em;
}
.access__map-item-annotation {
    margin: 1.3% 0% 4.1em 1.2em;
    font-size: 0.875rem;
    letter-spacing: 0.135em;
    display: block;
    font-weight: 500;
}
.access__map-item-annotation02 {
    font-size: 1rem;
    margin: 0.5em 0 0.5em 1.2em;
    line-height: 1.5;
    display: grid;
    align-items: start;
    grid-template-columns: max-content auto;
}
.annotation01 {
    display: inline-block;
    padding-left: 0.8em;
    text-indent: -0.8em;
    line-height: 1.5;
}
.annotation01:before {
    content: "*";
    display: inline-block;
    width: 0.8em;
    text-indent: 0.2em;
    vertical-align: top;
}
.access__map-annotation {
    font-size: 1rem;
    margin: 0.3% 9% 12.8% 10.9%;
    line-height: 1.875;
    letter-spacing: 0.142em;
}
.access__map-annotation-text+.access__map-annotation-text {
    margin-top: 1.9em;
    text-indent: 0.4em;
}
.access__map-item-text {
    margin: 2.1% 0% 0% 2.4%;
    letter-spacing: 0.13em;
    text-decoration: underline;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
}
.access__map-img {
    margin: 0.3% 1% 6% 0.8%;
    width: 446px;
}
.access__sec-h {
    padding: 11.4% 0% 14.5%;
    position: relative;
}
.annotation01+.sec-h {
    position: relative;
}
.access__sec-h-text {
    color: #fff;
    font-size: 1.875em;
    text-align: center;
    letter-spacing: 0.15em;
    position: relative;
    font-weight: 400;
}
.access__sec-h-text:after {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    display: block;
    width: 1.667em;
    height: 0.063em;
    margin: 0% 0 -1.2% 0%;
}
.access__sec-h-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}
.access__sec-text {
    margin: 5.9% 0% 0% 0%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.667;
    letter-spacing: 0.135em;
    font-weight: 500;
}
.access__sec-wrap {
    margin: 6.4% 0% 4% 0%;
    display: flex;
    gap: 5%;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.139em;
    font-weight: 500;
}
.access__sec-img {
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: 500;
}
.access__sec-img figcaption {
    margin-top: 2.3%;
}
.access__sec-wrap figcaption {
    margin: 5.1% 0 0 0;
}
/* amenities */
.amenities__inner {
    max-width: 1203px;
    width: 87.811%;
    margin: 0 auto;
}
.amenities__lead {
    margin: 8.2% 0% 6.4% 0%;
}
.amenities__ctn {
    display: grid;
    justify-content: start;
    align-items: start;
    grid-template-columns: 30.4% 1fr 1fr;
    grid-column-gap: 34px;
}
.amenities__ctn--03column {
    display: grid;
    align-items: stretch;
}
.amenities__ctn--03row {
    grid-template-rows: auto max-content 3em 1fr;
}
.amenities__ctn>div {
    grid-row: 2;
}
.amenities__wrap--pr {
    padding-right: 16px;
    margin-top: 1.2em;
}
.amenities__ctn figure {
    grid-row: 2/5;
}
.amenities__ctn+.amenities__ctn {
    margin-top: 4.4em;
}
.amenities__ctn:nth-of-type(2) {
    margin-top: 0.3em;
}
.amenities__ctn--01 {
    margin: 4.7em 0% 0% 0%;
    grid-template-columns: 29.094% 37% 1fr;
    grid-template-rows: auto 1fr;
}
.amenities__h {
    grid-row: 1;
    grid-column: 1/3;
    font-size: 1.625em;
    font-weight: 500;
    letter-spacing: 0.16em;
    margin-bottom: 0.9em;
}
.amenities__ctn--03column .amenities__h {
    grid-column: 1;
}
.amenities__ctn--03column .amenities__h--s {
    grid-column: 2;
}
.amenities__h--r {
    grid-column: 3;
}
.amenities__ctn--03column .amenities__h--r {
    grid-column: 3;
}
.amenities__img-wrap {
    margin-top: 0.5em;
    padding-right: 16px;
    box-sizing: border-box;
}
.amenities__ctn--05 .amenities__img-wrap {
    padding-right: 0;
}
.amenities__g-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    align-items: start;
    justify-content: start;
    gap: 2.7em 34px;
}
.amenities__g-wrap--vertical {
    grid-template-columns: 1fr;
}
.amenities__g-wrap--02 {
    grid-row: 3/4;
}
.amenities__g-wrap--01 {
    grid-column: 2;
}
.amenities__ctn--03row .amenities__g-wrap--04 {
    grid-column: 3;
    grid-row: 4;
}
.amenities__ctn--03row .amenities__g-wrap--04-mt {
    margin-top: -1.6em;
}
.amenities__ctn--03row .amenities__g-wrap--02 {
    grid-column: 2;
    grid-row: 4/5;
}
.amenities__s-head {
    padding: 0% 0% 0.6em 0%;
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: 0.12em;
}
.amenities__list {
    margin: 0.9em 0% 0% 0%;
}
.amenities__ctn--05 .amenities__list {
    margin-top: 0;
}
.nitai-amenities__ctn--05 .amenities__list {
    display: grid;
    grid-template-columns: 30.4% 1fr 1fr;
    grid-column-gap: 34px;
}
.amenities__list--column-02 {
    columns: 179.5px 2;
    column-gap: 0px;
}
.amenities__list--r03 {
    margin-bottom: 2.6em;
}
.amenities__item {
    padding: 0% 0% 0.86em 0%;
    font-size: 1.1rem;
    break-inside: avoid-column;
    line-height: 1.4227;
    padding-left: 1em;
}
.amenities__img-wrap figcaption {
    text-align: center;
    font-size: 1.125em;
    margin: 3.6% 0 0;
    letter-spacing: 0.1em;
}
.amenities__ctn.amenities__ctn--05 {
    grid-template-columns: 64.007% 1fr;
    grid-template-rows: auto 1fr;
    margin-top: 1.3em;
    grid-column-gap: 45px;
}
.nitai-amenities__ctn--05 {
    display: block;
}
.amenities__img-ctn {
    margin: 4.5% 0% 0% 0%;
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    column-gap: 6.7%;
}
.amenities__img-item figcaption {
    text-align: center;
    font-size: 1.188em;
    letter-spacing: 0.1em;
    margin: 4.6% 0 9.4%;
    line-height: 1.5;
}

.amenities__img-item figcaption span {
    display: inline-block;
    font-size: 1em;
}
.amenities__img-item--mt {
    margin-top: 3.7em;
}
/* useful */
.useful__inner {
    max-width: 842px;
    margin: 0 auto;
    width: calc(var(--inner) * 100%);
    padding: 0 0 108px;
}
.useful__lead {
    padding: 102px 0 87px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.useful__link+.useful__link {
    margin-top: 51px;
}
.useful__link-tl {
    font-size: 1.625rem;
    letter-spacing: 0.15em;
}
.useful__link-text {
    font-size: 1rem;
    line-height: 1.63;
    letter-spacing: 0.14em;
    margin: 17px 0 0;
}
.useful__link-ctn {
    display: grid;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 24px 0 0;
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 0 2.6%;
}
.useful__link-ctn li {
    margin: 0 0 5.2%;
    display: flex;
}
.useful__link-ctn a {
    background: #91999e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 1.063rem;
    padding: 0.3em 0.7em;
    line-height: 1.1;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.01em;
}
/* emergency */
.emergency__inner {
    max-width: 826px;
    margin: 0 auto;
    width: calc(var(--inner) * 100%);
    padding: 0 0 124px;
}
.emergency__lead {
    padding: 101px 0 52px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.emergency__site-tl {
    font-size: 1rem;
    letter-spacing: 0.12em;
}
.emergency__site {
    font-size: 1rem;
    margin: 29px 0 91px;
    letter-spacing: 0.15em;
}
.emergency__site li {
    display: contents;
}
.emergency__site-address {
    grid-column: 1;
    padding: 0 1em 0 1em;
    text-indent: -1em;
    display: inline-block;
}
.emergency__site-address:before {
    content: "\ff65";
    width: 1em;
    display: inline-block;
    text-indent: 0;
    text-align: center;
    transform: scale(1.5);
}
.emergency__site-name {
    grid-column: 2;
}
.emergency__site-link {
    grid-column: 3;
    font-size: 0.938rem;
    word-break: break-all;
    letter-spacing: 0.08em;
    display: flex;
}
.emergency__site-link-01>span {
    width: 1em;
}
.emergency__site-link a {
    text-decoration: underline;
}
.emergency__example {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.14em;
}
.emergency__example+.emergency__example {
    margin-top: 4.5em;
}
.emergency__example ul ul {
    text-indent: 0;
    margin-top: 0.875em;
}
.emergency__example p {
    margin-bottom: 1.6em;
}
.emergency__example li {
    margin-bottom: 0.875em;
}
.emergency__example-tl {
    font-size: 1.625rem;
    letter-spacing: 0.15em;
    margin: 0 0 0.6em;
}
.emergency__example-stl {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 2.9em 0 1.3em;
    letter-spacing: 0.2em;
}
.emergency__example-tl+.emergency__example-stl {
    margin-top: 0;
}
.emergency__call {
    font-weight: 700;
    font-size: 1.125rem;
    gap: 0.7em 0;
}
.emergency__call li {
    display: contents;
}
.emergency__call-name {
    text-indent: -1em;
    padding: 0 1em;
}
.emergency__call-name:before {
    content: "\ff65";
    width: 1em;
    display: inline-block;
    text-indent: 0;
    text-align: center;
    transform: scale(1.5);
}
/* rule */
.rule__inner {
    max-width: 960px;
    margin: 0 auto;
    width: calc(var(--inner) * 100%);
    padding: 0 0 111px;
}
.rule__lead {
    padding: 101px 0 79px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.rule__lead a {
    text-decoration: underline;
}
.rule__box {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.13em;
}
.rule__box+.rule__box {
    margin-top: 4.2em;
}
.rule__box li {
    margin-bottom: 0.875em;
}
.rule__box-tl {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    text-indent: -1.5em;
    margin: 0 0 0.7em;
    padding-left: 1.5em;
}
.rule__box-tl:before {
    width: 1.5em;
}
@media screen and (max-width: 767px) {
    /* useful */
    .useful__inner {
        width: 89.33%;
        padding: 0 0 14.6%;
    }
    .useful__lead {
        padding: 10.4% 0 10.4%;
    }
    .useful__link+.useful__link {
        margin-top: 7.5%;
    }
    .useful__link-tl {
        font-size: 2.25rem;
    }
    .useful__link-text {
        font-size: 1.375rem;
        letter-spacing: 0.12em;
        margin: 1em 0 0;
    }
    .useful__link-ctn {
        margin-top: 1.9em;
        grid-template-columns: 1fr;
    }
    .useful__link-text+.useful__link-ctn {
        margin-top: 2.2em;
    }
    .useful__link-ctn li {
        width: 100%;
        margin: 0 0 2.986%;
    }
    .useful__link-ctn a {
        font-size: 1.625rem;
        min-height: 2.69em;
    }
    /* emergency */
    .emergency__inner {
        width: 89.33%;
        padding: 0 0 15.1%;
    }
    .emergency__lead {
        padding: 10.7% 0 9.2%;
    }
    .emergency__site-tl {
        font-size: 1.5rem;
    }
    .emergency__site {
        font-size: 1.5rem;
        display: block;
        line-height: 1.4;
        margin: 5% 0 11.1%;
    }
    .emergency__site li {
        display: list-item;
        padding: 0 0 0 1em;
        text-indent: -1em;
        margin: 0 0 4.6%;
    }
    .emergency__site-address {
        padding-left: 0;
        text-indent: 0;
    }
    .emergency__site-link {
        text-indent: 0;
        font-size: 1.29rem;
        text-indent: 0;
        padding: 0;
        display: inline;
    }
    .emergency__site-link a {
        display: inline-block;
    }
    .emergency__example {
        font-size: 1.375rem;
    }
    .emergency__example-tl {
        font-size: 2.23rem;
    }
    .emergency__example-stl {
        font-size: 1.55rem;
    }
    .emergency__call {
        font-size: 1.55rem;
        line-height: 2.3;
        margin: -0.3em 0 0;
        gap: 0;
    }
    /* rule */
    .rule__inner {
        width: 89.33%;
        padding: 0 0 13.8%;
    }
    .rule__lead {
        padding: 10.5% 0 8.9%;
    }
    .rule__box {
        font-size: 1.375rem;
        line-height: 1.636;
    }
    .rule__box+.rule__box {
        margin-top: 2.8em;
    }
    .rule__box-tl {
        font-size: 2.06rem;
    }
}
/* pc */
html {
    font-size: var(--font-size-01);
    font-size: max(16px, var(--font-size-01));
}
@media screen and (max-width: 1303px) {
    .amenities__list--r03 {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1100px) {
    /* header */
    .header {
        height: auto;
    }
    .header .for-sp {
        display: block;
    }
    .header .for-sp.open-btn {
        margin-right: calc(var(--scroll-w) + 2em);
    }
    .header__nav-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .hero-nav__ctn {
        display: block;
        padding-top: 10.3em;
    }
    .en-header .hero-nav__item,
    .en-header .header__language-item {
        text-align: center;
        font-size: 2.429em;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 0;
        margin-bottom: 0.6em;
    }
    .hero-nav__item.is-current a:after {
        width: 2.085em;
    }
    .header__language {
        position: unset;
        margin-top: 12.8em;
        margin-bottom: 2em;
        padding: 0;
        justify-content: center;
        font-size: unset;
    }
    .header__language-item+.header__language-item {
        margin-left: 2%;
    }
    .header__nav-wrap .hero-nav.for-pc {
        display: none;
    }
    .menu {
        margin: 0;
        display: block;
        top: 0;
        margin-top: 2em;
    }
    .menu {
        cursor: pointer;
    }
    .menu,
    .close {
        height: 2em;
        margin: 0 2em 0 0;
        border: none;
        outline: none;
        background: none;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        z-index: 1;
    }
    .menu__btn span {
        width: 100%;
        height: 2px;
        background-color: #929a9f;
        transition: 200ms ease-out;
        transition-property: background-color, transform;
    }
    .menu__btn span,
    .close span {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 0;
        display: block;
        box-sizing: border-box;
    }
    .menu__btn span:nth-of-type(1) {
        transform: translateY(-10px);
    }
    .menu__btn span:nth-of-type(3) {
        transform: translateY(10px);
    }
    .menu__btn.active span {
        background: #929a9f;
    }
    .menu__btn.active span:nth-child(1) {
        transform: rotate(-45deg);
        width: 128%;
    }
    .menu__btn.active span:nth-child(3) {
        transform: rotate(45deg);
        width: 128%;
    }
    .menu__btn.active span:nth-child(2) {
        display: none;
    }
    .menu__btn.active {
        color: transparent;
    }
    .header__inner {
        padding: 4px 25px 4px;
        height: 90px;
        box-sizing: border-box;
        align-items: center;
    }
    .header__r-warp {
        width: 250px;
    }
    .header__logo {
        width: 21.292%;
    }
    .header__text-wrap {
        width: 69.542%;
        margin-left: 8.8%;
        margin-top: 3.3%;
    }
    .hero-nav {
        margin: 0% 0% 2.2% 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: translateY(-9999%);
        will-change: transform;
    }
    .ac {
        height: auto;
        margin: 0;
    }
    .ac .bg {
        margin: 0 auto 0%;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }
    .ac .hero-nav {
        padding-bottom: 12.4%;
        margin: 0;
        width: 100%;
        height: 100vh;
        position: relative;
        background: #fff;
        box-shadow: 0.14vw 1.7vw 3.4vw 0px rgba(0, 0, 0, 0.3);
        display: block;
        overflow: scroll;
    }
    /* footer */
    .footer__inner {
        width: 86.1%;
    }
    .footer__l-warp {
        margin-right: 8%;
    }
    .footer__l-warp-logo {
        width: 148.5px;
        margin: 0 auto;
    }
    .footer__r-warp-ctn {
        display: block;
    }
    .footer__r-warp-l {
        text-align-last: unset;
        padding-bottom: 0.7em;
        text-align: left;
    }
    .footer__r-warp-r {
        border: unset;
        padding: 0;
    }
    .footer__r-warp-r-annotation02 {
        margin-bottom: 1em;
    }
    /* index */
    .main-pt {
        padding-top: 90px;
    }
    .top__inner {
        margin: 0 25px;
    }
    .hero-wrap {
        width: calc(100% - 50px);
    }
    .message__inner {
        margin: 0 25px;
    }
    /* index nitai */
    .nitai-top .top__text span {
        margin: 0 auto;
    }
    .nitai-top .top__text .top__text04 {
        margin-top: 6.2%;
    }
    .nitai-top .top__text .top__text03 {
        margin-top: 9.3%;
    }
    .nitai-top .top__text .top__text02 {
        margin-top: 3.3%;
    }
    .nitai-top .top__text .top__text02:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .amenities__img-item figcaption span{
    font-size: 1.822vw;
}
}
@media screen and (max-width: 767px) {
    html {
        font-size: 2.1334vw;
    }
    .for-sp {
        display: block;
    }
    .for-pc {
        display: none;
    }
    /* header */
    .header__nav-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .hero-nav__ctn {
        display: block;
        padding-top: 7.9em;
    }
    .hero-nav__item {
        text-align: center;
        font-size: 2.429em;
        font-weight: 500;
        letter-spacing: -0.05em;
        padding: 0;
        margin-bottom: 0.6em;
    }
    .hero-nav__item.is-current a:after {
        width: 2.085em;
    }
    .header__language {
        position: unset;
        margin-top: 12.8em;
        margin-bottom: 2em;
        padding: 0;
        justify-content: center;
    }
    .header__language-item+.header__language-item {
        margin-left: 2%;
    }
    .header__nav-wrap .hero-nav.for-pc {
        display: none;
    }
    .menu {
        margin: 0;
        display: block;
        top: 0;
        margin-top: 2em;
    }
    .menu,
    .close {
        height: 2em;
        margin: 0;
        margin-right: 2em;
        outline: none;
        background: none;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 0;
        padding: 0;
        width: 16px;
        height: 13px;
        z-index: 1;
    }
    .menu__btn span:nth-of-type(1) {
        transform: translateY(-6px);
    }
    .menu__btn span:nth-of-type(3) {
        transform: translateY(6px);
    }
    .menu__btn.active span {
        background: #929a9f;
    }
    .menu__btn.active span:nth-child(1) {
        transform: rotate(-45deg);
        width: 128%;
    }
    .menu__btn.active span:nth-child(3) {
        transform: rotate(45deg);
        width: 128%;
    }
    .menu__btn.active span:nth-child(2) {
        display: none;
    }
    .menu__btn.active {
        color: transparent;
    }
    .header__inner {
        height: 57px;
        padding: 4px 12px 4px;
    }
    .header__r-warp {
        width: 176.13px;
    }
    .hero-nav {
        margin: 0% 0% 2.2% 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: translateY(-9999%);
        will-change: transform;
    }
    .ac {
        height: auto;
        margin: 0;
    }
    .ac .bg {
        margin: 0 auto 0%;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }
    .ac .hero-nav {
        padding-bottom: 12.4%;
        margin: 0;
        width: 100%;
        height: 100vh;
        position: relative;
        background: #fff;
        box-shadow: 0.14vw 1.7vw 3.4vw 0px rgba(0, 0, 0, 0.3);
        display: block;
        overflow: scroll;
    }
    /* footer */
    .footer {
        padding: 0 0 6.3em;
    }
    .footer__inner {
        display: block;
        width: 89.334%;
        padding: 11% 0 1%;
    }
    .footer__l-warp {
        width: 50%;
        margin: 0 auto;
    }
    .footer__l-warp-logo {
        width: 73.732%;
        max-width: 100%;
    }
    .footer__l-warp-address {
        font-size: 1.459rem;
        line-height: 1.509;
        letter-spacing: 0.16em;
        margin: 11.6% 0% 0% 0;
    }
    .footer__r-warp {
        width: 100%;
        margin-top: 11.1%;
    }
    .footer__r-warp-ctn {
        display: block;
        margin: 0;
    }
    .footer__r-warp-l {
        font-size: 1.75rem;
        line-height: 1.536;
        letter-spacing: 0.1em;
        padding: 0;
        width: 100%;
        text-align-last: unset;
    }
    .footer__r-warp-03-l {
        margin-bottom: 0.4em;
    }
    .footer__r-warp-r {
        padding: 1.5% 0% 0% 0%;
        border-left: unset;
    }
    .footer__r-warp-03-r {
        padding-top: 0.9%;
    }
    .footer__r-warp-r-text {
        font-size: 1.75rem;
        line-height: 1.715;
    }
    .footer__r-warp-02-r-text-pf {
        letter-spacing: 0.1em;
        margin: 0;
    }
    .footer__r-warp-02-r .footer__r-warp-r-text-pf-r {
        padding-left: 0.8em;
        letter-spacing: 0.055em;
    }
    .footer__r-warp-03-r-text {
        width: 100%;
        letter-spacing: 0.102em;
    }
    .footer__r-warp-r-text-mt {
        margin-top: -0.9%;
        letter-spacing: 0.052em;
    }
    .footer__r-warp-r-annotation01 {
        font-size: 1.25em;
        line-height: 1.736;
        padding-left: 1.25rem;
        text-indent: -0.6rem;
        letter-spacing: 0.1571em;
    }
    .footer__r-warp-r-annotation02 {
        font-size: 1.538em;
        padding: 1.6% 0% 1.6% 4.7%;
        margin: 2% 0% 10.3% 0%;
    }
    .footer__r-warp-03 {
        margin-top: 8.1%;
    }
    /* hero */
    .hero__text {
        font-size: 2.9rem;
        letter-spacing: 0.17em;
        line-height: 2;
        padding-bottom: 0;
    }
    .hero__text::after {
        margin: 0;
    }
    /* index */
    .main-pt {
        padding-top: 57px;
    }
    .mw1370 {
        margin: 0;
    }
    .faq {
        margin-bottom: 6.3em;
    }
    .top__inner {
        width: 100%;
        margin: 0;
    }
    .top__text {
        margin: 7% 0% 0% 5.4%;
        width: 89.7%;
    }
    .top__text02 {
        margin: 3.1% 0% 0% 0%;
    }
    .top__text02:after {
        width: 2.813em;
    }
    .top__text04:before {
        width: 1.875em;
        height: 0.125em;
        margin: -1% 0 0 -52%;
    }
    .top__text04:after {
        width: 1.875em;
        height: 0.125em;
        margin: -1% -50% 0 0;
    }
    /* index nitai */
    .nitai-top .top__text {
        margin: 30% 0%;
        width: 89.7%;
    }
    .nitai-top .top__text span {
        margin: 0 auto;
    }
    .nitai-top .top__text .top__text04 {
        margin-top: 6.2%;
    }
    .nitai-top .top__text .top__text03 {
        margin-top: 9.3%;
    }
    .nitai-top .top__text .top__text02 {
        margin-top: 3.3%;
    }
    .nitai-top .top__text .top__text02:after {
        left: 50%;
        transform: translateX(-50%);
    }
    /* message */
    .message__inner {
        width: 100%;
        margin: 0;
    }
    .message__text-warp {
        font-size: 1.625em;
        margin: 0% 20px 0%;
        letter-spacing: 0.13em;
        padding: 0;
        padding-top: 14.8%;
        padding-bottom: 16%;
        line-height: 1.347;
    }
    .message__text01+.message__text01 {
        margin-top: 1.34em;
    }
    .message__text01-fz {
        font-size: 1.193em;
    }
    .message__text02 {
        margin: 15.2% 0% 0% 0%;
        justify-content: center;
    }
    .message__text02--01 {
        font-size: 0.77em;
        width: fit-content;
        letter-spacing: 0.0886em;
        margin: 0 0% 0 0;
    }
    .message__text02--03 {
        font-size: 1.154em;
        line-height: 1;
        margin: 0% 0 0 0.5em;
        letter-spacing: 0.1em;
    }
    .message__text02--02 {
        font-size: 1.193em;
        line-height: 1.194;
        margin: 0 0 0 2.7%;
        letter-spacing: 0.3em;
    }
    /* access */
    .access {
        margin-bottom: 15.7%;
    }
    .access__hero {
        margin-bottom: 10.6%;
    }
    .hero-wrap {
        padding: 18.9% 0% 23.3%;
        height: auto;
        width: 100%;
    }
    .access__inner {
        width: 89.334%;
    }
    .access__g-map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 74%;
    }
    .access__g-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .access__g-map-text-wrap {
        margin: 4.4% 0 0 0;
        font-size: 1.612em;
        line-height: 1.644;
        width: 100%;
    }
    .access__g-map-text {
        display: grid;
        align-items: start;
        grid-template-columns: max-content 1fr;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0.027em;
    }
    .access__g-map-text-01-h {
        margin-right: 0em;
        margin-bottom: 2.2em;
        letter-spacing: 0.115em;
    }
    .access__g-map-text-02 {
        margin-top: 0.3%;
    }
    .access__g-map-text-br {
        grid-column: 2 / 3;
        text-indent: -0.8em;
    }
    .access__g-map-text-br01 {
        grid-column: 2 / 3;
    }
    .access__g-map-text-03 {
        margin-top: 2.3%;
    }
    .access__g-map-text-03-h {
        letter-spacing: 0.07em;
    }
    .access__map-wrap {
        display: block;
        margin: 75.1% 0% 0% 0%;
        width: 100%;
    }
    .access__map-list {
        width: 100%;
    }
    .access__map-item-h {
        font-size: 1.626em;
        letter-spacing: 0.03em;
        margin-left: -0.3%;
    }
    .access__map-item-wrap {
        font-size: 1.375em;
        margin: 4% 0% 0 3%;
        letter-spacing: 0;
        grid-template-columns: max-content max-content auto;
    }
    .access__map-item-l:first-child {
        margin-bottom: 1.4em;
    }
    .access__map-item-l {
        margin-right: 0.4em;
    }
    .access__map-item-s-line:after {
        margin: 0% 0.6% 0 0;
    }
    .access__map-item-r {
        margin-left: 2.6%;
        width: 9.5em;
    }
    .access__map-item-s {
        width: 100%;
        min-width: 80px;
        margin: 0 1.163em 0;
        margin-top: -0.9%;
    }
    .access__map-item-annotation {
        font-size: 1.204rem;
        margin: 2.4% 0% 11.8% 2%;
        letter-spacing: 0.035em;
    }
    .access__map-item-annotation02 {
        margin: 1.9% 0 0.8% 3.2%;
        display: grid;
        align-items: start;
        grid-template-columns: max-content auto;
        font-size: 1.3rem;
        line-height: 1.7;
        letter-spacing: -0.03em;
    }
    .access__map-annotation {
        font-size: 1.375em;
        line-height: 1.91;
        font-weight: 500;
        margin: 14.2% 0% 14.2% 0.3%;
    }
    .access__map-item-text {
        font-size: 1.375em;
        margin: 2.9% 0% 0% 3.3%;
        letter-spacing: 0.012em;
    }
    .access__map-img {
        width: 99.254%;
        margin: 8% auto 0%;
    }
    .access__sec-h {
        padding: 16.7% 0% 22.1%;
    }
    .access__sec-h-text {
        font-size: 2.951rem;
        letter-spacing: 0.14em;
        line-height: 1.6;
    }
    .access__sec-text {
        font-size: 1.625em;
        line-height: 1.693;
        margin: 7.4% auto 0%;
    }
    .access__sec-wrap {
        display: block;
        margin: 9.9% 0% 4.4% 0%;
        letter-spacing: 0.16em;
    }
    .access__sec-img figcaption {
        font-size: 1.223em;
        line-height: 2.176;
    }
    .access__sec-wrap figcaption {
        font-size: 1.223em;
        line-height: 2.176;
        margin: 2% 0 7.3%;
    }
    /* amenities */
    .amenities__inner {
        width: 89.334%;
    }
    .amenities__lead {
        margin: 10.4% 0 11.8%;
    }
    .text-lead {
        font-size: 1.625rem;
        line-height: 1.693;
    }
    .amenities__ctn {
        display: block;
    }
    .amenities__h {
        font-size: 3em;
        line-height: 1.197;
        margin-left: -0.1em;
        margin-bottom: 0.5em;
        letter-spacing: 0.09em;
    }
    .amenities__ctn--05 .amenities__h {
        letter-spacing: -0.05em;
    }
    .amenities__wrap {
        margin: 8% 0 0 0;
    }
    .nitai-amenities__ctn--05 .amenities__wrap {
        margin-top: 0;
    }
    .amenities__g-wrap--01 .amenities__wrap--02 {
        padding-left: 0;
    }
    .amenities__g-wrap {
        margin-top: -1.6%;
        grid-template-columns: 1fr 1fr;
    }
    .amenities__s-head {
        font-size: 2.125em;
        letter-spacing: 0.065em;
        margin: 0% 0% 0% 0%;
        padding: 0% 0% 0.5em 0%;
    }
    .amenities__ctn--03 .amenities__s-head {
        letter-spacing: 0.2em;
    }
    .amenities__wrap--03 .amenities__s-head.text-border-b {
        margin: 0% 0% 0% 2%;
        text-indent: -0.1em;
    }
    .amenities__g-wrap--02 .amenities__s-head {
        margin-left: 0;
    }
    .amenities__list {
        margin: 2em 0% 0% -0.5em;
    }
    .amenities__list--column-02 {
        columns: auto 2;
        column-gap: 0;
    }
    .amenities__list--column-02-sp-none {
        columns: unset;
    }
    .amenities__ctn--05 .amenities__list {
        margin: 1.4em 0% 0% -1.2%;
    }
    .nitai-amenities__ctn--05 .amenities__list {
        display: block;
    }
    .column-02 {
        columns: 250px 2;
    }
    .amenities__item {
        font-size: 1.75em;
        padding-bottom: 1.065em;
        line-height: 1.286;
    }
    .amenities__ctn--04 .amenities__wrap--02 {
        margin: 11.2% 0 0 0;
        padding: 0;
    }
    .amenities__ctn--04 .amenities__wrap--03 {
        margin: 10.3% 0 0 0;
        padding: 0;
    }
    .amenities__ctn--02 .amenities__wrap--02 {
        padding: 0;
        margin-left: 0;
        margin-top: 4.4%;
    }
    .amenities__ctn--02 {
        display: block;
        margin: 10.8% 0% 0% 0%;
    }
    .amenities__img-wrap figcaption {
        font-size: 1.375em;
        margin-bottom: 9.9%;
    }
    .amenities__ctn--03 {
        display: block;
        margin-top: 10%;
    }
    .amenities__ctn--04 {
        display: block;
        margin-top: 10.1%;
    }
    .amenities__ctn--05 {
        display: block;
        margin-top: 9.5%;
    }
    .amenities__img-ctn {
        display: block;
        margin-top: 6%;
    }
    .amenities__img-item figcaption {
        font-size: 1.375em;
        letter-spacing: 0.1em;
        margin: 4.1% 0 8.9%;
    }

.amenities__img-item figcaption span {
    font-size: 1em;
}
    .amenities__img-item--mt figcaption {
        margin: 1% 0 11.1%;
    }
    .amenities__img-item--mt+.amenities__img-item--mt figcaption {
        margin: 4.1% 0 7.9%;
    }
    .amenities__ctn+.amenities__ctn {
        margin-top: 5.313em;
    }
    .amenities__ctn:nth-of-type(2) {
        margin-top: 3.7em;
    }
    .amenities__img-wrap {
        margin-top: 0;
        padding-right: 0;
    }
    .amenities__g-wrap--vertical {
        display: block;
        margin-bottom: 5em;
    }
    .amenities__list--r03 {
        display: block;
    }
}