@charset "utf-8";
/* CSS Document */

/*---ユニーク---*/
.syameBoxWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.syameWrap {
	overflow: hidden;
	/* width: 144px; */
	/* height: 336px; */
	/* float: left; */
	margin-right: 13px;
	margin-bottom: 13px;
	/* border: 1px solid #2b6ce2; */
	box-sizing: border-box;
	background: #2f2f2f;
	position: relative;
	color: #ffffff;
	cursor: pointer;
}


.syameWrap:nth-of-type(4n) {
	/* margin-bottom: 20px; */
	margin-right: 0;
}

.syameWrap.syameChoice::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	z-index: 0;
}

.syameBox {
	width: 180px;
	/* height: 336px; */
	/* float: none; */
	/* margin: 0px; */
	/* border: none; */
}

.syameBox:hover .syameStateWrap .syameText {
	text-decoration: none;
}

.syameBox.today .syameDate, .syameBox .syameDate {
	/* height: 33px; */
	/* padding: 6px 0 0 39px; */
	font-size: 18px;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

.syameBox .syameDate:before, .today.syameBox .syameDate:before {
	width: 50px;
	height: 36px;
	/* content: "次回"; */
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	text-indent: 0;
	text-align: center;
	line-height: 36px;
}

.syameBox .syamePhoto {
	/* height: 230px; */
	width: 100%;
	height: auto;
	/* background-color: #ffffff; */
	aspect-ratio: 1 / 1;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.syameBox .syamePhoto img {
	/* height: 230px; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  transition: opacity .2s ease;
}

.syameBox:hover .syamePhoto {
  opacity: 0.8;
}

.syameStateWrap {padding: 8px;}

.syameBox .syameDetails {
	/* padding: 7.5px 0; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.syameBox .syameName {
  /* width: 76px; */
  box-sizing: border-box;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
}

.syameBox .syameTime {
  font-size: 14px;
}

.syameBox .syameText {
	/* padding: 10px 5px 6px; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
}

#overLay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 1001;
	overflow: auto;
}

#overLay #syameScreen {
	/* border: 5px solid #dfeaff; */
	/* box-shadow: 0px 0px 3px #ffffff; */
	background-color: #2f2f2f;
	/* border-radius: 10px; */
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 980px;
	color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	/* display: flex; */
	/* flex-direction: column; */
	/* flex-wrap: wrap; */
}

#overLay #syameScreen .syameTitle {
	font-size: 26px;
	font-weight: 700;
	/* color: #2b6ce2; */
	/* margin: 38px 0 0 40px; */
	width: 100%;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.75;
	height: 46px;
}

#overLay #syameScreen .syameContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: calc(100% - 46px);
}

#overLay #syameScreen .syameData {
	margin-right: 3%;
	text-align: right;
}

#overLay #syameScreen .syameTextWrap {/* padding: 15px; */padding-bottom: 0;box-sizing: border-box;height: 100%;background-color: #424242;overflow-y: auto;}

#overLay #syameScreen .syameText {
	/* width: 420px; */
	/* border-radius: 10px; */
	/* border: solid 2px #0c71e2; */
	box-sizing: border-box;
	/* overflow: scroll; */
	/* position: absolute; */
	/* bottom: 20px; */
	/* top: 83px; */
	/* left: 20px; */
	padding: 15px;
	font-size: 20px;
	/* line-height: 26px; */
	/* background-color: #424242; */
	/* height: 100%; */
}

#overLay #syameScreen .syameText div {
  word-wrap: break-word;
}

#overLay #syameScreen .syameText p {
	font-size: 20px;
	line-height: 1.2em;
}

#overLay #syameScreen .syameText div img {
	margin-bottom: 15px;
}

#overLay #syameScreen .syameContentLeft {
	/* position: absolute; */
	/* bottom: 20px; */
	top: 20px;
	right: 20px;
	/* overflow: hidden; */
	width: 420px;
	height: 100%;
	/* display: flex; */
	/* flex-direction: column; */
}

#overLay #syameScreen .syameContentRight {
  width: 460px;
  /* height: 100%; */
}

#overLay #syameScreen .girlsDetailBox {
    width: 430px;
    margin: 0 auto;
}

.detailGirlsLower {display: flex;flex-wrap: wrap;justify-content: space-between;}

#overLay #syameScreen .girlsDetailBox .detailGirlsImg {
	/* border: solid 2px #3774e4; */
	width: 180px;
	box-sizing: border-box;
	/* margin: 0 10px 0 0; */
	/* float: left; */
}

