@charset "UTF-8";

/* @font-face {
    font-family: 'Montserrat';
    src: url("font/Montserrat-Regular.ttf") format(”truetype”);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("font/css/font/Montserrat-Bold.ttf") format(”truetype”);
    font-weight: bold;
    font-style: normal;
} */

body,
h1,
h2,
h4,
h5,
h6,
p,
section,
article,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
figure,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  list-style-type: none;
  font-family: "Montserrat", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  background: #f5f4f2;
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

textarea {
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

hr {
  display: none;
}

a {
  text-decoration: none;
  color: #212121;
}

a:hover {
  text-decoration: none;
  color: #989898;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.center {
  justify-content: center;
}

.end {
  align-items: end;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

.prev-arrow {
  left: -30px;
}

.next-arrow {
  right: -30px;
}

.wrap {
  overflow: hidden;
}

.sp_dn {
  display: block;
}

.sp_db {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_dn {
    display: none;
  }

  .sp_db {
    display: block;
  }
}

section {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section {
    margin-top: 50px;
  }
}

/* ---------------------------- パンくずリスト ---------------------------- */
.breadcrumb {
  margin: 0;
  padding: 170px 0 0;
  list-style: none;
  overflow: hidden;
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-weight: bold;
  /*太字*/
  font-size: 14px;
}

.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #828282;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 850px) {
  .breadcrumb {
    padding: 70px 0 0 10px;
  }
}

/* ---------------------------- パンくずリスト ---------------------------- */

/*newface icon*/
.new22 {
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 15%;
  right: 2%;
}

.new {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 1;
}

.new img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.new4 {
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 15%;
  right: 2%;
}

.new4 img {
  width: 100% !important;
  height: auto;
}

.new5 {
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 15%;
  right: 2%;
}

.new5 img {
  width: 100% !important;
  height: auto;
}

/*recommend icon*/
.recommend {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
}

.recommend img {
  width: 100% !important;
  height: auto;
}

/*--header--*/
header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 33;
  /* padding-top: 10px; */
  background-color: #f5f4f2;
  box-sizing: border-box;
}

header .header h1 a {
  display: block;
  padding-top: 10px;
}

header .header h1 img {
  width: 100%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 521/177;
}

header .header_icon {
  display: flex;
}

header .header_icon a {
  display: block;
  margin: 0 5px;
  padding-top: 10px;
}

header .header_icon a img {
  width: 100%;
  max-width: 90px;
  height: auto;
  aspect-ratio: 1/1;
}

.header_tel {
  margin-top: 5px;
}

.header_tel p {
  font-size: 24px;
}

.header_tel span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 850px) {
  header {
    height: 60px;
  }

  header .header h1 img {
    max-width: 116px;
  }

  header .header_icon {
    display: none;
  }
}

/*--header--*/

/*--slider--*/
.mv {
  padding-top: 80px;
}

.mv img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}

@media screen and (max-width: 850px) {
  .mv {
    padding-top: 60px;
  }
}

/*--slider--*/

/*--nav--*/
.nav_sp {
  display: none;
}

.nav {
  height: 80px;
  border-bottom: 2px solid #212121;
  text-align: center;
  z-index: 2;
  background-color: #f5f4f2;
}

.nav ul {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  height: 80px;
  align-items: center;
}

.nav ul li {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #828282;
  padding: 0 20px;
  height: 60px;
}

.nav ul li:last-child {
  border-right: none;
}

.nav ul li a {
  color: #828282;
}

.nav ul .active a {
  color: #212121;
}

.nav.fixed {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 2;
}

#menu_btn {
  display: none;
}

