@charset 'utf-8';

/* サイト全体 */
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  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;
  background: #ffffff;
}
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;
}

/* ページ共通 */
#wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
  clear: both;
  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: center;
}
#contents-right img {
  max-width: 100%;
  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;
  border-radius: 6px;
}
#topbar-text span {
  font-size: 0.8em;
}
#logo {
  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;
}
.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: 499px) {
  .section-header {
    font-size: 2rem;
  }
}


/* header-menu */
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header-menu {
  z-index: 999;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom,  #ffffff 0%,#e8eef2 100%);
  display: flex;
  border-top: 1px solid #afb0b0;
  border-bottom: 1px solid #afb0b0;
}
.header-menu a {
  font-size: 2rem;
  position: relative;
  width: calc((100% - 6px) / 5);
  z-index: 5;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #222;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  align-items: center;
  flex-grow: 5;
  justify-content: center;
  border-right: 1px solid #b0afb0;
  box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
}
.header-menu a.menuleft{
  border-left: 1px solid #b0afb0;
}
.header-menu a.active, .header-menu a:hover {
  background: linear-gradient(to bottom,  #ffffff 0%,#b2d1e3 100%);
  color: #222;
}
.header-menu .header-menu_icon_canvas {
  display: block;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 20px;
  color: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.header-menu .header-menu_icon_canvas img {
  display: block;
  margin: 0;
  max-width: 20px;
  width: 100%;
  height: auto;
}
.header-menu span {
  margin-top: 5px;
  font-size: 13px;
}
@media only screen and (max-width: 499px) {
  .header-menu span {
    font-size: 10px;
  }
}

/* パンくずリスト */
.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;
}

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

/* 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 {
  border: 1px solid #368ded;
  background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 50%, #b5b5b5 100%);
  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: linear-gradient(to bottom, rgba(234,229,186,1) 0%,rgba(112,94,60,1) 100%);
}
.footfixnavi li:nth-child(3) a {
  background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(132,132,132,1) 100%);
}
@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%;
  }
}

/* ユーザー入力フォーム */
#user-input-form {
  width: 100%;
  margin: auto;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
}
#user-input-form input {
  margin: 10px 0;
}
#user-input-form select {
  height: 40px;
  margin: 10px 0;
}
@media only screen and (max-width:499px) {
  #user-input-form {
    width: 95%;
    padding: 0;
    margin-bottom: 0;
  }
}

/* index.php */
#index-wrapper {
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  box-shadow: 0 100px 20px 0 rgba(0, 0, 0, 0.2);
}
#index-inner {
  width: 87%;
  text-align: center;
  margin: 0px auto;
  background: rgba(51,51,51,0.6);
  border: #fff solid 1px;
  border-radius: 6px;
}
#index-inner p {
  padding: 10px 20px;
  margin: 0px;
  font-size: 0.8em;
}
#index-inner h3 a{
  color:#fff;
  line-height: 1.6;
}
#index-inner p.caution a{
  color:#fff;
  line-height: 1.6;
}
#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;
  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%;
  border-radius: 6px;
  border: 1px solid #3F8CB8;
  padding: 20px 5px;
  margin: 7px;
  text-decoration: none;
  background: #59afe5;
  background: linear-gradient(to bottom,  #59afe5 0%,#30779b 100%);
  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: linear-gradient(to bottom,  #a3d4ff 0%,#30779b 100%);
  color: #fff;
}
.leave-btn {
  width: 20%;
  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;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.leave-btn:hover {
  background-color: #555;
  color: #ffffff;
}

/* profile.php */
#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: linear-gradient(to bottom, #ffffff 0%,#f4f2f4 100%);
}
#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;
}
.prof-holizontal {
  width: 1100px;
}
.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;
}