#overLay #syameScreen .girlsDetailBox .detailGirlsImg img {
	width: 100%;
	height: 100%;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper {
	font-size: 16px;
	margin: 0 0 20px 0;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p {
	font-size: 20px;
	/* margin-bottom: 10px; */
	border-bottom: 1px solid #5c5758;
	text-align: left;
	text-indent: 6px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p span {
	font-weight: bold;
	font-size: 20px;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p:first-child {
	font-size: 30px;
	border-bottom: none;
	position: relative;
	font-weight: bold;
	/* margin: 0 auto 23px; */
	line-height: 36px;
	text-align: center;
	/* width: 265px; */
	white-space: nowrap;
	height: auto;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p:first-child span {
  font-size: 24px;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p:first-child:after {
	/* content: ""; */
	/* display: block; */
	/* width: 265px; */
	/* height: 17px; */
	/* background-image: url(/img/main/bg_girlsName_ornament_long.png); */
	/* position: absolute; */
	/* left: 0px; */
	/* bottom: -20px; */
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p:nth-child(2) {
	/* letter-spacing: 0.6px; */
	text-align: center;
	/* border-bottom: 0; */
	font-weight: 700;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p:nth-child(3) {
	/* margin-top: 20px; */
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p:nth-child(3) span {
	display: inline-block;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p:nth-child(4) span {
	letter-spacing: -1.1px;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p:nth-child(4) span span {
	margin-right: 5px;
	font-size: 16px;
}

#overLay #syameScreen .girlsDetailBox .detailGirlsUpper p:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#overLay #syameScreen .buttons {

}

#overLay #syameScreen .girlsDetailBox .flatBtn {
	width: 230px;
	height: 54px;
	line-height: 54px;
	/* background: linear-gradient(#0f85f2 16%, #094fa6, #0e64e6 46%, #0e64e6 100%); */
	/* float: left; */
	/* margin: 0 0 10px 0; */
	margin-bottom: 10px;
	background-color: #ffffff;
}

#overLay #syameScreen .girlsDetailBox .flatBtn:nth-child(1) {
	/* margin-top: 20px; */
}

#overLay #syameScreen .girlsDetailBox .flatBtn:last-child {
	/* height: auto; */
	margin-bottom: 0;
}

#overLay #syameScreen .girlsDetailBox .flatBtn a {
	font-size: 20px;
	/* line-height: 39px; */
	background-color: #202020;
	color: #ffffff;
	/* border: none; */
	/* margin: 2px; */
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease;
}

#overLay #syameScreen .girlsDetailBox .flatBtn a:hover {
	/* background: #2b6ce2; */
	/* color: #ffffff; */
	opacity: 0.8;
}

#overLay #syameScreen .girlsDetailBox .flatBtn:last-child a {
	/* padding: 6px 0 2px; */
	/* line-height: 1.3em; */
}

#overLay #syameScreen .flatBtn.close {
	position: absolute;
	top: -16px;
	right: -17px;
	background-image: url(/img/common/img_crossmark.png);
	width: 38px;
	height: 38px;
}

#overLay #syameScreen .flatBtn.close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background: #888;
	/* border: solid 5px #0c70e2; */
	/* border-radius: 30px; */
	cursor: pointer;
}

#overLay #syameScreen .flatBtn.close:before {
	position: absolute;
	top: 24px;
	left: 7.5px;
	width: 37px;
	height: 2px;
	content: "";
	background-color: #ffffff;
	transform: rotate(45deg);
}

#overLay #syameScreen .flatBtn.close:after {
	position: absolute;
	top: 6px;
	left: 24.5px;
	width: 2px;
	height: 39px;
	content: "";
	background-color: #ffffff;
	transform: rotate(225deg);
}

.pickUpContentSyame {
	overflow: hidden;
}

.overlayHidden {
	overflow: hidden;
}

/*-- スクロールバー --*/

div::-webkit-scrollbar {
	width: 15px;
}

div::-webkit-scrollbar-track {
	background: #fff;
	border: none;
	/* border-radius: 10px; */
	/* box-shadow: inset 0 0 2px #777; */
}

div::-webkit-scrollbar-thumb {
	background: #aaa;
	/* border-radius: 10px; */
	box-shadow: none;
}

.girls-deco-image {
	height: 26px;
	object-fit: contain;
	display: inline;
}
