/* ベース設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.7;
  color: #848C51;
  background-color: #faf7f2;
}

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

a {
  color: inherit;
  text-decoration: none;
}

/*******************************************************/
/* ヘッダー                                            */
/*******************************************************/
.head01{
  background-color:#F2F3EB;
  border-bottom: 1px solid #e5e0d8;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.head01-inner01,
.head01-inner02 { 
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
  align-items:flex-end;
  justify-content: space-between;
  display: flex;
} 

.logo {
  max-width:100%; 
  height: auto; 
}

.tel {
  max-width: 100%;
  height: auto; 
}

.head02 {
  background-color:#FFF;
  width: 100%;
  height:auto;
}

.head02-inner01 {
  max-width: 1080px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e0d8;
  display: block; 
}

.head02-inner01 img {
  width: 100%; 
  height: auto; 
} 

/*-----------------------------------------------------*/
/* MENU / ナビゲーション                               */
/*-----------------------------------------------------*/
.site-nav {
  margin:0;
  width: 100%;
}

.site-nav ul {
  background-color:#F2F3EB;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}

.site-nav li {
	flex: 1; 
	position: relative; 
	padding: 10px 0 10px 30px; 
	text-align: left; 
}

.site-nav li::before { 
  content: ''; 
  position: absolute; 
  left: 8px; top: 50%; 
  transform: translateY(-50%); 
  border: 6px solid transparent; 
  border-left: 8px solid #848C51; 
}

.site-nav a {
  font-size: 1.00rem;
  text-decoration: none;
  color: inherit;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.6rem;
  cursor: pointer;
}

/*******************************************************/
/* メイン                                              */
/*******************************************************/
main {
  background-color:#F2F3EB;
  border-bottom: 1px solid #e5e0d8;
  width: 100%;
  margin: 0;
  padding: 0;
}

.section {
  background:#FFF;
  max-width: 1080px;
  margin: 0 auto;
  display: block;
  padding:0;
}

.section-inner01 {
	padding:0 20px 0 10px;
}

/* カードレイアウト */
.cards {
  display: grid;
  gap: 16px;
  margin:0 0 10px 0;
}

.card01 {
  background:#FFF;
  background-position: left 10px top 2px,center;
  border: 5px solid #FFEAEA;
  padding:0 10px;
}

.card02 {
  background:#FFF;
  padding:0;

}

.card-TitleBar01 {
	clear:both;
    background:url(./img/fabicon.gif) no-repeat #FFEAEA ;
    background-position: left 10px top 8px,center;
    padding: 12px 0 10px 55px;
	color: #C00;
	font-weight:bold;
}

.card-TitleBar02 {
	clear:both;
    background:#FFF;
    padding: 0 0 0 10px;
	font-weight:bold;
}

.card-txt{
	padding:0 10px;
}

/* 診療時間テーブル */
.tbl01{
    width: 100%;
	border:5px solid #DFE1CE ;
	text-align:center;
}

.tbl01 th{ 
	border:2px solid #DFE1CE ;
	background:#F2F3EB;
	text-align:center;
	font-weight:bold;
}

.tbl01 td{ 
	border:2px solid #DFE1CE;
	background:#FFF;
	text-align:center;
	padding:5px 0 3px 3px;
}

/* 新着情報 */
.topics {
    width: 100%;
	height:330px;
	border:5px solid #DFE1CE ;
	background-color:#FFF;
	overflow-x:hidden;
	padding:0px 10px;
	margin:22px 0 0 0;
}

.topics-txt {
	padding:0px 10px;
    border-bottom: 3px dashed #DFE1CE; 
	padding-bottom: 10px; /* 文字と線の間隔調整 */
    width: 100%;
	line-height:150%;
}

















/* ヒーロー */
.hero {
  background: url("hero.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 80px 16px;
}

.hero::before {
  content: "";
  display: block;
  position: absolute;
}

.hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.hero p {
  font-size: 1rem;
  margin-bottom: 24px;
}



.section-alt {
  background-color: #fff;
}

.section h2 {
  font-size: 1.4rem;
  margin-bottom: 24px;
  border-left: 4px solid #c89b5f;
  padding-left: 12px;
}

.price {
  font-weight: bold;
  color: #c27a2c;
}

/* 施術の流れ */
.flow-list {
  padding-left: 20px;
}

/* ボタン */
.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
}

.btn-primary {
  background-color: #c89b5f;
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  color: #c89b5f;
  border: 1px solid #c89b5f;
}

/* 地図エリア */
.map-placeholder {
  background-color: #eee;
  padding: 40px 16px;
  text-align: center;
  border-radius: 8px;
}

/* フッター */
.site-footer {
  background-color: #3b342c;
  color: #fff;
  padding: 16px 0;
  font-size: 0.85rem;
}

/* -------------------------
   スマホ向け（初期スタイル）
-------------------------- */

/* 初期はモバイル前提で書いているので、
   ここではナビの挙動だけ調整 */
.site-nav {
  position: absolute;
  top: 64px;
  right: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e0d8;
  display: none;
  padding: 8px 16px 16px;
}

.site-nav ul {
  flex-direction: column;
  gap: 12px;
}

.site-nav.is-open {
  display: block;
}

.nav-toggle {
  display: block;
}

/* カードは1列 */
.cards {
  grid-template-columns: 1fr;
}

/* ------------------------------------------- */ 
/* Font                                        */ 
/* ------------------------------------------- */

.FontStyle01 {
  font-weight:bold;
  color:#F00;
  
}


.FontStyle02 {
  font-size: 1.2rem;
  font-weight:bold;
  color:#FF6600;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* スマホ                                             */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 767px) {
  .head01{
    height: 101px; /* ←ヘッダーの高さを明示しておくとさらに安定 */ 
  }

  .head02{
    padding-top: 100px; /* ←これが重要 */ 
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* タブレット                                         */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (min-width: 768px) {
	
  .head01{
    height: 151px; /* ←ヘッダーの高さを明示しておくとさらに安定 */ 
  }

  .head02{
    padding-top: 100px; /* ←これが重要 */ 
  }
	
  .hero {
    padding: 120px 16px;
    text-align: left;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .hero p {
    font-size: 1.05rem;
  }

  .site-nav {
    position: static;
    display: block !important;
    border-bottom: none;
    padding: 0;
  }

  .site-nav ul {
    flex-direction: row;
    gap: 24px;
  }

  .nav-toggle {
    display: none;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* PC向け（より広い画面）                             */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (min-width: 1024px) {

.head01{
  height: 151px; /* ←ヘッダーの高さを明示しておくとさらに安定 */
}

.head02{
  padding-top: 120px; /* ←これが重要 */
}

.hero {
    padding: 160px 16px;
  }

  .section {
/*    padding: 72px 0;*/
  }
}
