@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;
  background: #fbc6db;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(251,198,219,0.6) 40%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(251,198,219,0.6) 40%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(251,198,219,0.6) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fbc6db',GradientType=0 );
}
#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;
}
.box-cast {
  width: auto;
  float: left;
  height: 350px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  text-align: center;
  font-size: 15px;
  color: #555555;
  overflow: hidden;
}
.box-cast strong {  background: linear-gradient(transparent 60%, #fcc9d7 60%) }
strong.sapporo {
  color: #008aff;
  background: #e7f2ff;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #008aff;
  font-weight: normal;
  display: block;
  margin: 1px 3px;
}
strong.hakodate {
  color: #ff0060;
  background: #fff1e9;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #ff0060;
  font-weight: normal;
  display: block;
  margin: 1px 3px;
}
strong.asahikawa {
  color: #ff5500;
  background: #fffff0;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #ff5500;
  font-weight: normal;
  display: block;
  margin: 1px 3px;
}
strong.expiration {
  color: #fff;
  background: #2e2426;
  border: 2px solid #2e2426;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  display: block;
  margin: 1px 3px;
}
strong.last {
  color: #fff;
  background: #ffa6d0;
  border: 2px solid #ffffff;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  display: block;
  margin: 1px 3px;
}

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

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;
  margin: 0 3px 10px 0;
  padding: 5px 0;
  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;
}
.schedulebox-on {
  float: left;
  width: 130px;
  margin: 0 3px 10px 0;
  padding: 5px 0;
  background-color: #feedf4;
  border: 2px solid #fc5195;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 120px;
  line-height: 120px;
}
/* ニュース------------- */
.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;
}
.clearleft { clear: both;}
/* マーカー ------------- */
::selection { background: #fbd2db; color: #444444;}
::-moz-selection { background: #fbd2db; color: #444444;}
/* アンケートフォーム------ */
#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;
}
/* ネオンの見出し------------- */
#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;
}

