@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #a6ddcb;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .page_title_wrap {
    margin-top: 20px;
  }
}
.page_title_wrap:before,
.page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 36px;
  font-weight: 700;
  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 {
  font-weight: 500;
  line-height: 1.4;
}
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5 {
  margin-bottom: clamp(15px, 1.9vw, 20px);
}
.mce-content-body h2 {
  font-size: clamp(24px, 3.5vw, 30px);
  position: relative;
  text-align: center;
  padding-top: clamp(50px, 6.5vw, 90px);
  margin-bottom: clamp(20px, 2.6vw, 35px);
}
.mce-content-body h2:before {
  content: "";
  width: clamp(50px, 6.5vw, 78px);
  height: clamp(50px, 6.5vw, 78px);
  background: url(../img/common/h2_ic.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mce-content-body h2.top_ttl {
  font-size: clamp(24px, 4.16vw, 40px);
  padding: 0;
  margin-bottom: clamp(15px, 3.2vw, 50px);
}
.mce-content-body h2.top_ttl:before {
  display: none;
}
.mce-content-body h2.top_ttl .en {
  color: #f1a7c3;
  display: table;
  margin: 10px auto 0;
  font-size: clamp(16px, 2.47vw, 22px);
  padding: 0 12px;
  position: relative;
  line-height: 1;
}
.mce-content-body h2.top_ttl .en:before,
.mce-content-body h2.top_ttl .en:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #f1a7c3;
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}
.mce-content-body h2.top_ttl .en:before {
  right: 0;
}
.mce-content-body h2.top_ttl .en:after {
  left: 0;
}
.mce-content-body h3 {
  font-size: clamp(22px, 2.9vw, 24px);
  position: relative;
  padding: 0 0 10px clamp(15px, 1.9vw, 25px);
}
.mce-content-body h3:before {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../img/common/h3_line.png) repeat left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mce-content-body h3:after {
  content: "";
  width: 6px;
  height: 50%;
  background: #f1a7c3;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  margin: auto;
  border-radius: 50px;
}
.mce-content-body h4 {
  position: relative;
  font-size: clamp(18px, 2.3vw, 20px);
  padding-bottom: 20px;
}
.mce-content-body h4:before {
  content: "";
  width: 50px;
  height: 10px;
  background: url(../img/common/h4_ic.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mce-content-body h5 {
  font-size: clamp(17px, 2.2vw, 18px);
  padding-left: 21px;
  position: relative;
}
.mce-content-body h5:before {
  content: "";
  width: 14px;
  height: 14px;
  border: solid 3px #a2a3d8;
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.text-large {
  color: #a6ddcb;
  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: #ebf6f9;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f2f8fd;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f8f6f3;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f2f8fd;
}

.box_border {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box_border .box_bg {
  background: #f2f8fd;
}

.section_bg .box_border .box_bg {
  background: #f2f8fd;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: clamp(15px, 3.2vw, 50px);
  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: 25px;
  }
}
.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;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(20px, 2.4vw);
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #f1a7c3;
  color: #fff !important;
  padding: 13px 1.25em;
  padding-right: 1.75em;
  background: #f1a7c3;
  width: 100%;
}
.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  top: auto;
  bottom: auto;
}
.link_anchor a:hover {
  background: #fff;
  color: #f1a7c3 !important;
}
.link_anchor a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #fff;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.link_anchor a:hover::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #f1a7c3;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media only screen and (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc((100% - min(20px, 2.4vw) - min(20px, 2.4vw)) / 3);
  }
}

.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: #f1a7c3;
  height: calc(16px / 2);
  left: 0;
  top: 11px;
  width: calc(16px / 2);
}

.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: calc(16px * 1.75 / 2 - 16px / 4);
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #f1a7c3;
  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 #a2a3d8;
  top: calc(16px * 1.75 / 2 - 16px / 4);
}

.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: #a6ddcb;
  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: 18px;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    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: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 36px;
  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: #f1a7c3;
}
.box_faq .question .faq_title {
  cursor: pointer;
  margin-top: 0;
  padding-right: 20px;
  font-weight: 500;
  position: relative;
}
.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #f1a7c3;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
  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: #a2a3d8;
  top: 30px;
}

.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 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: clamp(15px, 3.2vw, 50px);
  background: #fff;
  margin-top: 82px;
  padding: 50px 34px;
  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: 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: #d2eee5;
  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: #a6ddcb;
}
.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #a6ddcb;
  background: #a2a3d8;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 1px;
}

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 #f1a7c3;
  color: #f1a7c3;
  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 #f1a7c3;
}
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: #f1a7c3;
  border-bottom: 1px solid #f1a7c3;
  border-top: 1px solid #f1a7c3;
}
table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}
table.table_timetable:last-child {
  margin-bottom: 0;
}
table.table_timetable .table_timetable_bg th,
table.table_timetable .table_timetable_bg td {
  background: #f2f0ed;
}
table.table_timetable th,
table.table_timetable td {
  background: #fff;
  padding: clamp(10px, 1.3vw, 20px) 0.2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #ebe1d3;
  color: #474747;
}
table.table_timetable thead th:first-child {
  width: 38%;
}
table.table_timetable thead th:last-child {
  width: 19%;
}
table.table_timetable tbody th {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 80%;
  }
}
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: #ebe1d3;
  color: #474747;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th {
  background: #f8f6f3;
  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: #f8f6f3;
  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: #f8f6f3;
}
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: #f1a7c3 !important;
  font-size: clamp(12px, 1.8vw, 16px);
}

.consul2 {
  color: #a2a3d8 !important;
  font-size: clamp(12px, 1.8vw, 16px);
}

.table_txt {
  margin-top: clamp(10px, 1.3vw, 20px);
  line-height: 1.875;
}

.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;
}

@media (max-width: 767px) {
  .responsive-stack th,
  .responsive-stack td {
    display: block;
    width: 100% !important;
  }
}
.home .footer {
  border-top: none;
}

footer {
  padding: clamp(30px, 6.5vw, 100px) 0 0;
  background: #eefbf2;
}
footer .footer_logo {
  text-align: center;
  margin-bottom: clamp(20px, 5.2vw, 60px);
}
footer .footer_logo img {
  max-width: 60%;
}
footer .table_info {
  width: 100%;
  margin-bottom: clamp(20px, 2.6vw, 40px);
}
footer .table_info th,
footer .table_info td {
  vertical-align: top;
  line-height: 1.5;
  padding: 17px 10px;
  border-bottom: solid 1px #cccccc;
}
footer .table_info th {
  width: clamp(85px, 11vw, 110px);
  text-align: left;
  color: #a2a3d8;
}
footer .table_timetable thead th,
footer .table_timetable thead td {
  background: #d6d6d6;
  color: #333333;
  padding: 11px 0.2rem;
}
footer .table_timetable thead th:last-child,
footer .table_timetable thead td:last-child {
  width: 15%;
}
footer .table_timetable thead th:first-child,
footer .table_timetable thead td:first-child {
  width: 38%;
}
footer .table_timetable tbody th,
footer .table_timetable tbody td {
  font-size: 14px;
}
footer .footer_access {
  margin-top: 20px;
}
@media (max-width: 767px) {
  footer .footer_access {
    text-align: center;
  }
}
footer .footer_access li:not(:last-child) {
  margin-bottom: 15px;
}
footer .footer_access .txt {
  line-height: 1.875;
}
footer .footer_access .btnstyle a {
  padding: 5px 2.4rem 7px;
  max-width: 200px;
}
@media (min-width: 768px) {
  footer .footer_access .btnstyle a {
    margin-left: 0;
  }
}
footer .related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 40px;
  margin-bottom: 30px;
}
footer .related_list li {
  width: 260px;
}
@media (min-width: 580px) {
  footer .related_list li.bnr_cai {
    width: 560px;
  }
}
@media (min-width: 768px) {
  footer .primary_block {
    gap: 0 5%;
  }
  footer .primary_block .col {
    width: 47.5%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  footer .primary_block {
    display: block;
  }
  footer .primary_block .col {
    width: 100%;
  }
  footer .primary_block .col:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .primary_block .tabletlayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0 2%;
  }
  footer .primary_block .tabletlayout .table_info {
    width: 40%;
  }
  footer .primary_block .tabletlayout .time_table_wrap {
    width: 58%;
  }
  footer .primary_block .table_timetable tbody th,
  footer .primary_block .table_timetable tbody td {
    padding: 10px 0.2rem;
    font-size: 13px;
  }
  footer .primary_block .table_timetable thead th:first-child {
    width: 42%;
  }
  footer .primary_block .footer_map {
    text-align: center;
  }
  footer .primary_block .footer_access {
    display: table;
    margin: 20px auto 0;
    text-align: center;
  }
  footer .primary_block .footer_access .btnstyle a {
    margin: auto;
  }
}

.copyright {
  padding: 10px 0 3%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 20%;
  }
}

.list_list dd a {
  color: #474747;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 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 {
  -webkit-animation: loopslider 120s linear infinite;
  animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}
@media only screen and (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1920px);
      transform: translateX(-1920px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1920px);
      transform: translateX(-1920px);
    }
  }
}
.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%;
  -webkit-box-sizing: border-box;
  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: #474747;
}
.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: 0.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: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .pcbr02 {
    display: block !important;
  }
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .spbr02 {
    display: block !important;
  }
  .pc02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .pc03 {
    display: none !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .tabletbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
.w20 {
  max-width: 50%;
}
@media (min-width: 768px) {
  .w20 {
    max-width: 15%;
  }
}

@media (max-width: 767px) {
  figure {
    text-align: center;
  }
}
.top_information {
  position: relative;
  z-index: 0;
}
.top_information:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ebf6f9;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 clamp(50px, 13vw, 200px) 0;
  z-index: -1;
}
.top_information .cloud {
  position: relative;
  padding: 75px 0 95px;
}
.top_information .cloud:before,
.top_information .cloud:after {
  content: "";
  width: clamp(100px, 13.02vw, 300px);
  height: clamp(69px, 8.984vw, 208px);
  position: absolute;
}
.top_information .cloud:before {
  background: url(../img/top/cloud_ic01.png) no-repeat center/cover;
  right: 0;
  top: 0;
}
.top_information .cloud:after {
  background: url(../img/top/cloud_ic02.png) no-repeat center/cover;
  left: 0;
  top: 55%;
  margin: auto;
}
@media (max-width: 1224px) {
  .top_information .cloud:after {
    top: auto;
    bottom: 10px;
  }
}
.top_information .top_box {
  background: #fff;
  padding: clamp(10px, 5.8vw, 100px) clamp(10px, 5.8vw, 100px) clamp(10px, 5.8vw, 75px);
  border-radius: clamp(10px, 2.6vw, 50px);
}
.top_information .top_box:not(:last-child) {
  margin-bottom: clamp(15px, 6vw, 100px);
}
.top_information .table_timetable {
  margin-bottom: clamp(15px, 2.6vw, 25px);
}
.top_information .table_timetable thead th,
.top_information .table_timetable thead td {
  padding: 10px 0.2rem;
  background: #f0ece6;
}
.top_information .table_timetable thead th:first-child {
  width: 35%;
}
@media (min-width: 768px) {
  .top_information .table_timetable thead th:last-child {
    width: auto;
  }
}
.top_information .table_timetable th,
.top_information .table_timetable td {
  font-size: clamp(12px, 2.1vw, 20px);
  line-height: 1.4;
}
.top_information .table_timetable tbody tr th,
.top_information .table_timetable tbody tr td {
  background: #fcfaf7;
}
.top_information .table_timetable tbody tr.bg th,
.top_information .table_timetable tbody tr.bg td {
  background: #f2f0ed;
}
.top_information .list_list {
  border-top: solid 1px #e3e1dd;
  margin-bottom: clamp(20px, 2.6vw, 40px);
}
.top_information .list_list dt,
.top_information .list_list dd {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .top_information .list_list dt,
  .top_information .list_list dd {
    border-bottom: solid 1px #e3e1dd;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .top_information .list_list dd {
    border-bottom: solid 1px #e3e1dd;
  }
}
.top_information .btnstyle {
  text-align: center;
}
.top_information .btnstyle a {
  padding: clamp(7px, 1.3vw, 16px) 3rem;
}

