@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: 0px;
  outline: 0;
  border: 0;
  vertical-align: baseline;
}
/*paddingによる幅を無くします*/
*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
html{overflow-x: hidden;}
body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro","Yu Gothic","メイリオ",sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow: hidden;
  color: #5e5e5e;/* 変更 */
  font-size: 14px;/* 変更 */
  width: 100%;/* 変更 */
  font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
h1, h2, h3, h4, h5, h6, strong, th {font-weight: normal;}
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: #5e5e5e;
  text-decoration: none;
}
p {
  /*android版クローム　フォントサイズが大きくなる不具合対策*/
  max-height: 999999px;
}
ins {
  background-color: #ff9;/* 変更 */
  color: #5e5e5e;/* 変更 */
  text-decoration: none;
}
mark {
  background-color: #ff9;/* 変更 */
  color: #5e5e5e;/* 変更 */
  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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
img {vertical-align: middle;}
/* form */
input, select {vertical-align: middle;}
/*button,input等のフォームスタイルを除去*/
.form_reset{
  -webkit-appearance: none;
  border:none;
}
/* float解除 */
.btn_box::after,
.list_link_box::after,
#section_headline h2::after,
#section_headline::after{
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/****************************************
common (共通スタイル)
****************************************/
body {
  background: #fff;
  text-align: center;
  min-height: 800px;
  min-width: 320px;
  margin:0 auto;
}
/***文字関係***/

/*土曜日*/
.atten_01 {color: #40cfd8;}
/*日曜日*/
.atten_02 {color: #fdb7ae;}

.atten_b {
  font-weight: bold;
}
/*文字サイズ*/
.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;}
/* マージン */
.mb_5 {margin-bottom: 5px;}
.mb_10 {margin-bottom: 10px;}
.mb_20 {margin-bottom: 20px;}
.mt_10 {margin-top: 10px;}
.mt_20 {margin-top: 20px;}
.mb_30 {margin-bottom: 30px;}
.mb_40 {margin-bottom: 40px;}
.mb_50 {margin-bottom: 30px;}

/* センタリング */
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.dib {
  display: inline-block;
}

/*文字下部ライン*/
.under_line {
  background: linear-gradient(transparent 70%, #ffdddf 70%);
}
.under_line2 {
  background: linear-gradient(transparent 70%, #fff 70%);
}
/* ふわっと薄くします */
.link_act_01 {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link_act_01:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
}
/*回転*/
.link_act_02 {
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.link_act_02:hover {
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/*アクセス・料金注意書き*/
.dl_type_01 {
  width: 100%;
  text-align: left;
  padding: 0 4% 0px;
  box-sizing: border-box;
  margin: auto;
  font-size: 12px;
}
.dl_type_01 dt, .dl_type_01 dd {
  vertical-align: top;
  box-sizing: border-box;
}
.dl_type_01 dt {
  padding: 0 0 0 8px;
  border-left: 4px solid #968d6f;
  color:  #968d6f;
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 4px;
}
.dl_type_01 dd {
  margin-bottom: 20px;
  padding: 10px 20px;
  color: #909090;
}
/*--------
アニメーション
-----------*/

/* フェードイン*/
.fadein {
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}

/*ボタン*/
.btn1{
  width:220px;
  height:40px;
  border: 1px solid #ccbd94;
  background: #ccbd94;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin: 0 auto 10px;
  border-radius: 5px;
}
.btn1 a{
  font-size:16px;
  color:#fff;
  text-decoration:none;
  line-height:37px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.btn_eff1{
  width:220px;
  height:40px;
  left:-220px;
  top:-1px;
  border: 1px solid #fff;
  background:#fdf8ed;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  box-sizing: border-box;
}
.btn1:hover .btn_eff1{left:0;}
.btn1:hover a{color:#6f6542;}


/*装飾ボックス*/
.deco_box1{
  margin:2em 0;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.deco_box1:before, .deco_box1:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: black;
}
.deco_box1:before {left: 10px;}
.deco_box1:after {right: 10px;}
.deco_box1 p {
  margin: 0;
  padding: 0;
}
.deco_box1 .girl .pc_off{
  display: none;
}

/* ９月上旬から〜 */
.coution_new {
  width: 96%;
  margin: 0 auto 20px;
  padding: 20px 0;
  color: #fff;
  background-color: #ff9292;
  max-width: 768px;
}


/*--------------
共通ベース
--------------*/
.inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.inner2 {
  width: 100%;
  max-width: 768px;
  margin: auto;
}
/* 見出し */
.title {
  height: 110px;
  font-size: 0;
  overflow: hidden;
  height: 100%;
  margin-bottom: 2.5%;
}
.other_page_title{
  font-family: 'Maven Pro', sans-serif;
  right: 0;
  left: 0;
  top: 117px;
  position: absolute;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.5em;
  text-shadow: 3px 0px 4px rgba(193, 172, 153, 0.5);
}
.precautions {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #AB9D76;
  max-width: 900px;
  margin: 0 auto 20px;
}

.precautions:before,
.precautions:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.precautions:before {
  margin-right: 1rem;
}
.precautions:after {
  margin-left: 1rem;
}
.other_page .precautions {
  max-width: 1000px;
}


.font_act_title {
  -webkit-animation: font_act_title 1.0s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s alternate both;
  animation: font_act_title 1.0s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s alternate both;
}

@-webkit-keyframes font_act_title {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: 0.45em;
    opacity: 1;
  }
}
@keyframes font_act_title {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: 0.45em;
    opacity: 1;
  }
}

/* 小見出し */
/*リンクの下部*/
.subtitle_01{
  margin: 0 auto;
  background:#94d8d2;
  color: #fff;
  font-size: 16px;
  padding: 2px;
}

/*outer*/

.frame_outer{
  overflow: hidden;
  position: relative;
}
.frame_outer_02{
  position: relative;
}
.frame_outer_02 .inner{
  margin: auto;
  max-width: 1020px;
}
#contents_profile .inner,
#contents_access .inner{
  margin: auto;
  max-width: 900px;
}
.main_outer{
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
}
/*TOP以外*/
.page_top{
  position: relative;
  height: 180px;
  background: url(../images/bg_second.jpg) top left no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.other_page {
  position: relative;
  padding: 60px 0;
}
/* テーブル 1 プロフィールP*/
.table_01 {
  width: 100%;
  border-spacing: 0;
  text-align: left;
  border: 1px solid #9dd8d4;
  table-layout: fixed;
  background: #fff;
  color: #787878;
}
.table_01 th, .table_01 td {
  padding: 5px 5px 5px 10px;
}
.table_01 th {
  vertical-align: top;
  font-size: 12px;
  text-align: center;
  background: #f8f8f8;
  border-bottom: solid 1px #d9e8ea;
}
.table_01 td {
  text-align: center;
}
.table_01 td .comment {
  font-size: 11px;
  border-top: 1px dashed #d5d1c5;
  padding: 5px;
  text-align: left;
}
/*お問い合わせ・予約*/
.finish_txtbox{
  margin-bottom: 20px;
}
/* ------------------
セラピスト関係共通
--------------------*/
.cast_box{
  display: flex;
  flex-wrap: wrap;
  align-self: start;
}
.cast_box li{
  /*  float: left;*/
  vertical-align: top;
  width: 23%;
  margin: 0 1% 2% 1%;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8px;
  background: url(../images/bg_pat01.png), #abdee1;
  padding: 8px;
}
/*予備保管*/
/*.cast_box .cast_bg{
  background: url(../images/bg_pat01.png), #abdee1;
  padding: 8px;
  }*/
  .cast_box li .img_box p {
    position: relative;
  }
  .cast_box li .img_box .prof_box{
    margin-top: 8px;
    background: rgba(255,255,255,0.7);
    padding: 5px 0;
  }
  .cast_box li .img_box img{
    width: 100%;
  }
  .cast_box li .txt_box .time {
    background: #80d7db;
    padding: 3px 0;
    color: #fff;
  }
  .cast_box li .txt_box .comment {
    font-size: 11px;
    color: #fff;
    background-color: #7dced2;
    padding: 5px 8px;
    letter-spacing: initial;
    text-align: center;
  }
  .size_txt span {
    font-size: 11px;
    font-weight: bold;
  }
  /*新人アイコン*/
  .cast_box li .icon_new,
  .profile_box_left .img_box .icon_new{
    position: absolute;
    left: -4px;
    bottom: -4px;
  }
  .cast_box li .icon_new img:hover{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .icon_new img{
    max-width: 72px;
  }
/*--------------------------------------
コンテンツ
--------------------------------------*/
main {
  width: 100%;
  position: relative;
}
/*--------------------------------------
ヘッダー
--------------------------------------*/
header {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  z-index:10000;
  position:fixed;
}
header #header_area {
  position: relative;
  z-index: 1000;
}
header .bg_header {
  width: 100%;
}
header .bg_header img{
  vertical-align: top;
}
header .nav_bg{
  height: 0;
}

/*--------------------------------------
グローバルナビ
--------------------------------------*/

#nav_top {
  padding: 15px 0;
  background: rgba(138, 129, 95, 0.9);
  font-family: 'Quicksand', sans-serif;
}
#nav_top.top_ather{

}
#nav_top ul li {
  margin-right: 24px;
  display: inline-block;
}
#nav_top ul li:last-child {
  margin-right: 0;
}
#nav_top ul li a {
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#nav_top ul li a.active{
  color: #fcd2c4;
}
#nav_top ul li a:hover {
  color: #4a1e1d;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
/*トップページナビ途中から出現*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: .7s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}

/*ドロワー*/
#drawer{
  display: none;
}
#drawer .container {
  /*  background-color: rgba(34, 34, 34, 0.33);*/
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  min-height: 540px;
  border-radius: 0px 0px 0px 450px;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1);
  display: block;
  float: right;
  margin-top: -10px;
  pointer-events: none;
}
#drawer .u_txt{
  font-size:10px;
  color: #fff;
  letter-spacing: 0.2em;
}
#drawer .menu-trigger,#drawer .close-trigger {
  position: absolute;
  top: 23px;
  right: 26px;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 333;
  pointer-events: auto;
  line-height: 0.8;
}
#drawer .menu-trigger:hover .menu-trigger-bar:before,#drawer .close-trigger:hover .menu-trigger-bar:before {
  width: 100%;
}
#drawer .menu-trigger:hover .close-trigger-bar:before,#drawer .close-trigger:hover .close-trigger-bar:before {
  width: 100%;
}

