@charset "UTF-8";
.section h3:first-child {
  /* margin-bottom: $fontsize * 1.5; */
}

.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: #f4f5d5;
}

.section_bg .box_bg {
  background: #fff;
}

.section_bg .box_bg .box_bg {
  background: #f4f5d5;
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f4f5d5;
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #f4f5d5;
}

.box_border {
  background: #fff;
  border: 2px solid #a0ba2c;
}

.box_border .box_bg {
  background: #f4f5d5;
}

.section_bg .box_border .box_bg {
  background: #f4f5d5;
}

.box_bg,
.box_border {
  border-radius: 30px;
  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;
}

.box_bg {
  background: #fff !important;
  border: none;
  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: 3px solid #d0de90;
  border-radius: 10px;
  padding: min(30px, 3.8vw);
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: min(20px, 2.4vw);
  column-gap: min(20px, 2.4vw);
  row-gap: min(14px, 2vw);
}

.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}

.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 0;
  border: none;
  color: #0d0d0d !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;
}

.link_anchor a:hover {
  background: none;
  color: #0d0d0d !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(0.84375em - 4px);
  transform: rotate(45deg);
  top: calc(0.9em - 4px);
}

.link_anchor a::before {
  display: block;
  background: #0d0d0d;
  border-radius: 50%;
  height: 1.6875em;
  width: 1.6875em;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }
  .link_anchor li a {
    height: 100%;
    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: #f7af00;
  height: 8px;
  left: 0.2em;
  top: 10px;
  width: 8px;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #f7af00;
  height: 5.3333333333px;
  left: 0.5em;
  top: 11.3333333333px;
  width: 5.3333333333px;
}

.ul_check li {
  padding-left: 2em;
}

.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #62c3c5;
  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 #a0ba2c;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 28px;
  position: relative;
}

.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #f7af00;
  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: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
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 #aeaeae;
  border-top: 1px solid #aeaeae;
}

table.table_address th {
  color: #0d0d0d;
  border-top: 1px solid #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
  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;
  border-bottom: 1px solid #aeaeae;
  padding: 0.8rem 0.2rem;
  text-align: center;
}

table.table_timetable thead th {
  background: #c4e8e9;
  color: #0d0d0d;
}

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 #aeaeae;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}

table.table thead th,
table.table thead td {
  background: #a0ba2c;
  color: #fff;
  font-weight: bold;
}

table.table tbody th {
  background: #fff;
}

table.table tbody td {
  background: #fffbed;
}

@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 #aeaeae;
  }
  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: #aeaeae;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}
.consul {
  color: #afc93a !important;
}

.consul2 {
  color: #afc93a !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 #aeaeae;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Zen Kaku Gothic Antique", 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: #b7ce50;
}

.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Kaku Gothic Antique", 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: #b7ce50;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}

.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.box_faq .question.open .faq_title::after {
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 37px;
}

.box_faq .answer p {
  margin-top: 0;
}

.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #f7af00;
  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: 5px solid #f4f5d5;
  background: #fff;
  border-radius: 30px;
  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: #afcbea;
  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: #f7af00;
}

.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  /**/
  flex: 0 0 auto;
  display: flex;
  font-family: "Zen Kaku Gothic Antique", 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: #f7af00;
  background: #f7af00;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  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;
  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: #fffbed;
  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: #0d0d0d;
  position: relative;
  padding-left: 15px;
}

.footer .sitemap a:hover {
  text-decoration: underline;
}

.footer .sitemap a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0d0d0d;
  border-right: 1px solid #0d0d0d;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}
.copyright {
  background: #3fb3b5;
  color: #fff;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}
.list_list dd a {
  color: #0d0d0d;
  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 {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: 2400px;
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1920px);
    }
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
}

.img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 5px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  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;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.sec_top {
  margin: 0;
}

.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #0d0d0d;
}

.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: -moz-fit-content;
  height: fit-content;
}

.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;
}

/*
下層カスタマイズ
*/
.page_title_wrap {
  position: relative;
}

.page_title_wrap::before,
.page_title_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
}

.page_title_wrap::before {
  left: 0;
  width: 19.7vw;
  background: url("../img/common/h1_bg_l.png") no-repeat right/cover;
}

.page_title_wrap::after {
  right: 0;
  width: 22.45vw;
  background: url("../img/common/h1_bg_r.png") no-repeat left/cover;
}

