@charset "UTF-8";
.pc .subHeader__title {
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  line-height: 0.9;
  letter-spacing: inherit;
}
.pc .subHeader__title .desc2 > span {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 1.4;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pcCkboxHeart__group {
  width: 24px;
  height: 24px;
  position: relative;
}
.pcCkboxHeart__group input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pcCkboxHeart__group input[type=checkbox] + label {
  width: 100%;
  height: 100%;
  display: block;
}
.pcCkboxHeart__group input[type=checkbox] + label span.ico {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: url(/static/front/images/ico/ico_like_24_white.svg) no-repeat center/contain;*/
  background: url(/static/front/images/advance/add_on/Icon_good.svg) no-repeat center/contain;
}
.pcCkboxHeart__group input[type=checkbox] + label span.txt {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pcCkboxHeart__group input[type=checkbox]:checked + label span.ico {
  /*background-image: url(/static/front/images/ico/ico_like_24_pink.svg);*/
  background-image: url(/static/front/images/advance/add_on/Icon_good_on.svg);
}
.pcIpt__text__group {
  width: 100%;
  height: 50px;
  position: relative;
}
.pcIpt__text__group input[type=text] {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #000;
  line-height: 1.4;
  letter-spacing: inherit;
  padding: 0 16px;
}
.pcIpt__text__group input[type=text] + label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bbb;
  pointer-events: none;
  border-radius: 4px;
}
.pcIpt__text__group input[type=text] + label span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pcIpt__text__group.is-focused .pcIpt__text__del {
  display: block;
}
.pcIpt__text__del {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(/static/front/images/ico/ico_X_24_warmGrey.svg) no-repeat center/14px;
  display: none;
  right: 10px;
  background-color: #e0e0e0;
  border-radius: 50%;
}
.pcIpt__text__del span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pcIpt__text__sech {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(/static/front/images/ico/ico_X_24_warmGrey.svg) no-repeat center/14px;
  display: block;
  right: 10px;
  background-color: #e0e0e0;
}
.pcIpt__text__sech span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pc .pagination {
  display: flex;
  justify-content: center;
}
.pc .pagination li {
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #404040;
  line-height: 2;
  letter-spacing: inherit;
  border-radius: 4px;
  justify-items: center;
  text-align: center;
}
.pc .pagination li + li {
  margin-left: 4px;
}
.pc .pagination li.active {
  background: #707070;
  color: #fff;
}
.pc .pagination .prev, .pc .pagination .next, .pc .pagination .start, .pc .pagination .end {
  width: 32px;
  height: 32px;
}
.pc .pagination .prev span, .pc .pagination .next span, .pc .pagination .start span, .pc .pagination .end span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pc .pagination .next {
  background: url(/static/front/images/ico/icon_naviArrow_32_gray_1_1.svg) no-repeat center/contain;
}
.pc .pagination .prev {
  background: url(/static/front/images/ico/icon_naviArrow_32_gray_1_2.svg) no-repeat center/contain;
}
.pc .pagination .start {
  background: url(/static/front/images/ico/icon_naviArrow_32_gray_2_2.svg) no-repeat center/contain;
}
.pc .pagination .end {
  background: url(/static/front/images/ico/icon_naviArrow_32_gray_2_1.svg) no-repeat center/contain;
}
.pcPopup__section {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 10000;
}
.pcPopup__section.is-open {
  display: block;
}
.pcPopup__section.is-open.--popup-detail .pcPopup__dim, .pcPopup__section.is-open.--popup-time .pcPopup__dim, .pcPopup__section.is-open.--popup-map .pcPopup__dim, .pcPopup__section.is-open.--popup-big .pcPopup__dim, .pcPopup__section.is-open.--popup-sm .pcPopup__dim {
  opacity: 0.4;
}
.pcPopup__section.is-open.--popup-brief, .pcPopup__section.is-open.--popup-map {
  z-index: 20000;
}
.pcPopup__section.is-open.--popup-detail {
  z-index: 30000;
}
.pcPopup__dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
}
.pcPopup__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  max-height: calc(var(--vh, 1vh) * 100);
  z-index: 1;
}
.pcPopup__container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 40px);
  max-height: 95%;
  background: #fff;
  overflow: hidden;
}
.pcPopup__header__section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.pcPopup__header__title {
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  color: #000;
  line-height: 20px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pcPopup__header__close > button {
  width: 24px;
  height: 24px;
  background: url(/static/front/images/ico/ico_X_24_warmGrey.svg) no-repeat center/contain;
}
.pc .em {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #707070;
  line-height: 1.4;
  letter-spacing: inherit;
  display: block;
  margin: 10px auto 0;
  text-align: center;
}
.pcBtn__default {
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  background: #000;
  padding: 0 20px;
  border-radius: 13px;
  overflow: hidden;
}
.pcBtn__default span.txt {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 20px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pcBtn__default span.ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 4px;
  background: no-repeat center/contain;
}
.pcBtn__default span.ico.--plus {
  background-image: url(/static/front/images/ico/ico_+_20_white.svg);
}
.pcBtn__default span.ico.--plus b {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pcBtn__default:disabled {
  background: #bbb;
}
.pcBtn__default + button {
  margin-left: 10px;
}
.pcBtn__default:not(:only-of-type) + button {
  margin-left: 10px;
}
.pcBtn__default.--sm {
  width: auto;
  height: 35px;
  padding: 0 16px;
  border-radius: 10px;
}
.pcBtn__default.--md {
  width: 155px;
}
.pcBtn__default.--md__gray {
  width: 155px;
  background: #bbb;
}
.pcBtn__default.--lg {
  width: 320px;
}
.pcBtn__tooltip {
  width: 20px;
  height: 20px;
  background: url(/static/front/images/ico/ico_tooltip_20_salmon.svg) no-repeat center/contain;
}
.pcBtn__tooltip span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pcBtn__group {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pcBtn__input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 0 16px;
}
.pcBtn__input > button {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #909090;
  line-height: 1.4;
  letter-spacing: inherit;
  width: 100%;
  height: 48px;
  justify-content: flex-start;
}
.pcBtn__input > button.is-data-ok span {
  color: #404040;
}
.pcCkboxImg__group {
  width: 100%;
  height: 108px;
  position: relative;
}
.pcCkboxImg__group input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pcCkboxImg__group input[type=checkbox] + label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.pcCkboxImg__group input[type=checkbox] + label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.pcCkboxImg__group input[type=checkbox] + label span.name {
  display: flex;
  align-items: center;
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #404040;
  padding: 0 8px;
}
.pcCkboxImg__group input[type=checkbox] + label span.name b {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1.4;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pcCkboxImg__group input[type=checkbox]:checked + label::after {
  width: 24px;
  height: 24px;
  background: url(/static/front/images/ico/ico_check_24_salmon.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
}
.pcStep {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
}
.pcStep > li {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex: 1;
}
.pcStep > li::after {
  position: absolute;
  content: " ";
  height: 1px;
  width: 82px;
  border-top: 1px solid #bbb;
  top: 17px;
  left: 64%;
}
.pcStep > li > span {
  width: 34px;
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  border-radius: 34px;
  border: 1px solid #404040;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 6px 0;
  z-index: 2;
}
.pcStep > li > span + .steptit {
  margin-top: 10px;
}
.pcStep > li.disabled::after {
  border-top: 1px solid #000;
}
.pcStep > li.disabled > span {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1.4;
  letter-spacing: inherit;
  background-color: #000;
  border: 1px solid #000;
}
.pcStep > li.active > span {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1.4;
  letter-spacing: inherit;
  background-color: #ff7062;
  border: 1px solid #ff7062;
}
.pcStep > li.active .steptit {
  color: #ff7062;
  font-weight: 600;
}
.pcStep > li:last-child::after {
  display: none;
}
.pcToggle {
  display: flex;
}
.pcToggle__text {
  font-size: 16pxpx;
  font-weight: 600;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  margin-right: 8px;
}
.pcToggle__group {
  width: 42px;
  height: 24px;
  position: relative;
}
.pcToggle__group input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pcToggle__group input[type=checkbox] + label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #bbb;
  padding: 6px 0;
  border-radius: 12px;
}
.pcToggle__group input[type=checkbox] + label .ico {
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  border-radius: 50%;
  transform: translateX(24px);
  transition: transform 0.3s;
}
.pcToggle__group input[type=checkbox]:checked + label {
  background: #ff7062;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.pcToggle__group input[type=checkbox]:checked + label .ico {
  transform: translateX(6px);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.pc .--popup-brief .pcPopup__container {
  position: relative;
  max-width: 420px;
  height: 472px;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
}
.pc .--popup-brief .pcPopup__brief__img__section {
  width: 100%;
  height: 266px;
  position: relative;
}
.pc .--popup-brief .pcPopup__brief__img__section > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.pc .--popup-brief .pcPopup__brief__img__heart {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.pc .--popup-brief .pcPopup__brief__contents__section {
  padding: 24px;
}
.pc .--popup-brief .pcPopup__brief__contents__title {
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  color: #000;
  line-height: 20px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .--popup-brief .pcPopup__brief__contents__desc {
  margin-top: 16px;
}
.pc .--popup-brief .pcPopup__brief__contents__desc > li {
  display: flex;
  align-items: center;
}
.pc .--popup-brief .pcPopup__brief__contents__desc > li + li {
  margin-top: 8px;
}
.pc .--popup-brief .pcPopup__brief__contents__desc > li p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #909090;
  line-height: 20px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .--popup-brief .pcPopup__brief__contents__desc > li p.desc-tit {
  flex-shrink: 0;
  width: 80px;
}
.pc .--popup-brief .pcPopup__brief__contents__desc > li p.desc-txt {
  color: #404040;
}
.pc .--popup-brief .pcPopup__brief__button__section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 0 50px 24px;
}
.pc .--popup-brief .pcPopup__brief__button__section button {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 20px;
  letter-spacing: inherit;
  height: 50px;
  border-radius: 12px;
}
.pc .--popup-brief .pcPopup__brief__button__section button:only-of-type {
  width: 100%;
  max-width: 155px;
  background: #000;
}
.pc .--popup-brief .pcPopup__brief__button__section button:not(:only-of-type) {
  width: calc((100% - 10px) / 2);
}
.pc .--popup-brief .pcPopup__brief__button__section button:not(:only-of-type):nth-of-type(1) {
  background: #909090;
}
.pc .--popup-brief .pcPopup__brief__button__section button:not(:only-of-type):nth-of-type(2) {
  background: #000;
}
.pc .--popup-brief .pcPopup__brief__button__section button + button {
  margin-left: 10px;
}
.pc .--popup-brief .pcPopup__brief__button__close {
  z-index: 2;
}
.pc .--popup-brief .pcPopup__brief__button__close > button {
  width: 24px;
  height: 24px;
  background: url(/static/front/images/ico/ico_X_24_warmGrey.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
}
.pc .--popup-map .pcPopup__dim {
  animation: opac4 0.3s;
}
.pc .--popup-map .pcPopup__container {
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  max-width: 860px;
  padding: 30px;
}
.pc .--popup-map .pcPopup__map__img__section {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 548px;
}
.pc .--popup-map .pcPopup__map__img__section.--scroll {
  overflow: auto;
}
.pc .--popup-map .pcPopup__map__img__group {
  position: relative;
  width: 100%;
}
.pc .--popup-map .pcPopup__map__contents__section {
  padding: 14px 24px 16px;
}
.pc .--popup-map .pcPopup__map__contents__title {
  display: -webkit-box;
  max-height: 40px;
  font-size: 16px;
  font-weight: 800;
  color: #000;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}
.pc .--popup-map .pcPopup__map__button__section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 0 24px 24px;
}
.pc .--popup-map .pcPopup__map__button__section button {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 20px;
  letter-spacing: inherit;
  max-width: 155px;
  height: 50px;
  background: #000;
  border-radius: 12px;
}
.pc .--popup-big .pcPopup__dim {
  animation: opac4 0.3s;
}
.pc .--popup-big .pcPopup__container {
  width: calc(100% - 40px);
  max-width: 860px;
  padding: 30px;
  border-radius: 30px;
}
.pc .--popup-big .pcPopup__container.--ht {
  height: 631px;
}
.pc .--popup-big .pcPopup__big__contents__section {
  padding: 6px 0 32px;
  overflow-y: auto;
}
.pc .--popup-big .pcPopup__big__contents__section .datepicker__inline__select__group {
  margin-top: 16px;
  width: 100%;
  height: 64px;
  background: #e0e0e0;
  border-radius: 10px;
  padding: 12px 30px;
}
.pc .--popup-big .pcPopup__big__button {
  width: 100%;
  height: 50px;
  max-width: 155px;
  background: #000;
  padding: 0 20px;
  border-radius: 12px;
  margin: 0 auto;
}
.pc .--popup-big .pcPopup__big__button span {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 20px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .--popup-big .pcPopup__big__button__section {
  flex-shrink: 0;
  overflow: hidden;
}
.pc .--popup-big .pcPopup__big__tabTravel__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc .--popup-big .pcPopup__big__tabTravel__section .tabTravel__click__group {
  width: calc(100% - 24px);
}
.pc .--popup-big .pcPopup__big__tabTravel__section .tabTravel__click__group > li {
  min-width: auto;
  width: auto;
  max-width: calc((100% - 10px) / 2);
}
.pc .--popup-big .pcPopup__big__tabTravel__section .tabTravel__click__group > li + li {
  margin-left: 10px;
}
.pc .--popup-big .pcPopup__big__tabTravel__section .tabTravel__click__group > li.is-tab-opened .tabTravel__click__menu {
  background: #fff;
}
.pc .--popup-big .pcPopup__big__tabTravel__section .tabTravel__click__group > li.is-tab-opened .tabTravel__click__menu .menu {
  color: #ff7062;
}
.pc .--popup-big .pcPopup__big__tabTravel__section .tabTravel__click__menu {
  border-radius: 17px;
}
.pc .--popup-big .pcPopup__big__tabTravel__section .tabTravel__click__menu .menu {
  font-size: 16px;
}
.pc .--popup-big .pcPopup__big__tabTravel__section .tabTravel__click__pannel__group {
  margin-top: 14px;
}
.pc .--popup-big .pcPopup__big__tabTravel__map {
  width: 24px;
  height: 24px;
  background: url(/static/front/images/ico/ico_map_20_warmGrey.svg) no-repeat center/contain;
}
.pc .--popup-big .pcPopup__big__tabTravel__map span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pc .--popup-big .pcPopup__big__tabTravel__pannel {
  border: 1px solid #e0e0e0;
  padding: 24px;
  border-radius: 13px;
  overflow-y: auto;
  height: 450px;
}
.pc .--popup-big .pcPopup__big__tabTravel__list > li button {
  display: -webkit-box;
  max-height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  line-height: 22px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
  text-align: left;
}
.pc .--popup-big .pcPopup__big__tabTravel__list > li + li {
  margin-top: 24px;
}
.pc .--popup-big .pcPopup__big__datepicker__notice {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 20px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .--popup-sm .pcPopup__dim {
  animation: opac4 0.3s;
}
.pc .--popup-sm .pcPopup__container {
  width: calc(100% - 40px);
  max-width: 420px;
  padding: 24px;
  border-radius: 20px;
}
.pc .--popup-sm .pcPopup__sm__contents {
  text-align: center;
}
.pc .--popup-sm .pcPopup__sm__contents + .pcPopup__sm__button__section {
  margin-top: 24px;
}
.pc .--popup-sm .pcPopup__sm__contents .ico {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.pc .--popup-sm .pcPopup__sm__contents .ico span.--info {
  background-image: url(/static/front/images/ico/ico_tooltip_20_salmon.svg);
  width: 20px;
  height: 20px;
  display: block;
}
.pc .--popup-sm .pcPopup__sm__contents .ico + .pcPopup__sm__cont {
  margin-top: 12px;
}
.pc .--popup-sm .pcPopup__sm__button__section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.pc .--popup-sm .pcPopup__sm__button__section button {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 20px;
  letter-spacing: inherit;
  max-width: 155px;
  height: 50px;
  background: #000;
  border-radius: 12px;
}
.pc .--popup-time .pcPopup__dim {
  animation: opac4 0.3s;
}
.pc .--popup-time .pcPopup__container {
  border-radius: 20px;
  width: calc(100% - 40px);
  max-width: 420px;
  border-radius: 20px;
}
.pc .--popup-time .pcPopup__time__contents__section {
  padding: 40px 24px 30px;
}
.pc .--popup-time .pcPopup__time__contents__title {
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  color: #000;
  line-height: 24px;
  letter-spacing: inherit;
  text-align: center;
}
.pc .--popup-time .pcPopup__time__contents__ipt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.pc .--popup-time .pcPopup__time__contents__ipt > li {
  display: flex;
  align-items: center;
}
.pc .--popup-time .pcPopup__time__contents__ipt > li input[type=number] {
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  color: #000;
  line-height: 30px;
  letter-spacing: inherit;
  width: 50px;
  text-align: center;
}
.pc .--popup-time .pcPopup__time__contents__ipt > li:first-of-type::after {
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  color: #000;
  line-height: 30px;
  letter-spacing: inherit;
  content: ":";
}
.pc .--popup-time .pcPopup__time__button__section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px 24px;
}
.pc .--popup-time .pcPopup__time__button__section button {
  width: calc((100% - 10px) / 2);
  height: 50px;
  padding: 0 20px;
  border-radius: 12px;
}
.pc .--popup-time .pcPopup__time__button__section button:nth-of-type(1) {
  background: #909090;
}
.pc .--popup-time .pcPopup__time__button__section button:nth-of-type(2) {
  background: #000;
}
.pc .--popup-time .pcPopup__time__button__section button > span {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 20px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .--popup-time .pcPopup__time__button__section button + button {
  margin-left: 10px;
}
.pc .--popup-detail .pcPopup__dim {
  animation: opac4 0.3s;
}
.pc .--popup-detail .pcPopup__inner {
  align-items: center;
}
.pc .--popup-detail .pcPopup__container {
  width: calc(100% - 40px);
  max-width: 860px;
  padding: 30px;
  border-radius: 20px;
}
.pc .--popup-detail .pcPopup__detail__contents__section {
  padding: 6px 0 32px;
  overflow-y: auto;
}
.pc .--popup-detail .pcPopup__detail__info__group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.pc .--popup-detail .pcPopup__detail__info__group > li {
  display: flex;
  align-items: center;
}
.pc .--popup-detail .pcPopup__detail__info__group > li p {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 16px;
  letter-spacing: inherit;
}
.pc .--popup-detail .pcPopup__detail__info__group > li p.view::before {
  width: 20px;
  height: 20px;
  background: url(/static/front/images/ico/ico_view_20_grey.svg) no-repeat center/contain;
  content: "";
  margin-right: 4px;
}
.pc .--popup-detail .pcPopup__detail__info__group > li p + p {
  margin-left: 12px;
}
.pc .--popup-detail .pcPopup__detail__info__group > li div.share button {
  width: 24px;
  height: 24px;
  background: url(/static/front/images/ico/ico_share_24_grey.svg) no-repeat center/contain;
}
.pc .--popup-detail .pcPopup__detail__info__group > li div + div {
  margin-left: 12px;
}
.pc .--popup-detail .pcPopup__detail__swiper__group {
  height: 400px;
}
.pc .--popup-detail .pcPopup__detail__swiper__group .swiper {
  height: 100%;
}
.pc .--popup-detail .pcPopup__detail__swiper__group .swiper-slide {
  height: 100%;
  background: #909090;
}
.pc .--popup-detail .pcPopup__detail__swiper__group .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.pc .--popup-detail .pcPopup__detail__swiper__group .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 15px;
  letter-spacing: inherit;
  bottom: 16px;
  left: initial;
  right: 20px;
  width: auto;
  padding: 3px 7px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}
.pc .--popup-detail .pcPopup__detail__swiper__group .swiper-pagination > span {
  font: inherit;
}
.pc .--popup-detail .pcPopup__detail__swiper__group .swiper-pagination-current {
  padding-right: 4px;
}
.pc .--popup-detail .pcPopup__detail__swiper__group .swiper-pagination-total {
  padding-left: 4px;
}
.pc .--popup-detail .pcPopup__detail__hashTag__group {
  padding: 16px 0;
  overflow: hidden;
}
.pc .--popup-detail .pcPopup__detail__hashTag__list {
  display: flex;
  flex-wrap: wrap;
  margin: -3px -5px;
}
.pc .--popup-detail .pcPopup__detail__hashTag__list > li {
  margin: 3px 5px;
}
.pc .--popup-detail .pcPopup__detail__hashTag__list > li span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #078ace;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .--popup-detail .pcPopup__detail__hashTag__list > li span::before {
  content: "#";
}
.pc .--popup-detail .pcPopup__detail__tourism__group {
  padding: 0;
}
.pc .--popup-detail .pcPopup__detail__tourism__group.--type-bt1::before {
  border-top: 1px solid #e0e0e0;
  content: "";
  display: block;
  margin-top: 20px;
  padding-top: 20px;
}
.pc .--popup-detail .pcPopup__detail__tourism__maintit {
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .--popup-detail .pcPopup__detail__tourism__maintit + .pcPopup__detail__tourism__subtit {
  margin-top: 20px;
}
.pc .--popup-detail .pcPopup__detail__tourism__subtit {
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .--popup-detail .pcPopup__detail__tourism__subtit ~ .pcPopup__detail__tourism__subtit {
  margin-top: 20px;
}
.pc .--popup-detail .pcPopup__detail__tourism__subtit + .pcPopup__detail__tourism__desc {
  margin-top: 6px;
}
.pc .--popup-detail .pcPopup__detail__tourism__desc {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .--popup-detail .pcPopup__detail__tourism__desc a {
  display: block;
  font: initial;
  text-decoration: underline;
}
.pc .--popup-detail .pcPopup__detail__tourism__notice {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #909090;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .--popup-detail .pcPopup__detail__map {
  height: 400px;
}
.pc .--popup-detail .pcPopup__detail__map__group {
  padding: 20px 0 32px;
}
.pc .--popup-detail .pcPopup__detail__map__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.pc .--popup-detail .pcPopup__detail__map__button > button {
  width: 155px;
  height: 50px;
  border: 1px solid #404040;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  border-radius: 12px;
}
.pc .--popup-detail .pcPopup__detail__map__button > button::after {
  width: 20px;
  height: 20px;
  background: url(/static/front/images/ico/ico_arrowRight_20_warmGrey.svg) no-repeat center/contain;
  content: "";
  margin-left: 2px;
}
.pc .--popup-detail .pcPopup__detail__button {
  width: 100%;
  height: 50px;
  background: #000;
  padding: 0 20px;
  border-radius: 12px;
}
.pc .--popup-detail .pcPopup__detail__button span {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 20px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .--popup-detail .pcPopup__detail__button__section {
  flex-shrink: 0;
  height: 70px;
  padding: 10px 20px;
  overflow: hidden;
}

.pc .travelPlanner__section {
  margin-top: 10px;
  margin-bottom: 120px;
}
.pc .travelPlanner__title {
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  color: #000;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .travelPlanner__title__group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pc .travelPlanner__subTit {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  margin-bottom: 12px;
}
.pc .travelPlanner__subTit-text {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .travelPlanner__subTit-text + .pcIpt__text__group {
  margin-top: 24px;
}
.pc .travelPlanner__conts {
  margin-top: 24px;
}
.pc .travelPlanner__card__tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pc .travelPlanner__card__tit > span {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .travelPlanner__card__tit > span.--active {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #ff7062;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .travelPlanner__card__tit[class*="--ico-arrow"]::after {
  width: 20px;
  height: 20px;
  content: "";
  flex-shrink: 0;
  margin-left: 4px;
  background: no-repeat center/20px;
}
.pc .travelPlanner__card__tit.--ico-arrowR::after {
  background-image: url(/static/front/images/ico/ico_arrowRight_20_warmGrey.svg);
}
.pc .travelPlanner__card__info {
  margin-top: 15px;
  overflow: hidden;
  display: flex;
}
.pc .travelPlanner__card__info > li {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 24px;
  background: #f5f5f5;
  border-radius: 15px;
  flex: 1;
}
.pc .travelPlanner__card__info > li p {
  display: flex;
  align-items: center;
  width: 100%;
}
.pc .travelPlanner__card__info > li p::before {
  width: 24px;
  height: 24px;
  content: "";
  flex-shrink: 0;
  margin-right: 14px;
  background: no-repeat center/24px;
}
.pc .travelPlanner__card__info > li p.in::before {
  background-image: url(/static/front/images/ico/ico_airplane_24_salmon.svg);
}
.pc .travelPlanner__card__info > li p.out::before {
  background-image: url(/static/front/images/ico/ico_airplane_24_black.svg);
}
.pc .travelPlanner__card__info > li p span {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #707070;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .travelPlanner__card__info > li p span.place {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 14px;
}
.pc .travelPlanner__card__info > li p span.date {
  flex-shrink: 0;
}
.pc .travelPlanner__card__info > li + li {
  margin-left: 10px;
}
.pc .travelPlanner__card__info.--col02 {
  display: block;
}
.pc .travelPlanner__card__info.--col02 > li {
  margin-left: 0;
}
.pc .travelPlanner__card__info.--col02 > li + li {
  margin-top: 10px;
}
.pc .travelPlanner__main__disabled {
  border: 1px solid #e0e0e0;
  margin-top: 24px;
  padding: 30px;
  background: #fff;
  border-radius: 18px;
}
.pc .travelPlanner__main__disabled p.msg {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  text-align: center;
}
.pc .travelPlanner__main__disabled + .travelPlanner__plan__btn {
  margin-top: 40px;
}
.pc .travelPlanner__main__traveling {
  border: 1px solid #ff7062;
  margin-top: 24px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
}
.pc .travelPlanner__main__traveling.--sd {
  border: 1px solid #404040;
}
.pc .travelPlanner__main__cardList {
  border: 1px solid #e0e0e0;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  flex: 0 0 49.4%;
  margin-bottom: 20px;
}
.pc .travelPlanner__main__cardList__group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc .travelPlanner__main__cardList__group + .travelPlanner__plan__btn {
  margin-top: 40px;
}
.pc .travelPlanner__main__swiper {
  margin-top: 24px;
}
.pc .travelPlanner__main__swiper .swiper-button-next, .pc .travelPlanner__main__swiper .swiper-button-prev {
  background-image: url(/static/front/images/ico/ico_arrowleft_40_grey.svg);
  width: 40px;
  height: 40px;
}
.pc .travelPlanner__main__swiper .swiper-button-next {
  right: -3.2%;
}
.pc .travelPlanner__main__swiper .swiper-button-prev {
  left: -3.2%;
}
.pc .travelPlanner__main__swiper + .travelPlanner__plan__btn {
  margin-top: 40px;
}
.pc .travelPlanner__main__ad__group {
  margin-top: 80px;
}
.pc .travelPlanner__main__ad__list {
  display: flex;
}
.pc .travelPlanner__main__ad__list > li .ad-img > img {
  width: 100%;
  border-radius: 18px;
}
.pc .travelPlanner__main__ad__list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pc .travelPlanner__main__ad__list > li + li {
  margin-left: 20px;
}
.pc .travelPlanner__sub__content {
  max-width: 640px;
  margin: 0 auto;
}
.pc .travelPlanner__sub__section {
  margin-top: 40px;
}
.pc .travelPlanner__sub__section:first-child {
  margin-top: 0;
}
.pc .travelPlanner__sub__tit {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pc .travelPlanner__sub__tit .tit {
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.pc .travelPlanner__sub__tit .tit .pcBtn__tooltip {
  margin-left: 6px;
}
.pc .travelPlanner__sub__tit .tit .side {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #ff7062;
  line-height: 1.4;
  letter-spacing: inherit;
  margin-left: 6px;
}
.pc .travelPlanner__sub__tit .em {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #ff7062;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .travelPlanner__sub__tit + .travelPlanner__sub__section {
  margin-top: 20px;
}
.pc .travelPlanner__sub__subTit {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  margin-bottom: 12px;
}
.pc .travelPlanner__sub__subTit > p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .travelPlanner__sub__subTit > p + div {
  margin-bottom: 24px;
}
.pc .travelPlanner__sub__card {
  width: 100%;
  height: auto;
  border: 1px solid #404040;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.pc .travelPlanner__sub__card__group + .travelPlanner__sub__card__group {
  margin-top: 16px;
}
.pc .travelPlanner__sub__card__tit {
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  margin-bottom: 8px;
}
.pc .travelPlanner__sub__card__txt {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .travelPlanner__sub__card__subTit {
  display: flex;
  margin-bottom: 8px;
  width: 100%;
  height: 33px;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  line-height: 1.8;
  letter-spacing: inherit;
  background-color: #ff7062;
  border-radius: 5px;
  padding: 0 10px;
}
.pc .travelPlanner__sub__card__subTit .el {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}
.pc .travelPlanner__sub__card__date {
  display: flex;
}
.pc .travelPlanner__sub__card__date > li {
  flex: 1;
}
.pc .travelPlanner__sub__card__date > li .fri > span {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .travelPlanner__sub__card__date > li > p {
  max-width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .travelPlanner__sub__map {
  width: 100%;
  height: 500px;
  background-color: #bbb;
}
.pc .travelPlanner__sub__map__txt {
  margin-top: 16px;
}
.pc .travelPlanner__datelist__group {
  margin-top: 24px;
}
.pc .travelPlanner__datelist__group .swiper__card01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
}
.pc .travelPlanner__datelist__group .swiper__card01 > a {
  flex: 0 0 32.3%;
  margin-bottom: 20px;
}
.pc .travelPlanner__inputGroup > .ipt__textSearch__group {
  width: 100%;
  height: 110px;
  background: #fff;
  padding: 0 20px;
  border-radius: 18px;
}
.pc .travelPlanner__inputGroup > .ipt__textSearch__group > li + li {
  margin-left: 10px;
}
.pc .travelPlanner__inputGroup > .ipt__textSearch__group .sech {
  width: 100%;
}
.pc .travelPlanner__recommendP__section {
  margin-top: 40px;
}
.pc .travelPlanner__recommendP__section:first-child {
  margin-top: 0;
}
.pc .travelPlanner__recommendP__title__group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #404040;
  margin-bottom: 20px;
}
.pc .travelPlanner__recommendP__title__group .title {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  padding-right: 16px;
}
.pc .travelPlanner__recommendP__title__group .weather {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.pc .travelPlanner__recommendP__title__group .weather-ico {
  width: 24px;
  height: 24px;
  background: url(/static/front/images/ico/ico_sun_24_black.svg) no-repeat center/contain;
  margin-right: 12px;
}
.pc .travelPlanner__recommendP__title__group .weather-txt {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #404040;
  line-height: 24px;
  letter-spacing: inherit;
  font-family: "Satoshi", sans-serif !important;
}
.pc .travelPlanner__recommendP__course__title {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #707070;
  border-radius: 18px 18px 0 0;
}
.pc .travelPlanner__recommendP__course__title span {
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  line-height: 1.4;
  letter-spacing: inherit;
}
.pc .travelPlanner__recommendP__course__title + span {
  margin-left: 10px;
}
.pc .travelPlanner__recommendP__course__title .title {
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #000;
  line-height: 1.4;
  letter-spacing: inherit;
  padding-right: 10px;
}
.pc .travelPlanner__recommendP__course__title .weather {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.pc .travelPlanner__recommendP__course__title .weather-ico {
  width: 20px;
  height: 20px;
  background: url(/static/front/images/ico/ico_sun_24_black.svg) no-repeat center/contain;
  margin-right: 4px;
}
.pc .travelPlanner__recommendP__course__title .weather-txt {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  line-height: 17px;
  letter-spacing: inherit;
  font-family: "Satoshi", sans-serif !important;
}
.pc .travelPlanner__recommendP__course__section {
  padding: 40px 50px;
  background: #fff;
}
.pc .travelPlanner__recommendP__course__list {
  position: relative;
}
.pc .travelPlanner__recommendP__course__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 11px;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
}
.pc .travelPlanner__recommendP__course__list > li {
  position: relative;
}
.pc .travelPlanner__recommendP__course__list > li.drag.is-li-last .travelPlanner__recommend__course__group {
  background: #fff;
}
.pc .travelPlanner__recommendP__course__list > li.drag.is-li-last ~ .notDrag .travelPlanner__recommend__course__group {
  background: #fff;
}
.pc .travelPlanner__recommendP__course__list > li.drag.is-li-last ~ .notDrag::before {
  width: 100%;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  transform: translateY(-100%);
}
.pc .travelPlanner__recommendP__course__list > li + li {
  margin-top: 20px;
}
.pc .travelPlanner__recommendP__course__group {
  position: relative;
  z-index: 1;
}
.pc .travelPlanner__recommendP__course__group.--type-add, .pc .travelPlanner__recommendP__course__group.--type-map {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pc .travelPlanner__recommendP__course__group.--type-add .txt, .pc .travelPlanner__recommendP__course__group.--type-map .txt {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #909090;
  line-height: 1.4;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .travelPlanner__recommendP__course__group.--type-add::before, .pc .travelPlanner__recommendP__course__group.--type-map::before {
  content: "";
  margin-right: 10px;
  border-radius: 50%;
}
.pc .travelPlanner__recommendP__course__group.--type-add::before {
  width: 20px;
  height: 20px;
  background: url(/static/front/images/ico/ico_+_20_white.svg) no-repeat center/contain;
  background-color: #bbb;
  margin-left: 2px;
}
.pc .travelPlanner__recommendP__course__group.--type-map .txt {
  max-width: calc(100% - 28px);
  color: #078ace;
}
.pc .travelPlanner__recommendP__course__group.--type-map::before {
  width: 24px;
  height: 24px;
  background: url(/static/front/images/ico/ico_map_20_white.svg) no-repeat center/16px;
  background-color: #078ace;
}
.pc .travelPlanner__recommendP__course__group.--type-place, .pc .travelPlanner__recommendP__course__group.--type-rec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
}
.pc .travelPlanner__recommendP__course__group.--type-place .grid, .pc .travelPlanner__recommendP__course__group.--type-rec .grid {
  grid-row: 1/2;
}
.pc .travelPlanner__recommendP__course__group.--type-place .grid.--n1, .pc .travelPlanner__recommendP__course__group.--type-rec .grid.--n1 {
  grid-column: 1/2;
}
.pc .travelPlanner__recommendP__course__group.--type-place .grid.--n2, .pc .travelPlanner__recommendP__course__group.--type-rec .grid.--n2 {
  grid-column: 2/5;
}
.pc .travelPlanner__recommendP__course__group.--type-place .itemDrag, .pc .travelPlanner__recommendP__course__group.--type-rec .itemDrag {
  cursor: grab;
}
.pc .travelPlanner__recommendP__course__group.--type-place button, .pc .travelPlanner__recommendP__course__group.--type-rec button {
  width: 20px;
  height: 20px;
}
.pc .travelPlanner__recommendP__course__group.--type-place button.delete, .pc .travelPlanner__recommendP__course__group.--type-rec button.delete {
  background: url(/static/front/images/ico/ico_delete_20_grey.svg) no-repeat center/contain;
}
.pc .travelPlanner__recommendP__course__group.--type-place button.modify, .pc .travelPlanner__recommendP__course__group.--type-rec button.modify {
  background: url(/static/front/images/ico/ico_change_24_grey.svg) no-repeat center/18px;
}
.pc .travelPlanner__recommendP__course__group.--type-place button > span, .pc .travelPlanner__recommendP__course__group.--type-rec button > span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pc .travelPlanner__recommendP__course__group.--type-place button + button, .pc .travelPlanner__recommendP__course__group.--type-rec button + button {
  margin-left: 8px;
}
.pc .travelPlanner__recommendP__course__group.--type-rec .grid.--n1 {
  align-self: center;
  padding-bottom: 26px;
}
.pc .travelPlanner__recommendP__course__place.--time {
  display: flex;
  align-items: center;
}
.pc .travelPlanner__recommendP__course__place.--time .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  line-height: 19px;
  letter-spacing: inherit;
  margin-right: 10px;
  background: #ff7062;
  border-radius: 50%;
}
.pc .travelPlanner__recommendP__course__place.--time .time {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 14px;
  letter-spacing: inherit;
  justify-content: flex-start;
  white-space: nowrap;
}
.pc .travelPlanner__recommendP__course__place.--info {
  width: calc(100% + 16px);
  margin-left: -16px;
  padding: 16px;
  background: #f9eae8;
  border-radius: 10px;
  position: relative;
}
.pc .travelPlanner__recommendP__course__place.--info + .--type-add {
  margin-top: 24px;
  justify-content: center;
}
.pc .travelPlanner__recommendP__course__place.--info ul {
  display: flex;
  align-items: center;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li.thumbnail {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li.thumbnail img {
  object-fit: cover;
  object-position: 50% 50%;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li.btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li.btns a.link {
  width: 20px;
  height: 20px;
  background: url(/static/front/images/ico/ico_link_24_grey.svg) no-repeat center/16px;
  display: block;
  margin-left: 8px;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li.btns a.link span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li.btns .pcCkboxHeart__group {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li:not(.thumbnail) {
  margin-left: 24px;
  overflow: hidden;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li:not(.thumbnail) .title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  line-height: 17px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li:not(.thumbnail) > ul {
  display: flex;
  align-items: center;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li:not(.thumbnail) > ul:first-of-type {
  margin-top: 16px;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li:not(.thumbnail) > ul + ul {
  margin-top: 2px;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li:not(.thumbnail) > ul > li {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #909090;
  line-height: 18px;
  letter-spacing: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li:not(.thumbnail) > ul > li:not(.desc) {
  flex-shrink: 0;
  width: 60px;
}
.pc .travelPlanner__recommendP__course__place.--info ul.info > li:not(.thumbnail) > ul > li.desc {
  color: #404040;
}
.pc .travelPlanner__recommendP__course__rec.--tit {
  padding-left: 34px;
}
.pc .travelPlanner__recommendP__course__rec.--tit p {
  display: -webkit-box;
  max-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #909090;
  line-height: 16px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
  padding-right: 10px;
}
.pc .travelPlanner__recommendP__course__rec.--info {
  width: calc(100% + 16px);
  margin-left: -16px;
  position: relative;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo {
  display: flex;
  align-items: center;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.thumbnail {
  width: 100px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 34px;
  overflow: hidden;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.thumbnail > img {
  object-fit: cover;
  object-position: 50% 50%;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info {
  padding-left: 24px;
  overflow: hidden;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info .related-list > li {
  display: flex;
  align-items: center;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info .related-list > li + li {
  margin-top: 5px;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 4px;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info p.desc {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 16px;
  letter-spacing: inherit;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info p.desc + .tit {
  margin-top: 10px;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info p.tit {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  line-height: 18px;
  letter-spacing: inherit;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info p.tit + .related-list {
  margin-top: 10px;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info p.price span {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  line-height: 16px;
  letter-spacing: inherit;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info p.price span.small {
  padding-left: 3px;
  font-style: 9px;
  line-height: 14px;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info p.related {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 15px;
  letter-spacing: inherit;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo > li.info p.related:first-of-type {
  flex-shrink: 0;
  width: 54px;
  color: #909090;
}
.pc .travelPlanner__recommendP__course__rec.--info .recInfo-group {
  border: 1px solid #e0e0e0;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 100px;
}
.pc .travelPlanner__recommendP__course__rec.--info .recbtns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 16px 0;
}
.pc .travelPlanner__recommendP__course__rec.--info .recbtns .pcCkboxHeart__group {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.pc .travelPlanner__recommendP__course__rec.--info .recbtns a.link {
  width: 20px;
  height: 20px;
  background: url(/static/front/images/ico/ico_link_24_grey.svg) no-repeat center/16px;
  display: block;
  margin-left: 8px;
}
.pc .travelPlanner__recommendP__course__rec.--info .recbtns a.link span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}
.pc .travelPlanner__recommendP__tabSwiper__section {
  height: 100%;
}
.pc .travelPlanner__recommendP__tabSwiper__notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding: 14px 20px;
  background: #e0e0e0;
  border-radius: 12px;
}
.pc .travelPlanner__recommendP__tabSwiper__notice > li.bullet p {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 17px;
  letter-spacing: inherit;
  display: flex;
  padding-right: 10px;
}
.pc .travelPlanner__recommendP__tabSwiper__notice > li.bullet p::before {
  width: 3px;
  height: 3px;
  content: "";
  flex-shrink: 0;
  margin: 7px 6px 0 0;
  background: #707070;
}
.pc .travelPlanner__recommendP__tabSwiper__notice > li.btn {
  width: 150px;
  flex-shrink: 0;
}
.pc .travelPlanner__recommendP__tabSwiper__notice > li.btn button {
  border: 1px solid #909090;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  width: 100%;
  padding: 8px 14px;
  background: #fff;
  border-radius: 10px;
}
.pc .travelPlanner__recommendP__tabSwiper__menu .swiper {
  width: 100%;
  height: 50px;
  max-width: 830px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.pc .travelPlanner__recommendP__tabSwiper__menu .swiper-wrapper {
  height: 100%;
}
.pc .travelPlanner__recommendP__tabSwiper__menu .swiper-slide {
  width: auto;
  height: auto;
  margin-left: 12px;
}
.pc .travelPlanner__recommendP__tabSwiper__menu .swiper-slide:first-child {
  margin-left: 0;
}
.pc .travelPlanner__recommendP__tabSwiper__menu .swiper-slide .tabMenu {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 25px;
  height: 50px;
  max-width: 96px;
  padding: 0 24px;
  cursor: pointer;
}
.pc .travelPlanner__recommendP__tabSwiper__menu .swiper-slide .tabMenu span {
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #707070;
  line-height: 18px;
  letter-spacing: inherit;
}
.pc .travelPlanner__recommendP__tabSwiper__menu .swiper-slide .tabMenu span.d-day {
  font-size: 18px;
  font-weight: 600;
}
.pc .travelPlanner__recommendP__tabSwiper__menu .swiper-slide.is-selected .tabMenu {
  background: #ff7062;
}
.pc .travelPlanner__recommendP__tabSwiper__menu .swiper-slide.is-selected .tabMenu span {
  color: #fff;
}
.pc .travelPlanner__recommendP__tabSwiper__panel {
  height: 100%;
  position: relative;
}
.pc .travelPlanner__recommendP__tabSwiper__panel .swiper-button-next, .pc .travelPlanner__recommendP__tabSwiper__panel .swiper-button-prev {
  top: 154px;
  background: url(/static/front/images/ico/ico_arrowleft_40_grey.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
}
.pc .travelPlanner__recommendP__tabSwiper__panel .swiper-button-next::after, .pc .travelPlanner__recommendP__tabSwiper__panel .swiper-button-prev::after {
  display: none;
}
.pc .travelPlanner__recommendP__tabSwiper__panel .swiper-button-next {
  right: -40px;
  transform: scaleX(-1);
}
.pc .travelPlanner__recommendP__tabSwiper__panel .swiper-button-prev {
  left: -40px;
}
.pc .travelPlanner__recommendP__tabSwiper__panel .swiper {
  width: 100%;
  height: 100%;
}
.pc .travelPlanner__recommendP__tabSwiper__panel .swiper-slide {
  overflow: auto;
  border-radius: 18px;
}
.pc .travelPlanner__recommendP__tabSwiper__panel .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.pc .travelPlanner__recommendP__tabSwiper__panel .swiper-slide-active::after {
  display: none;
}
.pc .travelPlanner__recommendP__tabSwiper__panel .swiper-slide-active .travelPlanner__recommendP__course__title {
  background: #ff7062;
}
.pc .travelPlanner__recommendP__map {
  background: #bbb;
  width: 100%;
  height: 460px;
  position: relative;
}
.pc .travelPlanner__recommendP__map .btn {
  position: absolute;
  width: 110px;
  flex-shrink: 0;
  bottom: 16px;
  left: 16px;
}
.pc .travelPlanner__recommendP__map .btn button {
  border: 1px solid #909090;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 1.4;
  letter-spacing: inherit;
  width: 100%;
  padding: 8px 14px;
  background: #fff;
  border-radius: 10px;
}
.pc .travelPlanner__ckboxGroup {
  overflow: hidden;
}
.pc .travelPlanner__ckboxList {
  display: flex;
  flex-wrap: wrap;
  margin: -1px;
}
.pc .travelPlanner__ckboxList > li {
  width: calc((100% - 16px) / 4);
  margin: 2px;
  border-radius: 7px;
  overflow: hidden;
}
.pc .travelPlanner__placeBtn {
  display: flex;
  justify-content: space-between;
}
.pc .travelPlanner__placeBtn > li {
  width: calc((100% - 70px) / 2);
  position: relative;
}
.pc .travelPlanner__placeBtn > li button {
  width: 100%;
  height: 75px;
  justify-content: flex-start;
  padding: 0 24px;
  background: #909090;
  border-radius: 7px;
  text-align: left;
}
.pc .travelPlanner__placeBtn > li button span {
  display: -webkit-box;
  max-height: 57px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 19px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}
.pc .travelPlanner__placeBtn > li button.is-data-ok span {
  color: #fff;
}
.pc .travelPlanner__placeBtn > li + li::after {
  content: " ";
  width: 12px;
  height: 2px;
  background: #404040;
  position: absolute;
  left: -39px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #404040;
}
.pc .tabTravel__click__section + .travelPlanner__main__disabled {
  display: none;
}
.pc .tabTravel__click__section.is-tab-disabled + .travelPlanner__main__disabled {
  display: block;
}
.pc .travelPlanner__myCourse__list__section .travelPlanner__main__disabled + .travelPlanner__myCourse__list__add,
.pc .travelPlanner__myCourse__list__section .travelPlanner__myCourse__list__dl + .travelPlanner__myCourse__list__add {
  margin-top: 16px;
}

.dragDrop__items__list > li {
  padding: 10px;
  background: mediumturquoise;
}
.dragDrop__items__list > li.notDrag {
  background: red;
  cursor: no-drop;
}
.dragDrop__items__list > li.ghost-item {
  background: skyblue;
}
.dragDrop__items__list > li .itemDrag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 50px;
  background: blueviolet;
  cursor: grab;
}
.dragDrop__items__list > li .itemDrag::after {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: white;
  line-height: 1.4;
  letter-spacing: inherit;
  content: "drag 영역";
}
.dragDrop__items__list > li + li {
  margin-top: 20px;
}

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