@charset "UTF-8";
.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: #f8f9ef;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f2f8fd;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f2f8fd;
}

.box_border {
  background: #fff;
  border: solid 2px #b09f82;
}

.box_border .box_bg {
  background: #f2f8fd;
}

.section_bg .box_border .box_bg {
  background: #f2f8fd;
}

.box_bg,
.box_border {
  border-radius: clamp(10px, 1.6vw, 20px);
  margin-top: 0;
  margin-bottom: 40px;
  padding: clamp(20px, 4vw, 50px);
}
.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;
  }
}
.row .box_bg, .row .box_border {
  padding: clamp(15px, 2.4vw, 30px);
}

.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%;
}

.googlemap {
  padding-top: 400px;
}

.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  border: 2px solid #ddf4d5;
  border-radius: 10px;
  padding: min(30px , 3.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: min(20px , 2.4vw);
     -moz-column-gap: min(20px , 2.4vw);
          column-gap: min(20px , 2.4vw);
  row-gap: min(14px, 2vw);
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  border: none;
  color: #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: #8d613b !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: #8d613b;
  border-radius: 50%;
  height: 1.6875em;
  width: 1.6875em;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: calc(( 100% - min(20px , 2.4vw) ) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc(( 100% - min(20px , 2.4vw) - min(20px , 2.4vw) ) / 3);
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}
.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_circle li.etc,
.ul_dot li.etc,
.ul_triangle li.etc,
.ul_check li.etc,
.ol_circle li.etc {
  width: 100%;
}
.ul_circle li.etc:before,
.ul_dot li.etc:before,
.ul_triangle li.etc:before,
.ul_check li.etc:before,
.ol_circle li.etc:before {
  display: none;
}
.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: #8ed973;
  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: #8ed973;
  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: #8ed973;
  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 #8d613b;
  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: #8ed973;
  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: 4px;
  width: 20px;
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  line-height: 1.6;
}
table.table_address, table.table_timetable, table.table {
  margin-bottom: 1em;
}
table.table_address:last-child, table.table_timetable:last-child, table.table:last-child {
  margin-bottom: 0;
}
table.table_address {
  background: none;
}
table.table_address th, table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
table.table_address th {
  color: #8d613b;
  border-top: 1px solid #e3d8c9;
  border-bottom: 1px solid #e3d8c9;
  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;
  font-weight: 400;
}
table.table_timetable thead th {
  background: #e4e5c0;
  color: #333333;
}
table.table_timetable thead th:first-child {
  width: 37%;
}
table.table_timetable tbody th, table.table_timetable tbody td {
  border-bottom: 1px solid #cccccc;
}
table.table_timetable tbody th {
  text-align: center;
}
table.table_timetable tbody td {
  color: #ff0000;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th, table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th, table.table thead td {
  background: #8ed973;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #f9f9f9;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th, table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th, table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody th, table.table_default tbody td {
  text-align: left;
}
table.table_default:not(.table_fixed) tbody tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default:not(.table_fixed) tbody tr th:first-child {
    width: 25%;
  }
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack, table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead, table.table_sp_stack tbody, table.table_sp_stack tr, table.table_sp_stack th, table.table_sp_stack td, table.table_sp_stack_noborder thead, table.table_sp_stack_noborder tbody, table.table_sp_stack_noborder tr, table.table_sp_stack_noborder th, table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th, table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td, table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #8ed973 !important;
}

.consul2 {
  color: #8d613b !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.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 .sp_qa_table {
    min-width: 400px;
  }
  .js-scrollable .sp_fee_table {
    min-width: 600px;
  }
  .js-scrollable .sp_fee_table th {
    width: 70% !important;
  }
}
.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;
}

