@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ============================================================
   Lumière — SKIN風カスタムスタイル
   ============================================================ */

/* ---------- 基本設定 ---------- */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #2c2c2c;
    background: #fff;
    letter-spacing: 0.06em;
    line-height: 1.9;
}

img { max-width: 100%; height: auto; }

/* ---------- ヘッダー ---------- */
#header {
    background: rgba(255,255,255,0.97);
    border-bottom: 1px solid #ece7df;
    box-shadow: none;
}

#site-title a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    letter-spacing: 0.25em;
    color: #2c2c2c;
    text-decoration: none;
}

#navi .navi-in > ul > li > a {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    color: #555;
    padding: 0 18px;
    text-transform: uppercase;
    background: transparent;
}
#navi .navi-in > ul > li > a:hover { color: #b89a6a; background: transparent; }

/* ---------- ファーストビュー ---------- */
.fv-wrap {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.fv-wrap .useful-blocks-slider img,
.fv-wrap img {
    width: 100%;
    height: 92vh;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

.fv-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20,16,12,0.28);
    z-index: 2;
    pointer-events: none;
}

.fv-catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 3;
    width: 90%;
}

.fv-catch .catch-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(12px, 1.8vw, 16px);
    letter-spacing: 0.5em;
    display: block;
    margin-bottom: 20px;
    opacity: 0.9;
}

.fv-catch .catch-ja {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(26px, 4.5vw, 52px);
    font-weight: 300;
    line-height: 1.7;
    display: block;
    margin-bottom: 36px;
    text-shadow: 0 2px 30px rgba(0,0,0,0.25);
}

.fv-catch .fv-btn {
    display: inline-block;
    padding: 14px 48px;
    border: 1px solid rgba(255,255,255,0.8);
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: all 0.4s;
    background: transparent;
}
.fv-catch .fv-btn:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
}

/* ---------- セクション共通 ---------- */
.section-wrap {
    padding: 100px 40px;
    max-width: 1140px;
    margin: 0 auto;
}
.section-wrap.full-bg {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.section-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    letter-spacing: 0.5em;
    color: #b89a6a;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.section-title {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 300;
    line-height: 1.9;
    color: #2c2c2c;
    margin: 0 0 28px;
}

.section-text {
    font-size: 14px;
    line-height: 2.2;
    color: #666;
    margin-bottom: 36px;
}

.section-divider {
    width: 36px;
    height: 1px;
    background: #b89a6a;
    margin: 20px 0;
}

/* ---------- ボタン ---------- */
.btn-lumiere {
    display: inline-block;
    padding: 14px 44px;
    border: 1px solid #b89a6a;
    color: #b89a6a;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: all 0.35s;
    background: transparent;
}
.btn-lumiere:hover { background: #b89a6a; color: #fff; }
.btn-lumiere.dark { border-color: #2c2c2c; color: #2c2c2c; }
.btn-lumiere.dark:hover { background: #2c2c2c; color: #fff; }

/* ---------- コンセプトセクション ---------- */
.concept-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 40px;
}

.concept-img { overflow: hidden; }
.concept-img img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}
.concept-img:hover img { transform: scale(1.04); }

/* ---------- メニューカード ---------- */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #ece7df;
    margin: 0;
}

.menu-card {
    background: #fff;
    padding: 48px 36px;
    text-align: center;
    transition: background 0.3s;
}
.menu-card:hover { background: #faf8f4; }

.menu-card .menu-icon {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    color: #b89a6a;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.1em;
}

.menu-card .menu-name {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.menu-card .menu-name-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    letter-spacing: 0.35em;
    color: #b89a6a;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.menu-card .menu-desc {
    font-size: 13px;
    line-height: 2;
    color: #888;
    margin-bottom: 24px;
}

.menu-card .menu-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: #b89a6a;
    letter-spacing: 0.05em;
}
.menu-card .menu-price span { font-size: 12px; }

/* ---------- スタッフ紹介 ---------- */
.staff-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1140px;
    margin: 48px auto 0;
}

