@charset "UTF-8";

.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #e89395;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}

.page_title_wrap .page_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", 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: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", 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: 61px;
  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: 55px;
  height: 51px;
}

.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: 14px;
  border-bottom: 2px solid #879bc5;
  position: relative;
  padding-left: 33px;
}

.mce-content-body h3:after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 6px;
  bottom: auto;
  background: url("../img/common/h3.png") no-repeat center/contain;
  width: 19px;
  height: 19px;
}

@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;
  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;
  padding-left: 22px;
}

.mce-content-body h4:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
}

.mce-content-body h4:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 10px;
  bottom: auto;
  width: 8px;
  height: 8px;
  background: #879bc5;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .mce-content-body h4:after {
    top: 8px;
  }
}

.mce-content-body h5 {
  color: #333333;
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0 10px;
  display: table;
  border-left: 4px solid #879bc5;
}

.mce-content-body h5:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 18px;
  }
}

.text-large {
  color: #879bc5;
  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: 85.5px;
  padding-bottom: 85.5px;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 57.375px;
    padding-bottom: 57.375px;
  }
}

.section h3:first-child {
  margin-bottom: 27px;
}

.section hr {
  margin-bottom: 112.5px;
  margin-top: 112.5px;
  max-width: 1000px;
}

.section_bg {
  background: #f7f8fa;
}

.section_bg .box_bg {
  background: #fff;
}

.section_bg .box_bg .box_bg {
  background: #f7f8fa;
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f7f8fa;
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #f7f8fa;
}

.box_border {
  background: #fff;
  border: 6px solid #f7f8fa;
}

.box_border .box_bg {
  background: #f7f8fa;
}

.section_bg .box_border .box_bg {
  background: #f7f8fa;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 56.25px;
  border-radius: 0px;
  padding: 56.25px 38.25px;
}

.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1250px) {

  .box_bg,
  .box_border {
    padding: 56.25px;
  }
}

@media only screen and (max-width: 767px) {

  .box_bg,
  .box_border {
    padding: 27px 18px;
    margin-bottom: 45px;
  }
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 27px;
}

.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.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%;
  padding: 27px 18px;
}

.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%;
    padding: 27px 18px;
  }

  .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: 56.25px;
}

@media screen and (max-width: 767px) {
  div.clearfix {
    margin-bottom: 45px;
  }
}

.link_anchor {
  margin-top: 20px !important;
  padding: 0;
  border: 1px solid #e89395 !important;
  border-radius: 0px !important;
  padding: 30px 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .link_anchor {
    margin-top: 10px !important;
  }
}

.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;
}

@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: .5em 1em .5em 3.5em;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 24px;
  border: 1px solid #e89395;
  border-radius: 0;
  border: none;
  color: #e89395 !important;
  display: inline;
  width: auto;
  padding: 5px 0 5px 50px;
  text-decoration: none;
}

.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: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 19px;
  right: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
  bottom: auto;
}

.link_anchor a::before {
  display: block;
  background: #e89395;
  border-radius: 50%;
  height: 27px;
  left: 18px;
  width: 27px;
  left: 10px;
  right: auto;
  top: 3px;
  bottom: auto;
}

.link_anchor a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #e89395 !important;
  background: none;
}

.link_anchor a:hover:before {
  background: #e89395;
}

.link_anchor a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 48%;
    margin-right: 2%;
  }

  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 27px;
}

.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 13.5px;
  padding-left: 22.5px;
  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: 27px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #e89395;
  height: 9px;
  left: 0;
  top: 10px;
  width: 9px;
}

.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: 11.25px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: '';
  position: absolute;
  display: block;
  background: #e89395;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_check li:before {
  display: none;
}

.ul_check li:after {
  width: 18px;
  height: 18px;
  background: url("../img/common/check.png") no-repeat center/cover;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #e89395;
  top: 11.25px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 31.5px;
  position: relative;
}

.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #e89395;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 14.76px;
  height: 22.5px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 4px;
  width: 22.5px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: 31.5px;
  margin-bottom: 31.5px;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 6.75px 0px 6.75px 67.5px;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 22.5px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 29.25px;
  font-weight: 600;
  height: 45px;
  left: 0;
  letter-spacing: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 45px;
}

.box_faq .question {
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1.6;
}

