@charset "utf-8";
/* CSS Document */
/*480 600 960 1280*/
/*========================================   profile   ========================================*/
.notfound{
	padding: 50px 3%;
	text-align: center;
}

/*メインプロフ*/
.profile_name{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 3%;
	margin-bottom: 20px;
	color: #69491A;
	background-color: #E5DBD0;
}
.profile_name p{
	white-space: nowrap;
	box-sizing: border-box;
}
.profile_name p small{
	font-size: 1.4rem;
}
.profile_name p:nth-of-type(1) strong{
	font-weight: normal;
	font-size: 2.2rem;
	margin-right: 1em;
}
.profile_name p:nth-of-type(2) span{
	color: #AA8E74;
	margin-left: 1em;
}


/*アイコン*/
.profile_name p:nth-of-type(3) span{/*共通*/
	margin-left: 0.6em;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	display: inline-block;
	border-radius: 5px;
}
.casticon_nonsmoking{/*非喫煙*/
	background-color: #FFFFFF;
}
.casticon_nonsmoking i{
	margin-right: 0.4em;
	color: #FF0000;
}
.casticon_rea{/*レア*/
	background-color: #F2AB39;
	color: #000000;
}
.casticon_return{/*復帰*/
	background-color: #FFD954;
}
.casticon_return i{
	margin-right: 0.4em;
	color: #FFFFFF;
}


/*写真*/
.main_profile{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 50px;
}
.profile_photo{
	max-width: 390px;
	width: 100%;
}
.photo_area{
	position: relative;
	margin-bottom: 15px;
}
.photo_btn{
	display: flex;
}
.photo_btn li{
	width: 18.5%;
	margin-right: 1.5%;
}
.photo_btn li:last-child{
	margin-right: 0;
}

/*新人*/
.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;
}
.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);
}

/*写メガジェット*/
.fujoho_photoblog_custom_banner{
	position: relative;
	max-width: 800px;
	width: 90%;
	/*height: 300px;*/
	margin: 50px auto 0px;
}

/*ヒメ日記カスタムバナー*/
.profile_fujoho_custom_banner{
	position: relative;
	width: 100%;
	height: 235px;
	margin-bottom: 20px;
}

/*QA*/
.profile_item_wrap{
	margin-bottom: 30px;
}
.profile_item li{
	border-bottom: #CCCCCC dotted 1px;
	padding: 10px 0 2px;
}
.profile_item li span{
	background-color: #EEEEEE;
	/*color: #69491A;*/
	display: inline-block;
	padding: 2px 5px;
	width: 10em;
	margin-right: 0.5em;
}

/*アイコンリンク*/
.profile_casticon{
	width: 100%;
	padding: 0px 0 20px;
	display: flex;
	justify-content: center;
}
.profile_casticon p{
	width: 30%;
}
.profile_casticon a{
	text-align: center;
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 1.5%;
}
.profile_casticon a:link,.profile_casticon a:visited{
	color: #FFFFFF;
}
.profile_casticon i{
	margin-right: 0.2em;
}
.profile_casticon a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.casticon_photoblog{
	margin-right: 2%;
}
.casticon_photoblog a{/*写メ日記*/
	background-color: #F291B8;
}
.casticon_news{
	margin-right: 2%;
}
.casticon_news a{/*NEWS*/
	background-color: #0088E7;
}
.casticon_kuchikomi a{/*口コミあり*/
	background-color: #E3007F;
}


/*体験入店*/
.caststatus{
	background-color: rgba(108,150,106,0.75);
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP/タブレット/PC)*/
	.profile_casticon,.profile_item{
		font-size: 1.4rem;
	}
}

@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.main_profile{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.profile_name{
		display: flex;
		align-items: center;
	}
	.profile_name p:nth-of-type(1){
		width: 36%;
		padding-right: 3%;
	}
	.profile_name p:nth-of-type(2){
		width: 64%;
	}
	.profile_name p:nth-of-type(3){
		width: 100%;
		text-align: center;
	}
	
	.profile_photo{
		max-width: 390px;
		width: 48%;
		margin-bottom: 30px;
	}
	/*.profile_fujoho_custom_banner{
		display: none;
	}*/
	.profile_item_wrap{
		width: 48%;
		margin-bottom: 20px;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.profile_name p:nth-of-type(1){
		width: 23%;
	}
	.profile_name p:nth-of-type(2){
		width: 42%;
	}
	.profile_name p:nth-of-type(3){
		width: 35%;
		text-align: right;
	}
	.profile_item_wrap{
		width: calc(100% - 450px);
	}
}
@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP/タブレット/PC)*/
	/*アイコン*/
	.profile_name{
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
	.profile_name p:nth-of-type(1){
		text-align: right;
	}
	/*アイコンリンク*/
	.profile_casticon p{
		width: 32%;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.profile_name{
		text-align: center;
		}
	.profile_name p:nth-of-type(1){
		text-align: center;
	}
	.profile_name p:nth-of-type(3){
		margin-top: 5px;
	}
	.profile_photo{
		margin: 0 auto 30px;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.profile_name p:nth-of-type(2){
		
	}
	.profile_name p:nth-of-type(2) span{
		color: #AA8E74;
		margin-left: 0.4em;
	}
}

/*コメント*/
.profile_comment span{
	background-color: #EEEEEE;
	/*background-color: rgba(241,230,213,1.00);
	color: #69491A;*/
	display: inline-block;
	padding: 2px 5px;
	margin-right: 0.5em;
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.profile_comment span{
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 5px;
	}
}


/*可能プレイ*/
.plofile_play{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
}
.plofile_play dt,.plofile_play dd{
	box-sizing: border-box;
	border-bottom: #AA8E74 dotted 1px;
}
.plofile_play dt{
	width: 30%;
		padding: 1em 0 0.6em;
}
.plofile_play dd{
	width: 18%;
	margin-right: 2%;
	padding: 1.3em 0.6em 0.3em;
	text-align: center;
	vertical-align: middle;
	border-bottom: #AA8E74 dotted 1px;
	/*font-family: "Noto Sans Japanese";*/
}
.plofile_play dt span{
	display: block;
	text-align: center;
	background-color: rgba(241,230,213,1.00);
	/*color: #FFFFFF;*/
	padding: 5px 1em;
	overflow: hidden;	
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.plofile_play dd{
		font-size: 1.8rem;
	}
}
@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP/タブレット/PC)*/
	.plofile_play dt{
		width: 36%;
		font-size: 1.4rem;
	}
	.plofile_play dt span{
		padding: 5px 0.2em;
	}
	.plofile_play dd{
		width: 12%;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.plofile_play dt{
		font-size: 1.2rem;
	}
	.plofile_play dd{
		padding: 1.0em 0.6em 0.3em;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.plofile_play dt{
		font-size: 1.0rem;
	}
	.plofile_play dd{
		font-size: 1.4rem;
	}
}


/*出勤表*/
.schedule_wrap{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 50px;
}
.schedule_wrap li{
	margin-right: 0px;
	box-sizing: border-box;
	text-align: center;
	border: #AA8E74 solid 1px;
	padding: 5px;
}
.schedule_wrap li:last-child{
	margin-right: 0px;
}
/*日付*/
.schedule_date{
	text-align: center;
	background-color: #AA8E74;
	color: #FFFFFF;
	padding: 3px 0px;
	white-space: nowrap;
}
.schedule_status{
	font-size: 1.2rem;
	line-height: 1.4;
}
.schedule_status span{
	display: inline-block;
}
.schedule_status_end{
	color: #E0575B;
}
.schedule_status_now{
	line-height: 1.4;
}
.schedule_status_now strong{
	color: #E0575B;
	font-weight: normal;
}
.schedule_status_now span{
	display: inline-block;
	font-size: 1.2rem;
}

/*WEB予約ボタン*/
.schedule_reserve_btn{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.schedule_reserve_btn a{
	display: block;
	padding: 3px 0;
	background-color: #DFD2C4;
	color: #69491A;
}
.schedule_reserve_btn a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
@media screen and (min-width:480px) and ( max-width:959px) {/*480から960まで(SP/タブレット/PC)*/
	.schedule_wrap li{
		display: flex;
		align-items: center;
		text-align: left;
		position: relative;
	}
		/*オフ日*/
	.schedule_off{
		padding-left: 2.8em;
	}	
	/*WEB予約ボタン*/
	.schedule_reserve_btn{
		position: absolute;
		top: 5px;
		right: 5px;
		width: 20%;
	}
}
@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP/タブレット/PC)*/
	.schedule_wrap li{
		margin-bottom: 10px;
	}	
	.schedule_wrap li:last-child{
		margin-bottom: 0;
	}
	.schedule_date{
		width: 8em;
		margin-right: 0.8em;
	}
	.schedule_time{
		margin-right: 0.8em;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.schedule_wrap li{
		font-size: 1.2rem;
	}
	.schedule_date{
		width: 7em;
		margin-right: 0.4em;
	}
	.schedule_time{
		margin-right: 0.4em;
	}
	/*WEB予約ボタン*/
	.schedule_reserve_btn{
		width: 6em;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.schedule_date{
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	/*WEB予約ボタン*/
	.schedule_reserve_btn{
		width: 60%;
		margin: 8px auto 0;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.schedule_status strong{
		font-size: 1.6rem;
	}
	/*WEB予約ボタン*/
	.schedule_reserve_btn{
		font-size: 1.4rem;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.schedule_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.schedule_wrap li{
		width : 14%;
		padding: 5px 5px 15px;
		margin-bottom: 6px;
	}
	.schedule_date{
		padding: 3px 5px;
		margin-bottom: 10px;
	}
	.schedule_status{
		margin-bottom: 8px;
	}
	.schedule_status_now{
		margin-bottom: 8px;
	}
	/*オフ日*/
	.schedule_off{
		padding-top: 1em;
	}
	/*WEB予約ボタン*/
	.schedule_reserve_btn{
		max-width: 200px;
		width: 90%;
		margin: 3px auto 0;
	}
}

