@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: #f3f8f1;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f1f6f8;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f1f6f8;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f1f6f8;
}

.box_border {
  background: #fff;
  border: 5px solid #f6efe5;
}

.box_border .box_bg {
  background: #f1f6f8;
}

.section_bg .box_border .box_bg {
  background: #f1f6f8;
}

.box_bg,
.box_border {
  border-radius: 20px;
  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: 2px solid #dbe9d3;
  border-radius: 20px;
  padding: min(30px , 3.8vw);
  display: flex;
  flex-wrap: wrap;
  gap: min(20px , 2.4vw);
}
.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;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #8eb479;
  color: #8eb479 !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  top: auto;
  bottom: auto;
}
.link_anchor a:hover {
  background: #8eb479;
  color: #fff !important;
}
.link_anchor a::after {
  width: 8px;
  height: 9px;
  background: url("../img/common/btn_arrow.png") no-repeat center/cover;
  left: auto;
  right: 15px;
  transform: rotate(0deg);
  border: none;
}
.link_anchor a:hover::after {
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
  transform: rotate(0deg);
}
@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: #7dab64;
  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: #7dab64;
  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;
  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: #7dab64;
  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 #7dab64;
  top: calc(16px * 1.75 / 2 - 16px / 4);
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #7dab64;
  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 #aaaaaa;
  border-top: 1px solid #aaaaaa;
}
table.table_address th {
  color: #395c47;
  border-top: 1px solid #395c47;
  border-bottom: 1px solid #395c47;
  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;
  border-bottom: 1px solid #aaaaaa;
  padding: 0.8rem 0.2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #e5dbce;
  color: #333333;
}
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 #aaaaaa;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th, table.table thead td {
  background: #bbd6ac;
  color: #333333;
  font-weight: bold;
}
table.table tbody th {
  background: #deefd8;
}
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 #aaaaaa;
  }
  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: #aaaaaa;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #99bcd8 !important;
}

.consul2 {
  color: #cdaf81 !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 #aaaaaa;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 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: #cdaf81;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Maru Gothic", 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: #cdaf81;
  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: #7dab64;
  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 #f6efe5;
  background: #fff;
  border-radius: 20px;
  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: #cdaf81;
  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: #cdaf81;
}
.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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px; /* .flow-block .title の font-size */
  }
}
.flow-block .title::after, .flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  --flow-num-font-percent: 0.83; /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc( var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + ( var(--flow-title-font-size) / 6 ) ); /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #cdaf81;
  background: #cdaf81;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  flex: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 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: #fff;
  overflow: hidden;
  border-top: 2px solid #cdaf81;
}
.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: #333333;
  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 #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: #cdaf81;
  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: #333333;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  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 .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;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2, .sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #333333;
}
.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;
}

.link_anchor li a {
  position: relative;
  display: block;
  width: 100%;
  padding-block: 0.63em;
  border-radius: 50vh;
  border: solid 2px #8eb479;
  background-color: #fff;
  color: #8eb479;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
}
.link_anchor li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-block: auto;
  background: url("../img/common/btn_arrow.png") no-repeat center/contain;
}
.link_anchor li a:hover {
  color: #fff;
}
.link_anchor li a:hover::after {
  background: url("../img/common/btn_arrow_wh.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .link_anchor {
    padding: 25px 45px;
  }
}

.mce-content-body h2:not(.nostyle) {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5em;
  margin-inline: auto;
  background-image: url("../img/common/line_doted_green.png");
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 10px 5px;
}
.mce-content-body h2:not(.nostyle)::before, .mce-content-body h2:not(.nostyle)::after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  display: block;
  width: 25px;
  height: auto;
  aspect-ratio: 37/55;
}
@media (min-width: 768px) {
  .mce-content-body h2:not(.nostyle)::before, .mce-content-body h2:not(.nostyle)::after {
    width: 37px;
  }
}
.mce-content-body h2:not(.nostyle)::before {
  right: calc(100% + 0.8em);
  background: url("../img/common/h2_l.png") no-repeat center/contain;
}
.mce-content-body h2:not(.nostyle)::after {
  left: calc(100% + 0.8em);
  background: url("../img/common/h2_r.png") no-repeat center/contain;
}
.mce-content-body h3 {
  padding-bottom: 2px;
  border-color: #c1d8de;
  border-width: 2px;
}
.mce-content-body h3::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  background: url("../img/common/h3.png") no-repeat center/contain;
}
.mce-content-body h4 {
  border: unset;
  background-color: #dff0d7;
  padding: 0.5em 1em;
  letter-spacing: 0.12em;
}
.mce-content-body h5 {
  padding: 0.2em 0.8em;
  border: solid 2px #99bcd8;
}

@media (max-width: 767px) {
  table.table_timetable {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  table.table_timetable th,
  table.table_timetable td {
    font-size: 18px;
    letter-spacing: 0;
  }
}
table.table_timetable thead th,
table.table_timetable thead td {
  font-weight: bold;
}
@media (min-width: 768px) {
  table.table_timetable thead th,
  table.table_timetable thead td {
    padding-block: 0.6em;
  }
}
@media (min-width: 768px) {
  table.table_timetable thead th:first-child {
    width: 18%;
  }
}
table.table_timetable tbody th,
table.table_timetable tbody td {
  font-weight: normal;
}
@media (min-width: 768px) {
  table.table_timetable tbody th,
  table.table_timetable tbody td {
    padding-block: 1.6em;
  }
}
@media (min-width: 768px) {
  table.table_address th,
  table.table_address td {
    padding: 1.1em 1.5em;
  }
}
@media (min-width: 768px) {
  table.table_default th,
  table.table_default td {
    padding-inline: 1.7em;
  }
}
@media (min-width: 768px) {
  table.table_default thead th,
  table.table_default thead td {
    font-size: 18px;
    padding-block: 0.8em;
  }
}
@media (min-width: 768px) {
  table.table_default tbody th,
  table.table_default tbody td {
    padding-block: 1em;
  }
}

.box_faq .question {
  font-weight: normal;
}

.box_faq .question::before,
.box_faq .answer::before {
  line-height: 35px;
}

.footer {
  position: relative;
  border: unset;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 70px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #deefd8;
}
@media (min-width: 768px) {
  .footer .row_footer {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer .row_footer .col:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .footer .row_footer .col {
    width: calc(50% - 20px);
  }
}
.footer .sec_logo {
  text-align: center;
}
@media (max-width: 767px) {
  .footer .sec_logo img {
    max-width: 252.5px;
  }
}
@media (min-width: 768px) {
  .footer .sec_logo {
    margin-bottom: 50px;
  }
}
.footer .table_timetable thead th:first-child {
  width: 27%;
}
.footer table.address tr {
  border-bottom: solid 1px #cccccc;
}
.footer table.address tr th,
.footer table.address tr td {
  padding: 1em 1.3em;
}
.footer table.address tr th {
  width: 25%;
  white-space: nowrap;
}
.footer table.address tr td {
  width: 100%;
}
.footer table.address tr:first-child th,
.footer table.address tr:first-child td {
  padding-top: 0;
}
.footer .footer_bnr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .footer .footer_bnr {
    flex-direction: column;
    align-items: center;
  }
}
.footer .copyright {
  margin-top: 0;
  background: unset;
  color: #333333;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .footer .copyright {
    padding-block: 100px;
  }
}

.btnstyle a {
  padding-block: 0.5em;
  border-radius: 50vh;
  font-style: 18px;
  font-weight: bold;
}
.btnstyle a::after {
  right: 20px;
  transition: 0.2s;
}
.btnstyle a:hover::after {
  right: 15px;
}

.btn_type01 a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 170px;
  padding-block: 0.28em;
  border-radius: 50vh;
  border: solid 2px #8eb479;
  background-color: #fff;
  color: #8eb479;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}
.btn_type01 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-block: auto;
  background: url("../img/common/btn_arrow.png") no-repeat center/contain;
}
.btn_type01 a:hover {
  background-color: #8eb479;
  color: #fff;
}
.btn_type01 a:hover::after {
  background: url("../img/common/btn_arrow_wh.png") no-repeat center/contain;
}

body.home .wrap {
  margin-top: -70px;
}
@media (min-width: 768px) {
  body.home .wrap {
    margin-top: -60px;
  }
}

.sec_top {
  position: relative;
  z-index: 0;
  padding-block: 50px;
}
@media (min-width: 768px) {
  .sec_top {
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .sec_top h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .sec_top h2 {
    margin-bottom: 50px;
  }
}
.sec_top h2:not(.nostyle) .strong {
  padding: 0.2em 0.5em;
  margin-inline: 0.2em;
  border-radius: 50vh;
  background-color: #eaf8e4;
  letter-spacing: 0.05em;
}

.sec_post {
  background-color: #f6efe5;
}
@media (max-width: 767px) {
  .sec_post {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .sec_post {
    padding-block: 110px 80px;
  }
}
.sec_post .block_post.head_title-btn .row_post_head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_post .block_post.head_title-btn .row_post_head {
    margin-bottom: 35px;
  }
}
.sec_post .block_post.head_title-btn .row_post_head h2 {
  margin-bottom: 0;
}
.sec_post .block_post .list_list dd {
  border-bottom: solid 1px #ddd;
}
@media (max-width: 767px) {
  .sec_post .row_post > .col:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sec_post .row_post {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .sec_post .row_post .col {
    width: calc(50% - 40px);
  }
}
.sec_post .row_post .row_post_head {
  padding-bottom: 15px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}
.sec_post .row_post h2 {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: bold;
}
.sec_post .row_post h2::before {
  content: "";
  display: block;
}
.sec_post .row_post .ic_arrow a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.7em;
       column-gap: 0.7em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none;
}
.sec_post .row_post .ic_arrow a::after {
  content: "";
  display: block;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  transition: 0.2s;
}
.sec_post .row_post .ic_arrow a:hover::after {
  transform: translateX(5px);
}
.sec_post .row_post .list_list dt,
.sec_post .row_post .list_list dd {
  line-height: 1.625;
}
.sec_post .row_post .list_list dt {
  float: unset;
}
.sec_post .row_post .list_list dd {
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec_post .col_news .row_post_head {
  background-image: url("../img/common/line_doted_blue.png");
}
.sec_post .col_news h2 {
  color: #1a4364;
}
.sec_post .col_news h2::before {
  width: 57px;
  height: auto;
  aspect-ratio: 113/101;
  margin-right: -1.2em;
  background: url("../img/top/top_post_img01.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec_post .col_news h2::before {
    width: 57px;
  }
}
.sec_post .col_news .ic_arrow a {
  color: #1a4364;
}
.sec_post .col_news .ic_arrow a::after {
  background: url("../img/common/btn_arrow_blue.png") no-repeat center/contain;
}
.sec_post .col_blog .row_post_head {
  background-image: url("../img/common/line_doted_brown.png");
}
.sec_post .col_blog h2 {
  color: #654225;
}
.sec_post .col_blog h2::before {
  width: 40px;
  height: auto;
  aspect-ratio: 80/98;
  margin-right: -0.5em;
  background: url("../img/top/top_post_img02.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec_post .col_blog h2::before {
    width: 40px;
  }
}
.sec_post .col_blog .ic_arrow a {
  color: #654225;
}
.sec_post .col_blog .ic_arrow a::after {
  background: url("../img/common/btn_arrow_brown.png") no-repeat center/contain;
}

.sec_info {
  padding-top: 0;
  background-color: #f6efe5;
}
@media (min-width: 768px) {
  .sec_info {
    padding-bottom: 130px;
  }
}
.sec_info::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin-inline: auto;
  background-color: #fff;
}
.sec_info .row_info {
  padding: 65px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sec_info .row_info {
    padding: 20px;
  }
  .sec_info .row_info .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec_info .row_info {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .sec_info .row_info .col {
    width: calc(50% - 30px);
  }
}
.sec_info .row_info .tel a {
  color: #8eb479;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}
.sec_info .row_info .tel a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: auto;
  aspect-ratio: 40/54;
  margin-right: 0.3em;
  background: url("../img/common/ic_tel.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .sec_info .row_info .tel a {
    font-size: 26px;
  }
  .sec_info .row_info .tel a::before {
    width: 18px;
  }
}
.sec_info .row_info table.table_timetable {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sec_info .row_info table.table_timetable {
    margin-top: 10px;
  }
}
.sec_info .row_info table.table_timetable thead th:first-child {
  padding-left: 1em;
  text-align: left;
}
@media (min-width: 768px) {
  .sec_info .row_info table.table_timetable thead th:first-child {
    width: 30%;
  }
}
.sec_info .row_info .googlemap {
  padding-top: 60.25%;
  background-color: #ccc;
  border-radius: 20px;
}
.sec_info .row_info .btnstyle {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_info .row_info .btnstyle a {
    margin-inline: 0 auto;
  }
}

.sec_menu {
  background: url("../img/top/top_bg01.jpg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec_menu {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .sec_menu .row_menu {
    align-items: stretch;
    justify-content: center;
    gap: 30px;
  }
}
.sec_menu .row_menu li {
  width: 100%;
  padding-top: 37.5px;
}
@media (max-width: 767px) {
  .sec_menu .row_menu li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec_menu .row_menu li {
    width: 344px;
    padding-top: 50px;
  }
}
.sec_menu .row_menu li.ic_arrow a::after {
  content: "";
  display: block;
  width: 26px;
  margin-top: 20px;
  background: url("../img/common/btn_arrow_aqua.png") no-repeat center/contain;
  aspect-ratio: 1/1;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec_menu .row_menu li.ic_arrow a::after {
    margin-top: 10px;
  }
}
.sec_menu .row_menu li.ic_arrow a:hover::after {
  transform: scale(1.15);
}
.sec_menu .row_menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  border: solid 2px #99bcd8;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sec_menu .row_menu li a {
    min-height: 305px;
    padding: 30px;
  }
}
.sec_menu .row_menu li .img {
  padding-inline: 20px;
  margin-top: -57.5px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec_menu .row_menu li .img {
    margin-top: -80px;
  }
}
.sec_menu .row_menu li .img img {
  width: 75px;
  height: auto;
}
@media (min-width: 768px) {
  .sec_menu .row_menu li .img img {
    width: 100px;
  }
}
.sec_menu .row_menu li .title {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #99bcd8;
  color: #1a4364;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_menu .row_menu li .title {
    font-size: 28px;
  }
}
.sec_menu .row_menu li .description {
  height: 100%;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
}
.sec_menu .row_menu li.beige a {
  border-color: #e6d6bd;
}
.sec_menu .row_menu li.beige a::after {
  background: url("../img/common/btn_arrow_beige.png") no-repeat center/contain;
}
.sec_menu .row_menu li.beige a .title {
  border-color: #e6d6bd;
}
@media (min-width: 768px) {
  .sec_menu .row_menu li:nth-child(1) {
    margin-left: 172px;
  }
  .sec_menu .row_menu li:nth-child(2) {
    margin-right: 172px;
  }
}

