@charset "UTF-8";
/**
* フロント＆エディター共通
* 高度な設定でCLASSを追加すれば、エディターにも反映される。
*　IDはページスクロールなどに利用
※　コアブロックはmixinにて作成
*/
.post_content h2:not(.p-postList__title):not(.is-style-section_ttl),
.wp-admin .edit-post-visual-editor h2:not(.p-postList__title):not(.is-style-section_ttl) {
  position: relative;
  padding-left: calc(23px + 0.4em);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.post_content h2:not(.p-postList__title):not(.is-style-section_ttl)::before,
.wp-admin .edit-post-visual-editor h2:not(.p-postList__title):not(.is-style-section_ttl)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 23px;
  height: 23px;
  background: url("../img/h2-ttl-icon.webp") no-repeat center/contain;
}
.post_content h2:not(.p-postList__title):not(.is-style-section_ttl) .mininote,
.wp-admin .edit-post-visual-editor h2:not(.p-postList__title):not(.is-style-section_ttl) .mininote {
  font-size: 0.7em;
  color: #a18b84;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.post_content h2:not(.p-postList__title).is-style-section_ttl,
.wp-admin .edit-post-visual-editor h2:not(.p-postList__title).is-style-section_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.95rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 959px) {
  .post_content h2:not(.p-postList__title).is-style-section_ttl,
  .wp-admin .edit-post-visual-editor h2:not(.p-postList__title).is-style-section_ttl {
    margin-bottom: 1em;
  }
}
.post_content h2:not(.p-postList__title).is-style-section_ttl .mininote,
.wp-admin .edit-post-visual-editor h2:not(.p-postList__title).is-style-section_ttl .mininote {
  font-size: 0.8em;
  opacity: 1;
  color: #a18b84;
  letter-spacing: 0px;
  padding-top: 0px;
}
.post_content h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl):not(.is-style-section_ttl),
.wp-admin .edit-post-visual-editor h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl):not(.is-style-section_ttl) {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.15rem;
  font-weight: 600;
  border-left: 5px solid #a18b84;
  border-bottom: 1px solid #a18b84;
  padding-left: 0.6em;
  padding-bottom: 0.5em;
  padding-top: 0.6em;
  margin-bottom: 1.2em;
}
.post_content h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl).is-style-section_ttl,
.wp-admin .edit-post-visual-editor h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl).is-style-section_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .post_content h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl).is-style-section_ttl,
  .wp-admin .edit-post-visual-editor h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl).is-style-section_ttl {
    font-size: 1.4rem;
  }
}
.post_content h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl).is-style-section_ttl span,
.wp-admin .edit-post-visual-editor h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl).is-style-section_ttl span {
  display: inline-block;
  position: relative;
  padding-left: calc(20px + 0.5em);
}
.post_content h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl).is-style-section_ttl span::before,
.wp-admin .edit-post-visual-editor h3:not(.p-postList__title):not(.features-slide__ttl):not(.mega-menu-ttl).is-style-section_ttl span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 20px;
  height: 20px;
  background: url("../img/h3-section-ttl-icon.webp") no-repeat center/contain;
}
.post_content h4:not(.p-postList__title):not(.is-style-section_ttl),
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title):not(.is-style-section_ttl) {
  font-size: 1.12rem;
  display: grid;
  grid-template-columns: calc(36px + 0.5em) auto auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #674a4a;
  font-weight: 400;
}
.post_content h4:not(.p-postList__title):not(.is-style-section_ttl)::before,
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title):not(.is-style-section_ttl)::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 10px;
  background: url("../img/check-txt-icon.webp") no-repeat center/contain;
}
.post_content h4:not(.p-postList__title):not(.is-style-section_ttl)::after,
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title):not(.is-style-section_ttl)::after {
  content: "";
  grid-column: 2/4;
  grid-row: 2;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='1'%3E%3Crect x='0' y='0' width='5' height='1' rx='0.5' fill='%23a18b84'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 10px 1px;
  margin-left: 2px;
  margin-top: -6px;
}
.post_content h4:not(.p-postList__title):not(.is-style-section_ttl) .mininote,
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title):not(.is-style-section_ttl) .mininote {
  font-size: 0.7em;
  color: #a18b84;
  font-weight: 400;
  letter-spacing: 0.03em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-left: 0.4em;
}
.post_content h4:not(.p-postList__title).is-style-section_ttl,
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title).is-style-section_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #fff;
  background: #a18b84;
  border-radius: 5px;
  padding: 0.5em;
}
.post_content h4:not(.p-postList__title).is-style-section_ttl.has-text-align-center,
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title).is-style-section_ttl.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.post_content h4:not(.p-postList__title).is-style-section_ttl.has-text-align-right,
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title).is-style-section_ttl.has-text-align-right {
  margin-left: auto;
}
.post_content h4:not(.p-postList__title).is-style-section_ttl .mininote,
.wp-admin .edit-post-visual-editor h4:not(.p-postList__title).is-style-section_ttl .mininote {
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0.03em;
  opacity: 0.85;
}
.post_content h5:not(.p-postList__title):not(.is-style-section_ttl),
.wp-admin .edit-post-visual-editor h5:not(.p-postList__title):not(.is-style-section_ttl) {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #674a4a;
  padding-left: 0.8em;
  margin-bottom: 1em;
}
.post_content h5:not(.p-postList__title):not(.is-style-section_ttl)::before,
.wp-admin .edit-post-visual-editor h5:not(.p-postList__title):not(.is-style-section_ttl)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 16px;
  background: #a18b84;
}
.post_content h5:not(.p-postList__title):not(.is-style-section_ttl) .mininote,
.wp-admin .edit-post-visual-editor h5:not(.p-postList__title):not(.is-style-section_ttl) .mininote {
  font-size: 0.7em;
  color: #a18b84;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.post_content .is-style-regular table,
.wp-admin .edit-post-visual-editor .is-style-regular table {
  background: #fff;
}
.post_content ul.wp-block-list:not(.footer-link-list):not(.top-guide-list),
.wp-admin .edit-post-visual-editor ul.wp-block-list:not(.footer-link-list):not(.top-guide-list) {
  list-style: none;
  padding-left: 0;
}
.post_content ul.wp-block-list:not(.footer-link-list):not(.top-guide-list) li,
.wp-admin .edit-post-visual-editor ul.wp-block-list:not(.footer-link-list):not(.top-guide-list) li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.9em;
}
.post_content ul.wp-block-list:not(.footer-link-list):not(.top-guide-list) li:last-child,
.wp-admin .edit-post-visual-editor ul.wp-block-list:not(.footer-link-list):not(.top-guide-list) li:last-child {
  margin-bottom: 0;
}
.post_content ul.wp-block-list:not(.footer-link-list):not(.top-guide-list) li::before,
.wp-admin .edit-post-visual-editor ul.wp-block-list:not(.footer-link-list):not(.top-guide-list) li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a18b84;
}
@media screen and (max-width: 599px) {
  .post_content ul.wp-block-list:not(.footer-link-list):not(.top-guide-list) li::before,
  .wp-admin .edit-post-visual-editor ul.wp-block-list:not(.footer-link-list):not(.top-guide-list) li::before {
    top: 0.5em;
  }
}
.post_content .wp-block-table,
.wp-admin .edit-post-visual-editor .wp-block-table {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.post_content .wp-block-table table,
.wp-admin .edit-post-visual-editor .wp-block-table table {
  width: 100%;
}
.post_content .wp-block-table th, .post_content .wp-block-table td,
.wp-admin .edit-post-visual-editor .wp-block-table th,
.wp-admin .edit-post-visual-editor .wp-block-table td {
  padding: 1em 0.6em;
}
@media screen and (max-width: 599px) {
  .post_content .wp-block-table th, .post_content .wp-block-table td,
  .wp-admin .edit-post-visual-editor .wp-block-table th,
  .wp-admin .edit-post-visual-editor .wp-block-table td {
    padding: 1em 0.4em;
  }
}
.post_content .wp-block-table th,
.wp-admin .edit-post-visual-editor .wp-block-table th {
  font-weight: 400;
  text-align: center;
  border: 1px solid #a18b84;
  border-bottom: none;
  border-right-color: #FBF9F8;
}
.post_content .wp-block-table th:last-child,
.wp-admin .edit-post-visual-editor .wp-block-table th:last-child {
  border-right-color: #a18b84;
}
.post_content .wp-block-table td,
.wp-admin .edit-post-visual-editor .wp-block-table td {
  background: #FBF9F8;
  border: 1px solid #a18b84;
}

.post_content div[class*=swell-block-button],
.p-homeContent div[class*=swell-block-button],
.p-termContent div[class*=swell-block-button],
.wp-admin .edit-post-visual-editor div[class*=swell-block-button] {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.post_content div[class*=swell-block-button].is-style-btn_normal a,
.p-homeContent div[class*=swell-block-button].is-style-btn_normal a,
.p-termContent div[class*=swell-block-button].is-style-btn_normal a,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_normal a {
  font-weight: 600;
}
.post_content div[class*=swell-block-button].-size-s a,
.p-homeContent div[class*=swell-block-button].-size-s a,
.p-termContent div[class*=swell-block-button].-size-s a,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].-size-s a {
  padding: 0.6em 1.4em;
}
@media screen and (min-width: 960px) {
  .post_content div[class*=swell-block-button].is-style-btn_line:not(.-size-s, .-size-l) a,
  .p-homeContent div[class*=swell-block-button].is-style-btn_line:not(.-size-s, .-size-l) a,
  .p-termContent div[class*=swell-block-button].is-style-btn_line:not(.-size-s, .-size-l) a,
  .wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_line:not(.-size-s, .-size-l) a {
    font-size: 0.95rem;
    min-width: 135px;
  }
}
.post_content div[class*=swell-block-button].is-style-btn_line a,
.p-homeContent div[class*=swell-block-button].is-style-btn_line a,
.p-termContent div[class*=swell-block-button].is-style-btn_line a,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_line a {
  padding: 0.35em 14px;
  color: #674a4a;
  border-radius: 5px;
}
.post_content div[class*=swell-block-button].is-style-btn_line a:hover,
.p-homeContent div[class*=swell-block-button].is-style-btn_line a:hover,
.p-termContent div[class*=swell-block-button].is-style-btn_line a:hover,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_line a:hover {
  border: 1px solid #674a4a;
}
.post_content div[class*=swell-block-button].is-style-btn_line a::after,
.p-homeContent div[class*=swell-block-button].is-style-btn_line a::after,
.p-termContent div[class*=swell-block-button].is-style-btn_line a::after,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_line a::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 1px;
  background: #674a4a;
}
.post_content div[class*=swell-block-button].is-style-btn_line a::before,
.p-homeContent div[class*=swell-block-button].is-style-btn_line a::before,
.p-termContent div[class*=swell-block-button].is-style-btn_line a::before,
.wp-admin .edit-post-visual-editor div[class*=swell-block-button].is-style-btn_line a::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border: 1px solid #674a4a;
  border-radius: 50%;
  background: #fff;
}
.post_content .p-postList.-type-simple,
.p-homeContent .p-postList.-type-simple,
.p-termContent .p-postList.-type-simple,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple {
  border: 2px solid #e2dcd9;
  border-radius: 5px;
  padding: 1.5rem 1.8rem;
}
@media screen and (max-width: 599px) {
  .post_content .p-postList.-type-simple,
  .p-homeContent .p-postList.-type-simple,
  .p-termContent .p-postList.-type-simple,
  .wp-admin .edit-post-visual-editor .p-postList.-type-simple {
    padding: 0.6rem 1.1rem;
  }
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link {
  padding: 0.5em 0.25em;
  border: none;
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a18b84;
}
@media screen and (max-width: 599px) {
  .post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
  .p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
  .p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
  .wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted {
    font-size: 0.85rem;
  }
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before {
  display: none;
}
.post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
.wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title {
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .post_content .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
  .p-homeContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
  .p-termContent .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title,
  .wp-admin .edit-post-visual-editor .p-postList.-type-simple .p-postList__item .p-postList__link .p-postList__body .p-postList__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .post_content .swell-block-step .swell-block-step__item,
  .p-homeContent .swell-block-step .swell-block-step__item,
  .p-termContent .swell-block-step .swell-block-step__item,
  .wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item {
    padding: 0 0 3em 84px;
  }
}
@media screen and (min-width: 960px) {
  .post_content .swell-block-step .swell-block-step__item::before,
  .p-homeContent .swell-block-step .swell-block-step__item::before,
  .p-termContent .swell-block-step .swell-block-step__item::before,
  .wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item::before {
    left: 32px;
  }
}
.post_content .swell-block-step .swell-block-step__item .swell-block-step__number,
.p-homeContent .swell-block-step .swell-block-step__item .swell-block-step__number,
.p-termContent .swell-block-step .swell-block-step__item .swell-block-step__number,
.wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item .swell-block-step__number {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 960px) {
  .post_content .swell-block-step .swell-block-step__item .swell-block-step__number,
  .p-homeContent .swell-block-step .swell-block-step__item .swell-block-step__number,
  .p-termContent .swell-block-step .swell-block-step__item .swell-block-step__number,
  .wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item .swell-block-step__number {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 960px) {
  .post_content .swell-block-step .swell-block-step__item .swell-block-step__number::after,
  .p-homeContent .swell-block-step .swell-block-step__item .swell-block-step__number::after,
  .p-termContent .swell-block-step .swell-block-step__item .swell-block-step__number::after,
  .wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item .swell-block-step__number::after {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .post_content .swell-block-step .swell-block-step__item .swell-block-step__number .__label,
  .p-homeContent .swell-block-step .swell-block-step__item .swell-block-step__number .__label,
  .p-termContent .swell-block-step .swell-block-step__item .swell-block-step__number .__label,
  .wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item .swell-block-step__number .__label {
    font-size: 0.8rem;
    font-weight: 600;
  }
}
.post_content .swell-block-step .swell-block-step__item .swell-block-step__title,
.p-homeContent .swell-block-step .swell-block-step__item .swell-block-step__title,
.p-termContent .swell-block-step .swell-block-step__item .swell-block-step__title,
.wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item .swell-block-step__title {
  color: #674a4a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .post_content .swell-block-step .swell-block-step__item .swell-block-step__title,
  .p-homeContent .swell-block-step .swell-block-step__item .swell-block-step__title,
  .p-termContent .swell-block-step .swell-block-step__item .swell-block-step__title,
  .wp-admin .edit-post-visual-editor .swell-block-step .swell-block-step__item .swell-block-step__title {
    min-height: 64px !important;
  }
}
.post_content .swell-block-accordion,
.p-homeContent .swell-block-accordion,
.p-termContent .swell-block-accordion,
.wp-admin .edit-post-visual-editor .swell-block-accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
}
.post_content .swell-block-accordion .swell-block-accordion__item,
.p-homeContent .swell-block-accordion .swell-block-accordion__item,
.p-termContent .swell-block-accordion .swell-block-accordion__item,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__item {
  border-radius: 5px;
  overflow: hidden;
}
.post_content .swell-block-accordion .swell-block-accordion__title,
.p-homeContent .swell-block-accordion .swell-block-accordion__title,
.p-termContent .swell-block-accordion .swell-block-accordion__title,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__title {
  background: #a18b84;
  padding: 0.9em 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__label,
.p-homeContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__label,
.p-termContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__label,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__label {
  color: #fff;
}
.post_content .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon,
.p-homeContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon,
.p-termContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.post_content .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed,
.post_content .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--opened,
.p-homeContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed,
.p-homeContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--opened,
.p-termContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed,
.p-termContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--opened,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--opened {
  font-size: 0;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed::before,
.post_content .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--opened::before,
.p-homeContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed::before,
.p-homeContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--opened::before,
.p-termContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed::before,
.p-termContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--opened::before,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed::before,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--opened::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 3px;
  background: #fff;
  border-radius: 999px;
}
.post_content .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed::after,
.p-homeContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed::after,
.p-termContent .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed::after,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__title .swell-block-accordion__icon .__icon--closed::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 21px;
  background: #fff;
  border-radius: 999px;
}
.post_content .swell-block-accordion .swell-block-accordion__body,
.p-homeContent .swell-block-accordion .swell-block-accordion__body,
.p-termContent .swell-block-accordion .swell-block-accordion__body,
.wp-admin .edit-post-visual-editor .swell-block-accordion .swell-block-accordion__body {
  background: #fff;
  padding: 1.2em 1.4em;
}
.post_content .swell-block-tab .c-tabList,
.p-homeContent .swell-block-tab .c-tabList,
.p-termContent .swell-block-tab .c-tabList,
.wp-admin .edit-post-visual-editor .swell-block-tab .c-tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .post_content .swell-block-tab .c-tabList,
  .p-homeContent .swell-block-tab .c-tabList,
  .p-termContent .swell-block-tab .c-tabList,
  .wp-admin .edit-post-visual-editor .swell-block-tab .c-tabList {
    gap: 16px;
  }
}
@media screen and (max-width: 599px) {
  .post_content .swell-block-tab .c-tabList,
  .p-homeContent .swell-block-tab .c-tabList,
  .p-termContent .swell-block-tab .c-tabList,
  .wp-admin .edit-post-visual-editor .swell-block-tab .c-tabList {
    gap: 1.5rem 1rem;
  }
}
.post_content .swell-block-tab .c-tabList .c-tabList__item,
.p-homeContent .swell-block-tab .c-tabList .c-tabList__item,
.p-termContent .swell-block-tab .c-tabList .c-tabList__item,
.wp-admin .edit-post-visual-editor .swell-block-tab .c-tabList .c-tabList__item {
  max-width: 184px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .post_content .swell-block-tab .c-tabList .c-tabList__item,
  .p-homeContent .swell-block-tab .c-tabList .c-tabList__item,
  .p-termContent .swell-block-tab .c-tabList .c-tabList__item,
  .wp-admin .edit-post-visual-editor .swell-block-tab .c-tabList .c-tabList__item {
    width: auto;
  }
}
.post_content .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button,
.p-homeContent .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button,
.p-termContent .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button,
.wp-admin .edit-post-visual-editor .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button {
  opacity: 1;
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 1rem;
  background: #E5E5E5;
  color: #333;
}
.post_content .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true],
.p-homeContent .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true],
.p-termContent .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true],
.wp-admin .edit-post-visual-editor .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true] {
  background: #F5B49D;
}
.post_content .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true]::after,
.p-homeContent .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true]::after,
.p-termContent .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true]::after,
.wp-admin .edit-post-visual-editor .swell-block-tab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true]::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -11px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #F5B49D;
}
.post_content .swell-block-tab .c-tabBody,
.p-homeContent .swell-block-tab .c-tabBody,
.p-termContent .swell-block-tab .c-tabBody,
.wp-admin .edit-post-visual-editor .swell-block-tab .c-tabBody {
  border: none;
}