@media screen and (max-width: 850px) {
  .nav_pc {
    display: none;
  }

  .nav_sp {
    display: block;
    transition: 0.6s;
    position: fixed;
    top: -100%;
    opacity: 0;
    width: 100%;
    background-color: #f5f4f2;
    padding: 20px 0;
  }

  .nav_sp li {
    width: 100%;
    border-bottom: 1px solid #717171;
  }

  .nav_sp li a {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 10px;
    display: block;
  }

  .nav_sp li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .open .nav_sp {
    opacity: 1 !important;
    top: 60px !important;
    z-index: 10;
  }

  #menu_btn {
    display: block;
    width: 60px;
    height: 30px;
    position: relative;
    z-index: 4000;
    margin-top: 20px;
  }

  #menu_btn span {
    display: inline-block;
    height: 2px;
    width: 35px;
    background-color: #212121;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }

  #menu_btn span:nth-child(1) {
    top: 0px;
  }

  #menu_btn span:nth-child(2) {
    top: 10px;
  }

  #menu_btn span:nth-child(3) {
    top: 20px;
  }

  .open #menu_btn {
    z-index: 1000;
  }

  .open #menu_btn span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(30deg);
    top: 50% !important;
    left: 50%;
  }

  .open #menu_btn span:nth-child(2) {
    opacity: 0;
  }

  .open #menu_btn span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-30deg);
    top: 50% !important;
    left: 50%;
  }
}

/*--nav--*/

h2 {
  font-size: 40px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
  transform: scaleX(0.9);
  display: block;
  text-align: center;
}

h2 i {
  font-style: normal;
  font-size: 14px;
  display: block;
  font-weight: normal;
  transform: scaleX(1.1);
  margin-bottom: -8px;
}

@media screen and (max-width: 850px) {
  h2 {
    font-size: 28px;
  }
}

.inner {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 90%;
    padding: 0;
  }
}

/*--横長バナー--*/

.bnr img {
  width: 100%;
  height: auto;
}

/*--info twitter--*/
.info {
  width: 100%;
  text-align: -webkit-center;
  text-align: center;
}

.news_contents {
  background: #fff;
  max-width: 800px;
  height: 322px;
  padding: 10px;
  overflow-y: scroll;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
}

.news_title {
  display: flex;
  margin-bottom: 10px;
}

.news_title p {
  color: #000;
}

.news_title img {
  width: 75px;
  height: 100px;
  margin-right: 20px;
}

.news_title a {
  color: #000;
  word-wrap: break-word;
}

/* .news_desc {
    width: 360px;
} */

.twitter {
  margin: 0 auto;
  text-align: center;
}

.twitter a {
  display: block;
  cursor: pointer;
}

.twitter a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 850px) {
  .info {
    margin-bottom: 20px;
  }
}

.event_desc {
  margin: 0 auto;
}

/*--info twitter--*/

/*--pickup--*/
.pick_slider {
  margin-top: 20px;
}

.pickup {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.pick-img {
  flex-basis: 30%;
  position: relative;
}

.pick-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}

.pickup_girls a {
  display: block;
}

.pick-txt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}

.pick-txt {
  flex-basis: 65%;
  padding-left: 20px;
  box-sizing: border-box;
}

.pick-txt p span {
  font-size: 24px;
}

.introduction {
  line-height: 1;
  overflow: auto;
  font-weight: normal !important;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pick_slider {
    width: 90%;
    margin: 0 auto;
  }

  .pick-img {
    flex-basis: 100%;
  }

  .pick-txt {
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .pick-txt p {
    font-size: 16px;
  }

  .pick-txt p span {
    font-size: 18px;
  }
}

/*--pickup--*/

/*---event---*/

.variable_banner {
  text-align: center;
}

.variable_banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 120/35;
}

@media screen and (max-width: 850px) {
  .event {
    margin: 50px auto;
  }
}

/*---event---*/

/*---schedule---*/
#schedule {
  margin-top: -230px;
  padding-top: 230px;
}

.today {
  margin: 100px auto 0;
  position: relative;
}

.todaysche_ttl {
  border-bottom: 2px solid #212121;
  margin-bottom: 20px;
}

.todaysche_ttl p {
  margin-left: -30px;
  margin-top: 8px;
}

.today h2 {
  text-align: left;
  transform-origin: top left;
  margin-bottom: 0;
}

.today p span {
  font-size: 26px;
}

.today .today-ph {
  max-width: 300px;
  height: auto;
  position: relative;
  margin: 10px 10px 20px;
}

.today .to-desc img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}

.today .to-desc p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 26px;
  padding: 10px 0;
  margin-top: 0px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.today .to-desc span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #fff;
}

