@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: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background:#0a0a0a;
  color:#fff;
}

.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.4;
  z-index: -1;
}

.Polka {
  background-image:  linear-gradient(rgba(0, 0, 0,.8) 2px, transparent 2px), linear-gradient(to right, rgba(0, 0, 0,.8) 2px, #111 2px);
  background-size: 10px 10px;
  /*background-image: radial-gradient(#ffda69 2px, #ffffff 2px);
  background-size: 10px 10px;*/
}

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

.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: 180px;
    margin-left: -5px;
    height: 60px;
}

.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;
}

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

.logo img {
    width: 15%;
}

.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;
}

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

.phone-icon {
    display: block;
    font-size: 25px;
    border: none;
    color: white;
    cursor: pointer;
    background: #1AB8FF;
    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: #1AB8FF;
    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, #ba9d54, #ba9d54 80%);
    margin-right: 0;
    height: 50px;
    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: -30%;
    width: 30%;
    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 20px;
}

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

.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
}

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

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 20px;
  font-family: "Noto Sans JP", 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: 35px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FC9134;
  /*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;*/
  padding:5px 8px 8px;
  font-weight: 900;
  line-height: 1.3;
}

/*
.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: 45px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FC9134;
  padding:5px 8px 8px;
  font-weight: 900;
  line-height: 1.3;
}

/*
.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: 35px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FC9134;
  padding:5px 8px 8px;
  font-weight: 900;
  line-height: 1.3;
}

.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: #FC9134;
  padding:8px;
  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: #FC9134;
  padding:5px 8px 8px;
  font-weight: 900;
  line-height: 1.3;
}

.sub_title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FC9134;
  padding:8px 8px 10px;
  font-weight: 900;
  line-height: 1.3;
}

.sub_title2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #FC9134;
  padding:8px 8px 10px;
  font-weight: 900;
  line-height: 1.3;
}

/*
.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: #FC9134;
  padding: 8px 20px;
  font-weight: 900;
  line-height: 1.3;
}

.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;
 }
*/

.enter_space{
    position: relative;
    max-width: 650px;
    margin:0 auto!important;
}

.enter_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    margin: 0px auto 30px !important;
    text-align: center;
}

.enter_wrap_box {
    position: relative;
}

.enter_wrap_box a{
    text-decoration: none;
}

.btn-enter {
    display: block;
    padding: 15px 10px 15px;
    width: 100%;
    margin: 0px auto 3px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    text-shadow: #f5f5f5 1px 0 10px;
    background-image: radial-gradient(circle, #facd20, #facd20 80%);
    background-size: 800% 400%;
    animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-enter:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none !important;
}

.btn-exit {
    display: block;
    padding: 15px 10px 15px;
    width: 100%;
    margin: 0px auto 3px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    text-shadow: none !important;
    background-image: linear-gradient(#222 0%, #222 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

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

.age_c {
    background: url("../img/18white.png") 130px center no-repeat;
    background-size: auto 1.8em;
    font-size: 0.9em !important;
    padding-left: 2em !important;
    margin: 0px auto 40px!important;
    text-align: center!important;
    color: #fff;
}

@media only screen and (max-width:600px) {
  .age_c {
    background: url("../img/18kuro.png") 20px center no-repeat;
    background-size: auto 1.8em;
    font-size: 0.9em !important;
    padding-left: 2em !important;
    margin: 0px auto 40px!important;
    text-align: center!important;
  }
}

.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;
}

h1.top_h1 {
  right: 0;
  text-align: center;
  margin: 25px auto 30px;
  font-size: 14px;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.6;
}

.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(3, 1fr);
  margin:10px 0px 30px;
}

.menu_bt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(circle, #FF6A88, #FF9A8B 80%);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  aspect-ratio: 5/3;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu_bt2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(circle, #FF6A88, #FF9A8B 80%);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  aspect-ratio: 4/1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu_bt-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px; /* アイコンとテキストの間隔 */
  text-align: center;
}

.menu_bt i {
  font-size: 18px; /* アイコンのサイズを調整 */
}

.menu_bt span {
  line-height: 1.2; /* テキストの行間を調整 */
}

.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);
}

.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);
}

.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-item {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  border:solid 1px #FACD20;
  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, #fef4cd, #fef4cd 3px, #fffcf3 3px, #fffcf3 7px);
  background: repeating-linear-gradient(-45deg, #fef4cd, #fef4cd 3px, #fffcf3 3px, #fffcf3 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-grid_newface {
  margin: 0 auto;
  padding: 10px 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
*/

.therapist-grid_newface {
  margin: 20px 0;
  overflow: hidden; /* カルーセルの外側を隠す */
  padding: 20px 20px 50px; /* 下部にページネーション用の余白を追加 */
}

.therapist-size-2 {
  font-size: 12px;
  color: #888;
}

.therapist-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev,
.swiper-button-next {
  color: #F9CC21;
}

.swiper-pagination {
  position: absolute;
  bottom: -30px; /* ページネーションを下に */
}

.swiper-pagination-bullet {
  background: #111;
}

.swiper-pagination-bullet-active {
  background: #F9CC21;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

/* スライドのトランジションを滑らかに */
.swiper-slide {
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out; /* スムーズな動き */
}

.time {
  font-size: 13px;
  color: #fff;
  background-color: #FE7993;
  background-image: linear-gradient(45deg, #FE7993 0%, #FE7993 100%);
  padding: 3px 3px 5px;
  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: 250px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background-image: radial-gradient(circle, #ba9d54, #ba9d54 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 #a48942;
}

.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: 700px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  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: 50px 5px 5px 50px;
  background-color: rgba(255, 255, 255, 0.7);
  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 125px;
  height: 125px;
}

.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: #fff;
  margin-bottom: 10px;
}

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

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

/*===================================================================
固定ページ
===================================================================*/
.page_wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 14px;
}

.price_box {
  max-width: 650px;
  margin: 0 auto;
  padding: 14px;
}

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

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

.concept-header {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  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: 10px 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: 22px;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.6;
}

.intro p:first-child {
  font-size: 22px;
  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, 1);
  backdrop-filter: blur(7px);
  border-radius: 5px;
  padding: 40px 20px 20px 20px;
  width: 100%;
  max-width: 350px;
  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 6px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px !important;
  width: 100%;
  text-align: center;
}

.closing {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  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, 1);
}

.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: 5px;
  background:#f5f5f5;
  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;
}

.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: 0px;
  }

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

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

  .tagline {
    font-size: 16px;
  }

  .highlight {
    font-size: 15px;
  }

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

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

  .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: 14px;
  }

  .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: 10px;
  }

  .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;
  }
}

.box_sche{
    position: relative;
    padding: 0.7em 0.9em;
    margin: 2em 0;
    background:#fedfe6;
    color: #333;
    font-weight: 400;
}

.box_sche:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #fedfe6;
    width: 0;
    height: 0;
}

.box_sche p {
    margin: 0;
    padding: 0;
    line-height:1.5!important;
    font-size:14px;
}

.box_sche a {
    text-decoration: none;
}

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

/*===================================================================
料金ページ
===================================================================*/

.couseback-img {
  background: #181818;
  margin:0 -15px;
  padding:25px 15px 25px;
}

.couseback-img-top {
  background:#181A1F;
  margin:0 -15px;
  padding:25px 25px 25px;
  margin-top:40px;
}

.title-main3 {
    text-align: center;
    padding: 0px 0 0;
    margin-top: 40px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    line-height:1;
}

