@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 27px;
}

.section hr {
  margin-bottom: 67.5px;
  margin-top: 67.5px;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .section hr {
    margin-bottom: 112.5px;
    margin-top: 112.5px;
  }
}
.section_bg {
  background: #f6f3ef;
}

.section_bg .box_bg {
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(89, 83, 54, 0.1);
}

.section_bg .box_bg .box_bg {
  background: #f6f3ef;
  box-shadow: 0px 20px 30px 0px rgba(89, 83, 54, 0.1);
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(89, 83, 54, 0.1);
}

.box_bg {
  background: #f6f3ef;
  box-shadow: 0px 20px 30px 0px rgba(89, 83, 54, 0.1);
}

.box_bg .box_bg {
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(89, 83, 54, 0.1);
}

.box_bg .box_bg .box_bg {
  background: #f6f3ef;
  box-shadow: 0px 20px 30px 0px rgba(89, 83, 54, 0.1);
}

.box_border {
  background: #fff;
  border: 5px solid #eae5dc;
}

.box_border .box_bg {
  background: #f6f3ef;
}

.section_bg .box_border .box_bg {
  background: #f6f3ef;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 45px;
  padding: 27px 18px;
}

.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 56.25px;
    padding: 56.25px;
  }
}
.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 27px;
}

.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: 45px;
}

@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 56.25px;
  }
}
.mce-content-body .link_anchor {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}
.link_anchor {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: min(20px, 2.4vw);
  column-gap: min(20px, 2.4vw);
  row-gap: min(14px, 2vw);
}

.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}

.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 0;
  border: none;
  color: #595336 !important;
  display: inline;
  padding: 0.25em 0;
  padding-left: 2.1em;
}

.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.link_anchor a:before {
  display: none;
}

.link_anchor a:hover {
  background: none;
  color: #595336 !important;
  opacity: 1;
  text-decoration: underline;
}

.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: calc(0.84375em - 4px);
  transform: rotate(45deg);
  top: calc(0.9em - 4px);
}

.link_anchor a::before {
  display: block;
  background: #595336;
  border-radius: 50%;
  height: 1.6875em;
  width: 1.6875em;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc((100% - min(20px, 2.4vw) - min(20px, 2.4vw)) / 3);
  }
}
.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 27px;
}

.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: 13.5px;
  padding-left: 19.8px;
  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: 13.5px;
}

.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 27px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #acb062;
  height: 9px;
  left: 0.2em;
  top: 11.25px;
  width: 9px;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #acb062;
  height: 6px;
  left: 0.5em;
  top: 12.75px;
  width: 6px;
}

.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: 11.25px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #acb062;
  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 #acb062;
  top: 11.25px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 31.5px;
  position: relative;
}

.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #acb062;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 14.76px;
  height: 22.5px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6.75px;
  width: 22.5px;
  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 #ddd;
  border-top: 1px solid #ddd;
}

table.table_address th {
  color: #acb062;
  border-top: 1px solid #acb062;
  border-bottom: 1px solid #acb062;
  font-weight: 600;
  text-align: left;
  width: 32%;
}

@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}

table.table_timetable th,
table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0.2rem;
  text-align: center;
}

table.table_timetable thead th {
  background: #acb062;
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

@media (max-width: 767px) {
  table.table_timetable thead th:first-child {
    width: 32%;
  }
}
table.table_timetable tbody th {
  text-align: center;
}

@media (max-width: 767px) {
  table.table_timetable {
    font-size: 14px;
  }
}
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: #e4e0a3;
  color: #595336;
  font-weight: bold;
}

table.table tbody th {
  background: #e7e6d5;
}

table.table tbody td {
  background: #f6f3ef;
}

@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: #acb062 !important;
}

.consul2 {
  color: #acb062 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}

.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable_pc table.table_fixed {
  width: 100%;
}

@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}
.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 31.5px;
  margin-bottom: 31.5px;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 6.75px 0px 6.75px 67.5px;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 22.5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 29.25px;
  font-weight: 600;
  height: 45px;
  left: 0;
  letter-spacing: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 45px;
}

.box_faq .question {
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #acb062;
}

.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 0;
  padding-right: 22.5px;
  position: relative;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 13.5px;
  right: 0;
  background: #acb062;
  border-radius: 1px;
  width: 18px;
  height: 3.375px;
}

.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.box_faq .question.open .faq_title::after {
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 37px;
}

.box_faq .answer p {
  margin-top: 0;
}

.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #e4e0a3;
  top: 30px;
}

.flow-box {
  margin-bottom: 56.25px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 45px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}
.flow-block {
  border: 5px solid #eae5dc;
  background: #fff;
  border-radius: 0px;
  margin-top: 92.25px;
  padding: 56.25px;
  position: relative;
}

.flow-block:first-child {
  margin-top: 0;
}

.flow-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow-block {
    padding: 27px 18px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 36px solid transparent;
  border-top-color: #eae5dc;
  left: 50%;
  margin-left: -36px;
  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: #acb062;
}

.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  /**/
  flex: 0 0 auto;
  display: flex;
  font-family: "Zen Maru Gothic", 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: #acb062;
  background: #acb062;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  flex: none;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
}

