@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 only screen and (min-width: 768px) {
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - 1200px / 2);
    margin-right: calc(50% - 1200px / 2);
  }
  .section {
    padding-left: calc(1200px / 2 - 50%);
    padding-right: calc(1200px / 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: #848484;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb .svg-icons {
  fill: #848484;
  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: #00284c;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #2b2b2b;
  text-decoration: none;
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: #787878;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}
@media only screen and (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: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #2b2b2b;
}
@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #00284c;
  background: #f1ebe2;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #00284c;
  border-right: 1px solid #00284c;
  -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: #00284c;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #00284c;
  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: 0.3s;
  transition: 0.3s;
  width: 240px;
}
.wpcf7 input[type=submit]:not(:disabled):hover {
  background: #fff;
  color: #00284c;
  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 only screen and (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;
  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 only screen and (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 only screen and (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 only screen and (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 only screen and (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 only screen and (max-width: 767px) {
  .entry_title {
    font-size: 24px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #2b2b2b;
  text-decoration: none;
}
.entry_title a:hover {
  color: #00284c;
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}
@media only screen and (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: #00284c;
  text-decoration: none;
}
.entry_ex a:hover {
  color: #2b2b2b;
}
.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;
     -moz-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 only screen and (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;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenav_single a:hover {
  opacity: 0.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: 0.3s;
  transition: 0.3s;
  width: 30px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
.pagenav_archive .page-numbers:hover {
  background: #00284c;
  border: 1px solid #00284c;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #2b2b2b;
  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: #2b2b2b;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
.post_aside .category_list a:hover {
  color: #00284c;
}
.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: #2b2b2b;
  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: #00284c;
}
.post_aside .latestpost_list a:hover::before {
  color: #00284c;
}

.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 only screen and (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: 0.3s;
  transition: 0.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 only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media only screen and (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: 0.3s;
  transition: 0.3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.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 #00284c;
  border-radius: 0;
}
.slide_thumb .item img {
  margin: 0;
}

@media only screen and (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 only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: 15.8333333333%;
    max-width: 15.8333333333%;
    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: 15.8333333333%;
  max-width: 15.8333333333%;
  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 only screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #00284c;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #00284c;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media only screen and (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 only screen and (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: #00284c;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.icon_tags a:hover {
  background: #00284c;
  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: 0.35em;
}
@media only screen and (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: 0.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: 0.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: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #00284c;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #00284c;
  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: #00284c;
  font-family: "Times New Roman", "游明朝", "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 only 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: 400;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.4;
}
.mce-content-body h3, .mce-content-body h4, .mce-content-body h5 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mce-content-body h3, .mce-content-body h4, .mce-content-body h5 {
    margin-bottom: 25px;
  }
}
.mce-content-body h2 {
  font-size: 24px;
  text-align: center;
  padding-top: 40px;
  position: relative;
  color: #00284c;
  margin-bottom: 15px;
}
.mce-content-body h2:before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #00284c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .mce-content-body h2 {
    font-size: 30px;
    margin-bottom: 30px;
    padding-top: 50px;
  }
  .mce-content-body h2:before {
    height: 42px;
  }
}
.mce-content-body h2.top_ttl {
  font-size: 70px;
  padding: 0;
  color: #121212;
}
@media (max-width: 767px) {
  .mce-content-body h2.top_ttl {
    font-size: 32px;
  }
}
.mce-content-body h2.top_ttl:before {
  display: none;
}
.mce-content-body h2.top_ttl .en {
  display: block;
  font-size: 30px;
  color: #544938;
}
@media (max-width: 767px) {
  .mce-content-body h2.top_ttl .en {
    font-size: 22px;
  }
}
.mce-content-body h3 {
  color: #544938;
  font-size: 22px;
  background: #f1ebe2;
  padding: 9px 10px 9px 20px;
  border-left: solid 2px #544938;
}
@media (min-width: 768px) {
  .mce-content-body h3 {
    font-size: 24px;
    padding-left: 37px;
  }
}
.mce-content-body h4 {
  display: table;
  padding: 0 0 5px;
  position: relative;
  font-size: 18px;
}
.mce-content-body h4:before, .mce-content-body h4:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mce-content-body h4:before {
  width: 100%;
  background-color: #edf1f5;
}
.mce-content-body h4:after {
  width: 25px;
  background-color: #00284c;
}
.mce-content-body h4.type_red:before {
  width: 100%;
  background-color: #efd3d5;
}
.mce-content-body h4.type_red:after {
  width: 25px;
  background-color: #7c040d;
}
@media (min-width: 768px) {
  .mce-content-body h4 {
    font-size: 20px;
  }
}
.mce-content-body h5 {
  display: table;
  font-size: 16px;
  padding: 0 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #edf1f5));
  background: linear-gradient(transparent 55%, #edf1f5 0%);
}
@media (min-width: 768px) {
  .mce-content-body h5 {
    font-size: 18px;
  }
}

.box_bg > h3 {
  background: #fff;
}
.box_bg > h4:before {
  background: #fff;
}
.box_bg > h5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 60%, #fff 0%);
}

.text-large {
  color: #00284c;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .text-large {
    font-size: 22px;
  }
}

.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 75px;
  margin-top: 75px;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.section_bg {
  background: #e6e6e6;
}
.section_bg .box_bg .box_bg {
  background: #f1ebe2;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f1ebe2;
  border: solid 1px #544938;
}
.box_bg .box_border h3 {
  background: #f1ebe2 !important;
}
.box_bg .table_fee tbody th {
  background: #b09368;
  color: #fff;
}

.box_border {
  background: #fff;
  -webkit-box-shadow: 0 0 31px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 31px rgba(0, 0, 0, 0.22);
}

.box_border .box_bg {
  background: #f1ebe2;
}

.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 screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px 34px;
  }
}
.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 only screen and (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.googlemap {
  padding-top: 400px;
}
@media (max-width: 767px) {
  .googlemap {
    padding-top: 300px;
  }
}

.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 only screen and (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  padding: min(30px , 3.8vw) min(70px , 3.8vw);
  background: #00284c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: min(20px , 2.4vw);
     -moz-column-gap: min(20px , 2.4vw);
          column-gap: min(20px , 2.4vw);
  row-gap: min(10px, 1.5vw);
}
.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  border: none;
  color: #fff !important;
  display: inline;
  padding: 0.15em 0;
  padding-left: 20px;
}
.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.link_anchor a:before {
  display: none;
}
.link_anchor a:hover {
  background: none;
  color: #fff !important;
  opacity: 1;
  text-decoration: underline;
}
.link_anchor a::after {
  border: none;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: calc(0.15em + 0.65em - 8px);
  width: 11px;
  height: 13px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.link_anchor a:before {
  display: none;
}
@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: 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_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.ul_circle li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_circle li::before, .ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #00284c;
  height: calc(16px / 2);
  left: 0;
  top: 9px;
  width: calc(16px / 2);
}

.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: #544938;
  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 #00284c;
  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: #00284c;
  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: 19px;
  letter-spacing: 0.01em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media only screen and (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.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 #00284c;
  color: #00284c;
  width: 25%;
  border-bottom: none;
  font-weight: 600;
}
@media only 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 #00284c;
}
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: #00284c;
  border-bottom: 1px solid #00284c;
  border-top: 1px solid #00284c;
}
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;
  padding: 1.3rem 0.2rem;
  text-align: center;
  font-weight: 400;
}
table.table_timetable th:last-child, table.table_timetable td:last-child {
  width: 15%;
}
table.table_timetable thead th {
  background: #00284c;
  color: #fff;
 } 
 
.time2  table.table_timetable thead th {
   background: #7c040d;
   color: #fff;
 }

table.table_timetable thead th:first-child {
  width: 38%;
}
table.table_timetable .border-none td {
  border-bottom: 0;
}
table.table_timetable tbody th {
  font-size: clamp(14px, 1.6vw, 20px);
}
table.table_timetable tbody th .line {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
table.table_timetable tbody th .line:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #b0b0b0;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
}
@media (min-width: 768px) {
  table.table_timetable thead th:first-child {
    width: 30%;
  }
}
table.table_timetable tbody th, table.table_timetable tbody td {
  border-bottom: solid 1px #dddddd;
}
table.table_timetable tbody th {
  line-height: 1.375;
  text-align: center;
  padding-left: 10px;
}
@media (min-width: 768px) {
  table.table_timetable tbody th {
    padding-left: 25px;
  }
}
table.table_timetable tbody td {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 75%;
  }
}
table.table_timetable.typeA .txt {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (min-width: 768px) {
  table.table_timetable.typeA .txt {
    min-height: 55px;
  }
}
table.table_timetable.typeA tbody tr:nth-child(even) th, table.table_timetable.typeA tbody tr:nth-child(even) td {
  background: #edf1f5;
}
table.table_timetable.under_table {
  min-height: 30px;
}
@media (min-width: 768px) {
  table.table_timetable.under_table {
    min-height: 40px;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  table.table_fee {
    font-size: 90%;
  }
}
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;
  word-break: break-all;
}
table.table_fee thead th, table.table_fee thead td {
  background: #544938;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
table.table_fee tbody th {
  background: #f1ebe2;
  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: #f7f9fc;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}
@media only 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: #f7f9fc;
}
table.table_fee_right tbody tr td:last-child {
  text-align: right;
}
table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .responsive-stack th, .responsive-stack td {
    display: block;
    width: 100% !important;
    padding: 5px 10px !important;
  }
}
.table_txt {
  line-height: 1.625;
}

.consul {
  color: #00284c !important;
}

.consul2 {
  color: #7c040d !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,
  .js-scrollable_pc table {
    width: auto;
    min-width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  .table_custm1 table {
    width: auto;
    min-width: 600px;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}
.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  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: 600;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #00284c;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #00284c;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}
.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_faq .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: #544938;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  -webkit-box-shadow: 0 0 31px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 31px rgba(0, 0, 0, 0.22);
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #7f93a5;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #00284c;
}
.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: -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: #00284c;
  background: #00284c;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}
.flow-block .title .number_text {
  padding-top: 3px;
}

.home .footer {
  border-top: none;
}

footer {
  padding-top: 40px;
  border-top: solid 1px #ccc;
}
@media (min-width: 768px) {
  footer {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  footer .secondary_block {
    gap: 0 4%;
  }
  footer .secondary_block .col {
    width: 48%;
  }
}
footer .ftr_logo {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  footer .ftr_logo {
    margin-bottom: 28px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  footer .ftr_logo img {
    max-width: 70%;
  }
}
footer .table_info {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  footer .table_info {
    margin-bottom: 28px;
  }
}
footer .table_info th,
footer .table_info td {
  padding: 10px 0;
  line-height: 1.625;
  vertical-align: top;
}
footer .table_info th {
  width: 85px;
  border-right: solid 1px #d1d1d1;
  text-align: left;
}
footer .table_info td {
  padding-left: 25px;
}
footer .ftr_ttl {
  padding: 0 0  ;
  font-size: 18px;
  color: #00284c;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
footer .ftr_ttl {
  margin-bottom: 0;
}
}
footer .time2 .ftr_ttl {
  color: #7c040d;
}
footer .ftr_ttl:before {
 /* content: "";
  width: 9px;
  height: 9px;
  background-color: #00284c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;*/
}
@media (min-width: 768px) {
  footer .ftr_ttl {
    font-size: 20px;
  }
}
footer .footer_img li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer .footer_img li:not(:last-child) {
    margin-bottom: 20px;
  }
}
footer .ftr_connection_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 30px;
  margin-top: 40px;
}
  footer .ftr_connection_bnr li:first-child img{
    border: 2px solid #dcdcdc;
    box-sizing: content-box;
  }
@media (max-width: 767px) {
  footer .ftr_connection_bnr li {
    text-align: center;
    width: 240px;
  }
  footer .ftr_connection_bnr li:first-child {
    width:300px;
  }
}
@media (min-width: 768px) {
  footer .ftr_connection_bnr {
    margin-top: 100px;
    gap: 20px 30px;
  }
}
footer .ftr_connection_bnr .db_bnr {
  width: 340px;
}
@media (max-width: 767px) {
  footer .ftr_connection_bnr .db_bnr {
    width: 240px;
  }
}
footer .table_timetable th:first-child {
  width: 38%;
  text-align: center;
}
@media (min-width: 768px) {
  footer .table_timetable th:first-child {
    width: 35%;
  }
}
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: 0.8rem 5px;
}
footer .table_timetable tbody th {
  text-align: left;
}

.copyright {
  background: #00284c;
  color: #fff;
  margin-top: 30px;
  padding: 23px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 15px 0 25%;
    line-height: 1.4;
  }
}

.list_list dd a {
  color: #2b2b2b;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media only screen and (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: 2400px;
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
            transform: translateX(-1200px);
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
            transform: translateX(-1200px);
  }
}
@media only screen and (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
            animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1920px);
              transform: translateX(-1920px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1920px);
              transform: translateX(-1920px);
    }
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .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 only screen and (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;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #2b2b2b;
}
.sec_top h2:before, .sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec00 {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .sec00 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1239px) {
  .sec00 {
    padding: 100px 0;
  }
}

