@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.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: 2.0rem;
	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;
}
.under_main .inner h3 span:before{
	content:url(../img/bg_h3_before.png);
	position: absolute;
	left: -100px;
	top: -19px;
	}
.under_main .inner h3 span:after{
	content:url(../img/bg_h3_after.png);
	position: absolute;
	right: -100px;
	top: -19px;
	}
.under_main .inner h4 span:before{
	content:url(../img/bg_h4_before.png);
	position: absolute;
	left: -150px;
	top: 17px;
	}
.under_main .inner h4 span:after{
	content:url(../img/bg_h4_after.png);
	position: absolute;
	right: -150px;
	top: 17px;
	}

.root{
	overflow: hidden;
	margin-bottom: 20px;
}

.root .root_box{
	overflow: hidden;
		counter-reset: number 0;           /* number のカウンタを 0 にセット */
margin-bottom: 40px;
}
.root .root_box .floatL,
.root .root_box .floatR{
	width: 48%;
}

.root .root_box p{
	background: #E9AC1A;
	padding: 10px 2%;
	width: 86%;
	margin-bottom: 10px;
	position: relative;
	padding-left: 55px;
}
.root .pink p{
	background: #F575B0;
}

.root .root_box p:before{
 counter-increment: number 1;      /* number カウンタの増加数をセット */
	  content: counter(number) "";      /* 表示形式を指定 */
	background: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 15px;
	line-height: 30px;
	position: absolute;
	left: 10px;
	top: 5px;
		font-weight: bold;

	}
.root .root_box img{
	width: 100%;
}
@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;
}
	.root .root_box .floatL,
.root .root_box .floatR{
	width: 100%;
}
}

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