@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300..500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..500&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #000;
  background-image: url(../images/bg.jpg);
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
  }
}

@media (min-width: 769px) {
  .wrap {
    width: 1000px;
    margin: auto;
  }
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
  transition: 0.3s ease-in-out;
}
a:hover, a:active {
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.fo-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.color-white {
  color: #fff !important;
}

.color-gray {
  color: #6e6e6e !important;
}

.color-gold {
  color: #8d6b2e;
}

.color-red {
  color: #a12629;
}

.bg-gray {
  background-color: #777;
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: #a12629;
}

.bg-light-red {
  background-color: rgba(208, 146, 148, 0.8);
}

.bg-opacity-red {
  background-color: rgba(161, 38, 41, 0.8);
}

.underline {
  text-decoration: underline;
}

.fo-small {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .fo-small {
    font-size: 1.2rem;
  }
}

.fs-small {
  font-size: 1.2rem;
}

.fs-normal {
  font-size: 1.6rem;
}

.fs-medium {
  font-size: 1.8rem;
}

.fs-large {
  font-size: 2rem;
}

.fs-xlarge {
  font-size: 2.2rem;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-bold {
  font-weight: 700;
}

.lh-tight {
  line-height: 1.2;
}

.lh-normal {
  line-height: 1.4;
}

.lh-loose {
  line-height: 1.8;
}

.mt-0 {
  margin-top: 0px;
}

.pt-0 {
  padding-top: 0px !important;
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px !important;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px !important;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px !important;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px !important;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px !important;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px !important;
}

.mt-60 {
  margin-top: 60px;
}

.pt-60 {
  padding-top: 60px !important;
}

.mt-70 {
  margin-top: 70px;
}

.pt-70 {
  padding-top: 70px !important;
}

.mt-80 {
  margin-top: 80px;
}

.pt-80 {
  padding-top: 80px !important;
}

.mt-90 {
  margin-top: 90px;
}

.pt-90 {
  padding-top: 90px !important;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px !important;
}

.mr-0 {
  margin-right: 0px;
}

.pr-0 {
  padding-right: 0px !important;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px !important;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px !important;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px !important;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px !important;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px !important;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px !important;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px !important;
}

.mr-60 {
  margin-right: 60px;
}

.pr-60 {
  padding-right: 60px !important;
}

.mr-70 {
  margin-right: 70px;
}

.pr-70 {
  padding-right: 70px !important;
}

.mr-80 {
  margin-right: 80px;
}

.pr-80 {
  padding-right: 80px !important;
}

.mr-90 {
  margin-right: 90px;
}

.pr-90 {
  padding-right: 90px !important;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ml-0 {
  margin-left: 0px;
}

.pl-0 {
  padding-left: 0px !important;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px !important;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px !important;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px !important;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px !important;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px !important;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px !important;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px !important;
}

.ml-60 {
  margin-left: 60px;
}

.pl-60 {
  padding-left: 60px !important;
}

.ml-70 {
  margin-left: 70px;
}

.pl-70 {
  padding-left: 70px !important;
}

.ml-80 {
  margin-left: 80px;
}

.pl-80 {
  padding-left: 80px !important;
}

.ml-90 {
  margin-left: 90px;
}

.pl-90 {
  padding-left: 90px !important;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px !important;
}

.m-0, .p-0 {
  margin: 0px;
  padding: 0px;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.m-5, .p-5 {
  margin: 5px;
  padding: 5px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-10, .p-10 {
  margin: 10px;
  padding: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-15, .p-15 {
  margin: 15px;
  padding: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-20, .p-20 {
  margin: 20px;
  padding: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-25, .p-25 {
  margin: 25px;
  padding: 25px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-30, .p-30 {
  margin: 30px;
  padding: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-40, .p-40 {
  margin: 40px;
  padding: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-50, .p-50 {
  margin: 50px;
  padding: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-60, .p-60 {
  margin: 60px;
  padding: 60px;
}

.m-60 {
  margin: 60px;
}

.p-60 {
  padding: 60px;
}

.m-70, .p-70 {
  margin: 70px;
  padding: 70px;
}

.m-70 {
  margin: 70px;
}

.p-70 {
  padding: 70px;
}

.m-80, .p-80 {
  margin: 80px;
  padding: 80px;
}

.m-80 {
  margin: 80px;
}

.p-80 {
  padding: 80px;
}

.m-90, .p-90 {
  margin: 90px;
  padding: 90px;
}

.m-90 {
  margin: 90px;
}

.p-90 {
  padding: 90px;
}

.m-100, .p-100 {
  margin: 100px;
  padding: 100px;
}

.m-100 {
  margin: 100px;
}

.p-100 {
  padding: 100px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

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

.justify-content-flex-start {
  justify-content: flex-start;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-space-around {
  justify-content: space-around;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

@media (min-width: 1024px) {
  .flex-pc {
    display: flex;
  }
  .flex-column-pc {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .flex-sp {
    display: flex;
  }
  .flex-column-sp {
    display: flex;
    flex-direction: column;
  }
}
/* スクロールしてふわっと表示 */
.animated {
  will-change: transform;
}

.fadein {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: all 1s;
}

.fadeinleft {
  opacity: 0;
  transform: translateX(30px);
  transition: all 1s;
}

.fadeinright {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 1s;
}

.fadeinbottom {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s;
}

.fadeinbig {
  opacity: 0;
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 1s;
}

.fadein.scrollin,
.fadeinleft.scrollin,
.fadeinright.scrollin,
.fadeinbottom.scrollin,
.fadeinbig.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinright {
  transition: 1s all cubic-bezier(0.65, 0.05, 0.36, 1);
  clip-path: inset(0 100% 0 0);
}

.fadeinright.scrollin {
  clip-path: inset(0 0 0 0);
}

.l-header {
  display: flex;
  justify-content: space-between;
  padding: 50px 240px 50px 35px;
}
@media (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 89;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 768px) {
  .l-header__logo img {
    width: 171px;
  }
}
@media (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: flex;
}
@media (min-width: 769px) {
  .l-header__nav ul li {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.l-header__nav ul li {
  padding-top: 16px;
  background-image: url(../images/icon_triangle_down.png);
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: top center;
}

.c-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.c-menu a {
  display: block;
  color: #fff;
  margin-bottom: 0.5rem;
}
.c-menu ul {
  width: 100%;
  padding: 1.5rem 4.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .c-menu ul {
    padding: 15px;
  }
}
.c-menu ul li {
  font-weight: 300;
}
.c-menu ul li span {
  display: inline-block;
  font-size: 0.8rem;
  padding-bottom: 3px;
  vertical-align: middle;
}
.c-menu__close {
  position: absolute;
  top: 1.5rem;
  right: 3rem;
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 768px) {
  .c-menu__close {
    top: 0;
    right: 15px;
  }
}
.c-menu__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 769px) {
  .c-menu__inner {
    max-width: 440px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .c-menu__inner {
    padding: 15px;
  }
}
.c-menu__inner > a {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .c-menu__inner > a {
    font-size: 1.6rem;
  }
}
.c-menu__contact {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  margin-top: 3rem;
  font-size: 2rem !important;
  color: #a12629 !important;
  background-color: #fff;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .c-menu__contact {
    font-size: 1.6rem !important;
    padding: 10px;
    margin-top: 15px;
    line-height: 1.5;
  }
}

.c-menu-button {
  position: fixed;
  top: 50px;
  right: 100px;
  display: flex;
  height: 100px;
  width: 100px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-menu-button {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
}

.c-contact-button {
  position: fixed;
  top: 50px;
  right: 0;
  display: flex;
  height: 100px;
  width: 100px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  cursor: pointer;
}

.c-close {
  position: fixed;
  top: 40px;
  right: 30px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-close {
    top: 15px;
    right: 15px;
  }
}
.c-close span,
.c-close span:before,
.c-close span:after {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background-color: #12394D;
  position: absolute;
  transition: 0.3s ease-in-out;
}
.c-close span:before {
  bottom: 12px;
}
.c-close span:after {
  top: 12px;
}
.c-close.active span {
  background-color: rgba(255, 255, 255, 0);
}
.c-close.active span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.c-close.active span::after {
  top: 0;
  transform: rotate(-45deg);
}

.l-footer__content {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .l-footer__content {
    padding: 30px 15px;
  }
}
@media (min-width: 769px) {
  .l-footer__content__inner {
    display: flex;
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .l-footer__content__inner {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .l-footer__content__title {
    width: 220px;
    margin: 0 auto 20px;
  }
}
.l-footer__content__right {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .l-footer__content__right .fo-noto-sans {
    font-size: 1.2rem;
  }
}
.l-footer__content .tel {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .l-footer__content .tel {
    font-size: 2.8rem;
  }
}
.l-footer__map {
  width: 100%;
  height: 80rem;
  border: 0;
}
@media (max-width: 768px) {
  .l-footer__map {
    height: 50rem;
  }
}
.l-footer__copyright {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #6e6e6e;
  padding: 1rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}

.l-main__ttl {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  color: #6e6e6e;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .l-main__ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.p-top__title {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .p-top__title {
    padding: 65px 15px;
  }
}
.p-top__title h3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #8d6b2e;
}
@media (max-width: 768px) {
  .p-top__title h3 {
    font-size: 1.8rem;
  }
}
.p-top__title p {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .p-top__inner {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__inner__title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  color: #6e6e6e;
}
@media (min-width: 769px) {
  .p-top__inner__title {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.p-top__inner__title {
  text-shadow: 1.286px 1.532px 9.8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .p-top__inner__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .p-top__inner__content {
    width: calc(100% - 200px);
  }
}
@media (min-width: 769px) {
  .p-top__mv {
    padding: 100px 0 180px;
  }
}
@media (max-width: 768px) {
  .p-top__mv {
    position: relative;
  }
}
.p-top__mv__title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #6e6e6e;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .p-top__mv__title {
    position: absolute;
    top: 11rem;
    left: 15px;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
    z-index: 1;
  }
}
.p-top__mv__logo {
  position: relative;
  height: 10rem;
}
.p-top__mv__logo img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top__mv__slide {
  width: 100vw;
  display: flex;
  overflow: hidden;
}
.p-top__mv__slide img {
  width: auto;
  height: 590px;
  max-width: none;
}
.p-top__mv__slide img:first-child {
  animation: loop 100s -50s linear infinite;
}
.p-top__mv__slide img:last-child {
  animation: loop2 100s linear infinite;
}
.p-top__mv__sp {
  width: 100%;
}
.p-top__news {
  padding: 60px 0 30px;
}
@media (max-width: 768px) {
  .p-top__news {
    padding: 50px 0;
  }
}
@media (min-width: 769px) {
  .p-top__news__inner {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__news__title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 769px) {
  .p-top__news__title {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.p-top__news__title {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .p-top__news__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .p-top__news__list {
    display: flex;
    gap: 30px;
    width: 870px;
  }
  .p-top__news__list.has-two {
    width: 580px;
  }
  .p-top__news__list.has-one {
    width: 100%;
  }
  .p-top__news__list li {
    width: 69%;
  }
  .p-top__news__list {
    padding: 0 15px;
  }
}
@media (min-width: 769px) {
  .p-top__news__scroll {
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .p-top__news__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-top__news__scroll::-webkit-scrollbar {
    display: none;
  }
}
.p-top__news__item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .p-top__news__item {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.p-top__news__item__image {
  width: 150px;
  height: 100px;
}
@media (max-width: 768px) {
  .p-top__news__item__image {
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
  }
}
.p-top__news__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__news__item__content span {
  display: block;
}
.p-top__news__item__content__date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .p-top__news__item__content__date {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-top__news__item__content__title {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-top__news__item__content__title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-top__news__more {
  text-align: right;
}
@media (max-width: 768px) {
  .p-top__news__more {
    display: block;
    text-align: center;
    width: 200px;
    padding: 5px 0;
    margin: 50px auto 0;
    background-color: #fff;
    border-radius: 30px;
  }
  .p-top__news__more a {
    color: #6e6e6e !important;
  }
}
.p-top__news__more span {
  font-size: 0.8rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-top__news__more span {
    display: none;
  }
}
.p-top__facility .capacity-list {
  display: flex;
  gap: 10px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-top__facility .capacity-list {
    font-size: 1.2rem;
  }
}
.p-top__facility .capacity-list li {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .p-top__facility .capacity-list li {
    padding: 0 10px;
  }
}
.p-top__facility .capacity-list li span {
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .p-top__facility .capacity-list li span {
    font-size: 0.6rem;
  }
}
.p-top__facility__list {
  margin-bottom: 80px !important;
}
.p-top__facility__list li {
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-top__facility__list li.active, .p-top__facility__list li:hover {
  background-color: #000;
  color: #fff;
}
.p-top__facility__list__select {
  text-align: center;
  margin-bottom: 50px;
}
.p-top__facility__item {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .p-top__facility__item {
    margin-bottom: 60px;
  }
}
.p-top__facility__item__image {
  width: 250px;
}
.p-top__facility__item__content {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-top__facility__item__content {
    padding: 0 15px;
  }
}
@media (min-width: 769px) {
  .p-top__facility__item__content.has-image {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .p-top__facility__item__content.has-image .p-top__facility__item__content__info {
    width: calc(100% - 250px);
  }
}
.p-top__facility__item__content__info .title {
  font-size: 4rem;
  color: #6e6e6e;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .p-top__facility__item__content__info .title {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-top__facility__item__content__info .title-sp {
    font-size: 2.4rem;
    text-align: right;
    color: #6e6e6e;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.p-top__facility__item__content__info .catch {
  font-size: 2.4rem;
  color: #a12629;
}
@media (max-width: 768px) {
  .p-top__facility__item__content__info .catch {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .p-top__facility__item__content__info .fo-small {
    margin-bottom: 10px;
  }
}
.p-top__facility__botan {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-top__facility__botan {
    padding: 0 15px;
  }
}
.p-top__facility__botan h4 {
  font-size: 3rem;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-top__facility__botan h4 {
    font-size: 1.4rem;
  }
}
.p-top__bridge img {
  width: 100%;
}
.p-top__food__chef {
  border: 5px solid #8d6b2e;
  padding: 35px 40px;
}
@media (max-width: 768px) {
  .p-top__food__chef {
    border-width: 3px;
    padding: 10px;
    margin: 0 15px;
  }
}
.p-top__food__chef h4 {
  font-size: 2.4rem;
  margin: 2rem auto;
}
@media (max-width: 768px) {
  .p-top__food__chef h4 {
    font-size: 1.6rem;
    margin: 2.5rem auto 1rem;
  }
}
@media (max-width: 768px) {
  .p-top__food__chef img {
    width: 100%;
  }
}
.p-top__contact {
  padding: 150px 0 200px;
}
@media (max-width: 768px) {
  .p-top__contact {
    padding: 80px 0;
  }
}
.p-top__contact__inner {
  padding: 60px;
}
@media (max-width: 768px) {
  .p-top__contact__inner {
    padding: 30px 15px;
  }
}
.p-top__contact__head {
  color: #6e6e6e;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-top__contact__head {
    padding-bottom: 40px;
  }
}
.p-top__contact__head h3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-top__contact__head h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-top__contact__head .fo-small {
    text-align: left;
  }
}
.p-top__contact__tel {
  font-size: 4rem;
  font-weight: 300;
  color: #a12629;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-top__contact__tel {
    font-size: 2.4rem;
  }
}
.p-top__contact__form {
  color: #6e6e6e;
}
.p-top__contact__form table {
  width: 100%;
}
.p-top__contact__form table tr {
  border-top: 1px solid #6e6e6e;
}
.p-top__contact__form table tr:last-child {
  border-bottom: 1px solid #6e6e6e;
}
.p-top__contact__form table th, .p-top__contact__form table td {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .p-top__contact__form table th, .p-top__contact__form table td {
    display: block;
    width: 100%;
    padding: 2rem 0;
  }
}
.p-top__contact__form table th {
  width: 20rem;
}
@media (max-width: 768px) {
  .p-top__contact__form table th {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-top__contact__form table th .required::after {
  content: " *";
  color: #a12629;
}
.p-top__contact__form input:focus,
.p-top__contact__form textarea:focus {
  outline: none;
}
.p-top__contact__form ::-moz-placeholder {
  opacity: 0.5;
}
.p-top__contact__form ::placeholder {
  opacity: 0.5;
}
.p-top__contact__form input[name=your-people] {
  width: 80px;
}
.p-top__contact__form .wpcf7-form-control-wrap[data-name=your-time] {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.p-top__contact__form .wpcf7-form-control-wrap[data-name=your-time]::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.p-top__contact__form .wpcf7-form-control-wrap[data-name=your-time] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.p-top__contact__form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-top__contact__form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.p-top__contact__form .form-submit {
  text-align: center;
  margin-top: 30px;
}
.p-top__contact__form .form-submit input[type=submit] {
  width: 400px;
  height: 60px;
  background-color: #a12629;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .p-top__contact__form .form-submit input[type=submit] {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
  }
}
.p-top__contact__form .form-submit input[type=submit]:hover {
  opacity: 0.8;
}

.p-news {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .p-news {
    padding: 150px 0 80px;
  }
}
@media (min-width: 769px) {
  .p-news__inner {
    max-width: 840px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-news__inner {
    padding: 0 15px;
  }
}
.p-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-news__list {
    gap: 10px;
  }
}
.p-news__item {
  width: calc(33.33% - 20px);
  margin-bottom: 60px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-news__item {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }
}
.p-news__item__image {
  height: 160px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-news__item__image {
    height: 120px;
  }
}
.p-news__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-news__item__content span {
  display: block;
}
.p-news__item__content__date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #6e6e6e;
}
.p-news__item__content__title {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-news__item__content__title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-news__pagination {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-news__pagination {
    margin-top: 40px;
  }
}

.p-single {
  padding: 50px 0 150px;
}
@media (max-width: 768px) {
  .p-single {
    padding: 150px 0 80px;
  }
  .p-single .p-news__inner {
    padding: 0 15px;
  }
}
.p-single__ttl {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-single__ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.p-single__logo {
  width: 100%;
  margin-bottom: 40px;
}
.p-single__content {
  line-height: 1.6;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-single__content {
    margin-bottom: 40px;
  }
}
.p-single__content .wp-block-image {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-single__content .wp-block-image {
    margin-bottom: 20px;
  }
}
.p-single__content .wp-block-column .wp-block-image {
  margin-bottom: 0;
}
.p-single__content h2.wp-block-heading {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #6e6e6e;
}
@media (max-width: 768px) {
  .p-single__content h2.wp-block-heading {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.p-single__content p {
  margin-bottom: 60px;
}
.p-single__btn {
  text-align: center;
}
.p-single__btn a {
  display: inline-block;
  padding: 10px 50px;
  background-color: #a12629;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.p-single__btn a:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */
