@import url("reset.css");
.dosp {
  display: none;
}
/* 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: #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%;
}
#goTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#wrapper {
  width: 1100px;
  margin: 0 auto;
}
header {
  position: relative;
}
header .subTitle {
  position: absolute;
  left: 30px;
  color: var(--color-gold);
}
header h1 {
  float: right;
  font-size: 14px;
  font-weight: 500;
  color: #777;
}
header #headerLogo {
  width: 400px;
  margin-bottom: 30px;
}
header #areaName {
  position: absolute;
  left: 395px;
  top: 30px;
  font-size: 32px;
  font-family: monospace;
}
header #searchBox {
  position: absolute;
  right: 20px;
  top: 20px;
}
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 li {
  width: calc(100% / 5);
  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);
}
#contentsLeft {
  float: left;
  width: 840px;
}
#contentsRight {
  float: right;
  width: 240px;
  margin: 20px 20px 20px 0;
}
#contentsLeftList {
  float: left;
  width: 240px;
  margin: 20px 0 20px 20px;
}
#contentsRightList {
  float: right;
  width: 840px;
}
main {
  padding: 20px;
}
/* main .title {
  font-size: 30px;
  line-height: 40px;
  padding: 5px;
  margin-bottom: 10px;
  color: #7b7a71;
  background-color: var(--color-gold);
  border-radius: 0px 50px 0px 15px;
} */
main .title {
  font-size: 30px;
  line-height: 40px;
  padding: 5px;
  margin-bottom: 10px;
  color: var(--color-gold);
  /* background-color: var(--color-gold); */
  border-radius: 0px 50px 0px 15px;
  text-align: center;
}
main .title i {
  margin-right: 10px;
}
main .subtitle {
  font-size: 20px;
  border-bottom: solid 3px var(--color-gold);
  line-height: 40px;
  padding: 5px;
  /* margin-bottom: 10px; */
  color: #e9e6d7;
  /* background-color: var(--color-gold); */
  text-align: center;
}
main .title a.more {
  text-decoration: none;
  float: right;
  font-size: 18px;
  background: var(--color-gold);
  height: 25px;
  line-height: 23px;
  top: 13px;
  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: 25px;
  /* border-bottom: solid 3px var(--color-gold); */
  line-height: 25px;
  padding: 5px;
  margin-bottom: 10px;
  color: #bdb274;
}
article {
  padding: 20px 0;
}
article::after {
  content: "";
  display: block;
  clear: both;
}
.clear::before,
.clear::after {
  content: "";
  display: block;
  clear: both;
}
.commonSelector li .inner {
  border-radius: 10px;
  font-size: 15px;
  background: var(--color-gold);
  padding: 5px;
  text-align: center;
  display: block;
  margin: 10px;
  color: #111;
}
.commonSelector li a:hover {
  text-decoration: none;
  color: #111;
}
.col2 li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}
.col2 li:nth-child(2n) {
  margin-right: 0;
}
.col3 li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
.col3 li:nth-child(3n) {
  margin-right: 0;
}
.col4 li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.col4 li:nth-child(4n) {
  margin-right: 0;
}
.col5 li {
  width: calc((100% - 50px) / 5);
  margin: 5px;
}
.col5 li:nth-child(5n) {
  /* margin-right: 0;  */
}
.col6 li {
  width: calc((100% - 40px) / 6);
  margin-right: 10px;
}
.col6 li:nth-child(6n) {
  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::after {
  content: "｜";
}
footer #footerNav li:last-child::after {
  display: none;
}
footer #areaNav {
  width: 70%;
  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: 50%;
  padding: 10px;
  float: left;
  justify-content: left;
}
footer #areaNav ul li:nth-child(1) {
  font-weight: bold;
  display: block;
  font-size: 18px;
  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 {
  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: 50px;
}
footer #footerDescription .title {
  font-size: 20px;
  border-bottom: solid 1px #ccc;
}
footer #footerDescription .text {
  font-size: 14px;
  padding: 10px;
}
footer #footerBottomNav {
  margin-bottom: 30px;
}
footer #footerBottomNav li::after {
  content: "｜";
}
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);
  font-size: 12px;
  color: #fff;
  border-radius: 30px;
  padding: 0 5px 2px;
  margin: 5px 5px 0 0;
  text-align: center;
}
.label li.disabled{
  background: #ccc;
}
.label li:last-child {
  margin-right: 0;
}
i {
  margin-right: 5px;
}
/* index */
#pickupSlide {
  margin: 20px;
}
#recommendArea {
}
#recommendArea li {
  width: calc((100% - 100px) / 5);
  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;
    /* float: right; */
    /* width: calc(100% - 50px); */
    text-align: center;
}
#recommendArea li a {
  display: block;
  height: 100%;
}

