@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
}

body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-feature-settings: "palt";
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: sans-serif;
}

textarea {
  font-size: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

hr {
  display: none;
}

a {
  text-decoration: none;
  color: #72d6e6;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: rgba(114, 214, 230, 0.2);
}
a img {
  transition: 0.3s ease-in-out;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

ul {
  list-style: none;
}

section {
  margin: 100px auto;
}

@media screen and (max-width: 850px) {
  section {
    margin: 50px auto;
  }
}
.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: clip;
}

.sp_dn {
  display: block;
}

.sp_db {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_dn {
    display: none;
  }
  .sp_db {
    display: block;
  }
}
/* ---------------------------- パンくずリスト ---------------------------- */
.breadcrumb {
  margin: 0;
  padding: 10px 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: #999;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 850px) {
  .breadcrumb {
    padding: 10px 0 0 10px;
  }
}
/* ---------------------------- パンくずリスト ---------------------------- */
/*newface icon*/
.new {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 1;
}
.new img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/* ---------------------------- 女の子 ---------------------------- */
.common_girl {
  padding: 0 10px 0;
}
@media (max-width: 840px) {
  .common_girl {
    padding: 0 4px 0;
  }
}
.common_girl .common_girl_img {
  position: relative;
  font-size: 0;
}
.common_girl .common_girl_img img {
  width: 100%;
  height: auto;
}
.common_girl .common_girl_prof {
  background-color: #72d6e6;
  padding: 10px 5px;
  text-align: center;
  line-height: 21px;
  letter-spacing: 0;
  color: #fff;
}
.common_girl .common_girl_prof span {
  display: block;
}
.common_girl .common_girl_prof .common_girl_prof_name {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 840px) {
  .common_girl .common_girl_prof .common_girl_prof_name {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .common_girl .common_girl_prof .common_girl_prof_kana {
    font-size: 14px;
  }
}
@media (max-width: 840px) {
  .common_girl .common_girl_prof .common_girl_prof_size,
  .common_girl .common_girl_prof .common_girl_prof_time {
    font-size: 12px;
  }
}
.common_girl .common_girl_prof i {
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 840px) {
  .common_girl .common_girl_prof i {
    font-size: 14px;
  }
}

.common_ttl_h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 40px;
  color: #72d6e6;
  line-height: 1;
}
@media (max-width: 840px) {
  .common_ttl_h2 {
    font-size: 24px;
    transform: scale(0.8, 0.8);
  }
}
.common_ttl_h2 i {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  left: 50%;
  bottom: -60%;
  transform: translateX(-50%);
}
@media (max-width: 840px) {
  .common_ttl_h2 i {
    font-size: 14px;
    bottom: -70%;
  }
}

.inner {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 840px) {
  .inner {
    width: 94%;
    padding: 0;
  }
}

.common_pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 840px) {
  .common_pagenation {
    margin-top: 20px;
  }
}

.common_more_btn {
  width: 400px;
}
.common_more_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #72d6e6;
  color: #fff;
  margin: auto;
}

.subpage_ttl {
  background-color: rgba(114, 214, 230, 0.2);
}
@media (max-width: 840px) {
  .subpage_ttl {
    display: none;
  }
}
.subpage_ttl .subpage_ttl_h1 {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #72d6e6;
  text-align: center;
  padding: 64px 0;
  margin-bottom: 0;
}

