@charset 'UTF-8';


/* ▼ ===== 共通部分 ===== ▼ */

/* --- campaign box ---- */
.campaign_bnr {
	margin-top: 5px;
}

/* --- studio_box --- */
.studio_title img {
	width: 100%;
}

.studio_area{display: flex;justify-content: space-between;flex-wrap: wrap;}
.studio_area p{margin-bottom:15px;width:48%;}
.studio_area p a{opacity:1;transition: opacity 0.3s;}
.studio_areap a:hover{opacity:0.6;transition: opacity 0.3s;}
.studio_area p img{width: 100%;}

/* -----  ----- */
.mainvisual_inner {
	background: url(../../images/common/bg_main.jpg);
	padding: 0 0 15px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);

}


/*----------------
	recommend
------------------*/

.recommend_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; 
}

#recommend_cal{
	margin-left: auto;
	margin-right: auto;
}

#recommend_cal .recommend{
	background: url(../../images/home/recommend/recommend_aki.png) no-repeat right top;
	background-color: #dcdcdd;
	height: 100px;
	margin: 5px;
	color: #3e3a39;
	position: relative;
	border-radius:5px;
	padding-bottom: 13px;
}
.rec_date{
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px 0;
	margin-bottom:15px;
}

.rec_time{
	font-size:14px;
	padding:0 10px;
	display: block;
}
.rec_studio{
	font-size: 20px;
	text-align: center;
	background-color: #e51572;
	position: absolute;
	bottom:0;
	width: 100%;
	padding: 3px 0;
	color:#fff;
	font-weight: bold;
	border-radius:0px 0px 5px 5px;	
}
.slick-prev{
	background:url(../../images/home/recommend/rec_prev_icon.png) no-repeat;
	text-indent: -99999px;
}
.slick-prev:hover{
	background:url(../../images/home/recommend/rec_prev_icon.png) no-repeat;
}
.slick-next{
	background:url(../../images/home/recommend/rec_next_icon.png) no-repeat;
	text-indent: -99999px;
}
.slick-next:hover{
	background:url(../../images/home/recommend/rec_next_icon.png) no-repeat;
}
.recommend:hover{
	opacity:0.6;
}
.nonborder {
	border:none;
	outline:none;
	text-decoration: none;
}

.top_recommend{
	margin-top:20px;
	margin-bottom:20px;
	background:url(../../images/home/recommend/recommend_bg_sp.jpg);
	background-size: 100% auto;
	padding: 10% 8%;
}
.top_recommend #reccomend_upper_box{
	padding-bottom: 24%
}		
.top_recommend #reccomend_upper_box h3{
	margin-bottom: 5%;
}
#recommend_description{
	color:#221814;
	font-size: 13px;
}
#recommend_description a{
	color:#e4007e;
	text-decoration: underline;
}
#recommend_description a:hover{
	color:blue;
}

.rec_shibuya {
	background-color: #D70050;
}
.rec_roppongi{
	background-color: #A55FA5;
}
.rec_aoyama{
	background-color: #009BDC;
}
.rec_shinjuku{
	background-color: #F59600;
}
.rec_shibakoen {
	background-color: #418E24;
}
.rec_shibakoenB {
	background-color: #a57d50;
}
.rec_chromakey {
	background-color: #5EDD24;
}


/*firefox*/
@-moz-document url-prefix() {
	#recommend_cal .recommend{
		padding-bottom: 15px;
	}
	.rec_date{
		margin-bottom:10px;
	}
	.rec_time{
		font-size: 14px;
	}
}
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#recommend_cal .recommend{
		padding-bottom: 12px;
	}
	.rec_date{
		margin-bottom:8px;
	}
	.rec_time{
		font-size: 14px;
	}
}

/*IE9*/
.rec_time:not(:target){
	font-size:14px;
}
#recommend_cal .recommend:not(:target){ 
	padding-bottom: 20px\9;    
}

.rec_date:not(:target){
	margin-bottom:3px\9;
}

/* main_topic */
.main_topic {
	margin-top: 5px;
}

.main_topic:first-child {
	margin-top: 0;
}


/* index info layout
----------------------------------------*/
/*
.info {
	background: url(../../images/home/info/infomation_bg.jpg) no-repeat left top;
	background-size: 100% auto;
	margin: 5% 0 0;
	position: relative;
	height: 150vw;
}
.info h2 {
	display: none;
}
.info #text{
	position: absolute;
	left:0;
	right:0;
	top: 12%;
	color: #000;
	font-size: 11px;
	font-size: 1.1rem;
	width: 85%;
	margin: auto;
	height: 120vw;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
*/
.info {
	background: url(../../images/home/info/infomation_bg_sm.jpg) no-repeat left top;
	background-size: 100% auto;
	margin: 5% 0 0;
	position: relative;
	height: 82vw;
}
.info h2 {
	display: none;
}
.info #text{
	position: absolute;
	left:0;
	right:0;
	top: 21%;
	color: #000;
	font-size: 11px;
	font-size: 1.1rem;
	width: 85%;
	margin: auto;
	height: 57vw;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.info #text dl dt {
	background: url(../../images/home/info/info_icon.png) no-repeat left center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1em;
	font-weight: bold;
}
.info #text dl dd {
	margin-bottom: 1em;
	overflow: hidden;
}
.info #text dl dd a{
	color: blue;
}
.info #text dl dd a:hover{
	color: #ff0063;
}

.info .info_txt_box:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.info .info_txt_box{ display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .info .info_txt_box{ height: 1%; }  
.info .info_txt_box { display: block; /*border-bottom: 1px solid #D0D0D0;*/ margin-bottom: 1em; }  
/* End hide from IE-mac */ 



/* ▲ ===== 共通部分 ===== ▲ */



/* ▼ ===== PC ===== ▼ */
@media screen and (min-width: 751px) {

}
/* ▲ ===== PC ===== ▲ */



/* ▼ ===== SP ===== ▼ */
@media screen and (max-width: 750px) {

}
/* ▲ ===== SP ===== ▲ */