#genreselecter li {
  width: calc((100% - 100px) / 5);
  margin: 10px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #ccc;

  transition: all 0.3s;
}

#genreselecter li .genreName {
  display: block;
  font-size: 15px;
  line-height: 45px;
  font-weight: 600;
  /* float: right; */
  /* width: calc(100% - 50px); */
  text-align: center;
}

#areaSearch ul {
  width: 50%;
  padding: 10px;
  float: left;
  justify-content: 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;
}
#index #ranking .girlList li:nth-of-type(n + 2):nth-of-type(-n + 5) {
  width: calc((100% - 50px) / 5);
  margin: 5px;
}
#index #ranking .girlList li:nth-of-type(n + 2):nth-of-type(-n + 5) .imgWrap {
  height: 200px;
}
#recruitindex #ranking .girlList li:nth-of-type(n + 2):nth-of-type(-n + 5) {
  width: calc((100% - 50px) / 5);
  margin: 5px;
}
#recruitindex
  #ranking
  .girlList
  li:nth-of-type(n + 2):nth-of-type(-n + 5)
  .imgWrap {
  height: 200px;
}
#ranking .girlList li:nth-of-type(n + 2):nth-of-type(-n + 5) {
  width: calc(25% - 10px);
}
#ranking .girlList li:nth-of-type(n + 2):nth-of-type(-n + 5) .imgWrap {
  height: 240px;
}
.girlList {
  justify-content: left;
}
.girlList .rankLabel {
  background: var(--color-gray);
  color: #fff;
  text-align: center;
  font-style: italic;
}
.girlList li:nth-child(1) .rankLabel {
  color: #f8ff91;
}
.girlList li:nth-child(2) .rankLabel {
  color: #ebebeb;
}
.girlList li:nth-child(3) .rankLabel {
  color: #e3c4a9;
}
.girlList .shopName {
  font-size: 12px;
  color: var(--color-blue);
  font-weight: bold;
}
.girlList .girlName {
  font-size: 16px;
  color: var(--color-gold);
  font-weight: bold;
}
.girlList .imgWrap {
  position: relative;
  height: 200px;
  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 {
  float: left;
  width: 266px;
}
.girlList .right .rankLabel {
  background: #444;
  font-size: 30px;
  padding-right: 10px;
}
.girlList .right {
  float: left;
  width: 480px;
  margin-left: 10px;
  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 {
  height: 400px;
}
.girlList .rank1st .imgWrap img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.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) {
  width: 40%;
  margin: 0;
  padding: 0;
}
.girlList .rank1st #girlProfileList li:nth-child(even) {
  width: 60%;
  margin: 0;
  padding: 0;
}
.girlList .rank1st .twitterIcon {
  position: relative;
  top: -3px;
}
.newsList {
  justify-content: left;
}
.newsList li {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border: solid 1px #ccc;
  margin-bottom: 10px;
}
.newsList.col2 li {
  width: calc((100% - 10px) / 2);
}
.newsList li .imgWrap {
  width: 200px;
  height: 200px;
  float: left;
}
#shopnewsdetail .newsList li .imgWrap {
  width: 200px;
  height: auto;
  float: left;
}
.newsList.col2 li .imgWrap {
  width: 100px;
  height: 100px;
}
.newsList li .contentsWrap {
  float: right;
  width: calc(100% - 205px);
}
.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: 14px;
  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: 170px;
}
#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: 78px;
  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%;
  margin: 10px 0;
}
.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;
}
/* 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;
  font-size: 13px;
  margin-right: 10px;
}
#topPageInfo #condition {
  float: left;
}
#topPageInfo #counter {
  float: right;
  border-bottom: solid 3px #ccc;
}
/* imgModal */
.showImg {
  cursor: pointer;
  height: 100px;
}
#imgModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997 !important;
  background: #ffffff47;
}
#imgModal .imgModalWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999 !important;
}
#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;
}
#imgModal .arrowRight {
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  position: absolute;
  top: calc(50% - 25px);
  right: -5px;
  padding: 5px;
  height: 50px;
  line-height: 40px;
}
#imgModal .imgModalWrap img {
  height: 500px;
}
/* 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;
  white-space: nowrap;
}
#tabList {
  width: 100%;
  background: #282828;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin-top: 10px;
  border-radius: 5px 5px 0 0;
  border: solid 1px #ccc;
  border-bottom: 0;
  overflow: hidden;
}
#tabList li {
  width: calc(100% / 4);
  border-bottom: solid 1px #ccc;
  height: 49px;
}
#tabList.recruit li {
  width: calc(100% / 3);
}
#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: #111;
  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 {
  float: left;
  width: 266px;
}
#shopList .shops .left li {
}
#shopList .shops .right {
  width: 480px;
  float: left;
  margin-left: 10px;
}
#shopList .shops .right .description {
  font-size: 14px;
  line-height: 18px;
  border: solid 1px #ccc;
  padding: 3px;
  height: 62px;
}
.station {
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
}
.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;
  height: 58px;
  border-radius: 3px;
  border: solid 3px var(--color-gold);
  font-weight: bold;
  height: 70px;
  overflow: hidden;
  font-size: 14px;
}
#shopList .shops .right .coupon .caption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#shopList .shops .right .point {
  margin-top: 5px;
}
#shopList .shops .right .point li {
  width: calc((100% - 15px) / 4);
  font-size: 10px;
  background: #3fa6ff;
}
#recruitshoplist .shops .right .point li {
  width: calc((100% - 15px) / 3);
  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 20px;

  border-bottom: solid 3px var(--color-gold);
  position: relative;
}

#shopHeader {
  position: relative;
}
#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-bottom: 25px;
  height: 300px;
}
#shopHeader #shopHeaderImg ul {
  position: absolute;
  bottom: -25px;
  right: 5px;
}
#shopHeader #shopHeaderImg img {
  position: relative;
}
#shopHeader .shopName {
  font-size: 24px;
  border-bottom: solid 3px #ccc;
  font-weight: bold;
  padding: 0 5px;
}
#shopHeader .goShopPage {
  position: absolute;
  right: 0px;
  top: 8px;
  background: rgb(0, 153, 255);
  color: #fff;
  padding: 0 10px 2px;
  border-radius: 30px;
  text-align: center;
}
#shopList .shops {
  position: relative;
}
#detail #shopHeader .label {
  float: left;
}
#detail #shopHeader .openHour .label {
  margin-left: 5px;
}
#shopHeader ul {
  justify-content: left;
  margin-top: 2px;
}
#shopHeader li {
  /* background: var(--color-purple); */
}
#shopHeader .openHour.free {
  width: 420px;
  height: 30px;
}
#shopHeader .openHour li:last-child {
  margin-right: 10px;
}
#shopHeader .openHour.free span {
  top: -28px;
}
#shopHeader .point {
  float: left;
}
#shopHeader .openHourLabel {
  float: left;
}
#shopHeader #shopHeaderNav {
  width: 100%;
  z-index: 2;
  position: relative;
}
#shopHeader #shopHeaderNav li {
  width: calc(100% / 7);
  background: none;
  text-align: center;
  padding: 5px;
}
#shopHeader #shopHeaderNav li.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#shopHeader #shopHeaderNav li.current .inner {
  border: solid 3px var(--color-gold);
  line-height: 33px;
  color: var(--color-gold);
}
#shopHeader #shopHeaderNav li .inner {
  height: 40px;
  line-height: 40px;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-weight: bold;
}
#shopHeader .infoText {
  display: none;
}
/* shopCommonSide */
.shopCommonSide {
  width: 100%;
}
.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: 7px;
  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;
}
.shopCommonSide .snsHead {
  font-weight: bold;
}
.shopCommonSide .sns {
  margin: 10px;
}
.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: 20px;
}
.shopDetail .textBox {
  padding: 10px;
  /* height: 300px; */
  border: solid 1px #ccc;
  border-radius: 4px;
}
.shopSameAreaJumper {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.shopSameAreaJumper a {
  font-size: 22px;
  padding: 20px;
  font-weight: bold;

  border-radius: 5px;
  border: solid 3px var(--color-gold);
  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 {
  width: 50%;
  margin: 100px 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 {
  position: relative;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
  max-height: 400px;
}
#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)
  );
}
#shopsystem #courseWrap {
  max-height: inherit;
}
#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: 30%;
  padding: 20px;
  border-right: solid 1px #ccc;
  font-weight: bold;
}
#courseWrap li:nth-child(2) {
  width: 70%;
  padding: 20px;
}
/* girl */
.girlDetail .left {
  float: left;
  width: 300px;
}
.girlDetail .left #girlImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.girlDetail .left #girlImg img {
  width: 100%;
}
.girlDetail .right {
  width: 490px;
  float: left;
  margin-left: 10px;
}
.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: 10px;
}
#girlProfileList li:nth-child(odd) {
  width: 30%;
  font-weight: bold;
  color: #ababab;
}
#girlProfileList li:nth-child(even) {
  width: 70%;
}
/* recruit */
.shopDetail #recruit {
}
.shopDetail #recruit #recruitHeadImg {
  max-width: 630px;
}
.shopDetail #recruit .left {
}
.shopDetail #recruit .left img {
  justify-content: center;
}
.shopDetail #recruit .right {
}
.shopDetail #recruit #recruitInformationList {
  /* font-size: 20px; */
}
.shopDetail #recruit .point {
  margin-bottom: 5px;
}
.shopDetail #recruit .point li {
  background: #3fa6ff;
}
.shopDetail #recruit .point li.disabled {
  background: #ccc;
  color: #979797;
}
#recruitInformationList li {
  padding: 20px;
}
#recruitInformationList li:nth-child(odd) {
  width: 30%;
  font-weight: bold;
  color: #ababab;
}
#recruitInformationList li:nth-child(even) {
  width: 70%;
}
#recruitInformationList li.map {
  position: relative;
  font-size: 16px;
}
#recruitInformationList li.map .mapBtn {
  position: absolute;
  right: 0px;
  top: 20px;
  background: var(--color-gold);
  border-radius: 100px;
  width: 70px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#detail #contentsLeftList {
  float: right;
  width: 280px;
  margin: 20px 20px 20px 0;
}
#detail #contentsLeftList.fix {
  position: fixed;
  margin-left: 800px;
  top: 0;
}
#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 {
}
#detail #contentsLeftList .recruitIcon li a {
  text-decoration: none;
}
#detail #contentsRightList {
  float: left;
  width: 800px;
}
#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;
}
.common article {
  padding: 30px;

  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;
}
.swingMenu {
  display: none;
}
/* shopNameHeader */
#shopNameHeader {
  position: relative;
}
#shopNameHeader .areaGenreLabel {
  justify-content: left;
  font-size: 12px;
}
#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: 12px;
  float: left;
  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: 24px;
  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: 12px;
  float: left;
  margin: 5px 0;
  padding-bottom: 2px;
  color: #fff;
  background: #cb91ff;
}
#shopNameHeader .openHourList {
  justify-content: right;
  font-size: 12px;
  margin-bottom: 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: 20px;
  top: -2px;
}
#shopNameHeader .openHourList li:nth-child(1) {
  background: #ff9c86;
  color: #111;
}
#shopNameHeader .openHourList li:nth-child(2) {
  background: #82c5ff;
  color: #111;
}
#shopNameHeader .openHourList li:nth-child(3) {
  background: #432dbb;
  color: #111;
}
#shopNameHeader .openHourList li.disabled {
  background: #ccc;
  color: #979797;
}
.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;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}



