@charset "UTF-8";



section h2 {
    font-size: 2vw;
    line-height: 1.2;
    width: 90%;
    padding: 0 0 1vw;
		background:url(../img/h2_bd.png)no-repeat bottom center;
}


#section01 .inner{

}
#section01 .map {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto 30px;
        width: 95%;
}
#section01 .map iframe, #section01 .map  object, #section01 .map  embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#section01 p{
	font-size:22px;
	text-align: center;

}
@media (max-width: 1399px) and (min-width: 769px) {



}

@media (max-width: 768px) {
	section h2 {
	    font-size: 24px;
	    padding: 0 0 20px;
	    margin: 0 auto 30px;
	}
	#section01 .inner ul {
	    display: -webkit-block;
	    display: block;
		}
		#section01 p {
		    font-size: 15px;
		    margin: 30px auto 40px;
		}











}