.reserve-btn {
  width: 41%;
  border-radius: 6px;
  border: 1px solid #38A0D7;
  padding: 20px 5px 20px 0;
  margin: 7px;
  text-decoration: none;
  background: linear-gradient(to bottom,  #fff 0%,#DAE0E5 100%);
  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: linear-gradient(to bottom,  #ffffff 0%,#b2d1e3 100%);
  color: #050505;
}
dd.profile-srcollbar {
  float: left;
  margin: 5px 5px 5px 10px;
  font-size: 14px;
}
.write_mark img{
  position: absolute;
  top: 2px;
  right: 4px;
}

/* schedule.php */
.schedulebox {
  float: left;
  width: 127px;
  margin: 0 5px 10px 0;
  padding: 5px 0;
  color: #3F8CB8;
  background-color: #f5f9fc;
  border: 2px solid #3F8CB8;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 120px;
  line-height: 120px;
}
@media only screen and (max-width: 499px) {
  .schedulebox {
    width: 23%;
    margin: 0.2em;
    padding: 0;
    border: 1px solid #3F8CB8;
    font-size: 0.8em;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
  }
}
.box-cast {
  width: auto;
  float: left;
  height: 430px;
  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.expiration {
  color: #fff;
  background: #2e2426;
  border: 2px solid #2e2426;
  padding: 1px 8px;
  border-radius: 5px;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}
dl.profile {
  float: left;
  width: 99%;
  margin: 12px 0px 0px 3px;
  border: 1px solid #262626;
  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;
}

/* reservation.php */
#reservation-textarea {
  width: 300px;
  height: 100px;
}
#reservation-conf-button {
  width: 100%;
  margin: 20px auto;
  display: flex;
}
@media only screen and (max-width: 499px) {
  #reservation-textarea {
    width: 90%;
    height: 100px;
  }
}

/* reservation_conf.php */
#reservation-conf-table {
  width: 100%;
  margin: auto;
}
#reservation-conf-button {
  width: 100%;
  margin: 20px auto;
  display: flex;
}
@media only screen and (max-width: 499px) {
  #reservation-conf-table {
    width: 95%;
  }
  #reservation-conf-button {
    width: 95%;
  }
}

/* enquete.php */
#enquete-textarea {
  width: 300px;
  height: 100px;
}
#enquete-conf-button {
  width: 100%;
  margin: 20px auto;
  display: flex;
}
@media only screen and (max-width: 499px) {
  #enquete-textarea {
    width: 90%;
    height: 100px;
  }
}

/* enquete_conf.php */
#enquete-conf-table {
  width: 100%;
  margin: auto;
}
#enquete-conf-button {
  width: 100%;
  margin: 20px auto;
  display: flex;
}
@media only screen and (max-width: 499px) {
  #enquete-conf-table {
    width: 95%;
  }
  #enquete-conf-button {
    width: 95%;
  }
}

/* マーカーでハイライト */
::selection {
  background: #bdd8e7;
  color: #444444;
}

/* 〇〇店から呼び出し可能-吹き出し画像 */
#topboy-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
/* ニュース・RSS------------- */
#side-news, #side-rss {
  width: 100%;
  margin: auto;
}
/* ブログページ */
.blogpage-img {
  width: 300px;
  float: left;
  margin: 4px;
  margin-bottom: 35px;
  padding: 4px;
  background: #fff;
  border-radius: 6px;
  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;
  text-align: left;
}
.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;
  max-width: 30%;
  border-radius: 4px;
}
.blogpage-img{
  width: 300px;
  float: left;
}
/* 以下　レスポンシブ */
@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;
  }
  #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%;
    margin: 5px auto;
  }
  #side-news, #side-rss {
    width: 80%;
    margin: auto;
  }
  .side-img {
    width: 50%;
    float: left;
  }
  @media only screen and (max-width: 499px) {
    .side-img {
      width: 100%;
    }
  }
  .system-p {
    max-width: 100%;
    text-align: center;
  }
  #system-table {
    width: 100%;
    font-size: 0.7em;
  }
  #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;
    height: 30px;
    font-size: 10px;
  }
  #profiletable {
    width: 98%;
    font-size: 10px;
  }
  dd.profile-srcollbar {
    overflow: auto;
    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;
  }
}
@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: linear-gradient(45deg,  rgb(255,224,233) 0%,rgb(255,255,255) 99%);
  }
  #topbar {
    height: 15px;
  }
  #index-inner{
    background-size: contain;
  }
  #index-inner img{
    max-width: 15%;
  }
  #weekschedule img {
    width: 45px;
    height: auto;
  }
  #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%;
    box-shadow: rgba(252, 81, 149,0.3) 0px 0px 2px 1px;
  }
}
@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;
  }
  #weekschedule img {
    width: 50px;
    height: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 420px) {
  .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%;
  }
}
@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;
  }
  #topboy-copy {
    font-size: 0.50em;
  }
  .write_mark img{
    width: 44%;
  }
}
/* 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: linear-gradient(to bottom,  #edf1f5 0%,#cedbe7 100%);
  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;
}
@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;
  }
  #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;
}

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