.post_content .smf-form,
.wp-admin .edit-post-visual-editor .smf-form {
  background: #fff;
}

/**
* フロント＆エディター共通
* 独自のグループを作成
*/
.entry-icon-new {
  position: absolute;
  top: 0;
  left: -1px;
  text-align: center;
  background: #ffff00;
  padding: 2px;
  z-index: 10;
  width: 70px;
  font-size: 12px;
  font-weight: bold;
  border-bottom-right-radius: 8px;
}

.post-text-group .wp-block-group__inner-container {
  position: relative;
}
@media screen and (min-width: 960px) {
  .post-text-group .wp-block-group__inner-container .swell-block-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.border-radius {
  border-radius: 2em;
}
.border-radius img {
  border-radius: 2em;
}
@media screen and (max-width: 599px) {
  .border-radius {
    border-radius: 1em;
  }
  .border-radius img {
    border-radius: 1em;
  }
}

.group-h100 {
  height: 100%;
}

.dashed-note {
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 50%, #fff 50%, #fff 100%), -webkit-linear-gradient(top, #dadada 1px, transparent 1px);
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #dadada 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, 100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

.justify-content:not(.swell-block-columns) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-content .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-text {
  text-align: justify;
}

.text-link_tel {
  margin-bottom: 2px;
}
.text-link_tel a {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #02385a;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
}
.text-link_tel a:hover {
  opacity: 0.7;
}
.text-link_tel a span {
  font-size: 1.25rem !important;
  letter-spacing: 0.05em;
}

.is-style-btn_normal.btn-icon-laptop a {
  background-image: url("../img/icon-laptop-white.webp");
  background-position: left 19px center;
  background-repeat: no-repeat;
  background-size: 19px, 15px;
  padding-left: 3em !important;
}
@media screen and (max-width: 599px) {
  .is-style-btn_normal.btn-icon-laptop a {
    background-position: left 0.8em center;
  }
}

.wp-block-group.group-bg-ivory {
  background: #F5F1ED;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .wp-block-group.group-bg-ivory {
    padding: 20px;
  }
}

.guide-list a.wp-block-tiptip-hyperlink-group-block {
  height: 100%;
}
.guide-list a.wp-block-tiptip-hyperlink-group-block:hover {
  opacity: 0.8;
}

@media screen and (min-width: 960px) {
  .swell-block-fullWide.sect-common .l-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.check-txt {
  display: grid;
  grid-template-columns: calc(36px + 0.5em) auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #674a4a;
  font-size: 1.12rem;
}
.check-txt::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 6px;
  background: url("../img/check-txt-icon.webp") no-repeat center/contain;
}
.check-txt::after {
  content: "";
  grid-column: 2;
  grid-row: 2;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='1'%3E%3Crect x='0' y='0' width='5' height='1' rx='0.5' fill='%23a18b84'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 10px 1px;
  margin-left: 2px;
}

.wp-block-group.group-bg-white {
  background-color: #fff;
  padding: 3.1rem;
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  .wp-block-group.group-bg-white {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.group-bg-white {
    padding: 1.2rem;
  }
}

.m-left-1 {
  margin-left: 1em;
}

.m-left-2 {
  margin-left: 2em;
}

.m-left-2-5 {
  margin-left: 2.5em;
}

.m-left-3 {
  margin-left: 3em;
}

.border-radius-5px img {
  border-radius: 5px;
}

.arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  border-bottom: 1px solid #674a4a;
}
.arrow-link.has-text-align-center {
  margin-right: auto;
  margin-left: auto;
}
.arrow-link.has-text-align-right {
  margin-left: auto;
}
.arrow-link {
  padding-bottom: 0.4em;
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}
.arrow-link::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #674a4a;
  -webkit-transition: border-left-color 0.2s;
  transition: border-left-color 0.2s;
}
.arrow-link a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #674a4a;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.arrow-link:hover {
  border-bottom-color: #02385a;
}
.arrow-link:hover::before {
  border-left-color: #02385a;
}
.arrow-link:hover a {
  color: #02385a;
}

