
#studio{}
#studio .inner{
	font-size: 15px;
	line-height: 1.8;
}
#studio img{
	display: block;
}

/**/
#studio section{
	margin: 0 0 0px;
	padding:80px 0;
}
#studio section:nth-child(even){
	background:rgba(255,255,255,0.8);
}
/**/
#studio section .inner{
	width:84%;
	max-width:1250px;
	margin: 0 auto ;
}






/* #################################################################### */
/*スタジオ支店案内*/

#studioBlanchArea{
	width:100%;
	min-height: 140px;
	margin:0 0 45px;
	padding:60px 40px;
	box-sizing: border-box;
	background:#f6f6f6;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
#studioBlanchArea .inner{
	display: flex;
	justify-content: space-between;
	width:90% !important;
	margin:auto;
	padding:0;
}


#studioBlanchArea .inner > div{
	width:46%;
	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{
}
#studioBlanchArea .image{
	width:44%;
	margin-bottom:0.4rem;
}
#studioBlanchArea .image img{
	width:100%;
}
#studioBlanchArea .container{
	position: relative;
	padding:1rem 1rem 0;
}
#studioBlanchArea .container .flexSection{
	justify-content: flex-start;
}
#studioBlanchArea .container .nameArea{
	margin-left:2rem;
}
#studioBlanchArea .container .toShow{
	margin-left:50%;
}
#studioBlanchArea .container .nameArea strong.name{
	display: block;
	margin-bottom:0.8rem;
	font-size: 1.2rem;
}
#studioBlanchArea .container .nameArea span.en{
	display: block;
	font-size: 0.9rem;
	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{
	margin-bottom:1rem;
	font-size: 0.8rem;

}
#studioBlanchArea .container .access span{
	display: inline-block;
	margin-right:1rem;
	line-height: 1.8;
}
#studioBlanchArea .container .access .moyori{
	display: block;
	width:40px;
	margin-bottom:0.5rem;
	padding:0 3px;
	font-size: 0.78rem;
	background:#3b80ab;
	color: #fff;
	text-align: center;
}






/**/
#studio h3{
	margin:  0 0 30px;
	padding-bottom:10px;
	color: #333
}
#studio h3 i{
	vertical-align: middle;
	margin-right: 15px;
	font-size: 30px;
	line-height: 30px;
	color: #04102b;
}
#studio h4{
	display: inline-block;
	margin:  0 0 20px;
	padding:10px 16px;
	background:rgba(0,0,0,0.65);
	color: #fcfcfc;
	font-size: 20px;
	line-height: 1;
}
#studio h5{
	display: block;
	width:350px;
	margin:  0 auto 3rem;
	padding:10px 16px;
	background:rgba(0,0,0,0.65);
	color: #fcfcfc;
	font-size: 17px;
	line-height: 1;
	text-align: center;
}
#studio.inner .titleArea{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:4.5rem;
	margin-right: 12%;
	padding:1rem 3rem ;
	box-sizing: border-box;
	background:#e9e9e9;
	border-left:4rem solid #AEAEAE;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1;
}
#studio.inner .titleArea h3{
	padding:0;
	margin:0;
	font-size: 6.5rem;
	color:#333;
	line-height: 1;
}
#studio.inner .titleArea span{
	display: inline-block;
	padding:0;
	margin:0;
	margin-left:5rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
}



/**/
#studio ul{
	width:100%;
}
#studio ul li{
	position: relative;
	display: inline-block;

}
#studio ul li img{
	width:100%;
}
#studio li .imagename{
	display: block;
	width:100%;
	padding:5px 15px;
	background:rgba(27,23,20,0.7);
	color: #fff;
	font-weight: bold;
	font-size:0.9rem;
	line-height: 1.8;
	text-align: center;
	box-sizing: border-box;
}
/*blanch*/

#studio .blanch{
	padding:3rem;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	background-size: 100%;
}
#studio .blanch.akihabara{
	background:url(../images/studio/akihabara/title_bg.jpg) no-repeat right center #442615;
}
#studio .blanch.shibuya{
	background:url(../images/studio/shibuya/title_bg.jpg) no-repeat right center #3c1544;
}
#studio .blanch .en{
	font-size: 4rem;
	line-height: 4rem;
	margin-bottom:1.2rem;
	font-weight: 500;
}
#studio .blanch h3{
	border-bottom:none;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	font-weight: 300;
}
#studio .blanch p.address{
	display: inline-block;
	padding:2rem;
	border: 1px solid rgba(255,255,255,0.6);
	font-size: 0.9rem;;
}
#studio .blanch p.address a.map{
	display: inline-block;
	padding:4px 10px;
	line-height: 1;
	background:#de7023;
	color: #fff;
	font-size: 0.75rem;
	text-decoration: none;
}
#studio .blanch p.address a.map:hover{
	background:#e2b196;
}

