@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;
  text-align: center;
}
#op_image {background: #fff;}
a { text-decoration: none; color: #fc5195;}
a:hover { text-decoration: none; color: #fc5195;}
img { border-style: none; vertical-align: middle; max-width: 100%;}
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;
}
#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%;
}
.heroimage {
  height: auto;
  padding-top: 100px;
  background: url(../image/enter_bg.jpg) no-repeat 0% 0% fixed;
  -webkit-animation: 15s ease 0s normal none infinite running gradientAnimation;
  -moz-animation: 15s ease 0s normal none infinite running gradientAnimation;
  -o-animation: 15s ease 0s normal none infinite running gradientAnimation;
  animation: 15s ease 0s normal none infinite running gradientAnimation;
}
@-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: 70%;
  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 h3 a{
  color:#fff;
  line-height: 1.6;
}
#index-inner p.caution a, #index-inner p.caution2 a{color:#fff; line-height: 1.6;}
#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: 100%;
  margin: auto;
  text-align: center;
  clear: both;
  margin-top: 450px;
  z-index: 2;
  position: relative;
}
.wrap_bg {
  background: #F8F2F4;
  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;
}
.headlinetext {
  margin: 0;
  padding: 5px;
  background: #292627;
  background-image: url("../image/02.png");
  color: #fff;
  font-weight: normal;
  font-size: 2em;
}
#index-contents{
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  background-image: url(../image/contents-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#contents {
  margin-bottom: 20px;
  text-align: center;
  width: 975px;
  margin: 0 auto;
}
#contents-left {
  float: left;
  width: 60%;
  margin-left: 5%;
  text-align: center;
}
#tdlist, #nhlist, #otklist { clear: both;}
#contents-right {
  width: 28%;
  float: right;
  margin-right: 5%;
  text-align: center;
}
#contents-right img {
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#topbar {
  width: 100%;
  height: 30px;
  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: 100%;
  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 {
position: fixed;
z-index: -1;
top: 0;
left: 0;
width: 100%;
}
#logo h2 img{
  width: 100%;
  height: auto;
  margin: auto;
}
#logo h2 {
  position: relative;
  width: 100%;
  margin: 0px auto;
  height: auto;
}
#logo h2 a{
display: block;
}
.box-cast {
  width: auto;
  float: left;
  width:133px;
  height: 350px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  font-size: 15px;
  color: #555555;
  overflow: hidden;
  margin-right: 0.4em;
  margin-bottom: 1em;
}
strong.umeda {
  color: #ff0033;
  background: #ffe9e9;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #ff0033;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.sakai {
  color: #ff9000;
  background: #fff8ec;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #ff9000;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.tennoji {
  color: #2b7300;
  background: #eeffe4;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #2b7300;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.nippombashi {
  color: #0099ff;
  background: #e7f8ff;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #0099ff;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.nippombashi3go {
  color: #8a6200;
  background: #fff8c6;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #8a6200;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.kobe {
  color: #4836bc;
  background: #d9d3ff;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #4836bc;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.sannomiya {
  color: #323232;
  background: #ececec;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #323232;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.himeji {
  color: #ff004e;
  background: #f3ffea;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #ff004e;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.kyoto {
  color: #ff57d6;
  background: #ffe6f9;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #ff57d6;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.okayama {
  color: #4836bc;
  background: #d9d3ff;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #4836bc;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.trans-umeda {
  color: #ff07eb;
  background: #ffc1fa;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #ff07eb;
  font-weight: normal;
  display: block;
  margin: 0 3px;
  font-size:0.8em;
}
strong.trans-nippombashi {
  color: #711eff;
  background: #d6beff;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #711eff;
  font-weight: normal;
  display: block;
  margin: 0 3px;
  font-size:0.8em;
}
strong.trans-kyoto {
  color: #003366;
  background: #ffcfe8;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #003366;
  font-weight: normal;
  display: block;
  margin: 0 3px;
  font-size:0.8em;
}
strong.spa-umeda {
  color: #009c42;
  background: #d1ffe4;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #009c42;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
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;
}
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;
}
dt.profile {
  padding: 7px;
  background-color: #fc5195;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
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;
}
.write_mark img{
  position: absolute;
  top: 2px;
  right: 4px;
}
/* 出勤情報ページ日付ボックス------------- */
.schedulebox {
  float: left;
  width: 13.5%;
  margin: 0 5px 10px 0;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #fc5195;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 120px;
  line-height: 120px;
}
.schedulebox-on {
  float: left;
  width: 13.5%;
  margin: 0 5px 10px 0;
  padding: 5px 0;
  background-color: #feedf4;
  border: 1px solid #fc5195;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 120px;
  line-height: 120px;
}
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;
}

/* マーカー ------------- */
::selection { background: #FCE3ED; color: #444444;}
::-moz-selection { background: #FCE3ED; color: #444444;}
/* アンケートフォーム------ */
#enqueteform {
  width: 910px;
  margin: auto;
  padding: 10px;
  border: solid 2px #fbd2db;
  margin-bottom: 20px;
  color: #454545;
  text-align: left;
}
#enqueteform input {  margin: 10px 0;}
#enqueteform select {
  height: 40px;
  margin: 10px 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: 0;}
.pagetop a {
  display: inline-block;
  color: #000;
  font-size: 1.2em;
  padding: 0.5em 0;
  width: 100%;
  background: #fff;
  text-align: center;
}
/* 2017版の見出し------------- */
.section-header {
  font-family: 'Cinzel', serif;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1.4em;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3em;
  font-weight: 400;
}
.section-header span {
  display: block;
}
.en {
  font-weight: normal;
  font-size: 0.5em;
}
.section-header span.grade {
  width: 100px;
  height: 5px;
  margin: 0 auto;
  background: #fb9dc1;
  background: -moz-linear-gradient(left,  #fb9dc1 0%, #96adf7 100%);
  background: -webkit-linear-gradient(left,  #fb9dc1 0%,#96adf7 100%);
  background: linear-gradient(to right,  #fb9dc1 0%,#96adf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9dc1', endColorstr='#96adf7',GradientType=1 );
}
@media only screen and (max-width: 460px) {
  .section-header {
    font-size: 2rem;
  }
}
/* 電話するボタン------------- */
.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: #E9E9E9;
  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: #FFCAE0;
  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;
}
/* プロフィールページカスタマイズ------------- */
#profile-column {
  float: left;
  width: 48%;
  margin-left: 12px;
  text-align: left;
}
#profile-column img{ max-width:100%; }
#profile-colimage { width: auto;}
#weektable { height: 60px; border-bottom: solid 3px #fc5195;
  width: 105px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f2f4 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f2f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f4f2f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f2f4',GradientType=0 );
}
#daycolum{
  width:1800px;
  border-spacing:2px;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}
#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 > * {  -webkit-transform: translateZ(0px) }
/* .prof-slidewrap::-webkit-scrollbar {
display: none;
height: 0 !important;
} */
.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;}
/* 〇〇店待機中の画像------------- */
#topgirl-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto auto;
  max-width: 100%;
}
/* ニュース・RSS------------- */
#side-news, #side-rss, #side-twitter { 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;
}
/* PC表示切り替えボタン------------- */
ul.switch {
  text-align: center;
  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;
}
ul.switch li a:hover{
  -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);
}
#btnPC {
  display: block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  color: #444;
  padding: 5px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #444;
}
#btnSP {
  display: block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  color: #444;
  padding: 5px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #444;
}
/* ブログページ------------- */
.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;
}
/* 各ページ補足文のセクション------------- */
.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;
}
@media only screen and (max-width: 468px) {
  .enclose-box{
    font-size: 0.65em;
  }
}

/* ツイッター------------- */
#twitter-frame{ display:none; }
#twitter-frame2{ display:block; }
#twitter-index{ height:200px; overflow:scroll; }

/* RSS------------- */
#rss-frame{ display:none; }
#rss-frame2{ display:block; }
#rss-index{ height:200px; overflow:scroll; }

/* トピックス------------- */
#topics-frame{ height:350px; margin:0; overflow-y:scroll; overflow-x:hidden; }
.topics{ width:100%; margin-top:10px; margin:auto; }
.topics-left{ width:210px; float:left; margin-left:10px; text-align:left; }
.topics-right{ overflow:hidden; margin:0; padding:0; text-align:center; }
.topics-end{ clear:both; margin-bottom:20px; }

