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

#mainvisual{
	width:100%;
	margin: 65px  auto 0;
	height: 130px!important;
	height: 100%;
	position:relative;
	z-index:10;
    -webkit-clip-path: content-box; /* workaround for Safari border-radius issue */
	/*border-radius:20px;*/
	margin-bottom: 10px;
	background: url(../img/mainvisual_01.png) center;
	
}

#main_back {
    width:100%;
	margin:0 auto;
	max-height: 130px;
	height: 100%;
    background: url(../img/mainvisual_03.png) center top no-repeat;
    position: relative;
    z-index: 999;
}

.main-title{
	position: absolute;	
	top: 38px;
	left: 36%;
	font-size: 125%;
	text-align: center;
	line-height: 0.8;
}

.main-title h4{
	font-size: 70%;
}



.access{
	width: 96%;
	margin: 40px auto;
}

.access .title{
	padding: 5px;
	display: flex;
	    flex-direction: column;
}

.access h2{
	margin: 0 auto;
	font-size: 160%;
	background: linear-gradient(transparent 70%, #ddebbf 70%);
	width: 110px;
    text-align: center;	
}

.address-text{
	padding-top: 10px;
	font-size: 105%;
	text-align: center;	
}

iframe{
	width: 100%;	
}
