@charset 'utf-8';
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Times New Roman",Times,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
  background: #FEEDF4 url(../image/enter_bg.jpg) no-repeat 50% 50% fixed;
}
#op_image {background: #fff;}
a { text-decoration: none; color: #fc5195;}
a:hover { text-decoration: none; color: #fc5195;}
img { border-style: none; vertical-align: middle;}
h1,h2,h3,h4,h5,h6{ font-size: 14px; padding: 0;}
h1.pink {
  font-size: 15px;
  color: #fc5195;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  margin: 0;
  white-space: nowrap;
}
#loader-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
#loader {
  width: 140px;
  color: #fc5195;
  margin-left: -100px;
  margin-top: -100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes gradientAnimation {
  0% {  background-position: 0 30%, 0 0 }
  50% {  background-position: 100% 70%, 0 0 }
  100% {  background-position: 0 30%, 0 0 }
}
@-moz-keyframes gradientAnimation {
  0% {  background-position: 0 30%, 0 0 }
  50% {  background-position: 100% 70%, 0 0 }
  100% {  background-position: 0 30%, 0 0 }
}
@-o-keyframes gradientAnimation {
  0% {  background-position: 0 30%, 0 0 }
  50% {  background-position: 100% 70%, 0 0 }
  100% {  background-position: 0 30%, 0 0 }
}
@keyframes gradientAnimation {
  0% {  background-position: 0 30%, 0 0 }
  50% {  background-position: 100% 70%, 0 0 }
  100% {  background-position: 0 30%, 0 0 }
}
#index-inner {
  width: 87%;
  text-align: center;
  margin: 0px auto;
  background: rgba(51,51,51,0.6);
  border: #fff solid 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#index-inner p {
  padding: 10px 20px;
  margin: 0px;
  font-size: 0.8em;
}
#index-inner h2 { padding: 10px; text-shadow: 0px 0px 5px #fff;}
#index-shoplist { width: 100%; margin: 10px auto;}
#index-shoplist ul { margin: 0; padding: 0;}
.indexshopbanner {
  display: inline-block;
  margin: 0.5%;
  max-width: 30%;
  width:320px;
  background: rgba(0, 0, 0, 0) url("../image/btn_arrow.png") no-repeat scroll right 4% center;
  border: 1px solid #48494A;
  color: #fff;
  font-size: 1.3em;
  font-style: italic;
  letter-spacing: 0.15em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
.indexshopbanner:hover {
  background: #ffcfe2;
}
.area_shop {
  letter-spacing: 0.15em;
  text-align: center;
  padding-top: 30px;
  font-size: 2em;
}
.enter-btn {
  width: 35%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fc5195;
  padding: 20px 5px;
  margin: 7px;
  text-decoration: none;
  background: #ffa6ca;
  background: -moz-linear-gradient(top,#ffffff 0%,#ffe0ec 50%,#ffcce0 50%,#ffa6ca);
  background: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(0.50, #ffe0ec),color-stop(0.50,#ffcce0),to(#ffa6ca));
  -moz-box-shadow: 0px 1px 3px rgba(020,020,020,0.5),inset 0px 0px 2px rgba(230,025,100,1);
  -webkit-box-shadow: 0px 1px 3px rgba(020,020,020,0.5),inset 0px 0px 2px rgba(230,025,100,1);
  box-shadow: 0px 1px 3px rgba(020,020,020,0.5),inset 0px 0px 2px rgba(230,025,100,1);
  text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,1);
  font-size: 1.8em;
  color: #050505;
  display: inline-block;
}
.enter-btn:hover {
  background: #ff7db3;
  background: -moz-linear-gradient(top,#fff5ff 0%,#ffc4dc 50%,#ffa6ca 50%,#ff85b6);
  background: -webkit-gradient(linear, left top, left bottom,from(#fff5ff),color-stop(0.50, #ffc4dc),color-stop(0.50, #ffa6ca),to(#ff85b6));
  color: #050505;
}
.leave-btn {
  width: 20%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e82364;
  padding: 10px 5px;
  margin: 7px;
  text-decoration: none;
  font-size: 1.8em;
  color: #ffffff;
  display: inline-block;
  text-shadow: 0px 2px 1px #1b1b1d;
  -moz-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.leave-btn:hover { background-color: #555; color: #ffffff;}
.index-wrapper {
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  -moz-box-shadow: 0 100px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 100px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 100px 20px 0 rgba(0, 0, 0, 0.2);
}
#wrapper {
  width: 950px;
  margin: auto;
  text-align: center;
  clear: both;
}
.wrap_bg {
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(249,252,252,1) 40%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(249,252,252,1) 40%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(249,252,252,1) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f9fcfc',GradientType=0 );
  padding-bottom: 1em;
}
#header {
  width: 950px;
  margin: auto;
  font-size: 11px;
  text-align: center;
  color: #191919;
  clear: both;
}
#header h1 {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
table#shop_payment {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10;
  text-align: right;
}
#shop_payment tr th {  text-align: right;}
#shop_payment tr th span { font-size: 1.5em; border-bottom: 2px dotted #bbb;}
#shop_payment tr td {  font-size: 0.8em;}
.headlinetext {
  margin: 0;
  padding: 3px;
  background: transparent;
  color: #373737;
  font-weight: bold;
  font-size: 2em;
}
#contents { margin-bottom: 20px; text-align: left;}
#contents-left {
  float: left;
  width: 70%;
  text-align: center;
}
#contents-blog { text-align:left; }

#video-contents { text-align:left; }
.video-container { float:left; margin:25px; }

#costume-contents { text-align:left; }
.costume-container {
	float:left;
	width:150px;
	margin:2px;
	background-color:#ffffff;
	border:2px solid #cccccc;
	border-radius:5px;
	text-align:center;
}

#nhlist { float:left; width:50%; }
#otklist { float:left; width:50%; }

#contents-right {
  width: 28%;
  float: right;
  margin-left: 10px;
  text-align: left;
}
#contents-right img {
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 24px;
  border-top: solid 6px #fc5195;
  clear: both;
}
#footercontainer {
  width: 950px;
  margin: 0 auto;
}
#footer .contents {
  width: 30%;
  padding-bottom:10px;
  float: left;
  text-align: left;
}
#footer .contents a {
  display: block;
  width: 90%;
  line-height: 30px;
  padding-left: 0.5em;
  color: #fff;
}
#footer span {
  color: #eee;
  display: block;
  width: 100%;
  padding-top:20px;
  padding-bottom:80px;
  clear: both;
  border-top: solid 1px #fff;
}
#footer h3 { text-shadow: 0px 0px 4px #ffffff; padding-left: 10px;}
#footer a:hover { color: #fc5195; text-decoration: underline;}
#topbar {
  width: 100%;
  height: 30px;
  margin-bottom:10px;
  overflow: hidden;
  z-index: 2;
  background: url(../image/topbar_bg.png) repeat left top;
}
#topbar-text {
  font-size: 1.2em;
  line-height: 1.6em;
  display: block;
  height: auto;
  text-shadow: 0px 1px 2px #fc5195;
  width: 950px;
  margin: auto;
  max-width: 100%;
  background: #fedce9;
  background: -moz-linear-gradient(top, #fedce9 0%, #fda8ca 100%);
  background: -webkit-linear-gradient(top, #fedce9 0%,#fda8ca 100%);
  background: linear-gradient(to bottom, #fedce9 0%,#fda8ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedce9', endColorstr='#fda8ca',GradientType=0 );
}
#topbar-text span { font-size: 0.8em;}
#logo {
  width: 100%;
  height: 210px;
  margin: auto;
  z-index: 0;
  background-color: #ffffff;
  margin-top: 110px;
  background: url(../image/libe_headerbg.png) no-repeat scroll center top transparent;
}
#logo h2 {
  position: relative;
  width: 950px;
  margin: 0px auto;
  height: auto;
}
#logo .topbarlogo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
#logo .topbarlogo img.heartlogo {
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 0px;
}
strong.umeda {
  color: #fff;
  background: #fb4883;
  padding: 2px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
}
strong.nihonbasi {
  color: #fff;
  background: #e559ba;
  padding: 2px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
}
strong.kobe {
  color: #fff;
  background: #bb4198;
  padding: 2px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
}
strong.kyoto {
  color: #fff;
  background: #fd2992;
  padding: 2px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
}
strong.expiration {
  color: #fff;
  background: #2e2426;
  border: 2px solid #2e2426;
  padding: 1px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
}

