.under_mv {
  background: url("../images/mv_shop.jpg") center center/cover;
}
.under_mv h1 {
  padding: 115px 0;
}
@media all and (max-width: 767px) {
  .under_mv {
    background: url("../images/mv_shop_sp.jpg") center center/cover;
  }
  .under_mv h1 {
    padding: 47px 0;
  }
}

.shop1 {
  max-width: 780px;
  margin: 0 auto;
}
.shop1 .lead {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}
@media all and (max-width: 767px) {
  .shop1 .lead {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}

.btn_c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
  max-width: 665px;
  margin: 40px auto 0 auto;
}
.btn_c2 a {
  max-width: 300px;
  display: block;
  color: white;
  background: #0994D4;
  border: 2px solid #0994D4;
  text-decoration: none;
  border-radius: 100px;
  padding: 12.5px 10px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.btn_c2 a:hover {
  background: white;
  color: #0994D4;
}
@media all and (max-width: 767px) {
  .btn_c2 {
    grid-template-columns: 1fr;
    gap: 16px 0;
    margin: 20px auto 0 auto;
  }
  .btn_c2 a {
    width: 100%;
    max-width: 87%;
    margin: 0 auto;
    padding: 12.5px 10px;
  }
}

.shop2 {
  margin: 60px 0 0 0;
}
.shop2 .lead2 {
  display: grid;
  grid-template-columns: 74% 26%;
}
.shop2 .sj {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-right: 20px;
}
.shop2 .sj .bx {
  border: 2px solid #6795BB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 71px;
}
.shop2 .sj .bx .in {
  color: #6795BB;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}
.shop2 .txt {
  margin: 30px 0 0 0;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .shop2 {
    margin: 40px 0 0 0;
  }
  .shop2 .lead2 {
    grid-template-columns: 1fr;
    position: relative;
  }
  .shop2 .conts {
    order: 2;
  }
  .shop2 .img {
    position: absolute;
    width: 99px;
    right: 30px;
    bottom: 210px;
    order: 1;
    margin: 0 auto 20px auto;
  }
  .shop2 .sj {
    padding-right: 0;
  }
  .shop2 .sj .bx {
    padding: 0 10px;
    height: 79px;
  }
  .shop2 .sj .bx .in {
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .shop2 .txt {
    font-size: 1.4rem;
    line-height: 1.45;
    margin: 70px 0 0 0;
    white-space: unset;
  }
}

.stores {
  margin: 180px 0 0 0;
  position: relative;
}
.stores:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #E6F4F1;
}
.stores .mapw {
  overflow: hidden;
  height: 350px;
}
.stores .maps {
  position: relative;
  width: 100%;
  margin-top: -150px;
  margin-left: -3px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
}
.stores .maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stores .infos {
  margin: 60px 0 0 0;
  padding-left: 20px;
  box-sizing: border-box;
  max-width: 520px;
  position: relative;
}
.stores .name {
  color: #3A4856;
  font-size: 2rem;
  font-weight: bold;
}
.stores .inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 49% 51%;
  max-width: 1160px;
}
.stores .tree {
  position: absolute;
  right: 30px;
  top: -60px;
  width: 100px;
  height: auto;
}
.stores .add {
  padding-left: 45px;
  background: url("../images/ic_map.png") center left no-repeat;
  background-size: 30px auto;
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.4;
}
.stores .times {
  padding-left: 45px;
  font-size: 1.4rem;
  background: url("../images/ic_time.png") center left no-repeat;
  background-size: 30px auto;
  margin-top: 15px;
  line-height: 1.4;
}
.stores .btn2 {
  margin-top: 20px;
}
.stores .btn2 a {
  display: block;
  width: 300px;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 11px 10px;
  border: 1px solid #6795BB;
  background: url("../images/tri_w.png") center right 20px no-repeat, #6795BB;
  background-size: 12px auto;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.stores .btn2 a:hover {
  background: url("../images/tri_w_bl.png") center right 20px no-repeat;
  color: #6795BB;
  background-size: 12px auto;
}
@media all and (max-width: 1300px) {
  .stores .tree {
    right: -20px;
    top: -121px;
  }
}
@media all and (max-width: 1120px) {
  .stores .tree {
    top: -90px;
    width: 70px;
  }
}
@media all and (max-width: 767px) {
  .stores {
    margin: 60px 0 0 0;
  }
  .stores:before {
    top: 40px;
  }
  .stores .mapw {
    height: 250px;
  }
  .stores .maps {
    height: 580px;
  }
  .stores .infos {
    margin: 10px 0 0 0;
    padding-left: 0;
  }
  .stores .name {
    font-size: 2rem;
    line-height: 1.3;
  }
  .stores .inner {
    grid-template-columns: 1fr;
  }
  .stores .btn2 {
    margin-top: 20px;
  }
  .stores .btn2 a {
    display: block;
    width: 300px;
    margin: 10px auto 0 auto;
  }
  .stores .tree {
    display: none;
  }
}

.shop3 {
  margin: 140px 0 0 0;
}
.shop3 img {
  width: 100%;
}
.shop3 .txt {
  text-align: center;
  margin: 16px 0 0 0;
}
.shop3 .arw {
  width: 36px;
  height: auto;
  margin: 20px auto;
}
.shop3 .arw img {
  width: 100%;
}
.shop3 .ttl_bx1 {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .shop3 {
    margin: 70px 0 0 0;
  }
  .shop3 .txt {
    font-size: 1.4rem;
    line-height: 1.45;
    margin: 10px 0 0 0;
  }
  .shop3 .arw {
    width: 24px;
    margin: 15px auto;
  }
  .shop3 .ttl_bx1 {
    margin-bottom: 20px;
  }
}

.btn_calen {
  text-decoration: underline;
  cursor: pointer;
}

/*# sourceMappingURL=shop.css.map */
