.unit {
  margin: 0 2.7vw 25px;
}
.unit_img {
  margin-bottom: 20px;
  display: block;
}
.unit_google {
  display: none;
}
.unit_ttl {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.unit_detail {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.pageLink {
  margin-bottom: 50px;
}
.attention_info {
  text-align: left;
  border: 1px solid #000;
  padding: 30px;
  max-width: 800px;
  width: 100%;
  margin: 50px auto 50px;
}
.attention_info p {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.btn-sp_showroon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  margin: 0 2.7vw 25px;
}
.btn-sp_showroon li {
  border: 1px solid #000;
  width: 46%;
}
.btn-sp_showroon a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 8px 0;
}

.btn-list {
  text-align: center;
  margin: 0 2.7vw 25px;
}
.btn-list a {
  color: #000;
  font-size: 1.2rem;
  display: block;
  padding: 9px 0;
  text-decoration: none;
  border: 1px solid #000;
}
.box {
  max-width: 800px;
  margin: 0 auto 50px;
}
.box .main-catch {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.box .catch {
  font-size: 14px;
}
.movie {
  margin-top: 50px;
  margin-bottom: 50px;
}
.insta-thumb {
  margin-bottom: 15px;
}
.insta-thumb img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .unit {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 45px;
  }
  .unit_left {
    padding: 0 4.5%;
    width: 61%;
  }
  .unit_right {
    width: 40%;
  }
  .unit_google {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
  .unit_google iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .unit_ttl {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 18px;
  }
  .unit_detail {
    font-size: 1.4rem;
    line-height: 2.5;
    margin-bottom: 45px;
  }

  .pageLink {
    margin-bottom: 100px;
  }

  .btn-sp_showroon {
    display: none;
  }

  .btn-list a {
    font-size: 1.8rem;
    padding: 22px 84px;
    display: inline-block;
    transition: 0.3s;
    width: 550px;
  }
  .btn-list a:hover {
    background: #000;
    color: #fff;
  }
  .attention_info ul {
    text-align: center;
  }
  .box {
    max-width: 800px;
    margin: 0 auto 50px;
  }
  .box .main-catch {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
}

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