@charset "UTF-8";

/* Scss Document */
.page_title {
  text-align: center;
  color: #4e3229;
  font-size: 1.7142em;
  line-height: 3.25;
  margin-top: 40px;
  background: url("../img/tb.png") center center/contain no-repeat;
}

.read_area {
  max-width: 680px;
}

.area01 {
  padding: 60px 0;
  background: #feeeda;
}

@media screen and (max-width: 414px) {
  .area01 {
    padding: 30px 0;
  }
}

.area02 {
  padding: 60px 0 0;
}

@media screen and (max-width: 414px) {
  .area02 {
    padding: 30px 0 0;
  }
}

.inner {
  width: 93.75%;
  max-width: 700px;
  margin: auto;
}

.inner .htitle {
  font-size: 1.714em;
  line-height: 1.7;
  color: #4e3229;
  text-align: center;
  border-bottom: 1px solid #4e3229;
  margin-bottom: 50px;
}

@media screen and (max-width: 414px) {
  .inner .htitle {
    margin-bottom: 20px;
  }
}

.inner .tel_number {
  width: 93.75%;
  max-width: 286px;
  margin: auto;
}

.inner .sub_copy {
  text-align: center;
  font-size: 1.21428em;
  margin-top: 0.75em;
}

.inner .sub_inner {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 414px) {
  .inner .sub_inner {
    margin: auto;
  }
}

.inner .sub_inner .box01 {
  box-sizing: border-box;
  border: 1px solid #4e3229;
  padding: 10px;
  background: #fff;
}

.inner .sub_inner .box01 table {
  width: 100%;
  font-size: 1.24285em;
}

@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 table {
    font-size: 1em;
  }
}

.inner .sub_inner .box01 table img {
  width: auto;
}

.inner .sub_inner .box01 table th {
  padding: 0.75em 0;
  color: #fff;
  background: #4e3229;
  border-bottom: 10px solid #fff;
  line-height: 1.4;
}

.inner .sub_inner .box01 table th p:last-child {
  margin-top: 0.5em;
}

.inner .sub_inner .box01 table td {
  text-align: center;
  line-height: 3;
  border-right: 1px solid #4e3229;
}

.inner .sub_inner .box01 table td:last-child {
  border-right: none;
}

.inner .sub_inner .notes {
  margin-top: 10px;
  text-align: center;
}

.inner .sub_inner .notes p {
  display: inline-block;
  text-align: left;
  position: relative;
  line-height: 1.7;
  padding-left: 1.5em;
  font-feature-settings: "palt" 1;
}

.inner .sub_inner .notes p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



/* 20260709_add */
.MainBarSection {
  margin-left: 30px;
}

.whgt_area {
  display: flex;
  justify-content: space-around;
  margin: 50px 20px;
}

.whgt_area a {
  background-color: #e8e8eb;
  padding: 10px 30px;
}

.gr_h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}

.gr_area {
  font-size: 20px;
  border-bottom: 2px solid gray;
  margin: 30px 0 20px;
  padding: 10px 0;
}

.wh_area h3 {
  font-size: 18px;
  margin: 10px 0;
  text-decoration: underline;
  text-decoration-color: gray;
  text-align: justify;
}

.wh_area ul {
  line-height: 2.8;
  list-style: disc;
  padding-left: 5%;
  text-align: justify;
}



@media screen and (max-width: 640px) {
  .whgt_area {
    flex-direction: column;
  }

  .MainBarSection {
    margin: 0;
  }
}

.read_area a {
  color: #383838;
}

/* 20260709_add 外部リンクここから*/
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.wh_f_rink_container {
  background: #e8e8e8;
  padding: 60px;
}

.FooterSection {
  background: #e8e8eb;
  padding-top: 10px;
}

.FooterSection-Inner-Text {
  color: #000;
}

.wp-block-image .aligncenter figcaption {
  font-size: 14px;
}

.wp-block-image .aligncenter {
  width: 140px;
}

@media screen and (min-width: 641px) {
  .row {
    width: 1020px;
    margin: auto;
  }

  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .row {
    flex-direction: column;
    align-content: space-around;
  }

  .wp-block-image {
    margin-bottom: 30px;
  }

  .whgt_area a {
    display: block;
    margin: 20px;
  }

  .pc_none {
    text-align: center;
    padding: 40px;
  }

  .pc_none a {
    font-size: 15px;
    font-weight: bold;
    color: #383838;
  }
}

/* 20260709_add 外部リンクここまで*/