.single-column #htlMainContent .htlDetail-recommendation__container {
    font-family: Arial, Helvetica, sans-serif;
    width: 1128px;
    height: fit-content;
}

ul.htlDetail-recommendation__container a {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 8px;
    width: 365px;
    box-sizing: border-box;
}

ul.htlDetail-recommendation__container a.htlDetail-recommendation__room {
    padding: 0;
}

ul.htlDetail-recommendation__container a:hover {
    text-decoration: none;
}

#htlMainContent article > .dtlTblTtl {
    margin-top: 40px;
    margin-bottom: 8px;
    vertical-align: middle;
    padding: 4px 12px;
    line-height: 20px;
    font-size: 16px;
}

.single-column #htlMainContent article#id_article_dtlTblTtl {
    margin-top: 40px;
}

.htl-detail__description {
    display: flex;
    align-items: center;
    width: 744px;
    font-size: 14px;
}

.htl-detail__description .icon_hotel {
    margin-right: 8px;
}

.htl-detail__basic-info--container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 24px;
}

.htl-detail__basic-info--container + #newsList > .App > div {
    border-top: 1px dashed #CCCCCC;
    padding: 16px 0;
}

#newsList > .App > div {
    margin: 0 0 16px;
}

.htl-detail__basic-info--content {
    display: flex;
    gap: 16px;
    width: 744px;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.htl-detail__review {
    display: flex;
    flex-direction: column;
    width: 328px;
    height: min-content;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    background: #FFF;
    gap: 8px;
}

.htl-detail__review a:hover {
    cursor: pointer;
    text-decoration: none;
}

.htl-detail__review .avrgNum .rating {
    font-size: 20px;
    line-height: 36px;
    color: #CE2B18;
    font-weight: 700;
}

.htl-detail__review-rating--container {
    display: flex;
    align-items: center;
}

.htl-detail__review-rating--container a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.htl-detail__review-rating--content {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 8px;
}

.htl-detail__review--stars {
    display: flex;
    align-items: center;
}

.htl-detail__review--count {
    font-size: 12px;
    color: #6D6D6D;
    line-height: 16px;
}

.htl-detail__review-latest--container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.htl-detail__review-latest--content {
    display: flex;
}

.htl-detail__review-latest--user {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: 8px;
}

.htl-detail__review-latest--triangle {
    position: relative;
    background: #F3F3F3;
    height: calc(12px / 2 * tan(60deg));
    width: 8px;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    top: 10px;
}

.htl-detail__review-latest--user a {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
}

.htl-detail__review-latest--comment {
    background-color: #F3F3F3;
    border-radius: 4px;
    width: 256px;
    max-height: 54px;
    padding: 8px;
}

.htl-detail__review--text {
    display: -webkit-box;
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    max-height: 54px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.htl-detail__review-latest--summary {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.htl-detail__review-latest--rating {
    display: flex;
    align-items: center;
    margin-left: 3px;
    margin-right: 8px;
    color: #333333;
    font-weight: 700;
    line-height: 18px;
    font-size: 12px;
    gap: 2px;
}

.htl-detail__review-latest--timestamp {
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

span.htl-detail__review--link {
    display: flex;
    justify-content: flex-end;
}

span.htl-detail__review--link a {
    display: flex;
    align-items: center;
    color: #1D54A7;
    line-height: 20px;
    margin-top: 8px;
    font-size: 14px;
    gap: 4px;
}

span.htl-detail__review--link a:visited {
    color: #1D54A7;
}

span.htl-detail__review--link a:hover,
span.htl-detail__review--link a:active {
    color: #13366A;
}

.htl-detail__check-time {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
}

.htl-detail__check-time li {
    display: flex;
    align-items: center;
    height: 28px;
}

.htl-detail__check-time li dl {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.htl-detail__check-time li dl dt {
    display: flex;
    align-items: center;
    width: 124px;
    height: 28px;
    font-weight: 700;
    white-space: nowrap;
}

.htl-detail__check-time li[data-locate="hotel-checkin"] dl dd {
    display: flex;
    align-items: center;
}

.check-time-border {
    margin: 10px 40px;
    height: 1px;
    width: 16px;
    background-color: #CCCCCC;
}

.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-attention"] dl dd ul {
    display: flex;
}

.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-attention"] dl dd ul::before {
    content: "・";
}

.htl-detail__contact {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.htl-detail__contact li {
    display: flex;
}

.htl-detail__contact li dl {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.htl-detail__contact li dl dt {
    display: flex;
    align-items: center;
    width: 124px;
    font-weight: 700;
}

li[data-locate="hotel-address"] dd, li[data-locate="hotel-access"] dd {
    max-width: 614px;
    text-wrap: wrap;
}

li[data-locate="hotel-address"] dd a {
    display: inline-flex;
    margin-left: 16px;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #1D54A7;
}

li[data-locate="hotel-address"] dd a:hover,  
li[data-locate="hotel-address"] dd a:active {
    cursor: pointer;
    color: #13366A;
}

ul.dtlTbl.htl-detail__hotel-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-meal"] ul {
    padding-bottom: 8px;
}

ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-meal"] ul:last-child {
    padding-bottom: 0;
}

ul.dtlTbl.htl-detail__hotel-info li dl {
    display: flex;
    align-items: center;
}

ul.dtlTbl.htl-detail__hotel-info li dl dt {
    display: flex;
    width: 232px;
    margin-bottom: auto;
    font-size: 14px;
}

ul.dtlTbl.htl-detail__hotel-info li dl dd ul.eqHght li {
    font-size: 14px;
}

ul.dtlTbl li dl dd ul.eqHght li {
    margin-bottom: 8px;
}

ul.dtlTbl li dl dd ul.eqHght li:last-child {
    margin-bottom: 0;
}

li[data-locate="hotel-cancelPolicy"] dl dt {
    margin-top: 8px;
}

li[data-locate="hotel-cancelPolicy"] dl dd > div:first-child {
    margin-top: 8px;
}

.cancel-policy-item__subject-text {
    font-size: 14px;
    line-height: 18px;
}

.cancel-policy-item__subject {
    width: 182px;
    margin-right: 16px;
}

.cancel-policy-item__subject-text {
    display: flex;
}

.detail-modal__cancellation-wrapper {
    white-space: nowrap;
}

.detail-modal__cancellation-wrapper ~ div {
    margin-top: 4px;
    font-size: 14px;
}

.cancel-policy-item__circle {
    margin: 4px !important;
}

.htl-detail__features {
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    min-height: 92px;
    max-height: 112px;
    padding: 8px;
}

.htl-feature__features-title {
    font-weight: 700;
    margin-bottom: 16px;
}

.htl-detail__features--container {
    display: flex;
    align-items: flex-start;
}

.htl-detail__features--content {
    display: flex;
    flex-direction: column;
    width: 130px;
    min-height: 56px;
    max-height: 76px;
    align-items: center;
    gap: 4px;
    padding: 0px 8px;
    text-align: center;
}

.htl-detail__features--content label {
    text-align: center;
}

article#sustainableSection {
    padding-top: 0 !important;
    margin-top: 40px !important;
}

.htl-sustainability__level--one {
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}

.htl-sustainability__level--two {
    border-radius: 4px;
    border: 1px solid #B3CF9B;
    background: #FFFFFF;
}

.htl-sustainability__text {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.htl-detail__basic-info--content .htl-detail__sustainability {
    padding: 8px;
}

.sustainable .sustainable__description p {
    width: 930px;
}

.htl-sustainability__rating {
    font-weight: 700;
}

.htl-sustainability__description {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    color: #6D6D6D;
    line-height: 16px;
}

#sustainableSection .htl-detail__sustainability {
    display: flex;
    margin-bottom: 20px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 8px;
    width: 1088px;
    align-items: center;
    gap: 8px;
}

.htl-detail__main-feature {
    display: flex;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #CCCCCC;
}

.htl-detail__main-feature--summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 792px;
}
.htl-detail__main-feature--image-container {
    height: 108px;
}

.htl-detail__main-feature--image {
    position: relative;
    width: 320px;
    height: 108px;
    border-radius: 4px;
    background-size: 320px 108px;
    filter: brightness(70%);
    bottom: 108px;
    background-size: cover;
    background-position: center;
}

.htl-detail__main-feature--image__noImage {
    background-color: #F3F3F3;
    filter: brightness(100%)
}

.htl-detail__feature--text {
    width: 320px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    z-index: 99;
}

.htl-detail__feature--text__noImage {
    color: #6D6D6D;
}

.htl-detail__main-feature--content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    font-weight: 300;
}

.htl-detail__main-feature--content p {
    display: flex;
    gap: 16px;
}

.feature--onsen .htl-detail__main-feature--content p {
    display: -webkit-box;
    line-height: 20px;
    text-overflow: ellipsis;
    height: 60px;
    width: 792px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 60px;
}

.htl-detail__main-feature--content p span {
    display: flex;
    gap: 4px;
    align-items: center;
}

.htl-detail__feature--title {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.htl-detail__feature--link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
}

span.htl-detail__feature--link a {
    color: #1D54A7;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.htl-detail__feature--link a:visited {
    color: #1D54A7;
    text-decoration: none;
}

span.htl-detail__feature--link:hover a,
span.htl-detail__feature--link:active a {
    cursor: pointer;
    color: #13366A;
    text-decoration: none;
}

article#covid_measures ul.covid_meatures {
    width: 1128px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

article#covid_measures ul.covid_meatures li {
    background-image: none;
    width: 558px;
}

article#covid_measures ul.covid_meatures > li {
    border-bottom: 1px dotted #CCC;
}

article#covid_measures ul.covid_meatures li dl {
    display: flex;
    padding-left: 0;
}

article#covid_measures ul.covid_meatures li dl dt span {
    min-height: 32px;
    max-height: 40px;
    display: flex;
    align-items: center;
    width: 104px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
}

