@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-color: rgb(255, 154, 139, .2);
  background-image: linear-gradient(90deg, rgba(255, 188, 179, 0.8) 0%, rgba(255, 126, 152, 0.7) 55%, rgba(255, 193, 204, 0.8) 100%);*/
}


.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#fff;
    /*background-color: rgb(255, 154, 139, .2);
    background: linear-gradient(-45deg, rgba(255, 188, 179, 0.8), rgba(255, 126, 152, 0.7), rgba(255, 188, 179, 0.8), rgba(255, 126, 152, 0.7));*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

@media screen and (max-width: 900px) {
    .bg-fixed {
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
    }
}


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

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

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

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

.center-space {
    flex: 2;
}

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

.left-space img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 250px;
    margin-left: 5px;
    height: 55px;
}

.header_navi_txt {
    font-size: 12px !important;
    margin: auto;
    background-image: radial-gradient(circle, #03da5d, #03C755 80%);
    padding: 4px;
    color: #fff;
    line-height: 1.4;
    border-radius: 4px;
}

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

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

.logo img {
    width: 25%;
}

.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: 13px;
    max-width: 1080px;
    margin: 0 auto;
    color: #333;
    text-align: center;
}

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

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

.left-content {
    text-align: center;
    padding: 0;
    font-size: 30px;
}

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

.right-content {
    text-align: center;
    font-size: 32px;
    cursor: pointer;
}

.right-content a {
    color: #fff;
}

.right-content p {
    color: #f9f9f9;
    font-size: 13px !important;
}

.center-content {
    flex: 2;
}

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

.center-content img, .right-content img {
    width: auto;
    margin-top: 3px;
    height: 45px;
}

.left-content img {
    width: auto;
    padding: 2px;
    margin-top: 2px;
    margin-left: 5px;
    height: 45px;
}

.global-menu {
    background-image: radial-gradient(circle, #FF95AE, #FF95AE 80%);
    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;
    }
}

.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 20px;
    font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , '游ゴシック体','YuGothic','游ゴシック','Yu Gothic',"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    overflow: clip;
}

.main-area {
    margin-bottom: 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;
}

.slideshow-container {
    max-width: 600px !important;
}

.main_title {
    position: relative;
    margin-top: 5px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 35px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.main_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
    border-radius: 2px;
}

.sche_title {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 35px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.sche_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
    border-radius: 2px;
}

.page_title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 35px;
}

.page_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
    border-radius: 2px;
}

.page_title2 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
}

.page_title2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
    border-radius: 2px;
}

.prof_title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
}

.prof_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
    border-radius: 2px;
}

.sub_title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 25px;
}

.sub_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
    border-radius: 2px;
}

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

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

.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 {
    background-color: rgba(255, 255, 255, 0.4);
    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;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin: 20px 0px 15px;
}

.menu_bt {
    position: relative;
    display: block;
    padding: 18px 15px;
    background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    margin-bottom:4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 5px;
    box-shadow: 0 5px 0 #ff4772;
}

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

.tel_button {
  position: relative;
  display: block;
  padding: 10px;
  margin: 2px auto 5px;
  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;
  font-size: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 0 #f07713;
}

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

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

.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: #111;
    color: #fff;
    padding: 3px;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}

.therapist-name span{
    font-size: 12px;
    margin-left:5px;
}

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

.therapist-sns{
    display: flex;
    justify-content: center;
    width:100%;
    height:45px;
}

.sns-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin:5px 3px 5px;
    transition: background-color 0.3s ease;
}

.x-button {
    background-color: #111;
}

.voice-button {
    background-color: #ff849c;
}

.tik-button {
    background-color: #00B900;
}

.sns-button:hover {
    background-color: #0056b3;
    text-decoration: none;
}

.time {
    font-size: 13px;
    color: #fff;
    background: #D9CDA7;
    padding: 3px;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}

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

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

.nex {
    color: #fff !important;
    background: #00d3f1;
    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-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, #ff819f, #ff6e90 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 #ff4772;
}

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

.btn-gradient: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: 800px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 14px;
}

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

/*===================================================================
料金ページ
===================================================================*/
.price_wrap {
    margin: 40px 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("/assets/img/price_back.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, .85), rgba(20, 20, 20, .85) 80%, rgba(20, 20, 20, .85));
    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 20px 15px 40px;
    color: #222 !important;
    background: rgba(255, 255, 255, .9);
    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;
}

.flowchart {
    max-width: 660px;
    width: 100%;
}

.step {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(7px);
    border: 1px solid #ff6f90;
    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: #ff6f90;
    color: #fff;
    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: #333;
    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: #333;
}

.step .note {
    font-size: 13px;
    color: #333;
    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%;
    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, #ca0000, #ca0000);
    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: 14px;
    color: #333;
    margin: 0;
    line-height: 1.8;
}

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

/*===================================================================
女性プロフィールページ
===================================================================*/

.prof_wrap {
    max-width: 650px;
    margin: 0 auto;
}

.therapist_wrap {
    background-color: rgba(255, 255, 255, 0.6);
    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, #ff819f, #ff6e90 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: #ff6f90;
    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: 30px -5px;
    text-align: center;
    font-size: 25px;
    padding: 5px;
    background: #111;
    color: #fff;
    letter-spacing: 2px;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

/*.heading-29 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
    font-size:24px;
}

.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: '';
}
*/
.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: 20px 5px;
}

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

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

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

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

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

.btn-girls {
    display: inline-block;
    padding: 10px 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background-image: radial-gradient(circle, #ff819f, #ff6e90 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 #ff4772;
}

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

.voice-container {
    margin: -20px auto 100px;
    position: relative;
    text-align: center;
}

.voice-box {
    background:#ffe5ea;
    padding: 50px 20px 20px;
    border-radius: 10px;
    color: #000000;
    position: relative;
    top: 50px;
}

.voice-box p{
    margin:0 auto 20px;
    padding:10px;
    background:rgba(255,255,255,.7);
    font-size:14px;
    border-radius: 10px;
}

.voice-profile-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #ffe5ea;
    background:#ffe5ea;
    z-index: 1;
}

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

/*===================================================================
レビュー
===================================================================*/
.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: #222;
    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;
    width: 100%;
    margin: 50px 0;
}

