@charset "utf-8";
/* CSS Document */
/* =======================================

	LAYOUT

======================================= */
#main{
	display: inline-block;
	vertical-align: top;
	width: 48.8%;
	margin: 0 20px 0 0;
}
#right{
	display: inline-block;
	vertical-align: top;
	width: 48.8%;
	overflow: hidden;
}
#header_wrapper .nav_bnr{
	margin-top: 0;
}
.title{
	margin-bottom: 20px;
}
/* =======================================

	COVER

======================================= */
header {
    background-size: cover;
}
#home header{
/*	height: 650px;*/
	height:auto !important;
}
.amazingslider-nav-1{
	margin-top: -20px !important;
}
.amazingslider-arrow-left-1,
.amazingslider-arrow-right-1{
    top: 96% !important;
	z-index: 9999;
}
#headline {
    background-color: rgba(255,255,255,0.3);
    font-size: 16px;
    height: 60px;
    width: 1200px;
    line-height: 60px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
#headline .est-current{
    padding: 0 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
/* =======================================

	NEW-FACE

======================================= */
#newface {
    margin-bottom: 20px;
}
#newface ul{
	height: 365px;
	overflow: auto;
	margin-bottom: 26px;
}
#newface .block{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	border-bottom: 1px dotted #313131;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#newface .thum{
	width: 265px;
	height: 354px;
	overflow: hidden;
}
#newface .thum img{
	width: 100%;
}
#newface .detail{
	width: 53.5%;
	width: calc(100% - 265px - 10px);
	font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
}
#newface .detail .name{
    font-size: 24px;
    font-weight: bold;
}
#newface .detail > em{
	font-size: 15px;
    display: block;
    margin-bottom: 15px;
}
#newface .comment{
	font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
}
#newface .more {
    text-align: right;
}
#newface .more a {
    color: #313131;
    font-size: 18px;
    text-align: center;
    border: 1px solid #313131;
    border-radius: 6px;
    padding: 8px 30px 5px;
    transition: all 0.5s ease 0s;
}
/* =======================================

	NEWS

======================================= */
#news{}
#news .block{
	margin-bottom: 40px;
}
#news article{
	border-bottom: 1px dotted #313131;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#news article > time{
	display: block;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
}
#news article > h4{
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#news article > h4 > a{
	color: #ff229d;
	transition: all 0.5s ease 0s;
}
#news article > h4 > a:hover{
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}
#news .more{
	text-align: right;
}
#news .more a{
	color: #313131;
	font-size: 18px;
	text-align: center;
	border: 1px solid #313131;
	border-radius: 6px;
	padding: 8px 30px 5px;
	transition: all 0.5s ease 0s;
}
#news .more a:hover{
	color: #ff229d;
	border-color: #ff229d;
	transition: all 0.5s ease 0s;
}
/* =======================================

	REAL TIME [ TAB SETTING ]

======================================= */
.tab{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
}
.tab li{
	width: 40%;
	color: #707070;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
	padding: 5px 25px 7px;
	margin: 0 10px 20px;
	cursor: pointer;
	border: 2px solid #707070;
    border-radius: 5px;
    background-color: #eeeeee;
}
.tab li:first-child.select {
    border-color: #ff9300;
    color: #ffffff;
    background-color: #ffb83a;
}
.tab li:first-child.select i {
    color: #ff3a3a;
}
.tab li:nth-child(2n).select {
    border-color: #0097ff;
    color: #ffffff;
    background-color: #25a6ff;
}
.tab li:nth-child(2n).select i {
    color: #f9ff36;
}
.tab li > i{
    font-size: 26px;
    vertical-align: -4px;
    margin-right: 6px;
}
.realtime_block li{

}
.hide{
	display: none;
}
.size21 {
    font-size: 21px;
    font-weight: bold;
}
/* =======================================

	REAL TIME

======================================= */
#realtime_block{}
.realtime_block {
    background-color: rgba(255,255,255,0.8);
}
#daytime,
#nighttime{
    height: 832px;
	overflow: auto;
}
.realtime_block article{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: 10px;
}
.realtime_block article:last-child{
	margin-bottom: 0;
}
.realtime_block .thum{
	position: relative;
	width: 200px;
	height: 250px;
	overflow: hidden;
}
.realtime_block .thum img{
	width: 100%;
}
.realtime_block .detail{
	width: calc(100% - 200px - 10px);
    height: 250px;
}
.realtime_block .detail > h4{
	background-image: url("../images/title_oblique_b.png");
	background-repeat: repeat;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
	padding: 12px 10px 8px;
}
.realtime_block .detail > i{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
	width: 105px;
    margin-bottom: 5px;
	padding: 5px 5px 3px;
	border: 1px solid;
}
.realtime_block .detail > i[class^="icon_"]{
	color: #FFF;
	border: none;
	width: 80px;
}
.realtime_block .detail > i.icon_movie{
 	background-color: #ff8d8d;
}
.realtime_block .detail > i.icon_selfie{
	background-color: #00a8a0;
}
.realtime_block .detail > i.icon_diary{
	background-color: #ff7ac4;
}
.realtime_block .detail > i.icon_mat{
    background-color: #ffa465;
}
.realtime_block .detail p.name{
	color: #ff337a;
	font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.realtime_block .detail em{
	display: block;
	font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #313131;
}
.realtime_block .detail p.comment{
	font-size: 14px;
	line-height: 1.2;
	height: 69px;
	overflow: auto;
}
.realtime_block .detail i a {
    color: #ffffff;
}
/*待ち時間判定*/
.real_soon{
	background-color: #F64BB1;
}
.real_possible{
	background-color: #96CF6C;
}
.real_cancel{
	background-color: #7998EC;
}
.real_last{
	background-color: #f8b551;
}
.real_rest{
	background-color: #e84343;
}
.real_end{
	background-color: #666666;
}
/*部長・優等生*/
i.icon_special{
	position: absolute;
    bottom: 30px;
	left: 0;
}
i.icon_special img{
	width: 1000px;
}
/* =======================================

	JIDORI SELFIE

======================================= */
.jidori_block {
    width: 860px;
    display: inline-block;
}
.selfie_block {
    display: inline-block;
    width: 315px;
    margin-left: 20px;
    vertical-align: top;
}
.selfie_block iframe {
    width: 315px;
    height: 580px;
}
.title_color_green {
	color:#81C36E
}
.center_box {
    margin-top: 10px;
}
.selfie_block .more {
    text-align: center;
    margin: 30px 0 0;
}
.selfie_block .more a{
	color: #313131;
	font-size: 18px;
	text-align: center;
	border: 1px solid #313131;
	border-radius: 6px;
	padding: 8px 30px 5px;
	transition: all 0.5s ease 0s;
}
.selfie_block .more a:hover{
	color: #ff229d;
	border-color: #ff229d;
	transition: all 0.5s ease 0s;
}
.more a {
    background-color: rgba(255,255,255,0.6);
}