@charset "utf-8";

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

html { overflow-x: hidden; }
body {
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow: hidden;
  width: 100%;
  min-width: 180px;
  color: var(--color-black);
  font-weight: 400;
  font-size: 14px;
  margin: 0 auto;
  -ms-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}
body, input[type="submit"], input[type="reset"], input[type="button"], button{
	font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}h1,h2,h3,h4,h5,h6,strong,th{font-weight:400}ol,ul,li{list-style:none}

blockquote, q {
  quotes: none;
}

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

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: var(--color-pink1);
  text-decoration: none;
}

p {
  max-height: 999999px;
}

ins {
  background-color: #ff9;
  color: #f2f2f2;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #f2f2f2;
  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;
  max-width: 100%;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

input,
select {
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  font-size: unset;
}

button:focus {
  outline: none;
}

address {
  font-style: normal;
}

/*-- ease-in-out 0.3 --*/
.tab_area label:hover,
#nav_drawer .d_menu_list li::after,
#nav_drawer .d_menu_list li a,
.hover_act1,
.btn1,
.btn1::after,
.btn2,
.btn3,
.btn2::after,
.btn4,
.btn4::after,
#contents_blog .blog_category_list li,
#contents_impressions .blog_category_list li {
  transition: 0.3s ease-in-out;
}
#contents_blog .blog_category_list li a br,
#contents_impressions .blog_category_list li a br { display:none;}

/*-- boeder-bottom:last none --*/
#prof_schedule .profile_sch_box .profile_sch_variable:last-of-type .profile_sch_check,
#prof_schedule .profile_sch_box .profile_sch_variable:last-of-type .profile_sch_date,
.table_staffmenu tr:last-of-type td,
#contents_link .link_box dl:last-of-type,
#contents_system .table_system tr:last-of-type {
  border-bottom: none;
}

/*-- margin-bottom:last 0 --*/
#prof_imp_revew .voice_list li:last-of-type {
  margin-bottom: 0;
}

