@charset "UTF-8";

/* access
---------------------------------------------------------------------------*/

/* .sec-title
------------------------------------*/
.sec-title {
	margin-bottom: 100px;
}

.sec-title p {
	margin-top: 30px;
}

/* .sec-access
------------------------------------*/
.sec-access {
	width: 1100px;
	margin: 0 auto 180px;
}

#gMap-access {
	width: 100%;
	height: 630px;
	margin-bottom: 100px;
}

/* .facility-list
------------------------------------*/
.facility-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.facility-list li {
	position: relative;
	box-sizing: border-box;
	background: url(../img/share/line-dot.svg) repeat-x left top;
	width: 25%;
	padding: 40px 32px 25px;
	text-align: center;
}

.facility-list li:nth-of-type(1),
.facility-list li:nth-of-type(2),
.facility-list li:nth-of-type(3),
.facility-list li:nth-of-type(4) {
	background: none;
	padding-top: 15px;
	padding-bottom: 60px;
}

.facility-list li:before {
	display: block;
	content: '';
	position: absolute;
	top: -14px;
	right: -14px;
	background: #FFFFFF;
	width: 28px;
	height: 28px;
	z-index: 2;
}

.facility-list li:nth-of-type(1):before,
.facility-list li:nth-of-type(2):before,
.facility-list li:nth-of-type(3):before,
.facility-list li:nth-of-type(4):before {
	display: none;
}

.facility-list li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/share/line-dot-vertical.svg) repeat-y;
	width: 1px;
	height: 100%;
}

.facility-list li:nth-of-type(4n):after {
	display: none;
}

.facility-list .logo {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
	opacity: 0;
}

.facility-list .logo a:hover {
	opacity: 0.5;
}

.facility-list .hoikuen .logo img { width: 100px; height: 106px; }
.facility-list .kodomoen .logo img { width: 104px; height: 104px; }
.facility-list .tsunagari .logo img { width: 118px; height: 86px; }
.facility-list .kodomo-studio .logo img { width: 130px; height: auto; transform: translateY(-4px); }
.facility-list .gakudojyo .logo img { width: 188px; height: 98px; }
.facility-list .cafe .logo img { width: 110px; height: auto; margin-top: -20px; }
.facility-list .group .logo img { width: 120px; height: 117px; }

.facility-list h2 {
	margin-bottom: 12px;
	color: #6C6C6C;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
}

.facility-list h3 {
	margin-bottom: 14px;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.facility-list h4 {
	margin-bottom: 30px;
	color: #4E94D6;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.facility-list address {
	margin-bottom: 30px;
	font-size: 15px;
}

.facility-list address p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.6;
	white-space: nowrap;
}

.facility-list .btn-link-s a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* .sec-parking
------------------------------------*/
.sec-parking {
	width: 1030px;
	margin: 0 auto;
}

.sec-parking .title-set-en {
	width: 100%;
	margin-bottom: 60px;
}

.sec-parking .title-set-en h2 {
	margin-bottom: 22px;
}

.sec-parking .title-set-en h2 span {
	width: 126px;
	padding-top: 4px;
	padding-bottom: 0;
}

.sec-parking .title-set-en h2 strong {
	letter-spacing: 0.15em;
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}

.sec-parking figure {
	float: left;
	width: 482px;
}

.sec-parking .txt-set {
	float: right;
	width: 480px;
	margin-top: 20px;
}

.sec-parking .txt-set dt {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.15em;
}

.sec-parking .txt-set dd {
	margin-bottom: 40px;
	padding-left: 20px;
}

.sec-parking .txt-set dd p {
	margin-bottom: 8px;
	font-size: 16px;
}

.sec-parking .txt-set dd p:last-child {
	margin-bottom: 0;
}

.sec-parking .txt-set dd:last-of-type p {
	font-size: 14px;
}

.sec-parking .txt-set dd p strong {
	font-weight: 600;
}

.sec-parking .txt-set dd li {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.sec-parking .txt-set dd .attention-list li {
	margin-bottom: 4px;
}

/* .sec-parking - media query
-----------------------------------*/
@media (max-width: 1140px) {
.sec-parking { width: 1000px; }
}