@charset "UTF-8";
.detail__catch {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (min-width: 720px) {
  .detail__catch {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}

.cbs-ice .what {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.cbs-ice .what__btn {
  max-width: 255px;
  width: 100%;
  line-height: 50px;
  border-radius: 25px;
  background-color: #a57727;
  color: #fff;
  position: relative;
}
.cbs-ice .what__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: #ffffff 1px solid;
  border-top: #ffffff 1px solid;
}
@media screen and (min-width: 720px) {
  .cbs-ice .what__btn::after {
    width: 10px;
    height: 10px;
    right: 24px;
  }
}
@media screen and (min-width: 720px) {
  .cbs-ice .what__btn {
    max-width: 480px;
    line-height: 58px;
    border-radius: 29px;
  }
}
.cbs-ice .what__accordion {
  width: 100%;
}
.cbs-ice .what__accordion__btn {
  display: flex;
  align-items: center;
  width: 100%;
}
.cbs-ice .what__accordion__btn::before, .cbs-ice .what__accordion__btn::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: #402e2a;
  opacity: 0.5;
}
.cbs-ice .what__accordion__btn button::after {
  content: "▼";
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
@media screen and (min-width: 720px) {
  .cbs-ice .what__accordion__btn button::after {
    top: -3px;
  }
}
.cbs-ice .what__accordion__btn button.is-active::after {
  transform: rotate(180deg);
}
.cbs-ice .detail-content {
  max-width: 960px;
  margin: 0 auto;
}
.cbs-ice .reservation {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(64, 46, 42, 0.5);
  border-bottom: 1px solid rgba(64, 46, 42, 0.5);
}
.cbs-ice .reservation__flex {
  width: 100%;
  max-width: 296px;
}
@media screen and (min-width: 720px) {
  .cbs-ice .reservation__flex {
    display: flex;
    max-width: inherit;
  }
}
@media screen and (min-width: 720px) {
  .cbs-ice .reservation__content {
    width: 50%;
  }
}
.cbs-ice .reservation__title {
  font-size: 16px;
  color: #a57727;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 720px) {
  .cbs-ice .reservation__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.cbs-ice .reservation__list {
  display: flex;
}
.cbs-ice .reservation__list__title {
  width: 80px;
  line-height: 21px;
  font-size: 12px;
  color: #fff;
  background-color: #2c2422;
  margin-right: 10px;
}
@media screen and (min-width: 720px) {
  .cbs-ice .reservation__list__title {
    width: 110px;
    line-height: 24px;
    font-size: 16px;
    margin-right: 12px;
  }
}
.cbs-ice .reservation__list__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 90px);
}
.cbs-ice .reservation__list__date__time {
  font-size: 10px;
  line-height: 1;
}
@media screen and (min-width: 720px) {
  .cbs-ice .reservation__list__date__time {
    font-size: 14px;
  }
}
.cbs-ice .reservation__list__date__time span {
  font-size: 14px;
}
@media screen and (min-width: 720px) {
  .cbs-ice .reservation__list__date__time span {
    font-size: 20px;
  }
}
.cbs-ice .reservation__list__date__line {
  width: 5%;
  height: 1px;
  background-color: #2c2422;
}
@media screen and (min-width: 720px) {
  .cbs-ice .max-w480px {
    max-width: 480px;
  }
}
@media screen and (min-width: 720px) {
  .cbs-ice .gift-recommend__round {
    max-width: 560px;
    width: 100%;
    min-height: 240px;
  }
}
@media screen and (min-width: 720px) {
  .cbs-ice .gift-recommend__img {
    max-width: 210px;
  }
}
@media screen and (min-width: 720px) {
  .cbs-ice .gift-recommend__text {
    max-width: 200px;
  }
}
.cbs-ice .toggle-box__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}
.cbs-ice .toggle-box__content.is-open {
  max-height: 1000px;
}/*# sourceMappingURL=style.css.map */