.box_faq .question::before {
  content: 'Q';
  color: #fff;
  background: #879bc5;
}

.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 22.5px;
  position: relative;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: '';
  top: 13.5px;
  right: 0;
  background: #879bc5;
  border-radius: 1px;
  width: 18px;
  height: 3.375px;
}

.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.box_faq .question.open .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: #a9c96e;
  top: 30px;
}

.flow-box {
  margin-bottom: 56.25px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 45px;
  }

  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 6px solid #f7f8fa;
  background: #fff;
  border-radius: 0px;
  margin-top: 92.25px;
  padding: 56.25px 38.25px;
  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: 56.25px;
  }
}

@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 27px 18px;
  }
}

.flow-block::after {
  content: "";
  bottom: -95px;
  border: 36px solid transparent;
  border-top-color: #d3dbeb;
  left: 50%;
  margin-left: -36px;
  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: #d3dbeb;
}

.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #e89395;
  background: #e89395;
  margin-right: .5em;
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", sans-serif;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}

.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  font-weight: 500;
}

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 #e89395;
  color: #e89395;
  width: 25%;
  border-bottom: none;
  font-weight: 500;
}

@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 #e89395;
}

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: #e89395;
  border-bottom: 1px solid #e89395;
  border-top: 1px solid #e89395;
}

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: .8rem .2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {

  table.table_timetable th,
  table.table_timetable td {
    font-size: 14px;
  }
}

table.table_timetable thead th {
  background: #b2c0de;
  color: #fff;
}

table.table_timetable thead th a {
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

@media screen and (max-width: 767px) {
  table.table_timetable thead th:first-child {
    width: 35%;
  }
}

table.table_timetable tbody th {
  text-align: center;
}

@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: #b2c0de;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

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: #efefef;
  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: #efefef;
}

table.table_fee_right tbody tr td:last-child {
  text-align: right;
}

table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

table.table_original th,
table.table_original td {
  font-size: 14px;
  border: 1px solid #ddd;
}

table.table_original tbody th {
  background: #efefef;
}

@media screen and (min-width: 1250px) {

  table.table_original th,
  table.table_original td {
    font-size: 16px;
  }
}

.consul {
  color: #879bc5 !important;
}

.consul2 {
  color: #e89395 !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 #e89395;
}

.footer .sec_logo {
  text-align: center;
  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 {
  font-weight: bold;
  color: #879bc5;
  width: 60px;
  text-align: left;
  padding-right: 8px;
}

.footer .table_timetable {
  margin-top: 25px;
}

.footer .table_timetable th,
.footer .table_timetable td {
  line-height: 22px;
}

.footer .table_timetable thead th,
.footer .table_timetable thead td {
  padding: 0.8rem 0.2rem;
}

.footer .table_timetable tbody th,
.footer .table_timetable tbody td {
  padding: 1.2rem 0.2rem;
}

.footer .sec_img {
  margin: 0;
}

.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}

.footer .sitemap a {
  font-size: 16px;
  font-weight: 500;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer .sec_sns {
  text-align: center;
  margin-bottom: 30px;
}

.footer .sec_sns a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #1877f2;
  letter-spacing: 0.05em;
  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;
  transition: .3s;
}
.footer .sec_sns a:hover {
  opacity: .7;
  transition: .3s;
}

.footer .sec_sns a .sec_span {
  display: table;
  vertical-align: middle;
}

.footer .sec_sns a .sec_span:last-child {
  padding-top: 3px;
  padding-left: 15px;
}

.footer .btnstyle a {
  margin-left: 0;
  font-size: 20px;
}

.footer .row {
  margin-bottom: 30px;
}

.footer .payment_bnr {
  margin-bottom: clamp(30px, 8.667px + 2.778vw, 62px);
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }

  .footer .row {
    margin-bottom: 50px;
  }

  .footer .table_timetable th,
  .footer .table_timetable td {
    font-size: 14px;
  }

  .footer .googlemap {
    height: 100%;
    padding-top: initial;
  }

  .footer .sitemap {
    margin-bottom: 40px;
  }

  .footer .sec_logo {
    margin: 0 0 50px;
  }

  .footer .sec_sns {
    margin-bottom: 50px;
  }

  .footer .sec_sns a {
    font-size: 24px;
  }

  .footer .btnstyle a {
    margin-left: 0;
  }
}

@media screen and (min-width: 1250px) {
  .footer {
    padding-top: 120px;
  }

  .footer .table_timetable th,
  .footer .table_timetable td {
    font-size: 18px;
  }

  .footer .sec_sns {
    margin-bottom: 60px;
  }

  .footer .sec_sns a {
    font-size: 26px;
  }

  .footer .sec_logo {
    margin: 0 0 60px;
  }
}

.copyright {
  background: #f1f3f8;
  color: #333333;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

@media screen and (min-width: 768px) {
  .copyright {
    padding: 10px 0 100px;
    margin-top: 60px;
  }
}

.sec_news .sec_title {
  text-align: center;
}

.sec_news .title_box .btnstyle a {
  width: 120px;
  padding: 0.5em 0em;
}

.sec_news dl dd a {
  color: #333333;
  text-decoration: none;
}

.sec_news dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sec_news .title_box .btnstyle {
    margin-bottom: 15px;
  }

  .sec_news dl dt {
    padding: .5em 0 0;
  }

  .sec_news dl dd {
    padding: 0 0 .5em;
  }
}

@media screen and (min-width: 768px) {

  .sec_news dl dt,
  .sec_news dl dd {
    padding: 19.5px 0;
  }

  .sec_news dl dt {
    float: left;
  }

  .sec_news dl dd {
    padding-left: 145px;
  }

  .sec_news .sec_title {
    text-align: left;
  }

  .sec_news .title_box {
    position: relative;
  }

  .sec_news .title_box .btnstyle {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sp_btn_left a {
    margin: 0;
  }
}

.table_color01 {
  color: #ee8d8d !important;
}

.table_color02 {
  color: #91c888 !important;
}

.table_color03 {
  color: #86c5cc !important;
}

.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%;
  -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 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;
  }
}

.sec_top .sec_img {
  text-align: center;
  margin: 0;
}

.sec_top .sec_img img {
  margin: auto;
}

.sec_top .sec_text {
  line-height: 30px;
  letter-spacing: -0.02em;
}

.sec01 {
  padding: 35px 0;
  background: #f6f6f6;
}

.sec01 .sec_title {
  font-size: 18px;
  line-height: 1;
  padding: 14px 10px;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border: 1px solid #333333;
}

.sec01 .sec_title2 {
  font-size: 16px;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  text-align: center;
}

.sec01 .sec_title2 .sec_span {
  font-size: 30px;
  line-height: 1;
}

.sec01 .sec_title2 .sec_span2 {
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sec01 .sec_title2 {
    margin: 25px 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .sec01 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 880px;
    margin: auto;
  }

  .sec01 .row .col_3:nth-child(1) {
    width: 30.7%;
  }

  .sec01 .row .col_3:nth-child(2) {
    width: 40%;
  }

  .sec01 .row .col_3:nth-child(3) {
    width: 25.3%;
  }

  .sec01 .sec_title {
    font-size: 18px;
    line-height: 1;
    padding: 14px 5px;
  }

  .sec01 .sec_title2 {
    font-size: 16px;
    line-height: 1;
  }

  .sec01 .sec_title2 .sec_span {
    font-size: 23px;
    line-height: 1;
  }

  .sec01 .sec_title2 .sec_span2 {
    font-size: 18px;
    line-height: 1;
  }

  .sec01 .btnstyle a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1250px) {
  .sec01 .sec_title {
    font-size: 20px;
    line-height: 1;
    padding: 14px 10px;
  }

  .sec01 .sec_title2 {
    font-size: 18px;
    line-height: 1;
  }

  .sec01 .sec_title2 .sec_span {
    font-size: 36px;
    line-height: 1;
  }

  .sec01 .sec_title2 .sec_span2 {
    font-size: 24px;
    line-height: 1;
  }

  .sec01 .btnstyle a {
    font-size: 20px;
  }
}

.sec02 {
  padding: 50px 0;
  background: url("../img/top/sec02_bg.png") no-repeat center;
}

.sec02 .sec_title {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 20px;
}

.sec02 .sec_title .sec_span {
  padding-left: 14px;
  font-size: 18px;
  line-height: 1;
  color: #879bc5;
}

.sec02 .title_box .btnstyle a {
  width: 115px;
  padding-left: 57px;
}

.sec02 .title_box .btnstyle a:before {
  width: 45px;
  height: 30px;
  background: url("../img/top/sec02_arrow.png") no-repeat center;
}

.sec02 dl {
  margin-bottom: 30px;
  border-top: 1px solid #999999;
}

.sec02 dl dd {
  border-bottom: 1px solid #999999;
}

.sec02 .footer_text {
  line-height: 23px;
  margin-top: 5px;
}

.sec02 table.address {
  margin-bottom: 10px;
}

.sec02 table.address th,
.sec02 table.address td {
  padding: 8px 0;
  line-height: 1.4;
}

.sec02 table.address th {
  font-weight: bold;
  color: #879bc5;
  width: 60px;
  text-align: left;
  padding-right: 8px;
}

.sec02 .table_timetable {
  margin-top: 25px;
}

.sec02 .table_timetable th,
.sec02 .table_timetable td {
  line-height: 22px;
}

.sec02 .table_timetable thead th,
.sec02 .table_timetable thead td {
  padding: 0.8rem 0.2rem;
}

.sec02 .table_timetable tbody th,
.sec02 .table_timetable tbody td {
  padding: 1.2rem 0.2rem;
}

.sec02 .sec_box {
  margin-top: 30px;
}

.sec02 .sec_box .btnstyle a {
  margin-left: 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .sec02 .sec_title .sec_span {
    padding-top: 10px;
    padding-left: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sec02 {
    padding: 70px 0;
  }

  .sec02 dl {
    margin-bottom: 50px;
  }

  .sec02 .sec_title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .sec02 .sec_title .sec_span {
    padding-left: 14px;
    font-size: 18px;
  }

  .sec02 .sec_box {
    margin-top: 50px;
  }

  .sec02 .sec_box .btnstyle a {
    margin-left: 0;
  }

  .sec02 .table_timetable th,
  .sec02 .table_timetable td {
    font-size: 14px;
  }
}

@media screen and (min-width: 1250px) {
  .sec02 {
    padding: 120px 0;
  }

  .sec02 .sec_title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .sec02 .sec_title .sec_span {
    padding-left: 14px;
    font-size: 18px;
  }

  .sec02 dl {
    margin-bottom: 60px;
  }

  .sec02 .sec_box {
    margin-top: 60px;
  }

  .sec02 .table_timetable th,
  .sec02 .table_timetable td {
    font-size: 18px;
  }
}

.sec03 .loopslider_wrap {
  overflow: hidden;
}

.sec03 .loopslider {
  -webkit-animation: loopslider 120s linear infinite;
  animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(220px * 20);
  height: 100%;
}

.sec03 .loopslider img {
  padding: 0 5px;
  margin: 0;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-220px * 10));
    transform: translateX(calc(-220px * 10));
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-220px * 10));
    transform: translateX(calc(-220px * 10));
  }
}

@media screen and (min-width: 768px) {
  .sec03 .loopslider {
    -webkit-animation: loopslider 120s linear infinite;
    animation: loopslider 120s linear infinite;
    width: calc(503px * 20);
  }

  .sec03 .loopslider img {
    padding: 0;
    margin: 0 6.5px;
  }

  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-503px * 10));
      transform: translateX(calc(-503px * 10));
    }
  }

  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-503px * 10));
      transform: translateX(calc(-503px * 10));
    }
  }
}

.sec04 {
  padding: 50px 0;
  background: url("../img/top/sec04_bg.png") no-repeat center bottom;
}

.sec04 .sec_title {
  text-align: center;
  margin-bottom: 20px;
}

.sec04 .sec_title img {
  max-width: 90%;
}

.sec04 .sec_img {
  margin-bottom: 20px;
}

.sec04 .sec_no,
.sec04 .sec_title2 {
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #879bc5;
}

.sec04 .sec_no {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.sec04 .sec_no .sec_span {
  font-size: 28px;
}

.sec04 .sec_title2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

.sec04 .text_box .sec_text {
  letter-spacing: -0.02em;
}

.sec04 .row .col_3 .sec_text {
  margin-bottom: 15px;
}

.sec04 .row .col_3:nth-child(2) .sec_no,
.sec04 .row .col_3:nth-child(2) .sec_title2,
.sec04 .row .col_3:nth-child(5) .sec_no,
.sec04 .row .col_3:nth-child(5) .sec_title2,
.sec04 .row .col_3:nth-child(8) .sec_no,
.sec04 .row .col_3:nth-child(8) .sec_title2 {
  color: #e89395;
}

.sec04 .row .col_3:nth-child(3n) .sec_no,
.sec04 .row .col_3:nth-child(3n) .sec_title2 {
  color: #a9c96e;
}

.sec04 .btnstyle a {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .sec04 .row .col_3:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .sec04 {
    padding: 70px 0;
  }

  .sec04 .sec_title img {
    max-width: 63%;
  }

  .sec04 .row {
    gap: 40px 2%;
  }

  .sec04 .row .col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: 32%;
  }

  .sec04 .btnstyle {
    margin-top: auto;
  }

  .sec04 .btnstyle a {
    margin: 0;
  }

  .sec04 .text_box {
    max-width: 755px;
    margin: 0 auto 50px;
  }

  .sec04 .text_box .sec_text {
    line-height: 34px;
  }

  .sec04 .sec_no {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
  }

  .sec04 .sec_no .sec_span {
    font-size: 30px;
  }

  .sec04 .sec_title2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    min-height: 68px;
    margin-bottom: 5px;
    letter-spacing: -0.01em;
  }
}

@media screen and (min-width: 1250px) {
  .sec04 {
    padding: 120px 0;
  }

  .sec04 .row {
    gap: 45px 3.5%;
  }

  .sec04 .row .col_3 {
    margin: 0;
    width: 31%;
  }

  .sec04 .btnstyle a {
    font-size: 20px;
  }

  .sec04 .sec_no {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
  }

  .sec04 .sec_no .sec_span {
    font-size: 32px;
  }

  .sec04 .sec_title2 {
    font-size: 24px;
    line-height: 34px;
    min-height: 68px;
    margin-bottom: 5px;
  }
}

.sec05 {
  padding: 0 0 50px;
}

.sec05 .sec05_bg {
  background: url("../img/top/sec05_bg.png") no-repeat center;
}

.sec05 .sec_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: clamp(180px, 50vw, 360px);
  background: url("../img/top/sp_sec05_title_bg.png") no-repeat center/cover;
}

.sec05 .sec_title_box .sec_title {
  font-size: 50px;
  line-height: 0.6;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0;
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec05 .row1 {
  padding-top: 30px;
  margin-bottom: 30px;
}

.sec05 .row1 .sec_text {
  margin-bottom: 14px;
}

.sec05 .sec_title2 {
  margin-bottom: 18px;
}

.sec05 .row2 {
  margin-bottom: 30px;
}

.sec05 .row2 .col_box {
  border: 1px solid #ccc;
}

.sec05 .row2 .col_box .box_text {
  padding: 30px 10px;
}

.sec05 .row2 .col_3:nth-child(even) .sec_no,
.sec05 .row2 .col_3:nth-child(even) .sec_title3 {
  color: #e89395;
}


.sec05 .sec_no,
.sec05 .sec_title3 {
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #879bc5;
}

.sec05 .sec_no {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
	text-align:center;

}

.sec05 .sec_no .sec_span {
  font-size: 28px;
}

  .sec05 .sec_title3 {
        font-size: clamp(20px,2vw,24px);
        line-height: 1.3;
        margin-bottom: 14px;
        text-align: center;

  }
  

 .sec05 .sec_title3 small{
    font-size: calc(20 / 24 * 1em);
    display:block;
  }

.sec05 .sec_title4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}

.sec05 .sec_title4 .sec_span {
  padding-left: 10px;
  font-size: 18px;
  line-height: 1;
  color: #879bc5;
}

.sec05 .text_box {
  margin-bottom: 30px;
  padding: 30px 10px;
  background: #f4f7fc;
}

.sec05 .text_box .row3 {
  margin-bottom: 30px;
}

.sec05 .text_box .sec_text {
  margin-top: 15px;
}

.sec05 .row4 {
  background: #fcf0f0;
}

.sec05 .row4 .col_2 {
  margin: 0;
}

.sec05 .row4 .row4_box {
  padding: 30px 10px 30px;
}

.sec05 .sec_title5 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
}

.sec05 .sec_title5 .sec_span {
  display: block;
  padding-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #e89395;
}