.staff-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.staff-img-wrap {
    overflow: hidden;
    aspect-ratio: 3 / 4;
}

.staff-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.7s ease;
}
.staff-card:hover .staff-img { transform: scale(1.05); }

.staff-img-placeholder {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #ece7df;
}

.staff-info { padding: 18px 4px 0; text-align: center; }

.staff-role {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    letter-spacing: 0.3em;
    color: #b89a6a;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.staff-name {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 300;
    color: #2c2c2c;
    margin: 0;
}

/* ---------- お知らせ ---------- */
.news-list { list-style: none; padding: 0; max-width: 800px; margin: 48px auto 0; }

.news-item a {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #ece7df;
    text-decoration: none;
    color: #2c2c2c;
    transition: color 0.3s;
}
.news-item a:hover { color: #b89a6a; }

.news-date {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #aaa;
    white-space: nowrap;
    min-width: 80px;
}

.news-cat {
    background: #f5f0ea;
    color: #b89a6a;
    font-size: 10px;
    padding: 4px 12px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    flex-shrink: 0;
}

.news-title { font-size: 14px; line-height: 1.6; }

/* ---------- お問い合わせフォーム ---------- */
.cf7-wrap .cf7-row { margin-bottom: 28px; }

.cf7-wrap label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.18em;
    color: #888;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cf7-wrap input[type="text"],
.cf7-wrap input[type="email"],
.cf7-wrap input[type="tel"],
.cf7-wrap select,
.cf7-wrap textarea {
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    background: transparent;
    transition: border-color 0.3s;
    box-sizing: border-box;
    color: #2c2c2c;
}
.cf7-wrap input:focus,
.cf7-wrap select:focus,
.cf7-wrap textarea:focus {
    outline: none;
    border-bottom-color: #b89a6a;
}

.cf7-wrap textarea { height: 120px; resize: none; }

.cf7-wrap .wpcf7-submit {
    background: transparent;
    border: 1px solid #b89a6a;
    color: #b89a6a;
    padding: 16px 72px;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    letter-spacing: 0.25em;
    cursor: pointer;
    transition: all 0.35s;
    display: block;
    margin: 40px auto 0;
}
.cf7-wrap .wpcf7-submit:hover { background: #b89a6a; color: #fff; }

/* ---------- Googleマップ ---------- */
.map-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.map-wrap iframe {
    width: 100%;
    height: 420px;
    border: none;
    display: block;
    filter: grayscale(15%) contrast(1.02);
}

/* ---------- アクセス情報 ---------- */
.access-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 40px;
}

.access-table { width: 100%; border-collapse: collapse; }
.access-table th,
.access-table td {
    padding: 14px 0;
    border-bottom: 1px solid #ece7df;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
}
.access-table th {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.2em;
    color: #b89a6a;
    width: 110px;
    font-weight: 400;
}

/* ---------- フッター ---------- */
#footer {
    background: #1e1a16;
    color: #888;
    font-size: 11px;
    letter-spacing: 0.12em;
}

#footer a { color: #b89a6a; text-decoration: none; }

.footer-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 40px 40px;
    text-align: center;
}

.footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    letter-spacing: 0.3em;
    color: #fff;
    display: block;
    margin-bottom: 24px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 40px;
    list-style: none;
    padding: 0;
}
.footer-nav a {
    font-size: 11px;
    letter-spacing: 0.15em;
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 1024px) {
    .concept-grid { grid-template-columns: 1fr; gap: 48px; padding: 80px 32px; }
    .menu-grid { grid-template-columns: 1fr; }
    .access-grid { grid-template-columns: 1fr; gap: 40px; padding: 60px 32px; }
}

@media (max-width: 768px) {
    .fv-wrap img { height: 65vh; }
    .fv-catch .catch-ja { font-size: 24px; }
    .section-wrap { padding: 70px 24px; }
    .staff-list { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .concept-img img { height: 320px; }
    .news-item a { flex-wrap: wrap; gap: 10px; }
    .footer-nav { flex-wrap: wrap; gap: 20px; }
}
