@charset "UTF-8";

.cmn_intro_img {
	background-image: url(../access/img/img-main.jpg);
}

.access {
	padding: 70px 0 100px;
}

.access_catch {
	font-size: 30px;
	text-align: center;
	line-height: 1;
}

.access_txt {
	text-align: center;
	line-height: 2.25;
	margin-top: 35px;
}

.info {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.info_txt {
	width: 36%;
}

.info_txt_logo {
}

.info_tel {
	margin-top: 35px;
}

.info_tel p {
	line-height: 1;
}

.info_tel a {
	display: inline-block;
	margin-top: 20px;
	position: relative;
	padding-left: 35px;
	line-height: 1;
}

.info_tel a:before {
	position: absolute;
	font-family: icomoon;
	content: "\e906";
	top: 50%;
	left: 0;
	font-size: 32px;
	margin-top: -16px;
}

.info_dlist {
	margin-top: 40px;
}

.info_dlist dt,
.info_dlist dd {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.info_dlist dt:first-of-type,
.info_dlist dd:first-of-type {
	margin-top: 0;
}

.info_dlist dt {
	width: 70px;
}

.info_dlist dd {
	width: calc(100% - 80px);
}

.info_dlist dd span.-code {
	margin-right: 0.5em;
}

.info_note {
	margin-top: 25px;
	background: #EEEAE3;
	padding: 40px 30px;
}

.info_note_ttl {
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-left: 50px;
}

.info_note_ttl:before {
	position: absolute;
	font-family: icomoon;
	content: "\e905";
	top: 50%;
	left: 0;
	font-size: 38px;
	margin-top: -19px;
}

.info_note_txt {
	margin-top: 25px;
}

.info_map {
	width: 59.2%;
}

.info_map iframe {
	width: 100%;
	height: 100%;
}

.parking {
	margin-top: 120px;
	text-align: center;
}

.parking_ttl {
	font-weight: bold;
	line-height: 1;
}

.parking_ttl span {
	position: relative;
	padding-left: 50px;
}

.parking_ttl span:before {
	position: absolute;
	font-family: icomoon;
	content: "\e902";
	top: 50%;
	left: 0;
	font-size: 32px;
	margin-top: -16px;
}

.parking_note {
	margin-top: 10px;
}

.parking_map {
	margin-top: 20px;
}

.gallery {
	margin-top: 110px;
}

.gallery_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery_list > li {
	width: 49.17%;
}

.gallery_list > li:nth-child(n+3) {
	margin-top: 20px;
}

/* for Tablet */
@media screen and (max-width:1230px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.access_catch {
		font-size: 24px;
	}

	.access_txt {
		text-align: left;
	}

	.info {
		margin-top: 50px;
		display: block;
	}

	.info_txt,
	.info_map {
		width: 100%;
	}

	.info_dlist dd span.-code {
		display: block;
		margin-right: 0;
	}

	.info_note {
		padding: 30px 15px;
	}

	.info_map {
		margin-top: 20px;
		height: 300px;
	}

	.parking {
		margin-top: 50px;
	}

	.parking_note {
		text-align: left;
	}

	.gallery {
		margin-top: 50px;
	}

	.gallery_list {
		display: block;
		text-align: center;
	}

	.gallery_list > li {
		width: 100%;
	}

	.gallery_list > li:nth-child(n+2) {
		margin-top: 10px;
	}

}

/* for Print */
@media print {
}