@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}
.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: #eae5dc;
  overflow: hidden;
}

.footer .sec_logo {
  margin: 0 0 30px;
}

.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}

.footer table.address {
  margin-bottom: 10px;
}

.footer table.address th,
.footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}

.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}

.footer .sec_img {
  margin: 0;
}

.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}

.footer .sitemap a {
  text-decoration: none;
  color: #595336;
  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 #595336;
  border-right: 1px solid #595336;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}
.copyright {
  background: unset;
  color: #595336;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}
.list_list dd a {
  color: #595336;
  text-decoration: none;
}

.list_list dd a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}
.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: 2400px;
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1920px);
    }
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
}

.img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 5px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.sec_top {
  margin: 0;
}

.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #595336;
}

.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;
}

/* 下層ページ */
body #wrap {
  background-color: #fff;
}

.link_anchor {
  padding: 15px 30px;
  background-color: #f6f3ef;
}

@media (min-width: 768px) {
  .link_anchor {
    padding: 30px 60px;
  }
}
.link_anchor a {
  padding-left: 45px;
  letter-spacing: 0.2em;
}

.link_anchor a::before {
  background-color: unset;
  border-radius: unset;
  width: 40px;
  height: 30px;
  background: url("../img/common/arrow_m_br.png") no-repeat center/contain;
}

.link_anchor a::after {
  content: unset;
}

.mce-content-body h2 {
  letter-spacing: 0.2em;
}

.mce-content-body h3 {
  padding-left: 25px;
}

.mce-content-body h3::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/common/h3.png") no-repeat center/contain;
}

.mce-content-body h4 {
  padding: 7.5px 19.5px;
  background-color: transparent;
}

.mce-content-body h5 {
  padding: 5px 19.5px;
}

.mce-content-body .text-large {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (min-width: 768px) {
  .mce-content-body .text-large {
    margin-bottom: 40px;
  }
}
.mce-content-body .section_bg h5,
.mce-content-body .box_bg h5 {
  background-color: #f2eeae !important;
}

.btnstyle a {
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  padding-block: 0.2rem;
  padding-right: 72px;
  padding-left: 0;
  border: unset;
  background-color: unset;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.btnstyle a::after {
  right: 0;
}

.row.cols_center .btnstyle {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.flow-block .title {
  font-weight: normal;
}

.flow-block .title .num {
  border-radius: 5px;
  font-weight: normal;
}

table.table_timetable th,
table.table_timetable td {
  padding: 1.55rem 0.2rem;
}

table.table_timetable thead th:first-child,
table.table_timetable tbody th:first-child {
  padding-left: 1.7em;
  text-align: left;
}

@media (max-width: 767px) {
  table.table_timetable thead th:first-child,
  table.table_timetable tbody th:first-child {
    padding-left: 0.5em;
  }
}
table.table_timetable tbody th {
  font-weight: normal;
}

table.table_timetable tbody th .triangle {
  display: inline-block;
  font-size: 6px;
  padding-right: 3.5px;
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  table.table_timetable tbody th .triangle {
    font-size: 8px;
    padding-right: 5px;
  }
}
table.table_address th,
table.table_address td {
  padding-block: 0.85em;
  padding-left: 1em;
}

table.table th,
table.table td {
  border-color: #c7c490;
}

@media (min-width: 768px) {
  table.table th,
  table.table td {
    padding: 0.68em 1em;
  }
}
table.table th {
  font-size: 20px;
}

.timetable_text .triangle {
  display: inline-block;
  font-size: 6px;
  padding-right: 3px;
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .timetable_text .triangle {
    font-size: 8px;
    padding-right: 5px;
  }
}
.ul_check li::before {
  top: 10px;
}

.box_faq .question .faq_title {
  font-weight: normal;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  background-color: #cbcd9d;
}

.box_faq .question::before,
.box_faq .answer::before {
  color: #595336;
  font-weight: normal;
  line-height: 41.5px;
}

.side_bnr {
  width: unset;
}

@media (min-width: 768px) {
  .side_bnr {
    top: unset;
    right: 10px;
    bottom: 10px;
    margin-right: 80px;
  }
}
.side_bnr ul {
  display: flex;
}

@media (min-width: 768px) {
  .side_bnr ul {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.side_bnr li:not(:first-child) {
  margin-top: 0;
}

.totop {
  width: 13.6363636364vw;
}

@media (min-width: 768px) {
  .totop {
    width: 70px;
  }
}
.footer {
  padding-top: 0;
}

.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 770/550;
  background: url("../img/common/sp_f_bg01.png") no-repeat center/cover;
}

@media (min-width: 768px) {
  .footer::before {
    aspect-ratio: 200/85;
    background: url("../img/common/f_bg01.png") no-repeat center/cover;
  }
}
.footer .footer_box {
  padding-left: 30px;
  margin-top: -12.987012987vw;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .footer .footer_box {
    display: flex;
    align-items: flex-start;
    justify-content: right;
    -moz-column-gap: 30px;
    column-gap: 30px;
    width: 100%;
    margin-top: calc(clamp(93px, 0px + 7.5vw, 150px) * -1);
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .footer .footer_box::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: max(12.05vw, 127px);
    height: auto;
    margin-top: calc(clamp(62px, 0px + 5vw, 100px) * -1);
    aspect-ratio: 241/377;
    background: url("../img/common/f_bg02.png") no-repeat center/contain;
  }
}
.footer .footer_box .container {
  position: relative;
  width: 100%;
  max-width: unset;
  padding: 20px 10px 110px;
  margin: unset;
  box-shadow: 0px 20px 50px 0px rgba(89, 83, 54, 0.2);
  background-color: #f6f3ef;
}

@media (min-width: 768px) {
  .footer .footer_box .container {
    padding-block: 150px;
    padding-inline: clamp(30px, -84.211px + 9.211vw, 100px) max(50vw - 600px, 30px);
  }
}
.footer .footer_box .container::before,
.footer .footer_box .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 95px;
  height: auto;
  aspect-ratio: 191/178;
}

@media (min-width: 768px) {
  .footer .footer_box .container::before,
  .footer .footer_box .container::after {
    width: 191px;
  }
}
.footer .footer_box .container::before {
  left: 10px;
  background: url("../img/common/f_bg03.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  .footer .footer_box .container::before {
    left: clamp(30px, -84.211px + 9.211vw, 100px);
  }
}
.footer .footer_box .container::after {
  right: 10px;
  background: url("../img/common/f_bg04.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  .footer .footer_box .container::after {
    right: clamp(30px, -84.211px + 9.211vw, 100px);
  }
}
.footer .footer_box .container .row {
  flex-wrap: nowrap;
  -moz-column-gap: clamp(30px, -84.211px + 9.211vw, 100px);
  column-gap: clamp(30px, -84.211px + 9.211vw, 100px);
}

.footer .footer_box .container .row .col_logo {
  width: 179px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_logo {
    flex-shrink: 0;
    width: clamp(220px, -5.158px + 18.158vw, 358px);
  }
}
.footer .footer_box .container .row .col_text .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #595336;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text .contact {
    flex-direction: row;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.footer .footer_box .container .row .col_text .contact dt {
  margin-bottom: 20px;
  border-bottom: solid 1px #595336;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 50px;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text .contact dt {
    flex-shrink: 0;
    padding-right: 22px;
    margin-right: 22px;
    margin-bottom: unset;
    border-bottom: unset;
    border-right: solid 1px #595336;
  }
}
.footer .footer_box .container .row .col_text .contact .ul_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-gap: 22px;
  gap: 22px;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text .contact .ul_link {
    flex-direction: row;
  }
}
.footer .footer_box .container .row .col_text .contact .ul_link .tel a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text .contact .ul_link .tel a {
    font-size: 35px;
    cursor: default;
  }
}
.footer .footer_box .container .row .col_text .contact .ul_link .tel a::before {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  background: url("../img/common/ic_tel_clear.png") no-repeat center/contain;
}

.footer .footer_box .container .row .col_text .contact .ul_link .web {
  flex: 1;
  width: 100%;
  max-width: 150px;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text .contact .ul_link .web {
    max-width: 300px;
  }
}
.footer .footer_box .container .row .col_text .contact .ul_link .web a:hover {
  opacity: 0.8;
}

.footer .footer_box .container .row .col_text .time {
  margin-bottom: 50px;
}

.footer .footer_box .container .row .col_text table.table_timetable {
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text table.table_timetable {
    font-size: 20px;
    margin-bottom: 36px;
  }
}
.footer .footer_box .container .row .col_text table.table_timetable th,
.footer .footer_box .container .row .col_text table.table_timetable td {
  background-color: transparent;
  color: #595336;
  border: unset;
}

.footer .footer_box .container .row .col_text table.table_timetable th:first-child {
  padding-left: 0;
  border-right: solid 1px #595336;
}

.footer .footer_box .container .row .col_text table.table_timetable thead th,
.footer .footer_box .container .row .col_text table.table_timetable thead td {
  padding: 1.2rem 0.2rem 3.1rem;
}

.footer .footer_box .container .row .col_text table.table_timetable thead th {
  background-color: transparent;
  color: #595336;
}

.footer .footer_box .container .row .col_text table.table_timetable thead th:first-child {
  width: 34%;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text table.table_timetable thead th:first-child {
    width: 38%;
  }
}
.footer .footer_box .container .row .col_text table.table_timetable tbody th,
.footer .footer_box .container .row .col_text table.table_timetable tbody td {
  padding: 1rem 0.2rem 1.4rem;
  line-height: 1.3;
}

