@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;
	flex-wrap: wrap;
	width:100%;
}

/* #################################################################### */
/*スタジオ支店案内*/
#studioBlanchArea{
	width:90%;
	margin: 0 auto 1rem !important;
	background:none !important;
}
#studioBlanchArea > div{
	width:100%;
	margin:0 0;
	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:2rem;
}
#studioBlanchArea .image{
	margin-bottom:0.4rem;
}
#studioBlanchArea .imageCircle{
	position: absolute;
	top:-3.5rem;
	left:0.5rem;
	width:25%;
}
#studioBlanchArea .imageCircle img{	
	width:100%;
	filter:drop-shadow( 3px 3px 3px rgba(0,0,0,0.09));
}
#studioBlanchArea .container{
	position: relative;
	padding:1rem 1rem 0.4rem;
}
#studioBlanchArea .container .nameArea,
#studioBlanchArea .container .toShow{
	margin-left:30%;
}
#studioBlanchArea .container .nameArea strong.name{
	display: block;
	margin-bottom:0.8rem;
	font-size: 1.5rem;
}
#studioBlanchArea .container .nameArea span.en{
	display: block;
	font-size: 0.95rem;
	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{
	font-size: 0.78rem;
}
#studioBlanchArea .container .access span{
	display: inline-block;
	margin-right:0.4rem;
	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: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:1.1rem 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{
	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: 450px;
}


/* 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;
}
.accessPhoto .box{
	width:100%;
	margin: 0 0 2%;
	padding:4%;
	box-sizing: border-box;
	border:1px solid #f3f3f3;
	background:#fafafa;
}
.accessPhoto .box img{
	display: block;
	width:100%;
	margin: 0 0 15px;
}
.accessPhoto .box p{
	font-size: 12px;
	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{
	margin-top:25px;
	padding:5%;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
	border-radius:5px;
	background:#fff;
	border: 1px solid #d6d6d6;
	font-size: 0.86rem;
}
#access .contact .text{
	margin: 0 0 20px;
}
#access  .contact .tel{
	display: block;
	margin: 0 0 20px;
}
#access .contact .tel strong{
	display: block;
	padding:0.3rem 0;
}
#access  .contact .tel strong,.contact .tel a{
	margin-right: 15px;
	font-size: 1.8rem;
	line-height: 1;
	color:#ff6000;
}