@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll; /* for mozilla: always display scrollbar */
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
}

@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, tbody, tfoot, thead, object, iframe, code, fieldset, legend, caption, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box; /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale→ */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media (min-resolution: 2dppx) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, tbody, tfoot, thead, object, iframe, code, fieldset, legend, caption, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  font-size: 1.5rem;
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.3;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

figure {
  text-align: center;
}

br {
  letter-spacing: normal;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=text], input[type=tel], input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
  transition: all 0.8s ease;
  display: inline-block;
  color: inherit;
}

/* default */
html {
  font-size: 62.5%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

@media screen and (min-width: 1280px) {
  .tel_link {
    pointer-events: none;
  }
}
@media screen and (min-width: 840px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 839px) {
  .pc {
    display: none !important;
  }
}
html {
  opacity: 0;
  transition: all 0.8s ease;
}
html.wf-active {
  opacity: 1;
}

body {
  background: #F7F3F0;
  font-size: 1.6rem;
  color: #333;
  font-family: "Alegreya", "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Osaka, "MS P Gothic", sans-serif;
}

.section__wrapper {
  margin: 60px 0;
}
.section__wrapper.has-bg {
  padding: 60px 0;
  margin: 0;
}
@media screen and (min-width: 840px) {
  .section__wrapper {
    margin: 120px 0;
  }
  .section__wrapper.has-bg {
    padding: 120px 0;
  }
}

.section__inner {
  max-width: calc(1216px + 2em);
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto;
}
.section__inner + .section__inner {
  margin-top: 20px;
}
@media screen and (min-width: 840px) {
  .section__inner + .section__inner {
    margin-top: 60px;
  }
}

.content p {
  margin: 1em 0;
  line-height: 1.7;
  text-align: justify;
  word-break: break-all;
}
.content a {
  color: #1a0dab;
  text-decoration: underline;
}
.content a:hover {
  color: #1a0dab;
}
.content > *:not(:last-child) {
  margin-bottom: 1em;
}
.content ul li + li {
  margin-top: 0.5em;
}
.content iframe {
  max-width: 100%;
}
.content .is-type-video iframe {
  height: auto;
  aspect-ratio: 16/9;
}

.slider {
  opacity: 0;
  transition: all 0.8s ease;
}
.slider.slick-initialized {
  opacity: 1;
}

.side-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  padding: 12px 12px 14px 14px;
  background: #5AA589;
  border-radius: 0 0 0 50%;
  cursor: pointer;
  z-index: 501;
}
@media screen and (min-width: 840px) {
  .side-menu-btn {
    display: none;
  }
}

.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #fff;
  transition: all 0.8s ease;
}
.ellipsis-v .point.top {
  top: 0;
}
.ellipsis-v .point.mid {
  top: 0;
  bottom: 0;
}
.ellipsis-v .point.bot {
  bottom: 0;
}

