@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: #f7f7ef;
}

.section_bg .box_bg {
  background: #fff;
}

.section_bg .box_bg .box_bg {
  background: #d8ebe2;
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  background: #d8ebe2;
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #d8ebe2;
}

.box_border {
  background: #fff;
  border: 5px solid #d8ebe2;
}

.box_border .box_bg {
  background: #d8ebe2;
}

.section_bg .box_border .box_bg {
  background: #d8ebe2;
}

.box_bg,
.box_border {
  border-radius: 20px;
  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 #ebe1d9;
  border-radius: 20px;
  padding: min(30px, 3.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(20px, 2.4vw);
}

.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  border: 1px solid #ede7e1;
  color: #333333 !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
  color: #333333 !important;
  background: #ede7e1;
}

.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: #ede7e1;
  color: #fff !important;
}

.link_anchor a:hover {
  background: #fff;
  color: #333333 !important;
}

.link_anchor a::after {
  width: 23px;
  height: 3px;
  background: url("../img/common/btn_arrow.png") no-repeat center/cover;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
}

.link_anchor a:hover::after {
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.link_anchor a:after {
  background: url("../img/common/btn_arrow.png") no-repeat center/cover;
}

.link_anchor a:hover:after {
  background: url("../img/common/btn_arrow.png") no-repeat center/cover;
}

@media (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }

  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    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: #3da474;
  height: 8px;
  left: 0.2em;
  top: 10px;
  width: 8px;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #3da474;
  height: 5.3333333333px;
  left: 0.5em;
  top: 11.3333333333px;
  width: 5.3333333333px;
}

.ul_check li {
  padding-left: 2em;
}

.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #3da474;
  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 #3da474;
  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: #3da474;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }

  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  font-weight: 400;
  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: #956134;
  border-top: 1px solid #956134;
  border-bottom: 1px solid #956134;
  font-weight: 600;
  text-align: left;
  width: 32%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@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: 0.8rem 0.2rem;
  text-align: center;
  border: none;
  font-weight: 400 !important;
}

table.table_timetable thead {
  border-bottom: 1px solid #ddd;
}

table.table_timetable thead th {
  background: none;
  color: #333333;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody {
  border-bottom: 1px solid #ddd;
}

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: #3da474;
  color: #fff;
  font-weight: bold;
}

table.table tbody th {
  background: #eaf4ef;
}

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;
  }

  table.table_default.sp-cus tbody tr th:first-child {
    width: 15%;
  }

  table.table_default.sp-cus2 tbody tr th:first-child {
    width: 30%;
  }

  table.sp-small th,
  table.sp-small td {
    font-size: 80%;
  }
}

.consul {
  color: #3da474 !important;
}

.consul2 {
  color: #dfd641 !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.w1 table {
    min-width: 125%;
  }

  .js-scrollable.w1 table th:first-child,
  .js-scrollable.w1 table td:first-child {
    width: 50%;
  }

  .js-scrollable.stick table th:first-child,
  .js-scrollable.stick table td:first-child {
    position: sticky;
    left: 0;
  }

  .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: "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: 400;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #3da474;
}

.box_faq .question .faq_title {
  cursor: pointer;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #3da474;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}

.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_faq.open .question .faq_title::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 37px;
}

.box_faq .answer p {
  margin-top: 0;
}

.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #956134;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }

  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 5px solid #d8ebe2;
  background: #fff;
  border-radius: 20px;
  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: -67px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 87px;
  height: 34px;
  background: url("../img/common/flow_arrow.png") no-repeat center/cover;
}

@media (max-width: 767px) {
  .flow-block::after {
    bottom: -67px;
  }
}

.flow-block:last-child::after,
.flow-block.last::after {
  display: none;
}

.section_bg .flow-block {
  background: #fff;
}

.flow-block .title {
  --flow-title-font-size: 18px;
  /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5;
  /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  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: #3da474;
  background: #3da474;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
  transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
}

@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding-top: 50px;
  background: url("../img/common/footer_bg.png") no-repeat center/cover;
  overflow: hidden;
  border-top: 2px solid #3da474;
}

.footer .sec_logo {
  margin: 0 0 30px;
}

.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
  letter-spacing: 0;
}

.footer .access_box dt,
.footer .access_box dd {
  letter-spacing: 0;
  padding: 8px 0;
  line-height: 1.4;
}

.footer .access_box dt {
  width: 150px;
  background: #d8ebe2;
  text-align: center;
}

.footer .access_box dd {
  width: 100%;
}

.footer .sec_bnr a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  height: 70px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
}

.footer .sec_bnr a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: auto;
  bottom: 10px;
  width: 23px;
  height: 3px;
}

.footer .sec_bnr a .sec_span {
  position: relative;
}

.footer .sec_bnr a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 5px;
  bottom: 0;
}

.footer .sec_bnr a:hover {
  opacity: 0.7;
}

.footer .sec_bnr.sec_bnr1 a {
  color: #956134;
  background: #fff;
}

.footer .sec_bnr.sec_bnr1 a:after {
  background: url("../img/common/btn_arrow.png") no-repeat center/cover;
}

.footer .sec_bnr.sec_bnr1 a .sec_span {
  padding-left: 33px;
}

.footer .sec_bnr.sec_bnr1 a .sec_span:after {
  width: 23px;
  height: 24px;
  background: url("../img/common/footer_icon01.png") no-repeat center/cover;
}

.footer .sec_bnr.sec_bnr2 a {
  font-weight: 400;
  color: #fff;
  background: #3da474;
  font-size: 20px;
}

.footer .sec_bnr.sec_bnr2 a .sec_span1 {
  font-size: 22px;
}

.footer .sec_bnr.sec_bnr2 a:after {
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
}

.footer .sec_bnr.sec_bnr2 a .sec_span {
  padding-left: 35px;
}

.footer .sec_bnr.sec_bnr2 a .sec_span:after {
  width: 25px;
  height: 25px;
  background: url("../img/common/footer_icon02.png") no-repeat center/cover;
}

.footer .footer_text {
  line-height: 26px;
  margin: 15px 0 25px;
  letter-spacing: 0;
}

.footer .sec_img {
  margin: 0;
}

.footer .row1 {
  margin-bottom: 30px;
}

.footer .row2 {
  margin-bottom: 30px;
}

.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}

.footer .sitemap a {
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-left: 10px;
}

.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: 4px;
  height: 1px;
  background: #333333;
}

.footer .table_timetable th,
.footer .table_timetable td {
  padding: 1.2rem 0.2rem;
}

.footer .table_timetable tbody {
  border: none;
}

.footer .bridge_bnr {
  max-width: 250px;
}

.footer .table_box {
  padding: 15px 10px;
  background: #f7f7ef;
  margin-bottom: 20px;
}

.footer .btnstyle a {
  max-width: 282px;
  padding: 1.2rem 2.4rem;
}

.footer .btnstyle a .sec_span {
  padding-left: 22px;
  position: relative;
}

.footer .btnstyle a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 18px;
  background: url("../img/common/footer_icon03.png") no-repeat center/cover;
}

.footer .footer_text2 {
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #acc9ab;
}

.footer .sec_list li {
  padding-left: 10px;
  position: relative;
}

.footer .sec_list li:not(:first-child) {
  margin-top: 5px;
}

.footer .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333333;
}

@media (max-width: 767px) {
  .footer .sec_bnr {
    margin-top: 10px;
  }

  .footer .sec_logo {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }

  .footer .access_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer .access_box dt,
  .footer .access_box dd {
    letter-spacing: 0;
    padding: 8px 0;
    line-height: 1.4;
  }

  .footer .access_box dt {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .access_box dd {
    width: calc(100% - 170px);
  }

  .footer .table_box {
    padding: 15px 30px;
  }

  .footer .sec_logo {
    margin: 0;
  }

  .footer .sec_bnr1 a:after {
    display: none !important;
  }

  .footer .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }

  .footer .btn_box .sec_bnr {
    width: 360px;
  }

  .footer .btnstyle a {
    margin: 0;
  }

  .footer .row1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 4%;
    margin-bottom: 60px;
  }

  .footer .row1 .col_2 {
    margin: 0;
  }

  .footer .row1 .col_2:first-child {
    width: calc(96% - 730px);
  }

  .footer .row1 .col_2:last-child {
    width: 730px;
  }

  .footer .row2 {
    gap: 0 5%;
    margin-bottom: 100px;
  }

  .footer .row2 .col_2 {
    margin: 0;
  }

  .footer .row2 .col_2:first-child {
    width: calc(95% - 550px);
  }

  .footer .row2 .col_2:last-child {
    width: 550px;
  }

  .footer .sitemap {
    margin-bottom: 40px;
  }

  .footer .bridge_bnr {
    max-width: 300px;
  }

  .footer .sec_bnr a {
    font-size: 31px;
    height: 100px;
  }

  .footer .sec_bnr a:after {
    right: 10px;
    bottom: 10px;
    width: 23px;
    height: 3px;
  }

  .footer .sec_bnr a .sec_span:after {
    top: 5px;
    bottom: 0;
  }

  .footer .sec_bnr.sec_bnr1 a .sec_span {
    padding-left: 33px;
  }

  .footer .sec_bnr.sec_bnr1 a .sec_span:after {
    width: 23px;
    height: 24px;
  }

  .footer .sec_bnr.sec_bnr2 a {
    font-size: 26px;
  }

  .footer .sec_bnr.sec_bnr2 a .sec_span1 {
    font-size: 28px;
  }

  .footer .sec_bnr.sec_bnr2 a .sec_span {
    padding-left: 35px;
  }

  .footer .sec_bnr.sec_bnr2 a .sec_span:after {
    width: 25px;
    height: 25px;
  }
}

.copyright {
  background: transparent;
  color: #333333;
  margin-top: 100px;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #adbda2;
}

@media (max-width: 767px) {
  .copyright {
    margin-top: 30px;
    padding: 10px 0 17%;
  }
}

.list_list dt {
  color: #a69280;
}

.list_list dd {
  padding-top: 0;
  padding-bottom: 20px;
}

.list_list dd:last-child {
  margin-bottom: 0;
}

