@charset "utf-8";
/* CSS Document */
/*480 600 960 1280*/
/*margin-bottom: 100px(PC)margin-bottom: 60px(SP)*/
/*イベント=======================*/



/*最新ニュース=======================*/
.news{
	max-width: 1280px;
	width: 90%;
	padding: 50px 0;
	margin: 0 auto;
}
.news h3{
	color: #6C966A;
}
.new_scroll{
	width:100%;
	height:auto;
	/*padding-top:35%;*/
	position:relative;
	overflow-x: auto;
	padding-bottom: 30px;
}

/*.new_scroll ul{
	width: 2000px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	
	height: 100%;
	white-space: nowrap;
}*/
.new_scroll ul{
	display: flex;
	width: 170%;/*件数で変更*/
}
.new_scroll li{
	width: 400px;
	padding-right: 2%;
	/*min-width: 400px;
	height: 100%;*/
}
.new_scroll li:last-child{
	padding-right: 0;
}
.new_scroll li div{
	position: relative;
}
.new_scroll li p:nth-of-type(1){
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}
.new_scroll li p:nth-of-type(1) img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.news_txt{
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	line-height: 1.2;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_txt span{
	display: block;
	margin-bottom: 5px;
}

@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP)*/
	.new_scroll ul{
		/*width: 250%;+//*件数で変更*/
	}
	.news_txt{
		padding: 8px;
		font-size: 1.2rem;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
.new_scroll ul{
	width: 286%;/*件数で変更*/
}
.new_scroll li{
	width: 800px;
}
	.news_txt small{
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; 
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.news_txt{
		padding: 5px;
		font-size: 1.0rem;
			}
}

/*スクロールバー全体*/
.new_scroll::-webkit-scrollbar {
	height: 8px;
}
 
/*new_scroll*/
.new_scroll::-webkit-scrollbar-track {
	background-color: rgba(241, 230, 213, 1.0);
}
 
/*スクロールバーの動く部分*/
.new_scroll::-webkit-scrollbar-thumb {
	background-color: rgba(105, 73, 26, .8);
	border-radius: 10px;
}


/*リンク色*/
a:link .news_txt{
	color:#FFFFFF;
	text-decoration:none;
	background-color: rgba(105,73,26,0.75);
}
a:visited .news_txt{
	color:#FFFFFF;
	text-decoration:none;
	background-color: rgba(105,73,26,0.75);
}
a:hover .news_txt{
	color:#FFFFFF;
	text-decoration:none;
	background-color: rgba(105,73,26,0.55);
}




/*出勤予定=======================*/
.schedule{
	width: 100%;
	padding: 80px 0;
	background-color: #DFD2C4;
}
.schedule h3{
	color: #775628;
}

/*日付*/
.schedule_day{
	text-align: center;
	margin-bottom: 10px;
}
.schedule_day span{
	position: relative;
	display: inline-block;
	padding: 0 40px;
	font-weight: bolder;
	margin: 0 auto;
	color: #775628;
}
.schedule_day span:before, .schedule_day span:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 20px;
height: 1px;
background-color: #775628;
}
.schedule_day span:before {left:0;}
.schedule_day span:after {right: 0;}
/*日付*/

/*更新時間*/
.schedule_update_wrap{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}
.schedule_update{
	display: inline-block;
	background-color: #C3AD97;
	color: #775628;
	padding: 5px 20px;
}
/*更新時間*/

/*明日の出勤ボタン（週間出勤へのリンク）*/
.top_schedule_btn{
	text-align: right;
	margin: 0 auto 20px;
	width: 100%;
	padding-right: 1%;
	box-sizing: border-box;

	max-width: 1280px;
}
.top_schedule_btn a{
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 15px 30px 15px 18px;
	background-color: #84683E;
	color: #FFFFFF;
	position: relative;
}
.top_schedule_btn a:hover{
	background-color: rgba(105,73,26,0.70);
}
.top_schedule_btn a i{
	position: absolute;
	right: 12px;
	top: 17px;

}
/*明日の出勤ボタン（週間出勤へのリンク）*/

