@charset "UTF-8";
/*ヘッダー*/
@media (min-width: 600px) {
  #wrapper {
    position: relative;
  }
  #contents {
    padding-top: 110px;
  }
  .l-header {
    position: fixed !important;
    top: 50px;
    width: 100%;
  }
  .l-header__inner {
    grid-template-columns: max-content auto 200px !important;
    align-items: stretch;
    width: 100%;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .l-header-row {
    background-color: transparent !important;
  }
  .l-header-row .l-content {
    display: flex;
    width: 100% !important;
  }
  .l-header-row .l-content::before, .l-header-row .l-content::after {
    content: "";
    display: block;
    width: calc((100% - 1212px - 32px) / 2);
    height: 60px;
    background-color: #ba1d22;
  }
  .header-site-branding {
    background-color: #ba1d22;
  }
  .site-logo {
    height: 20px;
  }
  .header-menu-row,
  .u-row-cont-end,
  .header-menu {
    height: 100%;
  }
  .header-menu-row .u-row-cont-end {
    justify-content: flex-start;
  }
  .header-menu-row .u-row-item-center {
    align-items: stretch;
  }
  .header-menu-row .menu-gmenu-container {
    width: 100%;
  }
  .header-menu-row .header-menu {
    background-color: #ba1d22;
    width: 100%;
    margin-right: 0.5em;
  }
  .header-menu-row .header-menu > .menu-item > a {
    height: 50px !important;
  }
  .gtranslate_wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 200px;
    height: 100%;
    padding: 0 0.5em;
    margin-left: 10px;
    background-color: #ba1d22;
  }
  .gtranslate_wrapper::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    z-index: 0;
    display: block;
    width: 80px;
    aspect-ratio: 85/60;
    background-image: url("/wp-content/site-parts/common/img/language.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .gtranslate_wrapper select {
    position: relative;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  body:not(.page-id-17) .hamburger-menu-content {
    display: none;
  }
}
@media (max-width: 599px) {
  .l-header {
    background-color: .l-header __inner;
    background-color-position: relative;
  }
  .header-site-branding__link {
    background-image: url("/wp-content/uploads/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-site-branding__link img {
    opacity: 0;
  }
  .gtranslate_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .gtranslate_wrapper::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: block;
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url("/wp-content/site-parts/common/img/language-sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .gtranslate_wrapper select {
    position: relative;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}
/*フッター*/
@media (max-width: 599px) {
  #js-footer .wrapper-column {
    display: flex;
    flex-wrap: wrap;
  }
  #js-footer .wrapper-column .column-3:nth-of-type(1), #js-footer .wrapper-column .column-3:nth-of-type(2) {
    width: 50%;
    margin-bottom: 3em;
  }
  #js-footer .wrapper-column .custom-html-widget {
    margin-bottom: 3em;
  }
}
#js-footer .widget_nav_menu .menu > .menu-item a::before {
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

/*セクションタイトル*/
.c-section-widget__header {
  text-align: center;
}
.c-section-widget__title {
  font-size: 250%;
  font-weight: 400 !important;
}

/*TOPへボタン*/
body:not(.page-id-17) .page-top-floating {
  width: 80px;
  height: auto;
  aspect-ratio: 80/200;
  bottom: auto;
  top: 200px;
  background-color: rgba(255, 255, 255, 0.5019607843) !important;
  background-image: url("/wp-content/site-parts/common/img/topper.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px 0 0 40px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}
body:not(.page-id-17) .page-top-floating i {
  display: none;
}

/*投稿タイプ名表示*/
.show-posttype {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #ba1d22;
  font-size: 250%;
}
.show-posttype::after {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  margin: auto;
  background-color: #ba1d22;
}

/*ReadMoreボタン*/
.readmore {
  display: flex;
  margin-bottom: 0;
}
.readmore a {
  color: #231815;
}
.readmore i {
  position: relative;
  display: inline-block;
  width: 70px; /* 矢印が入るスペースを空ける */
  margin-left: 0.5em;
  transition: 0.3s all ease;
}
.readmore i::before, .readmore i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
}
.readmore i::after {
  transform: translateY(-50%);
  width: 100%; /* 矢印の全体の長さ */
  height: 2px; /* 矢印の線の太さ */
  background-color: #231815; /* 矢印の色 */
}
.readmore i::before {
  /* 45度回転させつつ、位置を中央に微調整 */
  transform: translateY(-50%) rotate(45deg);
  width: 6px; /* 先端のサイズ */
  height: 6px; /* 先端のサイズ */
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
.readmore:hover i {
  width: calc(70px + 0.5em);
}

/*ページタイトル周り*/
.article-header__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.article-title {
  color: #231815 !important;
  margin-top: 0.5em !important;
  font-size: 1rem !important;
}
.article-title__sub {
  color: #ba1d22 !important;
  font-size: 250% !important;
}
.article-title__sub::after {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  margin: auto;
  background-color: #ba1d22;
}

/*H2下線*/
.sec_header.u-line {
  display: flex;
  align-items: center;
  margin-bottom: 2.5em;
  border-bottom: solid 1px #231815;
}
.sec_header span.icons {
  height: 3em;
  margin-right: 1em;
}
.sec_header span.icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-width: initial;
  height: 100%;
}
.sec_header h2 {
  flex: 1 1 auto;
}

h3 {
  margin-bottom: 1.5em !important;
}

/*ncButton*/
.ncButton_btn:hover {
  transform: translateY(2px);
  color: #ba1d22 !important;
}

/*アコーディオン*/
.ncAccordion {
  margin: 2em auto;
}
.ncAccordion_switch {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background-color: rgba(197, 21, 29, 0.1882352941);
}
.ncAccordion_switch::after {
  -webkit-mask-image: url("/wp-content/site-parts/common/img/icon-plus.svg") !important;
          mask-image: url("/wp-content/site-parts/common/img/icon-plus.svg") !important;
  flex: 0 0 1.5em;
}
.ncAccordion_switch.open {
  margin-bottom: 2em;
}
.ncAccordion_switch.open::after {
  -webkit-mask-image: url("/wp-content/site-parts/common/img/icon-minus.svg") !important;
          mask-image: url("/wp-content/site-parts/common/img/icon-minus.svg") !important;
}
.ncAccordion_content {
  width: min(95%, 800px);
  margin: auto;
}

/*グレー背景*/
.bgGray {
  background-color: #fcfaf2;
  padding: 3em;
  margin: 2em auto;
}

/*電話番号*/
.phone-number {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.phone-number img {
  display: block;
  width: 3em;
  margin-right: 1em;
}
.phone-number p {
  font-size: 240%;
  font-weight: 700;
  line-height: 1;
}
.phone-number span {
  line-height: 1;
}

.mb4 {
  margin-bottom: 4em;
}/*# sourceMappingURL=style.css.map */