.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, #ff819f, #ff6e90 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 #ff4772;
}

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

.submit-btn:active {
    transform: scale(0.98);
}

.reply {
  margin-top: 15px;
  padding: 15px;
  background:rgba(245, 245, 245,.8);
  border-left: 3px solid #ff809f;
}

.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:0px!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 5px 10px;
    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;
    border-radius: 5px;
    box-shadow: 0 5px 0 #ff4772;
}

.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;
    font-size:13px;
}

.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;
    margin-bottom:5px;
}

#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: 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;
    /* 1位: 金 */
}

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

.image-container.rank-2::before {
    background: #C0C0C0;
    /* 2位: 銀 */
}

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

.image-container.rank-3::before {
    background: #CD7F32;
    /* 3位: 銅 */
}

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

.image-container.rank-4::before {
    background: #32CD32;
    /* 4位: 緑 */
}

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

.image-container.rank-5::before {
    background: #1E90FF;
    /* 5位: 青 */
}

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

/*===================================================================
スマホ
===================================================================*/
@media screen and (max-width: 900px) {
    .header-space {
        background: rgba(255, 255, 255, .45);
        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;
    }

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

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

    .logo img {
        width: 20%;
    }

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

    .phone-icon {
        display: block;
        font-size: 24px;
        padding: 0 0px 0 0;
        background: #70C600;
        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: 45px;
        background: none;
        border: none;
        color: white;
        cursor: pointer;
        padding: 0 0 6px 0;
        background-image: radial-gradient(circle, #ff819f, #ff6e90 80%);
        margin-right: 0;
        height: 60px;
        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;
    }

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

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

    .therapist_wrap {
        background-color: rgba(255, 255, 255, 0.5);
        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 -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;
    }
}
