/* top page style */

.container h1 {
/*	font-size: 11px;*/
/*	font-weight: 400;*/
/*	line-height: 1.2em;*/
/*	margin-top: 3px;*/
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.container h1 {
		margin-top: 0;
		width: auto;
	}
}

section.eyecatch {
	height: 590px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	section.eyecatch {
		width: auto;
	}
}

.eyecatch .eye {
	width: 100%;
	height: 100%;
}
.eyecatch .eye .eye_in {
	height: 590px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.eyecatch .eye01 {
	background-image: url(../img/index/eye06.jpg);
}
/* .eyecatch .eye02 {
	background-image: url(../img/index/eye02.jpg);
}
.eyecatch .eye03 {
	background-image: url(../img/index/eye03.jpg);
}
.eyecatch .eye04 {
	background-image: url(../img/index/eye04.jpg);
}
.eyecatch .eye05 {
	background-image: url(../img/index/eye05.jpg);
} */

.eyecatch .inner__text {
	display: flex;
	height: auto;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.eyecatch .inner__text h2 {
	/* font-size: 50px; */
	display: block;
	width: 507px;
	height: auto;
}

.eyecatch .inner__text h2 img {
	display: block;
	width: 507px;
	height: auto;
}


.eyecatch .inner__text  > h2 > p {
	background-color: #fff;
	padding: 11px 4px;
	margin-bottom: 12px;
	display: inline-block;
}

.eyecatch .inner__text  > h2 > p span {
	color: #358617;
}

section.text__intro {
	padding: 46px 0px;
}

section.text__intro .inner > h3 {
	text-align: center;
	font-size: 19px;
	line-height: 34px;
	max-width: 670px;
	margin:  0 auto;
}

.text__intro-link {
	background-color: #289689;
	color: #fff;
	font-size: 16px;
	max-width: 270px;
	height: 55px;
	margin: 30px auto 0px;
	justify-content: center;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.text__intro-link img {
	display: block;
	margin-right: 9px;
}
.section-block{
	padding-bottom: 0;
}

/*
.facilities__title {
	width: 100%;
	height: 50px;
	margin: 0 auto 15px;
	padding: 0 12px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}
*/
/*.item01 .facilities__title {
	background-color: #E284AC;
}
.item02 .facilities__title {
	background-color: #6B5BA0;
}
.item03 .facilities__title {
	background-color: #7CA850;
}
.item04 .facilities__title {
	background-color: #E27A6C;
}

.bg-top {
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
}*/



ul.desc__list li {
	font-size: 14px;
	line-height: 23px;
}

section.section-about {
	padding: 100px 0px 75px;
}

.message-box {
	margin: 50px auto 0px;
	max-width: 700px;
	background-color: #FDF6F9;
	padding: 75px;
}

.message-box .title {
	margin: 0 auto;
	text-align: center;
}

.message-box .title > h3 {
	font-size: 24px;
	line-height: 34px;
}

.message-box .title > p {
	font-size: 14px;
	line-height: 24px;
	color: #686969;
	text-transform: uppercase;
}

.message-box .title > hr {
	width: 100px;
	height: 3px;
	background-color: #E284AC;
	margin: 23px auto 45px;
}

.message-box p.message__body {
	font-size: 17px;
	line-height: 30px;
	text-align: center;
}

@media only  screen and (max-width:767px) {
	section.eyecatch {
		height: 283px;
	}
	.eyecatch .eye .slick-list {
		height: 100%;
	}
	.eyecatch .eye .slick-list .slick-track {
		height: 100%;
	}
	.eyecatch .eye .eye_in {
		height: 100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.eyecatch .eye01 {
		background-image: url(../img/index/eye06_sp.jpg);
	}
	/* .eyecatch .eye02 {
		background-image: url(../img/index/eye02_sp.jpg);
	}
	.eyecatch .eye03 {
		background-image: url(../img/index/eye03_sp.jpg);
	}
	.eyecatch .eye04 {
		background-image: url(../img/index/eye04_sp.jpg);
	}
	.eyecatch .eye05 {
		background-image: url(../img/index/eye05_sp.jpg);
	} */

	.eyecatch .inner__text {
		bottom: 30px;
	}

	section.text__intro .inner > h3 {
		font-size: 16px;
	}
	.text__intro-link {
		max-width: 223px;
		font-size: 14px;
		height: 46px;
		margin-top: 20px;
	}
	section.text__intro {
		padding: 25px 0px;
	}

	.menu-icon-sp {
		padding-top: 15px;
	}
	.menu-icon-sp .inner {
		align-items: stretch;
		flex-wrap: wrap;
		justify-content: center;
		border: 1px solid #E284AC;
	}
	.menu-icon-sp .inner li {
		width: 50%;
		border-top: 1px solid #E284AC;
		height: 89px;
	}
	.menu-icon-sp .inner li:nth-of-type(-n+2){
		border-top: 0;
	}
	.menu-icon-sp .inner li:nth-of-type(odd){
		border-right: 1px solid #E284AC;
	}
	.menu-icon-sp .inner li a {
		padding:  12px 0px 8px;
		display: flex;
		flex-direction: column;
		font-size: 15px;
		line-height: 25px;
		align-items: center;
		justify-content: flex-end;
		color: #323333;
		height: 100%;
	}
	.menu-icon-sp .inner li a > img {
		width: auto;
		display: block;
		margin-bottom: 3px;
	}
	.facilities__title {
		text-align: center;
	}
	/*.faci__link-sp {
		flex-wrap: wrap;
		display: flex;
		align-items: flex-start;
		min-width: 296px;
		max-width: 400px;
		margin: 0 auto 50px;
	}*/
	/*.faci__link-sp li {
		width: 50%;
		margin-bottom: 6px;
	}*/
	.faci__link-sp li > a img{
		width: 18px;
		height: 18px;
		object-fit: cover;
		display: block;
		margin-right: 3px;
		margin-top: 4px;
		margin-bottom: 0;
	}
	.faci__link-sp li > a {
		font-size: 14px;
		line-height: 24px;
		align-items: flex-start;
		white-space: nowrap;
	}
	.faci__link-sp li > a > span {
		text-decoration: underline;
	}
	.facilities__item {
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.facilities__item .desc {
		height: auto;
	}
	section.section-about {
		padding: 50px 0px 50px;
	}
	.message-box {
		margin-top: 30px;
		padding: 45px 20px;
	}
	.eyecatch .inner__text > h2 {
		font-size: 24px;
		margin-top: 38px;
	}
	.eyecatch .inner__text > h2 > p {
		padding: 6px 4px;
		margin-bottom: 6px;
	}
	.eyecatch .inner__text > h2 img {
		max-width: 239px;
	}
}