.common_schedule_list {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 840px) {
  .common_schedule_list {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.common_schedule_list li {
  width: calc(14.2857142857% - 8px);
  text-align: center;
  line-height: 60px;
  margin: 0;
  position: relative;
  border: 1px solid #72d6e6;
  border-radius: 5px;
}
@media (max-width: 840px) {
  .common_schedule_list li {
    width: calc(20% - 8px);
  }
}
.common_schedule_list li a {
  display: block;
  color: #72d6e6;
  font-size: 16px;
  line-height: 1;
  padding: 11px 0;
  letter-spacing: 0.1em;
}
@media (max-width: 840px) {
  .common_schedule_list li a {
    font-size: 14px;
    padding: 7px 0;
  }
}
.common_schedule_list .date_this {
  background-color: #72d6e6;
}
.common_schedule_list .date_this a {
  color: #fff;
}
@media (max-width: 840px) {
  .common_schedule_list .schedule_list_today {
    width: 100%;
  }
}
.common_schedule_list .day-selected {
  background: #72d6e6;
  border: 0;
}
.common_schedule_list .day-selected a {
  color: #72d6e6;
}

.common_recruit a {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 700px;
}

.common_dots {
  margin-top: 10px;
}

/* dotsを丸くカスタマイズするCSS */
.common_dots_wrap {
  display: flex;
  justify-content: center;
}

.common_dots_wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.common_dots_wrap li:hover,
.common_dots_wrap li.slick-active {
  background: rgba(114, 214, 230, 0.2);
}

.common_dots_wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slider_common_arrow_prev,
.slider_common_arrow_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleY(2);
  font-size: 2rem;
  cursor: pointer;
}

.slider_common_arrow_prev {
  left: -6%;
  z-index: 100;
}

.slider_common_arrow_next {
  right: -6%;
  z-index: 101;
}

/* header */
header {
  width: 100%;
  z-index: 333;
  box-sizing: border-box;
  background-image: none;
  background-color: #fff;
  color: #72d6e6;
  padding: 10px 0;
  position: sticky;
  top: 0;
}
@media (max-width: 840px) {
  header {
    padding: 0;
    height: 60px;
    border-bottom: 2px solid #72d6e6;
    box-sizing: content-box;
  }
}
header .header {
  align-items: center;
}
@media (max-width: 840px) {
  header .header {
    display: none;
  }
}
header .header h1 a {
  display: block;
}
header .header h1 img {
  width: 100%;
  max-width: 185px;
  height: auto;
}
header .header p {
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  flex-basis: 50%;
}
@media (max-width: 1080px) {
  header .header p {
    display: none;
  }
}
header .header .header_left_tel,
header .header .header_left_open {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block;
  padding-left: 35px;
  transition: 0.3s;
  line-height: 1.5;
}
header .header .header_left_tel::before,
header .header .header_left_open::before {
  position: absolute;
  left: 0;
  top: 5px;
}
header .header .header_left_tel::before {
  content: "\f3cd";
  font: var(--fa-font-regular);
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 600;
}
header .header .header_left_open::before {
  content: "\f017";
  font: var(--fa-font-regular);
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.header_text {
  display: none;
}
@media (max-width: 840px) {
  .header_text {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 14px 0;
    position: relative;
  }
}
@media (max-width: 840px) {
  .header_text p {
    color: #72d6e6;
    font-size: 22px;
    font-weight: 700;
  }
}
.header_text .header_logo {
  max-width: 150px;
}
.header_text .header_logo a {
  display: inline-block;
}

#menu_btn {
  display: none;
}
@media (max-width: 840px) {
  #menu_btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 60px;
    height: 43px;
  }
  #menu_btn span {
    display: inline-block;
    height: 3px;
    width: 35px;
    background-color: #72d6e6;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  #menu_btn span:nth-child(1) {
    top: 10px;
  }
  #menu_btn span:nth-child(2) {
    top: 20px;
  }
  #menu_btn span:nth-child(3) {
    top: 30px;
  }
  #menu_btn.open span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
  }
  #menu_btn.open span:nth-child(2) {
    opacity: 0;
  }
  #menu_btn.open span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
  }
}

.header_nav {
  display: none;
  position: sticky;
  top: -100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: #fff;
  transition: 0.6s;
}
@media (max-width: 840px) {
  .header_nav {
    display: block;
  }
}
.header_nav li {
  width: 100%;
  border-bottom: 1px solid #72d6e6;
}
.header_nav li a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  display: block;
  color: #72d6e6;
}
.header_nav li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.header_nav.open {
  visibility: visible;
  opacity: 1 !important;
  top: 0;
  z-index: 10;
  transition: 0.6s;
}

/*--nav--*/
.common_nav {
  text-align: center;
  z-index: 222;
  background: #72d6e6;
  height: 60px;
  position: sticky;
  top: 68px;
}
@media (max-width: 840px) {
  .common_nav {
    display: none;
  }
}
.common_nav ul {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  height: 60px;
  align-items: center;
}
.common_nav ul li {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 60px;
}
.common_nav ul li:last-child {
  border-right: none;
}
.common_nav ul li a {
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 2px;
}
.common_nav ul li a:hover {
  opacity: 0.6;
}

.romaji {
  font-size: 12px;
  margin-top: -15px;
}

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

/*--nav--*/
.tel_sp {
  background-color: #72d6e6;
  padding: 10px 0;
}

.tel_sp_time {
  text-align: center;
  flex-basis: 50%;
}

.tel_sp_time p {
  color: #fff;
  position: relative;
  display: inline;
  font-size: 13px;
}

