/* ============================================
   宿泊ページ専用スタイル
   ============================================ */

/* ── ファーストビュー ── */
.yado-mv {
    position: relative;
    background: #fff;
}

.yado-mv__images {
    position: relative;
    width: 100%;
}

.yado-mv__img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.yado-mv__img--top img {
    height: 50vh;
    object-fit: cover;
}

.yado-mv__img--bottom img {
    height: 50vh;
    object-fit: cover;
}

.yado-mv__catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yado-mv__catch img {
    display: block;
}

.yado-mv__sub {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.08em;
    padding: 16px 0 0;
    margin: 0;
    background: #fff;
}

/* ── 共通セクション ── */
.yado-sec {
    background-color: transparent;
    padding: 48px 20px;
}

.yado-sec__header {
    margin-bottom: 24px;
}

.yado-sec__num {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #6E5C4B;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}

.yado-sec__title {
    font-size: 32px;
    font-weight: 700;
    color: #6E5C4B;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
}

.yado-sec__title-ja {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #6E5C4B;
    letter-spacing: 0.1em;
    margin-top: 4px;
}

/* ============================================
   01 宿泊コンセプト
   ============================================ */
.yado-concept__lead {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 0 20px;
}

.yado-concept__text {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2.2;
    margin: 0 0 36px;
}

.yado-concept__points {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.yado-concept__point {
    padding: 20px 0;
    border-bottom: 1px solid #c0bdb4;
}

.yado-concept__point:last-child {
    border-bottom: none;
}

.yado-concept__point-num {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #6E5C4B;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}

.yado-concept__point-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin: 0 0 8px;
}

.yado-concept__point-text {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.04em;
    line-height: 1.9;
    margin: 0;
}

/* ============================================
   02 滞在体験
   ============================================ */
.yado-experience__lead {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 28px;
}

.yado-experience__timeline {
    position: relative;
    padding-left: 24px;
}

.yado-experience__timeline::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    bottom: 8px;
    width: 1px;
    background-color: #c0bdb4;
}

.yado-experience__step {
    position: relative;
    padding-bottom: 28px;
}

.yado-experience__step:last-child {
    padding-bottom: 0;
}

.yado-experience__step::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -24px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #6E5C4B;
    border: 2px solid #EFECDF;
    box-sizing: border-box;
}

.yado-experience__step-time {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #6E5C4B;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.yado-experience__step-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin: 0 0 4px;
}

.yado-experience__step-text {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.04em;
    line-height: 1.9;
    margin: 0;
}

/* ============================================
   03 客室・設備
   ============================================ */
.yado-room__lead {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 12px;
}

.yado-room__text {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2.2;
    margin: 0 0 28px;
}

/* 写真ギャラリー */
.yado-room__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 32px;
}

.yado-room__gallery-item {
    overflow: hidden;
}

.yado-room__gallery-item img {
    width: 100%;
    display: block;
}

.yado-room__gallery-caption {
    margin: 4px 0 0;
    font-size: 11px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.04em;
    text-align: center;
}

/* 設備一覧 */
.yado-room__facilities {
    padding: 0;
}

.yado-room__facilities-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c0bdb4;
}

.yado-room__facilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.yado-room__facility-item {
    display: flex;
    align-items: center;
}

.yado-room__facility-name {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.04em;
}

.yado-room__facilities-note {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 16px 0 0;
}

/* ============================================
   04 サウナと宿泊の楽しみ方
   ============================================ */
.yado-sauna__lead {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 28px;
}

.yado-sauna__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.yado-sauna__card {
    overflow: hidden;
}

.yado-sauna__card-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.yado-sauna__card-body {
    padding: 16px 0;
}

.yado-sauna__card-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin: 0 0 8px;
}

.yado-sauna__card-text {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.04em;
    line-height: 1.9;
    margin: 0;
}

/* ============================================
   05 定員
   ============================================ */
.yado-capacity__card {
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.yado-capacity__row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e8e5db;
}

.yado-capacity__row:last-child {
    border-bottom: none;
}

.yado-capacity__label {
    font-size: 12px;
    font-weight: 600;
    color: #6E5C4B;
    letter-spacing: 0.04em;
    min-width: 90px;
    flex-shrink: 0;
}

.yado-capacity__value {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.04em;
}

.yado-capacity__examples {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yado-capacity__example {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   06 料金
   ============================================ */
.yado-price__card {
    padding: 0 0 16px;
    margin-bottom: 16px;
}

.yado-price__card-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c0bdb4;
}

.yado-price__card-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
}

.yado-price__card-row:last-child {
    margin-bottom: 0;
}

.yado-price__card-label {
    font-size: 12px;
    font-weight: 600;
    color: #6E5C4B;
    letter-spacing: 0.04em;
    min-width: 100px;
    flex-shrink: 0;
}

.yado-price__card-value {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.yado-price__card-number {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.yado-price__card-unit {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.yado-price__card-unit-s {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.yado-price__card-detail {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.04em;
}

.yado-price__notes {
    margin-top: 8px;
}

.yado-price__notes p {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   07 アメニティ・備品
   ============================================ */
.yado-amenity__columns {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.yado-amenity__col {
    flex: 1;
}

.yado-amenity__col-title {
    font-size: 13px;
    font-weight: 700;
    color: #6E5C4B;
    letter-spacing: 0.06em;
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c0bdb4;
}

.yado-amenity__list {
    padding: 0;
    margin: 0;
}

.yado-amenity__list li {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.04em;
    line-height: 2.2;
    list-style: none;
    padding-left: 12px;
    position: relative;
}

.yado-amenity__list li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: #999;
}

.yado-amenity__note {
    margin-top: 0;
}

.yado-amenity__note p {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   08 チェックイン・チェックアウト
   ============================================ */
.yado-checkin__card {
    padding: 0 0 16px;
    margin-bottom: 16px;
}

.yado-checkin__row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e8e5db;
}

.yado-checkin__row:last-child {
    border-bottom: none;
}

.yado-checkin__label {
    font-size: 12px;
    font-weight: 600;
    color: #6E5C4B;
    letter-spacing: 0.04em;
    min-width: 110px;
    flex-shrink: 0;
}

.yado-checkin__value {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.04em;
}

.yado-checkin__notes p {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   09 注意事項
   ============================================ */
.yado-notes__list {
    padding: 0;
    margin: 0;
}

.yado-notes__list li {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.04em;
    line-height: 2.2;
    list-style: none;
    padding-left: 16px;
    position: relative;
}

.yado-notes__list li::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #999;
    font-size: 10px;
}

/* ============================================
   最終CTA
   ============================================ */
.yado-final-cta {
    text-align: center;
    padding: 56px 20px 48px;
}

.yado-final-cta__title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin: 0 0 16px;
}

.yado-final-cta__text {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 32px;
}

.yado-final-cta__tel {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 8px;
}

.yado-final-cta__tel-label {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.yado-final-cta__tel-number {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.04em;
}