article#covid_measures ul.covid_meatures li dl[class*="no_"] dt span {
    color: #CCCCCC;
}

article#covid_measures ul.covid_meatures li dl dt::before {
    width: 32px;
    height: 32px;
}

article#covid_measures ul.covid_meatures li dl[class*="no_"] dd ul li {
    list-style-type: none;
}

article#covid_measures ul.covid_meatures:last-of-type {
    width: 1110px;
}

article#covid_measures ul.covid_meatures:last-of-type > li:last-of-type {
    background-image: none;
    background-size: 0;
    border-bottom: none;
}

.covid_meatures>li dl dd {
    width: 100%;
}

article#covid_measures ul.covid_meatures li dl dd ul li {
    display: flex;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

article#covid_measures ul.covid_meatures li dl dd ul li::before {
    content: "・";
}

article#covid_measures ul.covid_meatures li dl[class^="no_"] dd ul li::before {
    content: "";
}

article#covid_measures ul.covid_meatures:last-of-type li:last-of-type dl {
    padding-left: 0px;
}

article#covid_measures dl.other_support,
article#covid_measures dl.no_other_support {
    width: auto;
    margin-bottom: 16px;
    padding-left: 12px;
    padding-bottom: 0;
    border-top: 1px dotted #CCC;
}

.htl-detail__no-content {
    display: none;
}

.htl-detail__type {
    margin-bottom: 16px;
    width: 1128px;
    border-top: 1px dashed #CCCCCC;
}

ul.dtlTbl.htl-detail__hotel-info li[data-locate] {
    padding-top: 8px;
    padding-bottom: 8px;
}

ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-facility"],
ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-amenity"],
ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-card"] {
    padding-bottom: 0;
}

ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-bath"] li {
    padding-top: 0;
}

#id_article_dtlTblTtl ul.dtlTbl.htl-detail__hotel-info li:last-child {
    padding-bottom: 0;
}

#id_article_dtlTblTtl ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-facility"] li:last-child,
#id_article_dtlTblTtl ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-amenity"] li:last-child,
#id_article_dtlTblTtl ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-card"] li:last-child {
    margin-bottom: 8px;
}

ul.dtlTbl.htl-detail__hotel-info li[data-locate]:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#id_article_dtlTblTtl ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-card"] span[data-locate="hotel-card-description"] {
    display: block;
    margin-bottom: 8px;
}

.htl-detail__review-rating--stars {
    display: flex;
    align-items: center;
}

