@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: url(../images/bg.gif);
}
.newsbox span, .newsbox strong, .newsbox em, #newslist_inner span, #newslist_inner strong, #newslist_inner em {
  font-size: inherit;
}
/* font */
#header_on h2 {
  font-family: "Libre Baskerville", serif;
}
#header_on h2 span, #concept h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.profile .size, .ban, .bottom_info p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
}
a img {
  transition: all 0.4s ease;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*nav*/
.header_nav ul {
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header_nav ul li {
  width: -webkit-calc(100%/4 - 5px);
  width: calc(100% / 4 - 5px);
  margin-right: 5px;
}
.header_nav ul li:last-of-type {
  margin-right: 0;
}
.header_nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* ヘッダーメニュー */
#h_menu_btn {
  position: fixed;
  top: 14vw;
  right: 6vw;
  width: 45px;
  height: 45px;
  z-index: 9997;
  border: solid 1px transparent;
}
.is-fixed #h_menu_btn {
  position: fixed;
  top: 2vw;
  z-index: 10004;
}
#h_menu_btn span {
  display: block;
  width: 80%;
  height: 2px;
  border-radius: 5px;
  background: transparent;
  z-index: 9999;
  position: absolute;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
  -ms-transform: translate(-50%, 0%) rotate(0deg);
  transform: translate(-50%, 0%) rotate(0deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#h_menu_btn span:first-child {
  top: 10px;
}
#h_menu_btn.active span:first-child {
  top: 14px;
  transform: rotate(-45deg);
}
#h_menu_btn span:nth-child(2) {
  bottom: 21px;
}
#h_menu_btn.active span:nth-child(2) {
  display: none;
}
#h_menu_btn span:last-child {
  bottom: 11px;
}
#h_menu_btn.active span:last-child {
  bottom: 13;
  transform: rotate(45deg);
}
#h_menu_btn.active {
  border: none;
  top: 15px;
}
#h_menu_btn.active span:first-child {
  left: 0;
}
#h_menu_btn.active span:last-child {
  bottom: 29px;
  left: 0;
}
#h_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: transparent;
  overflow-x: scroll;
  z-index: 8888;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background: url(../images/bg.png) repeat #000 top center / contain;
}
#h_menu.active {
  height: 100%;
}
#h_menu .open {
  padding: 40px 0 0;
  font-size: 1.2rem;
  font-family: "Gilda Display", serif;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-delay: 0.4s;
}
#h_menu.active .open {
  opacity: 1;
  transition-delay: 0.4s;
}
#h_menu_list {
  overflow-x: scroll;
  padding: 12vw 45px;
}
#h_menu_list li {
  position: relative;
  top: -5px;
  left: -5px;
  opacity: 0;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#h_menu_list li:last-child {
  border-bottom: none;
}
#h_menu.active #h_menu_list li {
  opacity: 1;
  top: 0;
  left: 0;
}
#h_menu.active #h_menu_list li:nth-child(n + 1):nth-child(-n + 12) {
  transition-delay: 0.1s;
}
#h_menu_list li a {
  display: block;
  padding: 15px 0;
  font-weight: 700;
  font-size: 1.4rem;
}
#h_menu_list li svg {
  position: absolute;
  right: 0;
  top: 35%;
}
/*---------------------------------
 header
-----------------------------------*/
h1 {
  font-size: 12px;
  text-align: center;
  padding: 5px;
}
#contents_nav {
  position: relative;
  background: none;
  background-size: 3px 3px;
}
.header_inner h1 {
  background-color: transparent;
  padding-top: 1rem;
}
header .logo a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50%;
  padding: 1% 0px;
}
body.is-fixed #contents_nav .logo {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid transparent;
}
body.is-fixed #contents_nav .logo a {
  width: 20%;
}
#contents_nav:before, #contents_nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
#contents_nav:after {
  bottom: -1px;
  background-color: transparent;
}
/*---------------------------------
 bread-crumb-list
-----------------------------------*/
#bread-crumb-list {
  margin: 10px auto;
  padding: 0 10px;
}
#bread-crumb-list li {
  display: inline-block;
  display: inline;
  font-size: 10px;
}
#bread-crumb-list li span {
  font-size: 12px;
}
/*---------------------------------
 header_on
-----------------------------------*/
#header_on:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../images/th_sp_me2bl_01.png);
  background-size: cover;
}
#header_on h2 {
  font-size: 20px;
  text-align: center;
  margin: 1em 0 1em;
  line-height: 1.2;
}
#header_on h2 span {
  font-size: 12px;
}
#header_on h3 {
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 30px 0 10px;
  letter-spacing: 0.05em;
  font-size: 18px;
}
#header_on h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 39px;
  left: 50%;
  right: 50%;
  margin-left: -8px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  border-width: 20px 0 20px 20px;
  transform: rotate(90deg);
}
#header_on h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  display: inline-block;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
}
.beginner {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.profile {
  border-bottom: 1px solid transparent;
    text-align: center;
    padding: 10px 5px;
}
/*---------------------------------
 footer
-----------------------------------*/
footer {
  background-size: 3px 3px;
  margin: 50px 0 6rem;/*フッターアイコンある場合に適応*/
  margin: 50px 0 0rem;
}
footer .upperline {
  width: 100%;
  height: 0px;
  background-color: transparent;
  position: relative;
}
footer .upperline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
}
footer .underline:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 1px;
  left: 0;
}
.ban, #copyright {
  text-align: center;
  font-size: 10px;
}
#copyright {
  padding: 3px 5px;
}
.ban {
  padding: 0px 5px 10px;
}
#f_logo {
  padding: 2rem 0;
  text-align: center;
}
#f_logo img {
  max-width: 60%;
}
/*---------------------------------
 bottom_info
-----------------------------------*/
#following {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
 transition: 1.0s;
}
.pagetop {
  text-align: center;
  width: 46px;
  position: absolute;
  bottom: 25px;
  right: 4%;
transition: 1.0s;
}
.pagetop a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
}
.pagetop a img {
  width: 80%;
}
.bottom_info {
  width: 100%;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.5rem 1rem;
}
.bottom_info p {
  text-align: center;
  height: auto;
  font-size: 10px;
  width: 50%;
  min-width: 33.3%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  line-height: 1.5;
}
.bottom_info p a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bottom_info_inner {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sns_menu {
  width: 210px;
  margin: 0px auto 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.sns_menu p a {
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sns_menu img {
  max-width: 40px;
}
.footer_time, .footer_tel, .footer_line {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.footer_time {
  border-left: 1px solid transparent;
}
.footer_line {
  border-right: 1px solid transparent;
}
.bottom_info .footer_line a {
  color: transparent;
  background-color: transparent;
}
/*
.footer_time .icn {
  background: url(../images/th_sp_me2bl_ico_1.png) no-repeat top center / contain;
  width: 2rem;
  height: 2rem;
}
.footer_tel .icn {
  background: url(../images/th_sp_me2bl_ico_2.png) no-repeat top center / contain;
  width: 2rem;
  height: 2rem;
}
.footer_line .icn {
  background: url(../images/th_sp_me2bl_ico_3.png) no-repeat top center / contain;
  width: 2rem;
  height: 2rem;
}
*/
.bottom_info .footer_time {
  color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
}
.bottom_info .footer_tel a {
  color: transparent;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom_info .footer_line a span {
  width: 100%;
}
body.is-fixed #contents_nav .logo {
  z-index: 8887;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
body.is-fixed #contents_nav .logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
body.is-fixed #contents_nav .logo a {
  width: 35%;
  padding: 0;
}
  #header_on h3:after {
    display: none;
  }
  body.is-fixed #contents_nav .logo {
    border: none;
  }
/*----------------はみ出し防止-------------------*/
.today_schedule_box .profile .name, #pickup .name, .girls_box .profile .name, .profile .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*------------------*/
#header_info {
  text-align: center;
}

.info_add{
  font-size:10px;
  line-height:10px;
}

#header_info .time {
  padding: 0  0 5px 0;
line-height: 1.8;
}

#header_info .time .info_bg {
  padding: 0 5px;
  font-size: 10px;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

#h_tel_btn {
  position: fixed;
  top: 14vw;
  left: 6vw;
  width: 45px;
  height: 45px;
  z-index: 8887;
  border: solid 1px transparent;
}

#h_tel_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#h_tel_btn svg {
  width: 80%;
  height: 80%;
}

.is-fixed #h_menu_btn {
  position: fixed;
  top: 8vw;
  z-index: 10004;
}

.is-fixed #h_tel_btn {
  position: fixed;
  top: 8vw;
  z-index: 8887;
}
.is-fixed .header_nav{
    margin-top: 83px;
}
.pagetop.active{
  bottom: 240px;
    transition: 1.0s;
}
/**/
#header_on{
    min-height: 375px;
}