@charset "UTF-8";
/* 2025/08/25追加 */
.jrc__head {
	background-color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 1.0625rem 1.5rem;
}
.jrc__logo {
	width: 9.4375rem;
}
.jrc__tenohira-text {
	width: 24.375rem;
	margin-left: 0.75rem;
}

.header {
	/* top: 7.1875rem; */
	position: absolute;
	top: 5rem;
	padding-top: 2.25rem;
}
.header.fixed {
	position: fixed;
	top: 0;
}
@media screen and (max-width: 768px) {
	.header .hamburger {
		/* top: 7.1875rem; */
		top: 0;
		position: absolute;
		padding-top: 3rem;
	}
	.header.fixed .hamburger {
		position: fixed;
		top: 0;
	}
}

/* 2025/08/28追加 */
.footer__map {
	margin-top: 4.6875rem;
}
.footer__map iframe {
	width: 100%;
}
.top__related .related__link:nth-child(5) a {
	background: url(../images/common/link_bg-long.png) center / cover no-repeat;
	width: 17rem;
}
.top__related .related__link:nth-child(5) a:hover {
  background: url(../images/common/link_bg-long-on.png) center / cover no-repeat;
}

.footer_text-link {
	color: #AF7C5F99;
	margin-top: 5rem;
}
.footer_text-link a {
	transition: 0.3s;
	padding: 0 2rem;
}
.footer_text-link a:hover {
	color: #AF7C5F;
	opacity: 1;
}
/*
============================================================ */
/* page__facility
============================================================ */

.page__facility {
  background-color: rgba(255, 247, 239, 0.5);
  padding-bottom: 18.396875rem;
  position: relative;
}
.page__facility .facility__title {
  text-align: left;
}
.page__facility .facility__title-pin {
  display: flex;
  justify-content: flex-start;
}

.facility__content {
  margin-top: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.facility__sub-title {
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.facility__link {
  font-size: 1.5rem;
  line-height: 2;
}
.facility__link a {
  text-decoration: underline;
}
