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


/** h3
---------------------------------------------------------------------------------*/
h3{
	font-size: 20px;
	font-weight: 300;
}
h3 span{
	display: block;
	font-family: 'Lato', sans-serif;
	color: #C32C71;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 2px;
	margin-bottom: 25px;
	font-weight: 400;
}


/** h4
---------------------------------------------------------------------------------*/
h4{
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 1.8em;
}


/** about
---------------------------------------------------------------------------------*/
.about_wrapper{
	padding: 20px 0 0;
}
.about{
	width: 70%;
	background-color: #F8F4F5;
}
.about_text{
	width: 64%;
	margin: 0 0 0 auto;
	padding: 65px 90px 65px 20px;
	position: relative;
}
.about_text p{
	line-height: 2.2em;
}
.about_h3::before{
	content: "";
	position: absolute;
	top: -40px;
	left: 10px;
	background: #C32C71;
	width: 2px;
	height: 80px;
}


/** access
---------------------------------------------------------------------------------*/
.access_wrapper{
	padding-top: 90px;
	margin-bottom: 100px;
	background-image: url("../img/about/bg.png");
	background-repeat: repeat-x;
    background-position: 100% 60%;
}
.access{
	max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}
.map{
	width: 100%;
	height: 220px;
	margin-bottom: 30px;
}
.sign{
	width: 390px;
	height: auto;
	padding-bottom: 10px;
}
.access_detail{
	display: flex;
	justify-content: space-between;
}
.advice{
	text-align: right;
	font-size: 13px;
	border-bottom: solid 1px #383838;
	display: inline-block;
}
.access_detail>div{
	text-align: right;
}


@media print, screen and (max-width: 880px) {
	
/** h3
---------------------------------------------------------------------------------*/
h3{
	
}
	
	
/** h4
---------------------------------------------------------------------------------*/
h4{
	font-size: 15px;
	padding-bottom: 15px;
	line-height: 1.8em;
}
	
	
/** about
---------------------------------------------------------------------------------*/
.about_wrapper{
	padding: 30px 0 0;
}
.about{
	width: 100%;
	background-color: #F8F4F5;
}
.about_text{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 35px 20px 30px;
    position: relative;
    box-sizing: border-box;
}
.about_text p{
	line-height: 2.2em;
}
.about_h3::before{
	content: "";
	position: absolute;
	top: -30px;
	left: 5%;
	background: #C32C71;
	width: 2px;
	height: 50px;
}


/** access
---------------------------------------------------------------------------------*/
.access_wrapper{
	padding-top: 55px;
	margin-bottom: 60px;
}
.access{
	max-width: 600px;
    margin: 0 auto;
    padding: 0 0 0 20px;
}
.map{
	width: 100%;
	height: 220px;
	margin-bottom: 30px;
}
.sign{
	width: 70%;
	height: auto;
	padding-bottom: 10px;
}
.access_detail{
	display: block;
}
.access_detail>p{
	padding-bottom: 25px;
}
.advice{
	text-align: right;
	font-size: 13px;
	border-bottom: solid 1px #383838;
	display: inline-block;
	margin-right: 10px;
}
.access_detail>div{
	text-align: right;
}










































































}