@charset "utf-8";

/* CSS Information========
Table of Contents:
 * info
 
========================== */

#container {
  margin: 10px auto;
  width: 90%;
}
.tasting-event {
  margin-top: 30px;
}
.tasting-event h4 {
  text-align: center;
  color: #063641;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.tasting-event div {
  margin-bottom: 60px;
}
.tasting-event p {
  margin-top: 20px;
  padding: 0 3%;
}
.tasting-event .chef section {
  margin-bottom: 30px;
}
.tasting-event .chef section:last-child {
  margin-bottom: 0;
}
.tasting-event .chef section dl {
  margin-top: 15px;
  padding: 0 3%;
}
.tasting-event .chef section dl dt {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.tasting-event .course .news_slider {
  line-height: 0;
  height: auto;
}
.tasting-event .course .news_slider .slick-dots {
  bottom: 0;
}
.news_slider img {
  display: block;
  width: 100%;
  height: auto;
}
.slider-img {
  height: auto;
}
.news_slider div {
  margin-bottom: 0;
}
.tasting-event .course dl {
  margin-top: 10px;
  padding: 0 3%;
}
.tasting-event .course dl dt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.tasting-event .detail ul {
  padding: 0 3%;
}
.tasting-event .detail ul li {
  display: flex;
  gap: 2%;
}
.tasting-event .tasting-reserve .btn {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  background-color: #063641;
  border-radius: 5px;
  padding: 15px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
.tasting-event .tasting-reserve .btn span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.tasting-event .tasting-reserve .bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
.tasting-event .tasting-reserve .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.tasting-event .tasting-reserve .btn:hover span {
  color: #063641;
}
.tasting-event .tasting-reserve .tel {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.tasting-event .tasting-reserve .tel a {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .tasting-event {
    margin-top: 50px;
  }
  .tasting-event h4 {
    margin-bottom: 20px;
  }
  .tasting-event p {
    margin-top: 30px;
  }
  .tasting-event div {
    margin-bottom: 60px;
  }
  .tasting-event .chef section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3%;
  }
  .tasting-event .chef section img {
    width: 30%;
  }
  .tasting-event .chef section .news_slider {
    width: 45%;
  }
  .tasting-event .chef section dl {
    margin-top: 0;
    padding: 0;
  }
  .tasting-event .chef section dl dt {
    margin-bottom: 5px;
  }
  .tasting-event .course div {
    margin-bottom: 0;
  }
  .tasting-event .course .news_slider {
    width: 45%;
  }
  .slick-prev,
  .slick-next {
    top: 40%;
  }
  .tasting-event .course section {
    display: flex;
    align-items: flex-start;
    gap: 3%;
  }
  .tasting-event .course dl {
    margin-top: 0;
    padding: 0;
  }
  .tasting-event .tasting-reserve .btn {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #container {
    width: 900px;
    margin: 10px auto 30px;
  }
  .tasting-event .course dl dt {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1440px) {
  #container {
    width: 1000px;
  }
  .tasting-event div {
    margin-bottom: 80px;
  }
  .tasting-event .chef section dl dt {
    margin-bottom: 10px;
  }
  .tasting-event .course dl dt {
    margin-bottom: 10px;
  }
}
