/* --------------------
 All Inclusive
-------------------- */
.com-page-head {
    background-image: url(../images/pages/all-inclusive/all-inclusive-page-head.webp);
}

.footer {
    padding-bottom: 160px;
}

.ai__overview {
    margin: 0 0 80px;
    padding: 0;
    position: relative;
}

.ai__overview-container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .ai__overview-container {
        padding: 0 30px;
    }
}

.ai__overview__content {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .ai__overview__content {
        margin: 0 0 80px;
    }
}

.ai__overview__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    text-align: center;
}

.ai__overview__menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 24px 20px;
    justify-content: center;
}

@media (min-width: 768px) {
    .ai__overview__menu {
        gap: 30px;
    }
}

.ai__overview__menu__item {
    flex: 0 0 calc(25% - 15px);
}

@media (min-width: 768px) {
    .ai__overview__menu__item {
        flex: 0 0 calc(16.66667% - 25px);
    }
}

.ai__overview__menu__item a {
    align-items: center;
    aspect-ratio: 1/1;
    color: var(--color-theme);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs11);
    font-weight: 500;
    height: auto;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70px;
}

@media (min-width: 768px) {
    .ai__overview__menu__item a {
        font-size: var(--fs14);
        width: min(108px, 11.71875vw);
    }
}

@media (min-width: 992px) {
    .ai__overview__menu__item a {
        width: 108px;
    }
}

.ai__overview__menu__item a:before {
    background-color: #e5e5e5;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}

.ai__overview__menu__item a:after {
    background-color: #ffffff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.8);
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: auto;
    z-index: 1;
}

.ai__overview__menu__item a img {
    position: relative;
    width: 60px;
    z-index: 2;
}

@media (min-width: 768px) {
    .ai__overview__menu__item a img {
        width: 90px;
    }
}

.ai__overview__menu__item a span {
    bottom: -8px;
    left: 50%;
    position: absolute;
    right: auto;
    text-align: center;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
}

.ai__overview__menu__item a:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .ai__overview__menu__item a:hover:after {
        opacity: 1;
    }
}

.ai__list-container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .ai__list-container {
        padding: 0 30px;
    }
}

.ai__list__item {
    border-top: 1px solid var(--color-theme);
    padding: 46px 0;
}

@media (min-width: 768px) {
    .ai__list__item {
        padding: 60px 0;
    }
}

.ai__list__item__head {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .ai__list__item__head {
        margin: 0 0 60px;
    }
}

.ai__list__item__head__icon {
    align-items: center;
    aspect-ratio: 1/1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 auto 12px;
    position: relative;
    text-align: center;
    width: 98px;
}

@media (min-width: 768px) {
    .ai__list__item__head__icon {
        width: 108px;
    }
}

.ai__list__item__head__icon:before {
    background-color: #e5e5e5;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}

.ai__list__item__head__icon:after {
    background-color: #ffffff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.8);
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: auto;
    z-index: 1;
}

.ai__list__item__head__icon img {
    position: relative;
    width: 80px;
    z-index: 2;
}

@media (min-width: 768px) {
    .ai__list__item__head__icon img {
        width: 90px;
    }
}

.ai__list__item__head__title {
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .ai__list__item__head__title {
        font-size: var(--fs24);
    }
}

.ai__list__item__title {
    color: var(--color-theme);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 12px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .ai__list__item__title {
        font-size: var(--fs18);
    }
}

.ai__list__item__content {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .ai__list__item__content {
        margin: 0 0 40px;
    }
}

.ai__list__item__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    text-align: center;
}

.ai__list__item__floor {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .ai__list__item__floor {
        margin: 0 0 40px;
    }
}

.ai__list__item__floor__item {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .ai__list__item__floor__item {
        margin: 0 0 60px;
    }
}

.ai__list__item__floor__item:last-child {
    margin-bottom: 0;
}

.ai__list__item__floor__item__subtitle {
    background-color: #e5e5e5;
    border-radius: 6px;
    color: var(--color-theme);
    display: block;
    font-size: var(--fs14);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 12px;
    padding: 4px 12px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .ai__list__item__floor__item__subtitle {
        font-size: var(--fs16);
    }
}

.ai__list__item__floor__item__title {
    color: var(--color-theme);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 12px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .ai__list__item__floor__item__title {
        font-size: var(--fs18);
    }
}

.ai__list__item__floor__item__number {
    align-items: center;
    background: #ffffff;
    border: 2px solid #9babb5;
    border-radius: 12px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs18);
    font-weight: 500;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    margin: 0 auto 12px;
    padding: 0;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100px;
}

@media (min-width: 768px) {
    .ai__list__item__floor__item__number {
        font-size: var(--fs22);
        height: 40px;
    }
}

.ai__list__item__floor__item__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    text-align: center;
}

.ai__list__item__bath {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 auto 30px;
    max-width: 800px;
}

@media (min-width: 768px) {
    .ai__list__item__bath {
        margin: 0 auto 40px;
    }
}