#drawer .close-trigger {
  z-index: 5;
  top: 42px;
}
#drawer .menu-trigger-bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: white;
  margin-bottom: 5px;
  transform: rotate(-45deg);
  position: relative;
}
#drawer .menu-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #d7d3c8;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#drawer .menu-trigger-bar.top {
  width: 50%;
}
#drawer .menu-trigger-bar.middle:before {
  left: auto;
  right: 0;
}
#drawer .menu-trigger-bar.bottom {
  width: 50%;
  margin-left: 50%;
}

#drawer .close-trigger-bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #968d70;
  position: relative;
}
#drawer .close-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #80d7db;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#drawer .close-trigger-bar.left {
  transform: translateX(100px) translateY(-100px) rotate(-45deg);
}
#drawer .close-trigger-bar.right {
  transform: translateX(-100px) translateY(-100px) rotate(45deg);
  top: -3px;
}
#drawer .inner-container, .menu-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
#drawer .inner-container {
  z-index: 20;
}

#drawer .menu-container {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
}

#drawer .menu {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 50px 0px 3% 135px;
   /*↓リンククリックの範囲の関係で消しちゃダメ
   #drawer .containerの範囲と合わせる*/
   pointer-events: auto;
   width: 100%;
   max-width: 480px;
   min-height: 540px;
   border-radius: 0px 0px 0px 450px;
 }
 #drawer .menu li {
  text-align: left;
  display: inline-block;
  width: 45%;
}
#drawer .menu a {
  text-decoration: none;
  color: #867c5d;
  display: inline-block;
  padding: 25px 0 5px;
  position: relative;
  line-height: 25px;
  width: 150px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#drawer .menu a.active{
  color: #f8c0b9;
}
#drawer .menu a:hover{
  color: #f8c0b9;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
#drawer .menu a:hover:before {
  opacity: 1;
  transform: translateX(0px);
}
#drawer .menu a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  opacity: 0;
  background-color: #f8c0b9;
  transform: translateX(100px);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

#drawer .menu-bg {
  position: absolute;
  display: block;
  width: 200%;
  left: -53%;
  top: -25%;
  height: 65%;
  background-color: #fdf8ed;
}
#drawer .menu-bg.middle {
  top: 29%;
  left: -53%;
  transform: rotate(-45deg) scaleY(0);
}
#drawer .menu-bg.top {
  left: -43%;
  top: -40px;
  transform: rotate(-45deg) translateY(-152%);
}
#drawer .menu-bg.bottom {
  top: 133%;
  transform: rotate(-45deg) translateY(25%);
  left: -2px;
}
/*///////*/

/*ドロワーの下の方*/

#drawer .menu li.last{
  display:block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
#drawer .menu li.last .btn_box{
  width: 280px;
}
#drawer .menu li.last .btn_box a{
  padding: 0;
  width: 100%;
  color: #fff;
}
#drawer .menu li.last .btn_box a:hover{
  color: #6f6542;
}
#drawer .menu li.last a:before{
  display: none;
}
#drawer .btn_box i{
  margin-right: 3px;
}
#drawer .menu .btn1 a{
  line-height: 37px;
}
#drawer .d_recruit .btn1{
  background: #f8c0b9;
  border: 1px solid #f8c0b9;
}
#drawer .menu li.last .d_txt{
  font-size: 12px;
  margin-bottom: 5px;
}
#drawer .menu li.last .btn_box .d_recruit a{
  color: #fff;
}
#drawer .d_recruit .btn_eff1{
  border: 1px solid #f8c0b9;
  background: #fff;
}
#drawer .menu li.last .btn_box .d_recruit a:hover{
  color: #f8c0b9;
}
#drawer .menu .f_snsicon{
  text-align: right;
  width: 250px;
}
#drawer .menu .f_snsicon a{
  padding: 0;
  width: auto;
}
#drawer .icon_x,
#drawer .icon_bluesky {
  width: 21px;
  max-width: 100%;
  height: auto;
  margin: 0 4px 10px 0;
}

/*---------------------------
ぱんくず
----------------------------*/
.pankuzu{
  font-family: 'Quicksand', sans-serif;
}
.pankuzu ol {
  margin-bottom: 15px;
  background: #f8f8f8;
}
.pankuzu ol li {
  display: inline-block;
  list-style-type: none;
  padding-right: 5px;
  color: #787878;
  letter-spacing: 2px;
}
.pankuzu ol li:before {
  content: " > ";
  color: #787878;
}
.pankuzu ol li:first-child::before {
  content: '\f015';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #787878;
  margin-right: 5px;
}
.pankuzu ol li:first-child a {
  color: #787878;
  text-decoration: none;
}
.pankuzu ol li a {
  color: #787878;
  text-decoration: none;
}

