@charset "UTF-8";

/*
Theme Name: Yururu Theme
Author: Infinimum
Description: 産前・産後ケア「ゆるる」オリジナルテーマ
Version: 1.0.0
*/

/* -------------------------------------------
   Reset & Base
------------------------------------------- */
* { box-sizing: border-box; }
body, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, figure, table, th, td { margin: 0; padding: 0; }
ul { list-style: none; }
a { text-decoration: none; color: inherit; transition: opacity 0.3s; }
a:hover { opacity: 0.7; }
img { max-width: 100%; height: auto; vertical-align: bottom; }

body {
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #5a4a42;
    line-height: 1.8;
    background-color: #fcf9f4;
    background-image: radial-gradient(#fdf2f0 10%, transparent 10%);
    background-size: 30px 30px;
}

.container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }

/* -------------------------------------------
   Components
------------------------------------------- */
/* ボタン */
.btn-main {
    display: inline-block;
    background-color: #e8a798;
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(232, 167, 152, 0.4);
    letter-spacing: 0.05em;
    position: relative;
    overflow: hidden;
}
.btn-main::after { content: "＞"; margin-left: 10px; font-size: 0.9em; }
.btn-main:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(232, 167, 152, 0.6); background-color: #eea190; }

/* セクションタイトル */
.section { padding: 80px 0; }
.section-title {
    text-align: center;
    font-size: 1.8rem;
    color: #5a4a42;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    /* 中央寄せの設定を修正 */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.section-title::after {
    content: "";
    display: block;
    width: 60px; /* 幅を固定（広すぎないように） */
    height: 3px;
    background-color: #e8a798;
    margin: 10px auto 0;
    border-radius: 3px;
    opacity: 0.7;
}
.section-title span {
    display: block;
    font-size: 0.9rem;
    color: #e8a798;
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-family: sans-serif;
}

/* -------------------------------------------
   Header
------------------------------------------- */
.header {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    position: sticky; top: 0; z-index: 2001 !important; padding: 12px 0;
}
.header-inner { display: flex; justify-content: space-between; align-items: center; }

/* Header Logo Styles */
.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-logo-img {
    height: auto;
    width: 80px;
    max-width: 100%;
    display: block;
    transition: opacity 0.3s;
}
.header-logo-link:hover .header-logo-img { opacity: 0.8; }
.header-official-text {
    font-size: 0.75rem;
    color: #5a4a42;
    margin: 0;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .header-logo-img { width: 60px; }
    .header-official-text { font-size: 0.65rem; display: none; }
}

