@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*ヘッダー*/
.head-nav {
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.head-txt {
  text-align: right;
  position: relative;
  z-index: 9999;
  margin-bottom: -10px;
  margin-top: 15px;
}
.head-txt .line {
  display: inline-block;
  width: 125px;
  text-align: left;
  margin-right: 20px;
}
.head-txt .line a {
  color: #333;
}
.head-txt .tel {
  display: inline-block;
  font-size: 28px;
  width: 244px;
  color: #333;
  text-align: left;
  letter-spacing: 0.05em;
}
.head-txt .tel span {
  font-size: 18px;
}
.head-txt .open {
  color: #333;
}

.navbar {
  padding: 10px 2px 1px;
}

.bg-light {
  background-color: #fff !important;
}

.logo {
  height: 100px;
  vertical-align: top;
  margin-top: -37px;
}
.logo img {
  height: 94px;
}

/*****STANDART CSS******/
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;
  padding: 0;
  border: 0;
  font: inherit;
}

a,
button {
  padding: 0;
  border: 0;
}

a,
input,
select {
  margin: 0;
  background: 0 0;
}

a {
  font: inherit;
  text-decoration: none !important;
  font-size: 100%;
  vertical-align: baseline;
  color: currentColor;
}
a:hover {
  color: #5e5e5e;
}

img {
  /*! max-width: 100%; */
  box-sizing: border-box;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after, blockquote::before {
  content: none;
}

q::after, q::before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: content-box;
}

button {
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  position: relative;
  line-height: 28px;
  color: #111;
  font-family: "Palatino", "Palatino Linotype", "ヒラギノ角ゴ 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";
  background: #ff9999;
  font-feature-settings: "palt";
}

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

section {
  padding: 60px 0 0;
}
@media (max-width: 840px) {
  section {
    padding: 30px 0;
  }
}

.noto300 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.noto500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.noto700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.noto800 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}

.noto900 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.flex_center {
  justify-content: center;
}

.wrap {
  overflow: hidden;
}

.bg_diamond {
  background-image: url(../images/bg_aromadiamond.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .bg_diamond {
    background-image: url(../images/bg_aromadiamond_sp.jpg);
    background-position: top center;
  }
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: unset;
}
.navbar-light .navbar-toggler-icon {
  color: #ff1e96;
}

.breadcrumb {
  margin: 0 20px 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-weight: bold;
  /*太字*/
}
.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
  color: #ff1e96;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 14px;
  /*色*/
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
@media (max-width: 840px) {
  .breadcrumb {
    margin: 0;
  }
}

.pc_dn {
  display: none;
}

@media only screen and (max-width: 992px) {
  .pc_dn {
    display: inline-block;
  }
}
/* 横スクロールのコンテナ */
.slideshow-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  max-width: 880px;
  margin-inline: auto;
  /* スムーズスクロールを有効にする場合 */
}

/* 各スライド要素のスタイル */
.slide {
  flex: 0 0 auto;
  width: 200px;
  /* スライドの幅を設定（適宜変更してください） */
  margin-right: 20px;
  /* スライド間の余白を調整（適宜変更してください） */
}
.slide img {
  height: auto;
}