.title-main3 span {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

.title-main3 span:first-letter {
    color: #facd20;
    /*D25887*/
}

.title-main3+.caption {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top:30px;
    margin-bottom: 30px;
}

.title-main4 {
  text-align: center;
  padding: 0px 0 0;
  margin-top: 40px;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.title-main4 span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}

.title-main4 span:first-letter {
  color: #facd20;
  /*D25887*/
}

.title-main4+.caption {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top:-10px;
  margin-bottom: 30px;
}

p.can_p{
  font-size:14px;
  line-height:1.8;
  font-weight:normal;
  text-align:center;
  color:#ddd;
  padding:20px 0 15px;
  margin-bottom:30px;
}

p.can_p a{
  color:#e91e63;
}

p.can_po{
  font-size:14px;
  line-height:1.8;
  font-weight:normal;
  color:#ddd;
  padding:20px 0 15px;
  margin-bottom:30px;
  margin-top:40px;
}

.pinktxt{
  color:#fff;
  font-size:13px;
  text-align: center;
}

.couse {
 border: solid 1px #cacaca;
 padding: 20px;
 border-radius: 35px;
 font-size: 18px;
 color: #f5f5f5;
 margin:15px 0;
}

.couse2 {
 border: solid 1px #FB6C8E;
 padding: 20px;
 border-radius: 35px;
 font-size: 18px;
 color: #f5f5f5;
 margin:15px 0;
}

.couse3 {
 border: solid 1px #C7B994;
 padding: 20px;
 border-radius: 35px;
 font-size: 18px;
 color: #f5f5f5;
 margin:15px 0;
}

.right_txt{
  float: right;
}

.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 {
    max-width: 600px;
    width: 100%;
}

.step {
    background-color: #2b2b2b;
    border: 2px solid #d4af37;
    border-radius: 10px;
    padding: 40px 20px 20px; /* 上部に余裕を持たせる */
    margin: 30px 0px 20px;
    position: relative;
    line-height: 1.5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}
.step:first-of-type {
    margin: 60px 0px 10px;
}
.step:hover {
    transform: translateY(-5px);
}
.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #d4af37;
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.step h2 {
    color: #fff;
    margin: 20px 0;
    font-size: 18px;
    text-align: center;
}
.step p {
    margin: 5px 0 10px;
    font-size: 14px;
    line-height: 1.8!important;
    text-align: center;
    color: #fff;
}
.step .note {
    font-size: 13px;
    color: #fff;
    line-height: 1.8!important;
    font-style: italic;
    text-align: center;
}
.arrow {
    width: 2px;
    height: 30px;
    background-color: #d4af37;
    margin: 0 auto;
    position: relative;
}
.arrow::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #d4af37;
}


.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%;
  padding: 0;
}

.notice-list h3 {
  position: relative;
  margin: 30px 0px 30px;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  background: #A48641;
  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: #fff;
}

.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: #121212;
  backdrop-filter: blur(7px);
}

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

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


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.7em;
    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.7);
  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.75rem;
  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.7s→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.7s; } /* 変更：1.6s→0.7s */
.service-list li:nth-child(17) { animation-delay: 0.75s; } /* 変更：1.7s→0.75s */
.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.7rem;
}

@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;
  border:solid 1px #fff;
  border-radius: 15px;
  padding:10px 10px 0;
  background-size: 10px 10px;
}

.therapist_wrap {
  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: #fff;
  text-align: center;
  margin-top: -15px;
}

.prof-size {
  font-size: 14px;
  color: #fff;
  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: #333;
  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, #facd20, #facd20 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;
  /*margin-left:-15px;*/
  text-align: center;
  font-size: 30px;
  background: repeating-linear-gradient(-45deg, #ffecc4, #ffecc4 3px, #fefaf2 3px, #fefaf2 7px);
  color: #a48641;
  /*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;*/
  padding:7px 8px 9px;
  font-weight: 900;
  line-height: 1.3;
}

/*
.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.1);
  backdrop-filter: blur(7px);
  border-radius: 10px;
  color:#fff;
  padding:14px;
}

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

.girls-schedule_wrap__item {
  display: flex;
  align-items: stretch;
  justify-content: start;
  border-bottom: none;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  transition: 0.3s;
  margin-bottom:10px;
  color:#111;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

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

.girls-schedule_wrap__item:last-child {
  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;
  color:#111;
  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, #facd20, #facd20 80%);
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 5px 0 #edbe05;
}

.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;
  max-width:300px;
  margin: 20px auto 25px;
}

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

.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;
}

.button-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 300px;
      margin: 50px auto;
    }

   @media screen and (max-width: 480px) {
  .button-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 280px;
      margin: 0px auto 30px;
    }
}

    .circle-button {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #facd20;
      color: white;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.3s;
      text-decoration: none;
    }

    .circle-button-no {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #ddd;
      color: white;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.3s;
      text-decoration: none;
    }

    .circle-button:hover {
      background-color: #fcdc6a;
    }

/*===================================================================
レビュー
===================================================================*/
.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 4px 15px rgba(0, 0, 0, 0.2); /* 柔らかい影で浮遊感 */
  background-color: rgba(255, 255, 255, 0.9);
  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 {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(7px);
  padding: 10px 20px 30px;
  border-radius: 15px;
  margin: 20px 0px 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); /* 柔らかい影で浮遊感 */
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* スムーズなアニメーション */
}