@media screen and (max-width: 767px) {
  .sec05 .btnstyle a {
    margin-left: 0;
  }

  .sec05 .row1 .btn_box {
    margin: 20px 0 25px;
  }

  .sec05 .sec_title4 {
    text-align: center;
  }

  .sec05 .sec_title4 .sec_span {
    padding-top: 10px;
    padding-left: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sec05 {
    padding: 0 0 70px;
  }

  .sec05 .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8%;
  }

  .sec05 .sec_title_box {
    height: 420px;
    background: url("../img/top/sec05_title_bg.png") no-repeat center/cover;
  }

  .sec05 .sec_title_box .sec_title {
    font-size: 80px;
    line-height: 0.6;
  }

  .sec05 .btnstyle a {
    font-size: 16px;
  }

  .sec05 .row1 {
    padding-top: 50px;
    margin-bottom: 50px;
  }

  .sec05 .row1 .col_2:first-child {
    width: 55.2%;
    margin-right: 0;
  }

  .sec05 .row1 .col_2:last-child {
    width: 44.8%;
  }

  .sec05 .row2 {
    margin-bottom: 50px;
  }

  .sec05 .row2 .btnstyle {
    margin-top: auto;
  }

  .sec05 .row2 .btnstyle a {
    margin-left: 0;
  }

  .sec05 .row2 .col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
  }
  .sec05 .row2 .col_3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

  }
  .sec05 .row2 .col_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .sec05 .row2 .col_box .box_text {
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .sec05 .sec_top .sec_text{
    flex: auto;
  }

  .sec05 .sec_title3 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		flex-direction:column;
        height: 2.8em;
        align-items: center;
        justify-content: center;
  }
  
  .sec05 .sec_no {
    font-size: 18px;
    margin-bottom: 13px;
    letter-spacing: 0.1em;
  }

  .sec05 .sec_no .sec_span {
    font-size: 30px;
  }

  .sec05 .text_box {
    margin-bottom: 50px;
    padding: 40px 15px;
  }

  .sec05 .text_box .row3 {
    margin-bottom: 30px;
  }

  .sec05 .text_box .btn_box {
    gap: 0 4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec05 .sec_title4 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
  }

  .sec05 .sec_title4 .sec_span {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1;
  }

  .sec05 .sec_title5 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
  }

  .sec05 .sec_title5 .sec_span {
    font-size: 18px;
    line-height: 1;
  }

  .sec05 .row4 .row4_box {
    padding: 30px 20px 30px 20px;
  }

  .sec05 .row4 .col_2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }

  .sec05 .row4 .col_2:first-child {
    width: 42%;
  }

  .sec05 .row4 .col_2:last-child {
    width: 58%;
  }
}

@media screen and (min-width: 1250px) {
  .sec05 {
    padding: 0 0 120px;
  }

  .sec05 .btnstyle a {
    font-size: 20px;
  }

  .sec05 .row1 {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .sec05 .sec_title_box {
    height: 420px;
  }

  .sec05 .sec_title_box .sec_title {
    font-size: 120px;
    line-height: 0.6;
  }

  .sec05 .row2 {
    margin-bottom: 60px;
	
  }
  

  .sec05 .row2 .col_box .box_text {
    padding: 30px;
  }
  .sec05 .sec_no {
    font-size: 20px;
    margin-bottom: 13px;
    letter-spacing: 0.1em;
  }

  .sec05 .sec_no .sec_span {
    font-size: 32px;
  }


  .sec05 .text_box {
    margin-bottom: 60px;
    padding: 40px;
  }

  .sec05 .sec_title4 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
  }

  .sec05 .sec_title4 .sec_span {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1;
  }

  .sec05 .sec_title5 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .sec05 .sec_title5 .sec_span {
    font-size: 18px;
    line-height: 1;
  }

  .sec05 .row4 .row4_box {
    padding: 40px 40px 40px 35px;
  }
}
@media screen and (max-width: 767px) {
.sec05 .sec_title3{
font-size:24px;
}
}
.sec06 {
  padding: 0;
}

.sec06 .sec06_bg {
  padding: 30px 0 50px;
  background: url("../img/top/sec06_bg.png") no-repeat center/cover;
}

.sec06 .sec_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: clamp(180px, 50vw, 360px);
  background: url("../img/top/sp_sec06_title_bg.png") no-repeat center/cover;
}