/*--------------------------------------
フッター
--------------------------------------*/
footer{
  font-family: 'Quicksand', sans-serif;
}
.footer_bottom{
  background: #fffbf4;
  padding: 30px 20px;
}
.footer_info{
  max-width:1200px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
footer .bottom_logo img{
  max-width: 255px;
  width: 100%;
}
footer .f_telopen ul{
  color:  #afa37d;
  width: 300px;
  /*  font-size: 18px;*/
  font-size: 16px;
  letter-spacing: 2px;
  border-right: 1px solid;
  margin:0 20px 0 0 ;
  padding:0 20px 0 0;
}
footer .f_telopen ul li{
  text-align: right;
  line-height: 1.6em;
}
footer .f_telopen ul li:nth-child(2){
  line-height: 1.2em;
}
footer .f_telopen a{
  color: #afa37d;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
footer .f_telopen a:hover{
  color: #94d8d2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
footer .f_menu{
  color: #968d70;
  text-align: left;
}
footer .f_menu ul li{
  display: inline-block;
  letter-spacing: 3px;
  font-size: 14px;
}
footer .f_menu ul li a{
  color: #968d70;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
footer .f_menu ul li a.active{
  color: #f8c0b9;
}
footer .f_menu ul li a:hover{
  color: #94d8d2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
footer .f_menu ul li::after{
  content: '/';
  margin: 0 8px;
  display: inline;
}
footer .f_menu ul li:last-child::after{
  content: '';
  margin: 0;
}
.f_snsicon{
  margin-top: 4px;
}
.f_snsicon i{
  color: #968d70;
  font-size: 1.6em;
}
footer .icon_x,
footer .icon_bluesky {
  width: 20px;
  max-width: 100%;
  height: auto;
  margin: 0 4px 9px 0;
}
footer .copyright{
  font-size: 10px;
  text-align: center;
  color: #afa37d;
  margin: 20px 0;
}
/*SP下固定フッターボタン*/
#footer_nav{
  display: none;
}
/*---------------------------
メインヴィジュアル
---------------------------*/
#section_top {
  padding: 0;
  margin: 0;
  position: relative;
}
.logo_main{
  top: 5%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index:9999;
  margin: auto;
  position: absolute;
}
.logo_main img{
  max-width: 600px;
  width: 100%;
  min-height: auto !important;
  object-fit: unset !important;
  margin: auto;
}
#mainvisual .slides {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 144px);
  border: 0px;
}
#mainvisual .slides li {
  background-position: center;
  height: 100%;
  width: 100%;
}
#mainvisual .slides li img {
  display: block;
  min-height: 100%;
  object-fit: cover;
}
#mainvisual ol.flex-control-nav{
  display: none;
}
/*---------------------------
メインビジュアルの下TEL・OPEN・ヘッドライン
---------------------------*/
#tel_open{
  width: 100%;
  color: #757575;
  display: block;
  font-size: 18px;
  letter-spacing: 1.5px;
  margin:0 auto;
  padding: 10px;
}
#tel_open ul li {
  display: inline-block;
}
#tel_open ul li:nth-child(2){
  margin-left: 10px;
}
#tel_open ul li a {
  display: block;
  color: #757575;
}
#tel_open span{
  font-size: 0.8em;
}
#tel_open span.color{
  color: #8a815f;
}
.etc_txt{
  background: #f0f0f0;
  max-width: 600px;
  width: 100%;
  display: inline-block;
  font-size: 0.8em;
  padding: 4px;
  border-radius: 20px;
}
/*出張時間*/
.etc_txt_pink {
  background: #ff9292;
  color: #fff;
  max-width: 600px;
  width: 100%;
  display: inline-block;
  font-size: 0.8em;
  padding: 4px;
  border-radius: 20px;
}
.etc_txt_pink span{
  font-size: 16px !important;
}
.etc_txt_blue{
  background: #80d7db;
  color: #fff;
  max-width: 600px;
  width: 100%;
  display: inline-block;
  font-size: 0.8em;
  padding: 4px;
  border-radius: 50px;
}
.etc_txt_blue span {
  font-size: 16px !important;
}

/* ヘッドライン */
#section_headline {
  margin-bottom: 0px;
  background: #8a815f;
  padding: 5px 0;
}
#section_headline .inner{
  max-width: 760px;
}
#section_headline h2 {
  color: #8a815f;
  float: left;
  line-height: 28px;
  font-size: 16px;
  background: #f0f0f0;
  padding: 0 10px;
  letter-spacing: 2px;
}
#section_headline ul {
  line-height: 28px;
  text-align: left;
}
#section_headline .flex-viewport{
  padding-left: 10px;
}
/*---------------------------
■ トップページ　■
---------------------------*/
/*トップ各コンテンツ*/
h2.top_title{
  background: url(../images/bg_point01.png),url(../images/bg_point02.png);
  background-repeat:no-repeat,no-repeat;
  background-position: 10%,90%;
  max-width: 960px;
  margin: 0 auto;
}
h2.top_title img{
  max-width: 510px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

#section_schedule_today,#contents,#about,#under_box{
  margin: 5% 10px;
}

/* 体験レポート */
.sp_block{
  display: none;
}
.pc_block{
  display: block;
}
/*--------------------------------------
本日の出勤情報
--------------------------------------*/
#section_schedule_today .inner {
  position: relative;
  max-width: 960px;
}
#section_schedule_today .cast_box{
  margin-bottom: 2%;
}
#section_schedule_today .cast_box li {
  width: 29%;
  max-width: 400px;
  margin: 0 2% 2% 2%;
}
#section_schedule_today .go_staff a{
  max-width:470px;
  width: 100%;
  border: 1px solid #89815f;
  padding: 8px 12%;
  position: relative;
  color: #89815f;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
}
#section_schedule_today .go_staff a span:after{
  content: ">";
  position: absolute;
  padding-left: 125px;
}
#section_schedule_today .go_staff a:hover{
  background: #968d6f;
  color: #fff;
}

/*---------------------------
新着情報
---------------------------*/
#section_topics {
  margin: 60px auto;
  padding: 40px 3% 0px;
  background: url('../images/bg_topics.jpg') top center repeat;
  background-size: cover;
  filter: brightness(102%);
  max-width: 960px;
}

#section_topics h2.top_title {
  background: none;
}

#section_topics h2.top_title img {
  max-width: 510px;
  width: 110%;
  padding: 0;
  margin-bottom: 0px;
}

#section_topics .box_right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 40px;
}

