@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.section_bg {
  background: #fffaf5;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #fffaf5;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #fffaf5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #fffaf5;
}

.box_border {
  background: #fff;
  border: clamp(3px, 0.478vw, 6px) solid #fef5eb;
}

.box_border .box_bg {
  background: #fffaf5;
}

.section_bg .box_border .box_bg {
  background: #fffaf5;
}

.box_bg,
.box_border {
  border-radius: clamp(20px, 3.187vw, 40px);
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.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 (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%;
}

@media (min-width: 768px) {
  .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: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  border: 1px solid #f8b500;
  border-radius: 10px;
  padding: min(30px , 3.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: min(20px , 2.4vw);
     -moz-column-gap: min(20px , 2.4vw);
          column-gap: min(20px , 2.4vw);
  row-gap: min(14px, 2vw);
}
.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;
  border-radius: 0;
  border: none;
  color: #f8b500 !important;
  display: inline;
  padding: 0.25em 0;
  padding-left: 2.5em;
  color: #333333 !important;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a:hover {
  background: none;
  color: #f8b500 !important;
  opacity: 1;
  text-decoration: underline;
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: calc( ( 1.6875em / 2 ) - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(0.65em + 0.25em - 4px);
}
.link_anchor a::before {
  display: block;
  background: #f8b500;
  border-radius: 50%;
  height: 1.6875em;
  width: 1.6875em;
  left: 0;
  top: 0;
}
.link_anchor a:hover {
  text-decoration: none;
}
@media (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_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}
.ul_circle li:last-child,
.ul_dot 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_dot li::before,
.ul_dot 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 li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #f8b500;
  height: calc(16px / 2);
  left: 0.2em;
  top: calc(16px * 1.75 / 2 - 16px / 4);
  width: calc(16px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #f8b500;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc(16px * 1.75 / 2 - 16px / 6);
  width: calc(16px / 3);
}

.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: #f8b500;
  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 #f8b500;
  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: #f8b500;
  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 (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;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  line-height: 1.6;
}
table.table_address, table.table_timetable, table.table {
  margin-bottom: 1em;
}
table.table_address:last-child, table.table_timetable:last-child, table.table:last-child {
  margin-bottom: 0;
}
table.table_address {
  background: none;
}
table.table_address th,
table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
table.table_address th {
  color: #f8b500;
  border-top: 1px solid #f8b500;
  border-bottom: 1px solid #f8b500;
  font-weight: 600;
  text-align: left;
  width: 32%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 1.1em 0 1.1em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0.2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #f8b500;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th {
  text-align: center;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th,
table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th,
table.table thead td {
  background: #ebcb76;
  color: #333333;
  font-weight: bold;
}
table.table tbody th {
  background: #fff6df;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th,
  table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th,
table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody th,
table.table_default tbody td {
  text-align: left;
}
table.table_default:not(.table_fixed) tbody tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default:not(.table_fixed) tbody tr th:first-child {
    width: 25%;
  }
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack, table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead,
  table.table_sp_stack tbody,
  table.table_sp_stack tr,
  table.table_sp_stack th,
  table.table_sp_stack td, table.table_sp_stack_noborder thead,
  table.table_sp_stack_noborder tbody,
  table.table_sp_stack_noborder tr,
  table.table_sp_stack_noborder th,
  table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th, table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td, table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.table_timetable_typeA {
  width: 100%;
  border: solid 1px #ebcb76;
  table-layout: fixed;
  margin-bottom: 20px;
}
.table_timetable_typeA th,
.table_timetable_typeA td {
  line-height: 1.25;
}
.table_timetable_typeA thead th,
.table_timetable_typeA thead td {
  background: #ebcb76;
  color: #fff;
  text-align: center;
  padding: 4px;
}
.table_timetable_typeA thead th:first-child,
.table_timetable_typeA thead td:first-child {
  width: 180px;
}
.table_timetable_typeA thead th:not(:last-child),
.table_timetable_typeA thead td:not(:last-child) {
  position: relative;
}
.table_timetable_typeA thead th:not(:last-child):before,
.table_timetable_typeA thead td:not(:last-child):before {
  content: "";
  width: 1px;
  height: calc(100% - 1px);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
.table_timetable_typeA tbody th,
.table_timetable_typeA tbody td {
  border-right: solid 1px #ebcb76;
  border-bottom: solid 1px #ebcb76;
  text-align: center;
  padding: 6px;
}
.table_timetable_typeA tbody th {
  background: #fff;
}
.table_timetable_typeA tbody td {
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .table_timetable_typeA thead th,
  .table_timetable_typeA thead td {
    font-size: 14px;
  }
  .table_timetable_typeA thead th:first-child,
  .table_timetable_typeA thead td:first-child {
    width: 145px;
  }
  .table_timetable_typeA tbody th,
  .table_timetable_typeA tbody td {
    font-size: 14px;
    padding: 5px 2px 2px;
  }
}

.table_schedule {
  width: 100%;
}
.table_schedule th,
.table_schedule td {
  font-size: 18px;
}
.table_schedule thead {
  margin-bottom: 8px;
  border-bottom: solid 8px #fff;
}
.table_schedule thead th,
.table_schedule thead td {
  background: #ebcb76;
  color: #fff;
  font-weight: 500;
  padding: 13px 0;
}
.table_schedule thead th:not(:last-child),
.table_schedule thead td:not(:last-child) {
  border-right: solid 1px #fff;
}
.table_schedule thead th:last-child,
.table_schedule thead td:last-child {
  border-right: solid 1px #ebcb76;
}
.table_schedule thead th:first-child,
.table_schedule thead td:first-child {
  width: 280px;
}
.table_schedule thead .thead_wt {
  width: 140px;
}
.table_schedule tbody th,
.table_schedule tbody td {
  border: solid 1px #ebcb76;
  text-align: center;
  font-weight: 500;
  line-height: 1.5555555556;
  height: 100px;
}
.table_schedule tbody .name {
  color: #333333;
}
.table_schedule tbody th {
  background: #fff6df;
  width: 180px;
}
.table_schedule tbody td.wt1 {
  width: 100px;
}
.table_schedule tbody .border_bottom {
  position: relative;
  border-bottom: solid 8px #fff;
}
.table_schedule tbody .border_bottom:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #ebcb76;
  position: absolute;
  bottom: 0;
  left: 0;
}
.table_schedule tbody .tr_border_bottom {
  border-bottom: solid 8px #fff;
}
.table_schedule tbody .tr_border_bottom th,
.table_schedule tbody .tr_border_bottom td {
  position: relative;
}
.table_schedule tbody .tr_border_bottom th:after,
.table_schedule tbody .tr_border_bottom td:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #ebcb76;
  position: absolute;
  bottom: 0;
  left: 0;
}
.table_schedule tbody .tr_border_top th,
.table_schedule tbody .tr_border_top td {
  position: relative;
}
.table_schedule tbody .tr_border_top th:after,
.table_schedule tbody .tr_border_top td:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: solid 1px #ebcb76;
  position: absolute;
  top: 0;
  left: 0;
}
.table_schedule tbody .tr_first th,
.table_schedule tbody .tr_first td {
  position: relative;
}
.table_schedule tbody .tr_first th:before,
.table_schedule tbody .tr_first td:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ebcb76;
  position: absolute;
  top: 0;
  left: 0;
}

.bg_blue {
  background: #e9f5f7 !important;
  color: #58becc;
}

.bg_green {
  background: #ebf9dd !important;
  color: #92d050;
}

.bg_pink {
  background: #fff2f2 !important;
  color: #ff9999;
}

.bg_gray {
  background: #f8f8f8 !important;
}

.table_list {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.consul {
  color: #58becc !important;
}

.consul2 {
  color: #ff9999 !important;
}

.consul3 {
  color: #92d050 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
  .js-scrollable .table_schedule {
    min-width: 1000px;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
  color: #555555;
}
.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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #f8b500;
}
.box_faq .question .faq_title {
  cursor: pointer;
  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: #f8b500;
  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.open .question .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: #f38300;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: clamp(3px, 0.478vw, 6px) solid #fef5eb;
  background: #fff;
  border-radius: clamp(20px, 3.187vw, 40px);
  margin-top: 82px;
  padding: 50px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #fce0c2;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media (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: #f8b500;
}
.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  font-family: "Zen Kaku Gothic New", sans-serif;
  /**/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px; /* .flow-block .title の font-size */
  }
}
.flow-block .title::after, .flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  --flow-num-font-percent: 0.83; /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc( var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + ( var(--flow-title-font-size) / 6 ) ); /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #f8b500;
  background: #f8b500;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 34px;
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
          transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

footer {
  border-top: solid 4px #f8b500;
  padding: clamp(50px, 9.16vw, 115px) 0 0;
}
footer .ftr_logo {
  text-align: center;
  margin-bottom: clamp(20px, 4.9vw, 62px);
}
footer .footer_info_container {
  margin-bottom: clamp(30px, 4.78vw, 60px);
}
footer .info {
  margin-bottom: clamp(20px, 3.5vw, 44px);
}
footer .info th, footer .info td {
  border-bottom: solid 1px #d9d9d9;
  padding: 15px 0;
}
footer .info th {
  text-align: left;
  width: 120px;
}
footer .info td {
  font-weight: 500;
}
footer .btnstyle a {
  font-size: 18px;
  padding: 10px 45px;
  min-width: 270px;
}
footer .db_bnr {
  width: 200px;
  margin: auto;
}
footer .db_bnr a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .db_bnr a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .copyright {
  background: #f7ecce;
  text-align: center;
  padding: 25px 0 80px;
  font-size: clamp(14px, 1.274vw, 16px);
  margin-top: 50px;
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: clamp(90px, 95.61vw, 120px);
    padding: 25px 0 120px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 25px 0 calc(80px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 767px) {
  footer .ftr_logo {
    text-align: center;
  }
  footer .ftr_logo img {
    max-width: 90%;
  }
  footer .footer_info_container .col:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  footer .footer_info_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
  }
  footer .btnstyle {
    text-align: left;
  }
  footer .info tr:first-child th, footer .info tr:first-child td {
    padding-top: 0;
  }
}

