#browsing-history {
    background: #f3f3f3;
    overflow: hidden;
    padding-top: 0 !important;
}

.bh-container .ttl-lv2 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 13px;
}

.bh-container .swiper-slide {
    width: 163px !important;
    background: #fff;
    padding: 10px 8px;
    box-sizing: border-box;
}

.btn-close-history {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 7px;
    cursor: pointer;
}


.module-history-domsp {
    display: none;
}

.existing-browsing-history .module-history-domsp {
    display: block;
}

.existing-browsing-history #browsing-history {
    display: none;
}

.existing-browsing-history .caroufredsel_wrapper,
.existing-browsing-history .History__items--wrapper {
    height: 100% !important;
}


@media screen and (max-width: 374px) {
    .bh-container .swiper-slide {
        width:138px!important
    }
}

#browsing-history .bh-container {
    position: relative;
    background: #fff!important;
    margin: 16px 0 2px !important;
    padding: 16px 0 24px 16px;
    top: 0;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

#browsing-history-hotel {
    padding-bottom: 1px;
}

#browsing-history-hotel-related {
    margin-bottom: 7px;
    padding: 26px 0 27px 16px;
}

.bh-container>h2 {
    margin-bottom: 16px;
}

.bh-container .swiper-slide {
    border-left: 1px solid #ccc;
    padding: 0 10px
}

.bh-container .swiper-container .swiper-slide:first-child {
    border: none
}

.bh-container .htlBox .photo:before {
    display: none;
}

.bh-container .htlBox .price-hide {
    visibility: hidden;
}

.bh-container .swiper-wrapper {
    margin-left: -10px;
}

.btn-bh-more {
    display: block;
    width: calc(100% - 16px);
    margin-top: 15px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.btn-bh-more a {
    display: block;
    position: relative;
    font-size: 13px;
    text-align: center;
    padding: 13px 0;
}

.btn-bh-more a:after {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(https://img.travel.rakuten.co.jp/share/smart/images/arrow-right.svg) center center no-repeat;
}