.single-column article.faq .dtlTblTtl {
    margin-top: 0;
    font-size: 16px;
}

.single-column article.faq {
    margin-top: 40px !important;
    color: #333333;
}

.single-column .covid_meatures>li dl dt,
.single-column .covid_meatures>li dl dd {
    min-height: 36px;
}

.single-column .covid_meatures>li dl dt {
    margin-left: 12px;
    margin-right: 16px;
}

.dated .point-percentage {
    background: #fff;
}

/* PRD471_5_2 Photo part */
.hotel-detail #TB_window {
    margin-left: -600px!important;
}

.hotel-detail .single-column #htlMainContent{
    width:1128px;
}

.hotel-image__container {
    border-radius: 8px;
    background-color: #FFFFFF;
    width:1128px;
    height: 319px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 40px;
    overflow: hidden;
}

.hotel-image__img-wrapper {
    width: calc(50% - 2px);
    height: calc(50% - 2px);
    align-items: center;
    justify-content: center;
    position: relative;
}

.hotel-image__img-wrapper.hotel-image__img--overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.1s ease;
}

.hotel-image__img-wrapper.hotel-image__img--overlay:hover::after {
    background-color: #FFF;
    opacity: 0.3;
    cursor: pointer;
}

.hotel-image__img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0); 
    transition: background 0.1s ease;
}

.hotel-image__img-wrapper:hover::after {
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
  

.hotel-image__img-wrapper.hotel-image__img-wrapper--main {
    height:100%;
    width: 50%;
    margin-right: 4px;
    overflow: hidden;
}

.hotel-image__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height:100%;
    width: 50%;
    gap: 4px;
}

.hotel-image__img-link {
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
    text-decoration: underline;
    z-index: 2;
    height: 100%;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel-image__img-link:link,
.hotel-image__img-link:visited, 
.hotel-image__img-link:hover,
.hotel-image__img-link:link:hover,
.hotel-image__img-link:visited:hover {
    color: #FFF;
    text-decoration: underline
}

.hotel-image__img {
    object-fit: cover;
    aspect-ratio: 16/9;
    width:100%;
    height: 100%;
}

.hotel-image__container .hotel-image__img-enlarge-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #333333;
    border-radius: 4px;
    opacity: 0.8;
    right: 8px;
    top: 8px;
    z-index: 2;
    cursor: pointer;
}

.hotel-detail .rt-popup-player .layout {
    width: 1040px;
    height: 496px;
    background-color: #FFFFFF;
    padding: 24px 0;
    border-radius: 4px;
}

.hotel-detail .btn-backward,
.hotel-detail-extra .btn-backward {
    margin-left: 35px;
    margin-right: 39.5px;
    background-image: none;
    background-color: #333333;
}

.hotel-detail .btn-forward,
.hotel-detail-extra .btn-forward {
    margin-left: 39.5px;
    margin-right: 35px;
    background-image: none;
    background-color: #333333;
}

.hotel-detail .photo-modal__index-indicator {
    position: absolute;
    top: 8px;
    right: 8.5px;
    border-radius: 6px;
    opacity: 0.8;
    background: #333;
    height: 28px;
    z-index:3;
    padding: 4px 8px;
    box-sizing: border-box;
    opacity: 1
}

body:not(.hotel-detail) .photo-modal__index-indicator.photo-modal__index-indicator--invisible {
    opacity: 0;
}