@media screen and (max-width: 959px) {
  .text-align-center-tab {
    text-align: center !important;
  }
}

@media screen and (min-width: 960px) {
  #top_title_area {
    min-height: 340px;
  }
}
#top_title_area .l-topTitleArea__body .c-pageTitle {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 2.5rem;
  text-shadow: 0px 3px 6px #333;
}
@media screen and (max-width: 599px) {
  #top_title_area .l-topTitleArea__body .c-pageTitle {
    font-size: 2rem;
  }
}
#top_title_area .l-topTitleArea__body .c-pageTitle__subTitle {
  display: none;
}
#top_title_area .l-topTitleArea__body .c-pageTitle__slug {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-shadow: 0px 3px 6px #333;
}
@media screen and (max-width: 599px) {
  #top_title_area .l-topTitleArea__body .c-pageTitle__slug {
    font-size: 1rem;
  }
}

#breadcrumb {
  background: #F5F1ED !important;
}
#breadcrumb .p-breadcrumb__list .p-breadcrumb__item .p-breadcrumb__text .__home {
  color: #a18b84;
}
#breadcrumb .p-breadcrumb__list .p-breadcrumb__item .p-breadcrumb__text .__home::before {
  display: none;
}
#breadcrumb .p-breadcrumb__list .p-breadcrumb__item:not(:first-child) .p-breadcrumb__text {
  font-weight: 700;
}

.sect-nav .swell-block-linkList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .sect-nav .swell-block-linkList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sect-nav .swell-block-linkList {
    grid-template-columns: 1fr;
  }
}
.sect-nav .swell-block-linkList.is-style-button .swell-block-linkList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sect-nav .swell-block-linkList.is-style-button .swell-block-linkList__link {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  padding: 0.2em 0.5em;
  background: #fff;
  border: 1px solid #a18b84;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  width: 100%;
  min-height: 4em;
  font-size: 1.05rem;
  -webkit-transition: background 0.2s, border-color 0.2s, color 0.2s;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.sect-nav .swell-block-linkList.is-style-button .swell-block-linkList__link::after {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23674A4A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center/contain;
}
.sect-nav .swell-block-linkList.is-style-button .swell-block-linkList__link:hover {
  background: #a18b84;
  border-color: #a18b84;
  color: #fff;
}
.sect-nav .swell-block-linkList.is-style-button .swell-block-linkList__link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}
.sect-nav .swell-block-linkList.is-style-button .swell-block-linkList__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 1.5;
  padding-left: 22px;
}

/**
* トップページCSS
*/
/* トップのみのSPタイトル調整 */
@media screen and (max-width: 599px) {
  .top .sect-common .is-style-section_ttl.has-text-align-left {
    text-align: center;
  }
}