.footer .footer_box .container .row .col_text .timetable_text {
  font-size: 13px;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text .timetable_text {
    font-size: 18px;
  }
}
.footer .footer_box .container .row .col_text .detail {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text .detail {
    font-size: 18px;
  }
}
.footer .footer_box .container .row .col_text .detail .address {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text .detail .address {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer .footer_box .container .row .col_text .detail .address .btnstyle a {
  margin-inline: 0 auto;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer .footer_box .container .row .col_text .detail .address .btnstyle a {
    font-size: 18px;
  }
}
.footer .footer_box .container .row .col_text .detail .tel::before {
  content: "Tel.";
  display: inline-block;
}

.footer .footer_box .container .row .col_text .detail .access li {
  padding-left: 1em;
  position: relative;
}

.footer .footer_box .container .row .col_text .detail .access li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.footer .copyright {
  margin-top: 0;
  padding-top: 30px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .footer .copyright {
    padding-bottom: 100px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
body.home .sec_top {
  padding-block: 50px;
}

@media (min-width: 768px) {
  body.home .sec_top {
    padding-block: 100px;
  }
}
body.home .sec_top .h2_top {
  margin-top: -15px;
  margin-bottom: 50px;
  color: #acb062;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (min-width: 768px) {
  body.home .sec_top .h2_top {
    margin-top: -40px;
    margin-bottom: 100px;
    font-size: 30px;
  }
}
body.home .sec_top .h2_top .h2_en {
  position: relative;
  display: block;
  padding-block: 11px 7px;
  color: #595336;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (min-width: 768px) {
  body.home .sec_top .h2_top .h2_en {
    padding-block: 70px 30px;
    font-size: 60px;
  }
}
body.home .sec_top .h2_top .h2_en::after {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  display: block;
  background: unset;
  color: #595336;
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.1;
}

@media (min-width: 768px) {
  body.home .sec_top .h2_top .h2_en::after {
    top: 0;
    font-size: 170px;
  }
}
body.home .sec_bnr {
  background: url("../img/top/bnr_bg.jpg") no-repeat center/cover;
}

body.home .sec_bnr h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body.home .sec_bnr h2::before,
body.home .sec_bnr h2::after {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  display: block;
}

body.home .sec_bnr h2::before {
  top: 40px;
  right: 100%;
  width: 97px;
  height: auto;
  aspect-ratio: 97/87;
  background: url("../img/top/bnr_h2_l.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_bnr h2::before {
    right: calc(100% + 50px);
  }
}
body.home .sec_bnr h2::after {
  bottom: 60px;
  left: 100%;
  width: 70px;
  height: auto;
  aspect-ratio: 70/83;
  background: url("../img/top/bnr_h2_r.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_bnr h2::after {
    left: calc(100% + 30px);
  }
}
@media (min-width: 768px) {
  body.home .sec_bnr h2 {
    font-size: 70px;
    line-height: 55px;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 768px) {
  body.home .sec_bnr h2 .small {
    font-size: 44px;
  }
}
body.home .sec_bnr h2 > .large {
  color: #acb062;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  body.home .sec_bnr h2 > .large {
    font-size: 120px;
    line-height: 140px;
  }
}
body.home .sec_bnr h2 .box {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.58em;
  margin: 0 auto;
  margin-top: 24px;
  border: solid 2px #acb062;
  color: #acb062;
}

@media (min-width: 768px) {
  body.home .sec_bnr h2 .box {
    font-size: 50px;
    line-height: 90px;
    letter-spacing: 0.1em;
  }
}
body.home .sec_bnr h2 .box .large {
  font-size: 28px;
}

@media (min-width: 768px) {
  body.home .sec_bnr h2 .box .large {
    font-size: 60px;
  }
}
body.home .sec_bnr p {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  body.home .sec_bnr p {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  body.home .sec_bnr p .small {
    font-size: 24px;
  }
}
body.home .sec_post {
  background-color: #f6f3ef;
}

body.home .sec_post .box_post {
  position: relative;
  height: 100%;
  min-height: 270px;
  padding: 40px 60px;
  border-top-right-radius: 50px;
  background-color: #eae5dc;
}

@media (min-width: 768px) {
  body.home .sec_post .box_post {
    padding: 60px 85px;
  }
}
body.home .sec_post .box_post .btnstyle {
  position: absolute;
  right: 10px;
  bottom: 0;
  transform: rotate(90deg);
  transform-origin: right top;
}

@media (min-width: 768px) {
  body.home .sec_post .box_post .btnstyle {
    right: 30px;
  }
}
body.home .sec_post .box_post .btnstyle:hover {
  opacity: 0.7;
}

body.home .sec_post .box_post .btnstyle a:hover {
  opacity: unset;
}

body.home .sec_post .box_post .list_list {
  margin-bottom: 0;
}

body.home .sec_post .box_post .list_list dt {
  float: none;
  width: 200px;
  padding-top: 20px;
  margin-top: 20px;
  margin-inline: auto;
  border-top: solid 2px #595336;
  font-size: 14px;
  line-height: 2.1875;
  text-align: center;
}

@media (min-width: 768px) {
  body.home .sec_post .box_post .list_list dt {
    padding-top: 30px;
    margin-top: 30px;
    font-size: 16px;
  }
}
body.home .sec_post .box_post .list_list dd {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: unset;
  margin-inline: auto;
}

body.home .sec_post .box_post .list_list dd a {
  position: relative;
  font-size: 16px;
}

@media (min-width: 768px) {
  body.home .sec_post .box_post .list_list dd a {
    font-size: 18px;
  }
}
body.home .sec_post .box_post .list_list dd a::after {
  content: "";
  position: absolute;
  top: 11px;
  right: calc(100% + 10px);
  display: block;
  width: 22px;
  height: auto;
  aspect-ratio: 22/4;
  background: url("../img/common/arrow_s_br.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_post .box_post .list_list dd a::after {
    right: calc(100% + 20px);
  }
}
body.home .sec_concept {
  position: relative;
  padding-top: 60px;
  padding-bottom: calc(36.8831168831vw + 10px);
  background: url("../img/top/sp_concept_bg01.png") no-repeat bottom/contain;
  background-color: #f6f3ef;
}

@media (min-width: 768px) {
  body.home .sec_concept {
    padding-top: 120px;
    padding-bottom: 100px;
    background: url("../img/top/concept_bg01.png") no-repeat bottom/cover;
    background-color: #f6f3ef;
  }
}
body.home .sec_concept::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40%;
  height: auto;
  aspect-ratio: 401/805;
  background: url("../img/top/concept_bg02.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_concept::after {
    content: unset;
  }
}
body.home .sec_concept .row {
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
}

body.home .sec_concept .row .col_text {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  body.home .sec_concept .row .col_text {
    flex: 1;
    width: 56.6666666667%;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
body.home .sec_concept .row .col_text h2 {
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.9444444444;
  text-align: left;
}

@media (min-width: 768px) {
  body.home .sec_concept .row .col_text h2 {
    margin-right: -23px;
    margin-bottom: 60px;
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  body.home .sec_concept .row .col_text h2::after {
    content: "";
    position: absolute;
    top: unset;
    right: unset;
    bottom: calc(100% + 70px);
    left: -60px;
    display: block;
    width: 288px;
    height: 107px;
    background: url("../img/top/concept_h2.png") no-repeat center/contain;
  }
}
body.home .sec_concept .row .col_text p {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (min-width: 768px) {
  body.home .sec_concept .row .col_text p {
    margin-bottom: 30px;
    margin-left: 15.5%;
  }
}
body.home .sec_concept .row .col_text .btnstyle a {
  margin-inline: auto 0;
}

body.home .sec_concept .row .col_img {
  margin-top: 60px;
  text-align: center;
}
body.home .sec_concept .row .col_img::before {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  bottom: calc(100% + 35px);
  left: 10px;
  display: block;
  width: 288px;
  height: 107px;
  background: url("../img/top/sp_concept_h2.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_concept .row .col_img {
    width: 43.3333333333%;
    margin-right: -50px;
    margin-top: 0;
  }
  body.home .sec_concept .row .col_img::before {
    content: unset;
  }
}
body.home .sec_feature {
  position: relative;
}

body.home .sec_feature::before,
body.home .sec_feature::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
}

body.home .sec_feature::before {
  top: 0;
  height: 80px;
  background-color: #fff;
}

@media (min-width: 768px) {
  body.home .sec_feature::before {
    height: 170px;
  }
}
body.home .sec_feature::after {
  bottom: 0;
  height: calc(100% - 50px - 30px);
  background: url("../img/top/feature_bg01.jpg") no-repeat center/cover;
}

@media (min-width: 768px) {
  body.home .sec_feature::after {
    height: calc(100% - 100px - 70px);
  }
}
body.home .sec_feature .container {
  position: relative;
  z-index: 1;
}

body.home .sec_feature .container::after {
  content: "";
  position: absolute;
  bottom: -50px;
  display: block;
  width: 111px;
  height: auto;
  aspect-ratio: 222/163;
  background: url("../img/top/feature_bg04.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_feature .container::after {
    bottom: -100px;
    left: calc(50% - 50vw + 70px);
    width: 222px;
  }
}
body.home .sec_feature .h2_top .h2_en::after {
  content: "Features";
}

body.home .sec_feature .box_feature:not(:last-child) {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature:not(:last-child) {
    margin-bottom: 100px;
  }
}
body.home .sec_feature .box_feature h3 {
  position: relative;
  padding-left: calc(24px + 0.5em);
  margin-bottom: 20px;
  font-size: 21px;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature h3 {
    padding-left: unset;
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 1.8333333333;
    letter-spacing: 0.1em;
  }
}
body.home .sec_feature .box_feature h3:after {
  top: 15px;
  width: 24px;
  height: auto;
  aspect-ratio: 98/151;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature h3:after {
    content: unset;
  }
}
body.home .sec_feature .row_feature {
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  body.home .sec_feature .row_feature.reverse .col_text {
    margin-left: 4.1666666667%;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .row_feature:not(.reverse) .col_text {
    margin-right: 4.1666666667%;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .row_feature .col_text {
    width: 41.6666666667%;
  }
}
body.home .sec_feature .row_feature .col_text p {
  font-size: 18px;
  line-height: 2;
}

body.home .sec_feature .row_feature .col_text p:last-of-type {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  body.home .sec_feature .row_feature .col_text p:last-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .row_feature .col_text .btnstyle a {
    margin-inline: auto 0;
  }
}
body.home .sec_feature .row_feature .col_text img.sp {
  margin-bottom: 20px;
}

body.home .sec_feature .row_feature .col_img {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  body.home .sec_feature .row_feature .col_img::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 10px;
    display: block;
    width: 98px;
    height: auto;
    aspect-ratio: 98/151;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .row_feature .col_img {
    width: 54.1666666667%;
  }
}
body.home .sec_feature .box_feature01 .row_feature {
  margin-bottom: 0;
}

body.home .sec_feature .box_feature01 .row_feature .col_text h3::after {
  background: url("../img/top/feature_num01.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature01 .row_feature .col_text p {
    margin-bottom: 115px;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .box_feature01 .row_feature .col_img::after {
    background: url("../img/top/feature_num01.png") no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .box_feature01 .row_btn {
    justify-content: space-between;
  }
}
body.home .sec_feature .box_feature01 .row_btn .col_img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature01 .row_btn .col_img {
    margin-bottom: unset;
    margin-top: -115px;
  }
}
body.home .sec_feature .box_feature01 .row_btn .col_img ul {
  position: relative;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 3.8961038961vw 11.6883116883vw 5.1948051948vw 0;
  border-top-right-radius: 12.987012987vw;
  background-color: #f6f3ef;
  box-shadow: 0px 20px 50px 0px rgba(89, 83, 54, 0.2);
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature01 .row_btn .col_img ul {
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 30px 120px 40px 0;
    border-top-right-radius: 100px;
  }
}
body.home .sec_feature .box_feature01 .row_btn .col_img ul::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 10px;
  height: 100%;
  background-color: #f6f3ef;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature01 .row_btn .col_img ul::after {
    width: calc(50vw - 600px);
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .box_feature01 .row_btn .col_btn .btnstyle {
    margin-top: 40px;
  }
}
body.home .sec_feature .box_feature02 .col_text h3::after {
  background: url("../img/top/feature_num02.png") no-repeat center/contain;
}

body.home .sec_feature .box_feature02 .col_text .btnstyle {
  position: relative;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature02 .col_text .btnstyle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    display: block;
    width: 213px;
    height: auto;
    aspect-ratio: 213/208;
    background: url("../img/top/feature_bg02.png") no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .box_feature02 .col_img::after {
    background: url("../img/top/feature_num02.png") no-repeat center/contain;
  }
}
body.home .sec_feature .box_feature03 h3::after {
  background: url("../img/top/feature_num03.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature03 .col_img::after {
    background: url("../img/top/feature_num03.png") no-repeat center/contain;
  }
}
body.home .sec_feature .box_feature04 .col_text h3::after {
  background: url("../img/top/feature_num04.png") no-repeat center/contain;
}

body.home .sec_feature .box_feature04 .col_text .btnstyle {
  position: relative;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature04 .col_text .btnstyle::after {
    content: "";
    position: absolute;
    top: calc(100% + 30px);
    left: 50px;
    display: block;
    width: 213px;
    height: auto;
    aspect-ratio: 213/208;
    background: url("../img/top/feature_bg03.png") no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .box_feature04 .col_img::after {
    background: url("../img/top/feature_num04.png") no-repeat center/contain;
  }
}
body.home .sec_feature .box_feature05 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  body.home .sec_feature .box_feature05 {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .box_feature05 {
    margin-top: 240px;
  }
}
body.home .sec_feature .box_feature05 .img {
  position: relative;
}

@media (max-width: 767px) {
  body.home .sec_feature .box_feature05 .img {
    margin-bottom: 20px;
  }
}
body.home .sec_feature .box_feature05 .img.pc::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: calc(100% - 15px);
  display: block;
  width: 24px;
  height: auto;
  aspect-ratio: 98/151;
  background: url("../img/top/feature_num05.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature05 .img.pc::after {
    width: 98px;
    bottom: calc(100% - 30px);
  }
}
body.home .sec_feature .box_feature05 .img .point {
  position: relative;
  z-index: 1;
  margin-top: -15px;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature05 .img .point {
    position: absolute;
    right: 0;
    top: calc(100% - 30px);
    margin-top: unset;
  }
}
body.home .sec_feature .box_feature05 .loopslider_wrap {
  margin-inline: min(50% - 50vw, -20px);
}

body.home .sec_feature .box_feature05 .loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: 2520px;
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1260px);
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .box_feature05 .loopslider {
    animation: loopslider 140s linear infinite;
    width: 6840px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3420px);
    }
  }
}
body.home .sec_feature .box_feature05 .loopslider_item {
  padding-inline: 5px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature05 .loopslider_item {
    padding-inline: 15px;
  }
}
body.home .sec_feature .box_feature05 .text {
  margin-top: 20px;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature05 .text {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  body.home .sec_feature .box_feature05 .text h3 {
    padding-left: unset;
  }
}
body.home .sec_feature .box_feature05 .text h3::after {
  background: url("../img/top/feature_num05.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature05 .text h3::after {
    content: unset;
  }
}
body.home .sec_feature .box_feature05 .text p {
  line-height: 2;
}

@media (min-width: 768px) {
  body.home .sec_feature .box_feature05 .text .btnstyle a {
    margin-inline: auto 0;
  }
}
body.home .sec_recommended-treatment {
  background: url("../img/top/recommended-treatment_bg.jpg") no-repeat center/cover;
}

body.home .sec_recommended-treatment .h2_top {
  margin-top: -5px;
  margin-bottom: 75px;
}

@media (min-width: 768px) {
  body.home .sec_recommended-treatment .h2_top {
    margin-top: -15px;
    margin-bottom: 125px;
  }
}
body.home .sec_recommended-treatment .h2_top .h2_en {
  padding-block: 20px 7px;
}

@media (min-width: 768px) {
  body.home .sec_recommended-treatment .h2_top .h2_en {
    padding-block: 76px 35px;
  }
}
body.home .sec_recommended-treatment .h2_top .h2_en::after {
  content: "Recommended\atreatment";
  white-space: pre;
  font-size: 48px;
  line-height: 0.7571428571;
}

@media (min-width: 768px) {
  body.home .sec_recommended-treatment .h2_top .h2_en::after {
    font-size: 140px;
    line-height: 0.7571428571;
  }
}
body.home .sec_recommended-treatment .row_treatment:not(:last-child) {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  body.home .sec_recommended-treatment .row_treatment:not(:last-child) {
    margin-bottom: 100px;
  }
}
body.home .sec_recommended-treatment .row_treatment .col_2:not(:last-child) {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  body.home .sec_recommended-treatment .row_treatment .col_2:not(:last-child) {
    margin-bottom: unset;
  }
}
@media (min-width: 768px) {
  body.home .sec_recommended-treatment .row_treatment .col_2 {
    width: 47.5833333333%;
  }
  body.home .sec_recommended-treatment .row_treatment .col_2:not(:nth-child(2n)) {
    margin-right: 4.8333333333%;
  }
}
body.home .sec_recommended-treatment .row_treatment .col_2 p {
  line-height: 2;
}

@media (min-width: 768px) {
  body.home .sec_recommended-treatment .row_treatment .col_2 p {
    margin-bottom: 30px;
  }
}
body.home .sec_recommended-treatment .row_treatment .col_2 .btnstyle {
  margin-right: 10px;
}

body.home .sec_recommended-treatment .row_treatment .col_2 .btnstyle a {
  margin-inline: auto 0;
}

@media (min-width: 768px) {
  body.home .sec_recommended-treatment .row_treatment .col_orthodontics img,
  body.home .sec_recommended-treatment .row_treatment .col_child-childortho img {
    margin-top: -30px;
  }
}
body.home .sec_recommended-treatment .row_treatment .col_oral-surgery img,
body.home .sec_recommended-treatment .row_treatment .col_prevention img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  body.home .sec_recommended-treatment .row_treatment .col_oral-surgery img,
  body.home .sec_recommended-treatment .row_treatment .col_prevention img {
    margin-bottom: 20px;
  }
}
body.home .sec_recommended-treatment .row_treatment h3 {
  padding-left: unset;
  margin-bottom: 20px;
  font-size: 28px;
}

@media (min-width: 768px) {
  body.home .sec_recommended-treatment .row_treatment h3 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
body.home .sec_recommended-treatment .row_treatment h3::after {
  content: unset;
}

body.home .sec_menu {
  position: relative;
  background: url("../img/top/menu_bg01.png") no-repeat center/cover;
}

body.home .sec_menu::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2000/344;
  background: url("../img/top/menu_bg02.png") no-repeat center/contain;
}

body.home .sec_menu .h2_top .h2_en {
  padding-block: 25px 7px;
}

@media (min-width: 768px) {
  body.home .sec_menu .h2_top .h2_en {
    padding-block: 115px 35px;
  }
}
body.home .sec_menu .h2_top .h2_en::after {
  content: "Menu";
}

body.home .sec_menu .menu {
  margin-bottom: 70px;
}

body.home .sec_menu .menu ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: space-evenly;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 40px;
}

@media (min-width: 768px) {
  body.home .sec_menu .menu ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
  body.home .sec_menu .menu ul:not(last-child) {
    margin-bottom: 50px;
  }
}
body.home .sec_menu .menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #595336;
  font-size: 14px;
  line-height: 1.375;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) {
  body.home .sec_menu .menu ul li a {
    font-size: 16px;
  }
}
body.home .sec_menu .menu ul li a:hover {
  opacity: 0.7;
}

body.home .sec_menu .menu ul li a::after {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  margin-top: 10px;
  background: url("../img/common/arrow_s_br.png") no-repeat center/contain;
}

body.home .sec_menu .menu ul li a .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 14px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  body.home .sec_menu .menu ul li a .ic {
    width: 140px;
    margin-bottom: 22px;
  }
}
body.home .sec_menu .menu ul li:nth-of-type(odd) .ic {
  background-color: #e4e0a3;
}

body.home .sec_menu .menu ul li:nth-of-type(even) .ic {
  background-color: #cbcd9d;
}

@media (min-width: 768px) {
  body.home .sec_menu .menu ul:nth-of-type(odd) li:nth-of-type(even) .ic {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  body.home .sec_menu .menu ul:nth-of-type(even) li:nth-of-type(odd) .ic {
    margin-top: 50px;
  }
}
body.home .sec_menu .row.cols_center {
  gap: 5%;
}

@media (min-width: 768px) {
  body.home .sec_menu .row.cols_center .btnstyle {
    margin-bottom: 0;
  }
}
body.home .sec_greeting {
  padding-top: 0;
  padding-bottom: 40px;
  background: url("../img/top/greeting_bg01.png") no-repeat center/cover;
}

@media (min-width: 768px) {
  body.home .sec_greeting {
    padding-block: 100px;
    margin-inline: 100px;
    background: unset;
  }
}
@media (min-width: 768px) {
  body.home .sec_greeting .container {
    position: relative;
    width: 100%;
    max-width: unset;
    padding: 50px;
    padding-top: 290px;
    background: url("../img/top/greeting_bg01.png") no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  body.home .sec_greeting .container::after {
    content: "Greeting";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    display: block;
    margin-top: -103px;
    color: rgba(255, 255, 255, 0.2);
    font-size: 170px;
    letter-spacing: 0.1em;
  }
}
body.home .sec_greeting .head {
  position: relative;
}

@media (min-width: 768px) {
  body.home .sec_greeting .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
  }
}
body.home .sec_greeting .head .h2_top {
  margin-bottom: 110px;
  color: #fff;
}

@media (max-width: 767px) {
  body.home .sec_greeting .head .h2_top {
    font-size: 22.5px;
  }
}
@media (min-width: 768px) {
  body.home .sec_greeting .head .h2_top {
    order: 2;
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.home .sec_greeting .head .h2_top .h2_en {
  color: #fff;
}

@media (max-width: 767px) {
  body.home .sec_greeting .head .h2_top .h2_en {
    padding-block: 39px 14px;
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  body.home .sec_greeting .head .h2_top .h2_en {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body.home .sec_greeting .head .h2_top .h2_en::after {
    content: "Greeting";
    color: #fff;
    font-size: 19.4805194805vw;
    letter-spacing: 0.1em;
    opacity: 0.2;
  }
}
@media (max-width: 767px) {
  body.home .sec_greeting .head .name_l {
    position: absolute;
    top: calc(100% - 3.8961038961vw);
    right: calc(50% + 13.3116883117vw);
    width: 153.5px;
    height: auto;
    aspect-ratio: 307/306;
  }
}
@media (min-width: 768px) {
  body.home .sec_greeting .head .name_l {
    order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.home .sec_greeting .head .name_r {
    position: absolute;
    top: calc(100% - 3.8961038961vw);
    left: calc(50% + 13.3116883117vw);
    width: 153px;
    height: auto;
    aspect-ratio: 306/306;
  }
}
@media (min-width: 768px) {
  body.home .sec_greeting .head .name_r {
    order: 3;
  }
}
body.home .sec_greeting .box_message {
  position: relative;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

body.home .sec_greeting .box_message::before,
body.home .sec_greeting .box_message::after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
}

body.home .sec_greeting .box_message::before {
  top: -20px;
  left: 20px;
  width: 16.2337662338vw;
  height: auto;
  aspect-ratio: 125/147;
  background: url("../img/top/greeting_bg02.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_greeting .box_message::before {
    left: 50px;
    width: 125px;
  }
}
body.home .sec_greeting .box_message::after {
  bottom: -20px;
  right: 20px;
  width: 18.8311688312vw;
  height: auto;
  aspect-ratio: 145/169;
  background: url("../img/top/greeting_bg03.png") no-repeat center/contain;
}

@media (min-width: 768px) {
  body.home .sec_greeting .box_message::after {
    right: 50px;
    width: 145px;
  }
}
body.home .sec_greeting .box_message .inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding-block: max(5.1948051948vw, 20px) 20px;
  padding-inline: 20px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  body.home .sec_greeting .box_message .inner {
    padding-block: 30px 20px;
  }
}
body.home .sec_greeting .box_message .inner::before,
body.home .sec_greeting .box_message .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url("../img/common/line_bubble.png") repeat left/contain;
}

body.home .sec_greeting .box_message .inner::before {
  margin-bottom: max(7.7922077922vw, 30px);
}

@media (min-width: 768px) {
  body.home .sec_greeting .box_message .inner::before {
    margin-bottom: 50px;
  }
}
body.home .sec_greeting .box_message .inner::after {
  margin-top: 30px;
}

@media (min-width: 768px) {
  body.home .sec_greeting .box_message .inner::after {
    margin-top: 40px;
  }
}
body.home .sec_greeting .box_message .inner p {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 2;
}

body.home .sec_greeting .box_message .btnstyle a {
  padding-block: 0.2rem;
  color: #fff !important;
  font-size: 18px;
}

body.home .sec_greeting .box_message .btnstyle a::after {
  background: url("../img/common/arrow_l_wh.png") no-repeat center/contain;
}

.row .box_bg,
.row .box_border {
  padding: 20px;
} /*# sourceMappingURL=bond.css.map */

.ic__tel {
letter-spacing: 0;
}