@charset "utf-8";
section{
	margin: 0 0 12px;
	box-shadow:0px 0px 4px 4px rgba(170,170,170,0.46);
}
#index .wrap{
	width:100%;
}
.leftColumn{
	float:left;
	width:650px;
}
.rightColumn{
	float: right;
	width:340px;
}

/*------------------------------------------------------------------------------------------【トップページ】*/
#index{}

#index h3.side{
	padding: 1% 4%; 
	color:#fff;
	background:#254a4a;
	border-radius:2px;
	font-size:13px;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing:0.5px;
	line-height: 1.8;
}

/* 緊急事態宣言 */
#kinkyu{
	margin:0 0 25px;
	background: #fff; 
	padding: 20px;
}
#kinkyu h3{
	margin: 0 0 12px;
	text-align: center;
}
#index #kinkyu h3 span{
	border-bottom: 1px solid #f00;
}
#kinkyu p{
	color: #333;
	line-height: 1.7;
}
#kinkyu p strong{
}
#kinkyu p strong.term{
	display: inline-block;
	border-bottom: 1px solid #f00;
	margin:0 0 6px;
	font-size:16px;
}
#kinkyu p span.green{
	padding:3px;
	background:#d5ff9f;
}
#kinkyu p span.under_red{
	padding:3px;
	border-bottom:2px solid rgba(233,101,103,1.00)
}
#kinkyu .summary{
	margin: 0 0 30px;
}
#kinkyu .taisaku{
	margin: 0 0 30px;
}
#kinkyu .taisaku h4{
	background:#FCDCDD;
	padding:3px;
	margin: 0 0 8px;
}
#kinkyu .taisaku p{
	font-size: 12px;
	color: #D42427;
}
#kinkyu .onegai{
	margin: 0 0 30px;
}
#kinkyu .onegai h4{
	background:#c2eef8;
	padding:3px;
	margin: 0 0 8px;
}
#kinkyu .onegai p{
	font-size: 12px;
	color: #009fe1;
}


/* コロナウイルス対策 */


/* 移転のお知らせ */

#index #iten{
	margin: 0 0 20px;
	padding:30px;
	background:#FFF;
	border: 2px solid #B80B0E;
}
#index #iten h3{
	margin: 0 0 25px;
	font-size: 22px;
	text-align: center;
}
#index #iten h3 span{
	font-size: 12px;
	color: #C70003;
}
#index #iten p{
	margin:0 0 20px;
	line-height: 1.7;
	font-size:14px;
}
#index #iten p a.map{
	display: inline-block;
	padding:12px;
	border:2px solid #024ACB;
	color: #024ACB;
}
#index #iten .shomei{
	padding:20px 0;
}
#index #iten .shomei img{
	width:340px;
	
}
#index #iten{
	
}
#index #iten{
	
}



/* hearoheader
======================================================= */

header#heroheader{
	position:relative;
	width:100%;
	height: 100vh;
	max-height:860px;
	margin: 0 auto 30px;
	/*background:url(../images/index/main/main.jpg) no-repeat top center;*/
	background-size: 100%;
}
header#heroheader #logo{
	position: absolute;
	top:0px;
	left:2%;
	width:30%;
}

header#heroheader #logo img{
	width:100%;
}

/* cover photo*/

header#heroheader #cover{
	position: absolute;
	top:2%;
	right:2%;
	padding:1.3%;
	border-radius:15px;
	color: #f0f0f0;
	background:rgba(0,0,0,0.3);
	text-align: center;
}
header#heroheader #cover p{
	font-size: 12px;
}
header#heroheader #cover p.month{
	margin: 0 0 5px;
}
header#heroheader #cover p.user{

}


