@charset "utf-8";
/*
CSS Information
 File name:	  lady.css
 Author:		 Administrator
 Style Info:	 /sp/lady.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */





#content ul.profile {
	margin: 10px auto 0;
	width: 95%;
}
#content ul.profile li{
	position: relative;
	float: left;
	margin: 0 5px 10px 0;
	width: 31.5%;
	border: solid 1px #000099;
}
#content ul.profile li:nth-of-type(3n) {
	margin-right: 0;
}
#content ul.profile li a{
	display: block;
	text-align: center;
	font-size: 85%;
	color: #000000;
}
#content ul.profile li span.photo {
	display: block;
	margin: 4px auto 2px;
	overflow: hidden;
	width: 84px;
	height: 112px;
	position: relative;
}
#content section ul.profile li span.cap{
	display: block;
	margin: 2px 5px 5px 5px;
	padding: 3px 0;
	text-align: center;
}
#content ul.profile li a > img.new {
	position: absolute;
	top: -15px;
	left: -1px;
}
.lady_iconList {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 5px;
}
#content ul.profile .lady_iconList span {
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: .3rem .2rem;
	white-space: nowrap;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% / 2 - 9px);
}
.lady_iconList .asobotalk_icon {
	background: #dc276d;
}
.lady_iconList .monopoly_icon {
	background: #c80037;
}
.lady_iconList .special_icon {
	background: #f5295f;
}

#content ul.profile .lady_iconList span:nth-child(n + 2) {
	width: calc(100% / 2 - 9px);
}

#content ul.profile .lady_iconList > span:nth-child(1):only-child {
    width: 100%;
}

#content ul.profile .sche_right .lady_iconList span {
	width: 100%;
	box-sizing: border-box;
}



#content ul.profile li span.photo .icon_dialect {
	vertical-align: top;
	position: absolute;
	bottom: 0;
	left: 0;
}

#content ul.profile li span:first-of-type img {
	width: auto;
	height: auto;
	max-width: 84px;
	max-height: 112px;
}

#content ul.profile li em {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-style: normal;
	color: #000066;
}

#content ul.profile li span.size {
	margin: 0 1px 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#content ul.profile li a > img.icon {
	display: inline-block;
	margin-bottom: 5px;
}

/* 予約システム */
.reserve_icon {
	display: block;
	margin: 2px 0;
	line-height: 1.5;
	color: #ffffff;
	background: #ed7d31;
	padding: 2px 5px;
}
.reserve_icon.monopoly {
	background: #eb68b2;
}
.monopoly_icon {
	display: block;
	margin: 2px;
	line-height: 1.5;
	color: #ffffff;
	font-size: 77%;
	background: #c4a126;
}
.special_icon {
	display: block;
	margin: 2px;
	line-height: 1.5;
	color: #ffffff;
	font-size: 77%;
	background: #eb68b2;
}

.sche_right {
	overflow: hidden;
}

#content h2.k_title {
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #ccc;
}
/**************************************

search form

*************************************/
.search_container-box {
	background: #eeeeee;
	padding: 5px 10px 10px 10px;
	margin-top: -10px;
}
.search_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 25px;
	width: 100%;
	margin: 10px auto;
	background: #fff;
	box-sizing: border-box;
}
.search_container label {
    width:100%;
}
.search_container input {
    width:100%;
    padding: 10px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search_container input::placeholder{
    color: #767d83;
}

.search_container button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search_container button::after {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23767d83%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
}
.filter_box {
	display: flex;
	gap: 0 10px;
}
#lady .filter_box-item {
	display: flex;
	width: 50%;
	position: relative;
}
.filter_box-item::after {
	content: "";
	width: 5px;
	height: 5px;
	border-color: rgb(51, 51, 51) rgb(51, 51, 51) currentcolor currentcolor;
	border-style: solid solid none none;
	border-width: 2px 2px 0px 0px;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}
#lady .filter_box select {
	width: 100%;
	background: #fff;
	padding: 10px 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
	margin: 0;
	border: 1px solid #d6d6d6;
	border-radius: 20px;
	font-size: 13px;
	line-height: initial;
}