@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  background-color: #f5f4ea;
  color: #111;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
}

body.hidden {
  overflow: hidden;
}

main {
  flex: 1;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-inline: auto;
  padding-inline: 1.5625rem;
  width: min(100%, 71.875rem);
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #d9d9d9;
  color: #111;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-cat {
  background-color: #003c8c;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003c8c;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #111, #111);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #111;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #111;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #111;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link {
  background-color: #ef6921;
  border: 0.125rem solid #ef6921;
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.15625rem;
  text-align: center;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  width: 10.625rem;
}
.c-link--large {
  font-size: 1rem;
  padding: 1.5625rem;
  position: relative;
  width: 17.5rem;
}

.c-link--large::after {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 2rem;
  rotate: 45deg;
  top: 50%;
  transition: border-color 0.3s ease-out;
  translate: 0 -50%;
  width: 0.5rem;
}
.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #d9d9d9;
  color: #111;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-title--center {
  text-align: center;
}

.c-title__sub {
  color: #ef6921;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}

.c-title__main {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 1rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.p-drawer {
  background-color: #f5f4ea;
  display: none;
  height: 100vh;
  inset: 0;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 50;
}

.p-drawer__items {
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  padding-inline: 2.3125rem;
}

.p-drawer__link {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-block: 1.5rem;
  position: relative;
  transition: color 0.3s ease-out;
}
.p-drawer__link::after {
  background: url(../images/sp/top/dot-line.svg) no-repeat center/100%;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.p-drawer__item--tel {
  margin-top: 1.25rem;
}

.p-drawer__link--tel {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.p-drawer__link--tel::after {
  display: none;
}

.p-drawer__tel {
  display: block;
  max-width: 1.4375rem;
  width: 100%;
}
.p-drawer__tel img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-drawer__tel-text {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-facilities {
  padding-bottom: 10rem;
  padding-top: 7.5rem;
}

.p-facilities__list {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
}

.p-facilities__img {
  border-radius: 1.25rem;
  display: block;
  max-width: 21.5625rem;
  overflow: hidden;
  width: 100%;
}
.p-facilities__img img {
  -o-object-fit: cover;
  aspect-ratio: 345/244;
  height: auto;
  object-fit: cover;
  transition: scale 0.5s ease;
  width: 100%;
}
.p-facilities__body {
  margin-top: 1rem;
  transition: opacity 0.5s ease;
}

.p-facilities__meta {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.p-facilities__icon {
  display: block;
  max-width: 1.1875rem;
  width: 100%;
}
.p-facilities__icon img {
  -o-object-fit: cover;
  aspect-ratio: 19/24;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-facilities__head {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-facilities__text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.25rem;
}

.p-facility {
  padding-bottom: 10rem;
  padding-top: 12.5rem;
}

.p-facility__container {
  margin-inline: auto;
  max-width: 63.5rem;
  position: relative;
}

.p-facility__head {
  margin-inline: auto;
  max-width: 60rem;
}

.p-facility__head-read {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.p-facility__head-title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 1rem;
}

.p-facility__head-info {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 100vmax;
  color: #666;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 2rem;
  padding: 0.6875rem 1.4375rem;
}

.p-facility__main-swiper {
  margin-top: 3.0625rem;
}

.p-facility__img {
  border-radius: 1.25rem;
  display: block;
  margin-inline: auto;
  max-width: 60rem;
  overflow: hidden;
  width: 100%;
}
.p-facility__img img {
  -o-object-fit: cover;
  aspect-ratio: 960/593;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-facility__thumbnail-swiper {
  margin-top: 1rem;
  max-width: 60rem;
}

.p-facility__thumbnail-swiper .swiper-slide {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  width: 25%;
}
.p-facility__thumbnail-swiper .p-facility__img {
  border-radius: 0.9375rem;
  display: block;
  max-width: 14.25rem;
  overflow: hidden;
  width: 100%;
}
.p-facility__thumbnail-swiper .p-facility__img img {
  -o-object-fit: cover;
  aspect-ratio: 228/162;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 前へ次への矢印カスタマイズ */
.button-prev,
.button-next {
  cursor: pointer;
  height: 3.5rem;
  pointer-events: all;
  position: absolute;
  top: 53.4375rem;
  width: 3.5rem;
  z-index: 2;
}

.button-prev {
  left: -0.125rem;
}

.button-next {
  right: -0.125rem;
}

/* 前へ次への矢印カスタマイズ */
.button-prev:after,
.button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.5rem;
  margin: auto;
  position: absolute;
  width: 3.5rem;
}

/* 前への矢印カスタマイズ */
.button-prev:after {
  background-image: url(../images/pc/facilities/prev.svg);
}

/* 次への矢印カスタマイズ */
.button-next:after {
  background-image: url(../images/pc/facilities/next.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.button .swiper-button-lock {
  display: block;
}

.p-facility__list {
  margin-inline: auto;
  margin-top: 6.25rem;
  max-width: 60rem;
}

.p-facility__item {
  border-bottom: 1px solid #bbb;
  padding-bottom: 3.9375rem;
}
.p-facility__item + .p-facility__item {
  margin-top: 4rem;
}

.p-facility__item-title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-facility__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.5rem;
}

.p-facility__button {
  margin-top: 4rem;
  text-align: center;
}

.p-footer {
  border-top: 1px solid #bbb;
  padding-block: 1.25rem;
  position: relative;
}

.p-footer__list {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-footer__link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.25rem;
  transition: opacity 0.3s ease-out;
}
.p-footer__illust {
  display: block;
  max-width: 9.75rem;
  position: absolute;
  right: calc(50% - 38.5625rem);
  top: -9.1875rem;
  width: 100%;
}
.p-footer__illust img {
  -o-object-fit: cover;
  aspect-ratio: 156/190;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-hamburger {
  display: none;
}

.p-hamburger span {
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  border-radius: 100vmax;
  display: block;
  height: 0.125rem;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 0.875rem;
}

.p-hamburger span:nth-of-type(1) {
  top: -0.1875rem;
}

.p-hamburger span:nth-of-type(2) {
  top: 0rem;
}

.p-hamburger span:nth-of-type(3) {
  top: 0.1875rem;
}

.p-hamburger.is-open span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(37deg);
  top: 0.125rem;
  transform: translateX(-50%) rotate(37deg);
  width: 1.125rem;
}

.p-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger.is-open span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-37deg);
  top: -0.125rem;
  transform: translateX(-50%) rotate(-37deg);
  width: 1.125rem;
}

.p-header {
  background-color: #f5f4ea;
  height: 7.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  padding-inline: 3.75rem;
}

.p-header__title-link {
  align-items: center;
  display: flex;
  gap: 1rem;
  line-height: 1;
  transition: opacity 0.3s ease-out;
}
.p-header__title-main {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.p-header__title-sub {
  font-size: 1rem;
  font-weight: 500;
}

.p-header__nav {
  height: inherit;
  margin-left: auto;
}

.p-header__items {
  align-items: center;
  display: flex;
  height: inherit;
}

.p-header__item {
  align-items: center;
  display: flex;
  height: inherit;
}

.p-header__link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  padding-inline: 1.25rem;
  transition: opacity 0.3s ease-out;
}
.p-header__link--tel {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding-left: 2.75rem;
  padding-right: 1.5rem;
}
.p-header__tel {
  display: block;
  max-width: 1.4375rem;
  width: 100%;
}
.p-header__tel img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-header__tel-text {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #feaebb;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-mv {
  padding-block: 7.5rem;
  position: relative;
}

.p-mv__box {
  align-items: center;
  display: flex;
  gap: 4.4444444444%;
  gap: 4rem;
  padding-left: 6.25rem;
  padding-right: 3.75rem;
}

.p-mv__text-box {
  flex: 1;
  margin-top: -8.25rem;
  max-width: 25.125rem;
  transition: opacity 0.3s ease-out;
  width: 27.9166666667%;
}
.p-mv__head {
  color: #ef6921;
}

.p-mv__read {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

.p-mv__number {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.5rem;
}

.p-mv__title {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 2rem;
}

.p-mv__text {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 100vmax;
  color: #666;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 1.5rem;
  padding: 0.6875rem 1.4375rem;
}

.p-mv__img {
  border-radius: 2.5rem;
  display: block;
  flex: 1;
  overflow: hidden;
  width: 56.5277777778%;
}
.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 814/593;
  height: auto;
  object-fit: cover;
  scale: 1;
  transition: scale 0.6s ease;
  width: 100%;
}
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 0.5rem;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #111;
  height: 0.625rem;
  opacity: 1;
  width: 0.625rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ef6921;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 2.1875rem;
  left: 6.0625rem;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv__illust {
  bottom: 2.375rem;
  display: block;
  max-width: 15rem;
  position: absolute;
  right: 3.75rem;
  width: 100%;
  z-index: 1;
}
.p-mv__illust img {
  -o-object-fit: cover;
  aspect-ratio: 240/213;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/*---------------------------------------------------- */
/* News */
/*---------------------------------------------------- */
.p-news {
  position: relative;
}

.p-news__box {
  background-color: #fff;
  border-radius: 2.5rem;
  display: flex;
  gap: 8.75rem;
  padding: 5rem 4rem;
}
.p-news__box .p-news__body {
	padding: 0;
	margin: 0 auto;
	overflow: auto;
	position: relative;
}
.p-news__box .p-news__body article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-bottom: 1px dotted #dcdcdc;
}
.p-news__meta {
	padding: 0;
	margin: 0;
	align-items: center;
	display: flex;
	gap: 1rem;
}
.p-news__date {
	padding: 0;
	margin: 0;
	color: #666;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}
.p-news__category {
	border: 1px solid #ef6921;
	border-radius: 100vmax;
  color: #ef6921;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.3125rem 0.4375rem;
  text-align: center;
}

.p-news__head {
	padding: 0;
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	/*margin-top: 1.5rem;*/
}
.p-news__text {
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 1.8;
	/*margin-top: 1rem;*/
}

.p-news__illust {
  bottom: -7.5625rem;
  display: block;
  left: calc(50% - 36.8125rem);
  max-width: 7.3125rem;
  position: absolute;
  width: 100%;
}
.p-news__illust img {
  -o-object-fit: cover;
  aspect-ratio: 117/190;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* PC */
@media print, screen and (min-width: 960px) {
	.p-news__box .p-news__body {
		width: 100%;
		height: 400px;
	}
	.p-news__box .p-news__body article {
		padding-bottom: 15px;
		margin-bottom: 20px;
		width: 98%;
	}
	.p-news__date {
		margin-bottom: 10px;
		font-size: 1rem;
	}
	.p-news__head {
		margin-bottom: 12px;
		font-size: 1.25rem;
	}
	.p-news__text {
		font-size: 1rem;
	}
}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 768px) {
	.p-news__box .p-news__body {
		width: 100%;
		height: 350px;
	}
	.p-news__box .p-news__body article {
		padding-bottom: 10px;
		margin-bottom: 15px;
		width: 98%;
	}
	.p-news__date {
		margin-bottom: 10px;
		font-size: 1rem;
	}
	.p-news__head {
		margin-bottom: 12px;
		font-size: 1.25rem;
	}
	.p-news__text {
		font-size: 1rem;
	}
	
}

/*---------------------------------------------------- */
/* pageTop */
/*---------------------------------------------------- */
.p-pageTop {
  bottom: 1.25rem;
  cursor: pointer;
  position: fixed;
  right: 1.25rem;
  z-index: 39;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.75rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}

/*---------------------------------------------------- */
/* Slider */
/*---------------------------------------------------- */
.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

/*---------------------------------------------------- */
/* Slider */
/*---------------------------------------------------- */
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

/*---------------------------------------------------- */
/* pageTop */
/*---------------------------------------------------- */
.p-top {
  background: url("../images/pc/top/bg01.svg") no-repeat left top 8.5%/56.1111111111vw, url("../images/pc/top/bg02.svg") no-repeat right top 85%/56.5972222222vw;
}

.js-fadein {
  -webkit-transform: translateY(6.25rem);
  opacity: 0;
  transform: translateY(6.25rem);
  transition: all 0.5s ease-out;
}

.js-fadein.is-scrollin {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-inlineBlock {
  display: inline-block;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media (width <= 1440px) {
  .p-mv__title {
    font-size: clamp(1.5rem, -0.357rem + 3.869vw, 3.125rem);
  }
}

@media (width <= 1439px) {
  .p-mv__box {
    align-items: initial;
  }
  .p-mv__text-box {
    flex: initial;
    margin-top: 6.875rem;
  }
}

@media (width <= 1280px) {
  .p-footer__illust {
    right: 1.25rem;
  }
}

@media (width <= 1225px) {
/*---------------------------------------------------- */
/* News */
/*---------------------------------------------------- */
  .p-news__illust {
    left: 1.25rem;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}

@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-link:hover::after {
    border-color: #ef6921;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-inline: 1.25rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .c-link {
    font-size: 1rem;
    padding: 1.5625rem;
    position: relative;
    width: 18.75rem;
  }
  .c-link::after {
    border-right: 0.125rem solid #fff;
    border-top: 0.125rem solid #fff;
    content: "";
    height: 0.5rem;
    position: absolute;
    right: 2rem;
    rotate: 45deg;
    top: 50%;
    transition: border-color 0.3s ease-out;
    translate: 0 -50%;
    width: 0.5rem;
  }
  .c-link--large {
    padding: 1.25rem;
    width: 20.9375rem;
  }
  .c-title__sub {
    font-size: 2.5rem;
  }
  .c-title__main {
    font-size: 0.875rem;
  }
  .p-facilities {
    padding-bottom: 6.25rem;
    padding-top: 4rem;
  }
  .p-facilities__list {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
  .p-facilities__item {
    margin-inline: auto;
  }
  .p-facilities__img {
    max-width: 20.9375rem;
  }
  .p-facilities__img img {
    aspect-ratio: 335/213;
  }
  .p-facilities__head {
    font-size: 1.125rem;
  }
  .p-facilities__text {
    font-size: 0.875rem;
  }
  .p-facility {
    padding-bottom: 6.25rem;
    padding-top: 7.75rem;
  }
  .p-facility__head-read {
    font-size: 1rem;
  }
  .p-facility__head-title {
    font-size: 1.5rem;
  }
  .p-facility__head-info {
    font-size: 0.875rem;
    margin-top: 1.5rem;
    padding: 0.4375rem 0.9375rem;
  }
  .p-facility__main-swiper {
    margin-top: 2rem;
  }
  .p-facility__img {
    max-width: 20.9375rem;
  }
  .p-facility__img img {
    aspect-ratio: 335/207;
  }
  .p-facility__thumbnail-swiper .p-facility__img {
    max-width: 6.625rem;
  }
  .p-facility__thumbnail-swiper .p-facility__img img {
    aspect-ratio: 106/68;
  }
  .button-prev,
  .button-next {
    height: 1.875rem;
    top: 23.9375rem;
    width: 1.875rem;
  }
  .button-prev {
    left: -10px;
  }
  .button-next {
    right: -10px;
  }
  .button-prev:after,
  .button-next:after {
    height: 1.875rem;
    width: 1.875rem;
  }
  .p-facility__list {
    margin-top: 4rem;
  }
  .p-facility__item {
    padding-bottom: 1.9375rem;
  }
  .p-facility__item + .p-facility__item {
    margin-top: 2rem;
  }
  .p-facility__item-title {
    font-size: 1.125rem;
  }
  .p-facility__item-text {
    font-size: 0.875rem;
  }
  .p-facility__button {
    margin-top: 2.5rem;
  }
  .p-footer {
    padding-bottom: 3.875rem;
    padding-top: 0.6875rem;
  }
  .p-footer__link {
    font-size: 0.8125rem;
  }
  .p-footer__illust {
    max-width: 5.1875rem;
    right: 1.25rem;
    top: -5.4375rem;
  }
  .p-footer__illust img {
    aspect-ratio: 83/101;
  }
  .p-hamburger {
    background-color: #ef6921;
    border: none;
    border-radius: 100vmax;
    cursor: pointer;
    display: block;
    height: 3.125rem;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 3.125rem;
    z-index: 51;
  }
  .p-header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-block: 1rem;
  }
  .p-header__inner {
    justify-content: space-between;
    padding-inline: 1.25rem;
  }
  .p-header__title-link {
    font-size: 1.875rem;
    position: relative;
    z-index: 51;
  }
  .p-header__title-main {
    font-size: 1.875rem;
  }
  .p-header__title-sub {
    font-size: 0.75rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-mv {
    padding-bottom: 2.5rem;
    padding-bottom: 5rem;
    padding-top: 5.625rem;
  }
  .p-mv__box {
    flex-direction: column-reverse;
    gap: 0;
    padding-inline: 1.25rem;
  }
  .p-mv__text-box {
    margin-top: 4.1875rem;
    width: 100%;
  }
  .p-mv__read {
    font-size: 0.875rem;
  }
  .p-mv__number {
    font-size: 1.875rem;
    margin-top: 0.375rem;
  }
  .p-mv__title {
    font-size: 1.75rem;
    margin-top: 1rem;
  }
  .p-mv__text {
    font-size: 0.875rem;
    padding: 0.4375rem 0.9375rem;
  }
  .p-mv__img {
    border-radius: 1.25rem;
    width: 100%;
  }
  .p-mv__img img {
    aspect-ratio: 335/350;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 14.75rem;

    left: 7.25rem;
  }
  .p-mv__illust {
    bottom: 18.75rem;
    max-width: 7.125rem;
    right: 0.4375rem;
  }
  .p-mv__illust img {
    aspect-ratio: 114/101;
  }

/*---------------------------------------------------- */
/* News */
/*---------------------------------------------------- */
	.p-news {
		background-color: #fff;
	}
	.p-news__box {
		border-radius: 0;
		flex-direction: column;
		gap: 2.5rem;
		padding: 4rem 1.1875rem;
	}
	.p-news__box .p-news__body {
		width: 100%;
		height: 450px;
	}
	.p-news__box .p-news__body article {
		padding-bottom: 10px;
		margin-bottom: 15px;
		width: 98%;
	}
	.p-news__date {
		margin-bottom: 8px;
		font-size: 0.875rem;
	}
	.p-news__head {
		margin-bottom: 10px;
		font-size: 1.0625rem;
	}
	.p-news__text {
		font-size: 0.875rem;
	}
	.p-news__category {
		font-size: 0.875rem;
	}
	.p-news__illust {
		bottom: -4rem;
		left: 1.25rem;
		max-width: 3.875rem;
	}
	.p-news__illust img {
		aspect-ratio: 62/101;
	}

/*---------------------------------------------------- */
/* pageTop */
/*---------------------------------------------------- */
  .p-pageTop {
    bottom: 0.625rem;
  }
  .p-pageTop__wrap img {
    width: 2.5rem;
  }
  .p-top {
    background: url("../images/sp/top/bg01.svg") no-repeat left top 8.3%/20.3125rem, url("../images/sp/top/bg02.svg") no-repeat right top 53.4%/15rem, url("../images/sp/top/bg03.svg") no-repeat left top 90.6%/20.3125rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media (width <= 375px) {
  .button-prev {
    left: -0.9375rem;
  }
  .button-next {
    right: -0.9375rem;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-link:hover {
    background-color: #fff;
    color: #ef6921;
    opacity: 1;
  }
  .c-link--large:hover::after {
    border-color: #ef6921;
  }
  .p-facilities__link:hover .p-facilities__img img {
    opacity: 1;
    scale: 1.1;
  }
  .p-facilities__link:hover .p-facilities__body {
    opacity: 0.6;
  }
  .p-facilities__link--nolink:hover .p-facilities__img img {
    opacity: 1;
    scale: 1;
  }
  .p-facilities__link--nolink:hover .p-facilities__body {
    opacity: 1;
  }
  .p-facility__thumbnail-swiper .swiper-slide:hover {
    opacity: 0.6;
  }
  .p-footer__link:hover {
    opacity: 0.6;
  }
  .p-header__title-link:hover {
    opacity: 0.6;
  }
  .p-header__item:hover .p-header__link {
    opacity: 0.6;
  }
  .p-header__item:hover .p-header__link--tel {
    opacity: 1;
  }
  .p-mv__text-box:hover {
    opacity: 0.6;
  }
  .p-mv__img:hover img {
    scale: 1.1;
  }

/*---------------------------------------------------- */
/* pageTop */
/*---------------------------------------------------- */
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}