.hotel-detail .photo-modal__index-indicator-text {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.hotel-detail .rt-popup-player .photo-video-window {
    background-color: transparent;
}

.hotel-detail .rt-popup-player .photo-video-window {
    width: 100%;
}

.hotel-detail .rt-popup-player .photo-video-information-window {
    opacity: 0.6;
    background: #000;
    z-index: 1;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
    padding: 8px;
    overflow: hidden;
}

.hotel-detail .rt-popup-player .photo-video-window .pop-up-display img {
    object-fit: contain;
}

.hotel-detail .rt-popup-player .photo-video-information-window .photo-video-tittle {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px
}

.hotel-detail .rt-popup-player .photo-video-information-window .photo-video-description {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-top: 0px;
}

.hotel-detail .rt-popup-player .content {
    border-radius: 0;
}

.htlDetail-title {
    display: block;
    color:#333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}

p.htlDetail-recommendation__title {
    margin-bottom: 8px;
    height: 40px;
}

p.htlDetail-recommendation__title span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1D54A7;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

p.htlDetail-recommendation__title span:hover {
    color: #13366A;
    cursor: pointer;
    text-decoration: underline;
}

.htlDetail-recommendation__plan--content__wrapper {
    display: flex;
    flex-direction: column;
}

.htlDetail-recommendation__container .htlDetail-recommendation__plan--content:only-child .htlDetail-recommendation__plan--content__wrapper {
    height: unset;
}

li.htlDetail-recommendation__plan--content {
    border-radius: 8px;
}

.htlDetail-recommendation__plan--content .htlDetail-recommendation__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4px;
}

.htlDetail-recommendation__container {
    display: flex;
    gap: 16px;
}

.htlDetail-recommendation__images--container {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.plan-photo__first,
.plan-photo__second {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175.3px;
    height: 97.22px;
    color: #6D6D6D;
    background-color: #F3F3F3;
}

.plan-photo__first .htlDetail-recommendation__image--no-image-icon,
.plan-photo__second .htlDetail-recommendation__image--no-image-icon {
    width: 48px;
    height: 40px;
}

.htlDetail-recommendation__image {
    width: 50%;
    height: 97.218px;
    object-fit: cover;
    object-position: center;
}

.htlDetail-recommendation__info {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 40px;
}

.recommendation-info__medium-display {
    margin-bottom: 28px;
}

.recommendation-info__max-display {
    margin-bottom: 50px;
}

.htlDetail-recommendation__people-count,
.htlDetail-recommendation__people-count{
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.htlDetail-recommendation__package {
    display: flex;
    flex-direction: column;
    width: 227px;
}

.htl-detail-recommendation__promotions {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: fit-content;
}

.promotion__rakuten-points {
    display: flex;
    gap: 2px;
    align-items: center;
    color: #CE2B18;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
}

span.promotion__rakuten-points--dated.one-percent {
    display: inline-block;
    padding: 0 4px;
    height: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    text-align: center;
    color: #6D6D6D;
    font-weight: 700;
    font-size: 10px;
}

span.promotion__rakuten-points--dated.more-than-two-percent {
    display: inline-block;
    padding: 0 4px;
    height: 16px;
    border: 1px solid #CE2B18;
    border-radius: 2px;
    text-align: center;
    color: #CE2B18;
    font-weight: 700;
    font-size: 10px;
}

.promotion__rakuten-points .icon_point {
    margin-right: 2px;
}

.promotion__coupon {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
}

.promotion__coupon--amount {
    font-weight: 700;
}

.promotion__coupon--info {
    display: flex;
}

.promotion__coupon .icon.icon_coupon_outline {
    margin-right: 4px;
}

.htlDetail-recommendation__membership-benefit--wrapper {
    margin-top: 8px;
}

.htlDetail-recommendation__membership-benefit {
    margin-top: auto;
    display: flex;
    gap: 4px;
    align-items: center;
    padding-top: 8px;
    border-top: 1px dashed #CCCCCC;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    height: 16px;
}

span.htlDetail-recommendation__membership-benefit span.reward-detail {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #1D54A7;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.htlDetail-recommendation__info span.htlDetail-recommendation__button {
    width: 118px;
    height: 36px;
    border: none;
    border-radius: 4px;
    background-color: #54822B;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.htlDetail-recommendation__info span.htlDetail-recommendation__button:hover,
.htlDetail-recommendation__info span.htlDetail-recommendation__button:active {
    background-color: #255500;
    text-decoration: none;
    color: #FFFFFF;
}

.htlDetail-recommendation__plan--price {
    color: #CE2B18;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.htlDetail-recommendation__plan--price span.plan__price {
    font-size: 20px;
    line-height: 24px;
}

.htlDetail-recommendation__plan--price span.plan__per-person {
    font-weight: 400;
}

span.htlDetail__recommendation__link {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    width: 1128px;
}

span.htlDetail__recommendation__link a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #1D54A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}

span.htlDetail__recommendation__link a:hover {
    cursor: pointer;
    color: #13366A;
}

.htlDetail-recommendation__room--info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    color: #333333;
    flex-wrap: wrap;
}

.recommendation-room__smoking-info {
    display: flex;
    gap: 12px;
    width: fit-content;
}

.recommendation-room__bed-type {
    border: 1px solid #54822B;
    border-radius: 2px;
    background-color: #FFFFFF;
    color: #54822B;
    padding: 1px 4px;
    font-weight: 400;
    line-height: 18px;
}

.recommendation-room__non-smoking,
.recommendation-room__smoking {
    display: flex;
    align-items: center;
    gap: 4px;
}

.htlDetail-recommendation__room--content {
    display: flex;
    flex-direction: column;
    width: 363px;
}

.htlDetail-recommendation__room-filters--content {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.htlDetail-recommendation__room--filters span {
    color: #333333;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    border-radius: 2px;
    background-color: #F3F3F3;
    border: none;
    padding: 0px 4px;
    height: 16px;
}

.htlDetail-recommendation__room--content .htlDetail-recommendation__info {
    display: flex;
    align-items: center;
    border-top: 1px dashed #CCCCCC;
    padding: 8px 0px;
    margin: 0px 8px;
    justify-content: space-between;
}

.htlDetail-recommendation__room--content .htl-detail-recommendation__promotions {
    margin: -4px 8px 8px 8px;
}

.htlDetail-recommendation__room--info-summary {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.htlDetail-recommendation__container .htlDetail-recommendation__room--content:only-child .htlDetail-recommendation__room--info-summary {
    height: unset;
}

.htlDetail-recommendation__room--content__wrapper {
    display: flex;
    flex-direction: column;
}

.htlDetail-recommendation__room--images-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    height: 136px;
    color: #6D6D6D;
}

.htlDetail-recommendation__room--images-container .room-photo__first .htlDetail-recommendation__image--no-image-icon {
    width: 48px;
    height: 40px;
}

.htlDetail-recommendation__room--images-container .room-photo__second .htlDetail-recommendation__image--no-image-icon,
.htlDetail-recommendation__room--images-container .room-photo__third .htlDetail-recommendation__image--no-image-icon {
    width: 38px;
    height: 28px;
}

.htlDetail-recommendation__room--images-container .room-photo__first img {
    border-radius: 7px 0 0;
}

.htlDetail-recommendation__room--images-container .room-photo__second img {
    border-radius: 0px 7px 0px 0px;
}

.room-photo__first {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 1 / 1 / 3 / 3;
    background-color: #F3F3F3;
    border-radius: 8px 0 0 0;
}

.room-images__three .room-photo__first img {
    width: 100%;
    height: 136px;
}

.room-photo__second {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 7px 0px 0px;
    grid-area: 1 / 3 / 2 / 4;
    background-color: #F3F3F3;
}

.room-images__three .room-photo__second img {
    width: 100%;
    height: 66px;
}

.room-photo__third {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 2 / 3 / 3 / 4;
    background-color: #F3F3F3;
}

.room-images__three .room-photo__third img {
    width: 100%;
    height: 66px;
}

div.htlDetail__recommendations--container {
    display: flex;
    flex-direction: column;
}

#hotelRecommend .htlDetail-recommendation__plan,
#hotelRecommend .htlDetail-recommendation__room {
    margin-top: 16px;
}

#hotelRecommend .htlDetail-recommendation__container > a.htlDetail-recommendation__room {
    margin: 0;
}

#hotelRecommend > div:first-child {
    margin-top: 24px;
}

span.htlDetail-recommendation__membership-benefit span.reward-detail--tooltip {
    display: none;
    width: max-content;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -12px;
    background-color: #333333;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 10;
}

span.htlDetail-recommendation__membership-benefit span.reward-detail--tooltip ul li {
    display: list-item;
    list-style: disc inside;
}

span.htlDetail-recommendation__membership-benefit span.reward-detail--tooltip::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: 50%;
    margin-left: -5px;
    border: 8px solid transparent;
    border-color: transparent transparent #333 transparent;
}