.tel_sp_time p::before {
  content: "\f017";
  font: var(--fa-font-regular);
  position: absolute;
  left: -14%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.tel_sp_tel {
  text-align: center;
  flex-basis: 50%;
}

.tel_sp_tel a {
  color: #fff;
  display: inline;
  position: relative;
  font-size: 13px;
}

.tel_sp_tel a::before {
  content: "\f3cd";
  font: var(--fa-font-regular);
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 600;
}

/*--footer--*/
footer {
  width: 100%;
  padding: 40px 0;
  background: #72d6e6;
  color: #fff;
}
@media (max-width: 840px) {
  footer {
    padding: 40px 0 80px;
  }
}
footer .footer_nav {
  margin: 10px 0 0 0;
}
footer .footer_nav ul {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 840px) {
  footer .footer_nav ul {
    height: 150px;
    margin-top: 4px;
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer_nav ul li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
}
@media (max-width: 840px) {
  footer .footer_nav ul li {
    width: 50%;
  }
}
footer .footer_nav ul li a {
  color: #fff;
}
footer .footer_txt {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
footer .footer_tel {
  padding-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .footer_tel .footer_tel_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 840px) {
  footer .footer_tel .footer_tel_row {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
footer .footer_tel .footer_tel_item {
  font-size: 16px;
  position: relative;
}
footer .footer_tel .footer_tel_item::before {
  position: absolute;
}
footer .footer_tel .footer_tel_item_tel {
  margin-right: 30px;
  padding-left: 24px;
  transition: 0.3s;
  color: #fff;
}
@media (max-width: 840px) {
  footer .footer_tel .footer_tel_item_tel {
    margin-right: 0;
  }
}
footer .footer_tel .footer_tel_item_tel:hover {
  opacity: 0.7;
  color: #fff;
}
footer .footer_tel .footer_tel_item_tel::before {
  content: "";
  content: "\f3cd";
  font: var(--fa-font-regular);
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 600;
}
footer .footer_tel .footer_tel_item_open {
  padding-left: 24px;
}
footer .footer_tel .footer_tel_item_open::before {
  content: "\f017";
  font: var(--fa-font-regular);
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
footer .ftr_icon_line,
footer .ftr_icon_linebooking,
footer .ftr_icon_recruit {
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  line-height: 46px;
}
footer .copyright {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 840px) {
  footer .copyright {
    margin-top: 0;
  }
}
footer .copyright a {
  color: #fff;
}

/*--footer--*/
.footer_icon_sp {
  display: none;
}
@media (max-width: 840px) {
  .footer_icon_sp {
    display: flex;
    justify-content: center;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 23;
    background: #72d6e6;
  }
}
.footer_icon_sp .footer_bt_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 25%;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
  line-height: 1.2;
  color: #fff;
  border-top: 2px solid;
  border-right: 2px solid;
}
.footer_icon_sp .footer_bt_menu:last-child {
  border-right: 0;
}
.footer_icon_sp .footer_bt_menu span {
  margin-top: 4px;
}

/*  ---------------------------- TOPに戻る ----------------------------  */
.top_return {
  background: #72d6e6;
  text-align: center;
  padding: 20px 0px;
}
.top_return a {
  position: relative;
  display: block;
  margin: auto;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.top_return a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--slider--*/
.mv {
  font-size: 0;
}
.mv .top_image {
  background: url(../images/mv_0520.jpeg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.mv .top_image:before {
  content: "";
  background: inherit;
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.mv .top_image .top_slider {
  margin: auto;
  max-width: 640px;
}

.logosec {
  text-align: center;
  width: 100%;
}

.imagelogo {
  width: 368px;
  vertical-align: top;
  margin-top: 100px;
}

/*---schedule---*/
.top_schedule .row {
  gap: 10px;
}
.top_schedule .row::after {
  content: "";
  display: block;
  width: 100%;
}
@media (max-width: 840px) {
  .top_schedule .row::after {
    width: calc(50% - 10px);
  }
}
.top_schedule .common_girl {
  max-width: 240px;
}
@media (max-width: 840px) {
  .top_schedule .common_girl {
    width: calc(50% - 10px);
  }
}

/*---schedule---*/
.banner {
  margin-top: 70px;
}
.banner .bnr_area {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.twitter {
  margin: 0 auto;
  text-align: center;
}
.twitter .timeline {
  width: 340px;
  height: 480px;
  overflow: scroll;
}

/*--pickup--*/
.top_pickup {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: rgba(114, 214, 230, 0.2);
}
.top_pickup .common_girl {
  max-width: 340px;
}
@media (max-width: 840px) {
  .top_pickup .common_girl {
    padding: 0 30px 0;
  }
}

.pickup_slide {
  max-width: 360px;
  width: 100%;
  margin: auto;
}
@media (max-width: 840px) {
  .pickup_slide {
    width: 90%;
  }
}

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

.prices {
  width: 100%;
  margin: 0 auto 30px;
  max-width: 800px;
  color: #000;
}
.prices h4 {
  padding-top: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #72d6e6;
}
.prices table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #72d6e6;
}
.prices table th {
  background: #72d6e6;
  padding: 10px;
  color: #000;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #72d6e6;
}
.prices table th:first-child {
  border-right: 2px dotted #fff;
}
.prices table td {
  border-collapse: collapse;
  line-height: 1;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #72d6e6;
  text-align: right;
  font-size: 14px;
}
.prices table td.minute {
  width: 40%;
  border-right: 1px dashed #72d6e6;
  border-left: 1px solid #72d6e6;
}
.prices table td.nedan {
  text-align: right;
  border-right: 1px solid #72d6e6;
}
.prices table td.text_red {
  color: #e74c3c;
  font-size: 14px;
  line-height: 1.2;
  border-right: 1px solid #72d6e6;
}

.credit {
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
.credit a {
  display: block;
  width: 320px;
  margin: 0 auto 10px;
}
.credit p {
  color: #e74c3c;
  font-size: 14px;
}

.option {
  max-width: 800px;
  background: linear-gradient(45deg, #694604 0%, #DFB261 50%, #694604 100%);
  padding: 30px;
  margin: auto;
  color: #000;
  margin-top: 30px;
  line-height: 1.6;
  box-sizing: border-box;
}
@media (max-width: 840px) {
  .option {
    padding: 15px;
  }
}
.option h4 {
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: bold;
}
.option p {
  font-size: 14px;
}

/*---system---*/
/*---event---*/
.event {
  padding: 50px 0;
  background-color: rgba(114, 214, 230, 0.2);
}
.event .top_event_img {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .event .top_event_img {
    width: 150px;
  }
}
.event .top_event_txt {
  padding: 0 30px;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 840px) {
  .event .top_event_txt .top_event_txt {
    padding: 0px;
  }
}
.event .top_event_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #72d6e6;
  border-bottom: 1px solid #72d6e6;
  margin-top: 20px;
}
@media (max-width: 840px) {
  .event .top_event_ttl {
    font-size: 18px;
  }
}

/*---event---*/
.info {
  width: 100%;
  text-align: -webkit-center;
  text-align: center;
}
.info .news_contents {
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
}
.info .news_contents .newsbox {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  color: #000;
}

/*---therapist---*/
.slide_newface .therapist_girl {
  max-width: 240px;
  height: auto;
  position: relative;
  margin: 10px 10px 20px;
}

.slide_newface .therapist_girl .new_girls_desc {
  width: 240px;
  overflow: hidden;
}

.slide_newface .therapist_girl a {
  display: block;
}

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

.girl_namesize {
  width: 100%;
  color: #ff6b94;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  box-sizing: border-box;
}

.girl_namesize span {
  font-weight: normal;
}

.slide_newface {
  height: 440px;
}

@media screen and (max-width: 850px) {
  .slide_newface {
    width: 100%;
    margin: 0 auto 50px;
  }
}
/*---new_face---*/
.top_greetings p {
  text-align: center;
  color: #fff;
}
@media (max-width: 840px) {
  .top_greetings p {
    text-align: left;
  }
}

.greetings {
  margin: 10px 0 30px;
}

.greetings p {
  text-align: center;
}
@media (max-width: 840px) {
  .greetings p {
    text-align: left;
  }
}

/*--recruit--*/
.top_recruit {
  padding: 50px 0;
  background-color: rgba(114, 214, 230, 0.2);
}

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

.top_access_map {
  flex-basis: 100%;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 840px) {
  .top_access_map {
    margin-top: 30px;
  }
}
.top_access_map p {
  color: #fff;
}

.map_item {
  margin-top: 30px;
}
.map_item p {
  margin: 10px 0;
}
@media (max-width: 840px) {
  .map_item p {
    margin: 6px 0;
  }
}

.g_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
@media (max-width: 840px) {
  .g_map {
    padding-bottom: 60%;
  }
}
.g_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.top_links .top_links_list {
  gap: 10px;
}

/*--area map--*/
/*schedule*/
.page_schedule {
  margin: 80px auto;
}
@media (max-width: 840px) {
  .page_schedule {
    margin: 40px auto;
  }
}
.page_schedule .page_schedule_list {
  row-gap: 20px;
}
.page_schedule .page_schedule_list .common_girl {
  width: 25%;
}
@media (max-width: 840px) {
  .page_schedule .page_schedule_list .common_girl {
    width: 50%;
  }
}

/*therapist*/
.page_therapist {
  margin: 80px auto;
}
@media (max-width: 840px) {
  .page_therapist {
    margin: 40px auto;
  }
}
.page_therapist .page_therapist_list {
  row-gap: 20px;
}
.page_therapist .page_therapist_list .common_girl {
  width: 25%;
}
@media (max-width: 840px) {
  .page_therapist .page_therapist_list .common_girl {
    width: 50%;
  }
}

/*profile*/
.page_profile {
  margin: 80px auto;
}
@media (max-width: 840px) {
  .page_profile {
    margin: 40px auto;
  }
}
.page_profile .page_profile_girl {
  padding-bottom: 80px;
}
.page_profile .page_profile_girl .page_profile_img_box {
  flex-basis: 30%;
}
@media (max-width: 840px) {
  .page_profile .page_profile_girl .page_profile_img_box {
    flex-basis: 100%;
  }
}
.page_profile .page_profile_girl .page_profile_img_box .page_profile_img_thumb {
  width: 100%;
}
.page_profile .page_profile_girl .page_profile_img_box .page_profile_img_thumb img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.page_profile .page_profile_girl .page_profile_img_box .page_profile_img_thumb ul {
  list-style: none;
  max-width: 390px;
  margin-top: 5px;
}
.page_profile .page_profile_girl .page_profile_img_box .page_profile_img_thumb ul li {
  max-width: calc(25% - 4px);
  display: inline-block;
  margin-bottom: 5px;
}
.page_profile .page_profile_bio {
  border: 1px solid #fff;
  padding: 16px;
  flex-basis: 65%;
}
@media (max-width: 840px) {
  .page_profile .page_profile_bio {
    margin-top: 20px;
    flex-basis: 100%;
  }
}
.page_profile .page_profile_bio_name,
.page_profile .page_profile_bio_size,
.page_profile .page_profile_bio_age {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  border-bottom: 1px solid #fff;
  padding-block: 16px;
}
@media (max-width: 840px) {
  .page_profile .page_profile_bio_name,
  .page_profile .page_profile_bio_size,
  .page_profile .page_profile_bio_age {
    padding-block: 8px;
  }
}
.page_profile .page_profile_bio_size,
.page_profile .page_profile_bio_age,
.page_profile .page_profile_bio_comment {
  font-size: 20px;
}
@media (max-width: 840px) {
  .page_profile .page_profile_bio_size,
  .page_profile .page_profile_bio_age,
  .page_profile .page_profile_bio_comment {
    font-size: 16px;
  }
}
.page_profile .page_profile_bio_name {
  font-size: 25px;
}
@media (max-width: 840px) {
  .page_profile .page_profile_bio_name {
    font-size: 20px;
  }
}
.page_profile .page_profile_bio_name span {
  font-size: 20px;
}
@media (max-width: 840px) {
  .page_profile .page_profile_bio_name span {
    font-size: 16px;
  }
}
.page_profile .page_profile_bio_comment .page_profile_bio_ttl {
  padding-block: 16px;
}
@media (max-width: 840px) {
  .page_profile .page_profile_bio_comment .page_profile_bio_ttl {
    padding-block: 4px;
  }
}
.page_profile .page_profile_bio_ttl {
  font-size: 18px;
  flex-basis: 12%;
}
@media (max-width: 840px) {
  .page_profile .page_profile_bio_ttl {
    flex-basis: 100%;
    margin-bottom: 4px;
  }
}
@media (max-width: 840px) {
  .page_profile .page_profile_schedule_list {
    flex-direction: column;
    height: 340px;
  }
}
.page_profile .page_profile_schedule_day {
  width: calc(14.2857142857% - 10px);
}
@media (max-width: 840px) {
  .page_profile .page_profile_schedule_day {
    width: 50%;
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
    height: calc(14.2857142857% - 10px);
    font-size: 12px;
    align-items: center;
  }
}
.page_profile .page_profile_schedule_day .page_profile_schedule_date {
  background: #72d6e6;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
}
@media (max-width: 840px) {
  .page_profile .page_profile_schedule_day .page_profile_schedule_date {
    padding: 10px 0;
    flex-basis: 50%;
  }
}
.page_profile .page_profile_schedule_day .page_profile_schedule_hour {
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 840px) {
  .page_profile .page_profile_schedule_day .page_profile_schedule_hour {
    text-align: left;
    padding: 0;
    flex-basis: 50%;
  }
}/*# sourceMappingURL=style.css.map */