.dpcp-202607 .wrap {
    max-width: 1120px;
    margin: 0 auto;
}
.dpcp-202607 .kv {
    position: relative;
    overflow: hidden; 
}
.dpcp-202607 .kv .kv-bg img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}
.dpcp-202607 .kv .kv-text {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.dpcp-202607 .kv .kv-text img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.dpcp-202607 .list-airline {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dpcp-202607 .list-airline ul {
    display: flex;
    gap: 16px;
    align-items: center;
}
.dpcp-202607 .list-airline ul li img {
    height: auto;
}
.dpcp-202607 .border-gray {
    margin-top: 24px;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--semantic-primary-background);
    border-color: inherit !important;
}
.dpcp-202607 .list-asterisk li {
    margin-left: 1em;
    text-indent: 0;
}
.dpcp-202607 .list-asterisk li::before {
    content: none;
}
.dpcp-202607 .list-asterisk .list-dot .list-item::marker {
    content: "・";
}
.dpcp-202607 .list-asterisk li.CTS-12R-150 {
    letter-spacing: var(--letter-spacing-0);
}
.dpcp-202607 .price-discount-detail .room-type {
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
    .dpcp-202607 .kv .kv-text {
        max-width: 500px;
    }    
    .dpcp-202607 .table-wrapper {
        max-width: inherit;
    }
    .dpcp-202607 .list-airline {
        -ms-overflow-style: none;
    }
    .dpcp-202607 .list-airline::-webkit-scrollbar {
        display: none;
    }
	.dpcp-202607 .list-airline ul {
        flex-wrap: nowrap;
        min-width: max-content;
    }
    .dpcp-202607 .list-airline ul li {
        flex: 0 0 auto;
    }
}
@media screen and (min-width: 768px) {
    .dpcp-202607 .kv .kv-text {
        width: 1440px;
    }
                
    .dpcp-202607 .list-asterisk.list-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (min-width: 1040px) {
    .dpcp-202607 .list-airline {
        justify-content: center;
    }
}
@media screen and (min-width: 1280px) {
    .dpcp-202607 .card-vertical {
        justify-content: flex-start;
    }  
}