@charset "UTF-8";
/* ---------------------------------------- */
/* トップ */
/* ---------------------------------------- */
body {
  position: relative;
}

body.Comingsoon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  z-index: 10000;
}

body.Comingsoon:after {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  content: "";
  background: url(../img/coming_soon.png) no-repeat center top;
  background-size: contain;
  width: 90%;
  max-width: 900px;
  height: 50%;
  max-height: 450px;
  margin: 0 auto;
  z-index: 10010;
}

.pcNone {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.spNone {
  display: block;
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.newsConte {
  margin: 42px auto 0;
}

.newsConte .btn01 {
  margin: 40px auto 0;
}

.featureArea {
  margin: 70px auto 0;
}

.featureConte {
  text-align: center;
}

.featureLk {
  position: relative;
  display: block;
}

.featureLk:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.featureLk:hover:after {
  opacity: 1;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.rankArea {
  margin: 80px auto 0;
}

.rankConte {
  margin: 23px auto 0;
}

.introArea {
  margin: 80px auto 0;
}

.introConte {
  margin: 42px auto 0;
}

.introConte .c-card-3 {
  margin: 0 14px 0 0;
}

.introConte .c-card-3:nth-of-type(n + 4) {
  margin: 0 14px 0 0;
}

.introConte .slide-arrow {
  position: absolute;
  z-index: 9;
  top: 41%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 60px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media screen and (max-width: 1800px) {
  .introConte .slide-arrow {
    max-width: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .introConte .slide-arrow {
    max-width: 30px;
  }
}

.introConte .slide-arrow:hover {
  opacity: .75;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media screen and (max-width: 768px) {
  .introConte .slide-arrow {
    top: 38%;
  }
}

@media screen and (max-width: 414px) {
  .introConte .slide-arrow {
    top: 35%;
  }
}

.introConte .slide-arrow.prev-arrow {
  left: -20px;
}

@media screen and (max-width: 1024px) {
  .introConte .slide-arrow.prev-arrow {
    left: -14px;
  }
}

.introConte .slide-arrow.next-arrow {
  right: -8px;
}

@media screen and (max-width: 1024px) {
  .introConte .slide-arrow.next-arrow {
    right: 0px;
  }
}

.introConteSlide {
  width: calc(100% + 14px);
}

/* リリース時の記述 */
.openingBnrBx01 {
  margin: 25px auto 0;
}

.openingBnrBx01 .openingBnrLk01:hover img {
  opacity: .8;
}

.comingSoonNewsArea {
  margin: 80px auto 0;
}

.comingIntroArea {
  margin: 0 auto;
}

.indexShopComingSoon {
  margin: 80px auto 0;
}

.indexShopComingSoon .indexShopComingSoonConte {
  margin: 23px auto 0;
}

.shopArt {
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  padding: 45px 34px;
  background: #FFF;
}

.shopArt:nth-of-type(n + 2) {
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) {
  .shopArt {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 576px) {
  .shopArt {
    padding: 20px 15px;
  }
}

.shopRow01 {
  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;
}

.shopDet {
  margin: 0 0 0 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1200px) {
  .shopDet {
    margin: 0 0 0 15px;
  }
}

@media screen and (max-width: 576px) {
  .shopDet {
    margin: 10px 0 0;
  }
}

.noPublishShop .shopDet {
  margin: 0;
}

.shopDetArea {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #303030;
}

@media screen and (max-width: 576px) {
  .shopDetArea {
    font-size: 12px;
  }
}

.shopDetTags {
  margin: 3px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
}

.shopDetTags span {
  margin: 0 8px 0 0;
  color: #6B6B6B;
}

@media screen and (max-width: 576px) {
  .shopDetTags span {
    font-size: 10px;
  }
}

.shopDetName {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: #303030;
}

@media screen and (max-width: 576px) {
  .shopDetName {
    font-size: 16px;
  }
}

.shopDetName .shopDetNameLk {
  color: #0064C8;
}

.shopDetName .shopDetNameLk:hover {
  text-decoration: underline;
}

.shopDetName .shopDetNameLk:visited {
  color: #8043e2;
}

.shopDetInfo {
  margin: 16px auto 0;
}

@media screen and (max-width: 576px) {
  .shopDetInfo {
    margin: 10px auto 0;
  }
}

.shopDetInfoTxt {
  padding: 0 0 0 21px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .shopDetInfoTxt {
    font-size: 12px;
  }
}

.shopDetInfoTxt:nth-of-type(n + 2) {
  margin: 4px auto 0;
}

.shopDetInfoTxt.shopDetInfoTxt-access {
  background-image: url(../img/icon_train.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-clock {
  background-image: url(../img/icon_clock.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-yen {
  background-image: url(../img/icon_yen.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-sheet {
  background-image: url(../img/icon_chair.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-address {
  background-image: url(../img/icon_address.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-tel {
  background-image: url(../img/icon_shop_tel.svg);
}
/*# sourceMappingURL=index.css.map */