.sec_feature {
  background-color: #eaf8e4;
}
.sec_feature h2:not(.nostyle) .strong {
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec_feature h2:not(.nostyle) .strong {
    padding-inline: 0.8em;
  }
}
.sec_feature .ul_feature {
  display: grid;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .sec_feature .ul_feature {
    grid-template-columns: repeat(2, auto);
    row-gap: 10px;
  }
}
@media (min-width: 768px) {
  .sec_feature .ul_feature {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sec_feature .ul_feature li {
  padding-top: 18.5064935065px;
}
@media (max-width: 767px) {
  .sec_feature .ul_feature li {
    max-width: 177.7597402597px;
  }
}
@media (min-width: 768px) {
  .sec_feature .ul_feature li {
    max-width: 384px;
    padding-top: 40px;
  }
}
.sec_feature .ul_feature a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #fff;
  color: #395c47;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.sec_feature .ul_feature .num {
  position: relative;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.012987013px;
  height: 37.012987013px;
  margin-top: -18.5064935065px;
  margin-left: 15px;
  background: url("../img/top/top_num_bg01.png") no-repeat center/contain;
  font-size: 17px;
}
@media (min-width: 768px) {
  .sec_feature .ul_feature .num {
    padding-bottom: 6px;
    margin-top: -35px;
    margin-left: 20px;
    width: 80px;
    height: 80px;
    font-size: 36px;
    line-height: 78px;
  }
}
.sec_feature .ul_feature .num::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  display: block;
  width: 22.4025974026px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/top/top_num_bg02.png") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec_feature .ul_feature .num::after {
    width: 50px;
  }
}
.sec_feature .ul_feature .text {
  height: 100%;
  padding-bottom: 9.7402597403px;
  font-size: 12px;
  line-height: 1.625;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_feature .ul_feature .text {
    padding-block: 5px 20px;
    font-size: 24px;
  }
}
.sec_feature .ul_feature .img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.sec_feature .ul_feature .img img {
  transition: 0.2s;
}
.sec_feature .ul_feature a:hover .img img {
  transform: scale(1.05);
}