#nav_drawer .d_menu_list li a,
.cast_box li .staff_icon_box a,
.blog_category_list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/****************************************
 common (共通スタイル)
****************************************/
:root {
  --color-white: #fefefe;
  --color-black: #242424;
  --color-gray : #bcbcbc;

  --color-pink1: #E02986;
  --color-pink2: #FEB0D2;
  --color-pink3: #FFE1EB;
  --color-pink4: #FFEFF5;
  --color-pink5: #F184BC;

  --color-purple-new: #DC91FF;
  --color-red-new: #E74345;

  --bg-pink1-new: #FFF4F8;
  --bg-pink2-new: #FDE6EE;

  --color-new: #FFAD15;

  --btn-gradation : linear-gradient(90deg, #EA84CD 0%, #FFA2E5 100%);
  --btn-gradation2: linear-gradient(90deg, #E02986 0%, #F15AA7 100%);

  /* --color-pink1: #ff56a2;
  --color-pink2: #ff56a2;
  --color-pink3: #ffe4f0;
  --color-pink4: #ffc2dd; */
  --color-yellow1: #ffcd3b;
  --color-blue1: #cfe6f1;
  --color-blue2: #649ecf;
  --color-blue3: #0f507c;
  --color-gold1: #B3A168;
  --color-orange1: #ff7e57;

  --bg-gradation1: linear-gradient(90deg, rgba(22, 167, 185, 1) 0%, rgba(40, 189, 173, 1) 100%);
  /*pinkbtn*/
  --bg-gradation2: linear-gradient(90deg, rgba(0, 150, 169, 1) 0%, rgba(6, 202, 179, 1) 100%);
  /*txt*/
  --bg-gradation3: linear-gradient(90deg, rgba(218, 247, 236, 1) 0%, rgba(218, 247, 242, 1) 100%);
  /*bloggreen*/
  --bg-gradation4: linear-gradient(90deg, rgba(255, 204, 206, 1) 0%, rgba(255, 230, 239, 1) 100%);
  /*blogpink*/
  --bg-gradation5: linear-gradient(90deg, rgb(234, 116, 205, 1) 0%, rgb(252, 149, 172, 1) 100%);
  /*footer*/
  --bg-gradation6: linear-gradient(90deg, rgba(249, 224, 224, 1) 0%, rgba(202, 242, 228, 1) 15%, rgba(206, 241, 246, 1) 30%, rgba(230, 231, 255, 1) 45%, rgba(249, 224, 224, 1) 60%, rgba(253, 230, 202, 1) 75%, rgba(254, 244, 196, 1) 88%, rgba(220, 243, 208, 1) 100%);
  /*rainbouw*/
  --bg-gradation7: linear-gradient(90deg, rgba(231, 28, 114, 1) 0%, rgba(255, 126, 87, 1) 100%);
  /*blogpink*/
  --bg-gradation8: linear-gradient(90deg, rgba(255, 238, 238, 1) 0%, rgba(255, 243, 252, 1) 33%, rgba(232, 249, 253, 1) 66%, rgba(228, 247, 244, 1) 100%);
  /*rainbouw*/
  --bg-gradation9: linear-gradient(90deg, rgb(255, 159, 57) 0%, rgb(253, 188, 37) 100%);
  /*orange*/
  --bg-gradation10: linear-gradient(90deg, rgba(231, 43, 128, 1) 0%, rgba(240, 105, 166, 1) 100%);
  /*btn_pink*/

  --min3-6px: min(3%, 6px);
  --min3-10px: min(3%, 10px);
  --min4-10px: min(4%, 10px);
  --min4-15px: min(4%, 15px);
  --min4-20px: min(4%, 20px);
  --min5-20px: min(5%, 20px);
}

::selection {
  background: rgb(25 194 135 / 10%);
}

::-moz-selection {
  background: rgb(25 194 135 / 10%);
}

img::selection {
  background: rgb(25 194 135 / 10%);
}

img::-moz-selection {
  background: rgb(25 194 135 / 10%);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--color-pink4);
}

::-webkit-scrollbar-thumb {
  background: var(--color-pink2);
  border-radius: 10px;
}

/*ページ全体ふわっと表示*/
body {
  word-break: break-all;
  background: var(--bg-pink1-new) url(../images/bg_1.png) center top / 410px repeat;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (min-width: 768px) {
  body {
    background-size: 500px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/********* common *********/
.bl_480,
.bl_600,
.bl_700,
.bl_800,
.bl_900,
.bl_1000 {
  display: none;
}

/*- font -*/
.fs_sss {
  font-size: 0.7em;
}

.fs_ss {
  font-size: 0.75em;
}

.fs_s {
  font-size: 0.8em;
}

.fs_l {
  font-size: 1.2em;
}

.fs_ll {
  font-size: 1.5em;
}

.fw_b {
  font-weight: bold;
}

.tc_pink1 {
  color: var(--color-pink1);
} 

.f_color_seagreen {
  color: var(--color-pink1);
}

.f_color_gray1 {
  color: var(--color-gray);
}

.f_color_pink1 {
  color: var(--color-pink1);
}

.f_color_pink2 {
  color: var(--color-pink2);
}

.f_color_blue {
  color: #5789ED;
}

.f_color_blue3 {
  color: var(--color-gray);
}
.f_color_white {
  color: var(--color-white);
}

.ff_en {
  font-family: 'Lato';
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

.txt_gradation1 {
  display: inline-block;
  background: var(--bg-gradation2);
  background: -webkit-linear-gradient(360deg, #E02986 0%, #FEB0D2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.under_line1 {
  background: -webkit-linear-gradient(transparent 65%, var(--color-pink4) 65%);
  background: linear-gradient(transparent 65%, var(--color-pink4) 65%);
}

/*- margin-padding -*/
.m0_auto {
  margin: 0 auto;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_section20 {
  margin-top: min(4%, 20px);
}

.mt_section40 {
  margin-top: min(5%, 40px);
}

.mt_section60 {
  margin-top: min(7%, 60px);
}

.mt_section80 {
  margin-top: min(10%, 80px);
}

.pt_section40 {
  padding-top: min(6%, 40px);
}


/*- inner-width -*/
.inner600 {
  max-width: 600px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.inner700 {
  max-width: 700px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.inner800 {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.inner900 {
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.inner1000 {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.inner1200 {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.width_p10 {
  width: calc(100% - 20px);
}

.width_p20 {
  width: calc(100% - 40px);
}

.width_p30 {
  width: calc(100% - 60px);
}

.section_pad110 {
  padding: min(12%, 110px) 0;
}

.section_pad80 {
  padding: min(10%, 80px) 0;
}

.section_pad60 {
  padding: min(10%, 60px) 0;
}

.section_pad40 {
  padding: min(6%, 40px);
}

.section_pad30 {
  padding: min(6%, 30px) 0;
}

.box_pad10 {
  padding: var(--min4-10px);
}

.box_pad15 {
  padding: var(--min4-15px);
}

.box_pad20 {
  padding: var(--min5-20px);
}

/*- other -*/
.bg_color1 {
  background: var(--color-pink4);
}

.bg_color2 {
  background: var(--color-pink4);
}

.bg_colorw {
  background: var(--color-white);
}

.bg_pat1 {
  background: repeat center center/32px url(../images/pat1.png);
}

.bg_photo1_1 {
  background: no-repeat center top/cover url(../images/bg_photo1_1.jpg);
}

.bg_photo1_2 {
  background: no-repeat center top/cover url(../images/bg_photo1_2.jpg);
}

.bg_photo1_3 {
  background: no-repeat center top/cover url(../images/bg_photo1_3.jpg);
}

.bg_photo1_4 {
  background: no-repeat center top/cover url(../images/bg_photo1_4.jpg);
}

[class*="bg_border1_"],
[class*="bg_border2_"] {
  position: relative;
}

[class*="bg_border1_"]::before,
[class*="bg_border2_"]::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}

[class*="bg_border1_"]::before {
  background-image: linear-gradient(90deg, rgba(254, 254, 254, 100%) 0%, rgba(254, 254, 254, 100%) 50%, rgba(254, 254, 254, 0%) 50%, rgba(254, 254, 254, 0%) 100%);
  height: 6px;
  background-repeat: repeat;
  background-size: 16px;
}

[class*="bg_border2_"]::after {
  background: var(--bg-gradation6);
  height: 2px;
}

.bg_border1_top::before,
.bg_border2_top::after {
  top: 0;
}

.bg_border1_bottom::before,
.bg_border2_bottom::after {
  bottom: 0;
}

/* br */
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}

/*- title -*/
.title {
  display: inline-block;
  color: var(--color-pink1);
  font-size: clamp(20px, 4vw, 24px);
  line-height: 1.4;
  position: relative;
  margin-bottom: clamp(20px, 4vw, 30px);
}
.title span {
  display: block;
  font-family: "Damion", cursive;
  font-size: 0.6em;
}
.title::before {
  content: "";
  width: clamp(23px, 4vw, 26px);
  height: clamp(22px, 4vw, 24px);
  background: url(../images/title_deco_1.svg) center / cover no-repeat;
  position: absolute;
  top: -8px;
  left: -24px;
}
.title::after {
  content: "";
  width: clamp(8px, 2vw, 10px);
  height: clamp(8px, 2vw, 10px);
  background: url(../images/title_deco_2.svg) center / cover no-repeat;
  position: absolute;
  top: 24px;
  right: -12px;
}

/*- title sub -*/
.title_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  background: url(../images/subvisual_sp.jpg) center / cover no-repeat;
  margin-top: 105px;
}
.title_sub  h2 {
  display: inline-block;
  color: var(--color-pink1);
  font-size: clamp(20px, 4vw, 24px);
  line-height: 1.4;
  position: relative;
}
.title_sub h2 span {
  display: block;
  font-family: "Damion", cursive;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  .title_sub {
    height: 180px;
    background-image: url(../images/subvisual_pc.jpg);
  }
}

/*title_font_size*/
.title_main {
  line-height: 1.4em;
  font-size: max(18px, min(5vw, 26px));
  /*safari*/
  font-size: clamp(18px, 5vw, 26px);
  color: var(--color-pink1);
}

.title_main.ff_en {
  letter-spacing: 0.25em;
}

.title_main2 {
  line-height: 1.4em;
  font-size: max(18px, min(5vw, 20px));
  /*safari*/
  font-size: clamp(18px, 5vw, 20px);
  color: var(--color-pink1);
}

/*title_装飾*/
.title_box1 {
  text-align: left;
  margin-bottom: var(--min5-20px);
}

.title_pointbox {
  padding-left: 1.5em;
}

.title_point,
.title_point2 {
  position: relative;
}

.title_point::before,
.title_point2::before {
  position: absolute;
  content: "";
  background: var(--color-pink1);
}

.title_point::before {
  left: -1.6ex;
  top: calc(50% - 0.8ex);
  width: 0.3ex;
  height: 1.6ex;
  transform: rotate(30deg);
  transform-origin: center center;
}

.title_point2::before {
  left: -2ex;
  top: calc(50% - 0.1ex);
  width: 1.6ex;
  height: 0.2ex;
}

.title_point3 {
  overflow: hidden;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 auto;
}

.title_point3 span {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
  text-align: left;
}

.title_point3 span::before,
.title_point3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 1px;
  background-color: var(--color-gray);
}

.title_point3 span::before {
  right: 100%;
}

.title_point3 span::after {
  left: 100%;
}

.title_long1 {
  font-size: min(8vw, 40px);
  line-height: 0.7em;
  letter-spacing: 0.2em;
  color: var(--color-gray);
  display: grid;
  place-items: center;
  padding-top: min(15%, 100px);
  border-top: 4px solid;
  border-image: var(--bg-gradation6);
  border-image-slice: 1;
}

.title_long1 .title_point {
  margin-left: 1.4ex;
  line-height: 1.2em;
  text-align: left;
}

.title_long1 .title_point::before {
  top: calc(50% - 0.7ex);
  left: -1ex;
  width: 0.1ex;
  background: var(--color-gray);
  height: 1.4ex;
}

.title_fill {
  text-align: left;
  padding: 5px 5px 5px 15px;
  background: var(--bg-gradation8);
  color: var(--color-gray);
  text-align: left;
  line-height: 1.3;
  border-left: 5px solid #ffd1d8;
}

/*- move/animation/other -*/
.hover_act1 {
  opacity: 1;
}

.hover_act1:hover {
  opacity: 0.7;
}

/*下から上へ*/
.fadein1 {
  opacity: 0;
}

.fadein1.on {
  animation-name: fadein1;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes fadein1 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

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

/*じわっと*/
.fadein2 {
  opacity: 0;
  filter: blur(10px);
}

.fadein2.on {
  animation-name: fadein2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadein2 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}

.lazy_fade {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.lazy_fade.lazyloaded {
  opacity: 1;
}

/*- common/parts -*/
.balloon {
  position: relative;
  color: #fff;
  background: #ddd;
  padding: 2px 5px;
  max-width: 320px;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 8px;
  background: var(--color-pink3);
}

.balloon::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: var(--color-pink3);
  border-width: 6px;
  margin-left: -6px;
}

/*--- common/box ---*/
.f_box {
  display: flex;
  flex-wrap: wrap;
}

.txt_box1 {
  padding: var(--min5-20px);
  background: var(--color-white);
}

.txt_box_outer1 {
  padding: var(--min4-15px);
  background: rgb(254 254 254 / 70%);
  z-index: 5;
  position: relative;
}

.txt_box_outer1_plant {
  position: relative;
  padding: 8px;
  background: rgba(254, 254, 254, 0.7)
}
.txt_box_outer1_plant:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background: url(../images/point1_plant1.png) left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}
.txt_box_outer1_plant:after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background: url(../images/point1_plant2.png) left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}
.txt_preparation {
  font-size: 1.2em;
  padding: 20px 10px 0;
}
.border_box1 {
  background: var(--color-white);
  border: solid 1px var(--color-pink2);
  border-radius: 10px;
  padding: clamp(15px, 2vw, 20px);
  position: relative;
  z-index: 1;
}

.deco_box1 {
  padding: var(--min5-20px);
  background: url(../images/point1_1.png), url(../images/point1_2.png), url(../images/point1_3.png), url(../images/point1_4.png);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: min(10%, 30px);
}

.deco_box1_plant {
  position: relative;
  padding: 4px;
}
.deco_box1_plant:before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  background: url(../images/point1_plant1.png) left top no-repeat;
  background-size: 100% auto;
  transform: scale(-1, 1);
  width: 40px;
  height: 40px;
}
.deco_box1_plant:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  background: url(../images/point1_plant2.png) left top no-repeat;
  background-size: 100% auto;
  transform: scale(-1, 1);
  width: 40px;
  height: 40px;
}


/*--- common/table/list ---*/
/* prof_menu&system menu */
.table_system {
  width: 100%;
  margin: 0 auto;
}

.table_system .menu_name {
  padding: 10px 0 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color-pink2);
  color: var(--color-pink1);
}

.table_system dl {
  font-size: 1.1em;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.table_system dl dt {
  padding-right: 2rem;
  text-align: left;
  max-width: 65%;
}

.table_system dl dd.bg_dot {
  position: relative;
  flex-grow: 1;
  min-width: 10px;
}

.table_system dl dd.bg_dot::after {
  width: 100%;
  content: "";
  height: 1px;
  background-image: url(../images/bg_dotline1.png);
  background-repeat: repeat-x;
  display: block;
}

.table_system dl dd:not(.bg_dot) {
  padding-left: 2rem;
  text-align: right;
  flex: none;
}

/* table_form */
.table_form {
  width: 100%;
  text-align: left;
}

.table_form tr:not(:last-of-type) {
  border-bottom: 1px solid var(--color-gray);
}

.table_form th,
.table_form td {
  width: 100%;
  vertical-align: middle;
  text-align: left;
  display: block;
}

.table_form th {
  padding: 8px 0 0;
}

.table_form td {
  padding: 8px 0 15px;
}

.form_confirm .table_form td {
  color: var(--color-pink1);
}

/* table_recruit */
.table_recruit {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: -10px 0;
}

.table_recruit tr:not(:last-of-type) {
  border-bottom: 1px dotted var(--color-gray);
}

.table_recruit th,
.table_recruit td {
  display: block;
  vertical-align: middle;
  padding: 15px 10px;
}

.table_recruit th {
  color: var(--color-pink1);
  background: var(--color-pink4);
}

.table_recruit td {
  text-align: left;
}

.table_recruit .bg_border {
  padding: 20px;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 10px;
}

.table_recruit ul.list li {
  text-indent: -1.1em;
  margin-left: 1em;
}

.table_recruit ul.list li span {
  font-size: 10px;
  margin-right: 2px;
}

/*--- button ---*/
.btn_box span, .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.btn_box span {
  background: var(--btn-gradation);
  border-radius: 5px;
}
.btn_box span::before,
.btn_box span::after {
  content: "";
  width: calc(100% - 10px);
  max-width: 270px;
  height: 11px;
  background: url(../images/btn_deco.svg) center / cover no-repeat;
  position: absolute;
  z-index: 1;
}
.btn_box span::before {
  top: 2px;
  left: 5px;
}
.btn_box span::after {
  bottom: 2px;
  left: 5px;
  transform: scale(1, -1);
}
.btn_box {
  color: var(--color-white);
}
.btn_box::before {
  content: "";
  width: 20px;
  height: 6px;
  background: url(../images/btn_arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 2;
}
.btn_ipt {
  display: none;
}

.btn_h, .btn_h span {
  height: 75px;
  line-height: 1.4;
}
.btn_gra2 span {
  background: var(--btn-gradation2);
}

.btn_normal {
  width: 100px;
  font-size: 12px;
  min-height: 40px;
  color: var(--color-white);
  border: 1px solid var(--color-pink1);
  background: var(--color-pink1);
  border-radius: 5px;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}
.btn_normal:before {
  z-index: 1;
  content: "";
  width: 5px;
  height: 6px;
  background: url(../images/arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.btn_back:before {
  left: 10px;
  transform: translateY(-50%) scale(-1, 1);
}

.btn1,
.btn_gradation1,
.btn2 {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 auto;
  color: var(--color-white);
  line-height: 1.4em;
  cursor: pointer;
  gap: 4px;
  border-radius: 5px;
}

.btn3 {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 20px auto 0;
  color: var(--color-white);
  line-height: 1.4em;
  cursor: pointer;
  gap: 2px;
  border-radius: 8px;
}

.btn4 {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 20px auto 0;
  color: var(--color-white);
  line-height: 1.4em;
  cursor: pointer;
  gap: 4px;
}

.btn1,
.btn3,
.btn4,
.btn_gradation1 {
  max-width: 300px;
}

.btn2 {
  width: 200px;
}

.btn1::after,
.btn2::after,
.btn4::after {
  content: "";
  width: 5px;
  height: 6px;
  background: url(../images/arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn3::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  transform: rotate(315deg);
}

.btn3.btn_back::after {
  transform: rotate(135deg);
  right: 0;
  left: 16px;
}

.btn1:hover::after,
.btn2:hover::after,
.btn3:hover::after,
.btn4:hover::after {
  filter: invert(25%) sepia(66%) saturate(5062%) hue-rotate(315deg) brightness(94%) contrast(85%);
}

.btn1.btn_back:hover::after,
.btn2.btn_back:hover::after,
.btn3.btn_back:hover::after,
.btn4.btn_back:hover::after {
  left: 12px;
}

.btn_green {
  background: var(--color-orange1);
  border: 1px solid var(--color-orange1);
}

.btn_green:hover {
  background: var(--color-white);
  color: var(--color-orange1);
}

.btn_green:hover::after {
  border-right: 1px solid var(--color-pink1);
  border-bottom: 1px solid var(--color-pink1);
}

.btn_pink {
  background: var(--color-pink1);
  border: 1px solid var(--color-pink1);
}

.btn_pink:hover {
  background: var(--color-white);
  color: var(--color-pink1);
}

.btn_pink:hover::after {
  border-right: 1px solid var(--color-pink1);
  border-bottom: 1px solid var(--color-pink1);
}

.btn_blue {
  background: var(--color-blue2);
  border: 1px solid var(--color-blue2);
}

.btn_blue:hover {
  background: var(--color-white);
  color: var(--color-blue2);
}

.btn_blue:hover::after {
  border-right: 1px solid var(--color-blue2);
  border-bottom: 1px solid var(--color-blue2);
}

.btn_gray {
  background: var(--color-gray);
  border: 1px solid var(--color-gray);
}

.btn_gray:hover {
  background: var(--color-white);
  color: var(--color-gray);
}

.btn_gray:hover::after {
  border-right: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}

.btn_gradation1::before,
.btn_gradation1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.btn_gradation1::before {
  background: var(--bg-gradation7);
  z-index: -1;
  transition: 0.5s;
}

.btn_gradation1::after {
  background: var(--bg-gradation4);
  z-index: -2;
}

.btn_gradation1:hover::before {
  opacity: 0;
}

.btn_line {
  background: #3abf5d;
  border: 1px solid #3abf5d;
}

.btn_line:hover {
  background: var(--color-white);
  color: #3abf5d;
}

.btn_line:hover::after {
  border-right: 1px solid #3abf5d;
  border-bottom: 1px solid #3abf5d;
}

.btn_tel {
  background: #e72b80;
  border: 1px solid #e72b80;
}

.btn_tel:hover {
  background: var(--color-white);
  color: #e72b80;
}

.btn_tel:hover::after {
  border-right: 1px solid #e72b80;
  border-bottom: 1px solid #e72b80;
}

.btn_flower {
  position: relative;
  overflow: hidden;
  color: var(--color-white);
  text-shadow: 0px 0px 6px #e72b80;
  display: block;
  max-width: 360px;
  width: 80%;
  height: 60px;
  margin: 30px auto 0;
  padding: 5px;
  background: url(../images/bg_flower1_1.png), url(../images/bg_flower1_2.png), var(--bg-gradation10);
  background-position: bottom left, top right, center;
  background-repeat: no-repeat;
  background-size: 64px, 64px, 100%;
}

.btn_flower .btn_flower_inbox {
  position: relative;
  border: 1px solid rgb(245 230 205 / 0.8);
  padding: var(--min3-10px);
  display: grid;
  place-items: center;
  height: 100%;
}

.btn_flower::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: rgba(255, 155, 200, 0.5);
}

.btn_flower:hover::before {
  transform: translateX(0%);
}

.btn_reset {
  color: var(--color-gray);
  margin: 20px auto;
  display: inline-block;
  border-bottom: 1px dotted;
}

.btnbox_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

/*- accordion -*/

.ac_title {
  cursor: pointer;
}

.ac_title.ac_basic {
  font-size: 1.1em;
  position: relative;
  color: var(--color-white);
  background: var(--color-pink1);
  padding: 6px 10px;
  border-radius: 5px;
}

/*- youtube -*/
.yt_frame {
  padding: 0 min(6%, 40px);
}

.yt {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* swiper */
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: var(--color-white) !important;
  border: solid 1px var(--color-pink1) !important;
}
.swiper-pagination-bullet-active {
  background: var(--color-pink1) !important;
}

/* splide */
.splide__pagination__page {
  width: 10px !important;
  height: 10px !important;
  background: var(--color-white) !important;
  border: solid 1px var(--color-pink1) !important;
}
.splide__pagination__page.is-active {
  background: var(--color-pink1) !important;
  transform: scale(1) !important;
}

/***************** page *****************/

/*- footer/header -*/
.icon_box a {
  display: inline-block;
  margin: 0 10px;
}

.icon_box .icon_f_img {
  max-width: 30px;
}

/*-------*
 header
*-------*/
header {
  width: 100%;
  /* height: 48px; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
header h1 {
  height: 20px;
  color: var(--color-white);
  background: var(--color-pink2);
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_box {
  height: 85px;
  background: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logo {
  width: 90px;
}

/*=========================
SP時のドロワーメニュー
=========================*/
/*ドロワー*/
.btn_menu {
  position: fixed;
  height: 48px;
  width: 48px;
  top: 45px;
  right: 15px;
  z-index: 9999999999;
}

.btn_menu p {
  font-family: "Damion", cursive;
  font-size: 12px;
  color: var(--color-black);
  position: absolute;
  bottom: -20px;
  left: -1px;
}

/*Xボタン*/
.btn-trigger {
  position: relative;
  width: 26px;
  height: 16px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--color-black);
  border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all .5s;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 7px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn_icon span:nth-of-type(1) {
  -webkit-animation: btnicon-bar01 .75s forwards;
  animation: btnicon-bar01 .75s forwards;
}

@keyframes btnicon-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }

  50% {
    transform: translateY(9px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

#btn_icon span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

#btn_icon span:nth-of-type(3) {
  -webkit-animation: btnicon-bar03 .75s forwards;
  animation: btnicon-bar03 .75s forwards;
}

@keyframes btnicon-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }

  50% {
    transform: translateY(-9px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

#btn_icon.active span:nth-of-type(1) {
  -webkit-animation: active-btnicon-bar01 .75s forwards;
  animation: active-btnicon-bar01 .75s forwards;
}

@keyframes active-btnicon-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(9px) rotate(0);
  }

  100% {
    transform: translateY(9px) rotate(45deg);
  }
}

#btn_icon.active span:nth-of-type(2) {
  opacity: 0;
}

#btn_icon.active span:nth-of-type(3) {
  -webkit-animation: active-btnicon-bar03 .75s forwards;
  animation: active-btnicon-bar03 .75s forwards;
}

@keyframes active-btnicon-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-9px) rotate(0);
  }

  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}

/*ドロワーの中*/
#nav-d-bg {
  position: fixed;
  background: var(--color-white);
  width: 120%;
  height: 100%;
  right: -120%;
  top: 0;
  transition: transform .5s ease, -webkit-transform .5s ease;
  z-index: 9999;
}

.open #nav-d-bg {
  -webkit-transform: matrix(2.7, 0, 0, 2.7, 0, 0);
  transform: matrix(2.7, 0, 0, 2.7, 0, 0);
  transition-delay: 0s;
}

#nav_drawer {
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  padding: 44px min(10%, 16px) 30px;
}

.open #nav_drawer {
  display: block;
  -webkit-animation: fade-in-drawer 0.5s ease-in .3s both;
  animation: fade-in-drawer 0.5s ease-in .3s both;
}

@-webkit-keyframes fade-in-drawer {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade-in-drawer {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

#nav_drawer .nav_drawer_inner {
  height: 100%;
  overflow-y: auto;
}
#nav_drawer .nav_drawer_inner .logo {
  width: 90px;
  margin: 0 auto;
}

#nav_drawer ul {
  max-width: 900px;
  margin: 10px auto 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 0 10px;
}
#nav_drawer ul li {
  width: calc((100% / 2) - 10px);
  position: relative;
  text-align: center;
  line-height: 1.4em;
  font-size: 12px;
  background: radial-gradient(circle, var(--color-pink1) 1px, transparent 1px) left -2px bottom / 6px 2px repeat-x;
}
#nav_drawer ul li a {
  display: block;
  padding: 12px 10px;
}

/*-------*
 footer
*-------*/
/* breadlist */
.breadcrumbs {
  margin: 0 auto;
  background: var(--bg-pink1-new);
  color: var(--color-pink1);
  padding: 2px 0;
  font-size: 10px;
  border-radius: 20px;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:not(:first-of-type) {
  position: relative;
  margin-left: 10px;
}
.breadcrumbs ol li:not(:first-of-type)::before {
  position: absolute;
  content: "-";
  top: 0;
  bottom: 0;
  left: -10px;
}

footer {
  background: var(--color-white);
  padding-top: 30px;
  position: relative;
}
footer ul {
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 0;
}
footer ul li {
  width: calc((100% / 2) - 10px);
  position: relative;
  text-align: center;
  line-height: 1.4em;
  font-size: 12px;
  background: radial-gradient(circle, var(--color-pink1) 1px, transparent 1px) left -2px bottom / 6px 2px repeat-x;
}
footer ul li a {
  display: block;
  padding: 12px 10px;
}

footer .logo {
  width: 150px;
  margin: 20px auto;
}

footer .copyright {
  height: 20px;
  color: var(--color-white);
  background: var(--color-pink2);
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright a {
  color: var(--color-white);
}

footer .btn_pagetop {
	position: fixed;
	bottom: 30px;
	right: 10px;
  z-index: 10;
}
footer .btn_pagetop a {
  color: var(--color-white);
  font-family: "Damion", cursive;
  font-size: 12px;
	width: 80px;
  height: 45px;
  background: var(--color-pink2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 7px;
}
footer .btn_pagetop a::before {
  z-index: 1;
  content: "";
  width: 5px;
  height: 6px;
  background: url(../images/arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}

/********* common set *********/
/*- modal/popup -*/
.modal {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: min(70vw, 370px);
  justify-content: center;
  align-items: end;
  z-index: 9999;
  padding: 0 10px 10px;
}
.modal-content {
	position: relative;
	background: #fff;
	padding: min(4vw, 30px);
	border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.modal-content input[type="checkbox"] {
  appearance: auto;
  accent-color: var(--color-pink1);
  width: auto;
  margin-right: 2px;
}
.close-btn {
  position: absolute;
  top: -16px;
  right: -8px;
  /* left: 0px; */
  margin: 0 auto;
  width: 32px;
  height: 32px;
  background-color: var(--color-pink2);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}
.close-btn::before {
	content: "×";
}
.modal-content pre {
  white-space: pre-wrap;
}
.modal-content strong{font-weight: bold;}
.modal-content > div {
  overflow-y: auto;
  height: min(45vh, 480px);
  text-align: -webkit-auto;
  margin-bottom: 20px;
}
.modal-content > div img {
  max-width: 100%!important;
  height: auto!important;
}
.modal-content a{
  color: var(--color-pink2);
  border-bottom: 1px solid var(--color-pink2);
}
.modal-content label {
  display: flex;
  justify-content: center;
  gap: 6px;
}

/*- popup -*/
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  width: 100%;
  height: 100%;
  background: rgb(253 230 238 / 90%);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_outer {
  position: relative;
  align-self: center;
  max-width: 700px;
  width: calc(100% - 40px);
  background: var(--color-white);
  transition: 0.5s;
  border-radius: 10px;
}
.popup_inner {
  background: var(--bg-pink1-new) url(../images/bg_1.png) center top / 410px repeat;
  border: solid 6px #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .popup_inner {
    background-size: 500px;
  }
}
.close_btn {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 30px;
  line-height: 32px;
  cursor: pointer;
  color: var(--color-white);
  background: var(--color-pink2);
  border-radius: 100px;
  height: 40px;
  width: 40px;
  display: grid;
  border: 1px solid var(--color-white);
}
#reserve_select:checked~.popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
/**/

/* searchlist */
.searchlist {
  margin: 0 auto;
  background: var(--color-white);
  border: solid 1px var(--color-pink2);
  border-radius: 10px;
  padding: clamp(15px, 2vw, 20px);
}
.searchlist p {
  color: var(--color-pink1);
  background: var(--color-pink4);
  padding: 12px clamp(15px, 2vw, 20px);
  border-radius: 10px;
}
.searchlist dl {
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin: 10px 10px 15px;
}
.searchlist dl.area_select {
  align-items: flex-start;
}
.searchlist dl.area_select dt {
  margin-top: 5px
}
.searchlist dl dt {
  width: 26%;
  padding: 0 5px 0 0;
  text-align: right;
  color: var(--color-pink1);
}
.searchlist dl dd {
  width: 70%;
  text-align: left;
}
.searchlist dl dd.input2 label {
  display: flex;
}
.searchlist dl dd.input2 div {
  display: flex;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
}
.searchlist dl dd.input2 input {
  margin-right: 5px;
}
.searchlist form input {
  padding: 8px;
}
.searchlist form .area_select input[type="radio"],
.searchlist form .area_select input[type="checkbox"] {
  appearance: auto;
  accent-color: var(--color-pink1);
  width: auto;
  margin-right: 2px;
}
.searchlist form .area_select label {
  display: inline-block;
  margin: 5px 10px;
}
.searchlist .btn_box {
  width: 100%;
  max-width: 100%;
  background: var(--btn-gradation);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .search_btn_box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .search_btn_box .btn_reset {
    display: grid;
    place-items: center;
    margin-left: 20px;
    height: 55px;
    width: 140px;
    border: 1px dotted var(--color-gray);
    border-radius: 5px;
  }

  .searchlist .searchlist_fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .searchlist .searchlist_fbox_inner {
    width: calc(100% / 2);
  }
  .searchlist .searchlist_fbox_inner:not(:last-of-type) {
    border-right: 1px dotted var(--color-gray);
  }
}

/*- castbox -*/
.cast_box {
  max-width: 700px;
  margin: 0 auto;
}
.cast_box li {
  background: var(--color-white);
  padding: clamp(10px, 2vw, 15px);
  font-size: clamp(12px, 2vw, 14px);
  border-radius: 10px;
  margin-bottom: clamp(15px, 3vw, 25px);
  position: relative;
}
.cast_box li::before,
.cast_box li::after {
  content: "";
  width: 80px;
  height: 82px;
  background: url(../images/cast_box_deco.svg) center / cover no-repeat;
  position: absolute;
  z-index: 1;
}
.cast_box li::before {
  top: -10px;
  right: -10px;
}
.cast_box li::after {
  bottom: -10px;
  left: -10px;
  transform: scale(-1, -1);
}

/* cast_main */
.cast_box .cast_main {
  display: grid;
  grid-template-columns: clamp(80px, 15vw, 100px) 1fr;
  gap: 8px;
  text-align: left;
  position: relative;
}

/* cast_ranking_no */
.cast_box .cast_ranking_no {
  width: clamp(60px, 11vw, 72px);
  aspect-ratio: 10 / 9;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 2 !important;
}
.cast_box .cast_ranking_no span {
  width: 30%;
  text-align: center;
  color: var(--color-white);
  font-size: 1.8em;
  position: absolute;
  top: clamp(4px, 11%, 11px);
  right: 19%;
  transform: rotate(3deg) skewX(-10deg);
  letter-spacing: -2px;
}
.cast_box .cast_ranking_no[class*="ranking_"] {
  background: url(../images/ranking_no.png) center / cover no-repeat;
}
.cast_box .cast_ranking_no.ranking_1 {
  background: url(../images/ranking_no1.png) center / cover no-repeat;
}
.cast_box .cast_ranking_no.ranking_2 {
  background: url(../images/ranking_no2.png) center / cover no-repeat;
}
.cast_box .cast_ranking_no.ranking_3 {
  background: url(../images/ranking_no3.png) center / cover no-repeat;
}

/* cast_new_icon */
.cast_box .cast_new_icon {
  width: clamp(21px, 4vw, 26px);
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2 !important;
}

/* cast_thumb */
.cast_box .cast_thumb {
  position: relative;
  aspect-ratio: 2 / 3;
}
.cast_box .cast_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* cast_info */
.cast_box .cast_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
.cast_box .cast_info .name {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.2;
}
.cast_box .cast_info .personal {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.2;
}
.cast_box .cast_info .personal dt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 1px 5px;
  color: var(--color-pink1);
  background: var(--bg-pink1-new);
  border: solid 1px var(--color-pink2);
  font-size: clamp(10px, 2vw, 12px);
}

.cast_box .cast_info .spot {
  display: flex;
  gap: 8px;
}

.cast_box .cast_info .area {
  display: flex;
  background: url(../images/icon_area.svg) left center / 11px 15px no-repeat;
  padding-left: 10px;
  line-height: 1.2;
}
.cast_box .cast_info .area p {
  color: var(--color-pink1);
  margin-left: 5px;
}

.cast_box .cast_info .lang {
  color: var(--color-pink1);
  background: url(../images/icon_lang.svg) left center / 12px 12px no-repeat;
  padding-left: 15px;
  line-height: 1.2;
}

.cast_box .cast_info .biz {
  color: var(--color-pink1);
  background: url(../images/icon_biz.svg) left center / 11px 13px no-repeat;
  padding-left: 15px;
  line-height: 1.2;
}

.cast_box .cast_info .btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  flex-grow: 1;
}
.cast_box .cast_info .btn a {
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1.2;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.cast_box .cast_info .btn .btn_profile {
  background: var(--color-pink5);
}
.cast_box .cast_info .btn .btn_reserve {
  background: var(--color-red-new);
}
.cast_box .cast_info .btn a::after {
  content: "";
  width: 5px;
  height: 6px;
  background: url(../images/arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: clamp(6px, 2vw, 20px);
  transform: translateY(-50%);
}

/* cast_schedule */
.cast_box .cast_schedule {
  width: 100%;
  table-layout: fixed;
  margin-top: 8px;
}
.cast_box .cast_schedule th,
.cast_box .cast_schedule td {
  border: solid 1px var(--color-pink2);
  padding: 5px 3px;
  line-height: 1.2;
}
.cast_box .cast_schedule th {
  color: var(--color-pink);
  background: var(--color-pink4);
}
.cast_box .cast_schedule td.middle {
  vertical-align: middle;
}

/* cast_servie */
.cast_box .cast_servie {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.cast_box .cast_servie p {
  color: var(--color-pink1);
  border: solid 1px var(--color-pink1);
  border-radius: 20px;
  padding: 3px 10px;
  line-height: 1.2;
}
.cast_box .cast_servie .price,
.cast_box .cast_servie .cupon {
  width: calc(100% / 2 - 3px);
}
.cast_box .cast_servie .option {
  width: 100%;
}

/* cast_cmt */
.cast_box .cast_cmt {
  background: var(--color-pink4);
  border-radius: 5px;
  line-height: 1.4;
  text-align: left;
  padding: 8px;
  margin-top: 8px;
}

/*icon*/
.icon_checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  margin-top: var(--min3-10px);
}
.icon_checkbox p{
  width: 100%;
  height: 24px;
  background-size: 100% 100%;
  display: inline-block;
  letter-spacing: 0em;
  font-size: 9px;
  line-height: 24px;
}
.icon_checkbox p.text_color_{
  background: url(../images/icon_check_bk_pink.jpg) no-repeat;
  color: var(--color-pink1);
  background-size: cover;
}
.icon_checkbox p.text_color_1{
  background: url(../images/icon_check_bk_pink.jpg) no-repeat;
  color: var(--color-pink1);
  background-size: cover;
}
.icon_checkbox p.text_color_2{
  background: url(../images/icon_check_bk_purple.jpg) no-repeat;
  color: #7c00cf;
  background-size: cover;
}
.icon_checkbox p.text_color_3{
  background: url(../images/icon_check_bk_blue.jpg) no-repeat;
  color: #0084d2;
  background-size: cover;
}
.icon_checkbox p.text_color_4{
  background: url(../images/icon_check_bk_orange.jpg) no-repeat;
  color: #fe6d42;
  background-size: cover;
}

.cast_concept_box {
  padding: 2px;
  font-size: 0.8em;
  background: var(--color-pink1);
  color: var(--color-white);
}

[class^="icon_shop"] {
  display: block;
  color: var(--color-white);
  font-size: clamp(10px, 2vw, 12px);
  border-radius: 20px;
  margin-top: 3px;
  padding: 3px;
}

.icon_trip {
  display: block;
  color: var(--color-white);
  font-size: clamp(10px, 2vw, 12px);
  border-radius: 20px;
  margin-top: 3px;
  padding: 3px;
}

.icon_shop1 {
  background: linear-gradient(90deg, rgb(255 183 185) 0%, rgb(250 184 233) 100%);
}

.icon_shop2 {
  background: linear-gradient(90deg, rgb(236 165 101) 0%, rgb(250 214 141) 100%);
}

.icon_shop3 {
  background: linear-gradient(90deg, rgb(121 170 243) 0%, rgb(134 208 241) 100%);
}
/*堺東ルーム*/
.icon_shop4 {
  background: linear-gradient(90deg, #f37d80 0%, #f4b6b6 100%);
}
.icon_shop5 {
  background: linear-gradient(90deg, #c185f5 0%, #d1b2ff 100%);
}
.icon_shop6 {
  background: linear-gradient(90deg, #7de073 0%, #67eb90 100%);
}

.icon_trip {
  background: var(--color-purple-new);
}

/*-- coupon&blog/common --*/
.content_bloginfo {
  width: 100%;
  height: 500px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--color-white);
  border: solid 1px var(--color-pink2);
  border-radius: 10px;
  padding: clamp(15px, 2vw, 20px);
}

.content_bloginfo .title_pointbox {
  text-align: left;
  margin-bottom: var(--min4-10px);
}

.content_bloginfo .title_point::before {
  background: var(--color-yellow1);
}

.content_bloginfo .title_main2 span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.content_bloginfo .blog_box .article_image {
  width: 100px;
  margin-right: 10px;
  flex: none;
}

.content_bloginfo .blog_box .article_image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.content_bloginfo ul li {
  padding-bottom: var(--min3-10px);
}

.content_bloginfo ul li:not(:last-of-type) {
  margin-bottom: var(--min3-10px);
  border-bottom: 1px dashed var(--color-gray);
}

.content_bloginfo .blog_box {
  display: flex;
}

.content_bloginfo .blog_box .article_txt {
  width: 100%;
}

.content_bloginfo .blog_box .article_txt .balloon {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.content_bloginfo .blog_box .article_txt .balloon .time {
  letter-spacing: 0.8px;
}

.content_bloginfo .blog_box .article_txt .comment {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  min-height: 4.5em;
}

.content_bloginfo .blog_box .article_txt .more {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 10px;
  color: var(--color-gray);
  margin-top: 2px;
}

.content_bloginfo .blog_box .article_txt .more::before {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid var(--color-gray);
  margin-right: 10px;
  padding-left: 15px;
}

/*- tab/common -*/
.tab_area {
  margin: 0 auto 15px;
  display: flex;
}
.panel_area{ margin: 0 auto 15px;}
.tab_area label {
  width: calc((100% / 1) - 0%);
  display: inline-block;
  padding: 12px 3px;
  background: var(--bg-pink1-new);
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 8px;
}

.tab_area label:not(:last-of-type) {
  margin-right: 1%;
}

.tab_area label:hover {
  background: var(--bg-pink2-new);
}

.tab_panel {
  display: none;
  padding: min(6%, 40px);
}

#tab1:checked~.tab_area .tab1_label,
#tab2:checked~.tab_area .tab2_label,
#tab3:checked~.tab_area .tab3_label,
#tab4:checked~.tab_area .tab4_label,
#tab5:checked~.tab_area .tab5_label {
  color: var(--color-white);
  background: var(--color-pink1);
}

#tab1:checked~.panel_area #panel1,
#tab2:checked~.panel_area #panel2,
#tab3:checked~.panel_area #panel3,
#tab4:checked~.panel_area #panel4,
#tab5:checked~.panel_area #panel5 {
  display: block;
}

.tab_panel .panel_inner {
  padding: var(--min5-20px);
  background: var(--color-white);
  border: 1px solid var(--color-gray);
}

/*tab*/
.tab_blog,
.tab_blog2,
.tab_recruit,
.tab_info {
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 2vw, 14px);
}
.tab_info {
  margin-bottom: 40px;
}
.tab_blog li,
.tab_blog2 li,
.tab_recruit li,
.tab_info li {
  width: calc(100% / 3);
  min-height: 40px;
  padding: 5px 0;
  color: var(--color-pink1);
  background: var(--color-white);
  border: 1px solid var(--color-pink1);
  border-radius: 5px;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.tab_blog li.active,
.tab_blog2 li.active,
.tab_recruit li.active,
.tab_info li.active {
  color: var(--color-white);
  border: 1px solid var(--color-pink1);
  background: var(--color-pink1);
  cursor: auto;
}
.tab_blog_category .show_area,
.tab_blog2_category .show_area,
.tab_recruit_category .show_area,
.tab_info_category .show_area {
  display: none;
}
.tab_blog_category .show_area.show,
.tab_blog2_category .show_area.show,
.tab_recruit_category .show_area.show,
.tab_info_category .show_area.show {
  display: block;
}

/* swiper slide 上書き*/
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 24px;
  height: 45px;
  background: #c8191d;
  border-radius: 1px;
  opacity: .9;
}

.swiper-pagination {
  position: initial;
  padding-top: 6px;
}

.swiper-pagination-bullet {
  background: #cfcdcd;
  opacity: 1;
  width: 16px;
  height: 16px;
}

/*-------------------**-------------------*
 page/index
*--------------------**-------------------*/
/*-- mainvisual --*/
#mainvisual {
  margin-top: 105px;
}

/*-- area_search --*/
.area_serch_layout {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .area_serch_layout {
    margin: 40px 0;
  }
}
.area_serch_layout ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: clamp(10px, 2vw, 30px);
}
#popup_area_search.area_serch_layout ul {
  grid-template-columns: repeat(2, 1fr);
}
.area_serch_layout li {
  display: block;
  background: var(--color-white) url(../images/area_search_frame.svg) center / calc(100% - 6px) no-repeat;
  font-size: clamp(16px, 4vw, 20px);
  border-radius: 2px;
  line-height: 1.4;
  aspect-ratio: 2 / 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.area_serch_layout li span {
  display: block;
  width: 100%;
  color: var(--color-pink1);
  font-size: 0.8em;
}
.area_serch_layout li.dis {
  color: #aaa;
}
.area_serch_layout li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 450px) {
  #popup_area_search.area_serch_layout ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .area_serch_layout ul,
  #popup_area_search.area_serch_layout ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*-- concept --*/
#concept {
  margin-bottom: 30px;
}
#concept .concept_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
}
#concept img {
  max-width: 450px;
  margin: 0 auto;
}
#concept .txt {
  position: relative;
  max-width: 510px;
  margin: 0 auto;
  padding: clamp(50px, 11vw, 70px) 0;
}
#concept .txt::before,
#concept .txt::after {
  content: "";
  width: clamp(160px, 40vw, 260px);
  height: auto;
  aspect-ratio: 240 / 42;
  background: url(../images/concept_deco.svg) center / cover no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#concept .txt::before {
  top: 0;
}
#concept .txt::after {
  bottom: 0;
  transform: translateX(-50%) scale(1, -1);
}
#concept .txt h2 {
  color: var(--color-pink1);
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.2;
  margin-bottom: 20px;
}
#concept .txt h2 p {
  font-size: 0.55em;
  margin-top: 10px;
  text-align: center;
}
#concept .txt h2 p span {
  display: inline-block;
  margin: 0 10px 0 18px;
  position: relative;
}
#concept .txt h2 p span::before {
  content: "";
  width: clamp(15px, 4vw, 17px);
  height: clamp(16px, 4vw, 18px);
  background: url(../images/concept_sub_deco_1.svg) center / cover no-repeat;
  position: absolute;
  top: -6px;
  left: -15px;
}
#concept .txt h2 p span::after {
  content: "";
  width: clamp(6px, 2vw, 8px);
  height: clamp(6px, 2vw, 8px);
  background: url(../images/concept_sub_deco_2.svg) center / cover no-repeat;
  position: absolute;
  top: 0;
  right: -8px;
}
#concept .txt p {
  text-align: left;
}
@media screen and (min-width: 520px) {
  #concept .txt p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #concept {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  #concept .concept_box {
    grid-template-columns: calc(55% - 2vw) 45%;
    gap: 2vw;
    align-items: center;
  }
  #concept img {
    max-width: 560px;
  }
}

