@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;
	width:100%;
}
/* infoArea
=======================================================*/
.infoArea{}

/* img
=======================================================*/
.infoArea .img{
	width:35%;
	box-sizing: border-box;
}
.infoArea .img img{
	width:100%;
}


/* accessInfo
=======================================================*/
.accessInfo{
	width:60%;
	margin: 0 0;
}
.accessInfo h3{
	margin: 0 0 20px;
	font-size: 2.2rem;
}
.accessInfo h3 span{
	font-size:12px;
	font-weight: bold;
}
.accessInfo span.title{
	display: block;
	margin: 0 0 10px;
	font-weight: bold;
}
.accessInfo div{
	padding:1.0rem 0;
	background:#fff;
	border-radius:4px;
	font-size: 1rem;
}
.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{
	margin: 0 0 15px;
	font-size: 2rem;
	background:none !important;
}
.accessInfo .tel i{
	display: inline-block;
	margin-right:0.2rem;
	font-size: 1.4rem;
}
.accessInfo .tel a{
	color: #000;
}

/* map
=======================================================*/
#access .mapArea{
	width:100%;
	padding:2%;
	box-sizing: border-box;
}
.map{
	width:100% !important;
	box-sizing: border-box;
}
.map iframe{
	width:100%;
	height: 600px;
}


/* accessPhoto
=======================================================*/
.accessPhoto{
	background:#fafafa;
}


/*accessNavi*/
#access section.accessPhoto .accessNavi{
	margin-bottom:1.5rem;
}
#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.8rem;
	border: 1px solid #ffb583;
	color: #444;
	text-align: center;
	text-decoration: none;
}
#access section.accessPhoto .accessNavi li strong{
	display: block;
	font-size: 0.80rem;
}
#access section.accessPhoto .accessNavi li strong span{
}
#access section.accessPhoto .accessNavi li span.arrow{
	display: block;
	font-size: 0.75rem;
	color: #ffb583;
	text-align: center;
}
/**/
.accessPhoto .section{
	margin-bottom:2.5rem;
}
.accessPhoto .flexSection{
	display: flex;
	justify-content: flex-start !important;
	flex-wrap: wrap;
	width:100%;
}
.accessPhoto h3{
	margin: 0 0 32px;
	padding-left:10px;
	border-left:5px solid #1498EC;
	font-size: 25px;
	font-weight: 100;
	line-height: 1;
}
.accessPhoto h4{
	width:60%;
	margin:0 auto 15px;
	padding:1.2%;
	background:#ffcaa7;
	border: 1px solid #efefef;
	line-height: 1.6;
	text-align: center;
}
#access .accessPhoto .box{
	width:calc(100% / 3);
	height:auto;
	margin: 0 0 2%;
	padding:1.5%;
	box-sizing: border-box;
	border:1px solid #f3f3f3;
	background:#fafafa;
}
.accessPhoto .box img{
	display: block;
	width:100%;
	margin: 0 0 15px;
}
.accessPhoto .box p{
	height:100px;
	font-size:0.9rem;
	line-height:1.6;
}
.accessPhoto .box p span{
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 20px;
	font-weight:bold;
}

/* accessPhoto
=======================================================*/
 #access .contact{
	width:650px;
	margin-top:25px;
	padding:16px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
	border-radius:5px;
	background:#fff;
	border: 1px solid #d6d6d6;
}
#access  .contact .text{
	margin: 0 0 20px;
}
#access  .contact .tel{
	margin: 0 0 20px;
	font-size:15px;
}
#access  .contact .tel strong,.contact .tel a{
	margin-right: 15px;
	font-size: 30px;
	line-height: 1;
	color:#ff6000;
}