@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  background: #C3C1B8;
  margin: 10px 0 32px;
}
.box-border {
  padding: 30px;
  border: 1px solid var(--line_grey);
  background: #fff;
  overflow: hidden;
}
.box-border:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .box-border {
    padding: 20px;
  }
  .box-border:not(:last-child) {
    margin-bottom: 30px;
  }
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}
div.clearfix img + img {
  margin-top: 10px;
}

.link_anchor {
  padding: 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 49px;
  position: relative;
  margin-bottom: 100px !important;
}
.link_anchor:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--blue_02);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.link_anchor li a {
  color: var(--blue_02);
  font-size: 19px;
  line-height: 160%;
  letter-spacing: 1.52px;
  text-decoration: none;
  padding-left: 32px;
  position: relative;
}
.link_anchor li a:before, .link_anchor li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_anchor li a:before {
  width: 24px;
  height: 24px;
  background: #DFDFDF;
  border-radius: 50%;
  left: 0;
}
.link_anchor li a:after {
  background: url(../img/common/arrow_anchor_blue.svg) no-repeat center/cover;
  width: 8px;
  height: 11px;
  left: 8px;
  top: 2px;
}
@media (max-width: 767px) {
  .link_anchor {
    padding: 16px 0 27px;
    gap: 6px 28px;
    margin-bottom: 50px !important;
    display: block;
  }
  .link_anchor.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor:after {
    width: 100%;
  }
  .link_anchor li a {
    font-size: 15px;
    letter-spacing: 1.2px;
    padding-left: 27px;
    display: block;
  }
  .link_anchor li a:before {
    width: 18px;
    height: 18px;
    top: 2px;
    bottom: auto;
  }
  .link_anchor li a:after {
    width: 6px;
    height: 8px;
    left: 7px;
    bottom: auto;
    top: 7px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link_anchor li a:before, .link_anchor li a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .link_anchor li a:hover:before, .link_anchor li a:hover:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .link_anchor li a:hover:before {
    background: var(--blue_02);
  }
  .link_anchor li a:hover:after {
    background: url(../img/common/arrow_anchor_white.svg) no-repeat center/cover;
  }
}

.ol_number {
  counter-reset: my-counter;
}
.ol_number li {
  counter-increment: my-counter;
  padding: 15px 0 15px 42px;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  position: relative;
}
.ol_number li:before {
  content: counter(my-counter);
  color: var(--blue_01);
  font-family: "Cardo", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.2px;
  position: absolute;
  top: 22px;
  left: 0;
}
@media (max-width: 767px) {
  .ol_number li {
    padding: 15px 0 15px 32px;
  }
  .ol_number li:before {
    font-size: 27px;
    letter-spacing: 1.08px;
    top: 16px;
  }
}

.ul_check li {
  color: var(--black);
  line-height: 180%;
  letter-spacing: 1.68px;
  position: relative;
  padding-left: 30px;
}
.ul_check li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ic_check.svg) no-repeat center/cover;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .ul_check li {
    letter-spacing: 1.36px;
  }
  .ul_check li:before {
    top: 6px;
  }
}

.ul_circle li {
  padding-left: 23px;
  position: relative;
}
.ul_circle li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #AE994D;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 5px;
}
@media (max-width: 767px) {
  .ul_circle li:before {
    top: 12px;
    left: 3px;
  }
}

ul.type_line li {
  border-bottom: solid 1px #C3C1B8;
  padding-bottom: 12px;
  margin-bottom: 12px;
  letter-spacing: 1.68px;
}
@media (max-width: 767px) {
  ul.type_line li {
    letter-spacing: 1.36px;
  }
}

.list_parts {
  border: 1px solid var(--gold);
  background: #fff;
}
.list_parts:not(:last-child) {
  margin-bottom: 58px;
}
.list_parts .title {
  color: var(--gold) !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  padding: 15px 20px !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--gold) !important;
  background: rgba(39, 48, 63, 0.1);
  text-align: center;
}
.list_parts .title:before {
  display: none;
}
.list_parts .wrapper {
  padding: 0 30px 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .list_parts:not(:last-child) {
    margin-bottom: 42px;
  }
  .list_parts .title {
    padding: 14px 20px;
    font-size: 19px;
    letter-spacing: 2.28px;
  }
  .list_parts .wrapper {
    padding: 0 20px 30px;
  }
}

@media (min-width: 768px) {
  ul.list_columns_2,
  ol.list_columns_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  ul.list_columns_3,
  ol.list_columns_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
@media (max-width: 767px) {
  ul.sp_list_columns_2,
  ol.sp_list_columns_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  line-height: 1.6;
}
table.table_timetable, table.table {
  margin-bottom: 1em;
}
table.table_timetable:last-child, table.table:last-child {
  margin-bottom: 0;
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  font-weight: 400;
  padding: 10px 0;
}
table.table_timetable th:first-child,
table.table_timetable td:first-child {
  width: 25%;
}
table.table_timetable thead th,
table.table_timetable thead td {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background: rgba(29, 96, 161, 0.1);
  color: var(--black);
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1.6px;
}
table.table_timetable tbody th,
table.table_timetable tbody td {
  color: var(--black);
  font-family: "Cardo", serif;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.96px;
  border-bottom: 1px solid var(--black);
}
table.table_timetable tbody td {
  text-align: center;
}
@media (max-width: 767px) {
  table.table_timetable th,
  table.table_timetable td {
    padding: 10px 0;
  }
  table.table_timetable th:first-child,
  table.table_timetable td:first-child {
    width: 105px;
  }
  table.table_timetable thead th,
  table.table_timetable thead td {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
  table.table_timetable tbody th,
  table.table_timetable tbody td {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
  table.table_timetable .holiday {
    display: inline-block;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
    white-space: nowrap;
  }
}
table.table-default {
  table-layout: fixed;
}
table.table-default:not(:last-child) {
  margin-bottom: 40px;
}
table.table-default th,
table.table-default td {
  font-weight: 400;
  padding: 18px 13px;
  border: 1px solid var(--line_grey);
}
table.table-default th:first-child,
table.table-default td:first-child {
  width: 300px;
}
@media (max-width: 767px) {
  table.table-default th:first-child,
  table.table-default td:first-child {
    width: 180px;
  }
}
table.table-default thead th,
table.table-default thead td {
  text-align: center;
  color: #fff;
}
table.table-default thead th {
  background: var(--black);
}
table.table-default thead td {
  background: var(--blue_01);
}
table.table-default tbody th {
  text-align: left;
  background: var(--gray);
}
table.table-default tbody td {
  padding: 18px 20px 18px 25px;
}
table.table-default tbody td p {
  line-height: 180%;
}
table.table-default tbody td p + hr {
  margin-top: -20px;
  margin-bottom: 30px;
}
table.table-default .price {
  font-size: 28px;
  letter-spacing: 1.12px;
  line-height: 1;
  padding: 0 2px;
  font-family: "Cardo", serif;
}
@media (max-width: 767px) {
  table.table-default th,
  table.table-default td {
    padding: 15px 10px;
  }
  table.table-default tbody th,
  table.table-default tbody td {
    padding: 14px 10px;
  }
}
table.table-menu tbody td {
  text-align: center;
}
@media (max-width: 767px) {
  table.table-menu .price {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}
table.table-access th,
table.table-access td {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.68px;
}
table.table-access tbody tr:first-child th,
table.table-access tbody tr:first-child td {
  border-top: 1px solid var(--black);
}
table.table-access tbody th,
table.table-access tbody td {
  border-bottom: 1px solid var(--black);
}
table.table-access tbody th {
  width: 250px;
  background: rgba(29, 96, 161, 0.1);
  padding: 14px 0;
}
table.table-access tbody td {
  padding: 14px 20px;
  background: #fff;
}
@media (max-width: 767px) {
  table.table-access tbody th,
  table.table-access tbody td {
    letter-spacing: 1.36px;
  }
  table.table-access tbody th {
    width: 110px;
  }
  table.table-access tbody td {
    padding: 14px 15px;
    padding-right: 10px;
  }
}
table.table-normal th,
table.table-normal td {
  font-weight: normal;
  border-bottom: 1px solid #C3C1B8;
  padding: 14px 0;
  letter-spacing: 1.68px;
}
table.table-normal th {
  text-align: left;
  padding-left: 12px;
  padding-right: 40px;
  white-space: nowrap;
}
table.table-normal td {
  width: 100%;
}
@media (max-width: 767px) {
  table.table-normal th,
  table.table-normal td {
    font-size: 17px;
    line-height: 180%;
    letter-spacing: 1.36px;
    padding: 12px 0;
  }
  table.table-normal th {
    padding-left: 2px;
    padding-right: 34px;
  }
}
table.table-center tbody td {
  text-align: center;
  padding: 18px 15px;
}

.table-default + .table_txt {
  margin-top: -27px;
}

@media (min-width: 768px) {
  .responsive-scroll + .table_txt {
    margin-top: 13px;
  }
}
.table_txt {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1.6px;
}
@media (max-width: 767px) {
  .table_txt {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

@media (max-width: 767px) {
  .responsive-scroll {
    overflow-y: scroll;
    margin-right: -25px;
    padding-right: 25px;
  }
  .responsive-scroll table {
    width: 542px;
  }
  .responsive-scroll .sp-wideLarge {
    width: 1050px;
  }
  .responsive-scroll .sp-wideLarge th:first-child {
    width: 300px;
  }
  .scroll-notice {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1.28px;
    margin-bottom: 20px !important;
  }
  .responsive-scroll::-webkit-scrollbar {
    display: none;
  }
}
.scroll-bar-container {
  width: 100%;
  height: 4px;
  background-color: #C3C1B8;
  margin-top: 20px;
  margin-bottom: 17px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.scroll-bar-inner {
  height: 100%;
  background-color: #17366C;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.consul {
  color: var(--gold) !important;
}

.consul2 {
  color: var(--black) !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid var(--black);
}
.box_faq:first-of-type {
  border-top: 1px solid var(--black);
}
.box_faq .question {
  padding: 24px 20px;
}
.box_faq .question .faq_title {
  font-size: 23px;
  line-height: 180%;
  letter-spacing: 1.84px;
  padding-left: 51px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.box_faq .question .faq_title:before {
  content: "Q";
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
  position: absolute;
  top: -5px;
  left: 0;
}
.box_faq .question .faq_title:after {
  content: "";
  width: 15px;
  height: 9px;
  background: url(../img/common/arrow_qa.svg) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 7px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.box_faq .answer {
  padding: 20px;
  background: rgba(39, 48, 63, 0.1);
  border-top: 1px solid var(--line_grey);
  display: none;
}
.box_faq .answer .box-border:not(:last-child) {
  margin-bottom: 20px;
}
.box_faq.open .question .faq_title:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .box_faq .question {
    padding: 21px 9px 20px;
  }
  .box_faq .question .faq_title {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1.44px;
    padding-left: 37px;
    padding-right: 40px;
  }
  .box_faq .question .faq_title:before {
    font-size: 34px;
    letter-spacing: 1.36px;
    top: 0;
  }
  .box_faq .question .faq_title:after {
    top: 11px;
    bottom: auto;
  }
  .box_faq .answer {
    padding: 19px;
  }
}

.flow-parts {
  padding: 40px 39px;
  border: 1px solid var(--line_grey);
  background: #fff;
}
.flow-parts:not(:last-child) {
  margin-bottom: 56px;
  position: relative;
}
.flow-parts:not(:last-child):after {
  content: "";
  width: 24px;
  height: 16px;
  background: var(--blue_01);
  position: absolute;
  top: calc(100% + 21px);
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-parts > h3,
.flow-parts > h4 {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.flow-parts > h3:not(:last-child),
.flow-parts > h4:not(:last-child) {
  margin-bottom: 40px !important;
}
.flow-parts > h3:before,
.flow-parts > h4:before {
  display: none;
}
.flow-parts > h3 .num,
.flow-parts > h4 .num {
  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;
  width: 100px;
  height: 100px;
  color: var(--gold);
  font-family: "Cardo", serif;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 1.44px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100" fill="none"><path d="M50 0L100 50L50 100L0 50L50 0Z" fill="%2327303F"/><path d="M92.293 50L50 92.293L7.70703 50L50 7.70703L92.293 50Z" stroke="white" stroke-opacity="0.5"/></svg>');
  background-size: cover;
}
.flow-parts > h3 .title,
.flow-parts > h4 .title {
  color: var(--blue_01);
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.88px;
  padding: 14px 0;
  border-bottom: 1px solid var(--black);
  display: block;
}
.flow-parts .image-layout:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .flow-parts {
    padding: 20px 19px;
  }
  .flow-parts > h3,
  .flow-parts > h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .flow-parts > h3:not(:last-child),
  .flow-parts > h4:not(:last-child) {
    margin-bottom: 28px !important;
  }
  .flow-parts > h3 .num,
  .flow-parts > h4 .num {
    width: 70px;
    height: 70px;
    font-size: 32px;
    letter-spacing: 1.28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow-parts > h3 .title,
  .flow-parts > h4 .title {
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 2.4px;
  }
  .flow-parts .image-layout:not(:last-child) {
    margin-bottom: 28px !important;
  }
  .flow-parts .image-layout .contents:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow-parts .image-layout.reverse .contents:not(:last-child) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .flow-parts .image-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
  }
  .flow-parts .image-layout.reverse {
    grid-template-columns: 360px 1fr;
  }
  .flow-parts .image-layout.reverse figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flow-parts .image-layout.reverse .contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flow-parts .image-layout .contents {
    line-height: 181%;
  }
}

footer {
  color: #fff;
}
footer .primary_container .col:nth-child(1) {
  background: var(--black_02);
}
footer .primary_container .col:nth-child(2) {
  background: var(--black);
}
footer .foote_logo {
  margin-bottom: 60px;
}
footer .footer_info {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 2.4px;
  margin-bottom: 28px;
}
footer .footer_info li:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer_info a {
  color: #fff;
}
footer .table_timetable {
  margin-bottom: 14px;
}
footer .table_timetable thead th,
footer .table_timetable thead td {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
footer .table_timetable tbody th,
footer .table_timetable tbody td {
  color: #fff;
  border-color: #fff;
}
footer .table_timetable .consul2 {
  color: #fff !important;
}
footer .related-banners {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 192px);
  gap: 16.5px;
}
footer .related-banners a {
  text-decoration: none;
  color: var(--white);
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1.44px;
}
footer .related-banners a .txt {
  display: block;
  text-align: center;
  white-space: nowrap;
  margin-top: 9px;
}
footer .link {
  margin-top: 8px;
  text-align: right;
}
footer .link a {
  color: var(--gold);
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.72px;
  text-decoration-line: underline;
  position: relative;
  padding-left: 19px;
}
footer .link a:before {
  content: "";
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' viewBox='0 0 14 20' fill='none'%3E%3Cpath d='M7 0C3.13 0 0 3.13 0 7C0 12.25 7 20 7 20C7 20 14 12.25 14 7C14 3.13 10.87 0 7 0ZM7 9.5C5.62 9.5 4.5 8.38 4.5 7C4.5 5.62 5.62 4.5 7 4.5C8.38 4.5 9.5 5.62 9.5 7C9.5 8.38 8.38 9.5 7 9.5Z' fill='%23AE994D'/%3E%3C/svg%3E");
  position: absolute;
  top: 3px;
  left: 0;
}
@media (max-width: 767px) {
  footer .primary_container .col {
    padding: 40px 25px;
  }
  footer .holiday {
    display: inline-block;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
    white-space: nowrap;
  }
  footer .foote_logo {
    text-align: center;
    margin-bottom: 29px;
  }
  footer .foote_logo img {
    width: 277px;
  }
  footer .footer_info {
    font-size: 17px;
    letter-spacing: 2.04px;
    margin-bottom: 29px;
  }
  footer .footer_info li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .table_timetable {
    margin-bottom: 13px;
  }
  footer .table_timetable tbody th,
  footer .table_timetable tbody td {
    padding-bottom: 9px;
  }
  footer .table_timetable tbody td {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
  footer .table_timetable .consul,
  footer .table_timetable .consul2 {
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
    display: inline-block;
  }
}
@media (max-width: 767px) {
  footer .primary_container .col:last-child {
    padding-bottom: 115px;
  }
  footer .related-banners {
    grid-template-columns: repeat(2, 148px);
    gap: 19px;
    margin-top: 39px;
  }
  footer .related-banners a .txt {
    font-size: 10px;
    letter-spacing: 1.2px;
    margin-top: 8px;
  }
  footer .related-banners a .txt.yokumite {
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  footer .table_txt {
    margin-bottom: 0;
  }
  footer .link {
    margin-top: 12px;
  }
  footer .link a {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  footer .link a:before {
    top: 1px;
  }
}
@media (min-width: 768px) {
  footer .primary_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .primary_container .col .wrapper {
    max-width: 540px;
    width: 100%;
  }
  footer .primary_container .col:nth-child(1) {
    padding: 80px 60px 80px 0;
  }
  footer .primary_container .col:nth-child(1) .wrapper {
    margin-left: auto;
  }
  footer .primary_container .col:nth-child(2) {
    padding: 80px 0 80px 60px;
  }
  footer .table_timetable th:first-child,
  footer .table_timetable td:first-child {
    width: 150px;
  }
  footer .table_timetable tbody th,
  footer .table_timetable tbody td {
    padding-bottom: 8px;
  }
  footer .table_timetable tbody th .consul,
  footer .table_timetable tbody th .consul2,
  footer .table_timetable tbody td .consul,
  footer .table_timetable tbody td .consul2 {
    font-size: 20px;
  }
  footer .yokumite {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@media (hover: hover) and (pointer: fine) {
  footer .link a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .link a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .related-banners a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .related-banners a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 1.68px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
    letter-spacing: 1.44px;
    text-align: center;
  }
}

body:not(.home) footer {
  margin-top: 100px;
}
@media (max-width: 767px) {
  body:not(.home) footer {
    margin-top: 50px;
  }
}

.list_list dd a {
  color: #27303F;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .list_list dd a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.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;
  }
}
body.page-name-clinic .mce-content-body, body.page-name-doctor .mce-content-body, body.page-name-cataract .mce-content-body {
  width: 100%;
  max-width: 100%;
}
body.page-name-clinic footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  body.page-name-doctor .link_anchor {
    margin-bottom: 52px !important;
  }
}
@media (max-width: 767px) {
  body.page-name-cataract .link_anchor li:not(:last-child) {
    margin-bottom: 6px;
  }
}

.u-clinic-info {
  padding: 0 0 103px;
}
.u-clinic-info .table-access {
  margin-bottom: 80px;
}
.u-clinic-info .table_timetable {
  margin-bottom: 15px;
}
.u-clinic-info .table_timetable th,
.u-clinic-info .table_timetable td {
  padding: 9.5px 0;
}
.u-clinic-info .table_timetable .consul,
.u-clinic-info .table_timetable .consul2 {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  display: inline-block;
  font-size: 20px;
}
.u-clinic-info .table_txt {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .u-clinic-info {
    padding-bottom: 52px;
  }
  .u-clinic-info .table-access {
    margin-bottom: 40px;
  }
  .u-clinic-info .table_timetable .consul,
  .u-clinic-info .table_timetable .consul2 {
    font-size: 14px;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .u-clinic-info .card_layout .col:not(:last-child) {
    margin-bottom: 49px;
  }
}
@media (min-width: 768px) {
  .u-clinic-info .card_layout {
    grid-template-columns: 1fr 400px;
    gap: 50px;
  }
}

.u-clinic-access {
  padding-bottom: 100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}
.u-clinic-access:after {
  content: "";
  width: 85.15625%;
  height: 870px;
  background: url(../img/common/u-clinic-access_bg.jpg) no-repeat center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.u-clinic-access .primary-container {
  margin-bottom: 40px;
}
.u-clinic-access .googlemap {
  padding-top: 0;
  height: 450px;
}
.u-clinic-access .map img {
  outline: solid 1px #C3C1B8;
}
@media (max-width: 767px) {
  .u-clinic-access {
    padding-bottom: 49px;
    margin-bottom: 51px;
  }
  .u-clinic-access:after {
    width: 100%;
    height: calc(100% - 200px);
    background: url(../img/common/u-clinic-access_bg_sp.jpg) no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  .u-clinic-access .primary-container {
    display: grid;
    grid-template-columns: 1fr 640px;
  }
}

.u-clinic-equipment {
  padding-bottom: 100px;
}
.u-clinic-equipment .row .col {
  border: 1px solid var(--line_grey);
  background: #fff;
}
.u-clinic-equipment .row .col .contents {
  padding: 30px 26px 30px 29px;
}
.u-clinic-equipment .row .col .contents h3 {
  border: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--blue_02);
  font-size: 23px;
  line-height: 180%;
  letter-spacing: 1.84px;
}
.u-clinic-equipment .row .col .contents h3:not(:last-child) {
  margin-bottom: 13px;
}
.u-clinic-equipment .row .col .contents h3:before {
  display: none;
}
.u-clinic-equipment .row .col .contents p {
  font-size: 21px;
  letter-spacing: 1.68px;
}
@media (max-width: 767px) {
  .u-clinic-equipment {
    padding-bottom: 50px;
  }
  .u-clinic-equipment .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .u-clinic-equipment .row .col .contents {
    padding: 20px;
  }
  .u-clinic-equipment .row .col .contents h3 {
    font-size: 19px;
    letter-spacing: 1.52px;
  }
  .u-clinic-equipment .row .col .contents p {
    font-size: 17px;
    line-height: 184%;
    letter-spacing: 1.36px;
  }
}
@media (min-width: 768px) {
  .u-clinic-equipment .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .u-clinic-equipment .row figure {
    height: 250px;
  }
  .u-clinic-equipment .row figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.u-clinic-facility {
  padding: 100px 0 127px;
  background: url(../img/common/facility_slider_bg.jpg) no-repeat center/cover;
}
.u-clinic-facility .facility-slider h3 {
  border: 0 !important;
  padding: 0 !important;
  color: var(--black) !important;
  font-size: 24px !important;
  line-height: 140% !important;
  letter-spacing: 2.88px !important;
  margin-top: 30px;
}
.u-clinic-facility .facility-slider h3:not(:last-child) {
  margin-bottom: 15px !important;
}
.u-clinic-facility .facility-slider h3:before {
  display: none;
}
.u-clinic-facility .facility-slider p {
  line-height: 180%;
  letter-spacing: 1.68px;
}
.u-clinic-facility .facility-slider .splide__slide:not(.is-active) h3, .u-clinic-facility .facility-slider .splide__slide:not(.is-active) p {
  opacity: 0;
}
.u-clinic-facility .splide__controls .splide__pagination {
  margin: 0 !important;
  bottom: -41px;
}
.u-clinic-facility .splide__controls .splide__pagination__page {
  background: #fff;
  opacity: 1;
  margin: 0 5px;
}
.u-clinic-facility .splide__controls .splide__pagination__page.is-active {
  background: #1D60A1;
}
.u-clinic-facility .splide__arrows {
  width: 1050px;
  height: 100px;
  top: 210px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.u-clinic-facility .splide__arrows .splide__arrow {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 38%;
  margin: auto;
  opacity: 1;
}
.u-clinic-facility .splide__arrows .splide__arrow:before, .u-clinic-facility .splide__arrows .splide__arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-clinic-facility .splide__arrows .splide__arrow:before {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 11.2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 11.2px rgba(0, 0, 0, 0.08);
}
.u-clinic-facility .splide__arrows .splide__arrow:after {
  width: 24px;
  height: 17px;
  background: url(../img/common/arrow_blue.svg) no-repeat center/cover;
  left: 0;
  right: 0;
  margin: auto;
}
.u-clinic-facility .splide__arrows .splide__arrow--prev {
  left: 0;
}
.u-clinic-facility .splide__arrows .splide__arrow--prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.u-clinic-facility .splide__arrows .splide__arrow--next {
  right: 0;
}
@media (max-width: 767px) {
  .u-clinic-facility {
    padding: 50px 0;
  }
  .u-clinic-facility .facility-slider h3 {
    font-size: 19px;
    letter-spacing: 2.28px;
    margin-top: 33px;
  }
  .u-clinic-facility .facility-slider p {
    letter-spacing: 1.36px;
  }
  .u-clinic-facility .splide__controls {
    position: relative;
    margin-top: 29px;
  }
  .u-clinic-facility .splide__arrows {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    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;
  }
  .u-clinic-facility .splide__arrows .splide__arrow {
    width: 50px;
    height: 50px;
    top: auto;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
  .u-clinic-facility .splide__arrows .splide__arrow:after {
    width: 16px;
    height: 12px;
  }
  .u-clinic-facility .splide__arrows .splide__pagination {
    position: relative;
    bottom: 0;
    display: table;
    padding: 0 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .u-clinic-facility .splide__arrows .splide__arrow:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .u-clinic-facility .splide__arrows .splide__arrow:hover:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .u-clinic-facility .splide__arrows .splide__arrow--prev:hover:after {
    right: 20px;
  }
  .u-clinic-facility .splide__arrows .splide__arrow--next:hover:after {
    left: 20px;
  }
}

.u-doctor-parts:not(:last-child) {
  margin-bottom: 100px;
}
.u-doctor-parts h2 {
  margin-bottom: 49px !important;
}
.u-doctor-parts .primary_container:not(:last-child) {
  margin-bottom: 50px;
}
.u-doctor-parts .primary_container figure img {
  border-radius: 50%;
  border: solid 1px #C3C1B8;
  -webkit-box-shadow: 0 0 11.2px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 11.2px 0 rgba(0, 0, 0, 0.08);
}
.u-doctor-parts .contents p {
  font-size: 21px;
  letter-spacing: 1.68px;
}
.u-doctor-parts .name_head {
  padding: 29px 0 25px;
  border-top: 1px solid #C3C1B8;
  border-bottom: 1px solid #C3C1B8;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.52px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 36px;
}
.u-doctor-parts .name_head .name {
  padding-left: 19px;
  font-size: 32px;
  letter-spacing: 3.84px;
  display: inline-block;
  -webkit-transform: translate(0px, 4px);
          transform: translate(0px, 4px);
}
.u-doctor-parts .name_head .en {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  line-height: 100%;
  letter-spacing: 0.84px;
  padding-left: 37px;
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
  display: inline-block;
}
.u-doctor-parts .secondary_container {
  border: 1px solid #C3C1B8;
  background: #fff;
  padding: 30px 30px 27px;
}
.u-doctor-parts .secondary_container h3 {
  padding: 5px 8px;
  display: table;
  border-top: 0;
  border-bottom: 2px solid var(--gold);
  background: rgba(174, 153, 77, 0.1);
  color: var(--gold);
  font-family: "Noto Sans JP", serif;
  font-size: 21px;
  line-height: 160%;
  letter-spacing: 1.68px;
  margin: 0 0 9px !important;
}
.u-doctor-parts .secondary_container h3:before {
  display: none;
}
.u-doctor-parts .secondary_container .info_flex:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .u-doctor-parts:not(:last-child) {
    margin-bottom: 50px;
  }
  .u-doctor-parts h2 {
    margin-bottom: 38px !important;
  }
  .u-doctor-parts .doctor-image {
    text-align: center;
    margin-bottom: 28px;
  }
  .u-doctor-parts .doctor-image img {
    width: 220px;
  }
  .u-doctor-parts .contents p {
    font-size: 17px;
    line-height: 182%;
    letter-spacing: 1.36px;
  }
  .u-doctor-parts .contents .name_head {
    font-size: 18px;
    letter-spacing: 2.16px;
    padding: 23px 0 17px;
    margin-bottom: 30px;
  }
  .u-doctor-parts .contents .name_head .name {
    font-size: 28px;
    letter-spacing: 3.36px;
  }
  .u-doctor-parts .contents .name_head .en {
    font-size: 19px;
    letter-spacing: 0.8px;
    padding: 14px 0 0;
    display: block;
  }
  .u-doctor-parts .secondary_container {
    padding: 20px;
  }
  .u-doctor-parts .secondary_container .info_flex:not(:last-child) {
    margin-bottom: 31px;
  }
  .u-doctor-parts .secondary_container .box:not(:last-child) {
    margin-bottom: 31px;
  }
  .u-doctor-parts .secondary_container h3 {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1.44px;
    padding: 4px 8px 3px;
  }
  .u-doctor-parts .secondary_container .ul_circle li:not(:last-child) {
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .u-doctor-parts .primary_container {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
  }
  .u-doctor-parts .primary_container figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .u-doctor-parts .primary_container .contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-doctor-parts .doctor-image {
    margin-top: -10px;
  }
  .u-doctor-parts .name_head .en {
    position: relative;
  }
  .u-doctor-parts .name_head .en:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #AE994D;
    position: absolute;
    right: calc(100% - 18px);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .u-doctor-parts .secondary_container .info_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
  .u-doctor-parts .secondary_container .info_flex .ul_circle li {
    letter-spacing: 1.68px;
  }
  .u-doctor-parts .secondary_container .info_flex .ul_circle li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.u-cataract-cardlayout:not(:last-child) {
  margin-bottom: 50px;
}
.u-cataract-cardlayout h2 {
  margin-bottom: 30px;
}
.u-cataract-cardlayout .contents p {
  line-height: 182%;
  letter-spacing: 1.68px;
}
@media (max-width: 767px) {
  .u-cataract-cardlayout .row figure {
    margin-right: -25px;
  }
  .u-cataract-cardlayout .row .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .u-cataract-cardlayout .contents p {
    font-size: 17px;
    letter-spacing: 1.36px;
  }
}
@media (min-width: 768px) {
  .u-cataract-cardlayout .container {
    width: 1130px;
  }
  .u-cataract-cardlayout .row {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 0 60px;
  }
  .u-cataract-cardlayout .row.reverse {
    grid-template-columns: 1fr 440px;
  }
  .u-cataract-cardlayout .row.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .u-cataract-cardlayout .row.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-cataract-cardlayout .row.reverse .contents {
    padding-left: 40px;
  }
}

.u-cataract-features {
  padding: 49px 0 50px;
  position: relative;
  z-index: 0;
}
.u-cataract-features:not(:last-child) {
  margin-bottom: 100px;
}
.u-cataract-features:before {
  content: "";
  width: 1300px;
  height: 100%;
  background: url(../img/common/u-cataract-features_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.u-cataract-features h2 {
  padding: 8px 0 20px !important;
  font-size: 40px !important;
  font-weight: 500;
  line-height: 133% !important;
  letter-spacing: 4.8px !important;
  text-align: left !important;
  position: relative;
  margin-bottom: 52px;
  background: transparent !important;
  color: var(--black) !important;
}
.u-cataract-features h2:before, .u-cataract-features h2:after {
  content: "";
  position: absolute;
}
.u-cataract-features h2:before {
  width: calc(100% - 61px);
  height: 1px;
  background: #17366C;
  bottom: -6px;
  left: 0;
}
.u-cataract-features h2:after {
  width: 46px;
  height: 12px;
  background: url(../img/common/ic_diamond.svg) no-repeat center/cover;
  right: 0;
  bottom: -12px;
}
.u-cataract-features h2 .sub {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.88px;
  display: block;
}
.u-cataract-features h2 .en {
  color: rgba(39, 48, 63, 0.1);
  font-family: "Cormorant Garamond", serif;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 4.8px;
  position: absolute;
  top: 0;
  right: -34px;
}
.u-cataract-features--parts {
  background: #fff;
  padding: 40px;
}
.u-cataract-features--parts:not(:last-child) {
  margin-bottom: 40px;
}
.u-cataract-features--parts .features_ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3.36px;
  border-bottom: 1px solid var(--line_grey);
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.u-cataract-features--parts .features_ttl .color {
  color: var(--gold);
}
.u-cataract-features--parts .features_ttl .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.u-cataract-features--parts .features_ttl .features .en {
  display: inline-block;
  padding: 10px 10px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.8px;
  margin-right: 10px;
}
.u-cataract-features--parts .features_ttl .features .en::first-letter {
  color: var(--gold);
}
.u-cataract-features--parts .features_ttl .features .num {
  width: 50px;
  height: 50px;
  background: var(--black);
  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;
  color: var(--gold);
  text-align: center;
  font-family: Cardo, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
  position: relative;
  z-index: 0;
}
.u-cataract-features--parts .features_ttl .features .num:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #AE994D;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.u-cataract-features--parts p {
  font-size: 21px;
  line-height: 180%;
  letter-spacing: 1.68px;
}
@media (min-width: 768px) {
  .u-cataract-features--parts {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 50px;
  }
  .u-cataract-features--parts.reverse {
    grid-template-columns: 1fr 320px;
  }
  .u-cataract-features--parts.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .u-cataract-features--parts.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .u-cataract-features {
    padding: 37px 0;
  }
  .u-cataract-features:not(:last-child) {
    margin-bottom: 52px;
  }
  .u-cataract-features h2 {
    font-size: 32px;
    line-height: 129%;
    letter-spacing: 3.84px;
    padding: 15px 0 21px;
  }
  .u-cataract-features h2 .sub {
    font-size: 18px;
    letter-spacing: 2.16px;
  }
  .u-cataract-features h2 .en {
    font-size: 90px;
    letter-spacing: 3.6px;
    top: 5px;
    left: 30px;
    right: auto;
  }
  .u-cataract-features--parts {
    padding: 20px;
  }
  .u-cataract-features--parts:not(:last-child) {
    margin-bottom: 30px;
  }
  .u-cataract-features--parts .col:not(:last-child) {
    margin-bottom: 31px;
  }
  .u-cataract-features--parts .features_ttl {
    font-size: 21px;
    line-height: 142%;
    letter-spacing: 2.52px;
    padding-bottom: 21px;
    margin-bottom: 21px;
  }
  .u-cataract-features--parts .features_ttl .features .en {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.64px;
  }
  .u-cataract-features--parts .features_ttl .features .num {
    width: 40px;
    height: 40px;
    font-size: 18px;
    letter-spacing: 0.72px;
  }
  .u-cataract-features--parts p {
    font-size: 17px;
    line-height: 182%;
    letter-spacing: 1.36px;
  }
}

.mil:not(:last-child) {
  margin-bottom: 100px;
}
.mil .mil-table .lens-img {
  height: 140px;
  width: 123px;
}
.mil .mil-table .lens-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .mil:not(:last-child) {
    margin-bottom: 50px;
  }
  .mil .row {
    margin-bottom: 30px;
  }
  .mil .mil-table {
    width: 906px;
  }
  .mil .mil-table thead th:first-child {
    width: 120px;
  }
  .mil .mil-table tbody td {
    padding: 15px 15px;
  }
  .mil .mil-table .lens-img {
    width: 110px;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .mil .mil-table {
    max-width: 1050px;
    margin: auto;
  }
  .mil .mil-table thead th:first-child {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .common_contact .info-list .col:not(:last-child) {
    margin-bottom: 11px !important;
  }
  .common_contact .common_tel .list .phone a {
    padding: 15px 15px 16px 62px;
  }
}
.top_info {
  padding: 60px 0 69px;
}
.top_info .newopen {
  max-width: 1110px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 25px;
}
.top_info .newopen:before, .top_info .newopen:after {
  content: "";
  position: absolute;
}
.top_info .newopen:before {
  width: 512px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#1D60A1), to(rgba(29, 96, 161, 0)));
  background: linear-gradient(-90deg, #1D60A1 0%, rgba(29, 96, 161, 0) 100%);
  top: 5px;
  right: 85px;
}
.top_info .newopen:after {
  width: 46px;
  height: 12px;
  background: url(../img/common/ic_diamond.svg) no-repeat center/cover;
  right: 24px;
  top: 0;
}
.top_info .newopen__txt {
  padding: 23px 0 42px;
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 4.32px;
}
.top_info .newopen__txt .number {
  color: var(--blue_02);
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}
.top_info .newopen__txt .en {
  color: var(--black);
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  letter-spacing: -0.1px;
}
.top_info .newopen__txt .en .wrapper {
  display: inline-block;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.top_info .newopen__txt .en .wrapper::first-letter {
  color: var(--gold);
}
.top_info .newopen__txt .en .wrapper.open_txt {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  margin-left: 14px;
}
.top_info .newopen__schedule {
  width: 92px;
  height: 92px;
  color: var(--blue_02);
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.92px;
  border: solid 1px #BED6E5;
  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;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  position: absolute;
  top: 29px;
  right: 0;
  margin: 0;
}
.top_info .newopen__schedule:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #E1E7EB;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
}
.top_info .newopen__comingsoon {
  color: #17A4CF;
  font-family: "Explora", serif;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: normal;
  position: absolute;
  right: 61px;
  bottom: 0;
}
.top_info .news-container:not(:last-child) {
  margin-bottom: 59px;
}
.top_info .newopen_inner:before, .top_info .newopen_inner:after {
  content: "";
  position: absolute;
}
.top_info .newopen_inner:before {
  width: 512px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#1D60A1), to(rgba(29, 96, 161, 0)));
  background: linear-gradient(90deg, #1D60A1 0%, rgba(29, 96, 161, 0) 100%);
  bottom: 18px;
  left: 61px;
}
.top_info .newopen_inner:after {
  width: 46px;
  height: 12px;
  background: url(../img/common/ic_diamond.svg) no-repeat center/cover;
  left: 0;
  bottom: 12px;
}
.top_info .list_list li {
  position: relative;
}
.top_info .list_list li:before {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../img/common/arrow_blue.svg) no-repeat center/cover;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 4px;
  margin: auto;
}
.top_info .list_list .date {
  color: var(--blue_02);
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.72px;
  padding-right: 30px;
}
.top_info .list_list a {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.6px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 40px;
}
.top_info .info-container {
  padding: 50px 90px;
  background: url(../img/top/info-container_bg.png) no-repeat center/cover;
  max-width: 1380px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
}
.top_info .info-container:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid var(--line_grey);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: 0;
  margin: auto;
  z-index: -1;
}
.top_info .info-container .info-table:not(:last-child) {
  margin-bottom: 50px;
}
.top_info .info-container .info-table th,
.top_info .info-container .info-table td {
  border-bottom: 1px solid var(--line_grey);
  line-height: 160%;
  padding: 14px 0;
}
.top_info .info-container .info-table th {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  width: 120px;
}
.top_info .info-container .info-table td {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding-left: 20px;
}
.top_info .info-container .table_timetable {
  margin-bottom: 12px;
}
.top_info .info-container .table_timetable th,
.top_info .info-container .table_timetable td {
  padding: 10px 0;
}
.top_info .info-container .table_timetable thead th,
.top_info .info-container .table_timetable thead td {
  background: transparent;
}
.top_info .info-container .table_timetable thead th:first-child,
.top_info .info-container .table_timetable thead td:first-child {
  width: 150px;
}
.top_info .info-container .table_timetable tbody td {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1.6px;
}
.top_info .link {
  text-align: right;
  margin-top: 8px;
}
.top_info .link a {
  color: var(--gold);
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.72px;
  position: relative;
  padding-left: 19px;
}
.top_info .link a:before {
  content: "";
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' viewBox='0 0 14 20' fill='none'%3E%3Cpath d='M7 0C3.13 0 0 3.13 0 7C0 12.25 7 20 7 20C7 20 14 12.25 14 7C14 3.13 10.87 0 7 0ZM7 9.5C5.62 9.5 4.5 8.38 4.5 7C4.5 5.62 5.62 4.5 7 4.5C8.38 4.5 9.5 5.62 9.5 7C9.5 8.38 8.38 9.5 7 9.5Z' fill='%23AE994D'/%3E%3C/svg%3E");
  position: absolute;
  top: 3px;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .top_info .list_list li {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_info .list_list li:hover {
    background: rgba(29, 96, 161, 0.1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  .top_info {
    padding: 35px 0 60px;
  }
  .top_info .container {
    max-width: 100%;
  }
  .top_info .newopen {
    max-width: calc(100% - 50px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_info .newopen:before {
    width: 123px;
    top: 19px;
    right: 40px;
  }
  .top_info .newopen:after {
    width: 30px;
    height: 8px;
    right: 0px;
    top: 15px;
  }
  .top_info .newopen__txt {
    font-size: 20px;
    letter-spacing: 2.441px;
  }
  .top_info .newopen__txt .date {
    display: block;
    text-align: center;
  }
  .top_info .newopen__txt .number {
    font-size: 56.497px;
  }
  .top_info .newopen__txt .en {
    font-size: 55px;
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
    display: inline-block;
    margin-top: 11px;
    letter-spacing: -0.4px;
  }
  .top_info .newopen__txt .en .wrapper.open_txt {
    margin-left: 8px;
  }
  .top_info .newopen__schedule {
    width: 52px;
    height: 52px;
    font-size: 14px;
    letter-spacing: 1.12px;
    top: auto;
    bottom: 34px;
  }
  .top_info .newopen__comingsoon {
    font-size: 50px;
    right: 34px;
    bottom: 10px;
  }
  .top_info .newopen_inner:before {
    width: 123px;
    bottom: 20px;
    left: 40px;
  }
  .top_info .newopen_inner:after {
    width: 30px;
    height: 8px;
    bottom: 16px;
  }
  .top_info .newopen {
    margin-bottom: 45px;
  }
  .top_info h2.h2_ttl {
    margin-bottom: 28px;
  }
  .top_info .news-container {
    padding-bottom: 84px;
    position: relative;
    max-width: calc(100% - 50px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_info .news-container .btnstyle {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .top_info .list_list li {
    padding: 10px 0 12px;
    border-bottom: 1px solid var(--line_grey);
  }
  .top_info .list_list li:before {
    top: 4px;
    right: 4px;
  }
  .top_info .list_list .date {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.56px;
    display: inline-block;
    padding: 0;
  }
  .top_info .list_list a {
    font-size: 17px;
    letter-spacing: 1.36px;
    padding-right: 30px;
    line-height: 180%;
  }
  .top_info .info-container {
    max-width: calc(100% - 20px);
    padding: 20px;
  }
  .top_info .info-container .row .col:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_info .info-container .info-table:not(:last-child) {
    margin-bottom: 29px;
  }
  .top_info .info-container .info-table th,
  .top_info .info-container .info-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .top_info .info-container .info-table th {
    padding: 10px 0 3px;
    border: 0;
    font-size: 17px;
    letter-spacing: 0.68px;
  }
  .top_info .info-container .info-table td {
    padding: 0 0 10px;
    font-size: 17px;
    letter-spacing: 1.36px;
  }
  .top_info .info-container .table_timetable {
    margin-bottom: 14px;
  }
  .top_info .info-container .table_timetable thead th:first-child,
  .top_info .info-container .table_timetable thead td:first-child {
    width: 105px;
  }
  .top_info .info-container .table_timetable tbody th,
  .top_info .info-container .table_timetable tbody td {
    padding: 8px 0;
  }
  .top_info .link {
    margin-top: 10px;
  }
  .top_info .link a {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  .top_info .link a:before {
    top: 1px;
  }
}
@media (min-width: 768px) {
  .top_info .container {
    width: 1400px;
  }
  .top_info .news-container {
    padding: 59px 100px 50px;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 100px;
    margin: auto;
  }
  .top_info .news-container:not(:last-child) {
    margin-bottom: 39px;
  }
  .top_info .list_list li {
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid var(--line_grey);
  }
  .top_info .list_list li .date {
    display: inline-block;
    -webkit-transform: translate(1px, 3px);
            transform: translate(1px, 3px);
  }
  .top_info .info-container {
    padding: 50px clamp(50px, -117.568px + 10.811vw, 90px);
  }
  .top_info .info-container .row {
    display: grid;
    grid-template-columns: 540px 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(50px, -159.459px + 13.514vw, 100px);
  }
  .top_info .map-image {
    margin-top: 8px;
  }
}

.top_achievement {
  background: url(../img/top/top_achievement_bg.jpg) no-repeat center/cover;
  position: relative;
  min-height: 601px;
  z-index: 0;
}
.top_achievement:before {
  content: "";
  width: 1010px;
  height: 601px;
  background: url(../img/top/top_achievement_img.png) no-repeat center left/cover;
  position: absolute;
  z-index: -1;
}
.top_achievement .contents_block h2 .jp,
.top_achievement .contents_block h2 .en {
  color: #fff;
}
.top_achievement .total {
  border-top: 1px solid var(--line_grey);
  border-bottom: 1px solid var(--line_grey);
  padding: 19px 0 28px;
  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;
  gap: 22px;
  line-height: 140%;
}
.top_achievement .total__label {
  background: #fff;
  padding: 6px 7px 10px 9px;
  color: var(--blue_01);
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 3.12px;
  display: inline-block;
}
.top_achievement .total__number {
  color: var(--gold);
  font-family: "Cardo", serif;
  font-size: 60px;
  letter-spacing: 2.4px;
  display: inline-block;
  -webkit-transform: translate(-3px, 2px);
          transform: translate(-3px, 2px);
}
.top_achievement .total__unit {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3.84px;
  display: inline-block;
  -webkit-transform: translate(8px, -5px);
          transform: translate(8px, -5px);
}
.top_achievement .card_block {
  margin-bottom: 19px;
}
.top_achievement .card_block .col {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  padding: 5px;
}
.top_achievement .card_block .col .title {
  background: var(--gold);
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.52px;
  margin: 0;
  padding: 15px 0;
}
.top_achievement .card_block .col .total-number {
  background: #fff;
  padding: 10px 0;
  text-align: center;
}
.top_achievement .card_block .col .total-number .number {
  color: var(--gold);
  font-family: "Cardo", serif;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 1.44px;
}
.top_achievement .card_block .col .total-number .unit {
  font-family: "Zen Old Mincho", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.52px;
  display: inline-block;
  -webkit-transform: translate(4px, -2px);
          transform: translate(4px, -2px);
}
.top_achievement .period {
  color: var(--line_grey);
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 2.16px;
  text-align: right;
}
@media (max-width: 767px) {
  .top_achievement {
    background: url(../img/top/top_achievement_bg_sp.jpg) no-repeat center/cover;
    padding: 50px 0;
  }
  .top_achievement:before {
    width: 100%;
    height: 617px;
    background: url(../img/top/top_achievement_img_sp.png) no-repeat center left/cover;
    left: 0;
    bottom: 0;
  }
  .top_achievement h2.h2_ttl {
    margin-bottom: 29px;
  }
  .top_achievement .contents_block {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
  .top_achievement .total {
    padding: 25px 0 27px;
    gap: 13px;
    line-height: 140%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .top_achievement .total__label {
    padding: 5px 8px 5px 12px;
    font-size: 18px;
    letter-spacing: 2.16px;
  }
  .top_achievement .total__number {
    font-size: 48px;
    letter-spacing: 1.92px;
    -webkit-transform: translate(-4px, 3px);
            transform: translate(-4px, 3px);
  }
  .top_achievement .total__unit {
    font-size: 24px;
    letter-spacing: 2.88px;
    -webkit-transform: translate(8px, -5px);
            transform: translate(8px, -5px);
  }
  .top_achievement .card_block {
    width: 325px;
    margin: 0 auto 31px;
  }
  .top_achievement .card_block .col {
    display: grid;
    grid-template-columns: 160px 155px;
  }
  .top_achievement .card_block .col:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_achievement .card_block .col .title {
    font-size: 16px;
    letter-spacing: 1.92px;
    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;
    padding: 8px 0;
  }
  .top_achievement .card_block .col .total-number {
    padding: 8px 0;
  }
  .top_achievement .card_block .col .total-number .number {
    font-size: 30px;
    letter-spacing: 1.2px;
  }
  .top_achievement .card_block .col .total-number .unit {
    font-size: 18px;
    letter-spacing: 2.16px;
    -webkit-transform: translate(3px, -2px);
            transform: translate(3px, -2px);
  }
  .top_achievement .period {
    width: 325px;
    font-size: 14px;
    letter-spacing: 1.68px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .top_achievement:before {
    right: 50%;
    margin-right: -50px;
  }
  .top_achievement .container {
    width: 1198px;
  }
  .top_achievement .contents_block {
    padding: 71px 0 0;
    display: table;
    margin-left: auto;
  }
  .top_achievement .contents_block h2 {
    display: table;
    margin-left: auto;
  }
  .top_achievement .contents_block h2 .en {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .top_achievement .total {
    width: 770px;
    margin-bottom: 20px;
  }
  .top_achievement .card_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    position: relative;
    z-index: 0;
  }
  .top_achievement .card_block:before {
    content: "SURGERY";
    color: rgba(255, 255, 255, 0.3);
    font-family: "Cormorant Garamond", serif;
    font-size: 170px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 6.8px;
    position: absolute;
    top: calc(100% - 76px);
    right: calc(100% - 254px);
    z-index: -1;
  }
  .top_achievement .period {
    margin-right: -2px;
  }
}

.top_menu {
  padding: 100px 0;
  background: url(../img/top/top_menu_bg.jpg) no-repeat center top/cover;
}
.top_menu h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 52px;
}
.top_menu .txt_wrap p {
  font-size: 21px;
  line-height: 180%;
  letter-spacing: 1.68px;
}
.top_menu .txt_wrap p:not(:last-child) {
  margin-bottom: 39px;
}
.top_menu .image {
  position: relative;
  z-index: 0;
}
.top_menu .image:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid #C3C1B8;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.top_menu .image figcaption {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Cormorant Garamond", serif;
  font-size: 170px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 6.8px;
  position: absolute;
  top: calc(100% - 240px);
  left: 14px;
}
.top_menu .primary_container:not(:last-child) {
  margin-bottom: 51px;
}
.top_menu .img_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
.top_menu .img_list li {
  padding: 9px;
  border: 1px solid #C3C1B8;
}
@media (max-width: 767px) {
  .top_menu {
    padding: 180px 0 50px;
    position: relative;
    background: url(../img/top/top_menu_bg_sp.jpg) no-repeat center top/cover;
  }
  .top_menu h2.h2_ttl {
    position: absolute;
    top: 50px;
  }
  .top_menu h3 {
    position: absolute;
    top: 379px;
    margin: 0;
  }
  .top_menu h3 .spbg {
    font-size: 30px;
    letter-spacing: 3.6px;
    padding: 3px 5px 3px 9px;
    background: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
    display: inline-block;
    line-height: 152%;
  }
  .top_menu h3 .spbg:not(:last-child) {
    margin-bottom: 3px;
  }
  .top_menu .image {
    margin-right: -25px;
    margin-left: 25px;
  }
  .top_menu .image figcaption {
    font-size: 80px;
    letter-spacing: 3.2px;
    top: calc(100% - 110px);
    left: 30px;
  }
  .top_menu .primary_container:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_menu .primary_container .txt_wrap {
    margin-top: 60px;
  }
  .top_menu .txt_wrap p {
    font-size: 17px;
    line-height: 182%;
    letter-spacing: 1.36px;
  }
  .top_menu .txt_wrap p:not(:last-child) {
    margin-bottom: 31px;
  }
  .top_menu .secondary_container .col:not(:last-child) {
    margin-bottom: 29px;
  }
  .top_menu .secondary_container .txt_wrap {
    margin-bottom: 40px;
  }
  .top_menu .img_list {
    grid-template-columns: 48.4848% 1fr;
    gap: 20px;
    margin-right: -6px;
  }
}
@media (min-width: 768px) {
  .top_menu .primary_container .container {
    width: 1200px;
  }
  .top_menu .primary_container .row {
    display: grid;
    grid-template-columns: 599px 1fr;
    gap: clamp(30px, -105px + 11.25vw, 111px);
  }
  .top_menu .primary_container .row .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_menu .primary_container .row .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_menu h3 {
    letter-spacing: 4.8px;
    padding: 5px 5px 5px 9px;
    background: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
    display: inline-block;
  }
  .top_menu .image {
    position: relative;
    height: 640px;
    margin-right: -18.68vw;
    margin-top: 51px;
  }
  .top_menu .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_menu .secondary_container .container {
    width: 1380px;
  }
  .top_menu .secondary_container .row {
    display: grid;
    grid-template-columns: 550px 1fr;
    gap: 140px;
  }
  .top_menu .secondary_container .row .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_menu .secondary_container .row .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_menu .secondary_container .wrapper {
    max-width: 600px;
  }
  .top_menu .secondary_container .wrapper .txt_wrap:not(:last-child) {
    margin-bottom: 50px;
  }
  .top_menu .secondary_container .img_list {
    margin-top: 29px;
  }
}

@media (min-width: 768px) {
  .headimage_container {
    position: relative;
  }
  .headimage_container:before {
    content: "";
    width: 1400px;
    height: 100px;
    background: #FBFBF9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .headimage_container:after {
    content: "";
    width: 50vw;
    height: 100px;
    background: #FBFBF9;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .headimage_container figure {
    height: 450px;
  }
  .headimage_container figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.top_teatment h2 {
  border-bottom: solid 1px #C3C1B8;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.top_teatment h2 .sub {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  display: block;
  padding-bottom: 16px;
}
.top_teatment h2 .sub .num {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.96px;
  font-family: "Cardo", serif;
  display: inline-block;
  -webkit-transform: translate(5px, 3px);
          transform: translate(5px, 3px);
}
.top_teatment h2 .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.28px;
  display: inline-block;
}
.top_teatment h2 .en::first-letter {
  color: var(--gold);
}
.top_teatment h2 .jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.64px;
  padding: 9px 7px 10px 9px;
  border: 1px solid var(--black);
  position: relative;
}
.top_teatment h2 .jp:before, .top_teatment h2 .jp:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #27303F;
  position: absolute;
}
.top_teatment h2 .jp:before {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  top: 0;
  left: -1px;
}
.top_teatment h2 .jp:after {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  bottom: 0;
  right: -1px;
}
.top_teatment h2 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
.top_teatment h3 {
  font-family: "Zen Old Mincho", serif;
}
.top_teatment h3 .bg {
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 4.32px;
  margin-bottom: 29px;
  display: inline-block;
  padding: 5px 6px 5px 9px;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}
.top_teatment h3 .bg:not(:last-child) {
  margin-bottom: 6px;
}
.top_teatment h3 .color {
  color: var(--gold);
}
.top_teatment .treatment01 {
  background: url(../img/top/bg_texture01.png) no-repeat center 450px;
  padding-bottom: 97px;
}
.top_teatment .treatment01 .bg-gold1 {
  position: relative;
  z-index: 0;
}
.top_teatment .treatment01 .bg-gold1:before {
  content: "";
  width: 700px;
  height: 700px;
  background: url(../img/top/top_teatment_gold_img01.jpg) no-repeat center/cover;
  position: absolute;
  left: calc(100% - 522px);
  top: 202px;
  z-index: -1;
}
.top_teatment .treatment01 .bg-gold2 {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
}
.top_teatment .treatment01 .bg-gold2:before {
  content: "";
  width: 700px;
  height: 700px;
  background: url(../img/top/top_teatment_gold_img02.jpg) no-repeat center/cover;
  position: absolute;
  right: calc(100% - 460px);
  bottom: 400px;
  z-index: -1;
}
.top_teatment .treatment02 {
  background: url(../img/top/bg_texture02.png) no-repeat center 450px;
  padding-bottom: 100px;
}
.top_teatment .treatment02 .bg-blue {
  position: relative;
  z-index: 0;
}
.top_teatment .treatment02 .bg-blue:before {
  content: "";
  width: 700px;
  height: 700px;
  background: url(../img/top/top_teatment_blue_img01.jpg) no-repeat center/cover;
  position: absolute;
  left: calc(100% - 522px);
  top: 202px;
  z-index: -1;
}
.top_teatment .treatment02 h2 .sub {
  color: #1D60A1;
}
.top_teatment .treatment02 h2 .en::first-letter {
  color: #1D60A1;
}
.top_teatment .treatment02 h3 .large {
  padding: 13px 6px 16px 9px;
}
.top_teatment .treatment02 h3 .icl_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  letter-spacing: 3.12px;
  color: #1D60A1;
}
.top_teatment .treatment02 h3 .icl_txt .en {
  font-size: 50px;
  letter-spacing: 6px;
  font-family: "Cormorant Garamond", serif;
}
.top_teatment .treatment02 .point_list li {
  background: url(../img/top/point_bg_blue.svg) no-repeat center/cover;
}
.top_teatment .treatment02 .secondary_container:not(:last-child) {
  margin-bottom: 80px;
}
.top_teatment .treatment02 .secondary_container .row .box {
  padding: 50px;
}
.top_teatment .treatment02 .secondary_container .row .box h4 .color {
  color: #1D60A1;
}
.top_teatment .treatment02 .secondary_container .row .box .txt_wrap:not(:last-child) {
  margin-bottom: 36px;
}
.top_teatment .treatment02 .secondary_container .row .box .txt_wrap p {
  line-height: 180%;
  letter-spacing: 1.68px;
}
.top_teatment .point_list li {
  min-height: 150px;
  background: url(../img/top/point_bg.svg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.4px;
  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;
  padding: 3px 0px 0px 3px;
}
.top_teatment .image img {
  border: solid 1px #27303F;
}
.top_teatment .secondary_container .container {
  position: relative;
  z-index: 1;
}
.top_teatment .secondary_container .container:not(:last-child) {
  margin-bottom: 80px;
}
.top_teatment .point_parts .number {
  width: 100px;
  height: 100px;
  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: url(../img/top/bg_point_number_bg.svg) no-repeat center/cover;
  color: var(--gold);
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.44px;
  margin: 0;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.top_teatment .point_parts .number .inner {
  display: inline-block;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
.top_teatment .point_parts .box {
  position: relative;
}
.top_teatment .point_parts .box h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3.84px;
  text-align: center;
  margin-bottom: 35px;
  padding: 0 0 0 5px;
}
.top_teatment .point_parts .box h4 .color {
  color: var(--gold);
}
.top_teatment .point_parts .box .list {
  border-top: 1px solid var(--line_grey);
  margin-bottom: 36px;
}
.top_teatment .point_parts .box .list li {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--line_grey);
}
.top_teatment .point_parts .box .list .ttl {
  font-size: 21px;
  line-height: 181%;
  letter-spacing: 1.68px;
  display: block;
}
.top_teatment .point_parts .box .list .ttl strong {
  color: var(--gold);
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3px;
}
.top_teatment .point_parts .box .list .num {
  width: 60px;
  height: 60px;
  background: url(../img/top/bg_number.svg) no-repeat center/cover;
  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;
  color: #fff;
  text-shadow: 0 0 8px rgba(7, 23, 62, 0.35);
  font-family: "Cardo", serif;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.96px;
}
.top_teatment .point_parts .btnstyle {
  text-align: center;
}
.top_teatment .point_parts .btnstyle a {
  text-align: left;
  padding: 13px 38px 13px 13px;
  letter-spacing: 1.6px;
}
.top_teatment .adaptivetest_bnr {
  text-align: center;
}
@media (max-width: 767px) {
  .top_teatment h2 {
    padding-bottom: 19px;
    margin-bottom: 27px;
  }
  .top_teatment h2 .sub {
    font-size: 15px;
    letter-spacing: 0.6px;
    padding-bottom: 21px;
  }
  .top_teatment h2 .sub .num {
    font-size: 20px;
    letter-spacing: 0.8px;
    -webkit-transform: translate(5px, 1px);
            transform: translate(5px, 1px);
  }
  .top_teatment h2 .title {
    display: block;
  }
  .top_teatment h2 .en {
    font-size: 56px;
    letter-spacing: 2.24px;
    margin-bottom: 25px;
    margin-bottom: 19px;
  }
  .top_teatment h2 .jp {
    font-size: 18px;
    letter-spacing: 2.16px;
    padding: 9px 10px 11px 9px;
    margin-left: -1px;
    display: table;
  }
  .top_teatment h3 {
    margin-bottom: 29px;
  }
  .top_teatment h3 .bg {
    font-size: 23px;
    letter-spacing: 2.76px;
    padding: 5px 5px 5px 10px;
    display: inline-block;
    line-height: normal;
    margin: 0;
  }
  .top_teatment h3 .bg:not(:last-child) {
    margin-bottom: 5px;
  }
  .top_teatment .point_list {
    max-width: 325px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_teatment .treatment01 {
    background: url(../img/top/bg_texture01_sp.png) no-repeat center top/cover;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .top_teatment .treatment01 .bg-gold1:before {
    content: "";
    width: 310px;
    height: 310px;
    background: url(../img/top/top_teatment_gold_img01_sp.jpg) no-repeat center/cover;
    left: calc(100% - 125px);
    top: 0;
  }
  .top_teatment .treatment01 .bg-gold2:before {
    content: "";
    width: 300px;
    height: 300px;
    background: url(../img/top/top_teatment_gold_img02_sp.jpg) no-repeat center/cover;
    right: calc(100% - 300px);
    bottom: 800px;
  }
  .top_teatment .treatment02 {
    background: url(../img/top/bg_texture02_sp.png) no-repeat center top/cover;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .top_teatment .treatment02 .bg-blue:before {
    content: "";
    width: 310px;
    height: 310px;
    background: url(../img/top/top_teatment_blue_img01_sp.jpg) no-repeat center/cover;
    left: calc(100% - 125px);
    top: 0;
  }
  .top_teatment .treatment02 h2 {
    margin-bottom: 28px;
  }
  .top_teatment .treatment02 h2 .jp {
    padding: 9px 10px 11px 9px;
  }
  .top_teatment .treatment02 h3 {
    margin-bottom: 30px;
  }
  .top_teatment .treatment02 h3 .large {
    padding: 8px 10px 7px 9px;
  }
  .top_teatment .treatment02 h3 .icl_txt {
    font-size: 18px;
    letter-spacing: 2.16px;
  }
  .top_teatment .treatment02 h3 .icl_txt .en {
    font-size: 30px;
    letter-spacing: 3.6px;
    padding-right: 3px;
  }
  .top_teatment .treatment02 .point_list:not(:last-child) {
    margin-bottom: 15px;
  }
  .top_teatment .treatment02 .point_list li {
    background: url(../img/top/point_bg_blue_sp.svg) no-repeat center/cover;
  }
  .top_teatment .treatment02 .secondary_container .row .box {
    padding: 30px 15px 30px 19px;
  }
  .top_teatment .treatment02 .secondary_container .row .box h4 {
    margin-bottom: 26px;
  }
  .top_teatment .treatment02 .secondary_container .row .box .txt_wrap:not(:last-child) {
    margin-bottom: 26px;
  }
  .top_teatment .treatment02 .secondary_container .row .box .txt_wrap p {
    letter-spacing: 1.36px;
    line-height: 182%;
  }
  .top_teatment .treatment02 .secondary_container .row .box .btnstyle {
    margin-right: 5px;
  }
  .top_teatment .treatment02 .secondary_container .contents .box h4 {
    padding: 0;
  }
  .top_teatment .primary_container {
    padding-bottom: 39px;
  }
  .top_teatment .primary_container .image {
    margin-right: -25px;
  }
  .top_teatment .primary_container .row .col:not(:last-child) {
    margin-bottom: 28px;
  }
  .top_teatment .primary_container .banner {
    width: 325px;
    margin: auto;
  }
  .top_teatment .point_list li {
    background: url(../img/top/point_bg_sp.svg) no-repeat center/cover;
    min-height: 60px;
    font-size: 17px;
    letter-spacing: 2.04px;
  }
  .top_teatment .point_list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .top_teatment .point_list li .txt {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  .top_teatment .secondary_container .container {
    max-width: 100%;
    padding: 10px;
    border: 1px solid #C3C1B8;
  }
  .top_teatment .secondary_container .container:not(:last-child) {
    margin-bottom: 39px;
  }
  .top_teatment .secondary_container .point_parts {
    background: url(../img/top/bg_point_typeA_sp.jpg) no-repeat center bottom/cover;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  }
  .top_teatment .secondary_container .point_parts .number {
    font-size: 32px;
    letter-spacing: 1.28px;
    width: 80px;
    height: 80px;
  }
  .top_teatment .secondary_container .point_parts .btnstyle a {
    padding: 13px 38px 13px 12px;
  }
  .top_teatment .secondary_container .point_parts .btnstyle a:after {
    right: 16px;
  }
  .top_teatment .secondary_container .contents {
    padding: 40px 10px;
  }
  .top_teatment .secondary_container .contents .box {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
    padding: 61px 20px 30px 20px;
  }
  .top_teatment .secondary_container .contents .box h4 {
    font-size: 23px;
    letter-spacing: 2.76px;
    padding: 0 0 0 3px;
    margin-bottom: 24px;
  }
  .top_teatment .secondary_container .contents .box .list {
    margin-bottom: 23px;
  }
  .top_teatment .secondary_container .contents .box .list li {
    grid-template-columns: 65px 1fr;
    padding: 12px 0 13px;
  }
  .top_teatment .secondary_container .contents .box .list li .num {
    width: 50px;
    height: 50px;
    font-size: 20px;
    letter-spacing: 0.8px;
  }
  .top_teatment .secondary_container .contents .box .list .ttl {
    font-size: 17px;
    letter-spacing: 1.36px;
  }
  .top_teatment .secondary_container .contents .box .list .ttl strong {
    font-size: 19px;
    letter-spacing: 2.28px;
  }
  .top_teatment .adaptivetest_bnr {
    width: calc(100% - 50px);
    margin: auto;
  }
}
@media (min-width: 768px) {
  .top_teatment .container {
    width: 1400px;
  }
  .top_teatment .primary_container .row {
    display: grid;
    grid-template-columns: 710px 1fr;
    padding-left: 100px;
  }
  .top_teatment .primary_container .row .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_teatment .primary_container .row .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_teatment .point_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .top_teatment .contents {
    position: relative;
    z-index: 1;
  }
  .top_teatment .image {
    position: relative;
    width: 700px;
    -webkit-transform: translateX(-29px);
            transform: translateX(-29px);
  }
  .top_teatment .secondary_container {
    margin-top: -147px;
    position: relative;
    z-index: 1;
  }
  .top_teatment .secondary_container .container {
    width: 1400px;
    border: solid 1px #C3C1B8;
    padding: 9px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  }
  .top_teatment .secondary_container .row {
    display: grid;
    grid-template-columns: 480px 1fr;
    background: url(../img/top/bg_point_typeA.jpg) no-repeat center bottom/cover;
  }
  .top_teatment .secondary_container .row .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 60px clamp(20px, -107.647px + 10.294vw, 90px);
  }
  .top_teatment .secondary_container .row .box {
    padding: 90px clamp(20px, -34.706px + 4.412vw, 50px) 50px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
    max-width: 720px;
    width: 100%;
  }
  .top_teatment .point_parts.reverse {
    grid-template-columns: 1fr 480px;
  }
  .top_teatment .point_parts.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_teatment .point_parts.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_teatment .treatment02 .secondary_container {
    margin-top: -128px;
  }
  .top_teatment .point_wrapper {
    position: relative;
  }
  .top_teatment .point_wrapper .point_list {
    margin: 0;
  }
  .top_teatment .point_wrapper .banner {
    width: 330px;
    height: 150px;
    position: absolute;
    top: 0;
    left: calc(100% + 40px);
  }
}
@media (min-width: 1921px) {
  .top_teatment .treatment01 {
    background-size: cover;
  }
}

.top_loopslider .loopslider_wrap {
  overflow: hidden;
}
.top_loopslider .loopslider {
  -webkit-animation: loopslider 40s linear infinite;
          animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  height: 100%;
}
.top_loopslider .loopslider .loopslider_item {
  width: 427px;
}
@-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 (max-width: 767px) {
  .top_loopslider .loopslider {
    -webkit-animation: loopslider 40s linear infinite;
            animation: loopslider 40s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: max-content;
    height: 100%;
  }
  .top_loopslider .loopslider .loopslider_item {
    width: 320px;
  }
}

.top_features {
  padding: 100px 0 146px;
  background: url(../img/top/bg_features.jpg) no-repeat center/cover;
}
.top_features h2 {
  color: #fff;
}
.top_features h3 {
  padding-bottom: 25px;
  margin-bottom: 24px;
  border-bottom: solid 1px #C3C1B8;
}
.top_features h3 .en {
  color: var(--blue_01);
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 34px;
}
.top_features h3 .en .txt {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.top_features h3 .en .num {
  font-family: "Cardo", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.44px;
}
.top_features h3 .title .bg {
  padding: 5px 5px 5px 9px;
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  color: var(--black);
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3.6px;
}
.top_features h3 .title .bg:not(:last-child) {
  margin-bottom: 6px;
}
.top_features h3 .title .color {
  color: var(--gold);
}
.top_features .features-slider .row .box p {
  line-height: 180%;
  letter-spacing: 1.68px;
}
.top_features .splide__controls .splide__pagination {
  margin: 0 !important;
  bottom: -49px;
}
.top_features .splide__controls .splide__pagination__page {
  background: #fff;
  opacity: 1;
  margin: 0 5px;
}
.top_features .splide__controls .splide__pagination__page.is-active {
  background: #1D60A1;
}
.top_features .splide__arrows {
  width: 1200px;
  height: 100px;
  top: 210px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.top_features .splide__arrows .splide__arrow {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 38%;
  margin: auto;
  opacity: 1;
}
.top_features .splide__arrows .splide__arrow:before, .top_features .splide__arrows .splide__arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_features .splide__arrows .splide__arrow:before {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 11.2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 11.2px rgba(0, 0, 0, 0.08);
}
.top_features .splide__arrows .splide__arrow:after {
  width: 24px;
  height: 17px;
  background: url(../img/common/arrow_blue.svg) no-repeat center/cover;
  left: 0;
  right: 0;
  margin: auto;
}
.top_features .splide__arrows .splide__arrow--prev {
  left: 0;
}
.top_features .splide__arrows .splide__arrow--prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top_features .splide__arrows .splide__arrow--next {
  right: 0;
}
@media (max-width: 767px) {
  .top_features {
    background: url(../img/top/bg_features.jpg) no-repeat center/cover;
    padding: 52px 0 50px;
  }
  .top_features .container {
    max-width: calc(100% - 48px);
  }
  .top_features h2.h2_ttl {
    margin-bottom: 38px;
  }
  .top_features h2.h2_ttl .en {
    padding-left: 1px;
  }
  .top_features h3 {
    margin-bottom: 13px;
  }
  .top_features h3 .en {
    margin-bottom: 24px;
  }
  .top_features h3 .en .num {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
  .top_features h3 .en .txt {
    font-size: 18px;
    letter-spacing: 0.72px;
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
    display: inline-block;
  }
  .top_features h3 .title .bg {
    font-size: 23px;
    letter-spacing: 2.76px;
  }
  .top_features h3 .title .spbg {
    padding: 5px 5px 5px 9px;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
    color: var(--black);
    font-family: "Zen Old Mincho", serif;
    font-size: 23px;
    letter-spacing: 2.76px;
    font-weight: 500;
    line-height: 140%;
  }
  .top_features h3 .title .spbg:not(:last-child) {
    margin-bottom: 6px;
  }
  .top_features .features-slider .splide__slide {
    border: 1px solid #C3C1B8;
    background: #FBFBF9;
  }
  .top_features .features-slider .contents {
    padding: 37px 18px 32px;
  }
  .top_features .features-slider .slide-content {
    height: 100%;
  }
  .top_features .features-slider .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_features .features-slider .row .box p {
    font-size: 17px;
    line-height: 182%;
    letter-spacing: 1.36px;
  }
  .top_features .splide__controls {
    position: relative;
    margin-top: 39px;
  }
  .top_features .splide__arrows {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_features .splide__arrows .splide__arrow {
    width: 50px;
    height: 50px;
    top: auto;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
  .top_features .splide__arrows .splide__arrow:after {
    width: 16px;
    height: 12px;
  }
  .top_features .splide__arrows .splide__pagination {
    position: relative;
    bottom: 3px;
    display: table;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .top_features .container {
    width: 1200px;
  }
  .top_features h3 .title .pcbg {
    padding: 5px 5px 5px 9px;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
    color: var(--black);
    font-family: "Zen Old Mincho", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 3.6px;
  }
  .top_features .row {
    display: grid;
    grid-template-columns: 1fr 360px;
    border: 1px solid #C3C1B8;
    background: rgba(255, 255, 255, 0.3);
  }
  .top_features .row .contents {
    background: var(--beige);
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
    padding: 56px 49px 50px;
    margin: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_features .splide__arrows .splide__arrow:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_features .splide__arrows .splide__arrow:hover:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top_features .splide__arrows .splide__arrow--prev:hover:after {
    right: 20px;
  }
  .top_features .splide__arrows .splide__arrow--next:hover:after {
    left: 20px;
  }
}

.top_greeting {
  padding: 100px 0 112px;
  background: url(../img/top/bg_greeting.jpg) no-repeat center/cover;
}
.top_greeting h3 {
  margin-bottom: 30px;
}
.top_greeting h3 .first-en {
  color: var(--blue_02);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.84px;
  display: block;
  padding-bottom: 10px;
  padding-left: 21px;
  position: relative;
}
.top_greeting h3 .first-en:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--blue_02);
  position: absolute;
  top: 0;
  bottom: 11px;
  left: 2px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top_greeting h3 .title {
  border-top: 1px solid #C3C1B8;
  border-bottom: 1px solid #C3C1B8;
  display: block;
  padding: 28px 0 30px;
  font-family: "Zen Old Mincho", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.52px;
}
.top_greeting h3 .title .jp {
  font-size: 32px;
  letter-spacing: 3.84px;
  padding-left: 18px;
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
  display: inline-block;
}
.top_greeting h3 .title .en {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.84px;
  padding-left: 37px;
  display: inline-block;
  -webkit-transform: translate(0px, -4px);
          transform: translate(0px, -4px);
}
.top_greeting .row:not(:last-child) {
  margin-bottom: 111px;
}
.top_greeting .row .box p {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.68px;
}
.top_greeting figure {
  position: relative;
  z-index: 0;
}
.top_greeting figure figcaption {
  color: rgba(29, 96, 161, 0.1);
  font-family: "Cormorant Garamond", serif;
  font-size: 170px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 6.8px;
  position: absolute;
  top: -80px;
  margin: auto;
  z-index: -1;
}
.top_greeting figure img {
  border-radius: 50%;
  border: 1px solid #C3C1B8;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .top_greeting {
    background: url(../img/top/bg_greeting_sp.jpg) no-repeat center/cover;
    padding: 50px 0 61px;
  }
  .top_greeting h3 .first-en {
    font-size: 19px;
    letter-spacing: 0.76px;
  }
  .top_greeting h3 .title {
    font-size: 18px;
    letter-spacing: 2.16px;
    padding: 22px 0 16px;
  }
  .top_greeting h3 .title .jp {
    font-size: 28px;
    letter-spacing: 3.36px;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  .top_greeting h3 .title .en {
    padding: 20px 0 0;
    display: block;
    font-size: 19px;
    letter-spacing: 0.76px;
  }
  .top_greeting figure {
    text-align: center;
  }
  .top_greeting figure figcaption {
    font-size: 80px;
    letter-spacing: 3.2px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    top: -31px;
    right: -11px;
  }
  .top_greeting figure img {
    width: 245px;
  }
  .top_greeting .row:not(:last-child) {
    margin-bottom: 70px;
  }
  .top_greeting .row .col:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_greeting .row .box p {
    letter-spacing: 1.36px;
    line-height: 182%;
  }
}
@media (min-width: 768px) {
  .top_greeting .container {
    width: 1200px;
  }
  .top_greeting h3 {
    padding-top: 11px;
  }
  .top_greeting h3 .title .en {
    position: relative;
  }
  .top_greeting h3 .title .en:before {
    content: "";
    background: #AE994D;
    height: 22px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
  }
  .top_greeting .row {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
  }
  .top_greeting .row.reverse {
    grid-template-columns: 1fr 400px;
  }
  .top_greeting .row.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_greeting .row.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_greeting .row.reverse .box {
    padding-right: 15px;
  }
  .top_greeting .row.reverse figure figcaption {
    right: -206px;
  }
  .top_greeting .row:not(.reverse) figure figcaption {
    left: -200px;
  }
}

.top_contact, .common_contact {
  padding: 80px 0 80px;
  background: url(../img/top/bg_contact.jpg) no-repeat center/cover;
}
.top_contact .contact-container, .common_contact .contact-container {
  border: solid 1px #fff;
  padding: 10px;
  position: relative;
}
.top_contact .contact-container .wrapper, .common_contact .contact-container .wrapper {
  padding: 100px 50px 50px 50px;
  background: rgba(255, 255, 255, 0.5);
}
.top_contact h2, .common_contact h2 {
  text-align: center;
  font-weight: 500;
  line-height: 140%;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.top_contact h2 .en, .common_contact h2 .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  letter-spacing: 2.4px;
  display: inline-block;
}
.top_contact h2 .en::first-letter, .common_contact h2 .en::first-letter {
  color: var(--gold);
}
.top_contact h2 .jp, .common_contact h2 .jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  letter-spacing: 2.88px;
  display: table;
  padding: 17px 23px;
  margin: auto;
  position: relative;
}
.top_contact h2 .jp:before, .top_contact h2 .jp:after, .common_contact h2 .jp:before, .common_contact h2 .jp:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--gold);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_contact h2 .jp:before, .common_contact h2 .jp:before {
  left: 0;
}
.top_contact h2 .jp:after, .common_contact h2 .jp:after {
  right: 0;
}
.top_contact .info-list .col, .common_contact .info-list .col {
  background: var(--beige);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.top_contact .info-list .txt, .common_contact .info-list .txt {
  color: var(--black);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.52px;
  margin-bottom: 17px;
}
.top_contact .info-list .tel, .common_contact .info-list .tel {
  margin-bottom: 0;
}
.top_contact .info-list .phone .en, .common_contact .info-list .phone .en {
  display: inline-block;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}
.top_contact .info-list .phone .num, .common_contact .info-list .phone .num {
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}
.top_contact .info-list .common_tel, .common_contact .info-list .common_tel {
  padding-bottom: 0;
  border: 0;
}
.top_contact .info-list .common_tel .time, .common_contact .info-list .common_tel .time {
  padding-top: 14px;
}
.top_contact .info-list .common_link a, .common_contact .info-list .common_link a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 10px 9px 17px;
}
.top_contact .info-list .common_link a:before, .common_contact .info-list .common_link a:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.top_contact .info-list .common_link .ic:before, .common_contact .info-list .common_link .ic:before {
  display: none;
}
.top_contact .info-list .common_link .en, .common_contact .info-list .common_link .en {
  font-size: 16px;
  letter-spacing: 0.64px;
  -webkit-transform: translate(-1px, 1px);
          transform: translate(-1px, 1px);
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
}
.top_contact .info-list .common_link.web_link a:before, .common_contact .info-list .common_link.web_link a:before {
  background: url(../img/common/ic_calender.svg) no-repeat center/cover;
}
.top_contact .info-list .common_link.line_link a:before, .common_contact .info-list .common_link.line_link a:before {
  background: url(../img/common/ic_chat.svg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .top_contact, .common_contact {
    padding: 50px 0;
  }
  .top_contact .container, .common_contact .container {
    max-width: 100%;
  }
  .top_contact h2, .common_contact h2 {
    top: -6px;
  }
  .top_contact h2 .en, .common_contact h2 .en {
    font-size: 44px;
    letter-spacing: 1.76px;
  }
  .top_contact h2 .jp, .common_contact h2 .jp {
    font-size: 21px;
    letter-spacing: 2.52px;
    padding: 16px 24px;
  }
  .top_contact h2 .jp:before, .top_contact h2 .jp:after, .common_contact h2 .jp:before, .common_contact h2 .jp:after {
    top: -1px;
  }
  .top_contact .contact-container .wrapper, .common_contact .contact-container .wrapper {
    padding: 80px 16.5px 20px;
  }
  .top_contact .info-list .col, .common_contact .info-list .col {
    padding: 19px 15px 20px;
  }
  .top_contact .info-list .col:not(:last-child), .common_contact .info-list .col:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_contact .info-list .txt, .common_contact .info-list .txt {
    font-size: 18px;
    letter-spacing: 2.16px;
    margin-bottom: 9px;
  }
  .top_contact .info-list .phone a, .common_contact .info-list .phone a {
    padding: 15px 15px 13px 62px;
    margin-right: 3px;
  }
  .top_contact .info-list .phone a:before, .common_contact .info-list .phone a:before {
    left: 16px;
  }
  .top_contact .info-list .phone a:after, .common_contact .info-list .phone a:after {
    content: "";
    width: 15px;
    height: 15px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
    right: -1px;
    background-color: #AE994D;
  }
  .top_contact .info-list .phone .en, .common_contact .info-list .phone .en {
    display: none;
  }
  .top_contact .info-list .phone .num, .common_contact .info-list .phone .num {
    font-size: 24px;
    letter-spacing: 0.96px;
    font-family: "Cardo", serif;
  }
  .top_contact .info-list .common_tel .time, .common_contact .info-list .common_tel .time {
    padding-top: 0;
  }
  .top_contact .info-list .common_link a, .common_contact .info-list .common_link a {
    font-size: 19px;
    letter-spacing: 2.28px;
    padding: 16px 10px 13px 17px;
  }
}
@media (min-width: 768px) {
  .top_contact .container, .common_contact .container {
    width: 1200px;
  }
  .top_contact .info-list, .common_contact .info-list {
    display: grid;
    grid-template-columns: 420px repeat(2, 1fr);
    gap: 10px;
  }
}

.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;
}

@media ( max-width : 767px ) {
    table.mil-table {
    width: 906px;
  }
}