/*リスト*/
.schedule ul{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.schedule li{
	text-align: center;
	padding: 5px 1%;
	box-sizing: border-box;
	margin-bottom: 30px;
	width: 48%;
	background-color:rgba(255,255,255,0.6);
	margin: 0 1% 15px;
}

.list_castcomment{/*キャストコメント*/
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; 
	height: 1.6em;
	line-height: 1.6;
}

.list_castprof{
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}
.list_castname{
	font-size: 1.8rem;
}
.list_castsize{
	margin-bottom: 10px;
}
.schedule_time{
	max-width: 300px;/*画像サイズに合わせる*/
	margin: 0 auto 3px;
	padding: 5px;
	box-sizing: border-box;
	background-color: rgba(105,73,26,1.00);
	color: #FFFFFF;
	line-height: 1.2;
}
.schedule_time span{
	display: inline-block;
}
.schedule_status span{
	color: #E0575B;
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.schedule li{
		width: 32%;
		margin: 0 0.5% 45px;
	}
}
@media screen and (min-width : 1280px) {/*1280以上(PC)*/
	.schedule li{
		width: 24%;
	}
}
@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP/タブレット/PC)*/
	.list_castcomment{/*キャストコメント*/
		font-size: 1.4rem;
	}
	.list_castprof small{
		font-size: 1.4rem;
	}
	.schedule_time span{
		font-size: 1.4rem;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.schedule{
		justify-content: space-between;
	}
	.list_castcomment{/*キャストコメント*/
		font-size: 1.2rem;
	}
}


.list_castphoto{
	position: relative;
	max-width: 300px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*background-color: rgba(238,238,238,0.75);*/
}
.list_castphoto:before {
		content:"";
		display: block;
		padding-top: 133.4%; /* 高さを幅の75%(4:3)に固定 100%1:1()*/
}
.list_castphoto div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.list_castphoto div img{
	vertical-align: middle;
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.list_castprof small{
		letter-spacing: -0.02em;
		font-size: 1.4rem;
	}
	.list_castsize,.schedule_status{
		font-size: 1.2rem;
	}
}

/*新人*/
.list_newface{
	position: absolute;
	right: 0;
	top:0;
	width: 0;
	height: 0;
	border-top: 30px solid rgba(242,171,57,0.75);
	border-right: 30px solid rgba(242,171,57,0.75);
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
}
.list_newface span{
	color: #FFFFFF;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	position: absolute;
		top:-20px ;
		left: -5px;
		display: inline-block;
		 transform: rotate(45deg);
}


/*体験入店orレアor復活*/
.list_caststatus{
	background-color: rgba(108,150,106,0.75);
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}


/*各アイコン*/
.list_casticon{/*共通*/
	padding: 0 6px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	border-radius: 5px;
	margin-right: 1%;
	vertical-align: top;
}
.list_casticon:last-of-type{
	margin-right: 0;
}
.list_casticon_nonsmoking{/*非喫煙*/
	background-color: #F4EFE7;
}
.list_casticon_nonsmoking i{
	color: #FF0000;
	margin-right: 0.2em;
}
.list_casticon_nonsmoking small{
	font-size: 1.2rem;
}


span.list_casticon_rea{/*レア*/
	background-color: #F2AB39;
	color: #000000;
	font-size: 1.2rem;
	letter-spacing: -0.2em;
}
.list_casticon_return{/*復帰*/
	background-color: #FFD954;
	color: #FFFFFF;
}

/*各アイコン　リンク*/
.list_casticon_link{
	max-width: 300px;
	width: 100%;
	height: 30px;
	margin: 0 auto 10px;
}
.list_casticon_link span{
	width: 31%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 1.5%;
}

.list_casticon_link a:link,.list_casticon_link a:visited{
	color: #FFFFFF;
}
.list_casticon_link a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list_casticon_link span i{
	font-size: 1.6rem;
	margin-right: 0.2em;
}
.list_casticon_link span small{
	font-size: 1.2rem;
}
.list_casticon_photoblog{/*写メ日記*/
	background-color: #F291B8;
}
.list_casticon_news{/*NEWS*/
	background-color: #0088E7;
}
.list_casticon_kuchikomi{/*口コミあり*/
	background-color: #E3007F;
}
.list_casticon_kuchikomi small{
	letter-spacing: -0.2em;
}