.list_list dd a {
  color: #333333;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (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 (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 .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 (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
  .tablet-hide {
    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;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 25px;
  }
}
sub {
  bottom: 0;
}

.top_post {
  padding: 40px 0 0;
}
.top_post .primary_container .col {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.top_post .head {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_post .list_list dd a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.top_post .list_list dd a:hover {
  color: #333333;
}
.top_post .btn a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  padding-right: 32px;
  position: relative;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_post .btn a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ic_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.top_post .btn a:hover {
  text-decoration: underline;
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_post h2.top_ttl {
  text-align: left;
  font-size: 21px;
  margin: 0;
}
.top_post h2.top_ttl .en {
  font-size: 14px;
}
@media (max-width: 767px) {
  .top_post .primary_container .col:not(:last-child) {
    margin-bottom: 25px;
  }
  .top_post .list_list dt {
    padding-top: 10px;
  }
  .top_post .list_list dd {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .top_post {
    padding: 115px 0 0;
  }
  .top_post .primary_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .top_post .primary_container .col {
    padding: 40px;
    border-radius: 20px;
  }
  .top_post .btn a {
    font-size: 18px;
  }
  .top_post h2.top_ttl {
    font-size: 28px;
  }
  .top_post h2.top_ttl .en {
    font-size: 18px;
  }
  .top_post .list_list dt,
  .top_post .list_list dd {
    padding-top: 25px;
    padding-bottom: 25px;
    letter-spacing: 0.12em;
  }
  .top_post .list_list dd {
    border-bottom: solid 1px #cccccc;
    padding-left: 110px;
  }
}

.top_clinic {
  padding: 40px 0;
}
.top_clinic .schedule_block {
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.top_clinic .schedule_block:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f8b500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .top_clinic .schedule_block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .top_clinic {
    padding: 60px 0 115px;
  }
  .top_clinic h2 {
    margin-bottom: 30px;
  }
  .top_clinic .schedule_block {
    padding: 40px;
    border-radius: 20px;
  }
  .top_clinic .table_schedule {
    margin-bottom: 0;
  }
  .top_clinic .other_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .top_clinic .other_container .table_list {
    margin: 0;
  }
  .top_clinic .other_container .table_list li {
    font-size: 18px;
  }
  .top_clinic .other_container .btnstyle a {
    width: 260px;
    min-width: auto;
    font-size: 24px;
    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;
    height: 58px;
    padding-top: 0;
    padding-bottom: 3px;
  }
}

.top_bg {
  position: relative;
  z-index: 0;
}
.top_bg:before {
  content: "";
  width: 100%;
  height: 75%;
  background: #fef5eb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top_bg .inner {
  padding: 40px 0;
  position: relative;
}
.top_bg .inner:before, .top_bg .inner:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.top_bg .inner:before {
  background: url(../img/top/wave_top.png) no-repeat center/cover;
  top: 0;
}
.top_bg .inner:after {
  background: url(../img/top/wave_bottom.png) no-repeat center/cover;
  bottom: 0;
}
@media (max-width: 767px) {
  .top_bg .inner:before, .top_bg .inner:after {
    height: clamp(3px, 1.333vw, 10px);
  }
}
@media (min-width: 768px) {
  .top_bg .inner {
    padding: 115px 0;
  }
}

.top_information h2.top_ttl {
  margin-bottom: 25px;
}
.top_information .menu_list {
  margin-bottom: 30px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}
.top_information .menu_list li {
  text-align: center;
}
.top_information .menu_list li img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 25px;
}
.top_information .menu_list li a {
  display: block;
}
.top_information .menu_list li a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_information .menu_list li .ttl {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.4166666667;
}
@media (min-width: 768px) {
  .top_information h2.top_ttl {
    margin-bottom: 60px;
  }
  .top_information .menu_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 80px;
    margin-bottom: 120px !important;
  }
  .top_information .menu_list li .ttl {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top_information .menu_list {
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
  .top_information .menu_list li img {
    max-width: 90%;
    margin-bottom: 10px;
  }
}

.top_symptom_disease .container {
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.top_symptom_disease .container:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #f8b500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_symptom_disease .menu_list li {
  margin: 0;
}
.top_symptom_disease .menu_list li a {
  min-width: auto;
  width: 100%;
  padding: 0 45px;
  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;
  min-height: 65px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .top_symptom_disease .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top_symptom_disease .menu_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_symptom_disease .menu_list.sp_col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }
  .top_symptom_disease .menu_list.sp_col2 li a {
    text-align: left;
    padding: 0 25px 0 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 11px;
    min-height: 55px;
  }
  .top_symptom_disease .menu_list.sp_col2 li a:after {
    right: 7px;
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 768px) {
  .top_symptom_disease .container {
    padding: 40px;
    border-radius: 20px;
  }
  .top_symptom_disease .menu_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .top_symptom_disease .menu_list li a {
    min-height: 76px;
    font-size: 20px;
  }
}

.top_feature {
  position: relative;
  z-index: 0;
  background: #fef5eb;
  padding: clamp(300px, 31.87vw, 400px) 0 110px;
}
.top_feature::before {
  content: "";
  width: 100%;
  height: clamp(380px, 38.2vw, 480px);
  background: url(../img/top/top_feature_bg_img.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.top_feature h2 {
  padding: 0;
  text-align: left;
  margin-bottom: 60px;
  z-index:2;
}
.top_feature h2:before {
  display: none;
}
.top_feature h2:after {
content: "";
position: absolute;
background: #fef5eb;
width: 50vw;
height: 100%;
top: -40px;
left: calc((50vw - 600px) / -1);
border-radius: 0 30px 0 0;
z-index: -1;
}
@media (max-width: 1239px) {
.top_feature h2:after {
width: 50%;
left: -20px;
}
}
@media (max-width: 767px) {
.top_feature h2:after {
width: 400px;
left: -10px;
}
}
.top_feature h2 .en {
  display: table;
  background: #f8b500;
  color: #fff;
  font-size: 18px;
  padding: 0 18px 2px;
  border-radius: 50px;
  font-weight: 500;
}
.top_feature h2 .ttl {
  font-size: 40px;
  display: table;
  position: relative;
}
.top_feature h2 .ttl:after {
  content: "";
  width: 52px;
  height: 52px;
  background: url(../img/common/ic_h2.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 15px);
  margin: auto;
}
.top_feature h2 .sub {
  font-size: 14px;
  color: #f38300;
  line-height: 1.4444444444;
  display: block;
}
.top_feature h3.feature_ttl {
  padding: 0;
  border: 0;
}
.top_feature h3.feature_ttl:before {
  display: none;
}
.top_feature h3.feature_ttl .num {
  display: block;
  font-size: 90px;
  color: rgba(248, 181, 0, 0.2);
  line-height: 0.9;
}
.top_feature h3.feature_ttl .ttl {
  margin-top: -25px;
  display: block;
}
.top_feature h3.feature_ttl .color {
  color: #f38300;
}
.top_feature h4 {
  font-size: 16px;
  background: #f38300;
  color: #fff;
  padding: 12px 19px;
  display: table;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
.top_feature h4:before {
  display: none;
}
.top_feature .check_box {
  margin-bottom: 20px;
}
.top_feature .list {
  padding: 20px;
  border: solid 1px #f38300;
  border-radius: 0 10px 10px;
  margin-bottom: 0;
  background: #fff;
}
.top_feature .list li {
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid 1px #f4ede4;
  padding: 10px 26px;
  position: relative;
}
.top_feature .list li:before {
  content: "";
  width: 17px;
  height: 14px;
  background: url(../img/top/ic_check.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_feature .one_column_container {
  padding: 0 0 60px;
}
.top_feature .one_column_container:not(:last-child) {
  margin-bottom: 60px;
}
.top_feature .two_column_container {
  margin-top: 70px;
}
.top_feature .two_column_container .col {
  background: #fff;
  border-radius: 15px;
  padding: 40px 20px 20px;
  position: relative;
}
.top_feature .two_column_container .num {
  display: table;
  font-size: 80px;
  color: rgba(248, 181, 0, 0.2);
  line-height: 0.9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -50px;
  left: 20px;
  margin: 0;
}
.top_feature .two_column_container h3 {
  text-align: center;
  font-size: 19px;
  line-height: 1.3076923077;
  margin-bottom: 25px;
}
.top_feature .two_column_container h3 .en {
font-size: 17px;
line-height: 1.2;
display: block;
}
.top_feature .two_column_container figure {
  text-align: center;
}
.top_feature .two_column_container .txt_wrap {
  margin-bottom: 20px;
}
.top_feature .two_column_container .btnstyle a {
  font-size: 18px;
  padding: 11px 45px;
}
.top_feature .btnstyle a {
  font-size: 17px;
}
.top_feature figure.ic {
  position: relative;
}
.top_feature figure.ic:before {
  content: "";
  position: absolute;
}
.top_feature figure.ic01:before {
  background: url(../img/top/top_feature_ic01.png) no-repeat center/cover;
  width: 109px;
  height: 168px;
  top: -25px;
  left: -15px;
}
.top_feature figure.ic02:before {
  background: url(../img/top/top_feature_ic02.png) no-repeat center/cover;
  width: 150px;
  height: 146px;
  bottom: -20px;
  right: 30px;
}
.top_feature figure.ic03:before {
  background: url(../img/top/top_feature_ic03.png) no-repeat center/cover;
  width: 138px;
  height: 140px;
  top: -18px;
  left: 0;
}
.top_feature figure.ic04:before {
  background: url(../img/top/top_feature_ic04.png) no-repeat center/cover;
  width: 120px;
  height: 91px;
  bottom: 0;
  right: 40px;
}
.top_feature figure.ic05:before {
  background: url(../img/top/top_feature_ic05.png) no-repeat center/cover;
  width: 174px;
  height: 203px;
  top: -40px;
  left: -15px;
}
@media (max-width: 767px) {
  .top_feature {
    padding: 163px 0 40px;
  }
  .top_feature:before {
    background: url(../img/top/top_feature_bg_img_sp.jpg) no-repeat center/cover;
    height: 225px;
  }
  .top_feature .one_column_container {
    position: relative;
    padding: 100px 0 25px;
    z-index: 0;
  }
  .top_feature .one_column_container:before {
    content: "";
    width: calc(100vh - 260px);
    height: 100%;
    background: #fff;
    border-radius: 0 510px 510px 0;
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .top_feature .one_column_container h3 {
    font-size: 19px;
  }
  .top_feature .one_column_container h4 {
    padding: 8px 10px;
  }
  .top_feature .one_column_container .list {
    padding: 8px 15px;
  }
  .top_feature .one_column_container .list li {
    padding-right: 0;
    padding-left: 18px;
  }
  .top_feature .one_column_container .list li:before {
    width: 12px;
    height: 10px;
  }
  .top_feature .one_column_container .feature_ttl {
    position: absolute;
    top: -35px;
    left: 0;
  }
  .top_feature .one_column_container figure {
    margin: 0 auto 10px;
    width: 90%;
  }
  .top_feature .one_column_container figure.ic01:before {
    width: 55px;
    height: 85px;
  }
  .top_feature .one_column_container figure.ic02:before {
    width: 75px;
    height: 73px;
  }
  .top_feature .one_column_container figure.ic03:before {
    width: 69px;
    height: 70px;
  }
  .top_feature .one_column_container figure.ic04:before {
    width: 60px;
    height: 46px;
    right: 10px;
  }
  .top_feature .one_column_container figure.ic05:before {
    width: 87px;
    height: 102px;
    top: -20px;
  }
  .top_feature .one_column_container .btnstyle a {
    min-width: 220px;
    width: auto;
  }
  .top_feature .two_column_container .col:not(:last-child) {
    margin-bottom: 70px;
  }
  .top_feature .two_column_container figure {
    width: 70%;
    margin: 0 auto 40px;
  }
  .top_feature .button_list.sp_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_feature .button_list.sp_col2 .btnstyle {
    margin: 0;
    width: calc(50% - 5px);
  }
  .top_feature .button_list.sp_col2 .btnstyle a {
    min-width: auto;
    width: 100%;
    padding: 10px 30px;
  }
}
@media (min-width: 768px) {
  .top_feature h2 {
    margin-bottom: 120px;
  }
  .top_feature h2 .en {
    font-size: 24px;
  }
  .top_feature h2 .ttl {
    font-size: 60px;
  }
  .top_feature h2 .ttl:after {
    left: calc(100% + 24px);
  }
  .top_feature h2 .sub {
    font-size: 18px;
  }
  .top_feature h3.feature_ttl .num {
    font-size: 170px;
  }
  .top_feature h4 {
    font-size: 24px;
    border-radius: 20px 20px 0 0;
  }
  .top_feature .check_box {
    margin-bottom: 30px;
  }
  .top_feature .list {
    border-radius: 0 20px 20px;
  }
  .top_feature .list li {
    font-size: 20px;
  }
  .top_feature .one_column_container {
    display: grid;
    grid-template-columns: 1fr 630px;
    gap: 40px;
    position: relative;
    z-index: 0;
  }
  .top_feature .one_column_container:before {
    content: "";
    width: 1450px;
    height: 89.5%;
    background: #fff;
    position: absolute;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .top_feature .one_column_container .img_col {
    padding-top: 165px;
  }
  .top_feature .one_column_container.type05 .img_col {
    padding-top: 200px;
  }
  .top_feature .one_column_container.reverse {
    grid-template-columns: 630px 1fr;
  }
  .top_feature .one_column_container.reverse:before {
    border-radius: 0 300px 300px 0;
    right: 180px;
  }
  .top_feature .one_column_container.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_feature .one_column_container.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_feature .one_column_container:not(.reverse):before {
    border-radius: 300px 0 0 300px;
    left: 180px;
  }
  .top_feature .one_column_container .btnstyle {
    text-align: left;
  }
  .top_feature .two_column_container {
    margin-top: 84px;
    display: grid;
    grid-template-columns: repeat(3, 370px);
    gap: 45px;
  }
  .top_feature .two_column_container h3 {
    margin-bottom: 10px;
  }
  .top_feature .two_column_container .col {
    border-radius: 30px;
    padding: 60px 30px 30px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
  .top_feature .two_column_container .num {
    font-size: 110px;
  }
  .top_feature .two_column_container h3 {
    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;
    font-size: 26px;
  }
  .top_feature .two_column_container h3 .en {
font-size: 22px;
}
  .top_feature .two_column_container figure {
    margin-bottom: 40px;
  }
  .top_feature .two_column_container .txt_wrap p {
    line-height: 1.875;
  }
  .top_feature .btnstyle a {
    font-size: clamp(17px, 1.75vw, 22px);
    padding: clamp(10px, 1.434vw, 14px) 82px;
  }
  .top_feature .button_list {
    display: grid;
    grid-template-columns: repeat(2, 280px);
    gap: 20px;
  }
  .top_feature .button_list li a {
    min-width: auto;
    width: 100%;
    padding: clamp(10px, 1.434vw, 14px) 45px;
  }
  .top_feature .button_list.link_col3 {
    grid-template-columns: repeat(3, 202px);
    gap: 10px;
  }
  .top_feature .button_list.link_col3 li a {
    padding: 11px 35px 15px;
  }
}

.top_greeting {
  padding: 40px 0;
  position: relative;
}
.top_greeting:before {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../img/top/top_greeting_radius.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_greeting .contents .txt_wrap {
  margin-bottom: 35px;
  position: relative;
}
.top_greeting .contents .txt_wrap:after {
  content: "";
  width: 350px;
  height: 350px;
  background: url(../img/top/top_greeting_logo.png) no-repeat center/cover;
  position: absolute;
  top: calc(100% - 170px);
  right: calc(100% - 190px);
}
.top_greeting .contents .txt_wrap p {
  line-height: 1.875;
  letter-spacing: 0.07em;
}
.top_greeting .btnstyle a {
  font-size: 17px;
}
@media (max-width: 767px) {
  .top_greeting .primary_block .col figure {
    margin-bottom: 20px;
  }
  .top_greeting .contents .txt_wrap:after {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .top_greeting {
    padding: 120px 0;
  }
  .top_greeting:before {
    height: 70px;
  }
  .top_greeting h2 {
    margin-bottom: 50px;
  }
  .top_greeting .primary_block {
    display: grid;
    grid-template-columns: 730px 1fr;
    gap: 30px;
  }
  .top_greeting .primary_block .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_greeting .primary_block .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_greeting .primary_block .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_greeting .btnstyle {
    text-align: left;
  }
  .top_greeting .btnstyle a {
    font-size: 24px;
    padding: 12px 45px;
    min-width: 280px;
  }
}

.top_contact {
  padding: 40px 0;
  background: url(../img/top/top_contact_bg_sp.jpg) no-repeat center/cover;
}
.top_contact h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.top_contact h2 .en {
  font-size: 20px;
}
.top_contact h2 small {
  font-size: 18px;
}
.top_contact .txt_wrap {
  margin-bottom: 20px;
}
.top_contact .txt_wrap p {
  line-height: 1.875;
}
.top_contact .contact_info li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.top_contact .contact_info li:not(:last-child) {
  margin-bottom: 12px;
}
.top_contact .contact_info li .txt {
  font-size: 15px;
  width: 85px;
  height: 48px;
  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;
  background: #404040;
  color: #fff;
  padding-bottom: 3px;
}
.top_contact .contact_info li .number,
.top_contact .contact_info li a {
  font-size: 30px;
  line-height: 0.9;
  padding-bottom: 6px;
  color: #333333;
  text-decoration: none;
}
.top_contact .contact_info li.tel .txt {
  background: #f38300;
}
.top_contact .contact_info li.tel .number,
.top_contact .contact_info li.tel a {
  color: #f38300;
}
.top_contact .primary_block .contents {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.top_contact .primary_block .link_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0 30px 0 15px;
  position: relative;
  transition: 0.3s ease;
  border: solid 3px transparent;
  height: 80px;
}
.top_contact .primary_block .link_list li a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_contact .primary_block .link_list li a .large_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 24px;
}
.top_contact .primary_block .link_list li a .ic {
  padding-left: 55px;
  position: relative;
}
.top_contact .primary_block .link_list li a .ic:before {
  content: "";
  width: 35px;
  height: 37px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_contact .primary_block .link_list li a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_contact .primary_block .link_list li a:hover:after {
  right: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_contact .primary_block .link_list li.web a .large_txt {
  color: #f38300;
}
.top_contact .primary_block .link_list li.web a:hover {
  border-color: #f38300;
}
.top_contact .primary_block .link_list li.web a:after {
  background: url(../img/common/ic_arrow_orange.png) no-repeat center/cover;
}
.top_contact .primary_block .link_list li.web a .ic:before {
  background: url(../img/common/ic_web.png) no-repeat center/cover;
}
.top_contact .primary_block .link_list li.line a .large_txt {
  color: #92d050;
}
.top_contact .primary_block .link_list li.line a:hover {
  border-color: #92d050;
}
.top_contact .primary_block .link_list li.line a:after {
  background: url(../img/common/ic_arrow_green.png) no-repeat center/cover;
}
.top_contact .primary_block .link_list li.line a .ic:before {
  background: url(../img/common/ic_line.png) no-repeat center/cover;
}
.top_contact .primary_block .link_list li.dl a .large_txt {
  color: #58becc;
}
.top_contact .primary_block .link_list li.dl a:hover {
  border-color: #58becc;
}
.top_contact .primary_block .link_list li.dl a:after {
  background: url(../img/common/ic_arrow_blue.png) no-repeat center/cover;
}
.top_contact .primary_block .link_list li.dl a .ic:before {
  background: url(../img/common/ic_dl.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .top_contact h2 small {
    display: block;
  }
  .top_contact .primary_block .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .top_contact .link_list {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  .top_contact .link_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .top_contact {
    padding: 115px 0;
    background: url(../img/top/top_contact_bg.jpg) no-repeat center/cover;
  }
  .top_contact .primary_block {
    display: grid;
    grid-template-columns: 620px 1fr;
    gap: 10px;
  }
  .top_contact .primary_block .contents {
    padding: 40px;
    border-radius: 20px;
  }
  .top_contact .primary_block .link_list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .top_contact .primary_block .link_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top_contact .primary_block .link_list li a {
    height: 100%;
    padding: 0 60px 0 30px;
    font-size: 20px;
  }
  .top_contact .primary_block .link_list li a:after {
    width: 30px;
    height: 30px;
    right: 30px;
  }
  .top_contact .primary_block .link_list li a .large_txt {
    font-size: 32px;
  }
  .top_contact .primary_block .link_list li a .ic {
    padding-left: 85px;
  }
  .top_contact .primary_block .link_list li a .ic:before {
    width: 52px;
    height: 55px;
  }
  .top_contact .primary_block .link_list li a:hover:after {
    right: 20px;
  }
  .top_contact .contact_info .txt {
    font-size: 18px;
    width: 110px;
  }
  .top_contact .contact_info .number {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .clinic_time .table_timetable_typeA thead th:first-child {
    width: 30%;
  }
}

.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 */

@media (min-width: 768px) {
.top_post .primary_container {
  display: block;
}
.top_post .primary_container:has(.col + .col) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
}