@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.section_bg {
  background: #fdf8f1;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f9f9f9;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f9f9f9;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f9f9f9;
}

.box_border {
  background: #fff;
  border: 1px solid #494949;
}

.box_border .box_bg {
  background: #f9f9f9;
}

.section_bg .box_border .box_bg {
  background: #f9f9f9;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border, .row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border, .row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border, .row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border, .row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border, .row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border, .row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border, .row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border, .row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  border: 3px solid #f9f9f9;
  border-radius: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: min(20px , 2.4vw);
}
.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  border-radius: 0px;
  border: 1px solid #494949;
  color: #494949 !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  top: auto;
  bottom: auto;
}
.link_anchor a:hover {
  background: #494949;
  color: #fff !important;
}
.link_anchor a::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: auto;
  right: 27px;
  transform: rotate(45deg);
  transition: 0.2s;
}
.link_anchor a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 100vh;
  background: #494949;
  transition: 0.2s;
}
.link_anchor a:hover::after {
  border-color: #494949;
}
.link_anchor a:hover:before {
  background: #fff;
}
@media (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: calc(( 100% - min(20px , 2.4vw) ) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc(( 100% - min(20px , 2.4vw) - min(20px , 2.4vw) ) / 3);
  }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}
.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #98cfd1;
  height: calc(16px / 2);
  left: 0.2em;
  top: calc(16px * 1.75 / 2 - 16px / 4);
  width: calc(16px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #98cfd1;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc(16px * 1.75 / 2 - 16px / 6);
  width: calc(16px / 3);
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  transform: rotate(50deg);
  top: calc(16px * 1.75 / 2 - 16px / 4);
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #98cfd1;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #98cfd1;
  top: calc(16px * 1.75 / 2 - 16px / 4);
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #98cfd1;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  line-height: 1.6;
}
table.table_address, table.table_timetable, table.table {
  margin-bottom: 1em;
}
table.table_address:last-child, table.table_timetable:last-child, table.table:last-child {
  margin-bottom: 0;
}
table.table_address {
  background: none;
}
table.table_address th, table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
table.table_address th {
  color: #494949;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  font-weight: 600;
  text-align: left;
  width: 32%;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th, table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th, table.table_timetable td {
  background: none;
  padding: 1.2rem 0.2rem;
  text-align: center;
  border: none;
}
table.table_timetable thead {
  border-bottom: 1px solid #ddd;
}
table.table_timetable thead th {
  background: none;
  color: #494949;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th {
  text-align: center;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th, table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th, table.table thead td {
  background: #c9e1d0;
  color: #494949;
  font-weight: bold;
}
table.table tbody th {
  background: #f9f9f9;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th, table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th, table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody th, table.table_default tbody td {
  text-align: left;
}
table.table_default:not(.table_fixed) tbody tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default:not(.table_fixed) tbody tr th:first-child {
    width: 25%;
  }
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack, table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead, table.table_sp_stack tbody, table.table_sp_stack tr, table.table_sp_stack th, table.table_sp_stack td, table.table_sp_stack_noborder thead, table.table_sp_stack_noborder tbody, table.table_sp_stack_noborder tr, table.table_sp_stack_noborder th, table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th, table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td, table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #494949 !important;
}

.consul2 {
  color: #b1d1ba !important;
}

.consul3 {
  color: #98cfd1 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "游明朝";
  font-size: 22px;
  font-weight: 600;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #494949;
  background: #c9c9c9;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Old Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #494949;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.box_faq .question.open .faq_title::after {
  transform: rotate(0);
}
.box_faq .answer {
  display: none;
  padding-top: 37px;
}
.box_faq .answer p {
  margin-top: 0;
}
.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #54a0a3;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 1px solid #494949;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #494949;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #494949;
}
.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  /**/
  flex: 0 0 auto;
  display: flex;
  font-family: "Zen Old Mincho", "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px; /* .flow-block .title の font-size */
  }
}
.flow-block .title::after, .flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  --flow-num-font-percent: 0.83; /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc( var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + ( var(--flow-title-font-size) / 6 ) ); /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #494949;
  background: #494949;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  flex: none;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  line-height: 1.6;
  width: var(--flow-num-width);
  aspect-ratio: 1;
  transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: #fdf8f1;
  overflow: hidden;
}
.footer .sec_logo {
  margin: 0 0 30px;
}
.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
}
.footer table.address {
  margin-bottom: 10px;
}
.footer table.address th, .footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}
.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}
.footer .sec_img {
  margin: 0;
}
.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}
.footer .sitemap a {
  text-decoration: none;
  color: #494949;
  position: relative;
  padding-left: 15px;
}
.footer .sitemap a:hover {
  text-decoration: underline;
}
.footer .sitemap a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #494949;
  border-right: 1px solid #494949;
  transform: rotate(45deg);
}

.footer .address {
  margin: 0;
  line-height: 21px;
  margin-top: 15px;
  padding: 0 0 0 55px;
  position: relative;
  text-align: left!important;
}
.footer .address:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 10px;
  margin: auto;
  width: 23px;
  height: 28px;
  background: url(../img/common/icon_pin.png) no-repeat center center/cover;
  transition: 0.2s;
}
.footer .sec_icon2 {
  margin: 15px 0 0;
  padding: 0 0 0 55px;
  border-bottom: 0;
  line-height: 21px;
}
.footer .sec_icon2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 10px;
  margin: auto;
  width: 27px;
  height: 22px;
  background: url(../img/common/sec_drive.png) no-repeat center center/cover;
  transition: 0.2s;
}
.footer .access {
  margin: 0;
  padding: 0 0 0 55px;
  position: relative;
}
.footer .access:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 10px;
  margin: auto;
  width: 21px;
  height: 28px;
  background: url(../img/common/icon_train.png) no-repeat center center/cover;
  transition: 0.2s;
}
.footer .access .list_access li {
  position: relative;
  padding-left: 18px;
}
.footer .access .list_access li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url(../img/common/icon_circle.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}

.copyright {
  background: #fdf8f1;
  color: #494949;
  margin-top: 40px;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

.list_list dd a {
  color: #494949;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

body:not(.home) .header {
  background: #494949;
}

.header {
  position: fixed;
  top: 0;
  z-index: 30;
  background: none;
}
.header.header_scrolled {
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .header .header_inner {
    width: 96%;
  }
}
.header .header_inner .header_info .list_hdr_info {
  display: flex;
}
.header .header_inner .header_info .list_hdr_info li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transition: .2s;
}
.header .header_inner .header_info .list_hdr_info li a:hover {
  opacity: .6;
}
.header .header_inner .header_info .list_hdr_info li:not(:first-child) {
  border-left: 1px solid #ccc;
}
@media (min-width: 768px) {
  .header .header_inner .sp_nav {
    background: none;
  }
}
.header .header_inner .pc_toggle {
  display: block !important;
}
.header .header_inner .pc_toggle .header__hamburger {
  background: none;
  border: 0;
  padding: 0;
}
.header .header_inner .pc_toggle .header__hamburger .wrap {
  width: 70px;
  height: 70px;
  position: relative;
  background: #fff;
  border-radius: 100vh;
}
.header .header_inner .pc_toggle .header__hamburger .wrap span {
  width: 39px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transition: ease 0.4s;
  display: block;
  top: 22px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.header .header_inner .pc_toggle .header__hamburger .wrap span:nth-child(2) {
  top: 35px;
}
.header .header_inner .pc_toggle .header__hamburger .wrap span:nth-child(3) {
  top: 48px;
}
.header .header_inner .pc_toggle.open .header__hamburger .wrap span {
  top: 35px;
  transform: rotate(45deg);
}
.header .header_inner .pc_toggle.open .header__hamburger .wrap span:nth-child(2) {
  display: none;
}
.header .header_inner .pc_toggle.open .header__hamburger .wrap span:nth-child(3) {
  top: 35px;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .global_nav {
    background-color: #c1dfe0;
    opacity: 0.9;
    overscroll-behavior: contain;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    padding-top: 120px;
    padding-bottom: 50px;
    width: 40%;
    left: auto;
    right: 0;
  }
  .global_nav .menu-item {
    border: 0;
  }
  .global_nav .menu-item:first-child {
    border: 0;
  }
  .global_nav .header_menu {
    display: block;
  }
  .global_nav .header_menu .menu-item {
    border-bottom: 1px solid #494949;
    position: relative;
  }
  .global_nav .header_menu .menu-item a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #494949;
    border-right: 2px solid #494949;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .global_nav .header_menu .menu-item a:hover:after {
    border-color: #fff;
  }
  .global_nav .header_menu .menu-item.has-child {
    display: block;
  }
  .global_nav .header_menu .menu-item.has-child .sub-menu {
    position: relative;
	top: 0;
	width: auto;
    background: none;
  }
  .global_nav .header_menu .menu-item.has-child .sub-menu li a {
    color: #494949;
  }
  .global_nav .header_menu .menu-item.has-child .sub-menu li a:hover {
	color: #fff;
    background: #98cfd1;
  }
  .global_nav .header_menu .menu-item.has-child .sub-menu li a::after {
    border-top: 2px solid #494949;
    border-bottom: 0;
    border-right: 2px solid #494949;
  }
  .global_nav .header_menu .menu-item.has-child .sub-menu li a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .global_nav .header_menu .menu-item.has-child a:after {
    border-top: 0;
	border-bottom: 2px solid #494949;
  }
  .global_nav .header_menu .menu-item.has-child:hover a::after {
    border-color: #fff;
  }
}
@media (min-width: 1400px) {
  .global_nav .header_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .global_nav .header_menu .menu-item {
    width: calc((100% - 20px) / 2);
  }
}
.footer .ftr_contents {
  display: flex;
  gap: 0 3%;
}
@media (max-width: 767px) {
  .footer .ftr_contents {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer .ftr_contents .ftr_left {
    width: 27%;
  }
}
@media (max-width: 767px) {
  .footer .ftr_contents .ftr_left .logo {
    text-align: center;
	display: block;
  }
  .footer .ftr_contents .ftr_left .logo img {
    max-width: 80%;
	margin: 0 auto;
  }
}
.footer .ftr_contents .ftr_left .address {
  margin: 10px 0;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .ftr_contents .ftr_left .address {
    margin: 20px 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer .ftr_contents .ftr_left .btn {
    text-align: center;
  }
}
.footer .ftr_contents .ftr_left .btn a {
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", serif;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 0 30px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .footer .ftr_contents .ftr_left .btn a {
    font-size: 14px;
  }
}
.footer .ftr_contents .ftr_left .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: url(../img/common/arrow02.png) no-repeat center center/cover;
  transition: 0.2s;
}
.footer .ftr_contents .ftr_left .btn:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .footer .ftr_contents .ftr_right {
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 70%;
    padding-left: 4%;
    border-left: 1px solid #e0d9d0;
  }
}
.footer .ftr_contents .ftr_right .cont .h3_ftr {
  font-family: "Zen Old Mincho";
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 20px;
  margin: 40px 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .ftr_contents .ftr_right .cont .h3_ftr {
    text-align: left;
    font-size: 24px;
    margin: 0 0 30px;
  }
}
.footer .ftr_contents .ftr_right .cont .desc {
  line-height: 1.9;
}
@media (max-width: 767px) {
  .footer .ftr_contents .ftr_right .cont .desc {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .ftr_contents .ftr_right .cont .list_btn {
    margin-top: 20px;
  }
}
.footer .ftr_contents .ftr_right .cont .list_btn li {
  margin-top: 15px;
}
.footer .ftr_contents .ftr_right .cont .list_btn li a {
  display: block;
  text-decoration: none;
  width: 100%;
  background: #c9e1d0;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  font-size: 17px;
  max-width: 220px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .ftr_contents .ftr_right .cont .list_btn li a {
    font-size: 15px;
    margin: 0 auto;
  }
}
.footer .ftr_contents .ftr_right .cont .list_btn li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  left: auto;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../img/common/arrow03.png) no-repeat center center/cover;
  transition: 0.2s;
}
.footer .ftr_contents .ftr_right .cont .list_btn li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 20px;
  margin: auto;
  width: 17px;
  height: 21px;
  background: url(../img/common/ftr_tel.png) no-repeat center center/cover;
  transition: 0.2s;
}
.footer .ftr_contents .ftr_right .cont .list_btn li a:hover {
  opacity: 0.7;
}
.footer .ftr_contents .ftr_right .cont .list_btn li a .small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer .ftr_contents .ftr_right .cont .list_btn li a .small {
    font-size: 12px;
  }
}
.footer .ftr_contents .ftr_right .cont .list_btn li.btn02 a {
  background: #addadc;
}
.footer .ftr_contents .ftr_right .cont .list_btn li.btn02 a:before {
  width: 24px;
  height: 18px;
  background: url(../img/common/ftr_reserve.png) no-repeat center center/cover;
}
.footer .ftr_contents .ftr_right .cont .list_btn li.btn03 a {
  background: #e7e4d5;
}
.footer .ftr_contents .ftr_right .cont .list_btn li.btn03 a:before {
  width: 22px;
  height: 21px;
  background: url(../img/common/ftr_line.png) no-repeat center center/cover;
}
.footer .ftr_contents .ftr_right .cont .ftr_nav {
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .footer .ftr_contents .ftr_right .cont .ftr_nav {
    margin: 0 0 20px;
  }
}
.footer .ftr_contents .ftr_right .cont .ftr_nav a {
  text-decoration: none;
}
.sec_open {
  padding: 110px 0 50px;
}
@media (max-width: 767px) {
  .sec_open {
    padding: 50px 0 25px;
  }
}
.sec_open .title_wrap {
  padding: 20px 0;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
}
@media (min-width: 768px) {
  .sec_open .title_wrap {
    padding: 40px 0 50px;
  }
}
.sec_open .title_wrap .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .sec_open .title_wrap .title {
    font-size: 32px;
    margin: 0 0 30px;
  }
}
.sec_open .title_wrap .img_txt {
  display: block;
  text-align: center;
}

