@charset "UTF-8";
/*
Theme Name: Sorai Japan Premium Theme
Author: Sorai Japan
Version: 1.0.0
Description: 高級感・国際的・信頼感をテーマにしたSorai Japan株式会社の1から構築する3か国語対応カスタムテーマ。
*/

:root {
    --primary-color: #0B1B3D; /* 高級感のあるネイビー（マリオット/JAL風） */
    --accent-color: #D4AF37;  /* ゴールド */
    --text-color: #222222;
    --light-bg: #F8FAFC;
    --nepal-red: #DC143C;     /* ネパールの赤（アクセント） */
    --white: #FFFFFF;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
    color: var(--text-color);
    line-height: 1.8;
    background-color: var(--white);
    overflow-x: hidden;
}

/* 言語スイッチャー固定 */
.lang-switcher {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background: rgba(11, 27, 61, 0.95);
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid var(--accent-color);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.lang-switcher a {
    color: var(--white);
    text-decoration: none;
    margin: 0 8px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s;
}
.lang-switcher a.active {
    color: var(--accent-color);
    font-weight: 700;
}

/* HERO SECTION (フルスクリーン動画/画像対応) */
.sj-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    overflow: hidden;
    background: #000;
}
/* 背景動画を想定したプレースホルダー（画像） */
.sj-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(rgba(11,27,61,0.55), rgba(11,27,61,0.75)), url('https://images.unsplash.com/photo-1503899036084-c55cdd92da26?auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
    z-index: 1;
}
.sj-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}
.sj-hero-content h1 {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.sj-hero-content p.subtitle {
    font-size: 1.6rem;
    color: var(--accent-color);
    margin-bottom: 35px;
    letter-spacing: 1px;
}
.sj-hero-content p.tagline {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 40px;
}

/* ボタン */
.sj-btn-group .btn {
    display: inline-block;
    padding: 14px 40px;
    margin: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.btn-primary { background-color: var(--accent-color); color: var(--primary-color); }
.btn-primary:hover { background-color: var(--white); color: var(--primary-color); }
.btn-secondary { border: 2px solid var(--white); color: var(--white); }
.btn-secondary:hover { background-color: var(--white); color: var(--primary-color); }

/* 共通セクション */
.sj-section { padding: 100px 20px; max-width: 1200px; margin: 0 auto; }
.sj-section-bg { background-color: var(--light-bg); }
.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 60px;
    font-size: 1.1rem;
}

/* ABOUT */
.about-text { max-width: 850px; margin: 0 auto; text-align: center; font-size: 1.25rem; color: #444; }

/* BUSINESS GRID */
.business-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 40px;
}
.business-card {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 35px;
    border-top: 5px solid var(--primary-color);
    transition: transform 0.3s ease;
}
.business-card:hover { transform: translateY(-5px); }
.business-card h3 { color: var(--primary-color); font-size: 1.5rem; margin-bottom: 15px; }
.biz-tags { margin: 15px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.biz-tags span { background: var(--light-bg); padding: 4px 12px; font-size: 0.85rem; border-radius: 4px; color: #555; }
.map-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-top: 20px; border-radius: 6px; }
.map-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* HOTEL FEATURE (メインコンテンツ) */
.hotel-feature {
    display: flex;
    flex-wrap: wrap;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.hotel-img {
    flex: 1; min-width: 400px;
    background: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1000&q=80') no-repeat center center/cover;
    min-height: 450px;
}
.hotel-content { flex: 1; min-width: 400px; padding: 60px; display: flex; flex-direction: column; justify-content: center; }
.hotel-content h3 { font-size: 2.5rem; color: var(--accent-color); margin-bottom: 20px; }
.hotel-list { margin: 25px 0; list-style: none; }
.hotel-list li { margin-bottom: 12px; font-size: 1.1rem; display: flex; align-items: center; gap: 10px; }

/* GALLERY GRID */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 8px; padding-bottom: 75%; }
.gallery-item img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(11,27,61,0.85); color: #fff; padding: 12px; text-align: center; font-size: 0.95rem; }

/* WHY CHOOSE US */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; }
.why-card { background: var(--white); padding: 40px 30px; border-radius: 8px; border: 1px solid #e2e8f0; text-align: center; }
.why-icon { font-size: 2rem; color: var(--nepal-red); margin-bottom: 15px; }
.why-card h4 { color: var(--primary-color); font-size: 1.3rem; margin-bottom: 10px; }

/* NEWS SECTION */
.news-list { max-width: 800px; margin: 0 auto; background: var(--white); border-radius: 8px; padding: 20px; }
.news-item { padding: 20px 0; border-bottom: 1px solid #e2e8f0; display: flex; gap: 20px; }
.news-item:last-child { border-bottom: none; }
.news-date { color: var(--accent-color); font-weight: bold; min-width: 100px; }
.news-title { color: var(--text-color); text-decoration: none; font-weight: 500; }
.news-title:hover { color: var(--primary-color); }

/* CONTACT */
.contact-container { max-width: 800px; margin: 0 auto; background: var(--white); padding: 50px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); text-align: center; }
.contact-info { margin-top: 30px; text-align: left; display: inline-block; }
.contact-info p { margin-bottom: 15px; font-size: 1.1rem; }

/* FOOTER */
.footer { background: var(--primary-color); color: var(--white); text-align: center; padding: 60px 20px; border-top: 4px solid var(--accent-color); }
.footer-links { margin-bottom: 30px; }
.footer-links a { color: var(--white); margin: 0 15px; text-decoration: none; font-size: 0.95rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--accent-color); }
.copyright { font-size: 0.85rem; color: #aaa; margin-top: 20px; }

@media (max-width: 768px) {
    .sj-hero-content h1 { font-size: 2.5rem; }
    .sj-hero-content p.subtitle { font-size: 1.2rem; }
    .hotel-content { padding: 35px; }
    .hotel-img, .hotel-content { min-width: 100%; }

	/* --- 画像表示のための最低限のCSS --- */

/* ヒーローエリアの設定 */
.sj-hero {
    position: relative;
    width: 100%;
    height: 80vh; /* 画面の高さの80% */
    overflow: hidden;
}

.sj-hero-bg {
    width: 100%;
    height: 100%;
    background-size: cover;      /* 画像を枠いっぱいに広げる */
    background-position: center; /* 画像を中央に配置 */
    background-repeat: no-repeat;
}

/* ホテルエリアの設定 */
.hotel-feature {
    display: flex;
    gap: 20px;
    align-items: center;
}

.hotel-img {
    width: 100%;
    max-width: 500px;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

/* ギャラリー画像の設定 */
.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* 比率を保って切り抜く */
    border-radius: 4px;
}