/*　その他の緊急修正対応 */
@supports (height: 100svh) {
	@media screen and (max-width: 1024px) {		
		body#op {
			height: calc(100svh - 16rem) !important;
		}
	}
}

/* 新人ページのコメントがテキストの長さにより途中で切れてるため (2025/04/10) */
#newface .gallist li article .comment {
  height: auto;
  max-height: fit-content;
  overflow: inherit;
}

/* #toppage */
#toppage .newInfo_list {
  width: 100%;
}
#toppage .newInfo_item {
  border-bottom: 1px solid #fff;
  margin-bottom: 2%;
  width: 100%;
}
#toppage .newInfo_article {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
#toppage .newInfo_article h3 {
  color: #cbad85;
  transition: all 0.4s ease 0s;
}
#toppage .newInfo_link:hover .newInfo_article h3 {
  color: #fff;
}
#toppage .newInfo_article .more {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #toppage .newInfo_article .more {
    right: 3%;
    bottom: 10%;
  }
}

#topbox #profdata .wait_contents {
  text-align: center;
}
#topbox #profdata .wait_box {
  /*background: linear-gradient(135deg, #353851, #26293C) repeat scroll 0 0;*/
  display: inline-block;
  padding: 5px 10px 4px;
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: 96%;
}
@media screen and (max-width: 768px) {
  #topbox #profdata .wait_box {
    max-width: 320px;
  }
}
#topbox #profdata .wait_time {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*color: #fff;*/
}
#topbox #profdata .wait_time span {
  animation: a linear 10s infinite;
  display: inline-block;
}

.schedule_btnArea {
  padding: 10px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .schedule_btnArea {
    padding: 2% 0;
  }
}

.schedule_btnList {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.schedule_btnItem {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .schedule_btnItem {
    width: 12vw;
  }
}

.schedule_lastWeek_btn,
.schedule_nextWeek_btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 8px 10px 3px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .schedule_lastWeek_btn,
  .schedule_nextWeek_btn {
    padding: 10% 5% 5%;
  }
}
.schedule_lastWeek_btn i, .schedule_lastWeek_btn span,
.schedule_nextWeek_btn i,
.schedule_nextWeek_btn span {
  /* color: #fff; */
  font-size: 16px;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 768px) {
  .schedule_lastWeek_btn i, .schedule_lastWeek_btn span,
  .schedule_nextWeek_btn i,
  .schedule_nextWeek_btn span {
    font-size: 3.5vw;
  }
}

/*
.schedule_lastWeek_btn:hover,
.schedule_nextWeek_btn:hover {
  i,span {
    color: #fff;
  }
}
*/
.schedule_nextWeek_btn {
  flex-direction: row-reverse;
}

#schebox .info-header {
  min-height: 59px;
  border-bottom: 1px solid #474B6A;
}

#schebox > ul li .wait_time {
  border: 1px solid;
  display: block;
  margin: 0 auto;
  width: 96%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#schebox > ul li .wait_time span {
  animation: a linear 10s infinite;
  display: inline-block;
}

#schebox > ul li .days {
  border-bottom: none;
}

#schebox > ul li .room {
  display: block;
}

#schebox .sp .schedule_list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
#schebox .sp .schedule_item {
  box-sizing: border-box;
  border-top: 1px solid #474B6A;
  border-left: 3px solid #474B6A;
  border-right: 3px solid #474B6A;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#schebox .sp .schedule_item:last-of-type {
  border-bottom: 1px solid #474B6A;
}
#schebox .sp .schedule_left {
  box-sizing: border-box;
  border-right: 1px solid #474B6A;
  padding: 5% 0%;
  width: 28%;
}
#schebox .sp .schedule_rigth {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 3%;
  position: relative;
  width: 72%;
}
#schebox .sp .schedule_days {
  text-align: center;
}
#schebox .sp .schedule_room {
  text-align: center;
}
#schebox .sp .schedule_time {
  font-size: 3.2vw;
  position: relative;
  width: 50%;
}
#schebox .sp .schedule_detailArea {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}
#schebox .sp .reserve {
  width: 14vw;
}
#schebox .sp .reserve a {
  box-sizing: border-box;
  display: inline-block;
  padding: 0% 18%;
  width: 100%;
  white-space: nowrap;
}
#schebox .sp .schedule_wait {
  display: inline-block;
  padding: 1% 3%;
  border: 1px solid #fff;
  margin-bottom: 5%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#schebox .sp .schedule_wait span {
  animation: a linear 10s infinite;
  display: inline-block;
}/*# sourceMappingURL=new_v170.css.map */




#prof #topbox {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#prof #topbox #photodata {
  float: none;
}

#prof #topbox #profdata {
  float: none;
}

@media screen and (max-width: 768px) {
  #prof #topbox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  #prof .twitter-timeline {
    margin: 0 auto;
    width: 90%;
  }

  #prof #topbox .moviebox.sp {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}

/* 管理画面システムページのエディタの太字がフロントで反映されない問題（補足で斜体も修正） (2025/07/03) */
.comment strong {
  font-weight: bold;
}

.comment em strong {
  font-style: italic;
}

/* 待ち時間情報非表示＋キャストサイズ非表示の際のルーム表示修正 (2025/07/11) */
#todayssche li .room {
  position: relative;
}