@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSansJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSansJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSerifJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUS2-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUS2-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUSRounded1c-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUSRounded1c-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/Roboto-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/Roboto-Bold.woff2) format("woff2");
  font-display: swap;
}
/* ↓ アニメーションの定義 -------*/
@keyframes scroll-btn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@keyframes leaf-move {
  from {
    transform: rotate(7.5deg);
  }
  to {
    transform: rotate(-7.5deg);
  }
}
.js-observe,
.js-observeShort {
  opacity: 0;
}

.fadeIn {
  animation: fadeIn 3s ease 0s both 1 normal;
}

.fadeInRight {
  animation: fadeInRight 1.5s ease 0s both 1 normal;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s ease 0s both 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp0 {
  animation: fadeInUp0 1.25s ease 0s both 1 normal;
}

.fadeInUp1 {
  animation: fadeInUp1 1.25s ease 0.5s both 1 normal;
}

.fadeInUp2 {
  animation: fadeInUp2 1.25s ease 1s both 1 normal;
}

.fadeInUp3 {
  animation: fadeInUp3 1.25s ease 1.5s both 1 normal;
}

.fadeInUp4 {
  animation: fadeInUp4 1.25s ease 2s both 1 normal;
}

.fadeInUp5 {
  animation: fadeInUp5 1.25s ease 2.5s both 1 normal;
}

@keyframes fadeInUp0 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp4 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* ↓ インナーの定義 -------*/
.w1200 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.w1093 {
  width: 1093px;
  max-width: 80%;
  margin: 0 auto;
}

.w1080 {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

.w890 {
  width: 890px;
  max-width: 75%;
  margin: 0 auto;
}

.w850 {
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
}

.w555 {
  width: 555px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .w555 {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .w555 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sw100 {
    width: 100%;
    max-width: 100%;
  }
  .sw98 {
    max-width: 98%;
  }
  .sw92 {
    max-width: 92%;
  }
  .sw88 {
    max-width: 88%;
  }
  .sw82 {
    max-width: 82%;
  }
}
html {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.266675vw;
  }
}

body {
  font-family: "Noto Sans JP";
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.05rem;
}

img {
  backface-visibility: hidden;
}

.pcmode {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcmode {
    display: none !important;
  }
}

.spmode {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spmode {
    display: block !important;
  }
}

/*----------- facilities -----------*/
.ttlSec.ttlSec--facilities img {
  right: -8rem;
}
@media screen and (max-width: 768px) {
  .ttlSec.ttlSec--facilities img {
    right: -1rem;
    bottom: -6.5rem;
    height: 4.5rem;
  }
}

.facilitiesSec {
  padding: 2rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .facilitiesSec {
    padding: 1rem 0 3rem;
  }
}
.facilitiesSec__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
}
.facilitiesSec__list {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .facilitiesSec__list {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .facilitiesSec__list {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .facilitiesSec__list {
    font-size: 1.1249978027rem;
  }
}
@media screen and (max-width: 1300px) {
  .facilitiesSec__list {
    gap: 2rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .facilitiesSec__list {
    gap: 1rem;
  }
}
.facilitiesSec__list li {
  width: calc(100% - 23rem);
}
@media screen and (max-width: 1300px) {
  .facilitiesSec__list li {
    width: calc(100% - 21.5rem);
  }
}
@media screen and (max-width: 768px) {
  .facilitiesSec__list li {
    width: 100% !important;
  }
}
.facilitiesSec__list li:nth-child(2n+1) {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .facilitiesSec__list li:nth-child(2n+1) {
    display: flex;
    gap: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .facilitiesSec__list li:nth-child(2n) {
    margin-bottom: 2.5rem;
  }
}
.facilitiesSec__list li span {
  color: #9e2b25;
}
.facilitiesSec__list li h3 {
  margin-bottom: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .facilitiesSec__list li h3 {
    margin-bottom: 0.2rem;
  }
}
.facilitiesSec__list li h4 {
  display: flex;
  margin-bottom: 0.5rem;
}
.facilitiesSec__list li p {
  text-decoration: none;
  pointer-events: none;
}
.facilitiesSec__list li p {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .facilitiesSec__list li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .facilitiesSec__list li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .facilitiesSec__list li p {
    font-size: 0.9999980469rem;
  }
}
.facilitiesSec__list li img {
  display: block;
  width: 100%;
}
.facilitiesSec__map {
  display: block;
  width: 75%;
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .facilitiesSec__map {
    width: 100%;
    margin: 0 auto;
  }
}
