@charset "utf-8";
main {
  width: 100%;
  margin: 0 auto;
}

.mainVisual {
  margin: 0 auto 130px;
}
/*メインビジュアル*/
.under_main_pc {
  background: url(../shop/img/main.png) center center / cover no-repeat;
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 100px;
}
.main_image_pc img {
  width: 100%;
  height: 300px;
}
.catch {
  position: absolute;
  text-align: center;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.img_pc {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}

.img_sp {
  display: none;
}

.inner {
  padding: 0 25px;
  margin: 0 auto;
  max-width: 980px;
}

.shop_area ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.shop_area ul li {
  width: 40%;
  text-align: center;
  margin-bottom: 100px;
}

.shop_title {
  margin-bottom: 20px;
}

.shop_title h1 {
  margin-bottom: 5px;
  font-size: 24px;
  letter-spacing: 0.12em;
  /* font-family: 'Kozuka Gothic Pr6N', '小塚ゴシック Pr6N', sans-serif; */
}

.shop_title small {
  font-size: 11px;
  letter-spacing: 0.12em;
  /* font-family: 'Kozuka Gothic Pr6N', '小塚ゴシック Pr6N', sans-serif; */
}

.shop_content img {
  max-width: 82%;
  text-align: center;
}

.shop_content .txt {
  display: inline-block;
  max-width: 272px;
  text-align: center;
  margin: 37px auto;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  word-break: break-word;
  height: 70px;
}

.btn p a {
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", sans-serif;
}

.btnarrow {
  position: relative;
  display: inline-block;
  padding: 0 57px;
  color: #b61f26;
  text-decoration: none;
  outline: none;
  padding: 0.5em 5em 0.5em 0;
}

.btnarrow::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 16%;
  width: 59%;
  height: 1px;
  background: #b61f26;
  transition: all 0.4s;
  border-radius: 30px;
}

.btnarrow::after {
  content: "";
  position: absolute;
  bottom: 11.5px;
  right: 22px;
  width: 15px;
  height: 1px;
  background: #b61f26;
  transform: rotate(35deg);
  transition: all 0.4s;
  border-radius: 30px;
}

.btnarrow:hover::before {
  left: 30%;
}

.btnarrow:hover::after {
  right: 10%;
}
.btn:hover .btnarrow::before {
  left: 30%;
}
.btn:hover .btnarrow::after {
  right: 10%;
}
@media screen and (min-width: 769px) {
  .btn p a {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  /*main {
        margin-top: 80px;
    }*/
  .img_pc {
    display: none;
  }
  .img_sp {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
  .inner {
    padding: 0 12px;
  }
  .shop_area ul {
    justify-content: space-around;
  }
  .shop_area ul li {
    width: 48%;
    margin-bottom: 70px;
  }
  .shop_title h1 {
    font-size: 1.3rem;
  }
  .shop_title small {
    font-size: 1rem;
  }
  .shop_content img {
    max-width: 83%;
  }
  .shop_content .txt {
    font-size: 0.9rem;
    max-width: 173px;
  }
  .br_sp {
    display: none;
  }
  .btn p a {
    font-size: 1rem;
  }
  .btnarrow {
    position: relative;
    display: inline-block;
    padding: 0 57px;
    color: #b61f26;
    text-decoration: none;
    outline: none;
    padding: 0.5em 5em 0.5em 0;
  }
  .btnarrow::after {
    right: 19px;
  }
  .btnarrow:hover::before {
    left: 30%;
  }
  .btnarrow:hover::after {
    right: 10%;
  }
  .btn:hover .btnarrow::before {
    left: 30%;
  }
  .btn:hover .btnarrow::after {
    right: 10%;
  }
}

@media screen and (max-width: 480px) {
  .img_pc {
    display: none;
  }
  .img_sp {
    display: block;
  }
  .shop_area ul {
    display: block;
  }
  .shop_area ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .shop_title {
    margin-bottom: 25px;
  }
  .shop_title h1 {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }
  .shop_title small {
    font-size: 0.75rem;
  }
  .shop_content {
    margin-bottom: 77px;
  }
  .shop_content .txt {
    font-size: 0.9rem;
    max-width: 275px;
    margin: 34px 0;
  }
  .br_sp {
    display: block;
  }
}
