/*
Theme Name: child-pc
Template: base-pc
*/

/*-----------------------------------------------------
RESET css
---------------------------------------------------- */
html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

li,
ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

img {
  display: block;
}

.content {
  margin-bottom: 50px;
}

.sidebar {
  margin-bottom: 50px;
}

footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ft_inner {
  padding-bottom: 0 !important;
}

.min {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Sawarabi Mincho";
}

.gothic {
  font-family:
    Hiragino Kaku Gothic Pro,
    ヒラギノ角ゴ Pro W3,
    メイリオ,
    Meiryo,
    Osaka,
    ＭＳ Ｐゴシック,
    Arial,
    sans-serif;
}

.top p {
  line-height: 2.2;
}

nav.mega-global {
  background: url("./images/gnav/gnav_bg.png") repeat-x center top / auto 100%;
  box-shadow: inset 0 10px 10px -6px rgba(0, 0, 0, 0.15);
  border-bottom: 4px solid #e1b222;
  /* 黄色いラインをCSSで作成 */
}

/* ホバー時に赤くなるように設定 */
nav.mega-global>ul>li>a {
  background-position-y: 10px !important;
}

nav.mega-global>ul>li>a:hover {
  background-color: #c20000 !important;
  /* ※スプライト画像の指定(background shorthand)で透過に戻るのを防ぐため !important を付与 */
}

/* -----------------------------------------------------------
Commmon
----------------------------------------------------------- */
/* -----------------------------------------------------------
Header
----------------------------------------------------------- */

/* ========================================
TOP header
======================================== */

.hd_inner .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 10px;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between;
  gap: 0;
}

.hd_inner .hd_left {
  flex: 0 0 400px;
}

.hd_inner .hd_left img {
  width: 100%;
  height: auto;
  display: block;
}

