@charset "utf-8";
/* CSS Document */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #stylist_wrap {
		margin-left:-1px;
		padding-right: 1px;
	}
}
#stylist{
	width: 100%;
	max-width: 768px;
	position: absolute;
	top: 10vh;
}
#stylist_wrap{
	padding: 0 2%;
	background-color:rgba(255,255,255,0.70);	
	padding-bottom: 150px;
	padding-top: 50px;
	min-height: 100vh;
}
#stylist_wrap .cate_list {
	width:80%;
	margin:0px auto;
	text-align: center;
	margin-bottom: 15px;
}
#stylist_wrap .cate_list li{
	margin-bottom: 15px;
}
#stylist_wrap .cate_list li a{
	color:#0080bb;
	display: inline-block;
	text-align: left;
}
#stylist_wrap .cate_list li a:hover {
	color:#ccc;
}
#stylist_wrap .cate {
	background-color:rgba(255,255,255,0.70);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#stylist_wrap .cate h3 {
	font-size: 20px;
	background:#0080bb;
	color:#fff;
	padding:10px 3%;
	margin-bottom: 5px;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
}
#stylist_wrap .cate .cate_photo{
	text-align: center;
	margin: 20px 0;
}
#stylist_wrap .cate .cate_txt1 {
	color: #d684b5;
	text-align: center;
}
#stylist_wrap .cate .cate_txt2 {
	color: #2b160a;
	padding:15px 3%;
	margin-bottom: 5px;
}
#stylist_wrap .cate .cate_box {
	width:94%;
	border:1px solid #2b160a;
	margin:0 auto 20px;
	color: #2b160a;
}
#stylist_wrap .cate .cate_box h4 {
	width:94%;
	padding:10px 3%;
	border-bottom: 1px dashed #fff;
	background-color: #2b160a;
	color: #fff;
	font-weight: normal;
	letter-spacing: 4px;
	font-size: 16px;
}
#stylist_wrap .cate .cate_box p {
	width:94%;
	padding:10px 3%;
}
#stylist_wrap .cate .cate_box h4:empty,
#stylist_wrap .cate .cate_box p:empty {
	display: none;
}
#stylist_wrap .cate .retop {
	text-align: center;
}
#stylist_wrap .cate .retop a {
	color:#2b160a;
}
@media screen and (orientation: landscape){
   /* 横向きの場合のスタイル */
#stylist{
	margin-top: 0;
}
}
@media screen and (max-width:320px) {
}
/*ここからスマートフォン用（415px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 415px){
#stylist_wrap .cate .cate_box figure img {
	max-height:300px;
}
}