/*-- ranking --*/
#ranking {
  background: var(--color-white);
  padding: 40px 20px;
  position: relative;
}
#ranking * {
  z-index: 1;
}
#ranking::after {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 0 auto;
  background: var(--bg-pink1-new) url(../images/bg_2.png) center top / 410px repeat;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #ranking::after {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    background-size: 500px;
    top: 40px;
  }
}

#ranking .ranking_title {
  margin-bottom: clamp(20px, 4vw, 30px);
  position: relative;
}
#ranking .ranking_title img {
  width: 150px;
}
#ranking .ranking_title p {
  display: inline-block;
  color: var(--color-pink1);
  background: var(--color-white);
  border-radius: 30px;
  padding: 2px 20px;
  margin-top: 10px;
}
#ranking .cast_box li {
  margin-top: 40px;
}
#ranking .ranking_bottom .cast_box li {
  margin-top: 0;
}
#ranking .ranking_bottom {
  padding: 0 0 30px;
}
#ranking .btn_box {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #ranking {
    padding: 80px 0;
  }
  #ranking .ranking_bottom {
    padding: 20px 0;
  }
}
/* splide */
#ranking .ranking_bottom.splide {
  pointer-events: none !important;
}
#ranking .ranking_bottom.splide a {
  pointer-events: auto !important;
}
#ranking .ranking_bottom .splide__list {
  margin: 0 auto !important;
  padding: 30px 20px 0 !important;
  max-width: 780px;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_bottom .splide__list {
    padding-top: 10px !important;
    padding: 30px 40px 0 !important;
  }
}

/*-- newface / today --*/
.therapist_layout {
  background: var(--bg-pink1-new) url(../images/bg_3.png) center 10px / 410px repeat;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.therapist_layout * {
  z-index: 1;
}
.therapist_layout::after {
  content: "";
  max-width: 700px;
  width: calc(100% - 40px);
  height: calc(100% + 60px);
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 300px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .therapist_layout {
    background-position: center 20px;
    background-size: 500px;
    padding: 40px 0;
  }
}
/* splide */
.therapist_layout .splide {
  padding: 0 0 30px;
  pointer-events: none !important;
}
.therapist_layout .splide a {
  pointer-events: auto !important;
}
.therapist_layout .splide__list {
  width: calc(100% - 40px);
  margin: 0 auto !important;
  padding: 20px 0 0 !important;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .therapist_layout .splide__list {
    padding-top: 10px !important;
  }
}

#today .btn_box {
  margin-top: 20px;
}

/*-- blog / about --*/
.blog_layout {
  margin: 30px 0;
}
.blog_layout .blog_box {
  background: var(--color-white);
  border: solid 1px var(--color-pink2);
  border-radius: 10px;
  padding: clamp(15px, 2vw, 20px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog_layout .blog_box a {
  color: var(--color-black);
}
.blog_layout .blog_box .blog_title {
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.2;
  background: url(../images/listmark_circle.svg) left 8px / 6px no-repeat;
  padding-left: 15px;
  margin-bottom: 12px;
  text-align: left;
}
.blog_layout .blog_main {
  display: grid;
  grid-template-columns: clamp(80px, 15vw, 120px) 1fr;
  gap: clamp(10px, 2vw, 20px);
  font-size: clamp(12px, 2vw, 14px);
  text-align: left;
  position: relative;
}
.blog_layout .blog_thumb {
  position: relative;
  aspect-ratio: 1 / 1;
}
.blog_layout .blog_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog_layout .blog_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(5px, 2vw, 10px);
  line-height: 1.4;
}
.blog_layout .blog_info .name span {
  display: inline-block;
  color: var(--color-pink1);
  border-right: solid 1px var(--color-pink2);
  padding-right: 8px;
  margin-right: 8px;
}
.blog_layout .blog_info .btn {
  width: 36px;
  color: var(--color-pink1);
  font-size: 10px;
  background: radial-gradient(circle, var(--color-pink1) 1px, transparent 1px) left -2px bottom / 6px 2px repeat-x;
  padding-bottom: 3px;
  margin-left: auto;
  position: relative;
}
.blog_layout .blog_info .btn::after {
  content: "";
  width: 5px;
  height: 6px;
  background: url(../images/arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-70%);
  filter: invert(65%) sepia(97%) saturate(7389%) hue-rotate(314deg) brightness(92%) contrast(89%);
}
.blog_layout .btn_box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .blog_layout {
    margin: 40px 0;
  }
  .blog_layout .blog_box {
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 30px;
  }
  .blog_layout .blog_box li {
    width: calc(50% - 15px);
  }
}

/*-- review --*/
#review {
  margin: 30px 0;
}
#review .review_main {
  display: grid;
  grid-template-columns: clamp(80px, 15vw, 120px) 1fr;
  gap: clamp(10px, 2vw, 20px);
  position: relative;
}
#review .review_thumb {
  position: relative;
  aspect-ratio: 100 / 130;
}
#review .review_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#review .review_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(5px, 2vw, 10px);
  line-height: 1.4;
}
#review .review_info .name {
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.2;
}
#review .review_info .personal {
  display: flex;
  gap: 6px;
  align-items: center;
}
#review .review_info .personal dl {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
#review .review_info .personal dt,
#review .review_info .personal .area {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  height: 18px;
}
#review .review_info .personal dt {
  color: var(--color-pink1);
  background: var(--bg-pink1-new);
  border: solid 1px var(--color-pink2);
  font-size: clamp(10px, 2vw, 12px);
  width: 32px;
}
#review .review_info .personal .area {
  color: var(--color-white);
  background: var(--color-pink1);
  padding: 0 8px 1px;
}
#review .review_info .star {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  flex-grow: 1;
}
#review .review_info .star dl {
  display: grid;
  grid-template-columns: clamp(70px, 15vw, 85px) 1fr;
  color: var(--color-pink1);
  background: var(--color-pink4);
  font-size: clamp(10px, 2vw, 12px);
  border-radius: 20px;
  padding: clamp(2px, 1vw, 6px) 20px;
}
#review .review_info .star dt {
  border-right: solid 1px var(--color-pink1);
  margin-right: 10px;
}
#review .cmt_customer,
#review .cmt_therapist {
  padding: 12px clamp(15px, 2vw, 20px);
  border-radius: 10px;
  margin-top: 10px;
  line-height: 1.4;
  position: relative;
}
#review .cmt_customer {
  background: #E6FAFF;
  margin-right: 10px;
  margin-left: 30px;
}
#review .cmt_therapist {
  background: var(--color-pink4);
  margin-left: 10px;
  margin-right: 30px;
}
#review .cmt_customer .cmt_title,
#review .cmt_therapist .cmt_title {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#review .cmt_customer .cmt_title {
  border-bottom: solid 1px #B0DCFE;
}
#review .cmt_customer .cmt_title span {
  color: #2988E0;
  margin-left: 10px;
}
#review .cmt_therapist .cmt_title {
  color: var(--color-pink1);
  border-bottom: solid 1px var(--color-pink2);
}
#review .cmt_customer::after,
#review .cmt_therapist::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 16px;
}
#review .cmt_customer::after {
  border-left: 10px solid #E6FAFF;
  border-right: 0;
  right: -10px;
}
#review .cmt_therapist::after {
  border-right: 10px solid var(--color-pink4);
  border-left: 0;
  left: -10px;
}
#review .btn_box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #review {
    margin: 40px 0;
  }
}

.review_box {
  background: var(--color-white);
  border: solid 1px var(--color-pink2);
  border-radius: 10px;
  padding: clamp(15px, 2vw, 20px);
  font-size: clamp(12px, 2vw, 14px);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.review_box a {
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .review_box {
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 30px;
  }
  .review_box li {
    width: calc(50% - 15px);
  }
}

/*-- event --*/
#event {
  background: var(--color-white);
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  #event {
    padding: 40px 0 0;
  }
}
/* splide */
#event .splide {
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  #event .splide {
    padding: 0 0 40px;
  }
}

/*-- flow / bnr --*/
.bnr_layout {
  background: var(--color-white);
  padding: 30px 0;
}
#flow.bnr_layout .flow_box {
  background: var(--bg-pink1-new);
  padding: 30px 20px 20px;
  border-radius: 20px;
}
.bnr_layout .bnr_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 2vw, 30px);
}
@media screen and (min-width: 768px) {
  .bnr_layout {
    padding: 40px 0;
  }
 #flow.bnr_layout .flow_box {
    padding: 30px;
  }
  .bnr_layout .bnr_box li {
    width: calc(100% / 2 - clamp(10px, 1vw, 30px));
  }
}

/* link */
.top_link {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .top_link {
    margin: 40px 0;
  }
}

/*-------------------*
othertop/common
*-------------------*/
#contents_hospitality,
#contents_siteservice,
#contents_inbound,
#contents_schedule,
#contents_info,
#contents_blog,
#contents_blog_detail,
#contents_impressions,
#contents_faq,
#contents_about,
#contents_recruit,
#contents_contact,
#contents_profile,
#prof_schedule,
#prof_imp_form,
#contents_reserve,
#reserve,
#contents_err {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  #contents_hospitality,
  #contents_siteservice,
  #contents_inbound,
  #contents_schedule,
  #contents_info,
  #contents_blog,
  #contents_blog_detail,
  #contents_impressions,
  #contents_faq,
  #contents_about,
  #contents_recruit,
  #contents_contact,
  #contents_profile,
  #prof_schedule,
  #prof_imp_form,
  #contents_reserve
  #reserve,
  #contents_err {
    margin: 40px 0;
  }
}

/*-------* ranking2.php *-------*/
#contents_ranking .ranking_search,
#contents_ranking .msg {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  #contents_ranking .ranking_search,
  #contents_ranking .msg {
    margin: 40px 0;
  }
}