/* login area
=========================================*/
header#heroheader .loginArea{
	position:absolute;
	right: 120px;
	bottom:180px;
	width:268px;
	padding:20px 15px;
	/*background:rgba(0,152,240,0.86);
	border: 1px solid #64b3eb;*/
	/*background:rgba(255,178,12,0.72);
	border: 1px solid #f2bf51;*/
	background:rgba(255,255,255,0.46);
	border: 2px solid #64b3eb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	box-shadow: 2px 2px 4px 4px rgba(0,0,0,0.06);
}
header#heroheader .loginArea h2{
	font-size: 19px;
	padding:0 0 5px;
	margin-bottom:8px;
	border-bottom:1px solid #d9d9d9;
	line-height: 1.4;
	color: #000;
}
header#heroheader .loginArea h2 strong{
	font-family: Arial, Helvetica, "sans-serif";
}
header#heroheader .loginArea h2 span{
	display: block;
}
header#heroheader .loginArea .regist{
	margin:0 0 25px;
	font-size: 14px;
}
header#heroheader .loginArea .regist a{
	color: #000;
	text-decoration:underline;
}
header#heroheader .loginArea .login{
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}
header#heroheader .loginArea .login span{
	font-size: 11px;
	font-weight: 100;
}
header#heroheader .loginArea input[type=text]{
	display: block;
	width:90%;
	padding:6px;
	margin: 0 0 10px;
}
header#heroheader .loginArea input[type=password]{
	display: block;
	width:90%;
	padding:6px;
	margin: 0 0 16px;
}
header#heroheader .loginArea input[type=submit]{
	display: block;
	width:180px;
	margin: 0 auto ;
	padding:12px 30px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	
	/*0a77d5*/
	/*border: 1px solid #ae7e13;*/
	border: 1px solid #0a77d5;
	background: #0a77d5 url(../images/common/icon/submit.png) no-repeat 97% 22px;
	
}

header#heroheader .loginArea input[type=submit]:hover{
	color: #0a77d5;
	background: #fff url(../images/common/icon/submit2_on.png) no-repeat 97% 22px;
	
}

header#heroheader .loginArea .forUser{
	margin: 0 0 10px;
}
header#heroheader .loginArea .forUser .name{
	display: block;
	margin: 0 0 25px;
	font-size: 14px;
}
header#heroheader .loginArea .forUser a{
	display: block;
	padding:3px;
	background:#FFF;
	text-align: center;
	font-size: 14px;
	color: rgba(0,152,240,1);
}


/* model area
=========================================*/
header#heroheader .modelArea{
	position:absolute;
	right: 120px;
	bottom:30px;
	width:280px;
	height:110px;
	padding:5px 10px 15px;
	background:rgba(254,91,168,0.86);
	box-shadow: 2px 2px 4px 4px rgba(0,0,0,0.06);
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7a3bb+1,f56a91+100 */
background: #f7a3bb; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f7a3bb 1%, #f56a91 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f7a3bb 1%,#f56a91 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f7a3bb 1%,#f56a91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a3bb', endColorstr='#f56a91',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	border: 1px solid #ff98c9;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
header#heroheader .modelArea span{
	display: block;
	margin-bottom:12px;
}
header#heroheader .modelArea p{
	color: #fff;
}
header#heroheader .modelArea p a{
	color: #fff;
	font-size: 16px;
}

/* tel open credit
=========================================*/
header#heroheader .info{
	position:absolute;
	left: 120px;
	bottom:20px;
	width:360px;
	padding:10px;
	background:rgba(255,255,255,0.85);
	border-radius:2px ;
}
header#heroheader .info .open{
	margin: 0 0 12px;
}
header#heroheader .info .credit{

}
header#heroheader .sch{
	position:absolute;
	left: 530px;
	bottom:-20px;
	width:270px;
}


/*メイン*/

#mainArea{
	width:100%;
	height:500px;
	margin:0 auto 25px;
	padding: 0;
}
#mainArea .movie{
	float: left;
	width:700px;
	height:394px;
	margin:0 0 ;
	background:url(../images/section_bg.png) #f0f0f0;
}
#mainArea .studioImage{
	float: right;
	width:450px;
	height:394px;
	margin:0 0 ;
	background:#f0f0f0;
}
/* 下へボタン */
.induction {
	
	position:absolute;
	bottom:20px;
	left:50%;
	right:50%;
    text-align:center;

	-webkit-animation-name:induction; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:induction;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes induction {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes induction {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

/* user guide
======================================================= */


/* アコーディオンメニュー */
#index #acMenu dt{
	cursor:pointer;
}
#index #acMenu dt h3.fas{
	display: block;
	padding:8px 0 0;
}

#index #acMenu dd{
	display:none;
	width:100%;
	margin: 0;
	padding:0;
	box-sizing: border-box;
}



