@import url("reset.css");
.dopc {
  display: none !important;
}
/* common */
.fnDela {
}
:root {
  --color-pink: var(--color-gold);
  --color-gold: #d5c882;
  --color-blue: #91dbff;
  --color-orange: #ffa591;
  --color-purple: #cb91ff;
  --color-yellow: rgb(253, 255, 130);
  --color-gray: #777;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background-color: #ffd2d2;
    background: #111;
}
body#recruitindex,body#recruitshoplist,body#detail {
    background-color: #3f3f3f;
    background-size: auto auto;
}
a {
  color: #ede8d0;
}
option {
  color:#111;
}
.logoSvg path{
	color: var(--color-gold);
	fill: currentColor;
}
.logoSvg #XMLID_2_ {
  display: none;
}
.logoSvg #XMLID_118_ {
  fill: var(--color-gold);
}
.logoSvg #XMLID_151_ {
  fill: #fff !important;
}
.slick-slide img {
    width: 100%;
    object-fit: cover;
}
#pickupSlide .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#goTop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: var(--color-gold);
    background: rgb(255 255 255 / 80%);
}
#goTop i {
    position: relative;
    top: -4px;
    left: 4px;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
}
header {
  position: relative;
  
}
header .subTitle {
    position: absolute;
    left: 14px;
    top: 16px;
    font-size: 12px;
    color: var(--color-gold);
}
header h1 {
    font-size: 12px;
    border-bottom: solid 1px #ccc;
}
header headerLogo {
  width: 50%;
}
header #areaName {
  position: absolute;
  left: 50%;
  bottom: 3px;
  font-size: 15px;
  font-family: monospace;
}
header #searchBox {
  display: none;
    position: absolute;
    right: 5px;
    top: 48px;
}
header #searchBox ul {
  margin-bottom: 3px;
  justify-content: flex-start;
}
header #searchBox ul li span {
    font-size: 14px;
    margin: 0 5px;
    padding: 0 5.5px;
    border-radius: 3px;
    color: #fff;
}
header #searchBox ul li:nth-child(1) span {
  background: var(--color-gold);
  margin-left: 0;
}
header #searchBox ul li:nth-child(2) span {
  background: var(--color-blue);
}
header #searchBox ul li:nth-child(3) span {
  background: var(--color-gold);
}
header #searchBox ul li i {
  margin-right: 0;
}
header #searchBox #searchInput {
  border: solid 1px #d9d9d9;
  padding: 3px;
  border-radius: 3px;
  font-size: 14px;
}
header #searchBox #searchBtn {
  font-size: 14px;
  background: var(--color-purple);
  padding: 3px 10px;
  margin-left: 3px;
  border-radius: 3px;
  color: #fff;
}
header #commonNav {
  display: none;
}
header #commonNav li {
    width: calc(100% / 6);
    text-align: center;
    padding: 5px;
    
    font-size: 19px;
}
header #commonNav li .inner a {
    border: solid 1px #cccccc;
    border-radius: 3px;
    line-height: 40px;
    display: block;
}
header #commonNav li:nth-child(3) .inner {
  letter-spacing: -2px;
}
header #commonNav li .inner a:hover {
  border: solid 1px var(--color-gold);
  color: var(--color-gold);
}
header #headerLogo {
  width: 50%;
}
#contentsLeft {
  width: 100%;
}
#contentsRight {
  width: 100%;
  padding: 10px;
}
#contentsLeftList {
  display: none;
  width: 100%;

}
#contentsRightList {
  width: 100%;
}
main {
  padding: 10px;
}
main .title {
    
    font-size: 17px;
    border-bottom: solid 3px var(--color-gold);
    line-height: 24px;
    padding: 5px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
main .title i {
  margin-right: 10px;
}
main .title a.more {
    text-decoration: none;
    float: right;
    font-size: 14px;
    background: var(--color-gold);
    height: 25px;
    line-height: 23px;
    top: 0px;
    position: relative;
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
}
main .title a.more:hover {
  text-decoration: none;
  color: #F9FB82;
}
aside .title,.shopCommonSide .title {
    
    font-size: 20px;
    border-bottom: solid 3px var(--color-gold);
    line-height: 25px;
    padding: 5px;
    margin: 10px 0;
}
article {
  
}
article::after {
  content: '';
  display: block;
  clear: both;
}
.clear::before,.clear::after {
  content: '';
  display: block;
  clear: both;
}
.commonSelector li .inner {
    border-radius: 10px;
    
    font-size: 20px;
    background: var(--color-gold);
    padding: 5px;
    text-align: center;
    display: block;
    margin: 5px 20px;
    color: #fff;
}
.commonSelector li a {
  display: block;
  color: #111;
}
.commonSelector li a:hover {
  text-decoration: none;
  color: var(--color-yellow)
}
.col2 li {
  width: 100%;
}
.col3 li {
  width: 100%;
}
.col4 li {
  width: calc((100% - 5px) / 2);
  margin-right: 5px;
}
.col4 li:nth-child(2n) {
  margin-right: 0; 
}
.col5 li {
  width: calc((100% - 10px) / 3);
  margin-right: 5px;
}
.col5 li:nth-child(3n) {
  margin-right: 0; 
}
.col6 li {
  width: calc((100% - 10px) / 3);
  margin-right: 5px;
}
.col6 li:nth-child(3n) {
  margin-right: 0; 
}
.imgWrap {
    overflow: hidden;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
footer {
  
  border-top: solid 3px var(--color-gold);
}
footer #footerLogo {
    width: 200px;
    margin: 50px calc(50% - 100px);
    text-align: center;
}
footer #footerNav li {
    width: calc((100% - 30px) / 4);
    font-size: 10px;
    background: var(--color-gold);
    border-radius: 3px;
    text-align: center;
    margin: 2px;
    padding: 3px 0;
}
footer #footerNav li a {
  color:#fff;
}
footer #areaNav {
    margin: 30px auto;
}
footer #areaNav::after {
  content: ' ';
  clear: both;
  display: block;
}
footer #areaNav .title {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
footer #areaNav ul {
    width: 100%;
    padding: 10px;
    float: left;
    justify-content: left;
}
footer #areaNav ul li:nth-child(1) {
    font-weight: bold;
    display: block;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: solid 3px #e5e5e5;
    text-decoration: none;
}
footer #areaNav ul li:nth-child(1) a:hover {
    text-decoration: none;
}
footer #areaNav ul li:nth-child(2) {
}
footer #areaNav ul li {
  padding-right: 5px;
  font-size: 15px;
  width: 100%;
}
footer #areaNav ul.prefList li:nth-child(1) {
    font-weight: bold;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: solid 1px #e5e5e5;
    text-decoration: none;
}
footer #footerDescription {
  margin: 20px;
}
footer #footerDescription .title {
  font-size: 20px;
  border-bottom: solid 1px #ccc;
}
footer #footerDescription .text {
  font-size: 14px;
  padding: 10px;
}
footer #footerBottomNav {
    margin: 20px;
    font-size: 12px;
}
footer #footerBottomNav li::after {
  content:'｜';
}
footer #footerBottomNav li:nth-child(3)::after,footer #footerBottomNav li:last-child::after {
  display: none;
}
footer #copyRight {
  text-align: center;
  color: var(--color-gold);
  
  font-size: 12px;
  line-height: 16px;
}
select {
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 3px;
}
.label li {
  background: var(--color-gold);
  color: #fff;
  border-radius: 30px;
  padding: 0 5px 2px;
  margin: 0 5px 5px 0;
  text-align: center;
  font-size: 10px;
}
.label li:last-child {
}
.label.point.shop li {
    background: var(--color-gold);
    color: #fff;
    border-radius: 30px;
    padding: 0 5px 2px;
    margin-right: 2px;
    text-align: center;
    font-size: 11px;
}
i {
  margin-right: 5px
}
/* index */
#pickupSlide {
  margin: 10px;
}
#recommendArea {
  
} 
#recommendArea li {
  width: calc((100% - 50px) / 2);
  margin: 10px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #ccc;
  
  transition: all 0.3s;
}
#recommendArea li:hover {
  box-shadow: 0 0 5px #ccc;
}
#recommendArea li img {
  width: 50px;
  height: 50px;
  float: left;
} 
#recommendArea li .areaName {
    display: block;
    font-size: 22px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
}
#recommendArea li a {
    display: block;
    height: 100%;
}
#areaSearch ul {
    width: 100%;
    justify-content: flex-start;
    padding: 5px;
    float: left;
}
#areaSearch ul li:nth-child(1) {
    font-weight: bold;
    display: block;
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: solid 3px #e5e5e5;
    text-decoration: none;
}
#areaSearch ul li:nth-child(1) a:hover {
    text-decoration: none;
}
#areaSearch ul li:nth-child(1)::first-letter {
  color: var(--color-gold);
  font-size: 30px;
}
#areaSearch ul li:nth-child(2) {
  margin-left: 10px;
}
#areaSearch ul li {
  padding-right: 5px;
  font-size: 15px;
}
#ranking .commonSelector li .inner {
  font-size: 15px;
}
.girlList {
  justify-content: left;
}
#ranking .girlList li {
  position: relative;
  margin: 5px;
  width: 100%;
  overflow: hidden;
}
#ranking .girlList li .inner{
    position: relative;
    width: 120px;
    float: left;
}
#ranking .girlList .rankLabel {
  background: var(--color-gray);
  color: #fff;
  text-align: center;
  
  font-style: italic;
}
#ranking .girlList li:nth-child(1) .rankLabel {
  color: #f8ff91;
}
#ranking .girlList li:nth-child(2) .rankLabel {
  color: #ebebeb;
}
#ranking .girlList li:nth-child(3) .rankLabel {
  color: #e3c4a9;
}
#ranking .girlList li .shopInfo {
    /* position: absolute; */
    float: right;
    width: calc(100% - 130px);
}
#ranking .girlList li .shopInfo .label {
  justify-content: right;
}
#ranking .girlList li .shopInfo .label li {
  margin: 0 0 0 5px;
  width: auto;
}
#ranking .girlList li .shopInfo .messageBox {
  font-size :14px;
  height: 84px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#ranking .shopName {
    font-size: 14px;
    color: #777777;
    font-weight: bold;
    border-bottom: solid 2px #ccc;
}
.girlList .area {
  font-size: 12px;
  text-align: right;
}
#ranking .girlList .girlName {
  font-size: 16px;
  color: var(--color-gold);
  font-weight: bold;
  margin: 5px;
}
.girlList .girlName {
  font-size: 12px;
  color: var(--color-gold);
  font-weight: bold;
  margin: 5px 0;
}
.girlList .imgWrap {
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.girlList .imgWrap a {
  height: 100%;
  display: block;
}
.girlList .imgWrap img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.girlList .twitterIcon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #1C9CEA;
    
    width: 25px;
    height: 25px !important;
    border-radius: 25px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.girlList .twitterIcon i {
  position: relative;
  
  left: 3px;
  /* top: 4px; */
}
.girlList .left {
}
.girlList .right .rankLabel {
    background: #444;
    font-size: 30px;
    padding-right: 10px;
}
.girlList .right {
  font-size: 20px;
}
.girlList .right .shopName {
    color: #666;
    font-size: 20px;
    position: relative;
}
.girlList .right .shopName .area {
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: normal;
    font-size: 16px;
}
.girlList .right .label {
  justify-content: right;
}
.girlList .right .label li {
  width: auto;
}
.girlList .right .girlName {
    font-size: 26px;
    margin: 10px;
    border-bottom: solid 1px #ccc;
}
.girlList .right .messageBox {
    border: solid 3px #ccc;
    border-radius: 10px;
    max-height: 141px;
    padding: 5px;
    font-size: 18px;
}
.girlList .right .openHour {
  font-size: 18px;
  font-weight: normal;
}
.girlList .rank1st {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.girlList .rank1st .imgWrap {
}
.girlList .rank1st .imgWrap img {
  width: 100%;
  height:auto;
}
.girlList .rank1st .shopLink {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.girlList .rank1st .twitterIcon {
  z-index: 2;
}
.girlList .rank1st .qandaTitle {
  margin-top: 10px;
  color: var(--color-gold);
  font-weight: bold;
  font-size: 16px;
}
.girlList .rank1st #girlProfileList {
  flex-wrap: wrap;
  font-size: 16px;
}
.girlList .rank1st #girlProfileList li:nth-child(odd) {
  margin: 0;
  padding: 0;
}
.girlList .rank1st #girlProfileList li:nth-child(even) {
  margin: 0;
  padding: 0;
}
.newsList {
  justify-content: left;
}
.newsList li {
    padding: 5px;
    border-radius: 3px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    
}
#shopnewsdetail .newsList li {
    padding: 5px;
    border-radius: 3px;
    width: 100%;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    
}
.newsList.col2 li {
  width: 100%;
}
.newsList li .imgWrap {
  width: 23%;
  float: left;
  height: 82px;
}
#shopnewsdetail .newsList li .imgWrap {
  width: 100%;
  height: auto;
  float: none;
}
#shopnewsdetail .newsList li .imgWrap a {
  width: 100%;
}
#shopnewsdetail .newsList li .imgWrap a img {
  margin: auto;
}
.newsList.col2 li .imgWrap {
    width: 100px;
    height: 100px;
    margin-top: 5px;
}
.newsList li .contentsWrap {
    float: right;
    width: calc(100% - 24%);
    margin-top: 5px;
}
#shopnewsdetail .newsList li .contentsWrap {
    width: 100%;
    margin-top: 5px;
}
.newsList.col2 li .contentsWrap {
    float: right;
    width: calc(100% - 105px);
}
.newsList li .newsTitle {
    border-bottom: solid 2px #ccc;
    font-weight: bold;
    font-size: 20px;
}
.newsList.col2 li .newsTitle {
  font-size: 14px;
}
.newsList li .newsTitle .date {
    float: right;
    font-size: 10px;
    line-height: 22px;
    font-weight: normal;
    color: #a9a9a9;
}
.newsList.col2 li .newsTitle .date {
  font-size: 10px;
}
.newsList li .newsText {
    min-height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 20px;
    padding: 3px;
    
    border: solid 1px #ccc;
    height: 77px;
}
#shopnewsdetail .newsList li .newsText {
    overflow-y: hidden;
    height: auto;
}
.newsList li .newsText a {
  text-decoration: underline;
  color: var(--color-gold);
}
.newsList.col2 li .newsText {
    height: 100px;
    min-height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    padding: 3px;
    
    border: solid 1px #ccc;
}
.newsList li .infoWrap {
  line-height: 20px;
}
.newsList li .area {
  background: var(--color-gold);
  font-size: 12px;
  color:#fff;
  border-radius: 30px;
  padding: 0 5px 2px;
  margin-right: 5px;
}
.newsList li .genre {
  background: var(--color-purple);
  font-size: 12px;
  color:#fff;
  border-radius: 30px;
  padding: 0 5px 2px;
}
.newsList li .shopName {
  font-weight: bold;
  float: right;
  font-size: 14px;
  line-height: 18px;
  border-bottom: solid 2px var(--color-gold);
}
/* event */
.eventList {
  justify-content: left;
}
.eventList li {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}
.eventList li .imgWrap {
  width: 100%;
}
.eventList li .contentsWrap {
}
.eventList li .eventTitle {
    border-bottom: solid 2px #ccc;
    font-weight: bold;
    font-size: 20px;
}
.eventList li .eventTitle .date {
    float: right;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #a9a9a9;
}
.eventList li .eventText {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    
    border: solid 1px #ccc;
}
.eventList li .infoWrap {
  line-height: 20px;
}
.eventList li .area {
  background: var(--color-gold);
  font-size: 12px;
  color:#fff;
  border-radius: 30px;
  padding: 0 5px 2px;
  margin-right: 5px;
}
.eventList li .genre {
  background: var(--color-purple);
  font-size: 12px;
  color:#fff;
  border-radius: 30px;
  padding: 0 5px 2px;
}
.eventList li .shopName {
  font-weight: bold;
  float: right;
  font-size: 14px;
  line-height: 18px;
  border-bottom: solid 2px var(--color-gold);
}
/* access */
.access li {
  margin: 10px;
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.access li:last-child {
  border: none;
}
.access li span {
  font-weight: bold;
}
.access li iframe {
  border:none;
  width: 100%;
  height: 400px;
}
.telJumper {
    background: #5ce16c;
    text-align: center;
    margin-top: 10px;
    display: block;
    color: #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
/* list aside */
aside select {
  width: 100%;
  
  position: relative;
  appearance: auto;
}
.sideBanner {
  margin-bottom: 10px;
}
/* info */
#topPageInfo #condition span {
    background: var(--color-gold);
    color: #fff;
    padding: 0 5px 2px;
    border-radius: 30px;
    margin-right: 10px;
}
#topPageInfo #conditionChangeBtn {
    background: #6ed761;
    border: solid 1px #4fa944;
    color: #fff;
    padding: 0 4px 2px;
    border-radius: 5px;
    /* margin-right: 10px; */
    font-size: 17px;
    position: relative;
    top: 6px;
}
#topPageInfo #condition {
    font-size: 12px;
}
#topPageInfo #counter {
    float: right;
    border-bottom: solid 3px #ccc;
    position: relative;
    top: 7px;
}
/* imgModal */
.showImg {
  cursor: pointer;
}
#imgModal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997!important;
    background: #ffffff47;
}
#imgModal  .imgModalWrap {
    position: absolute;
    left: 0;
    bottom: 10vh;
    z-index: 9999!important;
    height: 250px;
    width: 90%;
    margin: 0 5%;
}
#imgModal .closeBtn {
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: -61px;
    right: -5px;
    background: rgb(255 255 255 / 80%);
    padding: 5px;
    height: 50px;
    line-height: 40px;
    border-radius: 5px;
}
#imgModal .arrowLeft {
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    padding: 5px;
    height: 50px;
    line-height: 40px;
    text-shadow: 0 0 5px #111;
}
#imgModal .arrowRight {
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    top: calc(50% - 25px);
    right: -5px;
    padding: 5px;
    height: 50px;
    line-height: 40px;
    text-shadow: 0 0 5px #111;
}
#imgModal .imgModalWrap img {
    /* width: 100%; */
    height: 100%;
    margin: 0 auto;
}
/* pager */
#pager li {
  font-size: 20px;
  margin: 10px;
}
#pager .current {
    font-size: 25px;
    color: var(--color-gold);
    font-weight: bold;
    line-height: 28px;
}
/* shopList */
#breadClumb {
  font-size: 12px;
}
#tabList {
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
    border-radius: 5px 5px 0 0;
    border: solid 1px #ccc;
    border-bottom: 0;
    overflow: hidden;
    justify-content: space-around;
}
#tabList.recruit li {
  width: calc(100% / 3);
}
#tabList li {
  border-bottom: solid 1px #ccc;
  height: 39px;
  flex-grow: 1;
}
#tabList li:nth-child(1) {
  border-right: solid 1px #ccc;
}
#tabList li:nth-child(2) {
  border-right: solid 1px #ccc;
}
#tabList li:nth-child(3) {
  border-right: solid 1px #ccc;
}
#tabList li:hover {
    background: rgb(255 255 240);
    text-decoration: auto;
    transform: scale(1.02);
    transition: all 0.5s;
}
#tabList li.current {
    
    border-bottom: solid 5px var(--color-gold);
}
#tabList a {
  text-decoration: none;
}
#tabList li:current a {
  
}
#tabContentsWrapper {
    padding: 10px;
    
    border: solid 1px #ccc;
    border-top: 0;
}
#shopList .shops {
  width: 100%;
  border: solid 1px #ccc;
  
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
}
#shopList .shops {
  position: relative;
}
#shopList .shops .left {
}
#shopList .shops .left li {
}
#shopList .shops .right {
}
#shopList .shops .description {
    font-size: 14px;
    line-height: 18px;
    border: solid 1px #ccc;
    padding: 3px;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
}
#shopList .shops.recruit .right .description {
    color: #ff7600;
}
.station {
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.tel {
  text-decoration: underline;
}
.station li:nth-child(odd) {
  width: 20%;
}
.station li:nth-child(even) {
  width: calc(80% - 10px);
  font-weight: normal;
  margin-left: 10px;
  border-left: solid 1px #ccc;
  padding-left: 10px;
}
#shopList .shops .right .info {
  justify-content: flex-start;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
}
#shopList .shops .right .info li {
  margin-right: 20px;
}