.list_list dd a {
  color: #333333;
  text-decoration: underline;
}

.list_list dd a:hover {
  text-decoration: none;
}

.sec_tab .tab_item {
  display: none;
}

.sec_tab .tab_item.active {
  display: block;
}

.sec_tab .tab_item_wrap {
  padding: 0;
}

.sec_tab .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px !important;
}

.sec_tab .tab_btn_wrap li {
  font-family: "Zen Maru Gothic", sans-serif;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  color: #999999;
  border-bottom: 2px solid #cccccc;
  position: relative;
  cursor: pointer;
}

.sec_tab .tab_btn_wrap li:after {
  background: none;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
  border-width: 10px 10px 0px 10px;
  display: none;
}

.sec_tab .tab_btn_wrap li.active {
  color: #956134;
  border-bottom: 2px solid #956134;
}

.sec_tab .tab_btn_wrap li.active:after {
  display: block;
  border-color: #956134 transparent transparent transparent;
}

.sec_tab .btnstyle a {
  font-size: 16px;
  height: 50px;
  max-width: 500px;
  padding: 0;
  border: none;
  color: #333333 !important;
  background: #ede7e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
}

.sec_tab .btnstyle a:after {
  background: url("../img/common/btn_arrow.png") no-repeat center right/cover;
}

@media (max-width: 767px) {
  .sec_tab .tab_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px !important;
  }

  .sec_tab .tab_btn_wrap li {
    height: 45px;
    width: 49%;
    margin-right: 2%;
  }

  .sec_tab .tab_btn_wrap li:not(:first-child) {
    margin-top: 0;
  }

  .sec_tab .tab_btn_wrap li:nth-child(2n) {
    margin-right: 0;
  }

  .sec_tab .tab_btn_wrap li:nth-child(n+3) {
    margin-top: 2%;
  }

  .sec_tab .btnstyle a {
    font-size: 14px;
  }

  .sec_tab .btnstyle a:after {
    width: 15px;
  }

  .sec_tab .tab_btn_wrap .tab_btn {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .sec_tab .tab_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 25px;
  }

  .sec_tab .tab_btn_wrap li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }

  .sec_tab .btnstyle a {
    font-size: 16px;
  }

  .sec_tab .tab_btn_wrap .tab_btn {
    font-size: 24px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 120s linear infinite;
  animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}

@media (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }

  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-1920px);
      transform: translateX(-1920px);
    }
  }

  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-1920px);
      transform: translateX(-1920px);
    }
  }
}

.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
}

.sec_top {
  margin: 0;
}

.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #333333;
}

.sec_top h2:before,
.sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec_top .sec_img {
  text-align: center;
  margin: 0;
}

.sec_top .sec_img img {
  margin: auto;
}

.sec_top h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.sec_top h2 .sec_span {
  font-size: 18px;
  padding-top: 2px;
  letter-spacing: 0;
  font-family: "Times New Roman", serif;
  display: block;
  color: #956134;
}

@media (min-width: 768px) {
  .sec_top h2 {
    font-size: 48px;
    margin-bottom: 48px;
  }

  .sec_top h2 .sec_span {
    font-size: 20px;
    padding-top: 2px;
    letter-spacing: 0;
  }
}

.sec01 {
  padding: 50px 0;
  background: url("../img/top/sec01_bg.jpg") no-repeat center/cover;
}

.sec01 .sec_title {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 39px;
  margin: 0 0 25px;
  color: #3da474;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  position: relative;
}

.sec01 .sec_title .sec_span {
  font-size: 18px;
  display: block;
  padding-top: 10px;
}

.sec01 .sec_title .sec_span2 {
  font-size: 18px;
}

.sec01 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 19px;
  background: url("../img/top/sec01_icon.png") no-repeat center/cover;
}

.sec01 .sec_box {
  padding: 30px 10px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1294117647);
}

.sec01 .sec_box2 {
  padding: 30px 10px;
}

.sec01 .sec_box3 {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .sec01 .row .col_2 {
    margin: 0;
  }

  .sec01 .row .col_2:not(:first-child) {
    margin-top: 30px;
  }

  .sec01 .sec_title .sec_span2 {
    display: block;
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .sec01 {
    padding: 85px 0 100px;
  }

  .sec01 .sec_title {
    font-size: 34px;
    line-height: 1;
    padding-bottom: 39px;
    margin: 0 0 30px;
  }

  .sec01 .sec_title .sec_span {
    font-size: 24px;
    padding-top: 10px;
  }

  .sec01 .sec_title .sec_span2 {
    font-size: 24px;
  }

  .sec01 .sec_title2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 107px;
  }

  .sec01 .sec_box3 {
    margin: 50px 0;
  }

  .sec01 .sec_box {
    padding: 50px 10px;
  }

  .sec01 .sec_box2 {
    padding: 30px 10px 50px;
  }
}

.sec02 {
  padding: 50px 0;
  background: #f7f7ef;
}

.sec02 .sec_title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

.sec02 .sec_title .sec_span {
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
  font-family: "Times New Roman", serif;
  color: #956134;
}

.sec02 dl {
  border-top: 1px solid #956134;
  border-bottom: 1px solid #956134;
  padding: 25px 20px 5px;
}

