@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: #edfaf9;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #edfaf9;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #edfaf9;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #edfaf9;
}

.box_border {
  background: #fff;
  border: 5px solid #d5f3f0;
}

.box_border .box_bg {
  background: #edfaf9;
}

.section_bg .box_border .box_bg {
  background: #edfaf9;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border, .row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border, .row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border, .row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border, .row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border, .row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border, .row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border, .row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border, .row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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 #08723f;
  border-radius: 0px;
  padding: min(30px , 3.8vw);
  display: flex;
  flex-wrap: wrap;
  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: #333333 !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: #08723f !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: #08723f;
  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: #08723f;
  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: #08723f;
  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: #01a3ab;
  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 #08723f;
  top: calc((16px * 1.75 / 2) - (16px / 4));
  border-radius: 0;
  background: none;
}

.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: #08723f;
  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: 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 #dddddd;
  border-top: 1px solid #dddddd;
}
table.table_address th {
  color: #08723f;
  border-top: 1px solid #08723f;
  border-bottom: 1px solid #08723f;
  font-weight: 600;
  text-align: left;
  width: 32%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th, table.table_address td {
    padding: 1.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;
}
table.table_timetable thead th {
  background: #01a3ab;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 34%;
}
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 #dddddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th, table.table thead td {
  background: #01a3ab;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #dbeeef;
}
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 #dddddd;
  }
  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: #dddddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #08723f !important;
}

.consul2 {
  color: #2ed13c !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 #dddddd;
  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: "Kosugi Maru", 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: #08723f;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Kosugi Maru", 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: #08723f;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.box_faq.open .question .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: #01a3ab;
  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 #d5f3f0;
  background: #fff;
  border-radius: 0px;
  margin-top: calc(16px * 5.125);
  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: #b5deda;
  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: #08723f;
}
.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-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: #08723f;
  background: #08723f;
  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: url(../img/common/footer_bg.jpg) no-repeat center/cover;
  overflow: hidden;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .sec_logo {
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .sec_logo {
    margin: 0 0 30px;
    text-align: left;
  }
}
.footer .sec_logo img {
  border: solid 4px #fff;
  border-radius: 2px;
}
.footer .btnstyle {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .btnstyle a {
  background: #fff;
  border: solid 2px #39b588;
  color: #39b588 !important;
  position: relative;
}
@media (min-width: 768px) {
  .footer .btnstyle a {
    margin-left: 0;
    margin-right: auto;
  }
}
.footer .btnstyle a:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: auto;
  bottom: 3px;
  right: 3px;
  left: auto;
  margin: auto;
  background: #39b588;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
  border-top: solid 1px #fff;
  margin-top: 30px;
}
.footer table.address th,
.footer table.address td {
  padding: 1em 0;
  line-height: 1.4;
  font-weight: normal;
  border-bottom: solid 1px #fff;
  vertical-align: text-top;
}
.footer table.address th {
  width: 120px;
  text-align: left;
  padding-right: 0.5em;
}
.footer table.table_timetable th,
.footer table.table_timetable td {
  border-bottom: none;
}
.footer table.table_timetable tbody th,
.footer table.table_timetable tbody td {
  padding: 1.8rem 0.2rem;
  color: #333333;
}
.footer table.table_timetable tbody tr:not(:first-child) th,
.footer table.table_timetable tbody tr:not(:first-child) td {
  padding-top: 0;
}
.footer .sec_img {
  margin: 0;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #333333;
  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 #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}

.copyright {
  background: #08655c;
  color: #fff;
  margin-top: 120px;
  padding: 15px 0 110px;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 60px;
    padding: 10px 0 65px;
  }
}

.list_list dd {
  border-bottom: solid 1px #dddddd;
}
.list_list dd a {
  color: #333333;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .list_list dd a:hover {
    text-decoration: underline;
  }
}
.list_list dd:last-child {
  border-bottom: solid 1px #989898;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.8em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.8em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    padding: 1.5em 0 1.5em 1em;
    float: left;
  }
  .list_list dd {
    padding: 1.5em 0;
    padding-left: 145px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 60s linear infinite;
  display: flex;
  width: 2400px;
  height: 100%;
}

.loopslider_item {
  padding: 0 5px;
  width: 200px;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    animation: loopslider 120s linear infinite;
    width: 8280px;
  }
  .loopslider_item {
    padding: 0 15px;
    width: 690px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-4140px);
    }
  }
}
.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%;
  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;
  }
}
h2.top_ttl {
  padding-top: 0;
  font-size: 30px;
  margin: 0 0 1em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h2.top_ttl {
    font-size: clamp(40px, 3.5vw, 48px);
  }
}
h2.top_ttl .en {
  display: block;
  color: #01a3ab;
  font-size: 0.625em;
  font-family: "Zen Maru Gothic", sans-serif;
}
h2.top_ttl:after, h2.top_ttl:before {
  content: none;
}