.profile img{ max-width:100%; }
.profile video{ max-width:100%; }
dl.profile {
  float: left;
  width: 99%;
  margin: 12px 0px 0px 3px;
  border: 1px solid #fc5195;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#ffffff;
}
dt.profile {
  padding: 7px;
  background-color: #fc5195;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.write_mark img{
  position: absolute;
  top: 2px;
  right: 4px;
}
dd.profile {
  float: left;
  width: 95%;
  margin: 5px 5px 5px 10px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.8em;
}
/* お客様の感想欄------------- */
dd.profile-srcollbar {
  float: left;
  margin: 5px 5px 5px 10px;
  font-size: 14px;
}
/* SCHEDULE------------- */
.schedulebox {
  float: left;
  width: 127px;
  background-color: #ffffff;
  border: 2px solid #fc5195;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 120px;
  line-height: 120px;
}
@media screen and (max-width: 599px) {
  .schedulebox {
    width: 24%;
    margin: 0.2em;
    padding: 0;
    font-size: 0.7em;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #fc5195;
  }
}
strong.expiration {
  color: #fff;
  background: #2e2426;
  border: 2px solid #2e2426;
  padding: 1px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.last {
  color: #fff;
  background: #ffa6d0;
  border: 2px solid #ffffff;
  padding: 1px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}

/* ニュース------------- */
.newsbox {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
  background-color: #ffffff;
}
.newsbox p {  margin: 0;}
img.news_img {
  float: left;
  margin-right: 20px;
  margin-left: 10px;
}
h1.news_title1 {
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background-color: #fc5195;
  text-align: left;
  padding-left: 12px;
  margin: 0;
}
h2.news_title1 {
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background-color: #fc5195;
  text-align: left;
  padding-left: 12px;
  margin: 0;
}
.news_text {
  color: #3f3f3f;
  margin-top: 0;
}
.link-container { float:left; }
.clearleft { clear: both;}

/* アンケートフォーム------ */
#enqueteform {
  width: 910px;
  margin: auto;
  padding: 10px;
  border: solid 2px #fbd2db;
  margin-bottom: 20px;
  color: #454545;
  text-align: left;
}
#enqueteform input {  margin: 5px 0;}
#enqueteform select {
  height: 40px;
  margin: 5px 0;
}
#enqueteform p { font-size: 1.3em; margin: 0; color: #fc5195;}
.submit {
  width: 150px;
  height: 50px;
  border: 1px solid #777;
  padding: 4px 10px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
  background: #fb1f76;
  background: -moz-linear-gradient(top, #fb1f76, #fc5195);
  background: -ms-linear-gradient(top, #fb1f76, #fc5195);
  background: -webkit-gradient(linear, left top, left bottom, from(#fb1f76), to(#fc5195));
  font-family: "Century Gothic","メイリオ", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px #fff;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  zoom: 1;
}
/* 運営スタッフページ表----- */
.monotone-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  border: none;
  color: #000;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.monotone-table caption {
  margin-bottom: 1px;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #000;
}
.monotone-table th {
  background: url(../image/syasen.gif);
  border: none;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0 1px #FFF;
}
.monotone-table td {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #000;
  text-align: left;
  vertical-align: baseline;
}
/* TOPへ戻る------------- */
.pagetop { text-align: right; margin: 30px 0px 0px 0px;}
.pagetop a {
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  padding: 0.5em 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  text-align: center;
}
/* 2017版の見出し------------- */
.section-header {
  font-family: 'Cinzel', serif;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1.4em;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 400;
}
.section-header span {
  display: block;
}
/* 各ページ補足文のセクション------------- */
.enclose-box{
  background: #fff;
  padding: 1rem;
  margin: 2rem auto;
  width: 75%;
  border: double 3px #b0afb0;
  line-height: 1.65em;
  color: #292627;
  font-size: 0.9em;
}
.enclose-box span{
  font-weight: 300;
  color: #fc5195;
}
/* ネオンの見出し------------- */
#todaygirl_list, #newhalf_list, #otoko_list, #side_titlebar {
  color: #fff;
  background: #222222;
  background: -moz-linear-gradient(top, #5b5b5b 0%, #222222 100%);
  background: -webkit-linear-gradient(top, #5b5b5b 0%,#222222 100%);
  background: linear-gradient(to bottom, #5b5b5b 0%,#222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#222222',GradientType=0 );
  width: 100%;
  height: 60px;
  font-size: 1.7em;
  line-height: 2.2em;
  font-weight: 500;
  text-shadow: 0 0 6px #fff, 0 0 3px #fff, 0 0 0px #fff, 0 0 0px #fb1254, 0 0 6px #fb1254, 0 0 6px #fb1254, 0 0 10px #fb1254, 0 0 10px #fb1254;
  clear: both;
}
#todaygirl_list span, #newhalf_list span, #otoko_list span, #side_titlebar span {
  color: #fc5195;
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: normal;
  padding-left: 20px;
  text-shadow: none;
}
/* 電話するボタン------------- */
.css_btn_class, .css_btn_class2 {
  font-size: 22px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e82364;
  padding: 0;
  margin: 5px 5px 0 0;
  text-decoration: none;
  text-align: center;
  background: #ffa1c0;
  background: -moz-linear-gradient( center top, #ffa1c0 5%, #fa3577 100% );
  background: -ms-linear-gradient( top, #ffa1c0 5%, #fa3577 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1c0', endColorstr='#fa3577');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffa1c0), color-stop(100%, #fa3577) );
  color: #ffffff;
  display: inline-block;
  text-shadow: 0px 2px 1px #800024;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  position: absolute;
  top: 140px;
  right: 5px;
  z-index: 9;
}
.css_btn_class2 {
  position: absolute;
  top: 140px;
  right: 180px;
}
.css_btn_class a, .css_btn_class2 a {
  color: #fff;
  display: block;
  padding: 10px 10px;
}
.css_btn_class:hover, .css_btn_class2:hover {
  background: #fa3577;
  background: -moz-linear-gradient( center top, #fa3577 5%, #ffa1c0 100% );
  background: -ms-linear-gradient( top, #fa3577 5%, #ffa1c0 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa3577', endColorstr='#ffa1c0');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa3577), color-stop(100%, #ffa1c0) );
  color: #ffffff;
}
.css_btn_class:active { position: relative; top: 1px;}
.reserve-btn {
  width: 41%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fc5195;
  padding: 20px 5px 20px 0;
  margin: 7px;
  text-decoration: none;
  background: -moz-linear-gradient(top, #ffffff 0%, #faedf2 50%, #dbdbdb 50%, #b5b5b5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #faedf2), color-stop(0.50, #dbdbdb), to(#b5b5b5));
  -moz-box-shadow: 0px 1px 3px rgba(020,020,020,0.5), inset 0px 0px 7px rgba(251,102,144,1);
  -webkit-box-shadow: 0px 1px 3px rgba(020,020,020,0.5), inset 0px 0px 7px rgba(251,102,144,1);
  box-shadow: 0px 1px 3px rgba(020,020,020,0.5), inset 0px 0px 7px rgba(251,102,144,1);
  text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,1);
  font-size: 1.8em;
  color: #050505;
  display: inline-block;
}
.reserve-btn:hover {
  background: #ff7db3;
  background: -moz-linear-gradient(top,#fff5ff 0%,#ffc4dc 50%,#ffa6ca 50%,#ff85b6);
  background: -webkit-gradient(linear, left top, left bottom,from(#fff5ff),color-stop(0.50, #ffc4dc),color-stop(0.50, #ffa6ca),to(#ff85b6));
  color: #050505;
}
#side-news { width: 100%; margin: auto;}
/* パンくずリスト------------- */
.mod-breadcrumbs {
  text-align: left;
  font-size: 1em;
  font-style: normal;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#profile-column {
  float: left;
  width: 48%;
  margin-left: 12px;
  text-align: left;
}
#profile-colimage { width: auto;}
#weektable {  width: 105px;}
#profiletable {
  width: 100%;
  height: 150px;
  background: #fc5195;
  border-spacing: 1px;
}
#profiletable td { background: #fff; text-align: center;}
#profiletable tr.tablebackground td {
  background: #feedf4;
  text-align: center;
  height: 30px;
  width: 130px;
}
.prof-slidewrap {
  width: 100%;
  padding: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.prof-holizontal {
  width: 1100px;
  -webkit-overflow-scrolling: touch;
}
.prof-holizontal .unit {
  float: left;
  width: 170px;
  margin: 0 0 0 5px;
  border: 1px solid #fedce9;
  background: #fef0f5;
}
.prof-holizontal .unit:first-child {  margin: 0;}
.prof-holizontal .unit .img {  text-align: center;}
.prof-holizontal .unit .caption {  text-align: center;}
/* PC表示切り替えボタン------------- */
ul.switch {
  text-align: left;
  max-width: 100%;
  margin: 30px auto;
  padding: 0;
  clear: both;
  padding: 20px 0px 0px;
}
ul.switch li {
  display: inline-block;
  padding: 0;
  text-align: center;
}
#btnPC {
  font-size: 1.2em;
  display: block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  color: #444;
  padding: 5px 30px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
  background: -moz-linear-gradient( top, #ffffff 0%, #ffffff 50%, #b5b5b5);
  background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ffffff), to(#b5b5b5));
  border: 2px solid #fc5195;
  -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
  box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
  text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,1);
}
#btnSP {
  font-size: 1.2em;
  display: block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  color: #444;
  padding: 5px 30px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  background: -moz-linear-gradient( top, #ffffff 0%, #ffffff 50%, #b5b5b5);
  background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ffffff), to(#b5b5b5));
  border: 2px solid #fc5195;
  -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
  box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
  text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,1);
}
.blogpage-img {
  width: 300px;
  float: left;
  margin: 4px;
  margin-bottom: 35px;
  padding: 4px;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: rgba(50, 53, 56, 0.32) 0px 0px 7px 0px;
  -webkit-box-shadow: rgba(50, 53, 56, 0.32) 0px 0px 7px 0px;
  box-shadow: rgba(50, 53, 56, 0.32) 0px 0px 7px 0px;
}

.link-container { float:left; }

/* 以下　レスポンシブ
--------------------------------------------------    */
@media only screen and (max-width: 768px) {
  .heroimage {  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(245, 225, 224, 0.2), rgba(245, 225, 224, 0.7), rgba(251, 102, 144, 0.2)) no-repeat scroll 0 0 / 1000% auto, url(../image/enter_bg570.png) no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0) }
  img { max-width: 100%; height: auto; width : auto;}
  h1.pink {  font-size: 0.7em; white-space: nowrap; }
  .headlinetext {font-size:0.85em;}
  .container {  width: auto;}
  #wrapper { max-width: 100%; height: auto;}
  #topbar { background-size: contain;}
  #logo {
    max-width: 100%;
    text-align: left;
    margin-top: 82px;
    height: 150px;
    background-size: cover;
  }
  #logo h2 { width: 100%;}
  #logo img {
    margin: 0px;
    padding: 0px;
    height: auto;
  }
  #logo img.heartlogo { width: 10%;}
  #logo a.topbarlogo {
    display: block;
    width: 100%;
    height: 150px;
  }
  table#shop_payment { font-size: 1em;}
  #shop_payment tr td img { max-width: 100%; height: auto;}
  .css_btn_class {
    display: block;
    height: auto;
    position: absolute;
    top: 130px;
    left: 10px;
    font-size: 1.2em;
    margin: 5px 0;
    width: 45%;
  }
  .css_btn_class2 {
    display: block;
    height: auto;
    position: absolute;
    top: 130px;
    right: 10px;
    font-size: 1.2em;
    margin: 5px 0;
    width: 45%;
  }
  .css_btn_class a, .css_btn_class2 a { padding: 5px 0;}
  #slides {
    max-width: 100%;
    height: auto;
    background-size: contain;
  }
  #slides img {
    max-width: 100%;
    height: auto;
    background-size: contain;
  }
  #contents-left {
    display: block;
    width: auto;
    float: none;
    text-align: center;
    overflow: hidden;
    zoom: 1;
  }
  #contents-left p img { max-width: 47%;}
  #contents-blog { text-align:center; }

  #video-contents { text-align:center; }
  .video-container { float:none; margin:25px; }

#costume-contents { text-align:center; }
.costume-container {
	display: inline-block;
	float:none;
	width:130px;
	margin:2px;
	background-color:#ffffff;
	border:2px solid #cccccc;
	border-radius:5px;
	text-align:center;
}
.costume-clear{ clear:both; }

  #todaygirl_list, #newhalf_list, #otoko_list, #side_titlebar {
    padding: 0;
    color: #fff;
    width: 100%;
    height: auto;
    font-size: 0.8em;
    line-height: 2.5em;
    font-weight: 500;
    text-shadow: 0 0 6px #fff, 0 0 3px #fff, 0 0 0px #fff, 0 0 0px #fb1254, 0 0 6px #fb1254, 0 0 6px #fb1254, 0 0 10px #fb1254, 0 0 10px #fb1254;
  }
  #todaygirl_list span, #newhalf_list span, #otoko_list span, #side_titlebar span {
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: normal;
    padding-left: 20px;
    text-shadow: none;
  }
  #contents-right {
    float: none;
    width: auto;
    margin: 0;
    text-align: center;
    overflow: hidden;
    zoom: 1;
  }
  #contents-right img {
    max-width: 90%;
    display: block;
    margin: 10px auto;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  }
  #side-news { width: 80%; margin: auto;}
  .side-img { width: 50%; float: left;}
  .system-p { max-width: 100%; text-align: center;}
  #system-table { width: 100%; font-size: 0.7em;}
  #enqueteform {  max-width: 90%;}
  #enqueteform p {  font-size: 1em;}
  #enqueteform table {  max-width: 100%;}
  #mapbox {  max-width: 90%;}
  #mapbox table {  max-width: 100%;}
  .mod-breadcrumbs { text-align: center; font-size: 0.8em;}
  #BodySchedule {
    width: 90%;
    margin: auto;
    padding: 0;
    text-align: center;
  }
  #profile-column {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #weekschedule {  font-size: 0.7em }
  #weekschedule img {
    width: 55px;
    height: auto;
    max-width: none;
  }
  #weektable {  width: 80px;}
  #profiletable {  font-size: 0.8em;}
  #profiletable td {  font-size: 1em;}
  dd.profile-srcollbar {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: auto;
    height: 300px;
  }
  #footer {
    max-width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  #footercontainer { max-width: 100%; height: auto;}
  #footer .contents { width: 50%;}
  .write_mark img{
    width: 21%;
    height: auto;
  }