.preparation_text {
  position: relative;
}
.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}
.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .pcbr02 {
    display: block !important;
  }
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .spbr02 {
    display: block !important;
  }
  .pc02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .pc03 {
    display: none !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 25px;
  }
}
figure {
  text-align: center;
}

.claerfix:not(:last-child) {
  margin-bottom: 4%;
}
@media (max-width: 767px) {
  .claerfix:not(:last-child) {
    margin-bottom: 10%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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 {
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
#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: 0.3s;
  transition: 0.3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.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 #ccc;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slide_thumb .item img {
  margin: 0;
}

.slide_wrap.slide_wrap_vertical {
  width: 767px;
  max-width: 100%;
  margin: auto;
}

.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/common/arrow-prev.png");
}

.slide_main .arrow-prev {
  left: 10px;
}

.pacemaker_custom_table th, .pacemaker_custom_table td {
  vertical-align: top;
}
@media (min-width: 768px) {
  .pacemaker_custom_table th, .pacemaker_custom_table td {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}

.top_news {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .top_news {
    padding: 50px 0;
  }
}
.top_news h2 {
  padding: 0;
  font-size: 30px;
  color: #121212;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .top_news h2 {
    font-size: 24px;
  }
}
.top_news h2:before {
  display: none;
}
.top_news h2 .en {
  display: block;
  color: #544938;
  font-size: 20px;
}
@media (max-width: 767px) {
  .top_news h2 .en {
    font-size: 17px;
  }
}
.top_news .btnstyle a {
  height: 27px;
  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;
}
.top_news .btnstyle a:after {
  width: 13px;
  height: 3px;
}
.top_news .content {
  border-top: solid 1px #a5a5a5;
  border-bottom: solid 1px #a5a5a5;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .top_news .content {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) {
  .top_news .content .list_list dt,
  .top_news .content .list_list dd {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .top_news .content .list_list dt:not(:nth-last-child(-n+2)),
  .top_news .content .list_list dd:not(:nth-last-child(-n+2)) {
    border-bottom: solid 1px #e5e5e5;
  }
}
@media (max-width: 767px) {
  .top_news .content .list_list dd:not(:last-child) {
    border-bottom: solid 1px #e5e5e5;
  }
}
@media (min-width: 768px) {
  .top_news .primary_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 55px;
  }
  .top_news .headline {
    width: 125px;
  }
  .top_news .content {
    width: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  .top_news .headline {
    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;
    gap: 0 10px;
    margin-bottom: 15px;
  }
  .top_news h2 {
    margin-bottom: 0;
  }
  .top_news .btnstyle {
    width: 150px;
  }
}

.top_floor {
  background: url(../img/top/top_floor_bg.jpg) no-repeat center bottom/cover;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .top_floor {
    padding-bottom: 120px;
  }
}
.top_floor .floor_button {
  max-width: 470px;
  width: 100%;
  background: #fff;
  border: solid 1px #00284c;
  position: relative;
}
@media (max-width: 767px) {
  .top_floor .floor_button {
    width: 80%;
  }
}
.top_floor .floor_button .link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_floor .floor_button .link:after {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../img/top/floor_arrow_blue.png) no-repeat center/cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .top_floor .floor_button .link:after {
    width: 30px;
    height: 4px;
  }
}
.top_floor .floor_button .link:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_floor .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_floor .list .floor_number {
  width: 175px;
  height: 175px;
  font-size: 35px;
  position: relative;
  color: #fff;
  z-index: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  .top_floor .list .floor_number {
    font-size: 26px;
    width: 100px;
    height: 100px;
    padding: 5px 10px 10px 10px;
  }
}
.top_floor .list .floor_number:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00284c;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
.top_floor .list .content {
  font-size: 25px;
  line-height: 1.44;
  color: #00284c;
  width: calc(100% - 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .top_floor .list .content {
    font-size: 17px;
    width: calc(100% - 100px);
  }
}
.top_floor .common_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_floor .common_block:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .top_floor .common_block {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .top_floor .common_block:not(:last-child) {
    margin-bottom: 80px;
  }
  .top_floor .common_block .button_wrap {
    width: 475px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .top_floor .common_block figure {
    width: calc(100% - 475px);
    height: 659px;
    position: relative;
  }
  .top_floor .common_block figure img {
    max-width: none;
    position: absolute;
    top: 0;
    left: -140px;
  }
  .top_floor .common_block.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top_floor .common_block.reverse figure img {
    left: auto;
    right: -140px;
  }
}
@media (max-width: 767px) {
  .top_floor .common_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top_floor .common_block figure {
    margin-right: -10px;
    width: 100%;
    margin-left: auto;
  }
  .top_floor .common_block .button_wrap {
    margin: -50px 0 0 0;
  }
  .top_floor .common_block.reverse figure {
    margin-right: auto;
    margin-left: -10px;
  }
  .top_floor .common_block.reverse .floor_button {
    margin-left: auto;
  }
}
.top_floor .common_block.reverse .floor_button {
  border-color: #544938;
}
.top_floor .common_block.reverse .floor_button .link:after {
  background: url(../img/top/floor_arrow_brown.png) no-repeat center/cover;
}
.top_floor .common_block.reverse .list .floor_number:before {
  background: #544938;
}
.top_floor .common_block.reverse .list .content {
  color: #544938;
}

.top_objective {
  padding: 50px 0;
  background: url(../img/top/top_objective_bg.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .top_objective {
    padding: 120px 0;
  }
}
.top_objective .txt_wrap {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .top_objective .txt_wrap {
    font-size: 24px;
    margin-bottom: 52px;
  }
}
.top_objective .pillar_block {
  position: relative;
}
@media (min-width: 768px) {
  .top_objective .pillar_block {
    height: 1000px;
    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;
  }
}
.top_objective .pillar_block .title {
  text-align: center;
  font-size: 36px;
  margin: 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .top_objective .pillar_block .title {
    font-size: 28px;
    margin: 25px auto;
  }
}
@media (min-width: 768px) {
  .top_objective .pillar_block .title {
    margin-top: 30px;
  }
}
.top_objective .pillar_block .title:before {
  content: "";
  width: 700px;
  height: 700px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 60px #fff;
          box-shadow: 0 0 60px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .top_objective .pillar_block .title:before {
    width: 100%;
    height: 100%;
  }
}
.top_objective .pillar_block .title .large {
  color: #066e9e;
  display: block;
  font-size: 60px;
}
@media (max-width: 767px) {
  .top_objective .pillar_block .title .large {
    font-size: 40px;
  }
}
.top_objective .pillar_block .title .normal {
  line-height: 1.3333333333;
}
.top_objective .pillar_list li {
  background: #fff;
  width: 365px;
  height: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .top_objective .pillar_list li {
    margin: auto;
    width: 310px;
    height: 310px;
  }
  .top_objective .pillar_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.top_objective .pillar_list h3 {
  background: transparent;
  border: 0;
  padding: 0;
  color: #00284c;
  font-size: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .top_objective .pillar_list h3 {
    letter-spacing: 1px;
  }
}
.top_objective .pillar_list h3 .num {
  display: block;
  font-size: 60px;
  line-height: 1;
}
.top_objective .pillar_list h3 .sub {
  color: #333333;
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .top_objective .pillar_list h3 .sub {
    min-height: 76px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_objective .pillar_list h3 .en {
  color: rgba(6, 110, 158, 0.5);
  font-size: 16px;
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .top_objective .pillar_list li {
    position: absolute;
  }
  .top_objective .pillar_list li.one {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top_objective .pillar_list li.two {
    top: 20%;
    right: 0;
  }
  .top_objective .pillar_list li.three {
    bottom: 0;
    right: 15.5%;
  }
  .top_objective .pillar_list li.four {
    bottom: 0;
    left: 15.5%;
  }
  .top_objective .pillar_list li.five {
    top: 20%;
    left: 0;
  }
}

.top_greeting {
  padding: 300px 0 0;
}
@media (max-width: 767px) {
  .top_greeting {
    padding: 100px 0 0;
  }
}
.top_greeting .primary_block {
  padding: 120px 120px 220px;
  background: url(../img/top/top_greeting_bg.jpg) no-repeat center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .top_greeting .primary_block {
    padding: 30px 20px clamp(70px, 9.1vw, 120px);
  }
}
.top_greeting .en_txt {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.04);
  line-height: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .top_greeting .en_txt {
    font-size: clamp(70px, 18.66vw, 150px);
  }
}
.top_greeting .block_set:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top_greeting .block_set:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top_greeting .block_set h2 {
  color: #fff;
  padding: 0;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top_greeting .block_set h2 {
    margin-bottom: 5px;
  }
}
.top_greeting .block_set h2:before {
  display: none;
}
.top_greeting .block_set .content {
  color: #fff;
}
.top_greeting .block_set .txt_wrap:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .top_greeting .block_set .txt_wrap:not(:last-child) {
    margin-bottom: 15px;
  }
}
.top_greeting .block_set .txt_wrap p {
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .top_greeting .block_set .txt_wrap p {
    line-height: 2.3125;
  }
}
@media (min-width: 768px) {
  .top_greeting .block_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.5%;
  }
  .top_greeting .block_set figure {
    width: 41%;
    position: relative;
  }
  .top_greeting .block_set .img_typeA img {
    max-width: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .top_greeting .block_set .img_typeB img {
    max-width: none;
    position: absolute;
    top: -20px;
    left: 0;
  }
  .top_greeting .block_set .content {
    width: 55.5%;
  }
}
.top_greeting .block_set.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .top_greeting .block_set figure {
    margin-bottom: 20px;
  }
  .top_greeting .block_set .img_typeA {
    margin-top: -80px;
  }
}
.top_greeting .button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}
@media (max-width: 767px) {
  .top_greeting .button_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_greeting .button_list .btnstyle {
  margin: 0;
  width: 258px;
}
@media (max-width: 767px) {
  .top_greeting .button_list .btnstyle {
    width: 100%;
    max-width: 320px;
  }
  .top_greeting .button_list .btnstyle a {
    max-width: 100%;
  }
}
.top_greeting .button_list .btnstyle a {
  background: #fff;
  color: #00284c !important;
}
.top_greeting .button_list .btnstyle a:after {
  border-color: #00284c;
}
@media ( min-width : 768px ) and (max-width: 1224px) {
  .top_greeting .button_list {
    gap: 10px 2%;
  }
  .top_greeting .button_list li {
    width: 49%!important;
  }
}

.top_necessity .primary_block {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .top_necessity .primary_block {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .top_necessity .primary_block .txt_wrap {
    text-align: center;
  }
  .top_necessity .primary_block .txt_wrap p {
    line-height: 2.3125;
  }
}
.top_necessity .check_list {
  background: #00284c;
  padding: 30px 50px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top_necessity .check_list {
    padding: 20px 20px 30px;
    margin-bottom: 20px;
  }
}
.top_necessity .check_list li {
  font-size: 20px;
  padding: 12px 20px 12px 48px;
  color: #fff;
  border-bottom: solid 1px #4d6982;
  position: relative;
  line-height: 1.4;
  width: 100%;
}
.top_necessity .check_list li:before {
  content: "";
  width: 18px;
  height: 14px;
  position: absolute;
  top: 0.95em;
  left: 20px;
  background: url(../img/top/top_check_ic.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .top_necessity .check_list {
    gap: 0 2.75%;
  }
  .top_necessity .check_list li {
    width: 31.5%;
  }
}
.top_necessity .secondary_block {
  padding: 120px 0;
  background: url(../img/top/top_about_bg.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .top_necessity .secondary_block {
    padding: 50px 0;
  }
}
.top_necessity .secondary_block .contents_wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 31px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 31px rgba(0, 0, 0, 0.22);
  padding: 80px;
}
@media (max-width: 767px) {
  .top_necessity .secondary_block .contents_wrap {
    padding: 40px 20px;
  }
}
.top_necessity .secondary_block h3 {
  background: transparent;
  padding: 0;
  color: #00284c;
  border: 0;
  font-size: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .top_necessity .secondary_block h3 {
    font-size: 24px;
  }
}
.top_necessity .secondary_block .common_section:not(:last-child) {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .top_necessity .secondary_block .common_section:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top_necessity .secondary_block .common_section .content {
  padding: 50px;
  background: #edf1f5;
}
@media (max-width: 767px) {
  .top_necessity .secondary_block .common_section .content {
    padding: 30px 20px;
  }
}
.top_necessity .secondary_block .common_section figure {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top_necessity .secondary_block .common_section figure {
    margin-bottom: 15px;
  }
  .top_necessity .secondary_block .common_section figure img {
    max-width: 50%;
  }
}
.top_necessity .secondary_block .common_section .txt_wrap p {
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .top_necessity .secondary_block .common_section .txt_wrap p {
    line-height: 2.3125;
  }
}
.top_necessity .tertiary_block {
  padding: 120px 0;
  background: url(../img/top/top_point_bg.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .top_necessity .tertiary_block {
    padding: 50px 0;
  }
}
.top_necessity .tertiary_block .point_list li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top_necessity .tertiary_block .point_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.top_necessity .tertiary_block .point_list li .point,
.top_necessity .tertiary_block .point_list li .txt {
  display: block;
}
.top_necessity .tertiary_block .point_list li .point {
  color: #848484;
  font-size: 29px;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .top_necessity .tertiary_block .point_list li .point {
    font-size: 20px;
  }
}
.top_necessity .tertiary_block .point_list li .point .num {
  font-size: 52px;
  line-height: 1;
}
@media (max-width: 767px) {
  .top_necessity .tertiary_block .point_list li .point .num {
    font-size: 36px;
  }
}
.top_necessity .tertiary_block .point_list li .point .color01 {
  color: #00284c;
}
.top_necessity .tertiary_block .point_list li .point .color02 {
  color: #066e9e;
}
.top_necessity .tertiary_block .point_list li .point .color03 {
  color: #544938;
}
.top_necessity .tertiary_block .point_list li .txt {
  font-size: 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .top_necessity .tertiary_block .point_list li .txt {
    line-height: 1.85;
  }
}
@media (min-width: 768px) {
  .top_necessity .tertiary_block .row {
    gap: 0 3.3%;
  }
  .top_necessity .tertiary_block .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_necessity .tertiary_block .row .img_col {
    width: 65.7%;
  }
  .top_necessity .tertiary_block .row .ctn_col {
    width: 31%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .top_necessity .tertiary_block .row {
    gap: 0 2%;
  }
  .top_necessity .tertiary_block .row .col {
    width: 49%;
  }
}

.top_menu {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .top_menu {
    padding: 50px 0;
  }
}
.top_menu .container {
  position: relative;
  z-index: 0;
}
.top_menu .container:before {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background-color: #edf1f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (min-width: 768px) {
  .top_menu .container {
    width: 1440px;
    padding: 0 120px 120px;
  }
  .top_menu .container:before {
    height: calc(100% - 45px);
  }
}
@media (max-width: 767px) {
  .top_menu .bg_filter {
    padding: 0 10px 20px;
  }
}
@media (min-width: 768px) {
  .top_menu .bg_filter {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
}
.top_menu .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 2.4%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .top_menu .tab_btn_wrap {
    max-width: 815px;
    width: 100%;
    margin: 0 auto 50px;
    gap: 20px 2.4%;
  }
}
.top_menu .tab_btn_wrap .tab_btn {
  display: block;
  background: #d1d1d1;
  color: #00284c;
  font-size: 25px;
  line-height: 1.4;
  padding: 25px 10px;
  width: 48.7%;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top_menu .tab_btn_wrap .tab_btn {
    font-size: 14px;
    padding: 15px 10px;
  }
}
.top_menu .tab_btn_wrap .tab_btn .ic {
  padding-left: 52px;
  position: relative;
}
.top_menu .tab_btn_wrap .tab_btn .ic:before {
  content: "";
  width: 40px;
  height: 47px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .top_menu .tab_btn_wrap .tab_btn .ic {
    padding-left: 23px;
  }
  .top_menu .tab_btn_wrap .tab_btn .ic:before {
    width: 20px;
    height: 24px;
  }
}
.top_menu .tab_btn_wrap .tab_btn .ic.ic01:before {
  background: url(../img/top/menu_ic01.png) no-repeat center/cover;
}
.top_menu .tab_btn_wrap .tab_btn .ic.ic02:before {
  background: url(../img/top/menu_ic02.png) no-repeat center/cover;
}
.top_menu .tab_btn_wrap .tab_btn .ic.ic03:before {
  background: url(../img/top/menu_ic03.png) no-repeat center/cover;
}
.top_menu .tab_btn_wrap .tab_btn .ic.ic04:before {
  background: url(../img/top/menu_ic04.png) no-repeat center/cover;
}
.top_menu .tab_btn_wrap .tab_btn.active {
  background: #00284c;
  color: #fff;
}
.top_menu .tab_btn_wrap .tab_btn.active .ic.ic01:before {
  background: url(../img/top/menu_ic01_wh.png) no-repeat center/cover;
}
.top_menu .tab_btn_wrap .tab_btn.active .ic.ic02:before {
  background: url(../img/top/menu_ic02_wh.png) no-repeat center/cover;
}
.top_menu .tab_btn_wrap .tab_btn.active .ic.ic03:before {
  background: url(../img/top/menu_ic03_wh.png) no-repeat center/cover;
}
.top_menu .tab_btn_wrap .tab_btn.active .ic.ic04:before {
  background: url(../img/top/menu_ic04_wh.png) no-repeat center/cover;
}
.top_menu .tab_item_wrap {
  background: #fff;
  padding: 50px;
}
@media (max-width: 767px) {
  .top_menu .tab_item_wrap {
    padding: 10px;
  }
}
.top_menu .tab_item_wrap .button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2%;
}
@media (max-width: 767px) {
  .top_menu .tab_item_wrap .button_list {
    gap: 10px 2%;
  }
}
.top_menu .tab_item_wrap .button_list li {
  width: 23.5%;
  margin: 0;
}
@media (max-width: 767px) {
  .top_menu .tab_item_wrap .button_list li {
    width: 49%;
  }
}
.top_menu .tab_item_wrap .button_list li a {
  padding: 10px 27px;
  text-align: left;
  font-size: 19px;
  line-height: 1.4;
  min-height: 87px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #00284c !important;
}
@media (max-width: 767px) {
  .top_menu .tab_item_wrap .button_list li a {
    padding: 10px 10px;
    font-size: 14px;
    min-height: 60px;
  }
}
.top_menu .tab_item_wrap .button_list li a:after {
  top: auto;
  bottom: 10px;
  right: 10px;
  border-color: #00284c;
}
.top_menu .tab_item_wrap .button_list li a:hover {
  background-color: #00284c;
  color: #fff !important;
  opacity: 1;
}
.top_menu .tab_item_wrap .button_list li a:hover:after {
  border-color: #fff;
}
.top_menu .tab_item {
  display: none;
}
.top_menu .tab_item.active {
  display: block;
}

.top_bnr {
  padding: 60px 0;
  background: #00284c;
}
.top_bnr .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px 21px;
}

.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;
}
.img_bg img {
  background: #fff;
  padding: 15px;
}
/* 251024 フッタータイムテーブル調整 */
#footer .table_timetable {
  border: none !important;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
#footer .table_timetable {
margin-bottom: 10px;
}
  #footer .table_timetable.t01 {
    border-bottom: 1px solid #00284c !important;
  }
}

.table_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
}
@media (max-width: 767px) {
  .table_bottom {
    gap: 30px;
  }
}
.table_bottom .table_bottom_head {
  background: #576b7e;
  color: #fff;
  font-size: 20px;
  padding: 2px 8px;
  padding-left: 36px;
  position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
  .table_bottom .table_bottom_head {
    font-size: 12px;
    padding: 2px 5px;
    padding-left: 24px;
  }
}
.table_bottom .table_bottom_head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/ic_table03.png) no-repeat center center/contain;
  width: 16px;
  height: 13px;
}
@media (max-width: 767px) {
  .table_bottom .table_bottom_head:before {
    width: 13px;
    left: 6px;
  }
}
.table_bottom .table_bottom_head:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: linear-gradient(64deg, #576b7e 0%, #576b7e 50%, #fff 50%, #fff 100%);
}
.table_bottom p:not(.table_bottom_head) {
  line-height: 1.2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .table_bottom p:not(.table_bottom_head) {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */