@charset "UTF-8";

.page-title .en-title {
    color: var(--light-blue);
}

/*============================
.intro
============================*/
.intro {
    padding: 40px 0;
}

.intro .right {
    margin-top: 24px;
    position: relative;
}

.intro .sub-title {
    font-weight: 700;
    color: #7a7870;
}

.intro .title {
    margin-top: 8px;
    font-size: 24px;
}

.intro .text {
    margin-top: 16px;
    font-size: 14px;
}

.intro .intro__img01 img {
    border-radius: 0;
}

.intro .intro__img02 {
    width: calc(222px / 1.5);
    position: absolute;
    top: -31px;
    right: -49px;
    transform: scale(-1, 1);
}

.intro .intro__img03 {
    width: calc(222px / 1.5);
    position: absolute;
    top: 20px;
    left: -80px;
}

/*------------------------

スライダー、共通box

------------------------*/
.box-title {
    position: absolute;
    top: -10px;
    left: 0;
    font-family: var(--text-en);
    font-size: 64px;
    font-weight: 800;
    line-height: 64px;
    color: rgb(53, 144, 50);
}

.slider {
    opacity: 0;
    transition: opacity .3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}

.box,
.slider {
    width: 100%;
    margin: auto;
    position: relative;
}

.slider02 {
    width: 100%;
    margin: auto;
    opacity: 0;
    transition: opacity .3s linear;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

.slider01 .slick-list {
    box-shadow: var(--img-shadow);
    overflow: visible;
}

.box .slick-slide img {
    border-radius: 4px;
}

.slider .slick-arrow {
    width: 44px !important;
    height: 44px !important;
    z-index: 2 !important;
}

.slider .slick-arrow:before {
    margin: auto;
    opacity: 1 !important;
    position: absolute;
    content: "" !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slider .slick-prev,
.slider .slick-next {
    margin: auto;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    outline: none;
    background-color: var(--black);
    position: absolute;
    top: 40px;
    bottom: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    color: transparent;
    transition: background-color .3s;
}

.slider .slick-next {
    right: -24px !important;
}

.slider .slick-prev {
    left: -24px !important;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
    background-color: #58bae4;
}

.slider .slick-next:before {
    width: calc(24px / 1.5);
    height: calc(12px / 1.5);
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2099.4%2048.7%22%20style%3D%22enable-background%3Anew%200%200%2099.4%2048.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M98.2%2C26.7c0-0.1%2C0.1-0.1%2C0.1-0.2c0.2-0.3%2C0.3-0.6%2C0.4-0.9c0-0.1%2C0.1-0.2%2C0.1-0.3c0.8-0.8%2C0.8-1.6%2C0-2.4%20c0-0.1-0.1-0.2-0.1-0.3c-0.1-0.3-0.2-0.6-0.4%2C3.1c0-0.7-0.1-1.5-0.1-2.2c-0.2-2.3-0.5-2.6-0.8-2.9c-0.1-0.1-0.1-0.1-0.2-0.2%20c-0.3-0.2-0.5-0.4-0.8-0.6c-0.1%2C0-0.1-0.1-0.1-0.1L56.3%2C0c-2.5%2C2-5.4-0.2-3%2C2.2c-3.4%2C0.7-4.2%2C1.4-4.2%2C2.2l0%2C14.8l-44.6%2C0%20c-2.7%2C0-4.5%2C3.7-4.5%2C4.9C0%2C27.6%2C1.7%2C29%2C4.5%2C29l0%2C0l44.7%2C0l0%2C18.6c0-1.1%2C2.3%2C1.1%2C5%2C1.1c2.1%2C0%2C1.5-0.2%2C2.2-0.5l39.9-19.7%20c0.1%2C0%2C0.1-0.1%2C0.1-0.1c0.3-0.2%2C0.6-0.3%2C0.8-0.5c0.1-0.1%2C0.1-0.1%2C0.2-0.2C97.7%2C27.4%2C98%2C30%2C98.2%2C26.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
    background-size: contain !important;
}

.slider .slick-prev:before {
    width: calc(24px / 1.5);
    height: calc(12px / 1.5);
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2099.4%2048.7%22%20style%3D%22enable-background%3Anew%200%200%2099.4%2048.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M98.2%2C26.7c0-0.1%2C0.1-0.1%2C0.1-0.2c0.2-0.3%2C0.3-0.6%2C0.4-0.9c0-0.1%2C0.1-0.2%2C0.1-0.3c0.8-0.8%2C0.8-1.6%2C0-2.4%20c0-0.1-0.1-0.2-0.1-0.3c-0.1-0.3-0.2-0.6-0.4%2C3.1c0-0.7-0.1-1.5-0.1-2.2c-0.2-2.3-0.5-2.6-0.8-2.9c-0.1-0.1-0.1-0.1-0.2-0.2%20c-0.3-0.2-0.5-0.4-0.8-0.6c-0.1%2C0-0.1-0.1-0.1-0.1L56.3%2C0c-2.5%2C2-5.4-0.2-3%2C2.2c-3.4%2C0.7-4.2%2C1.4-4.2%2C2.2l0%2C14.8l-44.6%2C0%20c-2.7%2C0-4.5%2C3.7-4.5%2C4.9C0%2C27.6%2C1.7%2C29%2C4.5%2C29l0%2C0l44.7%2C0l0%2C18.6c0-1.1%2C2.3%2C1.1%2C5%2C1.1c2.1%2C0%2C1.5-0.2%2C2.2-0.5l39.9-19.7%20c0.1%2C0%2C0.1-0.1%2C0.1-0.1c0.3-0.2%2C0.6-0.3%2C0.8-0.5c0.1-0.1%2C0.1-0.1%2C0.2-0.2C97.7%2C27.4%2C98%2C30%2C98.2%2C26.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
    background-size: contain !important;
    transform: scale(-1, 1);
}

.slider01 .slick-dots {
    list-style: none;
    width: calc(100% + 48px);
    margin: calc(50% - 50vw);
    padding: 0 16px 32px;
    bottom: -56px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.slider02 .slick-dots {
    list-style: none;
    width: 100%;
}

.slider .slick-dots li {
    width: auto;
    list-style: none;
    flex-shrink: 0;
}

.scroll_content::-webkit-scrollbar {
    height: 12px;
}

.scroll_content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #aaa;
}

.scroll_content::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #ddd;
}

.slider .slick-dots li span {
    padding: 4px 16px;
    border-radius: 35px;
    background-color: #fff;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .15);
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--green);
    transition: .2s;
}

