@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: #f3f0ea;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f3f0ea;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f3f0ea;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f3f0ea;
}

.box_border {
  background: #fff;
  border: 1px solid #e1b80d;
}

.box_border .box_bg {
  background: #f3f0ea;
}

.section_bg .box_border .box_bg {
  background: #f3f0ea;
}

.box_bg,
.box_border {
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
@media (max-width: 767px) {
  .box_bg,
  .box_border {
    border-radius: 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;
}

.box_bg {
  background: #fff !important;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

.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%;
}

.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 #e1b80d;
  border-radius: 0px;
  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: #e1b80d !important;
  display: inline;
  padding: 0.25em 0;
  padding-left: 2.1em;
}
.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .link_anchor a:hover {
    background: none;
    color: #e1b80d !important;
    opacity: 1;
    text-decoration: underline;
  }
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px 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: #e1b80d;
  border-radius: 50%;
  height: 1.6875em;
  width: 1.6875em;
  left: 0;
  top: 0;
}
@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: #e1b80d;
  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: #e1b80d;
  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: #e1b80d;
  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 #4b6e86;
  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: #e1b80d;
  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 #ddd;
  border-top: 1px solid #ddd;
}
table.table_address th {
  color: #4b6e86;
  border-top: 1px solid #4b6e86;
  border-bottom: 1px solid #4b6e86;
  font-weight: 600;
  text-align: left;
  width: 32%;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  background: #fff;
  padding: 0.8rem 0.2rem;
  text-align: center;
  border: none;
}
table.table_timetable thead th {
  background: #4b6e86;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody {
  border-bottom: 1px solid #ddd;
}
table.table_timetable tbody th {
  text-align: center;
}
@media (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: #4b6e86;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #f9f9f9;
}
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;
  }
}

.consul {
  color: #867666 !important;
}

.consul2 {
  color: #4b6e86 !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_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;
}
.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: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #4b6e86;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #4b6e86;
  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: #e1b80d;
  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: 1px solid #e1b80d;
  background: #fff;
  border-radius: 30px;
  margin-top: calc(16px * 5.125);
  padding: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .flow-block {
    border-radius: 16px;
  }
}
.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: #e1b80d;
  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: #e1b80d;
}
.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", 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: #e1b80d;
  background: #e1b80d;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  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);
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
}
.footer .sec_logo {
  margin: 0 0 30px;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address th,
.footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}
.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}
.footer .sec_img {
  margin: 0;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #515456;
  position: relative;
  padding-left: 15px;
}
@media (hover: hover) and (pointer: fine) {
  .footer .sitemap a:hover {
    text-decoration: underline;
  }
}
.footer .sitemap a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #515456;
  border-right: 1px solid #515456;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
  .footer .sec_logo img {
    max-width: 427px;
  }
}

.copyright {
  background: #fff;
  color: #515456;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 75px;
  }
}

.list_list dd a {
  color: #515456;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .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;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #515456;
}
.sec_top h2:before,
.sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec00 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec00 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1240px) {
  .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;
}

.page_title_wrap {
  height: 140px;
}
@media (min-width: 768px) {
  .page_title_wrap {
    height: 212px;
  }
}
@media (min-width: 768px) {
  .page_title_wrap .page_title {
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  .breadcrumb {
    background: transparent;
    margin-top: -60px;
    position: relative;
    margin-bottom: 60px;
  }
}

.link_anchor li a {
  color: #515456 !important;
}

.mce-content-body h3 {
  padding-left: 16px;
  border-color: #4b6e86;
}
.mce-content-body h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1b80d), color-stop(50%, #e1b80d), color-stop(50%, #4b6e86), to(#4b6e86));
  background: linear-gradient(180deg, #e1b80d 0%, #e1b80d 50%, #4b6e86 50%, #4b6e86 100%);
  top: 11px;
  left: 0;
}
.mce-content-body h3:before {
  content: "";
  position: absolute;
  background: #4b6e86;
  width: 170px;
  height: 1px;
  bottom: -6px;
  left: 0;
}
.mce-content-body h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #c2c2c2;
}
.mce-content-body h4:after {
  border-radius: 50%;
  top: 10px;
}
.mce-content-body h5 {
  padding: 6px 16px;
}