#shopList .shops.recruit .right .info li {
  margin-right: 0;
  width: 100%;
}
#shopList .shops .right .coupon {
    padding: 0 5px;
    border-radius: 3px;
    border: solid 3px var(--color-gold);
    font-weight: bold;
}
#shopList .shops .right .coupon .caption {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 42px;
    overflow: hidden;
}
#shopList .shops .right .point {
  margin-top: 5px;
}
#shopList .shops .right .point li {
    width: calc((100% - 10px) / 2);
    font-size: 10px;
    background: #3fa6ff;
  margin: 0 2px 5px;
}
#recruitshoplist .shops .right .point li {
  width: calc((100% - 10px) / 2);
  font-size: 10px;
  background: #3fa6ff;
}
#shopList .shops .right .point li.disabled {
  background: #ccc;
}
#shopList .shops .free .description {
  height: 50px;
  overflow: hidden;
}
/* shop */
#shopHeader {
  padding: 10px;
  
  border-bottom: solid 3px var(--color-gold);
  position: relative;
}
#shopHeader .left {
}
#shopHeader .left li {
}
#shopHeaderImg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba( 255, 255, 255, 0.4 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
}
#shopHeader #shopHeaderImg {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 5px 0 20px;
    height: 200px;
}
#shopHeader #shopHeaderImg ul {
    position: absolute;
    bottom: -25px;
}
#shopHeader #shopHeaderImg img {
  position: relative;
}
#shopHeader .shopName {
    font-size: 20px;
    border-bottom: solid 3px #ccc;
    font-weight: bold;
    padding: 0 5px;
    position: relative;
}
#shopHeader .goShopPage {
    position: absolute;
    display: block;
    width: 140px;
    right: 0;
    top: 6px;
    background: rgb(0, 153, 255);
    color: #fff;
    padding: 0 10px 2px;
    border-radius: 30px;
    font-size: 12px;
}
#shopHeader #shopHeaderNav {
  width: 100%;
}
#shopHeader #shopHeaderNav li {
  width: calc(100% / 7);
  background: none;
  text-align: center;
  padding: 1px;
}
#shopHeader #shopHeaderNav li.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#shopHeader #shopHeaderNav li.current .inner {
  background: var(--color-gold);
  color: #fff;
  border: solid 1px #ff7e62;
}
#shopHeader #shopHeaderNav li .inner {
  
  border: solid 1px #ccc;
  border-radius: 3px;
  font-weight: bold;
  padding: 3px 0;
}
#shopHeader #shopHeaderNav li i {
  margin: 0;
}
#shopHeader #shopHeaderNav li span {
    font-size: 10px;
    display: block;
    line-height: 10px;
}
#shopHeader .infoText {
    border: solid 3px #ccc;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    margin-top: 10px;
    
}
#shopList .shops {
  position: relative;
}
#shopHeader .area {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 0;
    bottom: 3px;
    background: var(--color-gold);
    color: #fff;
    padding: 0 10px 2px;
    border-radius: 30px;
}
#shopHeader ul {
    justify-content: flex-start;
}
#shopHeader li {
  /* background: var(--color-purple); */
}
#shopHeader .openHour {
  position: relative;
}
#shopHeader .openHour li:last-child {
  /* margin-right: 10px; */
}
#shopHeader .openHour span {
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: -4px;
    right: 0;
    float: right;
}
.openHour .point li {
  background:rgb(203 145 255);
}
.openHour li:nth-child(1) {
  background: #ff9c86;
  color: var(--color-yellow);
}
.openHour li:nth-child(2) {
  background: #82c5ff;
  color: var(--color-yellow);
}
.openHour li:nth-child(3) {
  background: #432dbb;
  color: var(--color-yellow);
}
.openHour li.disabled {
  background: #ccc !important;
  color: #979797 !important;
}
#shopHeader .point {
  /* float: right; */
}
#shopNav {
  width: 100%;
  margin-bottom: 15px;
}
#shopNav li {
  width: calc(100% / 2);
  background: none;
  text-align: center;
  padding: 5px;
}
#shopNav li.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#shopNav li a {
  display: block;
  text-decoration: none;
}
#shopNav li.current .inner {
  border: solid 3px var(--color-gold);
  line-height: 33px;
  color: var(--color-gold);
}
#shopNav li .inner {
  
  height: 40px;
  line-height: 40px;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-weight: bold;
}
#shopNav li:last-child .inner {
  background: var(--color-gold);
  color: #fff;
}
/* shopCommonSide */
.shopCommonSide {
  width: 100%;
}
.shopCommonSide ul {
  margin: 10px;
}
.shopCommonSide li {
  width: 100%;
  padding: 5px 0;
  border-bottom: solid 1px #ccc;
}
.shopCommonSide li a.url {
  color: #1873E9;
  text-decoration: underline;
}
.shopCommonSide li.infoText {
    border: solid 3px #ccc;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    margin-top: 10px;
    
}
.shopCommonSide li.map{
  position: relative;
}
.shopCommonSide li.map .mapBtn {
    position: absolute;
    right: 0px;
    top: 9px;
    background: var(--color-gold);
    border-radius: 100px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.shopCommonSide li span {
  font-weight: bold;
}
.shopCommonSide li p {
  padding: 5px;
  font-size: 14px;
  word-break: break-all;
}
.shopCommonSide .snsHead {
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.shopCommonSide .sns {
  margin: 20px;
}
.shopCommonSide .sns li {
  width: calc((100% - 30px) / 4);
  font-size: 24px;
  text-align: center;
  border-bottom: none;
}
.shopCommonSide .sns li:nth-child(1) {
  color: #1C9CEA;
}
.shopCommonSide .sns li:nth-child(2) i:before {
  color: #5A52C0;
  background: -webkit-linear-gradient(244deg, #4745cf, #f732df, #f5ba14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shopCommonSide .sns li:nth-child(3) {
  color: #111;
	text-shadow: -2px -2px 0px #1CEAE8, 2px 2px 0px #E8324D;
}
.shopCommonSide .sns li:nth-child(4) {
  color: #1873E9;
}
.shopCommonSide .sns li:hover {
  color: inherit;
}
.shopCommonSide .sns li.disabled {
  color: #ccc;
  text-shadow: none;
  background: none;
  pointer-events: none;
}
.shopCommonSide .sns li.disabled i:before {
  background: #ccc;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shopCommonSide #recruitBox {
  
}
.shopCommonSide #recruitBox span{
  font-weight: bold;  
}
.shopCommonSide #recruitBox .recruitPageJumper {
    background: var(--color-gold);
    text-align: center;
    margin-top: 10px;
    display: block;
    color: #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
}
/* shop detail */
.shopDetail {
  padding-top: 10px;
}
.shopDetail .coupon {
    padding: 10px;
    border-radius: 3px;
    border: solid 3px var(--color-gold);
    
    font-weight: bold;
}

.shopDetail .coupon .caption{
  font-size: 15px;
}
.shopDetail .textBox {
    
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 4px;
}
.shopSameAreaJumper {
  margin-top: 20px;
    text-align: center;
  display: flex;
  justify-content: center;
}
.shopSameAreaJumper a {
    font-size: 19px;
    padding: 20px;
    font-weight: bold;
    
    border-radius: 5px;
    border: solid 3px var(--color-gold);
    box-shadow: 0px 5px 5px #dbdbdb;
    display: block;
}
.shopSameAreaJumper a span {
  font-size: 14px;
}
.shopSameAreaJumper a:hover {
  text-decoration: none;
}
.contentWhiteBack {
  
  border-radius: 5px;
  padding: 10px;
  border: solid 1px #ccc;
}
#bottomSns {
  margin: 30px auto;
}
#bottomSns li {
  width: calc((100% - 30px) / 5);
  font-size: 24px;
  text-align: center;
  border-bottom: none;
}
#bottomSns li:nth-child(1) {
  color: var(--color-gold);
}
#bottomSns li:nth-child(2) {
  color: #1C9CEA;
}
#bottomSns li:nth-child(3) i:before {
  color: #5A52C0;
  background: -webkit-linear-gradient(244deg, #4745cf, #f732df, #f5ba14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bottomSns li:nth-child(4) {
  color: #111;
	text-shadow: -2px -2px 0px #1CEAE8, 2px 2px 0px #E8324D;
}
#bottomSns li:nth-child(5) {
  color: #1873E9;
}
#bottomSns li.disabled {
  color: #ccc;
  text-shadow: none;
  background: none;
  pointer-events: none;
}
#bottomSns li.disabled i:before {
  background: #ccc;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bottomSns .snsHead {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 10px;
    font-size: 20px;
}
.gm {
    background: rgba( 255, 255, 255, 0.2 );
    box-shadow: 0 2px 8px 0 rgba( 31, 38, 135, 0.2 );
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 5px;
}
#courseWrap {
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
  max-height: 400px;
  position: relative;
}
#shopsystem #courseWrap { 
  max-height: inherit;
}
#courseWrap.fade::before {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)); 
}
#courseWrap ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  border-bottom: solid 1px #ccc;
}
#courseWrap ul:last-child {
  border-bottom: none;
}
#courseWrap li:nth-child(1) {
  width: 100%;
  padding: 10px;
  font-weight: bold;
}
#courseWrap li:nth-child(2) {
  width: 100%;
  padding: 10px;
}
/* girl */
.girlDetail .left {
}
.girlDetail .left #girlImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.girlDetail .left #girlImg img {
  width: 100%;
}
.girlDetail .right {
}
.girlDetail #girlThumbList li {
  width: calc(100% / 4);
}
.girlDetail #girlSns {
    width: 100%;
    margin: 0px auto;
}
.girlDetail #girlSns li {
  width: calc((100% - 30px) / 4);
  font-size: 24px;
  text-align: center;
  border-bottom: none;
}
.girlDetail #girlSns li:nth-child(1) {
  color: #1C9CEA;
}
.girlDetail #girlSns li:nth-child(2) i:before {
  color: #5A52C0;
  background: -webkit-linear-gradient(244deg, #4745cf, #f732df, #f5ba14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.girlDetail #girlSns li:nth-child(3) {
  color: #111;
	text-shadow: -2px -2px 0px #1CEAE8, 2px 2px 0px #E8324D;
}
.girlDetail #girlSns li:nth-child(4) {
  color: #1873E9;
}
.girlDetail #girlSns li.disabled {
  color: #ccc;
  text-shadow: none;
  background: none;
  pointer-events: none;
}
.girlDetail #girlSns li.disabled i:before {
  background: #ccc;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.girlDetail .snsHead {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 10px;
    font-size: 20px;
}
#girlProfileList li {
  padding: 5px;
}
#girlProfileList li:nth-child(odd) {
  font-weight: bold;
  color: #ababab;
  width: 100%;
}
#girlProfileList li:nth-child(even) {
  width: 100%;
  margin-left: 10px;
}

.shopContentsDisable {
  display: none;
}
#shopindex .shopContentsDisable {
  display: block;
}
/* recruit */
.shopDetail #recruit {
}
.shopDetail #recruit .catchcopy {
  margin-top: 10px;
    color: #ff7600;
}
.shopDetail #recruit .point {
    margin-top: 5px;
}
.shopDetail #recruit .point li {
    background: #09f;
    width: calc((100% - 12px) / 3);
    margin: 2px;
}
.shopDetail #recruit .point li.disabled {
  background: #ccc;
  color: #979797;
}
.shopDetail #recruit .left {
}
.shopDetail #recruit .left img {
  justify-content: center;
}
.shopDetail #recruit .right {
}
.shopDetail #recruit #recruitInformationList {
  justify-content: left;
}
#recruitInformationList li {
  padding: 5px;
}
#recruitInformationList li:nth-child(odd) {
    color: #919191;
    background: #e3e3e3;
    font-weight: bold;
    display: inline;
    width: 100%;
}
#recruitInformationList li:nth-child(even) {
  margin-left: 10px;
}
#recruitInformationList li.map {
  position: relative;
  font-size: 16px;
}
#recruitInformationList li.map .mapBtn {
    position: absolute;
    right: 5px;
    top: -30px;
    background: var(--color-gold);
    border-radius: 100px;
    width: 70px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