.menu-open .top {
  width: 22px;
  transform-origin: left top;
  transform: rotate(45deg);
}
.menu-open .mid {
  opacity: 0;
}
.menu-open .bot {
  width: 22px;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

.header {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.main-contents {
  position: relative;
  left: 16px;
  padding-bottom: 1px;
  width: calc(100vw - 16px);
  min-height: 100vh;
  z-index: 499;
  background: #F5ECE3;
  transition: all 0.8s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.scrollend .main-contents {
  left: calc(100vw - 32px);
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .main-contents {
    left: calc(100vw - 480px - 160px);
    width: 100%;
    max-width: 480px;
  }
  .scrollend .main-contents {
    left: calc(100vw - 160px - 32px);
  }
}

.blog-article__title {
  margin-top: 0.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
}
.blog-article__date {
  font-size: 1.4rem;
  color: #777;
}

.sidebar {
  position: fixed;
  right: -160px;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 1em;
  width: 160px;
  height: 100%;
  color: #fff;
  background: #5AA589;
  z-index: 500;
  transition: all 0.8s ease;
}
.sidebar > * {
  filter: blur(10px);
  transition: all 0.8s ease;
}
.menu-open .sidebar {
  right: 0;
}
.menu-open .sidebar > * {
  filter: blur(0);
}
@media screen and (min-width: 840px) {
  .sidebar {
    right: 0;
  }
  .sidebar > * {
    filter: blur(0);
  }
}
.sidebar__description {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
.sidebar__logo {
  margin-bottom: 3em;
  width: 100%;
}
.sidebar__logo img {
  max-width: 60%;
}
.sidebar .sns-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sidebar .sns-nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
}
.sidebar .sns-nav__item a img {
  width: 60%;
}
.sidebar .main-nav__list {
  margin: 1.25em 0;
}
.sidebar .main-nav__item + .main-nav__item {
  margin-top: 0.6em;
}
.sidebar .main-nav__item a {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sidebar .copyright {
  margin-top: 1em;
  font-size: 1.2rem;
}

.section__title {
  margin-bottom: 0.6em;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.blog-slide__btns {
  display: flex;
  gap: 10px;
}
.blog-slide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 1rem;
  background: #5AA589;
  border-radius: 50%;
  cursor: pointer;
}

.menus .menu-item + .menu-item {
  margin-top: 4em;
}
.menus .menu-item__title {
  font-size: 1.8rem;
  margin-bottom: 0.25em;
}
.menus .menu-item__fee {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.main-visual {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  height: 100dvh;
}
.main-visual h1 {
  font-size: 1.4rem;
  text-align: center;
}
.main-visual__logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-visual__logo img {
  width: 60%;
  max-width: 200px;
}
.main-visual__scroll a {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section__wrapper.section__home-blog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  z-index: 1;
}
.section__wrapper.section__home-blog .section__inner {
  padding: 32px 0 32px 5vw;
  max-width: inherit;
}
.home-blog__titlearea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
  max-width: 20vw;
  min-width: 300px;
}
.home-blog__titlearea .section__title {
  margin-bottom: 0;
}
.home-blog__item {
  padding: 0 2vw 0 0;
  width: 20vw;
  min-width: 200px;
}
.home-blog__btn {
  margin-top: 1em;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.home-blog__btn .icon {
  font-size: 95%;
}

body.home .home-blog__container + .home-blog__container {
  margin-top: 2vh;
}

body:not(.home) .home-blog__container + .home-blog__container {
  margin-top: 4vh;
}

.single__eyecatch {
  margin-bottom: 60px;
}
.single__belong {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.75em;
}
.single__belong time {
  padding-right: 0.5em;
  font-size: 1.5rem;
}
.single__belong .post-categories li {
  display: inline-block;
}
.single__belong .post-categories li a {
  padding: 4px 0.8em;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.single__ttl {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: bold;
}
.single__pager {
  display: flex;
  margin-top: 120px;
}
.single__pager .link-archive {
  padding: 0.5em;
  width: 7em;
  text-align: center;
}
.single__pager .link-prev, .single__pager .link-next {
  flex: 1;
}
.single__pager .link-next {
  text-align: right;
}
.single__pager .link-next a {
  padding: 0.5em 0 0.5em 0.5em;
}
.single__pager .link-prev a {
  padding: 0.5em 0.5em 0.5em 0;
}

.article-single {
  padding: 1em 0 60px;
}
@media screen and (min-width: 840px) {
  .article-single {
    padding: 1em 0 120px;
  }
}

.article__head {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ddd5d5;
}
.article__thumbnail {
  margin-bottom: 0.5em;
}
.article__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.article__date {
  font-size: 1.4rem;
  color: #999;
}

.cat-list {
  margin-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.cat-list .cat-item {
  color: #5AA589;
  font-size: 1.2rem;
  font-weight: bold;
}

.archive__wrapper {
  padding: 1em 0 60px;
}
@media screen and (min-width: 840px) {
  .archive__wrapper {
    padding: 1em 0 120px;
  }
}

.archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1em;
}
.archive__item {
  width: calc((100% - 1em) / 2);
}

.form__item + .form__item {
  margin-top: 60px;
}
.form__heading__txt {
  position: relative;
  padding-left: 3.75em;
  font-weight: bold;
}
.form__heading__label {
  position: absolute;
  left: 0;
  top: 3px;
  padding: 3px 1em;
  background: #777;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.form__heading__label.required {
  background: #be1111;
}
.form__input input[type=text],
.form__input input[type=tel],
.form__input input[type=email] {
  padding: 1em;
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: inherit;
  line-height: 1;
}
@media screen and (min-width: 840px) {
  .form__input .address dl {
    display: flex;
    align-items: center;
  }
  .form__input .address dl dt {
    width: 9em;
  }
  .form__input .address dl dd {
    flex: 1;
  }
}
.form__input .address dl + dl {
  margin-top: 0.5em;
}
.form__input .address__zip input {
  max-width: 16em;
}
.form__input textarea {
  display: block;
  padding: 0.75em 1em;
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: inherit;
  line-height: 1.6;
}
.form__input .mwform-checkbox-field.horizontal-item,
.form__input .mwform-radio-field.horizontal-item {
  display: inline-block;
  padding-right: 1em;
  line-height: 1.6;
}
.form__input .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form .confirm-box {
  margin-top: 60px;
}
.form .confirm-box input.btn--confirm {
  display: block;
  margin: 0 auto;
  padding: 1em;
  width: 100%;
  max-width: 360px;
  background: #25c04a;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
}
.form .confirm-box input.btn--back {
  display: block;
  margin: 0.75em auto 0;
  padding: 0.25em 0.5em;
  background: none;
  font-size: 1.4rem;
  font-family: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 840px) {
  .form__item {
    display: flex;
  }
  .form__heading {
    width: 24%;
    min-width: 12em;
  }
  .form__input {
    flex: 1;
  }
}
@media screen and (max-width: 839px) {
  .form__heading {
    margin-bottom: 0.25em;
  }
}

.form--completed__heading {
  margin-bottom: 60px;
  text-align: center;
}
.form--completed__heading p {
  margin-top: 1em;
}
.form--completed__ttl {
  font-size: 3.6rem;
  font-weight: bold;
}
.form--completed__txt {
  padding: 60px;
  background: #eee;
}
.form--completed__txt p + p {
  margin-top: 1em;
}
@media screen and (min-width: 840px) {
  .form--completed__txt {
    padding: 120px;
  }
}
.form--completed__tel {
  display: block;
  padding: 1em;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
.form--completed__tel a {
  position: relative;
  padding-left: 1em;
  font-size: 2.4rem;
  font-weight: bold;
}
.form--completed__tel a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.75em;
  height: 0.75em;
  content: "";
  background: url("../img/icon_tel.svg") center center/contain no-repeat;
}
.form--completed__link-top {
  margin-top: 60px;
  text-align: center;
}
.form--completed__link-top a {
  text-decoration: underline;
}

.error404 {
  text-align: center;
}
.error404__icon {
  margin-bottom: 2em;
}
.error404__icon img {
  max-width: 320px;
}
.error404__icon span {
  display: block;
  margin-top: 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #999;
}
.error404 p + p {
  margin-top: 1em;
}
.error404__link-top a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */