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

*{
  -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 {
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 {
  
  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;}

input, select {vertical-align: middle;}

.form_reset{
  -webkit-appearance: none;
  border:none;
}

.btn_box::after,
.list_link_box::after,
#section_headline h2::after,
#section_headline::after{
  display: block;
  clear: both;
  height: 0;
  content: "";
}


body {
  background: #fff;
  text-align: center;
  min-height: 800px;
  min-width: 320px;
  margin:0 auto;
}



.atten_01 {color: #40cfd8;}

.atten_02 {color: #ff7286;}

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


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



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

.page_top{
  position: relative;
  height: 280px;
  background: url(../images/bg_second.jpg) top left no-repeat;
  background-size:100%;
  background-attachment: fixed;
  overflow: hidden;
}
.other_page {
  position: relative;
  padding: 60px 0;
}

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

  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(/static/image/bg_pat01.png), #fdaec6;
  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: #fdaec6;
  padding: 3px 0;
  color: #fff;
}
.cast_box li .txt_box .comment {
  font-size: 11px;
  color: #fff;
  background-color: #e9a8a0;
  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(253,183,174, 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 {

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


.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:first-child::before {
  content:'\f015';
  font-family:'Font Awesome 5 Free';
  font-weight:900;
  color:#787878;
}
.pankuzu ol li::before {
  content: " > ";
    color:#787878;
}
.pankuzu ol li:first-child{
  color:#787878;
}
.pankuzu ol li a{
  color:#787878;
}


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: 200px;
  width: 100%;
}
footer .f_telopen ul{
  color:  #afa37d;
  width: 300px;
  font-size: 18px;
  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 .copyright{
  font-size: 10px;
  text-align: center;
  color: #fdb7ae;
  margin: 20px 0;
}

#footer_nav{
  display: none;
}

#section_top {
  padding: 0;
  margin: 0;
  position: relative;
}
.logo_main{
    top: 15%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:9999;
    margin: auto;
    position: absolute;
}
.logo_main img{
    max-width: 400px;
    width: 100%;
}
#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{
  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: #fdb7ae;
  max-width: 600px;
  width: 100%;
  display: inline-block;
  font-size: 0.8em;
  padding: 4px;
  border-radius: 20px;
}



#section_headline {
  margin-bottom: 0px;
  background: #fdb7ae;
  padding: 5px 0;
}
#section_headline .inner{
  max-width: 760px;
}
#section_headline h2 {
  color: #8a815f;
  float: left;
  line-height: 28px;
  font-size: 16px;
  background: #fdb7ae;
  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(/static/image/bg_point01.png),url(/static/image/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;
}


#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 #fdb7ae;
  color: #fdb7ae;
  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;
}
#movie iframe{
  padding: 10px;
  height: 300px;
  width: 450px;
}


#about .sec{
    margin-bottom: 50px;
}
#about .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_img_box{
    width:55%;
}
.about_txt_box{
    width:42%;
    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: #fdb7ae;
    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: #fdb7ae;
    font-size: 30px;
    font-weight: 600;
}


.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 .inner {
    border-collapse: separate;
    width: 100%;
    display: block;
    max-width: none;
    margin: 0;
     
    

}
#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{
   
    overflow: hidden;
    vertical-align: middle;
   
    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("/static/image/img_bnrbg_line.jpg") no-repeat;
 background-size: cover;
}
#recruit_box .bg-scale:after {
 background: url("/static/image/img_bnrbg_recruit.jpg") no-repeat;
 background-size: cover;
background-position: 60% 0;
}
#contact_box .bg-scale:after {
 background: url("/static/image/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;
}






#section_twitter{
  background: url("/static/image/bg_twitter.jpg") center bottom no-repeat,#fcf5e6;
  background-size: 100%;
  padding: 20px 20px 40px;
}
.twitter_box{
  width: 100%;
  height: 480px;
  overflow: scroll;
}

#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{
  
  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: #fdb7ae;
    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), #fdb7ae;
  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('/static/image/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%;
  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: 10px;
  margin:  0 auto 20px;
  border-top: solid 2px #ffc2c5;
  border-bottom: solid 2px #ffc2c5;
  color: #ff9292;
  font-size: 16px;
}
#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;
  max-width: 768px;
  table-layout: fixed;
  border: 1px solid #c5bda3;
}
#contents_system .table_system 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;
  background: #f8f8f8;
}
#contents_system .table_system th{
  width: 60%;
}
#contents_system .table_system th span{
  color: #b1ab9a;
}
#contents_system .table_system td,
#contents_system .table_option td{
  vertical-align: middle;
  background: #fff;
}
#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;
}


#contents_access .dl_type_01 dd{
  padding: 20px;
  margin: 20px 0;
  background: #fffbf4;
  font-size: 14px;
  color: #5e5e6b;
}
#contents_access .a_txt{

}

#contents_access iframe{
  width: 96%;
  margin: 0 auto 20px;
}


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

.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 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_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 {

  margin: 0 30px 20px 0;
}


#section_err{
  min-height: 600px;
    background-image: url(/static/image/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;
}


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

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


@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: 200px;
      margin: 6px;
      filter: brightness(100);
  }


  header.fixed {
      background: rgba(253,183,174, 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{
    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;
  }

  
  #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: #71de9e;
  }
  #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: #fdaec6;
  }
   #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;
  }
  
  #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;
  }

  
  .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 { 
    display: none;
  }
  
  #contents_profile .profile_box_schedule .table_sch_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;
}



  
  #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: 200px;
  }
  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: 280px;
  }

  
  .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(/static/image/bg_point01.png), url(/static/image/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: 17px;
  }
  .one_sec .text-container,
  .two_sec .text-container{
    padding: 0 15px;
  }
  
  #movie .movie_bg{
    padding: 0;
  }
  #movie iframe{
    width: 380px;
    height: 240px;
  }
  #bnr_box h2 .btn_img{
    padding: 15px 10px;
  }
  #section_sns img{
    max-width: 85px;
  }
  
  .page_top {
    height: 120px;
    background: url(../images/bg_second.jpg) top left no-repeat;
      background-size:100% 120px;
      background-attachment: fixed;
      overflow: hidden;
  }
  .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 .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;
  }
  
  #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;
  }
}

@media screen and (max-width: 400px) {
  #section_headline h2{
    font-size: 11px;
    padding: 0 6px;
  }
  #section_headline ul{
    font-size: 11px;
  }
  #movie iframe{
    width: 300px;
    height: 180px;
  }
  #about .flex{
    align-items: center;
  }
  #bnr_box h2 .btn_img{
    max-width: 180px;
  }
  .other_page_title{
    font-size: 23px;
    top: 56px;
  }
}
@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%;
}
}