#detail #contentsLeftList {
}
#detail #contentsLeftList .contactList {
}
#detail #contentsLeftList .contactList li {
    background: #aaa;
    border: none;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
}
#detail #contentsLeftList .contactList li {

}
#detail #contentsLeftList .contactList li.line {
    background: #00B900;
}
#detail #contentsLeftList .contactList li.tel {
    background: #b2d100;
}
#detail #contentsLeftList .contactList li.mail {
    background: #23AAF2;
}
#detail #contentsLeftList .contactList li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
#detail #contentsLeftList .recruitIcon {
}
#detail #contentsLeftList .recruitIcon li {
    background: #3FA6FF;
    border: none;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
}
#detail #contentsLeftList .recruitIcon li.disabled {
    background: #ccc;
    color: #fff;
}
#detail #contentsLeftList .recruitIcon li.disabled a {
}
.shopDetail .shopSameAreaJumper a:hover {
  text-decoration: none;
}
#detail #contentsLeftList .recruitIcon li a {
  text-decoration: none;
}
#detail #contentsRightList {
}
#detail #contentsRightList .contactList {
}
#detail #contentsRightList .contactList li {
    background: #aaa;
    border: none;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
}
#detail #contentsRightList .contactList li {

}
#detail #contentsRightList .contactList li.line {
    background: #00B900;
}
#detail #contentsRightList .contactList li.tel {
    background: #b2d100;
    text-decoration: none;
}
#detail #contentsRightList .contactList li.mail {
    background: #23AAF2;
}
#detail #contentsRightList .contactList li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
#detail #contentsRightList .goShopPage {
    display: block;
    background: rgb(0, 153, 255);
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    width: 200px;
    text-align: center;
    margin: 20px auto;
    padding-bottom: 3px;
}
/**/
.swingMenu .contactList {
}
.swingMenu .contactList li {
    background: #aaa;
    border: none;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
}
.swingMenu .contactList li {

}
.swingMenu .contactList li.line {
    background: #00B900;
}
.swingMenu .contactList li.tel {
    background: #b2d100;
    text-decoration: none;
}
.swingMenu .contactList li.mail {
    background: #23AAF2;
}
.swingMenu .contactList li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.swingMenu .goShopPage {
    display: block;
    background: rgb(0, 153, 255);
    color: #fff;
    border-radius: 30px;
    font-size: 19px;
    width: 210px;
    text-align: center;
    margin: 20px auto;
    padding: 3px 10px 5px;
}
/* common */