.link-container { float:none; margin:10px 0; }
}
@media only screen and (max-width: 660px) {
  .blogpage-img {
    max-width: 46%;
    margin: 3px;
    padding: 2px;
  }
  .indexshopbanner {
    max-width: 40%;
    font-size: 0.8em;
    background: rgba(0, 0, 0, 0) url("../image/btn_arrow.png") no-repeat scroll right 8% center;
    margin: 5px 5px;
  }
}
@media only screen and (max-width: 599px) {
  .write_mark img{
    width: 28%;
  }
}
@media only screen and (max-width: 570px) {
  body {
    background: #fff5f8;
  }
  #topbar { height: 15px;}
  #index-inner { background-size: contain;}
  #index-inner img { max-width: 15%;}
  #weekschedule img { width: 45px; height: auto;}
  #weektable { width: 50px;}
  #weekschedule { font-size: 0.4em;}
  #profiletable td {  font-size: 0.6em;}
  ul.switch { text-align: center;}
  #btnPC {
    font-size: 0.8em;
    height: 30px;
    line-height: 30px;
    width: 70px;
    padding: 5px 20px;
  }
  #btnSP {
    font-size: 0.8em;
    height: 30px;
    line-height: 30px;
    width: 70px;
    padding: 5px 20px;
  }
  dl.profile { margin: 0 0 20px 0;}
  .enter-btn {
    width: 70%;
    padding: 10px 5px;
    margin: 7px;
  }
  .leave-btn {
    width: 50%;
    padding: 5px 5px;
    margin: 7px;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 500px) {
  #logo img { max-width: 100%;}
  #logo img.heartlogo { width: 10%;}
  .css_btn_class, .css_btn_class2 {
    position: absolute;
    top: 120px;
    right: 10px;
  }
  .css_btn_class a, .css_btn_class2 a { padding: 10px 0px;}
  .reserve-btn { font-size: 1.2em;}
  #weektable { width: 60px;}
  #weekschedule img {
    width: 50px;
    height: auto;
    max-width: none;
  }
  #shop_payment tr th { font-size: 1em;}
  #shop_payment tr th span { font-size: 1.1em;}
  #shop_payment tr td { font-size: 0.6em;}
  #shop_payment tr td img {
    max-width: 70%;
    height: auto;
  }
  /* BOX-CASTマーカーピンク------------- */
  strong.umeda {
    font-size: 0.8em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.nihonbasi {
    font-size: 0.8em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.kobe {
    font-size: 0.8em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.kyoto {
    font-size: 0.8em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.expiration {
    font-size: 0.8em;
    padding: 0 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 420px) {
  table#shop_payment { font-size: 0.7em;}
  table#shop_payment tr th { padding: 1px;}
  table#shop_payment tr td { padding: 2px;}
  #shop_payment tr td img {
    max-width: 50%;
    height: auto;
  }
  #logo { height: 100px;}
  #logo a.topbarlogo { height: 100px;}
  .css_btn_class, .css_btn_class2 {
    position: absolute;
    top: 105px;
    right: 10px;
  }
  .css_btn_class a, .css_btn_class2 a { padding: 3px 0;}
  #footer { font-size: 11px;}
  .write_mark img{
    width: 38%;
  }
}
@media only screen and (max-width: 350px) {
  .css_btn_class, .css_btn_class2 {
    position: absolute;
    top: 88px;
    right: 10px;
  }
  .css_btn_class a, .css_btn_class2 a { padding: 8px 0;}
  #weektable { width: 35px;}
  #logo a.topbarlogo {
    position: absolute;
    top: 15px;
    left: 0px;
  }
  .write_mark img{
    width: 44%;
  }
}
/* menu fixed------------- */
h1.pink {
  color: #fc5195;
  height: 30px;
  line-height: 30px;
  background-color: #FFF;
  margin: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  white-space: nowrap;
}
.paradeiser {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 999;
  width: 100%;
  box-shadow: rgba(65, 67, 71, 0.49) 0px 3px 8px 1px;
  -webkit-box-shadow: rgba(65, 67, 71, 0.49) 0px 3px 8px 1px;
  -moz-box-shadow: rgba(65, 67, 71, 0.49) 0px 3px 8px 1px;
  background: -moz-linear-gradient(top, rgba(244,141,213,0.75) 0%, rgba(247,106,141,0.95) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244,141,213,0.75) 0%,rgba(247,106,141,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244,141,213,0.75) 0%,rgba(247,106,141,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff48dd5', endColorstr='#f2f76a8d',GradientType=0 ); /* IE6-9 */
  /*background: rgba(0, 0, 0, 0.75); */
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  backdrop-filter: blur(10px) saturate(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fcbcce;
}
.paradeiser.headroom--pinned { top: 0;}
.paradeiser.headroom--unpinned { top: -50px;}
@media (min-width: 768px) {
  .paradeiser.headroom--unpinned { top: -60px;}
}
@media (min-width: 768px) {
  .paradeiser { height: 70px;}
}
.paradeiser a, .paradeiser .paradeiser_dropdown {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #f99db6;
  border-left: 1px solid #848484;
}
.paradeiser a.menuleft { border-left: 1px solid #fff;}
.paradeiser a.active, .paradeiser a:hover, .paradeiser .paradeiser_dropdown.active, .paradeiser .paradeiser_dropdown:hover {
  background: -moz-linear-gradient( center top, #ffa1c0 5%, #fa3577 100% );
  background: -ms-linear-gradient( top, #ffa1c0 5%, #fa3577 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1c0', endColorstr='#fa3577');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffa1c0), color-stop(100%, #fa3577) );
  background-color: #ffa1c0;
  color: #fff;
}
.paradeiser .paradeiser_icon_canvas {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 90px;
  color: #000;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paradeiser .paradeiser_icon_canvas img {
  display: block;
  margin: 0;
  max-width: 20px;
  width: 100%;
  height: auto;
}
.paradeiser span {
  margin-top: -30px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .paradeiser span { font-size: 13px;}
}
.paradeiser span.paradeiser_dropdown { margin-top: 0;}
.paradeiser span.paradeiser_dropdown > a { width: 100%;}
.paradeiser .paradeiser_logo { max-width: 40px; width: 100%;}
.paradeiser ul {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  z-index: 998;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}
@media (min-width: 768px) {
  .paradeiser ul { top: 60px;}
}
.paradeiser ul:target, .paradeiser ul.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: auto;
}
.paradeiser ul li {
  display: inline-block;
  width: 100%;
  background: #4a4a4a;
  text-align: center;
}
.paradeiser ul li a {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  color: #fff;
  font-size: 15px;
}
.paradeiser ul li a:hover, .paradeiser ul li span:hover { background: #575757;}
.paradeiser ul li:last-child {
  height: 100%;
  background: transparent;
}
.paradeiser ul li:last-child a {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px) saturate(100%);
}
@media (max-width: 760px) {
  .paradeiser-hidden-phone { display: none !important }
}
@media (min-width: 761px) and (max-width: 1025px) {
  .paradeiser-hidden-tablet { display: none !important }
}
@media (min-width: 1026px) {
  .paradeiser-hidden-desktop { display: none !important }
}
/* footerfixnavi------------- */
.footfixnavi {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 3px;
  background: rgba(251, 81, 149, 0.7) none repeat scroll 0% 0%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 50;
}
.footfixnavi ul {
  box-sizing: border-box;
  width: 100%;
  display: table;
  margin: 0px;
  padding: 0px;
}
.footfixnavi li {
  width: 33.33%;
  display: table-cell;
  text-align: center;
  padding: 0px 2px;
}
.footfixnavi li:nth-child(1) {  width: 60%;}
.footfixnavi li:nth-child(2) {  width: 20%;}
.footfixnavi li:nth-child(3) {  width: 20%;}
.footfixnavi li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #FFF none repeat scroll 0% 0%;
  border-radius: 4px;
}
.footfixnavi li:nth-child(1) a {
  background: rgb(249,147,174); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(249,147,174,1) 0%, rgba(229,59,110,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249,147,174,1) 0%,rgba(229,59,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249,147,174,1) 0%,rgba(229,59,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f993ae', endColorstr='#e53b6e',GradientType=0 ); /* IE6-9 */
}
.footfixnavi li:nth-child(2) a {
  background: rgb(234,229,186); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(234,229,186,1) 0%, rgba(112,94,60,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(234,229,186,1) 0%,rgba(112,94,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(234,229,186,1) 0%,rgba(112,94,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae5ba', endColorstr='#705e3c',GradientType=0 ); /* IE6-9 */
}
.footfixnavi li:nth-child(3) a {
  background: rgb(234,234,234); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(132,132,132,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(132,132,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(132,132,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#848484',GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 768px) {
  .footfixnavi li:nth-child(1) a img { width: 40%;}
  .footfixnavi li:nth-child(2) a img { width: 25%;}
  .footfixnavi li:nth-child(3) a img { width: 25%;}
}
@media only screen and (max-width: 480px) {
  .footfixnavi li:nth-child(1) a img { width: 60%;}
  .footfixnavi li:nth-child(2) a img { width: 40%;}
  .footfixnavi li:nth-child(3) a img { width: 40%;}
}
@media only screen and (max-width: 360px) {
  .footfixnavi li:nth-child(1) a img { width: 85%;}
  .footfixnavi li:nth-child(2) a img { width: 60%;}
  .footfixnavi li:nth-child(3) a img { width: 60%;}
}

/* marguee
--------------------------------------------------    */
.marquee {
  width: 100%;
  padding: 0.3em 0;
  overflow: hidden;
  background-color: #222;
  color: #fff;
  margin-bottom: 3px;
  position: relative;
  font-size: 1.2em;
}
 .marquee p:after {
   content: "";
   white-space: nowrap;
   padding-right: 50px;
}
.marquee p {
   margin: 0;
   padding-left: 270px;
   font-style: italic;
   line-height: 2em;
   display: inline-block;
   white-space: nowrap;
   -webkit-animation-name: marquee;
   -webkit-animation-timing-function: linear;
   -webkit-animation-duration: 13s;
   -webkit-animation-iteration-count: infinite;
   -moz-animation-name: marquee;
   -moz-animation-timing-function: linear;
   -moz-animation-duration: 13s;
   -moz-animation-iteration-count: infinite;
   -ms-animation-name: marquee;
   -ms-animation-timing-function: linear;
   -ms-animation-duration: 13s;
   -ms-animation-iteration-count: infinite;
   -o-animation-name: marquee;
   -o-animation-timing-function: linear;
   -o-animation-duration: 13s;
   -o-animation-iteration-count: infinite;
   animation-name: marquee;
   animation-timing-function: linear;
   animation-duration: 13s;
   animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
    from {  -webkit-transform: translate(0%) }
    99%,
    to {  -webkit-transform: translate(-100%) }
}
@-moz-keyframes marquee {
    from {  -moz-transform: translate(0%) }
    99%,
    to {  -moz-transform: translate(-100%) }
}
@-ms-keyframes marquee {
    from {  -ms-transform: translate(0%) }
    99%,
    to {  -ms-transform: translate(-100%) }
}
@-o-keyframes marquee {
    from {  -o-transform: translate(0%) }
    99%,
    to {  -o-transform: translate(-100%) }
}
@keyframes marquee {
    from {  transform: translate(0%) }
    99%,
    to {  transform: translate(-100%) }
}
.marquee span {
  font-size: 1.2em;
  color: #D5CEA5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #profile_inner hr { background-size: contain; }
}
@media only screen and (max-width: 570px) {
  #profile_inner hr { height: 7px; }
}

/* profile.php 名前表記 */
.profile_kana{
  margin: 0px;
  font-size: 12px;
  text-align: center;
}
.profile_name{
  margin: 0px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 599px){
  .profile_kana{
    font-size: 0.7em;
  }
  .profile_name{
    font-size: 1.2em;
  }
}
/* profile.php */
.prof-sched {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #fc5195;
  border-right: 0;
  display: flex;
  font-family: sans-serif;
  font-style: normal;
}
.prof-sched-col {
  width: calc((100% / 7) - 1px);
  background: #ffffff;
  border-right: 1px solid #fc5195;
}
.prof-sched-date {
  margin: 0;
  padding: 0;
  background: linear-gradient(#ffe9f2, #ffb1d0);
  border-bottom: 1px solid #fc5195;
  font-size: 1.6rem;
  line-height: 2.0;
}
.prof-sched-stb {
  margin: 0;
  padding: 4px;
  font-size: 1.4rem;
}
.prof-sched-desc {
  margin: 0;
  padding: 5px 4px 15px 4px;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px){
  .prof-sched {
    width: 96%;
    margin: 15px auto;
  }
  .prof-sched-date {
    font-size: 1.0rem;
    line-height: 2.0;
    overflow: hidden;
    white-space: nowrap;
  }
  .prof-sched-stb {
    padding: 2px;
    font-size: 0.9rem;
  }
  .prof-sched-desc {
    padding: 2px;
    padding-bottom: 10px;
    font-size: 1.0rem;
  }
}
/* schedule.php schedule_next_week.php */
#schedule-calendar {
  font-family: sans-serif;
  font-style: normal;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 499px){
  #schedule-calendar {
    height: 60px;
    padding: 2px;
  }
}
.sched-weektbl-title {
  margin: 5px;
  font-size: 1.6rem;
}
.sched-weektbl {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  border: 2px #ff3399 solid;
  border-right: 0;
  background: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  font-family: sans-serif;
  font-style: normal;
  table-layout: fixed;
}
.sched-weektbl-left {
  width: calc(100% / 8 - 2px);
  padding: 8px 0;
  border-right: 2px #ff3399 solid;
}
.sched-weektbl img {
  margin: 2px 0;
}
.sched-weektbl-name {
  font-size: 1.4rem;
}
.sched-weektbl-top {
  width: calc(100% / 8 - 2px);
  height: 3.0rem;
  background: #FDD2DB;
  border-right: 2px #ff3399 solid;
  border-bottom: 2px #ff3399 solid;
}
.sched-weektbl-middle {
  height: 36px;
  padding: 0 2px;
  border-right: 2px #ff3399 solid;
}
.sched-weektbl-bottom {
  padding: 2px;
  padding-bottom: 15px;
  border-right: 2px #ff3399 solid;
  vertical-align: top;
}
@media only screen and (max-width: 499px){
  .sched-weektbl-title {
    font-size: 1.2rem;
  }
  .sched-weektbl {
    width: 122%;
    margin-left: 4px;
    margin-bottom: -10px;
    border: 1px #ff3399 solid;
    border-right: 0;
    font-size: 1.2rem;
    transform-origin: top left;
    transform: scale(0.8);
  }
  .sched-weektbl-left {
    padding: 4px 0;
    border-right: 1px #ff3399 solid;
  }
  .sched-weektbl-name {
    font-size: 1.0rem;
  }
  .sched-weektbl-top {
    width: calc(100% / 8 - 1px);
    height: 2.6rem;
    border-right: 1px #ff3399 solid;
    border-bottom: 1px #ff3399 solid;
  }
  .sched-weektbl-middle {
    height: 24px;
    border-right: 1px #ff3399 solid;
  }
  .sched-weektbl-bottom {
    padding-bottom: 10px;
    border-right: 1px #ff3399 solid;
  }
}
/* index2.php */
#girls-list-title {
  width: 100%;
  font-family: sans-serif;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.idx2-castlist {
  width: calc(25% - 10px);
  margin: 5px;
  padding: 10px 0;
  color:#222222;
  background: #ffffff;
  box-shadow: rgb(252, 81, 149) 0px 1px 8px 0px;
  border-radius: 4px;
  text-align: center;
}
.idx2-castlist-photo {
  position: relative;
  height: auto;
}
.idx2-castlist-photo img {
  width: 133px;
  height: 200px;
  max-width: 100%;
}
.idx2-castlist-copy {
	width: 100%;
	height: 26px;
	margin: auto;
	background:rgba(0,0,0,0.5);
	white-space: nowrap;
  overflow: hidden;
}
.idx2-castlist-limited {
  position: absolute;
  top: -5px;
  right: 5px;
  margin: 0px;
  padding: 2px 4px;
  color: #ffffff;
  background: rgba(251, 98, 31, 0.7);
  box-shadow: 0px 1px 6px #fb1f76;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
}
.idx2-castlist-newface {
  position: absolute;
  top: -5px;
  right: 5px;
  margin: 0px;
  padding: 2px 4px;
  color: #ffffff;
  background: #1ffb4fd0;
  box-shadow: 0px 1px 6px #1ffb31;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
}
.idx2-castlist-kirakira {
	position: absolute;
	top: -5px;
	left: 4px;
	margin: 0px;
	padding: 4px 6px;
	color: #ffffff;
	background: rgba(251, 31, 118, 0.7);
	box-shadow: 0px 1px 6px #fb1f76;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 1.2rem;
  line-height: 1.2;
}
.idx2-castlist-kenshu {
	position: absolute;
	top: -5px;
	left: 4px;
	margin: 0px;
	padding: 4px 6px;
	color: #ffffff;
	background: rgba(255, 100, 0, 0.7);
	box-shadow: 0px 1px 6px #ff6400;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 1.2rem;
  line-height: 1.2;
}
.idx2-castlist-name {
  width: 100%;
  margin:2px 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.8;
}
.idx2-castlist-desc {
  width: 100%;
  margin:2px 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .idx2-castlist {
    width: calc(25% - 6px);
    margin: 3px;
    padding: 5px 0;
  }
  .idx2-castlist-photo img {
    width: calc(100% - 6px);
    height: auto;
  }
  .idx2-castlist-copy {
    height: 2.0rem;
    font-size: 1.0rem;
  }
  .idx2-castlist-limited {
    top: -2px;
    right: 3px;
    padding: 2px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 0.9rem;
  }
  .idx2-castlist-newface {
    top: -2px;
    right: 3px;
    padding: 2px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 0.9rem;
  }
  .idx2-castlist-kirakira {
    top: -3px;
    left: 3px;
    padding: 3px;
    border: 1px solid #fff;
    font-size: 0.9rem;
    line-height: 1.1;
  }
  .idx2-castlist-kenshu {
    top: -3px;
    left: 3px;
    padding: 3px;
    border: 1px solid #fff;
    font-size: 0.9rem;
    line-height: 1.1;
  }
  .idx2-castlist-name {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .idx2-castlist-desc {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}
#sched-cast-list {
  width: 100%;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  font-style: normal;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.sched-today-title{
  width: calc(100% - 20px);
	padding: 10px;
	background-color: #444444;
	color: #ffffff;
	font-size: 1.8rem;
}
.sched-cast {
  width: calc(100% / 6 - 2px - 10px);
  margin: 5px;
  height: auto;
  color: #555555;
  background-color: #ffffff;
  box-shadow: 0 0 5px;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  text-align: center;
  font-size: 1.6rem;
  overflow: hidden;
}
.sched-cast-photo {
  position: relative;
  padding: 5px 0;
}
.sched-cast-photo img {
  width: auto;
  height: auto;
}
.sched-cast-limited {
  position: absolute;
  top: 4px;
  right: 4px;
  margin: 0;
  padding: 2px 4px;
  color: #ffffff;
  background: rgba(251, 98, 31, 0.7);
  box-shadow: 0px 1px 6px #fb1f76;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
}
.sched-cast-newface {
  position: absolute;
  top: 4px;
  right: 4px;
  margin: 0;
  padding: 2px 4px;
  color: #ffffff;
  background: #1ffb4fd0;
  box-shadow: 0px 1px 6px #1ffb31;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
}
.sched-cast-kirakira {
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0px;
  padding: 4px 6px;
  color: #ffffff;
  background: rgba(251, 31, 118, 0.7);
  box-shadow: 0px 1px 6px #fb1f76;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.2;
}
.sched-cast-kenshu {
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0px;
  padding: 4px 6px;
  color: #ffffff;
  background: rgba(255, 100, 0, 0.7);
  box-shadow: 0px 1px 6px #ff6400;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.2;
}
.sched-cast-last {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
  padding: 4px 0px;
  background: rgba(251, 6, 103, 0.6);
  border-radius: 4px 4px 0px 0px;
  margin: 0px;
  font-size: 0.85em;
  width: 100%;
}
.sched-cast-expiry {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fb0667;
  padding: 4px 0px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px 4px 0px 0px;
  margin: 0px;
  font-size: 0.85em;
  width: 100%;
}
.sched-cast-name {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
}
.sched-cast-desc {
  padding: 5px 0 10px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px){
  .sched-today-title{
    font-size: 1.4rem;
  }
  .sched-cast {
    width: calc(100% / 4 - 2px - 6px);
    margin: 3px;
    box-shadow: 0 0 5px;
    font-size: 1.2rem;
  }
  .sched-cast-photo {
    position: relative;
    padding: 5px 0;
  }
  .sched-cast-photo img {
    width: 90%;
    height: auto;
  }
  .sched-cast-limited {
    top: 3px;
    right: 3px;
    padding: 2px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 0.9rem;
  }
  .sched-cast-newface {
    top: 3px;
    right: 3px;
    padding: 2px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 0.9rem;
  }
  .sched-cast-kirakira {
    top: 2px;
    left: 2px;
    padding: 3px;
    border: 1px solid #ffffff;
    font-size: 0.9rem;
    line-height: 1.1;
  }
  .sched-cast-kenshu {
    top: 2px;
    left: 2px;
    padding: 3px;
    border: 1px solid #ffffff;
    font-size: 0.9rem;
    line-height: 1.1;
  }
  .sched-cast-last {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 2px 0;
    color: #ffffff;
    background: rgba(251, 6, 103, 0.6);
    font-size: 1.1rem;
  }
  .sched-cast-expiry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 2px 0;
    color: #fb0667;
    background: rgba(0, 0, 0, 0.7);
    font-size: 1.1rem;
  }
  .sched-cast-name {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .sched-cast-desc {
    padding: 3px 0 8px 0;
    font-size: 1.2rem;
  }
}
/* index2.php */
#tdlist {
  width: 100%;
  height: auto;
  font-family: sans-serif;
  font-style: normal;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.idx2-today-title{
  width: calc(100% - 20px);
	padding: 10px;
	background-color: #444444;
	color: #ffffff;
	font-size: 1.8rem;
}
.idx2-todaycast {
  width: calc(100% / 4 - 10px);
  margin: 5px;
  height: auto;
  color: #555555;
  background-color: #ffffff;
  box-shadow: 0 0 5px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.6rem;
  overflow: hidden;
}
.idx2-todaycast-photo {
  position: relative;
  padding: 5px 0;
}
.idx2-todaycast-photo img {
  width: auto;
  height: auto;
}
.idx2-todaycast-limited {
  position: absolute;
  top: 4px;
  right: 4px;
  margin: 0;
  padding: 2px 4px;
  color: #ffffff;
  background: rgba(251, 98, 31, 0.7);
  box-shadow: 0px 1px 6px #fb1f76;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
}
.idx2-todaycast-newface {
  position: absolute;
  top: 4px;
  right: 4px;
  margin: 0;
  padding: 2px 4px;
  color: #ffffff;
  background: #1ffb4fd0;
  box-shadow: 0px 1px 6px #1ffb31;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
}
.idx2-todaycast-kirakira {
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0px;
  padding: 4px 6px;
  color: #ffffff;
  background: rgba(251, 31, 118, 0.7);
  box-shadow: 0px 1px 6px #fb1f76;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.2;
}
.idx2-todaycast-kenshu {
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0px;
  padding: 4px 6px;
  color: #ffffff;
  background: rgba(255, 100, 0, 0.7);
  box-shadow: 0px 1px 6px #ff6400;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.2;
}
.idx2-todaycast-last {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
  padding: 4px 0px;
  background: rgba(251, 6, 103, 0.6);
  border-radius: 4px 4px 0px 0px;
  margin: 0px;
  font-size: 0.85em;
  width: 100%;
}
.idx2-todaycast-expiry {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fb0667;
  padding: 4px 0px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px 4px 0px 0px;
  margin: 0px;
  font-size: 0.85em;
  width: 100%;
}
.idx2-todaycast-name {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
}
.idx2-todaycast-desc {
  padding: 10px 0 10px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px){
  .idx2-today-title{
    font-size: 1.4rem;
  }
  .idx2-todaycast {
    width: calc(100% / 4 - 6px);
    margin: 3px;
    box-shadow: 0 0 5px;
    font-size: 1.2rem;
  }
  .idx2-todaycast-photo {
    position: relative;
    padding: 5px 0;
  }
  .idx2-todaycast-photo img {
    width: 90%;
    height: auto;
  }
  .idx2-todaycast-limited {
    top: 3px;
    right: 3px;
    padding: 2px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 0.9rem;
  }
  .idx2-todaycast-newface {
    top: 3px;
    right: 3px;
    padding: 2px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 0.9rem;
  }
  .idx2-todaycast-kirakira {
    top: 2px;
    left: 2px;
    padding: 3px;
    border: 1px solid #ffffff;
    font-size: 0.9rem;
    line-height: 1.1;
  }
  .idx2-todaycast-kenshu {
    top: 2px;
    left: 2px;
    padding: 3px;
    border: 1px solid #ffffff;
    font-size: 0.9rem;
    line-height: 1.1;
  }
  .idx2-todaycast-last {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 2px 0;
    color: #ffffff;
    background: rgba(251, 6, 103, 0.6);
    font-size: 1.1rem;
  }
  .idx2-todaycast-expiry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 2px 0;
    color: #fb0667;
    background: rgba(0, 0, 0, 0.7);
    font-size: 1.1rem;
  }
  .idx2-todaycast-name {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .idx2-todaycast-desc {
    padding: 3px 0 8px 0;
    font-size: 1.2rem;
  }
}
/* profile.php */
#prof-rsv-btn {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
#prof-rsv-btn2 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  justify-content: space-evenly;
}
#prof-rsv-tel-btn {
  width: auto;
  height: auto;
}
#prof-rsv-mail-btn{
  width: auto;
  height: auto;
}
@media screen and (max-width: 599px){
  #prof-rsv-btn, #prof-rsv-btn2 {
    margin-bottom: 10px;
    display: flex;
  }
  #prof-rsv-tel-btn {
    width: 150px;
    height: auto;
  }
  #prof-rsv-mail-btn{
    width: 150px;
    height: auto;
  }
}
/* reserve.php reserve_conf.php*/
#rsv-form {
  width: calc(100% - 40px - 4px);
  margin: 0 10px;
  padding: 10px;
  border: solid 2px #fbd2db;
  margin-bottom: 20px;
  color: #454545;
  font-family: sans-serif;
  font-style: normal;
  text-align: left;
}
#rsv-input-area1 {
  margin: 10px;
  padding: 10px;
  color: #000000;
  background-color: #cccccc;
  border-radius: 10px;
}
#rsv-tbl1, #rsv-tbl2 {
  border: 0;
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
#rsv-tbl1 dt ,#rsv-tbl2 dt {
  width: calc(40% - 10px);
  margin: 10px 0;
  padding-right: 10px;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#rsv-tbl1 dd ,#rsv-tbl2 dd {
  width: 60%;
  margin: 10px 0;
  text-align: left;
}
#rsv-tbl1 .req, #rsv-tbl2 .req {
  color: red;
  font-size: 1.4rem;
  font-weight: bold;
}
#rsv-tbl1 .desc, #rsv-tbl2 .desc {
  display: block;
  color: #464646;
  font-size: 1.2rem;
  line-height: 1.2;
}
#rsv-tbl1 input ,#rsv-tbl2 input {
  height: 22px;
  width: 250px;
  margin: 2px;
  padding: 1px 2px;
}
#rsv-input-area2 {
  margin: 10px;
  padding: 10px;
  color: #000000;
  background-color: #ffd1dd;
  border-radius: 10px;
}
#rsv-tbl2 select {
  height: 28px;
  margin: 2px;
  padding: 2px 3px;
}
#rsv-btns {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
}
#rsv-reset-btn {
  width: 150px;
  height: 30px;
  margin-right: 20px;
  background: linear-gradient(#d4d4d4, #8f8f8f);
  border-color: #e7e7e7 #767676 #767676 #e7e7e7;
  border-radius: 3px;
  font-size: 1.6rem;
}
#rsv-next-btn {
  width: 150px;
  height: 30px;
  margin-left: 20px;
  background: linear-gradient(#ffb3d6, #ff66ad);
  border-radius: 3px;
  border-color: #ffdfef #ac396f #ac396f #ffdfef;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 599px){
  #rsv-form {
    width: calc(100% - 8px - 2px);
    margin: 0 2px;
    padding: 2px;
    border: solid 1px #fbd2db;
    margin-bottom: 10px;
  }
  #rsv-input-area1 {
    margin: 2px;
    margin-bottom: 10px;
    padding: 2px;
    border-radius: 8px;
  }
  #rsv-form p {
    margin: 5px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  #rsv-tbl1, #rsv-tbl2 {
    font-size: 1.2rem;
  }
  #rsv-tbl1 dt ,#rsv-tbl2 dt {
    width: calc(40% - 5px);
    margin: 5px 0;
    padding-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: normal;
  }
  #rsv-tbl1 dd ,#rsv-tbl2 dd {
    width: 60%;
    margin: 5px 0;
  }
  #rsv-tbl1 .req, #rsv-tbl2 .req {
    font-size: 1.0rem;
  }
  #rsv-tbl1 .desc, #rsv-tbl2 .desc {
    font-size: 1.0rem;
    line-height: 1.1;
  }
  #rsv-tbl1 input ,#rsv-tbl2 input {
    height: 22px;
    width: 180px;
    margin: 2px;
    padding: 1px 2px;
    border: 1px solid #767676;
    border-radius: 2px;
  }
  #rsv-input-area2 {
    margin: 2px;
    padding: 2px;
    border-radius: 8px;
  }
  #rsv-tbl2 select {
    height: 28px;
    margin: 2px;
    padding: 2px 3px;
    color: #333333;
    border: 1px solid #767676;
    border-radius: 2px;
  }
  #rsv-btns {
    height: auto;
    margin-bottom: 10px;
  }
  #rsv-reset-btn {
    width: 120px;
    height: 30px;
    margin-right: 10px;
    color: #000000;
    border-radius: 3px;
    font-size: 1.4rem;
  }
  #rsv-next-btn {
    width: 120px;
    height: 30px;
    margin-left: 10px;
    border-radius: 3px;
    color: #000000;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
