<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #439394;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: flex;
  align-items: center;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  flex: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    font-size: 25px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
.mce-content-body h2 {
  color: #333333;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-top: 46px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 24px;
  }
}
.mce-content-body h2:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.png") no-repeat center/contain;
  width: 35px;
  height: 36px;
}
.mce-content-body h3 {
  color: #333333;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #439394;
  position: relative;
  padding-left: 39px;
}
.mce-content-body h3:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 10px;
  background: url("../img/common/h3.png") no-repeat center/contain;
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
}
.mce-content-body h3.aside_title {
  color: #333333;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body h3.aside_title:after, .mce-content-body h3.aside_title:before {
  display: none;
}
.mce-content-body h4 {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0;
  display: table;
  border-bottom: 1px solid #439394;
  padding-bottom: 5px;
}
.mce-content-body h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
}
.mce-content-body h5 {
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 15px;
}
.mce-content-body h5:before {
  display: none;
}
.mce-content-body h5:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 2px;
  background: #439394;
}
@media screen and (max-width: 767px) {
  .mce-content-body h5:after {
    top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 17px;
  }
}

.text-large {
  color: #439394;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .text-large {
    font-size: 22px;
  }
}

.section {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
}

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

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

.box_border {
  background: #fff;
  border: 5px solid #e5f3f3;
}

.box_border .box_bg {
  background: #e5f3f3;
}

.section_bg .box_border .box_bg {
  background: #e5f3f3;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 0px;
  padding: 50px 34px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
}
.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 screen and (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: 50px;
}
@media screen and (max-width: 767px) {
  div.clearfix {
    margin-bottom: 40px;
  }
}

.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}
.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .link_anchor li:not(:first-child) {
    margin-top: 3%;
  }
}
.link_anchor a {
  background: #fff;
  color: #333333;
  border-radius: 0;
  padding: 0.5em 1em 0.5em 3.5em;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  line-height: 24px;
  border: 1px solid #439394;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  color: #439394 !important;
  border-color: #439394;
  display: block;
  width: 100%;
  padding: 15px 25px;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #439394;
  left: auto;
  right: 15px;
  transform: rotate(0deg);
}
.link_anchor a:hover {
  background: #439394;
  color: #fff !important;
}
.link_anchor a:hover::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
}
@media only screen and (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: 48%;
    margin-right: 2%;
  }
  .link_anchor li a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .link_anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .link_anchor li:nth-child(n+3) {
    margin-top: 2%;
  }
  .link_anchor.link_col_3 li {
    max-width: 32%;
  }
  .link_anchor.link_col_3 li:nth-child(2n) {
    margin-right: 2%;
  }
  .link_anchor.link_col_3 li:nth-child(n+3) {
    margin-top: 0;
  }
  .link_anchor.link_col_3 li:nth-child(3n) {
    margin-right: 0;
  }
  .link_anchor.link_col_3 li:nth-child(n+4) {
    margin-top: 2%;
  }
}

.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.ul_circle 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_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 + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #439394;
  height: 8px;
  left: 0;
  top: 9px;
  width: 8px;
}

.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: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #bad673;
  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 #439394;
  top: 10px;
}

.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: #439394;
  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 screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
  }
  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }
  ul.list_columns_3 {
    display: flex;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin-right: 2%;
  }
  ul.list_columns_3 li:nth-child(3n) {
    margin-right: 0;
  }
}
.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: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 600;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 35px;
  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: #fff;
  background: #439394;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-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: #439394;
  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: #bad673;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 1px solid #bad673;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #bad673;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media only screen and (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: #bad673;
}
.flow-block .title {
  padding: 0;
  flex: 0 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: flex;
  align-items: center;
}
.flow-block .title:after, .flow-block .title:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #bad673;
  background: #bad673;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0px;
}
.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.table_address {
  background: none;
  margin-bottom: 1em;
}
table.table_address:last-child {
  margin-bottom: 0;
}
table.table_address tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}
table.table_address tbody tr th:first-child {
  border-top: 1px solid #439394;
  color: #439394;
  width: 25%;
  border-bottom: none;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  table.table_address tbody tr th:first-child {
    width: 35%;
  }
}
table.table_address tbody tr:last-child th:first-child {
  border-bottom: 1px solid #439394;
}
table.table_address tbody tr th, table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
}
table.table_address tbody tr th:first-child, table.table_address tbody tr td:first-child {
  color: #439394;
  border-bottom: 1px solid #439394;
  border-top: 1px solid #439394;
}
table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}
table.table_timetable:last-child {
  margin-bottom: 0;
}
table.table_timetable th, table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0.2rem;
  text-align: center;
}
table.table_timetable thead th {
  background: #e5f3f3;
  color: #333333;
  font-weight: normal;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable thead th, table.table_timetable thead td {
  border: none;
}
table.table_timetable tbody th {
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}
table.table_fee:last-child {
  margin-bottom: 0;
}
table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee thead th, table.table_fee thead td {
  background: #f3f7e8;
  color: #439394;
  text-align: center;
  font-weight: normal;
}
table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}
table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee tbody td:last-child {
  text-align: left;
}
table.table_fee2 {
  margin-bottom: 1em;
}
table.table_fee2:last-child {
  margin-bottom: 0;
}
table.table_fee2 th, table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.table_fee2 tbody th {
  background: #f9f9f9;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  table.table_fee2 tbody th {
    width: 35%;
  }
}
table.table_fee2 tbody td {
  text-align: left;
  padding-right: 1em;
}
table.table_fee2 tbody td:last-child {
  text-align: left;
}
table.table_fee_bg tbody tr th {
  background: #f9f9f9;
}
table.table_fee_right tbody tr td:last-child {
  text-align: right;
}
table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

