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

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

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

.main_title{
	position: absolute;	
	top: 88px;
	left: 46%;
	font-size: 200%;
	text-align: center;
	line-height: 0.8;
}

.main_title span{
	font-size: 70%;
}

/*--====== パンくずリスト ======--*/



#pan_box{
	width:100%;
	height:	40px;
	background:#fff;
	color:#535353;
}


#pan_list{
	width:1100px;
	height:30px;
	color:#535353;
	margin:0 auto;
}

/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:30px;
font-size:100%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

ol.topic-path li.first{
	padding-left:30px;
}


ol.topic-path li.second{
	padding-left:5px;
}


ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:5% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}

/* リンクエリア */
ol.topic-path li a {
padding-right: 20px; /* 右パディング */
background: url(../img/navi-marker.gif) no-repeat right ; /* 矢印記号（※） */
padding-bottom: 5px;
}
/* リンク色 */
ol.topic-path li a {
	font-size: 20px;
	color:#f5a24d;
	text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#F60;
}


/*--====== ここまでパンくずリスト ======--*/

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

				contact

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

.contact{
	padding: 40px 0 0;	
}

.wrapper{
	width:100%;
	background:#FFF6F9;
	padding:10px 0 100px;
	
}

.text01{
	font-size: 160%;
	text-align: center;
	letter-spacing: 1px;	
}

.time{
	font-size: 150%;
	padding-top: 20px;	
	padding-bottom:30px;
	text-align: center;
	letter-spacing: 1px;
	
}

.staff{
	font-size: 130%;	
}

.box01{
	width: 638px;
	margin: 0 auto;	 
	display: flex;
    align-items: center;
    /*justify-content: center;*/
	margin: 40px auto 40px;	
}

.box01 .tel{
	margin-left: 25px;
	font-size: 138.5%;
	/*background: linear-gradient(transparent 70%, #ffeb93 70%);	*/
}

.box01 .tel i{
	font-size: 80%;
	padding-right: 10px;	
}

.box01 .tel span{
	font-size: 20px;
	margin-left: 10px;	
}

.contact_text{
	text-align:center;
	font-size: 138.5%;
	line-height:2em;
	font-weight:bold;
	padding:20px 0;
	
}



