.stars {
  position: relative;
  width: 100%; /* 星空の横幅 */
  background-image: linear-gradient(0deg, #505050, #2a2a2a, #111); /* 星空の背景色 */
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fff, 0.2); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}


.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}



/*  */
.f-shopList {
  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;
}

.f-shopList .head {
  padding: 10px;
  background-color: #f2f2f200;
  border-radius: 6px 6px 0 0;
}

.f-shopList .head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-shopList .head-row .head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170%;
}

.f-shopList .head-rank {
  min-width: 50px;
  height: 50px;
  background-color: #1c1c1c;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  font-weight: bold;
  color: #c79e41;
  white-space: nowrap;
}

.f-shopList .head-row .head-left .head-rank + .head-name {
  margin-left: 25px;
  width: 100%;
}

.f-shopList .head-shopName {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  white-space: normal;
}

.f-shopList .head-areaGenre {
  display: block;
  font-size: 14px;
}

.f-shopList .head-row .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 21rem;
}

.hyakumeiten-parent {
  position: relative;
}

.hyakumeiten-parent .hyakumeiten-icon {
  height: 50px;
  margin-right: 10px;
}

.hyakumeiten-parent .hyakumeiten-bubble {
  display: none;
  position: absolute;
  margin-bottom: 6px;
  padding: 10px 18px;
  top: -40px;
  left: 25px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  transform: translateX(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.hyakumeiten-parent {
  position: relative;
}

.f-shopList .head-schedule {
  margin-right: 10px;
  padding-top: 7px;
  background-color: #1c1c1c;
  font-size: 11px;
  color: #fff;
}

.f-shopList .head-schedule, .f-shopList .head-keep {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  text-align: center;
}

.f-shopList .head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-shopList .head-row .head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170%;
}

.f-shopList .body {
  overflow: hidden;
}

.f-shopList .readTxt {
  padding: 10px;
  background-color: #afafaf;
  color: #fff;
}

.f-shopList .body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 10px 10px;
}