.ai__list__item__bath__item {
    border-right: 1px solid var(--color-theme);
    flex: 0 0 33.3333333333%;
    padding: 4px 12px;
}

@media (min-width: 768px) {
    .ai__list__item__bath__item {
        padding: 4px 20px;
    }
}

.ai__list__item__bath__item:last-child {
    border-right: none;
}

.ai__list__item__bath__item__title {
    margin: 0 0 20px;
    text-align: center;
}

.ai__list__item__bath__item__title__ja {
    display: block;
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 16px;
}

@media (min-width: 768px) {
    .ai__list__item__bath__item__title__ja {
        font-size: var(--fs24);
    }
}

.ai__list__item__bath__item__title__en {
    display: block;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0;
}

@media (min-width: 768px) {
    .ai__list__item__bath__item__title__en {
        font-size: var(--fs16);
    }
}

.ai__list__item__bath__item__title__en ._small {
    font-size: 70%;
}

.ai__list__item__bath__item__floor {
    align-items: center;
    background: #ffffff;
    border: 2px solid #9babb5;
    border-radius: 12px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs18);
    font-weight: 500;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    margin: 0 auto;
    max-width: 100px;
    padding: 0;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .ai__list__item__bath__item__floor {
        font-size: var(--fs22);
        height: 40px;
    }
}

.ai__list__item__contents {
    align-items: flex-start;
    border-bottom: 1px solid var(--color-theme);
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    margin: 0 0 40px;
    padding: 0 0 40px;
}

@media (min-width: 768px) {
    .ai__list__item__contents {
        margin: 0 0 60px;
        padding: 0 0 60px;
    }
}

.ai__list__item__contents:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ai__list__item__contents__main {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .ai__list__item__contents__main {
        flex: 0 0 calc(50% - 20px);
    }
}

.ai__list__item__contents__main__head {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .ai__list__item__contents__main__head {
        margin: 0 0 40px;
    }
}

.ai__list__item__contents__main__head__subtitle {
    background-color: #e5e5e5;
    border-radius: 6px;
    color: var(--color-theme);
    display: block;
    font-size: var(--fs14);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 12px;
    padding: 4px 12px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .ai__list__item__contents__main__head__subtitle {
        font-size: var(--fs16);
    }
}

.ai__list__item__contents__main__head__title {
    color: var(--color-theme);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 12px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .ai__list__item__contents__main__head__title {
        font-size: var(--fs18);
    }
}

.ai__list__item__contents__main__head__floor {
    align-items: center;
    background: #ffffff;
    border: 2px solid #9babb5;
    border-radius: 12px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs18);
    font-weight: 500;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.1em;
    list-style: 1;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100px;
}

@media (min-width: 768px) {
    .ai__list__item__contents__main__head__floor {
        font-size: var(--fs22);
        height: 40px;
    }
}

.ai__list__item__contents__main__content {
    margin: 0 auto;
    max-width: 400px;
}

.ai__list__item__contents__main__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.ai__list__item__contents__main:has(.ai__list__item__contents__main__list) .ai__list__item__contents__main__content {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .ai__list__item__contents__main:has(.ai__list__item__contents__main__list) .ai__list__item__contents__main__content {
        margin-bottom: 40px;
    }
}

.ai__list__item__contents__main__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    max-width: 400px;
    padding: 0;
}

@media (min-width: 768px) {
    .ai__list__item__contents__main__list {
        gap: 24px;
    }
}

.ai__list__item__contents__main__list > li {
    border: 1px solid var(--color-theme);
    flex: 0 0 calc(50% - 10px);
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 8px;
    text-align: center;
}

@media (min-width: 768px) {
    .ai__list__item__contents__main__list > li {
        flex: 0 0 calc(50% - 12px);
        font-size: var(--fs16);
    }
}

.ai__list__item__contents__fig {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .ai__list__item__contents__fig {
        flex: 0 0 calc(50% - 20px);
    }
}

.ai__list__item__contents__fig img {
    width: 100%;
}

.ai__list__item__gallery {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
}

@media (min-width: 768px) {
    .ai__list__item__gallery {
        gap: 30px;
    }
}

@media (min-width: 992px) {
    .ai__list__item__gallery {
        gap: 40px;
    }
}

.ai__list__item__gallery__item {
    flex: 0 0 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .ai__list__item__gallery__item {
        flex: 0 0 calc(33.33333% - 20px);
    }
}

@media (min-width: 992px) {
    .ai__list__item__gallery__item {
        flex: 0 0 calc(33.33333% - 26.66667px);
    }
}

.ai__list__item__gallery__item img {
    width: 100%;
}

.ai__list__item:has(.ai__list__item__note) .ai__list__item__gallery {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .ai__list__item:has(.ai__list__item__note) .ai__list__item__gallery {
        margin: 0 0 40px;
    }
}

.ai__list__item__note p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    text-align: center;
}

.ai__list__item__note p a {
    color: #357AC2;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.ai__list__item__note p a:focus {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    .ai__list__item__note p a:hover {
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}