@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #a5cccd;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.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;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media only 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, .top_contact h2.top_ttl {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1em;
  line-height: 1.4;
}
.mce-content-body h2, .top_contact h2.top_ttl {
  font-size: clamp(24px, 22.351px + 0.398vw, 30px);
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.mce-content-body h2:after, .top_contact h2.top_ttl:after {
  content: "";
  width: 21px;
  height: 2px;
  background: #a5cccd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mce-content-body h2.top_ttl, .top_contact h2.top_ttl {
  font-size: clamp(32px, 27.052px + 1.195vw, 50px);
  padding: 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .mce-content-body h2.top_ttl, .top_contact h2.top_ttl {
    letter-spacing: 0.1em;
  }
}
.mce-content-body h2.top_ttl:after, .top_contact h2.top_ttl:after {
  display: none;
}
.mce-content-body h2.top_ttl .sub, .top_contact h2.top_ttl .sub {
  font-size: clamp(20px, 18.900px + 0.266vw, 24px);
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: normal;
}
.mce-content-body h3 {
  font-size: clamp(22px, 21.450px + 0.133vw, 24px);
  border-bottom: solid 1px #333333;
  padding: 0 0 10px 30px;
  position: relative;
}
.mce-content-body h3:before {
  content: "";
  width: 5px;
  height: 70%;
  background: #97c4c3;
  position: absolute;
  top: .05em;
  left: 0;
  margin: auto;
}
.mce-content-body h3.top_ttl {
  padding: 0;
  border-bottom: 0;
  font-size: clamp(24px, 22.900px + 0.266vw, 28px);
}
.mce-content-body h3.top_ttl .feature {
  font-size: 14px;
  letter-spacing: .15em;
}
.mce-content-body h3.top_ttl .feature .num {
  font-size: 18px;
}
.mce-content-body h3.top_ttl:before {
  display: none;
}
.mce-content-body h3.top_ttl .feature {
  display: block;
}
.mce-content-body h4 {
  font-size: clamp(20px, 19.450px + 0.133vw, 22px);
  padding-left: 21px;
  position: relative;
}
.mce-content-body h4:before {
  content: "";
  width: 5px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #97c4c3;
}
.mce-content-body h5 {
  font-size: clamp(18px, 17.450px + 0.133vw, 20px);
  display: table;
  border-bottom: solid 1px #333333;
}

.text-large {
  color: #a5cccd;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .text-large {
    font-size: 22px;
  }
}

.section {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
}

.section_bg {
  background: #f9f9f9;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #dbebeb;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f9f9f9;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #dbebeb;
}
.box_bg h3:before {
  background-color: #97c4c3;
}

.box_border {
  background: #fff;
  border: 1px solid #333333;
}

.box_border .box_bg {
  background: #f9f9f9;
}

.section_bg .box_border .box_bg {
  background: #f9f9f9;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: clamp(10px, 7.251px + 0.664vw, 20px);
  padding: 50px 34px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.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 only 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%;
}

.googlemap {
  padding-top: 400px;
}

.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: 50px;
}
@media only screen and (max-width: 767px) {
  div.clearfix {
    margin-bottom: 40px;
  }
}

.link_anchor {
  margin-top: 20px !important;
  padding: clamp(20px, 13.952px + 1.461vw, 42px);
  background: #f3f3f3;
  border-radius: clamp(10px, 7.251px + 0.664vw, 20px);
  display: flex;
  flex-wrap: wrap;
}
@media only 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 only screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  text-decoration: none;
  border-bottom: solid 1px #d0d0d0;
  padding: 10px 35px 10px 20px;
  width: 100%;
  color: #333333;
  position: relative;
  transition: .3s;
}
.link_anchor a:after {
  content: "";
  width: 25px;
  height: 5px;
  border-bottom: solid 1px #404040;
  border-right: solid 1px #404040;
  transform: skew(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.link_anchor a:hover {
  color: #333333;
  opacity: .7;
  transition: .3s;
}
@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: 24px;
}
.ul_circle:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  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: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #a5cccd;
  height: 8px;
  left: 0;
  top: 9px;
  width: 8px;
}

.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;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: '';
  position: absolute;
  display: block;
  background: #a5cccd;
  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 #a5cccd;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #a5cccd;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }

  ul.list_columns_3 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #a5cccd;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: '';
  top: 12px;
  right: 0;
  background: #a5cccd;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: .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: #94c7de;
  top: 30px;
}

