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

html, body {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

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

article, aside, footer, header, nav, section, main, figure, figcaption {
  display: block;
}

ul, ol {
  list-style: none;
  list-style-type: none;
}

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote, q {
  quotes: none;
}

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

address {
  font-style: normal;
}

button {
  border: 0;
  background-color: unset;
}

mark {
  background-color: transparent;
}

/**font size*********/
/**font weight*********/
/**カラー*********/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP";
  background-color: #000;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: justify;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: ease 0.3s;
  color: inherit;
  /*  &:hover {
       opacity: 0.8;
   } */
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

.c-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.c-logo {
  max-width: 150px;
  width: 100%;
  position: relative;
  z-index: 100000;
}
.c-logo a {
  display: block;
}

.c-fuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.c-navigation {
  max-width: 610px;
  width: 100%;
  font-size: 14px;
}
.c-navigation__list {
  gap: 40px;
}

/****** TOPへ戻るボタン ******/
#topBtn {
  width: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 777;
}
@media screen and (max-width: 768px) {
  #topBtn {
    width: 50px;
    right: 0;
    bottom: 40px;
  }
}

/************ FVタイトル ***********/
.c-titlePost {
  width: fit-content;
  color: #fff;
  font-size: clamp(1rem, 0.133rem + 3.7vw, 2.5rem);
}

/** パンクズリスト **/
.c-bread {
  width: 100%;
  margin: 50px auto 0 !important;
}
.c-bread__list {
  width: fit-content;
  justify-content: flex-start;
  gap: 6px;
}
.c-bread__item {
  font-size: 12px;
}
.c-bread__item a {
  display: block;
}
.c-bread__item img {
  vertical-align: middle;
}
.c-bread__item__icon {
  margin-right: 4px;
}

.c-pagenation {
  max-width: fit-content;
  margin: 40px auto 0;
  font-size: 14px;
}
.c-pagenation .current {
  padding: 0 4px;
  background-color: #a71a1c;
}

.home {
  /* .p-fv{
      width: 100%;
      height: 768px;
      margin: 0;
      background-image: url(../images/img-fv_top.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom center;
      position: relative;

      @media screen and (max-width: 480px) {
           height: 600px;
          }

      &__inner {
          height: 100%;
          padding: 0 10%;

          &__content {
              margin-top: 40px;
          }
      }


      &__object {
          position: absolute;
          bottom: -10%;
      }
  } */
}

