@charset "utf-8";

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://mogi-spa.com/assets/img/mogi_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 900px) {
  .bg-fixed {
    background-image: url('https://mogi-spa.com/assets/img/mogi_bg.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

/*

.header-text {
  font-size: 13px;
  max-width: 1080px;
  margin: 0 auto;
  color: #333;
  text-align: center;
}

.header-text a {
  color: #333;
  text-decoration: none;
}


*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(7px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 5px;
}

.header-space {
  background: rgba(255, 255, 255, .65);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.center-space {
  text-align: center;
  padding: 0 15px;
  font-size: 30px;
  flex: 2;
}

.left-space, .right-space {
  flex: 0;
}

.left-space img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 220px;
  margin-left: 0px;
  height: 45px;
}

.header_navi_txt {
  font-size: 25px !important;
  margin: auto;
  padding: 0px;
  color: #B28851;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 250px;
  top: 16px;
}

.header_navi_txt a {
  color: #B28851;
  text-decoration: none;
}

.header-tel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 12px;
  right: 80px;
}

.header-tel .header-tel-1 {
  font-size: 13px;
  color: #222222;
  margin-right: 10px;
  top: 6px;
  position: relative;
}

.header-tel .header-tel-2 {
  font-size: 13px;
  color: #222222;
  line-height: 1.42em;
}

.header-tel .header-tel-3 {
  margin-left: 15px;
  font-size: 14px;
  color: #222222;
  display: block;
  border: 1px solid #222;
  width: 80px;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  text-align: center;
}

.header-tel>a {
  font-size: 30px;
  color: #b28850;
  font-weight: bold;
  position: relative;
  top: -10px;
  margin-right: 10px;
}

.header-tel>a i {
  font-size: 30px;
}

.header-text-us {
  font-size: 15px;
  max-width: 500px;
  border-radius: 20px;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  background-image: radial-gradient(circle, #15b6ff, #15b6ff 80%);
  backdrop-filter: blur(7px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 8px;
  text-align: center;
}

.logo a {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.logo img {
  width: 35%;
}

.logo_foot a {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 20px;
}

.logo_foot img {
  width: 250px;
}

.phone-icon,
.hamburger {
  display: none;
}

.header-text {
  font-size: 11px;
  margin: 0 auto;
  color: #333;
  text-align: center;
}

.global-menu {
  background: rgba(254, 120, 184, .9);
  padding: 20px;
}

.global-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.global-menu li {
  flex: 1;
  text-align: center;
}

.global-menu a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: block;
  border-right: 1px solid #fff;
  line-height: 1.2;
  padding: 5px;
}

.global-menu span {
  font-size: 11px;
}

.global-menu li:last-child a {
  border-right: none;
}

.global-menu a:hover {}

.close-btn {
  display: none;
}

@media only screen and (min-width: 900px) {
  .pc_none {
    display: none;
  }
}

.ageCheck {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  line-height: 1.5;
  box-sizing: border-box;
  width: 95%;
  max-width: 560px;
  height: auto;
  margin: auto;
}

@media only screen and (max-width:560px) {
  .ageCheck {
    font-size: 3.7vw;
  }
}

.nenrei {
  background: rgba(0, 0, 0, .7);
  border-radius: 10%;
  max-width: 500px;
  min-height: 350px;
  padding: 50px 20px 25px;
  text-align: center;
}

@media only screen and (max-width:560px) {
  .nenrei {
    border-radius: 10%;
    max-width: 560px;
    min-height: 350px;
  }
}

.nenrei h1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

.nenrei a {
  text-decoration: none;
}

.nenrei p {
  display: inline-block;
  background: url("../img/18shiro.png") left center no-repeat;
  background-size: auto 1.8em;
  font-size: 0.9em !important;
  padding-left: 3em !important;
  margin: 2.5em 0;
  text-align: left;
  color: #fff;
  line-height: 1.8;
}

.nenrei img {
  width: 250px;
}

.btn-gradient-3d-other {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 15px 10px 11px;
  width: 100% !important;
  margin: 0px auto 3px;
  border-radius: 15px;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-shadow: none !important;
  color: #ffffff;
  background-image: linear-gradient(#FE79B7 0%, #FE79B7 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26), 0 3px 6px rgba(0, 0, 0, 0.33);
}

.btn-gradient-3d-other:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.btn-gradient-3d-other2 {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 15px 10px 11px;
  width: 100% !important;
  margin: 0px auto 3px;
  border-radius: 15px;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-shadow: none !important;
  color: #ffffff;
  background-image: linear-gradient(#999 0%, #999 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26), 0 3px 6px rgba(0, 0, 0, 0.33);
}

.btn-gradient-3d-other2:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.grid_enter {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 40px !important;
}

.grid_enter_box {
  position: relative;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 20px;
  font-family: "Inter", sans-serif;
  overflow: clip;
}

.main-area {
  margin: 0 auto 20px;
}

.slide_wrap {
  padding-left: 0;
  padding-right: 0;
}

.slide_wrap img {
  width: 100%
}

.content-wrapper {
  display: flex;
  gap: 20px;
}

.main-content {
  flex: 2;
  margin-bottom: 35px;
  margin-top: 20px;
}

.sidebar {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  padding: 20px;
}

.main_title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FF6CAD;
  /*background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    color: #FF6CAD;*/
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 6px 8px 7px;
  font-weight: 900;
  line-height: 1.2;
}

/*
.main_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #867109;
    border-radius: 2px;
}
*/
.sche_title {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FF6CAD;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 6px 8px 7px;
  font-weight: 900;
  line-height: 1.2;
}

/*
.sche_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #867109;
    border-radius: 2px;
}
*/
.page_title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FF6CAD;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 6px 8px 7px;
  font-weight: 900;
  line-height: 1.2;
}

.page_title2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FF6CAD;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 6px 8px 7px;
  font-weight: 600;
  line-height: 1.2;
}

/*
.page_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #867109;
    border-radius: 2px;
}
*/
.prof_title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FF6CAD;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 6px 8px 7px;
  font-weight: 900;
  line-height: 1.2;
}

.sub_title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FF6CAD;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 8px;
  font-weight: 900;
  line-height: 1.2;
}

/*
.sub_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #867109;
    border-radius: 2px;
}
*/
.post_title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FF6CAD;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 8px 20px;
  font-weight: 900;
  line-height: 1.2;
}

.rank_ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  width: 100%;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #acd879;
  color: #FFF;
  box-sizing: border-box;
  margin-bottom: 30px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
}

.rank_ribbon h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}