.link_anchor {
  background-color: #fff;
}

.link_anchor a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6470588235;
}

.link_anchor a::before {
  background-color: #f7af00;
  top: 5px;
}

.link_anchor a::after {
  top: calc(0.9em + 1px);
}

.section {
  padding-block: 50px;
}

@media (min-width: 768px) {
  .section {
    padding-block: 100px;
  }
}
.mce-content-body h2 {
  line-height: 1.1764705882;
}

.mce-content-body h3 {
  padding-left: 16px;
  margin-bottom: 30px;
  border-bottom: solid 2px #a0ba2c;
}

.mce-content-body h3::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  top: 10px;
  right: auto;
  bottom: auto;
  display: block;
  width: 6px;
  height: 19px;
  background: linear-gradient(0deg, rgb(160, 186, 44) 0%, rgb(160, 186, 44) 50%, rgb(247, 175, 0) 50%);
}

@media (min-width: 768px) {
  .mce-content-body h3::before {
    top: 12px;
  }
}
.mce-content-body h4 {
  padding-left: 25px;
}

.mce-content-body h4::after {
  background-color: unset;
  background: url("../img/common/ic_h4.png") no-repeat center/contain;
}

.mce-content-body h5 {
  padding: 2.5px 22px;
  background: #62c3c5;
}

.mce-content-body .text-large {
  line-height: 1.4;
}

.mce-content-body .section_bg h5,
.mce-content-body .box_bg h5 {
  background-color: #62c3c5;
}

.btnstyle a {
  padding: 1.2rem 2.4rem;
}

.flow-block {
  border: solid 2px #f18d00;
}

@media (min-width: 768px) {
  .flow-block {
    padding: 60px;
  }
}
.flow-block::after {
  border-top-color: #d0de90;
}

@media (min-width: 768px) {
  .box_bg,
  .box_border {
    padding: 60px;
  }
}
table.table_timetable th,
table.table_timetable td {
  padding: 1.25rem 0.2rem;
  border-color: #c4c4c4;
}

table.table_timetable thead th,
table.table_timetable tbody tr:last-child th,
table.table_timetable tbody tr:last-child td {
  border: unset;
}

table.table_address {
  font-size: 20px;
}

table.table_address th {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  border-color: #f7af00;
}

@media (min-width: 768px) {
  table.table_address th,
  table.table_address td {
    padding: 1.01em 0 1.01em 1em;
  }
}
table.table thead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
}

table.table thead th,
table.table thead td {
  padding: 0.65em 1em;
}

table.table tbody {
  font-size: 18px;
}

table.table tbody th {
  background-color: #f9f9f9;
}

table.table tbody td {
  background-color: #fff;
}

table.table tbody th,
table.table tbody td {
  padding: 0.82em 1em;
}

ul,
ol {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}

.box_faq .question::before,
.box_faq .answer::before {
  line-height: 35px;
}

/*
トップページ カスタマイズ
*/
.sec_top .container {
  padding-block: 50px;
}

@media (min-width: 768px) {
  .sec_top .container {
    padding-block: 100px;
  }
}
.sec_top h2 {
  margin-top: -5px;
  margin-bottom: 40px;
  font-size: 40px;
}

.sec_top h2::after {
  content: "";
  position: relative;
  display: block;
  width: 70px;
  height: auto;
  aspect-ratio: 70/10;
  margin-top: 0.4em;
  background: url("../img/top/ic_top_h2.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  .sec_top .row .col_2,
  .sec_top .row.reverse .col_2 {
    width: 47.5%;
  }
}
@media (min-width: 768px) {
  .sec_top .row:not(.reverse) .col_2:not(:nth-child(2n)) {
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .sec_top .row.reverse .col_2:nth-child(2n) {
    margin-right: 5%;
  }
}
.sec_bnr {
  background-color: #f4f5d5;
}

.sec_bnr .container {
  padding-top: 20px;
  padding-bottom: unset;
}

@media (min-width: 768px) {
  .sec_bnr .container {
    padding-top: 40px;
  }
}
.sec_bnr .bnr_open {
  padding-block: 14px;
  border-radius: 15px;
  background: url("../img/top/sp_sec_bnr_bg01.png") no-repeat center/cover;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) {
  .sec_bnr .bnr_open {
    padding-block: 68px;
    border-radius: 30px;
    background: url("../img/top/sec_bnr_bg01.png") no-repeat center/cover;
  }
}
.sec_bnr .bnr_open h2 {
  margin-bottom: 7px;
  color: #0d0d0d;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .sec_bnr .bnr_open h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.sec_bnr .bnr_open h2::after {
  content: unset;
}

.sec_bnr .bnr_open h2 .aqua {
  color: #3fb3b5;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .sec_bnr .bnr_open h2 .aqua {
    font-size: 52px;
  }
}
.sec_bnr .bnr_open h2 .aqua:last-child {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .sec_bnr .bnr_open h2 .aqua:last-child {
    font-size: 42px;
    letter-spacing: 0.16em;
  }
}
.sec_bnr .bnr_open p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-align: center;
}