.sec_post {
  padding: 30px 0 50px 0;
}
@media (min-width: 768px) {
  .sec_post {
    padding: 120px 0;
  }
}
.sec_post .col_2 {
  border-top: 6px solid;
  border-image: linear-gradient(to right, #01a3ab, #08723f) 1;
}
.sec_post .post_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px;
}
@media (min-width: 768px) {
  .sec_post .post_ttl {
    padding: 30px 0 0;
  }
}
.sec_post h2.top_ttl {
  text-align: left;
  font-size: 28px;
  margin: 0;
}
@media (min-width: 768px) {
  .sec_post h2.top_ttl {
    font-size: 36px;
  }
}
.sec_post h2.top_ttl .en {
  font-size: 0.6666666667em;
}
.sec_post .btnstyle_post a {
  text-align: center;
  display: block;
  color: #08723f;
  border: solid 1px #08723f;
  text-decoration: none;
  width: 8.125em;
  padding: 0.2em;
  position: relative;
  transition: 0.2s;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec_post .btnstyle_post a {
    font-size: 16px;
  }
}
.sec_post .btnstyle_post a:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: auto;
  bottom: 2px;
  right: 2px;
  left: auto;
  margin: auto;
  background: #08723f;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media (hover: hover) and (pointer: fine) {
  .sec_post .btnstyle_post a:hover {
    opacity: 0.8;
  }
}

.sec_menu {
  padding: 50px 0;
  background: url(../img/top/bg01.jpg);
}
@media (min-width: 768px) {
  .sec_menu {
    padding: 115px 0;
  }
}
.sec_menu .menu_link {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 150px;
  border: solid 1px #39b588;
  color: #333333;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .sec_menu .menu_link {
    padding: 10px 20px 20px;
    font-size: 20px;
    height: 240px;
  }
}
.sec_menu .menu_link.menu_link01 {
  background: url(../img/top/menu_bg01.jpg) no-repeat center/cover;
}
.sec_menu .menu_link.menu_link02 {
  background: url(../img/top/menu_bg02.jpg) no-repeat center/cover;
}
.sec_menu .menu_link.menu_link03 {
  background: url(../img/top/menu_bg03.jpg) no-repeat center/cover;
}
.sec_menu .menu_link.menu_link04 {
  background: url(../img/top/menu_bg04.jpg) no-repeat center/cover;
}
.sec_menu .menu_link.menu_link05 {
  background: url(../img/top/menu_bg05.jpg) no-repeat center/cover;
}
.sec_menu .menu_link.menu_link06 {
  background: url(../img/top/menu_bg06.jpg) no-repeat center/cover;
}
.sec_menu .menu_link.menu_link07 {
  background: url(../img/top/menu_bg07.jpg) no-repeat center/cover;
}
.sec_menu .menu_link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  background: linear-gradient(-39deg, rgb(84, 188, 189) 0%, rgb(170, 235, 182) 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .sec_menu .menu_link:hover {
    color: #333333;
  }
  .sec_menu .menu_link:hover:after {
    opacity: 0.5;
  }
}
.sec_menu .menu_ttl {
  color: #08723f;
  font-family: "Kosugi Maru", sans-serif;
  border-bottom: solid 1px #08723f;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .sec_menu .menu_ttl {
    font-size: 28px;
  }
}
.sec_menu .menu_text {
  letter-spacing: 0;
  display: block;
  line-height: 1.5;
}
.sec_menu .menu_en {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  text-align: right;
  padding: 1em 1em 0.5em;
  color: #fff;
  background: linear-gradient(-90deg, rgb(1, 163, 171) 0%, rgb(85, 190, 161) 41%, rgb(168, 217, 150) 100%);
  font-family: "Zen Maru Gothic", sans-serif;
  clip-path: polygon(0 50%, 0 100%, 100% 100%, 100% 0);
  font-size: 10px;
}
@media (min-width: 768px) {
  .sec_menu .menu_en {
    padding: 1.2em 1em 0.7em;
    font-size: 14px;
  }
}
.sec_menu .menu_en:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  bottom: 4px;
  right: 4px;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media (min-width: 768px) {
  .sec_menu .menu_en:after {
    width: 12px;
    height: 12px;
    bottom: 6px;
    right: 6px;
  }
}
.sec_menu .menu_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(-87deg, rgb(1, 163, 171) 0%, rgb(24, 179, 164) 55%, rgb(46, 195, 157) 100%);
}
.sec_menu .menu_bg p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-family: "Kosugi Maru", sans-serif;
}
@media (min-width: 768px) {
  .sec_menu .menu_bg p {
    font-size: 30px;
  }
}

.sec_symptoms {
  padding: 50px 0 20px;
}
@media (min-width: 768px) {
  .sec_symptoms {
    padding: 110px 0 40px;
    background: url(../img/top/bg02.jpg) no-repeat center top/max(2000px, 100%);
  }
}
.sec_symptoms h2.top_ttl {
  text-align: left;
}
@media (max-width: 767px) {
  .sec_symptoms h2.top_ttl {
    font-size: 26px;
  }
}
.sec_symptoms .border_wrap {
  padding: 20px 15px;
  border: solid 5px;
  border-image: linear-gradient(-24deg, rgb(57, 181, 136) 1%, rgb(113, 199, 143) 41%, rgb(168, 217, 150) 100%) 1;
}
@media (min-width: 768px) {
  .sec_symptoms .border_wrap {
    padding: 65px 60px;
  }
}
.sec_symptoms .tab_btn_wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 6px;
  max-width: 95%;
}
.sec_symptoms .tab_btn_wrap .tab_btn {
  width: calc((100% - 6px) / 2);
  max-width: 454px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 0.95em 0;
  background: #c8c8c8;
  position: relative;
}
.sec_symptoms .tab_btn_wrap .tab_btn.active {
  background: linear-gradient(-87deg, rgb(1, 163, 171) 0%, rgb(36, 180, 154) 55%, rgb(71, 196, 136) 100%);

}
@media (min-width: 768px) {
  .sec_symptoms .tab_btn_wrap .tab_btn {
    font-size: 24px;
  }
}
.sec_symptoms .tab_btn_wrap .tab_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 12px;
  top: auto;
  bottom: -11px;
  right: 0;
  left: 0;
  margin: auto;
  background: #23b39a;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  opacity: 0;
}
.sec_symptoms .tab_btn_wrap .tab_btn:hover {
  cursor: pointer;
}
.sec_symptoms .tab_btn_wrap .tab_btn.active:after {
  opacity: 1;
}
.sec_symptoms .tab_content {
  background: #d5f3f0;
  padding: 50px 15px 20px 15px;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .sec_symptoms .tab_content {
    margin-top: -35px;
    padding: 70px 30px 35px 30px;
  }
}
.sec_symptoms .tab_content .tab_item {
  display: none;
}
.sec_symptoms .tab_content .tab_item.active {
  display: block;
}
.sec_symptoms .tab_content .ul_symptoms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sec_symptoms .tab_content .ul_symptoms li {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 768px) {
  .sec_symptoms .tab_content .ul_symptoms li {
    width: calc((100% - 30px) / 4);
  }
}
.sec_symptoms .tab_content .ul_symptoms li a {
  font-feature-settings: "palt";
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(-87deg, rgb(1, 163, 171) 0%, rgb(24, 179, 164) 55%, rgb(46, 195, 157) 100%);
  transition: 0.2s;
  position: relative;
}
@media (min-width: 768px) {
  .sec_symptoms .tab_content .ul_symptoms li a {
    height: 80px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sec_symptoms .tab_content .ul_symptoms li a .sp-small {
    font-size: 0.8em;
  }
}
.sec_symptoms .tab_content .ul_symptoms li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: auto;
  bottom: 3px;
  right: 3px;
  left: auto;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media (min-width: 768px) {
  .sec_symptoms .tab_content .ul_symptoms li a:after {
    width: 12px;
    height: 12px;
    bottom: 6px;
    right: 6px;
  }
}
.sec_symptoms .tab_content .ul_symptoms li a:hover {
  opacity: 0.8;
}

.sec_guide {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .sec_guide {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .sec_guide .container {
    max-width: 100%;
    width: 100%;
  }
}
.sec_guide h2.top_ttl {
  text-align: left;
  margin-bottom: 0.8em;
  line-height: 1.125;
}
.sec_guide h2.top_ttl .en {
  padding-bottom: 0.5em;
}
.sec_guide .guide_box {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .sec_guide .guide_box {
    padding: 135px 0 150px;
  }
}
.sec_guide .guide_box.guide01 {
  background: url(../img/top/sp_bg03.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_guide .guide_box.guide01 {
    background: url(../img/top/bg03.jpg) no-repeat left center/max(1827px, 1200px + 50% - 600px + 50% - 1000px);
  }
}
.sec_guide .guide_box.guide02 {
  background: url(../img/top/sp_bg04.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_guide .guide_box.guide02 {
    background: url(../img/top/bg04.jpg) no-repeat right center/max(1827px, 1200px + 50% - 600px + 50% - 1000px);
  }
}
@media (min-width: 768px) {
  .sec_guide .guide_box .col_2 {
    margin: 0;
    width: 45%;
  }
  .sec_guide .guide_box .con_img {
    padding-right: 3%;
  }
  .sec_guide .guide_box .con_img img {
    width: 100%;
  }
  .sec_guide .guide_box .con_text {
    width: 55%;
    padding-right: max(20px, 50% - 600px);
  }
  .sec_guide .guide_box .reverse .con_img {
      width: 45%;
    padding-left: 3%;
    padding-right: 0;
  }
  .sec_guide .guide_box .reverse .con_text {
    padding-left: max(20px, 50% - 600px);
    padding-right: 0;
  }
}
.sec_guide .guide_box p {
  letter-spacing: 0.05em;
  line-height: 2.1875;
}
.sec_guide .guide_list {
  justify-content: space-between;
  display: flex;
}
.sec_guide .guide_list li {
  border: solid 2px #39b588;
  background: #fff;
  outline: 1px solid #39b588;
  outline-offset: -5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 600;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: clamp(110px, 30.8vw, 130px);
  height: clamp(110px, 30.8vw, 130px);
  font-size: clamp(10px, 3.5vw, 16px);
}
@media (min-width: 768px) {
  .sec_guide .guide_list li {
    width: 192px;
    height: 192px;
    font-size: 22px;
    outline-offset: -7px;
  }
}
.sec_guide .guide_list li .small1 {
  font-size: 0.8181818182em;
}
.sec_guide .guide_list li .small2 {
  font-size: 0.7727272727em;
}
.sec_guide .btn_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec_guide .btn_list {
    justify-content: flex-start;
  }
}
.sec_guide .btn_list li {
  flex: 0 0 225px;
  max-width: 225px;
  margin-bottom: 0;
}
.sec_guide .btn_list li a {
  padding: 1.5rem;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_slider {
  padding: 30px 0;
  border-bottom: solid 1px #b1b1b1;
}
@media (min-width: 768px) {
  .sec_slider {
    padding: 110px 0;
  }
}

.sec_reason {
  padding: 50px 0;
  background: url(../img/top/bg05.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_reason {
    padding: 120px 0;
  }
}
@media (min-width: 768px) {
  .sec_reason .container {
    width: 1795px;
    margin: 0 auto;
    max-width: calc(100% - 140px);
  }
}
.sec_reason .row {
  gap: clamp(30px, 2.5vw, 50px) clamp(48.4375px, 3.90625vw, 75px);
  justify-content: space-between;
}
.sec_reason .row .col_3 {
  padding: 0 15px;
  margin: 50px 0 0 0;
}
@media (min-width: 768px) {
  .sec_reason .row .col_3 {
    padding: 0;
    margin: 0;
    width: calc((100% - clamp(58.125px, 4.6875vw, 90px) * 2) / 3);
  }
  .sec_reason .row .col_3:nth-child(3n-1) {
    margin-top: clamp(77.5px, 6.25vw, 120px);
  }
  .sec_reason .row .col_3:nth-child(3n) {
    margin-top: clamp(155px, 12.5vw, 240px);
  }
}
.sec_reason .row .col_3:nth-child(1) .bg_wrap:before {
  background: url(../img/top/point01.png) no-repeat center/contain;
}
.sec_reason .row .col_3:nth-child(2) .bg_wrap:before {
  background: url(../img/top/point02.png) no-repeat center/contain;
}
.sec_reason .row .col_3:nth-child(3) .bg_wrap:before {
  background: url(../img/top/point03.png) no-repeat center/contain;
}
.sec_reason .row .col_3:nth-child(4) .bg_wrap:before {
  background: url(../img/top/point04.png) no-repeat center/contain;
}
.sec_reason .row .col_3:nth-child(5) .bg_wrap:before {
  background: url(../img/top/point05.png) no-repeat center/contain;
}
.sec_reason .row .col_3:nth-child(6) .bg_wrap:before {
  background: url(../img/top/point06.png) no-repeat center/contain;
}
.sec_reason .row .col_3:nth-child(7) .bg_wrap:before {
  background: url(../img/top/point07.png) no-repeat center/contain;
}
.sec_reason .row .col_3:nth-child(8) .bg_wrap:before {
  background: url(../img/top/point08.png) no-repeat center/contain;
}
.sec_reason .row .col_3:nth-child(9) .bg_wrap:before {
  background: url(../img/top/point09.png) no-repeat center/contain;
}
.sec_reason .bg_wrap {
  box-shadow: 0 0 35px rgba(165, 165, 165, 0.43);
  background: #fff;
  position: relative;
}
.sec_reason .bg_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(clamp(89.125px, 7.1875vw, 138px) * 4 / 5);
  height: calc(clamp(90.4166666667px, 7.2916666667vw, 140px) * 4 / 5);
  top: calc(clamp(34.875px, 2.8125vw, 54px) * -1 * 4 / 5);
  bottom: auto;
  right: auto;
  left: calc(clamp(34.875px, 2.8125vw, 54px) * -1 * 2 / 4);
  margin: auto;
}
@media (min-width: 768px) {
  .sec_reason .bg_wrap:before {
    top: calc(clamp(34.875px, 2.8125vw, 54px) * -1);
    left: calc(clamp(34.875px, 2.8125vw, 54px) * -1);
    width: clamp(89.125px, 7.1875vw, 138px);
    height: clamp(90.4166666667px, 7.2916666667vw, 140px);
  }
}
.sec_reason .text_wrap {
  padding: clamp(14.2083333333px, 1.1458333333vw, 22px) clamp(22.6041666667px, 1.8229166667vw, 35px) clamp(35.5208333333px, 2.8645833333vw, 55px) clamp(22.6041666667px, 1.8229166667vw, 35px);
}
.sec_reason .reason_ttl {
  margin: 0;
  text-align: center;
  font-size: clamp(18px, 5.2vw, 22px);
  border: none;
  letter-spacing: 0;
  padding: 0;
  font-feature-settings: "palt";
  margin-bottom: 1em;
  color: #08723f;
  letter-spacing: -1px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec_reason .reason_ttl {
    font-size: clamp(22px, 1.6vw, 32px);
  }
}
.sec_reason .reason_ttl .text-black {
  color: #333333;
}
.sec_reason .reason_ttl:before, .sec_reason .reason_ttl:after {
  content: none;
}
.sec_reason .reason_ttl .small1 {
  font-size: 0.6875em;
}
.sec_reason .reason_ttl .small2 {
  font-size: 0.78125em;
}
.sec_reason .reason_ttl .marker {
  background: linear-gradient(transparent 60%, #dcf8d1 50%);
}
.sec_reason .btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
     width: 101%;
    margin-left: -0.5%;
}
.sec_reason .btn_list li {
  flex: 0 0 225px;
  margin: 0;
}
.sec_reason .btn_list li a{
    padding: 1.5rem;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*

.sec_reason .btn_list li a {
  font-size: 16px;
}
.sec_reason .btn_list li.btn_small a {
  max-width: 180px;
}
.sec_reason .btn_list li.btn_large {
  flex: auto;
}
.sec_reason .btn_list li.btn_large a {
  max-width: 280px;
}*/

.sec_greeting {
  padding: 40px 0;
  background: url(../img/top/bg06.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_greeting {
    padding: 120px 0;
  }
}
.sec_greeting .bg_wrap {
  padding: 20px;
  background: url(../img/top/bg07.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_greeting .bg_wrap {
    padding: 90px;
  }
}
.sec_greeting .bg_wrap p {
  line-height: 2;
}
@media (min-width: 768px) {
  .sec_greeting .con_img {
    width: 50%;
    margin-right: 4%;
  }
  .sec_greeting .con_text {
    width: 46%;
  }
}
@media (min-width: 768px) {
  .sec_greeting .btnstyle {
    margin-top: 40px;
  }
}
.sec_greeting .btnstyle a {
  background: #fff;
  border: solid 2px #39b588;
  color: #39b588 !important;
  position: relative;
}
@media (min-width: 768px) {
  .sec_greeting .btnstyle a {
    margin-left: 0;
    margin-right: auto;
  }
}
.sec_greeting .btnstyle a:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: auto;
  bottom: 3px;
  right: 3px;
  left: auto;
  margin: auto;
  background: #39b588;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.toggle_box {
  margin-top: 40px;
}
.toggle_box .toggle_title {
  padding-right: 1.3em;
}
.toggle_box .toggle_title:hover {
  cursor: pointer;
}
.toggle_box .toggle_title:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.2em);
  right: 5%;
  bottom: 0.2e;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #08723f;
  border-right: 2px solid #08723f;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}
.toggle_box.open .toggle_title:before {
  transform: translate(0, calc(-50% + 0.2em)) rotate(-45deg);
}

.toggle_contents {
  display: none;
}

.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: 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;
}/*# sourceMappingURL=bond.css.map */