.sec02 .sec_title_box {
  position: relative;
}

.sec02 .sec_title_box .sec_btn {
  position: absolute;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .sec02 .row .col_2 {
    margin: 0;
  }

  .sec02 .row .col_2:not(:first-child) {
    margin-top: 35px;
  }
}

@media (min-width: 768px) {
  .sec02 {
    padding: 85px 0 90px;
  }

  .sec02 .sec_title {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }

  .sec02 .sec_title .sec_span {
    font-size: 16px;
    padding-left: 15px;
  }

  .sec02 .row {
    gap: 0 2%;
  }

  .sec02 .row .col_2 {
    width: 49%;
    margin: 0;
  }
}

.sec03 {
  padding: 50px 0;
  background: url("../img/top/sec03_bg.jpg") no-repeat center/cover;
}

.sec03 h2 {
  color: #3da474;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #acc9ab;
}

.sec03 h2 .sec_span {
  color: #3da474;
}

.sec03 .sec_logo {
  margin: 0 0 30px;
}

.sec03 .footer_text {
  line-height: 23px;
  margin-top: 5px;
  letter-spacing: 0;
}

.sec03 .access_box {
  margin-top: 30px;
}

.sec03 .access_box dt,
.sec03 .access_box dd {
  letter-spacing: 0;
  padding: 8px 0;
  line-height: 1.4;
  margin: 0;
}

.sec03 .access_box dt {
  width: 150px;
  background: #d8ebe2;
  text-align: center;
}

.sec03 .access_box dd {
  width: 100%;
}

.sec03 .footer_text {
  line-height: 26px;
  margin: 20px 0 25px;
  letter-spacing: 0;
}

.sec03 .sec_img {
  margin: 0;
}

.sec03 .row1 {
  margin-bottom: 30px;
}

.sec03 .table_timetable th,
.sec03 .table_timetable td {
  padding: 1.2rem 0.2rem;
}

.sec03 .table_timetable tbody {
  border: none;
}

.sec03 .bridge_bnr {
  max-width: 250px;
}

.sec03 .table_box {
  padding: 15px 10px;
  background: #f7f7ef;
  margin-bottom: 20px;
}

.sec03 .btnstyle {
  margin-bottom: 30px;
}

.sec03 .btnstyle a {
  max-width: 282px;
  padding: 1.2rem 2.4rem;
}

.sec03 .btnstyle a .sec_span {
  padding-left: 22px;
  position: relative;
}

.sec03 .btnstyle a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 18px;
  background: url("../img/common/footer_icon03.png") no-repeat center/cover;
}

.sec03 .footer_text2 {
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.sec03 .sec_list li {
  padding-left: 10px;
  position: relative;
}

.sec03 .sec_list li:not(:first-child) {
  margin-top: 5px;
}

.sec03 .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333333;
}

@media (max-width: 767px) {
  .sec03 .sec_bnr {
    margin-top: 10px;
  }

  .sec03 .sec_logo {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .sec03 {
    padding: 100px 0;
  }

  .sec03 h2 {
    text-align: left;
  }

  .sec03 .access_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .sec03 .access_box dt,
  .sec03 .access_box dd {
    letter-spacing: 0;
    padding: 8px 0;
    line-height: 1.4;
  }

  .sec03 .access_box dt {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec03 .access_box dd {
    width: calc(100% - 170px);
  }

  .sec03 .table_box {
    padding: 15px 30px;
  }

  .sec03 .sec_logo {
    margin: 0;
  }

  .sec03 .sec_bnr1 a:after {
    display: none !important;
  }

  .sec03 .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }

  .sec03 .btn_box .sec_bnr {
    width: 360px;
  }

  .sec03 .btnstyle a {
    margin: 0;
  }

  .sec03 .row1 {
    gap: 0 5%;
    margin-bottom: 60px;
  }

  .sec03 .row1 .col_2 {
    margin: 0;
  }

  .sec03 .row1 .col_2:first-child {
    width: calc(95% - 550px);
  }

  .sec03 .row1 .col_2:last-child {
    width: 550px;
  }

  .sec03 .row2 {
    gap: 0 26px;
  }

  .sec03 .row2 .col_3 {
    margin: 0;
    width: initial;
  }
}

.sec04 {
  padding: 50px 0 70px;
  background: url("../img/top/sec04_bg.jpg") no-repeat center/cover;
}

.sec04 .sec_title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 30px;
  font-family: "Times New Roman", serif;
  text-align: center;
  position: relative;
  padding-top: 36px;
}

.sec04 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 1px;
  height: 31px;
  background: #333333;
}

@media (min-width: 768px) {
  .sec04 {
    padding: 60px 0 120px;
  }

  .sec04 .sec_title {
    font-size: 36px;
    margin: 0 0 55px;
    padding-top: 36px;
  }

  .sec04 .sec_title:after {
    height: 31px;
  }
}

.sec05 {
  padding: 0 0 50px;
  background: url("../img/top/sec05_bg.jpg") no-repeat center/cover;
}

.sec05 .sec_title {
  font-size: 20px;
  margin: auto;
  margin-bottom: -10px;
  padding-bottom: 25px;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3da474;
  top: -35px;
}