.htlDetail-recommendation__membership-benefit--wrapper .reward-detail:hover span.reward-detail--tooltip {
    display: block;
}

/* ▼　471 Phase5_2 ONSEN & PET */
.single-column #htlMainContent {
    width: 1128px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Hiragino Kaku Gothic Pro";
}

.single-column div#htlCntntArea {
    margin-left: 0;
    color: #333333;
}

.single-column #htlCntntArea > h2.dtlTblTtl {
    margin-top: 0;
    padding: 0 0 8px;
    background-color: #fff !important;
    color: #333;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.single-column div#onsenArea, div#petArea {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-top: 24px;
    padding-top: 0;
    background-image: none;
}

.single-column div#onsenArea::after, 
.single-column div#petArea::after {
    display: none;
}

.single-column .hotel-info__intro-container {
    display: flex;
    flex-direction: row;
    width: max-content;
    padding: 16px;
    background-color: #F3F3F3;
    width: 100%;
    box-sizing: border-box;
}

.single-column .hotel-info__intro-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.single-column div#onsenArea p#onsenLead {
    margin: 0px 0px 8px 0px;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.single-column div#onsenArea p#onsenTxt, div#petArea p#petTxt {
    width: 960px;
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
}

.hotel-detail-extra .hotel-image__container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    height: 206px;
    margin-bottom: 0;
    border-radius: 0;
}