.slider .slick-dots li.slick-active span {
    background-color: #b8e4b6;
    box-shadow: none;
}

.slick-dots li button:before {
    font-family: '游ゴシック Medium', 'YuGothic,YuGothicM', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 24px;
}

.slider02 .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -48px;
    display: flex;
    justify-content: center;
}

.slider02 .slick-dots li {
    width: 64px;
    height: 64px;
    margin-left: 0;
    border-radius: 50px;
    transition: .2s;
}

.slider02 .slick-dots li:hover {
    cursor: pointer;
    transform: scale(.95);
}

.slider02 .slick-dots li:hover img {
    border: 4px solid #fff;
}

.slider02 .slick-dots li.slick-active:hover {
    transform: scale(1);
}

.slider02 .slick-dots li.slick-active:hover img {
    border: 4px solid var(--green);
}

.slider02 .slick-dots li img {
    width: 64px;
    height: 64px;
    border: 4px solid var(--green);
    border-radius: 50px;
    object-fit: cover;
    transition: .3s;
    transform: scale(.95);
}

.slider02 .slick-dots .slick-active img {
    transform: translate(0, -8px) scale(1.1);
}

/*================================================================
# section-wrap　・　共通スタイル
================================================================ */
.ticker-text {
    width: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    overflow: hidden;
    font-family: var(--text-en);
    font-size: 160px;
    font-weight: 700;
    line-height: 160px;
    color: var(--green);
    white-space: nowrap;
}

.ticker-text ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    animation: ticker-text_ul 80s linear infinite;
}

@keyframes ticker-text_ul {
    0% {
        transform: translateX(4px);
    }

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

.ticker-text li {
    display: inline-block;
}

.section-wrap .box__sub-title {
    font-weight: 700;
    color: #7a7870;
}

.section-wrap .box__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
}

.section-wrap .box__title span {
    margin-right: 8px;
    font-size: 20px;
}

.section-wrap .box__text {
    margin-top: 16px;
    font-size: 14px;
}

.section-wrap .box__price {
    text-align: right;
}

.section-wrap .box-container {
    height: 100%;
    margin: 0 8px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 16px 16px 0 0 rgba(0, 0, 0, .15);
}

.section-wrap .box .img-area {}

.section-wrap .box .text-area {
    margin-top: 24px;
}

.section-wrap .box .img-area img {}

.section-wrap .box__price-title {
    margin-top: 24px;
    font-size: 14px;
}

.section-wrap .box__price {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
}

.section-wrap .box__price span {
    font-size: 24px;
}

.section-wrap .btn-wrap {
    margin: 16px 0 0 0;
    display: flex;
    justify-content: center;
}