.sec05 .sec_title .sec_span {
  font-size: 24px;
}

.sec05 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 19px;
  background: url("../img/top/sec05_icon.png") no-repeat center top/cover;
}

.sec05 .sec_list li {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sec05 .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 27px;
  background: url("../img/top/sec05_check.png") no-repeat center/cover;
}

@media (min-width: 768px) {
  .sec05 {
    padding: 0 0 65px;
  }

  .sec05 .sec_title {
    font-size: 30px;
    margin-bottom: -10px;
    padding-bottom: 25px;
    top: -35px;
  }

  .sec05 .sec_title .sec_span {
    font-size: 36px;
  }

  .sec05 .sec_title:after {
    height: 19px;
  }

  .sec05 .sec_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 4%;
    margin-right: 100px;
  }

  .sec05 .sec_list li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 340px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec05 .sec_img {
    text-align: right;
  }

  .sec05 .row {
    gap: 0 4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec05 .row .col_2 {
    margin: 0;
  }

  .sec05 .row .col_2:first-child {
    width: 330px;
  }

  .sec05 .row .col_2:last-child {
    width: calc(96% - 330px);
  }
}

.sec06_bg {
  background: url("../img/top/sec06_bg.jpg") no-repeat center/cover;
}

.sec06 {
  padding: 50px 0 0;
}

.sec06 .sec_title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 9px;
}

.sec06 .sec_btn_list li {
  border-bottom: 1px solid #d5d5bc;
}

.sec06 .sec_btn_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  height: 45px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 1;
  position: relative;
}

.sec06 .sec_btn_list li a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: url("../img/top/sec06_arrow.png") no-repeat center/cover;
}

.sec06 .sec_btn_list li a:hover {
  opacity: 0.7;
}

.sec06 .sec_btn_list li a:hover img {
  opacity: 1;
}

.sec06 .sec_btn_list li a .sec_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  color: #333333;
}

.sec06 .sec_btn_list li a .sec_span .sec_icon {
  width: 45px;
  display: block;
  margin-bottom: -3px;
}

.sec06 .sec_btn_list li a .sec_span .sec_title {
  display: block;
}

.sec06 .sec_bnr {
  width: 100%;
  max-width: 500px;
  margin: 0;
}

.sec06 .sec_bnr a {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  font-weight: 400;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  height: 60px;
  width: 100%;
  max-width: 500px;
  background: url("../img/top/sec06_btn_bg.png") no-repeat center/cover;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
}

.sec06 .sec_bnr a:hover {
  opacity: 0.7;
}

.sec06 .sec_bnr a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url("../img/top/sec06_arrow2.png") no-repeat center/cover;
}

.sec06 .sec_bnr a .sec_span {
  position: relative;
}

.sec06 .sec_bnr a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}

.sec06 .sec_bnr a .sec_icon01 {
  padding-left: 45px;
}

.sec06 .sec_bnr a .sec_icon01:after {
  width: 30px;
  height: 42px;
  background: url("../img/top/sec06_icon01.png") no-repeat center/cover;
}

.sec06 .sec_bnr a .sec_icon02 {
  padding-left: 58px;
}

.sec06 .sec_bnr a .sec_icon02:after {
  width: 43px;
  height: 29px;
  background: url("../img/top/sec06_icon02.png") no-repeat center/cover;
}

.sec06 .sec06_fade_box {
  position: relative;
}

.sec06 .sec06_fade_box .sec_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (max-width: 767px) {
  .sec06 .sec_btn_list {
    padding-top: clamp(250px, 69.4444444444vw, 532.6388888889px);
  }

  .sec06 .sec06_fade_box {
    position: relative;
  }

  .sec06 .sec06_fade_box .sec_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
  }

  .sec06 .sec06_fade_box .sec_img:first-child {
    opacity: 1;
    position: relative;
  }

  .sec06 .sec_btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 2%;
  }

  .sec06 .sec_btn_list li {
    width: 49%;
  }

  .sec06 .sec_bnr_box .sec_bnr {
    margin: auto;
  }

  .sec06 .sec_bnr_box .sec_bnr:not(:first-child) {
    margin-top: 10px;
  }

  .sec06 .sec_bnr_box .sec_bnr a {
    margin: auto;
  }
}

@media (min-width: 768px) {
  .sec06 {
    padding: 150px 0 0;
  }

  .sec06 h2 {
    margin-bottom: 50px;
  }

  .sec06 .sec_title {
    font-size: clamp(15.5px, 1.25vw, 24px);
    line-height: clamp(19.375px, 1.5625vw, 30px);
  }

  .sec06 .sec_btn_list li a {
    height: clamp(90.4166666667px, 7.2916666667vw, 140px);
  }

  .sec06 .sec_btn_list li a:after {
    width: clamp(19.375px, 1.5625vw, 30px);
    height: clamp(19.375px, 1.5625vw, 30px);
  }

  .sec06 .sec_btn_list li a .sec_span .sec_icon {
    width: clamp(94.2916666667px, 7.6041666667vw, 146px);
  }

  .sec06 .sec_btn_list {
    margin-left: clamp(12.9166666667px, 1.0416666667vw, 20px);
    margin-top: calc(clamp_vw(30) * -1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 5%;
  }

  .sec06 .sec_btn_list li {
    width: 47.5%;
    margin: 0;
    border-bottom: 1px solid #d5d5bc;
  }

  .sec06 .sec_btn_list li a .sec_span {
    margin-bottom: calc(clamp_vw(20) * -1);
  }

  .sec06 .sec_btn_list li a .sec_title {
    padding-bottom: clamp(12.9166666667px, 1.0416666667vw, 20px);
  }

  .sec06 h2 {
    margin-left: clamp(12.9166666667px, 1.0416666667vw, 20px);
    text-align: left;
  }

  .sec06 .container {
    width: 1750px;
  }

  .sec06 .sec_bnr_box {
    gap: 0 clamp(12.9166666667px, 1.0416666667vw, 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1200px;
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }

  .sec06 .sec_bnr {
    width: 100%;
    max-width: clamp(322.9166666667px, 26.0416666667vw, 500px);
    margin: 0;
  }

  .sec06 .sec_bnr a {
    font-size: clamp(15.5px, 1.25vw, 24px);
    line-height: 1;
    height: clamp(64.5833333333px, 5.2083333333vw, 100px);
    max-width: clamp(322.9166666667px, 26.0416666667vw, 500px);
  }

  .sec06 .sec_bnr a:after {
    right: clamp(12.9166666667px, 1.0416666667vw, 20px);
    width: clamp(32.2916666667px, 2.6041666667vw, 50px);
    height: clamp(32.2916666667px, 2.6041666667vw, 50px);
  }

  .sec06 .sec_bnr a .sec_icon01 {
    padding-left: clamp(29.0625px, 2.34375vw, 45px);
  }

  .sec06 .sec_bnr a .sec_icon01:after {
    width: clamp(19.375px, 1.5625vw, 30px);
    height: clamp(27.125px, 2.1875vw, 42px);
  }

  .sec06 .sec_bnr a .sec_icon02 {
    padding-left: clamp(37.4583333333px, 3.0208333333vw, 58px);
  }

  .sec06 .sec_bnr a .sec_icon02:after {
    width: clamp(27.7708333333px, 2.2395833333vw, 43px);
    height: clamp(18.7291666667px, 1.5104166667vw, 29px);
  }

  .sec06 .row {
    gap: 0 7%;
    margin-bottom: 70px;
  }

  .sec06 .row .col_2 {
    margin: 0;
  }

  .sec06 .row .col_2:first-child {
    width: clamp(517.9583333333px, 41.7708333333vw, 802px);
  }

  .sec06 .row .col_2:last-child {
    width: calc(93% - clamp(517.9583333333px, 41.7708333333vw, 802px));
  }
}

.sec07 {
  padding: 50px 0;
}

.sec07 h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.sec07 h2 .sec_span {
  font-size: 18px;
}

.sec07 .sec_box {
  padding: 30px 10px;
  background: #fff;
  border-top: 5px solid #956134;
}

@media (min-width: 768px) {
  .sec07 {
    padding: 100px 0 150px;
  }

  .sec07 .sec_box {
    padding: 60px 70px 70px;
  }

  .sec07 h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .sec07 h2 .sec_span {
    font-size: 20px;
  }
}

.sec08 {
  padding: 0 0 50px;
  background: url("../img/top/sec08_bg.png") no-repeat center/cover;
}

.sec08 .sec08_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 250px;
  background: url("../img/top/sec08_bg.jpg") no-repeat center/cover;
  margin-bottom: 50px;
}

.sec08 .sec_title {
  font-size: 50px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}

.sec08 .sec_title .sec_span {
  font-size: 24px;
  display: block;
}

.sec08 .sec_title2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

.sec08 .sec_title2 .sec_span {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  display: block;
}

.sec08 .sec_no {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: #3da474;
  font-family: "Zen Maru Gothic", sans-serif;
  background: url("../img/top/sec08_icon01.png") no-repeat center/cover;
}

.sec08 .sec_no .sec_span {
  font-size: 12px;
  padding-top: 5px;
  display: block;
  font-weight: 500;
}

.sec08 .row2 .sec_no {
  background: url("../img/top/sec08_icon02.png") no-repeat center/cover;
}

.sec08 .title_box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
}

