@charset "UTF-8";
/* CSS Document */

.under_mv h2 {
	background: url(../img/bg_h2.png) no-repeat 50% 50%;
	background-size: cover;
}

.access_box {
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
}
.access_box p.access_tx {
	color: #572829;
	font-size: 2.3rem;
	text-align: center;
}

.access_box p.green {
	color: #006837;
}

.access_box p.access_tx02 {
	padding-top: 20px;
}
.access_box .access_img {
	width: 100%;
}
.access_map_box {
	width: 90%;
	margin: 0 auto 20px;
}
.access_map_box iframe {
	width: 100%;
	min-height: 500px;
}
.access_box p.access_map_tx {
	text-align: center;
}
.access_box .access_parts {
	float: left;
	width: 48%;
	margin-left: 4%;
	text-align: center;
}
.access_box .access_parts:first-child {
	margin-left: 0;
}
.access_box .access_parts p.map_title {
	color: darkblue;
	font-size: 2rem;
	text-align: center;
}
.access_box .access_parts img.img_map {
	width: 460px;
}
.access_box .access_parts .map_btn {
	padding: 12px;
	background-color: #20a0d8;
	margin: 9px auto;
	width: 170px;
	color: #fff;
	border-radius: 20px;
}
.access_box .access_parts .map_btn img {
	width: 15px;
	margin-right: 8px;
}

.life_info_h4 {
	background: url(../img/h4_life_info.png) no-repeat;
	background-position: bottom;
	text-align: center;
	padding-bottom: 35px;
	color: #006837;
}
.life_info_box {
	width: 100%;
	margin: 0 auto;
}
.life_info_box li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
	float: left;
}
.life_info_box li:nth-child(3n) {
	margin-right: 0;
}
.life_info_box li p {
	text-align: center;
	color: #1b1464;
	font-size: 1.8rem;
}
.life_info_box li img {
	width: 100%;
}

.sp_none {
	display: block;
}
/*------------------------------------
--------------------------------------*/
.map_flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 1100px;
	margin: 50px auto;
	align-items: center;
}

.map_flex > div {
	padding: 20px 5px 20px 5px;
	margin: 10px 10px;
}

.map_flex > div:nth-child(2n + 1) {
	width: 250px;
	background: #fcdcaa;
}
.map_flex > div:nth-child(2n) {
	width: 55px;
}
.map_flex > div:nth-child(2n + 1) > img {
	width: 200px;
}

.map_flex div:nth-child(2n) > img {
	width: 50px;
}
.map_flex div > img {
	width: 300px;
}

.txt_box_bus {
	height: 150px;
	width: 100%;
}

.map_flex > div:first-child {
	margin-left: 80px;
}

.map_flex > div:nth-child(7) {
	margin-left: 5px;
}

.map_flex div:nth-child(2n) > p {
	width: 100%;
}

/*------------------------------------
--------------------------------------*/

.map_flow {
	display: flex;
	flex-wrap: wrap;
	width: 1100px;
	margin: 50px auto;
	align-items: center;
	gap: 54px;
}

.map_flow .map_box {
	width: calc(100% / 3 - 36px);
	background: #fcdcaa;
	padding: 10px;
	position: relative;
	text-align: left;
}
.map_flow .map_box img{
	width: 100%;
}
.txt_box_bus {
	height: 150px;
	width: 100%;
}
.map_flow .map_box::after {
	content: "";
	width: 50px;
	height: 42px;
	background-image: url(../../../images/access/arrow_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: -54px;
	bottom: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.map_flow .map_box:last-child:after{
	content: none;
}

@media screen and (max-width: 767px) {
	.access_box .access_parts {
		float: none;
		width: 100%;
		margin: 0;
	}
	.access_box .access_parts img.img_map {
		width: 100%;
	}

	.access_map_box iframe {
		width: 100%;
		min-height: 350px;
	}

	.sp_none {
		display: none;
	}
	/*------------------------------------
--------------------------------------*/
	.map_flex {
		display: block;
		width: 100%;
	}

	.map_flex > div {
		padding: 20px 5px 20px 5px;
		margin: 10px auto;
	}

	.map_flex > div:nth-child(2n + 1) {
		width: 100%;
		background: #fcdcaa;
	}
	.map_flex div:nth-child(2n) {
		width: 100%;
		padding: 3px;
		margin: 5px auto;
		height: 130px;
	}
	.map_flex > div:nth-child(2n + 1) > img {
		width: 90%;
		margin: 10px auto;
	}

	.map_flex div:nth-child(2n) > img {
		width: 30%;
	}
	.map_flex div > img {
		width: auto;
	}
	.map_flex > div:nth-child(2n + 1) {
		width: 100%;
		background: #fcdcaa;
	}

	.map_flex > div:first-child {
		margin-left: 0;
	}

	.map_flex div:nth-child(2n) {
		height: 125px;
	}

	/*------------------------------------
--------------------------------------*/

.map_flow,.map_flow .map_box{
	width: 100%;
}
.map_flow .map_box::after{
	left: calc(50% - 21px);
	bottom: -50px;
	transform: rotate(90deg);
}
.map_flow .map_box:nth-child(3):after{
	content: '';
}

}

@media screen and (max-width: 920px) {
	.pc_none {
		display: block;
		width: 30%;
		margin: 0 auto;
	}

	.sp_none {
		display: none;
	}
}

/*メイン
------------------------------------------------------------------*/
