@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: 39px;
    left: 28%;
    font-size: 120%;
    text-align: center;
    line-height: 0.8;
}

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


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

				contact
				
-----------------------------------------*/

.contact{
	width: 100%;	
}

.wrapper{
	width:100%;
	background:#FFF6F9;
	padding:30px 0 50px;
	
}
.text01{
	font-size: 125%;
	text-align:center;
	padding-top:20px;		
}

.time{
	font-size: 130%;
	padding: 5px 0 30px;
	text-align:center;		
}

.staff{
	font-size: 120%;
	padding-bottom: 20px;
}

.box01{
	width: 90%;
	margin: 0 auto 20px;
	text-align:center;	
}


.box01 img{
	width: 150px;
	object-fit: contain;
}

.box01 .tel {
   margin: 0 auto;
    font-size: 116%;
    padding-top: 10px;
    width: 75%;
}

.fa-phone-alt{
	padding-right: 5px;	
}

.contact_text{
	text-align:center;
	font-size: 116%;
	line-height:2em;
	font-weight:bold;
}






