.box_faq .question::before,
.box_faq .answer::before {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  table.table_timetable {
    font-size: 74%;
  }
}
table.table_timetable thead th {
  font-weight: 500;
}
table.table_timetable thead th:last-child {
  width: 14%;
}
table.table_timetable tbody th,
table.table_timetable tbody td {
  background: transparent;
  padding: 1rem 0.2rem;
}
table.table_timetable tbody th {
  font-weight: 500;
}
table.table_timetable tbody tr:nth-child(even) th,
table.table_timetable tbody tr:nth-child(even) td {
  background: #e8dfc9;
}

.btnstyle a {
  padding: 0.7rem 2.4rem;
}
.btnstyle a:after {
  width: 20px;
  height: 5px;
  border-top: none;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: skew(45deg);
  right: 16px;
}
.btnstyle.btnstyle_l_link a {
  max-width: 320px;
}
@media (min-width: 768px) {
  .btnstyle.btnstyle_l_link a {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .btnstyle.btnstyle_l_link a {
    font-size: 14px;
  }
}
.btnstyle.btnstyle_l_link a:after {
  background: url(../img/common/ic_link.png) no-repeat center center/contain;
  width: 10px;
  height: 10px;
  -webkit-transform: none;
  transform: none;
  border-bottom: none;
  border-right: none;
}
.btnstyle.btnstyle_text a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 0;
  border: none;
  border-bottom: 1px solid #4b6e86;
  color: #4b6e86 !important;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
}
.btnstyle.btnstyle_text a:after {
  border-color: #4b6e86;
  right: 0;
}
.btnstyle.btnstyle_text_arrow a {
  width: 100%;
  max-width: 100% !important;
  border-color: #d0cab1 !important;
  font-size: 22px;
}
.btnstyle.btnstyle_text_arrow a:after {
  background: url(../img/common/arrow_circle.png) no-repeat center center/contain;
  width: 34px;
  height: 34px;
  right: 0;
  -webkit-transform: none;
  transform: none;
  border-bottom: none;
  border-right: none;
}
.btnstyle.btnstyle_wh a {
  background: #f6f1e4;
  color: #867666 !important;
}
.btnstyle.btnstyle_wh a:after {
  border-color: #867666;
}
@media (min-width: 768px) {
  .btnstyle.btnstyle_left a {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .btnstyle.btnstyle_right a {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .btn_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .btn_flex .btnstyle {
    width: 230px;
    margin-bottom: 0;
  }
}

.sec_top {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .sec_top {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.sec_top .top_h2 {
  text-align: left;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .sec_top .top_h2 {
    font-size: 85px;
    margin-bottom: 54px;
  }
}
.sec_top .top_h2 .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .sec_top .top_h2 .ja {
    font-size: 24px;
  }
}
.sec_top .top_h2.bd {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sec_top .top_h2.bd:after {
  content: "";
  position: absolute;
  display: block;
  background: #515456;
  height: 1px;
  width: calc(1200px - 100% - 20px);
  left: calc(100% + 20px);
  top: 30px;
}
@media (min-width: 768px) {
  .sec_top .top_h2.bd:after {
    top: 50px;
  }
}
.sec_top .top_h2.top_h2_s {
  font-size: 44px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec_top .top_h2.top_h2_s {
    font-size: 70px;
  }
}
.sec_top .top_h2.top_h2_s .ja {
  font-size: 18px;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_top .top_h2.top_h2_s .ja {
    font-size: 20px;
  }
}
.sec_top .top_h2.top_h2_s .ja:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #515456;
  top: 50%;
  left: 0;
}

.sec01 .news {
  background: #f8f5ed;
  border-radius: 30px;
  padding: 30px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .sec01 .news {
    border-radius: 100px;
    padding: 80px 80px;
  }
}
.sec01 .news .news_head {
  width: 266px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .sec01 .news .news_list {
    width: calc(100% - 286px);
  }
}
.sec01 .news .news_list .list_list dt {
  color: #979797;
}
@media (min-width: 768px) {
  .sec01 .news .news_list .list_list dt {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.sec01 .news .news_list .list_list dd {
  padding-bottom: 0.8em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec01 .news .news_list .list_list dd {
    padding-top: 0.8em;
    padding-left: 146px;
  }
}

.sec02 {
  padding-top: 0;
  background: url(../img/top/sec02_bg.jpg) no-repeat center bottom/cover;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .sec02 {
    padding-bottom: 200px;
  }
}
.sec02 .splide__track {
  width: 1220px;
}
@media (min-width: 1240px) {
  .sec02 .splide__track {
    width: calc(100% + 50vw - 600px);
  }
}
@media (max-width: 767px) {
  .sec02 .splide__track {
    width: calc(100% + 20px);
  }
}
.sec02 .slide_bottom {
  margin-top: 36px;
  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;
  position: relative;
}
.sec02 .slide_bottom .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.sec02 .slide_bottom .splide__arrows .splide__arrow {
  position: static;
  -webkit-transform: none;
  transform: none;
  width: 54px;
}
.sec02 .slide_bottom .my-carousel-progress {
  width: 1037px;
  background: #eae2d6;
  height: 5px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .sec02 .slide_bottom .my-carousel-progress {
    width: calc(100% - 140px);
  }
}
.sec02 .slide_bottom .my-carousel-progress-bar {
  background: #867666;
  height: 5px;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
  border-radius: 2px;
}

.sec03 {
  background: #f6f1e4;
}
.sec03 .info .info_item {
  gap: 25px;
}
.sec03 .info .info_item.info_top_item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0;
}
.sec03 .info .info_item.info_address_item {
  width: 100%;
}
.sec03 .info .info_item.info_address_item p {
  margin-bottom: 4px !important;
}
.sec03 .info .info_item.info_time_item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0;
}
.sec03 .info .info_item h3 {
  width: 137px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #e1b80d;
  padding: 8px 2px;
  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;
}
@media (max-width: 767px) {
  .sec03 .info .info_item h3 {
    margin-bottom: 10px;
  }
}
.sec03 .info .info_item h3:after {
  content: none;
}
@media (min-width: 768px) {
  .sec03 .info .info_item .info_cnt {
    min-width: 380px;
  }
}
.sec03 .info .info_item .info_cnt p {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sec03 .info .info_item .info_cnt.info_address_cnt {
    width: calc(100% - 162px);
  }
}
@media (min-width: 768px) {
  .sec03 .info .info_item .info_cnt.info_address_cnt .info_address_cnt01 {
    width: 25%;
    border-right: 1px solid #adadad;
  }
}
.sec03 .info .info_item .info_cnt.info_address_cnt .info_address_cnt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 13px;
}
@media (min-width: 768px) {
  .sec03 .info .info_item .info_cnt.info_address_cnt .info_address_cnt02 {
    width: 29%;
  }
}
.sec03 .info .info_item .info_cnt.info_address_cnt .info_address_cnt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 13px;
}
@media (min-width: 768px) {
  .sec03 .info .info_item .info_cnt.info_address_cnt .info_address_cnt03 {
    width: 42%;
  }
}
@media (min-width: 768px) {
  .sec03 .info .info_item .info_cnt.info_time_cnt {
    width: calc(100% - 162px);
  }
}
.sec03 .info .info_item .info_cnt.info_time_cnt .table_bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .sec03 .info .info_item .info_cnt.info_time_cnt .table_bottom .btnstyle {
    width: 230px;
  }
}

