.hotelchain-detail .border-red {
    border: 1px solid #FF503E;
    width: 40px;
    margin: 16px auto 24px;
}
.hotelchain-detail .kv {
    position: relative;
}
.hotelchain-detail .kv .kv-bg img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.hotelchain-detail .kv h1 {
    line-height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 47px;
    max-width: 1120px;
    width: 100%;
}
.hotelchain-detail .kv h1 img {
    width: 100%;
    height: auto;
}
.hotelchain-detail .hotel-logo {
    justify-content: center;
    gap: 8px;
}
.hotelchain-detail .hotel-intro {
    justify-content: center;
    text-align: center;
}
#insert-hotelList {
    min-height: 100vh;
}
.hotelchain-detail .anchor-link {
    position: sticky;
    top: 24px;
    z-index: 2;
}
.hotelchain-detail .anchor-link ul {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: center;
    gap: 16px;
    padding-bottom: 40px;
}
.hotelchain-detail .anchor-link ul::-webkit-scrollbar,
.hotelchain-detail .hotel-list ul::-webkit-scrollbar {
    display: none;
}
.hotelchain-detail .anchor-link ul li .btn-anker {
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(8px);
    white-space: nowrap;
    font-size: 16px;
}
.hotelchain-detail .anchor-link ul li .btn-anker.active {
    background-color: #0F0A64;
    color: #fff;
    border-color: #0F0A64;
}
.hotelchain-detail .bg {
    padding: 40px 0;
}
.hotelchain-detail .bg:nth-of-type(even) {
    background-color: #EBEBEB;
}
.hotelchain-detail .hotel-list {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}
.hotelchain-detail .hotel-list p {
    margin: 0;
}
.hotelchain-detail .hotel-list li {
    width: 352px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.hotelchain-detail .hotel-list li a {
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.hotelchain-detail .hotel-list li .chain-img img {
    border-radius: 8px 8px 0 0;
    display:block;
    object-fit: cover;
}
.hotelchain-detail .hotel-list li .chain-info {
    padding: 8px 16px 16px;
    min-height: 188px;
}
.hotelchain-detail .hotel-list li .chain-icon {
    gap: 8px;
}
.hotelchain-detail .hotel-list li .chain-icon .icon-grade {
    height: 20px;
}
.hotelchain-detail .hotel-list li .chain-icon .type {
    border: 1px solid #333;
    padding: 2px 4px;
    border-radius: 2px;
    line-height: 16px;
}
.hotelchain-detail .hotel-list li .chain-name {
    font-weight: 700;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.hotelchain-detail .hotel-list li .chain-introduction {
    min-height: 76px;
}


/* セール期間中のみ表示 */
.hotelchain-detail .sale-info {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 16px;
}
.hotelchain-detail .sale-info .box {
    background-color: #FFF6F5;
    padding: 24px 0;
}
.hotelchain-detail .sale-info .lead {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
}
.hotelchain-detail .sale-info .lead span {
    color: #FFF;
    background-color: #FF503E;
    border-radius: 80px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 2px 8px;
    margin-right: 8px;
}
.hotelchain-detail .sale-info .detail {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.hotelchain-detail .sale-info .detail .list {
    display: flex;
}
.hotelchain-detail .sale-info .detail .list .list-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    margin-right: 16px;
    width: 90px;
    text-align: left;
}
.hotelchain-detail .sale-info .detail .list .list-period {
    text-align: left;
}
.hotelchain-detail .sale-info .detail .list .list-period p {
    margin-bottom: 0;
}
/* セール期間中のみ表示 END */

@media screen and (max-width: 767px) {
    .hotelchain-detail .border-red {
        margin: 8px auto 24px;
    }
    .hotelchain-detail .kv h1 {
        width: inherit;
        min-width: 343px;
        max-width: 450px;
        bottom: 30px;
    }
    .hotelchain-detail .kv h1 img {
        width: 100%;
        height: auto;
    }
    .hotelchain-detail .hotel-intro {
        text-align: left;
    }
    .hotelchain-detail .anchor-link ul {
        justify-content: normal;
        padding-bottom: 24px;
        gap: 8px;
    }
    .hotelchain-detail .anchor-link ul li .btn-anker {
        font-size: 14px;
    }
    .hotelchain-detail .bg {
        padding: 24px 0;
    }
    .hotelchain-detail .hotel-list {
        overflow-x: auto;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: normal;
        align-items: normal;
        gap: 8px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 16px;
    }
    .hotelchain-detail .only-elem.hotel-list {
        justify-content: center;
        align-items: center;
    }
    .hotelchain-detail .area-wrap {
        padding: 0;
    }

    /* Safari/iOS対応 */
    .hotelchain-detail .area-wrap:not(.only-elem) ul {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hotelchain-detail .hotel-list li {
        width: 300px;
        min-height: 350px;
    }
    .hotelchain-detail .hotel-list li .chain-img img {
        width: 300px;
        height: 180px;
    }
    .hotelchain-detail .hotel-list li .chain-info {
        min-height: 177px;
    }
    .hotelchain-detail .hotel-list li .chain-introduction {
        min-height: 65px;
    }

    /* セール期間中のみ表示 */
    .hotelchain-detail .sale-info {
        padding: 16px;
    }
    .hotelchain-detail .sale-info .box {
        padding: 16px;
        text-align: left;
    }
    .hotelchain-detail .sale-info .lead {
        font-size: 1.4rem;
    }
    .hotelchain-detail .sale-info .lead span {
        font-size: 1.2rem;
    }
    .hotelchain-detail .sale-info .detail {
        justify-content: left;
    }
    .hotelchain-detail .sale-info .detail .list {
        display: block;
    }
    .hotelchain-detail .sale-info .detail .list .list-title {
        font-size: 1.2rem;
    }
    /* セール期間中のみ表示 END */
}
@media screen and (max-width: 1040px) {
    .hotelchain-detail .anchor-link ul {
        justify-content: normal;
    }
    .hotelchain-detail .anchor-link ul li:first-of-type {
        margin-left: 16px;
    }
    .hotelchain-detail .anchor-link ul li:last-of-type {
        margin-right: 16px;
    }
}
@media (min-width: 768px) {
    .btn-anker:hover {
        background: inherit;
        border-color: transparent;
        text-decoration: inherit;
        color: inherit;
    }
}
@media (hover: hover) and (pointer: fine) {
    .hotelchain-detail .anchor-link ul li .btn-anker:hover {
        color: #fff;
        border: 1px solid #fff;
        background-color: #0F0A64;
    }
}