/**/
#studio .blanch_info{
	display: flex;
	width:100%;
	box-sizing: border-box;
	padding:0 1.5rem;
	line-height: 4rem;
	border-bottom:1px solid #ccc;
	color: #333;
	font-weight:100
}
#studio .blanch_info p{
	margin-right: 1.8rem;
	font-size:1.2rem;
}
#studio .blanch_info p span{
	display: inline-block;
	margin-right: 0.7rem;
	font-size: 0.75rem;
	color: rgba(8,17,42,1);
}
#studio .blanch_info a.access{
	display: inline-block;
	padding:4px 10px;
	line-height: 1;
	background:#e6d5ca;
	color: #222;
	font-size: 0.75rem;
	text-decoration: none;
}
#studio .blanch_info a.access:hover{
	background:#e6ded9;
	color: #222;
}

/**/
#studio .main{
	margin: 0 0 48px;
}
#studio .summary{
	margin: 0 0 30px;
	padding:3.2%;
	/* border: 1px solid #f9f9f9; */
	background:rgba(255,255,255,0.3);
}
#studio .guidance{
	margin: 0 0 20px;
	padding:3.2%;
}

/* pageGuidance
==========================================*/
#studio #pageGuidance{
	/* background:url(../images/studio/pageguidance_bg.jpg) repeat-x center center; */
	background:#f5f5f5
}
#studio #pageGuidance .inner{
	width:70%;
	color: #000;
}
#studio #pageGuidance .inner p{
	font-size: 1rem;
	text-indent: 1em;
	line-height: 2.2;
}

/* main area
==========================================*/
#studio #mainArea{}

#studio #mainArea .main{
	float: left;
	width:45%;
}
#studio #mainArea .main img{
	width:100%;
}

/* sample */

#studio #mainArea .sample{
	float: right;
	width:45%;
	margin-bottom:40px;
}
#studio #mainArea .sample li{
	width:42%;
	margin: 0 0 4% 7%;
}
#studio #mainArea .sample li img{
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
}


/* bgcolor */

#studio #mainArea .bgcolor li{
	width:12%;
	margin: 0 0.2% 3%;
	padding:1.8%;
	background:#f4f4f4;
}
#studio #mainArea .bgcolor li img{
	background:rgba(42,25,12,0.8);
}

#studio #mainArea .bgcolor li .imagename{
	display: inline-block;
	right: 0;
	bottom:17%;
	width:auto;
	background:rgba(0,0,0,0.5);
}

#studio #mainArea .bgcolor li .imagename{
	display: inline-block;
	right: 0;
	bottom:17%;
	width:auto;
	background:rgba(0,0,0,0.5);
}



/* office area
==========================================*/
#studio #officeArea{}
#studio #officeArea .deskcolor li{
	width:30%;
	margin: 0 1% 3%;
}
#studio #officeArea .main{
	float: left;
	width:60%;
}
#studio #officeArea .main img{
	width:100%;
}
#studio #officeArea .item li{
	width:14%;
	margin: 0 1% 3%;
}

/* sample */

#studio #officeArea .sample{
	float: right;
	width:32%;
	margin-bottom:40px;
}
#studio #officeArea .sample li{
}

#studio #officeArea .sample li:nth-child(1){
	display:block;
	width:100%;
	margin: 0 0 4% ;
}
#studio #officeArea .sample li:nth-child(2){
	display: inline-block;
	width:48%;
	margin: 0 1% 0 0;
}
#studio #officeArea .sample li:nth-child(3){
	display: inline-block;
	width:48%;
	margin: 0 0 0 1%;
}


#studio #officeArea .sample li img{
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
}


/* whiteboard */

#studio #officeArea .whiteboard{
	display: flex;
	justify-content:space-between;
	width:100%;
	margin:0 auto 40px;
}
#studio #officeArea .whiteboard li{
}
#studio #officeArea .whiteboard li.main{
	width:52%;
}
#studio #officeArea .whiteboard li.main span{
	bottom:78px;
}
#studio #officeArea .whiteboard li.sample{
	width:39%;
	padding:38px;
	background:#D9E0EB;
	border-radius:50%;
}
#studio #officeArea .whiteboard li.sample p{
	padding:30px 0 0;
	font-size: 12px;
}
#studio #officeArea .whiteboard li img{
	max-width:100%;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
}



/* room　studio area
==========================================*/
#studio #roomArea{}
#studio #roomArea .main{
	display: inline-block;
	width:48.5%;
	margin: 0 0.5% 3rem;
}
#studio #roomArea .main img{
	width:100%;
}
#studio #roomArea .panel li{
	width:30%;
	margin: 0 1% 3%;
}

/* image-sample */

#studio #roomArea .image-sample ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
	margin: 0 0 3rem;
	background:#fff;
}
#studio #roomArea .image-sample li{
	width:48%;
}

/* sample */