.consul {
  color: #439394 !important;
}

.consul2 {
  color: #bad673 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 768px;
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
  border-top: 2px solid #439394;
}
.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: #333333;
  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 #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }
}
@media screen and (min-width: 1250px) {
  .footer {
    padding-top: 100px;
  }
}

.copyright {
  background: #439394;
  color: #fff;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 40s linear infinite;
  display: flex;
  width: 3840px;
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1920px);
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 5px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 30px;
  height: 30px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 30px;
}

.img_slider .img_slide_main .slick-prev {
  left: 20px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 20px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .img_slider .img_slide_thumb img {
    padding: 0 2px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 20px;
    height: 20px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 20px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 5px;
    z-index: 1;
  }
  .img_slider .img_slide_main .slick-next {
    right: 5px;
  }
}
@media (min-width: 768px) {
  body.home #header {
    position: absolute;
    top: 0;
    z-index: 1;
    background: transparent;
    padding: 0;
  }
  body.home #header .container {
    width: 100%;
    max-width: 100%;
  }
  body.home #header .container .header_logo {
    padding: 15px;
    max-width: 33vw;
    border-radius: 0 0 15px 0;
    background: white;
    box-shadow: 0 0 10px #ccc;
  }
}

@media (max-width: 767px) {
  #header {
    padding-bottom: 0;
  }
}
#header .hdrtxt {
  padding: 15px 0;
}
#header .hdrtxt ul {
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  gap: 2%;
  justify-content: center;
}
#header .hdrtxt ul li {
  text-align: center;
  width: 49%;
  font-size: clamp(11px, 3.1290743155vw, 24px);
  color: #439394;
  letter-spacing: 0;
  font-weight: bold;
  background: #e5f3f3;
  border-radius: 10px;
  padding: 5px 5px;
}

@media (min-width: 768px) {
  #global_nav #menu-header_menu &gt; li {
    width: auto;
  }
  #global_nav #menu-header_menu &gt; li img {
    display: block;
  }
  #global_nav #menu-header_menu &gt; li a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(14px, 1.3333333333vw, 16px);
  }
  #global_nav #menu-header_menu &gt; li &gt; a {
    flex-direction: column;
    height: 80px;
    line-height: 1.3;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
  }
  #global_nav #menu-header_menu &gt; li &gt; a.icon1, #global_nav #menu-header_menu &gt; li &gt; a.icon2, #global_nav #menu-header_menu &gt; li &gt; a.icon3, #global_nav #menu-header_menu &gt; li &gt; a.icon4, #global_nav #menu-header_menu &gt; li &gt; a.icon5, #global_nav #menu-header_menu &gt; li &gt; a.icon6 {
    padding-top: 12px;
  }
  #global_nav #menu-header_menu &gt; li &gt; a.icon1:before, #global_nav #menu-header_menu &gt; li &gt; a.icon2:before, #global_nav #menu-header_menu &gt; li &gt; a.icon3:before, #global_nav #menu-header_menu &gt; li &gt; a.icon4:before, #global_nav #menu-header_menu &gt; li &gt; a.icon5:before, #global_nav #menu-header_menu &gt; li &gt; a.icon6:before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/common/nav_icon02.png) no-repeat center center/cover;
  }
  #global_nav #menu-header_menu &gt; li &gt; a.icon2:before {
    background: url(../img/common/nav_icon03.png) no-repeat center center/cover;
  }
  #global_nav #menu-header_menu &gt; li &gt; a.icon3:before {
    background: url(../img/common/nav_icon04.png) no-repeat center center/cover;
  }
  #global_nav #menu-header_menu &gt; li &gt; a.icon4:before {
    background: url(../img/common/nav_icon05.png) no-repeat center center/cover;
  }
  #global_nav #menu-header_menu &gt; li &gt; a.icon5:before {
    background: url(../img/common/nav_icon06.png) no-repeat center center/cover;
  }
  #global_nav #menu-header_menu &gt; li &gt; a.icon6:before {
    background: url(../img/common/nav_icon07.png) no-repeat center center/cover;
  }
  #global_nav #menu-header_menu &gt; li &gt; a .sub {
    display: block;
    font-size: 12px;
    color: #439394;
  }
}
@media (max-width: 767px) {
  #global_nav #menu-header_menu &gt; li a {
    font-family: "Zen Maru Gothic", sans-serif;
  }
  #global_nav #menu-header_menu &gt; li a .sub {
    display: none;
  }
  #global_nav #menu-header_menu &gt; li a img {
    display: none;
  }
  #global_nav #menu-header_menu &gt; li &gt; a {
    font-weight: 500;
  }
}