#section_topics .info_box {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  background: url('../images/bg_pat01.png'), #cac5b7;
}
#section_topics .info_box_waku {
  background: url('../images/bg_topics02.jpg') bottom center no-repeat;
  background-size: cover;
  height: 500px;
  overflow: scroll;
}
#section_topics .info_box article {
  padding: 15px 20px 0px 20px;
}
#section_topics .topics_top{
  border-bottom: 1px solid #a7926b;
  color: #a7926b;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#section_topics .info_box h3 {
  font-size: 22px;
}
#section_topics .info_box time {
  color: #acacac;
  font-size: 12px;
}
#section_topics .topics_txt{
  padding-bottom: 20px;
  border-bottom: 1px solid #d8cdb9;
}
#section_topics .info_box .under_btn{
  margin:10px 0;
  text-align: center;
}
#section_topics .info_box .btn_topics{
  margin: 0 auto;
  display: inline-block;
  padding: 5px 10px;
  background: #867c68;
  color: #fff;
}
/*---------------------------
イベントバナー
---------------------------*/
#section_event img{
  max-width: 700px;
  width: 100%;
}
#section_event .flex-control-nav{
  bottom: -25px;
}
#section_event .flex-control-paging li a{
  border-radius: 0px;
  width: 60px;
  height: 8px;
  background: #f0f0f0;
}
#section_event .flex-control-paging li a.flex-active{
  background: #c0b797;
}
/*---------------------------
コンテンツ
---------------------------*/
/*動画*/
#movie .movie_bg{
  background:url('../images/bg_pat01.png'), #cac5b7;
  padding: 3% 0px;
}
#movie .movie_bg > div{
  display: inline-block;
}
/*tiktok用*/
#movie .movie_bg div.tiktok:not(.tik_last){
  margin: 0 20px 0 0;
}
#movie .movie_bg .tiktok video{
  max-width: 300px;
  width: 100%;
  max-height: 400px;
  height: auto;
  background: #000;
}
.tiktok.tik_last video {
  height: 400px !important;
}

/*youtube用*/
#movie iframe{
  padding: 10px;
  height: 370px;
  max-width: 640px;
  width: 100%;
}

#movie .movie_bg > div.youtube_movie{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#movie .movie_bg > div.youtube_movie video {
  width: 625px;
}

/*---------------------------
当店について
---------------------------*/
#about .sec{
  margin-bottom: 50px;
}
#about .about_title{
  margin-bottom: 20px;
  color: #918049;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
#about .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_img_box{
  /* width: 55%; */
  width: 50%;
}
.about_txt_box{
  /* width: 42%; */
  width: 48%;
  text-align: left;
}
.img-container{
  overflow: hidden;
  position: relative;
}
.img-container_img{
  display: block;
  opacity: 0;
  position: relative;
  transition:all .5s .3s ease;
  z-index: 0;
}
.img-container:before{
  background: #d7d3c8;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition:all .8s 0s ease;
  width: 100%;
  z-index: 1;
}
.text-container{
  opacity: 0;
  transition: all .8s .5s ease;
}
.one_sec .text-container{
  padding:0 40px 0 0;
}
.two_sec .text-container{
  padding:0 0 0 40px;
}
/* .text-container_title{
  color: #918049;
  font-size: 30px;
  font-weight: 600;
} */
.text-container_title{
  color: #ff9292;
  font-size: 20px;
  line-height: 1.3;
}

/*アニメーション*/
.img-container.active img{
  opacity: 1;
}

.img-container.active:before{
  transform: translateX(100%);
}

.text-container.active{
  opacity: 1;
}
/*---------------------------
クレジット
---------------------------*/
#credit{
  background:url('../images/bg_pat02.jpg')top center repeat;
  padding: 10px;
}
#credit img{
  max-width: 710px;
  width: 100%;
}

/*---------------------------
ツイッターとバナー
---------------------------*/
#under_box{
}
#under_box .inner{
  display: table;
}
#bnr_box,#section_twitter{
  width: 50%;
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
}
#bnr_box{
  padding: 0 20px;
  background: #fcf5e6;
}
/*バナー*/

/*横一列レイアウトにする可能性があるのでその部分はコメントアウトしておきます*/

/*#bnr_box{
  margin:3% 0;
  }*/
  /*横一列*/
/*#bnr_box .bnr3{
  margin-bottom: 10px;
  max-width: 1200px;
  margin:0 auto;
  }*/
  #bnr_box .inner {
    border-collapse: separate;
    width: 100%;
    display: block;
    max-width: none;
    margin: 0;
    /*横一列*/
    /*    display: table;*/
    /*    table-layout: fixed;*/
  }
  #bnr_box h2{
    text-align: right;
  }
  #bnr_box h2 .btn_img{
    max-width: 250px;
    width: 100%;
    background: rgba(141, 202, 142, 0.7);
    padding: 30px 10px;
  }
  #bnr_box #recruit_box h2 .btn_img{
    background: rgba(247, 166, 158, 0.7);
    float: left;
  }
  #bnr_box #contact_box h2 .btn_img{
    background: rgba(115, 199, 194, 0.7);
  }

  #line_box, #recruit_box, #contact_box{
    /*    display: table-cell;*/   /*横一列にする場合*/
    overflow: hidden;
    vertical-align: middle;
    /*    width: 34%;*/   /*横一列にする場合*/
    width: 100%;
    margin-bottom: 15px;
  }
  #contact_box{
   margin-bottom: 0;
 }
 .bg-scale {
  overflow: hidden;
  text-align: right;
  position: relative;
}
.bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#line_box .bg-scale:after {
 background: url("../images/img_bnrbg_line.jpg") no-repeat;
 background-size: cover;
}
#recruit_box .bg-scale:after {
 background: url("../images/img_bnrbg_recruit.jpg") no-repeat;
 background-size: cover;
 background-position: 60% 0;
}
#contact_box .bg-scale:after {
 background: url("../images/img_bnrbg_contact.jpg") no-repeat;
 background-size: cover;
}
.bg-scale:hover:after {
  opacity: .8;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bg-scale .inner {
  z-index: 1;
  position: relative;
}
#bnr_box .line_area, #bnr_box .recruit_area, #bnr_box .contact_area {
  width: 34%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}
/*横一列にする場合*/

/*
#bnr_box .line_area, #bnr_box .recruit_area, #bnr_box .contact_area {
    width: 34%;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

#bnr_box .line_area{
    background-size: cover;
    border-right: solid 5px #fff;
}
#bnr_box .recruit_area{
    border-right: solid 5px #fff;
    border-left: solid 5px #fff;
}
#bnr_box .contact_area{
    background-size: cover;
    border-left: solid 5px #fff;
    }*/


/*--------
ツイッター
------*/
#section_twitter{
  background: url("../images/bg_twitter.jpg") center bottom no-repeat,#fcf5e6;
  background-size: 100%;
  /* padding: 20px 20px 40px; */
  padding: 20px;
}
.twitter_box{
  width: 100%;
  height: 480px;
  overflow: scroll;
}

#section_twitter .twitter_bnr {
  max-width: 480px;
  margin-inline: auto;
  margin-block: 30px;
  display: inline-block;
}
#section_twitter .twitter_bnr img {
  width: 100%;
  height: auto;
}

/*---------------------------
snsアイコン
---------------------------*/
#section_sns .sns_inner{
  max-width: 350px;
  margin: 0px auto 40px;
}
#section_sns img{
  max-width: 90px;
  width: 100%;
}
#section_sns ul li{
 margin-right: 20px;
 display: inline-block;
}
#section_sns ul li:last-child{
  margin-right: 0;
}
/****************************************
下層ページ
****************************************/
#contents_cast,
#contents_schedule,
#contents_system,
#contents_profile,
#contents_access,
#contents_form,
#contents_link,
#section_err{
  /*position: relative;*/
  min-height: 300px;
  margin-bottom: 15px;
}

/*女の子関連ページ*/
#contents_schedule .schedule_nav {
  margin: 0px auto 10px;
}
#contents_schedule .schedule_nav li {
  display: inline-block;
  width: 13%;
  margin-bottom: 10px;
  margin: 0 2px 20px;
}
#contents_schedule .schedule_nav li a {
  padding: 10px 25px 10px 15px;
  font-size: 13px;
  display: block;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  background: #968d6f;
  position: relative;
  box-sizing:border-box;
  color:#f1ede8;
}
#contents_schedule .schedule_nav li a i{
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 43px;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  color: #fff;
}
#contents_schedule .schedule_nav li a:hover {
  opacity: 0.5;
}
#contents_schedule .schedule_nav li a::active {
  background: #fff;
}
#contents_schedule .schedule_nav li a.active{
  background: #fff;
  border: 1px solid #968d6f;
  color: #958d6e;

}

