@charset "UTF-8";
/*--------------------------------------
Reset CSS
--------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #403C30;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #403C30;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

/* 追加reset */
html {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: border-box;
}

a {
  color: inherit;
}

a:focus:not(:focus-visible),
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
  /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

.post, .page {
  margin: 0;
}

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

body {
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #403C30;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
/* noto-serif-jp-700 - latin */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif-jp-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/noto-serif-jp-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-jp-v8-latin-700.woff2") format("woff2"), url("../fonts/noto-serif-jp-v8-latin-700.woff") format("woff"), url("../fonts/noto-serif-jp-v8-latin-700.ttf") format("truetype"), url("../fonts/noto-serif-jp-v8-latin-700.svg#NotoSerifJP") format("svg");
  /* Legacy iOS */
}
/* noto-serif-jp-500 - latin */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-jp-v8-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/noto-serif-jp-v8-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-jp-v8-latin-500.woff2") format("woff2"), url("../fonts/noto-serif-jp-v8-latin-500.woff") format("woff"), url("../fonts/noto-serif-jp-v8-latin-500.ttf") format("truetype"), url("../fonts/noto-serif-jp-v8-latin-500.svg#NotoSerifJP") format("svg");
  /* Legacy iOS */
}
img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  min-height: 1px;
  display: block;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

a {
  transition: 0.3s color, 0.3s background;
}

.hide_sp {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*youtube動画レスポンシブ対応*/
.youtube iframe {
  display: block;
  margin: 0 auto;
}

.is-type-video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.is-type-video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-video video {
  background-color: #eee;
}

@media (min-width: 768px) {
  .hide_pc {
    display: none;
  }

  .hide_sp {
    display: block;
  }
}
/* デフォルトstyle削除 */
a:link, a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

/* 重複するStyle */
.containerS,
.containerM,
.containerL {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 480px) {
  .containerS,
.containerM,
.containerL {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (min-width: 1024px) {
  .containerS,
.containerM,
.containerL {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.containerS {
  max-width: 840px;
}

.containerM {
  max-width: 940px;
}

.containerL {
  max-width: 1130px;
}

/* スクロール */
.scroll {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 0.5s;
}

.scroll.ready {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------------------------
    header
----------------------------*/
.custom-logo-link {
  display: block;
}

.site-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fefefc;
}

/*タブレット以下*/
@media not all and (min-width: 1024px) {
  .site-header {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .header__logo {
    width: calc(80% - 30px);
    max-width: 126px;
    margin-left: 15px;
  }

  /* ハンバーガーメニュー */
  @keyframes mmfadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes mmfadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes mmslideIn {
    from {
      transform: translateX(15%);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes mmslideOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateY(0);
      transform: translateX(100%);
    }
  }
  .is-open .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .micromodal-slide {
    display: none;
    z-index: 999;
    position: relative;
  }

  .micromodal-slide.is-open {
    display: block;
  }

  .micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }

  .micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }

  .micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }

  .micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }

  .micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
  }

  .modal__container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    max-width: 500px;
    overflow: scroll;
    background-color: #fff;
  }

  .modal__content,
.site-navigation {
    height: 100%;
  }

  .site-navigation {
    color: #403C30;
    padding: 60px 55px;
  }

  .site-navigation__ul {
    display: block;
    list-style: none;
    padding: 0;
  }

  .site-navigation__item {
    border-bottom: 1px solid #403C30;
  }

  a.site-navigation__link {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 20px 0 10px;
    color: #403C30;
    position: relative;
  }
  a.site-navigation__link::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: solid 2px #403C30;
    border-right: solid 2px #403C30;
  }

  .modal__btn {
	height: 50px;
    width: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 0;
    background-color: transparent;
    color: #403C30;
    top: 8px;
    right: 8px;
    z-index: 998;
}
  

  .modal__btn--open .button__open-icon {
    display: block;
    height: 2px;
    width: 33px;
    background-color: #403C30;
    position: relative;
    margin: 12px 0 18px;
  }
  .modal__btn--open .button__open-icon::before, .modal__btn--open .button__open-icon::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 33px;
    background-color: #403C30;
    position: absolute;
    left: 0;
  }
  .modal__btn--open .button__open-icon::before {
    top: -8px;
  }
  .modal__btn--open .button__open-icon::after {
    bottom: -8px;
  }

  .modal__btn--close .button__close-icon {
    display: block;
    height: 3px;
    width: 38px;
    position: relative;
    margin: 12px 0 18px;
  }
  .modal__btn--close .button__close-icon::before, .modal__btn--close .button__close-icon::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 33px;
    background-color: #403C30;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .modal__btn--close .button__close-icon::before {
    transform: rotate(45deg);
  }
  .modal__btn--close .button__close-icon::after {
    transform: rotate(-45deg);
  }

  /* .site-navigation__sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  } */
  /* .site-navigation__sns li {
    flex-basis: 43px;
    margin: 10px 4px 0;
  } */

  .site-navigation__tel-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    font-weight: 700;
    margin: 20px auto 10px;
  }
  .site-navigation__tel-link::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("/wp-content/themes/withhome-child/assets/image/common/tel_br.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .site-navigation__contact-btn {
    margin-top: 24px;
  }

  .header-tel {
	display: none;
    width: 50px;
    height: 50px;
    background-color: #716B57;
    color: #fff;
    position: absolute;
    top: 8px;
    right: 60px;
    /* メニュー1つ分 */
	border-radius: 50%;
  }

  .heaader-tel__number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .heaader-tel__number::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/themes/withhome-child/assets/image/common/tel_icon_w.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* .heaader-tel__number::after {
    content: "TEL";
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2px;
  } */

  .header-tel__number--pc-only {
    display: none;
  }

  .header_pushup {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .site-navigation--mobile-only {
    display: none !important;
  }

  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
  }

  /* ロゴ */
  .header__logo {
    max-width: 150px;
  }

  /* Groval nav */
  .site-navigation__ul {
    display: table;
    width: 100%;
  }

  .site-navigation__item {
    display: table-cell;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .site-navigation__link {
    font-weight: 700;
    padding: 25px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    position: relative;
  }
  .site-navigation__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #403C30;
    margin-top: 8px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: 0.2s;
  }

  .site-navigation__link:hover,
