@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #009d73;
  background: url("../img/common/under_title.jpg") no-repeat center/auto;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: flex;
  align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  flex: 1;
  color: #333333;
  font-family: "BIZ UDゴシック", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    font-size: 25px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-weight: 600;
  font-family: "BIZ UDゴシック", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.mce-content-body h2 {
  color: #333333;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-top: 45px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 24px;
  }
}
.mce-content-body h2:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.png") no-repeat center/contain;
  width: 46px;
  height: 35px;
}
.mce-content-body h3 {
  color: #fff;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  border: 0;
  border-radius: 10px;
  background: #009d73;
}
.mce-content-body h3:before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
}
.mce-content-body h3.aside_title {
  color: #333333;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body h3.aside_title:after, .mce-content-body h3.aside_title:before {
  display: none;
}
.mce-content-body h3 {
  padding: 10px 25px;
}
.mce-content-body .section_bg h3, .mce-content-body .box_bg h3 {
}
.mce-content-body .section_bg .box_bg h3, .mce-content-body .section_bg .box_border h3, .mce-content-body .box_bg .box_bg h3, .mce-content-body .box_bg .box_border h3 {
}
.mce-content-body .section_bg .box_bg .box_bg h3, .mce-content-body .section_bg .box_border .box_bg h3, .mce-content-body .box_bg .box_bg .box_bg h3, .mce-content-body .box_bg .box_border .box_bg h3 {
  background: #fff;
}
.mce-content-body h4 {
  color: #333333;
  font-size: 21px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  letter-spacing: 0.08em;
  display: table;
  position: relative;
  padding: 0 0 3px 20px;
  border-bottom: 2px solid #009d73;
}
.mce-content-body h4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: auto;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 100vh;
  background: #a3c41b;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 20px;
  }
}
.mce-content-body h5 {
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0 20px;
  display: table;
  background: linear-gradient(transparent 60%, #dae7a4 60%);
}
.mce-content-body h5:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 19px;
  }
}

.text-large {
  color: #009d73;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .text-large {
    font-size: 22px;
  }
}

.section {
  padding-top: 85.5px;
  padding-bottom: 85.5px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 57.375px;
    padding-bottom: 57.375px;
  }
}
.section h3:first-child {
  margin-bottom: 35px;
}
.section hr {
  margin-bottom: 112.5px;
  margin-top: 112.5px;
  max-width: 1200px;
}

.section_bg {
  background: #fffaf3;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #fffaf3;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #fffaf3;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #fffaf3;
}

.box_border {
  background: #fff;
  border: 6px solid #faf2e6;
}

.box_border .box_bg {
  background: #fffaf3;
}