.hd_inner .hd_center {
  flex: 1;
  /* let it grow as needed, or 0 0 auto */
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.hd_inner .hd_center_left {
  margin-right: 15px;
}

.hd_inner .hd_center_left img {
  width: 59px;
  height: auto;
  vertical-align: middle;
}

.hd_inner .hd_center ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.hd_inner .hd_center li+li {
  margin-top: 1px;
}

.hd_inner .hd_center .item-tel {
  padding-left: 0;
  background: none;
  font-size: 35px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  color: #8b5b3d;
}

.hd_inner .hd_center .item-hours p {
  font-size: 9px;
  line-height: 1.4;
  background-color: #8b5b3d;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  white-space: nowrap;
}

.hd_inner .hd_center .item-address {
  margin-top: -4px;
}

.hd_inner .hd_center .item-address p {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.hd_inner .hd_right {
  flex: 0 0 250px;
  margin-left: 15px;
}

.hd_inner .hd_right a {
  display: block;
}

.hd_inner .hd_right img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================
Header Bottom Icons
======================================== */
.hd_bottom {
  background-color: #dcdcdc;
  /* 背景のグレー */
  padding: 15px 0;
}

.hd_bottom .wrapper {
  width: 1000px;
  margin: 0 auto;
}

.hd_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.hd_bottom li {
  flex: 1;
  /* 4つを均等幅に */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  /* 影をつけて浮き出させる */
}

.hd_bottom a {
  display: block;
}

.hd_bottom img {
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------------------------------------------
MV
----------------------------------------------------------- */

.mv {
  background: url("./images/slide/mv.jpg") no-repeat scroll center center;
  height: 800px;
  background-size: cover;
}

.mv .wrapper h2 img {
  margin-top: 110px;
  margin-left: auto;
  width: 800px;
  /* フルサイズで大きすぎるため、スクショのバランスに合わせて縮小 */
  height: auto;
}

/* -----------------------------------------------------------
Top-Page
----------------------------------------------------------- */
.top_btn img {
  display: inline;
}

.top {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #333333;
}

/* -----------------------------------------------------------
Top01
----------------------------------------------------------- */

.top01 {
  background: #f3edea;
  padding: 20px 0 110px;
}

.top01 .wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
}

.top01_problem {
  margin-bottom: 0;
  /* 画像の下の余白をなくす */
}

.top01_problem img {
  width: 100%;
}

.top01_special_visual {
  position: relative;
  width: 1250px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 36px;
  aspect-ratio: 2500 / 781;
  background: url("./images/top/top01-bg01.jpg") no-repeat center center;
  background-size: cover;
}

.top01_special_visual .title {
  position: absolute;
  left: 50%;
  top: 51%;
  width: 294px;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.top01_cards {
  width: 1000px;
  margin: 0 auto;
}

.top01_card {
  width: 100%;
  height: 426px;
  margin-bottom: 26px;
  padding: 35px 30px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  /* ボタンを絶対配置するための基準 */
}

.top01_card:last-child {
  margin-bottom: 0;
}

.top01_card .copy {
  width: 55%;
  color: #ffffff;
}

.top01_card.card02 .copy {
  margin-left: auto;
}

.top01_card.card01 {
  background-image: url("./images/top/top01-bg02.jpg");
}

.top01_card.card02 {
  background-image: url("./images/top/top01-bg03.jpg");
}

.top01_card.card03 {
  background-image: url("./images/top/top01-bg04.jpg");
}

.top01_card .eyebrow {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 1.4;
  color: #e1bf58;
  letter-spacing: 0.1em;
}

.top01_card h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.top01_card .text {
  font-size: 16px;
  line-height: 2;
}

/* 画像ボタンの配置を一番下に揃える */
.top01_card .copy a {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: 51.5%;
}

.top01_card .copy a img {
  width: 100%;
}

.top01_card.card02 .copy a {
  left: auto;
  right: 30px;
  /* 右パディング位置に合わせる */
}

/* -----------------------------------------------------------
Top02
----------------------------------------------------------- */

.top02 {
  background: url("./images/top/top02-bg00.jpg") repeat scroll center 0;
  padding: 88px 0 110px;
}

.top02 .wrapper,
.top03 .wrapper,
.top04 .wrapper,
.top05 .wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
}

.top02_intro {
  margin-bottom: 90px;
  /* <p class="top02_policy">との間の余白を追加 */
  position: relative;
}

.top02_intro_visual {
  position: relative;
  width: 900px;
  aspect-ratio: 1823 / 1098;
  margin: 0 auto 18px;
  background: url("./images/top/top02-bg01.png") no-repeat center center;
  background-size: cover;
}

.top02_intro_visual .badge {
  position: absolute;
  left: 50%;
  top: 43%;
  width: 315px;
  transform: translate(-50%, -50%);
}

.top02_intro_copy {
  position: absolute;
  top: 335px;
  left: 50px;
  width: 380px;
  padding-left: 20px;
}

.top02_intro_copy h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4;
  color: #7b4d35;
}

.top02_intro_copy p {
  font-size: 16px;
  line-height: 2;
}

.top02_policy {
  margin-bottom: 42px;
}

.top02_policy img {
  width: 100%;
}

.top02_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 26px;
}

.top02_card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.92);
}

.top02_card .ttl {
  width: 100%;
}

.top02_card .body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 18px 14px;
  border: 1px solid #ead29d;
  border-top: 0;
}

.top02_card .photo {
  width: calc(100% + 36px);
  max-width: none;
  margin: 0 -18px 12px;
}

.top02_card p {
  flex: 1;
  min-height: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.7;
  color: #4c413b;
}

.top02_card a {
  display: block;
  margin-top: auto;
}

.top02_card a img {
  width: 100%;
}

/* -----------------------------------------------------------
top03
----------------------------------------------------------- */

.top03 {
  border-top: 4px solid #e1b222;
  /* 黄色のラインを追加 */
}

.top03_main {
  background: url("./images/top/top03-bg01.jpg") no-repeat scroll center center;
  background-size: cover;
  padding: 80px 0 50px;
  min-height: 850px;
  /* Drの足が出るように高さを確保 */
}

.top03_main .wrapper {
  position: relative;
}

.top03 h2 {
  margin-bottom: 24px;
  padding-left: 30px;
  /* 見本に合わせて位置調整 */
}

.top03 h2 img {
  width: 180px;
}

.top03_message {
  width: 75%;
  color: #fff;
  padding: 40px 100px 40px 45px;
  position: relative;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  background-color: rgba(42, 19, 8, 0.7);
  border: 1px solid rgba(42, 19, 8, 0.7);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* 内側の薄いライン（二重線の表現） */
.top03_message::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  border: 1px solid #cfa85f;
  pointer-events: none;
}

.top03_doctor {
  position: absolute;
  right: -75px;
  bottom: -50px;
  width: 440px;
  z-index: 10;
}

.top03_message h3 {
  margin-bottom: 28px;
  font-size: 37px;
  /* 見本サイズに合わせて縮小 */
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.top03_message p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.9;
}

.top03_message p:last-child {
  margin-bottom: 0;
}

.top03_footer {
  padding: 25px 0;
  /* 少し上下の余白を調整 */
  background: linear-gradient(to bottom, #8a5738 0%, #37170a 100%);
  /* 上から下へ濃くなるグラデーション */
  border-bottom: 4px solid #e1b222;
  /* 下部の黄色のラインを追加 */
}

.top03_footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* ボタンを下のリスト位置に合わせる */
}

.top03_profile {
  width: 68%;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  /* 明朝体に変更 */
  padding-left: 30px;
}

.top03_profile .director {
  margin-bottom: 12px;
  font-size: 35px;
  /* 見本に合わせてサイズ調整 */
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.top03_profile ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}

.top03_profile li {
  width: calc(50% - 11px);
  font-size: 16px;
  line-height: 1.7;
}

.top03_footer a img {
  width: 315px;
}

/* -----------------------------------------------------------
top04
----------------------------------------------------------- */
.top04 {
  background: #fff;
  padding: 80px 0 60px;
}

.top04_visual {
  position: relative;
  width: 1250px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 28px;
}

.top04_visual .base {
  width: 100%;
}

.top04_visual .title {
  position: absolute;
  left: 50%;
  top: 51%;
  width: 294px;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.top04_intro {
  margin-bottom: 36px;
  color: #443934;
}

.top04_intro p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 2.05;
}

.top04_intro p:last-child {
  margin-bottom: 0;
}

.top04_primary_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 25px;
  margin-bottom: 40px;
}

.top04_primary_card {
  position: relative;
  display: block;
  color: #4b3d36;
}

.top04_primary_card img {
  width: 100%;
}

.top04_primary_card ul {
  position: absolute;
  left: 34px;
  bottom: 15px;
  width: calc(100% - 68px);
  counter-reset: top04-point;
}

.top04_primary_card li {
  position: relative;
  margin-bottom: 7px;
  padding: 0 0 7px 28px;
  font-size: 16px;
  line-height: 1.5;
  background-image: radial-gradient(circle, #825740 1px, transparent 1px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.top04_primary_card li:last-child {
  margin-bottom: 0;
  background-image: none;
}

.top04_primary_card li::before {
  content: counter(top04-point);
  counter-increment: top04-point;
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: #8b5b3d;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.top04_secondary_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 15px;
}

.top04_secondary_grid a {
  display: block;
}

.top04_secondary_grid img {
  width: 100%;
}

/* -----------------------------------------------------------
top05
----------------------------------------------------------- */
.top05 {
  background: #f7f3ee;
  padding: 80px 0 110px;
}

.top05_updates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 40px;
}

.top05_block,
.top05_calendar {
  min-height: 318px;
}

.top05_head {
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 2px solid #dbb376;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.top05_head h3 {
  margin-bottom: 4px;
  font-size: 22px;
  /* 見本に合わせて少し調整 */
  font-weight: normal;
  color: #7a5437;
  line-height: 1.3;
}

.top05_head .en {
  font-size: 19px;
  color: #d8b56d;
  margin-bottom: 10px;
  /* 余白をなくして下線を密着させる */
  line-height: 1;
}

.top05_list .inner {
  min-height: 214px;
}

.top05_list dl {
  line-height: 1.7;
}

.top05_list dt {
  margin-bottom: 4px;
  font-size: 14px;
  color: #7b6a5c;
}

.top05_list dd {
  padding-bottom: 14px;
  margin-bottom: 14px;
  background-image: radial-gradient(circle, #d8b56d 1px, transparent 1px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 14px;
  color: #5a4e46;
}

.top05_list dd a {
  color: #5a4e46;
}

.top05_button a {
  display: inline-block;
  min-width: 88px;
  padding: 8px 22px;
  background: #d8b56d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.top05_calendar iframe {
  width: 100%;
  height: 318px;
  display: block;
  background: #dfddd9;
}

.top06 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f7f3ee;
  border-top: 2px solid #cdbba5;
}

.top06_overview h2 {
  margin-bottom: 40px;
}

.top06_overview h2 img {
  width: 500px;
  margin: 0 auto;
}

.top06_overview_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.top06_overview_info {
  width: 48%;
  /* 半分になるよう調整 */
}


.top06_overview_info dl>div {
  display: flex;
  align-items: center;
  /* 住所などのラベルを上下中央揃えにする */
  border-bottom: 1px solid #8e7465;
  /* 少し濃い茶色で見本に近づける */
  padding: 10px 0;
  /* 余白感を調整 */
}

.top06_overview_info dl>div:last-child {
  border-bottom: none;
  /* 一番下の線は消す */
}

.top06_overview_info dt {
  width: 86px;
  font-size: 14px;
  color: #7b4d35;
  line-height: 1.8;
}

.top06_overview_info dd {
  flex: 1;
  font-size: 14px;
  color: #7b4d35;
  line-height: 1.8;
}

.top06_overview_info .tel dd {
  font-family:
    "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: #7b4d35;
}

.top06_overview_hours {
  width: 48%;
  /* 半分になるよう調整 */
}

.top06_overview_hours img {
  width: 100%;
}

.top06_overview_body {
  display: flex;
  justify-content: space-between;
}

.top06_overview_media {
  width: 40%;
}

.top06_overview_media img {
  width: 100%;
}

.top06_overview_map {
  margin-top: 18px;
}

.top06_overview_map iframe {
  display: block;
  width: 100%;
  height: 290px;
  border: 0;
}

.top06_overview_text {
  width: 55%;
}

.top06_overview_text p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.9;
  color: #544841;
}

.top06_overview_text p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
footer
----------------------------------------------------------- */
.ft_inner {
  background: #fff;
  padding: 60px 0;
  /* 上下の余白 */
}

.ft_inner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* 上で揃える */
}

.ft_left {
  width: 32.5%;
}

.ft_center {
  width: 25%;
  text-align: center;
}

.ft_right {
  width: 32.5%;
}

.ft_inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* フッター右エリアの詳細デザイン */
.ft_btn_reserve {
  margin-bottom: 16px;
}

.ft_tel_box {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.ft_tel_icon {
  width: 65px;
  margin-right: 5px;
  flex-shrink: 0;
}

.ft_tel_info {
  text-align: center;
  /* 全体を中央寄せ（受付時間・住所等） */
}

.ft_tel_num {
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 42px;
  color: #8b5b3d;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.ft_tel_hours {
  font-size: 11px;
  line-height: 1.4;
  background-color: #8b5b3d;
  /* ヘッダーと同じ色に変更 */
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 2px;
  /* 住所との間隔を狭める */
}

.ft_address {
  font-size: 15px;
  letter-spacing: 0.03em;
}