/* msg */
.msg_layout .msg_box {
  background: var(--color-white);
  padding: clamp(10px, 2vw, 15px);
  border-radius: 10px;
  box-shadow: 6px 6px 0 var(--color-pink3);
  text-align: left;
  position: relative;
}
.msg_layout .msg_box:not(:last-child) {
  margin-bottom: 30px;
}
.msg_layout .msg_box .box_title {
  color: var(--color-pink1);
  background: var(--bg-pink1-new) url(../images/bg_4.png) center / cover no-repeat;
  font-size: clamp(20px, 4vw, 24px);
  line-height: 1.4;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.msg_layout .msg_box .box_title + p {
  padding: 0 clamp(10px, 2vw, 15px);
  margin-bottom: 10px;
}
.msg_layout .msg_box .box_title p:first-child {
  margin-bottom: 8px;
}
.msg_layout .msg_box .box_title p:first-child span {
  font-size: 2em;
  line-height: 1;
}
.msg_layout .msg_box .box_title p:last-child span {
  display: block;
  font-family: "Damion", cursive;
  font-size: 0.6em;
}
.msg_layout .msg_box .txt_box {
  padding: clamp(10px, 2vw, 15px);
}
.msg_layout .msg_box .txt_box .box_sub_title {
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.2;
  background: url(../images/listmark_circle.svg) left 8px / 6px no-repeat;
  padding-left: 15px;
  margin-bottom: 12px;
}

/*-------* faq.php *-------*/
#contents_faq .msg_layout .msg_box .box_title {
  display: grid;
  grid-template-columns: clamp(45px, 6vw, 60px) 1fr;
  gap: clamp(10px, 2vw, 20px);
  padding: 10px clamp(10px, 2vw, 20px);
  font-size: clamp(16px, 4vw, 24px);
}
#contents_faq .msg_layout .msg_box .box_title p:first-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  
}

/*-------* therapist.php/schedule.php *-------*/
#contents_schedule .schedule_search {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto 60px;
}

/*- dayselect -*/
#contents_schedule .schedule_nav {
  margin: 0 auto 30px;
  padding: 0 20px;
}
#contents_schedule .schedule_nav_select {
  max-width: 900px;
  margin: 0px auto 30px;
  padding: 0 20px;
}
#contents_schedule select {
  text-align: center;
  color: var(--color-white);
  height: 55px;
  border: none;
  border-radius: 5px;
  padding: 3px 30px 3px 20px;
  background: var(--btn-gradation);
  cursor: pointer;
}
#contents_schedule .schedule_nav_select form {
  width: 100%;
  max-width: 500px;
}

/*-------**-------* profile.php  *-------**-------*/
#contents_profile .profile_box_left {
  margin-bottom: 30px;
}
#contents_profile .profile_box_left .img_box {
  max-width: 320px;
  margin: 10px auto 0;
  aspect-ratio: 2 / 3;
  background: var(--color-white);
  padding: clamp(10px, 2vw, 15px);
  font-size: clamp(12px, 2vw, 14px);
  border-radius: 10px;
  margin-bottom: clamp(15px, 3vw, 25px);
  position: relative;
}
#contents_profile .profile_box_left .img_box::before,
#contents_profile .profile_box_left .img_box::after {
  content: "";
  width: 80px;
  height: 82px;
  background: url(../images/cast_box_deco.svg) center / cover no-repeat;
  position: absolute;
  z-index: 1;
}
#contents_profile .profile_box_left .img_box::before {
  top: -10px;
  right: -10px;
}
#contents_profile .profile_box_left .img_box::after {
  bottom: -10px;
  left: -10px;
  transform: scale(-1, -1);
}

#contents_profile .profile_box_left .img_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#contents_profile .thumb_box {
  display: flex;
  justify-content: center;
  max-width: 200px;
  margin: 30px auto 0;
}
#contents_profile .profile_box_left .thumb_box img {
  width: 60px;
  height: 90px;
  object-fit: cover;
  aspect-ratio: 2 / 3;
  border-radius: 10px;
}
#contents_profile .thumb_box a:not(:last-of-type) {
  padding-right: 4px;
}

#contents_profile .icon_checkbox {
  max-width: 200px;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
}

#contents_profile .icon_checkbox .icon_check {
  padding: 2px;
  max-width: 100px;
}

#contents_profile .profile_box_right {
  background: var(--color-white);
  border: solid 1px var(--color-pink2);
  border-radius: 10px;
  padding: clamp(15px, 2vw, 20px);
  position: relative;
}
#contents_profile .profile_box_right .prof_staffinfo {
  background: radial-gradient(circle, var(--color-pink1) 1px, transparent 1px) left -2px bottom / 6px 2px repeat-x;
}
#contents_profile .profile_box_right .cast_new_icon {
  width: 30px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2 !important;
}
#contents_profile .profile_box_right .name {
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.2;
  margin: 10px 0 20px;
}

#contents_profile .profile_box_right .personal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#contents_profile .profile_box_right .personal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
#contents_profile .profile_box_right .personal dt {
  color: var(--color-pink1);
  background: var(--bg-pink1-new);
  border: solid 1px var(--color-pink2);
  border-radius: 15px;
  font-size: clamp(10px, 2vw, 12px);
  padding: 4px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents_profile .profile_box_right .area {
  display: inline-block;
  background: url(../images/icon_area.svg) left center / 11px 15px no-repeat;
  padding-left: 12px;
  margin-bottom: 20px;
  line-height: 1.2;
}
#contents_profile .profile_box_right .area p {
  display: inline-block;
  color: var(--color-pink1);
  margin-left: 5px;
}

#contents_profile .profile_box_right .prof_box {
  background: var(--color-pink4);
  border-radius: 10px;
  padding: clamp(15px, 2vw, 20px);
}
#contents_profile .profile_box_right .prof_box .menu_name {
  color: var(--color-pink1);
  margin-bottom: 10px;
  border-bottom: none;
  padding: 0;
}
#contents_profile .profile_box_right .prof_box .menu_name + div {
  background: var(--color-white);
  border-radius: 10px;
  padding: clamp(15px, 2vw, 20px);
}
#contents_profile .profile_box_right .prof_box .prof_cmt {
  text-align: left;
}

#contents_profile .profile_box_right #prof_message,
#contents_profile .profile_box_right #prof_menu {
  margin-top: clamp(20px, 4vw, 30px);
}
#contents_profile .profile_box_right #prof_message .title,
#contents_profile .profile_box_right #prof_menu .title {
  margin-bottom: clamp(10px, 2vw, 20px);
}

#contents_profile .profile_box_right .table_01 {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--color-pink2);
}
#contents_profile .profile_box_right .table_01 th {
  width: 42%;
  font-size: 0.9em;
  color: var(--color-pink1);
  background: var(--color-pink4);
  border-bottom: 1px solid var(--color-pink2);
  flex-grow: 1;
  padding: min(2%, 10px) 0.6em;
}
#contents_profile .profile_box_right .table_01 td {
  flex-basis: 50%;
  font-size: 0.9em;
  border-bottom: 1px solid var(--color-pink2);
  background: var(--color-white);
  flex-grow: 1.5;
  line-height: 1.4em;
  vertical-align: middle;
  padding: min(2%, 10px) 0.6em;
}
#contents_profile .profile_box_right .table_01 tr:last-child th{
  border-bottom: none;
}

#contents_profile .profile_box_right #prof_menu .table_system {
  max-width: 100%;
}
#contents_profile .profile_box_right #prof_menu .prof_box:not(:first-child) {
  margin-top: 20px;
}



#contents_profile #prof_message .ac_title .title_box1 {
  margin-bottom: 0;
}

#contents_profile #prof_message .btn_click {
  margin: 5px 0;
  max-width: 520px;
}

#contents_profile section:not(#prof_imparea) .ac_title.title_box1 {
  margin-bottom: 0;
}

#contents_profile section:not(#prof_imparea) .ac_box {
  margin-top: min(10%, 30px);
}

#contents_profile section:not(#prof_imparea)#prof_message .ac_box {
  margin-top: var(--min3-10px);
}


#contents_profile .btn_click {
  position: relative;
  display: block;
  padding: 4px 20px;
  margin: 5px 5px 0;
  color: var(--color-pink1);
  max-width: 260px;
  width: 100%;
  text-align: center;
  border: 1px dotted var(--color-pink1);
  background: var(--color-white);
  cursor: pointer;
  margin: 0 auto 30px;
}

#contents_profile .btn_click::after {
  z-index: 1;
  content: "";
  width: 5px;
  height: 6px;
  background: url(../images/arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  filter: invert(25%) sepia(66%) saturate(5062%) hue-rotate(315deg) brightness(94%) contrast(85%);
}

#contents_profile .open.btn_click::after {
  transform: translateY(-50%) rotate(90deg);
}

#contents_profile .table_system dl {
  padding: min(2%, 10px);
}

#contents_profile .profile_box_left .catch_copy {
  color: var(--color-pink1);
  background: var(--color-white);
  font-size: clamp(10px, 2vw, 12px);
  border-radius: 20px;
  padding: clamp(2px, 1vw, 6px) 0;
  max-width: 320px;
  margin: 20px auto 0;
}
#contents_profile .profile_box_left .catch_copy_box {
  overflow:hidden;
}
#contents_profile .profile_box_left .catch_copy_txt{
  display : inline-block;
  white-space : nowrap;
  animation : text_scroll 12s linear infinite;
  padding-left:100%;
}
@keyframes text_scroll{
 0% { transform: translateX(0)}
 100% { transform: translateX(-100%)}
}

/*- prof tokuten -*/
.prof_tokutenbox {
  width: 90%;
  margin: var(--min3-10px) auto var(--min5-20px);
  color: var(--color-gray);
  font-size: 1.1em;
  background: var(--color-gray);
  border-radius: 40px;
}

/*- prof schedule -*/
#prof_schedule.section_pad60 {
  padding: min(10%, 60px) 0 min(10%, 30px)
}

#prof_schedule .profile_sch_box {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid var(--color-pink2);
}

#prof_schedule .profile_sch_box .profile_sch_variable {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

#prof_schedule .profile_sch_box .profile_sch_variable .profile_sch_date,
#prof_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
  padding: min(2%, 10px) 0.6em;
}

#prof_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
  font-size: 0.9em;
  color: var(--color-pink1);
  background: var(--color-pink4);
  border-bottom: 1px solid var(--color-pink2);
  flex-grow: 1;
}

#prof_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
  flex-basis: 50%;
  border-bottom: 1px solid var(--color-pink2);
  background: var(--color-white);
  flex-grow: 1.5;
  line-height: 1.4em;
}
/*スケジュールスライダー*/
#prof_schedule .profile_slick {
  position: relative;
  padding: 48px 0 0 0;
}
#prof_schedule .profile_slick .profile_nav_prev {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 14px 5px 24px;
  color: #fff;
  background: var(--color-pink1);
  border: 1px solid var(--color-pink1);
  border-radius: 5px;
  cursor: pointer;
  transition: opacity .5s;
}
#prof_schedule .profile_slick .profile_nav_next {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 24px 5px 14px;
  color: #fff;
  background: var(--color-pink1);
  border: 1px solid var(--color-pink1);
  border-radius: 5px;
  cursor: pointer;
  transition: opacity .5s;
}
#prof_schedule .profile_slick .profile_nav_prev::before,
#prof_schedule .profile_slick .profile_nav_next::before  {
  z-index: 1;
  content: "";
  width: 5px;
  height: 6px;
  background: url(../images/arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
}
#prof_schedule .profile_slick .profile_nav_prev::before {
  left: 10px;
  transform: translateY(-50%) scale(-1, 1);
}
#prof_schedule .profile_slick .profile_nav_next::before {
  right: 10px;
  transform: translateY(-50%);
}
#prof_schedule .profile_slick .profile_nav_next:hover,
#prof_schedule .profile_slick .profile_nav_prev:hover{
  opacity: 0.5;
}
#prof_schedule .profile_slick .profile_nav_prev.slick-disabled,
#prof_schedule .profile_slick .profile_nav_next.slick-disabled {
  opacity: 0;
}
#prof_schedule .profile_slick .profile_sch {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
#prof_schedule .profile_slick .profile_sch .profile_sch_day {
  width: calc(100% / 7);
  color: #3c3c3c;
  background-color: rgba(255,255,255,.5);
}
#prof_schedule .profile_slick .profile_sch .profile_sch_day .days {
  background-color: rgba(255,255,255,1);
  padding: 35px 15px;
}

#prof_schedule .profile_slick .profile_sch .profile_sch_day .time {
  padding: 35px 15px;
  font-size: 14px;
  color: #fff;
}

/*- prof sns -*/
#contents_profile .prof_snsbnr .snsbnrbox {
  align-content: flex-start;
  justify-content: center;
  margin-bottom: min(6%, 60px);
}

#contents_profile .prof_snsbnr .snsbnrbox>p {
  width: 49%;
  max-width: 200px;
  margin: 0 auto var(--min3-10px);
}

/*- prof blog -*/
#contents_profile #prof_blog .blog_layout {
  padding: 0;
  margin: 0;
}

/*- prof_imp_revew -*/
#contents_profile #review {
  padding: 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #contents_profile #review {
    margin-top: 40px;
  }
}

/*- prof imp_form -*/
#prof_imp_form {
  padding: 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #prof_imp_form {
    margin-top: 40px;
  }
}

#prof_imp_form .imp_form_outer {
  background: var(--color-white);
  border: 1px solid var(--color-pink2);
  border-radius: 10px;
}
#prof_imp_form .imp_form {
  overflow-y: scroll;
  height: 500px;
  margin: 10px;
}
iframe#impframe {
  width: 100%;
}
#contents_imp {
  background: var(--color-white);
}

/*-------**-------* system.php *-------**-------*/
#contents_system .section_pad80 {
  padding-bottom: 0;
}

#contents_system .mt_section60 {
  margin-top: min(10%, 60px);
}

#contents_system .mt_section40 {
  margin-top: min(8%, 40px);
}

#contents_system .mt_section20 {
  margin-top: min(4%, 20px);
}

#contents_system input {
  display: none;
}

#contents_system .title_box1 {
  text-align: center;
}

#contents_system .title_main2 {
  color: var(--color-pink1);
  margin-bottom: var(--min5-20px);
}

#contents_system .note_list {
  font-size: 0.9em;
  text-align: left;
  background: var(--color-pink4);
  padding: var(--min3-10px);
  margin: 5px auto 10px;
}

#contents_system .note_list li {
  position: relative;
  padding-left: 28px;
}

#contents_system .note_list li:not(:last-of-type) {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px dashed var(--color-gray);
}

#contents_system .note_list li::before {
  position: absolute;
  top: 0.4ex;
  left: 5px;
  content: "";
  background: url(../images/icon_point_check.png);
  background-size: 16px;
  width: 16px;
  height: 16px;
}

#contents_system .system_btnbox .btn1 {
  margin: 10px auto 0;
}

#system_note .note_ac_title .title_main2 {
  margin-bottom: 0px
}

#system_note .note_ac_title {
  position: relative;
  padding-bottom: 30px;
}

#system_note .note_ac_title::after {
  position: absolute;
  content: " ▼ 注意事項表示";
  bottom: 0px;
  left: 0;
  right: 0;
  font-size: 12px;
  color: var(--color-gray);
  text-align: center;
  margin: auto;
  border: dotted 1px var(--color-gray);
  max-width: 300px;
}

#system_note .note_ac_title.open::after {
  content: " ▲ 注意事項を閉じる";
}