#userGuide{
	margin: 0 0 24px;
	padding:30px 22px 30px;
	background:rgba(255,255,255,0.7);
}

#userGuide h3{
	width:150px;
	margin: 0 auto 0px;
	padding:2px 15px;
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	background: #dcdcdc;
	border-radius:12px;
	color: #555;
	
}
#userGuide img{
	max-width: 100%;
}
#userGuide p{
	margin: 25px 0 25px;
	font-size:11px;
	line-height:1.6;
	color: #383838;
}
#userGuide .studio{
	margin: 0 0 25px;
}
#userGuide .course{
}
#userGuide ul{
	display: table;
	width:100%;
}
#userGuide ul li{
	display: table-cell;
}
/*
##########################################################################
リアルタイムコメント
##########################################################################
*/
#realcommeArea{
	margin: 0 0 25px;
}

#realcommeArea h3{
	padding:1.2%;
	background:#f0f0f0;
	line-height: 1;
	text-align: center;
}

#realcommeArea .inner{
	padding:2.8%;
	background:rgba(255,255,255,0.9)
}

#realcommeArea .section{
	width:100%;
	padding:12px 0;
	border-bottom:1px dotted #ddd;
}

#realcommeArea .section .img{
	float:left;
	width:14%;
	margin-right: 18px;
	text-align: center;
}
#realcommeArea .section .img a{
	display: block;
	margin: 0 0 8px;
}
#realcommeArea .section .img .name{
	text-align: center;
}

#realcommeArea .section .cont{
	float: right;
	width:80%;
}
#realcommeArea .section .cont .date{
	margin: 0 0 10px;
	color: #bbb;
	font-size: 11px;
}
#realcommeArea .section .cont .comment{
	font-size: 13px;
	line-height: 1.6;
}




/*
##########################################################################
ピックアップモデル
##########################################################################
*/
#pickupArea{
	width:100%;
	margin:0 0 30px;
	padding: 0;
}
#pickupArea .inner{
	width:880px;
	margin:0  auto 0;
	padding:10px 10px;
	background:#edf8ff;
}
#pickupArea h3{
	margin:0 0 18px;
	color:#FFF;
	font-size:25px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#pickupArea .inner .guidance{
	margin:0 0 20px;
	padding:12px 20px;
	background:#c0ebfe;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:22px;
	font-weight:bold;
	line-height:1.6;
	color:#444;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#pickupArea .box{
	width:270px;
	margin:0 3px 15px;
	padding:7px;
	border: 1px solid #dfdfdf;
	background:#FFF;
}
#pickupArea .box .img{
	position:relative;
	width:270px;
	height: 200px;
	margin:0 auto 10px;/*
	padding:10px;
	background:#c0ebfe;*/
}
#pickupArea .box .nameArea{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:6px 10px;
	box-sizing:border-box;
	background:rgba(40,23,29,0.6);
	line-height: 1;
}
#pickupArea .box .name{
	float:left;
	margin:0 0 6px;
	font-size:18px;
	text-align:center;
	color: #fff;
}
#pickupArea .box .icon{
	display: inline-block;
	float:right;
}
#pickupArea .box .icon span{
	display: inline-block;
	margin:0 5px;
	padding:3px 7px;
	color: #fff;
	line-height: 1;
	font-size: 11px;
}
#pickupArea .box .icon span.shihuku{
	background:#f3568d;
}
#pickupArea .box .icon span.mizugi{
	background:#3ebaf3;
}
#pickupArea .box .icon span.okugai{
	background:#29cd86;
}
#pickupArea .box .term{
	display: table;
	width:100%;
	font-size:11px;
	line-height:1.5;
	background:#f0f0f0;
	border: 1px solid #e0e0e0;
	box-sizing:border-box;
}
#pickupArea .box .term .title{
	display: table-cell;
	padding:5px;
	font-size:11px;
	line-height:1.5;
	border-right: 1px solid #e0e0e0;
}
#pickupArea .box .term .date{
	display: table-cell;
	width:80%;
	padding:5px;
	font-size:12px;
	line-height:1.5;
	border-right: 1px solid #e0e0e0;
}
#pickupArea .box .comment{
	height:5em;
	padding:5px;
	font-size:11px;
	line-height:1.5;
}
#pickupArea .box a.toProf{
	display:block;
	padding:10px;
	background:#4D4D4D;
	text-align:center;
	font-size:11px;
	color:#fff;
}
#pickupArea .box a.reservation{
	display:block;
	text-align:center;
	padding:12px 0;
	background:#35abf6;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#pickupArea .box a.reservation:hover{
	background:#357ef6;
}


