@charset "utf-8";
@import "style.css";
/* CSS メニュー

【タグ/ベースデザイン】
【レイアウトデザイン】
【ヘッダーデザイン】
【ナビゲーションデザイン】


*/
*{}

#index .section{
	width:100%;
	margin:0 auto 20px;
}

#index .section:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}


/*角丸*/
/*
#top_info,#headline,#top_sch,#modelNews,#newface,#smaho{
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
	
	background:#FFF;
	padding:10px;
}
*/
/* ##クリックすると非表示にできるバナー(記述はheader.tpl)############## */
#offBnr{
	width:100%;
	height:50px;
	background:#58424a;
}
.offBnrInner{
	width:100%;
	margin:auto;
}
.offBnrInner .text{
	float:left;
	width:80%;
	padding:12px 0 6px;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.offBnrInner .text a{
	font-size:17px;
	color:#FFF;
}
.offBnrInner .topic{
	float:left;
	width:8%;
	height:50px;
}
.offBnrInner #offBtnClose{
	float:right;
	width:8%;
	height:50px;
}
.offBnrInner .marquee { position: relative; display: block; width: auto; height: 1.5em; overflow: hidden; }
.offBnrInner .marquee-inner { position: absolute; white-space: nowrap; }

/*
##########################################################################
INDEX
##########################################################################
*/
#index{}

#index h3{
	font-size:17px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:100;
}

/*メイン*/


#mainArea{
	position:relative;
	width:1216px;
	height:615px;
	margin:0 auto 20px;
	padding:0;
	background:url(../images/index/main/mian_bg.png) no-repeat center top;
}

#mainArea .logo{
	position:absolute;
	top:40px;
	left:480px;
}
#mainArea .reserve{
	position:absolute;
	top:390px;
	left:20px;
}
#mainArea .tel{
	position:absolute;
	top:425px;
	left:260px;
}
#mainArea .coupon{
	position:absolute;
	top:550px;
	left:260px;
}

#summaryArea{
	width:1180px;
	margin:0 auto 30px;
}


/*ムービー*/
#movieArea{
	float:right;
	width:425px;
}
#movieArea #movie{
	width:100%;
}


/*イベント*/
#eventArea{
}
#eventArea img{
	display:block;
	margin:0 0 15px;
}

/*
##########################################################################
イベント
##########################################################################
*/
#eventArea{
	width:100%;
	margin:0 auto;
}
/*
##########################################################################
ムービー
##########################################################################
*/

/*
##########################################################################
アバウト
##########################################################################
*/
#about{
	float:right;
	width:280px;
}

/*
##########################################################################
スケジュール
##########################################################################
*/
#top_sch{
	float:left;
	width:730px;
	margin:0 0 ;
	/*padding:20px;*/
	background:url(../images/index/schedule/bg.png);
	
	}
#top_sch h3{
	margin:0 auto 5px;
	padding:0;
	font-size:18px;
	font-weight:bold;
	color:#000;
}	
#top_sch h3 span{
	margin-left:20px;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top_sch .inner{
	width:94%;
	min-height:260px;
	padding:1%;
	margin:2%;
	background:#dbdbdb;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4) inset;
}
#top_sch .section{
	margin:0 0 5px;
}
#top_sch .date{
	float:left;
	width:300px;
	text-align:center;
	font-weight:bold;
	color:#000;
	/*color:#e4799a;*/
}
#top_sch .date .year{
	float:left;
	width:84px;
	margin:0 0 0px;
	padding:10px 0 0;
	font-size:15px;
	line-heigth:1;
	font-family:"Times New Roman", Times, serif;
}

#top_sch .date .year span.month{
	font-size:18px;
	font-weight:bold;
	line-heigth:1;
}
#top_sch .date .dayarea{
	float:left;
	padding:0;
	line-heigth:1;
}
#top_sch .date .dayarea .day{
	font-size:30px;
	padding:0;
}
#top_sch .date .dayarea .week{
	font-size:16px;
	margin-left:-5px;
	line-heigth:1;
}

#top_sch .toSch{
	float:right;
	margin:0 15px 2px 0;
	font-size:16px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top_sch .toSch a{
	display:block;
	padding:8px 12px 8px 36px;
	margin:0 0 0 0;
	width:164px;
	height:20px;
	background:url(../images/index/schedule/toSch_title_bg.png) no-repeat;
	font-weight:bold;
	color:#111;
	text-decoration:none;
	border:1px solid #ADADAD;
}
#top_sch .toSch a:hover{
	border:1px solid #353535;
	
}