.f-shopList .imgList {
  overflow: hidden;
  width: 250px;
  height: 250px;
}

.f-shopList .info {
  width: calc(100% - 260px);
}

.f-shopList .info-commentFrame {
  height: 144px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
}

.f-shopList .info-comment {
  line-height: 1.53;
  font-size: 14px;
  color: #ede8d0;
}

.f-shopList .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.f-shopList .info-item {
  position: relative;
  margin-top: 6px;
  font-size: 14px;
  margin-right: 20px;
  height: 16px;
}

.f-shopList .info-item-icon {
  vertical-align: bottom;
  margin-right: 5px;
}

.f-shopList .openHourList li {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 0 5px;
  margin-right: 5px;
  height: 18px;
  position: relative;
  top: 5px;
}

.f-shopList .openHourList {
  justify-content: right;
  font-size: 12px;
  margin-bottom: 10px;
}

.f-shopList .openHourList li:nth-child(1) {
  background: #ff9c86;
  color: #111;
}

.f-shopList .openHourList li:nth-child(2) {
  background: #82c5ff;
  color: #111;
}

.f-shopList .openHourList li:nth-child(3) {
  background: #432dbb;
  color: #111;
}

.f-shopList .openHourList li.disabled {
  background: #ccc;
  color: #979797;
}