.section:not(.section_bg) .box_bg .box_faq {
  border-color: #000;
}
.section:not(.section_bg) .box_bg .box_faq .faq_title:before, .section:not(.section_bg) .box_bg .box_faq .faq_title:after {
  background: #000;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 1px solid #333333;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
  border-radius: clamp(10px, 7.251px + 0.664vw, 20px);
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #e5ebee;
  left: 50%;
  margin-left: -32px;
  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: #a5cccd;
}
.flow-block .title {
  padding: 0;
  flex: 0 0 auto;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", 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: #a5cccd;
  background: #94c7de;
  margin-right: .5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  flex: none;
  font-size: 20px;
  font-weight: normal;
  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;
}
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 #a5cccd;
  color: #a5cccd;
  width: 25%;
  border-bottom: none;
  font-weight: 600;
}
@media only 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 #a5cccd;
}
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: #a5cccd;
  border-bottom: 1px solid #a5cccd;
  border-top: 1px solid #a5cccd;
}
table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 0;
}
table.table_timetable:before {
  content: "";
  border: solid 1px #ccc;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 10px;
}
table.table_timetable:last-child {
  margin-bottom: 0;
}
table.table_timetable th, table.table_timetable td {
  background: #fff;
  padding: .8rem .2rem;
  text-align: center;
  font-weight: normal;
  color: #333333;
}
table.table_timetable thead th {
  background: #e6e6e6;
  padding: 18px .2rem;
}
table.table_timetable thead th:first-child {
  border-radius: 10px 0 0 0;
}
table.table_timetable thead th:last-child {
  width: 13%;
  border-radius: 0 10px 0 0;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th {
  text-align: center;
}
table.table_timetable tbody tr:first-child td, table.table_timetable tbody tr:first-child th {
  padding-top: clamp(10px, 7.251px + 0.664vw, 20px);
}
table.table_timetable tbody tr:last-child th, table.table_timetable tbody tr:last-child td {
  padding-bottom: clamp(10px, 7.251px + 0.664vw, 20px);
}
table.table_timetable tbody tr:last-child th:first-child, table.table_timetable tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
table.table_timetable tbody tr:last-child th:last-child, table.table_timetable tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
@media (max-width: 1224px) {
  table.table_timetable .table_ic {
    max-width: 75%;
  }
}
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: #e7f4f4;
  text-align: center;
  font-weight: 400;
}
table.table_fee tbody th {
  background: #f4f8f8;
  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: #f7f9fc;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}
@media only 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: #f7f9fc;
}
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: #333333 !important;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.consul2 {
  color: #94c7de !important;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.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,
  .js-scrollable_pc table {
    width: auto;
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.table_timetable_txt {
  margin-top: 10px;
  margin-bottom: clamp(15px, 5.000px + 1.302vw, 30px);
}
.table_timetable_txt li:not(:last-child) {
  margin-bottom: 10px;
}
.table_timetable_txt li .ic01 {
  margin-right: 15px;
}
.table_timetable_txt li .ic02 {
  margin-right: 10px;
}

.home .footer {
  border-top: none;
}

.common_info_list {
  line-height: 1.625;
  margin-bottom: clamp(15px, 10.327px + 1.129vw, 32px);
}
@media (min-width: 768px) {
  .common_info_list {
    letter-spacing: 0.1em;
  }
}
.common_info_list li:not(:last-child) {
  margin-bottom: 20px;
}

footer {
  border-top: solid 1px rgba(0, 0, 0, 0.6);
  background: #f9f9f9;
  padding-top: clamp(30px, 3.884px + 6.308vw, 125px);
}
footer .footer_logo {
  margin-bottom: clamp(25px, 16.478px + 2.058vw, 56px);
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1224px) {
  footer .footer_logo img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  footer .footer_logo img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  footer .table_timetable_txt {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  footer .primary_block .col_left {
    width: 40%;
    padding-right: clamp(20px, -60.000px + 10.417vw, 140px);;
  }
  footer .primary_block .col_right {
    width: 60%;
    padding-left: clamp(20px, -60.000px + 10.417vw, 140px);;
    border-left: solid 1px #cccccc;
  }
  footer .btnstyle {
    text-align: left;
  }
}

.db-bnr {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 767px) {
  .db-bnr {
    margin: auto;
  }
}

.copyright {
  margin-top: clamp(30px, 5.259px + 5.976vw, 120px);
  padding: 10px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

.list_list dd a {
  color: #333333;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .list_list dt {
    padding: .5em 0 0;
  }
  .list_list dd {
    padding: 0 0 .5em;
  }
}
@media only screen and (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: calc(200px * 12);
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 6));
  }
}
@media only screen and (min-width: 768px) {
  .loopslider {
    animation: loopslider 140s linear infinite;
    width: calc(320px * 12);
  }

  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-320px * 6));
    }
  }
}
.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 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;
}