@media (max-width: 767px) {
  .responsive-stack th, .responsive-stack td {
    display: block;
    width: 100% !important;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 37px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #b09f82;
}
.box_faq .question .faq_title {
  cursor: pointer;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
  color: #8d613b;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #8d613b;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_faq.open .question .faq_title::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #db862a;
  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-box .box_border {
  padding: clamp(10px, 2vw, 25px);
}

.flow-block {
  border: 2px solid #e7e2d9;
  background: #fff;
  border-radius: clamp(10px, 1.6vw, 20px);
  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: #e3d8c9;
  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: #8ed973;
}
.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  color: #8d613b;
  /**/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #8ed973;
  background: #8ed973;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
          transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
  border-radius: 10px;
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

footer {
  padding: 150px 0 0;
}
footer .f_logo {
  text-align: center;
  margin-bottom: 42px;
}
footer .f_table {
  width: 100%;
}
footer .f_table:not(:last-child) {
  margin-bottom: clamp(15px, 2.4vw, 30px);
}
footer .f_table th,
footer .f_table td {
  vertical-align: top;
  border-bottom: solid 1px #cccccc;
  padding: 16px 0;
}
footer .f_table th {
  text-align: left;
  color: #8d613b;
  width: 92px;
}
footer .primary_block:not(:last-child) {
  margin-bottom: clamp(25px, 4.8vw, 60px);
}
footer .bnr_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
footer .bnr_list li a img {
  border: solid 1px #E4E4E4;
}
footer .bnr_list.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .wakatake_bnr {
  text-align: center;
}
footer .wakatake_bnr:not(:last-child) {
  margin-bottom: clamp(25px, 3.2vw, 40px);
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0 0;
  }
  footer .wakatake_bnr img {
    width: 80px;
  }
  footer .primary_block .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (hover: hover) {
  footer .bnr_list a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .bnr_list a:hover img {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .wakatake_bnr a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .wakatake_bnr a:hover img {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  footer {
    position: relative;
  }
  footer:after {
    content: "";
    width: 242px;
    height: 353px;
    background: url(../img/common/f_dec.png) no-repeat center/cover;
    position: absolute;
    bottom: 0;
    right: 80px;
  }
  footer .primary_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  footer .btnstyle {
    text-align: left;
  }
  footer .bnr_list {
    display: grid;
    grid-template-columns: repeat(2, 240px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  footer .bnr_list li {
    width: 240px;
  }
  footer .bnr_list.col2 {
    grid-template-columns: repeat(2, 240px);
    gap: 40px;
  }
}

.copyright {
  margin-top: 30px;
  padding: 10px 0 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 65px;
    font-size: 90%;
  }
}

body:not(.home) footer {
  border-top: solid 1px rgba(141, 97, 59, 0.7);
}

.list_list dd a {
  color: #333333;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .list_list dd a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 40s linear infinite;
          animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  height: 100%;
}
.loopslider .loopslider_item {
  margin: 0 clamp(7px, 1.2vw, 15px);
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
            transform: translateX(-1200px);
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
            transform: translateX(-1200px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 40s linear infinite;
            animation: loopslider 40s linear infinite;
    width: 4340px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-2170px);
              transform: translateX(-2170px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-2170px);
              transform: translateX(-2170px);
    }
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #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: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .pcbr02 {
    display: block !important;
  }
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .spbr02 {
    display: block !important;
  }
  .pc02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .pc03 {
    display: none !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .pc-mb1 {
    margin-bottom: 1em !important;
  }
  .pc-mb2 {
    margin-bottom: 2em !important;
  }
  .pc-mb3 {
    margin-bottom: 3em !important;
  }
  .pc-mb4 {
    margin-bottom: 4em !important;
  }
  .pc-mb5 {
    margin-bottom: 5em !important;
  }
}
@media (max-width: 767px) {
  .sp-mt-1 {
    margin-bottom: 1em !important;
  }
  .sp-mt-2 {
    margin-bottom: 2em !important;
  }
  .sp-mt-3 {
    margin-bottom: 3em !important;
  }
  .sp-mt-4 {
    margin-bottom: 4em !important;
  }
  .sp-mt-5 {
    margin-bottom: 5em !important;
  }
}
.mr1 {
  margin-right: 10px !important;
}

.mr2 {
  margin-right: 10px !important;
}

.mr3 {
  margin-right: 10px !important;
}

.mr4 {
  margin-right: 10px !important;
}

.mr5 {
  margin-right: 10px !important;
}

@media (min-width: 768px) {
  .height-auto {
    height: auto !important;
  }
}
.fs90 {
  font-size: 92%;
}

@media (min-width: 768px) {
  .under_btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .under_btn_list li {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .under_btn_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .under_btn_list li a {
    width: 100%;
  }
}

figure {
  text-align: center;
}

.top_post {
  padding: clamp(40px, 7.2vw, 90px) 0 40px;
}
.top_post .common_container {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 4vw, 50px);
  border-radius: clamp(10px, 2.4vw, 30px);
}
.top_post .common_container:not(:last-child) {
  margin-bottom: clamp(25px, 6.8vw, 85px);
}
.top_post h2 {
  margin-bottom: 10px;
}
.top_post h2.top_ttl {
  font-size: clamp(24px, 2.4vw, 30px);
}
.top_post .btn a {
  color: #8d613b;
  text-decoration: none;
  font-weight: 700;
  padding-right: 30px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_post .btn a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_brown.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.top_post .btn a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.7;
}
.top_post .list_list a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top_post .list_list dd {
    border-bottom: solid 1px #cccccc;
  }
  .top_post .btn {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .top_post .common_container {
    display: grid;
    grid-template-columns: 200px 930px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_post h2.top_ttl {
    text-align: left;
  }
  .top_post .list_list dt,
  .top_post .list_list dd {
    padding: 23px 0;
  }
  .top_post .list_list dd {
    border-bottom: solid 1px #cccccc;
    padding-left: 130px;
  }
}

.top_greeting {
  padding: 40px 0;
}
.top_greeting h3 {
  padding: 0;
  border: 0;
  font-size: clamp(22px, 2.8vw, 32px);
  letter-spacing: 0.05em;
  color: #aa8b64;
  line-height: 1.5;
  margin-bottom: clamp(10px, 1.6vw, 20px);
}
.top_greeting h3:before {
  display: none;
}
.top_greeting .txt_wrap {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.top_greeting .txt_wrap p {
  line-height: 2.25;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .top_greeting {
    padding: 20px 0;
  }
  .top_greeting .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .top_greeting .btn_list li {
    width: 240px;
  }
  .top_greeting .btn_list li a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top_greeting {
    padding: 210px 0 140px;
    background: url(../img/top/top_greeting_bg.jpg) no-repeat center top/cover;
  }
  .top_greeting .primary_block {
    display: grid;
    grid-template-columns: 1fr 461px;
    gap: 45px;
  }
  .top_greeting .primary_block .img_col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_greeting .primary_block .ctn_col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_greeting .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .top_greeting .btn_list li {
    width: 240px;
  }
  .top_greeting .btn_list li a {
    width: 100%;
  }
}

.top_menu {
  padding: clamp(40px, 10.4vw, 130px) 0;
  position: relative;
  z-index: 0;
}
.top_menu:before {
  content: "";
  width: 100%;
  height: clamp(200px, 23.2vw, 290px);
  background: #f1f2ee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top_menu .menu_list li a {
  text-decoration: none;
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: clamp(10px, 1.6vw, 20px);
  text-align: center;
  padding: clamp(15px, 3.6vw, 45px);
  position: relative;
  background: #fff;
}
.top_menu .menu_list li a:before, .top_menu .menu_list li a:after {
  content: "";
  width: clamp(18px, 1.6vw, 20px);
  height: clamp(18px, 1.6vw, 20px);
  position: absolute;
  bottom: clamp(10px, 1.6vw, 20px);
  right: clamp(10px, 1.6vw, 20px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_menu .menu_list li a:before {
  background: url(../img/top/arrow_menu.png) no-repeat center/cover;
}
.top_menu .menu_list li a:after {
  background: url(../img/top/arrow_menu_h.png) no-repeat center/cover;
  opacity: 0;
}
.top_menu .menu_list li span {
  display: block;
}
.top_menu .menu_list li .ic {
  margin-bottom: clamp(15px, 2.4vw, 30px);
}
.top_menu .menu_list li .ttl {
  font-size: clamp(16px, 1.76vw, 22px);
  font-weight: 700;
  color: #8d613b;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  .top_menu .menu_list li a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_menu .menu_list li a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_menu .menu_list li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_menu .menu_list li a:hover:before {
    opacity: 0;
  }
  .top_menu .menu_list li a:hover:after {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .top_menu {
    padding-bottom: 60px;
  }
  .top_menu .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
  }
  .top_menu .menu_list:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_menu .menu_list.sp-layout li {
    width: 100%;
  }
  .top_menu .menu_list.sp-layout li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    gap: 30px;
  }
  .top_menu .menu_list.sp-layout li a:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .top_menu .menu_list.sp-layout li a .ic {
    margin: 0;
  }
  .top_menu .menu_list li {
    width: 49%;
  }
  .top_menu .menu_list li img {
    max-width: 80px;
  }
  .top_menu .menu_list.col4 li a {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .top_menu .menu_list {
    display: grid;
    grid-template-columns: repeat(3, 270px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .top_menu .menu_list:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_menu .menu_list li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .top_menu .menu_list.col4 {
    grid-template-columns: repeat(4, 270px);
  }
}

.top_symptoms {
  padding: 0 0 70px;
  background: #f1f2ee;
}
.top_symptoms .txt_wrap {
  margin-bottom: clamp(30px, 5.6vw, 70px);
}
.top_symptoms .txt_wrap p {
  letter-spacing: 0.08em;
}
.top_symptoms .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: clamp(20px, 3.04vw, 38px);
}
.top_symptoms .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  color: #aa8b64;
  font-size: clamp(16px, 1.6vw, 20px);
  text-align: center;
  background: #fff;
  font-weight: 700;
  width: clamp(160px, 24vw, 300px);
  min-height: clamp(40px, 4.8vw, 60px);
  cursor: pointer;
  border-radius: 50px;
}
.top_symptoms .tab_btn.active {
  background: #aa8b64;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.top_symptoms .tab_btn.active:after {
  content: "";
  width: 14px;
  height: 11px;
  background: #aa8b64;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_symptoms .tab_item {
  display: none;
}
.top_symptoms .tab_item.active {
  display: block;
}
.top_symptoms .menu_list li a {
  background: #fff;
  color: #333333;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  text-decoration: none;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1.125;
}
.top_symptoms .menu_list li a small {
  font-size: 75%;
}
.top_symptoms .menu_list li a:after {
  content: "";
  width: clamp(15px, 1.6vw, 20px);
  height: clamp(15px, 1.6vw, 20px);
  background: url(../img/top/arrow_menu.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .top_symptoms .menu_list li a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #8d613b;
  }
  .top_symptoms .menu_list li a:hover:after {
    background: url(../img/top/arrow_menu_h.png) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .top_symptoms .menu_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .top_symptoms .menu_list li a {
    font-size: 13px;
    min-height: 70px;
  }
  .top_symptoms .menu_list li a:after {
    top: auto;
    right: 5px;
    bottom: 5px;
  }
}
@media (min-width: 768px) {
  .top_symptoms h2.top_ttl {
    text-align: left;
  }
  .top_symptoms h2.top_ttl .en {
    display: inline-block;
    padding-left: 20px;
  }
  .top_symptoms .menu_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.top_looptext {
  padding: 0 0 40px;
  background: #f1f2ee;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.top_looptext .txt {
  font-weight: 700;
  font-size: clamp(36px, 7.52vw, 94px);
  color: #fff;
  line-height: 1;
  padding-left: clamp(20px, 3.6vw, 45px);
  white-space: normal;
}
.top_looptext .loop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loopText 40s linear infinite;
          animation: loopText 40s linear infinite;
}
@-webkit-keyframes loopText {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loopText {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .top_looptext {
    padding: 0 0 20px;
  }
}

.top_parallax {
  position: relative;
  height: clamp(200px, 28.8vw, 360px);
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  clip-path: inset(0);
  z-index: 0;
}
.top_parallax:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top_parallax .bg-fixed {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: url(../img/top/bg_parallax.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_parallax h2 {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2.88vw, 36px);
  line-height: 1.4444444444;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
}
.top_parallax h2:before {
  display: none;
}
.top_parallax h2 .en {
  display: table;
  color: #8d613b;
  font-size: clamp(18px, 1.92vw, 24px);
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  padding-bottom: 20px;
}

.top_pickup {
  padding: clamp(40px, 5.6vw, 70px) 0 clamp(60px, 10.4vw, 130px);
  background: url(../img/top/top_pickup_bg.jpg) no-repeat center top/cover;
}
.top_pickup .pickup_box h3 {
  padding: 0;
  border: 0;
  font-size: clamp(19px, 2.24vw, 28px);
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  margin-bottom: clamp(15px, 2vw, 25px);
}
.top_pickup .pickup_box h3:before {
  display: none;
}
.top_pickup .pickup_box h3 .en {
  color: #8d613b;
  display: block;
  font-size: clamp(14px, 1.44vw, 18px);
  padding-bottom: 10px;
}
.top_pickup .pickup_box h3 .bg {
  display: table;
  background: #aa8b64;
  color: #fff;
  padding: 4px clamp(10px, 1.6vw, 20px);
  border-radius: 10px;
}
.top_pickup .pickup_box h3 .bg:not(:last-child) {
  margin-bottom: 6px;
}
.top_pickup .pickup_box .txt_wrap:not(:last-child) {
  margin-bottom: clamp(15px, 2vw, 25px);
}
.top_pickup .pickup_box .txt_wrap p {
  line-height: 2.25;
  letter-spacing: 0.08em;
}
.top_pickup .check_container h3 {
  padding: 0;
  border: 0;
  color: #fff;
  text-align: center;
  font-size: clamp(24px, 2.88vw, 36px);
  margin-bottom: 20px;
}
.top_pickup .check_container h3:before {
  display: none;
}
.top_pickup .check_container .box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: clamp(20px, 4.8vw, 60px);
  padding: clamp(15px, 2.4vw, 40px);
}
.top_pickup .check_container .box .txt {
  text-align: center;
  font-size: clamp(17px, 1.4vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.top_pickup .check_container .check_list {
  display: table;
  margin: auto;
}
.top_pickup .check_container .check_list li {
  padding-left: 26px;
  position: relative;
  line-height: 2.25;
}
.top_pickup .check_container .check_list li:before {
  content: "";
  width: 19px;
  height: 15px;
  background: url(../img/top/ic_check.png) no-repeat center/cover;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.top_pickup .check_container .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_pickup .check_container .btn a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 1.44vw, 18px);
  width: 180px;
  height: 40px;
  position: relative;
  padding-right: 20px;
  background: #fd9d45;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 0 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_pickup .check_container .btn a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_orange.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_pickup .point_container {
  padding: clamp(40px, 10.4vw, 130px) 0;
}
.top_pickup .point_container h3 {
  text-align: center;
  font-size: clamp(24px, 2.88vw, 36px);
  padding: 0;
  border: 0;
  color: #aa8b64;
}
.top_pickup .point_container h3:before {
  display: none;
}
.top_pickup .point_container h3 .en {
  color: #8d613b;
  display: block;
  font-size: clamp(14px, 1.44vw, 18px);
  padding-top: 40px;
  position: relative;
}
.top_pickup .point_container h3 .en:before {
  content: "";
  width: 34px;
  height: 31px;
  background: url(../img/top/ic_point_ttl.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_pickup .point_container .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  text-align: center;
  border-radius: clamp(10px, 1.6vw, 20px);
  padding: 44px 10px 54px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_pickup .point_container .link a:after {
  content: "";
  width: clamp(18px, 1.6vw, 20px);
  height: clamp(18px, 1.6vw, 20px);
  background: url(../img/top/arrow_menu_h.png) no-repeat center/cover;
  position: absolute;
  bottom: clamp(10px, 1.6vw, 20px);
  right: clamp(10px, 1.6vw, 20px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_pickup .point_container .link a .ttl {
  color: #8d613b;
  font-size: clamp(16px, 1.76vw, 22px);
  line-height: 1.3636363636;
  font-weight: 700;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_pickup .point_container .link a .ic {
  margin-bottom: 20px;
}
.top_pickup .point_container h4 {
  padding: 0;
  margin-bottom: 10px;
  color: #fd9d45;
}
.top_pickup .point_container h4:before {
  display: none;
}
@media (hover: hover) {
  .top_pickup .btn a:hover {
    background: rgb(252.4574468085, 130.414893617, 18.5425531915);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_pickup .btn a:hover:after {
    right: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_pickup .point_container .link a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_pickup .point_container .link a:hover:after {
    background: url(../img/top/arrow_menu.png) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .top_pickup .btnstyle_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2% 2%;
  }
  .top_pickup .btnstyle_list li {
    width: 49%;
  }
  .top_pickup .btnstyle_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_pickup .btnstyle_list a {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .top_pickup .pickup_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .top_pickup .pickup1_container .wrapper {
    max-width: calc(100% - 20px);
    margin: auto;
  }
  .top_pickup .pickup1_container figure {
    margin-bottom: 15px;
  }
  .top_pickup .check_container .row .col {
    position: relative;
  }
  .top_pickup .check_container .row .col .wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 20px;
  }
  .top_pickup .check_container .row .col figure {
    height: 470px;
  }
  .top_pickup .check_container .row .col figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top_pickup .check_container .row .col:nth-child(odd) figure img {
    border-radius: 50px 0 0 0;
  }
  .top_pickup .check_container .row .col:nth-child(even) figure img {
    border-radius: 0 0 0 50px;
  }
  .top_pickup .check_container .check_list li {
    line-height: 1.6;
  }
  .top_pickup .check_container .check_list li:before {
    top: 0.4em;
  }
  .top_pickup .check_container .check_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_pickup .point_container .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .top_pickup .point_container .row .col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    margin: 0;
  }
  .top_pickup .point_container .row .col h4 {
    margin-bottom: 0;
  }
  .top_pickup .point_container .row .col .link a {
    height: 100%;
    padding: 15px 10px 25px;
  }
  .top_pickup .point_container .row .col .link a .ic {
    margin-bottom: 10px;
  }
  .top_pickup .point_container .row .col .link a .ic img {
    width: 60px;
  }
  .top_pickup .point_container .row .col .link a .ttl {
    font-size: 14px;
    min-height: 55px;
  }
}
@media (min-width: 768px) {
  .top_pickup .btnstyle_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .top_pickup .btnstyle_list .btnstyle {
    width: 200px;
  }
  .top_pickup .btnstyle_list .btnstyle a {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_pickup .pickup1_container {
    margin-bottom: 170px;
  }
  .top_pickup .pickup1_container .row {
    display: grid;
    grid-template-columns: 52% 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_pickup .pickup1_container .row .img_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_pickup .pickup1_container .row .img_col figure {
    height: 100%;
  }
  .top_pickup .pickup1_container .row .img_col figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 80px 0 0 0;
  }
  .top_pickup .pickup1_container .wrapper {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
  }
  .top_pickup .pickup2_container {
    margin-bottom: 65px;
  }
  .top_pickup .check_container .container {
    width: 100%;
  }
  .top_pickup .check_container .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .top_pickup .check_container .row .col {
    position: relative;
  }
  .top_pickup .check_container .row .col figure {
    height: clamp(490px, 39.2vw, 545px);
  }
  .top_pickup .check_container .row .col figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top_pickup .check_container .row .col:nth-child(odd) figure img {
    border-radius: 0 0 0 100px;
  }
  .top_pickup .check_container .row .col .wrapper {
    padding: 40px 50px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .top_pickup .point_container .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .top_pickup .point_container .row .col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .top_pickup .point_container .row .col .link a {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top_pickup .check_list li {
    font-size: 90%;
  }
}

.top_reason {
  padding: clamp(40px, 11.2vw, 140px) 0;
  position: relative;
  z-index: 0;
}
.top_reason:after {
  content: "";
  width: 100%;
  height: 300px;
  background: #f1f2ee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top_reason h2.top_ttl .num {
  font-size: clamp(40px, 5.76vw, 72px);
  color: #8ed973;
  line-height: 1;
}
.top_reason .bnr_area h3 {
  border: 0;
  padding: 0;
  font-size: clamp(14px, 1.44vw, 18px);
  color: #8ed973;
  margin-bottom: 10px;
}
.top_reason .bnr_area h3:before {
  display: none;
}
.top_reason .bnr_area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: clamp(15px, 1.6vw, 20px);
  overflow: hidden;
  padding-bottom: clamp(35px, 3.84vw, 48px);
  position: relative;
  font-weight: 700;
  background: #fff;
  color: #333333;
}
.top_reason .bnr_area a:after {
  content: "";
  width: clamp(18px, 1.6vw, 20px);
  height: clamp(18px, 1.6vw, 20px);
  background: url(../img/top/arrow_menu.png) no-repeat center/cover;
  position: absolute;
  right: clamp(10px, 1.6vw, 20px);
  bottom: clamp(10px, 1.6vw, 20px);
}
.top_reason .bnr_area a .ttl {
  padding-top: clamp(10px, 1.6vw, 20px);
  font-size: clamp(12px, 1.44vw, 18px);
  line-height: 1.3333333333;
}
.top_reason .bnr_area a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .top_reason .bnr_area a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_reason .bnr_area a:hover {
    color: #8ed973;
  }
  .top_reason .bnr_area a:hover:after {
    background: url(../img/top/arrow_menu_h.png) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .top_reason .bnr_area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .top_reason:after {
    height: 377px;
  }
  .top_reason .bnr_area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.top_loopslider {
  position: relative;
  z-index: 0;
}
.top_loopslider:after {
  content: "";
  width: 100%;
  height: 90px;
  background: #f1f2ee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.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 */