@media only screen and (max-width: 576px) {
  .slide {
    width: 240px;
  }
}
/* 画像のスタイル（適宜サイズやスタイルを調整してください） */
.img-fluid {
  max-width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* タイトルや情報のスタイル（適宜スタイルを調整してください） */
.slide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll-hint-text {
  margin-top: 0 !important;
}

.slick-dots {
  margin: -40px 0 0 0 !important;
}

/*****STANDART CSS*****/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.common_ttl_h2 {
  position: relative;
  font-size: 30px;
  text-align: center;
  color: #ff1e96;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.common_ttl_h2 span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.common_ttl_h2 span.normal {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.common_ttl_h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ff1e96;
  position: absolute;
  bottom: 37%;
  left: 50%;
  transform: translateX(-50%);
}

.shader__layer {
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  z-index: -1;
}

.mask {
  background-size: 30%;
  background-position: center;
  background-image: url("../images/bg_hologram.jpg");
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (max-width: 840px) {
  .mask {
    background-size: 80%;
  }
}

.specular {
  mix-blend-mode: color-dodge;
}

.specular::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-position: top center;
  background-image: linear-gradient(125deg, #f09 30%, #fc8b00, #ff0, #00ff8a, #00cfff, #cc4cfa 70%);
  background-color: #000;
}

.headtop {
  padding-top: 117px;
}

.in-news {
  border-bottom: #000 1px dashed;
  padding-bottom: 40px;
}

.in-date {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

.in-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.in-cont {
  font-size: 16px;
  line-height: 28px;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
  /* color: #333; */
}

.smartbut {
  display: none;
}

.imgline img {
  width: 150px;
  height: auto;
}

.benex {
  width: 250px;
  margin: 0 auto;
}

.abc {
  width: 122px;
}

.kom {
  padding: 5px 10px;
  line-height: 44px;
  border-bottom: #ff1e96 1px solid;
  color: #ff1e96;
}

.kom-d {
  padding: 8px 10px;
  border-bottom: #ff1e96 1px solid;
  font-size: 14px;
  line-height: 44px;
  height: 56px;
}

.bt1 {
  background: #f7bdd3;
  padding: 3px;
  text-align: center;
  font-size: 14px;
}

.bt2 {
  background: #f9d7e8;
  padding: 3px;
  text-align: center;
  font-size: 14px;
}

.rec {
  width: 65%;
  margin: 0 auto;
  margin-top: 20px;
}

nav li {
  letter-spacing: 0.07em;
  padding: 3px 0 3px;
}

.navbar-light .navbar-nav .nav-link,
.foot .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover,
.foot .nav-link:hover {
  color: #fff;
  opacity: 0.6;
}
.navbar-light .navbar-nav .nav-link span,
.foot .nav-link span {
  color: #fff;
}

/* .pink {
  background: #fff8fb;
} */
.padkill {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.show-sp {
  display: none;
}

.mv_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 12/5;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-indicators .active {
  background-color: #dbbd84;
}

.dip-sp,
.sp-hour {
  display: none;
}

.nav-top,
.nav-schedule,
.nav-therapist,
.nav-system,
.nav-event,
.nav-recruit,
.nav-contact {
  width: -moz-fit-content;
  width: fit-content;
  background-size: 34px;
  height: 45px;
  line-height: 14px;
  font-size: 18px;
  text-align: center;
  margin-right: 10px;
  background-color: #ff1e96;
}

.open {
  display: inline-block;
  width: 150px;
  color: #333;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.05em;
}

.new {
  position: absolute !important;
  right: 5px;
  bottom: 10px;
  max-width: 64px;
  width: 100%;
  height: auto;
  aspect-ratio: 66/41;
  z-index: 0 !important;
}

.newface {
  padding: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .newface {
    padding: 0 0 30px;
  }
}

.nav-moreview {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  margin: 40px auto 0;
  background-image: linear-gradient(0deg, rgb(253, 170, 205), rgb(254, 204, 221) 50%, rgb(255, 235, 235));
  box-shadow: 2px 2px 2px 0px rgb(255, 255, 255) inset, -2px -2px 2px 0px rgba(255, 90, 160, 0.5) inset;
  border: 1px solid #942054;
  border-radius: 8px;
}
@media (max-width: 840px) {
  .nav-moreview {
    margin: auto;
  }
}
.nav-moreview a {
  width: 200px;
  height: 40px;
  display: block;
  color: #942054;
  line-height: 45px;
}
.nav-moreview a:hover {
  opacity: 0.7;
}

/* @media only screen and (max-width: 992px) {
  .new {
    bottom: 26%;
    right: 12%;
  }
} */
.new2 {
  position: absolute !important;
  right: 3%;
  bottom: 22%;
  max-width: 64px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
}

@media only screen and (max-width: 992px) {
  .new2 {
    bottom: 30%;
  }
}
.new-profile {
  position: absolute !important;
  right: 7%;
  bottom: 42%;
  max-width: 64px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
}

@media only screen and (max-width: 992px) {
  .new-profile {
    bottom: 28%;
  }
}
.sec-info {
  width: 730px;
  /* 	width: 640px;*/
  margin: 0 auto;
}

.bg {
  background: url(../images/bg_info.webp) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.info {
  /* background: url(../images/info-bg.png) no-repeat; */
  background-color: #fff;
  /*height: 415px;*/
  height: 300px;
  /*overflow: hidden;*/
  overflow: scroll;
  background-size: contain;
  padding-top: 30px;
}

.x_banner_w {
  margin: auto;
  max-width: 400px;
  width: 95%;
}

.x_banner_w img {
  width: 100%;
}

.x_banner {
  margin: 40px auto 0;
  max-width: 400px;
  width: 95%;
}

/*
/*
.x_banner {
  margin: 40px auto 0;
	max-width: 400px;
	width: 95%;
}
/*
.twitter {
  padding-top: 17px;
} */
.news {
  padding: 20px 20px;
  border-bottom: #ff1e96 1px solid;
  margin-bottom: 0px;
  width: 90%;
  margin: 0 auto;
}

iframe {
  border: 0;
  width: 100%;
  height: 305px;
}

.tit3 {
  margin-left: 20px;
}

.tit4 {
  font-size: 22px !important;
}

.event {
  text-align: center;
}

.eventlist {
  max-width: 900px;
  margin-inline: auto;
}
.eventlist li {
  padding: 20px;
}
.eventlist img {
  width: 100%;
  height: auto;
  aspect-ratio: 12/5;
}

.event-all {
  max-width: 860px;
  width: 100%;
  border-bottom: #000 1px dashed;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.photo-event {
  display: inline-block;
}
.photo-event img {
  width: 100%;
  padding-right: 30px;
}

.event_sep {
  border-bottom: 1px dotted #333;
  margin-bottom: 30px;
}

.cont-event {
  display: inline-block;
  vertical-align: top;
}

.one_event {
  max-width: 460px;
  width: 100%;
  margin: 30px auto 0;
}
.one_event img {
  max-width: 460px;
}

.event_txt {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}

@media only screen and (max-width: 576px) {
  .one_event {
    margin: auto;
  }
  .one_event img {
    max-width: 320px;
  }
}
.recruit_bnr {
  text-align: center;
  margin-bottom: 60px;
  margin-inline: auto;
}
.recruit_bnr a {
  display: block;
  max-width: 900px;
  margin-inline: auto;
}
.recruit_bnr img {
  width: 100%;
  height: auto;
  aspect-ratio: 880/367;
  padding: 10px;
}

.weekly .day-selected {
  background-image: linear-gradient(0deg, #fff, #fff);
}
.weekly .day-selected a {
  color: #000;
}

.schedule,
.inner_schedule {
  max-width: 960px;
  margin-inline: auto;
}

@media only screen and (max-width: 990px) {
  .schedule,
  .inner_schedule {
    max-width: 760px;
  }
}
@media only screen and (max-width: 768px) {
  .schedule,
  .inner_schedule {
    max-width: 570px;
  }
}
@media only screen and (max-width: 576px) {
  .schedule,
  .inner_schedule {
    max-width: 95%;
    display: flex;
    flex-wrap: wrap;
  }
}
.schedule li {
  width: 100%;
  max-width: 240px;
}

.inner_schedule li {
  margin-bottom: 30px;
}

.schedulePhoto {
  padding: 0 10px;
  max-width: 240px;
  position: relative;
}

.newfacePhoto {
  padding: 0 10px;
  max-width: 240px;
  margin: 0 auto;
}

@media only screen and (max-width: 576px) {
  .schedulePhoto,
  .newfacePhoto {
    max-width: 100%;
  }
  .schedule li {
    width: 50%;
    /*    max-width: 240px;*/
    margin-bottom: 20px;
  }
}
.scheduleBWH {
  position: relative;
  background: #f1e6d0;
  /* padding-top: 33.333%; */
  text-align: center;
  overflow: hidden;
}
.scheduleBWH ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 10px;
  width: 100%;
}
.scheduleBWH ul li {
  color: #333;
  padding: 4px;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.scheduleBWH p {
  width: 100px;
  height: 30px;
  margin: 2px auto 4px;
}
.scheduleBWH p img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 576px) {
  .newfacePhoto {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .newfacePhoto li {
    width: 50%;
    /* max-width: 240px; */
    margin-bottom: 20px;
  }
  .newfacePhoto_border {
    padding: 0 10px;
    max-width: 240px;
  }
  .scheduleBWH ul li {
    padding: 0px;
    font-size: 22px;
    line-height: initial;
    white-space: nowrap;
  }
}
.therapist-gr {
  width: 700px;
  margin: 0 auto;
}
.therapist-gr li {
  display: inline-block;
}

.therapist {
  position: relative;
  width: 200px !important;
}

.profile-gr {
  width: 380px;
  margin: 0 auto;
  text-align: center;
}

.bg_system {
  background-image: url(../images/bg_system.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0;
}

.system {
  max-width: 900px;
  padding: 10px 0;
  margin: auto;
}
@media (max-width: 840px) {
  .system {
    padding: 5px 15px;
  }
}

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

.price {
  margin-bottom: 10px;
}

.attention {
  padding-top: 30px;
  text-align: left;
  color: #000;
  background-color: #fff;
}
.attention p span {
  display: block;
  color: #ff0000;
}
.attention p span.caution {
  display: block;
  color: #ff0000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .attention p span.caution {
    font-size: 18px;
  }
}

.banner {
  /*   margin: 0 0 40px 0; */
  margin: 0;
}
.banner img {
  width: 50%;
  height: auto;
  aspect-ratio: 652/255;
}

.slick-prev:before {
  background-image: url("../images/arrow-left.png");
  background-size: 30px 60px;
  display: inline-block;
  width: 30px;
  height: 60px;
  content: "";
}

.slick-next:before {
  background-image: url("../images/arrow-right.png");
  background-size: 30px 60px;
  display: inline-block;
  width: 30px;
  height: 60px;
  content: "";
}

.slick-prev {
  left: -60px !important;
}

.slick-next {
  right: -55px !important;
}

.access {
  flex-basis: 50%;
}

.goomap {
  background-image: url(../images/bg_map_0710.webp);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;
  margin: 20px 0;
  background-size: cover;
}
.goomap iframe {
  margin-top: 15px;
}

.map-responsive {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map-responsive iframe {
  width: 95%;
}

.bg_white {
  background-color: #fff;
  padding: 20px;
}

.shopinfo_out {
  flex-basis: 50%;
  margin: 20px 0;
}

.shopinfo {
  background-image: url(../images/bg_shop_0710.webp);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;
  height: auto;
}

.center-in {
  width: 860px;
  margin: 0 auto;
  padding-left: 14px;
}

.x2 {
  padding-top: 125px;
}

.banner_box {
  display: inline-block;
  margin-bottom: 10px;
}

footer {
  background: #e47bbe;
  padding: 50px 0 0;
  text-align: center;
  color: #fff;
}

.logo-f {
  text-align: center;
}
.logo-f img {
  width: 182px;
}

.foot {
  margin: 0 auto;
  background-color: #fff;
}
.foot ul {
  display: flex;
  justify-content: center;
}
.foot ul li {
  position: relative;
  flex-basis: 45%;
}
.foot ul li a {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.f-nav-top,
.f-nav-schedule,
.f-nav-therapist,
.f-nav-system,
.f-nav-event,
.f-nav-recruit {
  width: 125px;
  background-size: 34px;
  height: 45px;
  line-height: 14px;
  font-size: 18px;
  text-align: center;
  background-color: #ff1e96;
  border-left: #fff 1px solid;
}

.f-nav-contact {
  width: 125px;
  background-size: 34px;
  height: 45px;
  line-height: 14px;
  font-size: 18px;
  text-align: center;
  background-color: #f1e6d0;
  border-left: #dbbd84 1px solid;
  border-right: #dbbd84 1px solid;
}

.prev_next {
  display: flex;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 20px;
  justify-content: space-between;
}

.prev,
.next {
  font-weight: bold;
  background: #ff1e96;
  color: #fff;
  padding: 5px 10px;
}

.title_todays_schedule {
  text-align: center;
  margin-bottom: 10px;
}

.weekly {
  margin: 0px 0px 40px 0px;
}
.weekly ul {
  text-align: center;
}
.weekly ul li {
  width: 125px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  margin: 0px 5px;
  background-image: linear-gradient(0deg, rgb(253, 170, 205), rgb(254, 204, 221) 50%, rgb(255, 235, 235));
  box-shadow: 2px 2px 2px 0px rgb(255, 255, 255) inset, -2px -2px 2px 0px rgba(255, 90, 160, 0.5) inset;
  border: 1px solid #942054;
  border-radius: 8px;
}
.weekly ul li a {
  color: #942054;
}
.weekly .week_active {
  background: #ff1e96;
}
.weekly .week_active a {
  color: #fff;
}

.sch-day {
  background: #5b5151;
  color: #fff;
  display: inline-block;
  width: 120px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.select-day {
  background: #a31c59 !important;
  color: #fff;
}

/* .sch-day-prof {
  background: #F1E6D0;
  color: #333;
  display: inline-block;
  width: 13%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "ヒラギノ角ゴ 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";
} */
.schecen2 {
  display: flex;
  justify-content: space-evenly;
}

.secday {
  color: #333;
  display: inline-block;
  width: 13%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "ヒラギノ角ゴ 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";
}
.secday .num {
  background: #f1e6d0;
  color: #ff1e96;
  border: 1px solid #dbbd84;
  padding: 10px 0;
}
.secday .hour {
  background-color: #fff;
  font-weight: normal;
}

.sch-day-prof dt {
  padding: 10px;
}
.sch-day-prof dd {
  background: #fff;
  padding: 5px;
  color: #333;
  font-weight: normal;
}

/**PROFILE***/
.slider_box {
  width: 390px;
  height: auto;
  margin-bottom: 20px;
}

.imgpro img {
  width: 390px;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile_flex {
  margin-inline: auto;
  max-width: 800px;
}

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

.profile-cont {
  width: 700px;
  margin: 0 auto 30px;
}

.bigphoto {
  width: 320px;
}

.profile-cont .bigphoto img {
  width: 320px;
  height: auto;
}

#profile_thumb img {
  width: 98%;
}

.new_relative {
  position: relative;
}

.descpro {
  background: #fff;
  padding: 20px;
  margin-left: 30px;
  max-width: 380px;
}

@media only screen and (max-width: 576px) {
  #profile .row {
    display: block;
  }
  #profile .row .photo {
    width: 90%;
    margin: 0 auto;
  }
  .profile-cont {
    width: 90%;
    margin: 0 auto 30px;
  }
  .profile_photo img {
    max-width: 320px;
    margin: 0 auto;
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .schecen2 {
    display: block;
    text-align: center;
  }
  .secday {
    width: 80%;
  }
  .descpro {
    width: 95%;
    margin: 0 auto 20px;
    max-width: none;
  }
  #profile_thumb img {
    width: 98%;
  }
}
.p-pickup {
  width: 750px;
  display: inline-block;
  margin-right: 83px;
}

.p-pick-txt {
  width: 62%;
  display: inline-block;
  margin-top: 40px;
  line-height: 28px;
  font-size: 16px;
}

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

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

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

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

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

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

.thumb {
  width: 100%;
  margin-top: 2px;
}
.thumb img {
  width: 100%;
}
.thumb ul {
  list-style: none;
  width: 100%;
}
.thumb ul li {
  width: 32.6%;
  display: inline-block;
  margin: 0 0 1px 0;
  vertical-align: top;
}

.p-name,
.p-age,
.p-height {
  font-size: 22px;
  padding-bottom: 5px;
  color: #ff1e96;
}

.p-size {
  font-size: 22px;
  padding-bottom: 10px;
  color: #ff1e96;
}

.wi {
  width: 800px;
}

.copyright {
  background-color: #fff;
  color: #ff1e96;
  text-align: center;
  padding: 16px 0 12px;
}
@media (max-width: 840px) {
  .copyright {
    margin-bottom: 70px;
  }
}
.copyright a {
  color: #ff1e96;
}

@media only screen and (max-width: 1200px) {
  .logo {
    height: 100px;
    vertical-align: top;
    margin-top: -37px;
  }
  .logo img {
    height: 94px;
  }
  .nav-top {
    width: 85px;
    background-size: 34px;
    height: 45px;
    line-height: 14px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    background-color: #f1e6d0;
  }
  .nav-schedule,
  .nav-therapist,
  .nav-system,
  .nav-event,
  .nav-recruit,
  .nav-contact {
    width: 125px;
    background-size: 34px;
    height: 45px;
    line-height: 14px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    background-color: #f1e6d0;
  }
  .head-txt {
    text-align: right;
    position: relative;
    z-index: 9999;
    margin-bottom: -10px;
    margin-top: 15px;
  }
  .line {
    display: inline-block;
    width: 115px;
    text-align: left;
  }
  /* .tel {
    display: inline-block;
    font-size: 28px;
    width: 275px;
    color: #ff7aac;
    font-weight: bold;
    text-align: left;
  }

  .open {
    display: inline-block;
    width: 180px;
    color: #ff7aac;
    font-size: 18px;
    text-align: left;
  } */
  .news {
    padding: 20px 20px;
    /* border-bottom: #000 1px dashed; */
    margin-bottom: 0px;
    width: 90%;
    margin: 0 auto;
  }
  iframe {
    /*margin-top: 80px;*/
    border: 0;
    width: 100%;
    height: 305px;
  }
  .foot {
    width: 100%;
    margin: 0 auto;
    color: #fff;
  }
  .rec {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .x2 {
    padding-top: 130px;
  }
  /**PROFILE***/
  .p-pickup {
    width: 750px;
    display: inline-block;
    margin-right: 83px;
  }
  .p-pick-txt {
    width: 62%;
    display: inline-block;
    margin-top: 40px;
    line-height: 28px;
    font-size: 16px;
  }
  .p-name01 {
    display: inline-block;
    font-size: 22px;
  }
  .p-name02 {
    display: inline-block;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    padding-left: 10px;
  }
  .p-age01 {
    display: inline-block;
    text-transform: uppercase;
    width: 50px;
    font-size: 22px;
  }
  .p-age02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 37px;
  }
  .p-size01 {
    display: inline-block;
    font-size: 22px;
    width: 70px;
  }
  .p-size02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 16px;
  }
  .thumb {
    width: 270px;
    margin-top: 2px;
  }
  .thumb img {
    width: 100%;
  }
  .thumb ul {
    list-style: none;
    width: 340px;
  }
  .thumb ul li {
    width: 26.5%;
    display: inline-block;
    margin: 0 0 1px 0;
    vertical-align: top;
  }
  .p-name,
  .p-age {
    font-size: 22px;
  }
  .p-size {
    padding-bottom: 10px;
  }
  .wi {
    width: 800px;
  }
  .weekly ul li {
    width: 100px;
  }
}
@media only screen and (max-width: 992px) {
  h1 {
    text-align: center;
  }
  .logo {
    height: 60px;
    margin-top: -7px;
    text-align: center;
  }
  .logo img {
    width: 115px;
    height: auto;
    aspect-ratio: 300/149;
  }
  .head-txt {
    display: none;
  }
  .nav-top,
  .nav-schedule,
  .nav-therapist,
  .nav-system,
  .nav-event,
  .nav-recruit {
    width: 100%;
    background-size: 34px;
    height: 45px;
    padding-left: 0;
    line-height: 14px;
    font-size: 20px;
    text-align: center;
    margin-right: 5px;
    border-bottom: #fff 1px solid;
    background-color: #e47bbe;
  }
  .nav-contact {
    width: 100%;
    background-size: 34px;
    height: 45px;
    padding-left: 0;
    line-height: 14px;
    font-size: 20px;
    text-align: center;
    margin-right: 5px;
    background-color: #fff;
  }
  .rec {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .bg-iconnav {
    background: #f0323d;
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0323d', endColorstr='#e6366c', GradientType=0);
    border-radius: 0;
    padding: 10px;
  }
  .x2 {
    padding-top: 70px;
  }
  .center-in {
    width: 90%;
    margin: 0 auto;
  }
  .navbar-toggler-icon {
    background-image: url("../images/border.svg");
  }
  .slick-prev {
    left: -30px !important;
  }
  .slick-next {
    right: -30px !important;
  }
  .sp-hour {
    display: inline-block;
    width: 170px;
    color: #ff7aac;
    font-size: 18px;
    text-align: left;
  }
  .sec-info {
    /*width: 640px;*/
    width: 730px;
    margin: 0 auto;
  }
  .mv_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 12/5;
  }
  .bg {
    background-image: url(../images/bg_info.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .info {
    height: 415px;
    overflow: scroll;
    background-size: contain;
  }
  .twitter {
    padding-top: 17px;
    text-align: center !important;
  }
  .news {
    padding: 20px 20px;
    /* border-bottom: #000 1px dashed; */
    margin-bottom: 0px;
    width: 90%;
    margin: 0 auto;
  }
  iframe {
    /*margin-top: 74px;*/
    border: 0;
    width: 100%;
    height: 236px;
  }
  .therapist-gr {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .therapist {
    width: 170px !important;
  }
  .scheduleBWH {
    /* padding-top: 60%; */
    max-width: 240px;
    margin: 0 auto;
  }
  .profile-gr {
    width: 50%;
    margin: 0 auto;
  }
  .bg_system {
    background-image: url(../images/bg_system.webp);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 60px 0;
  }
  .access {
    flex-basis: 100%;
  }
  .goomap {
    background-image: url(../images/bg_map_sp_0710.webp);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
    max-width: 580px;
    margin: 0 auto 10px;
  }
  .shopinfo_out {
    flex-basis: 100%;
  }
  .shopinfo {
    background-image: url(../images/bg_shop_sp_0710.webp);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
    height: auto;
    max-width: 580px;
    margin: 0px auto;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  .headtop {
    padding-top: 64px;
  }
  .foot {
    width: 100%;
    margin: 16px auto 0;
    color: #fff;
    padding: 20px 0 0;
  }
  .foot ul {
    flex-wrap: wrap;
  }
  .f-nav-top,
  .f-nav-schedule,
  .f-nav-therapist {
    width: 100%;
    height: 50px;
    padding-left: 0;
    line-height: 14px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-left: none;
  }
  .f-nav-system {
    width: 100%;
    height: 50px;
    padding-left: 0;
    line-height: 14px;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-left: none;
  }
  .f-nav-event,
  .f-nav-recruit {
    width: 100%;
    height: 50px;
    padding-left: 0;
    line-height: 14px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-left: none;
  }
  .f-nav-contact {
    width: 100%;
    height: 50px;
    padding-left: 0;
    line-height: 14px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-left: none;
    border-right: none;
  }
  /**PROFILE***/
  .sch-day-prof dt {
    padding: 10px 5px;
    font-size: 14px;
  }
  .sch-day-prof dd {
    font-size: 14px;
  }
  .p-pickup {
    width: 750px;
    display: inline-block;
    margin-right: 83px;
  }
  .p-pick-txt {
    width: 62%;
    display: inline-block;
    margin-top: 40px;
    line-height: 28px;
    font-size: 16px;
  }
  .p-name01 {
    display: inline-block;
    font-size: 22px;
  }
  .p-name02 {
    display: inline-block;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    padding-left: 10px;
  }
  .p-age01 {
    display: inline-block;
    text-transform: uppercase;
    width: 50px;
    font-size: 22px;
  }
  .p-age02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 37px;
  }
  .p-size01 {
    display: inline-block;
    font-size: 22px;
    width: 70px;
  }
  .p-size02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 16px;
  }
  .thumb {
    width: 100%;
    margin-top: 2px;
  }
  .thumb img {
    width: 100%;
  }
  .thumb ul {
    list-style: none;
    width: 100%;
  }
  .thumb ul li {
    width: 32%;
    display: inline-block;
    margin: 0 0 1px 0;
    vertical-align: top;
  }
  .p-name,
  .p-age {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .p-size {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .wi {
    width: 800px;
  }
  .weekly ul li {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .show-sp {
    display: block;
  }
  .none-sp,
  .hide-mob {
    display: none;
  }
  .sec-info {
    width: 95%;
    margin: 0 auto;
  }
  .mv_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .bg {
    background-image: url(../images/bg_info_sp.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .info {
    height: 250px;
    overflow: scroll;
    background-size: contain;
    text-align: center;
    /* overflow: hidden; */
  }
  .x_banner {
    margin: 40px auto 0;
    max-width: 95%;
    width: 95%;
  }
  .x_banner_w {
    max-width: 95%;
    width: 95%;
  }
  .x_banner_w img {
    width: 100%;
  }
  .twitter {
    padding-top: 0;
    text-align: center !important;
  }
  .news {
    padding: 20px 20px;
    /* border-bottom: #000 1px dashed; */
    margin-bottom: 0px;
    width: 90%;
    margin: 0 auto;
  }
  iframe {
    margin-top: 85px;
    border: 0;
    width: 300px;
    height: 174px;
    margin: 0 auto;
  }
  .therapist {
    width: 170px !important;
  }
  .x2 {
    padding-top: 70px;
  }
  .rec {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  /**PROFILE***/
  .p-pickup {
    width: 750px;
    display: inline-block;
    margin-right: 83px;
  }
  .p-pick-txt {
    width: 62%;
    display: inline-block;
    margin-top: 40px;
    line-height: 28px;
    font-size: 16px;
  }
  .p-name01 {
    display: inline-block;
    font-size: 22px;
  }
  .p-name02 {
    display: inline-block;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    padding-left: 10px;
  }
  .p-age01 {
    display: inline-block;
    text-transform: uppercase;
    width: 50px;
    font-size: 22px;
  }
  .p-age02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 37px;
  }
  .p-size01 {
    display: inline-block;
    font-size: 22px;
    width: 70px;
  }
  .p-size02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 16px;
  }
  .thumb {
    width: 100%;
    margin-top: 2px;
  }
  .thumb img {
    width: 100%;
  }
  .thumb ul {
    list-style: none;
    width: 100%;
  }
  .thumb ul li {
    width: 31%;
    display: inline-block;
    margin: 0 0 1px 0;
    vertical-align: top;
  }
  .p-name,
  .p-age {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .p-size {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .event-all {
    width: 90%;
    border-bottom: #000 1px dashed;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 30px;
    text-align: center;
  }
  .photo-event {
    display: block;
    max-width: 390px;
    width: 100%;
  }
  .photo-event img {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .cont-event {
    display: inline-block;
    text-align: left;
  }
  /* .breadcrumb {
    display: none;
  } */
  .wi {
    width: 800px;
  }
}
@media only screen and (max-width: 576px) {
  .bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news {
    padding: 20px 0px;
    /* border-bottom: #000 1px dashed; */
    margin-bottom: 0px;
    width: 93%;
    margin: 0 auto;
  }
  iframe {
    margin-top: 85px;
    border: 0;
    width: 264px;
    height: 164px;
    margin: 0 auto;
  }
  .rec {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  /* .banner {margin: 80px 0px 0px 0px;} */
  .banner img {
    width: 88%;
    height: auto;
  }
  .bg_system {
    background-image: url(../images/bg_system_sp.webp);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 30px 0;
  }
  .attention {
    margin-top: 30px;
    text-align: left;
  }
  .attention p span {
    display: block;
  }
  .profile-gr {
    width: 80%;
    margin: 0 auto;
  }
  .therapist-gr {
    margin-top: 40px;
  }
  .anchor {
    display: block;
    height: 65px;
    /*same height as header*/
    margin-top: -65px;
    /*same height as header*/
    visibility: hidden;
  }
  .x2 {
    padding-top: 64px;
  }
  /**PROFILE***/
  .p-pickup {
    width: 750px;
    display: inline-block;
    margin-right: 83px;
  }
  .p-pick-txt {
    width: 62%;
    display: inline-block;
    margin-top: 40px;
    line-height: 28px;
    font-size: 16px;
  }
  .p-name01 {
    display: inline-block;
    font-size: 22px;
  }
  .p-name02 {
    display: inline-block;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    padding-left: 10px;
  }
  .p-age01 {
    display: inline-block;
    text-transform: uppercase;
    width: 50px;
    font-size: 22px;
  }
  .p-age02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 37px;
  }
  .p-size01 {
    display: inline-block;
    font-size: 22px;
    width: 70px;
  }
  .p-size02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 16px;
  }
  .thumb {
    width: 100%;
  }
  .thumb img {
    width: 100%;
  }
  .thumb ul {
    list-style: none;
    width: 100%;
  }
  .thumb ul li {
    width: 32%;
    display: inline-block;
    margin-right: -1px;
  }
  .img-photo {
    width: 100%;
  }
  .p-name,
  .p-age,
  .p-height {
    font-size: 2em;
    padding-bottom: 10px;
  }
  .p-size {
    font-size: 1.1em;
    padding-bottom: 10px;
  }
  .sch-day-prof {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /**PROFILE***/
  .map-responsive {
    overflow: hidden;
    position: relative;
  }
  .map-responsive iframe {
    left: 0;
    top: 0;
    width: 100%;
    height: 270px;
  }
  .wi {
    width: 800px;
  }
  .therapist {
    width: 240px !important;
    font-size: 14px;
    margin: 0 auto;
  }
  .sche_page .therapist {
    width: 95% !important;
    font-size: 14px;
    margin: 0 auto;
  }
  .title_todays_schedule {
    text-align: center;
    margin-bottom: 10px;
  }
  .weekly ul li {
    font-size: 14px;
    width: 60px;
    margin: 10px;
  }
  .dip-pc {
    display: none;
  }
  .dip-sp {
    display: block;
  }
  .p-comment {
    margin-top: 10px;
  }
  .gtypename {
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    padding: 5px 15px;
    margin: 2px auto;
  }
  .smartbut {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  .smartbut .call {
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #dbbd84;
    height: 60px;
    margin: 5px;
    border-radius: 10px;
    position: relative;
  }
  .smartbut .call a {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "ヒラギノ角ゴ 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";
  }
  .smartbut .line {
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #00c387;
    margin-right: 0;
    height: 60px;
    margin: 5px;
    border-radius: 10px;
    position: relative;
  }
  .smartbut .line a {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "ヒラギノ角ゴ 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";
  }
  .web_yoyaku {
    display: inline-block;
    width: 33.3%;
  }
  .line2 {
    display: inline-block;
    width: 33.2%;
    vertical-align: top;
  }
  .call img,
  .line img,
  .web_yoyaku img,
  .line2 img {
    width: 100%;
  }
  .smartbut {
    display: flex;
  }
}
.gtypename {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 3px 20px;
  display: inline-block;
  margin: 3px;
}

/* system_txt */
.system_table {
  background-color: #fff;
  margin: 100px auto 80px;
  max-width: 750px;
  width: 100%;
  border: 1px solid #ff7aac;
}
.system_table .system_table_txt {
  padding: 20px;
}

.system_table_bold {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
  font-size: 24px;
  padding: 20px 0;
  background-color: #ff7aac;
  border: 1px solid #ff7aac;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.system_table p {
  margin-bottom: 30px;
}
.system_table li {
  margin-bottom: 20px;
}
.system_table li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1092px) {
  .system_table {
    width: 100%;
  }
}
.reserve {
  text-align: center;
}
.reserve img {
  width: 590px;
  margin-bottom: 50px;
}

.apl_txt {
  font-size: 24px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .reserve {
    margin-bottom: 30px;
  }
  .reserve img {
    width: 100%;
    margin-bottom: 50px;
  }
  .apl_txt {
    font-size: 16px;
  }
  .reserve img {
    margin-bottom: 30px;
  }
}
.event_image img {
  height: auto;
}

.recruit_bnr {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .recruit_bnr {
    padding-top: 30px;
  }
}

.newface2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newface2::before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
  order: 1;
}
.newface2::after {
  content: "";
  display: block;
  width: 23%;
}
.newface2 li {
  width: 23%;
  margin-bottom: 30px;
}

h1 span {
  display: block;
  font-size: 13px;
  color: #ff1e96;
  font-weight: normal;
}

/* 検索 */
.search {
  margin-bottom: 20px;
  padding: 50px 0;
}
@media (max-width: 840px) {
  .search {
    padding: 0;
  }
}
.search .search_row {
  margin-left: -160px;
  margin-right: 0;
  justify-content: center;
}
.search .inner {
  border-bottom: 1px dashed #333;
  padding-bottom: 30px;
}
.search .search_input_item {
  width: 200px;
  margin-right: 50px;
  text-align: center;
}
.search .search_input_item input {
  width: 100%;
}
.search .search_input_item p {
  color: #333;
}
.search .search_input_item input,
.search .search_input_item select {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.2;
  box-sizing: border-box;
}
.search .search_check .search_check_item {
  text-align: center;
  margin-right: 30px;
}
.search .search_check label {
  color: #333;
  display: block;
  cursor: pointer;
}
.search .search_check input {
  cursor: pointer;
  padding: 5px;
}
.search .search_btn input {
  display: block;
  cursor: pointer;
  color: #ff1e96;
  font-size: 18px;
  font-weight: bold;
  background-color: #f1e6d0;
  border: none;
  padding: 10px 20px;
  width: 200px;
  margin: 30px auto 0;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 599px) {
  .search .search_row {
    margin-left: 0;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .search .search_input {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .search .search_input_item {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .search .search_check .search_check_item {
    display: flex;
  }
  .search .search_check .search_check_item label {
    margin-right: 5px;
  }
}
@media (max-width: 599px) {
  .search .search_btn input {
    margin-top: 20px;
  }
}
.banner {
  flex-basis: 40%;
}
@media (max-width: 768px) {
  .banner {
    flex-basis: 100%;
    margin: 10px auto;
  }
}
.banner img {
  width: 90%;
  height: auto;
  aspect-ratio: 652/255;
}

.banner_s {
  width: 200px;
  margin: 0 auto 10px auto;
}

@media (max-width: 599px) {
  .newface2 li {
    width: 48%;
  }
  .inner_schedule li {
    width: 50%;
  }
}
.access_text {
  text-align: center;
}
.access_text p {
  font-size: 14px;
}

.hidden {
  display: none;
}

/* 追加 */
.twitter {
  position: absolute;
  right: 8px;
  top: 8px;
}

.twitter .twitter_link {
  display: block;
  color: #fff;
  width: 32px;
}

.twitter_banner {
  width: 32px;
  margin-top: 10px;
}
.twitter_banner img {
  width: 100%;
}

@media (max-width: 599px) {
  .twitter_banner {
    margin-bottom: 20px;
  }
}
.twitter img {
  width: 20px;
  vertical-align: sub;
}

/* 追加 */
.possible_time {
  background-color: #ff1e96;
  text-align: center;
  padding: 5px 0;
}
.possible_time p {
  color: #fff;
  font-size: 18px;
}

.room_flag {
  text-align: center;
  padding: 5px 0;
}
.room_flag.room01 {
  background-color: #d00040;
}
.room_flag.room02 {
  background-color: #0040d0;
}
.room_flag.room03 {
  background-color: #d09000;
}
.room_flag p {
  color: #fff;
  font-size: 18px;
}

.link_banner img {
  width: 100%;
}

@media (max-width: 768px) {
  .link_banner {
    width: 95%;
    margin: 0 auto;
  }
}
/* 追加 1211 */
.linkbnr a img {
  width: 100%;
  height: auto;
}

.information .swiper-slide a {
  z-index: 1000;
  position: relative;
}

.top_recruit {
  text-align: center;
}

.top_links {
  margin-bottom: 30px;
}
.top_links .common_ttl_h2::after {
  bottom: 10%;
}

/*========================================
 ファーストビュースライダー
========================================*/
.fv-slider,
.fv-slider-single {
  width: 100%;
  overflow: hidden;
}

.fv-slide {
  width: 100%;
  line-height: 0;
}

.fv-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-slide a {
  display: block;
  line-height: 0;
}

/* slickドット（ページネーション）のスタイル */
.fv-slider .slick-dots {
  bottom: 15px;
}

.fv-slider .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.fv-slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  .fv-slider .slick-dots {
    bottom: 10px;
  }
  .fv-slider .slick-dots li button:before {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */