@charset "utf-8";

/* CSS Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.8;
  color: #4A3F35;
}

a {
  text-decoration: none;
  color: #4a6d55;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.title01 {
  position: relative;
  /*相対位置*/
  line-height: 1.2;
  /*行高*/
  color: #7b6459;
  /*文字色*/
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title02{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.title03{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
}

h3 {
  color: #4A3F35;
  text-align: center;
}

i {
  margin-left: 5px;
  margin-right: 5px;
}

/* headerエリア */

header {
  /*background: #fff;*/
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #EAE3D9;
  /*box-shadow: 0 6px 3px -3px rgba(0,0,0,0.1);*/
  padding-right: 20px;
}

header .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-top: 10px;
}

header h1 img {
  width: 200px;
  height: auto;
}

header nav ul {
  display: flex;
  list-style-type: none;
}

header nav ul li {
  margin-left: 35px;
}

header nav ul li a {
  color: #4A3F35;
  font-size: 20px;
}

/* footerエリア */
footer {
  background: #CBCEC5;
  text-align: center;
  color: #4A3F35;
  padding: 0 30px 50px 30px;
  position: relative;

}

footer img {
  width: 139px;
  height: 136px;
  margin-top: 50px;
  margin-bottom: 30px;
}

footer p{
  text-align: center;
}


/* visualエリア */
#visual {
  height: 100vh;
  width: 100%;
  background-image: url(../images/loom.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#visual .visual-copy {
  line-height: 1;
  color: #fff;
  font-size: 50px;
  text-shadow: 4px 0px 5px #4A3F35(74, 63, 53, 0.8);
  font-weight: bold;
  font-style: normal;
  position: absolute;
  bottom: 35%;
  right: 10%;
  text-align: center;
}

/* 店舗紹介エリア */
#concept {
  background-color: #FAF8F4;
  padding-top: 15px;
  padding-bottom: 15px;
}

#concept .inner img{
  width: 640px;
  height: 420px;
  margin-top: 30px;
  margin-bottom: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 5px solid #cddfab;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.textbox_1 {
  font-weight: bold;
  width: 800px;
  margin: 0 auto;
  text-align: center;
}


/* 症状エリア */
#shoujou {
  background-color: #c2d3a2;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.inner {
  width: 1240px;
  /*background: orange;*/
  margin: 0 auto;
}

.block {
  /*background: gray;*/
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#shoujou .block .item {
  /* background: skyblue; */
  margin-bottom: 20px;
  width: 400px;
}

.shoujou-padding{
  padding-top: 50px;
  padding-bottom: 50px;
}

/* メニュー・料金エリア */
#ryoukin {
  background-color: #FAF8F4;
  text-align: center;
  padding: 50px 0;
}

#ryoukin p{
  padding-bottom: 30px;
}

#ryoukin table {
  width: 90%;
  margin: 24px auto;
  border-collapse: collapse;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  text-align: center;
  background-color: #f8f8f3; /* 全体の淡い背景 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#ryoukin th,
#ryoukin td {
  border: 2px solid #A3A380; /* 淡いオリーブ系グリーン */
  padding: 12px;
  vertical-align: middle;
  color: #3e3e2a; /* 茶系の落ち着いた文字色 */
  line-height: 1.6;
}

#ryoukin th {
  background-color: #E6E5C9; /* 淡いグリーンベージュ */
  font-weight: bold;
}

#ryoukin tr:nth-child(even) td {
  background-color: #F4F3E6; /* 交互の行で薄いベージュ */
}


/* accessエリア */
#access {
  /*background-color: #D8CBB6;*/
  margin-bottom: 20px;
}

#access .googlemap {
  width: 50%;
  border: 2px solid #a2a267; /* 淡いオリーブ系の枠 */
  border-radius: 20px;        /* 角丸 */
  overflow: hidden;           /* iframeの角も丸くする */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* 影 */
  max-width: 600px;
  margin: 0 auto;             /* 中央寄せ */
}

#access .access-text {
  width: 50%;
  padding: 100px 30px 100px 30px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

  .access-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  text-align: center;
  background-color: #f4f8f4; /* 全体の淡いグリーン背景 */
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  margin-bottom: 10px;
}

.access-text th,
.access-text td {
  border: 2px solid #3c9547; /* ボーダー */
  padding: 12px;
  color: #2f4f2f; /* 濃いグリーン系の文字色 */
  line-height: 1.6;
}

.access-text th {
  background-color: #91b899; /* 淡いグリーングレー */
  font-weight: bold;
}

.access-text tr:nth-child(2) td {
  background-color: #ecf5ec; /* 2行目の背景をさらに淡い緑に */
}

.reserve-button {
  display: inline-block;
  padding: 10px 70px 10px 70px;
  background-color: #af7b96;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
}

.reserve-button:hover {
  background-color: #8d5c7b; /* ホバー時：やや濃い緑 */
}

li {
  padding-top: 10px;
  list-style-type: none;
}