.imgFit {
  width: 100%;
  height: auto;
}

.dn {
  display: none !important
}

@media print,
screen and (min-width: 800px) {
  .dn-pc {
    display: none !important
  }
}

@media print,
screen and (min-width: 800px) {
  .dn-pcTab {
    display: none !important
  }
}

@media only screen and (min-width: 560px) and (max-width: 799px) {
  .dn-pcTab {
    display: none !important
  }
}

@media only screen and (min-width: 560px) and (max-width: 799px) {
  .dn-tab {
    display: none !important
  }
}

@media only screen and (min-width: 560px) and (max-width: 799px) {
  .dn-mobile {
    display: none !important
  }
}

@media only screen and (max-width: 559px) {
  .dn-mobile {
    display: none !important
  }
}

@media only screen and (max-width: 559px) {
  .dn-sp {
    display: none !important
  }
}


.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============ ã‚¹ã‚¿ã‚¤ãƒ«è¿½åŠ åˆ† ============== */

#shop h2.shopWrap__ttl {
  max-width: 474px;
  padding-bottom: 56px;
  margin: 0 auto;
}

.shopWrap__catch {
  padding-bottom: 110px;
}

.shopWrap__catch h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 16px;
}

.shopWrap__catch p {
  letter-spacing: 0.14em;
  line-height: 2.3;
  text-align: center;
}

.shopWrap__inner {
  display: flex;
  justify-content: space-between;
}

.shopWrap__body {
  max-width: 496px;
  width: 100%;
}

.shopWrap__body h3 {
  font-size: 2.1rem;
  font-weight: normal;
  padding: 20px 0;
}

.shopWrap__body p {
  font-size: 1.3rem;
  line-height: 2.3rem;
  margin-bottom: 20px;
}

.shopWrap__imgWrapper {
  margin: 0;
}

.shopWrap__imgWrapper02 {
  display: none;
}

.shopWrap__video .mv video {
  max-width: 100%;
  width: 270px;
}

.shopWrap__access b {
  font-family: sans-serif;
  font-weight: bold;
}

.shopWrap__map {
  margin-top: 30px;
}

.shopWrap__map--innerTxt {
  position: absolute;
  left: 0;
  bottom: 20px;
  background-color: #fff;
  padding: 20px 20px 20px 10px;
}

.shopWrap__map--innerTxt address {
  font-weight: bold;
  font-size: 14px;
}

/* ãƒ¢ãƒã‚¤ãƒ«æ™‚ */
@media screen and (max-width:740px) {
  #shop h2.shopWrap__ttl {
    padding-bottom: 42px;
  }
  .shopWrap.inner {
    padding-top: 80px;
  }
  .shopWrap__inner {
    display: block;
    max-width: 590px;
    margin: 0 auto;
  }
  .shopWrap__catch {
    padding-bottom: 56px;
  }

  .shopWrap__catch p {
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
  }

  .shopWrap__body {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
  }

  .shopWrap__imgWrapper {
    display: none;
  }

  .shopWrap__imgWrapper02 {
    display: block;
    max-width: 410px;
    margin: 20px auto;
  }

  .shopWrap__video {
    text-align: center;
  }

  .shopWrap__map--innerTxt {
    display: none;
  }
}