.more_btn {
  background: #717171;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 15px 10px;
  display: block;
  color: #fff;
  border: 2px solid #717171;
}

.more_btn:hover {
  background: #fff;
  color: #717171;
  border: 2px solid #717171;
}

/* .sche_date {
    position: absolute;
    top: 45px;
    right: 0;
} */

/* .sche_date {display: none;} */

.days {
  display: flex;
}

.day {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 0 3px;
  position: relative;
  border: 1px solid #212121;
}

.day a {
  display: block;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.day-selected {
  background: #212121;
}

.day-selected a {
  color: #fff;
}

.imasugu {
  position: absolute;
  background: #ef0000;
  bottom: 63px;
  z-index: 1;
  padding: 2px 10px;
  border-radius: 25px;
  color: #000;
}

@media screen and (max-width: 1170px) {
  .todaysche_ttl h2 {
    flex-basis: 100%;
    text-align: center;
    transform-origin: center;
  }

  .sche_date {
    margin: 0 auto;
  }

  .days {
    flex-wrap: wrap;
    justify-content: center;
  }

  .todaysche_ttl p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .todaysche_ttl_inner {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  #schedule {
    margin-top: -60px;
    padding-top: 60px;
  }
  .sche_slider {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    height: 420px;
    overflow: hidden;
    justify-content: center;
    max-height: 420px;
  }

  .today {
    margin: 50px auto 0;
  }

  .day {
    margin: 2px 8px;
  }

  .today .today-ph {
    max-width: 142px;
    margin: 10px 4px;
    height: 189px;
  }
}

/*---schedule---*/

/*---therapist---*/
section.new_face {
  z-index: 1;
  position: relative;
}
.new_girls {
  max-width: 300px;
  height: auto;
  position: relative;
  margin: 10px 10px 20px;
}

.new_girls .new_girls_desc {
  width: 300px;
  height: 400px;
  overflow: hidden;
}

.new_girls a {
  display: block;
}

.new_girls_desc img {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 3/4;
}

.girl_namesize {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}

.girl_namesize span {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 850px) {
  .slide_newface {
    width: 90%;
    margin: 0 auto;
  }
}

/*---new_face---*/

/*---system---*/
#system {
  margin-top: -170px;
  padding-top: 170px;
}

.system {
  margin-bottom: 60px;
  /* margin-top: 100px;
    padding: 40px;
    border: 2px solid #212121;
    background-image: url(../images/bg_system.png);
    background-repeat: no-repeat;
    background-position: bottom right 30px; */
}

.course {
  text-align: center;
  box-sizing: border-box;
}

.course div {
  padding: 0 30px;
  box-sizing: border-box;
}

.course h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
  border-bottom: 2px solid #212121;
}

.course ul li {
  font-size: 54px;
  position: relative;
  margin: 24px 0;
}

.course ul li span {
  font-size: 32px;
}

.course ul li p {
  font-size: 16px;
  margin-top: 16px;
}

.dotted {
  display: block;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #000000 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: 50% bottom;
  padding-bottom: 5px;
  width: 420px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.option {
  margin-top: 40px;
  border-top: 2px solid #212121;
  box-sizing: border-box;
  margin-inline: 30px;
}

.op_price {
  font-size: 18px;
  text-align: center;
  padding: 16px 0;
}

.op_price span {
  font-size: 32px;
}

.notice {
  margin-top: 40px;
}

.notice h3 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  background-color: #717171;
  color: #fff;
  width: 40%;
  margin: 0 auto 30px;
}

.notice p {
  letter-spacing: 1px;
  line-height: 1.5;
}

.notice p span {
  width: fit-content;
  display: block;
  border-bottom: 2px solid #212121;
  margin-bottom: 10px;
}

.notice p i {
  font-style: normal;
  color: #ef0000;
}

.credit {
  display: flex;
}

.credit ul li {
  color: #ababab;
  font-size: 14px;
  margin-left: 10px;
}

.credit_btn {
  width: 385px;
  height: 30px;
  background: #ef0000;
  margin-top: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
}