/* @use "news";
@use "plan";
@use "hall";
@use "case"; */
.page-template-page-menu .p-fv {
  width: 100%;
  height: 480px;
  margin: 0;
  background-image: url(../images/img-fv_menu.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 4px solid #a71a1c;
}
.page-template-page-menu .p-fv__inner {
  justify-content: center;
  height: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.page-template-page-menu .p-fv__title {
  width: 100%;
  margin: auto;
  position: relative;
}
.page-template-page-menu .p-fv__title__main {
  max-width: 370px;
  width: 100%;
  margin: auto;
}
.page-template-page-menu .p-fv__title__sub {
  max-width: 430px;
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  transform: rotate(-7deg);
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page-template-page-menu .p-fv__title__sub {
    top: -70px;
  }
}

.page-template-page-menu .p-main {
  padding-top: clamp(3.125rem, 2.403rem + 3.08vw, 4.375rem);
}

.single-news .p-fv {
  width: 100%;
  height: 480px;
  margin: 0;
  background-image: url(../images/img-back_footer.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 4px solid #a71a1c;
}
.single-news .p-fv__inner {
  justify-content: center;
  height: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.single-news .p-fv__titlePost {
  color: #fff;
  font-size: clamp(1rem, 0.133rem + 3.7vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .single-news .p-fv {
    height: 30vh;
  }
}

.single-news .p-main {
  padding-top: clamp(3.125rem, 2.403rem + 3.08vw, 4.375rem);
  padding-bottom: clamp(3.75rem, 1.583rem + 9.24vw, 7.5rem);
}

.archive .p-fv {
  width: 100%;
  height: 480px;
  margin: 0;
  background-image: url(../images/img-fv_archive.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 4px solid #a71a1c;
}
.archive .p-fv__inner {
  justify-content: center;
  height: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.archive .p-fv__title {
  width: 100%;
  margin: auto;
  position: relative;
}
.archive .p-fv__title__main {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .archive .p-fv {
    height: 30vh;
  }
}

.archive .p-main {
  padding-top: clamp(3.125rem, 2.403rem + 3.08vw, 4.375rem);
}
.archive .post-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.817rem + 1.85vw, 2rem);
}
.archive .post-list__item {
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  gap: 12px;
}
.archive .post-list__item span {
  font-size: 12px;
}
.archive .post-list__item h4 {
  font-size: 14px;
}

.u-letter {
  letter-spacing: 5px;
  font-size: clamp(1.375rem, 1.231rem + 0.62vw, 1.625rem);
  line-height: 1.5;
}

.l-footer {
  width: 100%;
  height: auto;
  border-top: solid 4px #a71a1c;
  background-image: url(../images/img-back_footer.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 60px;
}
.l-footer__top {
  width: fit-content;
  margin: 0 auto;
}
.l-footer__top__logo {
  max-width: 235px;
  width: 100%;
}
.l-footer__bottom {
  padding: 40px 0 clamp(2.5rem, 0.333rem + 9.24vw, 6.25rem);
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    gap: 60px;
  }
}
.l-footer__data {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .l-footer__data {
    width: 100%;
  }
}
.l-footer__data__term {
  font-size: clamp(1rem, 0.856rem + 0.62vw, 1.25rem);
  padding-bottom: 6px;
  margin-bottom: 14px;
  border-bottom: 1px solid #a71a1c;
}
.l-footer__data__term span {
  font-size: 12px;
}
.l-footer__data__desc {
  font-size: 14px;
  margin-bottom: 14px;
}
.l-footer__data__desc:last-child {
  margin-bottom: 0;
}
.l-footer__data__desc a {
  text-decoration: underline;
}
.l-footer__navArea {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l-footer__navArea {
    width: 100%;
  }
}
.l-footer__navArea .c-navigation__list {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__navArea .c-navigation__list {
    justify-content: center;
  }
}
.l-footer small {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    text-align: center;
  }
}

.l-header,
.l-headerSp {
  width: 100%;
  margin: 0;
  padding: 36px;
  position: fixed;
}

.l-header {
  top: 0px;
  left: 0;
  z-index: 1000;
  transition: ease-in-out 0.4s;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .l-header {
    display: none;
  }
}
.l-header__newsWrap {
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-header__newsWrap {
    display: none;
  }
}
.l-header__newsWrap__title {
  font-size: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
.l-header__newsWrap__inner {
  font-size: 12px;
  letter-spacing: 0.5px;
}
.l-header__newsWrap__inner a {
  flex-wrap: nowrap;
  padding-top: 4px;
}

.l-headerSp {
  padding: 16px;
  max-width: 100%;
  z-index: 8888;
  top: 0;
  left: 0;
}
.l-headerSp .c-logo {
  max-width: 150px;
}
@media screen and (min-width: 1024px) {
  .l-headerSp {
    display: none;
  }
}
.l-headerSp__wrap {
  position: fixed;
  width: 100%;
  padding: 0 20px;
  z-index: 7000;
  top: 100px;
  width: 100%;
  right: -100%;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.l-headerSp__wrap.active {
  display: block;
  right: 0;
}
.l-headerSp .c-navigation {
  margin-top: 10vh;
}
.l-headerSp .c-navigation__list {
  flex-direction: column;
}
.l-headerSp__wrap__tel {
  position: relative;
  height: 100px;
  max-width: 300px;
  width: 100%;
  margin: 60px auto 0;
  background-image: url(../images/img-btn01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 10px;
}
.l-headerSp__wrap__tel a {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l-headerSp__wrap__tel a span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.l-headerSp__wrap__tel a span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-phone_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}

#container::before {
  content: "";
  position: fixed;
  display: block;
  height: 100vh;
  width: 100%;
  top: 0px;
  right: -100%;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.9);
  transition: ease-in-out 0.5s;
}

#container.active::before {
  right: 0;
  display: block;
}

.hammenu {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 10px;
}

.hammenu span {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #a71a1c;
  position: absolute;
}

.hammenu span:nth-child(1) {
  top: 24px;
  left: 20px;
}

.hammenu span:nth-child(2) {
  top: 30px;
  right: 18px;
}

.hammenu span:nth-child(3) {
  top: 36px;
  right: 18px;
}

span.active:nth-child(1) {
  top: 29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

span.active:nth-child(2) {
  right: -2%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0;
}

span.active:nth-child(3) {
  bottom: 29px;
  width: 22px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: unset;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.l-main {
  padding-bottom: clamp(5rem, 3.194rem + 7.7vw, 8.125rem);
  overflow: hidden;
}

.l-wrap {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}