.section_bg .box_border .box_bg {
  background: #fffaf3;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 56.25px;
  border-radius: 30px;
  padding: 56.25px 38.25px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 56.25px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 27px 18px;
    margin-bottom: 45px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 27px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border, .row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border, .row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border, .row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border, .row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border, .row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border, .row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border, .row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border, .row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media screen and (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 56.25px;
}
@media screen and (max-width: 767px) {
  div.clearfix {
    margin-bottom: 45px;
  }
}

.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  border: 1px solid #009d73 !important;
  border-radius: 10px !important;
  padding: 30px 20px !important;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  background: #fff;
  color: #333333;
  border-radius: 0;
  padding: 0.5em 1em 0.5em 3.5em;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  line-height: 24px;
  border: 1px solid #009d73;
  border-radius: 0;
  border: none;
  color: #009d73 !important;
  display: inline;
  width: auto;
  padding: 5px 0 5px 50px;
  text-decoration: none;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 19px;
  right: auto;
  transform: rotate(45deg);
  top: 13px;
  bottom: auto;
}
.link_anchor a::before {
  display: block;
  background: #009d73;
  border-radius: 50%;
  height: 27px;
  left: 18px;
  width: 27px;
  left: 10px;
  right: auto;
  top: 3px;
  bottom: auto;
}
.link_anchor a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #009d73 !important;
  background: none;
}
.link_anchor a:hover:before {
  background: #009d73;
}
.link_anchor a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: 48%;
    margin-right: 2%;
  }
  .link_anchor li a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .link_anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .link_anchor li:nth-child(n+3) {
    margin-top: 2%;
  }
  .link_anchor.link_col_3 li {
    max-width: 32%;
  }
  .link_anchor.link_col_3 li:nth-child(2n) {
    margin-right: 2%;
  }
  .link_anchor.link_col_3 li:nth-child(n+3) {
    margin-top: 0;
  }
  .link_anchor.link_col_3 li:nth-child(3n) {
    margin-right: 0;
  }
  .link_anchor.link_col_3 li:nth-child(n+4) {
    margin-top: 2%;
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 27px;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 13.5px;
  padding-left: 22.5px;
  position: relative;
}
.ul_circle li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 27px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #009d73;
  height: 9px;
  left: 0;
  top: 9px;
  width: 9px;
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  transform: rotate(50deg);
  top: 11.25px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #009d73;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #009d73;
  top: 11.25px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 31.5px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #009d73;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 14.76px;
  height: 22.5px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6.75px;
  width: 22.5px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
  }
  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }
  ul.list_columns_3 {
    display: flex;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin-right: 2%;
  }
  ul.list_columns_3 li:nth-child(3n) {
    margin-right: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 31.5px;
  margin-bottom: 31.5px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6.75px 0px 6.75px 67.5px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 22.5px;
  font-family: "BIZ UDゴシック";
  font-size: 29.25px;
  font-weight: 600;
  height: 45px;
  left: 0;
  letter-spacing: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 45px;
}
.box_faq .question {
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #009d73;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "BIZ UDゴシック", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-top: 0;
  padding-right: 22.5px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 13.5px;
  right: 0;
  background: #009d73;
  border-radius: 1px;
  width: 18px;
  height: 3.375px;
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.box_faq .question.open .faq_title::after {
  transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #f8a94f;
  top: 30px;
}

.flow-box {
  margin-bottom: 56.25px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 45px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 6px solid #faf2e6;
  background: #fff;
  border-radius: 30px;
  margin-top: 92.25px;
  padding: 56.25px 38.25px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 56.25px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 27px 18px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 36px solid transparent;
  border-top-color: #eee3d3;
  left: 50%;
  margin-left: -36px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #009d73;
}
.flow-block .title {
  padding: 0;
  flex: 0 0 auto;
  font-family: "BIZ UDゴシック", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: flex;
  align-items: center;
}
.flow-block .title:after, .flow-block .title:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #009d73;
  background: #009d73;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}
.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.table_address {
  background: none;
  margin-bottom: 1em;
  background: #fff;
}
table.table_address:last-child {
  margin-bottom: 0;
}
table.table_address tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}
table.table_address tbody tr th:first-child {
  border-top: 1px solid #009d73;
  color: #009d73;
  width: 25%;
  border-bottom: none;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  table.table_address tbody tr th:first-child {
    width: 35%;
  }
}
table.table_address tbody tr:last-child th:first-child {
  border-bottom: 1px solid #009d73;
}
table.table_address tbody tr th, table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
}
table.table_address tbody tr th:first-child, table.table_address tbody tr td:first-child {
  color: #009d73;
  border-bottom: 1px solid #009d73;
  border-top: 1px solid #009d73;
}
table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}
table.table_timetable:last-child {
  margin-bottom: 0;
}
table.table_timetable th, table.table_timetable td {
  background: none;
  padding: 2.4rem 0.2rem;
  text-align: center;
  border: none;
  font-weight: 500;
}
table.table_timetable thead {
  border-bottom: 1px solid #ddd;
}
table.table_timetable thead th {
  background: none;
  color: #333333;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody {
  border-bottom: 1px solid #ddd;
}
table.table_timetable tbody th {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}
table.table_fee:last-child {
  margin-bottom: 0;
}
table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th, table.table_fee thead td {
  background: #81c1b0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th {
  background: #f0f6f4;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}
table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee tbody td:last-child {
  text-align: left;
}
table.table_fee2 {
  margin-bottom: 1em;
}
table.table_fee2:last-child {
  margin-bottom: 0;
}
table.table_fee2 th, table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee2 tbody th {
  background: #f0f6f4;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  table.table_fee2 tbody th {
    width: 35%;
  }
}
table.table_fee2 tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee2 tbody td:last-child {
  text-align: left;
}
table.table_fee_bg tbody tr th {
  background: #f0f6f4;
}
table.table_fee_right tbody tr td:last-child {
  text-align: right;
}
table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

.consul {
  color: #009d73 !important;
}

.consul2 {
  color: #a3c41b !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 768px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
}
.footer .sec_logo {
  margin: 0 0 30px;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address th, .footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}
.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}
.footer .sec_img {
  margin: 0;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .sitemap a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}
@media screen and (min-width: 1250px) {
  .footer {
    padding-top: 100px;
  }
}

.copyright {
  background: #fcf2e6;
  color: #333333;
  margin-top: 30px;
  padding: 20px 0 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 20px 0 16%;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 40s linear infinite;
  display: flex;
  width: 6360px;
  height: 100%;
}

.loopslider_item {
  margin-right: 20px;
}
.loopslider_item:nth-of-type(even) {
  margin-top: 60px;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2120px);
  }
}
@media (max-width: 767px) {
  .loopslider {
    animation: loopslider 60s linear infinite;
    width: 2640px;
  }
  .loopslider_item {
    margin-right: 10px;
  }
  .loopslider_item:nth-of-type(even) {
    margin-top: 30px;
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 5px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 30px;
  height: 30px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 30px;
}

.img_slider .img_slide_main .slick-prev {
  left: 20px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 20px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 20px;
    height: 20px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 20px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 5px;
    z-index: 1;
  }
  .img_slider .img_slide_main .slick-next {
    right: 5px;
  }
}
#header .header_info {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
#header .header_info .btn a {
  text-decoration: none;
  display: block;
  color: #f8a94f;
  border: 2px solid #f8a94f;
  padding: 3px 20px;
  border-radius: 10px;
  font-family: "BIZ UDゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.4vw, 22px);
  position: relative;
}
#header .header_info .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #f8a94f;
  border-right: 2px solid #f8a94f;
  transform: rotate(45deg);
  transition: 0.2s;
}
#header .header_info .btn a:hover:after {
  right: 5px;
}
#header .header_info .hdr_tel {
  text-align: right;
  font-size: clamp(14px, 1.4vw, 18px);
  font-family: "BIZ UDゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
#header .header_info .hdr_tel .num {
  color: #f8a94f;
  display: table;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1;
  font-weight: bold;
  position: relative;
  margin-left: auto;
  padding-left: 28px;
}
#header .header_info .hdr_tel .num:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 23px;
  height: 23px;
  background: url(../img/common/hdr_tel.png) no-repeat center center/cover;
}

@media (min-width: 768px) {
  #menu-header_menu > li > a {
    color: #009d73;
    display: flex;
    flex-direction: column;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 500;
  }
  #menu-header_menu > li > a span {
    color: #333333;
    font-size: clamp(10px, 1.2vw, 14px);
    line-height: 1;
  }
  #menu-header_menu > li:hover {
    border-color: #009d73;
  }
  #menu-header_menu > li:hover > a {
    color: #fff;
  }
  #menu-header_menu > li:hover > a span {
    color: #fff;
  }
}
@media (max-width: 767px) {
  #menu-header_menu > li > a span {
    display: none;
  }
  #toggle {
    max-width: 58px;
    margin-left: 30px;
  }
}
#footer {
  padding: 0;
}
#footer .footer_inner {
  padding: 120px 0 100px;
  background: url(../img/common/footer_bg.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #footer .footer_inner {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  #footer .row {
    margin-bottom: 30px;
  }
}
#footer .address th, #footer .address td {
  font-size: 18px;
  vertical-align: top;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  #footer .address th, #footer .address td {
    font-size: 16px;
  }
}
#footer .address th {
  font-weight: bold;
  color: #009d73;
}
#footer .address + .color01 {
  color: #009d73;
  font-weight: bold;
  margin: 15px 0;
}
#footer .table_access th, #footer .table_access td {
  font-size: 18px;
  vertical-align: top;
  text-align: left;
}
#footer .table_access th {
  color: #009d73;
  font-weight: bold;
  min-width: 85px;
}
#footer .list_access li {
  position: relative;
  padding-left: 15px;
}
#footer .list_access li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100vh;
  background: #b8d8cf;
}
#footer .list_access.border-bottom {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
#footer .bg_white {
  background: #fff;
  padding: 4% 5%;
  border-radius: 20px;
  margin-top: 10px;
}
#footer .color01 {
  color: #009d73;
  font-weight: bold;
  margin: 0 0 5px;
}
#footer .list_btn {
  display: flex;
  justify-content: center;
  gap: 0 60px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #footer .list_btn {
    display: block;
  }
}
#footer .list_btn li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(16px, 1.6vw, 24px);
  letter-spacing: 0.1em;
  color: #fff;
  padding: 1em 2em;
  background: #000;
  width: 340px;
  max-width: 100%;
  border-radius: 100vh;
  background: #009d73;
  transition: 0.2s;
  position: relative;
}
@media (max-width: 767px) {
  #footer .list_btn li a {
    margin: 15px auto;
    width: 280px;
    padding: 1.3rem 2.4rem;
  }
}
#footer .list_btn li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  left: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
#footer .list_btn li a:hover {
  opacity: 0.8;
}
#footer .list_btn li.color02 a {
  background: #f8a94f;
}
#footer .list_clinic {
  max-width: 1050px;
  margin: 80px auto 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media (max-width: 767px) {
  #footer .list_clinic {
    margin: 30px auto;
    gap: 10px 10px;
  }
}
#footer .list_clinic li {
  width: calc((100% - 80px) / 5);
}
@media (max-width: 767px) {
  #footer .list_clinic li {
    width: calc((100% - 10px) / 2);
  }
}

.home h2 {
  color: #009d73;
  font-size: clamp(32px, 3.2vw, 48px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 0;
}
.home h2:after {
  content: none;
}
.home h2 span {
  color: #333333;
  display: block;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 2vw, 24px);
}
.sec_information {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_information {
    padding: 50px 0;
  }
}
.sec_information dl dt, .sec_information dl dd {
  border-top: 1px solid #ccc;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .sec_information dl dt, .sec_information dl dd {
    padding: 15px 0;
  }
}
.sec_information dl dt:last-of-type, .sec_information dl dd:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .sec_information dl dt {
    float: left;
    clear: left;
  }
}
@media (max-width: 767px) {
  .sec_information dl dt {
    border-bottom: 0 !important;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sec_information dl dd {
    padding-left: 150px;
  }
}
@media (max-width: 767px) {
  .sec_information dl dd {
    border-top: 0;
    padding-top: 0;
  }
}
.sec_information dl dd a {
  text-decoration: none;
  color: #333333;
}
.sec_information dl dd a:hover {
  text-decoration: underline;
}

.sec_time {
  padding: 100px 0;
  background: url(../img/common/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_time {
    padding: 50px 0;
  }
}
.sec_time .container {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 2% 4% 4%;
}
.sec_time .time_table th, .sec_time .time_table td {
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 24px);
  border-bottom: 1px solid #ccc;
  padding: 30px 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_time .container {
    padding: 4%;
  }
  .sec_time .time_table th, .sec_time .time_table td {
    padding: 10px 0;
  }
}
.sec_time .time_table thead th:first-child {
  width: 20%;
}
.sec_time .time_table thead th:not(:first-child) {
  width: 11.4285714286%;
}
.sec_time .time_table td {
  color: #009d73;
  font-weight: bold;
}

.sec_first {
  padding: 100px 0;
  background: url(../img/common/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_first {
    padding: 50px 0;
  }
}
.sec_first .bg_white {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 4%;
  border-radius: 30px;
}

.sec_symptoms {
  padding: 100px 0 50px;
}
@media (max-width: 767px) {
  .sec_symptoms {
    padding: 50px 0 25px;
  }
}
@media (min-width: 768px) {
  .sec_symptoms .row .col_2 {
    width: 49%;
  }
  .sec_symptoms .row .col_2:first-child {
    margin-right: 2%;
  }
}
.sec_symptoms .bg_wrap {
  background: #fcf2e6;
  padding: 6%;
  height: 100%;
}
.sec_symptoms .bg_wrap.content01 {
  border-radius: 40px 0 0 0;
}
.sec_symptoms .bg_wrap.content02 {
  border-radius: 0 0 40px 0;
}
.sec_symptoms .bg_wrap h3 {
  font-size: clamp(20px, 2vw, 24px);
  border: 0;
  border-radius: 0;
  color: #009d73;
  font-weight: bold;
  border-bottom: 1px solid #009d73;
  position: relative;
  text-align: center;
  padding: 50px 0 10px;
  margin-top: 0;
  background: none;
}
.sec_symptoms .bg_wrap h3:before {
  content: none;
}
.sec_symptoms .bg_wrap h3.icon01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 58px;
  height: 40px;
  background: url(../img/common/icon_symptoms001.png) no-repeat center center/cover;
}
.sec_symptoms .bg_wrap h3.icon02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 51px;
  height: 40px;
  background: url(../img/common/icon_symptoms002.png) no-repeat center center/cover;
}
.sec_symptoms .bg_wrap .list_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media (max-width: 767px) {
  .sec_symptoms .bg_wrap .list_btn {
    gap: 5px 5px;
  }
}
.sec_symptoms .bg_wrap .list_btn li {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .sec_symptoms .bg_wrap .list_btn li {
    width: calc((100% - 5px) / 2);
  }
}
.sec_symptoms .bg_wrap .list_btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(13px, 1.3vw, 20px);
  background: #009d73;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 10px 20px;
  min-height: 80px;
  border-radius: 10px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec_symptoms .bg_wrap .list_btn li a {
    min-height: 60px;
    padding: 10px 10px;
  }
}
.sec_symptoms .bg_wrap .list_btn li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  left: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.sec_symptoms .bg_wrap .list_btn li a:hover {
  opacity: 0.8;
}