/* 下記より編集画面でも適用 */
.top-side-ttl_left,
.top-side-ttl_right {
  position: absolute;
  top: -36px;
}
@media screen and (max-width: 599px) {
  .top-side-ttl_left,
  .top-side-ttl_right {
    display: none;
  }
}

.top-side-ttl_left {
  left: 0px;
}

.top-side-ttl_right {
  right: 0px;
}

#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__imgLayer {
  padding-bottom: 40px;
  background: #fff;
}
@media screen and (max-width: 959px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-blogParts {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
}
@media screen and (max-width: 599px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-blogParts {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}
@media screen and (max-width: 959px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-blogParts .mv-txt {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-blogParts .mv-txt {
    max-width: 350px;
  }
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-blogParts .mv-circle {
  position: absolute;
  right: 0px;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}
@media screen and (max-width: 959px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-blogParts .mv-circle {
    position: static;
    max-width: 350px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
}

@media screen and (max-width: 959px) {
  .top-news-schedule .news-schedule-columns {
    max-width: 630px;
    margin: 0 auto;
  }
}
.top-news-schedule .news-schedule-columns .top-news {
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-news-schedule .news-schedule-columns .top-news {
    padding-bottom: 4rem;
  }
}
.top-news-schedule .news-schedule-columns .top-news::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #a18b84;
  position: absolute;
  right: -2rem;
}
@media screen and (max-width: 959px) {
  .top-news-schedule .news-schedule-columns .top-news::before {
    display: none;
  }
}
.top-news-schedule .news-schedule-columns .top-news .top-news-btn {
  padding-right: 11px;
}
@media screen and (max-width: 959px) {
  .top-news-schedule .news-schedule-columns .top-news .top-news-btn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0px;
  }
}
.top-news-schedule .news-schedule-columns .top-news .top-news-btn .swell-block-button {
  text-align: right;
}
@media screen and (max-width: 959px) {
  .top-news-schedule .news-schedule-columns .top-news .top-news-btn .swell-block-button {
    text-align: center;
  }
}
.top-news-schedule .news-schedule-columns .top-news .top-news-post {
  padding-top: 1.5rem;
}
@media screen and (max-width: 959px) {
  .top-news-schedule .news-schedule-columns .top-news .top-news-post {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .top-news-schedule .news-schedule-columns .top-schedule .top-schedule-ttl {
    margin-bottom: 3.5rem;
  }
}
.top-news-schedule .news-schedule-columns .top-schedule .top-schedule-reservation .top-schedule-reservation-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.1rem;
}
.top-news-schedule .news-schedule-columns .top-schedule .top-schedule-reservation .top-schedule-reservation-txt {
  font-size: 0.95rem;
}
.top-news-schedule .news-schedule-columns .top-schedule .top-schedule-reservation .top-schedule-tel .wp-block-group {
  height: 100%;
}
@media screen and (max-width: 959px) {
  .top-calendar iframe {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .top-calendar iframe {
    width: 100%;
    height: 380px;
  }
}

.top-guide .swell-block-tab .c-tabBody .swell-block-column .wp-block-group {
  padding: 18px;
  height: 100%;
}
.top-guide .swell-block-tab .c-tabBody .swell-block-column .wp-block-group .top-guide-tab-ttl1 {
  color: #674a4a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.top-guide .swell-block-tab .c-tabBody .swell-block-column .wp-block-group .top-guide-tab-ttl1 .mininote {
  opacity: 1;
}
.top-guide .top-guide-tab-ttl2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.top-guide .top-guide-tab-ttl2::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") no-repeat center/contain;
}
.top-guide .top-guide-tab-ttl2::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #707070;
}
.top-guide .c-tabBody .top-guide-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.7em 1em;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
@media screen and (max-width: 959px) {
  .top-guide .c-tabBody .top-guide-list {
    padding: 0px 1rem;
  }
}
.top-guide .c-tabBody .top-guide-list li {
  border-radius: 4px;
  background: #F5F1ED;
  font-size: 0.9rem;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.top-guide .c-tabBody .top-guide-list li a {
  display: block;
  padding: 0.8em;
  color: #333;
  text-decoration: none;
}
.top-guide .c-tabBody .top-guide-list li:hover {
  opacity: 0.7;
}

.top-features .top-side-ttl_left {
  top: -100px;
}
.top-features .swell-block-fullWide__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 959px) {
  .top-features .swell-block-fullWide__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-features .wp-block-group {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 210px;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
}
.top-features .wp-block-group::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -40px;
  right: -180px;
  left: -9999px;
  background: #fff;
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 959px) {
  .top-features .wp-block-group {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}
.top-features .wp-block-group .has-text-align-center {
  text-align: left;
}
.top-features .wp-block-group::after {
  content: "06";
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5.5rem;
  color: #674a4a;
  line-height: 1;
  margin-top: 0.3rem;
}
.top-features .features-swiper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 959px) {
  .top-features .features-swiper {
    width: 100%;
  }
}
.top-features .features-swiper .features-slide {
  padding: 0px 5%;
  border-right: 1px solid #a18b84;
}
.top-features .features-swiper .features-slide.swiper-slide-next {
  border-right: none;
}
.top-features .features-swiper .features-slide .features-slide__img {
  margin-bottom: 1.2rem;
  padding: 0;
}
.top-features .features-swiper .features-slide .features-slide__img img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}
.top-features .features-swiper .features-slide .features-slide__badge {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
  padding: 0.1em 0.5em;
  background: #674a4a;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 5px;
  margin-bottom: 0.5em;
}
.top-features .features-swiper .features-slide .features-slide__ttl {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  color: #333;
  line-height: 1.5;
  color: #674a4a;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.top-features .features-swiper .features-slide .features-slide__ttl::before {
  display: none;
}
.top-features .features-swiper .features-slide .features-slide__txt {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333;
}
.top-features .features-swiper .features-swiper__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 599px) {
  .top-features .features-swiper .features-swiper__controls {
    margin-top: 1.4rem;
  }
}
.top-features .features-swiper .features-swiper__controls .features-swiper__btn {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  border: none;
  background-color: transparent;
}
.top-features .features-swiper .features-swiper__controls .features-swiper__btn::after {
  display: none;
}
.top-features .features-swiper .features-swiper__controls .features-swiper__btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #a18b84;
  border-right: 2px solid #a18b84;
  margin: auto;
}
.top-features .features-swiper .features-swiper__controls .features-swiper__btn.features-swiper__btn-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.top-features .features-swiper .features-swiper__controls .features-swiper__btn.features-swiper__btn-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-features .features-swiper .features-swiper__controls .features-swiper__btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.top-features .features-swiper .features-swiper__pagination {
  position: static;
  width: auto;
}
.top-features .features-swiper .features-swiper__pagination .swiper-pagination-bullet {
  background: #a18b84;
  opacity: 0.3;
}
.top-features .features-swiper .features-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .top-features .is-style-section_ttl {
    padding-top: 2em !important;
  }
}