.sec06 .sec_title_box .sec_title {
  font-size: 50px;
  line-height: 0.8;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0;
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec06 .sec_title2,
.sec06 .sec_title3 {
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec06 .sec_title2 .sec_span,
.sec06 .sec_title3 .sec_span {
  color: #a9c96e;
}

.sec06 .sec_title2 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
  text-align: center;
}

.sec06 .sec_title2 .sec_span {
  font-size: 26px;
}

.sec06 .sec_title2 .sec_span2 {
  font-size: 23px;
}

.sec06 .sec_title2 .sec_span3 {
  font-size: 23px;
  color: #879bc5;
}

.sec06 .sec_title3 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.sec06 .sec_title3 .sec_span {
  padding-top: 10px;
  display: block;
  font-size: 18px;
}

.sec06 .btnstyle a {
  margin: 0;
}

.sec06 .text_box {
  padding: 30px 10px;
}

.sec06 .row1 {
  margin-bottom: 30px;
}

.sec06 .row1 .text_box {
  background: #f3f6ec;
}

.sec06 .row2 .text_box {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .sec06 .row .col_2 {
    margin: 0;
  }

  .sec06 .row .col_2:first-child {
    width: 42%;
  }

  .sec06 .row .col_2:last-child {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec06 .row .col_2:last-child .text_box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .sec06 .sec06_bg {
    padding: 40px 0 70px;
  }

  .sec06 .sec_title_box {
    height: 420px;
    background: url("../img/top/sec06_title_bg.png") no-repeat center/cover;
  }

  .sec06 .sec_title_box .sec_title {
    font-size: 80px;
    line-height: 0.8;
  }

  .sec06 .sec_title2 {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    text-align: left;
  }

  .sec06 .sec_title2 .sec_span {
    font-size: 38px;
  }

  .sec06 .sec_title2 .sec_span2 {
    font-size: 32px;
  }

  .sec06 .sec_title2 .sec_span3 {
    font-size: 32px;
  }

  .sec06 .sec_title3 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }

  .sec06 .sec_title3 .sec_span {
    padding-top: 10px;
    font-size: 18px;
  }

  .sec06 .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4%;
  }

  .sec06 .btn_box .btnstyle {
    margin: 0;
  }

  .sec06 .row1 {
    background: #f3f6ec;
    margin-bottom: 27px;
  }

  .sec06 .row1 .text_box {
    padding: 40px 20px 40px 20px;
  }

  .sec06 .row2 {
    background: #fff;
  }

  .sec06 .row2 .sec_img {
    margin-bottom: -60px;
  }

  .sec06 .row2 .text_box {
    padding: 40px 20px 40px 20px;
  }
}

@media screen and (min-width: 1010px) {
  .sec06 .sec06_bg {
    padding: 40px 0 130px;
  }

  .sec06 .row1 {
    background: none;
  }

  .sec06 .row2 {
    background: none;
  }
}

@media screen and (min-width: 1250px) {
  .sec06 .sec06_bg {
    padding: 50px 0 180px;
  }

  .sec06 .btnstyle a {
    font-size: 20px;
  }

  .sec06 .sec_title_box {
    height: 420px;
  }

  .sec06 .sec_title_box .sec_title {
    font-size: 120px;
    line-height: 0.8;
  }

  .sec06 .sec_title2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }

  .sec06 .sec_title2 .sec_span {
    font-size: 48px;
  }

  .sec06 .sec_title2 .sec_span2 {
    font-size: 36px;
  }

  .sec06 .sec_title2 .sec_span3 {
    font-size: 36px;
  }

  .sec06 .sec_title3 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .sec06 .sec_title3 .sec_span {
    padding-top: 10px;
    font-size: 18px;
  }

  .sec06 .row1 .text_box {
    padding: 40px 40px 40px 30px;
  }

  .sec06 .row2 .sec_img {
    margin-bottom: -60px;
  }

  .sec06 .row2 .text_box {
    padding: 40px 30px 40px 40px;
  }
}

.sec07 {
  padding: 50px 0;
}

.sec07 .sec_title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 15px;
}

.sec07 .sec_title .sec_span {
  font-size: 38px;
  color: #999999;
}

.sec07 .sec_title .sec_span2 {
  font-size: 28px;
}