.sec04 {
  background: url(../img/top/sec04_bg.jpg) no-repeat center center/cover;
}
.sec04 .top_h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .sec04 .top_h2 {
    margin-bottom: 100px;
  }
}
.sec04 .top_h2:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 40px);
  height: 80px;
  border-radius: 100px;
  background: #f6f1e4;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .sec04 .top_h2:after {
    width: calc(100% + 80px);
    height: 127px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .sec04 .top_h2:after {
    width: calc(100% + 55px);
  }
}

.sec04 .treatment_top .treatment_top_item a {
  display: block;
  text-decoration: none;
}
.sec04 .treatment_top .treatment_top_item a .img {
  position: relative;
  display: block;
}
.sec04 .treatment_top .treatment_top_item a .img img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec04 .treatment_top .treatment_top_item a .img:after {
    content: "";
    position: absolute;
    background: rgba(174, 140, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 185px 185px 0 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.sec04 .treatment_top .treatment_top_item a .txt {
  display: block;
  background: #fff;
  color: #515456;
  font-weight: 500;
  font-size: 22px;
  padding: 22px;
  line-height: 1.4;
  position: relative;
  -webkit-box-shadow: 0px 0px 20.3px 8.7px rgba(211, 211, 211, 0.47);
  box-shadow: 0px 0px 20.3px 8.7px rgba(211, 211, 211, 0.47);
}
@media (min-width: 768px) {
  .sec04 .treatment_top .treatment_top_item a .txt {
    font-size: 24px;
  }
}
.sec04 .treatment_top .treatment_top_item a .txt:after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_circle.png) no-repeat center center/contain;
  width: 34px;
  height: 34px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec04 .treatment_top .treatment_top_item a .txt .en {
  display: block;
  color: #b9ac99;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
}
.sec04 .treatment_top .treatment_top_item a:hover .img:after {
  opacity: 1;
}
.sec04 .treatment_top .treatment_top_item a:hover .txt:after {
  right: 14px;
}
.sec04 .treatment_bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec04 .treatment_bottom .treatment_bottom_item a {
  display: block;
  background: #f6f1e4;
  border-radius: 40px 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 24px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .sec04 .treatment_bottom .treatment_bottom_item a {
    padding: 42px 20px 48px;
  }
}
.sec04 .treatment_bottom .treatment_bottom_item a:after {
  content: "";
  position: absolute;
  background: #e1b80d;
  height: 20px;
  width: 40px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: -2px;
  right: -13px;
}
.sec04 .treatment_bottom .treatment_bottom_item a .img {
  width: 80px;
  height: 80px;
  margin-bottom: 6px;
}
.sec04 .treatment_bottom .treatment_bottom_item a .txt {
  color: #515456;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec04 .treatment_bottom .treatment_bottom_item a .img {
    width: 115px;
    height: 115px;
    margin-bottom: 10px;
  }
  .sec04 .treatment_bottom .treatment_bottom_item a .txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sec04 .treatment_bottom {
    display: flex;
    align-items: center;
    gap: 4%;
  }
  .sec04 .treatment_bottom .treatment_bottom_item {
    width: 48%;
    margin-top: 0;
  }
}