.sec_symptoms .ul_symptoms {
  display: grid;
  justify-content: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .sec_symptoms .ul_symptoms {
    grid-template-columns: repeat(2, auto);
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .sec_symptoms .ul_symptoms {
    grid-template-columns: repeat(4, auto);
    gap: 20px;
  }
}
.sec_symptoms .ul_symptoms li {
  width: 250px;
  height: 250px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .sec_symptoms .ul_symptoms li {
    width: 170.4545454545px;
    height: 170.4545454545px;
  }
}
.sec_symptoms .ul_symptoms li.ic_arrow a::after {
  content: "";
  display: block;
  width: 26px;
  background: url("../img/common/btn_arrow.png") no-repeat center/contain;
  aspect-ratio: 1/1;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec_symptoms .ul_symptoms li.ic_arrow a::after {
    width: 20px;
  }
}
.sec_symptoms .ul_symptoms li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 50vh;
  border: solid 4px #eeeeee;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1818181818;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sec_symptoms .ul_symptoms li a {
    padding: 20px;
    font-size: 22px;
  }
}
.sec_symptoms .ul_symptoms li a:hover {
  border-color: #bbd6ac;
}
.sec_symptoms .ul_symptoms li img {
  width: 137px;
}
@media (max-width: 767px) {
  .sec_symptoms .ul_symptoms li img {
    width: 100px;
  }
}
.sec_symptoms .ul_symptoms li .text {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: -5px;
}

.sec_greeting {
  background: url("../img/top/top_bg02.jpg") no-repeat center/cover;
}
.sec_greeting h2:not(.nostyle) .strong {
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec_greeting .row_outside_full {
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .sec_greeting .row_outside_full .col_text {
    flex: 1;
  }
  .sec_greeting .row_outside_full .col_img {
    width: 41.6666666667%;
  }
  .sec_greeting .row_outside_full:not(.reverse) .col_outside:nth-child(1) {
    margin-left: calc(-1 * max(50vw - 50%, 20px));
  }
  .sec_greeting .row_outside_full:not(.reverse) .col_outside:nth-child(2) {
    margin-right: calc(-1 * max(50vw - 50%, 20px));
  }
  .sec_greeting .row_outside_full.reverse .col_outside:nth-child(1) {
    margin-right: calc(-1 * max(50vw - 50%, 20px));
  }
  .sec_greeting .row_outside_full.reverse .col_outside:nth-child(2) {
    margin-left: calc(-1 * max(50vw - 50%, 20px));
  }
}
@media (max-width: 767px) {
	.sec_greeting .row_greeting .btnstyle.sp a {
	  border: unset;
	  background-color: #fff;
	  color: #395c47;
	}
  .sec_greeting .row_greeting .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sec_greeting .row_greeting .col_text {
  padding: 20px;
  background-color: #fff;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec_greeting .row_greeting .col_text {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .row_greeting .col_text {
    padding: 60px 80px;
    padding-left: max(50vw - 600px, 80px);
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .row_greeting .col_text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sec_greeting .row_greeting .col_img p {
  margin-top: -60px;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.sec_greeting .row_greeting .col_img p .small {
  font-size: 18px;
}
.sec_greeting .row_greeting .col_img p .position {
  font-size: 20px;
}
@media (min-width: 768px) {
  .sec_greeting .row_greeting .col_img p {
    font-size: 30px;
  }
  .sec_greeting .row_greeting .col_img p .small {
    font-size: 18px;
  }
  .sec_greeting .row_greeting .col_img p .position {
    font-size: 20px;
  }
}
.sec_greeting .row_greeting .col_img .btnstyle a {
  border: unset;
  background-color: #fff;
  color: #395c47;
}
.sec_greeting .row_greeting .col_img .btnstyle a::after {
  background: url("../img/common/arrow_green.png") no-repeat center/contain;
}/*# sourceMappingURL=bond.css.map */