/* ========================================================================== 
   アクセスページ専用スタイル (main-content-access.css)
   ※ルート図の詳細は access-route.css に集約
   ========================================================================== */

/* --- 1. ページヒーローエリア --- */
.page-hero {
    width: 100%;
    min-height: 200px;
    height: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 140px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.page-hero .hero-content {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.page-hero .section-title {
    color: #fff;
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
}

.page-hero .section-title span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-top: 5px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .page-hero { height: 200px; min-height: auto; margin-top: 60px; }
    .page-hero .section-title { font-size: 28px; }
}

/* --- 2. イントロダクション (H1見出しエリア) --- */
.section-padding-concept { 
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 0 20px; 
}

.section-title-area {
    text-align: center;
}

.main-facility-title {
    font-size: 32px;
    color: #5f4528;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.main-facility-title span {
    display: block;
    font-size: 16px;
    color: #7a5a34;
    margin-top: 8px;
    text-transform: uppercase;
}

/* --- 2.5 イントロダクション (コンセプトボックス) --- */
.room-concept-box.facility-concept-box {
    background: linear-gradient(135deg, #5f4528 0%, #3e2d1a 100%);
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 30px 0 10px; 
    margin-top: 40px;
    margin-bottom: 50px; 
    text-align: center;
}

.room-concept-box.facility-concept-box .section-title-area::before {
    content: "QUALITY";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 160px;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
}

.room-concept-box.facility-concept-box .section-title {
    color: #ffffff !important;
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0 0;
    display: inline-block;
}

.room-concept-box.facility-concept-box .section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #ec971f;
    margin: 10px auto 0;
}

.room-concept-box.facility-concept-box .concept-lead {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    line-height: 1.7 !important; 
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 0 20px;
    font-size: 19px;
    position: relative;
    z-index: 2;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .room-concept-box.facility-concept-box .section-title-area::before { font-size: 80px; }
    .room-concept-box.facility-concept-box .section-title { font-size: 28px; }
    .room-concept-box.facility-concept-box .concept-lead { font-size: 16px; margin-bottom: 15px; }
}

/* --- 3. Google Map セクション --- */
.map-section {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.google-map-wrapper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.google-map-wrapper iframe { display: block; }
.map-btn-area { text-align: center; margin-top: 20px; }

.btn-gmap {
    display: inline-block;
    background-color: #5f4528;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn-gmap:hover { background-color: #7a5a34; }


/* --- 画像マップエリア (ボケ防止) --- */
.visual-map-area { margin-top: 60px; text-align: center; }
.visual-map-header { margin-bottom: 25px; }
.visual-map-header .sub-title {
    display: block; font-size: 12px; color: #7a5a34; letter-spacing: 0.2em; font-weight: bold; margin-bottom: 5px;
}
.visual-map-title { font-size: 24px; color: #5f4528; font-weight: bold; }

.visual-map-container {
    max-width: 900px; margin: 0 auto; background: #f3eee4; 
    border: 1px solid #d2c3aa; border-radius: 12px; padding: 60px 20px;
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.02); position: relative;
}

.map-image {
    width: auto; max-width: 100%; height: auto; margin: 0 auto; display: block;
    border: 6px solid #fff; border-radius: 4px; box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.map-zoom-label {
    display: inline-block; margin-top: 25px; background: #5f4528; color: #fff;
    font-size: 13px; font-weight: bold; padding: 8px 20px; border-radius: 30px;
}

/* --- 4. 交通ルート共通コンテナ --- */
.access-route-container {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
    clear: both;
}

.route-block {
    margin-top: 60px;
    margin-bottom: 80px;
    border-top: 2px solid #7a5a34;
    padding-top: 40px;
}

.route-header h2 {
    justify-content: center;
    font-size: 24px;
    color: #5f4528;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

/* --- 下部コンテナ（住所＆駐車場）のレイアウト --- */
.car-bottom-container {
    display: flex;
    flex-direction: column; /* SPデフォルト：縦並び */
    gap: 30px;
    margin-top: 40px;
}

@media (min-width: 1025px) {
    .car-bottom-container {
        flex-direction: row; /* PC：横並び */
        align-items: stretch;
        justify-content: space-between;
    }
}

/* --- 住所ボックス：デザイン --- */
.car-address-box {
    background: #ffffff;
    border-left: 5px solid #5f4528; 
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    flex: 1;
}

@media (min-width: 1025px) {
    .car-address-box { max-width: 48%; }
}

.hotel-label { font-size: 11px; letter-spacing: 0.2em; color: #7a5a34; margin-bottom: 5px; font-weight: bold; }
.car-address-box h3 { color: #5f4528; font-size: 22px; margin-bottom: 25px; font-weight: bold; line-height: 1.4; }

.contact-group { background: #f3eee4; padding: 20px; border-radius: 8px; margin-bottom: 20px; }
.contact-row { display: flex; align-items: center; margin-bottom: 10px; }
.contact-row .label { background: #5f4528; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 3px; margin-right: 15px; width: 35px; text-align: center; }
.contact-row strong a { color: #5f4528; text-decoration: none; font-size: 20px; font-weight: bold; }

/* --- 駐車場・サービス案内 --- */
.access-services {
    flex: 1;
}

@media (min-width: 1025px) {
    .access-services { max-width: 48%; }
}

.service-item {
    position: relative;
    background: #fff;
    padding: 45px 30px 30px;
    border-radius: 12px;
    border: 1px solid #d2c3aa;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    height: 100%; /* 高さを揃える */
    display: flex;
    flex-direction: column;
}

.service-tag { position: absolute; top: 20px; left: 30px; font-size: 11px; font-weight: bold; color: #7a5a34; text-transform: uppercase; }
.service-item h3 { color: #5f4528; font-size: 20px; margin-bottom: 18px; font-weight: bold; line-height: 1.4; border-bottom: 2px solid #f3eee4; padding-bottom: 15px; }
.service-item h3 span { font-size: 15px; color: #d43f3a; margin-left: 5px; }

.timetable-container { background: #fdfaf0; padding: 20px; border-radius: 8px; margin-bottom: 20px; border: 1px solid #faedc5; text-align: center; }
.timetable-label { display: block; font-size: 18px; font-weight: bold; color: #8a6d00; margin-bottom: 12px; }
.timetable-note { font-size: 15px; color: #8a6d00; line-height: 1.6; font-weight: bold; }

/* 共通の注釈スタイル */
.note {
    font-size: 14px !important;
    color: #555 !important;
    position: relative;
    padding-left: 1.4em;
    line-height: 1.6;
}
.note::before { content: "※"; position: absolute; left: 0; color: #d43f3a; }

/* --- SP用ルート表示制御 --- */
.d-pc-only { display: block; }
.d-sp-only { display: none; }

@media (max-width: 900px) {
    .d-pc-only { display: none; }
    .d-sp-only { display: block; }

    /* SP時の住所・駐車場の調整 */
    .car-address-box, .service-item {
        padding: 30px 20px;
    }
    
    .service-tag {
        position: static;
        margin-bottom: 10px;
        display: block;
    }

    .service-item h3 span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

/* --- 5. アニメーション --- */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }