@charset "UTF-8";
.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 51px;
  padding-bottom: 51px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - ( 1239px / 2 ) );
    margin-right: calc(50% - ( 1239px / 2 ) );
  }

  .section {
    padding-left: calc( ( 1239px / 2 ) - 50%);
    padding-right: calc( ( 1239px / 2 ) - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #fff;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb .svg-icons {
  fill: #8c8c8c;
  width: 12px;
  height: 12px;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  color: #3dabc4;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #333333;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: gray;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #333333;
}
@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #3dabc4;
  background: #f2f8fd;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3dabc4;
  border-right: 1px solid #3dabc4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type="submit"] {
  background: #3dabc4;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #3dabc4;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 240px;
}
.wpcf7 input[type="submit"]:not(:disabled):hover {
  background: #fff;
  color: #3dabc4;
  cursor: pointer;
}
.wpcf7 input[type="submit"]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.wpcf7 input[type="submit"]:disabled:hover {
  pointer-events: none;
}
.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}
.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 8px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}
.box_form dd > span + span {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input, .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}

.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}
.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .entry_title {
    font-size: 24px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #333333;
  text-decoration: none;
}
.entry_title a:hover {
  color: #3dabc4;
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}
.entry_ex a {
  color: #3dabc4;
  text-decoration: none;
}
.entry_ex a:hover {
  color: #333333;
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  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;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.pagenav_single a:hover {
  opacity: .7;
}
.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  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;
  font-size: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  width: 30px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
.pagenav_archive .page-numbers:hover {
  background: #3dabc4;
  border: 1px solid #3dabc4;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
}
.post_aside .category_list {
  margin-top: 16px;
}
.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}
.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.post_aside .category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333333;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
.post_aside .category_list a:hover {
  color: #3dabc4;
}
.post_aside .category_list a .material-icons {
  font-size: 16px;
}
.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.post_aside .latestpost_list a {
  color: #333333;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}
.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}
.post_aside .latestpost_list a:hover {
  color: #3dabc4;
}
.post_aside .latestpost_list a:hover::before {
  color: #3dabc4;
}

.blog_thumbnail_list_item a .title, .blog_thumbnail_list_item a .date, .blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
        flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: .8;
}
.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3dabc4;
  border-radius: 0;
}
.slide_thumb .item img {
  margin: 0;
}

@media (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: calc(95% / 6);
  max-width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #3dabc4;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #3dabc4;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #3dabc4;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.icon_tags a:hover {
  background: #3dabc4;
  color: #fff;
}

.entry_search_result_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: .35em;
}
@media (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.entry_search_result_wrap .entry_archive .entry_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.entry_search_result_wrap .entry_archive .entry_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(20% , 140px);
          flex: 0 0 min(20% , 140px);
  width: min(20% , 140px);
}
.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}
.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}
.entry_search_result_wrap .link {
  font-size: 92%;
}
.entry_search_result_wrap .link::before {
  content: "［ ";
}
.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}
.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}
.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.splide__arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.splide__arrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: .8;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #3dabc4;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.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: #f2f8fd;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #f2f8fd;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f2f8fd;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #f2f8fd;
}

.box_border {
  background: #fff;
  border: 5px solid #f2f8fd;
}

.box_border .box_bg {
  background: #f2f8fd;
}

.section_bg .box_border .box_bg {
  background: #f2f8fd;
}

.box_bg,
.box_border {
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}
.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border, .row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border, .row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border, .row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border, .row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border, .row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border, .row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border, .row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border, .row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  border: 3px solid #f2f8fd;
  border-radius: 10px;
  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: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 1px solid #3dabc4;
  color: #3dabc4 !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a::after {
  top: auto;
  bottom: auto;
}
.link_anchor a:hover {
  background: #3dabc4;
  color: #fff !important;
}
.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #3dabc4;
  border-right: 1px solid #3dabc4;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_anchor a:hover::after {
  border-color: #fff;
}
@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: 20px;
  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: #3dabc4;
  height: calc(16px / 2);
  left: 0;
  top: calc((16px * 1.75 / 2) - (16px / 4));
  width: calc(16px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #3dabc4;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc((16px * 1.75 / 2) - (16px / 6));
  width: calc(16px / 3);
}