/* Nav */
.header-nav { display: none; }
@media (min-width: 900px) {
    .header-nav { display: block; }
    .nav-list { display: flex; align-items: center; gap: 25px; }
    .nav-link { text-align: center; display: block; }
    .nav-jp { display: block; font-size: 0.95rem; font-weight: 500; }
    .nav-en { display: block; font-size: 0.65rem; color: #e8a798; text-transform: uppercase; margin-top: 2px; }
    .header-btn { background-color: #e8a798; color: #fff; padding: 12px 24px; border-radius: 50px; font-size: 0.9rem; font-weight: bold; box-shadow: 0 4px 10px rgba(232, 167, 152, 0.3); }
}

/* Hamburger */
.hamburger-btn { position: relative; z-index: 2000; width: 48px; height: 48px; border: none; background: transparent; cursor: pointer; display: block; }
@media (min-width: 900px) { .hamburger-btn { display: none; } }
.hamburger-bar { display: block; width: 26px; height: 2px; background-color: #5a4a42; border-radius: 2px; position: absolute; left: 11px; transition: all 0.4s ease; }
.hamburger-bar:nth-child(1) { top: 16px; }
.hamburger-bar:nth-child(2) { top: 23px; }
.hamburger-bar:nth-child(3) { top: 30px; }
.hamburger-btn.active .hamburger-bar { 
    background-color: #5a4a42; 
    opacity: 1; 
    height: 3px; 
    width: 28px; 
    left: 10px; 
    z-index: 2002 !important;
}
.hamburger-btn.active .hamburger-bar:nth-child(1) { top: 23px; transform: rotate(45deg); }
.hamburger-btn.active .hamburger-bar:nth-child(2) { opacity: 0; }
.hamburger-btn.active .hamburger-bar:nth-child(3) { top: 23px; transform: rotate(-45deg); }
.hamburger-label { position: absolute; bottom: 5px; width: 100%; text-align: center; font-size: 9px; color: #5a4a42; font-weight: bold; }
.hamburger-btn.active .hamburger-label { display: none; }

/* スマホメニュー表示位置調整 */
@media (max-width: 899px) {
    .sp-nav-list {
        padding: 80px 0; 
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 100vh;
        overflow-y: auto;
    }
}

/* Drawer */
.sp-nav-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: #fcf9f4; z-index: 1500; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: 0.4s; }
.sp-nav-overlay.active { opacity: 1; visibility: visible; }
.sp-nav-item { margin-bottom: 25px; text-align: center; }
.sp-nav-link { font-size: 1.2rem; font-weight: bold; display: block; padding: 10px; color: #5a4a42; }
.sp-nav-en { font-size: 0.8rem; color: #e8a798; display: block; margin-top: 5px; font-weight: normal; }

/* Footer */
.footer { background-color: #5a4a42; color: #fff; padding: 60px 0 20px; margin-top: 60px; }
.footer-info { text-align: center; margin-bottom: 40px; }
.footer-logo-text { font-size: 1.45rem; font-weight: bold; margin-bottom: 15px; display: block; }
.payment-item { background: #fff; color: #5a4a42; padding: 3px 10px; border-radius: 4px; font-weight: bold; font-size: 0.8rem; margin: 0 2px; }
.copyright { text-align: center; font-size: 0.8rem; opacity: 0.7; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 20px; }


/* -------------------------------------------
   Footer Menu
------------------------------------------- */
.footer-menu-area {
    margin-bottom: 30px;
}

.footer-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 30px; /* 上下20px, 左右30pxの間隔 */
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li a {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    opacity: 0.8;
    position: relative;
}

.footer-list li a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* スマホ表示時の調整 */
@media (max-width: 767px) {
    .footer-list {
        flex-direction: column; /* 縦並びにする */
        gap: 15px;
        align-items: center;
    }
    
    .footer-info {
        margin-bottom: 30px;
    }
}

/* -------------------------------------------
   Footer SNS Button
------------------------------------------- */
.btn-insta {
    display: inline-block;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.95rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.btn-insta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    opacity: 0.9;
    color: #fff; /* ホバー時も文字色は白のまま */
    text-decoration: none;
}

/* Dashicons調整（アイコンサイズなど） */
.btn-insta .dashicons {
    font-size: 1.2rem;
    width: auto;
    height: auto;
    line-height: 1;
}


/* 404 & Page Header */
.page-header { background-color: #fdf2f0; padding: 60px 0; text-align: center; margin-bottom: 60px; }
.page-header h1 { font-size: 1.8rem; color: #5a4a42; margin-bottom: 10px; }
.page-header span { color: #e8a798; font-size: 1rem; font-weight: normal; letter-spacing: 0.1em; }
.error-404 { text-align: center; padding: 100px 0; }

/* -------------------------------------------
   Unique Section (Originality)
------------------------------------------- */
.unique-section { background-color: #fff; border-radius: 50px; padding: 60px 20px; margin: 60px 0; }
.unique-intro { text-align: center; margin-bottom: 50px; font-size: 1.1rem; }
.unique-grid { display: grid; grid-template-columns: 1fr; gap: 30px; max-width: 900px; margin: 0 auto; }
@media (min-width: 768px) { .unique-grid { grid-template-columns: repeat(3, 1fr); } }
.unique-card { background-color: #fcf9f4; border: 2px solid #f4ece2; border-radius: 20px; padding: 30px 20px; text-align: center; transition: 0.3s; }
.unique-card:hover { border-color: #e8a798; transform: translateY(-3px); }
.unique-icon { font-size: 3rem; margin-bottom: 15px; display: block; }
.unique-icon-img { display: block; margin: 0 auto 15px; max-width: 80px; height: auto; } /* 画像アイコン用スタイル */
.unique-title { font-size: 1.1rem; color: #5a4a42; margin-bottom: 15px; font-weight: bold; }
.unique-text { font-size: 0.9rem; text-align: left; }

/* -------------------------------------------
   スマホのみ改行するクラス (.sp-only)
------------------------------------------- */
/* デフォルト（PC）では改行を無効化 */
br.sp-only {
    display: none; 
}

/* スマホ表示（767px以下）では改行を有効化 */
@media (max-width: 767px) {
    br.sp-only {
        display: block; /* 改行として機能させる */
        content: "";    /* コンテンツとして認識させる */
        margin: 0;
    }
}