.common article {
  padding: 10px;
  
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
}
.common article th,.common article td {
  padding: 10px;
}
.common article th {
  font-weight: bold;
}
.common article a {
  color: #1873E9;
}
.common article .subTitle {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
.common article ul {
  display: list-item;
  margin-left: 20px;
}
.common article ul.sub {
  display: list-item;
  list-style: none;
  padding :10px;
}
/* sp menubtn */
header #menuBtn {
    background: rgba( 255, 255, 255, 0.2 );
    box-shadow: 0 2px 4px 0 rgba( 31, 38, 135, 0.4 );
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    border: solid 1px #ccc;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 3px;
    z-index: 9999;
}
header #menuBtn span,
header #menuBtn span:before,
header #menuBtn span:after{
	display: inline-block;
	width: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
header #menuBtn span {
    position: absolute;
    top: 14px;
    right: 9px;
}
header #menuBtn span:before,
header #menuBtn span:after{
	content: "";
	display: block;
	clear: both;
}
header #menuBtn span:before{
	position: absolute;
	top: 10px;
	right: 0;
}
header #menuBtn span:after{
	position: absolute;
	top: 20px;
	right: 0;
}
header #menuBtn.active span {
    position: absolute;
    top: 24px;
    right: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
header #menuBtn.active span:before{
	content: "";
	clear: both;
	position: absolute;
	top: 0px;
	right: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	opacity:0;
}
header #menuBtn.active span:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
/* menu */
.swingMenu {
    width: 100%;
    /* height: 100vh; */
    background: rgba( 0, 0, 0, 0.8 );
    box-shadow: 0 2px 4px 0 rgba( 31, 38, 135, 0.4 );
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    z-index: 9998;
    line-height: 20px;
    position: fixed;
    bottom: 0;
    right: -101%;
    transition: all 0.5s ease-in-out;
    border: solid 1px #ccc;
}
.swingMenu.active {
	right: 0;
}
#spSearchBox {
  padding: 20px;
}
#spSearchBox .title {
    border-bottom: solid 1px #ccc;
    margin: 5px 0;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}
