/* -------------------------------------------------------
   パンくず
------------------------------------------------------- */
.spot-breadcrumb {
    margin-top: 96px;
    padding-right: 32px;
    padding-left: 32px;
}

@media screen and (max-width: 1024px) {
    .spot-breadcrumb {
        margin-top: 26.7px;
    }
}

/* -------------------------------------------------------
   ヘッダー
------------------------------------------------------- */
.spot-detail-header {
    margin-top: 72px;
}

@media screen and (max-width: 1024px) {
    .spot-detail-header {
        margin-top: 43px;
    }
}

.spot-detail-title-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.facility-tag {
    display: inline-block;
    padding: 0 14px;
    background-color: #EB8E22;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 32px;
}

.spot-detail-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.spot-detail-divider {
    margin-top: 30px;
    height: 2px;
    background-image: repeating-linear-gradient(
        to right,
        #000 0 2px,
        transparent 1px 8px
    );
}

.spot-detail-description {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 1.7;
}

.spot-detail-content {
    margin-top: 40px;
    display: flex;
    gap: 40px;
}

.spot-detail-img {
    width: 600px;
    height: 400px;
    object-fit: cover;
    display: block;
}

.spot-detail-info {
    flex: 1;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.info-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 3px;
}

.info-text {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 1.6;
}

.info-link {
    color: #0066cc;
    text-decoration: underline;
}

.spot-detail-map-placeholder {
    margin-top: 72px;
    width: 100%;
    height: 440px;
    background-color: #E5E5E5;
}

.spot-detail-report-wrap {
    margin-top: 120px;
    margin-bottom: 120px;
}

.spot-detail-report-title {
    font-size: 80px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 48px;
}

.spot-detail-report-body {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #222222;
    text-align: left;
    margin: 0;
    letter-spacing: 1.6px;
}

.review-section {
    width: 100%;
    background-color: #F8F4ED;
    padding-top: 120px;
    padding-bottom: 120px;
}

.review-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 80px;
    color: #000;
    text-align: left;
    margin-bottom: 42px;
}

.review-box {
    min-height: 284px;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin: 0 auto 40px;
    padding: 40px;
    box-sizing: border-box;
}

.review-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.review-header {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.review-icon {
    width: 50px;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.review-header > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.review-text {
    flex: 1;
}

.review-name {
    font-size: 16px;
    font-weight: 500;
    color: #2B9B7D;
    margin-bottom: 12px;
}

.review-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.review-comment {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #222222;
}

.review-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
}

.review-date {
    font-size: 12px;
    color: #222222;
    margin-top: 23.52px;;
}

.review-image-wrap {
    width: 300px;
    height: 181px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.review-image-placeholder {
    width: 100%; 
    max-width: 300px; 
    aspect-ratio: 3 / 2;
    background-color: #EEEEEE;
    border-radius: 4px;
    flex-shrink: 0;
}

.hidden-review {
    display: none;
}

.review-more-btn {
    margin: 84px auto 0;
    position: relative;
    width: 240px;
    height: 48px;
    border-radius: 24px;
    border: none;
    background: #2B9B7D;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.review-more-btn::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.estate-heading .heading-en {
    font-size: 80px;
}

.estate-cards {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 12px;
    scrollbar-width: none;
}
.estate-cards::-webkit-scrollbar {
    display: none;
}

.slider-item {
    flex: 0 0 calc((100% - 48px) / 3);
}

.estate-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.estate-prev,
.estate-next {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #C6C6C6;
    background: #FFFFFF;
    color: #2B9B7D;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.estate-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C6C6C6;
    cursor: pointer;
}

.dot.active {
    background: #2B9B7D;
}

.property-card {
    height: 420px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.spot-card-more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #2B9B7D;
    z-index: 10;
    padding-right: 0;
}

.property-card .card-image {
    height: 240px;
    overflow: hidden;
}

.property-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 768px) {

    .spot-detail-content,
    .spot-detail-header,
    .spot-detail-report-wrap,
    .review-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .spot-detail-content {
        flex-direction: column;
        gap: 24px;
    }

    .spot-detail-img {
        width: 100%;
        height: auto;
    }

    .spot-detail-title-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .spot-detail-title {
        font-size: 24px;
    }

    .spot-detail-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .info-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
    }

    .info-icon {
        width: 20px;
        height: 20px;
        margin-top: 3px;
        flex-shrink: 0;
    }

    .info-text {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Report */
    .spot-detail-report-title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .spot-detail-report-body {
        font-size: 15px;
        line-height: 1.8;
    }

    /* Review */
    .review-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .review-title {
        font-size: 40px;
        padding-left: 0;
        text-align: left;
        margin-bottom: 32px;
    }

    .review-box {
        width: 100%;
        padding: 24px;
        margin: 0 auto 32px;
    }

    .review-content {
        flex-direction: column;
        gap: 20px;
    }

    .review-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
        position: relative;
    }

    .review-name {
        font-size: 16px;
        margin: 0;
    }

    .review-heading {
        font-size: 16px;
        margin-top: 6px;
        margin-left: 0;
        display: block;
    }

    .review-icon {
        width: 32px;
        height: 100%;
        object-fit: cover;
        flex-shrink: 0;
    }

    .review-comment {
        font-size: 16px;
        line-height: 1.7;
    }

    .review-image-placeholder,
    .review-image-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 300 / 181;
    }

    .review-more-btn {
        margin-top: 48px;
        width: 180px;
        height: 44px;
        border-radius: 22px;
        font-size: 14px;
    }

    .review-more-btn::after {
        right: 16px;
        font-size: 16px;
    }

    .estate-heading .heading-en {
        font-size: 40px;
    }

    /* スライダーを横並びのまま1枚全幅 */
    #estateSlider.slider-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    /* カード1枚を画面幅いっぱいに */
    .property-card.slider-item {
        min-width: 100%;
        scroll-snap-align: center;
    }

    /* ドットと矢印を中央寄せ */
    .estate-controls {
        justify-content: left;
        gap: 16px;
        margin-top: 20px;
    }

    .catchphrase-title__icon {
        max-width: 250px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

    .spot-detail-content,
    .spot-detail-header,
    .spot-detail-report-wrap,
    .review-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .spot-detail-content {
        flex-direction: column;
        gap: 24px;
    }

    .spot-detail-img {
        width: 100%;
        height: auto;
    }

    .spot-detail-title-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .spot-detail-title {
        font-size: 24px;
    }

    .spot-detail-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .info-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
    }

    .info-icon {
        width: 20px;
        height: 20px;
        margin-top: 3px;
        flex-shrink: 0;
    }

    .info-text {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Report */
    .spot-detail-report-title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .spot-detail-report-body {
        font-size: 15px;
        line-height: 1.8;
    }

    /* Review */
    .review-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .review-title {
        font-size: 40px;
        padding-left: 0;
        text-align: left;
        margin-bottom: 32px;
    }

    .review-box {
        width: 100%;
        padding: 24px;
        margin: 0 auto 32px;
    }

    .review-content {
        flex-direction: column;
        gap: 20px;
    }

    .review-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
        position: relative;
    }

    .review-name {
        font-size: 16px;
        margin: 0;
    }

    .review-heading {
        font-size: 16px;
        margin-top: 6px;
        margin-left: 0;
        display: block;
    }

    .review-icon {
        width: 32px;
        height: 32px;
        object-fit: cover;
        flex-shrink: 0;
    }

    .review-comment {
        font-size: 16px;
        line-height: 1.7;
    }

    .review-image-placeholder,
    .review-image-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 300 / 181;
    }

    .review-more-btn {
        margin-top: 48px;
        width: 180px;
        height: 44px;
        border-radius: 22px;
        font-size: 14px;
    }

    .review-more-btn::after {
        right: 16px;
        font-size: 16px;
    }

    .estate-heading .heading-en {
        font-size: 40px;
    }

    /* スライダーを横並びのまま1枚全幅 */
    #estateSlider.slider-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    /* カード1枚を画面幅いっぱいに */
    .property-card.slider-item {
        min-width: 100%;
        scroll-snap-align: center;
    }

    /* ドットと矢印を左寄せ */
    .estate-controls {
        justify-content: left;
        gap: 16px;
        margin-top: 20px;
    }
}


