@charset "UTF-8";
/*==========================================================================================

  基本設定

==========================================================================================*/
@-ms-viewport {
  width: device-width;
}
html {
  background-color: #fff;
  font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #333;
  word-break: break-all;
}

img {
  vertical-align: middle;
}

a {
  color: #113399;
  outline: none;
}

a:hover, button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.wide {
  min-width: 1410px;
}

.g-wrapper {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

/* ============================================================================

	header

============================================================================ */
.g-header {
  border-top: solid 3px #ff44bb;
}

.g-header .headerWrap {
  width: 990px;
  padding: 1px 0 10px 0;
  margin: 0 auto;
}

.toppest {
  overflow: hidden;
  font-size: 10px;
  padding: 2px 0 1px 0;
}
.toppest .fixed_link {
  float: right;
  overflow: hidden;
}
.toppest .fixed_link > li {
  float: left;
  margin-right: 5px;
}
.toppest .fixed_link > li a {
  color: #333;
}
.toppest .fixed_link > li:last-child {
  margin-right: 15px;
}
.toppest h1 {
  float: right;
  color: #505050;
}

.g-header .headerLogo {
  margin-right: 17px;
  float: left;
}

.g-header .headerAreaList {
  width: 578px;
  float: left;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  padding: 7px 0 7px 7px;
}
.g-header .headerAreaList .sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 999999;
}
.g-header .headerAreaList .sub_menu > li {
  overflow: hidden;
  width: 100px;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.g-header .headerAreaList .headerAreaBtn:hover .sub_menu > li {
  overflow: visible;
  display: block;
  background: #F9F9F9;
  line-height: 12px;
  height: 45px;
  padding: 10px;
}

.g-header .headerAreaBtn {
  float: left;
  font-size: 0;
  position: relative;
}

.g-header .headerAreaBtn:first-child a {
  padding-left: 6px;
}

.g-header .headerAreaBtn:first-child:before {
  content: "|";
  font-size: 14px;
}

.g-header .headerAreaBtn:last-child a {
  padding-right: 6px;
}

.g-header .headerAreaBtn:after {
  content: "|";
  font-size: 14px;
}

.g-header .headerAreaBtn a,
.g-header .headerAreaBtn span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

.g-header .headerAreaBtn a {
  color: #333;
  padding: 0 10px;
  font-size: 12px;
}

.g-header .headerAreaBtn span {
  background: #ff44bb;
  border: solid 1px #ee1199;
  border-radius: 3px;
  color: #fff;
  padding: 0 25px;
  margin: 0 10px;
}

.g-header .headerSearch, .g-header .ageAuth {
  float: left;
  background: #f4f4f4;
  border-top: solid 1px #e9e9e9;
  border-right: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  padding: 5px 5px 5px 0;
}
.g-header .ageAuth {
  width: 248px;
  padding: 5px 5px 5px 5px;
  margin-left: -1px;
}
.g-header .ageAuth > img, .g-header .ageAuth > p {
  float: left;
}
.g-header .ageAuth > p {
  font-size: 10px;
  line-height: 14px;
  float: left;
  margin-left: 5px;
}

.g-header .headerSearch input[type="text"] {
  width: 211px;
  height: 28px;
  border: none;
  border-left: solid 1px #ccc;
}

.g-header .headerSearch button {
  margin: 0;
  cursor: pointer;
}

.pref-link .newshopList .sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 999999;
}
.pref-link .newshopList .sub_menu > li {
  overflow: hidden;
  width: 100px;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.pref-link .newshopListBtn:hover .sub_menu > li {
  overflow: visible;
  display: block;
  background: #F9F9F9;
  line-height: 12px;
  height: 45px;
  padding: 10px;
}
.pref-link .newshopListBtn {
  float: left;
  font-size: 0;
  position: relative;
}
.pref-link .newshopListBtn span {
  background: #ff44bb;
  border: solid 1px #ee1199;
  border-radius: 3px;
  color: #fff;
  padding: 0 25px;
  margin: 0 10px;
}
.pref-link .newshopListBtn:first-child a {
  padding-left: 6px;
}
.pref-link .newshopListBtn:last-child a {
  padding-right: 6px;
}

/* f-headTxt
------------------------------------------ */
.f-headTxt {
  padding-bottom: 4px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ff44bb;
  font-size: 12px;
  color: #303030;
  font-weight: bold;
}

.bread_counter {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
}

/* breadcrumb
------------------------------------------ */
.f-breadcrumb {
  float: left;
  flex-grow: 2;
}

.f-breadcrumb li {
  display: inline-block;
  font-size: 10px;
}

.f-breadcrumb li:before {
  content: "＞";
}

.f-breadcrumb li:first-child:before {
  display: none;
}

/* メンズバニラ導線
------------------------------------------ */
.f-mens-qzin {
  float: left;
  flex-grow: 1;
}
.f-mens-qzin li {
  display: inline-block;
  font-size: 12px;
}

/* enrollment
------------------------------------------ */
.f-enrollment {
  text-align: right;
  flex-grow: 1;
}

.f-enrollment li {
  display: inline-block;
  font-size: 10px;
}

.f-enrollment li:first-child {
  border-right: solid 1px #333;
  padding-right: 14px;
}

.f-enrollment li:last-child {
  padding-left: 14px;
}

.f-enrollment span {
  font-size: 16px;
  font-weight: bold;
}

/* ============================================================================

	footer

============================================================================ */
.g-footer {
  background: #f9f9f9;
  border-top: solid 1px #eee;
  padding: 12px 0 20px;
  margin-top: 50px;
}

.g-footer .footerWrap {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.g-footer .footerTit {
  font-weight: bold;
}

.g-footer .footerAreaList {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  overflow: auto;
}

.g-footer .footerAreaList li {
  float: left;
  border-left: solid 1px #333;
  font-size: 13px;
  padding: 0 5px;
  margin-top: 10px;
}

.g-footer .footerAreaList li:nth-child(1),
.g-footer .footerAreaList li:nth-child(20),
.g-footer .footerAreaList li:nth-child(39) {
  border: none;
}

.g-footer .footerAreaList a {
  color: #333;
}

.g-footer .footerLinkList {
  text-align: right;
  padding-top: 20px;
}

.g-footer .footerLinkList li {
  display: inline-block;
  font-size: 10px;
}

.g-footer .footerLinkList li:before {
  content: "-";
}

.g-footer .footerLinkList li:first-child:before {
  display: none;
}

.g-footer .footerLinkList a {
  display: inline-block;
  color: #333;
  padding: 0 1px 0 5px;
}

.g-footer .in_large {
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}
.g-footer .in_large .list_wrap {
  margin: 15px 10px 0 0;
  width: 480px;
  display: inline-block;
  vertical-align: top;
}
.g-footer .in_large .list_wrap > p {
  font-weight: bold;
}
.g-footer .in_large .list_wrap ul {
  line-height: 17px;
}
.g-footer .in_large .list_wrap ul li {
  float: left;
  font-size: 11px;
}
.g-footer .in_large .list_wrap ul li a {
  color: #333;
}
.g-footer .in_large .list_wrap ul li:after {
  margin: 0 3px;
  content: "|";
}
.g-footer .in_large .list_wrap ul li.prefnm:after, .g-footer .in_large .list_wrap ul li:last-child:after {
  content: "";
}

.g-footer .copyright {
  text-align: right;
  font-size: 10px;
  margin-top: 7px;
}

.g-footer .foot-logo {
  position: absolute;
  bottom: 0;
}

/* footerShopAreaWrap
------------------------------------------ */
.footerShopAreaWrap {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}

.footerShopAreaWrap:first-child {
  border-top: 0;
}

.footerShopAreaWrap .footerAreaList {
  border: none;
  overflow: hidden;
  padding: 0;
}

.footerShopAreaWrap .footerAreaList li {
  border-left: 0;
  border-right: solid 1px #333;
}

.footerShopAreaWrap .footerAreaList li:nth-child(1),
.footerShopAreaWrap .footerAreaList li:nth-child(20),
.footerShopAreaWrap .footerAreaList li:nth-child(39) {
  border-left: 0;
  border-right: solid 1px #333;
}

.footerShopAreaWrap .footerAreaList li:last-child {
  border-right: 0;
}

/* ============================================================================

	main

============================================================================ */
.left-sideNav {
  padding-top: 10px;
}

/* f-oneCol
------------------------------------------ */
.f-oneCol {
  padding-top: 12px;
  clear: left;
}

.f-oneCol .oneCol-head {
  height: 38px;
  padding-left: 20px;
  background: #f3f3f3;
  border: 1px solid #cccccc;
  border-bottom: none;
  font-size: 20px;
  line-height: 38px;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
}

.f-oneCol .oneCol-head:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  margin-top: -11px;
  background: #ee1199;
  position: absolute;
  top: 50%;
  left: 8px;
}

.f-oneCol .oneCol-body {
  border: 1px solid #cccccc;
}

.f-oneCol .oneCol-body > div {
  padding: 30px 16px 35px;
  text-align: center;
}

.f-oneCol .oneCol-body .contents-agencyAppli {
  padding: 20px 20px 35px;
}

.f-oneCol .mod-appliWrap {
  margin-bottom: 15px;
  border: 1px solid #ff44bb;
  text-align: left;
}

.f-oneCol .mod-appliWrap:last-of-type {
  margin-bottom: 30px;
}

.f-oneCol .mod-appliWrap .appli-head {
  height: 33px;
  background: #ff44bb;
  color: #fff;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  font-size: 18px;
  text-shadow: 1px 1px 1px #ee1199;
}

.f-oneCol .mod-appliWrap .appli-body {
  padding: 10px 6px 6px;
}

.f-oneCol .mod-appliWrap .appli-txt {
  padding-left: 4px;
  margin-bottom: 3px;
  line-height: 1.642;
}

.f-oneCol .ttl-provInfo,
.f-oneCol .ttl-customersOpinion {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
}

.f-oneCol .txt-provInfo,
.f-oneCol .txt-agencyContact,
.f-oneCol .txt-customersOpinion,
.f-oneCol .txt-contactHub,
.f-oneCol .txt-agencyAppli {
  margin-bottom: 12px;
  line-height: 1.642;
}

.f-oneCol .txt-agencyAppli {
  margin-bottom: 24px;
}

.f-oneCol .txt-alert {
  margin-bottom: 30px;
  color: #ff0000;
  font-size: 11px;
}

.f-oneCol .mod-formTbl {
  margin-bottom: 30px;
  text-align: left;
}

.f-oneCol .mod-formTbl th, .f-oneCol .mod-formTbl td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.f-oneCol .mod-formTbl th {
  height: 60px;
  line-height: 1.3;
  text-align: left;
}

.f-oneCol .mod-formTbl th span {
  font-size: 14px;
}

.f-oneCol .mod-formTbl .shopName td {
  font-size: 18px;
}

.f-oneCol .mod-formTbl .error select, .f-oneCol .mod-formTbl .error input {
  background: #ffe6f6;
}

.f-oneCol .mod-formTbl .errorTxt {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #fe0000;
  position: relative;
}

.f-oneCol .mod-formTbl .mailAddress .bgCheck {
  display: inline-block;
  margin-left: -3px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 24px;
  background: url("../../../../img/user/pc/common/bg_checkbox_off.png") no-repeat left center;
}

.f-oneCol .mod-formTbl .mailAddress input:checked + .bgCheck {
  background-image: url("../../../../img/user/pc/common/bg_checkbox_on.png");
}

.f-oneCol .mod-formTbl textarea {
  width: 100%;
  height: 270px;
  padding: 10px;
  line-height: 1.5;
}

.f-oneCol .mod-formTbl .txt-alert {
  margin-bottom: 0;
  font-size: 12px;
}

.f-oneCol .mod-formTbl input + .txt-alert {
  margin-top: 5px;
}

.f-oneCol.f-agencyAppli .mod-formTbl, .f-oneCol.f-shopAppli .mod-formTbl {
  margin-bottom: 0;
}

.f-oneCol.f-agencyAppli .mod-formTbl .inputHalf, .f-oneCol.f-shopAppli .mod-formTbl .inputHalf {
  width: 322px;
  margin-right: 5px;
}

.f-oneCol.f-agencyAppli .mod-formTbl .inputHalf + span, .f-oneCol.f-shopAppli .mod-formTbl .inputHalf + span {
  position: relative;
  top: 8px;
}

.f-oneCol .loginId img {
  margin-bottom: 10px;
}

.f-oneCol .loginId td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-oneCol .loginId td input {
  width: 202px;
}

.f-oneCol .loginId label {
  display: inline-block;
  margin-bottom: 7px;
  vertical-align: middle;
}

.f-oneCol .loginId label span {
  position: relative;
  top: 8px;
}

.f-oneCol .loginId .txtImportant {
  color: #006fcf;
  line-height: 1.5;
}

/* mod-formTbl
------------------------------------------ */
.mod-formTbl {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}

.mod-formTbl th {
  width: 210px;
  padding-left: 9px;
  background: #ff44bb;
  border-right: 4px solid transparent;
  border: 1px solid #ee1199;
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  text-shadow: 1px 1px 1px #ee1199;
}

.mod-formTbl td {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.mod-formTbl input[type="password"], .mod-formTbl input[type="text"], .mod-formTbl input[type="tel"], .mod-formTbl input[type="url"], .mod-formTbl input[type="email"], .mod-formTbl select, .mod-formTbl textarea {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
}

.mod-formTbl .noBorder {
  height: 55px;
  border: none;
  text-align: center;
}

.mod-formTbl input[type="checkbox"] {
  display: none;
}

.mod-formTbl input[type="radio"] {
  display: none;
}

.btn {
  height: 47px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #fff inset;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  position: relative;
}

.btn-confirm,
.btn-send,
.btn-return,
.btn-appliConfirm {
  width: 262px;
}

.btn-confirm,
.btn-send,
.btn-appliConfirm {
  padding-right: 15px;
}

.btn-confirm:after,
.btn-send:after,
.btn-appliConfirm:after {
  content: "";
  display: block;
  width: 13px;
  height: 21px;
  margin-top: -11px;
  background: url("../../../../img/user/pc/common/arrow_button.png");
  position: absolute;
  top: 50%;
  right: 29px;
}

.btn-return {
  padding-left: 35px;
  color: #113399;
}

.btn-return:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -14px;
  background: url("../../../../img/user/pc/common/arrow_return.png");
  position: absolute;
  top: 50%;
  left: 50px;
}

.btn-back {
  width: 164px;
  padding-left: 30px;
  margin-right: 30px;
}

.btn-back:after {
  content: "";
  display: block;
  width: 13px;
  height: 21px;
  margin-top: -11px;
  background: url("../../../../img/user/pc/common/arrow_back_button.png");
  position: absolute;
  top: 50%;
  left: 34px;
}

/* f-shopHeader
------------------------------------------ */
.f-shopHeader {
  padding: 15px 0 10px;
}

.f-shopHeader .shNameAreaBox {
  float: left;
  height: 80px;
  margin-right: 2px;
}

.f-shopHeader .shShopName,
.f-shopHeader .shGenreTime {
  width: 528px;
  color: #fff;
  padding: 0 10px;
}

.f-shopHeader .shShopName {
  height: 45px;
  line-height: 45px;
  font-size: 23px;
}

.f-shopHeader .shShopName a {
  color: #FFF;
}

.f-shopHeader .shGenreTime {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

.f-shopHeader .shGenreTime div {
  display: inline-block;
}

.f-shopHeader .shAreaGen {
  margin-right: 10px;
}

.f-shopHeader .shOpenTime span {
  font-size: 12px;
  margin-right: 5px;
}

.f-shopHeader .shTable {
  float: left;
  width: 460px;
  background: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
}

.f-shopHeader .shTable th {
  background: #e9f5fa;
  border: solid 1px #fff;
  box-shadow: inset 0 0 1px #c7e0ed, inset 0 0 1px #c7e0ed, inset 0 0 1px #c7e0ed;
  font-size: 13px;
  text-shadow: 1px 1px 0 #fff, 1px 1px 0 #fff;
  text-align: center;
  vertical-align: middle;
}

.f-shopHeader .shTypeTh {
  width: 69px;
}

.f-shopHeader .shCardTh,
.f-shopHeader shReceiptTh {
  width: 73px;
}

.f-shopHeader .card_th {
  width: 30px;
}

.f-shopHeader .shTable td {
  background: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.f-shopHeader .shTable tr {
  height: 78px;
}

.f-shopHeader .shTable tr td div:first-child {
  margin-bottom: 5px;
}

.f-shopHeader .shTable tr td:first-of-type {
  width: 100px;
}

.f-shopHeader .shTypeTd {
  width: 126px;
}

.f-shopHeader .shTypeTd div:nth-child(2) {
  margin-top: 4px;
}

.f-shopHeader .shCardTd {
  height: 46px;
  text-align: left !important;
  padding-left: 3px;
}

.f-shopHeader .shCardTd ul {
  overflow: auto;
  margin-bottom: 3px;
}

.f-shopHeader .shCardTd li {
  float: left;
  margin-left: 2px;
}

.f-shopHeader .shCardTd li:first-child {
  margin-left: 0;
}

.f-shopHeader .shReceiptTd {
  height: 31px;
  font-size: 14px;
}

/* f-shopNavi,.f-gNavi
------------------------------------------ */
.f-shopNavi li:first-child,
.f-gNavi ul.navi li:first-child {
  margin-left: 1px;
}

.f-shopNavi li:first-child.is-active,
.f-gNavi ul.navi li:first-child.is-active {
  margin: 0;
}

.f-shopNavi .is-active,
.f-gNavi ul.navi li.is-active {
  border: none;
  line-height: 28px;
  color: #fff;
  position: relative;
  box-shadow: none;
}

.f-shopNavi .is-active:after,
.f-gNavi ul.navi li.is-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ff44bb;
  position: absolute;
  bottom: -1px;
}

.f-shopNavi a,
.f-gNavi ul.navi li a {
  display: block;
  height: 100%;
  color: #000;
  text-shadow: 1px 1px 0 #fff, 1px 1px 0 #fff;
}

.f-shopNavi {
  margin-bottom: 20px;
}

.f-shopNavi ul {
  border-bottom: solid 2px #ff44bb;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-shopNavi li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  background: -webkit-linear-gradient(top, #ffffff 0%, #eae5e3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eae5e3 100%);
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  margin: 0 0 1px 2px;
  border: solid 1px #d5d5d5;
  box-shadow: 0px 0px 0px 1px #fff inset;
}

.f-shopNavi .g_default_nav_block li a {
  opacity: 1 !important;
  text-shadow: unset;
}

.f-gNavi {
  margin-bottom: 5px;
}
.f-gNavi .popup {
  position: absolute;
  top: 26px;
  left: 205px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px #735959;
}
.f-gNavi .popup li {
  float: left;
  border: 2px solid #ffffff;
  padding: 5px;
  border-radius: 3px;
  color: #ffffff;
}
.f-gNavi .popup li a {
  display: block;
  color: #ffffff;
}
.f-gNavi .popup li:last-child {
  margin-left: 5px;
}
.f-gNavi .popup:before {
  content: "";
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -16px;
  left: 111px;
}

.f-gNavi ul.navi {
  border-bottom: solid 2px #ff44bb;
  overflow: hidden;
}
.f-gNavi ul.navi li:first-child {
  width: 62px;
  margin-left: 0;
  line-height: 23px;
}
.f-gNavi ul.navi li:first-child > a {
  background: inherit;
}
.f-gNavi ul.navi li {
  height: 26px;
  line-height: 26px;
  float: left;
  width: 102px;
  font-size: 12px;
  text-align: center;
  margin: 0 0 1px 1px;
  border: solid 1px #d5d5d5;
  box-shadow: 0px 0px 0px 1px #fff inset;
}
.f-gNavi ul.navi li a {
  background: #fff;
  font-weight: bold;
}
.f-gNavi ul.navi li a span {
  display: inline-block;
  padding-left: 20px;
  background: no-repeat left center;
}
.f-gNavi ul.navi .home {
  background: #ff44bb;
  border: none;
  line-height: 28px;
  color: #fff;
  margin: 0 0 0 2px;
  box-shadow: none;
  position: relative;
}
.f-gNavi ul.navi .home img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.f-gNavi ul.navi .home:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ff44bb;
  position: absolute;
  bottom: -1px;
}
.f-gNavi ul.navi .shopSearch span {
  background-image: url("../../../../img/user/pc/common/ico_nav_shopSearch.png");
}
.f-gNavi ul.navi .girlSearch span {
  background-image: url("../../../../img/user/pc/common/ico_nav_girlSearch.png");
}
.f-gNavi ul.navi .ranking span {
  background-image: url("../../../../img/user/pc/common/ico_nav_ranking.png");
  background-position: left 4px;
}
.f-gNavi ul.navi .now span {
  background-image: url("../../../../img/user/pc/common/ico_nav_now.png");
}
.f-gNavi ul.navi .photo span {
  background-image: url("../../../../img/user/pc/common/ico_nav_photo.png");
  background-position: left 3px;
}
.f-gNavi ul.navi .rookie span {
  background-image: url("../../../../img/user/pc/common/ico_nav_rookie.png");
}
.f-gNavi ul.navi .movie span {
  background-image: url("../../../../img/user/pc/common/ico_nav_movie.png");
}
.f-gNavi ul.navi .news span {
  background-image: url("../../../../img/user/pc/common/ico_nav_news.png");
}
.f-gNavi ul.navi .ticket span {
  background-image: url("../../../../img/user/pc/common/ico_nav_ticket.png");
}
.f-gNavi ul.navi .new span {
  background-image: url("../../../../img/user/pc/common/ico_nav_new.png");
}
.f-gNavi ul.navi .is-active span {
  border-top: 1px solid transparent;
}

/* l-col8
------------------------------------------ */
.l-col8 {
  float: left;
  width: 790px;
}

.l-col2 + .l-col8 {
  margin-left: 10px;
}

.l-col2 + .l-col8 .l-col8-ttl {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 4px solid #eaeaea;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.l-col2 + .l-col8 .l-col8-ttl:after {
  box-sizing: border-box;
  content: "";
  width: 100px;
  height: 4px;
  background: #ff58c9;
  border: 1px solid #ff3bbf;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.l-col2 + .l-col8 .currentTxt {
  font-size: 12px;
}

.l-col2 + .l-col8 .currentTxt em {
  font-size: 16px;
  font-weight: bold;
}

.l-col2 + .l-col8 .currentTxt span {
  font-size: 20px;
  font-weight: bold;
}

.l-col2 + .l-col8 .currentTxt .red {
  color: #f00;
}

.l-col8 .col8Tit {
  background: #ff44bb;
  border: solid 1px #ee1199;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  margin-bottom: 10px;
}

/*--- f-shopInfo ---*/
.f-shopInfo table {
  width: 100%;
  background: #b8b8b8;
  border-collapse: separate;
  border-spacing: 1px;
}

.f-shopInfo th {
  width: 174px;
  background: #f6f6f6;
  border: solid 1px #fff;
  box-shadow: inset 0 0 1px #b8b8b8;
  vertical-align: middle;
  text-align: center;
}

.f-shopInfo td {
  background: #fff;
  padding: 10px;
  line-height: 18px;
  word-break: break-all;
}

.f-shopInfo span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.f-shopInfo b {
  font-size: 10px;
}

.f-shopInfo strong {
  color: #ff44bb;
  font-weight: bold;
}

.f-shopInfo .genre a {
  white-space: nowrap;
  line-height: 25px;
}

/*--- f-simpleRecruit ---*/
.f-simpleRecruit h2 {
  margin-bottom: 8px;
}

.f-simpleRecruit h2 span {
  display: inline-block;
  position: relative;
  height: 37px;
  line-height: 37px;
  background: #c872e4;
  border: solid 1px #ac5ae0;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 0 #ab56e1;
  padding: 0 10px;
}

.f-simpleRecruit h2 span:before {
  content: url(../../../../img/user/pc/common/ico_srtit-arrow.png);
  position: absolute;
  bottom: -29px;
  left: 42px;
}

.f-simpleRecruit table {
  width: 100%;
  background: #b8b8b8;
  border-collapse: separate;
  border-spacing: 1px;
}

.f-simpleRecruit th {
  width: 174px;
  border: solid 1px #fff;
  vertical-align: middle;
  text-align: center;
}

.f-simpleRecruit .forGirls {
  background: #f9e6ff;
  box-shadow: inset 0 0 1px #d27cef;
}

.f-simpleRecruit .forMens {
  background: #edfbfe;
  box-shadow: inset 0 0 1px #c5daf5;
}
.f-simpleRecruit .forMens + td .mens-title {
  padding-top: 28px;
}

.f-simpleRecruit td {
  background: #fff;
  padding: 10px;
  line-height: 18px;
}

.f-simpleRecruit .srImage {
  width: 100%;
  margin-bottom: 10px;
}

.f-simpleRecruit .srImage img {
  max-width: 100%;
  height: auto;
}

.f-simpleRecruit dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.f-simpleRecruit dd {
  line-height: 20px;
  margin-bottom: 5px;
}

.f-simpleRecruit .srMore {
  text-align: right;
}

.f-simpleRecruit .srMore a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.f-simpleRecruit .srMoreGirls a {
  color: #b650df;
}

.f-simpleRecruit .srMoreMens a {
  color: #017cc0;
}

.f-simpleRecruit .srMore a:hover {
  text-decoration: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.f-simpleRecruit .srMore a:before {
  position: absolute;
  left: -27px;
}

.f-simpleRecruit .srMoreGirls a:before {
  content: url(../../../../img/user/pc/common/ico_heart-more.png);
  top: 0;
}

.f-simpleRecruit .srMoreMens a:before {
  content: url(../../../../img/user/pc/common/ico_crown-more.png);
  top: -2px;
}

/*--- f-girlPostTit ---*/
.f-girlPostTit {
  position: relative;
  height: 78px;
  background: #fcfcfc;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  padding: 8px;
  margin-bottom: 20px;
}

.f-girlPostTit .gptPhoto {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

.f-girlPostTit .gptName {
  height: 30px;
  font-size: 16px;
  margin-bottom: 6px;
}

.f-girlPostTit .gptName span {
  font-weight: bold;
  margin: 0 5px;
}

.f-girlPostTit .gptInfo {
  float: left;
  letter-spacing: -0.4em;
}

.f-girlPostTit .gptInfo li {
  display: inline-block;
  height: 24px;
  line-height: 20px;
  background: #fff;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: normal;
}

.f-girlPostTit .gptType {
  border: solid 2px #ff79c8;
  color: #f6c;
  padding: 0 5px;
  margin-right: 5px;
}

.f-girlPostTit .gptScheduleNow,
.f-girlPostTit .gptScheduleToday,
.f-girlPostTit .gptScheduleNon {
  position: relative;
  height: 24px;
  line-height: 20px;
  border: solid 2px #ffa257;
  border-radius: 3px;
  font-size: 13px;
  padding: 0 15px;
  margin-left: 24px;
}

.f-girlPostTit .gptScheduleNow {
  color: #f4b;
  font-size: 13px;
  font-weight: bold;
}

.f-girlPostTit .gptScheduleNon {
  border-color: #ccc;
  color: #ccc;
}

.f-girlPostTit .gptScheduleNow:before,
.f-girlPostTit .gptScheduleToday:before,
.f-girlPostTit .gptScheduleNon:before {
  position: absolute;
  top: -2px;
  left: -26px;
}

.f-girlPostTit .gptScheduleNow:before,
.f-girlPostTit .gptScheduleToday:before {
  content: url(../../../../img/user/pc/common/ico_schedule.png);
}

.f-girlPostTit .gptScheduleNon:before {
  content: url(../../../../img/user/pc/common/ico_schedule-off.png);
}

.f-girlPostTit .gptOtheLink {
  float: right;
  font-size: 13px;
}

.f-girlPostTit .gptOtheLink li {
  display: inline-block;
  padding: 0 10px;
}

.f-girlPostTit .gptOtheLink a {
  color: #333;
}

.f-girlPostTit .gptOtheLink span {
  color: #ccc;
}

.f-girlPostTit .gptOtheLink a:before,
.f-girlPostTit .gptOtheLink span:before {
  vertical-align: -4px;
  margin-right: 10px;
}

.f-girlPostTit .gptToGirlProf a:before {
  content: url(../../../../img/user/pc/common/ico_profile.png);
}

.f-girlPostTit .gptToGirlProf span:before {
  content: url(../../../../img/user/pc/common/ico_profile_off.png);
}

.f-girlPostTit .gptToGirlPost {
  border-right: solid 1px #cacaca;
  border-left: solid 1px #cacaca;
}

.f-girlPostTit .gptToGirlPost a:before {
  content: url(../../../../img/user/pc/common/ico_photo.png);
}

.f-girlPostTit .gptToGirlPost span:before {
  content: url(../../../../img/user/pc/common/ico_photo_off.png);
}

.f-girlPostTit .gptToGirlMovie a:before {
  content: url(../../../../img/user/pc/common/ico_movie.png);
}

.f-girlPostTit .gptToGirlMovie span:before {
  content: url(../../../../img/user/pc/common/ico_movie_off.png);
}

/* l-col2
------------------------------------------ */
.l-col2 {
  float: left;
  width: 190px;
}

.l-col8 + .l-col2 {
  margin-left: 10px;
}

/*--- f-shopComment ---*/
.l-col2 .f-shopComment {
  margin-bottom: 10px;
}

.l-col2 .f-shopComment h2 {
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
  padding: 9px 0;
  text-align: center;
}

.l-col2 .f-shopComment dl {
  line-height: 18px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
}

.l-col2 .f-shopComment dt {
  border-bottom: solid 1px #ebebeb;
  font-weight: bold;
  padding: 10px;
  word-wrap: break-word;
  word-break: break-all;
}

.l-col2 .f-shopComment dd {
  border-top: solid 1px #fff;
  font-size: 12px;
  padding: 10px;
  word-wrap: break-word;
  word-break: break-all;
}

/*--- f-sideInfo ---*/
.l-col2 .f-sideInfo {
  border: solid 1px #ebebeb;
  margin-bottom: 10px;
}

.l-col2 .f-sideInfo dt {
  position: relative;
  height: 26px;
  line-height: 26px;
  background: -moz-linear-gradient(top, #ffffff 0%, #eae5e3);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eae5e3));
  border: solid 1px #ccc;
  font-size: 13px;
  padding-left: 15px;
  margin: 1px;
}

.l-col2 .f-sideInfo dt:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 8px;
  height: 16px;
  background: #f4b;
  border: solid 1px #ee1199;
}

.l-col2 .f-sideInfo dd {
  border-bottom: solid 1px #ebebeb;
  padding: 10px;
  word-break: break-all;
}

.l-col2 .f-sideInfo .siShopName,
.l-col2 .f-sideInfo .siTel span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.l-col2 .f-sideInfo .siLowPrice b {
  font-weight: bold;
  font-size: 13px;
}

.l-col2 .f-sideInfo .siTel {
  background: #ffc;
  border: solid 1px #ffedb5;
  margin: 1px;
}

.l-col2 .f-sideInfo .siTel b {
  font-size: 10px;
}

.l-col2 .f-sideInfo .siTel strong {
  color: #ff44bb;
  font-weight: bold;
}

/*--- f-sideInfo ---*/
.l-col2 .f-sideTelOnly {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.l-col2 .f-sideTelOnly p {
  background: #ffe220;
  border: solid 1px #fc0;
  border-radius: 3px;
  color: #000;
  text-align: center;
  padding: 10px;
}

.l-col2 .f-sideTelOnly span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.l-col2 .f-sideTelOnly b {
  font-size: 10px;
}

.l-col2 .f-sideTelOnly strong {
  color: #ff44bb;
  font-weight: bold;
}

/*--- f-gravure ---*/
.l-col2 .f-gravure .gravure_info {
  line-height: 18px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
}

.l-col2 .f-gravure .girls {
  height: 224px;
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px;
}

.l-col2 .f-gravure .girls .image_frame {
  height: 224px;
  width: 168px;
  overflow: hidden;
}

.l-col2 .f-gravure h2 {
  background-color: #FFF845;
  height: 34px;
}

.l-col2 .f-gravure h2:before {
  position: absolute;
  padding: 7px 0px 7px 12px;
  content: url("../../../../img/user/pc/common/icon_gravure2.png");
}

.l-col2 .f-gravure h2 span {
  position: relative;
  color: #565755;
  margin-left: 25px;
  font-size: 15px;
  font-weight: bold;
  top: 10px;
  left: 15px;
}

.l-col2 .f-gravure .girl_count {
  color: #565755;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 8px;
}
.l-col2 .f-gravure .girl_count span {
  color: #FC5F81;
}

.l-col2 .f-gravure .image_count {
  position: absolute;
  background: rgba(109, 210, 194, 0.5);
  color: #EAF4F3;
  width: 70px;
  font-size: 12px;
  padding: 6px 0;
  bottom: 40px;
  right: 12px;
  text-align: center;
  border-radius: 2px;
}

.l-col2 .f-gravure .girl_info {
  position: absolute;
  bottom: 0;
  width: 168px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  text-shadow: 1px 1px 0 #000;
  z-index: 2;
  padding: 5px 10px;
}

.l-col2 .f-gravure .update {
  color: #22ADFE;
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
}

.l-col2 .f-gravure .girl_name {
  height: 14px;
  margin-bottom: 3px;
}

.l-col2 .f-gravure .girl_name .name {
  display: inline-block;
  max-width: 110px;
  vertical-align: middle;
}

.l-col2 .f-gravure .girl_name .age {
  line-height: 14px;
}

.l-col2 .f-gravure .girl_size {
  font-size: 10px;
  letter-spacing: -0.1em;
  height: 12px;
}

.l-col2 .f-gravure .more_list {
  font-size: 11px;
  margin: 10px 10px 20px 10px;
}

.l-col2 .f-gravure .more_list:after {
  position: absolute;
  padding: 0px 0px 0px 5px;
  content: url("/assets/img/user/pc/common/ico_arrow-more.png");
}

.l-col2 .f-sideShopBaseInfo {
  margin-bottom: 10px;
}
.l-col2 .f-sideShopBaseInfo h2 {
  background: #0091ea;
  text-shadow: 1px 1px 1px #1a70bf;
  color: #fff;
  font-size: 16px;
  padding: 9px 0;
  text-align: center;
}
.l-col2 .f-sideShopBaseInfo .info-detail {
  font-size: 16px;
  padding: 9px;
  text-align: center;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.l-col2 .f-sideShopBaseInfo .info-detail em {
  font-size: 14px;
  font-weight: bold;
}
.l-col2 .f-sideShopBaseInfo .info-detail .card-info .list-card {
  margin-right: 2px;
  display: inline-block;
}
.l-col2 .f-sideShopBaseInfo .info-detail .shop-hp {
  display: block;
}
.l-col2 .f-sideShopBaseInfo .genre-img {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.l-col2 .f-sideShopBaseInfo .price span {
  color: #ff0077;
}

/*--- プロフィール画面用 ---*/
.gpSideTit {
  width: 190px;
  height: 28px;
  line-height: 30px;
  background: url(../../../../img/user/pc/common/tit_bg-side.png) no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #e19;
}

.gpSideTit a {
  color: #fff;
  font-weight: normal;
}

.gpSideTit span {
  margin: 0 20px;
}

/* f-girlPostCalendar */
.f-girlPostCalendar {
  margin-bottom: 18px;
}

.f-girlPostCalendar table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 2px;
  text-align: center;
}

.f-girlPostCalendar th {
  width: 26px;
  height: 32px;
  background: #ff97d9;
  border: solid 1px #ff7dd0;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #f5009c;
  vertical-align: middle;
}

.f-girlPostCalendar .gpcSat {
  color: #006cff;
  text-shadow: none;
}

.f-girlPostCalendar .gpcSun {
  color: #f00;
  text-shadow: none;
}

.f-girlPostCalendar td {
  height: 32px;
  border: solid 1px #e2e2e2;
  border-radius: 3px;
  vertical-align: middle;
}

.f-girlPostCalendar td a {
  text-decoration: underline;
}

/* f-girlPostArchives／f-girlPostGirlSelect */
.f-girlPostArchives,
.f-girlPostGirlSelect {
  margin-bottom: 20px;
}

.f-girlPostArchives .gpSideTit,
.f-girlPostGirlSelect .gpSideTit {
  margin-bottom: 7px;
}

.f-girlPostArchives li,
.f-girlPostGirlSelect li {
  line-height: 22px;
}

/*--- f-searchResult ---*/
.f-searchResult {
  border-top: 4px solid #eaeaea;
}

.f-searchResult .searchResult-head {
  display: table-cell;
  width: 790px;
  height: 101px;
  padding-left: 3px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 4px solid #eaeaea;
  vertical-align: middle;
  line-height: 1.2;
  position: relative;
}

.f-searchResult .searchResult-head:after {
  box-sizing: border-box;
  content: "";
  width: 100px;
  height: 4px;
  background: #ff58c9;
  border: 1px solid #ff3bbf;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.f-searchResult .searchResult-ttl {
  max-width: 340px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.f-searchResult .searchcondition {
  display: inline-block;
  width: 390px;
  padding-right: 10px;
  color: #888;
  font-size: 12px;
  position: relative;
}

.f-searchResult .searchcondition:after {
  content: "";
  display: block;
  margin-top: -4px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #2254dd transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
}

.f-searchResult .PRBnrSlider-wrap {
  display: table-cell;
  width: 440px;
  padding: 5px 20px 0;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}

.f-searchResult .PRBnrSlider-wrap img {
  visibility: hidden;
}

.f-searchResult .PRBnrSlider-wrap .visible {
  visibility: visible;
}

.f-searchResult .PRTxt {
  margin-bottom: 1px;
  font-size: 11px;
  color: #c3c3c3;
}

.f-searchResult .prev,
.f-searchResult .next {
  position: absolute;
  top: 30px;
}

.f-searchResult .prev {
  left: 0;
}

.f-searchResult .next {
  right: 0;
}

.f-searchResult .pagerList {
  padding-top: 5px;
  text-align: center;
  font-size: 0;
}

.f-searchResult .pagerItem {
  display: inline-block;
  margin: 0 10px;
}

.f-searchResult .pagerItem a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.f-searchResult .pagerItem .active {
  background: #77bb22;
  border-color: #6b8557;
}

.f-searchResult .searchResult-bodyTop {
  display: table;
  table-layout: fixed;
  width: 790px;
}

.f-searchResult .searchResult-bodyTop > * {
  display: table-cell;
  vertical-align: middle;
}

.f-searchResult .searchResult-bodyTop .btnWrap {
  width: 100px;
  padding: 1px 0;
}

.f-searchResult .searchResult-bodyTop .btnSort {
  display: block;
  height: 42px;
  padding-left: 37px;
  border: 1px solid #f0f0f0;
  font-size: 13px;
  line-height: 42px;
  color: #333;
  background: #f9f9f9 url("../../../../img/user/pc/common/icon_sort.png") no-repeat 9px center;
}

.f-searchResult .tagIcon-list {
  font-size: 0;
}

.f-searchResult .tagIcon-list .tagIcon-item {
  display: inline-block;
  margin-right: 5px;
}

/*--- f-sideLocalShop ---*/
.f-sideLocalShop h2 {
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 16px;
  padding: 9px 0;
  text-align: center;
  margin-bottom: 2px;
}

.f-sideLocalShop .slsBoxWrap {
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  border-bottom: none;
}

.f-sideLocalShop .slsSingleBox {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #ebebeb;
  padding: 9px;
}

.f-sideLocalShop .slsSingleBox:first-child {
  border-top: none;
}

.f-sideLocalShop .slsImage {
  width: 170px;
  height: 170px;
  margin-bottom: 5px;
}

.f-sideLocalShop .slsArea {
  color: #333;
  font-size: 11px;
  padding: 5px 0;
}

.f-sideLocalShop .slsGenre {
  letter-spacing: -0.4em;
}

.f-sideLocalShop .slsGenre li {
  display: inline-block;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  background: #f4b;
  border: solid 1px #e19;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: normal;
  margin-left: 4px;
}

.f-sideLocalShop .slsGenre li:first-child {
  margin-left: 0;
}

/* 左サイド検索 */
.f-sideSearch {
  margin-bottom: 20px;
  border: 2px solid #dbccb8;
  border-radius: 5px;
  /* モーダル */
}

.f-sideSearch .sideSearch-ttl {
  height: 50px;
  padding-left: 29px;
  background: no-repeat 6px center;
  border-bottom: 1px solid #dbccb8;
  line-height: 50px;
}

.f-sideSearch .sideSearch-ttl span {
  margin-right: 6px;
  font-size: 16px;
  font-weight: bold;
}

.f-sideSearch .sideSearch-dl:last-of-type {
  border-bottom: 1px solid #dbccb8;
}

.f-sideSearch .area .sideSearch-ttl {
  background-image: url("../../../../img/user/pc/common/ico_side_area.png");
}

.f-sideSearch .business .sideSearch-ttl {
  background-image: url("../../../../img/user/pc/common/ico_side_business.png");
}

.f-sideSearch .price .sideSearch-ttl {
  background-image: url("../../../../img/user/pc/common/ico_side_price.png");
}

.f-sideSearch .price .sideSearch-body {
  background: #f7f4f0;
  border: 1px solid #fff;
  border-bottom: none;
}

.f-sideSearch .sideSearchList-item {
  height: 35px;
  background: #f7f4f0 url("../../../../img/user/pc/common/arrow_side_off.png") no-repeat right 5px center;
  border-bottom: 1px solid #dbccb8;
  line-height: 35px;
  position: relative;
}

.f-sideSearch .sideSearchList-item:hover {
  background-image: url("../../../../img/user/pc/common/arrow_side_on.png");
}

.f-sideSearch .sideSearchList-item > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding-left: 8px;
  border: 1px solid #fff;
  border-bottom: none;
  text-shadow: 1px 1px 0 #fff;
}

.f-sideSearch .sideSearchList-item > span {
  padding-left: 8px;
}

.f-sideSearch .sideSearchList-item.is_active {
  background-image: none !important;
}

.f-sideSearch .sideSearchList-item > a span {
  color: #000;
  text-shadow: none;
}

.f-sideSearch input[type="checkbox"] {
  display: none;
}

.f-sideSearch .priceCb-list {
  padding: 12px 0 5px;
}
.f-sideSearch .priceCb-list .zero span {
  color: #E0E0E0 !important;
}

.f-sideSearch .priceCb-item {
  padding-left: 7px;
  margin-bottom: 7px;
}

.f-sideSearch .priceCb-item span {
  display: inline-block;
  height: 23px;
  padding-left: 29px;
  background: url("../../../../img/user/pc/common/bg_side_checkOff.png") no-repeat left center;
  line-height: 23px;
  color: #113399;
  text-shadow: 1px 1px 0 #fff;
}

.f-sideSearch .priceCb-item input:checked + span {
  background-image: url("../../../../img/user/pc/common/bg_side_checkOn.png");
}

.f-sideSearch .priceCb-item em {
  color: #000;
  text-shadow: none;
}

.f-sideSearch .searchBtnWrap {
  padding: 10px 0 12px;
  background: #f7f4f0;
  border-radius: 0 4px 4px 0;
  border: 1px solid #fff;
  text-align: center;
}

.f-sideSearch .searchBtnWrap .shopCount {
  margin-bottom: 9px;
}

.f-sideSearch .searchBtnWrap em {
  display: inline-block;
  min-width: 3em;
}

.f-sideSearch .searchBtnWrap span {
  margin: 0 7px;
  color: #f00;
  font-weight: bold;
}

.f-sideSearch .searchBtnWrap .slotCounter {
  color: #828282;
}

.f-sideSearch .searchBtnWrap .btn-filter {
  display: inline-block;
  width: 160px;
  height: 40px;
  padding-left: 25px;
  background: url("../../../../img/user/pc/common/ico_side_search.png") no-repeat 32px center, #5dacf5;
  border-radius: 7px;
  border: 1px solid #1486e6;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-shadow: 1px 1px 0 #2680d5;
  box-shadow: 1px 1px 0 0 #fff;
}

#ranking-btn {
  background: url("../../../../img/user/pc/common/icon_crown_wh.png") no-repeat 14px center, #5dacf5;
  margin-top: 5px;
  background-color: #F59B08;
  border: 1px solid #a7721d;
  text-shadow: 1px 1px 0 #7b5926;
}

.f-sideSearch .searchModal {
  width: 633px;
  padding: 2px 10px 15px;
  background: #fff;
  border: 2px solid #dbccb8;
  border-radius: 6px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  line-height: 1;
  position: absolute;
  left: 186px;
  top: -95px;
  z-index: 30;
}

.f-sideSearch .searchModal .searchModal-dl {
  padding: 12px 0 12px 10px;
  border-bottom: 1px solid #dbccb8;
}

.f-sideSearch .searchModal .searchModal-dl:last-child {
  border-bottom: none;
}

.f-sideSearch .searchModal .searchModal-head {
  font-size: 16px;
  color: #ee1199;
  font-weight: bold;
}

.f-sideSearch .searchModal .searchModal-head a {
  color: inherit;
}

.searchModal-body.genre {
  position: relative;
}
.searchModal-body.genre .genre-list.g_6 {
  position: absolute;
  top: -76px;
  left: 180px;
  display: none;
}

.f-sideSearch .searchModal .searchModal-list {
  padding-top: 11px;
  overflow: hidden;
}

.f-sideSearch .searchModal .searchModal-item {
  float: left;
}

.zero {
  color: #E0E0E0 !important;
}

.f-sideSearch .searchModal.searchModal-largeArea {
  top: -52px;
}

.f-sideSearch .searchModal.searchModal-largeArea .searchModal-item {
  padding: 2px 0 0 6px;
  margin-left: 6px;
  border-left: 2px solid #b8b8b8;
}

.f-sideSearch .searchModal.searchModal-genre .business-list {
  font-size: 16px;
  font-weight: bold;
}

.f-sideSearch .searchModal.searchModal-genre .genre-list {
  font-size: 14px;
  padding-top: 0;
}

.f-sideSearch .searchModal.searchModal-genre .genre-list .searchModal-item {
  line-height: 16px;
}

.f-sideSearch .searchModal.searchModal-genre .searchModal-item {
  width: 180px;
  margin-bottom: 10px;
  color: #113399;
}

.f-sideSearch .searchModal.searchModal-genre .searchModal-item span {
  display: inline-block;
  height: 18px;
  padding-left: 24px;
  background: url("../../../../img/user/pc/common/bg_checkbox_off.png") no-repeat left center;
  line-height: 18px;
  position: relative;
}

.f-sideSearch .searchModal.searchModal-genre .searchModal-item input:checked + span {
  background-image: url("../../../../img/user/pc/common/bg_checkbox_on.png");
}

.f-sideSearch .searchModal.searchModal-genre .searchModal-item.new-icon .bgCheck:after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 21px;
  margin-left: 10px;
  background: url(/assets/img/user/pc/common/ico-new03.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
}

.f-sideSearch .searchModal.searchModal-genre .searchModal-item.new-icon.zero .bgCheck:after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 21px;
  margin-left: 10px;
  background: url("/assets/img/user/pc/common/ico-new03-off.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
}

.f-sideSearch .searchModal-Pref {
  width: 593px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  line-height: 1;
  border-radius: 0 0 6px 6px;
  position: absolute;
  left: 186px;
  top: -87px;
  z-index: 30;
}

.f-sideSearch .searchModal-Pref .searchTab-list {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item {
  width: 196px;
  height: 0;
  padding-top: 41px;
  margin-right: 2px;
  background: url("../../../../img/user/pc/common/bg_searchTab_off.png") no-repeat;
  float: left;
  line-height: 1.5;
  cursor: pointer;
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item:hover, .f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item.is-active {
  background-image: url("../../../../img/user/pc/common/bg_searchTab_on.png");
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item:last-child {
  width: 197px;
  margin-right: 0;
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item.city {
  background-position: -198px top;
}

.f-sideSearch .searchModal-Pref .searchTab-list .searchTab-item.station {
  background-position: -396px top;
}

.f-sideSearch .searchModal-Pref .searchModalPref-body {
  margin-top: -1px;
  padding: 21px 20px 6px;
  background: #fff;
  border: 2px solid #dbccb8;
  border-top: 1px solid #dbccb8;
  border-radius: 0 0 6px 6px;
}

.f-sideSearch .searchModal-Pref .searchModal-head {
  font-size: 16px;
  color: #ee1199;
  font-weight: bold;
}
.f-sideSearch .searchModal-Pref .searchModal-head a {
  color: inherit;
}

.f-sideSearch .searchModal-Pref .searchModal-list {
  padding-top: 15px;
  overflow: hidden;
}

.f-sideSearch .searchModal-Pref .searchModal-item {
  width: 180px;
  margin-bottom: 15px;
  float: left;
}

.f-sideType {
  margin-bottom: 10px;
  border: 2px solid #dbccb8;
  margin-bottom: 20px;
  border-radius: 5px;
}
.f-sideType .sideType-head {
  background: #FF2136;
  border-radius: 5px 5px 0 0;
  height: 50px;
}
.f-sideType .sideType-head .sideType-head-imgs {
  padding: 8px 10px 5px 10px;
}
.f-sideType .sideType-head .sideType-update {
  text-align: center;
  font-size: 11px;
  color: #FFF;
}
.f-sideType .sideType-list {
  padding: 15px 5px 15px 5px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: underline !important;
}

.f-bnrArea .bnr-listItem {
  margin-bottom: 16px;
}

/*f-newsMovie */
.f-newsMovie .p-ellipsis {
  line-height: 1.2;
}

.f-newsMovie li.newsMovie-item {
  margin-bottom: 50px;
}

.f-newsMovie .newsMovie-ttl {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 4px solid #eaeaea;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.f-newsMovie .newsMovie-ttl:after {
  box-sizing: border-box;
  content: "";
  width: 100px;
  height: 4px;
  background: #32afff;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.f-newsMovie .newsMovie-head {
  padding: 8px;
  margin-bottom: 10px;
  background: #32afff;
  border: 1px solid #248de6;
  color: #ffffff;
  font-size: 18px;
  text-shadow: 1px 1px 0px #248de6;
}

.f-newsMovie .p-centeringPhotoWrap {
  display: block;
}

.f-newsMovie .newsMovie-contents {
  display: block;
}

.f-newsMovie .newsMovie-contents-head {
  height: 26px;
  border-bottom: 2px solid #32afff;
  position: relative;
}

.f-newsMovie .newsMovie-contents-head .p-ellipsis {
  display: block;
  padding-right: 100px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.f-newsMovie .newsMovie-contents-head .date {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 4px;
}

.f-newsMovie .newsMovie-contents-head em {
  margin-left: 5px;
  font-weight: bold;
}

.f-newsMovie .movie-wrap {
  width: 260px;
  padding-top: 195px;
  background: #000;
}

.f-newsMovie .newsMovie-contents {
  padding-left: 12px;
}

.f-newsMovie .girls-prof {
  padding-top: 7px;
}

.f-newsMovie .girls-info {
  width: 110px;
  border-right: 10px solid transparent;
  text-align: center;
  color: #32afff;
}

.f-newsMovie .girls-info .p-centeringPhotoWrap {
  padding-top: 133px;
}

.f-newsMovie .girls-name {
  font-size: 13px;
}

.f-newsMovie .girls-name .p-ellipsis {
  display: inline-block;
  max-width: 70px;
  vertical-align: middle;
}

.f-newsMovie .bwh {
  font-size: 10px;
}

.f-newsMovie .newsMovie-contents-body {
  padding-top: 6px;
}

.f-newsMovie .girls-intro {
  padding: 8px;
  border: 1px solid #fff1bf;
  background: #fffdef;
  color: #333;
}

.f-newsMovie .girls-intro .nmText {
  line-height: 21px;
}

.f-newsMovie h2 {
  margin-bottom: 10px;
}

/* 左サイドナビ */
.f-sideNav .sideNav-head {
  height: 24px;
  margin-bottom: 3px;
  background: #ff44bb;
  border: 1px solid #ee1199;
  font-size: 13px;
  text-align: center;
  text-shadow: 1px 1px 0 #ee1199;
  line-height: 24px;
  color: #fff;
}

.f-sideNav .sideNav-body {
  margin-bottom: 9px;
}

.f-sideNav .sideNav-item {
  width: 190px;
  margin-bottom: 3px;
  font-size: 12px;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
}

.f-sideNav .sideNav-item a {
  box-sizing: border-box;
  display: block;
  background: url("../../../../img/user/pc/common/arrow_side_nav.png") no-repeat right 8px center;
  border: 1px solid #d5d5d5;
  color: #000;
}

.f-sideNav .sideNav-item span {
  display: block;
  height: 28px;
  padding-left: 27px;
  background: no-repeat 8px center;
  line-height: 28px;
}

.f-sideNav .shop span {
  background-image: url("../../../../img/user/pc/common/icon_shoplist_small.png");
}

.f-sideNav .girl span {
  background-image: url("../../../../img/user/pc/common/icon_girllist_small.png");
}

.f-sideNav .shopranking span {
  background-image: url("../../../../img/user/pc/common/icon_shopranking_small.png");
  background-size: 13px;
}

.f-sideNav .ranking span {
  background-image: url("../../../../img/user/pc/common/icon_ranking_small.png");
}

.f-sideNav .standBy span {
  background-image: url("../../../../img/user/pc/common/icon_side_imasugu_small.png");
}

.f-sideNav .photo span {
  background-image: url("../../../../img/user/pc/common/icon_side_photo_small.png");
}

.f-sideNav .movie span {
  background-image: url("../../../../img/user/pc/common/icon_side_movie_small.png");
}

.f-sideNav .news span {
  background-image: url("../../../../img/user/pc/common/icon_side_news_small.png");
}

.f-sideNav .ticket span {
  background-image: url("../../../../img/user/pc/common/icon_side_ticket_small.png");
}

.f-sideNav .newShop span {
  background-image: url("../../../../img/user/pc/common/icon_side_newshop_small.png");
}

/*---- 左右バナー ----*/
.f-prLeft,
.f-prRight {
  width: 200px;
  position: absolute;
  top: -50px;
}

.f-prLeft .bnr img,
.f-prRight .bnr img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}

.f-prLeft {
  left: -210px;
}

.f-prLeft .msJapanSlider {
  width: 200px;
  height: 270px;
  position: relative;
  margin-bottom: 10px;
}

.f-prLeft .msJapanSlider .msJapanSlider-head {
  position: absolute;
  bottom: 36px;
  right: -12px;
  z-index: 10;
}

.f-prLeft .msJapanSlider .ctrl-item {
  position: absolute;
  top: 100px;
}

.f-prLeft .msJapanSlider .msjPrev {
  left: -4px;
}

.f-prLeft .msJapanSlider .msjNext {
  right: -4px;
}

.f-prLeft .msJapanSlider .p-centeringPhotoWrap {
  display: block;
  height: 270px;
}

.f-prLeft .msJapanSlider .txtWrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

.f-prLeft .msJapanSlider .txtWrap .name {
  margin: 0 0 3px 7px;
  font-size: 14px;
  color: #000;
  text-align: left;
  text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}

.f-prLeft .msJapanSlider .txtWrap .name span {
  display: inline-block;
  max-width: 130px;
  font-size: 16px;
  line-height: 1.2;
  vertical-align: middle;
}

.f-prLeft .msJapanSlider .shopWrap {
  width: 200px;
  height: 40px;
  padding: 6px 5px 5px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}

.f-prLeft .msJapanSlider .shopWrap > * {
  max-width: 100%;
}

.f-prRight {
  right: -210px;
}

/* ============================================================================

	汎用パーツ

============================================================================ */
/* 画像センタリング
------------------------------------------ */
.p-centeringPhotoWrap {
  position: relative;
  overflow: hidden;
}

.p-centeringPhotoObject {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* 一行文字省略
------------------------------------------ */
.p-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 縦並びで画像が左に来るリスト用スタイル */
.img-left .item-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.img-left .item-table > * {
  display: table-cell;
  vertical-align: top;
}

/* カップ表示
------------------------------------------ */
li[class*="-cup"]:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.a-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-a30.png");
}

.b-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-b30.png");
}

.c-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-c30.png");
}

.d-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-d30.png");
}

.e-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-e30.png");
}

.f-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-f30.png");
}

.g-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-g30.png");
}

.h-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-h30.png");
}

.i-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-i30.png");
}

.j-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-j30.png");
}

.k-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-k30.png");
}

.l-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-l30.png");
}

.m-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-m30.png");
}

.n-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-n30.png");
}

.o-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-o30.png");
}

.p-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-p30.png");
}

.q-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-q30.png");
}

.r-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-r30.png");
}

.s-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-s30.png");
}

.t-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-t30.png");
}

.u-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-u30.png");
}

.v-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-v30.png");
}

.w-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-w30.png");
}

.x-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-x30.png");
}

.y-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-y30.png");
}

.z-cup:after {
  background-image: url("/assets/img/user/pc/common/ico_cup-z30.png");
}

/* ページャー
------------------------------------------ */
.mod-pager ol {
  background: #f0f0f0;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  text-align: center;
  padding: 15px;
}

.mod-pager li {
  display: inline-block;
  margin-left: 5px;
}

.mod-pager .pagerPre span,
.mod-pager .pagerNext span {
  color: #ee1e9e;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  margin: 0 5px;
}

.mod-pager .pagerAnchor {
  background: #fff;
  border: solid 1px #ccc;
}

.mod-pager .pagerAnchor a {
  display: inline-block;
  padding: 8px 10px;
}

.mod-pager .pagerNow {
  padding: 8px 10px;
}

/* ページャー2
------------------------------------------ */
.mod-pager2 ul {
  background: #f6f6f6;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  text-align: center;
  padding: 14px 0;
}