.section-wrap .btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background-color: #171716;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .15);
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
}

.section-wrap .btn span {
    position: relative;
}

.section-wrap .btn span::before {
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50%;
    right: -24px;
    transition: transform .3s;
    transform: translate(0, -50%);
}

.section-wrap .btn:hover {
    background-color: #58bae4;
}

.section-wrap .btn:hover span::before {
    transform: translate(5px, -10px);
}

/*------------------------

空室検索

------------------------*/
.calendar_wrap {
    width: 100%;
    margin: 40px auto 0;
    padding: 56px 40px;
    border-radius: 40px;
    background-color: #fff;
}

.calendar_wrap .cmn_tit1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.calendar_wrap .title-en {
    font-family: var(--text-en);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--green);
    text-align: center;
}

.calendar_wrap .title {
    margin-top: 16px;
}

.calendar_wrap .title span {
    padding: 8px 24px;
    border: 2px solid var(--black);
    border-radius: 40px;
    font-family: var(--text-en);
    font-size: 14px;
    text-align: center;
}

.calendar_wrap h3+p {
    margin-top: 16px;
    font-size: 14px;
    color: #da7079;
    text-align: center;
}

.calendar_489ban {
    margin: 20px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.calendar_489ban .calendar-style {
    width: 31%;
}

.calendar_489ban .calendar-style caption {
    margin-bottom: 16px;
    font-family: var(--text-en);
    font-size: 20px;
    color: var(--black);
    text-align: center;
    font-weight: 700;
}

.calendar_489ban .calendar-style th:first-of-type,
.calendar_489ban .calendar-style td:first-of-type {
    color: #dc4d4f;
}

.calendar_489ban .calendar-style th:last-of-type,
.calendar_489ban .calendar-style td:last-of-type {
    color: #2b47b4;
}

.calendar_489ban .calendar-style th {
    padding: 10px 0;
    border-collapse: collapse;
    border: 2px solid var(--black);
    background: var(--green);
    font-family: var(--text-en);
    color: #fff;
    text-align: center;
}

.calendar_489ban .calendar-style td {
    padding: 5px 0;
    border-collapse: collapse;
    border: 2px solid var(--black);
    background-color: #faf8ed;
    font-family: var(--text-en);
    line-height: 1.2;
    text-align: center;
    letter-spacing: normal;
}

.calendar_489ban .calendar-style td::before,
.calendar_489ban .calendar-style td::before {
    margin-top: 0;
}

.calendar_489ban .calendar-style td::after,
.calendar_489ban .calendar-style td::after {
    margin-bottom: 0;
}

.calendar_489ban .calendar-style td a {
    display: block;
    color: #da7079;
    text-shadow: 0 0 1px #da7079, 0 0 1px #da7079;
    text-decoration: none;
}

.calendar_489ban .calendar-style td a:hover {
    text-decoration: underline;
}

.calendar_wrap .link_room {
    margin-bottom: 24px;
    text-align: right;
}

.calendar_wrap .link_room a {
    padding-right: 16px;
    border-bottom: 1px solid #da7079;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    color: #da7079;
    text-decoration: none;
}

.calendar_wrap .link_room a::before {
    width: 14px;
    height: 14px;
    margin: auto;
    border-radius: 7px;
    background-color: #da7079;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.calendar_wrap .link_room a::after {
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    right: 5px;
    bottom: 0;
    transform: rotate(-45deg);
}

.calendar_wrap .link_room a:hover {
    border-color: transparent;
}

.calendar_wrap .link_back {
    margin: 24px 0 0;
    text-align: center;
}

.calendar_wrap .link_back a {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.calendar_wrap .link_back a:hover {
    border-color: transparent;
}

[class*="cmn_tit1"] span {
    display: block;
    font-size: 24px;
}

.calendar_wrap {
    padding: 8vw 0;
}

.calendar_wrap .link_room {
    margin-top: 24px;
    text-align: center;
}

.calendar_wrap .link_room a {
    font-size: 12px;
    line-height: 1.4;
}

.calendar_wrap .link_btn {
    width: 100%;
    margin: 15px auto 0;
}

.calendar_489ban {
    display: block;
}

.calendar_489ban .calendar-style {
    width: 100%;
}

.calendar_489ban .calendar-style+.calendar {
    margin: 30px 0 0;
}

.calendar_489ban .calendar-style caption {
    font-size: 18px;
}

/*================================================================
# 露天風呂
================================================================ */
.open-air-bath {
    margin-top: 24px;
}

.open-air-bath .wrap {
    position: relative;
}

.open-air-bath .wrap::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--green);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.open-air-bath .inner {
    padding: 64px 0;
    position: relative;
}

.open-air-bath__title-en {
    display: none;
}

.open-air-bath__sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.open-air-bath__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.open-air-bath .open-air-bath__text {
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.open-air-bath .slider02 {
    margin-top: 24px;
}

.open-air-bath__img01 {
    width: calc(278px / 1.5);
    position: absolute;
    top: 152px;
    left: -145px;
    z-index: -1;
}

.open-air-bath__img02 {
    width: calc(220px / 1.5);
    position: absolute;
    top: 175px;
    right: -100px;
    z-index: -1;
}

.open-air-bath__img03 {
    width: calc(304px / 1.5);
    position: absolute;
    top: 402px;
    left: -126px;
    z-index: -1;
}

.open-air-bath__img04 {
    width: calc(335px / 1.5);
    position: absolute;
    top: 686px;
    right: -129px;
    z-index: -1;
}

/*================================================================
# 和室標準客室(Aタイプ)
================================================================ */
.standard {
    margin-top: 64px;
}

.standard .wrap {
    position: relative;
}

.standard .wrap::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 160px 0 0 0;
    background-color: var(--orange);
    position: absolute;
    content: "";
    top: 0;
    right: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.standard .inner {
    padding: 64px 0;
    position: relative;
}

.standard__title-en {
    display: none;
}

.standard__sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.standard__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.standard__title span {
    font-size: 24px;
}

.standard .standard__text {
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.standard .standard__info {
    margin-top: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.standard__img01 {
    width: calc(513px / 1.5);
    position: absolute;
    top: -40px;
    left: -246px;
    z-index: -1;
}

.standard__img02 {
    width: calc(208px / 1.5);
    position: absolute;
    top: -7px;
    right: -1px;
    z-index: -1;
}

.standard__img03 {
    width: calc(391px / 1.5);
    position: absolute;
    top: 437px;
    left: -205px;
    z-index: -1;
}

.standard__img04 {
    width: calc(324px / 1.5);
    position: absolute;
    top: 648px;
    right: -129px;
    z-index: -1;
}

.standard .slider02 {
    margin-top: 24px;
}

.standard .slick-dots li img {
    border: 4px solid var(--orange);
}

.standard .calendar_wrap .title-en {
    color: var(--orange);
}

.standard .calendar_489ban .calendar-style th {
    background: var(--orange);
}

.standard .slider02 .slick-dots li.slick-active:hover img {
    border: 4px solid var(--orange);
}

/*================================================================
# 小型犬と泊まれる客室
================================================================ */
.pets-allowed {
    margin-top: 64px;
}

.pets-allowed .wrap {
    position: relative;
}

.pets-allowed .wrap::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--dark-green);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.pets-allowed .inner {
    padding: 64px 0;
    position: relative;
}

.pets-allowed__title-en {
    display: none;
}

.pets-allowed__sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.pets-allowed__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.pets-allowed .pets-allowed__text {
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.pets-allowed .text-link-wrap {
    margin-top: 24px;
    text-align: center;
}

.pets-allowed .text-link-wrap .text-link span {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.pets-allowed .text-link-wrap .text-link span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
}

.pets-allowed .box {
    margin-top: 24px;
}

.pets-allowed__img01 {
    width: calc(278px / 1.5);
    position: absolute;
    top: -82px;
    left: -7px;
    z-index: -1;
}

.pets-allowed__img02 {
    width: calc(220px / 1.5);
    position: absolute;
    top: -118px;
    right: -10px;
    z-index: -1;
}

.pets-allowed__img03 {
    width: calc(304px / 1.5);
    position: absolute;
    top: 402px;
    left: -126px;
    z-index: -1;
}

.pets-allowed__img04 {
    width: calc(355px / 1.5);
    position: absolute;
    top: 686px;
    right: -129px;
    z-index: -1;
}

.pets-allowed .slick-dots li img {
    border: 4px solid var(--dark-green);
}

.pets-allowed .calendar_wrap .title-en {
    color: var(--dark-green);
}

.pets-allowed .calendar_489ban .calendar-style th {
    background: var(--dark-green);
}

.pets-allowed .slider02 .slick-dots li.slick-active:hover img {
    border: 4px solid var(--dark-green);
}

/*================================================================
# 和室標準客室(Aタイプ)
================================================================ */
.twin {
    margin-top: 64px;
}

.twin .wrap {
    position: relative;
}

.twin .wrap::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 160px 0 0 0;
    background-color: var(--light-blue);
    position: absolute;
    content: "";
    top: 0;
    right: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.twin .inner {
    padding: 64px 0;
    position: relative;
}

.twin__title-en {
    display: none;
}

.twin__sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.twin__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.twin__title span {
    font-size: 24px;
}

.twin .twin__text {
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.twin .twin__info {
    margin-top: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.twin__img01 {
    width: calc(348px / 1.5);
    position: absolute;
    top: -117px;
    left: -13px;
    z-index: -1;
}

.twin__img02 {
    width: calc(214px / 1.5);
    position: absolute;
    top: -104px;
    right: -73px;
    z-index: -1;
}

.twin__img03 {
    width: calc(391px / 1.5);
    position: absolute;
    top: 437px;
    left: -205px;
    z-index: -1;
}

.twin__img04 {
    width: calc(273px / 1.5);
    position: absolute;
    top: 648px;
    right: -129px;
    z-index: -1;
}

.twin .slider02 {
    margin-top: 24px;
}

.twin .slick-dots li img {
    border: 4px solid var(--light-blue);
}

.twin .calendar_wrap .title-en {
    color: var(--light-blue);
}

.twin .calendar_489ban .calendar-style th {
    background: var(--light-blue);
}

.twin .slider02 .slick-dots li.slick-active:hover img {
    border: 4px solid var(--light-blue);
}

/*================================================================
# フレキシブル客室
================================================================ */
.flexible {
    margin-top: 64px;
}

.flexible .wrap {
    position: relative;
}

.flexible .wrap::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--yellow);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.flexible .inner {
    padding: 64px 0;
    position: relative;
}

.flexible__title-en {
    display: none;
}

.flexible__sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.flexible__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.flexible .flexible__text {
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.flexible .flexible__info {
    margin-top: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.flexible .slider02 {
    margin-top: 24px;
}

.flexible .calendar_wrap {
    margin-top: 64px;
}

.flexible__img01 {
    width: calc(160px / 1.5);
    position: absolute;
    top: -48px;
    left: 5px;
    z-index: -1;
}

.flexible__img02 {
    width: calc(438px / 1.5);
    position: absolute;
    top: -206px;
    right: -125px;
    z-index: -1;
}

.flexible__img03 {
    width: calc(304px / 1.5);
    position: absolute;
    top: 528px;
    left: -126px;
    z-index: -1;
}

.flexible .slick-dots li img {
    border: 4px solid var(--yellow);
}

.flexible .calendar_wrap .title-en {
    color: var(--yellow);
}

.flexible .calendar_489ban .calendar-style th {
    background: var(--yellow);
}

.flexible .slider02 .slick-dots li.slick-active:hover img {
    border: 4px solid var(--yellow);
}

/*============================
.baby-goods
============================*/
.baby-goods {
    padding: 40px 0;
    background-color: #fff;
}

.baby-goods .inner {
    width: 100%;
    margin: auto;
}

.baby-goods .section-title-en {
    display: none;
}

.baby-goods .section-sub-title {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.baby-goods .section-title {
    margin-top: 4px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.baby-goods .section-title span {
    position: relative;
}

.baby-goods .section-title span:before {
    width: 100%;
    height: 3px;
    background-color: var(--green);
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
}

.baby-goods .top {
    position: relative;
}

.baby-goods .baby-goods_img01 {
    margin-top: 24px;
}

.baby-goods .top__text {
    margin-top: 24px;
    text-align: center;
}

.baby-goods .bottom {
    margin-top: 32px;
    position: relative;
}

.baby-goods .unit {
    margin-top: 24px;
}

.baby-goods .bottom__title {
    text-align: center;
}

.baby-goods .bottom__title span {
    padding: 12px 48px;
    border-radius: 40px;
    background-color: #c38544;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.baby-goods .bottom__sub-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--green);
}

.baby-goods .bottom__sub-title span {
    position: relative;
}

.baby-goods .bottom__sub-title span::before {
    width: calc(100% + 40px);
    height: 3px;
    background-color: var(--green);
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
}

.baby-goods .bottom__text {
    margin-top: 16px;
    font-size: 14px;
}

.baby-goods .baby-goods_img02 {
    display: none;
}

.baby-goods .baby-goods_img03 {
    width: calc(172px / 1.5);
    position: absolute;
    right: -37px;
    bottom: -1px;
}

.baby-goods .baby-goods_img04 {
    width: calc(275px / 1.5);
    position: absolute;
    bottom: -441px;
    left: -135px;
}

.baby-goods .baby-goods_img05 {
    width: calc(215px / 1.7);
    position: absolute;
    right: -8px;
    bottom: -397px;
}

.baby-goods .black-btn-wrap {
    margin-top: 64px;
}