@charset "UTF-8";

/* 共通
=======================================================*/
#access {
	padding:0;
}
#access .inner{
}
#access section{
	margin:0 0 3rem;
	padding:3%;
	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%;
}



/* #################################################################### */
/*スタジオ支店案内*/
#studioBlanchArea{
	display: flex;
	justify-content: center;
	width:90%;
	min-width:960px;
	margin: 0 auto 1rem;
}
#studioBlanchArea > div{
	width:460px;
	margin:0 3rem;
	padding:0;
	box-sizing: border-box;
	background:#FFF;
	border-radius:8px;
	color: #333;
	box-shadow: 2px 3px 3px 3px rgba(0,0,0,0.05);
}
#studioBlanchArea > div div{
	margin-bottom:1rem;
}
#studioBlanchArea .image{
	margin-bottom:0.4rem;
}
#studioBlanchArea .imageCircle{
	position: absolute;
	top:-3.5rem;
	left:0.5rem;
}
#studioBlanchArea .imageCircle img{	
	filter:drop-shadow( 3px 3px 3px rgba(0,0,0,0.09));
}
#studioBlanchArea .container{
	position: relative;
	padding:1rem 1rem 0;
}
#studioBlanchArea .container .nameArea,
#studioBlanchArea .container .toShow{
	margin-left:140px;
}
#studioBlanchArea .container .nameArea strong.name{
	display: block;
	margin-bottom:0.8rem;
	font-size: 1.8rem;
}
#studioBlanchArea .container .nameArea span.en{
	display: block;
	font-size: 1rem;
	color: #737272;
}
#studioBlanchArea .container .toShow{
}
#studioBlanchArea .container .toShow a{
	text-decoration: none;
}
#studioBlanchArea .container .toShow .linkArea{
	display: flex;
	align-items: center;
}
#studioBlanchArea .container .toShow .linkArea span.studioInfo{
	display: inline-block;
	padding:3px;
	margin-right:0.8rem;
	background:#ede9e6;
	color: #181818;
	font-size: 0.75rem;
}
#studioBlanchArea .container .toShow a:hover  .linkArea span.studioInfo{
	background:#efdbcc;
}
#studioBlanchArea .container .toShow .linkArea span.arrow{
}
#studioBlanchArea .container .toShow .linkArea span.arrow img{
	display: inline-block;
}
#studioBlanchArea .container .access{
}
#studioBlanchArea .container .access span{
	display: inline-block;
	margin-right:1rem;
	line-height: 1.8;
}
#studioBlanchArea .container .access .moyori{
	display: block;
	width:40px;
	padding:0 3px;
	font-size: 0.78rem;
	background:#3b80ab;
	color: #fff;
	text-align: center;
}


/* infoArea
=======================================================*/
.infoArea{}

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


/* accessInfo
=======================================================*/
.accessInfo{
	width:48%;
	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.5rem;
	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;
}
.accessInfo .tel i{
	display: inline-block;
	margin-right:0.2rem;
	font-size: 1.4rem;
}

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


/* accessPhoto
=======================================================*/
.accessPhoto{
}
.accessPhoto .section{
	margin-bottom:2.5rem;
}
.accessPhoto .flexSection{
	justify-content: flex-start !important;
	flex-wrap: wrap;
}
.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{
	margin:0 0 15px;
	padding:1.2%;
	background:#f5f5f5;
	border: 1px solid #efefef;
	line-height: 1;
	font-size:1rem;
}
.accessPhoto .box{
	width:calc(100% / 3);
	margin: 0 0 2%;
	padding:12px;
	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;
}