@charset "utf-8";
/*
 * top.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
 .start {
	 background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 100%;
}

.start p img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.googlemap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.news {
	margin-top: 10rem;
}
.news dl {
	display: flex;
	align-items: center;
	max-width: 56.2rem;
	width: 100%;
	margin: 0 auto;
}
.news dt {
	width: 14.4rem;
	font-size: 2.6rem;
	color: #7EBEB7;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 3.4rem;
}
.news dd {
	width: calc(100% - 14.4rem);
	
}
.news dd a {
	display: block;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.75;
	white-space: nowrap;
}
.news dd a:hover span {
	text-decoration: underline;
}
.introduce {
	margin-top: 13.5rem;
}
.introduce-item {
	display: flex;
}
.introduce-item+.introduce-item {
	margin-top: 7rem;
}
.introduce-info {
	width: calc(100% - 52.9rem);
}
.introduce-info .tit-p {
	font-size: 2.2rem;
	line-height: 1.75;
	color: #4AADB6;
	font-weight: 400;
	margin-top: 1.5rem;
}
.introduce-info .txt-p {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 300;
	letter-spacing: 0.08em;
	font-family: 'Shippori Mincho',"Sawarabi Mincho", serif !important;
}
.introduce .img-p {
	width: 46rem;
	margin-left: 6.9rem;
}
.introduce .img-p img {
	width: 100%;
}
.facility {
	margin-top: 7.9rem;
	padding-bottom: 10rem;
}
.facility .area-tit {
	text-align: center;
}
.facility-item01 {
	margin-top: 1.8rem;
}
.facility-tit {
	text-align: center;
}
.facility-tit span {
	display: inline-block;
	font-size: 2.6rem;
	line-height: 3.1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	padding: 0 1.1rem;
	position: relative;
}
.facility-tit span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 1.9rem;
	background: #D9EEF0;
}
.facility-ul {
	margin-top: 4.3rem;
	margin-left: -10rem;
	display: flex;
	justify-content: center;
}
.facility-ul li {
	width: calc(33.33% - 10rem);
	margin-left: 10rem;
}
.facility-info {
	margin-top: 1.9rem;
}
.facility-info .tit-p {
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.55;
	font-weight: 400;
}
.facility-info .txt-p {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-weight: 300;
	font-family: 'Shippori Mincho',"Sawarabi Mincho", serif !important;
}
.facility-item02 {
	margin-top: 7.8rem;
}
.facility-ul-th{
	margin-left: 0px;
	display: block;
}
.facility-ul-th li{
	width: 100%;
	justify-content: space-between;
	display: flex;
	margin-left: 0px;
	margin-bottom: 75px;
}
.facility-ul-th li p.img-p{
	width: 28%;
}
.facility-ul-th li .facility-info{
	width: 27%;
	margin: 0px 2.5%;
}
.facility-ul-th li .googlemap{
	width: 40%;
}

.facility-ul-th li p.img-p img{
	width: 100%;
	height: auto;
}
/*** スマ��320px ~ 767px***/
@media screen and (max-width: 767px) {
	.news {
		margin-top: 3.2rem;
	}
	.news dl {
		display: block;
		max-width: unset;
		width: 100%;
		margin: 0 auto;
		padding: 0 2.3rem;
	}
	.news dt {
		text-align: center;
		width: auto;
		font-size: 2rem;
		line-height: 1.75;
	}
	.news dd {
		margin-top: 1.9rem;
		width: auto;
	}
	.news dd a {
		font-size: 1.1rem;
		line-height: 1.81;
	}
	.introduce {
		margin-top: 5rem;
	}
	.introduce-item {
		display: block;
	}
	.introduce-item+.introduce-item {
		margin-top: 3.7rem;
	}
	.introduce-info {
		width: auto;
	}
	.introduce-info .area-tit {
		text-align: center;
	}
	.introduce-info .tit-p {
		font-size: 1.5rem;
		line-height: 1.73;
		margin-top: 1.5rem;
	}
	.introduce-info .txt-p {
		font-size: 1.1rem;
		line-height: 1.72;
		margin-top: 0.5rem;
		letter-spacing: 0.04em;
	}
	.introduce .img-p {
		margin-top: 1.4rem;
		width: auto;
		margin-left: 0;
	}
	.facility {
		margin-top: 5rem;
		padding-bottom: 5.8rem;
	}
	.facility .area-tit {
		text-align: center;
	}
	.facility-item01 {
		margin-top: 1.2rem;
	}
	.facility-tit {
		text-align: center;
	}
	.facility-tit span {
		display: inline-block;
		font-size: 1.5rem;
		line-height: 1.73;
		padding: 0 1.1rem;
		position: relative;
	}
	.facility-tit span::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		width: 100%;
		height: 1.1rem;
	}
	.facility-ul {
		margin-top: 0.4rem;
		margin-left: -2rem;
		flex-wrap: wrap;
		justify-content: left;
	}
	.facility-ul li {
		width: calc(50% - 2rem);
		margin-left: 2rem;
		margin-top: 2.4rem;
	}
	.facility-info {
		margin-top: 1.2rem;
	}
	.facility-info .tit-p {
		font-size: 1.2rem;
		line-height: 1.75;
	}
	.facility-info .txt-p {
		margin-top: 1.1rem;
		font-size: 0.9rem;
		letter-spacing: 0.04em;
		line-height: 1.72;
	}
	.facility-item02 {
		margin-top: 6.2rem;
	}
	.facility-ul-th{
		padding-left: 3%;
		padding-right: 3%;
	}
	.facility-ul-th li{
		width: 100%;
		justify-content: space-between;
		display: block;
		margin-left: 0px;
		margin-bottom: 35px;
	}
	.facility-ul-th li p.img-p{
		width: 100%;
	}
	.facility-ul-th li .facility-info{
		width: 100%;
		margin: 5% 0;
	}
	.facility-ul-th li .googlemap{
		width: 100%;
	}
	
	.facility-ul-th li p.img-p img{
		width: 100%;
		height: auto;
	}
}