.sec_post {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .sec_post {
    padding: 25px 0 50px;
  }
}
@media (min-width: 768px) {
  .sec_post .post_wrap {
    display: grid;
    gap: 0 60px;
    grid-template-columns: 1fr 2fr auto;
    align-items: center;
  }
}
.sec_post .post_wrap .h2_post {
  padding: 0;
  margin: 0 0 20px;
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .sec_post .post_wrap .h2_post {
    margin: 0;
    font-size: 20px;
    text-align: left;
  }
}
.sec_post .post_wrap .h2_post .en {
  color: #90c9cb;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 26px;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .sec_post .post_wrap .h2_post .en {
    font-size: 34px;
  }
}
.sec_post .post_wrap .h2_post .en:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 1px;
  height: 120%;
  background: #aaa;
  transform: rotate(30deg);
}
.sec_post .post_wrap .h2_post:after {
  content: none;
}
.sec_post .post_wrap .list_list {
  margin: 0;
  max-height: 280px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .sec_post .post_wrap .list_list {
    max-height: 150px;
  }
}
.sec_post .post_wrap .list_list dt, .sec_post .post_wrap .list_list dd {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .sec_post .post_wrap .list_list dt {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sec_post .post_wrap .list_list dd {
    padding-left: 110px;
  }
}
@media (max-width: 767px) {
  .sec_post .post_wrap .list_list dd {
    padding-top: 0;
  }
}
.sec_post .post_wrap .btnstyle {
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .sec_post .post_wrap .btnstyle {
    margin: 0;
  }
}
.sec_post .post_wrap .btnstyle a {
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .sec_post .post_wrap .btnstyle a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sec_post .post_wrap .btnstyle a:after {
    top: 3px;
  }
}
.sec_post .post_wrap.blog {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_post .post_wrap.blog {
    margin-top: 60px;
  }
}
.sec_post .post_wrap.blog .h2_post .blog {
  color: #b1d1ba;
}

.sec_concept .contents_wrap {
  background: none;
}
@media (min-width: 768px) {
  .sec_concept .contents_wrap {
    background: url(../img/common/bg_img001.jpg) no-repeat center center/cover;
  }
}
.sec_concept .contents_wrap .txt_wrap {
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .sec_concept .contents_wrap .txt_wrap {
    padding: 100px 0;
    min-width: 530px;
    max-width: 30%;
    margin: 0 auto;
  }
}
.sec_concept .contents_wrap .txt_wrap .h2_concept {
  padding: 0;
  margin: 0 0 30px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .sec_concept .contents_wrap .txt_wrap .h2_concept {
    font-size: 28px;
  }
}
.sec_concept .contents_wrap .txt_wrap .h2_concept:after {
  content: none;
}
.sec_concept .contents_wrap .txt_wrap .h2_concept .en {
  display: block;
  font-size: 26px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .sec_concept .contents_wrap .txt_wrap .h2_concept .en {
    font-size: 34px;
  }
}
.sec_concept .about_wrap {
  padding: 50px 0 100px;
  background: #f9f9f9;
  background: url(../img/common/bg_img002.jpg) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .sec_concept .about_wrap {
    padding: 30px 0 50px;
  }
}
.sec_concept .about_wrap .ACbtn_about {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.2em;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACbtn_about {
    font-size: 22px;
  }
}
.sec_concept .about_wrap .ACbtn_about:after, .sec_concept .about_wrap .ACbtn_about:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #494949;
  transition: 0.2s;
}
.sec_concept .about_wrap .ACbtn_about:after {
  transform: rotate(90deg);
}
.sec_concept .about_wrap .ACbtn_about.open .close {
  display: none;
}
.sec_concept .about_wrap .ACbtn_about.open .open {
  display: block;
}
.sec_concept .about_wrap .ACbtn_about.open:after {
  transform: rotate(0);
}
.sec_concept .about_wrap .ACbtn_about .open {
  display: none;
}
.sec_concept .about_wrap .ACcontents_about {
  display: none;
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACcontents_about {
    padding: 60px 0 100px;
  }
}
.sec_concept .about_wrap .ACcontents_about .container {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACcontents_about .container {
    display: flex;
    align-items: center;
    gap: 0 60px;
  }
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACcontents_about .container .txt_wrap {
    width: calc(50% - 60px);
  }
}
.sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h3_concept {
  border: 0;
  letter-spacing: 0.25em;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  padding: 0;
  margin: 0 0 -20px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h3_concept {
    font-size: 72px;
    margin: 0 0 -40px;
  }
}
.sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h3_concept:before {
  content: none;
}
.sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h3_concept .indent {
  display: block;
}
@media (min-width: 1400px) {
  .sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h3_concept .indent {
    text-indent: 3em;
  }
}
.sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h4_about {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h4_about {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
.sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h4_about:after {
  content: none;
}
.sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h4_about .line {
  padding-left: 45px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h4_about .line {
    padding-left: 80px;
  }
}
.sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h4_about .line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  background: #494949;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACcontents_about .container .txt_wrap .h4_about .line:after {
    width: 65px;
  }
}
.sec_concept .about_wrap .ACcontents_about .container .txt_wrap .desc {
  line-height: 2;
  letter-spacing: 0.1em;
}
.sec_concept .about_wrap .ACcontents_about .container .img_wrap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACcontents_about .container .img_wrap {
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .sec_concept .about_wrap .ACcontents_about .container .img_wrap img {
    max-width: none;
  }
}

.sec_info {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_info {
    padding: 50px 0;
  }
}
.sec_info .h2_info {
  font-size: 26px;
  display: table;
  padding: 0;
  margin: 0 auto 30px;
  letter-spacing: 0.2em;
  position: relative;
}
@media (min-width: 768px) {
  .sec_info .h2_info {
    font-size: 34px;
    margin: 0 auto 50px;
  }
}
.sec_info .h2_info:after {
  content: none;
}
.sec_info .h2_info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: -40px;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #cacaca;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sec_info .h2_info:before {
    left: -220px;
    width: 190px;
  }
}
.sec_info .table_timetable {
  border-bottom: 1px solid rgba(73, 73, 73, 0.5);
}
.sec_info .table_timetable thead th {
  font-weight: 400;
  border-top: 1px solid rgba(73, 73, 73, 0.5);
  border-bottom: 1px solid rgba(73, 73, 73, 0.5);
}
.sec_info .list_btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_info .list_btn {
    margin-top: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.sec_info .list_btn li {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec_info .list_btn li {
    width: calc((100% - 20px) / 3);
  }
}
.sec_info .list_btn li a {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #494949;
  background: #c9e1d0;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  font-size: 17px;
  max-width: 220px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_info .list_btn li a {
    font-size: 15px;
    margin: 0 auto;
  }
}
.sec_info .list_btn li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../img/common/arrow03.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_info .list_btn li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 20px;
  margin: auto;
  width: 17px;
  height: 21px;
  background: url(../img/common/ftr_tel.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sec_info .list_btn li a:before {
    left: 10px;
  }
}
.sec_info .list_btn li a:hover {
  opacity: 0.7;
}
.sec_info .list_btn li a .small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .sec_info .list_btn li a .small {
    font-size: 12px;
  }
}
.sec_info .list_btn li.btn02 a {
  background: #addadc;
}
.sec_info .list_btn li.btn02 a:before {
  width: 24px;
  height: 18px;
  background: url(../img/common/ftr_reserve.png) no-repeat center center/cover;
}
.sec_info .list_btn li.btn03 a {
  background: #e7e4d5;
}
.sec_info .list_btn li.btn03 a:before {
  width: 22px;
  height: 21px;
  background: url(../img/common/ftr_line.png) no-repeat center center/cover;
}
.sec_info .address {
  margin: 0;
  padding: 20px 0 20px 55px;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
}
.sec_info .address:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 10px;
  margin: auto;
  width: 23px;
  height: 28px;
  background: url(../img/common/icon_pin.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_info .sec_icon2 {
  margin: 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 0;
}
.sec_info .sec_icon2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 10px;
  margin: auto;
  width: 27px;
  height: 22px;
  background: url(../img/common/sec_drive.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_info .access {
  margin: 0;
  padding: 20px 0 20px 55px;
  position: relative;
}
.sec_info .access:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 10px;
  margin: auto;
  width: 21px;
  height: 28px;
  background: url(../img/common/icon_train.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_info .access .list_access {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.sec_info .access .list_access li {
  position: relative;
  padding-left: 18px;
}
.sec_info .access .list_access li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url(../img/common/icon_circle.png) no-repeat center center/cover;
  transition: 0.2s;
}

.sec_medical {
  padding: 120px 0;
  background: url(../img/common/bg_img004.jpg) no-repeat top center/100% 100%;
}
@media (max-width: 767px) {
  .sec_medical {
    padding: 50px 0;
  }
}
.sec_medical .tab_btn {
  display: block;
}
.sec_medical .tab_item_wrap .tab_item {
  display: none;
}
.sec_medical .tab_item_wrap .tab_item.active {
  display: block;
}
@media (min-width: 768px) {
  .sec_medical .heading {
    display: grid;
    gap: 0 20px;
    justify-content: space-between;
    grid-template-columns: auto auto;
    margin: 0 0 20px;
  }
}
.sec_medical .heading .h2_medical {
  padding: 0 0 0 80px;
  font-size: 26px;
  letter-spacing: 0.2em;
  text-align: left;
  position: relative;
  margin: 0 0 1.2em;
}
@media (min-width: 768px) {
  .sec_medical .heading .h2_medical {
    font-size: 34px;
    margin: 0 0 0.8em;
  }
}
.sec_medical .heading .h2_medical:after {
  content: none;
}
.sec_medical .heading .h2_medical:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background: #494949;
  transition: 0.2s;
}
.sec_medical .heading .h2_medical .sub {
  display: block;
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec_medical .heading .h2_medical .sub {
    font-size: 18px;
  }
}
.sec_medical .heading .tab_btn_wrap {
  display: grid;
  align-items: flex-end;
  gap: 0 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 800px;
  max-width: 100%;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .sec_medical .heading .tab_btn_wrap {
    gap: 0 20px;
    margin: 0;
  }
}
.sec_medical .heading .tab_btn_wrap .tab_btn {
  text-align: center;
  border: 1px solid #494949;
  font-size: 11px;
  padding: 5px 0 6px;
  letter-spacing: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sec_medical .heading .tab_btn_wrap .tab_btn {
    padding: 12px 0 15px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.sec_medical .heading .tab_btn_wrap .tab_btn.active {
  color: #fff;
  background: #494949;
}
.sec_medical .contents {
  padding: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .sec_medical .contents {
    padding: 45px;
  }
}
.sec_medical .contents .tab_item .row {
  margin: 0;
}
.sec_medical .contents .tab_item .btn {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .sec_medical .contents .tab_item .btn {
    margin: 0 0 15px;
  }
}
.sec_medical .contents .tab_item .btn a {
  display: block;
  color: #494949;
  text-decoration: none;
  font-size: 20px;
  padding: 0 0 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #494949;
  position: relative;
}
@media (min-width: 768px) {
  .sec_medical .contents .tab_item .btn a {
    font-size: 26px;
    padding: 0 0 20px;
  }
}
.sec_medical .contents .tab_item .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 15px;
  right: 0;
  left: auto;
  margin: auto;
  width: 22px;
  height: 22px;
  background: url(../img/common/arrow_more.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sec_medical .contents .tab_item .btn a:after {
    bottom: 10px;
  }
}
.sec_medical .contents .tab_item .bnr {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .sec_medical .contents .tab_item .bnr {
    margin: 40px 0 0;
  }
}
.sec_medical .contents .tab_item .bnr a img {
  transition: 0.2s;
}
.sec_medical .contents .tab_item .h3_medical {
  padding: 0 0 15px;
  color: #494949;
  letter-spacing: 0.1em;
  font-size: 18px;
  margin: 30px 0 20px;
}
@media (min-width: 768px) {
  .sec_medical .contents .tab_item .h3_medical {
    font-size: 22px;
  }
}
.sec_medical .contents .tab_item .h3_medical:before {
  content: none;
}
.sec_medical .contents .tab_item .h4_medical {
  padding-left: 30px;
  font-size: 18px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .sec_medical .contents .tab_item .h4_medical {
    font-size: 22px;
    margin: 20px 0;
  }
}
.sec_medical .contents .tab_item .h4_medical:after {
  content: none;
}
.sec_medical .contents .tab_item .h4_medical:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 22px;
  height: 1px;
  background: #98cfd1;
}
.sec_medical .contents .tab_item .list_btn {
  gap: 15px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .sec_medical .contents .tab_item .list_btn {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.sec_medical .contents .tab_item .list_btn li a {
  display: flex;
  align-items: center;
  color: #494949;
  padding: 5px 20px;
  border: 1px solid #98cfd1;
  text-decoration: none;
  border-radius: 100vh;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: 0.2s;
  height: 53px;
  position: relative;
}
.sec_medical .contents .tab_item .list_btn li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  left: auto;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../img/common/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_medical .contents .tab_item .list_btn li a:hover {
  opacity: 0.7;
}

.sec_malocclusion {
  background: url(../img/common/bg_img003.jpg) no-repeat center center/cover;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec_malocclusion {
    padding: 110px 0;
  }
}
@media (min-width: 768px) {
  .sec_malocclusion .contents {
    display: flex;
    gap: 0 150px;
  }
}
@media (min-width: 768px) {
  .sec_malocclusion .contents .txt_wrap {
    width: 35%;
  }
}
.sec_malocclusion .contents .txt_wrap .h2_malocclusion {
  position: relative;
  padding: 40px 0 0;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .sec_malocclusion .contents .txt_wrap .h2_malocclusion {
    padding: 70px 0 0;
    margin: 0 0 50px;
  }
}
.sec_malocclusion .contents .txt_wrap .h2_malocclusion:after {
  content: none;
}
.sec_malocclusion .contents .txt_wrap .h2_malocclusion:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 35px;
  background: #000;
}
@media (min-width: 768px) {
  .sec_malocclusion .contents .txt_wrap .h2_malocclusion:before {
    height: 52px;
  }
}
@media (min-width: 768px) {
  .sec_malocclusion .contents .txt_wrap .desc {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.sec_malocclusion .contents .txt_wrap .btnstyle a {
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec_malocclusion .contents .txt_wrap .btnstyle a {
    font-size: 18px;
  }
}
.sec_malocclusion .contents .list_wrap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_malocclusion .contents .list_wrap {
    width: calc(65% - 150px);
    margin-top: 150px;
  }
}
.sec_malocclusion .contents .list_wrap .list_malocclusion {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
@media (min-width: 768px) {
  .sec_malocclusion .contents .list_wrap .list_malocclusion {
    gap: 10px 50px;
  }
}
.sec_malocclusion .contents .list_wrap .list_malocclusion li {
  border-bottom: 1px solid #000;
  font-size: 14px;
  letter-spacing: 0.2em;
  width: calc((100% - 20px) / 2);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .sec_malocclusion .contents .list_wrap .list_malocclusion li {
    width: calc((100% - 50px) / 2);
    font-size: 17px;
  }
}
.sec_malocclusion .contents .list_wrap .list_malocclusion li a {
  display: block;
  width: 100%;
  color: #494949;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  padding: 8px 0;
}
.sec_malocclusion .contents .list_wrap .list_malocclusion li a:hover {
  opacity: .7;
}
.sec_malocclusion .contents .list_wrap .list_malocclusion li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  left: auto;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../img/common/arrow.png) no-repeat center center / cover;
  transition: 0.2s;
}
@media (min-width: 768px) {
.sec_malocclusion .contents .list_wrap .list_malocclusion li a {
  padding: 15px 0;
}
.sec_malocclusion .contents .list_wrap .list_malocclusion li a:after {
  right: 12px;
}
}
.sec_malocclusion .contents .list_wrap .h3_malocclusion {
  color: #8bc5c7;
  border: 0;
  padding: 0;
  margin: 20px 0 0;
  letter-spacing: 0.25em;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec_malocclusion .contents .list_wrap .h3_malocclusion {
    margin: 40px 0 0;
    font-size: 20px;
  }
}
.sec_malocclusion .contents .list_wrap .h3_malocclusion:before {
  content: none;
}

.sec_bnr {
  padding: 110px 0;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .sec_bnr {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .sec_bnr .row .col_2:last-child {
    margin-top: 70px;
  }
}
.sec_bnr a picture img {
  transition: 0.2s;
}

.sec_features {
  padding: 120px 0 140px;
}
@media (max-width: 767px) {
  .sec_features {
    padding: 50px 0;
  }
}
.sec_features .wideContents {
  max-width: 96%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec_features .wideContents {
    margin: 0 0 0 auto;
    background: url(../img/common/features_img001.jpg) no-repeat top center/auto;
  }
}
@media (min-width: 768px) {
  .sec_features .wideContents .txt_wrap {
    width: 700px;
    max-width: 40%;
    padding: 120px 0;
  }
}
.sec_features .wideContents .txt_wrap .h2_feature {
  font-size: 26px;
  line-height: 1.8;
  padding: 0;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .sec_features .wideContents .txt_wrap .h2_feature {
    text-align: left;
    font-size: 34px;
  }
}
.sec_features .wideContents .txt_wrap .h2_feature:after {
  content: none;
}
.sec_features .wideContents .txt_wrap .h2_feature .sub {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec_features .wideContents .txt_wrap .h2_feature .sub {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .sec_features .wideContents .txt_wrap .desc {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.sec_features .wideContents .txt_wrap .ACbtn_feature {
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .sec_features .wideContents .txt_wrap .ACbtn_feature {
    margin: 0;
  }
}
.sec_features .ACbtn_feature {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.2em;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .sec_features .ACbtn_feature {
    font-size: 22px;
  }
}
.sec_features .ACbtn_feature:after, .sec_features .ACbtn_feature:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #494949;
  transition: 0.2s;
}
.sec_features .ACbtn_feature:after {
  transform: rotate(90deg);
}
.sec_features .ACbtn_feature.open .close {
  display: none;
}
.sec_features .ACbtn_feature.open .open {
  display: block;
}
.sec_features .ACbtn_feature.open:after {
  transform: rotate(0);
}
.sec_features .ACbtn_feature .open {
  display: none;
}
.sec_features .ACcontents_feature {

  padding: 0 10px;
}
@media (min-width: 768px) {
  .sec_features .ACcontents_feature {
    padding: 0;
    margin: 40px 0 0;
  }
}
.sec_features .middleContents {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .sec_features .middleContents {
    max-width: 86%;
    width: 1720px;
    margin: 0 auto 50px 4%;
    display: grid;
    gap: 0 130px;
    align-items: center;
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 768px) {
  .sec_features .middleContents.reverse {
    grid-template-columns: 1fr auto;
    margin: 0 4% 50px auto;
  }
  .sec_features .middleContents.reverse .img_wrap {
    order: 2;
  }
  .sec_features .middleContents.reverse .txt_wrap {
    order: 1;
  }
}
@media (min-width: 768px) {
  .sec_features .middleContents .txt_wrap .desc {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.sec_features .h3_feature {
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.25em;
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  .sec_features .h3_feature {
    font-size: 24px;
    line-height: 1.8;
    margin: 0 0 30px;
  }
}
.sec_features .h3_feature .num {
  display: table;
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 30px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .sec_features .h3_feature .num {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.sec_features .h3_feature .num:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 22px;
  height: 1px;
  background: #494949;
}
.sec_features .h3_feature:before {
  content: none;
}
.sec_features .container_custom {
  width: 1800px;
  max-width: 96%;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .sec_features .container_custom {
    margin: 80px auto 0;
  }
}
@media (min-width: 768px) {
  .sec_features .container_custom .row {
    gap: 40px;
  }
  .sec_features .container_custom .row .col_2 {
    width: calc((100% - 40px) / 2);
    margin: 0;
  }
}
.sec_features .container_custom .h3_feature {
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  .sec_features .container_custom .h3_feature {
    margin: 25px 0;
  }
}
.sec_features .container_custom .h3_feature .num {
  margin: 0 0 10px;
}
.sec_greeting {
  padding: 160px 0 110px;
  background: #fdf8f1;
  position: relative;
}
@media (max-width: 767px) {
  .sec_greeting {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .sec_greeting .row.mb_custom {
    margin-bottom: 100px;
  }
}
.sec_greeting .h2_greeting {
  padding: 0;
}
@media (min-width: 768px) {
  .sec_greeting .h2_greeting {
    text-align: left;
    position: absolute;
    margin: 0;
    top: -60px;
    left: calc((100% - 1200px) / 2);
  }
}
.sec_greeting .h2_greeting:after {
  content: none;
}
.sec_greeting .h2_greeting .main_en {
  font-size: 40px;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .sec_greeting .h2_greeting .main_en {
    font-size: 72px;
  }
}
.sec_greeting .h2_greeting .sub {
  display: block;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec_greeting .h2_greeting .sub {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .desc {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.sec_greeting .name {
  display: table;
  margin-left: auto;
  padding-left: 40px;
  border-left: 1px solid #98cfd1;
  margin: 20px 0 0 auto;
}
@media (min-width: 768px) {
  .sec_greeting .name {
    margin: 50px 0 0 auto;
  }
}
.sec_greeting .name .main {
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .sec_greeting .name .main {
    font-size: 20px;
  }
}
.sec_greeting .name .main .large {
  line-height: 1;
  font-size: 24px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .sec_greeting .name .main .large {
    font-size: 34px;
    margin-left: 20px;
  }
}
.sec_greeting .name .sub_en {
  display: block;
  text-align: right;
  font-size: 10px;
  color: #8bc5c7;
  letter-spacing: 0.14em;
}
@media (min-width: 768px) {
  .sec_greeting .name .sub_en {
    font-size: 12px;
  }
}
.sec_greeting .h3_greeting {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .sec_greeting .h3_greeting {
    font-size: 22px;
    margin: 30px 0 0;
  }
}
.sec_greeting .h3_greeting:before {
  content: none;
}
.sec_greeting .h3_greeting:after, .sec_greeting .h3_greeting:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 10px;
  left: auto;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #494949;
  transition: 0.2s;
}
.sec_greeting .h3_greeting:after {
  transform: rotate(90deg);
}
.sec_greeting .h3_greeting.open:after {
  transform: rotate(0);
}
.sec_greeting .ACcontents {
  display: none;
  padding: 20px 0;
}
.sec_greeting .table_career {
  width: 100%;
}
.sec_greeting .table_career th, .sec_greeting .table_career td {
  padding: 10px 0;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}
.sec_greeting .table_career th {
  width: 8%;
  min-width: 70px;
}
.sec_greeting .table_career th.long {
  width: 25%;
  min-width: 90px;
}
@media (min-width: 768px) {
  .sec_greeting .table_career th.long {
    width: 30%;
    min-width: 100px;
  }
}
.sec_greeting .list_career li {
  padding: 5px 0;
}

.sec_sns {
  padding: 110px 0 130px;
}
@media (max-width: 767px) {
  .sec_sns {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .sec_sns .row .col_2:first-child {
    margin-right: 10%;
    width: 42%;
  }
}
.sec_sns .h2_sns {
  padding: 0;
  margin: 0 0 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .sec_sns .h2_sns {
    font-size: 34px;
    margin: 0 0 80px;
    text-align: left;
  }
}
.sec_sns .h2_sns .sub {
  font-size: 13px;
  margin-left: 10px;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_sns .h2_sns .sub {
    font-size: 20px;
    padding-left: 30px;
  }
}
.sec_sns .h2_sns .sub:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 1px;
  height: 200%;
  background: #aaa;
  transform: rotate(30deg);
}
.sec_sns .h2_sns:after {
  content: none;
}
@media (min-width: 768px) {
  .sec_sns .bnr {
    display: block;
    position: relative;
  }
  .sec_sns .bnr img {
    position: absolute;
    right: 0;
    max-width: none;
  }
}
.sec_sns .list_sns li:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec_sns .list_sns li:not(:first-child) {
    margin-top: 24px;
  }
}
.sec_sns .list_sns li a {
  text-decoration: none;
  color: #494949;
  display: block;
  border: 1px solid #494949;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.2s;
  position: relative;
}
@media (min-width: 768px) {
  .sec_sns .list_sns li a {
    padding: 16px 0;
  }
}
.sec_sns .list_sns li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 9px;
  height: 9px;
  background: url(../img/common/external.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_sns .list_sns li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 30px;
  margin: auto;
  width: 21px;
  height: 21px;
  background: url(../img/common/icon_youtube.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_sns .list_sns li a:hover {
  opacity: 0.7;
}
.sec_sns .list_sns li a:hover:after {
  right: 10px;
}
.sec_sns .list_sns li.btn02 a:before {
  width: 15px;
  height: 24px;
  background: url(../img/common/icon_fb.png) no-repeat center center/cover;
}
.sec_sns .list_sns li.btn03 a:before {
  width: 20px;
  height: 18px;
  background: url(../img/common/icon_inst.png) no-repeat center center/cover;
}
.sec_sns .list_sns li.btn04 a:before {
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_x.png) no-repeat center center/cover;
}
.sec_sns .list_sns li.btn05 a:before {
  width: 22px;
  height: 20px;
  background: url(../img/common/icon_line.png) no-repeat center center/cover;
}

.sec_eyecatch {
  background: url(../img/common/bg_img005.jpg) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .sec_eyecatch {
    background: url(../img/common/sp_bg_img005.jpg) no-repeat center center/cover;
  }
}
.sec_eyecatch a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s;
}
.sec_eyecatch a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.sec_eyecatch .container {
  position: relative;
  padding: 130px 0;
}
@media (max-width: 767px) {
  .sec_eyecatch .container {
    padding: 100px 0;
  }
}
.sec_eyecatch .heading .title_img {
  text-align: center;
  padding: 0 70px 0 10px;
}
.sec_eyecatch .heading .title {
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.2;
  font-size: 22px;
  padding: 0 65px 0 0;
}
@media (min-width: 768px) {
  .sec_eyecatch .heading .title {
    font-size: 40px;
    padding: 0;
  }
}
.sec_eyecatch .heading .title .sub {
  display: block;
  font-size: 10px;
}
@media (min-width: 768px) {
  .sec_eyecatch .heading .title .sub {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}
.sec_eyecatch .copy {
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .sec_eyecatch .copy {
    font-size: 18px;
  }
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}
.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}
.mce-content-body .calendar-caption {
  font-size: 1.2em;
}
.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}
.mce-content-body .monthly-prev-next {
  font-size: 1em;
}
.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}
.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}
.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}
.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}
.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}
.mce-content-body th.day-left {
  line-height: 2.5em;
}
.mce-content-body td.day-right {
  font-size: 1.5em;
}
.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-mix-calendar th, .mce-content-body .day-mix-calendar td {
  font-size: 1em;
}
.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}
.mce-content-body .content-form {
  margin-bottom: 1em;
}
.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}
.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}
.mce-content-body .content-form legend {
  font-size: 1.1em;
}
.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}
.mce-content-body .content-form td {
  font-size: 0.9em;
}
.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}
.mce-content-body .content-text.small {
  width: 3em;
}
.mce-content-body .input-number {
  margin-right: 1em;
}
.mce-content-body .content-form .booking-seimei {
  width: 3em;
}
.mce-content-body .bill-details td {
  padding-right: 0.5em;
}
.mce-content-body .bill-total, .mce-content-body .bill-tax {
  padding-right: 1.5em;
}
.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}
.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}
.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}
.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}
.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}
.mce-content-body .subscription-title {
  font-size: 1.2em;
}/*# sourceMappingURL=bond.css.map */