#system_note .title_point3 span {
  text-align: center;
}

#system_note .system_note_title {
  text-align: center;
  color: var(--color-gold1);
  font-weight: bold;
  margin-bottom: var(--min3-10px);
}

#system_note .system_note_logo {
  max-width: 200px;
}

#contents_system .img_system_map {
  max-width: 560px;
  margin: 20px auto;
}

#contents_system .img_system_map img {
  width: 100%;
}

/*-------**-------* access.php *-------**-------*/
#contents_access .access_toptxt .deco_box1_plant {
  text-align: left;
  display: grid;
  place-items: center;
  padding: 28px;
}

#contents_access .access_list .a_shop_name {
  color: var(--color-pink1);
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  background: var(--color-white);
  padding: var(--min4-10px);
  border-top: 2px dotted var(--color-pink1);
  border-bottom: 2px dotted var(--color-pink1);
}

#contents_access .access_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contents_access .access_list li {
  width: 100%;
  max-width: 480px;
  padding: var(--min4-20px);
  background: var(--color-pink4);
}

#contents_access .access_list li:not(:last-of-type) {
  margin-bottom: min(10%, 30px);
}

#contents_access .access_list li.a_deli {
  background: #effffb;
}

#contents_access .access_list dl {
  padding: var(--min3-10px) 5px;
  border-bottom: 2px dotted #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contents_access .access_list dl dt {
  text-align: right;
  font-weight: bold;
  width: 32%;
  padding-right: 3%;
}

#contents_access .access_list dl dd {
  text-align: left;
  width: 68%;
  word-break: keep-all;
}

#contents_access .access_list li .a_map {
  padding: var(--min4-15px) 0 var(--min3-10px);
  border-bottom: 2px dotted #ddd;
}

#contents_access .access_list li .a_map iframe {
  filter: hue-rotate(343deg) brightness(105%);
}

/*-------**-------* info.php *-------**-------*/
#contents_info .info_box {
  background: var(--color-white);
  padding: clamp(20px, 2vw, 30px);
  border-radius: 10px;
  box-shadow: 6px 6px 0 var(--color-pink3);
  position: relative;
}
#contents_info .info_box h4 {
  color: var(--color-pink1);
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.2;
  margin: 30px 0 20px;
  text-align: left;
  display: flex;
  align-items: center;
}
#contents_info .info_box h4 span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 2em;
}
#contents_info .info_box h4 span::before {
  content: "";
  background: url(../images/guidance_deco.svg) center / cover no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 0;
  right: -15px;
}
#contents_info .info_box p {
  text-align: left;
}
#contents_info .info_box .info_other {
  color: var(--color-pink1);
  font-size: clamp(16px, 4vw, 18px);
  margin-top: 30px;
}

/*-------**-------* blog.php *-------**-------*/
#contents_blog .blog_category p,
#contents_impressions .blog_category p {
  display: inline-block;
  background: var(--color-white);
  padding: 3px 20px;
  border-radius: 30px;
}
#contents_blog_box,
#contents_impressions #review {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #contents_blog_box,
  #contents_impressions #review {
    margin-top: 60px;
  }
}

#contents_blog_detail article {
  background: var(--color-white);
  border: solid 1px var(--color-pink2);
  border-radius: 10px;
  padding: clamp(15px, 2vw, 20px);
}
#contents_blog_detail article h3 {
  font-size: clamp(20px, 4vw, 24px);
  line-height: 1.4;
  background: url(../images/listmark_circle.svg) left 15px / 6px no-repeat;
  padding-left: 15px;
  margin-bottom: 12px;
  text-align: left;
  color: var(--color-pink1);
}
#contents_blog_detail article .name {
  line-height: 1.2;
  margin-bottom: 30px;
}
#contents_blog_detail article .name span {
  display: inline-block;
  color: var(--color-pink1);
  border-right: solid 1px var(--color-pink2);
  padding-right: 8px;
  margin-right: 8px;
}
#contents_blog_detail .btn_box {
  margin-top: 30px;
}

#contents_impressions .bnr_box {
  margin-bottom: 30px;
}
#contents_impressions .review_box {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  #contents_impressions .bnr_box {
    margin-bottom: 50px;
  }
}

#contents_blog .blog_categoryouter_list,
#contents_impressions .blog_categoryouter_list {
  max-width: 500px;
  margin: 0 auto;
}

#contents_blog .blog_categoryouter_list>li,
#contents_impressions .blog_categoryouter_list>li {
  margin-bottom: var(--min5-20px);
}

#contents_blog .blog_category_list,
#contents_impressions .blog_category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: var(--min3-10px);
}

#contents_blog .blog_category_list li,
#contents_impressions .blog_category_list li {
  font-size: 0.9em;
  text-align: left;
  width: calc((100% / 2) - 10px);
  border-bottom: 1px dashed var(--color-pink2);
  margin: 0 5px var(--min3-10px);
  padding: var(--min3-10px) 2px;
}

#contents_blog .blog_category_list li:hover,
#contents_impressions .blog_category_list li:hover {
  background: var(--color-pink4);
}

#contents_blog .content_bloginfo,
#contents_impressions .voice_list {
  margin-top: 20px;
}

#contents_blog_box .title_main2,
#impressions_review .title_main2 {
  color: var(--color-gray);
}

#contents_blog_box .content_bloginfo .title_main2 {
  color: var(--color-pink1);
}

#contents_blog_box .content_bloginfo ul li:hover {
  background: var(--color-gray);
}

#contents_blog_box .btnbox_list .btn2,
#contents_impressions #review .btnbox_list .btn2,
#contents_profile #prof_blog .btnbox_list .btn2 {
  width: 120px;
}

/*-------**-------* blog_details.php *-------**-------*/

#contents_blog_detail .title_long1 {
  letter-spacing: unset;
  font-size: min(6vw, 32px);
}

#contents_blog_detail article .article_txt {
  text-align: left;
}

#contents_blog_detail article .title_main2 {
  color: var(--color-pink1);
  margin: var(--min4-15px) 0;
}

#contents_blog_detail article .writer {
  margin-bottom: var(--min4-15px);
}

#contents_blog_detail article .writer time {
  margin-right: 10px;
}

#contents_blog_detail .btn_flower:last-of-type{
  margin: 40px auto 0
}

#contents_blog_detail .section_pad80{
  padding: min(16%, 80px) 0;
}

/*見出し装飾*/
#contents_blog_detail article .article_txt h2 {
  font-size: clamp(20px, 2.8vw, 24px);
  margin: 20px 0 8px;
  padding: 0 8px 0 12px;
  background: var(--color-pink1);
  color: #fff;
}
#contents_blog_detail article .article_txt h3 {
  font-size: clamp(18px, 2.6vw, 20px);
  margin: 10px 0 8px;
  padding: 4px 8px 2px 12px;
  background: var(--bg-pink1-new);
  border-left: 4px solid var(--color-pink1);
  color: var(--color-pink1);
}
#contents_blog_detail article .article_txt h4 {
  position: relative;
  margin-bottom: 8px;
  font-size: clamp(18px, 2.2vw, 20px);
  padding: 0 8px 2px;
  border-bottom: 2px solid #ddd;
  color: var(--color-pink1);
}
#contents_blog_detail article .article_txt h4:before{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 8rem;
  max-width: 30%;
  height: 2px;
  background: var(--color-pink1);
}
#contents_blog_detail article .article_txt h5 {
  font-size: 16px;
  margin-bottom: 8px;
  padding: 4px 8px 2px 8px;
  border-top: 1px solid var(--color-pink1);
  border-bottom: 1px solid var(--color-pink1);
  color: var(--color-pink1);
}
#contents_blog_detail article .article_txt h6 {
  position: relative;
  font-size: 16px;
  padding-left: 1.2em;
  color: var(--color-pink1);
}
#contents_blog_detail article .article_txt h6:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -55%;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #ffcce3;
  border-bottom: 0;
  border-left: 0;
  rotate: 45deg;
}

/*-------**-------* impressions_list.php *-------**-------*/
#impressions_review .voice_list {
  border: 1px solid var(--color-pink1);
  background: var(--color-white);
}

#impressions_review .voice_list li .star_box {
  border-top: 1px dotted var(--color-gray);
}

#impressions_review .voice_list li .custumer_box .cm_voice_box {
  padding: 10px 5px 5px 20px;
}

#impressions_review .voice_list li:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid;
  border-image: var(--bg-gradation6) 1;
}
#contents_impressions .ac_box {
  display: block;
}
#impressions_txt .impressions_title {
  color: var(--color-pink1);
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  background: var(--color-white);
  padding: var(--min4-10px);
  border-top: 2px dotted var(--color-pink1);
  border-bottom: 2px dotted var(--color-pink1);
  margin-bottom:var(--min5-20px);
}
#impressions_txt .impressions_txt_box {
  margin-bottom: min(10%, 40px);
}

/*-------**-------* hospitality.php / on-siteservice.php *-------**-------*/
#contents_siteservice .therapist_list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #contents_siteservice .therapist_list {
    margin-top: 60px;
  }
}

.guidance_layout {
  display: grid;
  gap: clamp(30px, 3vw, 50px);
}
.guidance_box {
  background: var(--color-white);
  padding: clamp(20px, 2vw, 30px);
  border-radius: 10px;
  box-shadow: 6px 6px 0 var(--color-pink3);
  position: relative;
}
.guidance_box .no {
  width: max(70px, 14vw);
  position: absolute;
  top: -10px;
  left: -10px;
}
.guidance_box h3 {
  display: inline-block;
  color: var(--color-pink1);
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.2;
  margin: 20px 0;
  position: relative;
}
.guidance_box h3::before,
.guidance_box h3::after {
  content: "";
  background: url(../images/guidance_deco.svg) center / cover no-repeat;
  position: absolute;
}
.guidance_box h3::before {
  width: 9px;
  height: 8px;
  top: 0;
  right: -15px;
}
.guidance_box h3::after {
  width: 8px;
  height: 7px;
  top: 4px;
  left: -15px;
  transform: scale(-1, 1);
}
.guidance_box p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .guidance_layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .guidance_box .no {
    width: clamp(70px, 8vw, 90px);
  }
}

/*-- mainvisual --*/
#mainvisual_hos_box {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  overflow: hidden;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  background-image: url(../images/mainvisual_hos_sp.jpg);
  background-size: cover;
  background-position: 100% 0%;
}
#mainvisual_onsite_box {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  overflow: hidden;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  background-image: url(../images/mainvisual_onsite_sp.jpg);
  background-size: cover;
  background-position: 100% 0%;
}
#mainvisual_hos_box .title,
#mainvisual_onsite_box .title {
  max-width: 840px;
  position: absolute;
}
#contents_onsiteservice {
  background: #fff;
}
#hospitality,
#onsiteservice {
  text-align: center;
  padding: 80px 0;
}
#onsiteservice + #contents_description {
  padding: 30px 0 0;
}
#onsiteservice:has(+ #contents_description) {
  padding: 30px 0 0;
}

#hospitality .inner,
#onsiteservice .inner {
  max-width: 800px;
}

#hospitality .point_area section {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 30px 20px;
  border: 1px solid var(--color-pink1);
}
#onsiteservice .point_area section {
  margin-bottom: 40px;
  background-color: #fff7fa;
  padding: 30px 10px;
  border: 1px solid var(--color-pink1);
}

#hospitality .point_01,
#hospitality .point_02,
#hospitality .point_03,
#hospitality .point_04,
#hospitality .point_05,
#onsiteservice .point_01,
#onsiteservice .point_02,
#onsiteservice .point_03,
#onsiteservice .point_04,
#onsiteservice .point_05,
#onsiteservice .point_06 {
  margin-bottom: 60px;
  position: relative;
}
#hospitality h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
#onsiteservice h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: bold;
}
#hospitality .point_txt,
#onsiteservice .point_txt {
  text-align: left;
  font-size: 1.0rem;
  margin-top: 20px;
}
#hospitality .point_01:before,
#hospitality .point_02:before,
#hospitality .point_03:before,
#hospitality .point_04:before,
#hospitality .point_05:before,
#onsiteservice .point_01:before,
#onsiteservice .point_02:before,
#onsiteservice .point_03:before,
#onsiteservice .point_04:before,
#onsiteservice .point_05:before,
#onsiteservice .point_06:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 55px;
  vertical-align: middle;
}
#hospitality .point_01:before,
#onsiteservice .point_01:before {
  background: url(../images/img_point_01.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
}
#hospitality .point_02:before,
#onsiteservice .point_02:before {
  background: url(../images/img_point_02.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
}
#hospitality .point_03:before,
#onsiteservice .point_03:before {
  background: url(../images/img_point_03.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
}
#hospitality .point_04:before,
#onsiteservice .point_04:before {
  background: url(../images/img_point_04.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
}
#hospitality .point_05:before,
#onsiteservice .point_05:before {
  background: url(../images/img_point_05.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
}
#hospitality .point_06:before,
#onsiteservice .point_06:before {
  background: url(../images/img_point_06.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
}

/*-------**-------* kyoto.php *-------**-------*/
/*-- mainvisual --*/
#mainvisual_kyoto_box {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  overflow: hidden;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  background-image: url(../images/mainvisual_kyoto_sp.jpg);
  background-size: cover;
  background-position: 100% 0%;
}
#mainvisual_kyoto_box .title{
  max-width: 840px;
  position: absolute;
}
#contents_kyoto {
  background: #fff1f7;
}
#contents_description{
  text-align: left;
  padding: 40px 0;
}
#contents_description h2.description_title{font-size: clamp(20px, 2.8vw, 20px);margin: 20px 0 15px;padding: 5px 5px 5px 10px;background: #e72b80;color: #fff;}
#contents_description h3.description_subtitle{font-size: clamp(18px, 2.6vw, 20px);margin: 10px 0 10px;padding: 4px 8px 4px 12px;background: #ffffff;border-left: 4px solid var(--color-pink1);color: var(--color-pink1);}
#contents_description .description_txt_box{
  margin-bottom: 30px;
}
#contents_description .description_contents_box{
  background: #fff;
  border: 1px solid var(--color-pink2);
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#contents_description .description_contents_menu li{
  border-bottom: 1px dotted var(--color-pink3);
  margin-bottom: 10px;
  text-align: left;
  list-style-type: decimal;
  margin-left: 2em;
}
#contents_description .description_contents_menu_title{
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}

#contents_description .description_lead{
  border-bottom: 1px solid var(--color-pink1);
  font-weight: bold;
  color: var(--color-pink1);
  margin-bottom: 10px;
}
#contents_description .description_sentence{
  padding: 0 2em;
  margin-bottom: 15px;
}
#contents_description span.point{
  color: var(--color-pink1);
  font-weight: bold;
}

/*--------------
フォーム
--------------*/

input,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

/* restore native behavior for checkboxes/radios */
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: auto;
  height: auto;
  border: initial;
}

/*ios_reset*/
input::placeholder,
textarea::placeholder {
  color: var(--color-gray);
  font-size: 12px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-gray);
  font-size: 12px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--color-gray);
  font-size: 12px;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