.credit_btn a {
  display: block;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 1060px) {
  .course ul li {
    font-size: 36px;
  }

  .course ul li span {
    font-size: 22px;
  }

  .option ul li {
    font-size: 16px;
  }

  .op_price {
    font-size: 16px;
  }

  .op_price span {
    font-size: 32px;
  }
}

@media screen and (max-width: 850px) {
  .course div {
    padding: 0;
  }
  .dotted {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  #system {
    margin-top: -60px;
    padding-top: 60px;
  }

  .system {
    margin-top: 30px;
    background: none;
  }

  .course h3 {
    font-size: 18px;
  }

  .option {
    margin-top: 20px;
  }

  .notice h3 {
    font-size: 18px;
    width: 80%;
    margin: 0 auto 20px;
  }
}

/*---system---*/

/*--area map--*/
#map {
  margin-top: -170px;
  padding-top: 170px;
}

#map_sp {
  margin-top: -60px;
  padding-top: 60px;
}

.content2 {
  background-color: #212121;
  padding: 50px 0;
}

.area {
  flex-basis: 50%;
  text-align: center;
  box-sizing: border-box;
}

.area h2 {
  color: #fff;
}

.img_area {
  margin-top: 20px;
}

.area img {
  width: 70%;
  height: auto;
  aspect-ratio: 464/425;
}

.area_btn a {
  display: block;
  color: #fff;
  width: fit-content;
  border: 2px solid #fff;
  padding: 4px 20px;
  margin: 30px auto 0;
}

.access {
  flex-basis: 100%;
  box-sizing: border-box;
  text-align: center;
}

.access h2 {
  color: #fff;
}

.g_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  margin-top: 10px;
}

.g_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access address {
  color: #fff;
  margin-top: 10px;
  font-style: normal;
}

.attention {
  background-color: #fff;
  width: fit-content;
  padding: 4px 20px;
  margin-top: 20px;
  margin-inline: auto;
}

.attention p {
  color: #212121;
}

@media screen and (max-width: 767px) {
  .content2 {
    margin-top: 50px;
  }

  .area {
    flex-basis: 100%;
  }

  .access {
    flex-basis: 100%;
  }

  .g_map {
    padding-bottom: 60%;
  }
}

/*--area map--*/

/*--room--*/
/* .room h2 {
    height: 90px;
    background: url("../images/h2_room.png") no-repeat center;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.room {
    margin: 50px 0;
    text-align: center;
}

.room>div {
    display: inline-block;
    width: 450px;
}

.room img {
    display: block;
    margin: 0 auto 10px;
    width: 440px;
}

.room p {
    color: #000;
} */

/*--room--*/

/*--footer--*/
footer {
  width: 100%;
  padding: 40px 0 60px;
  border-top: 2px solid #212121;
}

