@charset "utf-8";
.content {
	padding-bottom: 30px;
  line-height: 1.5;
}
.girls_ttl {
  padding-block: 30px 20px;
}

/*=====お好み検索=====*/
.search_box_ttl {
  position: absolute;
  top: -11px;
	inset-inline: 0;
	margin-inline: auto;
}

/* 在籍人数 */
.girlsNum {
  font-size: 14px;
}

.girlsNum .num {
  color: #ff6baa;
  font-weight: bold;
}

/* 検索エリア */
.searchArea {
  margin-top: 15px;
	padding-inline: 15px;
}
.search_box {
  position: relative;
  padding: 15px 10px;
  text-align: center;
  border: 2px solid #ddcd96;
  border-radius: 8px;
	background-color: #fff;
  font-size: 10px;
}
.buttons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 5px;
  position: relative;
	margin-top: 10px;
  min-height: 40px;
}
.buttons > button {
	height: 40px;
	letter-spacing: 1px;
}
.search_box_all {
  /* すべてオン デフォルト */
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #3eb982 inset, 0 0 0 4px #99d7b7 inset;
  background: #35ac6b;
  background: linear-gradient(to bottom, #35ac6b 0%, #43be8b 50%, #35ac6b 100%);
  color: #fff;
  font-weight: bold;
}

.search_box_all.btn-off {
  /* すべてオフ */
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #8b8b8b inset, 0 0 0 4px #ccc inset;
  background: rgb(163, 163, 163);
  background: linear-gradient(to bottom, rgba(163, 163, 163, 1) 0%, rgba(137, 137, 137, 1) 100%);
  color: #fff;
  font-weight: bold;
}

.search_box_like {
  /* 好みから選ぶオフ　デフォルト　*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #8b8b8b inset, 0 0 0 4px #ccc inset;
  background: rgb(163, 163, 163);
  background: linear-gradient(to bottom, rgba(163, 163, 163, 1) 0%, rgba(137, 137, 137, 1) 100%);
  color: #fff;
  font-weight: bold;
}

.search_box_like.btn-on {
  /* 好みから選ぶオン */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #3eb982 inset, 0 0 0 4px #99d7b7 inset;
  background: #35ac6b;
  background: linear-gradient(to bottom, #35ac6b 0%, #43be8b 50%, #35ac6b 100%);
  color: #fff;
  font-weight: bold;
}

.like_aco_dd {
	margin-top: 20px;
}
.checkbox_ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
}

.checkbox_ul li {
  height: 40px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 40px;
  white-space: nowrap;
}

.like_resulte {
  margin-top: 20px;
  font-size: 12px;
}
.like_resulte_num {
	margin-top: 20px;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}

.like_search {
  width: 120px;
  height: 40px;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 2px solid #fc73a4;
  background: #fff;
  color: #fc73a4;
  font-weight: bold;
}

.like_search img {
  margin: -2px 2px 0 0;
  vertical-align: middle;
}

.search_box button.like_aco_close {
  width: 80px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-size: 12px;
}

.like_aco_close img {
  margin: -2px 2px 0 0;
  vertical-align: middle;
}

.search_box button {
  font-size: 12px;
}

/*** inputデザイン ***/
.form label {
  width: 100%;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: block;
}
input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  background-image: url(../img/girls/checkbox.png);
  background-size: 20px 40px;
  display: inline-block;
  vertical-align: middle;
  content: " ";
  padding-right: 8px;
  border-radius: 4px;
  margin: -2px 4px 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + label {
  background: #fffdd4;
  height: 39px;
}
input[type="checkbox"]:checked + label::before {
  background-color: #fff6fb !important;
  background-position: 0 -20px;
}

/*=====お名前検索=====*/
.name_aco {
	margin-top: 20px;
}

.search_box_name {
  /* 好みから選ぶオフ　デフォルト　*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #8b8b8b inset, 0 0 0 4px #ccc inset;
  background: rgb(163, 163, 163);
  background: linear-gradient(to bottom, rgba(163, 163, 163, 1) 0%, rgba(137, 137, 137, 1) 100%);
  color: #fff;
  font-weight: bold;
}

.search_box_name.btn-on {
  /* 好みから選ぶオン */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #3eb982 inset, 0 0 0 4px #99d7b7 inset;
  background: #35ac6b;
  background: linear-gradient(to bottom, #35ac6b 0%, #43be8b 50%, #35ac6b 100%);
  color: #fff;
  font-weight: bold;
}

/*=====お名前検索エラー=====*/
.name_erro {
  padding-top: 10px;
  color: #ff0000;
}

.name_form {
  display: flex;
	align-items: center;
	column-gap: 10px;
  width: 70%;
  margin-inline: auto;
}
.name_form_txt {
  flex: 1;
}
.name_form_txt input {
  border: 1px solid #ccc;
  width: 100%;
  height: 28px;
	padding-left: 8px;
  font-size: 16px;
}
.name_form_submit {
  width: 27%;
}
.name_form_submit input {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border-style: none;
  box-shadow: 0 0 0 3px #4b3c3c inset, 0 0 0 4px #9d9797 inset;
  background: #382c2c;
  background: linear-gradient(to bottom, #382c2c 0%, #4b3c3c 50%, #382c2c 100%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.name_txt {
  padding-bottom: 15px;
  font-size: 14px;
}
.name_txt span {
  color: #ff0000;
}

/*=====お名前検索結果=====*/
.name_result {
	display: flex;
	align-items: start;
	column-gap: 10px;
	position: relative;
	text-align: left;
}
.name_result:has(> *) {
	margin-top: 20px;
}
.name_result .arrow {
	right: 0;
}
.name_result .new {
	display: none;
}

/* メインコンテンツ */
.girls__items {
	display: grid;
	row-gap: 2px;
  margin-top: 30px;
}
.girls-item {
	display: flex;
	align-items: start;
	column-gap: 10px;
  position: relative;
  padding: 20px 15px;
  border-top: 1px solid #ddcd96;
  border-bottom: 1px solid #ddcd96;
}
.girls-item .new {
  position: absolute;
	top: 0;
	right: 0;
}
.girls-item__thumbnail {
  position: relative;
  width: 120px;
  height: 160px;
}
.girls-item__img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.girls-item__body {
  flex: 1;
	padding-right: 14px;
}
.girlsImg_name {
	display: flex;
	align-items: baseline;
  font-size: 18px;
  font-weight: bold;
}
.girlsImg_name span {
  font-size: 12px;
}
.girlsImg_size {
  font-size: 12px;
}
.girlsImg_time {
	width: fit-content;
  margin-top: 10px;
  padding: 3px 10px;
  border: 1px solid;
  color: #26b480;
  font-size: 14px;
  font-weight: bold;
}
.girls_detail_txt {
  margin-top: 10px;
  font-size: 14px;
}

.arrow {
  position: absolute;
  inset-block: 0;
  right: 10px;
	margin-block: auto;
}

.inside_more {
  margin-top: 20px;
	padding-inline: 15px;
}
.inside_more a {
  position: relative;
  height: 40px;
  border: 2px solid #ddd4bc;
  border-radius: 5px;
  color: #4b3c3c;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.inside_more span {
  font-size: 10px;
}

.bnr_box {
  padding: 0 15px 15px;
}
.bnr_box > * + * {
  margin-top: 20px;
}