@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.list_casticon_link span i{
		font-size: 1.4rem;
	}
	.list_casticon_link span small{
		font-size: 1.0rem;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.list_casticon_link{
		display: flex;
		justify-content: center;
	}
	.list_casticon_link span{
		width: 31%;
		margin-right:2%;
	}
	.list_casticon_link span i{
		display: none;
	}
	.list_casticon_photoblog small,.list_casticon_kuchikomi small{
		letter-spacing: -0.2em;
	}
	.list_casticon_nonsmoking i{
		margin-right: 0;
	}
	.list_casticon_nonsmoking small{
		display: none;
	}
}
.list_casticon_link span:last-of-type{
	margin-right: 0;
}


/*出勤なし*/
.schedule_empty{
	width: 100%;
	text-align: center;
	height: 100px;
	line-height: 100px;
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.schedule_empty{
		height: 500px;
		line-height: 500px;
	}
}


/*SP用電話btn=======================*/
.sp_info_footer{
	width: 90%;
	margin: 60px auto 60px;
	text-align: center;
	font-style:normal;
	background-color: #F1E6D5;
	color: #69491A;
	padding: 30px 0;
}
.sp_info_footer p:nth-of-type(1){
	margin-bottom: 10px;
}
.sp_info_footer p:nth-of-type(1) span{
	font-size: 1.8rem;
	font-weight: bolder;
	font-family: 'Yellowtail', cursive;
}
.sp_info_footer p:nth-of-type(1) small{
	margin-left: 0.5em;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
}
.sp_info_footer p:nth-of-type(2){
	line-height: 1.2;
}
.sp_info_footer p:nth-of-type(3) small br{
	display: none;
}
.sp_info_footer p:nth-of-type(4){
	line-height: 2.4;
}
.sp_infobtn{
	width: 80%;
	margin: 20px auto 0;	
}
.sp_infobtn a{
	height: 2.4em;
}
.sp_info_footer small{
		font-size: 1.2rem;
	}
.sp_info_footer i{
	margin-right: 0.2em;
	font-size: 2.0rem;
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.sp_info_footer{
		display: none;
	}
}

/*シティヘブン写メガジェット=======================*/
.city_photoblog{
	padding: 5px 0 30px;
}
.city_widget320,.city_widget480,.city_widget600,.city_widget960{
	text-align: center;
}
.city_widget320 iframe,.city_widget480 iframe,.city_widget600 iframe,.city_widget960 iframe{
	background-color: #EEEEEE;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.city_widget600{
	
}
.city_widget960 iframe{
	max-width: 800px;
}

@media screen and (min-width : 480px) {/*480以上(タブレット/PC)*/
	.city_widget320{
		display: none;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.city_widget480{
		display: none;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.city_widget600{
		display: none;
	}
}
@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP/タブレット/PC)*/
	.city_widget960{
		display: none;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.city_widget600{
		display: none;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.city_widget480{
		display: none;
	}
}
/*口コミガジェット=======================*/
.fujoho_widget{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}
.fujoho_custom_banner{
	position: relative;
	width: 100%;
}
.fujoho_widget_himeblog{/*fujoho_custom_banner*/
	height: 235px;
	margin: 0 auto 30px;
}
.fujoho_widget_good{/*fujoho_custom_banner*/
	height: 300px;
	margin: 0 auto 30px;
}
.fujoho_widget_kuchikomi{/*fujoho_custom_banner*/
	height: 235px;
	margin: 0 auto 80px;
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.fujoho_widget{
		
	}
}


/*定期検査=======================*/
.std{
	padding: 80px 0;
	background-color: rgba(241,230,213,0.50)
}
.std dl{
	max-width: 1024px;
	width: 90%;	
	margin: 0 auto;
	line-height: 2.0;
}

.std dt{
	font-size: 2.2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #69491A;
	font-weight: normal;
	margin-bottom: 10px;
}
.std_btn{
	max-width: 400px;
	margin: 15px auto 40px;
}
@media screen and (min-width : 480px) {/*480以上(タブレット/PC)*/
	.std dl{
		font-size: 1.8rem;
	}
	.std dt{
		font-size: 2.4rem;
	}
	.std_btn a{/*c_btn*/
			letter-spacing: 0.08em;
	}
}