.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 (min-width: 768px) {
  .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;
  }

  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2, .sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #333333;
}
.sec_top h2:before, .sec_top h2:after, .sec_top h3:before, .sec_top h3:after {
  display: none;
}

.sec00 {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .sec00 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1239px) {
  .sec00 {
    padding: 100px 0;
  }
}

.preparation_text {
  position: relative;
}
.preparation_text:before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background: #000;
}
.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: fit-content;
}

@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .tabletbr {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .pcbr02 {
    display: block !important;
  }

  .sp02 {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .spbr02 {
    display: block !important;
  }

  .pc02 {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .pc03 {
    display: none !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
.box_faq .question,
.box_faq .answer {
  padding-left: clamp(42px, 37.052px + 1.195vw, 60px);
}
.box_faq .question::before,
.box_faq .answer::before {
  width: clamp(30px, 27.251px + 0.664vw, 40px);
  height: clamp(30px, 27.251px + 0.664vw, 40px);
  font-size: clamp(20px, 18.351px + 0.398vw, 26px);
  line-height: clamp(28px, 25.801px + 0.531vw, 36px);
}
@media (max-width: 767px) {
  .box_faq .question::before,
  .box_faq .answer::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .box_faq .answer {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
.under_clinic_box {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.txt_highlight {
  background: linear-gradient(transparent 50%, #fff1b8 0%);
}

/*  */
.top_information {
  padding: 0 0 clamp(40px, 18.008px + 5.312vw, 120px);
}
.top_information .post_block {
  padding: clamp(40px, 18.008px + 5.312vw, 120px) 0;
}
.top_information .list_list dd {
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .top_information .headline {
    margin-bottom: 30px;
  }
  .top_information .headline h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .top_information .post_block {
    display: flex;
    align-items: center;
    gap: 0 2%;
  }
  .top_information .headline {
    width: 32%;
  }
  .top_information .headline h2.top_ttl {
    text-align: left;
  }
  .top_information .headline .btnstyle {
    text-align: left;
  }
  .top_information .headline .btnstyle a {
    min-width: clamp(200px, 173.333px + 3.472vw, 240px);
  }
  .top_information .content {
    width: 66%;
  }
  .top_information .content .list_list dt,
  .top_information .content .list_list dd {
    padding-bottom: 10px;
    padding-top: 30px;
  }
  .top_information .content .list_list dd {
    padding-left: clamp(100px, 66.667px + 4.34vw, 150px);
  }
  .top_information .secondary_block .col_left {
    width: 40%;
    padding-right: clamp(20px, -60.000px + 10.417vw, 140px);;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top_information .secondary_block .col_right {
    width: 60%;
    padding-left: clamp(20px, -60.000px + 10.417vw, 140px);;
    border-left: solid 1px #cccccc;
  }
  .top_information .btnstyle {
    text-align: left;
  }
}

/* 当院の特徴 */
.top_feature {
  padding-bottom: clamp(40px, 18.008px + 5.312vw, 120px);
}
.top_feature figure {
  margin-bottom: clamp(10px, 5.876px + 0.996vw, 25px);
}
.top_feature h3 {
  margin-bottom: 10px;
}
.top_feature .txt_wrap {
  line-height: 2;
}
@media (min-width: 768px) {
  .top_feature .txt_wrap {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) {
  .top_feature h2.top_ttl {
    text-align: left;
  }
  .top_feature .primary_block {
    gap: 84px 6.35%;
  }
  .top_feature .primary_block .col {
    width: 29.1%;
    display: flex;
    flex-direction: column;
  }
  .top_feature .primary_block .col .btnstyle {
    margin-top: auto;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_feature .primary_block .col .txt_wrap {
    margin-top: auto;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_feature .primary_block {
    gap: 40px 2%;
  }
  .top_feature .primary_block .col {
    width: 32%;
  }
  .top_feature .primary_block .btnstyle a {
    min-width: auto;
  }
}

/* parallax */
.top_parallax {
  height: clamp(250px, 190.896px + 14.276vw, 465px);
  position: relative;
}
.top_parallax .parallax_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.top_parallax .parallax_bg {
  background-image: url(../img/top/parallax_bg.jpg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* 診療案内 */
.top_menu {
  padding: clamp(40px, 18.008px + 5.312vw, 120px) 0;
}
.top_menu .primary_block .col {
  background: #f3f3f3;
  padding: clamp(25px, 18.677px + 1.527vw, 48px);
  border-radius: clamp(10px, 7.251px + 0.664vw, 20px);
}
.top_menu .primary_block .col h3 {
  font-size: clamp(24px, 22.900px + 0.266vw, 28px);
  text-align: center;
}
@media (max-width: 767px) {
  .top_menu .primary_block .col h3 {
    margin-bottom: 10px;
  }
}
.top_menu .primary_block .col h3 .en {
  display: block;
  color: #6fb6b4;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.top_menu .primary_block .col figure {
  text-align: center;
  margin-bottom: clamp(10px, 7.251px + 0.664vw, 20px);
}
.top_menu .primary_block .col figure img {
  max-width: 35%;
}
@media (max-width: 767px) {
  .top_menu .primary_block .col figure img {
    max-width: 20%;
  }
}
.top_menu .primary_block .col .list li a {
  display: block;
  line-height: 1.4;
  padding: 20px 40px 20px 10px;
  color: #333333;
  text-decoration: none;
  border-bottom: solid 1px #d0d0d0;
  position: relative;
  transition: .3s;
  z-index: 1;
}
.top_menu .primary_block .col .list li a:after {
  content: "";
  width: clamp(20px, 17.526px + 0.598vw, 29px);
  height: clamp(3px, 2.450px + 0.133vw, 5px);
  border-bottom: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: skew(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  transition: .3s;
}
.top_menu .primary_block .col .list li a:hover {
  background: #a5cccd;
  color: #fff;
  transition: .3s;
}
.top_menu .primary_block .col .list li a:hover:after {
  border-color: #fff;
  transition: .3s;
}
@media (min-width: 768px) {
  .top_menu .primary_block {
    justify-content: center;
    gap: 60px 3.5%;
  }
  .top_menu .primary_block .col {
    width: 31%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_menu .primary_block {
    gap: 40px 5%;
  }
  .top_menu .primary_block .col {
    width: 47.5%;
  }
}

body:not(.home) .top_contact {
  margin-top: clamp(40px, 7.8vw, 100px);
}

.top_contact {
  margin-bottom: clamp(30px, 5.259px + 5.976vw, 120px);
}
.top_contact .primary_block {
  border-top: solid 1px #787878;
  border-bottom: solid 1px #787878;
}
.top_contact .bnr_list {
  display: flex;
  gap: 0 20px;
}
.top_contact .bnr_list .tel_bnr {
  border: solid 1px #b3b4b5;
  padding: 0 15px;
  border-radius: clamp(5px, 3.786px + 0.324vw, 10px);
}
.top_contact .txt_wrap {
  line-height: 1.875;
  margin-bottom: clamp(10px, 8.786px + 0.324vw, 15px);
}
@media (max-width: 767px) {
  .top_contact .primary_block {
    padding: 30px 0;
  }
  .top_contact .txt_wrap {
    text-align: center;
  }
  .top_contact h2.top_ttl, h2.top_ttl {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .top_contact .primary_block {
    display: flex;
  }
  .top_contact .primary_block .headline {
    width: 36%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_contact .primary_block .headline h2 {
    margin-bottom: 0;
  }
  .top_contact .primary_block .content {
    width: 64%;
    padding-left: clamp(30px, -30.000px + 7.813vw, 120px);
    position: relative;
    padding-top: clamp(30px, 10.000px + 2.604vw, 60px);
    padding-bottom: clamp(30px, 10.000px + 2.604vw, 60px);
  }
  .top_contact .primary_block .content:before {
    content: "";
    width: 1px;
    height: 70%;
    background: #787878;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.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;
}