.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, #fd9a43, #fd9a43 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 #fd7b09;
}

.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: #fff;
  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(0, 0, 0, .85);
  color: #fff;
  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:25px auto 0;
  font-size:13px;
  border: solid 1px #333;
  padding:5px;
  border-radius: 30px;
  width:120px;
}

.link_wrap a {
  text-decoration: none;
  color:#fff;
}

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

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

/*===================================================================
リクルート
===================================================================*/

.rec_note{
  margin:10px;
}

.rec_legal{
  margin-top:30px;
  border: 3px solid #ddd;
  border-radius: 15px;
  padding:12px 12px 12px 0px;
}

.rec_table {
    width:100%;
    border-collapse: collapse;
    margin:0;
    font-size:14px;
}

.rec_table td {
    padding: 10px;
    text-align: left;
    color:#666;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.rec_table th {
  padding: 10px 10px 10px 0;
  width:25%;
  font-size:12px;
  color:#666;
  font-weight:normal;
  line-height: 1.7;
  text-align: center;

}

.rec_legal .fa-solid{
  font-size:20px;
}

.rec_legal{
  margin-top:30px;
  border: 3px solid #ddd;
  border-radius: 15px;
  padding:12px 12px 12px 0px;
}

.rec_table {
    width:100%;
    border-collapse: collapse;
    margin:0;
    font-size:15px;
}

.rec_table td {
    padding: 10px;
    text-align: left;
    color:#666;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.rec_table th {
  padding: 10px 10px 10px 0;
  width:25%;
  font-size:12px;
  color:#666;
  font-weight:normal;
  line-height: 1.7;
  text-align: center;

}

.rec_legal .fa-solid{
  font-size:20px;
}


.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: 20%;
  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, .9);
    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: #333;
  font-weight: bold;
  pointer-events: none;
}

/*===================================================================
スマホ
===================================================================*/
@media screen and (max-width: 900px) {
    .header_navi_txt {
        display: none;
    }

    .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;
    }

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

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

  .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;
  }

  .menu_bt2 {
    font-size: 14px;
    aspect-ratio: 5/3;
  }

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

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

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

  .card-container {
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* 柔らかい影で浮遊感 */
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* スムーズなアニメーション */
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(7px);
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .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: #fff;
    margin-bottom: 10px;
  }

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

  .card-excerpt {
    display: none;
  }

  .day-block {
    width: 80px;
  }

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

  .therapist_wrap {
    padding: 14px;
    margin: -20px -10px 0;
  }

  .page_wrap {
    padding: 14px 14px 30px;
    margin: -10px -10px 0;
  }

  .price_box {
    padding: 14px 14px 30px;
    margin: -10px -10px 0;
  }

  .rec_wrap {
    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;
    }

}

.desc_txt{
  background:rgba(255,255,255,.2);
  padding:12px;
  color:#fff;
  font-size:13px;
  margin:50px 0px 10px;
  line-height:1.8;
}


.container-de{
  max-width: 800px;
  width: 100%;
  margin-bottom: 40px;
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.card-de {
  /*background: #313741;*/
  border:solid 1px #af8c5e;
  border-radius: 5px;
  padding: 15px;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(7px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
  animation-delay: calc(0.1s * var(--i));
}

.card-de:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.price-de {
  font-size: 1.1rem;
  font-weight: 600;
  color: #aa824d;
  margin-bottom: 5px;
}

.area-de {
  font-size: 0.9rem;
  font-weight: 300;
  color: #333;
}

.note-de {
  font-size: 0.9rem;
  color: #ff6b6b;
  margin-top: 10px;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.maimasu_top {
  margin-top:-25px;
}

.baner_wrap {
  margin:50px auto 20px;
  text-align: center;
  font-size:12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.baner_wrap img{
  max-width:200px;
}

.baner_wrap a{
  color:#999;
  font-size:12px;
  text-decoration: none;
}