/**プロフィールページ**/
#contents_profile {
  position: relative;
}
#contents_profile .profile_box_right {
  float: right;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 54%;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#contents_profile .profile_box_right > div {
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
  border-bottom: 2px dotted #d9e9ea;
}
#contents_profile .profile_box_right .sub_t{
  font-family: 'Quicksand', sans-serif;
  font-size: 22px;
  color: #7fd2d8;
  letter-spacing: 3px;
  width: 35%;
}
#contents_profile .profile_box_right .sub_ex{
  padding-bottom: 10px;

}
#contents_profile .profile_box_left {
  width: 40%;
  float: left;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#contents_profile .profile_box_left .cast_bg{
  background: url(../images/bg_pat01.png), #abdee1;
  padding: 8px;
  max-width: 335px;
  margin: 10px auto;
  margin-bottom: 20px;
}
#contents_profile .profile_box_left .img_box {
  position: relative;
  text-align: center;
  width: 100%;
}
#contents_profile .cast_thumb{
  margin-bottom: 10px;
}
/*プロフィール内スケジュール*/
#contents_profile .profile_box_schedule {
  width: 96%;
  margin: 3% auto 0;
  clear: both;
}
#contents_profile .profile_box_schedule h4{
  font-family: 'Quicksand', sans-serif;
  font-size: 22px;
  color: #968d6f;
  letter-spacing: 4px;
}
#contents_profile .profile_box_schedule .table_sch_sp { display: none; }

/****************************************
料金ページ
****************************************/
#contents_system .cream {
  line-height: 2.4em;
  width: 96%;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 4% 3%;
  background: url('../images/bg_system_cream.jpg') 0 0 no-repeat;
  background-size: cover;
  font-size: 14px;
  border: 1px solid #ffc3c5;
  font-feature-settings: "palt";
  text-shadow: 0px 0px 6px white,0px 0px 9px white;
}
#contents_system .cream h3{
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #ff9292;
}
#contents_system .bg_price{
  /* padding: 3%; */
  padding: 3% 3% 0.5%;
  margin-bottom: 3%;
  background: #fffbf4;
}
#contents_system h3 .system_subtitle {
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  letter-spacing: 10px;
  color: #968d6f;
}
#contents_system .bg_price .deco_box1{
  width: 80%;
  padding: 20px 40px;
  margin:  30px auto 30px;
  border-top: solid 2px #ffc2c5;
  border-bottom: solid 2px #ffc2c5;
  color: #ff9292;
  font-size: 16px;
  text-align: left;
}
#contents_system .bg_price .deco_box1:before,
#contents_system .bg_price .deco_box1:after{
  background-color: #ffc2c5;
}

#contents_system .table_system table,
#contents_system .table_option table{
  width: 96%;
  font-size: 18px;
  border-spacing: 0;
  text-align: center;
  /* margin: 0 auto 40px; */
  margin: 0 auto 30px;
  max-width: 768px;
  table-layout: fixed;
  border: 1px solid #c5bda3;
}
#contents_system .table_system span,
#contents_system .table_option span {
  font-size: 0.8em;
}
#contents_system .table_system tr,
#contents_system .table_option tr{
  border-bottom: 1px dotted rgba(187, 187, 187, 0.4);
}
#contents_system .table_system tr:last-child,
#contents_system .table_option tr:last-child {
  border-bottom: none;
}
#contents_system .table_system th,
#contents_system .table_option th{
  /* padding: 15px; */
  padding: 0.6rem;
  background: #f8f8f8;
}
#contents_system .table_system .system_course{
  background-color: #c5bda3;
  color: #fff;
}
#contents_system .table_system .system_course span{ color: #fff; }
#contents_system .table_system th{ width: 60%; }
#contents_system .table_system th span{
  color: #b1ab9a;
  line-height: 1.8em;
  display: block;
}
@media screen and (max-width: 480px) {
  #contents_system .table_system th span{
    line-height: 1.4em;
  }
}
#contents_system .table_option th span { color: #ff9292; }
#contents_system .table_system td,
#contents_system .table_option td{
  vertical-align: middle;
  background: #fff;
}
#contents_system .table_option .title_option {
  color: #968d6f;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
#contents_system .table_system td.first{ background: #f8f8f8; }
.coution_reserve{
  width: 94%;
  margin:0 auto 20px;
  background: #f8f8f8;
  padding: 20px 10px;
}
.coution_reserve h3{
  color: #968d6f;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 10px;
}

.font_blue{
  font-size: 19px;
  color: #709ed8;
  line-height: 1.5;
}
.br_sp_none{ display: block; }
.br_pc_none{ display: none; }

.coution_reserve .font_blue{
  padding-top: 10px;
  font-size: 16px;
}

/* 禁止マーク */
.prohibited_matter ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 2% 3% 5%;
}
.prohibited_matter ul li{
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex: 1;
  align-items: center;
}
.prohibited_matter ul li p{ text-align: left; }
.prohibited_matter ul li img{
  max-width: 110px;
  width: 100%;
}

/****************************************
アクセスページ
****************************************/
#contents_access .dl_type_01 dd{
  padding: 20px;
  margin: 20px 0;
  background: #fffbf4;
  font-size: 14px;
  color: #5e5e6b;
}
#contents_access iframe{
  width: 96%;
  margin: 0 auto 20px;
}

/****************************************
フォーム関係・コンタクトWEB予約・リクルート
****************************************/
#contents_form{
  position: relative;
}
.table_collum_02 tbody{
  background: #fffbf4;
}
#contents_form .table_collum_02{
  width: 100%;
  max-width: 690px;
  margin: 0 auto 20px;
  text-align: center;
  table-layout: fixed;
}
#contents_form.contents_recruit .table_collum_02{
  margin: 0 auto;
}
#contents_form .table_collum_02 tr{
  padding: 20px;
  display: block;
}
#contents_form .table_collum_02 th,,
#contents_form .table_collum_02 td{
  padding: 20px 0;
  vertical-align: middle;
}
#contents_form .table_collum_02 th{
  text-align: left;
  font-size: 16px;
  width: 200px;
  padding-right: 10px;
  border-right: 1px dashed rgba(53, 47, 21, 0.27);
  color: #968d6f;
  vertical-align: top;
}
#contents_form .table_collum_02 td{
  text-align: left;
  width: 70%;
  padding-left: 20px;
  vertical-align: middle;
}
/*エラーになるので分割*/
input::placeholder{
  color: #c8c8c8;
}
input:-ms-input-placeholder{
  color: #c8c8c8;
}
input::-ms-input-placeholder{
  color: #c8c8c8;
}
.requier{
  padding: 3px 8px;
  border-radius: 2px;
  background: #ffc2ba;
  color: #fff;
  font-size: 0.7em;
  letter-spacing: 1px;
  margin-left: 5px;
}
#contents_form input{
  padding: 8px;
  border: #ccc 1px solid;
  border-radius: 5px;
}
#contents_form input.btn_positive{
  border: none;
  max-width: 300px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60%;
  padding: 10px;
  display: block;
  background: #a69a82;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 10px;
}
#contents_form input.btn_positive:hover{
  background: #94d8d2;
}
button, textarea, select{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 5px;
}
select {
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.51);
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  width: 233px;
  padding: 3px 10px 3px 10px;
  background: #fff;
  border: 1px solid #ccc;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
#contents_form input[type=radio], #contents_form input[type=checkbox] {
  display: inline;
  background: #eee;
  padding: 5px 10px;
}
#contents_form label{
  display: block;
  text-align: left;
  background: #fff5f7;
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#contents_form label:hover{
  background: #f55663;
}
input[type=radio]:checked + .radio::before {
  opacity: 1;
}
.checkbox::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #e49c9c;
  border-bottom: 3px solid #e49c9c;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox::before {
  opacity: 1;
}

#contents_form .atten_txt {
  max-width: 690px;
  margin: 20px auto;
  padding: 20px;
  color: #fff;
}
#contents_form .atten_txt p{
  text-align: center;
  max-width: 320px;
  margin: 0 auto 10px;
}

#contents_form .atten_txt p span{
  color: #eb4e4e;
}

img.ui-datepicker-trigger{
  cursor: pointer;
  vertical-align: -5px;
  margin-left: 10px!important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #e6b8b8 !important;
}
#reserve .box {
  width: 250px;
  margin: 0 auto;
  text-align: left;
}
.right_box {
  line-height: 3.4;
  margin: auto;
  text-align: center;
}
.right_box select {
  width: 44px;
  height: 34px;
  margin-bottom: 4px;
}
/****予約****/
.contents_reserve .coution_reserve{
  box-sizing: border-box;
  max-width: 690px;
}
/****************************************
求人情報ページ
****************************************/
.contents_recruit .event_title{
  color: #fff;
  font-size: 24px;
  width: 100%;
  background: #cec5a3;
  padding: 20px 10px;
  text-align: center;
  min-height: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/*.contents_recruit .event_sentence{
  width: 100%;
  margin: 0 auto 20px;
  background: #f8f8f8;
  padding: 20px;
  text-align: left;
  min-height: 10px;
  max-width: 690px;
  margin: 0 auto;
  margin-bottom: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  }*/
  /* プラズマクラスター画像 */
/*.event_sentence .img_plasma_cluster img{
  height: auto;
  border-radius: 5px;
  max-width: 550px;
  width: 100%;*/
  /*}*/
/*.event_sentence .img_plasma_cluster{
  max-width: 22%;
}
.event_sentence .text_plasma_cluster{
  padding: 20px 0 20px 20px;
  }*/
/*.plasma_title{
  background: #968d6f;
  color: #fff;
  }*/
  .contents_recruit .bnr_box{
    padding: 0 10px;
    box-sizing: border-box;
  }
  .contents_recruit .bnr_box img{
    max-width: 690px;
    width: 100%;
    margin-bottom: 20px;
  }
  .contents_recruit .recruit_movie{
    max-width: 690px;
    width: 94%;
    margin: 0px auto 30px;
  }
  .contents_recruit .recruit_movie_inner{
    position: relative;
    width: 100%;
    /*    padding-top: 56.25%;*/
    padding-top: 64.25%;
  }
  .contents_recruit .recruit_movie .recruit_movie_inner iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .contents_recruit h4 {
    background: #968d6f;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
  }
  #contents_form .recruit_entry > div{
    margin-bottom: 20px;
  }
  #contents_form .recruit_entry .btn1{
    margin:0;
  }
  #contents_form .recruit_entry .btn1 a{
    padding-left: 8px;
    font-size: 15px;
  }
  #contents_form .recruit_entry .r_line .btn1{
    height: 80px;
    border: 1px solid #1dcd00;
    background: #1dcd00;
  }
  #contents_form .recruit_entry .r_line .btn1 a{
    line-height: 25px;
    top: 14px;
  }
  #contents_form .recruit_entry .r_line .btn_eff1{
    height: 80px;
  }
  #contents_form .recruit_entry .r_tel .btn1{
    border: 1px solid #f8c0b9;
    background: #f8c0b9;
  }
  .contents_txt{
    max-width: 690px;
    width: 100%;
    margin: 0px auto 20px;
    background: #fffbf4;
    text-align: left;
    padding: 20px;
  }
/****************************************
リンクページ
****************************************/

#contents_link a{
  color: #ccc;
}
.list_link_box {
  margin-right: -30px;
  font-size: 11px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contents_link aside{
  padding: 0 10px;
  box-sizing: border-box;
}
.list_link_box li {
  /*  float: left;*/
  margin: 0 30px 20px 0;
}

/****************************************
エラーページ
****************************************/
#section_err{
  min-height: 600px;
  background-image: url(../images/bg_marble.png);
}
#section_err .err_page{
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  color: #444;
  padding: 3%;

}
#section_err #err_title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
#section_err #err_subtitle {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 40px 0;
}
#section_err #err_toplink a {
  position: relative;
  color: #968d70;
  text-decoration: underline;
}
#section_err #err_toplink a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin: -8px 0 0 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #848181;
}


/*データピッカー*/
#ui-datepicker-div {z-index:999999 !important;}
/*モーダル*/
.modal > label {
  color: #000;
  cursor: pointer;
  display: inline-block;
}
.modal-overlay {
  background: rgba(0,0,0,0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align:center;
  z-index: 999;
}
input.trigger {
  position: absolute;
  z-index: -99999;
  visibility: hidden;
}
.modal-overlay {
  opacity:0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  z-index: -999;
}
label.modal-close{
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

input.trigger:checked ~ .modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -0-transform: scale(1);
  z-index: 999;
}

.modal-overlay img{
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 700px;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 240px;
}

/*WEB予約*/
.contents_reserve .day_adjust select {
  width: 20%;
}
.contents_reserve .day_adjust input {
  width: 50%;
}
.contents_reserve textarea {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 1200px) {
  #about{
    margin: 5% 0px;
  }
}
/*------------------------------------------
以下タブレット用css
------------------------------------------*/
@media screen and (max-width: 1024px) {
  /*共通*/
  .title_box{
    top:110px;
  }
  /*トップページ*/
  #section_headline .inner {padding: 0 10px;}

  /*---- 出勤ページ ----*/
  #contents_schedule .schedule_nav li{
    width: 32%;
    margin: 0 2px 10px;
  }
  /*リンクページ*/
  #contents_link .link_banner
  {display: none;}
}

@media screen and (max-width: 900px) {
  #section_topics .info_box{max-width: 450px;}
}
@media screen and (min-width: 769px) {
  .u_768{display: none;}
}