.f-shopList .openHourList .openHour {
  background: none;
  font-weight: bold;
  font-size: 20px;
}

.f-shopList .coupon {
  padding: 0 5px;
  height: 58px;
  border-radius: 3px;
  border: solid 3px var(--color-gold);
  font-weight: bold;
  height: 70px;
  overflow: hidden;
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 5px;
}

.f-shopList .info-comment-title {
  font-weight: bold;
}

.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);
}

/* shop 女の子 */

div.gals_list {
  background-repeat: repeat;
  background-image: url(./img/base/frame_bg.jpg);
  margin: 15px auto;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.gals_list > section {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px auto;
}

div.gals_list > section > div {
  width: 260px;
  display: inline-block;
  background-size: auto 100%;
  background-repeat: repeat;
}

.model_image {
  z-index: 100;
  position: relative;
  background-repeat: repeat;
  overflow: hidden;
  margin: 0 20px;
  height: 260px;
}

.gal_type {
  height: 50px;
}

.l_gal_rank {
  width: 45%;
  display: inline-block;
  margin: 10px 0 5px 0;
  float: left;
}

.r_gal_rank {
  width: 45%;
  display: inline-block;
  margin: 10px 0 5px 0;
  float: right;
}

.model_image img {
  width: auto;
  margin: 0px;
  padding: 0px;
}

div.gals_list div .girls_name {
  z-index: 1000;
  width: calc(100% - 40px);
  height: 53px;
  margin: 0px auto 10px auto;
  text-align: center;
  background-color: #29282e !important;
  color: #ffffff !important;
  padding: 5px;
}

.model_name {
  display: inline-block;
  color: #d5c882;
}

div.gals_list div .girls_name span {
  font-size: 12px;
  display: block;
  padding-top: 3px;
  text-align: center;
}

div.gals_list div p.time1 {
  width: calc(100% - 40px);
  font-size: 14px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  margin: auto;
  color: #fff !important;
  border: 2px solid #d80001;
  line-height: 25px;
  background-color: #d80001;
  /* background: url(../img/page_parts/time1.png) top left no-repeat,#fff; */
  background-size: auto 100%;
}

div.gals_list div p.time2 {
  width: calc(100% - 40px);
  font-size: 14px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  margin: auto;
  background-color: #ffff00;
  color: #000 !important;
  line-height: 25px;
}

div.gals_list div p.time3 {
  width: calc(100% - 40px);
  font-size: 14px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  margin: auto;
  color: #000 !important;
  background-color: #fff;
  margin-bottom: 30px;
  line-height: 25px;
}

/* index news */
#wadainews {
  border: 1px solid #696767;
  box-sizing: border-box;
  background-color: #f9f9f90f;
}

#wadainews .def_p {
overflow: hidden;
}

.def_p {
padding: 10px 10px 10px 10px;
}

#wadainews .FlexBox {
margin-bottom: 10px;
}

#wadainews .def_p .FlexBox a .FlexBox__item {
width: 80px;
max-height: 80px;
float: left;
margin-right: 5px;
overflow: hidden;
}

#wadainews .def_p .FlexBox a .FlexBox__item2 {
float: left;
width: 80%;
}

#wadainews .def_p .FlexBox a .FlexBox__item img {
width: 100%;
}

#wadainews .def_p .FlexBox a .FlexBox__item2 p.newstitle {
font-weight: bold;
font-size: 20px;
color: #fff;
}

#wadainews .def_p .FlexBox a .FlexBox__item2 p.newstext {
color: #777;
font-size: 15px;
margin-top: 5px;
}