@media (min-width: 768px) {
  .sec_bnr .bnr_open p {
    font-size: 24px;
  }
}
.sec_bnr .bnr_open p .title {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-inline: auto;
  margin-bottom: 10px;
  border-radius: 50vh;
  background-color: rgba(63, 179, 181, 0.1254901961);
  color: #3fb3b5;
  font-size: 15px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .sec_bnr .bnr_open p .title {
    max-width: 317px;
    font-size: 20px;
    line-height: 36px;
  }
}
.sec_post {
  position: relative;
  background-color: #f4f5d5;
}

.sec_post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 68.9px;
  background-color: #fffbed;
}

@media (min-width: 768px) {
  .sec_post::after {
    height: 210px;
  }
}
.sec_post .container {
  padding-block: 40px;
}

@media (min-width: 768px) {
  .sec_post .container {
    padding-block: 80px;
  }
}
.sec_post .row_post .col_2:not(:first-of-type) {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .sec_post .row_post .col_2:not(:first-of-type) {
    margin-top: 0;
  }
}
.sec_post .row_post .row_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 0;
  border-bottom: solid 2px #afc93a;
}

.sec_post .row_post .row_head h2 {
  margin-bottom: 0;
  font-size: 28px;
}

@media (min-width: 768px) {
  .sec_post .row_post .row_head h2 {
    font-size: 34px;
  }
}
.sec_post .row_post .row_head h2::after {
  content: unset;
}

.sec_post .row_post .row_head .btnstyle a {
  padding: 0.25rem 1.7rem;
  font-size: 14px;
  font-weight: normal;
}

.sec_post .row_post .row_head .btnstyle a::after {
  width: 4px;
  height: 4px;
  right: 6px;
}

@media (min-width: 768px) {
  .sec_post .row_post .list_list dt,
  .sec_post .row_post .list_list dd {
    padding-block: 0.85em;
  }
}
.sec_post .row_post .list_list dd {
  border-bottom: solid 1px #afc93a;
}

@media (min-width: 768px) {
  .sec_post .row_post .list_list dd {
    padding-left: 140px;
  }
}
.sec_post .loopslider-post {
  position: relative;
  z-index: 1;
  width: 2200px;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1100px);
  }
}
@media (min-width: 768px) {
  .sec_post .loopslider-post {
    width: 7000px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3500px);
    }
  }
}
.sec_post .loopslider-post .loopslider_item {
  padding-inline: 5px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sec_post .loopslider-post .loopslider_item {
    padding-inline: 10px;
  }
}
.sec_service .slick_service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
  margin-inline: 0;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .sec_service .slick_service {
    display: block;
    margin-inline: 29px;
  }
}
@media (min-width: 1240px) {
  .sec_service .slick_service {
    margin-bottom: 50px;
  }
}
.sec_service .slick_service .slick-list {
  margin-inline: -10px;
}

.sec_service .slick_service li {
  padding-inline: 5px;
}

@media (min-width: 768px) {
  .sec_service .slick_service li {
    padding-inline: 10px;
  }
}
.sec_service .slick_service li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding-bottom: 1.3333333333vw;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #0d0d0d;
  font-size: min(3.7333333333vw, 20px);
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sec_service .slick_service li a {
    row-gap: 20px;
    padding-bottom: 20px;
    font-size: 26px;
  }
}
.sec_service .slick_service li a img {
  width: 13.3333333333vw;
  height: auto;
  aspect-ratio: 85/70;
}