/*------------------------------------------
以下スマホ用768css
------------------------------------------*/
@media screen and (max-width: 768px) {
  /*-------
  共通
  --------*/
  .o_769{display: none;}
  .u_768{display: block;}
  /*----------
  ヘッダー・フッター
  -----------*/

  /* スクロールふわっと表示 */
  header {
    height: 58px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .header_logo {
    float: left;
    height: 0;
    display: none;
  }
  .header_logo img {
    width: 170px;
    margin: 6px;
  }

  /* fixed */
  header.fixed {
    background: rgba(148, 140, 108, 0.4);
  }
  header.fixed .header_logo {
    display: block;
  }
  header.fixed:after {
    width: 100%;
  }
  /*ドロワー*/
  #drawer .menu-trigger{
    top: 24px;
    right: 15px;
  }
  #drawer .menu-trigger-bar:before{
    background-color: #5a2726;
  }

  /*フッター*/
  footer {
    padding-bottom: 55px;
  }
  .footer_info{
    display: block;
  }
  footer .f_telopen ul{
    font-size: 18px;
    border-right: none;
    padding: 0;
    margin:0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .f_telopen ul li,
  footer .f_menu{
    text-align: center;
  }
  footer .f_menu{
    margin-bottom: 10px;
  }
  footer .bottom_logo img{
    margin-bottom: 20px;
  }

  /*SP下固定フッターボタン*/
  #footer_nav{
    position: fixed;
    right: 0;
    bottom: 10px;
    display: block;
    width: 100%;
    z-index: 9000;

  }
  #footer_nav ul{
    display: table;
    width: 95%;
    margin: 0 auto;
    background: #ccc;
  }
  #footer_nav ul li{
    width: calc(100% / 4);
    display: table-cell;
  }
  #footer_nav ul li a{
    line-height: 45px;
  }
  #footer_nav .nav_tel{
    background: #e8e3d2;
  }
  #footer_nav .nav_reserve{
    background: #9dd8d4;
  }
  #footer_nav .nav_recruit{
    color: #fff;
    background: #fab6af;
  }
  #footer_nav .nav_recruit a{
    color: #fff;
  }
  #footer_nav .nav_system {
    color: #fff;
    background: #b0daaf;
  }
  #footer_nav .nav_system a {
    color: #fff;
  }
  #footer_nav i{
    margin-right: 3px;
  }
  /*セラピスト共通*/
  .icon_new img {
    max-width: 60px;
  }
  .cast_box li, #section_schedule_today .cast_box li {
    width: 31%;
    margin: 0 1% 2% 1%;
  }
  /*メインビジュアル付近*/
  #nav_top{
    display: none;
  }
  #mainvisual{
    border-bottom: 2px solid #8a815f;
  }
  #mainvisual .slides {
    height: calc(100vh - 140px);
  }
  .logo_main{
    top:24%;
  }
  .logo_main img {
    max-width: 350px;
  }
  /*-----------
  トップページ
  -----------*/
  /*トップ共通*/
  h2.top_title{
    background-size: 25%,25%;
  }
  h2.top_title img{
    max-width: 400px;
  }
  /*ヘッドライン*/
  #section_headline{
    padding: 7px 0;
  }
  #section_headline .flex-viewport {
    padding-left: 0px;
  }
  #section_headline ul{
    margin-left: 10px;
  }
  /*新着*/
  #section_topics h2.top_title img{
    max-width: 400px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  #section_topics .box_right{
    display: block;
  }
  /*イベント*/
  #section_event{
    margin: 0 10px 30px;
  }
  /*動画*/
  #movie .movie_bg{
    padding: 30px 20px;
  }
  #movie .movie_bg > div{
    display: block;
  }
  #movie .movie_bg div.tiktok:not(.tik_last) {
    margin: 0 0 20px 0;
  }
  #movie iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-width: 100%;
  }
  #movie .movie_bg > div.youtube_movie{
    padding-bottom: 20px;
  }

  #movie .movie_bg > div.youtube_movie video {
    width: 100%;
  }
  

  /*アロマプレミアムとは*/
  #about .inner img{
    width: 220px;
  }
  .about_img_box{
    width:220px;
  }
  .about_txt_box{
    width: calc(100% - 250px);
  }
  /*フッターバナー・ツイッター*/
  #bnr_box, #section_twitter{
    display: block;
    width: 100%;
  }
  #bnr_box{
    background: none;
    margin-bottom: 40px;
  }
  #section_twitter{
    /* padding: 40px 20px 80px; */
    padding: 40px 20px;
  }
  #section_twitter .twitter_bnr {
    margin-block: 0;
  }



  /*-----------
  下層ページ
  ------------*/
  .page_top{
    height: 123px;
  }
  .other_page_title{
    top: 60px;
  }

  /*プロフィール*/
  #contents_profile .profile_box_right{
    width: 90%;
    float: none;
    margin: 0 auto 3%;
    text-align: center;
  }
  #contents_profile .profile_box_right > div{
    display: block;
  }
  #contents_profile .profile_box_right .sub_t{
   width: 100%;
 }
 #contents_profile .profile_box_right .sub_t:before,
 #contents_profile .profile_box_schedule h4:before{
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 900;
  margin-right: 3px;
}
#contents_profile .profile_box_left{
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
#contents_profile .profile_box_left .icon_new img {
  max-width: 80px;
}
#contents_profile .profile_box_schedule .table_sch_pc { /*PC版のテーブル削除*/
  display: none;
}

#contents_profile .profile_box_schedule .table_sch_sp { /*SP版のテーブル削除*/
  display: block;
  width: 100%;
  text-align: left;
  border-spacing: 0;
}
#contents_profile .profile_box_schedule .table_sch_sp tr{
  display: inline-block;
  width: 65%;
  vertical-align: middle;
  border-bottom: 0;
}
#contents_profile .profile_box_schedule .table_sch_sp tr.dates{
  width: 35%;
}

#contents_profile .profile_box_schedule .table_sch_sp th,
#contents_profile .profile_box_schedule .table_sch_sp td {
  padding: 5px 10px;
  height: 64px;
  vertical-align: top;
}
#contents_profile .profile_box_schedule .table_sch_sp th {
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
}
#contents_profile .profile_box_schedule .table_sch_sp td {
  display: block;
  width: 100%;
  border-bottom: solid 1px #d5d1c5;
}
#contents_profile .profile_box_schedule .table_sch_sp td .comment {
  font-size: 11px;
  border-top: 1px dashed #d5d1c5;
  padding: 5px;
  text-align: left;
}

#contents_profile .profile_box_schedule .table_sch_sp th:last-child,
#contents_profile .profile_box_schedule .table_sch_sp td:last-child{
  border-bottom: 0;
}
/*料金ページ*/
#contents_system h3 .system_subtitle{
  font-size: 20px;
  letter-spacing: 5px;
}
/*フォーム*/
#contents_form .table_collum_02 tr:first-child{
  padding: 20px 30px 0 30px;
}
#contents_form .table_collum_02 tr:last-child{
  padding: 0 30px 20px 30px;
}
#contents_form .table_collum_02 th,
#contents_form .table_collum_02 td{
  width: 100%;
  display: block;
  border-right: 1px none;
}
#contents_form .table_collum_02 th{
  padding: 10px 0 5px;
}
#contents_form .table_collum_02 th:before{
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 900;
  margin-right: 3px;
}
#contents_form .table_collum_02 tr{
  padding: 0 30px;
}
#contents_form .table_collum_02 td{
  text-align: justify;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding: 0 0 20px 15px;
  font-size: 14px;
}
#contents_form .table_collum_02 td p{
  margin: 5px 0;
  text-align: left;
}
#contents_form.contents_contact .table_collum_02 tr:last-child td,
#contents_form.contents_reserve .table_collum_02 tr:last-child td{
  border-bottom:none;
}
.deco_box1 .girl .pc_off{
  display: block;
}

/* 禁止マーク */
.prohibited_matter ul{
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prohibited_matter ul li{
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  margin-bottom: 6%;
  padding: 3%;
}
.prohibited_matter ul li:last-child{
  margin-bottom: 10%;
}


/*エラーページ*/
#section_err #err_title {
  font-size: 28px;
}
#section_err #err_subtitle {
  font-size: 15px;
}
}



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

