/* clever-sky-768.css — クライシスプレス京都 */

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #2a2a2a;
    background: #fff;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2, h3 { font-weight: 500; color: #2a2a2a; margin: 0 0 15px; }
h1 { font-size: 28px; line-height: 1.25; }
h2 { font-size: 24px; line-height: 1.3; }
h3 { font-size: 18px; line-height: 1.35; }

/* === GRID === */
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.col, [class*="col-"] { padding: 0 15px; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) {
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
}
@media (min-width: 768px) {
    .col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
}
@media (min-width: 992px) {
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
}
@media (min-width: 1200px) {
    .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
    .col-xl-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
}

.d-flex { display: flex; }
.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }
.justify-content-between { justify-content: space-between; }
.justify-content-end { justify-content: flex-end; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* === HEADER === */
.site-header { background: #00a9e0; color: #fff; position: relative; z-index: 100; }

.site-header .utilities { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
.site-header .utilities .nav { display: flex; align-items: center; justify-content: space-between; }

.site-header .logo-wrap { display: flex; align-items: center; gap: 12px; }
.site-header .logo-wrap a { display: flex; align-items: center; gap: 10px; color: #fff; }
.site-header .logo-svg { width: 36px; height: 36px; flex-shrink: 0; }
.site-header .logo-text { font-size: 16px; font-weight: 600; letter-spacing: 0.3px; color: #fff; line-height: 1.2; }
.site-header .logo-text span { display: block; font-size: 11px; font-weight: 300; opacity: 0.85; letter-spacing: 1px; text-transform: uppercase; }

.site-header .util-links { display: flex; gap: 0; }
.site-header .util-links a { color: #fff; font-size: 12px; padding: 0 10px; opacity: 0.9; border-right: 1px solid rgba(255,255,255,0.2); }
.site-header .util-links a:last-child { border-right: 0; padding-right: 0; }
.site-header .util-links a:hover { opacity: 1; }

.site-header .navbar { background: #00a9e0; border-top: 1px solid rgba(255,255,255,0.15); }
.site-header .navbar .nav-inner { display: flex; align-items: center; justify-content: space-between; }

.nav-menu { display: flex; align-items: center; }
.nav-menu li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 16px;
    display: block;
    transition: background 0.2s;
}
.nav-menu li a:hover,
.nav-menu li a.active { background: rgba(255,255,255,0.15); }

.menu-toggle { display: none; background: none; border: 0; color: #fff; font-size: 20px; padding: 10px; cursor: pointer; }

/* === BUTTONS === */
.btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 22px;
    border-radius: 0;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif;
}
.btn-primary { background: #00a9e0; color: #fff; border-color: #00a9e0; }
.btn-primary:hover { background: #0089b8; border-color: #0089b8; color: #fff; }
.btn-outline { background: transparent; color: #00a9e0; border: 1px solid #00a9e0; }
.btn-outline:hover { background: #00a9e0; color: #fff; }
.btn-white { background: #fff; color: #2a2a2a; border-color: #fff; }
.btn-white:hover { background: #f0f0f0; }
.btn-outline-white { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.7); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); }

/* === HERO SECTION (side by side: image left, card right) === */
.hero-section { padding: 0; }
.hero-section .hero-img-wrap { position: relative; overflow: hidden; }
.hero-section .hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; min-height: 380px; }
.hero-section .hero-card {
    background: #6f6f6f;
    color: #fff;
    padding: 45px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-section .hero-card h1 { color: #fff; font-size: 26px; margin-bottom: 20px; }
.hero-section .hero-card p { color: rgba(255,255,255,0.9); font-size: 14px; margin-bottom: 15px; }
.hero-section .hero-card .hero-badge {
    display: inline-block;
    background: #00a9e0;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    margin-bottom: 18px;
}

/* === SECTIONS === */
.section { padding: 60px 0; }
.section.bg-light { background: #f2f2f2; }
.section.bg-dark { background: #6a6a6a; color: #fff; }
.section.bg-dark h2 { color: #fff; }
.section.bg-dark p { color: rgba(255,255,255,0.9); }
.section-title { margin-bottom: 35px; }
.section-title h2 { font-size: 22px; font-weight: 500; }

/* === FEATURE CARDS (3 col) === */
.feature-card { background: #fff; margin-bottom: 30px; }
.feature-card .card-img-wrap { overflow: hidden; }
.feature-card .card-img-wrap img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.3s; }
.feature-card:hover .card-img-wrap img { transform: scale(1.03); }
.feature-card .card-body { padding: 20px 0 15px; }
.feature-card .card-body h3 { font-size: 17px; margin-bottom: 10px; }
.feature-card .card-body p { font-size: 13px; color: #4a4a4a; line-height: 1.55; margin-bottom: 12px; }
.feature-card .card-foot { padding-top: 5px; }

/* === OVERLAY CARDS (4 col, text over image) === */
.overlay-card { position: relative; overflow: hidden; cursor: pointer; }
.overlay-card img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.35s; }
.overlay-card:hover img { transform: scale(1.05); }
.overlay-card .oc-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 58, 85, 0.4);
    transition: background 0.2s;
}
.overlay-card:hover .oc-overlay { background: rgba(31, 58, 85, 0.6); }
.overlay-card .oc-overlay h3 { color: #fff; font-size: 17px; text-align: center; margin: 0; padding: 0 15px; }

/* === JUMBOTRON (CTA band) === */
.jumbotron { background: #6f6f6f; padding: 35px 0; }
.jumbotron h2 { color: #fff; font-size: 22px; margin-bottom: 8px; }
.jumbotron p { color: rgba(255,255,255,0.9); font-size: 14px; margin: 0; }
.jumbotron .btn-primary { background: transparent; border-color: #00a9e0; color: #00a9e0; }
.jumbotron .btn-primary:hover { background: #00a9e0; color: #fff; }

/* === MEDIA TILE (image left, text right) === */
.media-tile { }
.media-tile .tile-img img { width: 100%; height: auto; display: block; }
.media-tile .tile-content { padding: 30px 25px; }
.media-tile .tile-content h2 { font-size: 22px; margin-bottom: 15px; }
.media-tile .tile-content p { font-size: 14px; color: #4a4a4a; line-height: 1.65; margin-bottom: 15px; }

/* === PRICE SECTION === */
.price-section { }
.price-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px 25px;
    margin-bottom: 25px;
    position: relative;
    transition: box-shadow 0.2s;
}
.price-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.price-card.featured { border-color: #00a9e0; }
.price-card.featured::before {
    content: "人気";
    position: absolute;
    top: -1px;
    right: 20px;
    background: #00a9e0;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.price-card h3 { font-size: 18px; margin-bottom: 8px; }
.price-card .price-amount { font-size: 32px; font-weight: 600; color: #00a9e0; margin-bottom: 5px; line-height: 1; }
.price-card .price-amount span { font-size: 14px; font-weight: 400; color: #6a6a6a; }
.price-card .price-desc { font-size: 13px; color: #6a6a6a; margin-bottom: 20px; }
.price-card ul { margin-bottom: 25px; }
.price-card ul li { font-size: 13px; padding: 6px 0; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; gap: 8px; }
.price-card ul li i { color: #00a9e0; font-size: 12px; }

/* === INFO TILES (4 col, image + text) === */
.info-tile { margin-bottom: 25px; }
.info-tile .it-img img { width: 100%; height: 140px; object-fit: cover; }
.info-tile .it-body { padding: 15px 0; }
.info-tile .it-body h3 { font-size: 15px; margin-bottom: 6px; }
.info-tile .it-body p { font-size: 12px; color: #4a4a4a; margin-bottom: 8px; }
.info-tile .it-body a { font-size: 12px; color: #00a9e0; font-weight: 500; }
.info-tile .it-body a:hover { text-decoration: underline; }
.info-tile .it-body a::after { content: " >"; }

/* === QUICK LINKS OVERLAY === */
.quick-links-wrap { }
.quick-link-item { position: relative; overflow: hidden; }
.quick-link-item img { width: 100%; height: 200px; object-fit: cover; display: block; filter: brightness(0.75); transition: filter 0.3s; }
.quick-link-item:hover img { filter: brightness(0.6); }
.quick-link-item .ql-label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%);
    padding: 30px 20px 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/* === FOOTER === */
.site-footer { background: #2a2a2a; color: #fff; }

.site-footer .footer-top {
    background: #bfa676;
    padding: 25px 0;
}
.site-footer .footer-top .soc-label {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 15px;
}
.site-footer .footer-top .soc-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 14px;
    margin: 0 3px;
    transition: background 0.2s;
}
.site-footer .footer-top .soc-icons a:hover { background: rgba(255,255,255,0.4); }

.site-footer .footer-body { padding: 40px 0 30px; }
.site-footer .footer-col .col-label {
    display: block;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 15px;
}
.site-footer .footer-col ul { }
.site-footer .footer-col ul li { margin-bottom: 8px; }
.site-footer .footer-col ul li a { color: #fff; font-size: 13px; opacity: 0.85; }
.site-footer .footer-col ul li a:hover { color: #00a9e0; opacity: 1; }

.site-footer .footer-contact { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.8; }
.site-footer .footer-contact p { margin-bottom: 4px; }
.site-footer .footer-contact a { color: rgba(255,255,255,0.8); }
.site-footer .footer-contact a:hover { color: #00a9e0; }

.site-footer .footer-legal {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    margin-top: 25px;
    font-size: 11px;
    color: rgba(255,255,255,0.45);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.site-footer .footer-legal a {
    color: rgba(255,255,255,0.65);
    margin-right: 12px;
    text-decoration: none;
}
.site-footer .footer-legal a:hover { color: #00a9e0; }

/* === COOKIES GDPR === */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1e1e1e;
    color: #fff;
    padding: 18px 0;
    z-index: 9999;
    display: none;
    border-top: 2px solid #00a9e0;
}
.cookie-banner.visible { display: block; }
.cookie-banner .cb-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cookie-banner p { font-size: 13px; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.5; }
.cookie-banner p a { color: #00a9e0; text-decoration: underline; }
.cookie-banner .cb-btns { display: flex; gap: 10px; flex-shrink: 0; }

/* === CONTACT FORM === */
.contact-form .form-group { margin-bottom: 18px; }
.contact-form label { display: block; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; color: #6a6a6a; margin-bottom: 6px; }
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: #00a9e0; }
.contact-form textarea { resize: vertical; min-height: 120px; }

/* === BREADCRUMB === */
.breadcrumb { padding: 12px 0; font-size: 12px; color: #6a6a6a; }
.breadcrumb a { color: #00a9e0; }
.breadcrumb span { margin: 0 6px; }

/* === PAGE HEADER === */
.page-header { background: #f2f2f2; padding: 35px 0 30px; border-bottom: 1px solid #e0e0e0; }
.page-header h1 { font-size: 26px; margin-bottom: 8px; }
.page-header p { font-size: 14px; color: #6a6a6a; margin: 0; }

/* === INNER PAGE CONTENT === */
.inner-content { padding: 50px 0 70px; }
.inner-content h2 { font-size: 20px; margin-top: 30px; margin-bottom: 12px; }
.inner-content h3 { font-size: 16px; margin-top: 22px; margin-bottom: 8px; }
.inner-content p { font-size: 14px; color: #3a3a3a; line-height: 1.7; margin-bottom: 14px; }
.inner-content ul, .inner-content ol { margin: 0 0 14px 20px; }
.inner-content li { font-size: 14px; color: #3a3a3a; line-height: 1.7; margin-bottom: 6px; }

/* === FAQ ACCORDION === */
.faq-item { border-bottom: 1px solid #e8e8e8; }
.faq-question {
    width: 100%;
    background: none;
    border: 0;
    text-align: left;
    padding: 18px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2a2a2a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.faq-question i { color: #00a9e0; font-size: 13px; transition: transform 0.25s; }
.faq-question.open i { transform: rotate(180deg); }
.faq-answer { display: none; padding-bottom: 18px; font-size: 13px; color: #4a4a4a; line-height: 1.65; }
.faq-answer.open { display: block; }

/* === STAT BAND === */
.stat-band { background: #00a9e0; padding: 40px 0; }
.stat-item { text-align: center; padding: 15px; }
.stat-item .stat-num { font-size: 36px; font-weight: 600; color: #fff; line-height: 1; margin-bottom: 6px; }
.stat-item .stat-label { font-size: 12px; color: rgba(255,255,255,0.85); text-transform: uppercase; letter-spacing: 1px; }

/* === RESPONSIVE === */
@media (max-width: 991px) {
    .site-header .navbar .nav-menu { display: none; }
    .menu-toggle { display: block; }
    .nav-menu.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #00a9e0; z-index: 200; }
    .nav-menu.open li a { padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .hero-section .hero-card { padding: 30px 25px; }
    h1 { font-size: 22px; }
    .section { padding: 40px 0; }
    .stat-item .stat-num { font-size: 28px; }
}
@media (max-width: 767px) {
    .feature-card { margin-bottom: 25px; }
    .media-tile .tile-content { padding: 20px 0; }
    .site-footer .footer-top .d-flex { flex-direction: column; align-items: flex-start; gap: 12px; }
    .hero-section .row { flex-direction: column; }
    .hero-section .hero-img-wrap img { min-height: 260px; }
    .overlay-card img { height: 160px; }
    .price-card .price-amount { font-size: 26px; }
}

/* === UTILITY === */
.hidden-md-down { display: none; }
@media (min-width: 992px) { .hidden-md-down { display: flex; } }
.hidden-lg-up { display: block; }
@media (min-width: 992px) { .hidden-lg-up { display: none; } }
.sr-only { position: absolute; left: -9999px; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px; }
.gap-10 { gap: 10px; }