.sec05 {
  background: url(../img/top/sec05_bg.jpg) no-repeat center center/cover;
}
.sec05 .tab_wrap {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .sec05 .tab_wrap {
    margin-bottom: 140px;
  }
}
.sec05 .tab_item {
  display: none;
}
.sec05 .tab_item.active {
  display: block;
}
.sec05 .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0 !important;
  gap: 3px;
}
.sec05 .tab_btn_wrap li {
  background: #d0cab1;
  color: #fff !important;
  width: 400px;
  border-radius: 10px 10px 0 0;
  height: 75px;
  font-size: 18px;
  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;
  padding: 0;
  color: #e1b80d;
  position: relative;
}
@media (min-width: 768px) {
  .sec05 .tab_btn_wrap li {
    border-radius: 20px 20px 0 0;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sec05 .tab_btn_wrap li {
    line-height: 1.4;
  }
}
.sec05 .tab_btn_wrap li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.sec05 .tab_btn_wrap li.active {
  background: #e1b80d;
}
.sec05 .tab_item_wrap {
  background: #fff;
  padding: 24px;
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 0px 0px 28.5px 1.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 28.5px 1.5px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .sec05 .tab_item_wrap {
    padding: 36px;
    border-radius: 30px;
  }
}
.sec05 .tab_item .row .col_4:nth-child(n + 5) {
  margin-top: 12px;
}
.sec05 .btnstyle a {
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-radius: 0;
  background: #fff;
  color: #515456 !important;
  border: none;
  border-bottom: 1px solid #515456;
  max-width: 264px;
}
.sec05 .btnstyle a:after {
  border-color: #515456;
}
@media (max-width: 767px) {
  .sec05 .btnstyle:not(.btnstyle_text) a {
    text-align: left;
    font-size: 15px;
  }
}
.sec05 .btnstyle:not(.btnstyle_text) a:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec05 .btnstyle:not(.btnstyle_text) a:after {
    width: 16px;
    right: 6px;
  }
}
.sec05 .btnstyle:not(.btnstyle_text) a:hover:after {
  right: 10px;
}
@media (max-width: 767px) {
  .sec05 .btnstyle:not(.btnstyle_text) a:hover:after {
    right: 4px;
  }
}
.sec05 .search_bottom {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 28.5px 1.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 28.5px 1.5px rgba(0, 0, 0, 0.06);
  outline: 2px solid #ffe9e3;
  outline-offset: -10px;
  padding: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (min-width: 768px) {
  .sec05 .search_bottom {
    border-radius: 30px;
    padding: 44px;
  }
}
.sec05 .search_bottom .search_bottom_img {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
@media (min-width: 768px) {
  .sec05 .search_bottom .search_bottom_img {
    margin-top: -120px;
    width: 42%;
  }
}
@media (min-width: 768px) {
  .sec05 .search_bottom .search_bottom_txt {
    width: 54%;
  }
}

.sec06 {
  background: url(../img/top/sec06_bg.jpg) no-repeat center top/cover;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec06 {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .sec06 .container {
    width: 1428px;
  }
}
.sec06 .top_h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .sec06 .top_h2 {
    margin-bottom: 100px;
  }
}
.sec06 .top_h2:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 40px);
  height: 80px;
  border-radius: 100px;
  background: #f6f1e4;
  top: 40px;
  left: -40px;
  z-index: -1;
}
@media (min-width: 768px) {
  .sec06 .top_h2:after {
    width: calc(100% + 80px);
    min-width: 985px;
    height: 127px;
  }
}