#sp_nav {
  padding: 10px 0;
}

.side_bnr {
  z-index: 5;
}
@media (max-width: 767px) {
  .side_bnr {
    width:85%;
    right:15%;
  }
  .side_bnr .side_bnr_block {
    max-width: 85vw;
  }
}

.side_bnr02 {
  z-index: 5;
  position: fixed;
  right: 115px;
  bottom: 0;
}
.side_bnr02 .side_bnr_block2 {
  display: flex;
  gap: 10px;
}
.side_bnr02 .side_bnr_block2 img {
  width: auto;
}

.btnflex {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.imglink {
  position: relative;
  transition: 0.2;
}
.imglink a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
  top: 0;
  left: 0;
}
.imglink:hover {
  opacity: 0.7;
  transition: 0.2;
}

.telicon,
.webicon {
  position: relative;
  padding-left: 40px;
}
.telicon:before,
.webicon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}

.telicon::before {
  content: "";
  width: 33px;
  height: 32px;
  background: url(../img/common/telicon.png) no-repeat center center/cover;
}

.webicon::before {
  content: "";
  width: 31px;
  height: 25px;
  background: url(../img/common/webicon.png) no-repeat center center/cover;
}

.sec_news h2,
.sec_time h2,
.sec_doctor h2,
.sec_slider h2,
.sec_pickup h2,
.sec_medical h2,
.sec_tab h2,
.sec_feature h2,
#footer h2 {
  margin-top: 0;
  padding-bottom: 0;
}
.sec_news h2 .sub,
.sec_time h2 .sub,
.sec_doctor h2 .sub,
.sec_slider h2 .sub,
.sec_pickup h2 .sub,
.sec_medical h2 .sub,
.sec_tab h2 .sub,
.sec_feature h2 .sub,
#footer h2 .sub {
  letter-spacing: 0.04em;
}
.sec_news h3,
.sec_time h3,
.sec_doctor h3,
.sec_slider h3,
.sec_pickup h3,
.sec_medical h3,
.sec_tab h3,
.sec_feature h3,
#footer h3 {
  margin-top: 0;
}
.sec_news .btnstyle a,
.sec_time .btnstyle a,
.sec_doctor .btnstyle a,
.sec_slider .btnstyle a,
.sec_pickup .btnstyle a,
.sec_medical .btnstyle a,
.sec_tab .btnstyle a,
.sec_feature .btnstyle a,
#footer .btnstyle a {
  border-radius: 10px;
}