@media screen and (max-width: 480px) {

 /* 共通*/

 body{
  font-size: 13px;
}
.pc{
  display: none;
}
  /*-----------------------------
  ヘッダー・フッター
  -----------------------------*/
  /*ドロワー*/
  #drawer .container{
    min-height: 480px;
  }
  #drawer .container,#drawer .menu{
    border-radius: 0 0 25px 25px;
  }
  #drawer .menu{
    padding: 45px 20px 0px 20px;
  }
  #drawer .menu li{
    text-align: center;
  }
  #drawer .menu-bg.top {
    left: -12%;
    top: -120px;
  }
  #drawer .menu-bg.middle {
    top: 14%;
    left: -50%;
  }
  #drawer .menu-bg.bottom{
    top: 117%;
  }
  #drawer .menu a:before{
    display: none;
  }
  #drawer .menu li.last{
    width: 100%;
    border-top: 1px dotted #e0e0e0;
    padding-top: 10px;
  }
  #drawer .menu li.last .btn_box{
    width: auto;
  }
  #drawer .menu .f_snsicon{
    text-align: center;
    width: auto;
    margin-top: 14px;
  }
  #drawer .menu .f_snsicon i{
    margin:0 2px;
  }
  /*フッター*/
  footer .footer_menu{
    display: none;
  }
  footer ul.f_telopen {
    font-size: 15px;
    letter-spacing: 1px;
  }
  footer .bottom_logo img {
    max-width: 300px;
  }
  footer .f_snsicon i{
    font-size: 2em;
    margin:0 2px;
  }
  /*メインビジュアル付近*/
  #tel_open,#section_headline h2{
    font-size: 14px;
  }
  #mainvisual .slides {
    height: calc(100vh - 170px);
  }
  .logo_main img {
    max-width: 320px;
  }

  /*出張時間*/
  .etc_txt_pink span {
     font-size: 14px !important;
   }

  /*セラピスト共通*/
  .cast_box li .img_box .prof_box {
    font-size: 12px;
  }
  .cast_box li,
  #section_schedule_today .cast_box li {
    width: 48%;
  }
  .cast_box li .img_box .prof_box,
  .cast_box li .txt_box .time{
    font-size: 13px;
  }
  .cast_box li .txt_box .comment{
    text-align: left;
  }
  .icon_new img {
    max-width: 50px;
  }
  /*トップページ*/
  h2.top_title{
    background-position: 0%,100%;
  }
  /*本日の出勤*/
  #section_schedule_today{
    padding:30px 0 0;
  }
  #section_schedule_today .go_staff a{
    max-width: 280px;
    padding: 7px 5%;
    font-size: 13px;
  }
  #section_schedule_today .go_staff a span:after{
    padding-left: 32px;
  }
  /*新着*/
  #section_topics {
    background: none;
    padding: 0 10px;
  }
  #section_topics h2.top_title {
    background: url(../images/bg_point01.png), url(../images/bg_point02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0%, 100%;
    background-size: 25%, 25%;
    max-width: 960px;
    margin: 0 auto;
  }
  #section_topics .info_box {
    max-width: 480px;
  }
  #section_topics .info_box_waku {
    height: 400px;
  }
  #section_topics .box_right {
    padding-bottom: 0;
  }
  /*アロマプレミアムについて*/
  .about_img_box{
    width:170px;
  }
  #about .inner img{
    width: 170px;
  }
  .about_txt_box{
    width: calc(100% - 170px);
  }
  .text-container_title{
    font-size: 16px;
  }
  #about p {
    line-height: 1.5;
  }
  .one_sec .text-container,
  .two_sec .text-container{
    padding: 0 15px;
  }
  /*コンテンツ*/
  /*
  #movie iframe{
    width: 380px;
    height: 240px;
  }
  */
  #bnr_box h2 .btn_img{
    padding: 15px 10px;
  }
  #section_sns img{
    max-width: 85px;
  }
  /*下層ページ*/
  .page_top {
    height: 85px;
  }
  .other_page_title{
    font-size: 26px;
    top: 52px;
  }
  .other_page{
    padding: 40px 0;
  }
  /*セラピスト関係*/
  #contents_schedule .schedule_nav li{
    width: 48%;
  }
  #contents_schedule .schedule_nav li a{
    padding: 5px 25px 5px 15px;
  }
  #contents_schedule .schedule_nav li a i{
    height: 33px;
    line-height: 33px;
  }
  /*プロフィール*/
  #contents_profile .profile_box_left .cast_bg{
    max-width: 290px;
  }
  #contents_profile .profile_box_left .icon_new {
    left: -6px;
    top: -6px;
  }
  /*料金ページ*/
  #contents_system .cream{
    font-size: 12px;
  }
  #contents_system .cream h3{
    font-size: 1.8em;
  }
  #contents_system h3 .system_subtitle{
    font-size: 18px;
  }
  #contents_system .bg_price .deco_box1{
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
  }
  #contents_system .bg_price .deco_box2{
    padding: 10px 30px;
  }

  #contents_system .bg_price .coution_new {
    width: 96%;
    font-size: 14px;
    padding: 20px 12px;
  }

  #contents_system .table_system table,
  #contents_system .table_option table{
    font-size: 13px;
  }
  #contents_system .table_system th{
    padding: 10px;
    line-height: 1.7em;
  }
  #contents_system .table_system td {
    letter-spacing: 1.5px;
  }
  .font_blue,
  .coution_reserve .font_blue{
    font-size: 15px;  
  }
  .font_blue{
    padding-bottom: 10px;
  }
  .br_sp_none{
    display: none;
  }
  .br_pc_none{
  display: block;
}
  /*リクルート*/
  #contents_form .table_collum_02 tr:first-child{
    padding: 20px 20px 0;
  }
  #contents_form .table_collum_02 tr{
    padding: 0 20px;
  }
  #contents_form .table_collum_02 tr:last-child{
    padding: 0 20px 20px 20px;
  }
  /*フォーム*/
  #contents_form.contents_reserve .table_collum_02 th,
  #contents_form.contents_contact .table_collum_02 th{
    font-size: 14px;
  }
  #contents_form.contents_reserve .table_collum_02 td,
  #contents_form.contents_contact .table_collum_02 td{
    font-size: 12px;
  }
  /* 体験レポート */
  .pc_block{
    display: none;
  }
  .sp_block{
    display: block;
  }
  /* プラズマクラスター画像 */
  .event_sentence .text_plasma_cluster{
    padding: 0 0 0 13px;
    line-height: 1.6;
  }
  .event_sentence .img_plasma_cluster {
    max-width: 28%;
  }
}

@media screen and (max-width: 400px) {
  #section_headline h2{
    font-size: 11px;
    padding: 0 6px;
  }
  #section_headline ul{
    font-size: 11px;
  }
  #movie iframe{
    padding: 10px 0;
  }
  #about .flex{
    align-items: center;
  }
  #bnr_box h2 .btn_img{
    max-width: 180px;
  }
  .other_page_title{
    font-size: 23px;
    top: 56px;
  }
  .contents_recruit .event_sentence{
    padding: 10px;
  }
}
@media screen and (max-width: 360px) {
  #drawer .menu a{
    width: 120px;
  }
  .about_img_box{
    width:140px;
  }
  #about .inner img{
    width: 140px;
  }
  .about_txt_box{
    width: calc(100% - 140px);
  }
  .text-container p{
    font-size: 12px;
  }
  .contents_recruit .event_title{
    font-size: 22px;
  }
}
@media screen and (max-width: 330px) {
  #mainvisual .slides {
    height: calc(100vh - 70px);
  }
  .logo_main {
    top: 20%;
  }
  .precautions {
    font-size: .8rem;
  }
}

@media screen and (max-width: 768px) {
  .cast_box li .txt_box .comment{
    text-align: left;
  }
  .box_event{
    margin-bottom: 40px;
  }
  .box_event img{
    width: 95%;
  }
}