.spot-detail-report__group {
    margin-top: 68.65px;
    display: flex;
    flex-wrap: wrap;
    gap: 68px 44px;
}

@media screen and (max-width: 1024px) {
    .spot-detail-report__group {
        margin-top: 40px;
        gap: 40px;
    }
}

.spot-detail-report__list {
    width: calc((100% - 44px) / 2);
}

.spot-detail-report__image-area {
    margin-bottom: 23.34px;
}

.spot-detail-report__image {
    width: 100%; 
    max-width: 600px; 
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.spot-detail-report__text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
}

.spot-detail-contents {
    max-width: 1304px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
}

.spot-detail-contents .estate-section {
    padding: unset;
    width: unset;
    max-width: 1304px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
}

.spot-detail-contents .recommend__header .catchphrase-title__title {
    margin-bottom: 31px;
}

catchphrase-title__icon {
    max-width: 200px;
}

/* 口コミ投稿 */
.review-ico {
    position: fixed;
    bottom: 28%;
    right: -44px;
    z-index: 100;
}

@media screen and (max-width: 1024px) {
    .review-ico {
        right: -19px;
        bottom: 7%;
    }
}

.review-ico__area {
    display: block;
    cursor: pointer;
    width: 206px;
    height: 164px; 
    background-image: url('/img/art/spot/review-ico-pc.png');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .review-ico__area {
        width: 137px;
        height: 110px;
        background-image: url('/img/art/spot/review-ico-sp.png');
    }
}

.review-ico__image {
    width: 68px;
    height: 78px;
    position: absolute;
    bottom: 10px;
    left: 52px;
}

/* デフォルト：PC/SP 用だけ表示、タブレット用は隠す */
.review-box--pcsp,
.review-content--pcsp {
    display: block;
}
.review-list--tablet,
.review-box--tablet,
.review-content--tablet {
    display: none;
}

/* SP（〜768px）：PC/SP 用だけ使う（今まで通り） */
@media screen and (max-width: 768px) {
    .review-box--pcsp,
    .review-content--pcsp {
        display: block;
    }
    .review-list--tablet,
    .review-box--tablet,
    .review-content--tablet {
        display: none;
    }
    .spot-detail-report__list {
    width: 100%;
    }
}

/* タブレット（769〜1024px）：タブレット用だけ表示して2列にする */
@media screen and (min-width: 769px) and (max-width: 1024px) {
   .spot-detail-report__list {
        width: calc((100% - 44px) / 2); /* ← PC と同じ 2列幅 */
    }
    /* PC/SP 用を隠す */
    .review-box--pcsp,
    .review-content--pcsp {
        display: none;
    }

    /* タブレット用を表示 */
    .review-list--tablet {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .review-box--tablet {
        display: block;
        width: calc((100% - 24px) / 2); /* 2列 */
        margin: 0;
    }

    .review-content--tablet {
        display: flex;
        flex-direction: column; /* テキスト → 画像の順番を維持 */
        gap: 16px;
    }

    .review-image-placeholder {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        border-radius: 4px;
    }
}

/* PC（1025px〜）：PC/SP 用だけ表示（今まで通り） */
@media screen and (min-width: 1025px) {
    .review-box--pcsp,
    .review-content--pcsp {
        display: block;
    }
    .review-list--tablet,
    .review-box--tablet,
    .review-content--tablet {
        display: none;
    }
    .review-content { 
        display: flex; 
        flex-direction: row; 
        align-items: flex-start; 
        gap: 24px; 
    }
}