.top-greeting .swell-block-columns .swell-block-columns__inner .top-greeting-left {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #674a4a;
}
.top-greeting .swell-block-columns .swell-block-columns__inner .top-greeting-left .top-greeting-left-txt {
  font-size: 1.55rem;
  line-height: 1.5;
  font-weight: 600;
}
.top-greeting .swell-block-columns .swell-block-columns__inner .top-greeting-left .top-greeting-left-name {
  font-size: 1.7rem;
}
.top-greeting .swell-block-columns .swell-block-columns__inner .top-greeting-left .top-greeting-left-name .mininote {
  opacity: 1;
}
.top-greeting .swell-block-columns .swell-block-columns__inner .top-greeting-right .top-greeting-right-txt {
  font-size: 0.95rem;
  margin-bottom: 1.5em;
}
.top-greeting .swell-block-columns .swell-block-columns__inner .top-greeting-right .swell-block-button {
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .top-greeting .swell-block-columns .swell-block-columns__inner .top-greeting-right .swell-block-button {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .top-map .top-map-access .map-access-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-map .top-map-access .map-access-right .map-access-right-txt1 {
  font-size: 0.95rem;
}
.top-map .top-map-access .map-access-right .map-access-right-txt2 {
  font-size: 0.95rem;
  font-weight: 500;
}
.top-map .top-map-access .map-access-right .map-access-right-txt2::before {
  display: inline-block;
  margin: 0 5px 2px 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #F5B49D;
}
.top-map .top-map-access .map-access-right .swell-block-button {
  text-align: left;
}
.top-map .top-map-station {
  padding: 56px 65px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #e2dcd9;
}
@media screen and (max-width: 959px) {
  .top-map .top-map-station {
    padding: 36px 45px;
  }
}
@media screen and (max-width: 599px) {
  .top-map .top-map-station {
    padding: 26px 5vw;
  }
}
.top-map .top-map-station .map-station-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25rem;
}
.top-map .top-map-station .map-station-ttl::before {
  display: inline-block;
  margin: 0px 12px -2px 0;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 0;
  background: #B09C53;
}
.top-map .top-map-station .map-station-step {
  counter-reset: step-counter;
}
.top-map .top-map-station .map-station-step .station-step-item {
  counter-increment: step-counter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-map .top-map-station .map-station-step .station-step-item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.8;
}
.top-map .top-map-station .map-station-step .station-step-item p::before {
  content: counter(step-counter, decimal-leading-zero);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  color: #674a4a;
  line-height: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.top-map .top-map-station .map-station-step .station-step-item .wp-block-image {
  margin-top: auto;
}

.top-payment .top-payment-card {
  max-width: 448px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .top-payment .top-payment-card {
    max-width: 210px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=common.css.map */