@charset "utf-8";
/* CSS Document */
#contaner {
  clear: both;
  width: 100%;
  min-height: 1600px;
  height: auto;
}
#contents {
  padding: 10px;
  /*	background: #fff;*/
}
.top_navi {
  border-top: solid 1px #959595;
  border-bottom: solid 1px #959595;
  width: 985px;
  height: 40px;
  font-size: 10px;
}
.top_navi > ul {
  list-style: none;
  margin: 0px;
}
.top_navi > ul li {
  width: 196px;
  height: 40px;
  border-left: solid 1px #959595;
  display: block;
  float: left;
  text-align: center;
  transition: 300ms;
}
.top_navi > ul li > i {
  color: #f3be1d;
  font-size: 20px;
}
.top_navi > ul li a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center 2px;
  padding-top: 5px;
  display: block;
  width: 196px;
  height: 15px;
  color: #f3be1d;
  line-height: 1;
}
.top_navi > ul li a.side {
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  padding-top: 0;
}
.top_navi > ul li.left {
  border-left: hidden;
}
.top_navi > ul li:hover {
  background-color: #b48b0e;
  color: #fffffe;
}
.top_navi > ul li:hover a,
.top_navi > ul li:hover i {
  color: #fffffe;
}
#main_contents {
  width: 985px;
  margin: 30px auto;
  height: auto;
  clear: both;
}
#main_contents #serviceForms {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
#main_contents #serviceForms > li {
  width: calc(50% - 10px);
  height: 30px;
  background: #333;
  /* Old browsers */
  background: radial-gradient(ellipse at center, #333 0%, #666666 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
}
#main_contents #serviceForms > li > p {
  position: absolute;
  top: 1px;
  left: 1px;
  background: #000000;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
}
#main_contents #serviceForms > li.enable {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
#main_contents #serviceForms > li.enable > p {
  color: #fffffe;
}
#main_contents #serviceForms > li:first-child {
  margin-right: 20px;
}
#main_contents .photoAndProf {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
#main_contents .photoAndProf .flick-slide {
  width: 500px;
  height: 655px;
  position: relative;
}
#main_contents .photoAndProf #plof {
  width: 470px;
  margin-bottom: 20px;
}
#name {
  color: #fffffe;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
}
#name h1 {
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  border-bottom: solid 1px #959595;
  font-weight: bold;
  margin-bottom: 5px;
}
#name h1::before {
  content: "NAME";
  font-family: serif;
  color: #f3be1d;
  margin-right: 20px;
  padding: 5px;
}
#name em {
  color: #fffffe;
}
ul#girl_ico {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
ul#girl_ico > li {
  width: calc(25% - 2px);
  margin: 1px;
  padding: 1px;
  background: #0871c1;
  color: white;
  font-size: 6px;
  border-radius: 1px;
  border: 1px solid #999;
  box-sizing: border-box;
  text-align: center;
}
ul#girl_ico li.active {
  background: #005e15;
}
ul#girl_ico li.rookie {
  background: #e81a93;
}
section#detailLink {
  width: 480px;
  margin-right: -10px;
  margin-top: 10px;
}
section#detailLink ul {
  width: 480px;
  list-style: none;
}
section#detailLink ul li:first-child {
  width: 230px;
  height: 44px;
  margin-right: 10px;
  float: left;
  text-align: center;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