/*
##########################################################################
動画新着情報
##########################################################################
*/
#top_movie{
	margin: 0 0 20px;
}
#top_movie h3{
	margin: 0 0 10px;
	text-align: center;
	font-size: 25px;
}
#top_movie .inner{
	padding:15px 15px 0;
	background:url(../images/section_bg.png) #f0f0f0;
}
#top_movie .box{
	width:46%;
	margin: 0 2% 20px ; 
	padding:10px;
	background:#fff;
	border: 1px solid #ddd;
	box-shadow:2px 2px 2px 2px rgba(0,0,0,0.07);
	box-sizing: border-box;
}
#top_movie .date{
	margin: 0 0 10px;
	font-size: 12px;
}
#top_movie .movie{
	margin: 0 0 0px;
}
#top_movie .name{
	margin: 0 0 12px;
	padding:1%;
	background:#484848;
	font-size: 11px;
	color: #ededed;
}
#top_movie .name a{
	font-size: 15px;
	color: #fff;
}
#top_movie .name span{
	font-size: 11px;
}
#top_movie .youtube {
	text-align:right;
}
#top_movie .youtube a{
	color:#005BE8;	
}


/*
##########################################################################
スケジュール
##########################################################################
*/
#top_sch{
	margin:0 0 20px;
	/*padding:20px;*/
	/*background:url(../images/index/schedule/bg.jpg)*/
	
	
	}
#top_sch h3{
	margin:0 auto 5px;
	padding:0;
	font-size:30px;
	font-weight:bold;
	color:#000;
}	
#top_sch .inner{
	width:1100px;
	margin:auto;
}
#top_sch table{
	width:100%;
	margin:auto;
}
#top_sch table td{
	position:relative;
	padding:3px 12px 10px;
	background:#FFF3F6;
	border-radius:5px;
	vertical-align:top;
	border:1px solid #e4799a;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.07);
}
#top_sch table td .section{
	height:70px;
	margin:0 0 1px;
}
#top_sch table td .date{
	float:left;
	width:70px;
	height:60px;
	padding-top:5px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background:#e4799a;
	/*color:#e4799a;*/
}
#top_sch table td .date .year{
	margin:0 0 0px;
	padding:0;
	font-size:11px;
}
#top_sch table td .date .month{
	margin:0 0 0;
	padding:0;
	font-size:15px;
}
#top_sch table td .date .day{
	font-size:30px;
	padding:0;
	margin:0;
	line-height:1;
}

#top_sch table td .toSch{
	float:right;
	margin:0 15px 0 0;
	font-size:16px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top_sch table td .toSch a{
	display:block;
	padding:10px 12px 10px 0;
	margin:10px 0px 0 0;
	width:208px;
	height:25px;
	background:url(../images/index/schedule/toSch_title_bg.png) no-repeat;
	font-weight:bold;
	color:#e4799a;
	text-decoration:none;
	text-align:right;	
}
#top_sch table td .toSch a:hover{
	text-decoration:underline;
}


#top_sch table td .box{
	width:100px;
	height:120px;
	margin:0 2px 4px;
}

#top_sch table td .box img{
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.07);
}

#top_sch table td .box .name{
	font-size:12px;
	text-align:center;
}
/**/
#top_sch .inner .toMonsch{
	text-align:right;
	margin-right:20px;
}

/**/
#top_sch table td .more{
	clear:both;
	position:absolute;
	bottom:3px;
	right:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top_sch table td .more a{
	color:#FF3499;
	text-decoration:none;
	font-size:22px;
	font-weight:bold;
	line-height:1;
}
#top_sch table td .more a:hover{
	color:#ff82c0;
}

