@charset "UTF-8";

/* 共通
=======================================================*/

#access {
	padding:0;
}
#access .inner{
}
#access section{
	margin:0 0 3rem;
	padding:3%;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.02);
	border-radius:4px;
	background:#fff;
}


#access .flexSection{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
/* infoArea
=======================================================*/
.infoArea{}

/* img
=======================================================*/
.infoArea .img{
	width:80%;
	margin: 0 auto 2rem;
	box-sizing: border-box;
}
.infoArea .img img{
	width:100%;
}

/* accessInfo
=======================================================*/
.accessInfo{
	width:94%;
	margin: 0 auto;
}
.accessInfo h3{
	margin: 0 0 1.2rem;
	font-size: 2.2rem;
	text-align: center;
}
.accessInfo span.title{
	display: block;
	margin: 0 0 10px;
	font-weight: bold;
}
.accessInfo div{
	padding:0.6rem 0;
	background:#fff;
	border-radius:4px;
	font-size: 0.94rem;
}
.accessInfo .address{
	margin: 0 0 15px;
	line-height: 1.7;
}
.accessInfo .accessguide{
	margin: 0 0 15px;
	line-height: 1.7;
}
.accessInfo .open{
	margin: 0 0 15px;
	line-height: 1.7;
}
.accessInfo .tel{
	width:90%;
	margin: 0 auto 15px;
	font-size: 1.2rem;
	background:none;
}
.accessInfo .tel i{
	display: inline-block;
	margin-right:0.2rem;
	font-size: 1.4rem;
}
.accessInfo .tel a{
	display: block;
	margin:auto;
	padding:0.4rem 1.5rem;
	border-radius:45vmax;
	background:#999;
	font-size: 1.25rem;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}


/* map
=======================================================*/
.mapArea{
	padding:2%;
	box-sizing: border-box;
}
.map{
	background:#fff;
}
.map iframe{
	width:100%;
	height: 450px;
}


/* accessPhoto
=======================================================*/
#access section.accessPhoto{
}

/*accessNavi*/
#access section.accessPhoto .accessNavi{
}
#access section.accessPhoto .accessNavi ul{
	display: flex;
	justify-content: space-between;
	width:100%;
}
#access section.accessPhoto .accessNavi li{
	width:31%;
}
#access section.accessPhoto .accessNavi li a { 
	display: block;
	padding:0.4rem;
	border: 1px solid #ffb583;
	color: #444;
	text-align: center;
}
#access section.accessPhoto .accessNavi li strong{
	display: block;
	font-size: 0.70rem;
}
#access section.accessPhoto .accessNavi li strong span{
	display: block;
}
#access section.accessPhoto .accessNavi li span.arrow{
	display: block;
	font-size: 0.65rem;
	color: #ffb583;
	text-align: center;
}
/**/

#access section.accessPhoto .section{
	margin-bottom:2.5rem;
}
#access section.accessPhoto .flexSection{
	justify-content: flex-start !important;
	flex-wrap: wrap;
}
#access section.accessPhoto h3{
	margin: 0 0 32px;
	padding-left:10px;
	border-left:5px solid #1498EC;
	font-size: 25px;
	font-weight: 100;
	line-height: 1;
}
#access section.accessPhoto h4{
	margin:0 0 15px;
	padding:1.2%;
	background:#ffcaa7;
	border: 1px solid #efefef;
	line-height: 1.6;
	text-align: center;
	font-size: 0.9rem;
}
#access section.accessPhoto .box{
	width:100%;
	margin: 0 0 2%;
	padding:10%;
	box-sizing: border-box;
	border:1px solid #f3f3f3;
	background:#fafafa;
}
#access section.accessPhoto .box img{
	display: block;
	width:100%;
	margin: 0 0 15px;
}
#access section.accessPhoto .box p{
	font-size: 12px;
	line-height:1.6;
}
#access section.accessPhoto .box p span{
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 20px;
	font-weight:bold;
}

/* accessPhoto
=======================================================*/
 #access section.contact{
	width:94%;
	margin:25px auto 0;
	padding:5%;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
	background:#fff;
	border: 1px solid #d6d6d6;
	line-height: 1.8;
}
#access section.contact .text{
	margin: 0 0 1rem;
	font-size: 0.78rem;
}
#access section.contact .tel{
	display: block;
	margin: 0 0 1rem;
	font-size: 0.78rem;
}
#access section.contact .tel strong{
	display: block;
}
#access section.contact .tel strong,.contact .tel a{
	margin-right: 15px;
	font-size: 1.8rem;
	line-height: 1.8;
	color:#ff6000;
}