.ul_check li {
  padding-left: 2em;
}
.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: calc(( 16px * 1.75 / 2 ) - ( 16px / 4 ));
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: '';
  position: absolute;
  display: block;
  background: #3dabc4;
  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 #3dabc4;
  top: calc(( 16px * 1.75 / 2 ) - ( 16px / 4 ));
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #3dabc4;
  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 {
  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: #3dabc4;
  border-top: 1px solid #3dabc4;
  border-bottom: 1px solid #3dabc4;
  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 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: #3dabc4;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #f7f9fc;
}
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 tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default tbody tr th:first-child {
    width: 25%;
  }
}
table.table_default tbody th, table.table_default tbody td {
  text-align: left;
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack, table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead, table.table_sp_stack tbody, table.table_sp_stack tr, table.table_sp_stack th, table.table_sp_stack td, table.table_sp_stack_noborder thead, table.table_sp_stack_noborder tbody, table.table_sp_stack_noborder tr, table.table_sp_stack_noborder th, table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th, table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td, table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #3dabc4 !important;
}

.consul2 {
  color: #e99cbd !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

table.table_timetable {
  table-layout: fixed;
}

table.table_timetable th, table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #b5ccd1;
  padding: .8rem .2rem;
  text-align: center;
}

@media (min-width: 768px) {
  table.table_timetable th, table.table_timetable td {
    padding: 1.2rem .2rem;
  }
}
table.table_timetable thead th {
  background: #85dea3;
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable thead th:last-child {
  width: 17%;
}

@media (min-width: 768px) {
  table.table_timetable thead th:last-child {
    width: 15%;
    padding-right: 3%;
  }
}
table.table_timetable tbody th {
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  table.table_timetable tbody td:last-child {
    padding-right: 3%;
  }
}
table.table_timetable.cl {
  position: relative;
  z-index: 1;
}

table.table_timetable.cl thead {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: none;
}

table.table_timetable.cl thead:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3dabc4), to(#85d4e6));
  background: linear-gradient(to right, #3dabc4, #85d4e6);
  z-index: 0;
}

table.table_timetable.cl thead th {
  position: relative;
  z-index: 1;
  background: none !important;
  border: none !important;
}

@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  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: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 30px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.box_faq .question::before {
  content: 'Q';
  color: #3dabc4;
  background: #fff;
}
.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: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: '';
  top: 12px;
  right: 0;
  background: #3dabc4;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.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: #4eb872;
  background: #fff;
  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 #f2f8fd;
  background: #fff;
  border-radius: 0px;
  margin-top: calc($fontsize * 5.125);
  padding: 50px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #afcbea;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #3dabc4;
}
.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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px;
    /* .flow-block .title の font-size */
  }
}
.flow-block .title::after, .flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  --flow-num-font-percent: 0.83;
  /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc( var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + ( var(--flow-title-font-size) / 6 ) );
  /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #3dabc4;
  background: #3dabc4;
  margin-right: .5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 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: #edf9fa;
  overflow: hidden;
}

.footer .container {
  overflow: hidden;
}

.footer .sec_logo {
  margin: 0 0 30px;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
}

.footer h3.bd {
  display: table;
  position: relative;
  margin-bottom: 25px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.footer .color1 {
  color: #3dabc4;
}

.footer h3.bd:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2000px;
  height: 1px;
  background: #3dabc4;
  left: calc(100% + 1rem);
}

.footer table.address {
  margin-bottom: 10px;
}

.footer table.address th, .footer table.address td {
  padding: 8px 0;
  line-height: 1.4;
}

.footer table.address th {
  width: 60px;
  text-align: left;
  padding-right: 8px;
}

.footer .googlemap {
  margin-bottom: 10px;
}

.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}

.footer .sitemap a {
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-left: 15px;
}

.footer .sitemap a:hover {
  text-decoration: underline;
}

.footer .sitemap a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer .row__iku {
  margin-bottom: clamp(20px, 2vw, 50px);
}

.footer .row__iku .ic {
  display: block;
}

.footer .row__iku .ic:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}

.footer .row__iku .col {
  border: 3px solid white;
  border-radius: 6px;
  padding: calc(20 / var(--break) * 100vw);
}

.footer .row__iku .col .box_info .box__tit {
  font-weight: bold;
  font-size: 18px;
}

.footer .row__iku .col .box_info .box__txt {
  font-weight: 500;
  line-height: calc(24 / 16);
}

.footer .row__iku .col .box_info .box__txt .large {
  line-height: 1;
  font-size: 30px;
}

.footer .row__iku .col__densha {
  background: #daf2f7;
}

.footer .row__iku .col__car {
  background: #defae4;
}

.footer .row__iku .col__car .color3 {
  color: #4eb872;
}

@media (max-width: 767px) {
  .footer .row {
    row-gap: 15px;
  }

  .footer .row__iku .ic {
    padding-top: calc(100 / var(--breaksp) * 100vw);
  }

  .footer .row__iku .ic:before {
    width: calc(90 / var(--breaksp) * 100vw);
    height: calc(90 / var(--breaksp) * 100vw);
  }

  .footer .row__iku .box_info .box__tit {
    text-align: center;
    border-bottom: 1px solid #b4c8cd;
    margin-bottom: calc(20 / var(--breaksp) * 100vw);
    padding-bottom: calc(20 / var(--breaksp) * 100vw);
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 120px;
  }

  .footer .sec_logo {
    margin: 0 0 60px;
  }

  .footer .googlemap {
    height: calc(100% - 38px);
    padding-top: initial;
  }

  .footer .row__info {
    -webkit-column-gap: 5%;
    column-gap: 5%;
  }

  .footer .row__info .col {
    width: calc(95% / 2);
  }

  .footer .row__iku {
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }

  .footer .row__iku .ic {
    padding-top: 65px;
  }

  .footer .row__iku .ic:before {
    width: 55px;
    height: 55px;
  }

  .footer .row__iku .col {
    width: calc((100% - 40px) / 2);
  }

  .footer .row__iku .col .box_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .footer .row__iku .col .box_info .box {
    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: 10px 0;
  }

  .footer .row__iku .col .box_info .box__tit {
    width: 46.5%;
    border-right: 1px solid #b4c8cd;
  }

  .footer .row__iku .col .box_info .box__txt {
    width: 53.5%;
  }
}
.footer .access_box {
  position: relative;
  border: 3px solid #fff;
  border-radius: 6px;
  margin-left: 45px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.footer .access_box .sec_icon {
  position: absolute;
  margin: auto;
  left: -45px;
  right: auto;
  top: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .access_box .sec_access_title {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.footer .access_box .sec_access_text {
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.footer .access_box .sec_access_text .sec_span {
  font-size: 30px;
  font-weight: 500;
  color: #3dabc4;
}
.footer .access_box.access_box_color01 {
  background: #daf2f7;
}
.footer .access_box.access_box_color01 .sec_access_title {
  color: #3dabc4;
}
.footer .access_box.access_box_color02 {
  background: #defae4;
}
.footer .access_box.access_box_color02 .sec_access_title {
  color: #4eb872;
}
.footer .row2 {
  margin-bottom: 30px;
}
.footer .row__info {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer .row__info {
    margin-bottom: 40px;
  }
  .footer .row2 {
    max-width: 930px;
    margin: auto;
    margin-bottom: 30px;
  }
}

.copyright {
  background: false;
  color: #333333;
  margin-top: 30px;
  padding: 10px 0 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 calc(250 / var(--breaksp) * 100vw);
  }
}
.list_list dd a {
  color: #333333;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: .5em 0 0;
  }
  .list_list dd {
    padding: 0 0 .5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.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: calc(200px * 12);
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-200px * 6));
            transform: translateX(calc(-200px * 6));
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-200px * 6));
            transform: translateX(calc(-200px * 6));
  }
}
@media (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
            animation: loopslider 140s linear infinite;
    width: calc(320px * 12);
  }

  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-320px * 6));
              transform: translateX(calc(-320px * 6));
    }
  }

  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-320px * 6));
              transform: translateX(calc(-320px * 6));
    }
  }
}
.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 .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;
}

.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;
  }

  .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;
  }

  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.main_body {
  max-width: 100%;
  width: 100%;
}

