/* 全体 */

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  background-image: url("../img/all/pat.jpg");
  background-repeat: repeat;
  background-position: center top;
}

img {
  vertical-align: bottom;
}

a {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #ffdcea;
}

.shadow {
  position: relative;
  background: #ffffff \9;
  behavior: url("PIE/PIE.htc");
  box-shadow: 0px 0px 5px #ffffff;
  -moz-box-shadow: 0px 0px 5px #ffffff;
  -webkit-box-shadow: 0px 0px 5px #ffffff;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

#wrapper {
  min-height: 100%;
  background-image: url("../img/all/bg_20180709?v=20180709.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-attachment: scroll;
  min-width: 970px;
}

#bg_photo {
  min-width: 970px;
  min-height: 100%;
}

#header {
  position: relative;
}

#header h1 {
  height: 320px;
  /*background: url("../img/all/header.jpg?v=20160506") no-repeat;*/
}

#header h1 a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 420px;
}

#header #headslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
  height: 320px;
  overflow: hidden;
  background: #ffffff;
}

#shadow {
  width: 970px;
  margin: 0 auto;
  min-height: 500px;
}

#container {
  width: 950px;
  margin: 0 auto;
}

#menu {
  list-style: none;
  position: relative;
  height: 50px;
  z-index: 1000;
}

#menu li {
  float: left;
  display: inline;
  height: 50px;
}

#menu li a {
  display: block;
  height: 50px;
  text-indent: -9999px;
  background-position: top;
  background-repeat: no-repeat;
}

#menu li a:hover, #menu li.active a {
  background-position: bottom;
}

#menu li#menu_top a {
  width: 118px;
  background-image: url("../img/all/menu_top.jpg?v=20160621");
}

#menu li#menu_cast a {
  width: 118px;
  background-image: url("../img/all/menu_cast.jpg?v=20160621");
}

#menu li#menu_schedule a {
  width: 118px;
  background-image: url("../img/all/menu_schedule.jpg?v=20160621");
}

#menu li#menu_system a {
  width: 118px;
  background-image: url("../img/all/menu_system.jpg?v=20160621");
}

#menu li#menu_event a {
  width: 118px;
  background-image: url("../img/all/menu_event.jpg?v=20160621");
}

#menu li#menu_coupon a {
  width: 105px;
  background-image: url("../img/all/menu_coupon.jpg?v=20160621");
}

#menu li#menu_blog a {
  width: 95px;
  background-image: url("../img/all/menu_blog.jpg?v=20160621");
}

#menu li#menu_access a {
  width: 118px;
  background-image: url("../img/all/menu_access.jpg?v=20160621");
}

#menu li#menu_mail a {
  width: 121px;
  background-image: url("../img/all/menu_mail.jpg?v=20160621");
}

#menu li#menu_recruit a {
  width: 121px;
  background-image: url("../img/all/menu_recruit.jpg?v=20160621");
}

#page_top li#menu_top a, #page_cast li#menu_cast a, #page_schedule li#menu_schedule a, #page_system li#menu_system a, #page_event li#menu_event a, #page_coupon li#menu_coupon a, #page_blog li#menu_blog a, #page_access li#menu_access a, #page_mail li#menu_mail a, #page_recruit li#menu_recruit a {
  background-position: bottom;
}

li.menu_recruit {
  position: absolute;
  right: 0px;
  z-index: 1000;
  width: 121px;
  height: 49px !important;
  display: none !important;
  background: #ffffff;
}

.menu_recruit a {
  height: 74px !important;
}

li#menu_recruit1 {
  top: 50px;
}

li#menu_recruit2 {
  top: 99px;
}

#menu li#menu_recruit1 a {
  width: 121px;
  background-image: url("../img/all/menu_recruit1.jpg?20250507");
  background-position: 0 -1px;
}

#menu li#menu_recruit2 a {
  width: 121px;
  background-image: url("../img/all/menu_recruit2.jpg?v=20180710");
  background-position: 0 -1px;
}

#menu li#menu_recruit1 a:hover, #menu li#menu_recruit2 a:hover {
  opacity: 0.7;
}

#contents {
  min-height: 400px;
}

#contents_inner {
  margin: 0 15px 0;
}

#footer {
  width: 950px;
  margin: 0 auto 0;
  padding: 10px 0 15px 0;
  font-size: 12px;
  color: #000000;
}

#footer a {
  color: #000000;
}

#copyright {}

h2.title {
  width: 920px;
  height: 50px;
  margin: 15px auto;
}

#newopen {
  padding: 20px 0 0;
}

/* フォーム */

#form {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #996633;
  min-height: 100px;
  padding: 30px 0 30px;
  font-size: 12px;
}

#form table {
  width: 520px;
  margin: 30px auto 15px;
  border-top: 1px dotted #c39f19;
}

#form th, #form td {
  padding: 5px 10px;
  border-bottom: 1px dotted #c39f19;
  vertical-align: top;
}

#form th {
  width: 130px;
  font-weight: normal;
  text-align: left;
  padding: 5px 0 5px 10px;
}

#form td {
  text-align: left;
  vertical-align: middle;
}

input.text, textarea.text {
  width: 100%;
  box-sizing: border-box;
}

textarea.text {
  height: 100px;
}

input.short {
  width: 155px;
}

form span {
  color: #ff0000;
}

#button button {
  width: 150px;
  height: 30px;
  border: none;
  background: none;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
  outline: 0;
}

#button button::-moz-focus-inner {
  border: 0;
}

body.error {
  background: #ffffff !important;
  color: #000000;
}

#error {
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

#error_inner {
  border: 4px solid #ff6666;
  padding: 20px 10px;
}

/* 女の子一覧 */

.cast_box {
  margin-bottom: 15px;
}

.cast {
  float: left;
  display: inline;
  width: 207px;
  background: url("../img/cast/cast_bg.jpg") center center;
  margin: 0 0 0 12px;
  text-align: center;
  position: relative;
}

.cast_bg_middle {
  padding: 12px 12px 5px;
}

.cast_box.page {
  margin-bottom: 25px;
}

.cast.page {
  margin: 0 0 0 30px;
}

.cast.first {
  margin: 0 0px 0 0;
}

.cast .photo {
  width: 183px;
  height: 243px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 10px;
  position: relative;
  behavior: url("PIE/PIE.htc");
  box-shadow: 0 0 3px #b36675;
  -moz-box-shadow: 0 0 3px #b36675;
  -webkit-box-shadow: 0 0 3px #b36675;
}

.cast .photo img {
  max-width: 100%;
  max-height: auto;
}

.cast .name a {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.cast .schedule {}

.cast .new {
  position: absolute;
  top: 190px;
  right: 2px;
  width: 70px;
}

.cast .new img {
  width: 100%;
  height: auto;
}

.cast .blog {
  position: absolute;
  top: 264px;
  right: 10px;
  width: 50px;
}

.cast .blog img {
  width: 100%;
  height: auto;
}