/*
##########################################################################
ブログヘッドライン
##########################################################################
*/

#top_blog{
	padding:18px;
	background:rgba(250,250,250,1);
}

/*ブログヘッドライン*/
#top_blog h3{
	margin:0 0 10px;
}
#top_blog ul#blog_headline {
	width:96%;
	height:900px;
	overflow:auto;
	padding:2%;
	border:1px solid #DDD;
	background:#fff;
}
#top_blog ul#blog_headline li{
	margin: 0 0 10px;
	padding:4px 8px;
	background:#fff;
	border:1px dotted #07b5fe;
}
#top_blog ul#blog_headline li a{
	color:#271D1D;
}
#top_blog ul#blog_headline li:nth-child(even){
	background:#f9f9f9;
}


/*layout*/
#top_blog ul#blog_headline li .imgArea{}
#top_blog ul#blog_headline li .titleArea{}
#top_blog ul#blog_headline li .textArea{}
#top_blog ul#blog_headline li .castArea{}


/*title*/
#top_blog ul#blog_headline li .title{
	display: inline-block;
	font-size:13px;
	font-weight: bold;
}
#top_blog ul#blog_headline li .blog_date{
	display: block;
	margin-bottom:8px;
	font-size:11px;
	font-weight: 100;
	color: #484848;
}
/*img*/
#top_blog ul#blog_headline li .blog_img{
	display: block;
	margin-bottom:10px;
}
#top_blog ul#blog_headline li .blog_img img.photo{
	max-height:140px;
}
/*text*/
#top_blog ul#blog_headline li .text{
	font-size:13px;
	line-height: 1.5;
}
#top_blog ul#blog_headline li .text a{
	display: block;
	color: #F30C45;
}
/*cast*/
#top_blog ul#blog_headline li .castArea{
	display: table;
	width:96%;
	padding:2%;
	background:#f8dde2;
}
#top_blog ul#blog_headline li .cast_name{
	display: table-cell;
	vertical-align: middle;
	padding-left:12px;
	text-align: left;
}
#top_blog ul#blog_headline li .cast_img{
	display: table-cell;
	vertical-align: middle;
}
#top_blog ul#blog_headline li .cast_img img{
	height:40px;
}

/*
##########################################################################
最新情報
##########################################################################
*/


#news{
	width:100%;
	margin:0 0 20px;
	padding:0 0px;
}
#news h3{
	color:#000;
}
#news .inner{
	width:90%;
	height:510px;
	padding:0 5%;
	overflow:auto;
	overflow-x:hidden;
	font-size:0.9em;
	line-height:1.5em;	
	border:1px dotted #DDD;
}
#news .inner .section{
	width:100%;
	padding:12px 5%;
	border-bottom:1px solid #d3c2c7;
	box-sizing:border-box;
}

#news .inner .section .left{
	float:left;
}
#news .inner .section .icon{
	float:left;
	display: inline-block;
	width:auto;
	margin-left: 10px;
	font-size:11px;
}


#news .inner .section .news0{
	display:block;
	padding:1px 4px;
	color:#FFF;
	text-align:center;
	background:#8E8989;
}
#news .inner .section .news1{
	display:block;
	padding:1px 4px;
	color:#FFF;
	text-align:center;
	background:#EC2C80;
}
#news .inner .section .news2{
	display:block;
	padding:1px 4px;
	color:#FFF;
	text-align:center;
	background:#39A30E;
}
#news .inner .section .news3{
	display:block;
	padding:1px 4px;
	color:#FFF;
	text-align:center;
	background:#F56F14;
}
#news .inner .day{
	float:left;
	width:70px;
	border-bottom:1px solid #F39;
}
#news .inner .title{
	margin:5px 0;
	font-size:12px;
	color:#4B2E39;
}
#news .inner .text{
	padding:6px 0 0;
	font-size:11px;
	line-height:1.5;
	color:#555;
}
#news .inner .section .text img{
	margin:0 15px 0;
	background:#FFF;
}
#news .inner .section .img{
	width:50px;
}
#news .inner .section .img img{
	width:50px;
}