section#detailLink ul li:first-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 42px;
  background: #000000;
  color: #fffffe;
  line-height: 1;
  transition: 300ms;
}
section#detailLink ul li:first-child a:hover {
  color: #fffffe;
  font-weight: bold;
  text-decoration: underline;
}
#comment h1 {
  background: url(/img/shop/detail/bg_comment.png) no-repeat 0 0;
  width: 100px;
  height: 25px;
  line-height: 1;
  font-size: 10px;
  color: #f3be1d;
  padding-top: 10px;
  padding-left: 385px;
  margin-top: 10px;
  text-align: right;
}
#comment_in {
  padding: 10px 10px 10px 10px;
  height: 245px;
  overflow: auto;
  background: #fffffe;
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
  word-break: break-all;
  border-radius: 3px;
}
#comment_in * {
  font-size: 14px;
  line-height: 1.3;
}
#type > h1 {
  background: url(/img/shop/detail/bg_type.png) no-repeat 0 0;
  width: 85px;
  height: 30px;
  line-height: 1;
  font-size: 10px;
  margin-top: 10px;
  color: #f3be1d;
  padding-top: 10px;
  padding-left: 385px;
  text-align: right;
}
#type #type_list {
  width: 472px;
  padding-top: 5px;
  list-style: none;
}
#type li {
  width: 130px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 25px;
  text-align: left;
  background: url(/img/shop/detail/bg_typ.png) no-repeat 0 0;
  display: block;
  margin-left: 2px;
  margin-bottom: 2px;
  float: left;
  color: #FFFFFF;
}
#option h1 {
  background: url(/img/shop/detail/bg_option.png) no-repeat 0 0;
  width: 85px;
  height: 30px;
  line-height: 1;
  font-size: 10px;
  margin-top: 10px;
  color: #f3be1d;
  padding-top: 10px;
  padding-left: 385px;
  text-align: right;
}
#option h1 li {
  width: 130px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 25px;
  text-align: left;
  background: url(/img/shop/detail/bg_opt.png) no-repeat 0 0;
  display: block;
  margin-left: 2px;
  margin-bottom: 2px;
  float: left;
  color: #FFFFFF;
}
ul#option_list {
  width: 472px;
  padding-top: 5px;
  list-style: none;
}
ul#option_list li {
  width: 130px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 25px;
  text-align: left;
  background: url(/img/shop/detail/bg_opt.png) no-repeat 0 0;
  display: block;
  margin-left: 2px;
  margin-bottom: 2px;
  float: left;
  color: #FFFFFF;
}
ul#option_list li.no {
  background: url(/img/shop/detail/bg_opt_no.png) no-repeat 0 0;
  font-weight: normal;
}
#specialSelectionFee > h1 {
  background: url(/img/shop/detail/bg_special_selection_fee.png) no-repeat 0 0;
  width: 85px;
  height: 30px;
  line-height: 1;
  font-size: 10px;
  margin-top: 10px;
  color: #f3be1d;
  padding-top: 10px;
  padding-left: 385px;
  text-align: right;
}
#specialSelectionFee > p {
  font-size: 24px;
  text-align: right;
}
#specialSelectionFee > p > span {
  font-size: 14px;
}
.sch_table_read_more_button {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  width: 240px;
  height: 36px;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  outline: none;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: serif;
  color: #fffffe;
  transition: 300ms;
}
.sch_table_read_more_button > p {
  background: #000000;
  width: 238px;
  height: 34px;
}
.sch_table_read_more_button:hover {
  color: #cccddc;
  cursor: pointer;
}
#sch_box h1 {
  background: url(/img/shop/detail/bg_sch.png) no-repeat 0 0;
  width: 85px;
  height: 25px;
  line-height: 1;
  font-size: 10px;
  margin-bottom: 0;
  color: #f3be1d;
  padding-top: 10px;
  padding-left: 900px;
  text-align: right;
  clear: both;
}
#sch_box table {
  width: 100%;
  font-size: 13px;
  border-top: solid 1px #E5E5E5;
  border-left: solid 1px #E5E5E5;
  color: #fffffe;
  margin-bottom: 20px;
}
#sch_box table th {
  background: #000000;
  height: 28px;
  line-height: 28px;
  border-right: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  text-align: center;
  color: #FFFFFF;
}
#sch_box table td {
  height: 28px;
  line-height: 28px;
  border-right: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  text-align: center;
}
.girl_list h1.list_tit {
  color: #fffffe;
  width: 975px;
  line-height: 20px;
  font-size: 16px;
  padding-left: 10px;
  margin: 10px 0;
  clear: both;
  font-weight: bold;
}
.girl_list h1.list_tit:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
.girl_box {
  width: 170px;
  height: 245px;
  margin: 0 4px;
  display: block;
  float: left;
  border: solid 1px #E5E5E5;
}
.girl_box a {
  display: block;
  width: 140px;
  height: 215px;
  padding: 15px;
  cursor: pointer;
  transition: 300ms;
}
.girl_box a:hover {
  background: #fffffe;
  color: #333333;
}
.girl_box a:hover h1.name {
  color: #333333;
}
.girl_box a .photo {
  width: 140px;
  height: 182px;
  position: relative;
  margin-bottom: 5px;
}
.girl_box a .photo img.girl_sam {
  width: 140px;
  height: 182px;
  display: block;
}
.girl_box a:hover .photo img.girl_sam {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.girl_box a .photo img.big {
  width: 49px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: block;
}
.girl_box a h1.name {
  font-size: 10px;
  width: 160px;
  line-height: 1.4;
  text-align: center;
  margin-left: -10px;
  color: #fffffe;
}
.girl_box a h1.name em {
  font-size: 14px;
  font-weight: bold;
}
/* .jquery_flick-slide_top

---------------------------------------- */
#flick-slide_top {
  width: 500px;
}
#flick-slide_top > ul {
  position: relative;
}
#flick-slide_top .jquery_flick-slide_main {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#flick-slide_top .jquery_flick-slide_main ol {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 520px;
  /* Androidハイライトを消す対策 */
}
#flick-slide_top .jquery_flick-slide_main ol li {
  float: left;
  overflow: hidden;
  margin: 0;
  /* margin: **;を指定しないとIE7・IE8が何故かブロック表示にならない為（値は何でもいい模様） */
  height: 520px;
}
#flick-slide_top .jquery_flick-slide_main ol li img {
  width: 390px;
}
#flick-slide_top ul.custom_neighbors-button li {
  position: absolute;
  z-index: 9999;
  list-style-type: none;
}
#flick-slide_top ul.custom_neighbors-button li img {
  width: 36px;
  height: auto;
}
#flick-slide_top ul.custom_neighbors-button li.prev {
  left: 0;
}
#flick-slide_top ul.custom_neighbors-button li.next {
  right: 0;
}
#flick-slide_top ul.custom_neighbors-button li.disabled {
  /* SP等opacityを使わない場合に使用 */
  filter: alpha(opacity=20) !important;
  -moz-opacity: 0.2 !important;
  opacity: 0.2 !important;
}
/* .jquery_flick-slide_pager
---------------------------------------- */
.jquery_flick-slide_pager ol {
  display: flex!important;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 440px;
  margin: 10px auto!important;
}
.jquery_flick-slide_pager ol li {
  width: 20%;
}
.jquery_flick-slide_pager ol li img {
  /* 画像の下にできる隙間を消す */
  width: 100%;
  height: auto;
}
/* .jquery_flick-slide_girl

---------------------------------------- */
#flick-slide_girl {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 905px;
  height: 250px;
  margin: 0 auto;
  padding: 0 40px;
  margin-bottom: 20px;
}
#flick-slide_girl .jquery_flick-slide_main {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#flick-slide_girl .jquery_flick-slide_main ol {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Androidハイライトを消す対策 */
}
#flick-slide_girl .jquery_flick-slide_main ol li {
  float: left;
  overflow: hidden;
  margin: 0;
  /* margin: **;を指定しないとIE7・IE8が何故かブロック表示にならない為（値は何でもいい模様） */
}
#flick-slide_girl .jquery_flick-slide_main ol li img {
  /*width:140px;*/
}
#flick-slide_girl ul.custom_neighbors-button li {
  position: absolute;
  z-index: 9999;
  list-style-type: none;
}
#flick-slide_girl ul.custom_neighbors-button li img {
  width: 36px;
  height: auto;
}
#flick-slide_girl ul.custom_neighbors-button li.prev {
  left: 0;
}
#flick-slide_girl ul.custom_neighbors-button li.next {
  right: 0;
}
#flick-slide_girl ul.custom_neighbors-button li.disabled {
  /* SP等opacityを使わない場合に使用 */
  filter: alpha(opacity=20) !important;
  -moz-opacity: 0.2 !important;
  opacity: 0.2 !important;
}
/* .jquery_flick-slide_girl02

---------------------------------------- */
#flick-slide_girl02 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 905px;
  height: 250px;
  margin: 0 auto;
  padding: 0 40px;
}
#flick-slide_girl02 .jquery_flick-slide_main {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#flick-slide_girl02 .jquery_flick-slide_main ol {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Androidハイライトを消す対策 */
}
#flick-slide_girl02 .jquery_flick-slide_main ol li {
  float: left;
  overflow: hidden;
  margin: 0;
  /* margin: **;を指定しないとIE7・IE8が何故かブロック表示にならない為（値は何でもいい模様） */
}
#flick-slide_girl02 .jquery_flick-slide_main ol li img {
  /*width:140px;*/
}
#flick-slide_girl02 ul.custom_neighbors-button li {
  position: absolute;
  z-index: 9999;
  list-style-type: none;
}
#flick-slide_girl02 ul.custom_neighbors-button li img {
  width: 36px;
  height: auto;
}
#flick-slide_girl02 ul.custom_neighbors-button li.prev {
  left: 0;
}
#flick-slide_girl02 ul.custom_neighbors-button li.next {
  right: 0;
}
#flick-slide_girl02 ul.custom_neighbors-button li.disabled {
  /* SP等opacityを使わない場合に使用 */
  filter: alpha(opacity=20) !important;
  -moz-opacity: 0.2 !important;
  opacity: 0.2 !important;
}
/*# sourceMappingURL=detail.css.map */