.sec08 .title_box .sec_no {
  width: 115px;
  height: 116px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec08 .title_box .sec_title2 {
  width: calc(100% - 135px);
}

@media (max-width: 767px) {
  .sec08 .row1 {
    margin-bottom: 30px;
    padding: 30px 10px;
    background: #f7f7ef;
  }

  .sec08 .row2 .col_2 {
    margin: 0;
  }

  .sec08 .row2 .col_2:not(:first-child) {
    margin-top: 30px;
  }

  .sec08 .title_box {
    margin-bottom: 20px;
    gap: 0 10px;
  }

  .sec08 .title_box .sec_no {
    width: 60px;
    height: 60px;
  }

  .sec08 .title_box .sec_title2 {
    width: calc(100% - 70px);
  }
}

@media (min-width: 768px) {
  .sec08 {
    padding: 0 0 100px;
  }

  .sec08 .row1 {
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    gap: 0 4%;
    padding-top: 70px;
  }

  .sec08 .row1 .col_2 {
    margin: 0;
  }

  .sec08 .row1 .col_2:first-child {
    width: 598px;
  }

  .sec08 .row1 .col_2:last-child {
    width: calc(96% - 598px);
  }

  .sec08 .row1:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 100px;
    right: 0;
    top: 0;
    bottom: auto;
    width: calc(100% + (100vw - 1200px) / 2);
    height: calc(100% - 100px);
    background: #f7f7ef;
    border-radius: 50px 0 0 50px;
    z-index: -1;
  }

  .sec08 .row1.reverse:after {
    left: auto;
    right: 100px;
    border-radius: 0 50px 50px 0;
  }

  .sec08 .row1 .sec_text {
    padding-bottom: 150px;
  }

  .sec08 .row2 {
    gap: 70px 6%;
  }

  .sec08 .row2 .title_box {
    margin-top: -15px;
  }

  .sec08 .row2 .sec_img {
    width: 584px;
  }

  .sec08 .row2 .col_2 {
    margin: 0;
    width: 47%;
  }

  .sec08 .sec08_bg {
    height: 500px;
    margin-bottom: 100px;
  }

  .sec08 .sec_title {
    font-size: 72px;
    line-height: 1.6;
    margin: 0;
  }

  .sec08 .sec_title .sec_span {
    font-size: 48px;
  }

  .sec08 .sec_text {
    line-height: 32px;
  }

  .sec08 .sec_title2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0;
  }

  .sec08 .sec_title2 .sec_span {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .sec08 .sec_no {
    font-size: 70px;
    line-height: 1;
  }

  .sec08 .sec_no .sec_span {
    font-size: 18px;
    padding-top: 5px;
  }
}

.sec09 {
  padding: 50px 0;
  background: url("../img/top/sp_sec09_bg.jpg") no-repeat center/cover;
}

.sec09 .sec_box {
  padding: 30px 20px;
  background: url("../img/top/sec09_bg2.png") no-repeat right bottom/cover;
  position: relative;
  z-index: 0;
  margin-right: 15px;
}

.sec09 .sec_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 10px;
  right: auto;
  top: 10px;
  bottom: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #aecebf;
  z-index: -1;
}

.sec09 h2 {
  margin-bottom: 25px;
}

.sec09 .sec_name {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #956134;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: right;
}

.sec09 .sec_name .sec_span {
  color: #333333;
  font-size: 20px;
  padding-top: 10px;
  display: block;
}

.sec09 .sec_name .sec_span .sec_span2 {
  font-size: 16px;
}

.sec09 .sec_btn {
  margin-top: 25px;
}

.sec09 .sec_btn a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-right: 40px;
}

.sec09 .sec_btn a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url("../img/top/sec09_arrow.png") no-repeat center/cover;
}

.sec09 .sec_btn a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sec09 {
    padding: 100px 0;
    background: url("../img/top/sec09_bg.jpg") no-repeat center/cover;
  }

  .sec09 h2 {
    text-align: left;
  }

  .sec09 .sec_img {
    margin-right: -60px;
  }

  .sec09 .sec_name {
    font-size: 18px;
    line-height: 1;
  }

  .sec09 .sec_name .sec_span {
    font-size: 24px;
    padding-top: 10px;
  }

  .sec09 .sec_name .sec_span .sec_span2 {
    font-size: 18px;
  }

  .sec09 .sec_name {
    margin-right: 0;
    text-align: right;
  }

  .sec09 .sec_btn {
    margin-right: 0;
    text-align: right;
  }

  .sec09 .row {
    gap: 0 0;
  }

  .sec09 .row .col_2 {
    margin: 0;
  }

  .sec09 .row .col_2:first-child {
    width: 528px;
  }

  .sec09 .row .col_2:last-child {
    width: calc(100% - 528px);
  }

  .sec09 .sec_text {
    line-height: 32px;
  }

  .sec09 .sec_box {
    padding: 70px 70px 70px 90px;
    margin-right: 20px;
  }

  .sec09 .sec_btn {
    margin-top: 40px;
  }
}

.sec10 {
  padding: 50px 0;
  margin: 50px 0;
  background: url("../img/top/sp_sec10_bg.png") no-repeat center/cover;
}

