@charset "utf-8";

/* ============ ベース ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #5a4a42;
  background: #f7efe9;
  line-height: 1.8;
  font-size: 14px;
}
a { color: #c08a8a; text-decoration: none; }
a:hover { opacity: .8; text-decoration: underline; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
.listStyleNone { list-style: none; }
.clearfix::after { content: ""; display: block; clear: both; }
#wrapper { background: #fff; overflow: hidden; }

/* ---- 画像プレースホルダー ---- */
.imgPlaceholder {
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: repeating-linear-gradient(45deg,#efe2da,#efe2da 10px,#e8d6cc 10px,#e8d6cc 20px);
  color: #b59a8c; font-size: 12px; letter-spacing: .05em;
  border: 1px dashed #cdb3a4; min-height: 60px; width: 100%;
}
.imgPlaceholder.logo { min-height: 70px; font-weight: bold; font-size: 16px; line-height: 1.3; }
.imgPlaceholder.slide { min-height: 380px; font-size: 16px; }
.imgPlaceholder.banner { min-height: 90px; }
.imgPlaceholder.profile { min-height: 320px; }
.imgPlaceholder.thumb { min-height: 90px; }
.imgPlaceholder.map { min-height: 200px; }
.imgPlaceholder.sideTit { min-height: 44px; }
.imgPlaceholder.sns { min-height: 36px; width: 36px; border-radius: 50%; font-weight: bold; }

.placeholderText { color: #b09a8d; font-style: italic; font-size: 13px; }

/* ============ ヘッダー ============ */
.headerSeo { background: #efe2da; }
.headerSeoInner { max-width: 1000px; margin: 0 auto; padding: 4px 15px; }
#headerTit { font-size: 11px; font-weight: normal; color: #8a7568; }

#headerIn {
  max-width: 1000px; margin: 0 auto; padding: 15px;
  display: flex; align-items: center; gap: 14px;
}
#headerLogo { max-width: 200px; width: 100%; margin-right: auto; }
.hfTel .hfTelTit a {
  display: inline-block; background: #c08a8a; color: #fff;
  padding: 10px 22px; border-radius: 30px; font-weight: bold;
}
.hfTel .hfTelTit a:hover { text-decoration: none; }

/* ハンバーガーメニュー（お問い合わせの右・スマホのみ表示） */
.navToggle {
  display: none; flex-direction: column; justify-content: space-between;
  width: 32px; height: 24px; padding: 2px 0; cursor: pointer; flex-shrink: 0;
}
.navToggle span { display: block; height: 3px; width: 100%; background: #6b574c;
  border-radius: 2px; transition: transform .3s, opacity .3s; }
.navToggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.navToggle.open span:nth-child(2) { opacity: 0; }
.navToggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============ SPナビ ============ */
#gNaviSp { display: none; background: #fff; }
.gNaviToggle {
  display: block; background: #c08a8a; color: #fff; text-align: center;
  padding: 14px; font-weight: bold; cursor: pointer; letter-spacing: .1em;
}
.gNaviSpIn { display: none; }
.gNaviSpIn.open { display: block; }
.gNaviSpIn li { border-bottom: 1px solid #eee; }
.gNaviSpIn li a { display: block; padding: 14px 18px; color: #5a4a42; }

/* ============ メインビジュアル + PCナビ ============ */
#topVisual { background: #f3e8e0; }
#topVisualIn { max-width: 1000px; margin: 0 auto; }

#gNaviPc .gNaviPcIn { display: flex; }
#gNaviPc .gNaviPcIn li { flex: 1; text-align: center; border-right: 1px solid #e3cfc3; }
#gNaviPc .gNaviPcIn li:first-child { border-left: 1px solid #e3cfc3; }
#gNaviPc .gNaviPcIn li a {
  display: block; padding: 16px 4px; color: #6b574c; font-weight: bold; font-size: 13px;
  background: #fff;
}
#gNaviPc .gNaviPcIn li a:hover { background: #c08a8a; color: #fff; text-decoration: none; }

#slides { position: relative; }
#slides .slide { display: none; }
#slides .slide.active { display: block; }

/* ============ 1カラム ============ */
.topOneCol { padding: 40px 15px; }
.topOneColInner { max-width: 1000px; margin: 0 auto; }

.secTit {
  text-align: center; font-size: 26px; color: #c08a8a; font-weight: bold;
  letter-spacing: .08em; margin-bottom: 24px;
}
.secTit span { display: block; font-size: 14px; color: #8a7568; margin-top: 6px; }

#sec01 .pic01 { display: flex; gap: 20px; }
#sec01 .pic01 li { flex: 1; }

#sec02 { margin-top: 50px; text-align: center; }
.secTit02 {
  font-size: 20px; color: #6b574c; margin-bottom: 18px; padding-bottom: 10px;
  border-bottom: 2px solid #e3cfc3; display: inline-block;
}
#sec02 p { text-align: left; }

/* ============ 2カラム ============ */
#bg_contents { background: #f7efe9; padding: 40px 15px; }
#contents { max-width: 1000px; margin: 0 auto; display: flex; gap: 30px; align-items: flex-start; }
#main { flex: 1; min-width: 0; }
#sidebar { width: 260px; flex-shrink: 0; }

/* ---- セクション共通 ---- */
.secCont01 { background: #fff; border-radius: 6px; padding: 28px; margin-bottom: 30px; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.h1_tit01 {
  font-size: 22px; color: #c08a8a; text-align: center; font-weight: bold;
  letter-spacing: .08em; margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 1px dotted #d8bfb2;
}
.h4_tit01 {
  font-size: 16px; color: #6b574c; border-left: 5px solid #c08a8a;
  padding-left: 12px; margin: 24px 0 14px;
}
.secCont01 p { margin-bottom: 12px; }
.secCont01 h4 { font-size: 15px; color: #6b574c; margin: 18px 0 8px; }
.pt0 { padding-top: 0; }

/* 講師プロフィール */
#sec03 .profImg { max-width: 360px; margin: 0 auto 20px; }
.profList { list-style: none; margin: 6px 0 8px; }
.profList li {
  position: relative; padding: 7px 0 7px 22px; font-size: 13.5px;
  border-bottom: 1px dotted #ecdcd0; line-height: 1.7;
}
.profList li::before {
  content: ""; position: absolute; left: 4px; top: 14px;
  width: 6px; height: 6px; border-radius: 50%;
  background: #c08a8a; transform: scale(0); transition: transform .4s ease;
}
.profList li.show::before { transform: scale(1); }

/* バナー横並び */
.bnrRow { display: flex; gap: 20px; margin-bottom: 30px; }
.bnrRow li { flex: 1; }

/* LESSONS DIARY */
.diaryList { display: flex; gap: 16px; }
.diaryList li { flex: 1; }
.diaryList .title { font-size: 13px; margin-top: 8px; text-align: left; }

/* NEWS */
.newsRow { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px dotted #e3d3c8; }
.newsRow dt { color: #a08b7e; flex-shrink: 0; font-size: 13px; }
.btnMain01 {
  display: inline-block; background: #c08a8a; color: #fff; padding: 8px 24px;
  border-radius: 20px; font-size: 13px;
}
.btnMain01:hover { text-decoration: none; }
.taR { text-align: right; }
.mt20 { margin-top: 20px; }

/* ACCESS */
#secAccess .clearfix { display: flex; gap: 24px; flex-wrap: wrap; }
#secAccess .txtArea { flex: 1; min-width: 240px; }
#secAccess #map { flex: 1; min-width: 240px; }

/* ============ サイドバー ============ */
#lNavi #btnLNavi li { border-bottom: 1px solid #eee; }
#lNavi #btnLNavi li a {
  display: block; padding: 13px 16px; background: #fff; color: #6b574c;
  border-left: 4px solid #c08a8a; font-size: 13px;
}
#lNavi #btnLNavi li a:hover { background: #f3e8e0; text-decoration: none; }

#sideSearch { display: flex; margin: 20px 0; }
#sideSearch .input { flex: 1; }
#sideSearch input[type=text] { width: 100%; padding: 9px 10px; border: 1px solid #ddd; }
#sideSearch button { padding: 9px 14px; background: #c08a8a; color: #fff; border: none; cursor: pointer; }

#sideBnr ul li { margin-bottom: 12px; }

.sidebar_contents { margin-top: 24px; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.sidebar_contents .bh { padding: 14px; }
.sidebar_contents .sc_inner { padding: 0 14px 14px; }
.sidebar_contents .mh {
  font-size: 14px; color: #6b574c; border-bottom: 2px solid #e3cfc3;
  padding: 14px 0 6px; margin-bottom: 10px;
}
.sidebar_contents dl { padding: 8px 0; border-bottom: 1px dotted #eee; }
.sidebar_contents dt { color: #a08b7e; font-size: 12px; }
.sidebar_contents dd { font-size: 13px; }
.sidebar_contents .sc_layer ul li { padding: 6px 0; border-bottom: 1px dotted #eee; font-size: 13px; }
.btnSide01 { margin-top: 12px; text-align: right; }
.btnSide01 a { font-size: 12px; }
.archiveList { max-height: 200px; overflow-y: auto; }

/* ============ フッター ============ */
#gFooter { background: #6b574c; color: #f0e6df; margin-top: 0; }
#footerIn { max-width: 1000px; margin: 0 auto; padding: 30px 15px; }
.pageTop { text-align: right; margin-bottom: 20px; }
.pageTop a { color: #f0e6df; }

#fNavi ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 0; }
#fNavi ul li { padding: 0 14px; border-right: 1px solid #8a7568; }
#fNavi ul li:last-child { border-right: none; }
#fNavi ul li a { color: #f0e6df; font-size: 13px; }

#footerInfo { margin-top: 24px; display: flex; align-items: center; justify-content: center; gap: 30px; }
.footerLogo { max-width: 180px; }
.sideSns ul { display: flex; gap: 10px; }

.footerSeo { background: #5a473d; padding: 16px; text-align: center; }
.footerSeoInner p { font-size: 11px; color: #c9b7aa; margin: 2px 0; }
#copyright { letter-spacing: .05em; }

/* ============ アニメーション ============ */

/* --- スクロールで浮かび上がる（fade-up） --- */
.reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity .9s cubic-bezier(.16,.84,.44,1), transform .9s cubic-bezier(.16,.84,.44,1);
  will-change: opacity, transform;
}
.reveal.show { opacity: 1; transform: translateY(0); }
/* 連続要素を少しずつ遅らせて出す */
.reveal.d1 { transition-delay: .12s; }
.reveal.d2 { transition-delay: .24s; }
.reveal.d3 { transition-delay: .36s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  #slides .slide.active .imgPlaceholder { animation: none !important; }
}

/* --- ヘッダー＆ナビの登場 --- */
#headerIn { animation: fadeDown 1s ease both; }
#gNaviPc .gNaviPcIn li { animation: fadeDown .7s ease both; }
#gNaviPc .gNaviPcIn li:nth-child(1){animation-delay:.05s}
#gNaviPc .gNaviPcIn li:nth-child(2){animation-delay:.12s}
#gNaviPc .gNaviPcIn li:nth-child(3){animation-delay:.19s}
#gNaviPc .gNaviPcIn li:nth-child(4){animation-delay:.26s}
#gNaviPc .gNaviPcIn li:nth-child(5){animation-delay:.33s}
#gNaviPc .gNaviPcIn li:nth-child(6){animation-delay:.40s}

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* --- PCナビ：下からのアンダーライン --- */
#gNaviPc .gNaviPcIn li a { position: relative; overflow: hidden; transition: color .35s, background .35s; }
#gNaviPc .gNaviPcIn li a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px;
  background: #c08a8a; transform: scaleX(0); transform-origin: right; transition: transform .35s ease;
}
#gNaviPc .gNaviPcIn li a:hover::after { transform: scaleX(1); transform-origin: left; }

/* --- メインビジュアル：ゆっくりズーム（Ken Burns） --- */
#slides .slide { opacity: 0; transition: opacity 1.4s ease; position: absolute; inset: 0; }
#slides { position: relative; min-height: 380px; overflow: hidden; }
#slides .slide.active { opacity: 1; position: relative; }
/* スライド内の実画像は枠いっぱいに表示 */
#slides .slide img,
#slides .slide .imgPlaceholder { width: 100%; height: 460px; object-fit: cover; display: block; }
/* 縦長写真：顔が見切れないよう上寄りで表示 */
#slides .slide img.posFace { object-position: center 18%; }
#slides .slide.active img,
#slides .slide.active .imgPlaceholder { animation: kenburns 8s ease-in-out both; }
@keyframes kenburns {
  0%   { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* --- セクション見出し：左から伸びる下線 --- */
.h1_tit01, .secTit02 { position: relative; }

/* --- カード／バナーのホバー浮上 --- */
.imgPlaceholder.banner, .imgPlaceholder.thumb, .imgPlaceholder.profile, .imgPlaceholder.slide,
.pic01 a img, .bnrRow a img, #sideBnr a img, .diaryList .photo a img, .profImg a img {
  transition: transform .5s cubic-bezier(.16,.84,.44,1), box-shadow .5s, filter .5s;
}
.pic01 a, .bnrRow a, #sideBnr a, .diaryList .photo a, .profImg a { display: block; overflow: hidden; border-radius: 4px; }
.pic01 a:hover .imgPlaceholder, .pic01 a:hover img,
.bnrRow a:hover .imgPlaceholder, .bnrRow a:hover img,
#sideBnr a:hover .imgPlaceholder, #sideBnr a:hover img,
.diaryList .photo a:hover .imgPlaceholder, .diaryList .photo a:hover img,
.profImg a:hover img {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 24px rgba(150,100,90,.22);
  filter: brightness(1.03);
}

/* --- ボタンの押し出しアニメ --- */
.btnMain01, .hfTel .hfTelTit a {
  position: relative; overflow: hidden; z-index: 0;
  transition: transform .3s, box-shadow .3s;
}
.btnMain01::before, .hfTel .hfTelTit a::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: #a86f6f; transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.btnMain01:hover, .hfTel .hfTelTit a:hover {
  transform: translateY(-2px); box-shadow: 0 8px 16px rgba(150,100,90,.28);
}
.btnMain01:hover::before, .hfTel .hfTelTit a:hover::before { transform: scaleX(1); }

/* --- サイドナビ：ホバーでスライド --- */
#lNavi #btnLNavi li a { transition: background .35s, padding-left .35s, border-left-width .35s; }
#lNavi #btnLNavi li a:hover { padding-left: 24px; border-left-width: 8px; }

/* --- リスト項目の段階表示 --- */
.profList li { opacity: 0; transform: translateX(-14px); transition: opacity .5s ease, transform .5s ease; }
.profList li.show { opacity: 1; transform: translateX(0); }

/* ============ 下層ページ共通 ============ */
#subNavWrap { background: #f3e8e0; }
#subNavWrap #gNaviPc { max-width: 1000px; margin: 0 auto; }

.pageHead { background: #efe2da; padding: 44px 15px; text-align: center;
  border-bottom: 1px solid #e3cfc3; }
.pageHeadIn { max-width: 1000px; margin: 0 auto; }
.pageHeadTit { font-size: 26px; color: #6b574c; font-weight: bold; letter-spacing: .08em; }
.pageHeadEn { display: block; font-size: 12px; letter-spacing: .25em; color: #c08a8a;
  margin-bottom: 6px; text-transform: uppercase; }

/* 画像のページ見出しバナー（横の余白は下のページと同じ色に） */
.pageHeadImg { background: #f7efe9; text-align: center; line-height: 0; margin: 0; }
.pageHeadImg img { width: 100%; max-width: 1000px; display: inline-block; }

/* ロゴ画像 */
#headerLogo img.logoImg { width: 100%; max-width: 200px; }
.footerLogo img.logoImg { width: 100%; max-width: 170px; }

/* フッターSNS（FB+IG結合画像） */
.sideSns li img { max-width: 40px; }

/* 下層は1カラムにもできるよう main 幅を確保（サイドバー有り） */
.lower #contents { align-items: flex-start; }

/* リード文 */
.leadTxt { text-align: center; margin-bottom: 30px; }

/* 小見出し（コンセプト等） */
.h2_tit01 { font-size: 19px; color: #6b574c; text-align: center; margin: 8px 0 16px;
  padding-bottom: 10px; position: relative; }
.h2_tit01::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 50px; height: 2px;
  background: #c08a8a; transform: translateX(-50%); }
.subImg { margin: 0 auto 18px; max-width: 520px; }

/* ============ 料金表（menu） ============ */
.menuBlock { margin-bottom: 40px; }
.menuLead { margin-bottom: 16px; }
.priceTable { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14px; }
.priceTable th, .priceTable td { border: 1px solid #e3cfc3; padding: 12px 14px; text-align: left;
  vertical-align: middle; }
.priceTable th { background: #f3e8e0; color: #6b574c; width: 46%; font-weight: bold; }
.priceTable .time { color: #8a7568; font-size: 13px; }
.priceTable .price { text-align: right; color: #c08a8a; font-weight: bold; font-size: 16px;
  white-space: nowrap; }
.taxNote { font-size: 12px; color: #a08b7e; }

/* ============ フォーム（form） ============ */
.formTable { width: 100%; border-collapse: collapse; margin: 18px 0; }
.formTable th, .formTable td { border-bottom: 1px solid #eee; padding: 16px 8px; text-align: left;
  vertical-align: top; }
.formTable th { width: 32%; font-weight: bold; color: #6b574c; }
.req { display: inline-block; background: #c08a8a; color: #fff; font-size: 11px; padding: 2px 8px;
  border-radius: 3px; margin-left: 8px; vertical-align: middle; }
.formTable input[type=text], .formTable input[type=email], .formTable input[type=tel],
.formTable textarea, .formTable select { width: 100%; padding: 10px 12px; border: 1px solid #d8c4b8;
  border-radius: 4px; font-size: 14px; font-family: inherit; }
.formTable textarea { min-height: 130px; resize: vertical; }
.formRadio label { display: inline-block; margin-right: 18px; }
.formDate { display: flex; flex-direction: column; gap: 8px; }
.formDate .row { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.formSubmit { text-align: center; margin-top: 26px; }
.formSubmit button { background: #c08a8a; color: #fff; border: none; padding: 14px 60px;
  border-radius: 30px; font-size: 16px; cursor: pointer; transition: background .3s, transform .3s; }
.formSubmit button:hover { background: #a86f6f; transform: translateY(-2px); }
.formNote { background: #f7efe9; padding: 16px 20px; border-radius: 6px; font-size: 13px; margin: 14px 0; }

/* ============ スタジオ ============ */
.studioBlock { margin-bottom: 36px; }
.studioImg { margin-bottom: 16px; }
.studioTable { width: 100%; border-collapse: collapse; font-size: 14px; }
.studioTable th, .studioTable td { border: 1px solid #e3cfc3; padding: 12px 14px; text-align: left;
  vertical-align: top; }
.studioTable th { background: #f3e8e0; width: 26%; color: #6b574c; white-space: nowrap; }

/* ============ FAQ（faq） ============ */
.faqList .faqItem { background: #fff; border: 1px solid #eee; border-radius: 6px; margin-bottom: 14px;
  overflow: hidden; }
.faqList summary { cursor: pointer; padding: 18px 50px 18px 52px; position: relative; font-weight: bold;
  color: #6b574c; list-style: none; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary::before { content: "Q"; position: absolute; left: 18px; top: 15px; color: #c08a8a;
  font-size: 18px; font-weight: bold; }
.faqList summary::after { content: "＋"; position: absolute; right: 20px; top: 17px; color: #c08a8a;
  transition: transform .3s; }
.faqList .faqItem[open] summary::after { transform: rotate(45deg); }
.faqA { padding: 0 20px 20px 52px; font-size: 14px; position: relative; }
.faqA::before { content: "A"; position: absolute; left: 18px; top: -2px; color: #b59a8c;
  font-size: 18px; font-weight: bold; }

/* ============ 記事一覧（blog/news/lesson/voice） ============ */
.entryList { margin-bottom: 30px; }
.entryItem { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px dotted #e3d3c8;
  align-items: flex-start; }
.entryItem .eThumb { width: 160px; flex-shrink: 0; }
.entryItem .eThumb .imgPlaceholder { min-height: 110px; }
.entryItem .eBody { flex: 1; min-width: 0; }
.entryItem .eDate { font-size: 13px; color: #a08b7e; }
.entryItem .eTit { font-size: 17px; color: #6b574c; margin: 4px 0 8px; }
.entryItem .eExcerpt { font-size: 13px; color: #8a7568; }
.entryItem .eMore { font-size: 13px; margin-top: 8px; }

/* ページネーション */
.pager { display: flex; justify-content: space-between; margin-top: 24px; }
.pager a, .pager span { font-size: 13px; color: #c08a8a; }
.pager .disabled { color: #ccc; }

/* ============ サイトマップ ============ */
.sitemapList { margin: 4px 0 28px; }
.sitemapList li { border-bottom: 1px dotted #e3d3c8; }
.sitemapList li a { display: block; padding: 14px 8px 14px 26px; position: relative;
  color: #6b574c; transition: background .3s, padding-left .3s; }
.sitemapList li a::before { content: "》"; position: absolute; left: 6px; color: #c08a8a; }
.sitemapList li a:hover { background: #f7efe9; text-decoration: none; padding-left: 32px; }

/* ============ レスポンシブ ============ */
@media screen and (max-width: 768px) {
  #gNaviPc { display: none; }
  #gNaviSp { display: block; }
  .navToggle { display: flex; }
  #headerLogo { max-width: 140px; }
  .hfTel .hfTelTit a { padding: 9px 14px; font-size: 12px; white-space: nowrap; }
  .imgPlaceholder.slide { min-height: 220px; }

  #contents { flex-direction: column; }
  #sidebar { width: 100%; }

  #sec01 .pic01,
  .bnrRow,
  .diaryList { flex-direction: column; }

  #fNavi ul { flex-direction: column; align-items: center; }
  #fNavi ul li { border-right: none; padding: 6px 0; }
  #footerInfo { flex-direction: column; gap: 16px; }

  .pageHeadTit { font-size: 22px; }
  .priceTable th, .formTable th { width: auto; }
  .formTable th, .formTable td { display: block; width: 100%; border-bottom: none; padding: 8px; }
  .formTable td { padding-top: 0; border-bottom: 1px solid #eee; }
  .entryItem { flex-direction: column; }
  .entryItem .eThumb { width: 100%; max-width: 240px; }
}