.hotel-detail-extra .hotel-image_img-container {
    position: relative;
}

.hotel-detail-extra .hotel-image__img-wrapper {
    width: 100%;
    height: 206px;
    background-color: #FFFFFF;
}

.hotel-detail-extra .hotel-image__icon {
    position: absolute;
    cursor: pointer;
    right: 8px;
    bottom: 8px;
}

.hotel-detail-extra .hotel-image__icon a {
    display: flex;
    width: 204px;
    height: 36px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    background-color: #333333;
    border-radius: 4px;
    opacity: 80%;
    text-decoration: none;
}

.hotel-detail-extra .hotel-image__icon a .icon_photo {
    margin: auto 4px auto 8px;
}

.hotel-detail-extra #TB_window {
    margin-left: -600px!important;
}

.hotel-detail-extra .rt-popup-player .layout {
    width: 1040px;
    height: 496px;
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 4px;
}

.hotel-detail-extra .btn-close,
.hotel-detail .btn-close {
    top: 8px;
    left: 8px;
    background-color: #333333;
    background-image: none;
}

.hotel-detail-extra .photo-modal__index-indicator {
    opacity: 1 !important;
    position: absolute;
    top: 8px;
    right: 8.5px;
    z-index:3;
    height: 28px;
    padding: 4px 8px;
    border-radius: 6px;
    box-sizing: border-box;
    background: #333;
}

.hotel-detail-extra .photo-modal__index-indicator-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.hotel-detail-extra .rt-popup-player .photo-video-window {
    background-color: transparent;
}

.hotel-detail-extra .rt-popup-player .photo-video-window {
    width: 100%;
}

.hotel-detail-extra .rt-popup-player .photo-video-information-window {
    opacity: 0.6;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    padding: 8px;
    overflow: hidden;
    background: #000;
}

.hotel-detail-extra .rt-popup-player .photo-video-window .pop-up-display img {
    object-fit: contain;
}

.hotel-detail-extra .rt-popup-player .photo-video-information-window .photo-video-tittle {
    margin-bottom: 4px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.hotel-detail-extra .rt-popup-player .photo-video-information-window .photo-video-description {
    margin-top: 0px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.hotel-detail-extra .rt-popup-player .content {
    border-radius: 0;
}

.single-column div#onsenArea div.hotelNote {
    padding-left: 12px;
    border-bottom: 1px solid #EAEAEA;
}

.single-column div#petArea div.hotelNote {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEAEA;
}

.single-column div.hotelNote ul.dtlTbl li:last-child {
    border-bottom: none;
}

.single-column div.hotelNote ul.dtlTbl li span.icon_checkmark {
    margin-right: 4px;
}

.single-column div#onsenArea div.hotelNote ul.dtlTbl {
    display: grid;
    padding-bottom: 24px;
}