@media (min-width: 768px) and (max-width: 1550px) {
  .sec06 .top_h2:after {
    left: -25px;
  }
}

.sec06 .features_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec06 .features_item:not(:last-child) {
  padding-bottom: 46px;
  margin-bottom: 46px;
  border-bottom: 1px solid #d8d8d8;
}
.sec06 .features_item .features_txt .num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Marcellus", serif;
  color: #4b6e86;
  font-size: 60px;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec06 .features_item .features_txt .num {
    font-size: 95px;
  }
}
.sec06 .features_item .features_txt .num .small {
  display: block;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec06 .features_item .features_txt .num .small {
    font-size: 27px;
  }
}
.sec06 .features_item .features_txt h3 {
  padding-left: 0;
  font-weight: 500;
  line-height: 2.2;
  font-size: 21px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sec06 .features_item .features_txt h3 {
    margin-bottom: 24px;
    font-size: clamp(24px, 2vw, 28px);
  }
}
.sec06 .features_item .features_txt h3:after {
  content: none;
}
.sec06 .features_item .features_txt h3 .bg {
  background: #f6f1e4;
  padding: 2px 0 3px;
}
@media (min-width: 768px) {
  .sec06 .features_item .features_txt h3 .bg {
    padding: 2px 10px 3px;
  }
}
@media (min-width: 768px) {
  .sec06 .features_item .features_txt .btnstyle a {
    margin-left: 0;
  }
}
.sec06 .features_item.features_item_l .features_img .img {
  width: calc(100% + 10px);
}
@media (min-width: 768px) {
  .sec06 .features_item.features_item_l .features_img .img {
    width: calc(100% + 40px);
  }
}
@media (min-width: 1468px) {
  .sec06 .features_item.features_item_l .features_img .img {
    width: 50.25vw;
  }
}
.sec06 .features_item.features_item_l:not(.reverse) .features_img .img {
  margin-left: -10px;
}
@media (min-width: 768px) {
  .sec06 .features_item.features_item_l:not(.reverse) .features_img .img {
    margin-left: -40px;
  }
}
@media (min-width: 1468px) {
  .sec06 .features_item.features_item_l:not(.reverse) .features_img .img {
    margin-left: calc((50vw - 694px) * -1);
  }
}
@media (min-width: 768px) {
  .sec06 .features_item.features_item_s .features_img {
    width: 44%;
  }
}
.sec06 .features_item.features_item_s .features_txt {
  gap: 30px;
}
@media (min-width: 768px) {
  .sec06 .features_item.features_item_s .features_txt {
    width: 52%;
  }
}
@media (min-width: 768px) {
  .sec06 .features_item.features_item_s .features_txt .features_item_s_txt {
    width: calc(100% - 166px);
  }
}
.sec06 .features_item.features_item_s .features_txt .features_item_s_txt h3 {
  font-size: clamp(21px, 1.7vw, 26px);
}