@media (min-width: 768px) {
  .sec_service .slick_service li a img {
    width: 85px;
  }
}
.sec_service .slick_service li a::after {
  content: "";
  position: absolute;
  bottom: 2.6666666667vw;
  display: block;
  width: 5.3333333333vw;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/common/ic_arrow_bl.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  .sec_service .slick_service li a::after {
    width: 30px;
    bottom: 20px;
  }
}
.sec_service .slick_service .slick-next,
.sec_service .slick_service .slick-prev {
  width: 5.3333333333vw;
  height: auto;
  aspect-ratio: 38/104;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec_service .slick_service .slick-next,
  .sec_service .slick_service .slick-prev {
    width: 38px;
  }
}
.sec_service .slick_service .slick-next::before,
.sec_service .slick_service .slick-prev::before {
  content: unset;
}

.sec_service .slick_service .slick-next {
  right: -19px;
  background: url("../img/common/ic_arrow_large_r_bl.png") no-repeat center/contain;
}

.sec_service .slick_service .slick-prev {
  left: -19px;
  background: url("../img/common/ic_arrow_large_l_bl.png") no-repeat center/contain;
}

.sec_service h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.2em;
  column-gap: 0.2em;
  padding-left: unset;
  margin-bottom: 20px;
  border: unset;
  color: #3fb3b5;
  text-align: center;
}

@media (min-width: 768px) {
  .sec_service h3 {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
.sec_service h3::before,
.sec_service h3::after {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin: unset;
  top: 0;
  background: #3fb3b5;
}

.sec_service .tab_wrap {
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

@media (min-width: 768px) {
  .sec_service .tab_wrap {
    padding: 60px;
  }
}
.sec_service .tab_wrap .tab_btn_wrap {
  display: flex;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sec_service .tab_wrap .tab_btn_wrap {
    margin-bottom: 30px;
  }
}
.sec_service .tab_wrap .tab_btn_wrap .tab_btn {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 2px #c5e7e8;
  color: #acacac;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

@media (min-width: 768px) {
  .sec_service .tab_wrap .tab_btn_wrap .tab_btn {
    font-size: 22px;
  }
}
.sec_service .tab_wrap .tab_btn_wrap .tab_btn.active,
.sec_service .tab_wrap .tab_btn_wrap .tab_btn:hover {
  cursor: pointer;
  color: #0d0d0d;
  border-color: #3fb3b5;
}

.sec_service .tab_wrap .tab_item_wrap .tab_item {
  display: none;
}

.sec_service .tab_wrap .tab_item_wrap .tab_item.active {
  display: block;
}

.sec_service .tab_wrap .tab_item_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
}

@media (min-width: 768px) {
  .sec_service .tab_wrap .tab_item_wrap ul {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
  }
}
.sec_service .tab_wrap .tab_item_wrap ul li {
  height: 100%;
  min-height: 50px;
}

@media (min-width: 768px) {
  .sec_service .tab_wrap .tab_item_wrap ul li {
    height: 100%;
    min-height: 80px;
  }
}
.sec_service .tab_wrap .tab_item_wrap ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  background-color: #e5f2f2;
  color: #0d0d0d;
  font-size: 12px;
  line-height: 1.4444444444;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {
  .sec_service .tab_wrap .tab_item_wrap ul li a {
    font-size: 18px;
  }
  .sec_service .tab_wrap .tab_item_wrap ul li a .small {
    font-size: 16px;
  }
}
.sec_service .tab_wrap .tab_item_wrap ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  display: block;
  width: 2.6666666667vw;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/common/ic_arrow_bl.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  .sec_service .tab_wrap .tab_item_wrap ul li a::after {
    width: 30px;
    bottom: 20px;
  }
}
.sec_service .tab_wrap .tab_item_wrap ul li a:hover {
  opacity: 0.7;
}

.sec_service .tab_wrap .tab_item_wrap ul li a > span {
  margin-block: 0.5em;
}

.sec_point {
  position: relative;
  background: url("../img/top/sec_point_bg01.jpg") no-repeat top/contain;
  background-color: #f4f5d5;
  overflow: hidden;
  counter-reset: num; /* カウンターの名前を'num'として初期化 */
}

.sec_point::before,
.sec_point::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
}

.sec_point::before {
  top: 29.1vw;
  left: 0;
  width: 50%;
  height: auto;
  aspect-ratio: 540/3025;
  background: url("../img/top/sec_point_bg_l.png") no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
}

@media (min-width: 768px) {
  .sec_point::before {
    top: 11.35vw;
    width: clamp(20.875rem, -0.132rem + 27.105vw, 33.75rem);
  }
}
.sec_point::after {
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
  aspect-ratio: 553/3025;
  background: url("../img/top/sec_point_bg_r.png") no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  background-size: cover;
}

@media (min-width: 768px) {
  .sec_point::after {
    width: clamp(21.375rem, -0.141rem + 27.763vw, 34.563rem);
  }
}
.sec_point .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec_point h2 {
    margin-bottom: 55px;
  }
}
.sec_point h2::after {
  content: unset;
}