#studio #roomArea .sample{
	margin-bottom:40px;
	padding:2rem;
	box-sizing: border-box;
	background:white;
}
#studio #roomArea .sample ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	width:100%;
}
#studio #roomArea .sample li{
	width:33%;
	padding:0 6%;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Noto Serif Japanese',serif;
	font-size: 1.3rem;
	font-weight: bold;
}
#studio #roomArea .sample li:nth-child(odd){
	margin: 0 0 3% 0;
}
#studio #roomArea .sample li:nth-child(even){
	margin: 0 0 3% 0;
}
#studio #roomArea .sample li img{
	display: block;
	margin:0 0 1rem;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
}
#studio #roomArea .hint{
	margin: 0 auto 1.5rem;
	font-size:1rem;
}
#studio #roomArea .note{
	margin: 0 auto ;
	font-size: 0.8rem;
}
/* image-sample */

#studio #roomArea .image-sample.room{
}
#studio #roomArea .image-sample.room li{
	width:22%;
}



/* wallset area
==========================================*/
#studio #wallsetArea{}
#studio #wallsetArea .main{
	display: inline-block;
	width:48.5%;
	margin: 0 0.5% 3rem;
}
#studio #wallsetArea .main img{
	width:100%;
}
#studio #wallsetArea .panel li{
	width:30%;
	margin: 0 1% 3%;
}

/* image-sample */

#studio #wallsetArea .image-sample ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
	margin: 0 0 3rem;
	background:#fff;
}
#studio #wallsetArea .image-sample li{
	width:48%;
}

/* sample */

#studio #wallsetArea .sample{
	margin-bottom:40px;
	padding:2rem;
	box-sizing: border-box;
	background:white;
}
#studio #wallsetArea .sample ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	width:100%;
}
#studio #wallsetArea .sample li{
	width:33%;
	padding:0 6%;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Noto Serif Japanese',serif;
	font-size: 1.3rem;
	font-weight: bold;
}
#studio #wallsetArea .sample li:nth-child(odd){
	margin: 0 0 3% 0;
}
#studio #wallsetArea .sample li:nth-child(even){
	margin: 0 0 3% 0;
}
#studio #wallsetArea .sample li img{
	display: block;
	margin:0 0 1rem;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
}
#studio #wallsetArea .hint{
	margin: 0 auto 1.5rem;
	font-size:1rem;
}
#studio #wallsetArea .note{
	margin: 0 auto ;
	font-size: 0.8rem;
}
/* image-sample */

#studio #wallsetArea .image-sample.room{
}
#studio #wallsetArea .image-sample.room li{
	width:22%;
}



/* officewallArea area
==========================================*/
#studio #officewallArea{}
#studio #officewallArea .main img{
	width:100%;
}
#studio #officewallArea .panel li{
	width:30%;
	margin: 0 1% 3%;
}

/* image-sample */

#studio #officewallArea .image-sample ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	width:100%;
	margin: 0 0 3rem;
	background:#fff;
}
#studio #officewallArea .image-sample li{
	width:48%;
}

/* sample */

#studio #officewallArea .sample{
	margin-bottom:40px;
	padding:2rem;
	box-sizing: border-box;
	background:white;
}
#studio #officewallArea .sample ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	width:100%;
}
#studio #officewallArea .sample li{
	width:33%;
	padding:0 6%;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Noto Serif Japanese',serif;
	font-size: 1.3rem;
	font-weight: bold;
}
#studio #officewallArea .sample li:nth-child(odd){
	margin: 0 0 3% 0;
}
#studio #officewallArea .sample li:nth-child(even){
	margin: 0 0 3% 0;
}
#studio #officewallArea .sample li img{
	display: block;
	margin:0 0 1rem;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
}
#studio #officewallArea .hint{
	margin: 0 auto 1.5rem;
	font-size:1rem;
}
#studio #officewallArea .note{
	margin: 0 auto ;
	font-size: 0.8rem;
}

/* other area
==========================================*/
#studio #otherArea{
	background:url(../images/studio/other_bg.jpg) no-repeat;
	background-size: 100%;
}
#studio  #otherArea .titleArea{
	background:none;
}
#studio  #otherArea .titleArea h3{
	color:#FFF;
}
#studio  #otherArea .titleArea span{
	color:#FFF;
}
#studio  #otherArea  .summary{
	/* border: 1px solid #f9f9f9; */
	background:rgba(255,255,255,0.86);
}
#studio #otherArea .main{
	width:65%;
}
#studio #otherArea .main img{
	width:100%;
}

/* item */

#studio #otherArea .item{
	width:100%;
	margin-bottom:40px;
}
#studio #otherArea .item li{
	width:22%;
	margin: 0 1% 3%;
}
#studio #otherArea .item li img{
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
}



/* item */

#studio #otherArea .item{
	width:100%;
	margin-bottom:40px;
}
#studio #otherArea .item li{
	width:22%;
	margin: 0 1% 3%;
}
#studio #otherArea .item li img{
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.06);
}