#top_sch  .box{
	width:210px;
	height:70px;
	margin:0 4px 4px;
	padding:5px;
	background:#f9f9f9;
}
#top_sch  .box:after{
	content:url(../images/spacer.gif);/* 1x1の透過gif */
	display:block;
	clear:both;
	height:0;
}
#top_sch  .box .img{
	float:left;
	width:70px;
}
#top_sch  .box .cont{
	float:right;
	width:130px;
	padding:10px 0 0 ;
	color:#000;
	line-height:1;
}

#top_sch .box .name{
	margin:0 0 4px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#top_sch .box .time{
	padding:4px;
	background:#efefef;
	font-size:15px;
	letter-spacing:0.2;
	text-align:center;
}
#top_sch .box .reserve{
	padding:2px 4px;
	background:#049bcc;
	font-size:11px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
}
/**/
#top_sch .inner .toMonsch{
	text-align:right;
	margin-right:20px;
}

/**/
#top_sch .more{
	clear:both;
	position:absolute;
	bottom:-5px;
	right:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top_sch .more a{
	color:#FF3499;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
}
#top_sch  .more a:hover{
	color:#ff82c0;
}
#top_sch .teikyubi{
	font-size:25px;
	text-align:center;
	color:#333;
	line-height:1.5;
}
#top_sch .teikyubi p{
	font-size:13px;
}


/*########################################################################*/
#newsArea{
	min-height:850px;
	margin:0 0 45px;
}
#news_left{
	float:left;
	width:420px;
}


/*
##########################################################################
ブログヘッドライン
##########################################################################
*/

#top_blog{
	width:100%;
	margin:0 0 ;
	padding:0 0;
}

/*ブログヘッドライン*/
#top_blog #blog_headline{
	width:100%;
	margin:0 auto 30px;
}
#top_blog h3{
	height:20px;
	margin:0 0 10px;
	padding:10px 0 10px 46px;
	background:url(../images/index/blog_icon.png) no-repeat left center;
	color:#000;
	font-weight:bold;
}
#top_blog #blog_headline ul{
	width:95%;
	height:426px;
	overflow:auto;
	padding:2%;
	border:1px solid #DDD;
}
#top_blog #blog_headline ul li{
	padding:4px 8px;
	border-bottom:1px dotted #e2e2e2;
}

#top_blog #blog_headline ul li a{
	color:#484848;
}

#top_blog #blog_headline ul li:nth-child(even){
	background:#f0d5f8;
}

#top_blog #blog_headline ul li:hover{
	background:#f8edfc;
}

#top_blog #blog_headline ul li .blog_t{
	float:left;
	font-size:15px;
}
#top_blog #blog_headline ul li .blog_date{
	float:left;
	margin-right:10px;
	font-size:12px;
}
#top_blog #blog_headline ul li .blog_name{
	float:right;
	font-size:11px;
	color:#666;
}

#top_blog #blog_headline ul li .cast_name{
	float:right;
	margin-left:12px;
	text-align:right;
	font-size:11px;
	color:#888;
}
#top_blog #blog_headline ul li .blog_img{
	float:right;
	height:40px;
	margin-left:10px;
}
#top_blog #blog_headline ul li img.photo{
	height:40px;
}


/*
##########################################################################
写メ日記
##########################################################################
*/
#top_shame{
	margin:0 0 30px;
}
#top_shame #toShame{
	margin:0 0 12px;
}
#top_shame .inner{
	
}
#top_shame .box{
	width:220px;
	height:280px;
	margin: 4px ;
}
#top_shame .box .nameArea{
	width:96%;
	padding:10px 2% 0;
	background:url(../images/index/shame/name_bg.png) no-repeat;
}
#top_shame .box .name{
	width:140px;
	margin:0 0 8px;
	
}
#top_shame .box .name a{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
#top_shame .box .name a:hover{
	text-decoration:underline;
}
#top_shame .box .name a span{
	margin-left:2px;
	font-size:12px;
}
#top_shame .box .time{
	margin:0 0 0px;
	padding:5px 0;
	font-size:12px;
}
#top_shame .box .img{
	clear:both;
	margin:0 0 8px;
	padding:0 8px;
}
#top_shame .box .title{
	padding:2px 8px 4px 22px;
	background:url(../images/index/shame/text_icon.png) no-repeat;
}

/*
##########################################################################
新着情報
##########################################################################
*/