.footer_content ul {
  width: 200px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer_content ul li {
  width: 100px;
}

.footer_content ul li a {
  color: #fff;
}

.align_c {
  align-items: center;
}

.footer_tel {
  padding: 0 20px 0 0;
  border-right: 2px solid #212121;
}

.footer_tel p {
  font-size: 32px;
}

.footer_tel span {
  font-size: 18px;
}

.footer_tel address {
  font-style: normal;
  font-size: 14px;
}

.footer_nav {
  margin: 10px 0 0 0;
}

.footer_nav ul {
  height: 100px;
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer_nav ul li {
  width: fit-content;
  padding: 2px 20px;
}

/* .ftr_nav_top {
    padding: 2px 20px;
} */

.footer_icon {
  display: flex;
  margin-top: 20px;
}

.footer_icon a span {
  font-size: 18px;
  transform: scaleX(0.9);
}

.ftr_icon_line,
.ftr_icon_linebooking,
.ftr_icon_recruit {
  width: 140px;
  height: 48px;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  line-height: 46px;
}

.ftr_icon_line {
  background-color: #659966;
  border: 2px solid #659966;
  color: #fff;
  font-weight: bold;
}

.ftr_icon_line:hover {
  opacity: 0.6;
  color: #fff;
}

.ftr_icon_linebooking {
  background-color: #fff;
  border: 2px solid #659966;
  color: #659966;
  font-weight: bold;
}

.ftr_icon_linebooking:hover {
  opacity: 0.6;
  color: #659966;
}

.ftr_icon_recruit {
  background-color: #717171;
  border: 2px solid #717171;
  color: #fff;
  font-weight: bold;
}

.ftr_icon_recruit:hover {
  opacity: 0.6;
  color: #fff;
}

.footer_icon a {
  display: block;
  margin-right: 5px;
}

.copyright {
  text-align: center;
  margin-top: 40px;
}

.footer_icon_sp {
  display: none;
}

@media screen and (max-width: 1150px) {
  .tab_ftr {
    justify-content: center;
  }

  .footer_icon {
    display: none;
  }

  .footer_icon_sp {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }

  /* .ftr_icon_line,
    .ftr_icon_linebooking,
    .ftr_icon_recruit {
        width: calc(100% / 3);
        border-radius: 0;
    } */
  .ftr_icon_linebooking,
  .ftr_icon_recruit {
    width: 100%;
    border-radius: 0;
  }

  .ftr_icon_line {
    background-color: #659966;
    border: 2px solid #659966;
    color: #fff;
    font-weight: bold;
  }

  .ftr_icon_line:hover {
    opacity: 0.6;
    color: #fff;
  }

  .ftr_icon_linebooking {
    background-color: #fff;
    border: 2px solid #659966;
    color: #659966;
    font-weight: bold;
  }

  .ftr_icon_linebooking:hover {
    opacity: 0.6;
    color: #659966;
  }

  .ftr_icon_recruit {
    background-color: #717171;
    border: 2px solid #717171;
    color: #fff;
    font-weight: bold;
  }
}

@media screen and (max-width: 850px) {
  .footer_nav ul {
    height: 82px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 4px;
  }
}

@media screen and (max-width: 712px) {
  .footer_nav ul {
    height: 160px;
  }
  .footer_tel {
    padding: 0;
    border-right: none;
  }

  .footer_nav ul li {
    width: 100%;
    padding: 10px 0;
  }

  /* .ftr_nav_top {
        padding: 8px 20px 8px 20px;
    } */
}

/*--footer--*/

/*--sche--*/
.sche_page .nav {
  width: 100%;
  padding-top: 80px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 22;
}

.pro-sche {
  margin-top: 30px;
}

.sche_page .days {
  justify-content: center;
}

.girl_list {
  margin: 0 auto;
}

.sche_page .today-ph {
  width: calc((100% / 4) + -20px);
  height: auto;
  position: relative;
  margin: 10px 10px 20px;
}

.sche_page .to-desc img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}

.sche_page .to-desc p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 1.2;
  padding: 10px 0;
  margin-top: 0px;
  text-align: center;
}

.sche_page .to-desc span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .sche_page .today-ph {
    width: calc((100% / 3) + -20px);
  }
}

@media screen and (max-width: 767px) {
  .sche_page .today-ph {
    width: calc((100% / 2) + -20px);
  }
}

/*--sche--*/

/*--event--*/
.event_page .nav {
  width: 100%;
  padding-top: 80px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.event_con {
  margin-top: 30px;
}

.event-img {
  width: 100%;
  max-width: 1100px;
  padding: 0 30px;
  box-sizing: border-box;
}

.event-img img {
  width: 100%;
  height: auto;
}

.event-txt {
  padding: 30px;
  line-height: 28px;
  font-size: 16px;
}

.event-txt span {
  display: block;
}

.event_date {
  font-size: 14px;
}

.event_title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #212121;
  margin-bottom: 30px;
}

.line {
  margin: 40px auto;
  border: 1px solid #212121;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .event-txt {
    padding: 20px;
    line-height: 28px;
    font-size: 16px;
  }

  .event_title {
    font-size: 18px;
  }
}

/*--event--*/

/*--therapist--*/
.therapist_page .nav {
  width: 100%;
  padding-top: 80px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 24;
}

.therapist {
  margin-top: 30px;
}

.therapist_girl {
  width: calc((100% / 4) + -20px);
  height: auto;
  position: relative;
  margin: 10px 10px 20px;
}

