body {
    font-size: 16px;
    font-family: Noto Sans JP, sans-serif;
}
#wrapper {
    padding-top: 36px;
    margin-left: 20px;
    margin-right: 20px;
}
.title-container {
    font-size: 16px;
    border-bottom: 1px solid #000000;
    padding-top: 25px;
    color: #0073DD;
}
.icon-calendar {
    display: inline-block;
    margin-left: 0.25rem;
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: url("/assets/image/calendar.svg");
    background-size: 100%;
    cursor: pointer;
}
.main-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3rem;
}
.main-menu a{
    color: black;
    text-decoration: unset;
    font-weight: 400;
}
.main-menu a:hover{
    text-decoration: underline;
}
.property-info {
    gap: 0 20px;
}
.property-info .title {
    margin-right: 10px;
    white-space: nowrap
}
.property-info .content {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-word;
    display: -webkit-box;
    max-width: 185px;
}
@media screen and (min-width: 1400px) {
    .property-info .content {
        max-width: 300px;
    }
}
.btn-common {
    padding: 10px 45px;
    border-radius: 20px;
    border: unset;
}
@media screen and (min-width: 767px) {
    .btn-common {
        padding: 10px 50px;
    }
}
@media screen and (min-width: 1200px) {
    .btn-common {
        padding: 10px 60px;
    }
}
.btn-green {
    font-weight: 700;
    background-color: #6BBB4F;
    color: white;
}
.btn-default {
    font-weight: 400;
    background-color: #C9C9C9;
    color: black;
}
.ic-logo-main {
    background: url(/assets/image/holiday-home/image39.png);
    display: block;
    width: 70px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ic-logo-star {
    background: url(/assets/image/holiday-home/property-detail-33.png);
    display: block;
    width: 70px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.rating-star {
    font-size: 10px !important;
}
.group-rating-star {
    padding: 0 20px;
    border-right: solid 1px #DDDDDD;
}
.group-rating-total {
    padding: 0 20px;
}
.text-email {
    color: #0989FF;
}
.static-text, .text-email {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    word-break: break-all;
}
.page-contract a {
    text-decoration: unset;
}
.fs-24 {
    font-size: 24px;
}
.bid_amount {
    color: #FF4B12;
}
.pagination li {
    list-style: unset;
    margin-right: 2px;
    margin-left: 2px;
}
.pagination li span, .pagination li a {
    border: 1px solid #979797;
    border-radius: 10px !important;
    background-color: white;
    color: black;
}
.active>.page-link, .page-link.active {
    background-color: #edfdff;
    border-color: #94c8d2;
    color: black;
}

.main-menu .link-active {
    color: #F70A0A;
}

.bg-footer {
    background-color: #D9D9D9;
    height: 98px;
}
.btn-ok{
    background: #ddd;
    border: 1px solid #979797;
    color: #353434;
    padding: 5px 20px;
    width: 177px;
    border-radius: 15px;
    font-weight:bold;
}
.box-container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 8rem;
}
.ic-back {
    background: url('/assets/image/icon-back.png') no-repeat;
    display: block;
    width: 60px;
    height: 64px;
    background-size: 100%;
    cursor: pointer;
}