/* Video------------- */
video{ max-width:100%; }

/* 以下　他レスポンシブ
--------------------------------------------------    */
@media only screen and (min-width: 1480px) {
  #wrapper {
    margin-top: 32%;
  }
}
@media only screen and (max-width: 1040px) {
#topgirl {
  width: 30%;
  margin: 1.6%;
  }
}
@media only screen and (max-width: 954px) {
  body { background: #F5F5F5;}
  .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; }
  h1.pink {  font-size: 0.7em;}
  .headlinetext {font-size:0.85em;}
  .container {  width: auto;}
  #index-inner { width: 87%;}
  #wrapper {
    max-width: 100%;
    height: auto;
    margin-top: 35%;
  }
  #contents {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    background-color: transparent; 
  }
  #index-contents{
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    background-image: none; 
  }
  #topbar { background-size: contain;}
  #logo h2 img{
    max-width: 100%;
    height: auto;
  }
  #logo h2 { width: 100%;}
  .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;
    background: rgba(6,0,2,1);
  }
  #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;
    margin-left: 0;
  }
  #contents-left p img { max-width: 47%;}
  #tdlist { max-width: 100%; height: auto;}
  #todaygirl_list, #newhalf_list, #otoko_list, #side_titlebar {
    color: #fff;
    width: 100%;
    height: auto;
    font-size: 1.2em;
    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: left;
    text-align: center;
    overflow: hidden;
    zoom: 1;
  }
  #contents-right img {
    max-width: 90%;
    display: block;
    margin: 10px auto;
  }
  #side-news, #side-rss, #side-twitter { width: 80%; margin: auto;}
  .side-img { width: 50%; float: left;}
  @media only screen and (max-width: 420px) {
    .side-img { width: 100%;}
  }
  .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;}
  .schedulebox {
    float: left;
    width: 24%;
    margin: 0.2em;
    padding: 0;
    color: #464646;
    background: #fd96bf;
    background: -moz-linear-gradient(top, #fd96bf 0%, #fedce9 100%);
    background: -webkit-linear-gradient(top, #fd96bf 0%,#fedce9 100%);
    background: linear-gradient(to bottom, #fd96bf 0%,#fedce9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd96bf', endColorstr='#fedce9',GradientType=0 );
    border: none;
    text-align: center;
    font-size: 0.8em;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .schedulebox-on {
    float: left;
    width: 24%;
    margin: 0.2em;
    padding: 0;
    color: #fff;
    background: #131313;
    background: -moz-linear-gradient(top, #131313 0%, #595959 100%);
    background: -webkit-linear-gradient(top, #131313 0%,#595959 100%);
    background: linear-gradient(to bottom, #131313 0%,#595959 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#595959',GradientType=0 );
    border: none;
    text-align: center;
    font-size: 0.8em;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .schedulebox:nth-child(even) {
    background: #fd96bf;
    background: -moz-linear-gradient(top, #fd96bf 0%, #fedce9 100%);
    background: -webkit-linear-gradient(top, #fd96bf 0%,#fedce9 100%);
    background: linear-gradient(to bottom, #fd96bf 0%,#fedce9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd96bf', endColorstr='#fedce9',GradientType=0 );
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .schedulebox span:visited, .schedulebox-on span:visited {
    display: block;
    background: #111;
    color: #fff;
  }
  .schedulebox span:hover, .schedulebox-on span:hover {
    display: block;
    background: #111;
    color: #fff;
  }
  #BodySchedule {
    width: 90%;
    margin: auto;
    padding: 0;
    text-align: center;
  }
  .box-cast {
    float: left;
    width: 15%;
    height: 320px;
    background-color: #ffffff;
    border: 1px solid #b0afb0;
    text-align: center;
    font-size: 0.8em;
    color: #444;
    overflow: hidden;
    margin-right: 0.8em;
  }
  #profile-column {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #weekschedule {  font-size: 1em }
  #weekschedule img {
    width: 55px;
    height: auto;
    max-width: none;
  }
  #weektable {  width: 80px;}
  #profiletable { width: 1000px; font-size: 1.1em; -webkit-overflow-scrolling: touch;}
  #profiletable td {  font-size: 1em;}
  dd.profile-srcollbar {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: auto;
    height: 300px;
  }
  .write_mark img{
    width: 21%;
    height: auto;
  }

	/* ツイッター------------- */
	#twitter-frame{ display:block; margin:10px; }
	#twitter-frame2{ display:none; margin:10px; }
	#twitter-index{ clear:both; height:400px; background:#fff; overflow:auto; overflow-y:scroll; -webkit-overflow-scrolling: touch; margin:auto; text-align:left; border:1px solid #74d1ed; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }

	/* RSS------------- */
	#rss-frame{ display:block; margin:10px; }
	#rss-frame2{ display:none; margin:10px; }
	#rss-index{ width:80%; height:300px; overflow:scroll; -webkit-overflow-scrolling: touch; margin:auto; text-align:left; border:1px solid #fb6690; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }

	/* トピックス------------- */
	#topics-frame{ height:auto; margin:10px; overflow-y:hidden; }
	.topics{ margin-top:10px; }
	.topics-2{ margin-top:10px; display:none; }
	.topics-left{ margin-top:10px; text-align:center; width:100%; }
	.topics-right{ margin-top:10px; text-align:center; width:100%; }
	.topics-end{ clear:both; }
}
@media only screen and (max-width: 774px) {
  .box-cast {
    width: 18%;
    font-size: 0.8em;
    margin-right: 0.6em;
  }
}
@media only screen and (max-width: 515px) {
  .box-cast {
    width: 30%;
    margin: 0.4em;
  }
}
@media only screen and (max-width: 386px) {
  .box-cast {
    margin: 0.3em;
  }
}
@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;
  }
  #daycolum{
    width:800px;
  }
}
@media only screen and (max-width: 599px) {
  #topgirl { width: 19%; margin: 12px;}
  .write_mark img{
    width: 28%;
  }
}
@media only screen and (max-width: 570px) {
  body {
    background: rgb(252,244,244);
    background: -moz-linear-gradient(45deg,  rgb(255,224,233) 0%, rgb(255,255,255) 99%);
    background: -ms-linear-gradient(45deg,  rgb(255,224,233) 0%,rgb(255,255,255) 99%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(255,224,233)), color-stop(99%,rgb(255,255,255)));
    background: -webkit-linear-gradient(45deg,  rgb(255,224,233) 0%,rgb(255,255,255) 99%);
    background: linear-gradient(45deg,  rgb(255,224,233) 0%,rgb(255,255,255) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0e9', endColorstr='#ffffff',GradientType=1 );
  }
  #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.8em;}
  #profiletable td {  font-size: 0.6em;}
  ul.switch { text-align: center;}
  #btnPC {
    font-size: 0.8em;
    height: 30px;
    line-height: 30px;
    width: 60px;
    padding: 5px 30px;
  }
  #btnSP {
    font-size: 0.8em;
    height: 30px;
    line-height: 30px;
    width: 60px;
    padding: 5px 30px;
  }
  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;
  }
  #topgirl {
    width: 23%;
    margin: 1%;
  -moz-box-shadow: rgba(252, 81, 149,0.3) 0px 0px 2px 1px;
  -webkit-box-shadow: rgba(252, 81, 149,0.3) 0px 0px 2px 1px;
    box-shadow: rgba(252, 81, 149,0.3) 0px 0px 2px 1px;
  }
  #profiletable {
    width: 800px;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 503px) {
  .schedulebox { width: 23%;}
  .schedulebox-on { width: 23%;}
}
@media only screen and (max-width: 500px) {
  .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;
  }
  strong.umeda {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.sakai {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.tennoji {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.nippombashi {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.nippombashi3go {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.kobe {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.sannomiya {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.himeji {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.kyoto {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.trans-umeda {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.trans-nippombashi {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.trans-kyoto {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.spa-umeda {
    font-size: 0.7em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.expiration {
    font-size: 0.7em;
    padding: 0 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 420px) {
  #wrapper{margin-top: 40%;}
  #logo { height: 140px;}
  .css_btn_class, .css_btn_class2 {
    position: absolute;
    top: 105px;
    right: 10px;
  }
  .css_btn_class a, .css_btn_class2 a { padding: 3px 0;}  
  .write_mark img{ width: 38%;}
  #daycolum{
    width:500px;
    border-spacing:2px;
    -webkit-overflow-scrolling: touch;
  }
  #profiletable {
    width: 600px;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 395px) {
  .snip1527 {
    margin: 10px 0%;
    max-width: 100%;
  }
}
@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;}
  #topgirl-3 { font-size: 0.4em;}
  #topgirl-copy { font-size: 0.50em;}
  .write_mark img{
    width: 44%;
  }
}
h1.pink {
  color: #fc5195;
  height: 30px;
  line-height: 30px;
  background-color: #FFF;
  margin: 0px;
  width: 100%;
}
/* menu fixed------------- */
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.paradeiser {
  z-index: 999;
  width: 100%;
  height: 60px;
  background: #ebd6de;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ebd6de 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ebd6de 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ebd6de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebd6de',GradientType=0 );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #b0afb0;
  border-bottom: 1px solid #b0afb0;
}
.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 {
  font-size: 2rem;
  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: #222;
  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-left: 0.5px solid #b0afb0;
  border-right: 0.5px solid #b0afb0;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
  box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
}
.paradeiser a.menuleft { border-left: 1px solid #fff;}
@media (min-width: 768px) {
  .paradeiser a, .paradeiser .paradeiser_dropdown { }
}
.paradeiser a:visited, .paradeiser a:hover, .paradeiser a:active{
  background: #f7abcb;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7abcb 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7abcb 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f7abcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7abcb',GradientType=0 );
  color: #222;
}
.paradeiser .paradeiser_icon_canvas {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 20px;
  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: 5px;
  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: 25%;
  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: -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));
  border: 1px solid #fa3f83;
  -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 -2px 0px rgba(000,000,000,0.2), 0px 2px 0px rgba(255,255,255,1);
}
.footfixnavi li:nth-child(2) a {
  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));
  border: 1px solid #fa3f83;
  -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 -2px 0px rgba(000,000,000,0.2), 0px 2px 0px rgba(255,255,255,1);
}
.footfixnavi li:nth-child(3) a {
  background: rgb(234,234,234);
  background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(132,132,132,1) 100%);
  background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(132,132,132,1) 100%);
  background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(132,132,132,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#848484',GradientType=0 );
}
.footfixnavi li:nth-child(4) a {
  background: rgb(234,234,234);
  background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(132,132,132,1) 100%);
  background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(132,132,132,1) 100%);
  background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(132,132,132,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#848484',GradientType=0 );
}

/* news------------- */
.list-box {
  border-bottom: 1px solid #eee;
  display: table;
  width: 100%;
}
.list-img,
.list-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}
.list-img img {
  width: 100px;
  margin: 5px 10px 5px 5px;
  border:solid 1px #F9CFDB;
}
.list-cate-nh {
  background-color: #f0cffa;
  border-radius: 6px;
  color: #0c0c12;
  font-size: 10px;
  padding: 5px 5px;
}
.list-cate-ot {
  background-color: #d0d8fa;
  border-radius: 6px;
  color: #0c0c12;
  font-size: 10px;
  padding: 5px 5px;
}
.list-date {
  color: #aaa;
  font-size: 10px;
  margin-left: 10px;
}
.list-text p {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 10px;
}
/* index2 一覧バナー ------------- */
section figure {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #000;
}
.castlist-linkimage {
  color: #fff;
  width:50%;
  float: left;
  margin: 2rem 0;
}
.castlist-linkimage figure:after {
  position: absolute;
  background: #fff;
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  left: 5%;
  top: 50%;
  transform: scale(0);
  transition: all .9s ease-out;
}
.castlist-linkimage figure:hover:after {
  transform: scale(1);
}
.castlist-linkimage figcaption p,
.castlist-linkimage figcaption h3 {
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 1;
  transition: all .4s ease-out .4s;
  color: #fff;
  font-size: 1.6em;
}
.castlist-linkimage figcaption h3 {
  bottom: 41%;
  transform: translateY(-30px);
  font-family: 'Cinzel', serif;
  font-weight: 400;
}
.castlist-linkimage figcaption p {
  top: 42%;
  transform: translateY(30px);
}
.castlist-linkimage figure:hover figcaption p,
.castlist-linkimage figure:hover figcaption h3 {
  opacity: 1;
  transform: translateY(0);
}
.castlist-linkimage figure img {
  transition: all 0.5s ease-out;
  opacity: .7;
  height: auto;
}
.castlist-linkimage figure:hover img {
  opacity: .4;
  transform: scale(1.3);
  height: auto;
}
@media only screen and (max-width: 1210px) {
  .castlist-linkimage figcaption h3 {
    bottom: 38%;
    transform: translateY(-10px);
  }
   .castlist-linkimage figcaption p {
    top: 40%;
    transform: translateY(10px);
  }
}
@media only screen and (max-width: 665px) {
.castlist-linkimage figcaption p,
.castlist-linkimage figcaption h3 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 535px) {
  .castlist-linkimage figcaption p,
  .castlist-linkimage figcaption h3 {
    font-size: 1.1em;
  }
  .castlist-linkimage figcaption h3 {
    bottom: 38%;
    transform: translateY(-10px);
  }
   .castlist-linkimage figcaption p {
    top: 38%;
    transform: translateY(8px);
  }
}
@media only screen and (max-width: 376px) {
  .castlist-linkimage figcaption p,
  .castlist-linkimage figcaption h3 {
    font-size: 0.8em;
  }
}
/* FOOTER ------------- */
#footer {
  width: 100%;
}
#f-contents {
  width: 100%;
  background: #f9f4f6;
  background: -moz-linear-gradient(top,  #f9f4f6 0%, #ebd6de 100%);
  background: -webkit-linear-gradient(top,  #f9f4f6 0%,#ebd6de 100%);
  background: linear-gradient(to bottom,  #f9f4f6 0%,#ebd6de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4f6', endColorstr='#ebd6de',GradientType=0 );
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fc5195;
  overflow: hidden;
}
.f-detail {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#f-contents .sp-navi {
  font-size: 16px;
  width: 160px;
  margin-bottom: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 400;
}
#f-contents .navigroup {
  width: 170px;
  float: left;
  padding-top: 30px;
  padding-left: 10px;
  padding-bottom: 10px;
  display: block;
  min-height: 320px;
  border-left: 1px dotted #787772;
  text-align: left;
}
#f-contents .sub-navi {
  display: block;
  padding: 0;
} 
#f-contents li {
  font-size: 85%;
  width: 160px;
  margin-bottom: 2px;
  display: block;
}
#f-contents li a {
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #222;
  text-decoration: none;
  display: block;
}
#f-contents li a:hover {color: #fc5195;}
#f-contents2 {
  background: #292627;
  background-image: url("../image/02.png");
  overflow: hidden;
  padding: 3em;
}
#f-contents2 a {
  color: #FFF;
  text-decoration: none;
}
#f-contents2 .f-body {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#f-contents2 .f-body li {
  display: inline-block;
  line-height: 1;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-right: 1px solid #9ca6bd;
}
#f-contents2 .f-body li:last-child {border: none;}
#f-contents2 p {
  color: #FFF;
  font-size: 85%;
}
.f-border {
  width: 100%;
  background-color: #111;
  height: 100px;
}
#copyright {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 85%;
}
#copyright a {color:#ebd6de;}
@media only screen and (max-width: 969px) {
  #f-contents {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .f-detail {
    width: 100%;
  } 
  #f-contents .navigroup {
    width: 100%;
    height: auto;
    min-height: 0px;
    float: none;
    border: none;
    padding: 0px;
    text-align: center;
  } 
  #f-contents .sp-navi {
    height: auto;
    width: 100%;
    display: block;
    margin: 0px;
  }
  #f-contents .sp-navi p {
    background-image: url(http://www.selectsquare.com/mall/images/common/navi_open.gif);
    background-repeat: no-repeat;
    background-position: right center;
  }
  #f-contents .sp-navi a, #f-contents .sp-navi p {
    width: auto;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    color: #b0afb0;
    background: #111;
    display: block;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
  }
  #f-contents .sub-navi {
    width: auto;
    margin: 0;
    overflow: hidden;
  }
  #f-contents .sp-navi li {
    display: block;
    margin-left: 0px;
    margin-bottom: 5px;
    width: auto;
  }
  #f-contents .sub-navi li {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
    width: 50%;
    float: left;
    border-bottom: solid 1px #b0afb0;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #f-contents .sub-navi li:nth-child(odd) {border-right: solid 1px #b0afb0;}
  #f-contents .sub-navi li a {
    font-size: 12px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    line-height: 2.5em;
    display: block;
    color: #222;
  }
  #f-contents2 {
    max-width: 100%;
    background-color: #222222;
    overflow: hidden;
  }
  .f-detail {
    width: 100%;
  }
  .f-border {
    width: 100%;
    background-color: #222;
  }
  #copyright {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #f-contents2 .f-body li {
    display: block;
    line-height: 2.6;
    padding: 0;
    text-align: left;
    border-right: none;
    border-bottom: solid 1px #fff;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 490px) {
  #copyright {
    font-size: 50%;
  }
  #f-contents2 {
    padding: 1.5em;
  }
}
/* reserve table ------------- */
.guidance-table {
  border-collapse: collapse;
  width: 80%;
  margin:0 auto;
}
.guidance-table th,
.guidance-table td {
  padding: 10px;
  border: 1px solid #999;
}
.guidance-table th {
  background-color: #fff;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 930px) {
  .guidance-table {
  max-width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .guidance-table {
    border-top: 1px solid #999;
  }
  .guidance-table td {
    display: block;
    text-align: center;
  }
  .guidance-table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: auto;
  }
}
/* dl dt dd design ------------- */
.supplement {
  text-align: left;
  padding: 1em;
  font-size:1em;
  line-height: 1.7;
  font-size: 0.9em;
}
.supplement dt{
  font-size:1.3em;
  font-weight:bold;
  color:#444;
}
.supplement dd{
  margin: 0;
}
/* profile.php */
#prof-prof-tbl {
  width: calc(100% - 2px);
  background: #fefefe;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
}
#prof-prof-tbl .title {
  width: calc(100% - 4px - 40px);
  padding: 10px 20px;
  margin: 2px;
  background: linear-gradient(#fef5f9 0%, #fc85b4 49%, #fc5195 50%, #fc73aa 100%);
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0px -1px 0px rgb(0 0 0 / 20%), 0px 1px 0px rgb(255 255 255);
}
#prof-prof-tbl dt, #prof-prof-tbl dd {
  height: 50px;
  margin: 2px;
  padding: 4px 6px;
  background: linear-gradient(#f9f9f9, #fefefe);
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #a8a8a8;
  border-bottom: solid 1px #a8a8a8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#prof-prof-tbl dt {
  width: calc(20% - 4px - 12px - 2px);
}
#prof-prof-tbl dd {
  width: calc(30% - 4px - 12px - 2px);
}
#prof-prof-tbl .kana {
  font-size: 1.2rem;
}
#prof-prof-tbl .name {
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  #prof-prof-tbl {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  #prof-prof-tbl .title {
    width: calc(100% - 4px - 20px);
    padding: 5px 10px;
    font-size: 1.4rem;
  }
  #prof-prof-tbl dt, #prof-prof-tbl dd {
    height: 30px;
    margin: 2px;
    padding: 4px;
  }
  #prof-prof-tbl dt {
    width: calc(20% - 4px - 8px - 2px);
  }
  #prof-prof-tbl dd {
    width: calc(30% - 4px - 8px - 2px);
  }
  #prof-prof-tbl .kana {
    font-size: 0.9rem;
  }
  #prof-prof-tbl .name {
    font-size: 1.2rem;
  }
}
.prof-preview {
  position: absolute;
  top: 150px;
  left: 10%;
  width: 80%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10.0rem;
  color: red;
}
@media screen and (max-width: 599px) {
  .prof-preview {
    top: 50px;
    font-size: 4.0rem;
  }
}

/* 説明ボックスのデザイン ------------- */
.box-point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box-point .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box-point p {
    margin: 0; 
    padding: 0;
}








