@charset "utf-8";
.frof_ttl {
  padding: 30px 15px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

article {
  padding: 15px 0;
  font-size: 14px;
}

.comment,
.schedule,
.questions {
  padding: 15px;
  border-top: 5px solid #fe77a7;
}

.questions {
  margin-top: 15px;
  padding: 20px 10px 15px;
}

.section_ttl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.section_ttl img {
  margin-left: 10px;
  vertical-align: middle;
}

.prof_slide {
  position: relative;
}

.prof_slide .cats_rank {
  position: absolute;
  bottom: 0;
}

/************* slick *****************/
.prof .slick-prev,
.prof .slick-next {
  z-index: 1;
  width: 60px;
  height: 140px;
  margin-top: -70px;
}

.slick-list {
  background: #ededed;
}

.prof .slick-prev {
  left: 0;
  background: url("../images/controls_l.png") left center no-repeat;
  background-size: 30px 60px;
}

.prof .slick-next {
  right: 0;
  background: url("../images/controls_r.png") right center no-repeat;
  background-size: 30px 60px;
}

.prof .slick-slider {
  margin: 15px 0 40px;
}

.prof .slick-dots {
  bottom: -30px;
}

/*===== プロフィール =====*/
.prof_spec {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 10px;
  margin: 0 15px 15px;
  padding: 15px;
  border: 1px solid #ccc;
}

.prof_spec li {
  font-size: 14px;
}

.prof_detail {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-bottom: 10px;
  margin-inline: auto;
  line-height: 1.5;
}
.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;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.5;
}
.prof_dt,
.prof_dd {
  padding-block: 10px;
  border-top: 1px solid #ccc;
}
.prof_dt {
	padding-right: 15px;
  color: #fe77a7;
  font-weight: bold;
}

/*===== 女の子メッセージ =====*/
.message {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 20px 15px 15px;
  padding: 20px 50px;
  background: #f5f5ef;
  line-height: 1.5;
}

.message::before,
.message::after {
  position: absolute;
  width: 18px;
  height: 14px;
  background: url(../images/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;
}

/*===== お店からのコメント =====*/
.comment_txt {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.5;
}

/*===== 出勤予定 =====*/
.schedule_tel {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.schedule_tel_txt {
  padding: 20px 0;
  font-size: 14px;
}

.schedule_week {
  font-size: 14px;
  line-height: 1.5;
}
.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_last {
  width: 100%;
  padding: 10px 0;
}

.schedule-on,
.schedule-off {
  height: 38px;
  padding-top: 8px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
.schedule-on {
  border: 2px solid #fe77a7;
  background-color: #fff2f7;
  color: #fe77a7;
}
.schedule-off {
  border: 2px solid #999;
  background-color: #f4f4f4;
}

/*===== 新着写メ日記 =====*/
.newPhotoDiary {
  padding-top: 15px;
  border-top: 5px solid #fe77a7;
}

.newPhotoDiary .section_ttl {
  padding-left: 15px;
  border-bottom: none;
}

/*=====新着写メ日記 top.cssから流用=====*/
/* Masonry */
.js-masonry {
  margin: 0 auto;
}

/* 画像リサイズ */
#imageArea {
  box-sizing: border-box;
  width: 100%;
  min-height: 320px;
}

@media only screen and (min-width: 510px) {
  #imageArea {
    min-height: 220px;
  }
}

.diary_inside_name_box {
  position: relative;
  float: left;
  height: 90px;
  margin: 5px;
}

.square {
  width: 90px;
  height: 90px;
}

.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: 12px;
}

.diary_inside_txt span {
  display: block;
  padding-bottom: 3px;
  font-size: 12px;
  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%;
}

.inside_more {
  position: relative;
  margin: 0 15px 30px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.inside_more a {
  position: relative;
}

.inside_more a:before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #373737;
  border-right: 1px solid #373737;
  content: "";
}

/*===== 彼女に50の質問！ =====*/
.inside_more:last-child {
  margin-bottom: 0;
}

.quetions_dl {
  font-size: 14px;
  line-height: 1.5;
}

.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: -30px;
  width: 100%;
  height: 90px;
  padding-top: 60px;
  background: url(../images/girls/more_bg.png) repeat-x;
  background-size: contain;
  text-align: center;
}

.aco_close {
  position: absolute;
  bottom: 0;
  background: none;
}

.aco_close {
  max-width: 100%;
  height: 50px;
  line-height: 50px;
}

.aco_dl_mb {
  margin-bottom: 10px;
}

/* 彼女について～、他の女の子も～　*/
.questions_more {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.ekichika-yoyaku {
  width: 290px;
  margin-top: 15px;
  margin-inline: auto;
}
.ekichika-yoyaku img {
  max-width: 100%;
  height: auto;
}