/*センター------------------------------------------------------------*/


/*メルマガ*/
#top_mmg{
	width:90%;
	margin:0 auto 15px;
	line-height:1.5;
}
#top_mmg h3{
	padding:10px 10px 10px 30px;
	background:url(../images/index/mmg_icon.jpg) no-repeat left center;
	font-size:18px
}
#top_mmg strong{
	display:block;
	padding:0 20px;
	margin:0 0 8px;
	color:#EB1619;
}
#top_mmg p{
	clear:both;
	margin:0;
	padding:0;
}
#top_mmg p.text{
	float:left;
	padding:0 20px 18px;
}
#top_mmg p.form{
	float:left;
	width:400px;
	padding:0 20px;
	padding:5px;
	background:red;
}

#top_mmg p.form form{
	display:block;
	margin-left:20px;
}
#top_mmg p.form strong{
	display:block;
	margin:0 0 4px;
	font-size:11px;
	color:#222;
}
#top_mmg  input[type="text"]{
	padding:4px;
	background-color:#f9ebeb;
	border:1px solid #000;
}


/*
##########################################################################
　イベント
##########################################################################*/

#eventArea{
	width:100%;
	margin:0 auto 30px;
	padding:0 ;
	box-sizing: border-box;
}
#eventArea .swiper-container {
	padding:0 ;
}
#eventArea .swiper-wrapper {
	padding:0 0px;
}
#eventArea .swiper-slide{
	width:650px;
	margin:0 ;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}


/*
##########################################################################
　NEWFACE
##########################################################################*/

#top_newface{
	width:100%;
	margin:0 auto 30px;
}
#top_newface h3{
	margin: 0 0 10px;
	text-align: center;
	font-size: 25px;
}
#top_newface .inner{
	padding:18px 0;
	background:rgba(255,255,255,0.82);
}
#top_newface .box{
	width:30%;
	margin: 0 1.5% 22px;
}
#top_newface .box .img{
	position: relative;
	width:100%;
	margin: 0 0 8px;
	text-align: center;
}
#top_newface .box .img img{
	max-width:100%;
}
#top_newface .box .name{
	margin: 0 0 8px;
	text-align: center;
	font-size:15px;
}
#top_newface .box a.toProf{
	display: block;
	margin: 0 0 ;
	padding:10px;
	text-align: center;
	background:#efefef;
}
#top_newface .box a.reservation{
	display: block;
	margin: 0 0 ;
	padding:10px;
	text-align: center;
	background:#e891ab;
	color: #fff;
}


/*
##########################################################################
　ギャラリー
##########################################################################*/

#top_gallery{
	width:100%;
	margin:0 auto 30px;
	padding:18px ;
	background:rgba(250,250,250,1);
	box-sizing: border-box;
}

#top_gallery h3{
	margin:0 0 10px;
}
#top_gallery .section{
	margin:0 0 10px;
	padding:18px;
	background:#fff;
	border: 1px solid #eee;
	borde-raradius:5px;
	box-shadow:2px 2px 2px 2px rgba(0,0,0,0.06);
}

#top_gallery .section .img{
	width:100%;
	margin:0 ;
}
#top_gallery .section .img img{
	max-width:100%;
}
#top_gallery .section .date{
	font-size:11px;
}
#top_gallery .section .date span{
	display: inline-block;
	margin-left:15px;
	padding:3px 10px;
	background:#444;
	color: #afafaf;
	line-height: 1;
}
#top_gallery .section .title{
	margin:0 0 10px;
	font-size:14px;
}

#top_gallery .section .model{
	margin:0 0 4px;
	font-size:12px;
	color: #ff589f;
}



/*
##########################################################################
インスタグラム
##########################################################################
*/
#instagram{
	width:100%;
	margin:0 0 25px;
}
#instagram h3{
	margin: 0 0 10px;
	text-align: center;
	font-size: 25px;
}
#instagram .inner{
	width:620px;
	background:rgba(255,255,255,0.82);
	padding:15px;
}



/*
##########################################################################
年末年始
##########################################################################
*/

.newyear{
	
	padding: 2.5%;
	background: #fff;
	margin-bottom: 10px;
	line-height:1.7;
}


