@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 {
  color: #000;
  font-size: 16px;
}

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-family: "Fredoka", "Kiwi Maru", sans-serif;
}

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

hr {
  display: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.pc {
  display: block;
}
@media (max-width: 840px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

.sp {
  display: none;
}
@media (max-width: 840px) {
  .sp {
    display: block;
  }
}

.wrapper {
  contain: paint;
}

/*ぱんくず*/
.breadcrumb {
  max-width: 1080px;
  margin: 0 auto 80px;
  padding: 10px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 840px) {
  .breadcrumb {
    margin: 0 0 40px;
    padding: 4px 0 0;
  }
}

.breadcrumb li {
  font-size: 16px;
  text-align: left;
  color: #000;
  display: flex;
}

.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 0.4em;
}

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

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

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

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

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

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

:root {
  --view-size: 940;
}
@media (max-width: 840px) {
  :root :root {
    --view-size: 375;
  }
}

.inner {
  width: 100%;
  max-width: 940px;
  margin: auto;
}
@media (max-width: 1080px) {
  .inner {
    width: calc(940 / var(--view-size) * 100vw - 10%);
  }
}

.common_bg_blue {
  position: relative;
  background-image: url("../images/back_2.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
}
@media (max-width: 840px) {
  .common_bg_blue {
    background-image: url("../images/back_2_sp.jpg");
  }
}

.common_bg_white {
  position: relative;
  background-image: url("../images/back_3.jpg");
  background-repeat: repeat-y;
  background-position: top center;
}
@media (max-width: 840px) {
  .common_bg_white {
    background-image: url("../images/back_3_sp.jpg");
  }
}

.common_bg_pink {
  background-color: #FDDAEE;
}

.common_bg_recruit {
  position: relative;
  background-image: url("../images/SD_Back_Q.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  padding: 10px 0;
}

.common_section {
  padding-bottom: 80px;
}
@media (max-width: 840px) {
  .common_section {
    padding-bottom: 40px;
  }
}

.common_ttl_h2 {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  color: #FF2DAA;
  text-align: center;
  border-bottom: 3px solid #FF2DAA;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media (max-width: 840px) {
  .common_ttl_h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.common_ttl_h2::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon_ribbon.png");
  background-position: center;
  background-size: cover;
  width: 62px;
  height: 22px;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 840px) {
  .common_ttl_h2::before {
    width: 54px;
    height: 20px;
    top: -60%;
  }
}

.common_ttl_h2_2 {
  position: relative;
  font-size: 35px;
  font-weight: 600;
  color: #FF2DAA;
  border-bottom: 3px solid #FF2DAA;
  margin-bottom: 16px;
  padding-left: 80px;
}
@media (max-width: 840px) {
  .common_ttl_h2_2 {
    font-size: 23px;
    text-align: center;
    padding-left: 0;
    line-height: 1.4;
  }
}
.common_ttl_h2_2::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon_ribbon.png");
  background-position: center;
  background-size: cover;
  width: 62px;
  height: 22px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media (max-width: 840px) {
  .common_ttl_h2_2::before {
    width: 54px;
    height: 20px;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.icon_new {
  background: url(../images/icon_new.png) no-repeat;
  width: 90px;
  height: 46px;
  position: absolute;
  background-size: contain;
  top: 2%;
  left: 2%;
}
@media (max-width: 840px) {
  .icon_new {
    width: 60px;
    height: 31px;
  }
}

.slider_common_arrow_prev,
.slider_common_arrow_next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 840px) {
  .slider_common_arrow_prev,
  .slider_common_arrow_next {
    width: 25px;
    height: 25px;
  }
}

.common_girl {
  padding: 0 10px 10px 10px;
}
@media (max-width: 840px) {
  .common_girl {
    padding: 0 6px 10px 6px;
  }
}
.common_girl .common_girl_img {
  position: relative;
  font-size: 0;
}
.common_girl .common_girl_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_girl .common_girl_prof {
  background: #fff;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
  line-height: 21px;
  box-shadow: 0px 0px 10px 0px #777;
  letter-spacing: 0;
}
@media (max-width: 840px) {
  .common_girl .common_girl_prof {
    box-shadow: 0px 1px 5px 0px #777;
  }
}
.common_girl .common_girl_prof span {
  display: block;
}
.common_girl .common_girl_prof .common_girl_prof_name {
  color: #FF2DAA;
  font-size: 20px;
}
@media (max-width: 840px) {
  .common_girl .common_girl_prof .common_girl_prof_name {
    font-size: 16px;
  }
}
.common_girl .common_girl_prof .common_girl_prof_kana {
  color: #FF2DAA;
}
@media (max-width: 840px) {
  .common_girl .common_girl_prof .common_girl_prof_kana {
    font-size: 14px;
  }
}
.common_girl .common_girl_prof .common_girl_prof_size,
.common_girl .common_girl_prof .common_girl_prof_time {
  color: #646464;
}
@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_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: 200px;
}
.common_more_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #FF2DAA;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  margin: auto;
}
.common_more_btn a::after {
  content: "";
  background-image: url("../images/icon_arrow_r.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.common_prev_btn a::after {
  right: 85%;
  transform: translateY(-50%) rotate(180deg);
}

.common_anchor {
  margin-top: -140px;
  padding-top: 140px;
}
@media (max-width: 840px) {
  .common_anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.common_schedule_list {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  gap: 4px;
}
@media (max-width: 840px) {
  .common_schedule_list {
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
  }
}
.common_schedule_list li {
  width: 14.2857142857%;
  height: 40px;
  text-align: center;
  line-height: 60px;
  margin: 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #646464;
  border-radius: 5px;
}
@media (max-width: 840px) {
  .common_schedule_list li {
    width: calc(33.3333333333% - 10px);
    height: 30px;
  }
}
.common_schedule_list li a {
  color: #646464;
  font-size: 20px;
  line-height: 1;
  padding: 9px 0;
}
@media (max-width: 840px) {
  .common_schedule_list li a {
    font-size: 16px;
    padding: 6px 0;
  }
}
@media (max-width: 840px) {
  .common_schedule_list .schedule_list_today {
    width: 100%;
  }
}
.common_schedule_list .day-selected {
  background-color: #FF2DAA;
  border: 1px solid #FF2DAA;
}
.common_schedule_list .day-selected a {
  color: #fff;
}

.common_room_icon {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  margin-top: -40px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 840px) {
  .common_room_icon {
    width: 60%;
    bottom: -2%;
  }
}

.common_inner_line a {
  display: block;
  width: 140px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 40px;
  background-color: #06c755;
  border-radius: 60px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
@media (max-width: 840px) {
  .common_inner_line a {
    margin: auto;
  }
}

.room-sakae {
  background: url(../images/icon_room_sakae_0509.png) no-repeat center/contain;
}

.room-nagoya {
  background: url(../images/icon_room_nagoya_0920.png) no-repeat center/contain;
}

.room-imaike {
  background: url(../images/icon_room_imaike.png) no-repeat center/contain;
}

.room-kanayama {
  background: url(../images/icon_room_kanayama.png) no-repeat center/contain;
}

.common_ttl_img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 16px;
}

/* header */
header {
  height: 80px;
  margin: 0;
  padding: 0;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99999;
}
@media (max-width: 840px) {
  header {
    height: 50px;
  }
}
header.top_header {
  background-color: rgba(255, 255, 255, 0.9);
}
header.subpage_header {
  background-color: #FDDAEE;
}
header .header_inner {
  font-size: 0;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  height: 80px;
  position: relative;
}
@media (max-width: 840px) {
  header .header_inner {
    height: 50px;
  }
}
header .header_inner .header_inner_left {
  width: 222px;
  margin: 5px;
  padding: 0;
}
@media (max-width: 840px) {
  header .header_inner .header_inner_left {
    width: 150px;
  }
}
header .header_inner .header_inner_left h1 a {
  display: block;
  margin: 0;
  padding: 0;
}
header .header_inner .header_inner_right {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1080px) {
  header .header_inner .header_inner_right {
    display: none;
  }
}
header .header_inner .header_inner_right .header_inner_tel {
  font-size: 34px;
  color: #FF2DAA;
  margin: 0 10px;
  font-weight: 600;
}

.header_nav {
  display: none;
}
@media (max-width: 1080px) {
  .header_nav {
    display: block;
  }
}

@media (max-width: 1080px) {
  .menu {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 22px;
    z-index: 999;
    margin: 0;
    padding: 0;
    transition: all 0.4s;
    transform: translateY(-50%);
  }
  .menu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    z-index: 999;
  }
  .menu span:nth-of-type(1) {
    top: 0px;
    background: #FF2DAA;
  }
  .menu span:nth-of-type(2) {
    top: 10px;
    background: #FF2DAA;
  }
  .menu span:nth-of-type(3) {
    bottom: 0px;
    background: #FF2DAA;
  }
  .menu.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  #navigation {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: #FDDAEE;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.5s ease, height 0.5s ease;
    height: 0;
  }
  #navigation.active {
    right: 0;
    transform: translate(0, -50px);
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  #navigation ul {
    margin: 50px 0;
    padding: 20px 0;
    z-index: 999;
  }
  #navigation ul li {
    list-style-type: none;
    z-index: 999;
    font-size: 24px;
    height: 70px;
  }
  #navigation ul li a {
    display: block;
    padding: 10px 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #FF2DAA;
    z-index: 9999;
    line-height: 0.8;
  }
  #navigation ul li a small {
    font-size: 14px;
  }
  #navigation ul li a:hover {
    opacity: 1;
  }
  body.open {
    overflow: hidden;
  }
}
/* footer */
.common_footer {
  padding: 60px 0;
}
@media (max-width: 840px) {
  .common_footer {
    padding: 30px 0;
  }
}
.common_footer .footer_inner {
  margin: 0 auto;
  padding-inline: 20px;
  max-width: 1080px;
  width: 100%;
  display: grid;
  grid-template-columns: 0.25fr 0.45fr 0.3fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
@media (max-width: 840px) {
  .common_footer .footer_inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr) 1.5fr;
    grid-column-gap: 0px;
  }
}
.common_footer .footer_logo {
  grid-area: 1/1/2/2;
}
@media (max-width: 840px) {
  .common_footer .footer_logo {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 840px) {
  .common_footer .footer_logo a {
    display: block;
    width: 50%;
    margin: auto;
  }
}
.common_footer .footer_address {
  grid-area: 1/2/2/3;
}
@media (max-width: 840px) {
  .common_footer .footer_address {
    grid-area: 2/1/3/2;
    text-align: center;
    padding-top: 24px;
  }
}
.common_footer .footer_address .footer_address_shop {
  color: #FF2DAA;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 3px solid #FF2DAA;
  width: 348px;
}
@media (max-width: 840px) {
  .common_footer .footer_address .footer_address_shop {
    width: 100%;
    font-size: 26px;
  }
}
.common_footer .footer_address .footer_address_shop span {
  font-size: 15px;
  margin-left: 8px;
}
.common_footer .footer_nav {
  grid-area: 1/3/2/4;
}
@media (max-width: 840px) {
  .common_footer .footer_nav {
    grid-area: 3/1/4/2;
  }
}
.common_footer .footer_nav ul {
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 840px) {
  .common_footer .footer_nav ul {
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto 40px;
  }
}
.common_footer .footer_nav ul li {
  display: inline-block;
  width: 110px;
}
.common_footer .footer_nav ul li a {
  color: #FF2DAA;
  font-weight: 600;
}
.common_footer .copyright {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 840px) {
  .common_footer .copyright {
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.common_footer .copyright a {
  color: #000;
  margin: auto;
}

.page_recruit_footer {
  padding: 60px 0;
  background-color: #FF93D3;
  color: #fff;
}
@media (max-width: 840px) {
  .page_recruit_footer {
    padding: 30px 0;
  }
}
.page_recruit_footer .footer_inner {
  margin: 0 auto;
  padding-inline: 20px;
  max-width: 1080px;
  width: 100%;
  display: grid;
  grid-template-columns: 0.25fr 0.45fr 0.3fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
@media (max-width: 840px) {
  .page_recruit_footer .footer_inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr) 1.5fr;
    grid-column-gap: 0px;
  }
}
.page_recruit_footer .footer_logo {
  grid-area: 1/1/2/2;
}
@media (max-width: 840px) {
  .page_recruit_footer .footer_logo {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 840px) {
  .page_recruit_footer .footer_logo a {
    display: block;
    width: 50%;
    margin: auto;
  }
}
.page_recruit_footer .footer_address {
  grid-area: 1/2/2/3;
}
@media (max-width: 840px) {
  .page_recruit_footer .footer_address {
    grid-area: 2/1/3/2;
    text-align: center;
    padding-top: 24px;
  }
}
.page_recruit_footer .footer_address .footer_address_shop {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 3px solid #fff;
  width: 344px;
}
@media (max-width: 840px) {
  .page_recruit_footer .footer_address .footer_address_shop {
    width: 100%;
    font-size: 23px;
  }
}
.page_recruit_footer .footer_address .footer_address_shop span {
  font-weight: 300;
  font-size: 15px;
  margin-left: 8px;
}
.page_recruit_footer .footer_nav {
  grid-area: 1/3/2/4;
}
@media (max-width: 840px) {
  .page_recruit_footer .footer_nav {
    grid-area: 3/1/4/2;
  }
}
.page_recruit_footer .footer_nav ul {
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 840px) {
  .page_recruit_footer .footer_nav ul {
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto 40px;
  }
}
.page_recruit_footer .footer_nav ul li {
  display: inline-block;
  width: 110px;
}
.page_recruit_footer .footer_nav ul li a {
  color: #fff;
  font-weight: 600;
}
.page_recruit_footer .copyright {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 840px) {
  .page_recruit_footer .copyright {
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.page_recruit_footer .copyright a {
  color: #fff;
  margin: auto;
}

.bottom_btn {
  display: none;
}
@media (max-width: 840px) {
  .bottom_btn {
    display: block;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
}
.bottom_btn ul {
  width: 100%;
  display: flex;
}
.bottom_btn ul li {
  position: relative;
  width: 33.3333333333%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_btn ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/icon_ribbon_w.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 9px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.bottom_btn ul li.bottom_btn_tel {
  background-color: #FF2DAA;
}
.bottom_btn ul li.bottom_btn_reserve {
  background-color: #69CD6B;
}
.bottom_btn ul li.bottom_btn_recruit {
  background-color: #7BBCFF;
}
.bottom_btn ul li a {
  color: #fff;
  font-size: 20px;
  margin-top: 14px;
}

/* top */
.top_slider {
  font-size: 0;
  margin-top: -80px;
}
@media (max-width: 840px) {
  .top_slider {
    margin-top: 0px;
  }
}
@media (max-width: 840px) {
  .top_slider .top_slider_pc {
    display: none;
  }
}
.top_slider .top_slider_sp {
  display: none;
}
@media (max-width: 840px) {
  .top_slider .top_slider_sp {
    display: block;
  }
}

.top_nav {
  background: #fff;
  height: 60px;
  margin: 0;
  padding: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 15px 0px #777777;
}
@media (max-width: 1080px) {
  .top_nav {
    display: none;
  }
}
.top_nav ul {
  max-width: 1080px;
  margin: auto;
}
.top_nav ul li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5%;
  height: 60px;
}
.top_nav ul li span {
  font-size: 14px;
}
.top_nav ul li a {
  color: #FF2DAA;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.top_nav ul li a:hover {
  background-color: #FF2DAA;
  color: #fff;
  opacity: 1;
}
.top_nav ul li.current {
  background-color: #FF2DAA;
}
.top_nav ul li.current a {
  color: #fff;
}

.top_shop_links {
  padding-block: 80px;
}
@media (max-width: 840px) {
  .top_shop_links {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.top_shop_links a {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 10px;
  font-size: 0;
}
@media (max-width: 840px) {
  .top_shop_links a {
    width: 90%;
  }
}
.top_shop_links a:last-child {
  margin: 0 auto;
}

.top_schedule .slider_schedule {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 840px) {
  .top_schedule .slider_schedule {
    margin-bottom: 20px;
  }
}
.top_schedule .slider_schedule .slider_common_arrow_prev {
  left: -2%;
  z-index: 100;
}
.top_schedule .slider_schedule .slider_common_arrow_next {
  right: -2%;
  z-index: 101;
}

.top_info {
  position: relative;
}

.top_info_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 0.4fr 0.6fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  z-index: 1;
}
@media (max-width: 840px) {
  .top_info_grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.8fr 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
.top_info_grid .top_info_box {
  grid-area: 1/1/2/2;
}
@media (max-width: 840px) {
  .top_info_grid .top_info_box {
    margin-top: 40px;
    grid-area: 2/1/3/2;
    margin-bottom: 40px;
  }
}
.top_info_grid .top_info_box .top_info_frame iframe {
  border: 0;
}
.top_info_grid .top_pickup_box {
  grid-area: 2/1/3/2;
}
@media (max-width: 840px) {
  .top_info_grid .top_pickup_box {
    grid-area: 3/1/4/2;
  }
}
@media (max-width: 840px) {
  .top_info_grid .top_pickup_box .common_room_icon {
    bottom: 2%;
  }
}
.top_info_grid .top_sns_box {
  grid-area: 1/2/3/3;
  overflow: hidden;
}
@media (max-width: 840px) {
  .top_info_grid .top_sns_box {
    padding-top: 18px;
    grid-area: 1/1/2/2;
    overflow: scroll;
  }
}
.top_info_grid .top_sns_box div {
  overflow: scroll;
}
.slider_pickup {
  max-width: 240px;
  width: 100%;
  margin: auto;
}
.slider_pickup .slider_common_arrow_prev {
  left: -20%;
  z-index: 100;
  width: 50px;
  height: 50px;
}
.slider_pickup .slider_common_arrow_next {
  right: -20%;
  z-index: 101;
  width: 50px;
  height: 50px;
}

.top_bg_character_1 {
  position: absolute;
  bottom: -15%;
  right: 0;
  width: 540px;
}
@media (max-width: 840px) {
  .top_bg_character_1 {
    right: -60px;
  }
}

.top_newface {
  padding-block: 80px;
}
@media (max-width: 840px) {
  .top_newface {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top_newface .slider_newface {
  position: relative;
  margin: auto;
  z-index: 13;
}
.top_newface .slider_newface .slider_common_arrow_prev {
  left: -2%;
  z-index: 100;
}
.top_newface .slider_newface .slider_common_arrow_next {
  right: -2%;
  z-index: 101;
}

.top_system {
  padding-block: 80px;
}
@media (max-width: 840px) {
  .top_system {
    padding: 80px 0 40px;
  }
}
.top_system .inner {
  position: relative;
  z-index: 2;
}

.top_bg_character_2 {
  position: absolute;
  top: -13%;
  left: 9%;
  width: 540px;
  transform: rotate(-8deg);
}
@media (max-width: 840px) {
  .top_bg_character_2 {
    left: -10px;
    transform: rotate(-4deg);
  }
}

.top_event {
  padding-block: 80px;
}
@media (max-width: 840px) {
  .top_event {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top_event .slider_event {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.top_event .slider_event .slider_common_arrow_prev {
  left: -10%;
  z-index: 100;
}
@media (max-width: 840px) {
  .top_event .slider_event .slider_common_arrow_prev {
    left: -3%;
  }
}
.top_event .slider_event .slider_common_arrow_next {
  right: -10%;
  z-index: 101;
}
@media (max-width: 840px) {
  .top_event .slider_event .slider_common_arrow_next {
    right: -3%;
  }
}

.top_gallery {
  padding-block: 80px;
}
@media (max-width: 840px) {
  .top_gallery {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top_gallery .top_gallery_img {
  padding: 0 10px;
}
.top_gallery .slider_gallery .slider_common_arrow_prev {
  left: -2%;
  z-index: 100;
}
.top_gallery .slider_gallery .slider_common_arrow_next {
  right: -2%;
  z-index: 101;
}

.top_map {
  padding-block: 80px;
}
@media (max-width: 840px) {
  .top_map {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top_map .top_map_iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}
@media (max-width: 840px) {
  .top_map .top_map_iframe {
    flex-basis: 100%;
    margin: 0 auto 70px;
    padding-top: 75%;
  }
}
.top_map .top_map_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_map .top_map_address {
  text-align: center;
}
.top_map .top_map_notice {
  font-size: 12px;
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 840px) {
  .top_map .top_map_notice {
    margin-top: 0;
  }
}

.top_recruit_bnr {
  padding-block: 80px;
}
@media (max-width: 840px) {
  .top_recruit_bnr {
    padding-block: 40px;
  }
}
.top_recruit_bnr .top_recruit_bnr_img {
  max-width: 780px;
  margin: auto;
}

/*info*/
.iframe_info {
  background-color: #fff;
  padding: 20px;
}
.iframe_info .iframe_info_date {
  font-size: 14px;
  color: #FF2DAA;
}
.iframe_info .iframe_info_ttl {
  font-size: 18px;
  margin-bottom: 20px;
}

.page_information {
  padding-bottom: 80px;
}
@media (max-width: 840px) {
  .page_information {
    padding-bottom: 40px;
  }
}
.page_information .page_information_post {
  padding: 30px 40px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 840px) {
  .page_information .page_information_post {
    padding: 15px 20px;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.16);
  }
}
.page_information .page_information_post:last-child {
  margin-bottom: 0;
}
.page_information .page_information_post .page_information_date {
  color: #FF2DAA;
  font-size: 14px;
}
.page_information .page_information_post .page_information_ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

/*schedule*/
.page_schedule {
  padding-bottom: 80px;
}
@media (max-width: 840px) {
  .page_schedule {
    padding-bottom: 40px;
  }
}
.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 {
  padding-bottom: 80px;
}
@media (max-width: 840px) {
  .page_therapist {
    padding-bottom: 40px;
  }
}
.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%;
  }
}

/*event*/
.page_event {
  padding-bottom: 80px;
}
@media (max-width: 840px) {
  .page_event {
    padding-bottom: 40px;
  }
}
.page_event .page_event_post {
  flex-wrap: nowrap;
  gap: 20px;
  padding: 30px 50px 30px 30px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 840px) {
  .page_event .page_event_post {
    padding: 15px 20px;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.16);
  }
}
.page_event .page_event_post:last-child {
  margin-bottom: 0;
}
.page_event .page_event_post .page_event_img {
  max-width: 120px;
}
.page_event .page_event_post .page_event_contents .page_event_date {
  color: #FF2DAA;
  font-size: 14px;
}
.page_event .page_event_post .page_event_contents .page_event_ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

/*profile*/
.page_profile .page_profile_girl {
  padding-bottom: 40px;
}
@media (max-width: 840px) {
  .page_profile .page_profile_girl .page_profile_img_box {
    width: 100%;
  }
}
.page_profile .page_profile_girl .page_profile_img {
  position: relative;
}
@media (max-width: 840px) {
  .page_profile .page_profile_girl .page_profile_img {
    padding-inline: 10%;
  }
}
.page_profile .page_profile_girl .page_profile_img .slider_profile {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.page_profile .page_profile_girl .page_profile_img .slider_profile .slider_common_arrow_prev {
  left: -8%;
  z-index: 100;
}
.page_profile .page_profile_girl .page_profile_img .slider_profile .slider_common_arrow_next {
  right: -8%;
  z-index: 101;
}
@media (max-width: 840px) {
  .page_profile .page_profile_girl .page_profile_img .common_room_icon {
    bottom: 2%;
  }
}
.page_profile .page_profile_bio {
  background-color: #fff;
  padding: 16px;
  flex-basis: 56%;
}
@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 #000;
  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 {
  color: #FF2DAA;
  font-size: 18px;
  flex-basis: 12%;
}
@media (max-width: 840px) {
  .page_profile .page_profile_bio_ttl {
    flex-basis: 100%;
    margin-bottom: 4px;
  }
}
.page_profile .page_profile_sche_sns {
  padding-top: 40px;
  padding-bottom: 80px;
}
.page_profile .page_profile_schedule,
.page_profile .page_profile_sns {
  flex-basis: 48%;
}
@media (max-width: 840px) {
  .page_profile .page_profile_schedule,
  .page_profile .page_profile_sns {
    flex-basis: 100%;
  }
}
.page_profile .page_profile_schedule_day {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.page_profile .page_profile_schedule_day .page_profile_schedule_date {
  background-color: #FF2DAA;
  color: #fff;
  font-size: 22px;
  padding: 8px;
  text-align: center;
  border-radius: 21px;
  flex-basis: 40%;
}
@media (max-width: 840px) {
  .page_profile .page_profile_schedule_day .page_profile_schedule_date {
    font-size: 18px;
  }
}
.page_profile .page_profile_schedule_day .page_profile_schedule_date span {
  font-size: 20px;
}
@media (max-width: 840px) {
  .page_profile .page_profile_schedule_day .page_profile_schedule_date span {
    font-size: 16px;
  }
}
.page_profile .page_profile_schedule_day .page_profile_schedule_hour {
  font-size: 25px;
  padding-left: 20px;
  flex-basis: 60%;
}
@media (max-width: 840px) {
  .page_profile .page_profile_schedule_day .page_profile_schedule_hour {
    font-size: 20px;
  }
}
.page_profile .page_profile_sns {
  height: 440px;
  overflow: hidden;
}
@media (max-width: 840px) {
  .page_profile .page_profile_sns {
    padding-top: 30px;
  }
}

/*recruit*/
.page_recruit .page_recruit_content {
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding: 80px 0;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_content {
    padding: 40px 0;
  }
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_content {
    width: 90%;
  }
}
.page_recruit .page_recruit_ttl {
  font-size: 60px;
  font-family: "Kiwi Maru", sans-serif;
  color: #FF2DAA;
  text-align: center;
  line-height: 1;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.page_recruit .page_recruit_faq {
  position: relative;
  background-image: url("../images/bg_recruit_faq.png");
  background-repeat: no-repeat;
  background-position: left 94px center;
  background-size: contain;
  padding: 80px 0;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_faq {
    padding: 40px 0;
    background-image: url("../images/bg_recruit_faq_sp_01.png"), url("../images/bg_recruit_faq_sp_02.png");
    background-repeat: no-repeat;
    background-position: right top, left 10px bottom;
    background-size: inherit;
  }
}
.page_recruit .page_recruit_faq .page_recruit_subttl {
  font-size: 24px;
  color: #666;
  text-align: center;
  margin: 30px auto 50px;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_faq .page_recruit_subttl {
    font-size: 18px;
    margin: 15px auto 25px;
  }
}
.page_recruit .page_recruit_faq .page_recruit_faq_box {
  max-width: 850px;
  margin: 0 auto 40px;
  text-align: center;
}
.page_recruit .page_recruit_faq .page_recruit_faq_box:last-child {
  margin: 0 auto;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_faq .page_recruit_faq_box {
    margin: 0 auto 20px;
  }
}
.page_recruit .page_recruit_faq .page_recruit_faq_box .page_recruit_q {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 700px;
  margin-bottom: 25px;
  padding: 14px 0;
  border-radius: 9999px;
  background-color: #ff2daa;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  font-family: "Kiwi Maru", sans-serif;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_faq .page_recruit_faq_box .page_recruit_q {
    font-size: 16px;
  }
}
.page_recruit .page_recruit_faq .page_recruit_faq_box .page_recruit_q::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #ff2daa transparent transparent;
  translate: -50% 100%;
}
.page_recruit .page_recruit_faq .page_recruit_faq_box .page_recruit_a {
  background-color: #fff;
  border-radius: 14px;
  padding: 30px 0;
  color: #666;
  margin-top: -2%;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_faq .page_recruit_faq_box .page_recruit_a {
    padding: 15px;
    text-align: left;
  }
}
.page_recruit .page_recruit_job {
  padding: 80px 0;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_job {
    padding: 40px 0;
  }
}
.page_recruit .page_recruit_job table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 30px;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_job table {
    margin-top: 15px;
  }
}
.page_recruit .page_recruit_job table th,
.page_recruit .page_recruit_job table td {
  display: table-cell;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_job table th,
  .page_recruit .page_recruit_job table td {
    display: block;
  }
}
.page_recruit .page_recruit_job table td {
  padding: 20px;
  text-align: left;
  padding-left: 20px;
  color: #666;
  line-height: 26px;
  background-color: #fff;
  vertical-align: middle;
}
.page_recruit .page_recruit_job table th {
  width: 20%;
  background: #FF93D3;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_job table th {
    width: 100%;
  }
}
.page_recruit .page_recruit_contact {
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_contact {
    padding: 40px 0;
  }
}
.page_recruit .page_recruit_contact .page_recruit_contact_btns {
  position: relative;
  margin-top: 40px;
  z-index: 3;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_contact .page_recruit_contact_btns {
    margin-top: 20px;
    justify-content: center;
  }
}
.page_recruit .page_recruit_contact_tel,
.page_recruit .page_recruit_contact_mail,
.page_recruit .page_recruit_contact_line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_contact_tel,
  .page_recruit .page_recruit_contact_mail,
  .page_recruit .page_recruit_contact_line {
    flex-wrap: wrap;
    width: 80%;
  }
}
.page_recruit .page_recruit_contact_tel a,
.page_recruit .page_recruit_contact_mail a,
.page_recruit .page_recruit_contact_line a {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 9999px;
  font-size: 40px;
  font-weight: 600;
  padding: 13px 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .page_recruit .page_recruit_contact_tel a,
  .page_recruit .page_recruit_contact_mail a,
  .page_recruit .page_recruit_contact_line a {
    font-size: 20px;
    margin: 10px auto;
  }
}
.page_recruit .page_recruit_contact_tel a:hover,
.page_recruit .page_recruit_contact_mail a:hover,
.page_recruit .page_recruit_contact_line a:hover {
  opacity: 1;
}
.page_recruit .page_recruit_contact_tel a {
  background-color: #FD66A3;
  border-bottom: 6px solid #C14F83;
}
.page_recruit .page_recruit_contact_tel a:hover {
  border-bottom: 2px solid #C14F83;
  transform: translateY(4px);
}
.page_recruit .page_recruit_contact_mail a {
  background-color: #63D0E8;
  border-bottom: 6px solid #4BA1AF;
}
.page_recruit .page_recruit_contact_mail a:hover {
  border-bottom: 2px solid #4BA1AF;
  transform: translateY(4px);
}
.page_recruit .page_recruit_contact_line a {
  border-bottom: 6px solid #59AA59;
  background-color: #69CD6B;
}
.page_recruit .page_recruit_contact_line a:hover {
  border-bottom: 2px solid #59AA59;
  transform: translateY(4px);
}/*# sourceMappingURL=style.css.map */