section {
  background: #ECECEC;
}
section .read {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section .read {
    font-size: 14px;
    text-align: left;
  }
}
section .recommended {
  position: relative;
  margin-top: 70px;
  background: #B19C8A;
}
section .recommended.highly_recommended {
  background: #BC9542;
  padding: 0 10px 10px;
}
@media screen and (max-width: 767px) {
  section .recommended.highly_recommended {
    padding: 0 3px 3px;
  }
}
section .recommended.highly_recommended .category_title {
  padding-left: 212px;
}
@media screen and (max-width: 767px) {
  section .recommended.highly_recommended .category_title {
    padding-left: 90px;
  }
}
section .recommended.highly_recommended .recommended_shop {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  section .recommended.highly_recommended .recommended_shop {
    padding: 28px 7px;
  }
}
section .recommended.highly_recommended .recommended_shop .shop_name {
  padding-left: 172px;
  font-size: 35px;
  font-size: clamp(20px, 3.41131vw, 35px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section .recommended.highly_recommended .recommended_shop .shop_name {
    padding-left: 0;
  }
}
section .recommended.highly_recommended .recommended_shop .shop_features {
  grid-template-columns: 1fr 346px;
}
section .recommended.highly_recommended .recommended_shop .shop_features .features_area .recommended_list .is_recommended {
  background: #2761B7;
  grid-template-columns: 170px 121px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
section .recommended.highly_recommended .recommended_shop .shop_features .features_area .recommended_list .is_recommended {
  grid-template-columns: 50% 50%;
  padding-right: 5%;
}
}
section .recommended .badge {
  aspect-ratio: 366/368;
  position: absolute;
  top: -36px;
  left: 22px;
  width: 183px;
}
@media screen and (max-width: 767px) {
  section .recommended .badge {
    width: 96px;
    left: 0;
    top: -28px;
  }
}
section .recommended .category_title {
  font-size: clamp(20px, 2.43665vw, 25px);
  font-weight: 700;
  color: #FFF;
  display: flex;
  align-items: center;
  height: 70px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  section .recommended .category_title {
    height: 50px;
  }
}
section .recommended .recommended_shop {
  background: #FFF;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  section .recommended .recommended_shop {
    padding: 28px 7px;
  }
}
section .recommended .recommended_shop .shop_name {
  font-size: clamp(20px, 3.41131vw, 35px);
  font-weight: 700;
}
section .recommended .recommended_shop .shop_features {
  display: grid;
  grid-template-columns: 1fr 426px;
  margin-top: 50px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section .recommended .recommended_shop .shop_features {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
section .recommended .recommended_shop .shop_features .img_area .shop_img {
  width: 100%;
  display: grid;
}
section .recommended .recommended_shop .shop_features .img_area .shop_img .img {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  opacity: 0;
  transition: all .3s;
}
section .recommended .recommended_shop .shop_features .img_area .shop_img .img:nth-of-type(1) {
  z-index: 1;
}
section .recommended .recommended_shop .shop_features .img_area .shop_img .img.active {
  z-index: 2;
  opacity: 1;
}
section .recommended .recommended_shop .shop_features .img_area .shop_img .img img {
  aspect-ratio: 550/370;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .recommended .recommended_shop .shop_features .img_area .thumbnail_list {
  display: flex;
  gap: 7px;
  margin-top: 31px;
  width: fit-content;
  justify-content: center;
  margin-inline: auto;
}
section .recommended .recommended_shop .shop_features .img_area .thumbnail_list .img {
  width: 12px;
  height: 12px;
  background: #DFDFDF;
  border-radius: 100%;
}
section .recommended .recommended_shop .shop_features .img_area .thumbnail_list .img.active {
  background: #2861B7;
}
section .recommended .recommended_shop .shop_features .img_area .thumbnail_list img {
  width: 12px;
  height: 12px;
  opacity: 0;
}
section .recommended .recommended_shop .shop_features .features_area .recommended_list {
  background: #F3F3F3;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 10px;
}
section .recommended .recommended_shop .shop_features .features_area .recommended_list + * {
  margin-top: 30px;
}
section .recommended .recommended_shop .shop_features .features_area .recommended_list .is_recommended {
  background: #B19C8A;
  border-radius: 5px;
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 121px;
  align-items: center;
  padding-right: 24px;
}
section .recommended .recommended_shop .shop_features .features_area .recommended_list .is_recommended .label {
  font-size: clamp(20px, 2.43665vw, 25px);
  font-weight: 700;
  color: #FFF;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
section .recommended .recommended_shop .shop_features .features_area .recommended_list .is_recommended .label {
  font-size: 6vw;
  padding-left: 5%;
}
}
section .recommended .recommended_shop .shop_features .features_area .recommended_list .add_recommended {
  display: grid;
  grid-template-columns: 170px 121px;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
section .recommended .recommended_shop .shop_features .features_area .recommended_list .add_recommended{
    grid-template-columns: 50% 50%;
}
}
@media screen and (max-width: 768px) {
  section .recommended .recommended_shop .shop_features .features_area .recommended_list .add_recommended .label {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  section .recommended .recommended_shop .shop_features .features_area .recommended_list .add_recommended .label {
    font-size: 15px;
  }
}

section .recommended .recommended_shop .shop_features .features_area .recommended_list .add_recommended + .add_recommended {
  margin-top: 10px;
}
section .recommended .recommended_shop .features_list_area {
  margin-top: 40px;
}
section .recommended .recommended_shop .features_list_area .features_title {
  font-size: clamp(18px, 1.94932vw, 20px);
  font-weight: 700;
  border-bottom: 2px solid #DFDFDF;
  padding-bottom: 15px;
  position: relative;
}
section .recommended .recommended_shop .features_list_area .features_title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #2861B7;
}
section .recommended .recommended_shop .features_list_area .features_list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section .recommended .recommended_shop .features_list_area .features_list .list {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
  padding-left: 12px;
  padding-bottom: 10px;
}
section .recommended .recommended_shop .features_list_area .features_list .list::before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #222;
  border-radius: 100%;
}
section .recommended .recommended_shop .shop_info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section .recommended .recommended_shop .shop_info {
    display: flex;
    flex-direction: column;
  }
}
section .recommended .recommended_shop .shop_info .map {
  width: 100%;
  position: relative;
}
section .recommended .recommended_shop .shop_info .map iframe {
  width: 100% !important;
  height: 300px !important;
}
section .recommended .recommended_shop .information_list_area .information_title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #DFDFDF;
  padding-bottom: 15px;
  position: relative;
}
section .recommended .recommended_shop .information_list_area .information_title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #2861B7;
}
section .recommended .recommended_shop .information_list_area .information_list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section .recommended .recommended_shop .information_list_area .information_list .list {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: 143px 1fr;
  align-items: center;
}
section .recommended .recommended_shop .information_list_area .information_list .list .info,
section .recommended .recommended_shop .information_list_area .information_list .list .label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
section .recommended .recommended_shop .shop_link_wrap {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 60px;
  margin-inline: auto;
}
section .recommended .recommended_shop .shop_link_wrap:after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 100%;
  height: inherit;
  background: #000;
  opacity: .1;
  border-radius: 45px;
}
section .recommended .recommended_shop .shop_link {
  width: 100%;
  max-width: 360px;
  height: 60px;
  margin-inline: auto;
  margin-top: 53px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  background: linear-gradient(to right, #F9AF59 0%, #FF5A98 100%);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
section .recommended .recommended_shop .shop_link:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 26px;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  background: url(../img/page/shop_link_icon.svg) no-repeat left top;
  background-size: cover;
}

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