.sec07 {
  background: url(../img/top/sec07_bg.jpg) no-repeat center center/cover;
  padding-bottom: 120px;
  position: relative;
}
@media (min-width: 768px) {
  .sec07 {
    padding-bottom: 260px;
  }
}
@media (max-width: 767px) {
  .sec07 {
    padding-top: 100px;
  }
}
.sec07 .sec07_txt {
  position: absolute;
  font-family: "Marcellus", serif;
  font-size: clamp(120px, 10vw, 150px);
  color: #e8dfc7;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 767px) {
  .sec07 .sec07_txt {
    font-size: 38px;
  }
}
.sec07 .container > .top_h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.sec07 .container > .top_h2:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 40px);
  height: 80px;
  border-radius: 100px;
  background: #fff;
  top: 40px;
  left: -40px;
  z-index: -1;
}
@media (min-width: 768px) {
  .sec07 .container > .top_h2:after {
    width: calc(100% + 80px);
    min-width: 985px;
    height: 127px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .sec07 .container > .top_h2:after {
    left: -25px;
  }
}

.sec07 .greeting {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .sec07 .greeting .greeting_img {
    width: 38%;
  }
}
@media (min-width: 768px) {
  .sec07 .greeting .greeting_txt {
    width: 46%;
  }
}
.sec07 .recruit {
  background: url(../img/top/sp_sec07_bnr.png) no-repeat center center/cover;
  aspect-ratio: 650/743;
  padding: 24px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .sec07 .recruit {
    padding: 32px;
    aspect-ratio: 1200/449;
    background: url(../img/top/sec07_bnr.png) no-repeat center center/cover;
    border-radius: 30px;
  }
}
.sec07 .recruit .recruit_txt {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sec07 .recruit .recruit_txt {
    padding-left: 130px;
  }
}
.sec07 .recruit .recruit_txt .top_h2 {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .sec07 .recruit .recruit_txt .top_h2 {
    padding-left: 120px;
    margin-bottom: 20px;
  }
}
.sec07 .recruit .recruit_txt .top_h2 .ja {
  padding-left: 64px;
  position: relative;
}
.sec07 .recruit .recruit_txt .top_h2 .ja:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 1px;
  background: #515456;
  top: 50%;
  left: 0;
}
.sec07 .recruit .recruit_txt .btnstyle a {
  width: 200px;
  text-align: left;
}
@media (max-width: 767px) {
  .sec07 .recruit .recruit_txt .btnstyle a {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .sec07 .recruit .recruit_img .img {
    width: calc(100% + 120px);
    margin-left: -87px;
  }
}
@media (max-width: 767px) {
  .sec07 .recruit .recruit_img .img {
    margin-top: 20px;
    margin-bottom: -24px;
  }
}
.sec07 .recruit .p-ab {
  position: absolute;
  background: #4b6e86;
  width: 218px;
  height: 218px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  outline: 1px solid #8eaabd;
  outline-offset: -10px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  top: -72px;
  left: -84px;
}
@media (max-width: 1399px) {
  .sec07 .recruit .p-ab {
    left: -20px;
    font-size: 16px;
    width: 160px;
    height: 160px;
    outline-offset: -6px;
  }
}
@media (max-width: 767px) {
  .sec07 .recruit .p-ab {
    top: -92px;
  }
}

.sec07_bottom img {
  width: 100%;
}

.footer {
  margin-top: 120px;
  position: relative;
  z-index: 2;
}
.footer:after {
  content: "";
  position: absolute;
  background: #e1b80d;
  width: 24%;
  height: 100%;
  border-radius: 100px 0 0 0;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .footer:after {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .footer .footer_inner .sec_logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .footer_inner .sec_logo img {
    max-width: 300px;
  }
}
.footer .footer_inner table.address {
  margin-bottom: 30px;
}
.footer .footer_inner table.address th {
  width: 52px;
}
.footer .footer_inner table.address td {
  padding-right: 20px;
}
.footer .footer_inner table.address td a.tel {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.footer .footer_inner table.address td .btnstyle {
  margin-top: 10px;
}
.footer .footer_inner table.address td .btnstyle a {
  margin-left: 0;
  display: block;
}
.footer .footer_inner .btn a {
  display: block;
  background: #fff;
  border: 2px solid #515456;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 426px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .footer_inner .btn a:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #515456;
  bottom: 6px;
  right: 2px;
}
.footer .footer_inner .btn a:hover {
  opacity: 0.7;
}
.footer .footer_inner .btn a .br {
  color: #867666;
}
.footer .footer_inner table.table_timetable {
  background: #fff;
}
.footer .footer_inner .btn_flex {
  margin-top: 24px;
}
.footer .copyright {
  background: transparent;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .footer .copyright {
    padding-bottom: 100px;
  }
}

.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 */

.sec07 .greeting_img {
  position: relative;
}

@media (max-width: 767px) {
  .sec07 .greeting_img {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}

.sec07 .greeting_img .imgBox {
  width: fit-content;
}

.sec07 .greeting_img .doctor_name {
  position: absolute;
  top: 100%;
  transform: translateY(calc((65 / 100) * -100%));
  width: calc((316 / 456) * 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec07 .greeting_txt {
    margin-top: calc(50 / 375 * 100vw) !important;
  }
}



/*****260205ページ修正*****/
.table_outpatient{
    font-size:14px;
}
.sub_txt{
    font-size:12px;
    color:#e15f42;
    letter-spacing: 0;
}
.table_outpatient tbody th{
    text-align: center!important;
}
table.table_outpatient tbody th {
    background: #edf4f9;
    font-weight: 600;
}
table.table_outpatient tbody th.closed{
    background: #f9f9f9;
	font-weight: normal;
}
@media (min-width: 768px) { 
    .table_outpatient th, .table_outpatient td {
        padding: 10px 5px!important;
    }
    .table_outpatient thead th:nth-child(1){
        width: 100px;
    } 
    .table_outpatient thead th:nth-child(2){
        width: 5%;
    }
	    .table_outpatient thead th:nth-child(5){
        width: 8%;
    }
		.table_outpatient thead th:nth-child(9){
        width: 8%;
    }
}
@media (max-width: 767px) {
	.table_outpatient .sub_txt{
		font-size:11px;
	}
    .table_outpatient thead th:nth-child(1){
        width: 70px;
    } 
    .table_outpatient thead th:nth-child(2){
        width: 31px;
    }
	    .table_outpatient thead th:nth-child(5){
        width: 8%;
    }
		.table_outpatient thead th:nth-child(9){
        width: 8%;
    }
    .table_outpatient{
        font-size:13px;
    }
    .table_outpatient .fixed01,
    .table_outpatient .fixed02 {
        position: sticky;
		border: none;
        &:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            border: 0.5px solid #cbcbcb;
        }
    }
	.table_outpatient .fixed01 {
		left: 0px;
	}
	.table_outpatient .fixed02 {
		left: 70px;
	}
	.scroll-hint-shadow-wrap::before {
    	left: 100px;
	}
	.scroll-hint-shadow-wrap::after, .scroll-hint-shadow-wrap::before {
    height: 98.1%;
}
}



/*****260203ページ修正*****/
.sec_top .top_h2.pic {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 34px;
}
.sec_top .top_h2.pic:after {
  content: "";
  position: absolute;
  display: block;
  background: #515456;
  height: 1px;
  width: calc(1200px - 100% - 20px);
  left: calc(100% + 20px);
  top: 30px;
}
.sec_top .top_h2.pic:after {
    content: "";
    position: absolute;
    display: block;
    background: #515456;
    height: 1px;
    width: calc(1200px - 100% - 20px);
    left: calc(100% + 20px);
    top: 30px;
}
.sec02{
    background: #F7F1E4;
	padding-bottom: 0;
	margin-top: 60px;
}
.sec01{
 	background: url(../img/top/sec02_bg.jpg) no-repeat center bottom/cover;
	padding-bottom:100px;
}
@media (min-width: 768px) {
  .sec_top .top_h2.pic:after {
    top: 50px;
	margin-bottom: 54px;
  }
  .sec02{
	margin-top: 120px;
}
.sec01{
	padding-bottom:200px;
}
}