.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 h2 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: center;
}
.sec_top h2 .sec_span {
  font-size: 26px;
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#91ddc3), color-stop(#8fd6e6), to(#8fc2e6));
  background-image: linear-gradient(to right, #91ddc3, #8fd6e6, #8fc2e6);
}
.sec_top h2 .span_box {
  margin: auto;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-bottom: 1px solid #b5ccd1;
}
.sec_top h2 .span_sub {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #3dabc4;
  display: block;
}
.sec_top .sec_img {
  text-align: center;
  margin: 0;
}
.sec_top .sec_img img {
  margin: auto;
}
@media (min-width: 768px) {
  .sec_top h2 {
    font-size: 30px;
    line-height: 53px;
    margin-bottom: 45px;
  }
  .sec_top h2 .sec_span {
    font-size: 46px;
  }
  .sec_top h2 .span_box {
    padding-bottom: 5px;
    margin-bottom: 18px;
  }
  .sec_top h2 .span_sub {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .sec_top .list_sns li {
    max-width: 313px;
    width: 100%;
  }
  .sec_top .list_sns li > span {
    padding-left: 40px;
  }
  .sec_top .list_sns li a {
    height: 60px;
    max-width: 313px;
    width: 100%;
    font-size: 18px;
  }
  .sec_top .list_sns li a .large {
    font-size: 28px;
  }
  .sec_top .list_sns li.btn_web:before {
    width: 30px;
    height: 30px;
  }
  .sec_top .list_sns li.btn_line:before {
    width: 32px;
    height: 30px;
  }
}

.sec01 {
  padding: 99vw 0 50px;
  background: url("../img/top/sp_sec01_bg.png") no-repeat center bottom/cover;
}
.sec01 h2 {
  text-align: left;
}
.sec01 h2 .span_box {
  margin-left: 0;
}
.sec01 .sec_title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec01 .sec_title .bold {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec01 .sec_title .sec_span {
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c6e8d5));
  background: linear-gradient(transparent 60%, #c6e8d5 60%);
}
.sec01 .sec_box {
  margin-bottom: 30px;
}
.sec01 .sec_list li {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.05em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border-radius: 10px;
  border: 2px solid #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#daf2f7), to(#c5e6ed));
  background-image: linear-gradient(90deg, #daf2f7, #c5e6ed);
  position: relative;
  padding: 9.5px 0;
  padding-left: 35px;
}
.sec01 .sec_list li .bold {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec01 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 8px;
  right: auto;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url("../img/top/sec01_check01.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec01 {
    position: relative;
    z-index: 0;
  }
  .sec01:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../img/top/sp_sec01_bg2.png") no-repeat center top/100%;
  }
  .sec01 .sec_list li:not(:first-child) {
    margin-top: 10px;
  }
  .sec01 .sec_list li:nth-child(even) {
    background-image: -webkit-gradient(linear, left top, right top, from(#daf5e3), to(#cff1da));
    background-image: linear-gradient(90deg, #daf5e3, #cff1da);
  }
  .sec01 .sec_list li:nth-child(even):after {
    background: url("../img/top/sec01_check02.png") no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  .sec01 {
    padding: 120px 0 90px;
    background: url("../img/top/sec01_bg.png") no-repeat center bottom/cover;
  }
  .sec01 .sec_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 10px;
  }
  .sec01 .sec_list li {
    font-size: 18px;
    line-height: 28px;
    width: calc(50% - 5px);
    padding-left: 55px;
  }
  .sec01 .sec_list li:after {
    left: 18px;
    width: 22px;
    height: 22px;
  }
  .sec01 .sec_list li:nth-child(2), .sec01 .sec_list li:nth-child(3), .sec01 .sec_list li:nth-child(6), .sec01 .sec_list li:nth-child(7) {
    background-image: -webkit-gradient(linear, left top, right top, from(#daf5e3), to(#cff1da));
    background-image: linear-gradient(90deg, #daf5e3, #cff1da);
  }
  .sec01 .sec_list li:nth-child(2):after, .sec01 .sec_list li:nth-child(3):after, .sec01 .sec_list li:nth-child(6):after, .sec01 .sec_list li:nth-child(7):after {
    background: url("../img/top/sec01_check02.png") no-repeat center/cover;
  }
  .sec01 .sec_title {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_title .sec_span {
    font-size: 30px;
  }
  .sec01 .sec_box {
    max-width: 800px;
    margin-left: auto;
    margin-bottom: 65px;
  }
  .sec01 .sec_text {
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}

.sec02 {
  padding: 50px 0;
  background: url("../img/top/sec02_bg.png") no-repeat center bottom/cover;
}
.sec02 .sec_title {
  font-size: 22px;
  line-height: 36px;
  margin: 0 0 20px;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec02 .sec_title .sec_span {
  font-size: 16px;
}
.sec02 .sec02_flow_box {
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
  border-radius: 15px;
}
.sec02 .sec02_flow_box .sec_no {
  font-size: 100px;
  line-height: 1;
  position: absolute;
  margin: auto;
  left: auto;
  right: 15px;
  top: auto;
  bottom: -17px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #d6d6d6;
  z-index: -1;
}
.sec02 .sec02_flow_box:not(:first-child) {
  margin-top: 50px;
}
.sec02 .sec02_flow_box:not(:first-child):after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: -40px;
  bottom: auto;
  width: 50px;
  height: 23px;
  background: url("../img/top/sec02_arrow.png") no-repeat center/cover;
}
.sec02 .sec02_flow_box.sec02_flow_box1 {
  background: #f5f5f5;
}
.sec02 .sec02_flow_box.sec02_flow_box2 {
  background: #fffce3;
}
.sec02 .sec02_flow_box.sec02_flow_box2 .sec_no {
  color: #faed75;
}
.sec02 .sec02_flow_box.sec02_flow_box3 {
  background: #fff7e3;
}
.sec02 .sec02_flow_box.sec02_flow_box3 .sec_no {
  color: #ffd875;
}
.sec02 .sec02_flow_box.sec02_flow_box4 {
  background: #fff2f2;
}
.sec02 .sec02_flow_box.sec02_flow_box4 .sec_no {
  color: #ffb8b8;
}
.sec02 .sec_title2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
  position: relative;
  padding: 0 45px;
}
.sec02 .sec_title2 .sec_span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff9c3));
  background: linear-gradient(transparent 60%, #fff9c3 60%);
  color: #3dabc4;
  font-weight: bold;
}
.sec02 .sec_title2:before, .sec02 .sec_title2:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 78px;
}
.sec02 .sec_title2:before {
  left: 0;
  right: auto;
  background: url("../img/top/sec02_icon01.png") no-repeat center/cover;
}
.sec02 .sec_title2:after {
  left: auto;
  right: 0;
  background: url("../img/top/sec02_icon02.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec02 .sec_title, .sec02 .sec_text {
    padding: 0 10px;
  }
  .sec02 .sec_img {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .sec02 {
    padding: 100px 0;
  }
  .sec02 h2 {
    margin-bottom: 65px;
  }
  .sec02 .sec_title {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
  }
  .sec02 .sec_title .sec_span {
    font-size: 18px;
  }
  .sec02 .sec_title2 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin-top: 70px;
    padding: 0 60px;
  }
  .sec02 .sec_title2 .sec_span {
    font-size: 30px;
  }
  .sec02 .sec_title2:before, .sec02 .sec_title2:after {
    width: 50px;
    height: 111px;
  }
  .sec02 .sec_text {
    line-height: 28px;
    letter-spacing: 0.05em;
  }
  .sec02 .row {
    gap: 0 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec02 .row .col_2 {
    margin: 0;
  }
  .sec02 .row .col_2:last-child {
    width: 50%;
    margin-top: 30px;
  }
  .sec02 .sec02_flow_box {
    padding-bottom: 40px;
  }
  .sec02 .sec02_flow_box .sec_no {
    font-size: 180px;
    right: 25px;
    bottom: -30px;
  }
  .sec02 .sec02_flow_box:not(:first-child) {
    margin-top: 80px;
  }
  .sec02 .sec02_flow_box:not(:first-child):after {
    top: -60px;
    width: 77px;
    height: 36px;
  }
}

.sec03 {
  padding: 50px 0;
  background: url("../img/top/sec03_bg.png") no-repeat center top/cover;
}
.sec03 .text_box {
  padding: 20px 20px;
  margin-bottom: 50px;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px #00000021;
          box-shadow: 0 10px 15px #00000021;
  border-radius: 53px;
  position: relative;
}
.sec03 .text_box:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 17px 15px 0px 15px;
}
.sec03 .sec_text .bold_color {
  font-size: 18px;
  color: #3dabc4;
  font-weight: bold;
}
.sec03 .sec_title {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 10px;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  border-bottom: 1px solid #b5ccd1;
}
@media (max-width: 767px) {
  .sec03 .row1 {
    margin-bottom: 0;
  }
  .sec03 .sec03_box:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sec03 {
    padding: 120px 0 110px;
  }
  .sec03 h2 {
    margin-bottom: 60px;
  }
  .sec03 .sec_title {
    font-size: 30px;
    line-height: 46px;
    padding-bottom: 10px;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
  }
  .sec03 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .sec03 .text_box {
    max-width: 933px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec03 .text_box .sec_text {
    text-align: center;
  }
  .sec03 .row1 {
    gap: 0 4%;
    margin: 0;
  }
  .sec03 .row1 .sec_img {
    width: 980px;
  }
  .sec03 .row1:not(.reverse) .sec_img {
    margin-left: calc((980px - 672px) * -1);
  }
  .sec03 .row1 .col_2 {
    margin: 0;
  }
  .sec03 .row1 .col_2:first-child {
    width: calc(96% - 480px);
  }
  .sec03 .row1 .col_2:last-child {
    width: 480px;
    margin-top: 30px;
  }
  .sec03 .row2 {
    margin-top: -190px;
    position: relative;
    width: 1230px;
    margin-left: -15px;
  }
  .sec03 .row2 .col_3 {
    margin: 0;
    width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec03 .sec03_box:not(:last-child) {
    margin-bottom: 70px;
  }
}

.sec04 {
  padding: 0 0 50px;
}
.sec04 .sec_list li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
  padding-left: 32px;
}
.sec04 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 2px;
  bottom: auto;
  width: 22px;
  height: 22px;
  background: url("../img/top/sec04_check.png") no-repeat center/cover;
}
.sec04 .sec_box {
  margin-bottom: 10px;
  padding: 30px 10px;
  border-radius: 15px;
  background: #edf9fa;
  position: relative;
  -webkit-box-shadow: 0 10px 15px #00000021;
          box-shadow: 0 10px 15px #00000021;
}
.sec04 .sec_box:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #edf9fa transparent transparent transparent;
  border-width: 16px 11px 0px 11px;
}
.sec04 .sec_title_box {
  position: relative;
  margin: 0 0 70px;
  padding: 30px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#85d4e6), to(#3dabc4));
  background-image: linear-gradient(90deg, #85d4e6, #3dabc4);
}
.sec04 .sec_title_box h2 {
  color: #fff;
  text-align: left;
  margin: 0;
}
.sec04 .sec_title_box h2 .sec_span {
  color: #fff;
}
.sec04 .sec_title_box .container {
  position: relative;
}
.sec04 .sec_title_box .sec_title_img {
  position: absolute;
  margin: auto;
  left: auto;
  right: 5px;
  top: auto;
  bottom: -80px;
}
.sec04 .list_sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec04 .text_box {
  padding: 30px 10px;
  border-radius: 15px;
  background: #ecfcf2;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sec04 .sec_title_img {
    width: 200px;
  }
  .sec04 .sec_list li:not(:first-child) {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .sec04 {
    padding: 0 0 120px;
  }
  .sec04 .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 2%;
    margin: auto;
    max-width: 1050px;
  }
  .sec04 .sec_list li {
    width: 49%;
  }
  .sec04 .sec_list li:nth-child(even) {
    width: 44%;
  }
  .sec04 .sec_list li {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-left: 32px;
  }
  .sec04 .sec_list li:after {
    top: 5px;
    width: 22px;
    height: 22px;
  }
  .sec04 .sec_box {
    margin-bottom: 10px;
    padding: 45px 20px;
    border-radius: 15px;
  }
  .sec04 .sec_box:after {
    bottom: -16px;
  }
  .sec04 h2 {
    font-size: 32px;
  }
  .sec04 h2 .sec_span {
    font-size: 38px;
  }
  .sec04 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec04 .sec_text:not(:first-child) {
    margin-top: 30px;
  }
  .sec04 .text_box {
    margin-bottom: 40px;
  }
  .sec04 .sec_title_box {
    margin: 0 0 75px;
    padding: 56px 0 36px;
  }
  .sec04 .sec_title_box .sec_title_img {
    right: 165px;
    bottom: -80px;
  }
}

.sec05 {
  padding: 50px 0;
  background: url("../img/top/sec05_bg.png") no-repeat center/cover;
}
.sec05 .list_sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec05 .sec_title {
  font-size: 20px;
  border-radius: 15px;
  padding: 5.5px 15px;
  margin: 0 0 10px;
  background: #d0eef5;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  -webkit-box-shadow: 0 4px 0 #fff;
          box-shadow: 0 4px 0 #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec05 .sec05_flow {
  position: relative;
}
.sec05 .sec05_flow .list_sns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.sec05 .sec05_flow:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 23px;
  right: auto;
  top: auto;
  bottom: 10px;
  width: 4px;
  height: calc(100% - 70px);
  background: url("../img/top/sec05_bo.png") top;
}
.sec05 .sec05_flow:last-child:after {
  display: none !important;
}
.sec05 .sec_no {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  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;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#9ed8e5), to(#7dcddf));
  background-image: linear-gradient(90deg, #9ed8e5, #7dcddf);
}
.sec05 .sec_no .sec_span {
  display: block;
}
.sec05 .sec_no .sec_span2 {
  font-size: 22px;
  display: block;
}
.sec05 .sec_box {
  border-radius: 15px;
  padding: 30px 10px;
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
  position: relative;
  z-index: 0;
}
.sec05 .sec_box:after, .sec05 .sec_box:before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sec05 .sec_box:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: -1;
  background: #f2fbfc;
  border-radius: 15px;
}
.sec05 .sec_box:after {
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: -webkit-gradient(linear, left top, right top, from(#8fc2e6), to(#91ddc3));
  background-image: linear-gradient(90deg, #8fc2e6, #91ddc3);
  border-radius: 17px;
}
.sec05 .sec_box .sec_text {
  padding: 0 10px;
}
.sec05 .sec05_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.sec05 .sec05_flow:not(:last-child) {
  padding-bottom: 50px;
}
.sec05 .sec05_flow .sec_no {
  width: 50px;
}
.sec05 .sec05_flow .sec_box {
  width: calc(100% - 65px);
}
.sec05 .sec05_flow:nth-child(even) .sec_box:before {
  background: #f2faf4;
}
.sec05 .sec05_flow:nth-child(even) .sec_box:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#91ddc3), to(#8fc2e6));
  background-image: linear-gradient(90deg, #91ddc3, #8fc2e6);
}
.sec05 .sec05_flow:nth-child(even) .sec_title {
  background: #d3f2d7;
}
.sec05 .sec05_flow:nth-child(even) .sec_no {
  background-image: -webkit-gradient(linear, left top, right top, from(#99daaf), to(#70cb8f));
  background-image: linear-gradient(90deg, #99daaf, #70cb8f);
}
.sec05 .sec_title2 {
  font-size: 22px;
  line-height: 1;
  padding: 26px 10px;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  background: #ceeff2;
  border-radius: 15px 15px 0 0;
}
.sec05 .sec05_flow_box {
  margin-bottom: 60px;
}
.sec05 .text_box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid #3dabc4;
  border-radius: 15px;
  background: #fff;
}
.sec05 .text_box.text_box_color {
  border-color: #70c48d;
}
.sec05 .text_box.text_box_color .sec_title2 {
  background: #d3f0d7;
}
.sec05 .btnstyle a {
  max-width: 240px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .sec05 .sec_text {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .sec05 {
    padding: 120px 0;
  }
  .sec05 h2 {
    margin-bottom: 65px;
  }
  .sec05 .sec_title {
    font-size: 28px;
    border-radius: 15px;
    padding: 5.5px 26px;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
  }
  .sec05 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  .sec05 .sec_text:last-child {
    margin-bottom: 0;
  }
  .sec05 .sec05_flow:after {
    left: 50px;
    bottom: 10px;
    width: 4px;
    height: calc(100% - 120px);
  }
  .sec05 .sec_no {
    font-size: 16px;
    line-height: 1;
    height: 100px;
    width: 100px;
  }
  .sec05 .sec_no .sec_span2 {
    font-size: 40px;
  }
  .sec05 .sec_box {
    padding: 45px 45px 30px;
    border-radius: 15px;
  }
  .sec05 .sec05_flow {
    gap: 0 30px;
  }
  .sec05 .sec05_flow:not(:last-child) {
    padding-bottom: 60px;
  }
  .sec05 .sec05_flow .sec_no {
    width: 100px;
  }
  .sec05 .sec05_flow .sec_box {
    width: calc(100% - 130px);
  }
  .sec05 .row {
    gap: 0 4%;
  }
  .sec05 .row .col_2 {
    margin: 0;
  }
  .sec05 .row .col_2:first-child {
    width: 254px;
  }
  .sec05 .row .col_2:last-child {
    width: calc(96% - 254px);
  }
  .sec05 .sec_title2 {
    font-size: 28px;
    line-height: 1;
    padding: 26px 10px;
    letter-spacing: 0.1em;
    margin: 0 0 25px;
    border-radius: 15px 15px 0 0;
  }
  .sec05 .sec05_flow_box {
    margin-bottom: 60px;
  }
  .sec05 .text_box {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-radius: 15px;
  }
  .sec05 .text_box .sec_text {
    padding: 0 50px;
  }
}

.sec06 {
  padding: 50px 0 0;
}
.sec06 .sec_title {
  font-size: 22px;
  line-height: 1;
  padding: 20px 0;
  margin-bottom: 30px;
  letter-spacing: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 15px 15px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#85d4e6), to(#3dabc4));
  background-image: linear-gradient(90deg, #85d4e6, #3dabc4);
}
.sec06 .row {
  padding: 0 10px 0;
  margin-bottom: 15px;
  position: relative;
}
.sec06 .row:before, .sec06 .row:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 5px;
  background: #85d4e6;
}
.sec06 .row:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec06 .sec_text {
  text-align: center;
  letter-spacing: 0.05em;
}
.sec06 .sec_sub {
  font-size: 18px;
  line-height: 1;
  padding: 7px 0;
  width: 88px;
  color: #fff;
  background: #85d4e6;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 15px;
}
.sec06 .sec_text2 {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
}
.sec06 .sec_text3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}
.sec06 .sec_text3 .span_bold {
  font-size: 18px;
  font-weight: bold;
}
.sec06 .sec_text3 .sec_span {
  font-size: 28px;
}
.sec06 .text_box {
  padding: 30px 10px;
  border-radius: 15px;
  background: #fff;
  border: 4px solid #c7e3e9;
}
.sec06 .sec_box {
  background: #f2fbfc;
  border-radius: 0 0 15px 15px;
  padding-bottom: 30px;
}
.sec06 .sec_box:not(:last-child) {
  margin-bottom: 30px;
}
.sec06 .sec_box.sec_box_color2 {
  background: #edfaef;
}
.sec06 .sec_box.sec_box_color2 .row:before, .sec06 .sec_box.sec_box_color2 .row:after {
  background: #85dea3;
}
.sec06 .sec_box.sec_box_color2 .text_box {
  border-color: #cbe8d5;
}
.sec06 .sec_box.sec_box_color2 .sec_title {
  background-image: -webkit-gradient(linear, left top, right top, from(#85dea3), to(#61cf86));
  background-image: linear-gradient(90deg, #85dea3, #61cf86);
}
.sec06 .sec_box.sec_box_color2 .sec_sub {
  background: #85dea3;
}
@media (max-width: 767px) {
  .sec06 .row .col_2 {
    margin: 0;
  }
  .sec06 .row .col_2:not(:first-child) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .sec06 {
    padding: 120px 0 0;
  }
  .sec06 h2 {
    margin-bottom: 55px;
  }
  .sec06 .row {
    padding: 0 60px 0;
    margin-bottom: 25px;
    gap: 0 80px;
  }
  .sec06 .row .col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec06 .row .col_2 .text_box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec06 .row:before, .sec06 .row:after {
    width: 44px;
    height: 6px;
  }
  .sec06 .text_box {
    padding: 35px 20px 25px;
  }
  .sec06 .sec_title {
    font-size: 30px;
    line-height: 1;
    padding: 25px 0;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
  }
  .sec06 .sec_sub {
    font-size: 20px;
    line-height: 1;
    padding: 7px 0;
    width: 88px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .sec06 .sec_text2 {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.08em;
  }
  .sec06 .sec_text3 {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.08em;
  }
  .sec06 .sec_text3 .span_bold {
    font-size: 20px;
  }
  .sec06 .sec_text3 .sec_span {
    font-size: 32px;
  }
  .sec06 .sec_box {
    padding-bottom: 60px;
  }
  .sec06 .sec_box:not(:last-child) {
    margin-bottom: 60px;
  }
}

.sec07 {
  padding: 30px 0 50px;
}
.sec07 .sec_title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #3dabc4;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
}
.sec07 .table_default thead th {
  font-weight: 400;
  color: #333333;
  background: #f2fbfc;
}
.sec07 .table_default th, .sec07 .table_default td {
  padding: 0.75em 1em;
  border: 1px solid #d3d3d3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .sec07 {
    padding: 60px 0 120px;
  }
  .sec07 .sec_title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}

.sec08 {
  padding: 50px 0;
  background: url("../img/top/sec08_bg.jpg") no-repeat center top;
}
.sec08 .sec08_box {
  padding: 30px 10px;
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
  border-radius: 15px;
  background: #fff;
}
.sec08 .box_faq {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.sec08 .box_faq:last-child {
  margin-bottom: 0;
}
.sec08 .box_faq .question {
  font-size: 18px;
}
.sec08 .box_faq .answer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sec08 .box_faq .answer:before {
  top: 10px;
}
@media (max-width: 767px) {
  .sec08 .box_faq .question, .sec08 .box_faq .answer {
    padding-left: 45px;
  }
}
@media (min-width: 768px) {
  .sec08 {
    padding: 110px 0 120px;
  }
  .sec08 h2 {
    margin-bottom: 55px;
  }
  .sec08 .box_faq {
    padding-bottom: 23px;
    margin-bottom: 23px;
  }
  .sec08 .box_faq:last-child {
    margin-bottom: 0;
  }
  .sec08 .box_faq .question {
    font-size: 20px;
  }
  .sec08 .box_faq .answer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sec08 .box_faq .answer:before {
    top: 16px;
  }
  .sec08 .sec08_box {
    padding: 70px 60px;
  }
}

.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: .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;
}

/*# sourceMappingURL=bond.css.map */