.top_features {
  padding: 80px 0 0;
  position: relative;
}
.top_features:before,
.top_features:after {
  content: "";
  width: clamp(80px, 10.41vw, 295px);
  height: clamp(102px, 13.28vw, 375px);
  position: absolute;
  bottom: 3%;
}
@media (max-width: 1224px) {
  .top_features:before,
  .top_features:after {
    bottom: 0;
    z-index: 1;
  }
}
.top_features:before {
  background: url(../img/top/tree_ic01.png) no-repeat center/cover;
  left: 10px;
}
.top_features:after {
  background: url(../img/top/tree_ic02.png) no-repeat center/cover;
  right: 1%;
}
.top_features h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.top_features h2:after {
  content: "";
  width: clamp(30px, 13.02vw, 201px);
  height: clamp(15px, 6.5104vw, 100px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% + clamp(10px, 1.3vw, 30px));
  background: url(../img/top/top_ttl_ic01.png) no-repeat center/cover;
  margin: auto;
}
.top_features h2 .num {
  color: #ef9e59;
  font-size: clamp(50px, 7.8vw, 70px);
  line-height: 1;
}
.top_features figure {
  margin-bottom: clamp(15px, 2.6vw, 30px);
}
.top_features h3 {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top_features h3 {
    margin-top: -20px;
  }
}
.top_features h3 .num {
  font-size: 90px;
  line-height: 1;
  padding-bottom: 15px;
  padding-right: 5px;
}
.top_features h3:before,
.top_features h3:after {
  display: none;
}
.top_features .c-wrap {
  padding: 60px 0 100px;
  position: relative;
  z-index: 0;
}
.top_features .c-wrap:before,
.top_features .c-wrap:after {
  content: "";
  background: #eefbf2;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.top_features .c-wrap:before {
  right: 0;
  width: 88.75%;
  border-radius: clamp(50px, 13vw, 200px) 0 0 0;
}
.top_features .c-wrap:after {
  left: 100%;
  width: 50vw;
}
.top_features .primary_block .col .box {
  margin: auto;
  display: table;
}
.top_features .primary_block .col:nth-child(1) h3 .num {
  color: #f1a7c3;
}
.top_features .primary_block .col:nth-child(2) h3 .num {
  color: #a2a3d8;
}
.top_features .primary_block .col:nth-child(3) h3 .num {
  color: #b5d56f;
}
.top_features .primary_block .col:nth-child(4) h3 .num {
  color: #ef9e59;
}
.top_features .primary_block .col:nth-child(5) h3 .num {
  color: #95cbba;
}
.top_features .primary_block .col:nth-child(6) h3 .num {
  color: #ded264;
}
@media (min-width: 768px) {
  .top_features .primary_block {
    gap: 25px 5%;
  }
  .top_features .primary_block .col {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .top_features .primary_block {
    gap: 25px 2%;
  }
  .top_features .primary_block .col {
    width: 49%;
  }
}

.top_menu {
  padding: clamp(30px, 7.8vw, 100px) 0 0;
  position: relative;
}
@media (min-width: 1700px) {
  .top_menu:before,
  .top_menu:after {
    content: "";
    width: 191px;
    height: 623px;
    position: absolute;
    z-index: 1;
  }
  .top_menu:before {
    background: url(../img/top/top_leaf_ic02.png) no-repeat center/cover;
    bottom: 6%;
    left: 2%;
  }
  .top_menu:after {
    background: url(../img/top/top_leaf_ic01.png) no-repeat center/cover;
    top: 20%;
    right: 2%;
  }
}
.top_menu .bg_box {
  position: relative;
  z-index: 0;
  padding-bottom: clamp(30px, 7.8vw, 100px);
}
.top_menu .bg_box:before,
.top_menu .bg_box:after {
  content: "";
  height: 78%;
  position: absolute;
  z-index: -1;
  background: #f8f6f3;
  bottom: 0;
}
.top_menu .bg_box:before {
  width: 90%;
  position: absolute;
  left: 0;
  margin: auto;
  border-radius: 0 0 clamp(50px, 13vw, 200px) 0;
}
.top_menu .bg_box:after {
  border-radius: clamp(50px, 13vw, 200px) 0 0 0;
  width: 50vw;
  left: -18vw;
}
.top_menu h2.top_ttl {
  padding-top: clamp(85px, 12vw, 140px);
}
.top_menu h2.top_ttl:after {
  content: "";
  width: clamp(60px, 7.8vw, 99px);
  height: clamp(79px, 10.28vw, 131px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/top/top_ttl_ic02.png) no-repeat center/cover;
  margin: auto;
}
.top_menu h3 {
  padding: 0;
  color: #333333;
  font-size: clamp(24px, 3.38vw, 30px);
}
.top_menu h3:before,
.top_menu h3:after {
  display: none;
}
.top_menu h3 .en {
  color: #f1a7c3;
  margin: 10px auto 0;
  font-size: clamp(16px, 2.47vw, 22px);
  padding: 0 12px;
  position: relative;
  line-height: 1;
  margin-left: 10px;
}
.top_menu h3 .en:before,
.top_menu h3 .en:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #f1a7c3;
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}
.top_menu h3 .en:before {
  right: 0;
}
.top_menu h3 .en:after {
  left: 0;
}
.top_menu .bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 2%;
  margin-bottom: clamp(20px, 5.2vw, 80px);
}
.top_menu .bnr_list li {
  width: 49%;
}
@media (min-width: 768px) {
  .top_menu .bnr_list {
    gap: 10px 3.333%;
  }
  .top_menu .bnr_list li {
    width: 22.5%;
  }
}
.top_menu .button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.top_menu .button_list li {
  width: 49%;
}
@media (min-width: 768px) {
  .top_menu .button_list {
    gap: 40px 3.33333%;
  }
  .top_menu .button_list li {
    width: 22.5%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_menu .button_list {
    gap: 10px 2%;
  }
  .top_menu .button_list li {
    width: 32%;
  }
}

.top_button li a {
  text-decoration: none;
  background: #f1a7c3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(60px, 10.41vw, 80px);
  font-size: clamp(14px, 2.3vw, 20px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: clamp(5px, 1.3vw, 15px);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.top_button li a:before,
.top_button li a:after {
  content: "";
  position: absolute;
}
.top_button li a:before {
  width: calc(100% - clamp(7px, 1.822vw, 14px));
  height: calc(100% - clamp(7px, 1.822vw, 14px));
  border: dashed 1px #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: clamp(5px, 1vw, 10px);
}
.top_button li a:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: clamp(15px, 3.255vw, 25px);
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top_button li a:hover {
  background: #ea7ba5;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_greeting {
  padding: clamp(30px, 7.8vw, 100px) 0 clamp(90px, 11.4vw, 180px);
  position: relative;
  z-index: 0;
}
.top_greeting:before {
  content: "";
  width: clamp(100px, 13.02vw, 223px);
  height: clamp(106px, 13.8vw, 237px);
  position: absolute;
  bottom: 5%;
  left: 2%;
  background: url(../img/top/tree_ic03.png) no-repeat center/cover;
}
@media (max-width: 1720px) {
  .top_greeting:before {
    bottom: 0;
    left: auto;
    right: 2%;
    z-index: -1;
  }
}
.top_greeting h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
.top_greeting h2:after {
  content: "";
  width: clamp(30px, 13.8vw, 212px);
  height: clamp(11px, 5.2vw, 80px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + clamp(10px, 1.3vw, 30px));
  background: url(../img/top/top_ttl_ic03.png) no-repeat center/cover;
  margin: auto;
}
.top_greeting h2 .num {
  color: #ef9e59;
  font-size: clamp(50px, 7.8vw, 70px);
  line-height: 1;
}
.top_greeting .txt_wrap p {
  line-height: 2.25;
}
.top_greeting .doctor_name {
  text-align: right;
  font-size: clamp(16px, 1.4vw, 18px);
  text-wrap: nowrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top_greeting .doctor_name {
    line-height: 1.2;
  }
}
.top_greeting .doctor_name .size01 {
  font-size: clamp(20px, 2.8vw, 24px);
}
.top_greeting .doctor_name .size02 {
  font-size: clamp(24px, 3.38vw, 30px);
}
.top_greeting .doctor_name .name {
  margin-left: 20px;
  letter-spacing: 5px;
}
.top_greeting .doctor_name .name_wrap {
  display: block;
}
.top_greeting .button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-top: clamp(30px, 7.8vw, 100px);
}
@media (max-width: 767px) {
  .top_greeting .button_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top_greeting .button_list li {
  margin: 0;
}
.top_greeting .primary_block .contents_col {
  position: relative;
  z-index: 0;
}
.top_greeting .primary_block .img_col figure {
  position: relative;
  z-index: 0;
}
.top_greeting .primary_block .img_col figure:before,
.top_greeting .primary_block .img_col figure:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.top_greeting .primary_block .img_col figure:before {
  width: clamp(230px, 19.5vw, 345px);
  height: clamp(230px, 19.5vw, 345px);
  background-color: #eefbf2;
  bottom: 40%;
  left: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .top_greeting .primary_block .img_col figure:before {
    left: 35%;
  }
}
.top_greeting .primary_block .img_col figure:after {
  width: clamp(270px, 23vw, 425px);
  height: clamp(270px, 23vw, 425px);
  background-color: #ebf6f9;
  top: 25%;
  right: 55%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .top_greeting .primary_block .img_col figure:after {
    right: 25%;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .top_greeting .primary_block .img_col img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .top_greeting .primary_block {
    gap: 0 3%;
  }
  .top_greeting .primary_block .img_col {
    width: 30%;
  }
  .top_greeting .primary_block .contents_col {
    width: 67%;
  }
}
@media (min-width: 1400px) {
  .top_greeting .primary_block .img_col {
    position: relative;
  }
  .top_greeting .primary_block .img_col .doctor_name {
    position: absolute;
    right: calc(100% - 10px);
    bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .top_greeting .primary_block .doctor_name {
    display: table;
    margin: 15px auto 0;
  }
}

.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;
} /*# sourceMappingURL=bond.css.map */
