.enShop {
  margin: 130px auto 165px;
}

@media screen and (max-width: 767px) {
  .enShop {
    margin: 60px auto 80px;
  }
}

.enShopTtl {
  text-align: center;
  font-size: 40px;
  line-height: calc(56 / 40);
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .enShopTtl {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .enShopTtl {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.enShopItem + .enShopItem {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .enShopItem + .enShopItem {
    margin-top: 60px;
  }
}

.enShopTopTtl {
  font-size: 40px;
  line-height: calc(56 / 40);
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .enShopTopTtl {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .enShopTopTtl {
    font-size: 22px;
  }
}

.mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 40px;
  }
}

.slideMapCover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.slideMapCover .c-flexBlockInfoImg {
  width: calc(100% - 600px - 40px);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .slideMapCover .c-flexBlockInfoImg {
    width: 100%;
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .slideMapCover .c-flexBlockInfoImg {
    width: 100%;
    margin-bottom: 100px;
  }
}

.shopMap {
  width: 600px;
  height: 400px;
  margin: 60px auto;
}

.shopMap iframe {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1024px) {
  .shopMap {
    width: 100%;
    width: 100%;
    height: 50vw;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .shopMap {
    width: 100%;
    height: 50vw;
    margin-bottom: 20px;
  }
}

.enShopTbl {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.enShopTbl .enShopTblTr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .enShopTbl .enShopTblTr {
    display: block;
  }
}

.enShopTbl .enShopTblTr:last-child .enShopTblTh {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.enShopTbl .enShopTblTr:last-child .enShopTblTd {
  border-bottom: 1px solid rgba(98, 97, 85, 0.2);
}

.enShopTbl .enShopTblTh {
  padding: 30px 10px;
  background-color: rgba(199, 166, 67, 0.1);
  border-top: 1px solid rgba(51, 51, 51, 0.4);
  width: 240px;
}

@media screen and (max-width: 1024px) {
  .enShopTbl .enShopTblTh {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .enShopTbl .enShopTblTh {
    width: 100%;
    padding: 10px 10px;
  }
}

.enShopTbl .enShopTblTd {
  padding: 30px 20px;
  border-top: 1px solid rgba(98, 97, 85, 0.2);
  width: calc(100% - 240px);
}

@media screen and (max-width: 1024px) {
  .enShopTbl .enShopTblTd {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 767px) {
  .enShopTbl .enShopTblTd {
    width: 100%;
    padding: 10px 10px;
  }
}

.enShopTbl .enShopTblTd li {
  position: relative;
  padding-left: 15px;
}

.enShopTbl .enShopTblTd li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c7a643;
}

@media screen and (max-width: 767px) {
  .enShopTbl .enShopTblTd li::before {
    top: 10px;
  }
}

.enShopTbl .enShopTblTd .tblLink {
  text-decoration: underline;
  color: #987200;
}

.enShopTbl .enShopTblTd .tblLink:hover {
  text-decoration: none;
}
/*# sourceMappingURL=shop-en.css.map */