#spSearchBox select {
    
    width: 100%;
    font-size: 20px;
    height: 34px;
    padding: 5px;
}
#spSearchBox input[type="text"] {
    
    width: 100%;
    font-size: 20px;
    height: 34px;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 3px;
}
#spSearchBox input[type="submit"] {
    background: #ccc;
    margin: 20px auto;
    display: block;
    background: var(--color-gold);
    padding: 10px;
    width: 50%;
    text-align: center;
    font-size: 20px;
    border: solid 1px #fff;
    color: #111;
    box-shadow: 0 3px 6px #666;
}
.optionHide {
  display: none;
}
.slider {
  margin: 15px;
}
.slick-slide {
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
}
/* shopNameHeader */
#shopNameHeader {
  position: relative;
}
#shopNameHeader .areaGenreLabel {
    justify-content: left;
    font-size: 10px;
}
#shopNameHeader .areaGenreLabel li {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 0 5px;
  margin-right: 5px;
  padding-bottom: 2px;
  color: #fff;
}
#shopNameHeader .areaGenreLabel li:nth-child(1) {
  background: #5be793;
}
#shopNameHeader .areaGenreLabel li:nth-child(2) {
  background: var(--color-gold);
}
#shopNameHeader .genreClotheslabel {
    justify-content: left;
    font-size: 10px;
    margin-top: 7px;
}
#shopNameHeader .genreClotheslabel li {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 0 5px;
  margin-right: 5px;
  padding-bottom: 2px;
  color: #fff;
}
#shopNameHeader .genreClotheslabel li:nth-child(1) {
  background: var(--color-gold);
}
#shopNameHeader .genreClotheslabel li:nth-child(2) {
  background: var(--color-purple);
}
#shopNameHeader .shopName {
    font-size: 16px;
    border-bottom: solid 3px #ccc;
    font-weight: bold;
    padding: 0 5px;
}
#shopNameHeader .clothes {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 0 5px;
  margin-right: 5px;
  font-size: 10px;
  display: inline;
  margin: 5px 0;
  padding-bottom: 2px;
  color: #fff;
  background: #cb91ff;
}
#shopNameHeader .openHourList {
    justify-content: left;
    font-size: 10px;
}
#shopNameHeader .openHourList li {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 0 5px;
    margin-right: 5px;
    height: 18px;
    position: relative;
    top: 5px;
}
#shopNameHeader .openHourList .openHour {
    background: none;
    font-weight: bold;
    font-size: 15px;
    height: 27px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: 2px;
}
#shopNameHeader .openHourList li:nth-child(1) {
  background: #ff9c86;
  color: var(--color-yellow);
}
#shopNameHeader .openHourList li:nth-child(2) {
  background: #82c5ff;
  color: var(--color-yellow);
}
#shopNameHeader .openHourList li:nth-child(3) {
  background: #432dbb;
  color: var(--color-yellow);
}
#shopNameHeader .openHourList li.disabled {
  background: #ccc;
  color: #979797;
}
#shopNameHeader .openHourList li span {
  display: none;
}
.shops a {
  display: block;
}
.shops a:hover {
  text-decoration: none;
  transform: scale(1.01);
}
/* pager */
.pager {
  margin: 30px;
  position: relative;
  min-height: 30px;
}