/* .therapist_girl .therapist_girl_desc {
    width: 300px;
    height: 400px;
    overflow: hidden;
} */

.therapist_girl a {
  display: block;
}

.therapist_girl_desc img {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 3/4;
}

.girl_namesize {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
}

.girl_namesize span {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 980px) {
  .therapist_girl {
    width: calc((100% / 3) + -20px);
  }
}

@media screen and (max-width: 767px) {
  .therapist_girl {
    width: calc((100% / 2) + -20px);
  }
}

/*--therapist--*/

/*--profile--*/
.profile_page .nav {
  width: 100%;
  padding-top: 80px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 23;
}

.profile_page {
  margin-bottom: 50px;
}

.profile {
  padding-top: 30px;
  margin: 0 auto;
}

.p-pickup {
  width: 750px;
  display: inline-block;
  margin-right: 83px;
}

.p-pick-img {
  flex-basis: 30%;
  margin-right: 20px;
}

.p-pick-img img {
  width: 100%;
  height: auto;
}

.p-pick-txt {
  flex-basis: 62%;
  display: inline-block;
  line-height: 28px;
  font-size: 16px;
}

.p-name01 {
  display: inline-block;
  font-size: 22px;
}

.p-name02 {
  display: inline-block;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  padding-left: 8px;
}

.p-age01 {
  display: inline-block;
  text-transform: uppercase;
  width: 50px;
  font-size: 22px;
}

.p-age02 {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  padding-left: 8px;
}

.p-size01 {
  display: inline-block;
  font-size: 22px;
}

.p-size02 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding-left: 8px;
}

.p-pick-det {
  margin-top: 20px;
}

.sns_flex {
  display: flex;
  flex-wrap: wrap;
}

.prof_x a {
  display: block;
  background-color: #000;
  color: #fff;
  width: 200px;
  padding: 8px 16px;
  margin: 0 10px;
  text-align: center;
}

.prof_x a:hover {
  opacity: 0.7;
}

.prof_bs a {
  display: block;
  background-color: rgb(0, 133, 255);
  color: #fff;
  width: 200px;
  padding: 8px 16px;
  margin: 0 10px;
  text-align: center;
}

.prof_bs a:hover {
  opacity: 0.7;
}

.thumb {
  width: 100%;
}

.thumb img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.thumb ul {
  list-style: none;
  max-width: 390px;
  margin-top: 5px;
}

.thumb ul li {
  max-width: calc((100% / 4) - 4px);
  display: inline-block;
  /* margin-right: -1px; */
  margin-bottom: 5px;
}

.schecen2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.profile_page .pro-sche .secday {
  width: calc((100% / 7) - 8px);
  height: 80px;
  margin: 0 4px;
  text-align: center;
}

.profile_page .pro-sche .num {
  background: #595858;
  text-align: center;
  color: #fff;
  height: 40px;
  border-radius: 0;
}

.profile_page .pro-sche .secday a {
  margin: 0 0px;
  text-align: center;
  color: #fff;
}

.profile_page .pro-sche .oneday {
  font-size: 28px;
}

.profile_page .pro-sche .hour {
  margin: 10px 3px;
}

.blog {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 60px auto;
}

