@charset "UTF-8";
/*------------------------
page-ttl
------------------------*/
.page-ttl {
	background: url(/pc/img/pagettl/ttl_facility.jpg) no-repeat 100%/cover fixed;
}
.page-ttl .ttl p {
	font-size: 5.2rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
}
/*------------------------
施設情報
------------------------*/
article {
	background: #fff;
	padding: 100px 0;
	border-radius: 32px 32px 0 0;
	margin-top: -32px;
	position: relative;
	z-index: 1;
}
article .inner {
	width: 1200px;
	margin: auto;
	justify-content: space-between;
}
article .inner .block {
	margin-bottom: 50px;
}
article .inner .block .cat {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 5px;
}
article .inner .block h1 {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 40px;
}
article .inner .block .basic .img-area {
	width: 600px;
	margin-right: 40px;
}
/*swiper*/
.swiper-main {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.swiper-main .swiper-slide img {
	width: 100%;
	height: 500px;
	object-fit: contain;
	margin-bottom: 10px;
}
.swiper-main .swiper-slide .txt {
	display: block;
	font-size: 1.5rem;
	line-height: 1.2;
}
.swiper-main .swiper-slide:not(.swiper-slide-active) img ,
.swiper-main .swiper-slide:not(.swiper-slide-active) .txt {
	opacity: 0;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: 0;
}
.swiper-button-next, .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: var(--txtcolor);
	color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 10px;
	font-weight: bold;
}
.swiper-thumbnail {
	overflow: visible;
	margin-bottom: 50px;
}
.swiper-thumbnail .swiper-wrapper {
	flex-wrap: wrap;
	gap: 8px;
	transform: none !important;
}
.swiper-thumbnail .swiper-slide {
	width: calc((100% - 40px) / 6) !important;
	margin-right: 0;
	opacity: .5;
	transition: opacity .5s;
	cursor: pointer;
}
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-thumbnail .swiper-slide img {
	height: 90px;
	width: 100%;
	object-fit: cover;
}
article .inner .block .basic .txt-area {
	flex: 1;
}
article .inner .block .basic .txt-area table {
	margin-bottom: 40px;
}
article .inner .block .basic .txt-area table tr {
	border-bottom: 1px solid #e9edec;
}
article .inner .block .basic .txt-area table tr th {
	padding: 15px 0;
	min-width: 92px;
	vertical-align: top;
}
article .inner .block .basic .txt-area table tr td {
	padding: 15px 0;
}
article .inner .block .basic .txt-area .comment {
	font-size: 1.8rem;
	text-align: justify;
	margin-bottom: 50px;
}
/*------------------------
戻る
------------------------*/
.h-back {
	width: 1200px;
	margin: 0 auto 50px;
	position: relative;
}
.h-back a {
	display: block;
	width: 196px;
	background: var(--btncolor);
	padding: 15px 15px 15px 48px;
	border-radius: 50vw;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	line-height: 1;
}
.h-back a:hover {
	background: var(--mygreen);
}
.h-back a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	width: 34px;
	height: 34px;
	background: #fff;
	border-radius: 50vw;
	transform: translateY(-50%);
}
.h-back a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 14px;
	height: 14px;
	background-color: #a77f45;
	mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2018%2012%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M1%206H17M11%201L17%206L11%2011%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2018%2012%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M1%206H17M11%201L17%206L11%2011%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
	transform: translateY(-50%) rotate(180deg);
	transition: background-color 0.3s ease;
}
.h-back a:hover::after {
	background-color: var(--mygreen);
}