@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.section_bg {
  background: #f8f7f0;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f8f7f0;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f8f7f0;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f8f7f0;
}

.box_border {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.box_border .box_bg {
  background: #f8f7f0;
}

.section_bg .box_border .box_bg {
  background: #f8f7f0;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .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 a {
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  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;
  min-height: 50px;
  color: #2b2b2b;
  position: relative;
  padding: 0 20px 0 clamp(15px, 2.4vw, 30px);
}
.link_anchor a:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #9c8b3d;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media (min-width: 768px) {
  .link_anchor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 10px;
  }
  .link_anchor.link_col_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .link_anchor.link_col_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .link_anchor li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .link_anchor a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .link_anchor a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}
.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #9c8b3d;
  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: #9c8b3d;
  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: #9c8b3d;
  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 #9c8b3d;
  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: #9c8b3d;
  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: 19px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  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 #ddd;
  border-top: 1px solid #ddd;
}
table.table_address th {
  color: #9c8b3d;
  border-top: 1px solid #9c8b3d;
  border-bottom: 1px solid #9c8b3d;
  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;
  padding: 0.8rem 0.2rem;
  text-align: center;
  font-weight: 400;
}
table.table_timetable thead {
  border-bottom: solid 1px #8d8d8d;
}
table.table_timetable thead th:first-child {
  width: 25%;
}
@media (max-width: 767px) {
  table.table_timetable thead th:first-child {
    width: 30%;
  }
}
table.table_timetable tbody {
  border-bottom: solid 1px #8d8d8d;
}
table.table_timetable tbody th, table.table_timetable tbody td {
  padding: clamp(8px, 1.28vw, 16px) 0.2rem;
}
table.table_timetable tbody th {
  text-align: center;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 80%;
  }
}
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: #9c8b3d;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #fafaf7;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th, table.table td {
    padding: 1.3em 1em;
  }
}
@media (max-width: 767px) {
  table.table th, table.table td {
    font-size: 85%;
  }
}
table.th_td_left tbody th, table.th_td_left tbody td {
  text-align: left !important;
}
table.th_left tbody th {
  text-align: left !important;
}
table.td_left tbody td {
  text-align: left !important;
}
table.td_right tbody td {
  text-align: right !important;
}
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: #9c8b3d !important;
}

.consul2 {
  color: #5298d6 !important;
}

.mark {
  position: relative;
}
.mark:before {
  content: "※";
  font-size: 10px;
  color: #2b2b2b;
  position: absolute;
  left: 100%;
  top: -2px;
}

@media (max-width: 767px) {
  .c-table-note {
    font-size: 90%;
  }
}

.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;
}

.table-custom th, .table-custom td {
  border: 0 !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 clamp(40px, 4.8vw, 60px);
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2.08vw, 26px);
  font-weight: 500;
  height: clamp(30px, 3.2vw, 40px);
  left: 0;
  letter-spacing: 0;
  line-height: clamp(24px, 2.72vw, 34px);
  position: absolute;
  text-align: center;
  top: 0;
  width: clamp(30px, 3.2vw, 40px);
}
@media (max-width: 1249px) {
  .box_faq .question::before,
  .box_faq .answer::before {
    top: 5px;
  }
}
.box_faq .question {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #9c8b3d;
}
.box_faq .question .faq_title {
  cursor: pointer;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #9c8b3d;
  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: #2b2b2b;
  background: #dcdcdc;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 5px solid #f8f7f0;
  background: #f8f7f0;
  border-radius: 0px;
  margin-top: calc(16px * 5.125);
  padding: 50px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #dcdcdc;
  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: #9c8b3d;
}
.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px; /* .flow-block .title の font-size */
  }
}
.flow-block .title {
  /**/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  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;
}
.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: #9c8b3d;
  background: #9c8b3d;
  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)));
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