.sec07 .btnstyle a {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sec07 {
    position: relative;
    z-index: 0;
  }

  .sec07:after {
    z-index: -1;
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: clamp(120px, 33.33333333vw, 200px);
    background: url("../img/top/sp_sec07_bg.png") no-repeat center top/cover;
  }
}

@media screen and (min-width: 768px) {
  .sec07 {
    padding: 70px 0;
    background: url("../img/top/sec07_bg.png") no-repeat center/cover;
  }

  .sec07 .sec_title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .sec07 .sec_title .sec_span {
    font-size: 42px;
  }

  .sec07 .sec_title .sec_span2 {
    font-size: 32px;
  }

  .sec07 .row .col_2:first-child {
    width: 34%;
  }

  .sec07 .row .col_2:last-child {
    width: 62%;
    margin-right: 4%;
  }

  .sec07 .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5%;
  }
}

@media screen and (min-width: 1250px) {
  .sec07 {
    padding: 120px 0;
  }

  .sec07 .sec_title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .sec07 .sec_title .sec_span {
    font-size: 48px;
  }

  .sec07 .sec_title .sec_span2 {
    font-size: 36px;
  }

  .sec07 .btnstyle a {
    font-size: 20px;
  }
}

.sec08 {
  padding: 50px 0;
  background: url("../img/top/sec08_bg.png") no-repeat center/cover;
}

.sec08 .sec_title {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.sec08 .sec_title .sec_span {
  padding-top: 5px;
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #e89395;
}

.sec08 .text_box {
  padding: 30px 10px;
  background: #fff;
}

.sec08 .sec_text {
  letter-spacing: 0em;
}

.sec08 .row1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sec08 .sec_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
  }
}

@media screen and (min-width: 768px) {
  .sec08 {
    padding: 70px 0;
  }

  .sec08 .sec_title {
    text-align: left;
    margin: 0;
    padding: 20px 0;
    font-size: 26px;
    line-height: 1;
  }

  .sec08 .sec_title .sec_span {
    font-size: 18px;
  }

  .sec08 .row1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec08 .row1 .col_2:first-child {
    width: 25%;
    border-right: 1px solid #333333;
  }

  .sec08 .row1 .col_2:last-child {
    width: 71%;
  }

  .sec08 .text_box {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 1250px) {
  .sec08 {
    padding: 120px 0;
  }

  .sec08 .sec_title {
    font-size: 30px;
    line-height: 1;
  }

  .sec08 .sec_title .sec_span {
    font-size: 18px;
  }

  .sec08 .text_box {
    padding: 60px;
  }
}

/*Event Organiser*/
.eo-calendar {
  text-align: center;
}

.eo-calendar table#wp-calendar {
  width: 100%;
  border-collapse: collapse;
}

.eo-calendar table#wp-calendar thead th,
.eo-calendar table#wp-calendar thead td,
.eo-calendar table#wp-calendar tbody th,
.eo-calendar table#wp-calendar tbody td {
  border: 1px solid #ddd;
  font-size: 88%;
  padding: 0.3em 0;
}

.eo-calendar table#wp-calendar thead th {
  padding: 0.5em 0;
  color: #fff;
  background: #b2c0de /*url(img/bg04.png) repeat*/;
}

.eo-calendar table#wp-calendar tbody td a {
  pointer-events: none;
  text-decoration: none;
  color: #333333;
}

table#wp-calendar .today {
  text-decoration: underline;
  font-weight: bold;
}

td.eo-event-cat-syuujitsu {
  background-color: #f4baa3;
}

td.eo-event-cat-gozen {
  background-color: #c9eabf;
}

td.eo-event-cat-gogo {
  background-color: #ddf0fb;
}

td.eo-event-cat-rinji {
  background-color: #f3b1ae;
}

td.eo-event-cat-gairainomi {
  background-color: #fafdb4;
}

span.eo-event-cat-syuujitsu {
  color: #f4baa3;
}

span.eo-event-cat-gozen {
  color: #c9eabf;
}

span.eo-event-cat-gogo {
  color: #ddf0fb;
}

span.eo-event-cat-rinji {
  color: #f3b1ae;
}

span.eo-event-cat-gairainomi {
  color: #b2c0de;
}

#eo-widget-prev-month a,
#eo-widget-next-month a {
  color: #333333;
}

/*# sourceMappingURL=bond.css.map */