/* 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: -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;
}
/* 〇〇店待機中------------- */
#topgirl-tip {
  position: absolute;
  top: 61%;
  left: 6%;
}
#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 > * {  -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;}
/* 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);
}
#topgirl {
  background: #fff;
  width: 23%;
  margin: 1%;
  -moz-box-shadow: rgb(252, 81, 149) 0px 1px 8px 0px;
  -webkit-box-shadow: rgb(252, 81, 149) 0px 1px 8px 0px;
  box-shadow: rgb(252, 81, 149) 0px 1px 8px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#topgirl-copy {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	margin:auto;
	background:rgba(0,0,0,0.5);
	white-space:
	nowrap; overflow:hidden;
}
#topgirl-balloon-last { position:absolute; top:-10px; left:0px; color:#fff; padding:4px 0px; background: rgba(251, 6, 103, 0.6); -webkit-border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; margin: 0px; font-size: 0.85em; width: 100%; }
#topgirl-balloon-expiry { position:absolute; top:-10px; left:0px; color:#fb0667; padding:4px 0px; background: rgba(0, 0, 0, 0.7); -webkit-border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; margin: 0px; font-size: 0.85em; width: 100%; }
#topgirl-balloon-newface { position:absolute; top:20px; left:-5px; color:#fff; padding:6px 4px; background: rgba(251, 31, 118, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.8em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }
#topgirl-balloon-limited { position:absolute; top:-15px; left:-5px; color:#fff; padding:6px 4px; background: rgba(251, 98, 31, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.8em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }
#topgirl-balloon-kirakira { position:absolute; top:-15px; right:-5px; color:#fff; padding:6px 4px; background: rgba(251, 31, 118, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.8em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }

#topgirl-2 img { max-width: 100%;}
#topgirl-3 { width: 100%;}

#bottomgirl {
  float:left;
  background: #fff;
  width: 48%;
  margin: 1%;
  -moz-box-shadow: rgb(252, 81, 149) 0px 1px 8px 0px;
  -webkit-box-shadow: rgb(252, 81, 149) 0px 1px 8px 0px;
  box-shadow: rgb(252, 81, 149) 0px 1px 8px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#bottomgirl-copy {
	width:100%;
	height:26px;
	margin:auto;
	background:rgba(0,0,0,0.5);
	white-space:
	nowrap; overflow:hidden;
}
#bottomgirl-2 { height:auto; }
#bottomgirl-2 img { max-width:100%; }
#bottomgirl-3 { width:100%; height:50px; }
#bottomgirl-balloon-limited { position:absolute; top:-15px; left:-5px; color:#fff; padding:6px 4px; background: rgba(251, 98, 31, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.8em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }
#bottomgirl-balloon-newface { position:absolute; top:20px; left:-5px; color:#fff; padding:6px 4px; background: rgba(251, 31, 118, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.8em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }
#bottomgirl-balloon-kirakira { position:absolute; top:-15px; right:-5px; color:#fff; padding:6px 4px; background: rgba(251, 31, 118, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.8em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }

#schedule-balloon-last { position:absolute; top:0px; left:0px; color:#fff; padding:4px 0px; background: rgba(251, 6, 103, 0.6); -webkit-border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; margin: 0px; font-size: 0.85em; width: 100%; }
#schedule-balloon-expiry { position:absolute; top:0px; left:0px; color:#fb0667; padding:4px 0px; background: rgba(0, 0, 0, 0.7); -webkit-border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; margin: 0px; font-size: 0.85em; width: 100%; }
#schedule-balloon-limited { position:absolute; bottom:-10px; left:2px; color:#ffffff; padding:2px 7px; background: rgba(251, 98, 31, 0.5); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
#schedule-balloon-newface { position:absolute; bottom:-10px; right:2px; color:#ffffff; padding:2px 7px; background: rgba(251, 31, 118, 0.5); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
#schedule-balloon-kirakira { position:absolute; bottom:20px; left:2px; right:2px; color:#ffffff; padding:2px 7px; background: rgba(251, 31, 118, 0.5); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

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

  #tdlist { max-width: 100%; height: auto; }
  #topgirl { width: 20%; margin:1%; }
  #topgirl-2 { height: auto;}
  #topgirl-3 { width: 100%; font-size: 0.5em;}
  #topgirl-copy {
    font-size: 0.5em;
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	margin:auto;
	background:rgba(0,0,0,0.5);
	white-space:nowrap;
	overflow:hidden;
  }
  #topgirl-balloon-last { position:absolute; top:-10px; left:0px; color:#fff; padding:4px 0px; background: rgba(251, 6, 103, 0.6); -webkit-border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; margin: 0px; font-size: 0.5em; width: 100%; }
  #topgirl-balloon-expiry { position:absolute; top:-10px; left:0px; color:#fb0667; padding:4px 0px; background: rgba(0, 0, 0, 0.7); -webkit-border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; margin: 0px; font-size: 0.5em; width: 100%; }
  #topgirl-balloon-newface { position:absolute; top:15px; left:-5px; color:#fff; padding:6px 4px; background: rgba(251, 31, 118, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.5em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }
  #topgirl-balloon-limited { position:absolute; top:-15px; left:-5px; color:#fff; padding:6px 4px; background: rgba(251, 98, 31, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.5em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }

  #bottomgirl { float:left; width: 48%; margin:1%; }
  #bottomgirl-2 { height:auto;}
  #bottomgirl-2 img { width:100%; height:100%; }
  #bottomgirl-3 { width:100%; height:30px; font-size: 0.5em;}
  #bottomgirl-copy {
    height:20px;
    font-size: 0.5em;
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	margin:auto;
	background:rgba(0,0,0,0.5);
	white-space:nowrap;
	overflow:hidden;
  }
  #bottomgirl-balloon-limited { position:absolute; top:-15px; left:-5px; color:#fff; padding:6px 4px; background: rgba(251, 98, 31, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.5em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }
  #bottomgirl-balloon-newface { position:absolute; top:15px; left:-5px; color:#fff; padding:6px 4px; background: rgba(251, 31, 118, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.5em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }
  #bottomgirl-balloon-kirakira { position:absolute; top:-15px; right:-5px; color:#fff; padding:6px 4px; background: rgba(251, 31, 118, 0.7); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0px; font-size: 0.5em; border: 2px solid #fff; -moz-box-shadow: 0px 1px 6px #fb1f76; -webkit-box-shadow: 0px 1px 6px #fb1f76; box-shadow: 0px 1px 6px #fb1f76; }

  #topgirl-tip {
    position: absolute;
    top: 53%;
    left: 0%;
  }
  #todaygirl_list, #newhalf_list, #otoko_list, #side_titlebar {
    padding:5px;
    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;}
  .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: 32.6%;
    height: 300px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    text-align: center;
    font-size: 0.8em;
    color: #555555;
    overflow: hidden;
  }
  #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) {
  #topgirl { width: 19%; margin:1%;}
  .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.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;
  }
  #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;
  }
}
@media only screen and (max-width: 503px) {
  .schedulebox { width: 23%;}
  .schedulebox-on { width: 23%;}
}
@media only screen and (max-width: 500px) {
  #topgirl-tip {
    position: absolute;
    top: 50%;
    left: 0%;
  }
  #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;
  }
  #topgirl-copy {
    font-size: 0.56em;
    letter-spacing: -0.03em;
    /*Android Chromeフォントバグ対策*/
    max-height: 999999px;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  #topgirl-3 { font-size: 0.5em;}
  #topgirl-3 strong a { font-size: 1.5em;}
  /* BOX-CASTマーカーピンク------------- */
  strong.sapporo {
    font-size: 0.8em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.hakodate {
    font-size: 0.8em;
    padding: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.asahikawa {
    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) {
  #topgirl-tip {
    position: absolute;
    top: 50%;
    left: 0%;
  }
  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;}
  #topgirl-3 { font-size: 0.4em;}
  #topgirl-copy { font-size: 0.50em; position:absolute; bottom:0; left:0; }
  #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%;}
}