.mod-pager2 li {
  display: inline-block;
}

.mod-pager2 a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  text-shadow: 1px 1px 0 #fff;
}

.mod-pager2 .pager2Prev a {
  width: 120px;
  height: 50px;
  background: url(../../../../img/user/pc/common/btn_prev.png) no-repeat;
}

.mod-pager2 .pager2List {
  margin: 0 35px;
}

.mod-pager2 .pager2List a {
  width: 220px;
  height: 50px;
  background: url(../../../../img/user/pc/common/btn_list.png) no-repeat;
}

.mod-pager2 .pager2Next a {
  width: 120px;
  height: 50px;
  background: url(../../../../img/user/pc/common/btn_next.png) no-repeat;
}

#btn-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

/* 季節イベント追従リンク */
#btn-to-feature {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#btn-to-feature a {
  position: relative;
}
#btn-to-feature a .feature-link-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 11px;
  font-size: 20px;
  width: 22px;
  height: 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

/* ms-japan-banner*/
.ms-japan-banner {
  margin: 0 0 10px 0;
}

/* ============================================================================

	汎用クラス

============================================================================ */
.fs10 {
  font-size: 10px;
}

.ptb40 {
  padding: 40px 0;
}

.pr220 {
  padding-right: 220px;
}

.ma {
  margin: auto;
}

.m0 {
  margin: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.side_red {
  color: red;
}

/* inputエラー */
.input-error {
  background: #ffcfcf !important;
}

.error_comment {
  color: red;
  font-weight: bold;
  margin-top: 3px;
}

/* seoテキスト */
.seo-text-top {
  width: 100%;
  background-color: #f4f4f4;
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 1.3;
  font-size: 12px;
}

.seo-text-bottom {
  width: 100%;
  background-color: #f4f4f4;
  padding: 10px;
  line-height: 1.3;
  margin-top: 20px;
  font-size: 12px;
}

.top-seo-umekomitxt {
  padding: 10px 8px;
  border-bottom: 1px solid #ebeaea;
  background: #ebeaea;
  line-height: 1.5;
  font-size: 11px;
  margin: 5px 0px 10px;
}