.sec_slider h2,
.sec_pickup h2,
.sec_medical h2,
.sec_tab h2,
.sec_feature h2,
#footer h2 {
  font-size: clamp(24px, 7.4166666667vw, 89px);
  color: white;
  padding-top: 30px;
  padding-left: 40px;
  margin-bottom: 15px;
  line-height: 1.3;
  text-shadow: 0 0 10px #5c5c5c;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_slider h2,
  .sec_pickup h2,
  .sec_medical h2,
  .sec_tab h2,
  .sec_feature h2,
  #footer h2 {
    padding: 0;
    padding-top: 60px;
  }
}
.sec_slider h2:after,
.sec_pickup h2:after,
.sec_medical h2:after,
.sec_tab h2:after,
.sec_feature h2:after,
#footer h2:after {
  width: 52px;
  height: 53px;
  background: url(../img/top/top_h203.png) no-repeat center center/cover;
  filter: drop-shadow(0 0 10px #5c5c5c);
}
@media (min-width: 768px) {
  .sec_slider h2:after,
  .sec_pickup h2:after,
  .sec_medical h2:after,
  .sec_tab h2:after,
  .sec_feature h2:after,
  #footer h2:after {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .sec_slider h2,
  .sec_pickup h2,
  .sec_medical h2,
  .sec_tab h2,
  .sec_feature h2,
  #footer h2 {
    text-align: left;
  }
}
.sec_slider h2 .sub,
.sec_pickup h2 .sub,
.sec_medical h2 .sub,
.sec_tab h2 .sub,
.sec_feature h2 .sub,
#footer h2 .sub {
  display: block;
  color: white;
  font-size: clamp(16px, 1.8333333333vw, 26px);
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec_slider h2 .sub,
  .sec_pickup h2 .sub,
  .sec_medical h2 .sub,
  .sec_tab h2 .sub,
  .sec_feature h2 .sub,
  #footer h2 .sub {
    padding-left: 30px;
    position: relative;
  }
  .sec_slider h2 .sub:before,
  .sec_pickup h2 .sub:before,
  .sec_medical h2 .sub:before,
  .sec_tab h2 .sub:before,
  .sec_feature h2 .sub:before,
  #footer h2 .sub:before {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    background: white;
  }
}

.sec_news {
  padding: 100px 0 25px 0;
}
@media (max-width: 767px) {
  .sec_news {
    padding: 50px 0 20px 0;
  }
}
.sec_news h2 {
  font-size: clamp(24px, 3.5vw, 42px);
  color: #439394;
  padding-top: 55px;
  margin-bottom: 15px;
}
.sec_news h2:after {
  width: 52px;
  height: 53px;
  background: url(../img/top/top_h201.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .sec_news h2:after {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .sec_news h2 {
    text-align: left;
  }
}
.sec_news h2 .sub {
  display: block;
  color: #333333;
  font-size: clamp(16px, 1.8333333333vw, 22px);
}
@media (min-width: 768px) {
  .sec_news h2 .sub {
    padding-left: 30px;
    position: relative;
  }
  .sec_news h2 .sub:before {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    background: #333333;
  }
}
.sec_news .btnstyle a {
  max-width: 132px;
  margin-right: 0;
  padding: 10px 10px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .sec_news .row .col_2:last-child {
    margin-top: 30px;
  }
}
.sec_news .row .col_2:last-child h2 {
  color: #bad673;
}
.sec_news .row .col_2:last-child h2::after {
  background: url(../img/top/top_h202.png) no-repeat center center/cover;
}
.sec_news .row .col_2:last-child .btnstyle a {
  background: #bad673;
  border-color: #bad673;
}
.sec_news .list_list {
  display: flex;
  flex-wrap: wrap;
}
.sec_news .list_list dt,
.sec_news .list_list dd {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
}
.sec_news .list_list dt {
  width: 130px;
  color: #8b8b8b;
}
@media (max-width: 767px) {
  .sec_news .list_list dt {
    width: 100%;
    padding-bottom: 3px;
    border: none;
  }
}
.sec_news .list_list dd {
  width: calc(100% - 130px);
  position: relative;
}
@media (max-width: 767px) {
  .sec_news .list_list dd {
    width: 100%;
    padding-top: 3px;
  }
}
.sec_news .list_list dd a {
  color: #333333;
  text-decoration: none;
}
.sec_news .list_list dd a:after {
  content: "";
  width: 13px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 5px;
  margin: auto;
  background: url(../img/common/arrow2.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_news .list_list dd a:hover {
  text-decoration: underline;
}
.sec_news .list_list dd a:hover:after {
  right: 0px;
  transition: 0.2s;
}

.sec_time {
  padding: 25px 0 100px 0;
}
@media (max-width: 767px) {
  .sec_time {
    padding: 20px 0 50px 0;
  }
}
.sec_time h2 {
  font-size: clamp(24px, 3.5vw, 42px);
  color: #439394;
  padding-top: 55px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sec_time h2 {
    margin-bottom: 15px;
  }
}
.sec_time h2:after {
  width: 52px;
  height: 53px;
  background: url(../img/top/top_h201.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .sec_time h2:after {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .sec_time h2 {
    text-align: left;
  }
}
.sec_time h2 .sub {
  display: block;
  color: #333333;
  font-size: clamp(16px, 1.8333333333vw, 22px);
}
@media (min-width: 768px) {
  .sec_time h2 .sub {
    padding-left: 30px;
    position: relative;
  }
  .sec_time h2 .sub:before {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    background: #333333;
  }
}
.sec_time table thead tr th {
  border-left: 1px solid #d8d9d8;
  border-top: 1px solid #d8d9d8;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(14px, 2.0860495437vw, 16px);
  font-weight: 600;
  color: #439394;
}
.sec_time table thead tr th:last-child {
  border-right: 1px solid #d8d9d8;
}
.sec_time table tbody tr th {
  border-left: 1px solid #d8d9d8;
  border-right: 1px solid #d8d9d8;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(14px, 2.0860495437vw, 16px);
}
.sec_time table tbody tr td {
  border-right: 1px solid #d8d9d8;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(14px, 2.0860495437vw, 16px);
}
@media (min-width: 601px) {
  .sec_time .spvisible {
    display: none;
  }
}

.sec_doctor {
  padding: 100px 0;
  background: url(../img/top/bg_img001.jpg) no-repeat center top/cover;
}
@media (max-width: 767px) {
  .sec_doctor {
    padding: 50px 0 25px 0;
  }
}
.sec_doctor h2 {
  font-size: clamp(24px, 7.4166666667vw, 89px);
  color: white;
  padding-top: 30px;
  padding-left: 40px;
  margin-bottom: 15px;
  line-height: 1.3;
  text-shadow: 0 0 10px #5c5c5c;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_doctor h2 {
    padding: 0;
    padding-top: 60px;
  }
}
.sec_doctor h2:after {
  width: 52px;
  height: 53px;
  background: url(../img/top/top_h203.png) no-repeat center center/cover;
  filter: drop-shadow(0 0 10px #5c5c5c);
}
@media (min-width: 768px) {
  .sec_doctor h2:after {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .sec_doctor h2 {
    text-align: left;
  }
}
.sec_doctor h2 .sub {
  display: block;
  color: white;
  font-size: clamp(16px, 1.8333333333vw, 26px);
}
@media (min-width: 768px) {
  .sec_doctor h2 .sub {
    padding-left: 30px;
    position: relative;
  }
  .sec_doctor h2 .sub:before {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    background: white;
  }
}
.sec_doctor .text01 {
  font-size: clamp(16px, 1.8333333333vw, 26px);
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  color: white;
}
.sec_doctor .text01 .bgchange {
  padding: 0 10px;
  padding-bottom: 4px;
  background: #439394;
  display: inline-block;
}
.sec_doctor .text01 .bgchange:not(:last-child) {
  margin-bottom: 10px;
}
.sec_doctor .btnflex .btnstyle {
  width: 175px;
}
@media (max-width: 1000px) and (min-width: 768px) {
  .sec_doctor .btnflex .btnstyle {
    width: 140px;
  }
}
@media (max-width: 500px) {
  .sec_doctor .btnflex .btnstyle {
    width: 140px;
  }
}
.sec_doctor .row.reverse .btnflex .btnstyle:last-child a {
  background: #bad673;
  border-color: #bad673;
}
.sec_doctor .row:not(.reverse) .text01 .bgchange {
  background: #bad673;
}

.sec_slider {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_slider {
    padding: 25px 0 50px 0;
  }
}
.sec_slider .container {
  width: 100%;
  max-width: 100%;
}
.sec_slider .loopslider_wrap {
  overflow: hidden;
}
.sec_slider .loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: 4800px;
  height: 100%;
}
@media (max-width: 767px) {
  .sec_slider .loopslider {
    animation: loopslider 80s linear infinite;
  }
}
@media (max-width: 767px) {
  .sec_slider .loopslider {
    width: 1600px;
  }
}
.sec_slider .loopslider img {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sec_slider .loopslider img {
    padding: 5px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2400px);
  }
}
@media (max-width: 767px) {
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-800px);
    }
  }
}

.sec_pickup {
  padding: 0 0 100px 0;
  background: url(../img/top/bg_img002.jpg) no-repeat center top/contain;
}
@media (max-width: 767px) {
  .sec_pickup {
    background: transparent;
  }
}
.sec_pickup h2 {
  text-shadow: none;
  -webkit-text-stroke: 2px #439394;
  font-weight: 800;
}
@media (min-width: 768px) {
  .sec_pickup h2 {
    margin-left: 20px;
  }
}
@media (min-width: 1220px) {
  .sec_pickup h2 {
    margin-left: calc(50vw - 600px);
  }
}
@media (max-width: 767px) {
  .sec_pickup h2 {
    background: url(../img/top/bg_img002.jpg) no-repeat center center/cover;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .sec_pickup h2::after {
    top: 60px;
  }
}
@media (min-width: 768px) {
  .sec_pickup h2 {
    margin-bottom: 150px;
    transform: translateY(-80px);
  }
}
.sec_pickup h2 .sub {
  -webkit-text-stroke: 0px;
  font-weight: 600;
}
.sec_pickup h2::after {
  background: url(../img/top/top_h204.png) no-repeat center center/cover;
  filter: none;
}
.sec_pickup .row .col_2 {
  padding: 3%;
  padding-top: 80px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 20px #dfdfdf;
}
@media (max-width: 767px) {
  .sec_pickup .row .col_2 {
    padding: 5%;
    padding-top: 60px;
  }
}
.sec_pickup .row .col_2.point1, .sec_pickup .row .col_2.point2, .sec_pickup .row .col_2.point3, .sec_pickup .row .col_2.point4 {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_pickup .row .col_2.point1, .sec_pickup .row .col_2.point2, .sec_pickup .row .col_2.point3, .sec_pickup .row .col_2.point4 {
    margin-top: 60px;
  }
}
.sec_pickup .row .col_2.point1:before, .sec_pickup .row .col_2.point2:before, .sec_pickup .row .col_2.point3:before, .sec_pickup .row .col_2.point4:before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: 20px;
  right: auto;
  margin: auto;
  background: url(../img/top/num01.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_pickup .row .col_2.point1:before, .sec_pickup .row .col_2.point2:before, .sec_pickup .row .col_2.point3:before, .sec_pickup .row .col_2.point4:before {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
.sec_pickup .row .col_2.point2::before {
  background: url(../img/top/num02.png) no-repeat center center/cover;
}
.sec_pickup .row .col_2.point3::before {
  background: url(../img/top/num03.png) no-repeat center center/cover;
}
.sec_pickup .row .col_2.point4::before {
  background: url(../img/top/num04.png) no-repeat center center/cover;
}
.sec_pickup .text1 {
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: -30px;
  color: white;
}
.sec_pickup .text1 .bgchange {
  padding: 0 10px;
  padding-bottom: 4px;
  background: #e5f3f3;
  color: #439394;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec_pickup .text1 .bgchange:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sec_pickup .text1 .bgchange:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec_pickup h3 {
  font-size: clamp(20px, 2vw, 24px);
  color: #439394;
  margin-top: 20px;
  padding-bottom: 0;
  border: none;
  padding-left: 25px;
  margin-bottom: 5px;
}
.sec_pickup h3:after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 30px;
  border: 4px solid #439394;
  background: transparent;
  bottom: 0;
  top: 2px;
}
.sec_pickup ul {
  padding-bottom: 35px;
  position: relative;
}
.sec_pickup ul:after {
  content: "";
  border-top: 18px solid #439394;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sec_pickup ul li {
  font-size: clamp(16px, 1.6666666667vw, 20px);
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .sec_pickup .col_2:nth-child(1) ul, .sec_pickup .col_2:nth-child(2) ul {
    min-height: 146px;
  }
}
@media (min-width: 768px) {
  .sec_pickup .col_2:nth-child(3) p:not(.text1), .sec_pickup .col_2:nth-child(4) p:not(.text1) {
    min-height: 86px;
  }
}
@media (max-width: 767px) {
  .sec_pickup .col_2.point2 .btnstyle {
    display: inline-block;
  }
}
.sec_pickup .col_2.point2 .btnstyle a {
  display: inline;
}
.sec_pickup .col_2.point2 .btnstyle a:not(:last-child) {
  margin-right: 10px;
}
.sec_pickup .btnflex {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .sec_pickup .btnflex {
    display: block;
    text-align: right;
  }
}
.sec_pickup .btnflex .btnstyle a {
  padding: 10px 40px 10px 30px;
  min-width: 175px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec_pickup .btnflex .btnstyle a {
    padding: 10px 30px 10px 20px;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 1000px) {
  .sec_pickup .btnflex .btnstyle a {
    min-width: 140px;
  }
}
.sec_pickup .color02 .text1 .bgchange {
  background: #f3f7e8;
  color: #bad673;
}
.sec_pickup .color02 .btnstyle a {
  background: #bad673;
  border-color: #bad673;
}
.sec_pickup .color02 ul::after {
  border-top-color: #bad673;
}
.sec_pickup .color02 h3 {
  color: #bad673;
}
.sec_pickup .color02 h3::after {
  border-color: #bad673;
}

.sec_medical {
  padding: 100px 0 50px 0;
  background: linear-gradient(180deg, #d0e698 0%, #d0e698 550px, transparent 550px, transparent 100%);
}
@media (max-width: 767px) {
  .sec_medical {
    padding: 50px 0 25px 0;
  }
}
@media (max-width: 767px) {
  .sec_medical .row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sec_medical .row .col_3 {
    width: 49%;
    margin: 0;
  }
  .sec_medical .row .col_3:nth-child(n+3) {
    margin-top: 2%;
  }
  .sec_medical .row .col_3:nth-child(2n+1) {
    margin-right: 2%;
  }
}
.sec_medical .row .col_3:last-child {
  background: #439394;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .sec_medical .row .col_3:last-child {
    padding: 4%;
    width: 100%;
    margin: 0;
    margin-top: 2%;
    border-radius: 10px;
  }
}
.sec_medical .row .col_3:last-child .imgspace {
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  .sec_medical .row .col_3:last-child .imgspace {
    width: 100%;
    text-align: center;
  }
}
.sec_medical .row .col_3:last-child .telicon {
  font-size: clamp(20px, 2.5vw, 30px);
  color: white;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.sec_medical .row .col_3:last-child p {
  width: 100%;
}
.sec_medical .row .col_3:last-child p:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec_medical .row .col_3:last-child p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec_medical .row .col_3:last-child p:last-child a {
  text-align: center;
  color: #439394;
  font-size: clamp(18px, 2.3333333333vw, 28px);
  background: white;
  padding: 10px 0;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  transition: 0.2s;
}
.sec_medical .row .col_3:last-child p:last-child a:hover {
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .sec_medical .row .col_3:last-child p:last-child a {
    padding: 0;
    padding-bottom: 5px;
    border-radius: 10px;
  }
}
.sec_medical .row .col_3:last-child .flexbox {
  width: 100%;
}
@media (max-width: 767px) {
  .sec_medical .row .col_3:last-child .flexbox {
    margin-top: 10px;
    display: flex;
    gap: 2%;
    align-items: center;
  }
  .sec_medical .row .col_3:last-child .flexbox p {
    width: 49%;
  }
  .sec_medical .row .col_3:last-child .flexbox p .telicon {
    font-size: clamp(14px, 4.4328552803vw, 34px);
  }
  .sec_medical .row .col_3:last-child .flexbox p .webicon {
    font-size: clamp(14px, 3.6505867014vw, 28px);
  }
}

.sec_tab {
  padding: 50px 0 100px 0;
}
@media (max-width: 767px) {
  .sec_tab {
    padding: 25px 0 50px 0;
  }
}
.sec_tab .container {
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 20px #dfdfdf;
  padding: 3.5%;
}
@media (max-width: 767px) {
  .sec_tab .container {
    padding: 5%;
  }
}
.sec_tab h3.ttlh3 {
  text-align: center;
  position: relative;
  padding-left: 60px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.sec_tab h3.ttlh3:before {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/top/tabicon1.png) no-repeat center center/cover;
}
.sec_tab h3.ttlh3::after {
  content: none;
}
.sec_tab h3:not(.ttlh3) {
  padding-left: 0;
  color: #439394;
  border-bottom-width: 3px;
}
.sec_tab h3:not(.ttlh3)::after {
  content: none;
}
.sec_tab h3:not(.ttlh3):last-of-type {
  margin-top: 30px;
}
.sec_tab .tab_btn {
  display: block;
}
.sec_tab .tab_item {
  display: none;
}
.sec_tab .tab_item.active {
  display: block;
}
.sec_tab .tab_btn_wrap {
  display: flex;
  gap: 2%;
}
@media (max-width: 767px) {
  .sec_tab .tab_btn_wrap {
    display: block;
  }
}
.sec_tab .tab_btn_wrap .tab_btn {
  cursor: pointer;
  width: 32%;
  text-align: center;
  background: #e6ecec;
  color: #439394;
  padding: 20px 0;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec_tab .tab_btn_wrap .tab_btn {
    width: 100%;
    padding: 10px 0;
  }
  .sec_tab .tab_btn_wrap .tab_btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec_tab .tab_btn_wrap .tab_btn.active {
  background: #439394;
  color: white;
}
.sec_tab .btnflex {
  display: flex;
  gap: 1.3333333333%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .sec_tab .btnflex {
    gap: 2%;
  }
}
.sec_tab .btnflex .btnstyle {
  width: 24%;
  margin: 0;
}
.sec_tab .btnflex .btnstyle:nth-child(n+5) {
  margin-top: 1.3333333333%;
}
@media (max-width: 1200px) {
  .sec_tab .btnflex .btnstyle {
    width: 32%;
  }
  .sec_tab .btnflex .btnstyle:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media (max-width: 767px) {
  .sec_tab .btnflex .btnstyle {
    width: 49%;
  }
  .sec_tab .btnflex .btnstyle:nth-child(n+3) {
    margin-top: 2%;
  }
}
.sec_tab .btnflex .btnstyle a {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #d0e698 0%, #afce61 100%);
  border: none;
  font-size: clamp(15px, 2vw, 24px);
  padding: 0;
  color: white;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: 0 0 10px #405709;
  width: 100%;
  max-width: none;
  font-weight:bold;
}
.sec_tab .btnflex .btnstyle a:after {
  content: "";
  width: 0;
  height: 0;
  background: transparent;
  border-right: 8px solid white;
  border-bottom: 8px solid white;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  right: 5px;
  bottom: 5px;
  left: auto;
  top: auto;
  border-radius: 0 0 5px 0;
}

.sec_feature {
  padding: 0 0 100px 0;
  background: url(../img/top/bg_img003.jpg) no-repeat center top/contain, linear-gradient(180deg, white 0%, white 35%, #439394 35%, #439394 100%);
}
@media (max-width: 767px) {
  .sec_feature {
    background: linear-gradient(180deg, white 0%, white 35%, #439394 35%, #439394 100%);
  }
}
.sec_feature .col_3 {
  background: white;
  border-radius: 20px;
}
.sec_feature .imglink img {
  transition: 0.2s;
  border-radius: 20px;
}
.sec_feature .imglink:hover {
  opacity: 1;
}
.sec_feature .imglink:hover img {
  opacity: 0.7;
  transition: 0.2s;
}
.sec_feature h2 {
  text-shadow: none;
  -webkit-text-stroke: 2px #439394;
  font-weight: 800;
}
@media (min-width: 768px) {
  .sec_feature h2 {
    margin-left: 20px;
  }
}
@media (min-width: 1220px) {
  .sec_feature h2 {
    margin-left: calc(50vw - 600px);
  }
}
@media (max-width: 767px) {
  .sec_feature h2 {
    background: url(../img/top/bg_img003.jpg) no-repeat center center/cover;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .sec_feature h2::after {
    top: 60px;
  }
}
@media (min-width: 768px) {
  .sec_feature h2 {
    margin-bottom: 150px;
    transform: translateY(-80px);
  }
}
.sec_feature h2 .sub {
  -webkit-text-stroke: 0px;
  font-weight: 600;
}
.sec_feature h2::after {
  background: url(../img/top/top_h204.png) no-repeat center center/cover;
  filter: none;
}

#copyright .copyright {
  background: white;
  color: #333333;
}

#footer h2 {
  color: #439394;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: none;
  position: relative;
}
#footer h2::after {
  content: "";
  background: url(../img/top/top_h204.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  filter: none;
}
@media (min-width: 768px) {
  #footer h2::after {
    right: auto;
  }
}
@media (max-width: 767px) {
  #footer h2 {
    text-align: center;
  }
}
#footer h2 .sub {
  color: #333333;
}
#footer h2 .sub::before {
  background-color: #333333;
}
#footer table.address tbody tr th,
#footer table.address tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
}
#footer table.address tbody tr th {
  font-weight: normal;
  width: 120px;
  padding-left: 30px;
  position: relative;
}
#footer table.address tbody tr th:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: auto;
  margin: auto;
  background: #439394;
  border-radius: 1px;
}
#footer table.table_timetable thead tr th {
  border-left: 1px solid #d8d9d8;
  border-top: 1px solid #d8d9d8;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(14px, 2.0860495437vw, 16px);
  font-weight: 600;
  color: #439394;
}
#footer table.table_timetable thead tr th:last-child {
  border-right: 1px solid #d8d9d8;
}
#footer table.table_timetable thead tr th:first-child {
  width: 110px;
}
#footer table.table_timetable tbody tr th {
  border-left: 1px solid #d8d9d8;
  border-right: 1px solid #d8d9d8;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(14px, 2.0860495437vw, 16px);
}
#footer table.table_timetable tbody tr td {
  border-right: 1px solid #d8d9d8;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(14px, 2.0860495437vw, 16px);
}
@media (min-width: 601px) and (max-width: 767px) {
  #footer .spvisible {
    display: none;
  }
}
@media (min-width: 1201px) {
  #footer .spvisible {
    display: none;
  }
}
#footer .row {
  margin-bottom: 30px;
}
#footer .btnflex {
  gap: 2%;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #footer .btnflex {
    margin-bottom: 30px;
  }
}
#footer .btnflex .btnstyle {
  width: 175px;
}
#footer .btnflex .btnstyle a {
  border-radius: 10px;
}
#footer .btnflex .btnstyle:last-child a {
  background: #bad673;
  border-color: #bad673;
}

.slick-dots {
  bottom: 5px;
}

.slick-dots li button:before {
  font-size: 10px;
}

.mainimage .slick-dots li button:before {
  color: white;
  opacity: 1;
}
.mainimage .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #439394;
}

.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 */</pre></body></html>