.sec_menu {
  padding: 50px 0 100px;
  background: linear-gradient(to bottom, #fff 0, #fff 300px, #fffaf3 300px, #fffaf3 100%);
}
@media (max-width: 767px) {
  .sec_menu {
    padding: 25px 0 50px;
  }
}
.sec_menu .tab_btn {
  display: block;
}
.sec_menu .tab_item_wrap .tab_item {
  display: none;
}
.sec_menu .tab_item_wrap .tab_item.active {
  display: block;
}
.sec_menu .tab_wrap .tab_btn_wrap {
  max-width: 950px;
  margin: 0 auto;
  font-family: "BIZ UDゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: clamp(14px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_menu .tab_wrap .tab_btn_wrap {
    justify-content: center;
    gap: 30px 20px;
  }
}
.sec_menu .tab_wrap .tab_btn_wrap .tab_btn {
  border: 1px solid #d9d9d9;
  border-radius: 100vh;
  background: #fff;
  width: calc((100% - 60px) / 4);
  height: 100%;
  padding: 4% 2%;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .sec_menu .tab_wrap .tab_btn_wrap .tab_btn {
    min-width: 150px;
  }
}
.sec_menu .tab_wrap .tab_btn_wrap .tab_btn img {
  display: block;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .sec_menu .tab_wrap .tab_btn_wrap .tab_btn img {
    margin-bottom: 5px;
  }
}
.sec_menu .tab_wrap .tab_btn_wrap .tab_btn img.active {
  display: none;
}
.sec_menu .tab_wrap .tab_btn_wrap .tab_btn .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}
.sec_menu .tab_wrap .tab_btn_wrap .tab_btn.active {
  color: #fff;
  background: #009d73;
}
.sec_menu .tab_wrap .tab_btn_wrap .tab_btn.active:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #009d73;
}
.sec_menu .tab_wrap .tab_btn_wrap .tab_btn.active img.usually {
  display: none;
}
.sec_menu .tab_wrap .tab_btn_wrap .tab_btn.active img.active {
  display: block;
}
.sec_menu .tab_wrap .tab_content {
  background: #fff;
  border: 1px solid #009d73;
  border-radius: 40px;
  padding: 4%;
  min-height: 190px;
}
@media (max-width: 767px) {
  .sec_menu .tab_wrap .tab_content {
    padding: 7%;
  }
}
.sec_menu .tab_wrap .tab_content .list_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media (max-width: 767px) {
  .sec_menu .tab_wrap .tab_content .list_menu {
    gap: 15px 10px;
  }
}
.sec_menu .tab_wrap .tab_content .list_menu li {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 767px) {
  .sec_menu .tab_wrap .tab_content .list_menu li {
    width: calc((100% - 10px) / 2);
  }
}
.sec_menu .tab_wrap .tab_content .list_menu.long li {
  width: calc((100% - 20px) / 2);
}

.sec_menu .tab_wrap .tab_content .list_menu li a {
  display: flex;
  align-items: center;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  font-size: clamp(14px, 1.4vw, 20px);
  border-bottom: 1px solid #009d73;
  position: relative;
  height: 100%;
  line-height: 1.6;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .sec_menu .tab_wrap .tab_content .list_menu li a {
    line-height: 1.4;
    padding-right: 10px;
  }
}
.sec_menu .tab_wrap .tab_content .list_menu li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #009d73;
  border-right: 1px solid #009d73;
  transform: rotate(45deg);
  transition: 0.2s;
}
.sec_menu .tab_wrap .tab_content .list_menu li a:hover:after {
  right: 3px;
}
@media (max-width: 767px) {
  .sec_menu .tab_wrap .tab_content .list_menu li a:after {
    right: 5px;
    width: 5px;
    height: 5px;    
  }
}