.pager ul {
  margin: 0 auto;
	justify-content: center;
}

.pager ul li {
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    overflow: hidden;
}

.pager ul li span,
.pager ul li a {
	display: block;
	width:100%;
	height:100%;
	font-size: 18px;
}

.pager ul li a {
    background: #e5e5e5;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.pager ul li a.current {
	background: #c5b978;
	color: #fff;
}
.mode2 .pager ul li a.current {
	background: #dd1010;
	color: #fff;
}
.pager .counter {
  position: absolute;
  bottom: 0;
  left: 10px;
  border-bottom: solid 2px #d9d9d9;
}

#genreselecter li {
  width: calc((100% - 100px) / 3);
  margin: 10px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #ccc;
  transition: all 0.3s;
}

#genreselecter li .genreName {
  display: block;
  font-size: 11px;
  line-height: 45px;
  font-weight: 600;
  /* float: right; */
  /* width: calc(100% - 50px); */
  text-align: center;
}

/*  */

.rankinglist-item {
  border-top: 6px solid #d0c37f;
  margin: 0 0 30px;
  border-top: 6px solid #d0c37f;
  background-color: #1110;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 8px #fff;
  width: 100%;
}

.rankinglist li.rankinglist-item {
  padding: 12px 10px;
  border-bottom: 2px solid #e1ded4;
}

.item-header {
  display: flex;
  margin: 0 0 8px;
}