.rank_ribbon:before, .rank_ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.dots-slideshow-container {
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.dots-slideshow-container.loaded {
  opacity: 1;
}

.dots-slideshow-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.dots-slideshow-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.dots-slideshow-slide.active {
  opacity: 1;
}

.dots-slideshow-prev, .dots-slideshow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.dots-slideshow-prev {
  left: 10px;
}

.dots-slideshow-next {
  right: 10px;
}

.dots-slideshow-dots {
  text-align: center;
  padding: 10px 0;
}

.dots-slideshow-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dots-slideshow-dot.active {
  background-color: #33
}

.thumb-slideshow-container {
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.thumb-slideshow-container.loaded {
  opacity: 1;
}

.thumb-slideshow-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

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

.thumb-slideshow-slide.active {
  opacity: 1;
}

.thumb-slideshow-prev, .thumb-slideshow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.thumb-slideshow-prev {
  left: 10px;
}

.thumb-slideshow-next {
  right: 10px;
}

.thumb-slideshow-thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  margin: -20px auto 100px;
}

.thumb-thumbnail {
  width: 100px;
  height: 60px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.thumb-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-thumbnail.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .thumb-thumbnail {
    width: 100px;
    height: 60px;
  }
}

/*
.slideshow-container {
  max-width: 1080px;
  margin: 0px auto 40px;
  position: relative;
  width: 100%;
  height:100vh;
  overflow: hidden;
 }

 .slideshow-container.loaded {
     opacity: 1;
 }

 .slideshow-slide {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   opacity: 0;
   transition: opacity 0.5s ease-in-out;
 }

 .slideshow-slide img {
     width: 100%;
     height: auto;
     display: block;
 }

 .slideshow-slide.active {
     opacity: 1;
 }

 .slideshow-prev, .slideshow-next {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     font-size: 24px;
     color: white;
     background-color: rgba(0, 0, 0, 0.5);
     border: none;
     padding: 10px;
     cursor: pointer;
     z-index: 10;
 }

 .slideshow-prev {
     left: 10px;
 }

 .slideshow-next {
     right: 10px;
 }

 .slideshow-thumbnails {
     display: flex;
     justify-content: center;
     gap: 10px;
     padding: 10px 0;
 }

 .thumbnail {
     width: 100px;
     height: 60px;
     cursor: pointer;
     opacity: 0.6;
     transition: opacity 0.3s ease;
 }

 .thumbnail img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 .thumbnail.active {
     opacity: 1;
     border: 2px solid #333;
 }

 @media screen and (max-width: 768px) {
     .thumbnail {
         width: 60px;
         height: 40px;
     }
 }

 .slide {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     opacity: 0;
     transition: opacity 0.5s ease-in-out;
 }

 .slide img {
     width: 100%;
     height: auto;
     display: block;
 }

 .slide.active {
     opacity: 1;
 }

 .prev, .next {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     font-size: 24px;
     color: white;
     background-color: rgba(0, 0, 0, 0.5);
     border: none;
     padding: 10px;
     cursor: pointer;
     z-index: 10;
 }

 .prev {
     left: 10px;
 }

 .next {
     right: 10px;
 }

 .dots {
     text-align: center;
     padding: 0;
     margin-top: -20px;
 }

 .dot {
     display: inline-block;
     width: 10px;
     height: 10px;
     margin: 0 5px;
     background-color: #bbb;
     border-radius: 50%;
     cursor: pointer;
 }

 .dot.active {
     background-color: #ca0000;
 }
*/
.grid-container {
  margin: 0 auto;
  padding: 30px 0 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.grid-item {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.grid-container-2 {
  margin: 0 auto;
  padding: 0px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.grid-item-2 {
  backdrop-filter: blur(7px);
  text-align: center;
  border-radius: 5px;
}

.grid-container-3 {
  margin: 0 10px;
  padding: 0px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.grid-item-3 {
  backdrop-filter: blur(7px);
  text-align: center;
  border-radius: 5px;
}

.time_txt {
  font-size: 15px;
  color: #111;
  text-align: center;
  margin-bottom: 0px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  padding: 14px;
}

.menu_box {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px 0px 15px;
}

.menu_bt-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px; 
  text-align: center;
}

.menu_box-item {
  color: white;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
}

.menu_bt {
  position: relative;
  display: block;
  padding: 18px 5px;
  background-image: radial-gradient(circle, #fe78b8, #fe51a4 80%);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  aspect-ratio: 6/2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu_bt i {
  font-size: 18px;
}

.menu_bt span {
  font-size: 15px;
}

@media screen and (max-width: 480px) {
.menu_bt {
  aspect-ratio: 1/1;
}
.menu_bt i {
  font-size: 18px;
}

.menu_bt span {
  font-size: 13px;
}
}

.menu_bt:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tel_button {
  position: relative;
  display: block;
  padding: 11px;
  margin: 0px auto 5px;
  background-image: radial-gradient(circle, #3cc2ff, #15b6ff 80%);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 0 #00a3ed;
}

.tel_button::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  transition: .4s;
}

.tel_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sms_button {
  position: relative;
  display: block;
  padding: 20px;
  margin: 0px auto 0px;
  background-image: radial-gradient(circle, #3cc2ff, #15b6ff 80%);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 0 #00a3ed;
}

.sms_button::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  transition: .4s;
}

.sms_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.mail_button {
  position: relative;
  display: block;
  padding: 20px;
  margin: 0px auto 0px;
  background-image: radial-gradient(circle, #f4a15d, #f28c38 80%);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 0 #f07713;
}

.mail_button::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  transition: .4s;
}

.mail_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.line_button {
  position: relative;
  display: block;
  padding: 20px;
  margin: 0px auto 0px;
  background-image: radial-gradient(circle, #03da5d, #03C755 80%);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 0 #03b44d;
}

.line_button::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  transition: .4s;
}

.line_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sky_button {
  position: relative;
  display: block;
  padding: 10px;
  margin: 30px auto 30px !important;
  background-image: radial-gradient(circle, #0185ff, #0185ff 80%);
  border-radius: 25px;
  max-width: 95%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sky_button::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  transition: .4s;
}

.sky_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.event_wrap {
  max-height: 750px;
  overflow: scroll;
}

.event_wrap img {
  width: 100%;
}

.event_wrap_title {
  font-size: 16px;
  margin-bottom: 20px;
}

.event_wrap p {
  font-size: 15px;
  line-height: 1.6;
  padding: 15px;
}

/* グリッドコンテナ */
.therapist-grid {
  margin: 0 auto;
  padding: 10px 0 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.therapist-grid_newface {
  margin: 0 auto;
  padding: 10px 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.therapist-item {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  text-align: center;
  overflow: hidden;
}

.therapist-item a {
  text-decoration: none;
}

.therapist-item:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.therapist-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.therapist-info {
  padding: 10px;
}

.therapist-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  color: #111;
  padding: 3px;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}

.therapist-age {
  font-size: 14px;
  color: #222;
}

.therapist-size {
  font-size: 12px;
  color: #222;
  letter-spacing: 1px;
}

.therapist-size-2 {
  font-size: 10px;
  color: #222;
  letter-spacing: 1px;
}

.time {
  font-size: 13px;
  color: #fff;
  background-color: #FBDA61;
  background-image: linear-gradient(45deg, #FE7BB8 0%, #FE7BB8 100%);
  padding: 3px;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 10px;
}

.nex {
  color: #fff !important;
  background: #00d3f1;
  padding: 3px;
  border-radius: 3px;
  margin-top: 5px;
}

.immediate {
  color: #fff !important;
  background: #30e189;
  padding: 3px;
  border-radius: 3px;
  margin-top: 5px;
}

.no-time {
  color: #fff !important;
  background: #30e189 !important;
  padding: 3px;
  border-radius: 3px;
  margin-top: 5px;
}

.out {
  color: #fff !important;
  background: #e4012f;
  padding: 3px;
  border-radius: 3px;
  margin-top: 5px;
}

.btn_wrap {
  margin: 40px auto 40px;
  text-align: center;
}

.btn_wrap2 {
  margin: -20px auto 40px;
  text-align: center;
}

.btn-gradient {
  display: inline-block;
  padding: 12px 24px;
  width: 200px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background-image: radial-gradient(circle, #fe9ecc, #fe78b8 80%);
  border-radius: 25px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 0 #fe51a4;
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-gradient:active {
  transform: translateY(1px);
}

.btn-contact {
  position: relative;
  display: block;
  padding: 14px;
  margin: 0px auto 0px;
  background-image: radial-gradient(circle, #03da5d, #03C755 80%);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 0 #03b44d;
}

.btn-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-contact:active {
  transform: translateY(1px);
}

.card-container {
  max-width: 800px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
}

.card-container2 {
  max-width: 800px;
  background-color: white;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  text-align: left;
}

.card-container a {
  text-decoration: none;
}

.card-container2 a {
  text-decoration: none;
}

.card-image {
  flex: 0 0 150px;
  height: 150px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-content {
  flex: 1;
  padding: 20px;
}

.card-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.card-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.card-excerpt {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
}

/*===================================================================
固定ページ
===================================================================*/
.page_wrap {
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
}

.price_box {
  max-width: 650px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
}

.rec_wrap {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 0;
}

.concept-container {
  max-width: 800px;
  margin: 20px -10px;
  padding: 20px 0;
}

.concept-header {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.concept-header h1 {
  font-size: 36px;
  color: #E91E63;
  margin: 0 0 10px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.tagline {
  font-size: 20px;
  color: #555;
  margin: 0 0 15px;
}

.highlight {
  font-size: 18px;
  color: #3EB7FC;
  font-weight: bold;
  margin: 0;
  padding: 5px 15px;
  background: #d9f1fe;
  border-radius: 10px;
  display: inline-block;
}

.intro {
  text-align: center;
  margin-bottom: 40px;
}

.intro p {
  font-size: 16px;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.6;
}

.intro p:first-child {
  font-size: 18px;
  color: #E91E63;
  font-weight: bold;
}

.concept-details {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

.concept-item {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  border-radius: 15px;
  padding: 40px 20px 20px 20px;
  width: 100%;
  max-width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  border-top: 10px solid #FE83BE;
  transition: transform 0.3s ease;
}

.concept-item:hover {
  transform: translateY(-5px);
}

.concept-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #E91E63, #F06292);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 3px solid #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.concept-item:nth-child(1) .concept-number {
  background: linear-gradient(135deg, #E91E63, #F06292);
}

.concept-item:nth-child(2) .concept-number {
  background: linear-gradient(135deg, #2196F3, #64B5F6);
}

.concept-item:nth-child(3) .concept-number {
  background: linear-gradient(135deg, #FF9800, #FFB300);
}

.concept-item h2 {
  font-size: 18px;
  color: #333;
  margin: 0 0 15px;
  text-align: center;
}

.concept-item p {
  font-size: 14px;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.5;
}

.accent {
  font-weight: bold;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FF6CAD !important;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px !important;
  width: 95%;
  text-align: center;
}

.closing {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.closing p {
  font-size: 16px;
  color: #333;
  margin: 0 0 15px;
  line-height: 1.6;
}

.closing .highlight {
  font-size: 18px;
  color: #2196F3;
  font-weight: bold;
  background: #e0f7fa;
  padding: 8px 15px;
  border-radius: 10px;
}

/* 新しいセクション: 遊び方の流れ */
.guide-section {
  margin: 40px -14px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
}

.guide-title {
  font-size: 24px;
  color: #E91E63;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.guide-section p {
  font-size: 15px;
  color: #333;
  margin: 0 10px 15px;
  line-height: 1.6;
}

.guide-step {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  position: relative;
}

.guide-step:first-of-type {
  margin-top: 20px;
}

.guide-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #E91E63, #F06292);
  /* デフォルト色 */
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

/* data-step で色を指定 */
.guide-step[data-step="1"] .guide-number {
  background: linear-gradient(135deg, #E91E63, #F06292);
  /* ピンク */
}

.guide-step[data-step="2"] .guide-number {
  background: linear-gradient(135deg, #2196F3, #64B5F6);
  /* 青 */
}

.guide-step[data-step="3"] .guide-number {
  background: linear-gradient(135deg, #FF9800, #FFB300);
  /* オレンジ */
}

.guide-step[data-step="4"] .guide-number {
  background: linear-gradient(135deg, #4CAF50, #8BC34A);
  /* 緑 */
}

.guide-step[data-step="5"] .guide-number {
  background: linear-gradient(135deg, #9C27B0, #BA68C8);
  /* 紫 */
}

.guide-step[data-step="6"] .guide-number {
  background: linear-gradient(135deg, #FF5722, #FF8A65);
  /* 深紅 */
}

.guide-step h3 {
  font-size: 18px;
  margin: 30px 0 20px;
  text-align: center;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  color: #FF6CAD;
  padding: 10px;
}

.guide-list {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 10px 0;
}

.guide-list li {
  font-size: 15px;
  color: #333;
  margin: 0 0 8px;
  position: relative;
}

.guide-list li::before {
  content: '•';
  color: #2196F3;
  position: absolute;
  left: -12px;
}

.note {
  font-size: 13px;
  color: #888;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 2px solid #FF9800;
}

.guide-final {
  margin-top: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.guide-final h3 {
  font-size: 18px;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  color: #FF6CAD;
  padding: 10px;
  margin: 0 0 15px;
  font-weight: bold;
}

.guide-final p {
  font-size: 15px;
  color: #222;
  margin: 0 0 10px;
  line-height: 1.8;
}

.link-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #E91E63, #F06292);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  margin: 20px auto;
  transition: transform 0.3s ease, background 0.3s ease;
}

.link-button:hover {
  transform: scale(1.1);
  background: linear-gradient(135deg, #F06292, #E91E63);
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .concept-container {
    padding: 15px;
  }

  .concept-header {
    padding: 20px 15px;
  }

  .concept-header h1 {
    font-size: 28px;
  }

  .tagline {
    font-size: 16px;
  }

  .highlight {
    font-size: 15px;
  }

  .intro p {
    font-size: 14px;
  }

  .intro p:first-child {
    font-size: 16px;
  }

  .concept-details {
    flex-direction: column;
    align-items: center;
  }

  .concept-item {
    max-width: 100%;
    padding: 35px 15px 15px 15px;
  }

  .concept-number {
    width: 40px;
    height: 40px;
    font-size: 22px;
    top: -20px;
  }

  .concept-item h2 {
    font-size: 16px;
  }

  .concept-item p {
    font-size: 13px;
  }

  .closing {
    padding: 20px;
  }

  .closing p {
    font-size: 14px;
  }

  .closing .highlight {
    font-size: 15px;
  }

  .guide-section {
    padding: 15px;
  }

  .guide-title {
    font-size: 20px;
  }

  .guide-section p {
    font-size: 14px;
  }

  .guide-step {
    padding: 20px;
  }

  .guide-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: -20px;
  }

  .guide-step h3 {
    font-size: 16px;
  }

  .guide-list li {
    font-size: 14px;
  }

  .guide-final {
    padding: 15px;
  }

  .guide-final h3 {
    font-size: 16px;
  }

  .guide-final p {
    font-size: 14px;
  }

  .link-button {
    padding: 12px;
    font-size: 14px;
  }
}

.desc_txt {
  background: rgba(255, 255, 255, .5);
  padding: 12px;
  color: #333;
  font-size: 13px;
  margin-top: 50px;
  line-height: 1.8;
}

/*===================================================================
料金ページ
===================================================================*/
.price_wrap {
  margin: 30px 0px 30px;
  padding: 0px 0px;
}

.price_wrap_01 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 30px 20px 30px;
  margin: 0px -15px 35px;
  background: url("https://mogi-spa.com/assets/img/sys_back0420.jpg") center center;
  background-size: cover;
}

.price_wrap table {
  margin: 0px 0px 0px !important;
  padding: 0px 0px 0px;
  width: 100%;
  font-size: 15px;
  border-collapse: separate;
  border-spacing: 0px 10px;
  border: none !important;
}

.price_wrap table th {
  background: #34dbff;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 9), rgba(20, 20, 20, .9) 80%, rgba(20, 20, 20, .9));
  padding: 15px;
  width: 40%;
  text-align: left;
  color: #fff;
  margin-right: -2px;
  font-weight: normal;
  overflow: visible;
  position: relative;
}

.price_wrap table td {
  padding: 15px 5px 15px 5px;
  color: #222 !important;
  background: rgba(255, 255, 255, .95);
  border-radius: 0 4px 4px 0;
  text-align: center;
}

.price_wrap table td span {
  font-size: 14px;
}

.price_wrap p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: 30px auto 30px;
}

.pick_txt {
  text-align: center;
  margin: -15px auto 12px;
}

.lp-image {
  max-width: 100%;
  height: auto;
  display: block;
  touch-action: manipulation;
}

map, area {
  pointer-events: auto;
}

.mobile-button {
  position: absolute;
  top: 54.5%;
  left: 5%;
  width: 100%;
  height: 3.15%;
  background: transparent;
}

.lp-image2 {
  max-width: 100%;
  height: auto;
  display: block;
  touch-action: manipulation;
}

.mobile-button2 {
  position: absolute;
  bottom: 0.72%;
  left: 5%;
  width: 95%;
  height: 1.8%;
  background: transparent;
}

.copy_wrap {
  margin: 0 10px;
}

.copy-title {
  position: relative;
  margin: 30px 0px 20px;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  background: #333;
  color: #fff;
  letter-spacing: 2px;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

textarea.copy_area {
  width: 100%;
  height: 230px;
  resize: none;
  padding: 10px;
  font-size: 14px !important;
  line-height: 1.35;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px 0 10px;
}

button.copy-b {
  background: linear-gradient(135deg, #ff8a33, #ff8a33);
  /* グラデーション */
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  /* 少し大きめの角丸 */
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  /* 文字を少し太く */
  text-transform: uppercase;
  /* 文字を大文字に */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* 立体感のある影 */
  transition: all 0.3s ease;
  /* スムーズなアニメーション */
}

button.copy-b:hover {
  background: linear-gradient(135deg, #ff7933, #ff7933);
  /* ホバー時のグラデーション */
  transform: translateY(-2px);
  /* ホバーで少し浮く */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* ホバー時の影強化 */
}

button.copy-b:active {
  transform: translateY(0);
  /* クリック時に元に戻る */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  /* クリック時の影を軽減 */
}

.copied {
  background: #fb6c8e;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  display: none;
}

.copy_wrap p {
  font-size: 15px;
  line-height: 1.8;
  background: rgba(255, 255, 255, .5);
  padding: 15px;
  border-radius: 5px;
}

.flowchart-container {
  padding: 40px 0;
  width: 100%;
}

.flowchart {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 15px;
}

.step {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(7px);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.step:hover {
  transform: scale(1.05);
}

.circle {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 0px;
  position: relative;
  top: -35px;
  border: 3px solid #fff;
}

.step-1 .circle {
  background: linear-gradient(135deg, #4CAF50, #8BC34A);
}

.step-2 .circle {
  background: linear-gradient(135deg, #2196F3, #64B5F6);
}

.step-3 .circle {
  background: linear-gradient(135deg, #FF9800, #FFB300);
}

.step-4 .circle {
  background: linear-gradient(135deg, #E91E63, #F06292);
}

.flowchart-container h2 {
  font-size: 18px;
  color: #222;
  margin: -10px 0 10px;
}

.flowchart-container p {
  font-size: 15px;
  color: #222;
  margin: 0;
  line-height: 1.6;
}

.connector {
  width: 4px;
  height: 40px;
  background: linear-gradient(to bottom, #4CAF50, #E91E63);
  z-index: 1;
}

.notice-list {
  margin-top: 30px;
  text-align: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  padding: 14px;
}

.notice-list h3 {
  position: relative;
  margin: 30px 0px 30px;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  background: #111;
  color: #fff;
  letter-spacing: 2px;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.notice-list ul {
  list-style: none;
  padding: 0;
}

.notice-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.notice-circle {
  width: 25px;
  height: 25px;
  background: linear-gradient(135deg, #FD84BE, #FD84BE);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.notice-closing {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.closing-circle {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #E91E63, #F06292);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 15px;
  flex-shrink: 0;
}

.notice-closing p {
  font-size: 15px;
  color: #333;
  margin: 0;
  line-height: 1.8;
}

.notice-bottom {
  margin-bottom: 20px;
}

.notice-closing2 {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.closing-circle2 {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #E91E63, #F06292);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 15px;
  flex-shrink: 0;
}

.notice-closing2 p {
  font-size: 15px;
  color: #333;
  margin: 0;
  text-align: left;
  line-height: 1.8;
}

.notice-closing3 {
  display: flex;
  align-items: center;
  margin: -5px 0 25px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.closing-circle3 {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #E91E63, #F06292);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 15px;
  flex-shrink: 0;
}

.notice-closing3 p {
  font-size: 14px;
  color: #333;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}

.accordion-container {
  margin-top: 30px;
  width: 100%;
}

.accordion {
  width: 100%;
}

.accordion summary {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  color: #222;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: '▶';
  font-size: 14px;
  color: #E91E63;
  transition: transform 0.3s ease;
}

.accordion[open] summary::after {
  transform: rotate(90deg);
}

.accordion-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.box30 {
  margin: 2em 0;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
}

.box30 .box-title {
  font-size: 1.2em;
  background: #ff914f;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box30 p {
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
  color: #333;
}

h3.hotel-title {
  position: relative;
  margin: 25px 0px 30px;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  background: #111;
  color: #fff;
  letter-spacing: 2px;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.small_txt {
  font-size: 13px;
  color: #ff0000 !important;
  line-height: 1.3;
  text-align: left !important;
  margin: 10px 0 20px !important;
}

.deliveryMap {
  margin: 1em 0 1em;
}

.deliveryMap h3 {
  font-size: 16px;
  background: #e2ecda;
  text-align: center;
  color: #666;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.deliveryMap .map {
  background-color: #eee;
  padding: 10px 0px 10px;
  margin-bottom: 1em;
  text-align: center;
}

.deliveryMap .map p {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

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

.deliveryMap .deliPrice dl {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 76%, #ffffff 76%, #ebebeb 100%);
  border: 1px solid #d7d7d7;
  width: 48.5%;
  margin-bottom: 1em;
}

.deliveryMap .deliPrice dl dt {
  font-size: 0.9em !important;
  padding: 0.5em 0;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 3px #000;
}

.deliveryMap .deliPrice dl.priceFree dt {
  background-color: #27b1e3;
}

.deliveryMap .deliPrice dl.priceFree span {
  color: #ff0000;
}

.deliveryMap .deliPrice.colorType2 dl.priceFree dt {
  background-color: #eb0000;
}

.deliveryMap .deliPrice dl.price1000 dt {
  background-color: #A4CB74;
}

.deliveryMap .deliPrice.colorType2 dl.price1000 dt {
  background-color: #a1e145;
}

.deliveryMap .deliPrice dl.price2000 dt {
  background-color: #A4CB74;
}

.deliveryMap .deliPrice.colorType2 dl.price2000 dt {
  background-color: #efa300;
}

.deliveryMap .deliPrice dl.price3000 dt {
  background-color: #f1f256;
}

.deliveryMap .deliPrice.colorType2 dl.price3000 dt {
  background-color: #ec7676;
}

.deliveryMap .deliPrice dl.price4000 dt {
  background-color: #F3A854;
}

.deliveryMap .deliPrice.colorType2 dl.price4000 dt {
  background-color: #8aaff3;
}

.deliveryMap .deliPrice dl.price5000 dt {
  background-color: #EFA3D4;
}

.deliveryMap .deliPrice.colorType2 dl.price5000 dt {
  background-color: #FCD0E6;
}

.deliveryMap .deliPrice dl.price6000 dt {
  background-color: #FE8F8A;
}

.deliveryMap .deliPrice.colorType2 dl.price6000 dt {
  background-color: #FD8C89;
}

.deliveryMap .deliPrice dl.price7000 dt {
  background-color: #BD88FE;
}

.deliveryMap .deliPrice.colorType2 dl.price7000 dt {
  background-color: #BD88FE;
}

.deliveryMap .deliPrice dl.priceOther dt {
  background-color: #454545;
}

.deliveryMap .deliPrice.colorType2 dl.priceOther dt {
  background-color: #454545;
}

.deliveryMap .deliPrice dl dd {
  font-size: 0.8em;
  line-height: 1.5;
  padding: 0.7em;
  color: #333;
}

.price-table {
  display: grid;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.price-item {
  display: grid;
  grid-template-columns: 1fr 100px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.menu-name {
  word-wrap: break-word;
  font-size: 1rem;
  color: #333;
}

.menu-name span.akairo {
  font-size: 12px;
  color: #e91e63;
  margin-left: 5px;
}

.price {
  text-align: right;
  font-size: 1rem;
  color: #e91e63;
}

.new-content {
  max-width: 630px;
  margin: 40px auto;
  text-align: center;
}

.content-title {
  font-size: 1.3rem;
  color: #e91e63;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.content-title::after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background: linear-gradient(to right, #e91e63, #f5e6ec);
  margin: 10px auto;
}

.content-box {
  background: #fff;
  padding: 20px;
  margin: 0 -10px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  border: 1px solid #f5e6ec;
}

.intro-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #f5e6ec 0%, #ffffff 100%);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #e91e63;
  opacity: 0;
  /* 変更：初期状態を非表示 */
  transform: translateY(10px);
  /* 変更：少し下に */
}

.intro-box.is-visible {
  animation: fadeIn 1s ease-out forwards;
  /* 変更：スクロールで発火 */
}

.intro-text {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}

.intro-text .highlight2 {
  color: #e91e63;
  font-weight: bold;
}

.intro-icon {
  font-size: 1.2rem;
  color: #e91e63;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-list, .notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li, .notes-list li {
  font-size: 1rem;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px dashed #f5e6ec;
  position: relative;
  opacity: 0;
  /* 変更：初期状態を非表示 */
  transform: translateX(-50px);
  /* 変更：左にオフセット */
}

.service-list li.is-visible, .notes-list li.is-visible {
  animation: slideIn 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  /* 変更：0.5s→0.4s, ease-out→cubic-bezier */
}

/* リスト項目の遅延を短縮 */
.service-list li:nth-child(1) {
  animation-delay: 0.05s;
}

/* 変更：0.1s→0.05s */
.service-list li:nth-child(2) {
  animation-delay: 0.1s;
}

/* 変更：0.2s→0.1s */
.service-list li:nth-child(3) {
  animation-delay: 0.15s;
}

/* 変更：0.3s→0.15s */
.service-list li:nth-child(4) {
  animation-delay: 0.2s;
}

/* 変更：0.4s→0.2s */
.service-list li:nth-child(5) {
  animation-delay: 0.25s;
}

/* 変更：0.5s→0.25s */
.service-list li:nth-child(6) {
  animation-delay: 0.3s;
}

/* 変更：0.6s→0.3s */
.service-list li:nth-child(7) {
  animation-delay: 0.35s;
}

/* 変更：0.7s→0.35s */
.service-list li:nth-child(8) {
  animation-delay: 0.4s;
}

/* 変更：0.8s→0.4s */
.service-list li:nth-child(9) {
  animation-delay: 0.45s;
}

/* 変更：0.9s→0.45s */
.service-list li:nth-child(10) {
  animation-delay: 0.5s;
}

/* 変更：1.0s→0.5s */
.service-list li:nth-child(11) {
  animation-delay: 0.55s;
}

/* 変更：1.1s→0.55s */
.service-list li:nth-child(12) {
  animation-delay: 0.6s;
}

/* 変更：1.2s→0.6s */
.service-list li:nth-child(13) {
  animation-delay: 0.65s;
}

/* 変更：1.3s→0.65s */
.service-list li:nth-child(14) {
  animation-delay: 0.7s;
}

/* 変更：1.4s→0.7s */
.service-list li:nth-child(15) {
  animation-delay: 0.75s;
}

/* 変更：1.5s→0.75s */
.service-list li:nth-child(16) {
  animation-delay: 0.8s;
}

/* 変更：1.6s→0.8s */
.service-list li:nth-child(17) {
  animation-delay: 0.85s;
}

/* 変更：1.7s→0.85s */
.service-list li:nth-child(18) {
  animation-delay: 0.9s;
}

/* 変更：1.8s→0.9s */
.service-list li:nth-child(19) {
  animation-delay: 0.95s;
}

/* 変更：1.9s→0.95s */
.service-list li:nth-child(20) {
  animation-delay: 1.0s;
}

/* 変更：2.0s→1.0s */
.notes-list li:nth-child(1) {
  animation-delay: 1.05s;
}

/* 変更：2.1s→1.05s */
.notes-list li:nth-child(2) {
  animation-delay: 1.1s;
}

/* 変更：2.2s→1.1s */
.notes-list li:nth-child(3) {
  animation-delay: 1.15s;
}

/* 変更：2.3s→1.15s */
@keyframes slideIn {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.service-list li::before {
  content: '♥';
  color: #e91e63;
  margin-right: 10px;
}

.notes-list li.note2::before {
  content: '※';
  color: #e91e63;
  margin-right: 10px;
}

.notes-list li.note2 {
  color: #e91e63;
  font-size: 0.8rem;
}

@media (max-width: 600px) {
  .new-content {
    padding: 0 10px;
  }

  .intro-box {
    flex-direction: column;
    gap: 10px;
  }

  .intro-icon {
    display: none;
  }
}

.op_zone {
  margin: 30px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.op_zone_item {
  text-align: center;
  font-size: 14px !important;
  background: #f5f5f5;
  text-decoration: none;
  border-radius: 0.3em;
  font-size: 1.0em;
  padding: 1em 0;
  color: #666;
}

.op_zone_item a:hover {
  background: #eee !important;
  border: 1px solid #eee;
}

.op_zone_item.op_zone a {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  pointer-events: none;
}

span.item {
  float: left !important;
  padding-left: 10px !important;
}

span.datak {
  float: right !important;
  font-weight: bold;
  padding-right: 10px !important;
}

@media (max-width: 768px) {
  .op_zone {
    grid-template-columns: 1fr;
  }
}

/*===================================================================
女性プロフィールページ
===================================================================*/
.prof_wrap {
  max-width: 650px;
  margin: 0 auto;
}

.therapist_wrap {
  background-color: rgba(255, 255, 255, 1);
  padding: 14px;
  margin: 0 -10px;
}

.img_wrap {
  /*box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  padding:14px;
  border-radius: 15px;*/
}

.img_wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.prof-age {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: -15px;
}

.prof-size {
  font-size: 14px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.schedule-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0 20px;
  margin: 30px 0 15px;
}

.day-block {
  width: auto;
  padding: 15px 10px;
  background-color: #111;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s, transform 0.1s;
}

.day-block:hover {
  background-color: #333;
}

.active {
  background-image: radial-gradient(circle, #fe9ecc, #fe78b8 80%) !important;
}

.date {
  font-size: 18px;
  font-weight: bold;
}

.weekday {
  font-size: 12px;
  text-transform: uppercase;
}

.sat {
  color: #0044cc
}

.sun {
  color: #ff0000;
}

._qa_ {
  margin: 40px 0 40px;
}

._qa_wrap {
  display: flex;
  align-items: stretch;
  justify-content: start;
  margin-bottom: 5px;
}

._qa_wrap:last-child {
  margin-bottom: 0;
}

._qa_wrap ._left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42.25352%;
  padding: 14px 5px;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05rem;
}

._qa_wrap ._right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 15px;
  border-bottom: solid 1px #333;
  font-size: 13px;
}

._row ._right span.cap {
  margin-left: 25px;
}

.heading-29 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FF6CAD;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 8px 8px;
  font-weight: 900;
  line-height: 1.2;
}

/*
.heading-29::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: rgbA(202, 0, 0,.5);
    content: '';
}
*/
.cyu-title {
  position: relative;
  margin: 30px -5px 20px;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  background: #333;
  color: #fff;
  letter-spacing: 2px;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.cyu {
  font-size: 14px;
  line-height: 1.7;
  margin: 20px 0;
}

.bottom-h2 {
  margin-bottom: 55px;
}

.up_bottom-h2 {
  margin-top: 65px;
  margin-bottom: 55px;
}

.news_bottom-h2 {
  margin-top: 65px;
  margin-bottom: 5px;
}

.comment {
  font-size: 15px;
  line-height: 1.7;
  margin: 25px 5px 25px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  border-radius: 10px;
  color: #666;
  padding: 14px;
}

.girls-schedule_wrap {
  margin: 40px 0 50px;
}

.girls-schedule_wrap__item {
  display: flex;
  align-items: stretch;
  justify-content: start;
  border: solid 1px #9e8159;
  border-bottom: none;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  transition: 0.3s;
}

.girls-schedule_wrap__item:first-of-type {
  margin-top: 0px;
}

.girls-schedule_wrap__item:last-child {
  border-bottom: solid 1px #9e8159;
  margin-bottom: 30px;
}

.girls-schedule_wrap__item ._date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 14px;
  font-size: 15px;
  background-color: #f3f2ea;
}

.girls-schedule_wrap__item ._time {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 14px;
  width: 60%;
  font-size: 15px;
  background-color: #fff;
}

.more_wrap {
  position: relative;
  margin: -15px auto 0;
  padding: 0px 0 55px;
}

.more_wrap label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-image: radial-gradient(circle, #fe9ecc, #fe78b8 80%);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 5px 0 #fe51a4;
}

.more_wrap label::before {
  content: '以降の出勤を見る';
}

.more_wrap input[type="checkbox"]:checked~label::before {
  content: '元に戻す';
}

.more_wrap input[type="checkbox"] {
  display: none;
}

.more_wrap-content {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.more_wrap input[type="checkbox"]:checked~.more_wrap-content {
  height: auto;
}

.more_wrap-content::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 100" width="100%"><path d="M 0 50 Q 80 50 160 25 Q 320 -25 480 25 Q 560 50 640 50 Q 720 50 800 25 Q 960 -25 1120 25 Q 1200 50 1280 50 L 1280 100 L 0 100 Z" fill="%23fff"/></svg>') repeat-x;
  pointer-events: none;
}

.bt_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 10px 25px;
}

.btn-girls {
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  /*background: linear-gradient(45deg, #ff6f61, #de4d86);*/
  background-image: radial-gradient(circle, #fe9ecc, #fe78b8 80%);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 0 #fe51a4;
}

.btn-girls:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-girls:active {
  transform: translateY(1px);
}

.btn-girls-x {
  display: inline-block;
  padding: 10px 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  /*background: linear-gradient(45deg, #ff6f61, #de4d86);*/
  background-image: radial-gradient(circle, #eee, #ddd 80%);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 0 #ccc;
}

.btn-girls:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.custom-swal-title {
  font-size: 18px !important;
}

.custom-swal-content {
  font-size: 14px !important;
  line-height: 1.5;
}

.swal-pre-line {
  white-space: pre-line !important;
}

/*===================================================================
レビュー
===================================================================*/
.review-container {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
}

.review-container h1 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}

.review-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.profile-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.review-header-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
}

.review-item:first-of-type {
  margin-top: 40px;
  margin-bottom: 15px;
}

.review-item {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  border-radius: 8px;
  padding: 15px;
  transition: transform 0.2s;
  margin-bottom: 15px;
}

.review-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}

.review-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.review-date {
  font-size: 14px;
  color: #777;
}

.rev_name {
  font-weight: bold;
  color: #222;
}

.review-title {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}

.review-body {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.review-form-container {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  padding: 10px 20px 30px;
  border-radius: 15px;
  margin: 20px 0px 30px;
}

.review-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

input, textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px !important;
  color: #333;
  background-color: #f9f9f9;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #6c63ff;
  box-shadow: 0 0 5px rgba(108, 99, 255, 0.3);
}

textarea {
  resize: vertical;
}

.submit-btn {
  padding: 12px;
  background-image: radial-gradient(circle, #fe9ecc, #fe78b8 80%);
  border-radius: 25px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
  box-shadow: 0 5px 0 #fe51a4;
}

.submit-btn:hover {
  background-color: #5a52cc;
}

.reply {
  margin-top: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, .6);
  border-left: 3px solid #fc638a;
}

.reply-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.reply-header .reply-name {
  font-size: 14px;
  color: #1E90FF;
  font-weight: bold;
}

.reply-header .date {
  font-size: 14px;
  color: #777;
  font-weight: normal;
}

.reply-content {
  line-height: 1.5;
  font-size: 14px;
  color: #555;
}

/*===================================================================
イベント
===================================================================*/
.event-container {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
}

.event-title {
  text-align: center;
  color: #333;
  margin: 10px auto 20px;
  font-size: 18px;
  line-height: 1.5;
}

.event-container p {
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 3px 0;
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.event-header-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
}

.event-item:first-of-type {
  margin-top: 40px;
  margin-bottom: 15px;
}

.event-item {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  border-radius: 8px;
  padding: 15px;
  transition: transform 0.2s;
  margin-bottom: 15px;
}

.event-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-box {
  margin-top: 0 !important;
}

/*===================================================================
フッターコンテンツ
===================================================================*/
.footer {
  background: rgba(255, 255, 255, .8);
  color: #333;
  padding: 20px 20px 90px 20px;
  text-align: center;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-around;
  padding: 5px;
  background: rgba(255, 255, 255, .6);
  z-index: 1000;
}

/*.fixed-footer a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
    backdrop-filter: blur(7px);
    margin-right: 5px;
    transition: background-color 0.3s;
}
*/
.foot_sns {
  color: white;
  text-decoration: none;
  font-size: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  backdrop-filter: blur(7px);
  margin-right: 5px;
  transition: background-color 0.3s;
}

.foot_attend {
  background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
}

.foot_line {
  background-image: radial-gradient(circle, #03da5d, #03C755 80%);
}

.foot_sms {
  background-image: radial-gradient(circle, #f4a15d, #f28c38 80%);
}

.foot_tel {
  background-image: radial-gradient(circle, #3cc2ff, #15b6ff 80%);
}

.fixed-footer a:last-child {
  margin-right: 0px;
}

.fixed-footer a:hover {
  background-color: #555;
}

.fixed-footer .icon {
  font-size: 18px;
  margin-bottom: 0px;
}

.fixed-footer .text {
  font-size: 12px;
}

.content {
  padding-bottom: 70px;
}

.link_wrap {
  margin: 40px auto 20px;
  text-align: center;
}

.link_wrap ul li {
  margin-bottom: 5px;
}

.link_wrap p {
  margin-top: 15px;
  font-size: 13px;
}

.link_wrap a {
  text-decoration: none;
}

.link_wrap img {
  width: auto;
  max-width: 200px;
  height: auto;
}

.footer-tenpo {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-tenpo li {
  display: flex;
  align-items: center;
}

.footer-tenpo li a {
  text-decoration: none;
  color: #454545;
  padding: 0 10px;
  font-size: 13px;
}

.footer-tenpo li:not(:last-child)::after {
  content: "|";
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.footer-tenpo li a:hover {
  color: #0044cc;
}

#copyright {
  margin-top: 30px;
  font-size: 13px;
}

/*===================================================================
リクルート
===================================================================*/
/* テーブルスタイル */
.recruit-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 14px;
}

.recruit-table th,
.recruit-table td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.recruit-table th {
  background-color: #f0f0f0;
  width: 25%;
  font-weight: bold;
  color: #333;
}

.recruit-table td {
  background-color: #fff;
}

.recruit-table ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.recruit-table a {
  color: #0066cc;
  text-decoration: none;
}

.recruit-table a:hover {
  text-decoration: underline;
}

/*===================================================================
ランキング
===================================================================*/
.ranking_wrap {
  margin-top: 30px;
}

.image-container {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.image-container img {
  display: block;
}

.image-container::before {
  content: attr(data-rank);
  position: absolute;
  top: 20px;
  left: 0px;
  width: 80px;
  height: 30px;
  background: #FFD700;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(-15deg);
  transform-origin: 0 0;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
}

.image-container.rank-1::before {
  background: #FFD700;
}

.image-container.rank-1::after {
  border-left-color: #FFD700;
}

.image-container.rank-2::before {
  background: #C0C0C0;
}

.image-container.rank-2::after {
  border-left-color: #C0C0C0;
}

.image-container.rank-3::before {
  background: #CD7F32;
}

.image-container.rank-3::after {
  border-left-color: #CD7F32;
}

.image-container.rank-4::before {
  background: #32CD32;
}

.image-container.rank-4::after {
  border-left-color: #32CD32;
}

.image-container.rank-5::before {
  background: #1E90FF;
}

.image-container.rank-5::after {
  border-left-color: #1E90FF;
}

.image-container.rank-6::before {
  background: #fc85b1;
}

.image-container.rank-6::after {
  border-left-color: #1E90FF;
}

.image-container.rank-7::before {
  background: #d085fc;
}

.image-container.rank-7::after {
  border-left-color: #1E90FF;
}

.image-container.rank-8::before {
  background: #fcb385;
}

.image-container.rank-8::after {
  border-left-color: #1E90FF;
}

/* ----------------------------------------------------------------------
  パンくずリスト
---------------------------------------------------------------------- */
.breadcrumb {
  margin: 50px 0px 20px;
  padding: 8px;
  background: rgba(255, 255, 255, .5);
  border-radius: 5px;
  list-style: none;
  white-space: nowrap;
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb li {
  display: inline-block;
  list-style: none;
  font-weight: normal;
  border-radius: 15px;
  text-decoration: none;
  color: #111;
  font-size: 13px !important;
}

.breadcrumb li:after {
  content: '▶';
  padding: 0 0.1em;
  color: #111;
  background: none !important;
}

.breadcrumb li:last-child:after {
  content: '';
  background: none !important;
}

.breadcrumb li a {
  display: inline-block;
  padding: 0.4em .4em;
  border-radius: 15px;
  text-decoration: none;
  color: #111;
  font-size: 13px !important;
}

.breadcrumb li a:hover {
  color: #f87298;
}

.breadcrumb li:last-child {
  color: #666;
  font-weight: bold;
  pointer-events: none;
}

/*===================================================================
スマホ
===================================================================*/
@media screen and (max-width: 900px) {
  .header-space {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(7px);
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
  }

  .logo a {
    margin-bottom: 0px;
  }

  .logo img {
    width: 30%;
  }

  .header-tel {
    top: 14px;
    right: 120px;
    line-height: 40px;
  }

  .header-tel .header-tel-2 {
    font-size: 12px;
    line-height: 35px;
  }

  .header-text {
    font-size: 10px;
    margin: 0 auto;
    color: #333;
    text-align: center;
  }

  .header-text-us {
    display: none;
  }

  .header_navi_txt {
    display: none;
  }

  .phone-icon {
    display: block;
    font-size: 25px;
    border: none;
    color: white;
    cursor: pointer;
    background: #24baff;
    margin-right: 5px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
  }

  .phone-icon a {
    display: block;
    font-size: 25px;
    padding-top: 3px;
    border: none;
    color: white;
    background: #24baff;
    height: 50px;
  }

  .hamburger {
    display: block;
    font-size: 45px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0 0 6px 0;
    background-image: radial-gradient(circle, #fe9ecc, #fe78b8 80%);
    margin-right: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
  }

  /*
  .phone-icon {
    display: block;
    font-size: 24px;
    padding: 0 0px 0 0;
    background-image: radial-gradient(circle, #03da5d, #03C755 80%);
    margin-left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
  }

  .phone-icon a {
    color: #fff;
  }

  .hamburger {
    display: block;
    font-size: 40px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0 0 6px 0;
    background-image: radial-gradient(circle, #fe9ecc, #fe78b8 80%);
    margin-right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
  }
*/
  .global-menu {
    background-color: transparent;
    padding: 0;
    margin-top: 60px;
  }

  .global-menu ul {
    display: block;
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    height: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, .75);
    backdrop-filter: blur(7px);
    padding: 80px 20px 20px;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
    z-index: 1100;
    overflow: scroll;
  }

  .global-menu ul::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    z-index: 1;
  }

  .global-menu li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    margin: 0 auto 10px;
  }

  .global-menu a {
    display: block;
    color: white;
    font-size: 20px;
    border: none;
    text-align: left;
    line-height: 1.2;
    width: 100%;
  }

  .global-menu span {
    font-size: 11px;
  }

  .global-menu.active ul {
    transform: translateX(-100%);
  }

  .close-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 45px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 1200
  }

  .container {
    margin-top: 0px;
    padding: 20px 10px;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .grid-container {
    grid-template-columns: 1fr;
  }

  .grid-container-2 {
    grid-template-columns: 1fr;
  }

  .grid-container-3 {
    grid-template-columns: 1fr 1fr;
  }

  .menu_bt {
    font-size: 14px;
  }

  .event_wrap {
    max-height: 500px;
    overflow: scroll;
  }

  .therapist-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -14px;
    gap: 10px;
  }

  .therapist-grid_newface {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -10px;
    gap: 10px;
  }

  .therapist-item {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.0);
  }

  .card-container {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(7px);
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .card-image {
    flex: 0 0 120px;
    height: 120px;
  }

  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .card-content {
    flex: 1;
    padding: 10px;
  }

  .card-title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #454545;
    margin-bottom: 10px;
  }

  .card-date {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
  }

  .card-excerpt {
    display: none;
  }

  .day-block {
    width: 80px;
  }

  .schedule-container {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
  }

  .therapist_wrap {
    background-color: rgba(255, 255, 255, 1);
    padding: 14px;
    margin: -20px -10px 0;
  }

  .page_wrap {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 14px 14px 30px;
    margin: -20px -10px 0;
  }

  .price_box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 14px 14px 30px;
    margin: -20px -25px 0;
  }

  .rec_wrap {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 650px;
    margin: -20px -10px 0;
  }

  .flowchart-container {
    padding: 20px 0;
  }

  .step {
    padding: 15px;
  }

  .circle {
    width: 50px;
    height: 50px;
    font-size: 18px;
    top: -35px;
  }

  .flowchart-container h2 {
    font-size: 16px;
  }

  .flowchart-container p {
    font-size: 13px;
  }

  .connector {
    height: 30px;
  }

  .accordion summary {
    font-size: 16px;
    padding: 15px;
  }

  .accordion-content {
    font-size: 14px;
    padding: 10px;
  }

  .price-item {
    text-align: left;
  }

  .price {
    margin-top: 5px;
    text-align: right;
  }
}