@charset "UTF-8";
/* FAQ-Minus */
/* FAQ-Minus */
/* FAQ-Minus */
.section h3:first-child {
  margin-bottom: 27px;
}
.section hr {
  margin-bottom: 67.5px;
  margin-top: 67.5px;
  max-width: 1040px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 112.5px;
    margin-top: 112.5px;
  }
}

.section_bg {
  background: #F8F7F7;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #F8F7F7;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #F8F7F7;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #F8F7F7;
}

.box_bg {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 45px;
  padding: 32px 20px;
}
.box_bg:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg {
    margin-bottom: 56.25px;
    padding: 40px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg: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 {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_6 .box_bg {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_bg {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_3 .box_bg,
  .row .col_4 .box_bg,
  .row .col_5 .box_bg,
  .row .col_6 .box_bg {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_3 .box_bg .box_bg,
  .row .col_4 .box_bg .box_bg,
  .row .col_5 .box_bg .box_bg,
  .row .col_6 .box_bg .box_bg {
    height: auto;
  }
}

.iframe,
.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.iframe iframe,
.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 {
  margin-top: 0;
}

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

/* FAQ-Minus */
.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;
  gap: min(20px , 2.4vw) !important;
}
.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: left;
  padding: 0.8em 1.25em 0.8em 0.8em;
  padding-right: 1.75em;
  width: 100%;
  border-bottom: solid 1px #A5A19C;
  color: #363330;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  top: auto;
  bottom: auto;
}
.link_anchor a:hover {
  opacity: 0.8;
}
.link_anchor a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 8px solid #CFCCC9;
}
@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);
  }
  .link_anchor.link_col_4 li {
    max-width: calc(( 100% - min(20px , 2.4vw) - min(20px , 2.4vw) - min(20px , 2.4vw) ) / 4);
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_arrow,
.ul_check,
.ol_circle {
  margin-bottom: 27px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_arrow:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_arrow li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 13.5px;
  padding-left: 19.8px;
  position: relative;
  color: #504C48;
}
.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_arrow 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_arrow li::before,
.ul_arrow 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_arrow 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_arrow + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 27px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #504C48;
  height: calc(18px / 2);
  left: 0.2em;
  top: calc((18px * 1.75 / 2) - (18px / 4));
  width: calc(18px / 2);
}

.ul_dot li::before {
  background: #A5A19C;
  height: calc(18px * 4 / 5);
  left: 0;
  top: calc((18px * 1.75 / 2) - (18px * 4 / 10) - 1px);
  width: calc(18px * 4 / 5);
}
@media (min-width: 768px) {
  .ul_dot li::before {
    top: calc((18px * 1.75 / 2) - (18px * 4 / 10));
  }
}

.ul_check li {
  padding-left: 1.5em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 10px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: calc((18px * 1.75 / 2) - (18px / 4) + 2px);
  width: 6px;
  z-index: 1;
}
@media (min-width: 768px) {
  .ul_check li::before {
    top: calc((18px * 1.75 / 2) - (18px / 4) + 2px);
    width: 7px;
    height: 11px;
  }
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #78736D;
  width: 18px;
  height: 18px;
  margin: auto;
  left: 0;
  right: auto;
  top: 6px;
  bottom: auto;
  z-index: 0;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .ul_check li:after {
    top: 6px;
    width: 20px;
    height: 20px;
  }
}

.ul_triangle li::before,
.ul_arrow li::before {
  left: 0;
  border: 7px solid transparent;
  border-left: 10px solid #78736D;
  top: calc((18px * 1.75 / 2) - (18px / 4) - 4px);
}
@media (min-width: 768px) {
  .ul_triangle li::before,
  .ul_arrow li::before {
    border: 7px solid transparent;
    border-left: 10px solid #78736D;
    top: calc((18px * 1.75 / 2) - (18px / 4) - 2px);
  }
}

.ol_circle li {
  padding-left: 27px;
  position: relative;
  counter-increment: mycounter;
}
@media (min-width: 768px) {
  .ol_circle li {
    padding-left: 31.5px;
  }
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  color: #78736D;
  content: counter(mycounter, decimal-leading-zero) ".";
  display: block;
  font-size: 1.1em;
  height: 1em;
  left: 0;
  letter-spacing: 0.02em;
  text-align: center;
  top: 0;
  font-family: "Crimson Text", serif;
  position: absolute;
}
@media (min-width: 768px) {
  .ol_circle li::before {
    font-size: 1em;
    height: 1em;
  }
}

@media (min-width: 768px) {
  ul.list_columns_2,
  ul.link_col_2,
  ul.list_col_2,
  ol.list_columns_2 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li,
  ul.link_col_2 li,
  ul.list_col_2 li,
  ol.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3,
  ul.link_col_3,
  ul.list_col_3,
  ol.list_columns_3 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li,
  ul.link_col_3 li,
  ul.list_col_3 li,
  ol.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
.ul_highlight li {
  padding: 1em 1em 1em 2em;
  background: #F8F7F7;
}
.ul_highlight.ul_circle li::before {
  top: calc(11.25px + 1em);
  left: 1em;
}
.ul_highlight.ul_dot li::before {
  top: calc(8.55px + 1em);
  left: 0.8em;
}

/* FAQ-Minus */
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: 2px solid #CFCCC9;
}
table.table_address th {
  color: #504C48;
  border-bottom: 2px solid #504C48;
  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: 0.8em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  background: none;
  padding: 0.8rem 0.2rem;
  text-align: center;
  border: none;
  color: #363330;
  font-weight: normal;
}
table.table_timetable thead th {
  background: none;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th,
table.table_timetable tbody td {
  background: #F3F2F1;
  border-bottom: solid 2px #fff;
}
table.table_timetable tbody th {
  text-align: center;
}
table.table_timetable tbody th:first-child {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th,
table.table td, table.table_normal th,
table.table_normal td {
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: left;
}
table.table thead th,
table.table thead td, table.table_normal thead th,
table.table_normal thead td {
  background: #363330;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
table.table thead th:first-child,
table.table thead td:first-child, table.table_normal thead th:first-child,
table.table_normal thead td:first-child {
  border-left: solid 1px #363330;
}
table.table thead th:last-child,
table.table thead td:last-child, table.table_normal thead th:last-child,
table.table_normal thead td:last-child {
  border-right: solid 1px #363330;
}
table.table tbody th, table.table_normal tbody th {
  border: 1px solid #928C87;
  color: #504C48;
  background: #F3F2F1;
  border-left: 0;
  border-right: 0;
}
table.table tbody td, table.table_normal tbody td {
  border: 1px solid #928C87;
  background: #fff;
  border-right: 0;
}
table.table tbody td:first-of-type, table.table_normal tbody td:first-of-type {
  border-left: 0;
}
@media (min-width: 768px) {
  table.table th,
  table.table td, table.table_normal th,
  table.table_normal td {
    padding: 0.8em;
  }
}
table.table_general th {
  text-align: center;
}
table.table_general tr:nth-child(even) th, table.table_general tr:nth-child(even) td {
  background: #fff;
}
table.table_general tr:nth-child(odd) th, table.table_general tr:nth-child(odd) td {
  background: #F3F2F1;
}
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 tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default tbody tr th:first-child {
    width: 25%;
  }
}
table.table_default tbody th,
table.table_default tbody td {
  text-align: left;
}
table.table_fee th,
table.table_fee td {
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: left;
}
table.table_fee th {
  border: 1px solid #928C87;
  color: #504C48;
  background: #F3F2F1;
}
table.table_fee td {
  border: 1px solid #928C87;
  background: #fff;
}
@media (min-width: 768px) {
  table.table_fee th,
  table.table_fee td {
    padding: 1.3em 1em;
  }
}
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: #6B6661 !important;
}

.consul2 {
  color: #6B6661 !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;
}

.scroll-table,
.scroll-table_pc {
  margin-bottom: 1em;
}
.scroll-table table,
.scroll-table_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .scroll-table table {
    width: auto;
    min-width: 768px;
  }
  .scroll-table table.table_fixed {
    width: 100%;
  }
}
.scroll-table_pc table {
  width: auto;
  min-width: 768px;
}
.scroll-table_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .scroll-table_pc table {
    min-width: 1300px;
  }
}

.scroll-table.scroll-hint {
  overflow-y: hidden !important;
}

/* FAQ-Minus */
.box_faq {
  margin-bottom: 31.5px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 12px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .box_faq .question,
  .box_faq .answer {
    padding: 14.4px 0px 14.4px 67.5px;
  }
}
.box_faq .question::before,
.box_faq .answer::before {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #CFCCC9;
  font-size: 29.25px;
  font-weight: 600;
  height: 45px;
  left: 0.8em;
  letter-spacing: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0.1em;
}
.box_faq .question {
  font-weight: 500;
  line-height: 1.6;
  background: linear-gradient(90.64deg, #363330 0%, #504948 100%);
  color: #fff;
}
@media (max-width: 767px) {
  .box_faq .question {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .box_faq .question::before {
    content: "Q";
  }
}
.box_faq .question .faq_title,
.box_faq .question > p {
  cursor: pointer;
  margin-top: 0;
  padding-right: 45px;
  position: relative;
  color: #fff;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after,
.box_faq .question > p::before,
.box_faq .question > p::after {
  position: absolute;
  content: "";
  top: 13.5px;
  right: 1em;
  background: #fff;
  border-radius: 1px;
  width: 18px;
  height: 3.375px;
}
.box_faq .question .faq_title::after,
.box_faq .question > p::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.box_faq .question.open .faq_title::after,
.box_faq .question.open > p::after {
  transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .box_faq .answer {
    padding-top: 37px;
  }
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: none;
  color: #fff;
  background: #6B6661;
  top: 30px;
}

/* FAQ-Minus */
.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, .box_flow {
  background: #F8F7F7;
  margin-top: 64px;
  padding: 40px;
  position: relative;
}
.flow-block:first-child, .box_flow:first-child {
  margin-top: 0;
}
.flow-block:last-child, .box_flow:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block, .box_flow {
    margin-top: 40px;
    padding: 32px 20px;
  }
}
.flow-block::after, .box_flow::after {
  content: "";
  bottom: -65px;
  border-left: dotted 5px #928C87;
  height: 65px;
  width: 5px;
  display: block;
  position: absolute;
  left: 56.25px;
}
@media (max-width: 767px) {
  .flow-block::after, .box_flow::after {
    bottom: -40px;
    height: 40px;
  }
}
.flow-block:last-child::after, .flow-block.last::after, .box_flow:last-child::after, .box_flow.last::after {
  display: none;
}
.section_bg .flow-block, .section_bg .box_flow {
  background: #fff;
}
.section_bg .flow-block::after, .section_bg .box_flow::after {
  border-top-color: #504C48;
}
.flow-block .title, .box_flow .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: YakuHanMP, "Noto Serif JP", 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;
  border-bottom: solid 1px #A5A19C;
  padding-bottom: 0.5em;
  color: #504C48;
}
@media (min-width: 768px) {
  .flow-block .title, .box_flow .title {
    --flow-title-font-size: 24px; /* .flow-block .title の font-size */
  }
}
.flow-block .title::after, .flow-block .title::before, .box_flow .title::after, .box_flow .title::before {
  display: none;
}
.flow-block .title .num, .flow-block .title .step, .box_flow .title .num, .box_flow .title .step {
  --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*/
  /**/
  font-family: "Crimson Text", serif;
  display: block;
  border: #504C48;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #504C48;
  font-size: 1.5em;
  flex: none;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  aspect-ratio: 1;
  transform: translateY(calc(var(--flow-title-font-size) / 7 / 2 - var(--yugo-minus)));
}
@media (min-width: 768px) {
  .flow-block .title, .box_flow .title {
    font-size: var(--flow-title-font-size);
  }
}
.flow-block .box_bg, .box_flow .box_bg {
  background: #Fff;
}

/* FAQ-Minus */
.home .footer {
  border-top: none;
  background: none;
}

.footer {
  padding: clamp(100px, 27.7777777778vw, 213.0555555556px) 0 0;
  overflow: hidden;
  border-top: 1px solid #E6E5E4;
}
@media (min-width: 768px) {
  .footer {
    padding: clamp(141.75px, 13.125vw, 252px) 0 0;
  }
}
.footer .container {
  width: 1280px;
}
.footer .col_2_2 {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  position: relative;
}
.footer .col_2_2:before, .footer .col_2_2:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  height: 1px;
  right: 0;
  left: -10px;
  margin: auto;
  background: #F3F2F1;
}
.footer .col_2_2:before {
  top: 0;
  bottom: auto;
}
.footer .col_2_2:after {
  top: auto;
  bottom: 0;
}
@media (min-width: 768px) {
  .footer .row .col_2_1 {
    width: 40%;
    margin-right: 18.5%;
  }
  .footer .row .col_2_2 {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 41.5%;
  }
  .footer .row .col_2_2:before, .footer .row .col_2_2:after {
    content: none;
  }
}
.footer .sec_logo {
  margin: 0 0 30px;
}
.footer p {
  line-height: 1.6;
}
.footer p a {
  color: #363330;
}
.footer .footer_time_ttl {
  text-align: center;
  margin: 60px 0 0 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  color: #504C48;
  line-height: 2;
}
.footer .title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer .title_wrap .footer_ttl {
  color: #6B6661;
  font-size: 32px;
  font-weight: 400;
  font-family: "Sorts Mill Goudy", serif;
  text-align: left;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .footer .title_wrap .footer_ttl {
    font-size: 36px;
  }
}
.footer .title_wrap .footer_ttl .sub {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #363330;
}
@media (min-width: 768px) {
  .footer .title_wrap .footer_ttl .sub {
    font-size: 20px;
  }
}
.footer .title_wrap .button_arrow {
  border-bottom: none;
}
.footer .title_wrap .button_arrow:after {
  content: none;
}
.footer .footer_bnr_list {
  text-align: center;
}
.footer .footer_bnr_list li + li {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .footer .footer_bnr_list li + li {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer .footer_bnr_list li {
    margin-top: 0;
  }
}
.footer .footer_bnr_list > li + li {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer .footer_bnr_list > li + li {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer .footer_bnr_list {
    margin-top: clamp(112.5px, 10.4166666667vw, 200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer .footer_bnr_list ul {
    margin: 0;
    display: flex;
    gap: 25px;
    align-items: center;
  }
}
.footer .footer_ul {
  margin-top: 20px;
}
.footer .footer_ul li {
  display: grid;
  grid-template-columns: 48px auto;
  color: #363330;
  align-items: center;
  line-height: 1.5;
  font-size: 18px;
  gap: 0.8em;
}
.footer .footer_ul li + li {
  margin-top: 0.8em;
}
.footer .footer_ul .icon {
  border-radius: 2px;
  border: solid 2px #6B6661;
  width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .footer .footer_ul .icon {
    height: 48px;
  }
}
.footer p.copyright {
  color: #504C48;
  text-align: center;
  margin-top: clamp(73.125px, 6.7708333333vw, 130px);
  margin-bottom: 17vw;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer p.copyright {
    margin-top: clamp(73.125px, 6.7708333333vw, 130px);
    margin-bottom: 40px;
  }
}

/* FAQ-Minus */
.list_list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 140px auto;
}
@media (min-width: 768px) {
  .list_list {
    grid-template-columns: 155px auto;
  }
}
.list_list dt,
.list_list dd {
  border-bottom: solid 1px #e6e6e6;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .list_list dt,
  .list_list dd {
    line-height: 1.8;
    font-size: 18px;
    border: none;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
.list_list dt {
  color: #78736D;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  position: relative;
}
@media (min-width: 768px) {
  .list_list dt:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #e6e6e6;
  }
}
.list_list dd {
  position: relative;
}
.list_list dd a {
  color: #1A1E23;
  text-decoration: none;
  transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 768px) {
  .list_list dd a {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .list_list dd a:hover {
    color: #78736D;
  }
}
@media (min-width: 768px) {
  .list_list dd:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #e6e6e6;
  }
}
@media (min-width: 768px) {
  .list_list dd:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: -155px;
    margin: auto;
    background: #A5A19C;
    transition: 0.4s;
  }
}
.list_list dd:hover:after {
  width: calc(100% + 155px);
}
.list_list dt:has(+ dd a:hover) {
  color: #928C87;
}

/* FAQ-Minus */
.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 button {
  background: #E6E5E4;
  width: 56px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  top: auto;
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .img_slider .img_slide_main button {
    bottom: 0;
  }
}
.img_slider .img_slide_main button.slick-prev {
  border-radius: 10px 2px 2px 10px;
  left: auto;
  right: 70px;
}
.img_slider .img_slide_main button.slick-next {
  border-radius: 2px 10px 10px 2px;
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .img_slider .img_slide_main button:hover {
    background: #CFCCC9;
  }
}
.img_slider .img_slide_main button svg path {
  fill: #504C48 !important;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  content: none;
}

.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 .item img {
  width: 100%;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    content: "";
  }
  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.fadeIn {
  opacity: 0;
  transition: all 0.9s ease;
}

.fadeIn.show {
  opacity: 1;
  transform: none;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
.ofi.cover img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.ofi > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .pc-ofi {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 75%;
  }
  .pc-ofi.cover img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    font-family: "object-fit: cover;";
  }
  .pc-ofi > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
  }
}
.button_arrow {
  font-size: 16px;
  padding: 1.2em 45px 1.2em 0.3em;
  border-bottom: solid 1px #CFCCC9;
  color: #504C48;
  position: relative;
  margin: 0 auto;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  text-align: left;
}
@media (min-width: 768px) {
  .button_arrow {
    max-width: 312px;
  }
}
.button_arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: auto;
  bottom: -1px;
  right: auto;
  left: 0;
  margin: auto;
  background: #6B6661;
  transition: 0.4s;
}
.button_arrow .arrow {
  background: #F3F2F1;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  font-size: 0;
}
.button_arrow .arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90.64deg, #363330 0%, #504948 100%);
  opacity: 0;
  transition: 0.4s;
}
.button_arrow .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/arrow_r.svg) no-repeat center;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .button_arrow:hover {
    color: #78736D !important;
  }
  .button_arrow:hover:after {
    width: 100%;
  }
  .button_arrow:hover .arrow:before {
    opacity: 1;
  }
  .button_arrow:hover .arrow:after {
    animation: arrow 0.4s;
    background: url(../img/common/arrow_r_wh.svg) no-repeat center;
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.scale-link {
  transition: 0.3s;
}
.scale-link figure,
.scale-link .fig {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.scale-link figure img,
.scale-link .fig img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .scale-link:hover img {
    transform: scale(1.2);
  }
}

body:not(.home) .post-type-page .inoue h4 {
  color: #f5a118;
  border-left: 3px solid #f5a118;
}

.inoue table.table tbody th,
.inoue table.table_normal tbody th {
  border: 1px solid #DB973E;
  color: #994900;
  background: #F7EEE3;
}
.inoue table.table tbody td,
.inoue table.table_normal tbody td {
  border: 1px solid #DB973E;
}
.inoue h4 {
  color: #663100;
  border-bottom: solid 1px #DD7C22;
}
.inoue h4:before {
  background: linear-gradient(180deg, #CC4E00 0%, #CF6611 100%);
}
.inoue h5 {
  color: #994900;
}
.inoue h5:before {
  background: #994900;
}
.inoue ul.ul_circle li::before {
  background: #DD7C22;
}
.inoue ul li {
  color: #994900;
}

.btnstyle.ft_bunin a {
  color: #663100;
  border-bottom: solid 1px #F0D4A8;
}

.btnstyle.ft_bunin a::after {
  background: #DD7C22;
}

.btnstyle.ft_bunin a::before {
  background: url(../img/common/arrow_r_color_bunin.svg) no-repeat center;
}

@media (min-width: 768px) {
  .btnstyle.ft_bunin a:hover:before {
    background: url(../img/common/arrow_r_bunin.svg) no-repeat center;
  }
}

body:not(.home, .page-name-hirano) #wrap {
  overflow: hidden;
}
body:not(.home, .page-name-hirano) h2 .subtext {
  color: #504C48;
  display: block;
  font-size: 2.25rem;
  margin-top: 0.27rem;
}
body:not(.home, .page-name-hirano) .btnstyle {
  text-align: center;
}
body:not(.home, .page-name-hirano) #main section .container {
  max-width: 100%;
}

.web_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 176px;
  padding: 0.6em 0;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: #363330;
  margin: 0 auto;
  font-size: 16px;
  height: 56px;
}
@media (min-width: 768px) {
  .web_btn {
    margin: 0;
    padding: 0.7em 0.5em;
  }
}
.web_btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
  background: linear-gradient(90.64deg, #363330 0%, #504948 100%);
}
.web_btn .icon {
  position: relative;
  padding-left: 2em;
}
.web_btn .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 1em;
  background: url(../img/common/icon_calendar_wh.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .web_btn:hover {
    color: #fff;
  }
  .web_btn:hover:before {
    opacity: 0;
  }
}

.top_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.6em;
  color: #363330 !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  font-size: 16px;
  border-bottom: solid 1px;
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .top_btn {
    margin: 0;
    padding: 0.7em 0;
    border: solid 2px #363330;
    border-radius: 4px;
    width: 176px;
    justify-content: center;
    height: 56px;
  }
}
.top_btn .icon {
  position: relative;
  padding-left: 2em;
}
.top_btn .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 1.4444444444em;
  background: url(../img/common/icon_pc01.svg) no-repeat center/contain;
}
.top_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #363330;
}
@media (min-width: 768px) {
  .top_btn:after {
    content: none;
  }
}
@media (min-width: 768px) {
  .top_btn:hover {
    color: #fff;
  }
}

