@charset "utf-8";
.content {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.5;
}
.play_ttl {
	width:100%;
  padding-block:30px 20px;
}
.play_ttl_border{
	position: relative;
	margin-bottom: 20px;
	padding: 0 10px;
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #4b3c3c;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.play_ttl_border span{
	position: relative;
	z-index: 1;
	width: fit-content;
	padding-inline: 10px;
	background-color: #fff;
}
.play_ttl_border::before{
	position: absolute;
	inset-block: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin-block: auto;
	background-color: #ddcd96;
	content: "";
}
.play-txt {
	margin-top: 20px;
}

/*=====ご利用方法=====*/
#howtouse{
	margin-bottom: 30px;
	padding-inline: 15px;
}
.tab {
	margin-top: 20px;
}
.tab-menu-step{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	column-gap: 5px;
	position: relative;
	margin: 0 -14px;
}
.tab-menu-step::before{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 4px;
	background: #26b480;
	content: "";
}

.tab-menu-step > *{
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex: 1;
	position: relative;
	height: 66px;
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 0;
	border-left: 1px solid #b2b2b2;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.tab-menu-step > *.active{
	z-index: 1;
}
.tab-menu-step > *:not(.active){
	text-decoration: underline;
}
.tab-menu-step > *:not(.active):hover{
	text-decoration: none;
	cursor: pointer;
}
.tab-menu span {
	display: flex;
	align-items: center;
	justify-content: center;
  width: 30px;
  height: 30px;
  background: rgb(15, 238, 191);
  background: linear-gradient(to bottom, rgba(15, 238, 191, 1) 0%, rgba(38, 181, 129, 1) 100%);
	border-radius: 3px;
}
.tab-menu span img {
	width: auto;
	height: 18px;
}
.tab-contents{
	display: none;
}
.tab-contents.active{
	display: block;
}

.howtouse-items {
  margin-top: 20px;
}
.howtouse-item {
  position: relative;
  border: 1px solid #ddcd96;
}
.howtouse-item + .howtouse-item {
  margin-top: 20px;
}
.howtouse-item:not(:last-child)::after {
	position: absolute;
	top: 100%;
	inset-inline: 0;
	width: 24px;
	height: 12px;
	margin-inline: auto;
	background-color: #26b480;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.howtouse-item_heading {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddcd96;  
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 13px;
  font-weight: bold;
}
.howtouse-item_heading p {
	padding: 10px;
}
.howtouse-item_heading span {
  color: #b60401;
}
.howtouse-item_contents {
	padding: 10px
}
.howtouse-item_inner {
	display: flex;
	align-items: flex-start;
	column-gap: 15px;
} 
.howtouse-item_link {
  display: block;
  position: relative;
	margin-top: 10px;
	padding-block: 13px;
	border-radius: 3px;
	background-color: #6b4b41;
	color: #fff;
  text-align: center;
}
.howtouse-item_link::after {
	rotate: 45deg;
	position: absolute;
	inset-block: 0;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-block: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 0 0;
  content: "";
}


.play_comic {
  margin-bottom:30px;
}
.play_comic .play_ttl_border,
.play_request .play_ttl_border {
	margin: 0 15px 20px;
}
.comics li {
	display: none;
}

/*タブ*/
.tab-play{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.tab-play li{
	display: flex;
	align-items: center;
	column-gap: 10px;
	position: relative;
	padding: 10px;
	border: 1px solid #ff7eaa;
	color: #ff7eaa;
	font-weight: bold;
}
.tab-play li.active{
	background-color: #ff7eaa;
	color: #fff;
}
.tab-play li.active::after {
	position: absolute;
	top: 100%;
	inset-inline: 0;
	width: 18px;
	height: 10px;
	margin-inline: auto;
	background-color: #ff7eaa;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
}
.comics {
	margin-top: 20px;
}

/*=====本日、出勤の女の子をご紹介！=====*/
.play_schedule {
	margin-bottom: 30px;
}
.play_schedule_ttl {
  padding-top:20px;
}
.play_schedule-items{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 10px;
	margin-top: 20px;
	padding-inline: 15px;
}
.girlsImg {
  text-align:center;
}
.girlsImg_pict{
  position:relative;
}
.girlsImg_time {
	margin-top:10px;
	padding-block:5px;
	border:1px solid #26b480;
  color:#26b480;
  font-size:10px;
  font-weight:bold;
}
.girlsImg_time.tomorrow {
  background:#7bcbee;
}
.girlsImg_name{
  display:block;
	margin-top:10px;
  font-weight:bold;
}
.girlsImg_name a{
  display:inline;
}
.girlsImg_name span{
  font-size:12px;
}
.girlsImg_size{
	margin-top: 5px;
  font-size:11px;
}

.inside_more {
  position: relative;
  margin: 20px 15px 30px;
  height: 44px;
  border: 2px solid #ddd4bc;
  border-radius: 5px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.inside_more::before{
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  content: "";
}
