.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.contents_inner {
  max-width: 1200px;
  margin: 0px auto;
}

.mov_line, #favorite_head {
  overflow: hidden;
}

/* =====================================================
    favorite_head
=====================================================*/
#favorite_head {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  #favorite_head {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  #favorite_head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#favorite_head .contents_inner {
  max-width: 1200px;
}
@media screen and (max-width: 639px) {
  #favorite_head .contents_title__text {
    font-size: min(5.1282051282vw, 2.4rem);
  }
}
@media screen and (min-width: 640px) {
  #favorite_head .contents_title__text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  #favorite_head .contents_title__text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #favorite_head .contents_title__text {
    font-size: 3.2rem;
  }
}

.favorite_head__intro {
  max-width: 90%;
  margin: 30px auto 0px auto;
}
@media screen and (min-width: 640px) {
  .favorite_head__intro {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .favorite_head__intro {
    max-width: 1200px;
    margin-top: 60px;
  }
}
.favorite_head__intro .text {
  font-size: min(3.8461538462vw, 1.6rem);
  line-height: 1.8em;
}
@media screen and (min-width: 640px) {
  .favorite_head__intro .text {
    font-size: 1.6rem;
  }
}

#favorite .contents_inner {
  max-width: 1000px;
}

.favorite_column {
  background-color: #fff;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
  border-radius: 10px 10px 10px 10px;
}

.favorite_column + .favorite_column {
  margin-top: 50px;
}
@media screen and (min-width: 980px) {
  .favorite_column + .favorite_column {
    margin-top: 60px;
  }
}

.favorite_building .head {
  position: relative;
  padding: 20px 4vw 20px 4vw;
  display: flex;
  align-items: center;
  gap: 0px 5%;
}
@media screen and (min-width: 640px) {
  .favorite_building .head {
    padding: 30px 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .favorite_building .head {
    padding: 35px 50px 30px 50px;
    gap: 0px 30px;
  }
}
.favorite_building .head:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.favorite_building .head .thumb {
  width: 25.641025641vw;
}
@media screen and (min-width: 640px) {
  .favorite_building .head .thumb {
    width: 18.75vw;
  }
}
@media screen and (min-width: 980px) {
  .favorite_building .head .thumb {
    width: 130px;
    height: 130px;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 980px) {
  .favorite_building .head .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.favorite_building .head .info {
  flex: 1;
}
.favorite_building .head .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
}
.favorite_building .head .category > span {
  display: inline-block;
  padding: 0.35em 0.7em;
  background-color: #00C2ED;
  color: #fff;
  border-radius: 5px;
  font-size: min(3.0769230769vw, 1.4rem);
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .favorite_building .head .category > span {
    padding: 0.4em 0.7em;
    font-size: 1.3rem;
  }
}
.favorite_building .head .name {
  margin-top: 5px;
  font-size: min(4.8717948718vw, 2.1rem);
  line-height: 1.4em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .favorite_building .head .name {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 980px) {
  .favorite_building .head .name {
    font-size: 2.4rem;
  }
}
.favorite_building .infomation {
  position: relative;
  padding: 20px 4vw 20px 4vw;
}
@media screen and (min-width: 640px) {
  .favorite_building .infomation {
    padding: 30px 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .favorite_building .infomation {
    padding: 30px 50px 30px 50px;
  }
}
.favorite_building .infomation:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.favorite_building .infomation .address, .favorite_building .infomation .station, .favorite_building .infomation .build {
  position: relative;
  padding-left: 20px;
  font-size: min(3.3333333333vw, 1.5rem);
  line-height: 1.5em;
  letter-spacing: 0em;
}
@media screen and (min-width: 640px) {
  .favorite_building .infomation .address, .favorite_building .infomation .station, .favorite_building .infomation .build {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .favorite_building .infomation .address, .favorite_building .infomation .station, .favorite_building .infomation .build {
    padding-left: 23px;
    font-size: 1.6rem;
  }
}
.favorite_building .infomation .address:before, .favorite_building .infomation .station:before, .favorite_building .infomation .build:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 0.75em;
  margin-top: -9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 980px) {
  .favorite_building .infomation .address:before, .favorite_building .infomation .station:before, .favorite_building .infomation .build:before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
}
.favorite_building .infomation .address:before {
  background-image: url(../../img/common/icon_pin02.svg);
}
.favorite_building .infomation .station {
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .favorite_building .infomation .station {
    margin-top: 8px;
  }
}
@media screen and (min-width: 980px) {
  .favorite_building .infomation .station {
    margin-top: 10px;
  }
}
.favorite_building .infomation .station:before {
  background-image: url(../../img/common/icon_train.svg);
  margin-top: -7px;
}
@media screen and (min-width: 980px) {
  .favorite_building .infomation .station:before {
    margin-top: -8px;
  }
}
.favorite_building .infomation .build {
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .favorite_building .infomation .build {
    margin-top: 8px;
  }
}
@media screen and (min-width: 980px) {
  .favorite_building .infomation .build {
    margin-top: 10px;
  }
}
.favorite_building .infomation .build:before {
  background-image: url(../../img/common/icon_building.svg);
}

.favorite_room + .favorite_room {
  border-top: 1px solid #C8C8C8;
}

.favorite_room {
  position: relative;
  padding: 25px 4vw 20px 40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 2.6666666667vw;
}
@media screen and (min-width: 640px) {
  .favorite_room {
    gap: 0px 3.5%;
    padding: 25px 30px 25px 70px;
  }
}
@media screen and (min-width: 980px) {
  .favorite_room {
    gap: 0px 30px;
    padding: 30px 40px 30px 80px;
  }
}
.favorite_room .favorite {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
  .favorite_room .favorite {
    width: 40px;
  }
}
.favorite_room .favorite .icon {
  position: relative;
}
.favorite_room .favorite .icon svg path {
  transition: all 0.3s ease-in-out;
}
.favorite_room .favorite.active {
  background-color: #00C2ED;
}
.favorite_room .favorite.active .icon {
  animation: favoritePopIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.favorite_room .favorite.active .icon svg path {
  fill: #fff;
}
.favorite_room .favorite .bubble-particle {
  position: absolute;
  width: var(--size, 5px);
  height: var(--size, 5px);
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  pointer-events: none;
  animation: bubbleBurst 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: var(--delay, 0s);
  opacity: 0;
}
.favorite_room .thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.7948717949vw;
  height: 21.7948717949vw;
  aspect-ratio: 1/1;
  border: 1px solid #C8C8C8;
}
@media screen and (min-width: 640px) {
  .favorite_room .thumb {
    width: 17.1875vw;
    height: 17.1875vw;
  }
}
@media screen and (min-width: 980px) {
  .favorite_room .thumb {
    width: 130px;
    height: 130px;
    aspect-ratio: 1/1;
  }
}
.favorite_room .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.favorite_room .thumb .expansion {
  position: absolute;
  right: 3px;
  bottom: 3px;
  line-height: 1em;
}
.favorite_room .info {
  flex: 1;
}
.favorite_room .info .type {
  display: flex;
  flex-wrap: wrap;
}
.favorite_room .info .value {
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .favorite_room .info .value {
    line-height: 1em;
  }
}
.favorite_room .info .value + .value {
  position: relative;
}
.favorite_room .info .value + .value:before {
  content: "/";
  padding: 0px 0.1em;
}
.favorite_room .info .price {
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
  gap: 0px 2.5%;
}
@media screen and (min-width: 640px) {
  .favorite_room .info .price {
    gap: 0px 3.5%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .favorite_room .info .price {
    gap: 0px 15px;
  }
}
.favorite_room .info .rent {
  font-size: min(3.8461538462vw, 1.6rem);
  line-height: 1em;
  font-weight: 700;
}
.favorite_room .info .rent .amount {
  color: #00C2ED;
  line-height: 1em;
  font-size: min(6.4102564103vw, 3rem);
  padding-right: 0.1em;
}
@media screen and (min-width: 640px) {
  .favorite_room .info .rent .amount {
    display: inline-block;
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 980px) {
  .favorite_room .info .rent .amount {
    font-size: 3.5rem;
  }
}
.favorite_room .info .rent .amount .large {
  font-size: min(8.2051282051vw, 3.8rem);
}
@media screen and (min-width: 640px) {
  .favorite_room .info .rent .amount .large {
    display: inline-block;
    line-height: 1em;
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 980px) {
  .favorite_room .info .rent .amount .large {
    font-size: 5rem;
  }
}
.favorite_room .info .management {
  line-height: 1em;
  font-size: min(3.3333333333vw, 1.4rem);
  padding-bottom: 0.1em;
}
.favorite_room .info .deposit {
  margin-top: 10px;
  display: flex;
  gap: 0px 10px;
}
@media screen and (min-width: 640px) {
  .favorite_room .info .deposit {
    gap: 0px 15px;
  }
}
.favorite_room .info .deposit .security, .favorite_room .info .deposit .key {
  display: flex;
  align-items: center;
  gap: 0px 5px;
  line-height: 1em;
  font-size: min(3.5897435897vw, 1.5rem);
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .favorite_room .info .deposit .security, .favorite_room .info .deposit .key {
    gap: 0px 8px;
    font-size: 1.4rem;
  }
}
.favorite_room .info .deposit .security dt, .favorite_room .info .deposit .key dt {
  padding: 0.15em 0.3em;
  background-color: #C8C8C8;
}
@media screen and (min-width: 640px) {
  .favorite_room .info .deposit .security dt, .favorite_room .info .deposit .key dt {
    padding: 0.2em 0.4em 0.25em 0.4em;
  }
}

.favorite_room__btn {
  margin-top: 15px;
  display: flex;
}
@media screen and (max-width: 979px) {
  .favorite_room__btn {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .favorite_room__btn {
    flex-direction: column;
    gap: 13px 0px;
    margin-top: 0px;
    flex: 1;
  }
}
@media screen and (max-width: 979px) {
  .favorite_room__btn .btn {
    width: 50%;
  }
}
.favorite_room__btn .link {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  line-height: 1em;
  padding: 0.75em 0px;
  font-size: min(3.5897435897vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 980px) {
  .favorite_room__btn .link {
    font-size: 1.5rem;
    padding: 0.85em 10px;
  }
}
.favorite_room__btn .link._reserve {
  background-color: #ACFFB1;
}
.favorite_room__btn .link._online {
  background-color: #00C2ED;
}
@media (hover: hover) and (pointer: fine) {
  .favorite_room__btn .link:hover {
    background-color: #000;
    color: #fff;
  }
}

@keyframes favoritePopIn {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bubbleBurst {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(0px) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-20px) scale(0.3);
  }
}
.favorite_empty .text {
  text-align: center;
}
.favorite_empty .btn {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .favorite_empty .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .favorite_empty .btn .btn_standard {
    max-width: 280px;
  }
}

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