.current .site-navigation__link {
    color: #403C30;
  }
  .site-navigation__link:hover::after,
.current .site-navigation__link::after {
    transform: scale(1, 1);
  }

  .modal__btn,
.modal__close {
    display: none;
  }

  /* tel */
  a.heaader-tel__number {
    font-size: 2.4rem;
    font-weight: 700;
    color: #403C30;
    display: flex;
    align-items: center;
  }
  a.heaader-tel__number::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-image: url("/wp-content/themes/withhome-child/assets/image/common/tel_br.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .header_pushup {
    height: 120px;
  }

  /* scroll */
  .site-header--fixed {
    filter: drop-shadow(0 1px 1px rgba(3, 51, 51, 0.15));
  }
  .site-header--fixed .site-navigation__link {
    transition: min-height 0.6s;
    min-height: 90px;
  }
  .site-header--fixed .header__logo,
.site-header--fixed .heaader-tel__number {
    transition: 0.6s;
    transform: scale(0.9);
  }
}
@media (min-width: 1280px) {
  /* logo */
  .header__logo {
    max-width: 200px;
  }

  /* Groval nav */
  .site-navigation__link {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  /* logo */
  .header__logo {
    max-width: 220px;
  }

  /* Groval nav */
  .site-navigation__item {
    font-size: 1.5rem;
  }

  /* tel */
  a.heaader-tel__number {
    font-size: 3.2rem;
  }
  a.heaader-tel__number::before {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  /* logo */
  .header__logo {
    max-width: 250px;
  }

  /* tel */
  a.heaader-tel__number {
    font-size: 3.6rem;
  }
  a.heaader-tel__number::before {
    width: 45px;
    height: 45px;
  }
}
/*----------------------------
    footer 
----------------------------*/
/* breadcrumb */
@media not all and (min-width: 480px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb {
  margin-top: 120px;
}

.breadcrumb ul {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 14px 0;
}
.breadcrumb ul li {
  display: inline-block;
  color: #403C30;
}
.breadcrumb ul li:not(:first-child) {
  position: relative;
}
.breadcrumb ul li:not(:first-child)::before {
  content: "＞";
  color: #403C30;
  margin: 0 14px;
}
.breadcrumb ul li a {
  color: #403C30;
  text-decoration: underline;
}
.breadcrumb ul li a:hover {
  color: #403C30;
}

/* footer */
.footer {
  background-color: #41594b;
  padding: 80px 0;
  color: #fff;
}

.footer__logo {
  width: 210px;
  margin: 0 auto;
}

.footer__address {
  margin-top: 16px;
  text-align: center;
}
.footer__address address {
  font-style: normal;
}

.footer__name {
  font-size: 1.8rem;
  font-weight: 500;
}

.footer-menu__container {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid #fff;
}

.footer-menu {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 15px;
}

.footer-menu__link {
  display: block;
  padding: 0.5em 0;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 80px;
}

@media (min-width: 1024px) {
  .footer {
    padding: 80px 0;
  }

  .footer__container {
    display: flex;
    justify-content: space-between;
  }

  .footer-menu__container {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border-top: 0;
  }

  .footer__logo {
    width: 296px;
    margin: 0;
  }

  .footer__address {
    margin-top: 28px;
    text-align: justify;
  }

  .footer__name {
    font-size: 2.8rem;
  }

  .footer-menu {
    font-size: 1.8rem;
    padding: 0;
    margin-top: -7px;
  }
  .footer-menu + .footer-menu {
    margin-left: 40px;
  }
  .footer-menu .footer-menu__link {
    padding: 7px 0;
  }

  .footer-menu__link:hover {
    text-decoration: underline;
  }

  .copyright {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
/*----------------------------
    button
----------------------------*/
/* layout */
.wp-block-buttons {
  flex-direction: column;
  justify-content: center;
  margin: 0 -15px;
}
.wp-block-buttons > .wp-block-button {
  width: calc(100% - 15px * 2);
  margin: 20px 15px;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .wp-block-buttons {
    flex-direction: row;
  }
  .wp-block-buttons > .wp-block-button {
    width: auto;
  }
}
/* button */
.button, .is-style-btn--primary,
.is-style-btn--sub {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  /* beforeが背景に隠れないように */
}

.button a, .is-style-btn--primary a,
.is-style-btn--sub a,
.is-style-btn__link {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  border-radius: 30px;
  padding: 0.8em 3.4em;
  position: relative;
  background-color: #41594b;
  color: #fff;
  margin: -3px 0 0 -3px;
}
/* .button a::before, .is-style-btn--primary a::before,
.is-style-btn--sub a::before,
.is-style-btn__link::before {
  content: "";
  display: inline-block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
} */
.button a::after, .is-style-btn--primary a::after,
.is-style-btn--sub a::after,
.is-style-btn__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

/* .button--primary a::before,
.is-style-btn--primary a::before {
  background-color: #0D623B;
} */

/* .button--sub a::before,
.is-style-btn--sub a::before {
  background-color: #F4F2D9;
} */

@media (min-width: 768px) {
  /* 基本のサイズ変更 */
  .button a, .is-style-btn--primary a,
.is-style-btn--sub a,
.is-style-btn__link {
	font-size: 1.8rem;
    border: none;
	background: #41594b;
    color: #fff;
    padding: 16px 2.7em;
    min-width: 280px;
    text-align: center;
    margin: -5px 0 0 -5px;
    border-radius: 30px;
    /* ホバー時の指定 */
    transition: 0.1s linear;
  }
  .button a::before, .is-style-btn--primary a::before,
.is-style-btn--sub a::before,
.is-style-btn__link::before {
    top: 8px;
    left: 6px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
  .button a::after, .is-style-btn--primary a::after,
.is-style-btn--sub a::after,
.is-style-btn__link::after {
    width: 12px;
    height: 12px;
    right: 20px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
  .button a:hover::before, .is-style-btn--primary a:hover::before,
.is-style-btn--sub a:hover::before,
.is-style-btn__link:hover::before {
    transition: 0.1s linear;
  }
  .button a:hover:hover, .is-style-btn--primary a:hover:hover,
.is-style-btn--sub a:hover:hover,
.is-style-btn__link:hover:hover {
    /* background-color: transparent; */
    margin: 0 -5px -5px 0;
  }
  .button a:hover:hover::before, .is-style-btn--primary a:hover:hover::before,
.is-style-btn--sub a:hover:hover::before,
.is-style-btn__link:hover:hover::before {
    top: -3px;
    left: -3px;
  }

  .button--primary a:hover,
.is-style-btn--primary a:hover {
    color: #fff;
  }
  .button--primary a:hover::after,
.is-style-btn--primary a:hover::after {
    border-color: #fff;
  }

  /* .button--sub a:hover,
.is-style-btn--sub a:hover {
    color: #333;
  } */
}
/*----------------------------
    heading 
----------------------------*/
/* heading-primary */
/* .heading-primary {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  background: linear-gradient(transparent 60%, #ECE8D9 60%);
} */
/* .heading-primary::before,
.is-style-title_a::before,
.is-style-title_b::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 28px;
  background-image: url("/wp-content/themes/withhome-child/assets/image/common/deco_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 7px;
} */
.heading-primary {
    font-size: 1.6rem;
	text-align: center;
}
.heading-primary--point,
.is-style-title_b {
  position: relative;
  padding-bottom: 13px;
}
/* .heading-primary--point::after,
.is-style-title_b::after {
  content: "";
  display: inline-block;
  width: 102px;
  height: 8px;
  border-radius: 5px;
  background-color: #E8ECD6;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
} */

.is-style-title_b {
    border-bottom: 2px solid #e8ecd6;
    margin-bottom: 24px;
	margin-top: 32px;
}
.heading-primary__text--underline {
  padding-bottom: 4px;
  background: linear-gradient(transparent 60%, #ECE8D9 60%);
}
.contact-time {
    text-align: center;
}
@media (min-width: 1024px) {
  .heading-primary,
.is-style-title_a,
.is-style-title_b {
    font-size: 3.2rem;
	margin-top: 80px;
	text-align: left;
  }
  .heading-primary::before,
.is-style-title_a::before,
.is-style-title_b::before {
    height: 36px;
  }

  .heading-primary--point,
.is-style-title_b {
    font-size: 2.8rem;
  }
  .heading-primary--point::before,
.is-style-title_b::before {
    margin-bottom: 16px;
  }
  .heading-primary--point::after,
.is-style-title_b::after {
    width: 122px;
    margin-top: 13px;
  }

  .heading-primary__text--underline {
    padding: 0 16px 4px;
  }
}
/* heading-slash */
.heading-slash {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}

.heading-slash__en {
  font-size: 2.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.heading-slash__en::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  transform: rotate(45deg);
  background-color: #403C30;
  margin-left: 17px;
  margin-right: 12px;
}

.heading-slash--center {
  justify-content: center;
}

@media (min-width: 768px) {
  .heading-slash__en {
    font-size: 3.2rem;
  }
  .heading-slash__en::after {
    margin: 0 24px;
  }

  .heading-slash__ja {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
/* page header */
.page-header {
  background-color: #F4F2D9;
  padding: 40px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  overflow: hidden;
}
/* .page-header::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 50px 50vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
} */
.page-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 480px) {
  .page-header {
    padding: 80px 0;
    margin-bottom: 40px;
  }
  .page-header::before {
    border-width: 0 50vw 80px 50vw;
  }

  .page-header.high {
    padding: 64px 0 160px;
  }
}
@media (min-width: 1024px) {
  .page-header {
    padding: 120px 0;
    margin-bottom: 80px;
  }
  .page-header::before {
    border-width: 0 50vw 136px 50vw;
  }

  .page-header.high {
    padding: 160px 0;
  }
}
.page-header__inner {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.page-title__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 20px;
}

.page-title {
  font-size: 1.2rem;
}

.page-title__en {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.page-title__en::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  transform: rotate(45deg);
  background-color: #403C30;
  margin-left: 12px;
  margin-right: 12px;
}

@media (min-width: 480px) {
  .page-title__en {
    font-size: 2.4rem;
  }
  .page-title__en::after {
    margin-left: 20px;
    margin-right: 20px;
  }

  .page-title {
    font-size: 2rem;
  }

  .page-title__wrapper {
    padding: 16px 40px;
  }
}
@media (min-width: 1024px) {
  .page-title__en {
    font-size: 3.2rem;
  }
  .page-title__en::after {
    margin-left: 24px;
    margin-right: 24px;
  }

  .page-title {
    font-size: 2.4rem;
  }

  .page-title__wrapper {
    padding: 26px 80px;
  }
}
/* サイト全体 */
.site-main {
  padding-bottom: 80px;
}

.page-content,
.entry-content,
.entry-summary {
  margin-top: 0;
}

/* 記事一覧 */
.article {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -8px 0;
}

.article__box {
  margin: 20px 8px 0;
  flex-basis: calc(50% - 8px * 2);
}

.article__infobox {
  margin-top: 5px;
}

.article__title {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 5px;
}

.article__date,
.entry-header__date {
  display: inline-block;
  background-color: #E8ECD7;
  font-size: 1rem;
  padding: 3px 7px;
}

.entry-header__date {
  font-size: 1.2rem;
}

.tag__item {
  display: inline-block;
  margin-right: 5px;
  font-size: 1rem;
}
.tag__item a {
  color: #0D623B;
  display: inline-block;
  border: 1px solid #0D623B;
  border-radius: 100px;
  padding: 1px 10px;
}

.tag--page .tag__item {
  font-size: 1.2rem;
}

.article__date + .tag {
  margin-top: 5px;
}

.article__date + .article__title {
  padding-left: 10px;
}

@media (min-width: 768px) {
  /* md幅で2カラム */
  .article__date {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 3px 12px;
  }

  .article__title {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .article__image {
    height: 300px;
  }
  .article__image a,
.article__image .thumbnail_noimage {
    display: block;
    height: 100%;
  }
  .article__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .tag__item a {
    transition: 0.3s;
  }
  .tag__item a:hover {
    background-color: #0D623B;
    color: #fff;
  }

  .entry-header__date {
    font-size: 2.1rem;
    padding: 10px 42px;
  }
}
@media (min-width: 1024px) {
  /* 余白変更 */
  .article {
    margin: -40px -16px 0;
  }

  .article__box {
    margin: 40px 16px 0;
    flex-basis: calc(50% - 16px * 2);
  }

  /* lg幅で3カラム */
  .article--3col .article__box {
    flex-basis: calc(33.333% - 16px * 3);
  }
  .article--3col .article__image {
    height: 240px;
  }
  .article--3col .article__title {
    font-weight: 400;
  }

  .article__infobox {
    margin-top: 7px;
  }

  .article__title {
    margin-top: 10px;
  }

  .tag__item {
    margin-right: 5px;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .tag__item a {
    padding: 4px 9px;
  }

  /* 記事内のタグ */
  .tag--page .tag__item {
    font-size: 1.8rem;
  }
  .tag--page .tag__item a {
    padding: 10px 28px;
  }
}
/* 営業時間 */
.contact-time th {
  font-weight: 400;
  text-align: right;
  position: relative;
}
.contact-time th::after {
  content: "";
  display: inline-block;
  height: 70%;
  width: 1px;
  background-color: #403C30;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.contact-time td {
  text-align: justify;
}
.contact-time th, .contact-time td {
  padding: 0 5px;
}

.contact-time--center {
  width: auto;
  margin: auto;
}

.contact-time--footer {
  width: auto;
  margin: auto;
}
.contact-time--footer th::after {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .contact-time--footer {
    margin: 10px 0 0;
    line-height: 1.8;
  }
  .contact-time--footer th {
    text-align: justify;
  }
}

/* pager */
.pager {
  margin-top: 80px;
  width: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 10px 5px 0;
}
.pagination li a {
  display: inline-block;
  background-color: #F4F2D9;
  color: #403C30;
  padding: 10px 15px;
}
.pagination li a.active,
.pagination li a:hover {
  background-color: #0D623B;
  color: #fff;
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
  /* header */
  .site-navigation__link {
    padding: 50px 15px 0;
  }

  .site-header--fixed .site-navigation__link {
    padding: 35px 15px 0;
  }

  .header-tel__number--pc-only {
    padding-top: 10px;
  }

  /* page */
  .page-title__wrapper {
    padding: 32px 80px 20px;
  }

  /* entry */
  .entry-header__date {
    padding: 10px 42px 0;
  }

  .tag--page .tag__item a {
    padding: 13px 28px 7px;
  }

  /* article */
  .article__date,
.article-top-topics__date {
    padding: 6px 12px 0 !important;
  }

  .tag__item a {
    padding: 6px 9px 0;
  }

  /* button */
  .button a,
.is-style-btn--primary a,
.is-style-btn--sub a {
    padding-top: 27px !important;
    padding-bottom: 19px !important;
  }
}

/* JOIN */
.not-found_title {
display: none;
}
.not_found {
    text-align: center;
    font-size: 3em;
}
.not_found p {
	font-size: 16px;
}
.not_found_btn {
	margin-top: 32px;
}
.tag {
	display: none;
}

.newMark_archive {
    display: inline-block;
    font-size: 1.2rem;
    padding: 3px 7px;
	background: linear-gradient(transparent 60%, #F4F2D9 60%);
}
@media (min-width: 768px) {
	.newMark_archive {
	font-size: 1.4rem;
	font-weight: 400;
	padding: 3px 12px;
	}}