#popup_howToEat,
#popup_stepPoint {
  min-width: 780px;
  overflow-x: hidden;
}

#popup_manageScheduleGuide {
  overflow: overlay;
  max-height: 100%;
}

.fb__popup-common {
  padding: 40px;
}

.fb__popup-common__header {
  padding-bottom: 16px;
  border-bottom: 1px solid #111;
  text-align: center;
}

.fb__popup-common__header .header__title {
  color: #111;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}

.fb__how-to-eat .how-to-eat__content {
  padding-top: 40px;
}

.fb__how-to-eat .how-to-eat__box:not(:first-of-type) {
  margin-top: 50px;
}

.fb__how-to-eat .how-to-eat__box__title {
  padding-bottom: 12px;
  color: #111;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
}

.fb__manage-schedule-guide {
  width: 1060px;
  margin: 0 auto;
  box-sizing: content-box;
}

.fb__manage-schedule-guide__content {
  padding-top: 30px;
}

.fb__manage-schedule-guide__top {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding: 20px 90px 20px 50px;
  background: #effaed;
  border-radius: 8px;
  font-size: 0;
}

.fb__manage-schedule-guide__top .top__comment .comment__list {
  display: flex;
  gap: 40px;
}

.fb__manage-schedule-guide__top .top__comment .comment__item__top {
  margin-bottom: 8px;
}

.fb__manage-schedule-guide__top .top__comment .comment__number {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #36ab36;
  font-weight: 700;
  font-size: 15px;
  line-height: 29px;
}

.fb__manage-schedule-guide__top .top__comment .comment__guide {
  color: #111;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
}

.fb__manage-schedule-guide__top .top__comment .comment__guide em {
  color: #fc5f47;
  font-weight: 800;
}

.fb__manage-schedule-guide__top .top__tip {
  position: relative;
  margin-left: 48px;
}

.fb__manage-schedule-guide__top .top__tip__img {
  position: absolute;
  bottom: -40px;
  right: -60px;
  width: 95px;
  font-size: 0;
}

.fb__manage-schedule-guide__top .top__tip__img img {
  width: 100%;
  height: auto;
}

.fb__manage-schedule-guide__top .top__tip__text {
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 19px;
  box-shadow: 0 3px 10px 0 #ceecc8;
  color: #666;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.46;
}

.fb__manage-schedule-guide__tab .common-tab {
  margin-bottom: 40px;
}

.fb__manage-schedule-guide__tab .tab__content {
  display: none;
}

.fb__manage-schedule-guide__tab .tab__content.active {
  display: block;
}

.fb__manage-schedule-guide__tab .tab__content__box {
  font-size: 0;
}

.fb__manage-schedule-guide__tab .tab__content__box:not(:first-of-type) {
  margin-top: 50px;
}

.fb__manage-schedule-guide__guide {
  display: flex;
  align-items: stretch;
  gap: 37px;
}

.fb__manage-schedule-guide__guide .guide__img {
  width: 100%;
}

.fb__manage-schedule-guide__guide .guide__img img {
  width: 100%;
  height: auto;
}

.fb__manage-schedule-guide__guide .guide__info {
  width: 380px;
  flex-shrink: 0;
  padding: 30px 20px;
  background: #f8f8f8;
}

.fb__manage-schedule-guide__guide .guide__header {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.fb__manage-schedule-guide__guide .guide__title {
  color: #111;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
}

.fb__manage-schedule-guide__guide .guide__top {
  margin-bottom: 20px;
  color: #111;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
}

.fb__manage-schedule-guide__guide .guide__top em {
  color: #fc5f47;
  font-weight: 700;
}

.fb__manage-schedule-guide__guide .guide__bottom {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #ddd;
}

.fb__manage-schedule-guide__guide .guide__list {
  counter-reset: num;
}

.fb__manage-schedule-guide__guide .guide__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  counter-increment: num;
}

.fb__manage-schedule-guide__guide .guide__item__inner {
  width: 100%;
}

.fb__manage-schedule-guide__guide .guide__item:before {
  content: counter(num);
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #fc5f47;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.fb__manage-schedule-guide__guide .guide__item:not(:first-of-type) {
  margin-top: 16px;
}

.fb__manage-schedule-guide__guide .guide__text {
  color: #111;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
}

.fb__manage-schedule-guide__guide .guide__text + .guide__sub-list {
  margin-top: 12px;
}

.fb__manage-schedule-guide__guide .guide__sub-item {
  padding-left: 10px;
  text-indent: -10px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.fb__manage-schedule-guide__guide .guide__sub-item:not(:first-of-type) {
  margin-top: 12px;
}


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