@charset "UTF-8";

/* ----- ホテル詳細ページ ファーストビュー用css hotel-detail-first-view.css ----- */
/* ##### ページタイトル ##### */
.section-title {
    font-weight: 700;
    font-size: 24px;
    color: var(--color-text-002);
    line-height: 1.2;
    letter-spacing: 0.15rem;
}

.section-title span {
    display: block;
}

.section-title .sub {
    font-weight: normal;
    font-size: 38%;
    color: var(--color-text-001);
}

.section-title-container {
    padding: 1.4rem 0 2.5rem;
}

@media (min-width: 1024px) {
    .section-title {
        margin: 0;
        /* min30px max38px 800px */
        font-size: clamp(1.875rem, 1.434rem + 1.88vw, 2.375rem);
    }

    .section-title-container {
        padding: 4rem 0;
    }

    .section-intro-container .space-02 {
        margin-top: -0.5em;
        margin-bottom: 0.75em;
        padding: 0 0.8rem 0.8rem 0.8rem;
    }
}

/* ##### タブ ##### */
.tab-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.7em 1.6em;
    color: var(--color-text-002);
    text-align: center;
    border-top: 1px solid var(--color-005);
    border-left: 1px solid var(--color-005);
    border-right: 1px solid var(--color-005);
    border-radius: 0.5rem 0.5rem 0 0;
    background-color: var(--color-031);
    position: relative;
}

.tab-btn-sightseeing {
    display: none;
}

.tab-btn span {
    display: block;
}

.tab-btn .tab-btn-title {
    font-size: 13px;
    line-height: 1.3;
}

.tab-btn+.tab-btn {
    margin-left: 0.35em;
}

.tab-btn::before {
    content: "";
    width: calc(100% + 4px);
    height: 2px;
    display: block;
    background-color: var(--color-008);
    position: absolute;
    bottom: 0px;
    left: -2px;
}

.tab-btn.on {
    margin-bottom: -2px;
    font-weight: 500;
    color: var(--color-008);
    border-top: 2px solid var(--color-008);
    border-bottom: 2px solid white;
    border-left: 2px solid var(--color-008);
    border-right: 2px solid var(--color-008);
    background-color: white;
    z-index: 2;
}

.tab-btn.on::before {
    width: calc(100% - 4px);
    background-color: white;
    left: 0;
}

.tab-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0.5rem;
    position: relative;
    z-index: 2;

    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

.tab-btn-list::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari 対応 */
}

.tab-btn-list::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: var(--color-008);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.tab-btn-list-wrap {
    position: relative;
}


@media (min-width: 1024px) {
    .section-info-container {
        padding: 0 calc((100% - 800px) / 2) 0;
    }

    .tab-btn {
        padding: 0.95rem 1.75em;
    }

    .tab-btn span {
        display: inline;
    }

    .tab-btn span:hover {
        cursor: pointer;
    }

    .tab-btn-list {
        padding: 0 1rem;

        -ms-overflow-style: none;
        /* IE, Edge 対応 */
        scrollbar-width: none;
        /* Firefox 対応 */
    }

    .tab-btn-list::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari 対応 */
    }

    .tab-item {
        padding-top: 1.5rem;
    }

    .tab-item [class*=inner] {
        width: 100%;
    }
}

/* ##### タイトル ##### */
.title-01 {
    margin-bottom: 0.4em;
    font-weight: bold;
    font-size: 16px;
    color: var(--color-008);
}

.title-07 {
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
    .title-01 {
        margin-bottom: 0.45rem;
    }

    .title-07 {
        font-size: 19px;
    }
}

/* ##### テキスト ##### */
.section-info-container .text {
    margin-bottom: 0.7rem;
    line-height: 1.8;
}

.text-point {
    font-weight: 500;
    font-size: 80%;
    color: var(--color-text-002);
    line-height: 1.5;
}

.text-point span {
    letter-spacing: 0;
    position: relative;
}

.text-point span::before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    line-height: 1;
    background-image: url(/upload/tenant_1/point_arrow.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 0.1em;
}

.text-point span::after {
    content: "";
    width: 0.25em;
    height: 1em;
    display: inline-block;
}

.section-intro-container .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .text-point {
        font-size: 14px;
    }

    .section-intro-container .text {
        margin-bottom: 0;
        font-size: inherit;
        line-height: 2.3;
    }
}

/* ##### swiper ##### */
.swiper {
    width: 100%;
}

.swiperThumbnail {
    margin: 0.5rem 0 0;
    padding: 0 0.5rem !important;
}

.swiperThumbnail .swiper-slide {
    border: 3px solid white;
}

.swiperThumbnail .swiper-slide-thumb-active {
    border: 3px solid var(--color-007);
}

.swiper-caption {
    width: 100%;
    margin-top: 0.2rem;
    padding-right: 0.5rem;
    font-size: 10px;
    color: var(--color-032);
    letter-spacing: 0.1em;
    text-align: right;
}

@media (min-width: 1024px) {
    .box-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .box-slide .swiperMain {
        width: 80%;
    }

    .box-slide .swiperThumbnail {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 0 0 0.5rem;
        padding-right: 0 !important;
    }

    .box-slide .swiperThumbnail .swiper-wrapper {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .box-slide .swiperThumbnail .swiper-slide {
        width: 100% !important;
        margin: 0 !important;
    }

    .box-slide .swiperThumbnail .swiper-slide+.swiper-slide {
        margin-top: 0.75rem !important;
    }
}

/* ##### マップ ##### */
.map {
    width: 100%;
    position: relative;
}

.map::before {
    content: "";
    display: block;
    padding-top: 90%;
}

.map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 1024px) {
    .map::before {
        padding-top: 60%;
    }
}

/* ##### ボックス ##### */
.box-index {
    max-width: 88%;
    overflow: hidden;
    margin: 1rem auto;
    border-radius: 1rem;
    background-color: var(--color-017);
}

@media(min-width:1024px) {
    .box-index {
        max-width: 100%;
    }
}

/* ##### セクション ##### */
.section-index-container .toggle-btn-01 {
    display: none;
    padding: 0.75rem;
    color: white;
    text-align: center;
    background-color: var(--color-001);
    position: relative;
}

.section-index-container .toggle-item.less+.toggle-btn-01 {
    display: none;
}

.section-index-container .toggle-btn-01 .at-open {
    display: none;
}

.section-index-container .toggle-btn-01 .at-close {
    display: block;
    position: relative;
}

.section-index-container .toggle-btn-01.is-active-01 .at-open {
    display: block;
}

.section-index-container .toggle-btn-01.is-active-01 .at-close {
    display: none;
}