.single-column div#petArea div.hotelNote h2.dtlTblTtl {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    padding: 4px 12px !important;
    border-radius: 4px;
    background-color: #EAEAEA !important;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.single-column div#petArea div.hotelNote ul.dtlTbl {
    display: grid;
    width: calc(100% - 12px);
    margin-bottom: 24px;
    padding-left: 12px;
}

.single-column div.hotelNote ul#petCategory li {
    display: flex;
    margin: 0;
    width: fit-content;
    border: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.single-column div.hotelNote ul#petCategory li span {
    padding: 0;
}

div.hotelNote ul#petCategory li span.icon_checkmark {
    margin-right: 4px;
    margin: auto 4px auto 0;
}

.single-column div.hotelNote ul.hotel-info__itemlist li.noSrv::before {
    display: none;
}

.single-column div.hotelNote ul.dtlTbl > li {
    padding: 8px 0 8px 0
}

.single-column div.hotelNote ul.dtlTbl > li:first-child {
    padding-top: 0;
}

.single-column div.hotelNote ul.dtlTbl > li:last-child {
    padding-bottom: 0;
}

.single-column div.hotelNote ul.dtlTbl li dl {
    display: flex;
    align-items: flex-start;
}

.single-column div.hotelNote ul.dtlTbl li dl dt {
    width: 233px;
    font-size: 14px;
    font-weight: 700;
}

.single-column div.hotelNote ul.dtlTbl li dl dd {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 884px;
    font-size: 14px;
}

.single-column div.hotelNote ul.dtlTbl::after,
.single-column div.hotelNote ul.dtlTbl li dl dd ul::after {
    display: none;
}

.single-column div.hotelNote ul.dtlTbl li dl dd ul.noSrv {
    text-decoration: line-through;
    color: #CCCCCC;
}

.single-column div.hotelNote ul.dtlTbl li dl dd ul li.noSrv {
    color: #CCCCCC;
    font-size: 14px;
}

.single-column ul.hotel-info__itemlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.single-column ul.hotel-info__itemlist li {
    display: flex;
    padding: 0;
}

.single-column div.hotelNote ul.hotel-info__itemlist--item-row {
    display: flex;
    gap: 16px;
}

.single-column div.hotelNote ul.hotel-info__itemlist--item-row li {
    display: flex;
    padding: 0;
}

.single-column div.hotelNote .hotelNote-list-textfree {
    display: inline-flex;
    width: max-content;
}

.hotel-info__intro-container .icon_pets_allowed,
.hotel-info__intro-container .icon_hot_spring {
    margin: auto 8px auto 64px;
}
/* 471 Phase5_2 PET & ONSEN　▲ */

.icon_expand {
    margin: 2px;
}

.htl-detail__feature--text .icon_hot_spring,
.htl-detail__feature--text .icon_pets_allowed {
    margin-right: 16px;
}

.htl-detail__main-feature--content .icon_checkmark {
    margin-right: 4px;
}

.htl-detail__review--link .icon_arrow,
.hotel-address .icon_arrow,
.htl-detail__feature--link .icon_arrow {
    margin-right: 4px;
}

.reward-detail .info_outline {
    margin-left: 2px;
}

.htl-sustainability__text .icon_sustainable {
    margin-right: 8px;
}

.hotel-detail [data-locate="hotel-facility"] ul.lnBrk {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.hotel-detail [data-locate="hotel-facility"] ul.lnBrk li {
    margin-bottom: 8px;
}

.hotel-detail [data-locate="hotel-facility"] ul.lnBrk li:last-child {
    margin-bottom: 0;
}

.other_support dd,
.no_other_support dd{
    padding-left: 0;
}

ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-barrier-free"] ul {
    column-count: 2;
}

ul.dtlTbl.htl-detail__hotel-info li[data-locate="hotel-barrier-free"] ul li {
    display: block;
    padding-right: 0;
}

.htl-sustainability__text--container .sustainable__badge-description {
    max-width: none;
}

.htl-sustainability__text--container .sustainable__badge-note {
    max-width: none;
}

.membership_discount {
    display: flex;
    align-items: center;
    color: var(--Jet, #333);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    gap:4px;
}