.l-footer {
  padding: clamp(40px, 8vw, 100px) 0 0;
  background: url(../img/common/p-footer-bg.jpg) no-repeat center top/cover;
}
.l-footer h2.c-footer-title {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: clamp(20px, 1.92vw, 2.4px);
  font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 15px;
}
.l-footer h2.c-footer-title:before {
  display: none;
}
.l-footer h2.c-footer-title:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #a3905d;
}
.l-footer .p-related-banners-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: auto;
}
.l-footer .p-related-banners-list:not(:last-child) {
  margin-bottom: clamp(25px, 5.6vw, 70px);
}
.l-footer .p-sns-banners a {
  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;
  background: #fff;
  border: solid 1px #d4d4d4;
  text-decoration: none;
  height: clamp(60px, 6.8vw, 85px);
  font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
  letter-spacing: normal;
}
.l-footer .p-sns-banners a:after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/common/ic_external.png) no-repeat center/cover;
  position: absolute;
  bottom: 13px;
  right: 14px;
}
.l-footer .p-sns-banners a .ic {
  padding-left: clamp(47px, 4.56vw, 57px);
  position: relative;
}
.l-footer .p-sns-banners a .ic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: clamp(28px, 3.04vw, 38px);
  height: clamp(28px, 3.04vw, 38px);
}
.l-footer .p-sns-banners a .c-insta:before {
  background: url(../img/common/ic_insta.png) no-repeat center/cover;
}
.l-footer .p-sns-banners a .c-line:before {
  background: url(../img/common/ic_line.png) no-repeat center/cover;
}
.l-footer .p-sns-banners a .c-youtube {
  padding-left: clamp(37px, 3.76vw, 47px);
}
.l-footer .p-sns-banners a .c-youtube:before {
  background: url(../img/common/ic_youtube.png) no-repeat center/cover;
  width: clamp(26px, 2.88vw, 36px);
  height: clamp(19px, 2.08vw, 26px);
}
.l-footer .p-sns-banners a .c-x {
  padding-left: clamp(36px, 3.66vw, 46px);
}
.l-footer .p-sns-banners a .c-x:before {
  background: url(../img/common/ic_x.svg) no-repeat center/contain;
  width: clamp(26px, 2.88vw, 36px);
  height: clamp(19px, 2.08vw, 26px);
}
.l-footer .p-db-banner {
  margin: auto;
  margin-top: clamp(60px, 8vw, 100px);
  width: clamp(200px, 24vw, 300px);
}
@media (max-width: 767px) {
  .l-footer .p-related-banners-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .l-footer .p-sns-banners {
    grid-template-columns: 1fr;
    max-width: 320px;
    width: 100%;
    margin: auto;
  }
  .l-footer .p-sns-banners a {
    background: transparent;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-footer .p-related-banners-list a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-footer .p-related-banners-list a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.copyright {
  margin-top: 30px;
  padding: 10px 0 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 55px;
  }
}

.list_list dd a {
  color: #2b2b2b;
  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;
    border-bottom: solid 2px #e1e1e1;
  }
}
@media (min-width: 768px) {
  .list_list dt, .list_list dd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .list_list dt {
    float: left;
    padding-left: 10px;
  }
  .list_list dd {
    padding-left: 120px;
    border-bottom: solid 2px #e1e1e1;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 120s linear infinite;
          animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.loopslider .loopslider_item {
  margin: 0 clamp(7px, 1.2vw, 15px);
}
.loopslider .loopslider_item:nth-child(odd) {
  margin-top: clamp(25px, 4vw, 50px);
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
            animation: loopslider 140s linear infinite;
  }
}
@media (max-width: 767px) {
  .loopslider img {
    width: 300px;
  }
}
.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;
  }
}
@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;
  }
}
.l-footer .c-logo,
.l-common-info .c-logo {
  text-align: center;
  margin-bottom: clamp(20px, 4vw, 50px);
}
.l-footer .p-footer-table,
.l-common-info .p-footer-table {
  background: #fff;
  padding: clamp(10px, 4vw, 50px);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.l-footer .p-footer-table:not(:last-child),
.l-common-info .p-footer-table:not(:last-child) {
  margin-bottom: clamp(20px, 4vw, 50px);
}
.l-footer .p-footer-info,
.l-common-info .p-footer-info {
  width: 100%;
}
.l-footer .p-footer-info th,
.l-footer .p-footer-info td,
.l-common-info .p-footer-info th,
.l-common-info .p-footer-info td {
  font-weight: 400;
  border-bottom: solid 1px #e3e3e3;
  line-height: 1.5;
  padding: 10px 0;
}
.l-footer .p-footer-info th,
.l-common-info .p-footer-info th {
  width: 120px;
  text-align: left;
  position: relative;
}
.l-footer .p-footer-info th:after,
.l-common-info .p-footer-info th:after {
  content: "";
  width: 1px;
  height: 70%;
  background: #9c8b3d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.l-footer .p-footer-info td,
.l-common-info .p-footer-info td {
  padding-left: clamp(10px, 1.44vw, 18px);
}
.l-footer .p-footer-info .ic,
.l-common-info .p-footer-info .ic {
  position: relative;
  padding-left: 28px;
}
.l-footer .p-footer-info .ic:before,
.l-common-info .p-footer-info .ic:before {
  content: "";
  width: 22px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-footer .p-footer-info .ic01:before,
.l-common-info .p-footer-info .ic01:before {
  background: url(../img/common/ic-info01.png) no-repeat center/cover;
}
.l-footer .p-footer-info .ic02:before,
.l-common-info .p-footer-info .ic02:before {
  background: url(../img/common/ic-info02.png) no-repeat center/cover;
}
.l-footer .p-footer-info .ic03:before,
.l-common-info .p-footer-info .ic03:before {
  background: url(../img/common/ic-info03.png) no-repeat center/cover;
}
.l-footer .btnstyle,
.l-common-info .btnstyle {
  margin-top: 20px;
}
.l-footer .l-row:not(:last-child),
.l-common-info .l-row:not(:last-child) {
  margin-bottom: clamp(40px, 4.8vw, 60px);
}
@media (max-width: 767px) {
  .l-footer .c-logo img,
  .l-common-info .c-logo img {
    max-width: 70%;
  }
  .l-footer .l-row .l-col:not(:last-child),
  .l-common-info .l-row .l-col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .l-footer .l-row,
  .l-common-info .l-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(30px, 3.9vw, 60px);
  }
  .l-footer .p-footer-info th,
  .l-footer .p-footer-info td,
  .l-common-info .p-footer-info th,
  .l-common-info .p-footer-info td {
    height: 85px;
  }
}

.p-opning-container {
  padding: clamp(40px, 8vw, 100px) 0;
}
.p-opning-container .container {
  position: relative;
  padding: clamp(10px, 4.8vw, 60px) clamp(30px, 7.6vw, 95px) clamp(30px, 4.8vw, 60px);
  z-index: 0;
}
.p-opning-container .container:before, .p-opning-container .container:after {
  content: "";
  width: calc(100% - clamp(10px, 2vw, 25px));
  height: calc(100% - clamp(10px, 2vw, 25px));
  position: absolute;
  border: solid 2px #9c8b3d;
  z-index: -1;
}
.p-opning-container .container:before {
  left: 0;
  bottom: 0;
}
.p-opning-container .container:after {
  right: 0;
  top: 0;
}
.p-opning-container .c-schedule {
  font-size: clamp(23px, 4vw, 50px);
  color: #9c8b3d;
  font-weight: 400;
  border-bottom: solid 1px #9c8b3d;
  line-height: 1.4;
  padding: 20px 0;
}
.p-opning-container .c-schedule .large {
  font-size: clamp(28px, 4.8vw, 60px);
}
.p-opning-container .c-schedule small {
  font-size: clamp(18px, 3.6vw, 40px);
}
.p-opning-container .c-schedule:before {
  display: none;
}
.p-opning-container .c-schedule .ic {
  padding-left: clamp(70px, 8vw, 100px);
  position: relative;
  display: inline-block;
  text-align: left;
}
.p-opning-container .c-schedule .ic:before {
  content: "";
  width: clamp(50px, 6.24vw, 78px);
  height: clamp(56px, 7.04vw, 88px);
  background: url(../img/common/ic_h2.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
}
.p-opning-container .c-ttl {
  padding: 0;
  border: 0;
  text-align: center;
  color: #9c8b3d;
  font-weight: 400;
  font-size: clamp(24px, 2.88vw, 36px);
  margin-bottom: 10px;
}
.p-opning-container .c-ttl:before {
  display: none;
}
.p-opning-container .c-schedule-list {
  font-size: clamp(18px, 2.08vw, 26px);
  font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  display: table;
  margin: auto;
  line-height: 1.6153846154;
}

.p-post-container {
  padding: clamp(40px, 9.6vw, 120px) 0;
}
.p-post-container h2.h2_ttl {
  margin-bottom: 20px;
}
.p-post-container h2.h2_ttl .jp {
  font-size: clamp(28px, 4.16vw, 52px);
}
.p-post-container h2.h2_ttl .en {
  font-size: clamp(12px, 1.6vw, 20px);
}
.p-post-container .l-row .post-inner {
  padding: clamp(10px, 2.4vw, 30px) clamp(10px, 4vw, 50px) clamp(10px, 4vw, 50px);
  background: #eeeeee;
}
.p-post-container .c-btn a {
  text-decoration: none;
  color: #2b2b2b;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.p-post-container .c-btn a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #9c8b3d;
  border-right: solid 2px #9c8b3d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .p-post-container .c-btn {
    text-align: right;
  }
  .p-post-container .l-row .l-col:not(:last-child):not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .p-post-container .l-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 2.6vw, 50px);
  }
  .p-post-container .l-row .l-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-post-container .l-row .post-inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 85px;
    position: relative;
  }
  .p-post-container .l-row .c-btn {
    position: absolute;
    bottom: 30px;
    right: 50px;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-post-container .c-btn a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-post-container .c-btn a:hover {
    background-color: #f0ebd1;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 15px #f0ebd1;
    box-shadow: 0 0 10px 15px #f0ebd1;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-info-container {
  padding: clamp(60px, 12vw, 150px) 0 clamp(100px, 16vw, 200px);
  background: url(../img/top/p-info-container_bg.png) no-repeat center/cover;
}

.p-loopslider-container {
  padding: clamp(30px, 4vw, 50px) 0 0;
}

.p-medical-container {
  padding: clamp(40px, 9.6vw, 120px) 0;
}
.p-medical-container .btnstyle a {
  font-size: clamp(16px, 1.6vw, 20px);
  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;
  min-height: clamp(80px, 9.6vw, 120px);
  min-width: auto;
  width: 100%;
}
.p-medical-container .btnstyle a:after {
  width: 11px;
  height: 11px;
}
.p-medical-container .p-medical-menulist {
  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 2%;
}
.p-medical-container .p-medical-menulist li {
  width: 49%;
}
@media (max-width: 767px) {
  .p-medical-container .p-medical-menulist li {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .p-medical-container .btnstyle a:before {
    width: 65px;
    height: 75px;
    left: 20px;
  }
  .p-medical-container .p-medical-menulist li {
    width: 275px;
    gap: 30px 32px;
  }
}

.p-search-container {
  padding: clamp(40px, 9.6vw, 120px) 0;
  background: url(../img/top/p-medical-container_bg.jpg) no-repeat center bottom/cover;
}
.p-search-container h2.h2_ttl .jp {
  font-size: clamp(28px, 6.88vw, 86px);
}
.p-search-container .tab_wrap .tab_btn {
  font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: 700;
}
.p-search-container .tab_btn {
  display: block;
}
.p-search-container .tab_item {
  display: none;
}
.p-search-container .tab_item.active {
  display: block;
}
.p-search-container .l-primary > .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;
  margin: 0;
}
.p-search-container .l-primary > .tab_btn_wrap li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: clamp(20px, 2.4vw, 30px);
  background: #fff;
  padding: 11px 0;
  line-height: 1.4;
}
.p-search-container .l-primary > .tab_btn_wrap li.active {
  background: #d4d2c9;
}
.p-search-container .l-primary > .tab_item_wrap {
  padding: clamp(10px, 4vw, 50px);
  background: #d4d2c9;
}
.p-search-container .l-secondary .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: clamp(10px, 1.6vw, 20px);
  margin: 0 0 clamp(20px, 3.04vw, 38px);
  padding: 0 clamp(10px, 1.6vw, 20px);
  border-bottom: solid 2px #9c8b3d;
  line-height: 1.4;
}
.p-search-container .l-secondary .tab_btn_wrap li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: clamp(14px, 1.6vw, 20px);
  background: #fff;
  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;
  min-height: 49px;
}
.p-search-container .l-secondary .tab_btn_wrap li.active {
  -webkit-box-shadow: 0 0 20px #9c8b3d;
          box-shadow: 0 0 20px #9c8b3d;
}
.p-search-container .c-button-list li a {
  background: #ffffff;
  color: #564124;
  border: solid 1px #9c8b3d;
  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;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  padding: clamp(5px, 1.2vw, 15px);
  line-height: 1.4;
}
.p-search-container .c-button-list li a:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #564124;
  position: absolute;
  right: 5px;
  bottom: 5px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-search-container .tab_btn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-search-container .tab_btn:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .p-search-container .l-primary > .tab_btn_wrap li:hover {
    background: #d4d2c9;
  }
  .p-search-container .l-secondary > .tab_btn_wrap li {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-search-container .l-secondary > .tab_btn_wrap li:hover {
    -webkit-box-shadow: 0 0 20px #9c8b3d;
            box-shadow: 0 0 20px #9c8b3d;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-search-container .c-button-list li a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-search-container .c-button-list li a:hover {
    -webkit-box-shadow: 0 0 20px #9c8b3d;
            box-shadow: 0 0 20px #9c8b3d;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .p-search-container .c-button-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-search-container .c-button-list li a {
    font-size: 14px;
    min-height: 52px;
  }
}
@media (min-width: 768px) {
  .p-search-container .c-button-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .p-search-container .l-secondary .c-button-list {
    width: calc(100% - 50px);
    margin: auto;
  }
}

.p-ct-container {
  padding: clamp(40px, 9.6vw, 120px) 0;
}
.p-ct-container h2.h2_ttl .jp {
  font-size: clamp(28px, 4.8vw, 60px);
}
.p-ct-container .l-row:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 50px);
}
.p-ct-container .contents {
  max-width: 445px;
  width: 100%;
}
.p-ct-container .contents p:not(.btnstyle) {
  line-height: 1.875;
}
.p-ct-container .contents .btnstyle {
  margin-top: clamp(20px, 4vw, 50px);
}
.p-ct-container .c-tag-list li {
  border: solid 2px #9c8b3d;
  color: #9c8b3d;
  font-size: clamp(18px, 2.08vw, 26px);
  font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.3461538462;
  background: #fff;
  text-align: center;
  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;
  position: relative;
  min-height: clamp(85px, 11.2vw, 140px);
  font-weight: 700;
  -webkit-box-shadow: 0 0 clamp(10px, 1.6vw, 20px) #9c8b3d;
          box-shadow: 0 0 clamp(10px, 1.6vw, 20px) #9c8b3d;
}
.p-ct-container .c-tag-list li:before {
  content: "";
  border: solid 1px #9c8b3d;
  width: calc(100% - clamp(10px, 1.92vw, 24px));
  height: calc(100% - clamp(10px, 1.92vw, 24px));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.p-ct-container .c-tag-list li:nth-child(even) {
  -webkit-box-shadow: 0 0 20px #676767;
          box-shadow: 0 0 20px #676767;
  color: #676767;
  border-color: #bbbbbb;
}
.p-ct-container .c-tag-list li:nth-child(even):before {
  border-color: #bbbbbb;
}
@media (min-width: 768px) {
  .p-ct-container {
    background: url(../img/top/p-ct-container_bg.jpg) no-repeat center top/cover;
  }
  .p-ct-container .l-row {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 687px 1fr;
    gap: 50px;
  }
  .p-ct-container .c-tag-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-ct-container .c-tag-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.p-treatment-container {
  padding-bottom: clamp(40px, 16vw, 200px);
  background: url(../img/top/p-treatment-container_bg.png) no-repeat center bottom 30%/contain;
}
.p-treatment-container h2 {
  margin-bottom: clamp(40px, 8vw, 100px);
}
.p-treatment-container h3 {
  z-index: 0;
}
.p-treatment-container h3.ttl {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: clamp(20px, 2.56vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 69px;
  color: #fff;
}
.p-treatment-container h3.ttl:before {
  display: none;
}
.p-treatment-container .menu-list {
  font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 20px;
}
.p-treatment-container .menu-list li {
  line-height: 1.6;
  border-bottom: solid 1px #8d8d8d;
  padding-top: 17px;
  padding-bottom: 10px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-treatment-container .p-menu-container {
  padding: 40px 0 35px;
  position: relative;
  z-index: 0;
}
.p-treatment-container .p-menu-container:not(:last-child) {
  margin-bottom: 15px;
}
.p-treatment-container .p-menu-container:before, .p-treatment-container .p-menu-container:after {
  content: "";
  position: absolute;
  width: 1174px;
  height: 500px;
  z-index: -1;
}
.p-treatment-container .p-menu-container:after {
  width: 734px;
  height: 495px;
}
.p-treatment-container .p-menu-container:not(.reverse):before {
  background: url(../img/top/p-treatment_typeA_bg.png) no-repeat center/cover;
  right: -175px;
  top: -15px;
}
.p-treatment-container .p-menu-container:not(.reverse):after {
  background: url(../img/top/p-treatment-container_img01.png) no-repeat center/cover;
  top: -61px;
  left: -385px;
}
.p-treatment-container .p-menu-container:not(.reverse) .menu-list {
  margin-left: auto;
}
.p-treatment-container .p-menu-container:not(.reverse) h3:after {
  content: "";
  width: 830px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#828282));
  background: linear-gradient(to right, #fefefe 0%, #828282 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -200px;
  z-index: -1;
  -webkit-transform: skew(-22deg);
          transform: skew(-22deg);
}
.p-treatment-container .p-menu-container.reverse:before {
  background: url(../img/top/p-treatment_typeB_bg.png) no-repeat center/cover;
  left: -175px;
  top: -22px;
}
.p-treatment-container .p-menu-container.reverse:after {
  background: url(../img/top/p-treatment-container_img02.png) no-repeat center/cover;
  top: 28px;
  right: -385px;
}
.p-treatment-container .p-menu-container.reverse h3:after {
  content: "";
  width: 830px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#a59444), to(#faf9f4));
  background: linear-gradient(to right, #a59444 0%, #faf9f4 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -230px;
  z-index: -1;
  -webkit-transform: skew(-22deg);
          transform: skew(-22deg);
}
@media (max-width: 767px) {
  .p-treatment-container {
    padding-bottom: 60px;
  }
  .p-treatment-container h2 {
    margin-bottom: 80px;
  }
  .p-treatment-container h3 {
    position: absolute;
  }
  .p-treatment-container h3.ttl {
    min-height: auto;
    padding: 5px 20px;
    display: table;
    position: absolute;
    bottom: calc(100% + 18px);
  }
  .p-treatment-container .p-menu-container {
    padding: 0px 0 35px;
  }
  .p-treatment-container .p-menu-container:not(:last-child) {
    margin-bottom: 110px;
  }
  .p-treatment-container .p-menu-container:before {
    width: 568px;
    height: 300px;
    -webkit-transform: skew(-5deg);
            transform: skew(-5deg);
  }
  .p-treatment-container .p-menu-container:after {
    width: 300px;
    height: 160px;
  }
  .p-treatment-container .p-menu-container.reverse:after {
    top: -80px;
    right: -100px;
  }
  .p-treatment-container .p-menu-container.reverse:before {
    left: -50px;
  }
  .p-treatment-container .p-menu-container.reverse .menu-list {
    margin-left: 3vw;
  }
  .p-treatment-container .p-menu-container.reverse h3 {
    left: 10vw;
  }
  .p-treatment-container .p-menu-container.reverse h3.ttl {
    padding-right: 50px;
  }
  .p-treatment-container .p-menu-container.reverse h3.ttl:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a89747), to(#fefefe));
    background: linear-gradient(to right, #a89747 50%, #fefefe 100%);
    width: 100%;
    left: 0;
  }
  .p-treatment-container .p-menu-container:not(.reverse):after {
    left: -123px;
  }
  .p-treatment-container .p-menu-container:not(.reverse):before {
    right: -50px;
  }
  .p-treatment-container .p-menu-container:not(.reverse) .menu-list {
    margin-left: 35vw;
  }
  .p-treatment-container .p-menu-container:not(.reverse) h3 {
    right: 10vw;
  }
  .p-treatment-container .p-menu-container:not(.reverse) h3.ttl:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #828282), to(#fefefe));
    background: linear-gradient(to right, #828282 50%, #fefefe 100%);
    width: 100%;
    left: 0;
  }
  .p-treatment-container .menu-list {
    width: 60%;
    padding-top: 30px;
  }
  .p-treatment-container .menu-list li {
    font-size: 14px;
    padding: 5px 0;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
@media (min-width: 768px) {
  .p-treatment-container .menu-list {
    width: 50%;
  }
  .p-treatment-container .menu-list li {
    line-height: 1.6;
    border-bottom: solid 1px #8d8d8d;
    padding-top: 17px;
    padding-bottom: 10px;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-treatment-container .p-menu-container {
    width: 50%;
    padding: 40px 0 35px;
    min-height: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-treatment-container .p-menu-container.reverse {
    margin-left: auto;
  }
  .p-treatment-container .p-menu-container.reverse h3.ttl {
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
  }
  .p-treatment-container .p-menu-container:not(.reverse) h3.ttl {
    position: absolute;
    top: calc(100% + 50px);
  }
}

.p-features-container {
  background: url(../img/top/p-features-parts_bg.png) no-repeat center top;
}
.p-features-container .p-features-parts:not(:last-child) {
  margin-bottom: clamp(30px, 5.6vw, 70px);
}
.p-features-container .p-features-parts:not(.l-col3) .l-col {
  position: relative;
  z-index: 0;
}
.p-features-container .p-features-parts:not(.l-col3) .num {
  margin: 0;
  color: rgba(187, 187, 187, 0.2);
  font-size: clamp(80px, 14.4vw, 180px);
  font-family: "Times New Roman", serif;
  line-height: 0.7;
  position: absolute;
  top: 0;
  left: -5px;
}
.p-features-container .p-features-parts:not(.l-col3) .c-card-block {
  background: #fff;
  padding: clamp(20px, 4.8vw, 56px);
  border: solid 2px #9c8b3d;
}
.p-features-container .p-features-parts:not(.l-col3) .c-card-block h3 {
  border: 0;
  padding: 0;
}
.p-features-container .p-features-parts:not(.l-col3) .c-card-block h3 .en {
  color: #bbbbbb;
  font-size: clamp(14px, 1.44vw, 18px);
  display: table;
  border-bottom: solid 1px #bbbbbb;
}
.p-features-container .p-features-parts:not(.l-col3) .c-card-block h3 .jp {
  color: #9c8b3d;
  font-size: clamp(22px, 2.4vw, 30px);
  display: block;
  padding-top: 15px;
}
.p-features-container .p-features-parts:not(.l-col3) .c-card-block h3:before {
  display: none;
}
.p-features-container .p-features-parts.l-col3 {
  position: relative;
}
.p-features-container .p-features-parts.l-col3 .l-col {
  position: relative;
  background: #f5f5f5;
}
.p-features-container .p-features-parts.l-col3 .link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-indent: -9999px;
}
.p-features-container .p-features-parts.l-col3 .link:before, .p-features-container .p-features-parts.l-col3 .link:after {
  position: absolute;
  background: #9c8b3d;
  right: 25px;
  bottom: 25px;
}
.p-features-container .p-features-parts.l-col3 .link:before {
  content: "";
  width: 20px;
  height: 20px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.p-features-container .p-features-parts.l-col3 .link:after {
  content: "";
  width: 164px;
  height: 1px;
  bottom: 25px;
}
.p-features-container .p-features-parts.l-col3 figure {
  margin-bottom: 20px;
}
.p-features-container .p-features-parts.l-col3 h3 {
  border: 0;
  padding: 0;
  font-size: clamp(22px, 2.4vw, 30px);
}
.p-features-container .p-features-parts.l-col3 h3:before {
  display: none;
}
.p-features-container .p-features-parts.l-col3 .num {
  position: absolute;
  bottom: 32px;
  left: 25px;
  color: rgba(187, 187, 187, 0.2);
  font-size: clamp(60px, 6.4vw, 80px);
  line-height: 0.8;
  font-family: "Times New Roman", sans-serif;
  margin: 0;
}

.p-features-container .p-features-parts.l-col3 .c-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px clamp(10px, 3.12vw, 39px);
}
.p-features-container .p-features-parts.l-col3 .c-button-list li a {
  color: #9c8b3d;
  border-bottom: solid 1px #9c8b3d;
  min-width: clamp(130px, 10.4vw, 160px);
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 0 4px 4px;
}
.p-features-container .p-features-parts.l-col3 .c-button-list li a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #9c8b3d;
  position: absolute;
  bottom: -1px;
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 767px) {
  .p-features-container .p-features-parts:not(.l-col3) .l-row .l-col:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-features-container .p-features-parts:not(.l-col3) .num {
    left: 0;
  }
  .p-features-container .p-features-parts:not(.l-col3) .c-card-block h3 {
    text-align: center;
  }
  .p-features-container .p-features-parts:not(.l-col3) .c-card-block h3 .en {
    margin: auto;
  }
  .p-features-container .p-features-parts:not(.l-col3) .c-card-block h3 .jp {
    padding-top: 10px;
  }
  .p-features-container .p-features-parts:not(.l-col3):nth-child(odd) .num {
    left: auto;
    right: 0;
  }
  .p-features-container .p-features-parts.l-col3 {
    margin-top: 40px;
  }
  .p-features-container .p-features-parts.l-col3 figure {
    margin: 0;
    width: 95%;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col figure {
    height: 220px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col figure img {
    margin-top: -20px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col .link:before, .p-features-container .p-features-parts.l-col3 .l-row .l-col .link:after {
    bottom: 15px;
    right: 10px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col .link:before {
    width: 15px;
    height: 15px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col .link:after {
    width: 70px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col .contents {
    padding: 20px 10px 60px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col .contents:has(.c-button-list) {
    padding: 20px 10px 20px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col .c-button-list li a:after {
    width: 15px;
    height: 15px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col:nth-child(odd) figure {
    margin-left: auto;
  }
  .p-features-container .p-features-parts.l-col3 .l-row .l-col:nth-child(odd) .num {
    left: auto;
    right: 10px;
  }
  .p-features-container .p-features-parts.l-col3 .num {
    color: #9c8b3d;
    left: 10px;
    bottom: calc(100% - 215px);
  }
}
@media (min-width: 768px) {
  .p-features-container {
    padding-bottom: 60px;
  }
  .p-features-container .p-features-parts:not(.l-col3) .container {
    width: 1760px;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row {
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row .c-card-block {
    max-width: 720px;
    width: 100%;
    position: relative;
    min-height: 415px;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row:not(.reverse) {
    grid-template-columns: 890px 1fr;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row:not(.reverse) .l-col:last-child {
    margin-left: -100px;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row.reverse {
    grid-template-columns: 1fr 890px;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row.reverse .l-col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row.reverse .l-col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row.reverse .l-col:last-child {
    margin-right: -100px;
    z-index: 1;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row.reverse .l-col .c-card-block {
    margin-left: auto;
  }
  .p-features-container .p-features-parts:not(.l-col3) .l-row figure {
    padding-bottom: 40px;
  }
  .p-features-container .p-features-parts:not(.l-col3) .btnstyle {
    text-align: left;
    margin-top: 40px;
  }
  .p-features-container .p-features-parts.l-col3 {
    margin-top: 100px;
  }
  .p-features-container .p-features-parts.l-col3 .container {
    width: 1655px;
  }
  .p-features-container .p-features-parts.l-col3 .l-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px clamp(50px, 6vw, 100px);
  }
  .p-features-container .p-features-parts.l-col3 .l-col {
    position: relative;
    min-height: clamp(530px, 42.4vw, 600px);
  }
  .p-features-container .p-features-parts.l-col3 h3 {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    min-height: 88px;
    margin-bottom: 10px;
  }
  .p-features-container .p-features-parts.l-col3 figure {
    margin: -25px 0 0 -32px;
  }
  .p-features-container .p-features-parts.l-col3 .contents {
    padding: 25px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  .p-features-container .p-features-parts.l-col3 figure {
    margin-top: -10px;
    margin-left: -10px;
    width: 98%;
  }
  .p-features-container .p-features-parts.l-col3 .contents:has(.c-button-list) {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-features-container .p-features-parts.l-col3 .l-col {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-features-container .p-features-parts.l-col3 .l-col:hover {
    background: #9c8b3d;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
  }
  .p-features-container .p-features-parts.l-col3 .l-col:hover a {
    color: #fff;
    border-color: #fff;
  }
  .p-features-container .p-features-parts.l-col3 .l-col:hover a:after, .p-features-container .p-features-parts.l-col3 .l-col:hover a:before {
    background-color: #fff;
  }
  .p-features-container .p-features-parts.l-col3 .l-col:hover .c-button-list a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-features-container .p-features-parts.l-col3 .l-col:hover .c-button-list a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-features-container .p-features-parts.l-col3 .l-col:hover .num {
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.p-greeting-container {
  padding: 0 0 clamp(40px, 9.6vw, 120px);
  overflow: hidden;
}
.p-greeting-container.add_bg {
  position: relative;
}
.p-greeting-container.add_bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../img/top/p-greeting-container_bg2.png) no-repeat center/cover;
  width: 757px;
  height: 625px;
}
.p-greeting-container .l-row:not(:last-child) {
  margin-bottom: clamp(40px, 9.2vw, 115px);
}
.p-greeting-container .txt_inner:not(:last-child) {
  margin-bottom: clamp(20px, 3.6vw, 45px);
}
.p-greeting-container .txt_inner p {
  letter-spacing: 0.08em;
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-greeting-container .bg1,
.p-greeting-container .bg2 {
  position: relative;
  z-index: 0;
}
.p-greeting-container .bg1:before,
.p-greeting-container .bg2:before {
  content: "";
  position: absolute;
  z-index: -1;
}
.p-greeting-container .bg1:before {
  background: url(../img/top/p-greeting-container_bg1.png) no-repeat center/cover;
}
.p-greeting-container .bg2:before {
  background: url(../img/top/p-greeting-container_bg2.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .p-greeting-container {
    padding: 40px 0 40px;
  }
  .p-greeting-container.add_bg:before {
    bottom: -170px;
    left: 0;
    width: 320px;
    height: 264px;
  }
  .p-greeting-container .l-row .l-col:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-greeting-container .bg1 {
    z-index: 1;
  }
  .p-greeting-container .bg1:before {
    width: 320px;
    height: 323px;
    left: 30px;
    top: 40px;
  }
  .p-greeting-container .bg2:before {
    width: 320px;
    height: 264px;
    top: -60px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .p-greeting-container.add_bg:before {
    bottom: -270px;
    left: 0;
    width: 757px;
    height: 625px;
  }
  .p-greeting-container .l-row {
    display: grid;
    grid-template-columns: 545px 1fr;
    gap: 90px;
  }
  .p-greeting-container .l-row.reverse {
    grid-template-columns: 1fr 545px;
  }
  .p-greeting-container .l-row.reverse .l-col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-greeting-container .l-row.reverse .l-col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-greeting-container .bg1:before,
  .p-greeting-container .bg2:before {
    top: 115px;
  }
  .p-greeting-container .bg1:before {
    width: 757px;
    height: 765px;
  }
  .p-greeting-container .bg2:before {
    width: 757px;
    height: 625px;
    background: url(../img/top/p-greeting-container_bg2.png) no-repeat center/cover;
  }
  .p-greeting-container .bg1:before {
    left: calc(100% - 404px);
  }
  .p-greeting-container .bg2:before {
    width: 757px;
    height: 765px;
    right: calc(100% - 404px);
  }
}
.p-greeting-container .row_relative {
  position: relative;
}


.p-parallax-container {
  position: relative;
  height: clamp(250px, 40.8vw, 510px);
}
.p-parallax-container .c-parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.p-parallax-container .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/parallax-image.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
}
.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 {
  /* 指定日予約状況表示 */
}
.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 {
  /* ミックスカレンダーデイリー */
}
.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 {
  /* 予約フォーム */
}
.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 {
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
}
.mce-content-body .content-form .booking-seimei {
  width: 3em;
}
.mce-content-body {
  /* 予約フォーム料金表 */
}
.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 {
  /* 予約フォーム　同意書　送信ボタン */
}
.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}
.mce-content-body {
  /* 予約フォーム オプション表示項目 */
}
.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 {
  /* 予約確認 キャンセル */
}
.mce-content-body .subscription-title {
  font-size: 1.2em;
}

.page-name-doctor .box_faq02 .question, .page-name-doctor .box_faq02 .answer {
  padding-left: 0;
}

.page-name-doctor .box_faq02 .question:before, .page-name-doctor .box_faq02 .question:after, .page-name-doctor .box_faq02 .answer:before{
  display: none;
}
/*# sourceMappingURL=bond.css.map */