.blog h2 {
  padding: 0;
  margin: 0 0 30px 0;
  height: 80px;
  background: url("../images/h2_blog.png") no-repeat center;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.blog_container {
  width: 100%;
  height: 500px;
  border: 1px solid #000;
  overflow: scroll;
  margin-bottom: 20px;
}

.blog_container iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 860px) {
  .profile_page .pro-sche .secday {
    width: 100%;
    height: 60px;
    display: flex;
  }

  .profile_page .pro-sche .num {
    flex-basis: 50%;
  }

  .profile_page .pro-sche .hour {
    margin: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-pick-img {
    flex-basis: 100%;
    margin-right: 0;
  }

  .p-pick-txt {
    flex-basis: 100%;
    margin-top: 30px;
  }

  .p-name02 {
    font-size: 24px;
  }

  .p-age02 {
    font-size: 24px;
  }

  .p-size02 {
    font-size: 18px;
  }
  .prof_x,
  .prof_bs {
    flex-basis: 100%;
    width: 100%;
  }
  .prof_x a {
    width: 100%;
    padding: 8px 0;
    margin: 0 0 20px;
  }
  .prof_bs a {
    width: 100%;
    padding: 8px 0;
    margin: 0;
  }
}

/*--profile--*/

/*--contact--*/
.wrap-inside .nav {
  width: 100%;
  padding-top: 80px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

/*.contact {padding-top: 180px;}*/
.contact h2 {
  padding: 0;
  margin: 0;
  height: 80px;
  background: url("../images/h2_contact.png") no-repeat center;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*--contact--*/

/*--recruit--*/
.recruit_page .nav {
  width: 100%;
  padding-top: 80px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.recruit {
  margin-top: 30px;
}

.komoku {
  background: #717171;
  /*! text-align: center; */
  color: #fff !important;
  width: 240px;
}

.detail {
  background: #fff;
  color: #444;
}

.detail a {
  color: #0600ff;
  text-decoration: underline;
}

.recruit table {
  width: 950px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.recruit table tr td {
  padding: 20px;
  font-size: 18px;
  vertical-align: top;
  line-height: 28px;
  box-sizing: border-box;
}

.otro {
  width: 950px;
  margin: 0px auto 30px;
}

.otro p {
  color: #000;
}

.otro p span {
  font-size: 24px;
  font-weight: bold;
  color: #ef0000;
}

@media screen and (max-width: 980px) {
  .recruit table {
    width: 100%;
  }

  .komoku,
  .detail {
    width: 100%;
    display: block;
  }

  .otro {
    width: 100%;
  }
}

/*--recruit--*/

/*  ---------------------------- TOPに戻る ----------------------------  */
#goto_top {
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 10;
}

#goto_top a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #212121;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 75px;
  text-decoration: none;
  border: 2px solid #f5f4f2;
}

@media screen and (max-width: 1150px) {
  #goto_top {
    bottom: 8%;
  }
}

/* 追加 */
.variable_banner img {
  height: 350px;
  object-fit: cover;
}

.day {
  width: 70px;
  height: 70px;
}

/* .day a {
    left: 35%;
} */

@media screen and (max-width: 599px) {
  .day {
    width: 70px;
    height: 70px;
    margin: 2px 4px;
  }
}

/* バナーリンク */
.banner_link {
  padding: 100px 0;
  text-align: center;
}
.banner_link div {
  margin: 0 auto 30px;
  width: fit-content;
}
.banner_link div img {
  width: 100%;
  height: auto;
}
.banner_link div:last-child {
  margin: auto;
}
.banner_link .row {
  justify-content: center;
}

.banner_link a {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .banner_link {
    padding: 50px 0;
  }
  .banner_link div {
    margin: 0 5% 15px;
    width: fit-content;
  }
}

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

.info_tw .info {
  width: 60%;
}

.info_tw .twitter {
  width: 35%;
}

.info_tw .twitter h2 {
  padding-top: 10px;
}

.twitter a {
  margin-bottom: 16px;
}

.twitter .timeline {
  margin-bottom: 20px;
  height: 490px;
  overflow-y: scroll;
}

.blue_sky a {
  display: block;
  /* background-color: rgb(0, 133, 255); */
  color: #fff;
  width: 100%;
  /* padding: 16px 0; */
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0;
}

.concept_txt_item {
  margin-bottom: 30px;
  border-bottom: 1px solid #717171;
  padding-bottom: 30px;
}

.concept_txt_item:last-child {
  border-bottom: none;
}

.concept_txt_item h3 {
  font-size: 24px;
  color: #717171;
  margin-bottom: 10px;
}

.concept {
  text-align: center;
  margin: 30px auto;
}

.concept img {
  width: 100%;
  height: auto;
  max-width: 750px;
}

.pro-system {
  padding-bottom: 50px;
}

.map_item {
  margin-bottom: 50px;
}

.map_item p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.recruit_bnr img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .info_tw .info {
    width: 100%;
    margin-bottom: 50px;
  }

  .info_tw .twitter {
    width: 100%;
  }

  .concept_txt_item h3 {
    font-size: 20px;
  }

  .banner_link a {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
