@charset "UTF-8";

/* common */
.cmn_heading {
	background-image: url(../sy_images/access/access_billboard.jpg);
}


/* ===========================================
	   access Page
   =========================================== */

.ac_container {
	padding: 30px 5% 50px;
}

.ac_datail {
	margin-top: 30px;
	line-height: 1.5;
	text-align: left;
}

.ac_datail dt {
	color: #6cbb63;
	font-weight: bold;
	letter-spacing: .15em;
}

.ac_fhoto>li {
	margin-top: 25px;
}

.ac_fhoto h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	color: #6cbb63;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.ac_datail dt~dt {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.ac_container {
		min-width: 1040px;
		padding-top: 60px;
		padding-bottom: 100px;
	}

	.ac_datail {
		display: inline-block;
		margin-top: 36px;
	}

	.ac_datail dt {
		float: left;
		width: 5em;
	}

	.ac_datail dd {
		margin-left: 5em;
		margin-bottom: 12px;
	}

	.ac_fhoto {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ac_fhoto>li {
		width: calc(50% - 20px);
		margin-top: 40px;
	}

	.ac_fhoto>.order6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
		width: calc(50% - 30px);
		margin-right: 10px;
		margin-top: 30px;
		padding-top: 10px;
		padding-right: 30px;
		box-shadow: 10px 10px #B5DDB1;
	}

	.ac_fhoto h3 {
		margin-bottom: 26px;
		font-size: 3.4rem;
	}
}

@media (min-width: 1300px) {
	.ac_container {
		padding-left: 10%;
		padding-right: 10%;
	}
}

/* button */
.ho_btn {
	display: block;
	width: 100%;
	line-height: 60px;
	border: solid 1px #6cbb63;
	border-radius: 47px;
	text-align: center;
	letter-spacing: .15;
	font-family: "source-han-sans-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.7rem;
	text-decoration: none;
	color: #6cbb63;
	background: #fff url(../sy_images/common/common_linkarrow.png) no-repeat 95% center;
	background-size: 6px auto;
	transition: .4s;
	margin-bottom: 20px;
}

.ho_btn:hover {
	background-color: #B5DDB1;
	color: #fff;
}

@media (max-width: 767px) {
	.ho_btn {
		font-size: 1.5rem;
	}
}

.access_btn {
	width: 460px;
	margin: 30px auto 30px;
}

@media (max-width: 767px) {
	.access_btn {
		width: 90%;
	}
}