.sec10 a img {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.sec10 a:hover img {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.sec10 .sec_title {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
}

.sec10 .sec_title .sec_span {
  display: block;
  font-size: 60px;
  font-weight: 500;
  color: #e9f2ed;
}

.sec10 .container {
  position: relative;
}

.sec10 .sec_btn {
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}

.sec10 .sec_btn span {
  font-size: 24px;
  padding-bottom: 45px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.sec10 .sec_btn span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url("../img/top/sec10_arrow.png") no-repeat center/cover;
}

.sec10 .sec_btn a:hover {
  opacity: 0.7;
}

.sec10 .img .sec_img {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.sec10 .img:hover .sec_img {
  opacity: 0.7;
}

.sec10 .col_2 {
  position: relative;
}

.sec10 .col_2 .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .sec10 .sec_img {
    margin-left: 55px;
    margin-right: 40px;
  }

  .sec10 .sec_title {
    margin-top: -60px;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .sec10 {
    padding: 100px 0;
    margin: 100px 0;
    background: url("../img/top/sec10_bg.jpg") no-repeat center/cover;
  }

  .sec10 .sec_title {
    font-size: 30px;
    text-align: right;
    position: relative;
    padding-top: 30px;
    z-index: 0;
    color: #333333;
  }

  .sec10 .sec_title .sec_span {
    font-size: 160px;
    color: #e9f2ed;
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: -91px;
    bottom: auto;
    z-index: -1;
  }

  .sec10 .container {
    position: relative;
  }

  .sec10 .sec_btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    font-size: 36px;
    padding-bottom: 55px;
  }

  .sec10 .sec_btn:after {
    width: 40px;
    height: 40px;
  }

  .sec10 .sec_text {
    line-height: 32px;
  }

  .sec10 .sec_img {
    text-align: right;
  }

  .sec10 .row {
    gap: 0 4%;
  }

  .sec10 .row .col_2 {
    margin: 0;
  }

  .sec10 .row .col_2:first-child {
    width: 667px;
  }

  .sec10 .row .col_2:last-child {
    width: calc(96% - 667px);
  }
}

.sec11 {
  padding: 50px 0;
  background: url("../img/top/sec11_bg.jpg") no-repeat center/cover;
}

.sec11 .sec_title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  position: relative;
  padding-left: 24px;
}

.sec11 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: url("../img/top/sec11_icon01.png") no-repeat center/cover;
}

.sec11 .sec_bnr a {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  height: 70px;
  color: #333333;
  background: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 1;
  position: relative;
}

.sec11 .sec_bnr a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 8px;
  background: url("../img/top/sec11_icon02.png") no-repeat center/cover;
}

.sec11 .sec_bnr a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .sec11 {
    padding: 100px 0;
  }

  .sec11 .row {
    gap: 20px 2%;
  }

  .sec11 .row .col_3 {
    margin: 0;
  }

  .sec11 .sec_title {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 40px;
    letter-spacing: 0.1em;
    padding-left: 24px;
  }

  .sec11 .sec_bnr a {
    font-size: 16px;
    height: 80px;
  }

  .sec11 .sec_bnr a:after {
    right: 20px;
    width: 11px;
    height: 8px;
    background: url("../img/top/sec11_icon02.png") no-repeat center/cover;
  }
}

.preparation_text {
  position: relative;
}

.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}

.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.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;
}

.barGraph_type {
  padding: 10px clamp(10px, 2.4vw, 30px) 0;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
}

@media (min-width : 768px) {
  .barGraph_type {
    padding: 10px 30px 0;
  }
}

.barGraph_type canvas {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.barGraph_type .detail_list {
  text-align: left;
}

.barGraph_type .detail_list:not(:last-child) {
  margin-bottom: 24px;
}

.barGraph_type .detail_list .date {
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 19px);
}

@media (min-width : 768px) {
  .barGraph_type .detail_list .date {
    font-size: 18px;
  }
}

.barGraph_type .detail_list .graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.barGraph_type .Graph_box {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .barGraph_type {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .barGraph_type .detail_container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none;
  }

  .barGraph_type canvas {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.sec_box.Graph_box_typeA {
  padding: clamp(10px, 3.2vw, 40px);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

@media (min-width: 768px) {
  .sec_box.Graph_box_typeA canvas {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .sec_box.Graph_box_typeA canvas {
    height: 300px;
  }
}

.Graph_row .wrapper {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1294117647);
  border-radius: 20px;
  padding-bottom: 46px;
}

.Graph_row .wrapper .label_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 27px;
  padding-left: 2vw;
}

.Graph_row .wrapper .label_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (min-width: 768px) {
  .Graph_row .wrapper .label_list.custom {
    max-width: 290px;
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px 27px;
  }
}

@media (max-width: 767px) {
  .Graph_row .wrapper {
    padding: 20px 0;
  }

  .Graph_row .wrapper .label_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .Graph_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .Graph_row .col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }

  .Graph_row canvas {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  .Graph_row .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sp_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px;
}

.sp_txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 80%;
}

.bar {
  width: clamp(40px, 4vw, 50px);
  height: clamp(15px, 1.6vw, 20px);
  display: block;
  background: #3da474;
}

.bar.color_typeA {
  background: #5bb2ba;
}

.bar.color_typeB {
  background: #89cd89;
}

.bar.color_typeC {
  background: #e4de79;
}

.bar.color_typeD {
  background: #5bb2ba;
}

.bar.color_typeE {
  background: #ea95a3;
}

.bar.color_typeF {
  background: #3da474;
}

.bar.color_typeG {
  background: #74bf78;
}

.bar.color_typeH {
  background: #b5de7f;
}

.bar.color_typeI {
  background: #e3eaab;
}

.bar.color_typeJ {
  background: #c1e5d3;
}

.bar.color_typeK {
  background: #eae8e2;
}

@media (min-width : 768px) {
  .detail_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
  }
}