form input[type="text"],
form input[type="email"],
form textarea,
form select,
#reserve .customer_list input[type="text"],
#reserve .customer_list input[type="email"],
#reserve .customer_list input[type="tel"],
#reserve .customer_list textarea {
  font-size: 14px;
  /*ios_down*/
  outline: none;
  border: 1px solid var(--color-pink3);
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #f8fafb;
  width: 100%;
  background: var(--bg-pink1-new);
  color: var(--color-black);
}

form input:focus,
form textarea:focus,
form select:focus {
  border: 1px solid var(--color-pink1)
}

form select {
  padding: 15px 10px;
  color: var(--color-black);
}

form textarea,
#reserve .customer_list textarea {
  padding: 10px;
}

form input,
#reserve .customer_list input {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*ラジオボタン設定*/
.radio_box input[type="radio"] {
  display: none;
}

.radio_box input[type="radio"]+label {
  display: inline-block;
  position: relative;
  padding: 4px 0 4px 30px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 48%;
}

.radio_box input[type="radio"]+label:last-child,
.radio_box input[type="radio"]+label:nth-last-of-type(2) {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #7976a0;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.radio_box input[type="radio"]:checked+label {
  background: linear-gradient(transparent 80%, #e8f0f5 80%);
}

.radio_box input[type="radio"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border: 2px solid #e54192;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-wrap {
  position: relative;
}
.select-wrap:before {
  z-index: 1;
  content: "";
  width: 5px;
  height: 6px;
  background: url(../images/arrow.svg) center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}

.section_form .btnbox {
  text-align: center;
  padding: 0 20px min(8%, 30px);
}

/*-------* recruit.php *-------*/
#contents_recruit .recruit_form,
#contents_recruit #about {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #contents_recruit .recruit_form,
  #contents_recruit #about {
    margin-top: 60px;
  }
}

#contents_recruit .recruit_bnr_box {
  margin-bottom: 30px;
}
#contents_recruit input[name="tab_btn"] {
  display: none;
}

/* form_btn_box */
.section_form .form_btn_box {
  margin-top: 20px;
}
.section_form .form_btn_box .btn_reset {
  cursor: pointer;
}
.section_form .form_btn_box .btn_box {
  background: var(--btn-gradation);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .section_form .form_btn_box .btn_reset {
    display: grid;
    place-items: center;
    margin: 0 auto;
    height: 60px;
    width: 280px;
    border: 1px dotted var(--color-gray);
    border-radius: 5px;
  }
  .section_form .form_btn_box .btn_box {
    margin-bottom: 10px;
  }
}

#contents_recruit .salary_title {
  position: relative;
  padding-bottom: 30px;
  color: var(--color-pink1);
  font-size: max(12px, min(5vw, 14px));
  font-size: clamp(12px, 5vw, 14px);
  overflow: hidden;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
}

#contents_recruit .salary_title::after {
  position: absolute;
  content: " ▼ プラン詳細を表示";
  bottom: 0px;
  left: 0;
  right: 0;
  font-size: 12px;
  color: var(--color-gray);
  text-align: center;
  margin: auto;
  border: dotted 1px var(--color-gray);
  max-width: 300px;
}

#contents_recruit .salary_title.open::after {
  content: " ▲ プラン詳細を閉じる";
}

#contents_recruit .salary_title span {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
}

#contents_recruit .salary_title span::before,
#contents_recruit .salary_title span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 1px;
  background-color: var(--color-gray);
}

#contents_recruit .salary_title span::before {
  right: 100%;
}

#contents_recruit .salary_title span::after {
  left: 100%;
}

#contents_recruit .salary_box {
  display: none;
  margin-top: 20px;
}

#contents_recruit .title_contract {
  color: var(--color-pink1);
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 10px;
}#contents_recruit .title_contract.consulting {
  padding-top: 20px;
}

#contents_recruit .sm_title {
  font-size: min(4vw, 1.2rem);
  color: var(--color-pink1);
  text-align: center;
}

#contents_recruit .exa_txt {
  padding: 5px;
  margin: 4px 0;
  border: 1px solid var(--color-pink1);
  border-radius: 5px;
  text-align: center;
}

.sample_arrow_bottom{
  position: relative;
  margin: 30px;
}
.sample_arrow_bottom:after{
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 8px solid var(--color-pink1);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0px;
}

/*-------**-------* contact.php *-------**-------*/

/*-------* link.php *-------*/
#contents_link .link_box dl {
  text-align: left;
  padding: var(--min5-20px) 0;
  border-bottom: 1px dotted var(--color-gray);
}

#contents_link .link_box dl dt {
  font-weight: bold;
  color: var(--color-gold1);
  border-left: 4px solid var(--color-gold1);
  padding-left: 8px;
  line-height: 1.2em;
  margin-bottom: var(--min4-10px);
}

#contents_link .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#contents_link .link_list li {
  margin: var(--min3-10px) var(--min3-10px) 0;
}

#contents_link .link_freearea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
}

#contents_link .link_freearea a {
  text-align: center;
  display: inline-block;
  margin: 8px;
}

#contents_link .link_freearea a:hover {
  opacity: 0.6;
}

#contents_link .link_freearea a img {
  max-width: 150px !important;
  height: auto !important;
}

/*-------* err.php *-------*/
/* err_btn_box */
#contents_err {
  text-align: left;
}
#contents_err .err_btn_box {
  margin-top: 20px;
}
#contents_err .err_btn_box .btn_box {
  background: var(--btn-gradation);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #contents_err .err_btn_box .btn_box {
    margin-bottom: 10px;
  }
}

/*-------* common respons *-------*/
.voice_list .reply_box img,
#contents_link .pagetext_box .bnr_img_area img,
#contents_blog_detail .article_txt img,
#contents_link img {
  width: initial;
  max-width: 100%;
  height: auto !important;
}

.voice_list .reply_box table,
#contents_blog_detail .article_txt table,
.link_freearea table {
  width: 100% !important;
}

/****************************************
media size
****************************************/
@media screen and (max-width: 330px) {
  #footer_nav ul li[class^="f_nav"] p {
    padding-left: 20px;
  }

  #footer_nav ul li.f_nav_staff p {
    padding-left: 16px;
  }

  #footer_nav ul li[class^="f_nav"] p::before {
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-size: 16px;
  }

  /*- modal/popup -*/
  .reservelist .btn1 {
    padding: 5px 15px;
    height: auto;
    min-height: 50px;
  }

  .reservelist .btn1::after {
    right: 10px;
  }
}

@media screen and (max-width: 380px) {
  .content_bloginfo .blog_box .article_image,
  .content_bloginfo .blog_box .article_image img {
    width: 60px;
  }

  /*- modal/popup -*/
  .modal-content {
    padding: 16px 20px 18px;
  }
  .modal-content > div {
  margin-bottom: 10px;
}
}

/*↑以下・以下↓*/
@media screen and (min-width: 400px) {
  .del_400 {
    display: none;
  }

  #contents_profile .prof_snsbnr .snsbnrbox>p {
    margin: 0 5px var(--min3-10px);
    width: calc(50% - 10px);
  }

  #contents_access .access_list li .a_infobox {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  #contents_access .access_list .a_infobox dl {
    width: 50%;
  }

  #contents_access .access_list .a_room1 .a_infobox dl:first-child,
  #contents_access .access_list .a_room2 .a_infobox dl:first-child,
  #contents_access .access_list .a_room3 .a_infobox dl:first-child,
  #contents_access .access_list .a_room4 .a_infobox dl:first-child,
  #contents_access .access_list .a_room5 .a_infobox dl:first-child,
  #contents_access .access_list .a_room6 .a_infobox dl:first-child {
    width: 100%;
  }

  #contents_access .access_list .a_infobox dl dt,
  #contents_access .access_list .a_infobox dl dd {
    width: auto;
  }

  #contents_access .access_list li .a_btnbox_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #contents_access .access_list li .a_btnbox_list .btn1 {
    max-width: 220px;
  }

  /*- modal/popup -*/
  .popup_wrap .btn_wrap {
    display: flex;
    gap: 10px;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 480px) {
  .del_480 {
    display: none;
  }

  .bl_480 {
    display: block;
  }

  #contents_profile .prof_snsbnr .snsbnrbox>p {
    width: 100%;
  }

  #onsiteservice h3 {
    font-size: 1.4rem;
  }

  #onsiteservice .point_area section {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 560px) {
  #contents_profile .profile_box_right .table_01 th {
    font-size: 0.8em;
  }

  #contents_profile .profile_box_right .table_01 td {
    font-size: 0.8em;
  }

  footer .copyright {
    font-size: 10px;
  }
}

@media screen and (min-width: 550px) {
  /*prof*/
  #contents_profile .icon_checkbox {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 600px;
  }
}

@media screen and (min-width: 600px) {
  .bl_600 {
    display: block;
  }

  .del_600 {
    display: none;
  }

  #footer_nav_pc {
    line-height: 1.6em;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 960px;
    z-index: 1000;
    background: var(--color-white);
  }

  #footer_nav_pc .f_nav_pc_title {
    font-size: 11px;
    padding: var(--min4-10px) 0;
    background: var(--bg-gradation7);
    color: var(--color-pink4);
  }

  #footer_nav_pc .f_nav_pc_title::before {
    content: "";
  }

  #footer_nav_pc .f_nav_pc_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #footer_nav_pc .f_nav_pc_list li {
    font-size: 11px;
    padding: var(--min4-15px);
  }

  #footer_nav_pc .f_nav_pc_list li a {
    position: relative;
    display: block;
    padding-left: 28px;
    width: 100%;
  }

  #footer_nav_pc .f_nav_pc_list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
  }

  #footer_nav_pc .f_nav_pc_list li.f_nav_pctel a::before {
    background: no-repeat center center/24px url(../images/icon_f_pctel.png)
  }

  #footer_nav_pc .f_nav_pc_list li.f_nav_pcline a::before {
    background: no-repeat center center/24px url(../images/icon_f_pcline.png)
  }

  #footer_nav_pc .f_nav_pc_list li.f_nav_pctel a {
    color: var(--color-pink2);
  }
  #footer_nav_pc .f_nav_pc_list li.f_nav_pcline a {
    color: var(--color-blue3);
  }

  #footer_nav_pc .f_nav_pc_list li.f_nav_pctel {
    background: #fff6f6;
    border-left: 1px solid var(--color-gray);
  }
  #footer_nav_pc .f_nav_pc_list li.f_nav_pctel:nth-child(2) {
    border-left: 1px solid var(--color-pink1);
  }
  #footer_nav_pc .f_nav_pc_list li.f_nav_pcline {
    background: var(--bg-gradation3);
    border-left: 1px solid var(--color-pink1);
  }

  #footer_nav_pc .f_nav_pc_list li.f_nav_pcline .f_nav_name {
    color: #005b3b;
  }

  #footer_nav_pc .f_nav_pc_list li .f_nav_name {
    position: relative;
    padding-left: 18px;
  }

  #footer_nav_pc .f_nav_pc_list li .f_nav_name::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    border: 6px solid transparent;
  }

  #footer_nav_pc .f_nav_pc_list li.f_nav_pctel .f_nav_name::before {
    border-top: 8px solid var(--color-pink2);
  }

  #footer_nav_pc .f_nav_pc_list li.f_nav_pcline .f_nav_name::before {
    border-top: 8px solid #005b3b;
  }

  #footer_nav_pc .ac_title {
    position: relative;
  }

  #footer_nav_pc .ac_title::before,
  #footer_nav_pc .ac_title::after {
    content: "";
    position: absolute;
  }

  #footer_nav_pc .ac_title::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #fff2b3 transparent transparent transparent;
  }

  #footer_nav_pc .ac_title::after {
    z-index: 1;
    top: 18px;
    right: 18px;
    width: 14px;
    height: 14px;
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    transform: rotate(45deg);
  }

  #footer_nav_pc .open.ac_title::after {
    top: 25px;
    transform: rotate(225deg);
  }

  /*prof*/
  #contents_profile .ac_title.title_box1 {
    flex-direction: row;
  }

  #contents_profile .ac_title.title_box1>div {
    flex: none;
  }

  #prof_blog_box.content_bloginfo {
    max-height: none;
  }

  #prof_blog_box ul {
    display: flex;
    flex-wrap: wrap;
  }

  #prof_blog_box ul li {
    width: calc(50% - 40px);
    margin: 10px 20px;
  }

}

@media screen and (min-width: 700px) {
  .del_700 {
    display: none;
  }

  .bl_700 {
    display: block;
  }

  .bg_mainvisual {
    background-size: 800px, 380px;
    background-position: calc(0px - 200px) 100%, calc(100% + 130px) top;
  }
  .bg_mainvisual:after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: -20px;
    background: url(../images/bg_mainvisual_decoration.png) left top no-repeat;
    background-size: 100% auto;
    width: 320px;
    height: 420px;
  }

  .title_box1 {
    text-align: center;
  }

  /*prof imp*/
  #prof_imp_revew .voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    height: auto;
    overflow: initial;
  }

  #prof_imp_revew .voice_list li {
    width: calc(50% - 20px);
  }

  /*system*/
  #contents_system .system_btnbox {
    display: flex;
    gap: 10px;
  }

  /*blog*/
  #contents_blog_box .content_bloginfo {
    height: auto;
  }

  #contents_blog_box .content_bloginfo ul,
  #impressions_review .voice_list {
    display: flex;
    flex-wrap: wrap;
  }
  #contents_blog_box .content_bloginfo ul li,
  #impressions_review .voice_list li {
    width: calc(50% - 20px);
    margin: 8px 10px;
  }
  #contents_blog_box .content_bloginfo ul li:last-of-type {
    border-bottom: 1px dashed var(--color-gray);
  }

  /*hospitality*/
  #mainvisual_hos_box {
    background-image: url(../images/mainvisual_hos_pc.jpg);
  }
  #mainvisual_onsite_box {
    background-image: url(../images/mainvisual_onsite_pc.jpg);
  }
  #mainvisual_kyoto_box {
    background-image: url(../images/mainvisual_kyoto_pc.jpg);
  }
  #hospitality .point_area,
  #onsiteservice .point_area {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: stretch;
    justify-content: space-around;
    gap: 20px;
  }
  #hospitality .point_area section,
  #onsiteservice .point_area section {
    width: calc((100% / 2) - 20px);
    margin-bottom: 60px;
    position: relative;
  }
  #hospitality .point_txt,
  #onsiteservice .point_txt {
    font-size: 1.0rem;
  }
  #hospitality .point_01:before,
  #hospitality .point_02:before,
  #hospitality .point_03:before,
  #hospitality .point_04:before,
  #hospitality .point_05:before,
  #onsiteservice .point_01:before,
  #onsiteservice .point_02:before,
  #onsiteservice .point_03:before,
  #onsiteservice .point_04:before,
  #onsiteservice .point_05:before
  #onsiteservice .point_06:before {
    width: 80px;
    height: 58px;
  }
  #hospitality .point_01:before,
  #onsiteservice .point_01:before {
    top: -30px;
  }
  #hospitality .point_02:before,
  #onsiteservice .point_02:before {
    top: -30px;
  }
  #hospitality .point_03:before,
  #onsiteservice .point_03:before {
    top: -30px;
  }
  #hospitality .point_04:before,
  #onsiteservice .point_04:before {
    top: -30px;
  }
  #hospitality .point_05:before,
  #onsiteservice .point_05:before {
    top: -30px;
  }
  #hospitality .point_06:before,
  #onsiteservice .point_06:before {
    top: -30px;
  }
  #mainvisual_hos_box .title,
  #mainvisual_onsite_box .title,
  #mainvisual_kyoto_box .title  {
    max-width: 840px;
    position: absolute;
    left: 10px;
  }

  /*link*/
  #contents_link .link_box dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #contents_link .link_box dl dt {
    margin-bottom: 0;
    line-height: unset;
    width: 10em;
  }

  #contents_link .link_box dl dd {
    width: calc(100% - 10em);
  }

}

@media screen and (min-width: 800px) {
  .del_800 {
    display: none;
  }

  .bl_800 {
    display: block;
  }

  .pc_nav ul li {
    line-height: 1.2em;
  }

  .pc_nav ul li.long {
    width: 110px
  }

  .pc_nav ul li.mini {
    width: 60px
  }

  .pc_nav ul li a span.en,
  .pc_nav ul li a:hover span.jp {
    display: inline;
  }

  .pc_nav ul li a:hover span.en,
  .pc_nav ul li a span.jp {
    display: none;
  }

  /*access/system*/
  #contents_access .access_list {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #contents_access .access_list li {
    width: calc((100% / 2) - 20px);
    margin: 0 10px;
    max-width: 560px;
  }

  #contents_access .access_list .a_infobox dl {
    font-size: min(1.4vw, 14px);
  }

  #contents_system .section_pad80 {
    padding-bottom: min(10%, 80px);
  }

  /*blog*/
  #contents_blog .blog_categoryouter_list {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  #contents_blog .blog_categoryouter_list .ac_box {
    display: block;
  }

  #contents_link .link_freearea a {
    margin: 10px;
  }

  #contents_link .link_freearea a img {
    max-width: 200px !important;
    height: auto !important;
  }

  /*recruit*/
  .table_recruit th,
  .table_recruit td {
    display: table-cell;
  }

  .table_recruit th {
    width: 30%;
    padding: 20px 15px;
  }

  .table_recruit td {
    padding: 20px 10px 20px 25px;
  }

  .table_recruit ul.list li {
    text-indent: -1em;
  }

  #contents_recruit .salary_title {
    font-size: max(14px, min(5vw, 16px));
    font-size: clamp(14px, 5vw, 16px);
  }
}

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

  .bl_900 {
    display: block;
  }

  /*prof*/
  #contents_profile .profile_box_topouter {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
  }

  #contents_profile .profile_box_topouter .profile_box_left {
    flex: none;
    width: 45%;
  }

  #contents_profile .profile_box_topouter .profile_box_right {
    width: 55%;
    margin: 0;
  }

  #prof_schedule .profile_sch_box {
    display: flex;
  }

  #prof_schedule .profile_sch_box .profile_sch_variable {
    flex-direction: column;
    width: calc(100% / 7);
  }

  #prof_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
    flex-grow: initial;
    border-left: 1px solid var(--color-pink2);
    border-bottom: 1px solid var(--color-pink2) !important;
  }

  #prof_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
    border-left: 1px solid var(--color-pink2);
    border-bottom: none;
    padding: 5px 3px;
  }

  #prof_schedule .profile_sch_box div:nth-of-type(1).profile_sch_variable .profile_sch_date,
  #prof_schedule .profile_sch_box div:nth-of-type(1).profile_sch_variable .profile_sch_check {
    border-left: none;
  }

  #hospitality .point_txt {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  #hospitality h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #hospitality .point_01:before,
  #hospitality .point_02:before,
  #hospitality .point_03:before,
  #hospitality .point_04:before,
  #hospitality .point_05:before {
    width: 110px;
    height: 78px;
  }
}

@media screen and (min-width: 1000px) {
  #contents_blog .blog_category_list li,
  #contents_impressions .blog_category_list li {
    width: calc((100% / 3) - 10px);
  }

  .bg_mainvisual {
    background-size: 400px, 330px;
    background-position: calc(40px - 20px) 100%, calc(100% + 10px) top;
  }
  .txt_box_outer1_plant {
    position: relative;
  }
  .txt_box_outer1_plant:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
  }
  .txt_box_outer1_plant:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .bg_mainvisual {
    background-position: 0% 100%, 100% 0;
  }
}

/*インバンドページ*/
#contents_inbound .step,
#contents_inbound .msg2,
#contents_inbound .price_list,
#contents_inbound .therapist_list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #contents_inbound .step,
  #contents_inbound .msg2,
  #contents_inbound .price_list,
  #contents_inbound .therapist_list {
    margin-top: 60px;
  }
}

.inb_btn a{
  max-width:768px;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  color: var(--color-white);
  border-radius: 25px;
  padding: 10px 30px 10px 20px;
  background: var(--color-pink1);
}

#mainvisual_inbound_box {
  display: grid;
  place-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  overflow: hidden;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-image: url(../images/mainvisual_inbound_sp.jpg);
  background-size: cover;
  background-position: 100% 0%;
}
@media screen and (min-width: 700px) {
  #mainvisual_inbound_box {
    background-image: url(../images/mainvisual_inbound_pc.jpg);
    height: 70vh;
  }
}
#mainvisual_inbound_box .title {
  max-width: 650px;
  height: auto;
  position: absolute;
}

#content_inbound{
  margin: 60px 0;
}

.inbound_system {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.inbound_system .menu_name {
  padding: 10px 0 5px;
  margin-bottom:10px;
  font-weight: bold;
  border-bottom: 2px solid var(--color-pink1);
  color: var(--color-gold1);
}

.inbound_system dl {
  font-size: 1.1em;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.inbound_system dl dt {
  padding-right: 2rem;
  text-align: left;
  max-width: 65%;
}

.inbound_system dl dd.bg_dot {
  position: relative;
  flex-grow: 1;
  min-width: 10px;
}

.inbound_system dl dd.bg_dot::after {
  width: 100%;
  content: "";
  height: 1px;
  background-image: url(../images/bg_dotline1.png);
  background-repeat: repeat-x;
  display: block;
}

/* 言語選択プルダウン */
.select_lang_wrap {
  display: block;
  width: 45px;
  height: 45px;
  position: fixed;
  top: 40px;
  right: 70px;
  z-index: 99995;
}
.select_lang_wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_lang.png) center center / cover no-repeat;
}
.select_lang_wrap:after {
  content: '';
  position: absolute;
  right: 8px;
  top: 14px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(-135deg);
}
.select_lang {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: none;
  padding: 18px 0 0 0;
  text-align: center;background: var(--color-pink1);
  color: #fff;
  font-family: sans-serif;
  font-size: 9px;
  line-height: 1;
}

.inbound_h1{
  font-size: 20px;
  margin-bottom: 20px;
  color: #E72B82;
  border-bottom: 2px solid #e72b80;
}


/* ブログテンプレート */
/* 囲みボックスのスタイル */
#contents_blog_detail .blog_box1 {
  background: #fff;
  border: 1px solid #E02986;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}
#contents_blog_detail .blog_box1 p.blog_box1_title{
  display: block;
  background: #E02986;
  background: linear-gradient(90deg,#E02986 0%, #FEB0D2 100%);
  color: #fff;
  padding: 5px;
}
#contents_blog_detail .blog_box1 .blog_box1_list{
  padding: 10px 20px;
  text-align: left;
}
#contents_blog_detail .blog_box1 .blog_box1_list li{
  line-height: 1.8em;
}
#contents_blog_detail .blog_box1 .blog_box1_list li::before{
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:5px;
  height:5px;
  border-radius: 50%;
  background: #E02986;
  margin-right: 8px;
  line-height: 1.8em;
}
/* 目次ボックスのスタイル */
#contents_blog_detail .description_contents_box{
  background: #fff;
  border: 1px solid var(--color-pink2);
  padding: 30px;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}
#contents_blog_detail .description_contents_box #toc li{
  border-bottom: 1px dotted var(--color-pink3);
  margin-bottom: 10px;
  text-align: left;
  list-style-type: decimal;
  margin-left: 2em;
}
#contents_blog_detail .description_contents_menu_title{
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
#contents_blog_detail strong{
  font-weight: bold;
}

/****************************************
WEB予約ページ
****************************************/
/* finish */
#contents_reserve .title {
  margin-top: 10px;
}
#contents_reserve .title.miss::before,
#contents_reserve .title.miss::after {
  display: none;
}

/* cast_box */
#reserve .cast_box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px min(5%, 30px);
  max-width: 1000px;
}
#reserve .cast_box .cast_thumb {
  aspect-ratio: 2 / 3;
}
#reserve .cast_box .cast_info {
  margin-top: 10px;
}
#reserve .cast_box .name span {
  display: inline-block;
}
#reserve .cast_box .time {
  color: var(--color-white);
  background: var(--color-pink1);
  border-radius: 30px;
}
#reserve .btm {
  width: 100%;
  background: var(--color-pink1);
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#reserve .btm .sch_info {
  color: var(--color-white);
}
@media screen and (min-width: 700px) {
  #reserve .cast_box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* reserve */
#reserve {
  counter-reset: number 0;
}
#reserve .cast_box {
  margin-bottom: 30px;
}
#reserve .reserve_unit .reserve_unit_frame {
  width: 100%;
  margin-bottom: 30px;
}
#reserve .reserve_unit .reserve_unit_frame:has(.lead_reserve) {
  padding: 1.0rem;
  background: var(--color-white);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #reserve .reserve_unit .reserve_unit_frame:has(.lead_reserve) {
    padding: 1.2rem;
  }
}
#reserve .reserve_unit:last-child { margin-bottom: 80px; }
#reserve .lead_reserve {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#reserve .lead_reserve:before {
  counter-increment: number 1;
  content: counter(number) "";
  width: 24px;
  height: 24px;
  background: var(--color-pink1);
  color: var(--color-white);
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 8px;
}
#reserve :is(input, textarea) {
  outline: none;
  border: none;
}

#reserve .reserve_unit .total_price {
  padding-top: 20px;
  color: var(--color-pink);
	font-size: clamp(18px, 2vw, 20px);
}
#reserve #staff-schedule {
	margin-top: -80px;
	padding-top: 80px;
}
#reserve .form_btn_box .btn_box {
  background: var(--btn-gradation);
  border-radius: 5px;
}

/* 日付選択プルダウン */
#reserve .select_day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
}
#reserve .select_day .form-group {
  position: relative;
  max-width: 320px;
  margin-inline: auto;
}
#reserve .select_day .form-group::before,
#reserve .select_day .form-group::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
#reserve .select_day .form-group::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
  background-color: var(--color-pink1);
}
#reserve .select_day .form-group::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid var(--color-white);
  border-right: 3px solid var(--color-white);
}
#reserve .select_day .form-group select {
  width: 100%;
  appearance: none;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: none;
  border-radius: 3px;
  border: solid 1px var(--color-pink2);
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 1em;
  cursor: pointer;
}
#reserve .select_day .form-group select:focus {
  outline: 2px solid #d2b59b;
}

/* 予約ラジオボタン */
#reserve .cast_reserve_radio { margin: 0 0 10px; }
#reserve .cast_reserve_radio input { padding: 30px 0; }
#reserve .cast_reserve_radio label {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	color: var(--color-white);
	background: var(--btn-gradation);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (any-hover: hover) {
	#reserve .cast_reserve_radio label:hover {
		background: var(--btn-gradation2);
	}
}
#reserve .cast_reserve_radio label:has(:checked) {
  background: var(--btn-gradation2);
  color: var(--color-white);
}
#reserve .cast_reserve_radio input { display: none; }

#reserve .tbl-shift {
  border: 1px solid var(--color-pink2);
}
#reserve .tbl-shift :is(th, td) {
  border-left: 1px solid var(--color-pink2);
  border-right: 1px solid var(--color-pink2);
  font-size: 0.7rem;
  padding: 12px 2px;
  min-width: 48px;
}
#reserve .tbl-shift th {
  border-top: 1px solid var(--color-pink2);
  border-bottom: none;
  background: var(--color-pink4);
}
#reserve .tbl-shift td {
  border-top: none;
  border-bottom: 1px solid var(--color-pink2);
	background: var(--color-white);
}
#reserve .tbl-shift td input[type="radio" i] {
  vertical-align: sub;
}

/* コース選択 */
#reserve .course_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#reserve .course_list li {
  padding: 0.8rem;
  background: var(--color-pink4);
  border-radius: 10px;
}
#reserve .course_list li .menu_title {
  background: var(--color-pink5);
  color: var(--color-white);
  padding: 8px;
  font-size: 0.9rem;
  margin-bottom: 8px;
  border-radius: 5px;
}
#reserve .course_list li .menu_list {
  display: flex;
  flex-direction: column;
}
#reserve .course_list li .menu_list label {
  border: 1px solid var(--color-pink2);
  border-bottom: none;
  background: var(--color-white);
  padding: 8px;
  font-size: 0.8rem;
	text-align: left;
}
#reserve .course_list li .menu_list label:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#reserve .course_list li .menu_list label:last-child,
#reserve .course_list li .menu_list:has(.option_message) > label:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid var(--color-pink2);
}
#reserve .course_list :is(input[type="radio" i], input[type="checkbox" i]) {
  vertical-align: middle;
}
#reserve .course_list input[type="radio" i] {
  margin: 0 4px 0 0;
}
#reserve .option_message {
	margin-top: 8px;
	font-size: 0.8em;
}
#reserve .course-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 2vw, 14px);
}
#reserve .course-category-tabs .category-btn {
  width: calc(100% / 2 - 4px);
  min-height: 40px;
  padding: 5px 0;
  color: var(--color-pink1);
  background: var(--color-white);
  border: 1px solid var(--color-pink1);
  border-radius: 5px;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
#reserve .course-category-tabs .category-btn.active {
  color: var(--color-white);
  border: 1px solid var(--color-pink1);
  background: var(--color-pink1);
  cursor: auto;
}
@media screen and (min-width: 768px) {
  #reserve .course-category-tabs .category-btn {
    width: calc(100% / 5 - 4px);
  }
}

/* お客様情報 */
#reserve .customer_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
	text-align: left;
}
#reserve .customer_list label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#reserve .customer_list label .field :is(input, textarea) {
  padding: 8px;
  width: 100%;
  font-size: 16px;
}
#reserve .customer_list label .field input { max-width: 350px; }
#reserve .customer_list label .field input::placeholder { color: #ccc; }
@media screen and (min-width: 768px) {
  #reserve .customer_list label .field :is(input, textarea) {
    font-size: 16px;
  }
}