.sec_point .box_point {
  counter-increment: num; /* 各.list_itemでカウンターを1増やす */
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec_point .box_point {
    padding: 0;
    border-radius: unset;
    background-color: unset;
  }
}

.sec_point .box_point h3 {
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
  border: unset;
  text-align: center;
}

@media (min-width: 768px) {
  .sec_point .box_point h3 {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 1.5;
    text-align: left;
  }
}
.sec_point .box_point h3::before {
  content: counter(num, decimal-leading-zero); /* カウンターの値を表示 */
  position: relative;
  top: unset;
  left: 0;
  width: auto;
  height: auto;
  margin: unset;
  background: unset;
  filter: drop-shadow(5px 5px 0px rgb(255, 255, 255));
  color: #3fb3b5;
  font-family: "Arial", "メイリオ", sans-serif;
  font-size: 50px;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media (min-width: 768px) {
  .sec_point .box_point h3::before {
    font-size: 100px;
  }
}
.sec_point .box_point h3 .orange {
  color: #f7af00;
}

.sec_point .box_point .text-large {
  font-size: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .sec_point .box_point .text-large {
    margin-bottom: 1.4rem;
    font-size: 28px;
    text-align: left;
  }
}
.sec_point .grid_box_point {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .sec_point .grid_box_point {
    display: grid;
    margin-bottom: 60px;
  }
}
.sec_point .box_point01 {
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "title img01" "img02 img01" "img02 text";
}

@media (min-width: 768px) {
  .sec_point .box_point01 {
    margin-bottom: 56px;
  }
}
.sec_point .box_point01 h3 {
  grid-area: title;
}

.sec_point .box_point01 figure.img01 {
  grid-area: img01;
  margin-bottom: 30px;
}

.sec_point .box_point01 figure.img02 {
  grid-area: img02;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .sec_point .box_point01 figure.img02 {
    margin-top: 0;
    margin-right: 60px;
  }
}
.sec_point .box_point01 .text {
  grid-area: text;
}

@media (min-width: 768px) {
  .sec_point .box_point01 .text {
    margin-bottom: 10px;
  }
}
.sec_point .box_point02 {
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "title img03" "text img03" "text img04";
  -moz-column-gap: 66px;
  column-gap: 66px;
}

.sec_point .box_point02 h3 {
  grid-area: title;
}

@media (min-width: 768px) {
  .sec_point .box_point02 h3 {
    margin-bottom: 43px;
  }
}
.sec_point .box_point02 figure.img03 {
  grid-area: img03;
  margin-bottom: 30px;
}

.sec_point .box_point02 figure.img04 {
  grid-area: img04;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .sec_point .box_point02 figure.img04 {
    margin-bottom: unset;
  }
}
.sec_point .box_point02 .text {
  grid-area: text;
}

@media (min-width: 768px) {
  .sec_point .row_box_point:not(:last-child) {
    margin-bottom: 60px;
  }
}
.sec_point .row_box_point .box_point {
  text-align: center;
}

.sec_point .row_box_point .box_point:not(:first-of-type) {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .sec_point .row_box_point .box_point:not(:first-of-type) {
    margin-top: unset;
  }
}
@media (min-width: 768px) {
  .sec_point .row_box_point .box_point h3 {
    padding-left: 140px;
    margin-top: 0;
    margin-bottom: 27px;
    font-size: 30px;
    line-height: 1.4;
  }
  .sec_point .row_box_point .box_point h3::before {
    position: absolute;
    top: -8px;
  }
}
.sec_point .row_box_point .box_point p {
  text-align: left;
}

.sec_point .row_box_point .box_point img {
  margin-bottom: 28px;
}

.sec_greeting {
  position: relative;
}

.sec_greeting::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 6.75vw;
  display: block;
  width: clamp(414px, 1.211px + 33.289vw, 667px);
  height: auto;
  aspect-ratio: 667/511;
  background: url("../img/top/sec_greeting_bg.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  .sec_greeting::after {
    bottom: 40px;
  }
}
.sec_greeting .row_message {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec_greeting .row_message .col_text .btnstyle a {
    margin-inline: 0 auto;
  }
}
.sec_greeting .row_message .col_img figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto -10px;
}

@media (min-width: 768px) {
  .sec_greeting .row_message .col_img figure {
    margin-right: -60px;
  }
}
.sec_greeting .row_message .col_img figure img {
  margin-inline: auto 0;
}

.sec_instagram .dummy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .sec_instagram .dummy {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sec_instagram .dummy img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.sec_instagram #sb_instagram h3 {
  border-bottom: unset;
}
.sec_instagram #sb_instagram h3::before {
  content: unset;
}

.footer h2 {
  position: relative;
  padding-block: 0.5em;
  background-color: #afc93a;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .footer h2 {
    font-size: 40px;
  }
}
.footer h2::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: max(50vw - 50%, 0px);
  height: 100%;
  background-color: #afc93a;
}

.footer h2:nth-of-type(odd) {
  border-radius: 0 50vh 50vh 0;
}

.footer h2:nth-of-type(odd)::after {
  right: 100%;
}

.footer h2:nth-of-type(even) {
  border-radius: 50vh 0 0 50vh;
}

.footer h2:nth-of-type(even)::after {
  left: 100%;
}

.footer .row_f_btn {
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .footer .row_f_btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.footer .row_f_btn .col {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .footer .row_f_btn .col {
    padding: 30px;
    margin-bottom: 0;
  }
}
.footer .row_f_btn .col .title {
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media (min-width: 768px) {
  .footer .row_f_btn .col .title {
    font-size: 22px;
  }
}
.footer .row_f_btn .col .title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-inline: auto;
  margin-top: 20px;
  background-color: #b7ce50;
}

.footer .row_f_btn .col ul {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .footer .row_f_btn .col ul {
    flex-direction: row;
  }
}
.footer .row_f_btn .col ul li {
  text-align: center;
}

@media (max-width: 767px) {
  .footer .row_f_btn .col ul li img {
    width: 100%;
    max-width: 240px;
  }
}
.footer .row_f_btn .col ul .dummy {
  display: block;
  width: 240px;
  height: 70px;
  margin-inline: auto;
  line-height: 70px;
  text-align: center;
}

.footer .row_f_btn a:hover {
  opacity: 0.7;
}

.footer .sec_logo {
  width: 100%;
  max-width: 223.5px;
  margin-inline: auto;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer .sec_logo {
    max-width: 447px;
    margin-top: 50px;
  }
}
.footer .row_info-map {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .footer .row_info-map {
    margin-bottom: 100px;
  }
}
.footer table.table_address {
  margin-bottom: 30px;
}

.footer table.table_address th,
.footer table.table_address td {
  padding: unset;
  padding-block: 1em;
  border: unset;
  font-size: 16px;
  vertical-align: baseline;
}

.footer table.table_address th {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .footer table.table_address th {
    width: 18.5%;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .footer table.table_address th {
    font-size: 14px;
  }
}
.footer table.table_address tr {
  border-bottom: solid 1px #c4c4c4;
}

.footer table.table_address tr:first-of-type th,
.footer table.table_address tr:first-of-type td {
  padding-top: 0;
}

.footer table.table_address .map {
  margin-top: 10px;
}

.footer table.table_address .btnstyle {
  margin-top: 10px;
}

.footer table.table_address .btnstyle a {
  display: block;
}

.footer .table_timetable:not(:last-child) {
  margin-bottom: 30px;
}

.footer .col_map {
  margin-top: 30px !important;
}

@media (min-width: 768px) {
  .footer .col_map {
    margin-top: 0 !important;
  }
}
.footer .col_map .btnstyle a {
  margin-top: 28px;
}

@media (min-width: 768px) {
  .footer .col_map .btnstyle a {
    margin-inline: 0 auto;
  }
}
.footer .copyright {
  padding-bottom: 32.6666666667vw;
}

@media (min-width: 768px) {
  .footer .copyright {
    padding-bottom: 110px;
  }
}
.ol_circle li::before {
  top: 4px;
} /*# sourceMappingURL=bond.css.map */