@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: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", 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: #3F8CB8;}
a:hover { text-decoration: none; color: #3F8CB8;}
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: #3F8CB8;
  height: 30px;
  line-height: 30px;
  background: #fff;
  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: #444;
  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: 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 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;
}
#index-shoplist li a{
	display:block;
	height:100%;
	width:100%;
	padding:15px 0;
}
.indexshopbanner:hover {
  background: #91bad5;
}
.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 #3F8CB8;
  padding: 20px 5px;
  margin: 7px;
  text-decoration: none;
  background: #59afe5;
background: -moz-linear-gradient(top,  #59afe5 0%, #30779b 100%);
background: -webkit-linear-gradient(top,  #59afe5 0%,#30779b 100%);
background: linear-gradient(to bottom,  #59afe5 0%,#30779b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59afe5', endColorstr='#30779b',GradientType=0 );
  -moz-box-shadow: 0px 1px 3px rgba(020,020,020,0.5),inset 0px 0px 2px rgba(25,141,230,1);
  -webkit-box-shadow: 0px 1px 3px rgba(020,020,020,0.5),inset 0px 0px 2px rgba(25,141,230,1);
  box-shadow: 0px 1px 3px rgba(020,020,020,0.5),inset 0px 0px 2px rgba(25,141,230,1);
  text-shadow: 0px -1px 0px #050505, 0px 1px 0px #30789C;
  font-size: 1.8em;
  color: #fff;
  display: inline-block;
}
.enter-btn:hover {
background: #a3d4ff;
background: -moz-linear-gradient(top,  #a3d4ff 0%, #30779b 100%);
background: -webkit-linear-gradient(top,  #a3d4ff 0%,#30779b 100%);
background: linear-gradient(to bottom,  #a3d4ff 0%,#30779b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d4ff', endColorstr='#30779b',GradientType=0 );
  color: #fff;
}
.leave-btn {
  width: 20%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #17181a;
  padding: 10px 5px;
  margin: 7px;
  text-decoration: none;
  font-size: 1.8em;
  color: #ffffff;
  display: inline-block;
  text-shadow: 0px 2px 1px #1b1b1d;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -moz-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: -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: -ms-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 );
  -webkit-box-shadow: 0 100px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-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: #f6fbff;
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: #242627;
  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: left;
}
#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 #79BEE3;
  width: 950px;
  margin: auto;
  max-width: 95%;
  padding: 0.5em 0;
background: #E1EDF4;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#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;
}
.require{ float:right; padding:2px 4px; color:#ff0000; }

/* BOX-SCHEDULE
--------------------------------------------------    */
.box-schedule {
  width: 127px;
  float: left;
  margin: 0 5px 10px 0;
  padding: 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #51A7FF;
  border: 1px solid #51A7FF;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.box-schedule-on {
  width: 130px;
  float: left;
  margin: 0 5px 10px 0;
  padding: 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #51A7FF;
  border: 1px solid #51A7FF;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
/* BOX-SCHEDULE-NEXT-WEEK
--------------------------------------------------    */
.box-schedule-next-week {
  width: 127px;
  float: left;
  margin: 0 5px 10px 0;
  padding: 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #a8cafd;
  border: 1px solid #a8cafd;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.box-schedule-next-week-on {
  width: 130px;
  float: left;
  margin: 0 5px 10px 0;
  padding: 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #51A7FF;
  border: 1px solid #51A7FF;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.box-cast {
  width: auto;
  float: left;
  height: 430px;
  -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;
}
.boy-week-schedule {
  margin: auto;
  margin-bottom:30px;
  width: 1000px;
  padding: 0px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media only screen and (max-width: 499px) {
  .boy-week-schedule {
    margin-bottom: -15px;
    width: 120%;
    transform: scale(0.8);
    margin-left: -10%;
  }
}
#daycolumn{
  width:100%;
  border-spacing:2px;
  margin: 0 auto;
}
strong.doyama {
  color: #1a6fa8;
  background: #fff;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #1a6fa8;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.kobe {
  color: #1a6fa8;
  background: #fff;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #1a6fa8;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
strong.kyoto {
  color: #1a6fa8;
  background: #fff;
  padding: 3px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: double 2px #1a6fa8;
  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: 2px;
}
strong.last {
  color: #000;
  background: #fff;
  border: 2px solid #2e2426;
  padding: 1px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  display: block;
  margin: 2px;
}
strong.standby {
  color: #1a6fa8;
  background: #ffffff;
  border: 2px solid #1a6fa8;
  padding: 1px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  display: block;
  margin: 2px;
}
dl.profile {
  float: left;
  width: 99%;
  margin: 12px 0px 0px 3px;
  border: 1px solid #262626;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
dt.profile {
  padding: 7px;
  background: #262626;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
dd.profile {
  float: left;
  width: 95%;
  margin: 5px 5px 5px 10px;
  font-size: 14px;
  font-weight: normal;
}
/* お客様の感想欄スクロール
--------------------------------------------------    */
dd.profile-srcollbar {
  float: left;
  margin: 5px 5px 5px 10px;
  font-size: 14px;
}
.write_mark img{
  position: absolute;
  top: 2px;
  right: 4px;
}
/* SCHEDULE
--------------------------------------------------    */
.schedulebox {
  float: left;
  width: 127px;
  margin: 0 5px 10px 0;
  padding: 5px 0;
  background-color: #fff;
  border: 2px solid #888;
  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: #91cef0;
  border: 2px solid #888;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 120px;
  line-height: 120px;
}
/* マーカーでハイライト
--------------------------------------------------    */
::selection { background: #bdd8e7; color: #444444;}
::-moz-selection { background: #bdd8e7; color: #444444;}
/* アンケートフォーム
--------------------------------------------------    */
#enqueteform {
  width: 910px;
  margin: auto;
  padding: 10px;
  border: solid 2px #fff;
  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: #777;}
.submit {
 width: 150px;
  height: 50px;
  border: 1px solid #081725;
  padding: 4px 10px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
  background: #3F8CB8;
  background: -moz-linear-gradient(top, #3F8CB8, #13293d);
  background: -ms-linear-gradient(top, #3F8CB8, #13293d);
  background: -webkit-gradient(linear, left top, left bottom, from(#3F8CB8), to(#13293d));
  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: 'Orbitron', sans-serif;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1.4em;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3em;
  font-weight: 600;
}
.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: #3089bb;
}
@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 #17181a;
  padding: 0;
  margin: 5px 5px 0 0;
  text-decoration: none;
  text-align: center;
  background: -moz-linear-gradient( center top, #999 5%, #323436 100% );
  background: -ms-linear-gradient( top, #999 5%, #323436 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#323436');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #999), color-stop(100%, #323436) );
  background-color: #323436;
  color: #ffffff;
  display: inline-block;
  text-shadow: 0px 2px 1px #1b1b1d;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -moz-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: #ffffff;
  display: block;
  padding: 10px 10px;
}
.css_btn_class:hover,.css_btn_class2:hover {
  background: -moz-linear-gradient( center top, #212121 5%, #ccc 100% );
  background: -ms-linear-gradient( top, #212121 5%, #ccc 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#ccc');
  background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #212121), color-stop(100%, #ccc) );
  background-color: #555;
  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 #38A0D7;
  padding: 20px 5px 20px 0;
  margin: 7px;
  text-decoration: none;
background: #DAE0E5;
  background: -moz-linear-gradient(top,  #fff 0%, #DAE0E5 100%);
  background: -webkit-linear-gradient(top,  #fff 0%,#DAE0E5 100%);
  background: linear-gradient(to bottom,  #fff 0%,#DAE0E5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#DAE0E5',GradientType=0 );
  -moz-box-shadow: 0px 1px 3px rgba(020,020,020,0.5), inset 0px 0px 7px rgba(54,141,237,1);
  -webkit-box-shadow: 0px 1px 3px rgba(020,020,020,0.5), inset 0px 0px 7px rgba(54,141,237,1);
  box-shadow: 0px 1px 3px rgba(020,020,020,0.5), inset 0px 0px 7px rgba(54,141,237,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: #b2d1e3;
  background: -moz-linear-gradient(top,  #ffffff 0%, #b2d1e3 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#b2d1e3 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#b2d1e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2d1e3',GradientType=0 );
  color: #050505;
}
/* プロフィールページカスタマイズ------------- */
#profile-column {
  float: left;
  width: 48%;
  margin-left: 12px;
  text-align: left;
}
#profile-colimage { width: auto;}
#weektable { height: 60px; border-bottom: solid 3px #3F8CB8;
  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: 1000px;
  height: 150px;
  margin: auto;
  background: #3F8CB8;
  border-spacing: 1px;
}
#profiletable td {
  background: #fff;
  text-align: center;
}
#profiletable tr.tablebackground td {
  background: #38A0D7;
  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;}
/* 〇〇店から呼び出し可能-吹き出し画像
--------------------------------------------------    */
#topboy-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
/* ニュース・RSS------------- */
#side-news, #side-rss { 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 {
  font-size: 1.2em;
  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 {
  font-size: 1.2em;
  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: #3F8CB8;
}
@media only screen and (max-width: 468px) {
  .enclose-box{
    font-size: 0.65em;
  }
}
#topboyranking {
  float: left;
  height: auto;
  position: relative;
  margin: 0 5%;
  box-shadow:rgb(81, 82, 84) 0px 0px 7px -2px;
  -webkit-box-shadow:rgb(81, 82, 84) 0px 0px 7px -2px;
  -moz-box-shadow:rgb(81, 82, 84) 0px 0px 7px -2px;  background: #fff;
  max-width: 30%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.blogpage-img{ width: 300px; float: left;}


#BodySchedule img {
    max-width: 150px;
}

/* 以下　レスポンシブ
--------------------------------------------------    */
@media only screen and (min-width: 1480px) {
  #wrapper {
    margin-top: 32%;
  }
}
@media only screen and (max-width: 1040px) {
#topboy {
  width: 30%;
  margin: 1.6%;
  }
}
@media only screen and (max-width: 954px) {
  body {
    background: #F5F5F5 url(../image/bgtexture.jpg) repeat 0% 0% fixed;
    background-size: 50%;
  }
  .heroimage {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(246, 246, 246, 0.2), rgba(244, 232, 222, 0.7), rgba(236, 230, 226, 0.2))  no-repeat scroll 0 0 / 1000% auto, url(../image/enter_bg570.png) no-repeat scroll left top / 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_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;
    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;}
  #ranking_titlebar,
  #boylist_titlebar,
  #topics_titlebar,
  #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 #128BFB, 0 0 6px #128BFB, 0 0 6px #128BFB, 0 0 10px #128BFB, 0 0 10px #128BFB;
  }
  #ranking_titlebar span,
  #boylist_titlebar span,
  #topics_titlebar span,
  #side_titlebar span {
    color: #5195fc;
	font-size: 0.7em;
	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 { 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;
  }

  #BodySchedule {
	width: 90%;
	margin: auto;
	padding: 0;
	text-align: center;
  }
  .box-cast {
	float: left;
	width: 15%;
	height: 300px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	text-align: center;
	font-size: 0.8em;
	color: #555555;
	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: 98%;
    font-size: 10px;
  }
  dd.profile-srcollbar {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: auto;
    height: 300px;
  }
  .write_mark img{
    width: 21%;
    height: auto;
  }
}
@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;
  }
  #topboyranking {
	max-width: 23%;
  }
  .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) {
  #topboy {
	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; }
  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;
}
  #topboy {
	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) {
  .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.doyama {
    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.kyoto {
    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;
  }
  strong.last {
    font-size: 0.7em;
    padding: 0 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  strong.standby {
    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: 128px; }
  .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;
  }
}
@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; }
  #topboy-copy { font-size: 0.50em;}
  .write_mark img{
    width: 44%;
  }
}
/* menu fixed
--------------------------------------------------    */
.paradeiser {
  z-index: 999;
  width: 100%;
  height: 60px;
  background: #e8eef2;
  background: -moz-linear-gradient(top,  #ffffff 0%, #e8eef2 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e8eef2 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#e8eef2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8eef2',GradientType=0 );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #afb0b0;
  border-bottom: 1px solid #afb0b0;
}
.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.active, .paradeiser a:hover, .paradeiser .paradeiser_dropdown.active, .paradeiser .paradeiser_dropdown:hover {
 background: #b2d1e3;
  background: -moz-linear-gradient(top,  #ffffff 0%, #b2d1e3 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#b2d1e3 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#b2d1e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2d1e3',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(0, 0, 0, 0.6) 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: -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 #368ded;
  -moz-box-shadow: 0px 1px 3px rgba(020,020,020,0.5), inset 0px 0px 7px rgba(54,141,237,1);
  -webkit-box-shadow: 0px 1px 3px rgba(020,020,020,0.5), inset 0px 0px 7px rgba(54,141,237,1);
  box-shadow: 0px 1px 3px rgba(020,020,020,0.5), inset 0px 0px 7px rgba(54,141,237,1);
  text-shadow: 0px -2px 0px rgba(000,000,000,0.2), 0px 2px 0px rgba(102,144,251,1);
}
.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%;}
}
/* news------------- */
.list-box {
  border-bottom: 1px solid #eee;
  display: table;
  width: 100%;
}
.list-img{
width: 30%;
}
.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 #3F8CB8;
}
.list-cate-gay {
  background-color: #018dd6;
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  padding: 5px 5px;
}
.list-cate-bai {
  background-color: #191a1b;
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  padding: 5px 5px;
}
.list-cate-nonke {
  background-color: #d60151;
  border-radius: 6px;
  color: #fff;
  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: 'Montserrat Subrayada', sans-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: #edf1f5;
  background: -moz-linear-gradient(top,  #edf1f5 0%, #cedbe7 100%);
  background: -webkit-linear-gradient(top,  #edf1f5 0%,#cedbe7 100%);
  background: linear-gradient(to bottom,  #edf1f5 0%,#cedbe7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f5', endColorstr='#cedbe7',GradientType=0 );
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #3F8CB8;
  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: 'Orbitron', sans-serif;
  font-weight: 600;
}
#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: #3F8CB8;}
#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:#C7DDEB;}
.banner_center {
    margin-top: 15px;
}

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

#ranking{margin-bottom: 25px;}
/*#ranking a.boyDetailAnc{width: 170px; display: block; float: left; margin: 0 30px 15px 0; position: relative; left: 70px;}*/
#ranking a.boyDetailAnc{width: 19%;display: block;float: left;position: relative;}
#ranking a.boyDetailAnc:nth-child(5),#ranking a.boyDetailAnc:nth-child(6){display: block;float: left;position: relative;}
/*#ranking ul.boyDetail{background: #d9dce1; width: 170px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; position: relative; padding: 5px 0;}*/
#ranking ul.boyDetail{background: #d9dce1; width: 100%;position: relative; padding: 0 0 1em 0;list-style: none;}
#ranking ul.boyDetail:nth-child(5),#ranking ul.boyDetail:nth-child(6){background: #d9dce1; width: 130px;height: 310px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; position: relative; padding: 5px 0;}


#ranking ul.boyDetail li.namber{width: 78px; height: 40px; text-indent: -9999px; background: url(../img/common/icon_namber01.png) top left no-repeat; position: absolute; top: -7px;}
#ranking ul.boyDetail li.thums{text-align: center;}
#ranking ul.boyDetail li.thums img{width: 100%;margin-bottom: 1em;}
#ranking ul.boyDetail li.name{font-size: 15px; font-weight: bold; text-align: center;}
#ranking ul.boyDetail li.spec{font-size: 13px; letter-spacing: -1px; text-align: center; color: #303030;}
#ranking ul.boyDetail li.icons{text-align: center;}
#ranking ul.boyDetail li.icons p{display: inline-block;}
#ranking ul.boyDetail li.icons p.newCommer{}
#ranking ul.boyDetail li.icons p.tachi{}
#ranking ul.boyDetail li.icons p.uke{}
#ranking ul.boyDetail li.etc{font-size: 13px; color: red; line-height: 14px; padding: 0 3px 3px;}

#ranking ul#namber01{background: #eceb8f;}
#ranking ul#namber01 li.namber{width: 78px; height: 40px; text-indent: -9999px; background: url(../img/common/icon_namber01.png) top left no-repeat; position: absolute; top: -7px;}
#ranking ul#namber01 li.name{color: #525506; line-height: 16px;}

#ranking ul#namber02{background: #dde1e7;}
#ranking ul#namber02 li.namber{width: 89px; height: 43px; text-indent: -9999px; background: url(../img/common/icon_namber02.png) top left no-repeat; position: absolute; top: -10px;}
#ranking ul#namber02 li.name{color: #434b56; line-height: 16px;}

#ranking ul#namber03{background: #faceb4;}
#ranking ul#namber03 li.namber{width: 89px; height: 43px; text-indent: -9999px; background: url(../img/common/icon_namber03.png) top left no-repeat; position: absolute; top: -10px;}
#ranking ul#namber03 li.name{color: #873508; line-height: 16px;}

#ranking ul#namber04{background: #fff;}
#ranking ul#namber04 li.namber{width: 68px; height: 43px; text-indent: -9999px; background: url(../img/common/icon_namber04.png) top left no-repeat; position: absolute; top: -10px;}
#ranking ul#namber04 li.name{color: #873508; line-height: 16px;}

#ranking ul#namber05{background: #fff;}
#ranking ul#namber05 li.namber{width: 68px; height: 43px; text-indent: -9999px; background: url(../img/common/icon_namber05.png) top left no-repeat; position: absolute; top: -10px;}
#ranking ul#namber05 li.name{color: #873508; line-height: 16px;}

#contents-right #topics{
height:420px; background:#fff; border:1px solid #277CB3; text-align:left; overflow:auto; overflow-y:scroll; -webkit-overflow-scrolling: touch; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
#contents-right h3 {
    margin:5px 0;
}
#contents-right #topics dl {
    padding: 10px;
    margin: 0;
}
#contents-right #topics dt {
    float:left;
    padding: 10px 0;
}
#contents-right #topics dd {
    -webkit-margin-start: 0;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

@media screen and (max-width: 768px) and (min-width: 480px) {
	.twitter iframe  {
		width: 430px !important;
	}
}

@media screen and (max-width: 480px) {
	.twitter iframe  {
		width: 300px !important;
	}
}