.sec_reason {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_reason {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sec_reason .row {
    margin-bottom: 40px;
  }
  .sec_reason .row .col_2, .sec_reason .row .col_3 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sec_reason .row_custom {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .sec_reason .row_custom .short {
    width: 42.5%;
  }
}
@media (min-width: 768px) {
  .sec_reason .row_custom > .col_2:not(:last-child) {
    margin-right: 5%;
  }
  .sec_reason .row_custom .large {
    width: 52.5%;
  }
}
.sec_reason h3 {
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #009d73;
  padding: 0 0 15px 15px;
  margin: 25px 0;
  font-size: clamp(18px, 1.8vw, 24px); 
  color: rgba(51,51,51);
  background: none;
}
@media (max-width: 767px) {
  .sec_reason h3 {
    margin: 20px 0 10px;
    padding: 0 0 10px;
  }
}
.sec_reason h3:before {
  content: none;
}
.sec_reason h3 .num {
  color: #f8a94f;
  font-weight: bold;
  font-size: clamp(50px, 8vw, 86px);
  line-height: 1;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sec_reason h3 .num {
    margin-right: 10px;
  }
}
.sec_reason .mH {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sec_reason .mH.mH01 {
    min-height: 210px;
  }
  .sec_reason .mH.mH02 {
    min-height: 340px;
  }
  .sec_reason .mH.mH03 {
    min-height: 310px;
  }
}
@media (min-width: 768px) {
  .sec_reason .btnstyle a {
    margin-right: 0;
  }
}

.sec_slider .loopslider_item {
  margin-bottom: 0;
}

.sec_greets {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_greets {
    padding: 50px 0;
  }
}
.sec_greets .row {
  align-items: center;
}
@media (min-width: 768px) {
  .sec_greets .row .col_2:first-child {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .sec_greets .row .col_2:last-child {
    width: 61%;
  }
}
.sec_greets figure {
  text-align: center;
}
.sec_greets .name {
  text-align: right;
}
.sec_greets .name span {
  font-size: 24px;
}
.sec_greets .list_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
@media (max-width: 767px) {
  .sec_greets .list_btn {
    gap: 0 10px;
  }
}
.sec_greets .list_btn li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 1.3rem 2.4rem;
  width: 280px;
  max-width: 100%;
  border-radius: 100vh;
  background: #009d73;
  transition: 0.2s;
  position: relative;
  font-size: 20px;
}
@media (max-width: 767px) {
  .sec_greets .list_btn li {
    width: calc((100% - 10px)/2);
  }
  .sec_greets .list_btn li a {
    margin: 15px auto;
    font-size: 16px;
  }
}
.sec_greets .list_btn li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  left: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.sec_greets .list_btn li a:hover {
  opacity: 0.8;
}
.sec_greets .list_btn li.color02 a {
  background: #f8a94f;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}
.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}
.mce-content-body .calendar-caption {
  font-size: 1.2em;
}
.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}
.mce-content-body .monthly-prev-next {
  font-size: 1em;
}
.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}
.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}
.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}
.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}
.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}
.mce-content-body th.day-left {
  line-height: 2.5em;
}
.mce-content-body td.day-right {
  font-size: 1.5em;
}
.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-mix-calendar th, .mce-content-body .day-mix-calendar td {
  font-size: 1em;
}
.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}
.mce-content-body .content-form {
  margin-bottom: 1em;
}
.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}
.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}
.mce-content-body .content-form legend {
  font-size: 1.1em;
}
.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}
.mce-content-body .content-form td {
  font-size: 0.9em;
}
.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}
.mce-content-body .content-text.small {
  width: 3em;
}
.mce-content-body .input-number {
  margin-right: 1em;
}
.mce-content-body .content-form .booking-seimei {
  width: 3em;
}
.mce-content-body .bill-details td {
  padding-right: 0.5em;
}
.mce-content-body .bill-total, .mce-content-body .bill-tax {
  padding-right: 1.5em;
}
.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}
.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}
.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}
.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}
.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}
.mce-content-body .subscription-title {
  font-size: 1.2em;
}

body:not(.home) #footer .footer_inner {
  background: url(../img/common/footer_bg_under.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  body:not(.home) #footer {
  }
}
@media (max-width: 767px) {
  .sp-min {
    display: block;
    max-width: 60%;
    margin: 0 auto;
  }
  .sp-xmin {
    display: block;
    max-width: 35%;
    margin: 0 auto;
  }
}
.custom_row01 {
  
}
@media (max-width: 767px) {
  .custom_row01 {
    margin-bottom: 5%;
  }
}
.btn_large a {
  max-width: 380px;
}

body:not(.home) .time_table th, .time_table td {
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 20px);
  border-bottom: 1px solid #ccc;
  padding: 30px 5px;
  text-align: center;
}
@media (max-width: 767px) {
  body:not(.home) .time_table th, .time_table td {
    padding: 10px 0;
  }
}
body:not(.home) .time_table thead th:first-child {
  width: 20%;
}
body:not(.home) .time_table thead th:not(:first-child) {
  width: 11.4285714286%;
}
body:not(.home) .time_table td {
  color: #009d73;
  font-weight: bold;
}
@media (min-width: 768px) {
  .row_custom02 {
    
  }
  .row .col_3 {
    width: 30%;
    margin-right: 5%;
  }
}