.item-header-main {
  width: 100%;
  padding: 0 4px 0 0;
}

.shop-name>a {
  color: #ede8d0;
  font-size: 24px;
  font-weight: 700;
  margin-left: 5px;
}

.shop-area {
  color: #fff;
  font-size: 11px;
  margin-left: 5px;
}

.introduction_title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #60615c;
  line-height: 1.2;
  overflow: hidden;
}

.informations-wrap {
  display: flex;
  margin: 0px 5px 4px;
}

.shop-logo {
  margin: 0 8px 0 0;
}

.shop-logo>a {
  display: block;
  width: 70px;
  height: 70px;
}

.shop-logo+.shop-informaitons {
  width: calc(100% - 88px);
}

.shop-informaitons>.premiumStar {
  display: block;
  margin: 0 0 4px;
}

.shop-informaitons>p {
  color: #fff;
  margin-bottom: 4px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  line-height: 1.2;
}

.kuchikomi_3reviews {
  font-size: 12px;
  padding: 10px 8px;
  margin: 10px 8px;
  border: 1px solid #707070;
  border-radius: 10px;
}

.coupon-wrap {
  padding: 5px;
  margin: 0 0 8px;
}

.shop-informaitons .openHourList li {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 0 5px;
  margin-right: 5px;
  height: 18px;
  position: relative;
  top: 5px;
}

.shop-informaitons .openHourList {
  justify-content: right;
  font-size: 12px;
  margin-bottom: 10px;
}

.shop-informaitons .openHourList li:nth-child(1) {
  background: #ff9c86;
  color: #fff;
}

.shop-informaitons .openHourList li:nth-child(2) {
  background: #82c5ff;
  color: #fff;
}

.shop-informaitons .openHourList li:nth-child(3) {
  background: #432dbb;
  color: #fff;
}

.shop-informaitons .openHourList li.disabled {
  background: #ccc;
  color: #979797;
}

.icons-wrap {
  padding: 5px;
  margin: 0;
}

.label li.disabled {
  background: #ccc;
}

.coupon-title {
  font-size: 11px;
  line-height: 1.25em;
  margin: 0 0 2px;
}

.director-icon {
  background: #c00;
  color: #fff;
  margin-right: 2px;
  font-size: 10px;
  padding: 0 2px;
  border-radius: 2px;
  display: inline-block;
}

.coupon-value {
  font-size: 13px;
  color: #ede8d0;
}

.coupon-body {
  position: relative;
  padding: 4px 4px 4px 4px;
  border: 1px solid #707070;
  margin-bottom: 5px;
}

div#sec_model {
  width: 100%;
  float: left;
  margin: 0 auto;
}

div#sec_model > div {
  /* background-image: url(./img/base/frame_bg.jpg); */
  background-repeat: repeat;
  background: rgb(255 255 255 / 0%);
}

.girls_list {
  display: inline-flex;
  flex-wrap: wrap;
}

.mb_girls {
  width: 48%;
  display: inline-block;
  text-align: center;
  margin: 1%;
  background-size: 100% 100%;
  /* background-image: url(./img/base/state.png?1588282223); */
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
}

.gal_rank {
  width: 85%;
  margin: auto;
  height: 50px;
}

.mb_girls img {
  width: 85%;
  margin: auto;
  height: 200px;
}

.top_schedule {
  overflow: hidden;
  width: 85%;
  margin: 0 auto 0.5em auto;
  text-align: center;
}

.top_btn {
  width: 100%;
  text-align: center;
  background-size: 100% auto;
  background-color: #29282e !important;
  color: #ffffff !important;
  padding: 5px;
}

.girls_state {
  width: 100%;
  font-size: 0.6rem;
  text-align: center;
}

.space_fix {
  overflow: hidden;
  width: 85%;
  margin: 0 auto 2em auto;
  /* border-radius: 10px; */
}

.time1 {
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
  overflow: hidden;
  margin: auto;
  background: #fff;
  padding: 0.2em;
  color: #fff !important;
  border: 2px solid #d80001;
  line-height: 25px;
  /* background: url(../img/page_parts/time1.png) top left no-repeat,#0e7b9a; */
  background-color: #d80001;
  background-size: auto 100%;
}

.time2 {
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
  overflow: hidden;
  margin: auto;
  background-color: #ffff00;
  padding: 0.2em;
  color: #000 !important;
}

.time3 {
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
  overflow: hidden;
  margin: auto;
  color: #000 !important;
  background-color: #fff;
  padding: 0.2em;
}

.showmore {
  text-decoration: none;
  float: right;
  font-size: 18px;
  height: 25px;
  line-height: 23px;
  top: 13px;
  position: relative;
  color: #fff;
  padding: 0 3px;
  border-radius: 3px;
  border: solid 1px var(--color-gold);
}

/* index news */
.link_list .link_item {
  display: table;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.link_list .link_item a {
  display: flex;
  width: 100%;
}

.link_list li:after {
  content: "";
  clear: both;
  display: block;
}

.link_list {
  border-bottom: 1px solid #F0F0F0;
  padding: 2px 0;
  position: relative;
}

.link_list .link_item .link_img {
  overflow: hidden;
  vertical-align: middle;
  float: left;
  margin: 4px 0px 4px 10px;
}

.link_list.pickup .link_item .link_img {
  width: 96px;
  height: 96px;
}

ul.link_list.pickup li .link_item a .link_text {
  height: 96px;
}

.link_list.pickup .link_item .link_text {
  font-size: 14px;
  vertical-align: top;
  padding-top: 8px;
  flex: 1;
}

.link_list .link_item .link_text {
  display: table-cell;
  font-size: 15px;
  color: #fff;
  text-align: justify;
  width: 100%;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  line-height: 18px;
  font-weight: 700;
  flex: 1;
  vertical-align: middle;
}

.link_list.pickup .link_item .link_text>p {
  margin-top: 8px;
}

.link_list .link_item .link_text>p {
  font-size: 11px;
  margin-top: 0;
  color: #999;
  font-weight: 400;
}