@charset "utf-8";
.content {
	padding-bottom: 30px;
	line-height: 1.5;
}
.prof_ttl {
  padding-top: 30px;
}
article {
  margin-top: 20px;
  font-size: 14px;
}

/*===== プロフィール =====*/
.prof_detail {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-bottom: 10px;
  margin-inline: auto;
  color: #4b3c3c;
}
.prof_detail-left,
.prof_detail-right {
  padding-inline: 10px;
}
.prof_detail-left {
  flex: 1;
  text-align: right;
}
.prof_detail-right {
  border-left: 1px solid #ccc;
}
.prof_detail-left_name {
  font-size: 18px;
  font-weight: bold;
}
.prof_detail-left_age {
  font-size: 14px;
}
.prof_detail-right span {
  font-weight: bold;
}

.prof_dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 20px 15px 15px;
  border-top: 3px solid #ddcd96;
  border-bottom: 3px solid #ddcd96;
  font-size: 14px;
}
.prof_dt,
.prof_dd {
  padding-block: 10px;
}
.prof_dt:not(:first-child),
.prof_dd:not(:first-child) {
  border-top: 1px solid #ccc;
}
.prof_dt {
	padding-right: 15px;
  color: #4b3c3c;
  font-weight: bold;
}

.message {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 20px 15px 15px;
  padding: 20px 50px;
  background: #f5f5ef;
}
.message::before,
.message::after {
  position: absolute;
  width: 18px;
  height: 14px;
  background: url(../img/girls/message.png) no-repeat;
  background-size: 18px 28px;
  content: "";
}
.message::before {
  top: 15px;
  left: 15px;
}
.message::after {
  right: 15px;
  bottom: 15px;
  background-position: 0 bottom;
}

.prof_spec {
  margin: 0 15px 15px;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.prof_spec li + li {
  margin-top: 10px;
}

/*===== お店からのコメント =====*/
.comment_ttl {
	max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.comment {
  padding: 15px;
}
.comment_txt {
  padding: 15px 0;
  font-size: 14px;
}

/*===== 出勤予定 =====*/
.schedule {
	padding-bottom: 30px;
}
.schedule_ttl {
  width: 100%;
  margin: 0;
  padding: 30px 0 10px;
}
.schedule_tel_txt {
  padding: 20px 0;
  font-size: 14px;
}
.schedule_week {
	padding-inline: 15px;
}
.schedule_day {
	display: grid;
	grid-template-columns: auto auto 1fr;
	align-items: center;
	column-gap: 10px;
	padding-block: 10px;
  border-bottom: 1px solid #ccc;
}
.schedule_day::before {
	transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  content: "";
}
.schedule_time {
  height: 38px;
  padding-top: 8px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
.schedule-on {
  border: 2px solid #26b480;
  color: #26b480;
}
.schedule-off {
  border: 2px solid #999;
  background: #f4f4f4;
}

.schedule .inside_more:last-child {
  margin-top: 15px;
}

.schedule_tel {
  margin-top: 20px;
  text-align: center;
}
.schedule_tel a {
	width: fit-content;
	margin-top: 15px;
  margin-inline: auto;
}

/*===== 新着写メ日記 =====*/
.diary {
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
}
/*=====新着写メ日記=====*/
.diary_ttl {
  padding: 20px 0 10px;
}

/* Masonry */
.js-masonry {
  margin: 10px auto;
}

/* 画像リサイズ */
#imageArea {
  box-sizing: border-box;
  width: 100%;
  min-height: 310px;
  padding: 0;
}
.diary_inside_name_box {
  position: relative;
  float: left;
  height: 90px;
  margin: 5px;
}
.square {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.diary_inside_txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  padding: 5px 0 0 3px;
  background-color: rgb(0 0 0 / 0.5);
  font-size: 10px;
}
.diary_inside_txt span {
  display: block;
  padding-bottom: 3px;
  font-size: 12px;
  overflow: hidden;
  color: #fff;
}

/* necessary plugin styles */
.one-line {
  left: 3px;
  width: 100%;
  color: #fff;
  font-size: 10px;
}
.diary_inside_name {
  width: 90px;
  padding-top: 8px;
  font-size: 12px;
  font-weight: bold;
}

/* necessary plugin styles */
.ellip {
  display: block;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.diary .inside_more {
  margin: 0 15px 30px;
}
.diary hr {
  border: solid #ccc;
  border-width: 1px 0 0 0;
}

.inside_more {
	margin-top: 20px;
	padding-inline: 15px;
}
.inside_more +.inside_more {
	margin-top: 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: 12px;
}
.inside_more a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 10px solid #4b3c3c;
  content: "";
}

/*===== 彼女に50の質問！ =====*/
.questions_open {
  padding-bottom: 20px;
}
.questions_ttl {
  width: 100%;
  margin: 0;
  padding: 30px 0 10px;
}
.questions_wrap {
  padding: 15px;
}
.quetions_dl {
  font-size: 14px;
}
.questions_dt {
  padding: 10px 0 5px 0;
  color: #fe77a7;
  font-weight: bold;
}
.questions_dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

/***** もっと見る　開閉ボタン *****/
.aco_dl {
  position: relative;
}
.aco_dt {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 90px;
  padding-top: 60px;
  background: url(../img/girls/more_bg.png) repeat-x;
  background-size: contain;
  text-align: center;
}
.aco_close {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  background: none;
}
.aco_close {
  max-width: 100%;
  height: 50px;
  line-height: 50px;
}
.aco_dl_mb {
  margin-bottom: 10px;
}

/************* slick *****************/
.prof .slick-prev,
.prof .slick-next {
  width: 60px;
  height: 140px;
  margin-top: -70px;
}
.prof .slick-prev {
  left: 0;
  background: url("../img/controls_l.png") left center no-repeat;
  background-size: 30px 60px;
}
.prof .slick-next {
  right: 0;
  background: url("../img/controls_r.png") right center no-repeat;
  background-size: 30px 60px;
}
.prof .slick-slider {
  margin: 15px 0 40px;
}
.prof .slick-dots {
  bottom: -30px;
}
.prof_slide {
  position: relative;
}
.prof_slide .cats_rank {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ekichika-yoyaku {
  margin-top: 15px;
	margin-bottom: -10px;
  padding-inline: 15px;
}
.ekichika-yoyaku a {
  width: fit-content;
  margin-inline: auto;
}
.ekichika-yoyaku img {
  max-width: 100%;
  height: auto;
}