#top_info{
	width:100%;
	margin:0 0 20px;
	padding:0 ;
}
#top_info h3{
	height:20px;
	margin:0 0 10px;
	padding:10px 0 10px 46px;
	background:url(../images/index/news_icon.png) no-repeat left center;
	color:#000;
	font-weight:bold;
}
#top_info .inner{
	padding-left:10px;
	font-size:0.9em;
	line-height:1.5em;
	
	scrollbar-face-color: #e0e0e0;       /* 表面の色 */
  	scrollbar-3dlight-color: #cccccc;    /* 左端と上端の色 */
  	scrollbar-darkshadow-color: #cccccc; /* 右端と下端 */
  	scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
  	scrollbar-shadow-color: #999999;     /* 影の色 */
  	scrollbar-arrow-color: #30121a;      /* 矢印の色 */
	
}
#top_info .inner .section{
	width:100%;
	padding:9px 0;
	margin:0 0 4px;
	border-bottom:1px solid #d3c2c7;
}
#top_info .inner .section .icon{
	float:left;
	width:74px;
	font-size:10px;
}


#top_info .inner .section .news0{
	display:block;
	padding:1px 4px;
	color:#FFF;
	text-align:center;
	background:#151b97;
}
#top_info .inner .section .news1{
	display:block;
	padding:1px 4px;
	color:#FFF;
	text-align:center;
	background:#fd3b88;
}
#top_info .inner .section .news2{
	display:block;
	padding:1px 4px;
	color:#FFF;
	text-align:center;
	background:#3b3bfd;
}
#top_info .inner .section .news3{
	display:block;
	padding:1px 4px;
	color:#FFF;
	text-align:center;
	background:#fd7f3b;
}
#top_info .inner .day{
	float:left;
	width:70px;
	margin:0 10px;
	border-bottom:1px solid #000;
	font-size:12px;
}
#top_info .inner .title{
	float:left;
	width:240px;
	font-size:12px;
	line-height:1.1;
	color:#4B2E39;
}
#top_info .inner .text{
	clear:both;
	padding:6px 0 0;
	font-size:10px;
	line-height:1.2;
	color:#555;
}
#top_info .inner img{
	float:left;
	width:60px;
	margin:0 15px 0;
	background:#FFF;
}

/*
##########################################################################
Twitter
##########################################################################
*/
#twitter{
	float:right;
	width:420px;
	margin:0 0 ;
}
/*
##########################################################################
バナー
##########################################################################
*/
/*バナーエリア*/

#bannerArea{
	margin: 0 0 15px;
	padding:10px;
}
#bannerArea ul{
	width:100%;
	margin: 0 0 15px;
}
#bannerArea ul li{
	float:left;
	width:240px;
	margin: 0 12px 0 0;
}
/*
#bannerArea ul li:nth-child(2){
	margin:0 0px;
}
*/
#bannerArea ul li:nth-last-child{
	margin:0 ;
}
/*ライト------------------------------------------------------------*/

/*トップサイドバナーエリア*/
#modelRecruit{
	float:right;
	width:270px;
	padding-top:40px;
	margin:0 0 15px;
}
#modelRecruit a{
	display:block;
	margin:0 0 10px;
}


/*
##########################################################################
イベント
##########################################################################
*/
/*お問合わせ
------------------------------------------------------------*/
#contactArea{
	height:200px;
}
#contactArea h3{
	margin:0 0 12px;
}
#contactArea ul{
	display:table;
	width:100%;
	margin:0 0 15px;
}
#contactArea li{
	display:table-cell;
	width:25%;
	padding:1%;
	
}

#contactArea li .box{
	float:none;
	width:89%;
	padding:15px 5%;
	height:75px;
	border:1px dotted #999;
}
#contactArea li:nth-last-child{
	border-right:1px dotted #999;
}
#contactArea li h4{
	font-size:13px;
	margin:0 0 18px;
}

#contactArea li a{
	text-decoration:none;
	color:#2E2E2E;
	padding:4px;
}
#contactArea li a:hover{
	color:#FFF;
	padding:4px;
	background:#2E2E2E;
	
}
#contactArea li p{
	margin:0 0 10px;
	font-size:12px;
	line-height:1.5;
}


/**/
#forMedia{
	border:1px dotted #999;
	padding:20px;
	margin:5px 10px 25px;
}
#forMedia h4{
	margin:0 0 12px;
	font-size:13px;
}
#forMedia p{
	font-size:11px;
	line-height:1.5
}



/*
##########################################################################
イベント
##########################################################################
*/
/*メルマガ*/
#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;
}

/*
##########################################################################
イベント
##########################################################################
*/
/*----------------------------------------------------------------------------【index_スマートフォン】--*/
#index_sp{ 
	width:600px;
	padding:40px;
	margin:30px auto;
    background:#FCE4F7;  
	-moz-border-radius:20px; 
    -webkit-border-radius:200px;  
    border-radius:20px;
	font-size:40px;
}

#index_sp a{
	color:#F06;
}