.tel_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 176px;
  padding: 0.6em 0.6em 0.6em 1em;
  border-radius: 4px;
  color: #363330 !important;
  border: solid 2px #363330;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  font-size: 16px;
  justify-content: flex-start;
  height: 56px;
}
@media (min-width: 768px) {
  .tel_btn {
    justify-content: center;
    margin: 0;
    padding: 0.7em 0;
  }
}
.tel_btn .icon {
  position: relative;
  padding-left: 3.6em;
}
@media (min-width: 768px) {
  .tel_btn .icon {
    padding-left: 2em;
  }
}
.tel_btn .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 1.75em;
  background: url(../img/common/sp_icon_tel01.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .tel_btn:hover {
    color: #fff;
  }
}

.text_tel {
  font-size: 14px;
  text-align: center;
  width: fit-content;
}
.text_tel .icon_tel {
  position: relative;
  padding-left: 1em;
  display: block;
  font-size: 26px;
  border-bottom: solid 1px #cccccc;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.5;
  padding-bottom: 0.2em;
}
.text_tel .icon_tel:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 0.7692307692em;
  background: url(../img/common/icon_tel_wh.svg) no-repeat center/contain;
}

.color01 .clinic_name_text {
  color: #001D66;
}
.color01 .clinic_name_text:after {
  border-left: 8px solid #294BA3 !important;
}
@media (min-width: 768px) {
  .color01 .clinic_name_text:hover {
    color: #113591;
  }
}
.color01 .text_tel .icon_tel:before {
  background: url(../img/common/icon_tel01.svg) no-repeat center/contain;
}
.color01 .web_btn {
  background: #001D66;
}
.color01 .web_btn:before {
  background: linear-gradient(105.48deg, #12358f 0%, #215ab5 100%);
}
.color01 .top_btn {
  color: #001D66 !important;
  border-color: #001D66;
}
.color01 .top_btn:after {
  border-left: 8px solid #113591;
}
.color01 .tel_btn {
  color: #113591 !important;
  border: solid 2px #113591;
}

.color02 .clinic_name_text {
  color: #663100;
}
.color02 .clinic_name_text:after {
  border-left: 8px solid #CC6200 !important;
}
@media (min-width: 768px) {
  .color02 .clinic_name_text:hover {
    color: #994900;
  }
}
.color02 .text_tel .icon_tel:before {
  background: url(../img/common/icon_tel02.svg) no-repeat center/contain;
}
.color02 .web_btn {
  background: #663100;
}
.color02 .web_btn:before {
  background: linear-gradient(105.48deg, #CC4E00 0%, #CF6611 100%);
}
.color02 .top_btn {
  color: #663100 !important;
  border-color: #663100;
}
.color02 .top_btn .icon:before {
  background: url(../img/common/icon_pc02.svg) no-repeat center/contain;
}
.color02 .top_btn:after {
  border-left: 8px solid #994900;
}
.color02 .tel_btn {
  color: #994900 !important;
  border: solid 2px #994900;
}
.color02 .tel_btn .icon:before {
  background: url(../img/common/sp_icon_tel02.svg) no-repeat center/contain;
}

.color03 .clinic_name_text {
  color: #4A3C30;
}
.color03 .clinic_name_text:after {
  border-left: 8px solid #625247 !important;
}
@media (min-width: 768px) {
  .color03 .clinic_name_text:hover {
    color: #4A3C30;
  }
}
.color03 .text_tel .icon_tel:before {
  background: url(../img/common/icon_tel03.svg) no-repeat center/contain;
}
.color03 .web_btn {
  background: #4A3C30;
}
.color03 .web_btn:before {
  background: linear-gradient(105.48deg, #207C3C 0%, #458F46 100%);
  background: linear-gradient(90.64deg, #3D3229 0%, #645449 100%);

}
.color03 .top_btn {
  color: #4A3C30 !important;
  border-color: #4A3C30;
}
.color03 .top_btn .icon:before {
  background: url(../img/common/icon_pc03.svg) no-repeat center/contain;
}
.color03 .top_btn:after {
  border-left: 8px solid #4A3C30;
}
.color03 .tel_btn {
  color: #4A3C30 !important;
  border: solid 2px #4A3C30;
}
.color03 .tel_btn .icon:before {
  background: url(../img/common/sp_icon_tel03.svg) no-repeat center/contain;
}

.footer {
  padding-top: clamp(56.25px, 5.2083333333vw, 100px);
}
@media (max-width: 767px) {
  .footer .container {
    width: calc(100% - 40px);
    max-width: 450px;
    margin: 0 auto;
  }
}
.footer .footer_title {
  margin: 0 0 2em;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  color: #363330;
}
@media (min-width: 768px) {
  .footer .footer_title {
    font-size: 32px;
  }
}
.footer .footer_title small {
  font-size: 16px;
  display: block;
}
@media (min-width: 768px) {
  .footer .footer_title small {
    font-size: 18px;
  }
}
.footer .footer_clinic_text {
  font-weight: 400;
  font-size: clamp(18px, 5.3vw, 22px);
  width: calc(100% - 120px - 12px);
  color: #363330;
}
.footer .footer_clinic_text p {
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .footer .footer_clinic_text {
    font-size: 24px;
    width: 9.6em;
    flex: none;
  }
}
.footer .footer_clinic_text small {
  font-size: 14px;
  display: block;
  margin-top: 2px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .footer .footer_clinic_text small {
    font-size: 16px;
  }
}
.footer .footer_clinic_img {
  width: 120px;
}
@media (min-width: 768px) {
  .footer .footer_clinic_img {
    flex: none;
  }
}
.footer .footer_tel_pc {
  flex: 1;
}
@media (max-width: 767px) {
  .footer .footer_tel_pc {
    display: none;
  }
}
.footer .footer_tel_sp {
  width: calc((100% - 12px) / 2);
}
@media (min-width: 768px) {
  .footer .footer_tel_sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .footer_web {
    width: calc((100% - 12px) / 2);
  }
}
.footer .footer_top {
  width: 100%;
}
@media (min-width: 768px) {
  .footer .footer_top {
    width: auto;
  }
}
.footer .footer_clinic_list {
  margin: 0 auto clamp(56.25px, 5.2083333333vw, 100px);
}
@media (min-width: 768px) {
  .footer .footer_clinic_list {
    width: 981px;
    max-width: 100%;
  }
}
.footer .footer_clinic_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 24px;
  border-top: solid 1px #E6E5E4;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer .footer_clinic_list li {
    flex-wrap: wrap;
    gap: 24px 12px;
    padding: 20px 0;
    border: none;
  }
}
.footer .footer_clinic_list li:first-child {
  padding-top: 0;
  border-top: none;
}
.footer .footer_clinic_list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.footer .footer_clinic_list .tel_text {
  padding: 0 1em;
}
.footer .footer_border {
  border-top: solid 1px #E6E5E4;
}
.footer .footer_border .footer_bnr_list {
  margin: 40px auto;
  max-width: 298px;
}
@media (min-width: 768px) {
  .footer .footer_border .footer_bnr_list {
    max-width: 100%;
    margin: clamp(30.9375px, 2.8645833333vw, 55px) 0 clamp(19.6875px, 1.8229166667vw, 35px);
  }
}
.footer .copyright {
  margin: clamp(19.6875px, 1.8229166667vw, 35px) 0 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .copyright {
    margin: clamp(19.6875px, 1.8229166667vw, 35px) 0 clamp(30.9375px, 2.8645833333vw, 55px);
    text-align: left;
  }
}

.fixed_clinic_info {
  z-index: 1;
  background: linear-gradient(118.25deg, #f4f2f0 0%, #fffbf6 100%);
  border-radius: 16px 0px 0px 16px;
  position: fixed;
  z-index: 90;
  filter: drop-shadow(-4px 4px 16px rgba(0, 0, 0, 0.1));
  transition: 0.4s;
  width: 100%;
  top: auto;
  bottom: 0;
}
@media (min-width: 768px) {
  .fixed_clinic_info {
    display: flex;
    width: 546px;
    top: 120px;
    right: 0;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  .fixed_clinic_info {
    top: 90px;
  }
}
.fixed_clinic_info.close {
  transform: translateY(calc(100% - 55px));
}
.fixed_clinic_info.close .con_ttl {
  background: #363330;
}
.fixed_clinic_info.close .con_ttl .clinic_info_text {
  color: #fff;
}
.fixed_clinic_info.close .con_ttl:after {
  transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 768px) {
  .fixed_clinic_info.close {
    transform: translateX(477px);
  }
  .fixed_clinic_info.close .con_ttl:after {
    transform: translate(50%, 0) rotate(-135deg);
  }
}
.fixed_clinic_info .con_ttl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  transition: 0.3s;
  width: 100%;
  border-radius: 16px 16px 0 0;
  height: 55px;
}
@media (min-width: 768px) {
  .fixed_clinic_info .con_ttl {
    border-radius: 16px 0px 0px 16px;
    width: 72px;
    height: auto;
  }
}
.fixed_clinic_info .con_ttl:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #78736D;
  border-right: 1px solid #78736D;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  transform: translate(0, -50%) rotate(135deg);
}
@media (min-width: 768px) {
  .fixed_clinic_info .con_ttl:after {
    top: auto;
    bottom: 30px;
    right: 0;
    left: 0;
    transform: rotate(45deg);
  }
}
@media (min-width: 768px) {
  .fixed_clinic_info .con_ttl:hover {
    background: #363330;
    cursor: pointer;
  }
  .fixed_clinic_info .con_ttl:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .fixed_clinic_info .con_ttl:hover .clinic_info_text {
    color: #fff;
  }
}
.fixed_clinic_info .con_list {
  width: 100%;
  padding: 20px 20px 40px 20px;
}
@media (min-width: 768px) {
  .fixed_clinic_info .con_list {
    width: calc(100% - 50px);
    padding: 40px 10px 40px 16px;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  .fixed_clinic_info .con_list {
    padding: 20px 10px 20px 16px;
  }
}
.fixed_clinic_info .clinic_info_text {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  transition: 0.3s;
  color: #363330;
  font-size: 18px;
  padding: 0.8em 1em;
}
@media (min-width: 768px) {
  .fixed_clinic_info .clinic_info_text {
    writing-mode: vertical-lr;
    color: #766656;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.fixed_clinic_info .clinic_name_text {
  display: block;
  border-bottom: solid 1px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  padding-bottom: 0.2em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .fixed_clinic_info .clinic_name_text {
    font-size: 20px;
  }
}
.fixed_clinic_info .clinic_name_text small {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .fixed_clinic_info .clinic_name_text small {
    font-size: 16px;
  }
}
.fixed_clinic_info .clinic_name_text:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .fixed_clinic_info .clinic_name_text:hover:after {
    right: 0px;
  }
}
.fixed_clinic_info .clinic_info_list > li {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .fixed_clinic_info .clinic_info_list > li {
    padding: 32px clamp(20px, 1.8vw, 25px);
    border-bottom: solid 1px #CFCCC9;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  .fixed_clinic_info .clinic_info_list > li {
    padding: 15px 25px;
  }
}
.fixed_clinic_info .clinic_info_list > li:first-child {
  padding-top: 0;
}
.fixed_clinic_info .clinic_info_list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.fixed_clinic_info .clinic_info_list2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
@media (max-width: 767px) {
  .fixed_clinic_info .clinic_info_list2 {
    gap: 12px;
  }
}
.fixed_clinic_info .clinic_info_list2 .text_tel {
  padding: 0;
}
@media (max-width: 767px) {
  .fixed_clinic_info .clinic_info_list2 li {
    width: calc((100% - 12px) / 2);
  }
}

@media (min-width: 768px) {
  .totop {
    width: 45px;
    right: 80px;
  }
}

#wrap {
  z-index: 0;
  position: relative;
}
#wrap .under_bg {
  position: absolute;
  top: 120px;
  right: 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
  z-index: -1;
}
@media (min-width: 768px) {
  #wrap .under_bg {
    left: 6.25vw;
    width: 46.09375vw;
    right: auto;
  }
}
#wrap .under_bg.fixed {
  position: fixed;
  top: 120px;
}
#wrap .under_bg.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

/* FAQ-Minus */
/* FAQ-Minus */
.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}
.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}
.mce-content-body .calendar-caption {
  font-size: 1.2em;
}
.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}
.mce-content-body .monthly-prev-next {
  font-size: 1em;
}
.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}
.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}
.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}
.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}
.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}
.mce-content-body th.day-left {
  line-height: 2.5em;
}
.mce-content-body td.day-right {
  font-size: 1.5em;
}
.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-mix-calendar th, .mce-content-body .day-mix-calendar td {
  font-size: 1em;
}
.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}
.mce-content-body .content-form {
  margin-bottom: 1em;
}
.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}
.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}
.mce-content-body .content-form legend {
  font-size: 1.1em;
}
.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}
.mce-content-body .content-form td {
  font-size: 0.9em;
}
.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}
.mce-content-body .content-text.small {
  width: 3em;
}
.mce-content-body .input-number {
  margin-right: 1em;
}
.mce-content-body .content-form .booking-seimei {
  width: 3em;
}
.mce-content-body .bill-details td {
  padding-right: 0.5em;
}
.mce-content-body .bill-total, .mce-content-body .bill-tax {
  padding-right: 1.5em;
}
.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}
.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}
.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}
.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}
.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}
.mce-content-body .subscription-title {
  font-size: 1.2em;
}/*# sourceMappingURL=bond.css.map */