@charset "UTF-8";
.lead-banner {
  min-height: 400px;
  font-size: 16px;
}

.hero-image {
  min-height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.hero-image.tw {
  background-image: url("/snow/assets/stay_packages/banner/tw-e9b798ee.png");
}
.hero-image.cn {
  background-image: url("/snow/assets/stay_packages/banner/cn-3f1e1d3b.png");
}
.hero-image.hk {
  background-image: url("/snow/assets/stay_packages/banner/hk-ffc9ad89.png");
}
.hero-image.www {
  background-image: url("/snow/assets/stay_packages/banner/www-101adfc6.png");
}
@media (max-width: 768px) {
  .hero-image {
    background-size: contain;
    min-height: 500px;
  }
  .hero-image.tw {
    background-image: url("/snow/assets/stay_packages/banner/tw_sp-9596412f.png");
  }
  .hero-image.cn {
    background-image: url("/snow/assets/stay_packages/banner/cn-3f1e1d3b.png");
  }
  .hero-image.hk {
    background-image: url("/snow/assets/stay_packages/banner/hk_sp-21f0d6b1.png");
  }
  .hero-image.www {
    background-image: url("/snow/assets/stay_packages/banner/www_sp-46705361.png");
  }
}

.search-components {
  font-size: var(--font-size-m);
}

.stay_packages_early_access_banner {
  height: 50px;
  width: 100%;
  background: linear-gradient(90deg, #D4E9FF 0%, #C1DCF6 100%);
  position: sticky;
  top: 60px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .stay_packages_early_access_banner {
    background: none;
    top: 50px;
  }
  .stay_packages_early_access_banner img {
    height: auto;
    width: 100%;
  }
}

.stay-package-promotion-banner {
  padding-right: var(--spacing-xl);
  min-height: 90px;
  border-radius: 5px;
  background: #3F62C1;
  display: flex;
  color: white;
  font-weight: bold;
}
@media (max-width: 768px) {
  .stay-package-promotion-banner {
    padding-right: var(--spacing-xs);
  }
}
.stay-package-promotion-banner .image-area {
  position: relative;
  border-radius: 5px 0 0 5px;
  background-color: inherit;
  background-image: url("/snow/assets/banner/stay_package/other/pc-1f46bd1a.png");
  background-size: cover;
  width: 180px;
}
@media (max-width: 768px) {
  .stay-package-promotion-banner .image-area {
    width: 100px;
    background-image: url("/snow/assets/banner/stay_package/other/sp-cd211748.png");
  }
}
.stay-package-promotion-banner .image-area .new-release-tag {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 20px 20px 0px;
  padding: 3px 9px;
}
.stay-package-promotion-banner .image-area .new-release-tag p {
  color: inherit;
}
.stay-package-promotion-banner .text-area {
  padding: var(--spacing-xs) 0 var(--spacing-xs) var(--spacing-2xs);
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .stay-package-promotion-banner .text-area {
    padding-left: 24px;
  }
}
.stay-package-promotion-banner .text-area .promotion-info {
  flex-grow: 1;
  font-size: var(--font-size-m);
  font-weight: bold;
  gap: var(--spacing-2xs);
}
@media (max-width: 768px) {
  .stay-package-promotion-banner .text-area .promotion-info {
    font-size: var(--font-size-xs);
    gap: var(--spacing-3xs);
  }
}
.stay-package-promotion-banner .text-area .promotion-info .resort-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.stay-package-promotion-banner .text-area .promotion-discount {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-grow: 1;
  font-size: var(--font-size-headline-s);
}
@media (max-width: 768px) {
  .stay-package-promotion-banner .text-area .promotion-discount {
    font-size: var(--font-size-m);
    justify-content: space-between;
    margin-top: var(--spacing-3xs);
  }
}
.stay-package-promotion-banner .text-area .promotion-discount .arrow {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: var(--spacing-xs);
}
.stay-package-promotion-banner .text-area .promotion-discount .arrow svg {
  stroke: white;
}

@media (max-width: 448px) {
  .stay-package-section-header {
    margin-bottom: 2px;
  }
}
.stay-package-section-header-title {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 21px;
  margin-right: 24px;
  white-space: normal;
  display: -webkit-box;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 448px) {
  .stay-package-section-header-title {
    margin-right: 0;
    font-size: 18px;
  }
}
.stay-package-section-item-list {
  margin-top: 24px;
}
@media (max-width: 448px) {
  .stay-package-section-item-list {
    margin-top: 12px;
  }
}
.stay-package-section-item-list {
  margin-left: -6px;
  margin-bottom: -6px;
}
.stay-package-section-item-list .card {
  margin-left: 6px;
  margin-bottom: 3px;
}

.box, .plan-item, .yado-card {
  position: relative;
  transition: all ease-out 0.1s;
  flex-direction: column;
  display: flex;
  align-items: stretch;
  height: 100%;
  color: #000;
  border: 1px solid transparent;
  border-radius: 0.15rem;
}
.box__image, .plan-item__image, .yado-card__image {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.box__image-inner, .plan-item__image-inner, .yado-card__image-inner {
  transition: all ease-out 0.2s;
  height: 200px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box__body, .plan-item__body, .yado-card__body {
  padding: 8px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.box__title, .yado-card__title {
  transition: all ease-out 0.3s;
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 0;
}
.box__footer p, .yado-card__footer p {
  color: #6c757d;
  font-size: 0.7rem;
  margin: 0;
}

a.box:hover, a.plan-item:hover, a.yado-card:hover {
  text-decoration: none;
  border: 1px solid #e83e8c;
}
a.box:hover .box__image-inner, a.box:hover .plan-item__image-inner, a.plan-item:hover .box__image-inner, a.plan-item:hover .plan-item__image-inner, a.box:hover .yado-card__image-inner, a.plan-item:hover .yado-card__image-inner, a.yado-card:hover .box__image-inner, a.yado-card:hover .plan-item__image-inner, a.yado-card:hover .yado-card__image-inner {
  transform: scale(1.1);
}

.yado-content {
  min-height: 100vh;
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .yado-content {
    flex: 0 0 63.3333333333%;
    max-width: 63.3333333333%;
  }
}
@media (min-width: 1200px) {
  .yado-content {
    flex: 0 0 70.3333333333%;
    max-width: 70.3333333333%;
  }
}

.yado-card__image-inner__overlay {
  transition: all 0.2s ease-in;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0.8) 87%, rgba(255, 255, 255, 0.9));
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0.8) 87%, rgba(255, 255, 255, 0.9));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0.7) 82%, rgba(255, 255, 255, 0.8) 87%, rgba(255, 255, 255, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  opacity: 0.96;
}
.yado-card__rating {
  width: 100%;
}
.yado-card__price {
  transition: all 0.2s ease-in;
  position: absolute;
  bottom: 7px;
  left: 0;
  padding: 0 8px;
  width: 100%;
  z-index: 1;
  line-height: 0.9em;
  opacity: 1;
}
.yado-card__price .price-amount {
  font-size: 1.6em;
}
.yado-card__price .price-prefix {
  vertical-align: 3px;
  font-size: 0.9em;
}
.yado-card__price .price-suffix {
  vertical-align: 3px;
  font-size: 0.9em;
}
.yado-card__price-note {
  line-height: 0.8em !important;
  font-size: 0.6em;
  color: #000;
}
.yado-card__body {
  height: auto !important;
  padding: 0;
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa !important;
}
.yado-card__free-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

.yado-mosaic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0.15rem !important;
}
.yado-mosaic--first-row {
  height: 40vh;
  min-height: 300px;
}
.yado-mosaic--second-row {
  height: 27vh !important;
  min-height: 200px !important;
}
@media (max-width: 576px) {
  .yado-mosaic--second-row-xs {
    height: 27vh !important;
    min-height: 200px !important;
  }
}

.photo {
  border: 3px solid #212529;
  width: 100%;
  height: 30vw;
  max-height: 280px;
}

.plan-item {
  flex-direction: row !important;
  background-color: #fff !important;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0.15rem !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07) !important;
  height: auto !important;
  margin-bottom: 10px;
}
.plan-item__image {
  height: 140px !important;
  margin: -0.5rem !important;
}
@media (max-width: 576px) {
  .plan-item__image {
    height: 80px !important;
  }
}
.plan-item__image-inner {
  height: 140px !important;
}
@media (max-width: 576px) {
  .plan-item__image-inner {
    height: 80px !important;
  }
}
.plan-item__body {
  height: auto !important;
  padding: 0;
  background-color: #f8f9fa !important;
}
.plan-item__price strong {
  font-size: 1.8em;
}
@media (max-width: 576px) {
  .plan-item__price {
    font-size: 0.8rem;
  }
}
.plan-item__left-column {
  padding: 0.5rem !important;
  border-right: 1px solid #dee2e6 !important;
}
@media (max-width: 576px) {
  .plan-item__room-name {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .plan-item__icon-text {
    font-size: 0.7rem;
  }
}
.plan-item__description {
  margin-bottom: 0 !important;
  font-size: 90%;
}
@media (max-width: 576px) {
  .plan-item__description {
    font-size: 0.7rem;
  }
}
.plan-item__description p {
  margin-bottom: 0 !important;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-box-orientが指定できない問題対応 https://github.com/postcss/autoprefixer/issues/776#issuecomment-392346351 */
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .plan-item__hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
.plan-item__book-button {
  display: block;
  text-align: center;
  background-color: #ef0060;
  color: #fff !important;
  text-decoration: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: #ef0060;
  border-image: initial;
  border-radius: 0.2rem;
}
.plan-item__book-button:hover {
  background-color: #c90051;
  border-color: #bc004c;
}
.plan-item__book-button:hover .plan-item__book-button__content:last-of-type {
  color: #c90051 !important;
}
.plan-item__book-button__content:first-of-type {
  font-size: 1rem;
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  padding: 0.6rem 1.8rem;
  transition: all 0.1s ease-in 0s;
  color: #fff;
}
.plan-item__book-button__content:last-of-type {
  font-size: 0.8rem;
  color: #ef0060;
  background-color: #fff;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  padding: 0.1rem 1.2rem;
}

.rating-breakdown tbody td {
  word-break: keep-all;
}
.rating-breakdown tbody tr:first-child th,
.rating-breakdown tbody tr:first-child td {
  border-top: 0;
}
.rating-breakdown__star {
  vertical-align: 3px;
}
.rating-breakdown__number {
  margin-left: 0.25rem !important;
  color: #F5A623;
  vertical-align: 2px;
}
@media (max-width: 576px) {
  .rating-breakdown tbody tr:nth-child(n+2) td .rating-breakdown__star {
    display: none;
  }
}

.fix-spin {
  -webkit-transform-origin: 50% calc(50% - 0.5px);
  transform-origin: 50% calc(50% - 0.5px);
}

@media (max-width: 576px) {
  .plan-title {
    font-size: 1.2rem;
  }
}

.plan-yado-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  width: 100%;
}
@media (max-width: 768px) and (min-width: 0) {
  .plan-yado-image {
    height: 240px;
  }
}

.date-input {
  font-size: 16px;
  cursor: pointer;
  background-color: #fff !important;
}

.open-search-form-modal-button {
  display: none;
}
@media (max-width: 991px) {
  .open-search-form-modal-button {
    display: block;
  }
}

.search-conditions-mini-container {
  width: 100%;
  padding: 1rem;
  border-radius: 0.2rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #6c757d;
}

.search-form-select {
  font-size: 0.95rem;
  border-radius: 2px !important;
  border: 1px solid #dbdbdb !important;
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,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czp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTgtMDctMjdUMDc6NTY6NDctMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE4LTA3LTI3VDA3OjU5OjA4LTA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE4LTA3LTI3VDA3OjU5OjA4LTA3OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9IkRpc3BsYXkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OWVmMTg3ZTUtMWVmNy00NzlhLWE1Y2QtMmVkMTE5NjQ2Y2ZmIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTRmNTk5YTMtYTc1Zi05NDQxLTk3ZDQtMmY3OTNjNWQ3NTI3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6M2FmYmY3ZWYtNWFiOS00MTk4LWFjODUtNzY2NzE2NDk2ODM1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozYWZiZjdlZi01YWI5LTQxOTgtYWM4NS03NjY3MTY0OTY4MzUiIHN0RXZ0OndoZW49IjIwMTgtMDctMjdUMDc6NTY6NDctMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ZWYxODdlNS0xZWY3LTQ3OWEtYTVjZC0yZWQxMTk2NDZjZmYiIHN0RXZ0OndoZW49IjIwMTgtMDctMjdUMDc6NTk6MDgtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr46tjAAAACBSURBVCjPY/j//z8DOgaCVVjFsSgMB2IQIxuvYiBgBuJHUMXfgVgCn+I+qEIYXoxVMRBYoymEYX9sio/hUHz79+/fCMVAUIxDIQy3Q9UxyAPxPwKKQdgEHKZAfI4IvJ8BW+DjwoNFMUkeJCnoSIoUkqOb5IREUhIlOfGTlK0IZVgAkODRpD7i30MAAAAASUVORK5CYII=);
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 13px;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* ======banner_area and backgrounds ====== */
.sy_banner {
  background-color: #edf0f7;
  background-image: url("/snow/accommodations/img/list_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 160px;
  max-height: 160px;
  background-position: bottom;
  cursor: pointer;
}

.sy_banner--contents {
  background-color: #edf0f7;
  background-image: url("/snow/accommodations/img/list_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  max-height: 120px;
  background-position: bottom;
  margin: 15px auto;
  -webkit-box-shadow: 0 1px 4px 0 rgba(220, 224, 227, 0.15), 0 0 1px 0 rgba(220, 224, 227, 0.1);
  box-shadow: 0 4px 8px 0 rgba(220, 224, 227, 0.15), 0 0 1px 0 rgba(220, 224, 227, 0.1);
  cursor: pointer;
}

.sy_banner a {
  text-decoration: none;
}

.container.sy_banner--contents {
  max-width: 1090px;
}

.sy_banner--contents a {
  text-decoration: none;
}

.sy_banner_area, .sy_banner_area--contents {
  margin: 0 auto;
}

.sy_banner_area_txt {
  display: block;
}
.sy_banner_area_txt p.banner_title {
  color: #011422;
  text-align: center;
  padding: 2.4rem 0 0 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.6em;
  letter-spacing: 1px;
  line-height: 20px;
}
.sy_banner_area_txt p.banner_title--contents {
  color: #011422;
  text-align: center;
  padding: 0.8rem 0 0 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.5em;
  letter-spacing: 1px;
}
.sy_banner_area_txt span.banner_sub_txt {
  display: block;
  color: #011422;
  text-align: center;
  padding: 0 0 0.5rem 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0;
}
.sy_banner_area_txt span.banner_sub_txt--contents {
  display: block;
  color: #011422;
  text-align: center;
  padding: 0 0 0.2rem 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.8em;
}
.sy_banner_area_txt span.banner_check {
  margin: 0 auto;
  background: #faca77;
  width: 100px;
  color: #000;
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 4px;
  margin-bottom: 0;
  font-size: 0.9em;
  border: 2px dashed #000;
  border-radius: 5px;
  letter-spacing: 0;
}
.sy_banner_area_txt span.banner_check--contents {
  margin: 0 auto;
  background: #faca77;
  width: 100px;
  color: #000;
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 3px;
  margin-bottom: 0;
  font-size: 0.9em;
  border: 2px dashed #000;
  border-radius: 5px;
}

.sy_banner--side {
  background-color: #edf0f7;
  background-image: url("/snow/accommodations/img/detail_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  max-height: 120px;
  background-position: bottom;
  margin: 10px auto;
  -webkit-box-shadow: 0 1px 4px 0 rgba(220, 224, 227, 0.15), 0 0 1px 0 rgba(220, 224, 227, 0.1);
  box-shadow: 0 4px 8px 0 rgba(220, 224, 227, 0.15), 0 0 1px 0 rgba(220, 224, 227, 0.1);
  cursor: pointer;
  max-width: 480px;
}
.sy_banner--side a {
  text-decoration: none;
}

.sy_banner_area--side {
  margin: 0 auto;
}

.sy_banner_area_txt p.banner_title--side {
  color: #011422;
  text-align: center;
  padding: 0.9rem 0 0 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: 1px;
  line-height: 20px;
}
.sy_banner_area_txt span.banner_sub_txt--side {
  display: block;
  color: #011422;
  text-align: center;
  padding: 0 0 0.5rem 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.75em;
}
.sy_banner_area_txt span.banner_check--side {
  margin: 0 auto;
  background: #faca77;
  width: 100px;
  color: #000;
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 2px;
  margin-bottom: 0;
  font-size: 0.9em;
  border: 2px dashed #000;
  border-radius: 5px;
}

.sy_banner--detail--warp {
  padding: 0 -15px !important;
}

.sy_banner--detail {
  background-color: #edf0f7;
  background-image: url("/snow/accommodations/img/detail_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  max-height: 120px;
  background-position: bottom;
  display: block;
  margin: 50px auto 10px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(220, 224, 227, 0.15), 0 0 1px 0 rgba(220, 224, 227, 0.1);
  box-shadow: 0 4px 8px 0 rgba(220, 224, 227, 0.15), 0 0 1px 0 rgba(220, 224, 227, 0.1);
  cursor: pointer;
}

.container.sy_banner--detail {
  padding: 0;
}

.sy_banner--detail a {
  text-decoration: none;
}

.sy_banner_area--detail {
  margin: 0 auto;
}

.sy_banner_area_txt p.banner_title--detail {
  color: #011422;
  text-align: center;
  padding: 1rem 0 0 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: 1px;
}
.sy_banner_area_txt span.banner_sub_txt--detail {
  display: block;
  color: #011422;
  text-align: center;
  padding: 0 0 0.3rem 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.75em;
}
.sy_banner_area_txt span.banner_check--detail {
  margin: 0 auto;
  background: #faca77;
  width: 100px;
  color: #000;
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 2px;
  margin-bottom: 0;
  font-size: 0.9em;
  border: 2px dashed #000;
  border-radius: 5px;
}

.sy_banner--modal {
  background-color: #edf0f7;
  background-image: url("/snow/accommodations/img/banner_modal.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  max-height: 120px;
  background-position: bottom;
  display: block;
  margin: 0 auto;
}

.container.sy_banner--modal {
  padding: 0;
}

.sy_banner_area--modal {
  margin: 0 auto;
}

.sy_banner_area_txt p.banner_title--modal {
  color: #011422;
  text-align: center;
  padding: 3rem 0 0 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 1px;
}

/* ===================== Person modal ===================== */
.sy_modal--traffic.modal {
  z-index: 99999999;
}
.sy_modal--traffic .close {
  color: #333;
  margin: 10px 20px 0 0;
}
.sy_modal--traffic .close:not(:disabled):not(.disabled):hover {
  color: #101010;
}
.sy_modal--traffic .modal-dialog {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sy_modal--traffic .modal-content {
  border-radius: 0;
}
.sy_modal--traffic .modal-title {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.sy_modal--traffic .modal-header, .sy_modal--traffic .modal-footer {
  margin: 0;
}
.sy_modal--traffic .modal-header {
  display: block;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  padding: 0;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.sy_modal--traffic .modal-body {
  margin: 0;
  padding: 0;
}

.btn-modal-btn {
  font-size: 15px;
}

.modal-footer .btn-modal-btn {
  font-size: 15px;
  background: #ffffff !important;
  border-radius: none !important;
  border: none !important;
}

.sy_modal_container {
  padding: 24px 20px 0;
  position: relative;
}
.sy_modal_container h3 {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
  color: #000;
}

i.shield {
  background-image: url("/snow/accommodations/img/shield.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
}

.sy_modal_container h3 span {
  letter-spacing: 1px;
}
.sy_modal_container ul {
  background: rgba(237, 240, 247, 0.1);
  padding: 10px;
  border: 1px dotted #ccc;
}
.sy_modal_container ul li {
  list-style: none;
  font-size: 0.7em;
  font-weight: 400;
  text-align: left;
  margin: 0;
  color: #333;
}
.sy_modal_container .sy_bannner_main_title {
  display: block;
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.4;
  padding-top: 20px;
}
.sy_modal_container .sy_bannner_main_title span.Wa-color {
  color: #E91E63;
  letter-spacing: 1px;
}
.sy_modal_container .sy_bannner_main_title span.Snow-color {
  color: #727071;
  letter-spacing: 1px;
}
.sy_modal_container p {
  padding: 20px 10px 20px 10px;
  font-size: 0.65em;
  font-weight: 400;
  color: #484848;
}

@media (min-width: 576px) {
  .sy_modal--traffic .modal-dialog {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .sy_banner {
    background-color: #edf0f7;
    background-image: url("/snow/accommodations/img/detail_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 160px;
    max-height: 160px;
    background-position: bottom;
    cursor: pointer;
  }
}
.sy_rating {
  margin: 0;
  padding: 0;
  direction: ltr;
  unicode-bidi: bidi-override;
  color: #FFBF55;
  float: left;
  font-size: 0.8em;
}
.sy_rating li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.sy_rating li.active {
  color: #F5A623;
}
.sy_rating li.sy_rating_count {
  color: #333;
  padding-left: 5px;
  padding-top: 2px;
}

.sy_btn:focus,
.sy_form:focus {
  outline: 0;
  box-shadow: unset;
}

.loading-dialog {
  margin: 0 auto;
  width: 280px;
  height: 280px;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.sy_date_picker {
  cursor: pointer;
  padding: 0;
  background-color: #fff;
  border: 1px solid #DCE0E3;
  height: 48px;
  padding-top: 1px;
  padding-left: 5px;
  line-height: 40px;
}

.sy_right_area_container {
  width: 320px;
}
@media (max-width: 991px) {
  .sy_right_area_container {
    width: 100%;
  }
}

.sy_right_banner_container {
  padding-left: 10px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .sy_right_banner_container {
    display: none;
  }
}

.sy_center_banner_container {
  display: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .sy_center_banner_container {
    display: block !important;
  }
}

/* ------------------------------------ COPYRIGHT ------------------------------------ */
.copy_right {
  display: block;
  width: 100%;
  min-height: 40px;
  border-top: 1px solid #f2f2f7;
}
.copy_right p {
  color: #acacac;
  margin-bottom: 0;
  font-size: 13px;
  padding-top: 8px;
}
.copy_right ul {
  text-align: right;
}
.copy_right ul li {
  line-height: 40px;
}
.copy_right ul li img {
  width: 30px;
  height: 21px;
}
.copy_right ul li a {
  display: block;
  line-height: 40px;
  font-size: 14px;
}
.copy_right ul li img {
  width: 30px;
  height: 21px;
}
.copy_right ul li {
  line-height: 40px;
}
.copy_right .list-inline {
  padding: 8px 0 0 0;
}
.copy_right .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* Swiper */
.slider {
  width: 100%;
  margin: 0;
}

.slick-slide, .slick-track {
  margin: 0;
}

.slick-prev:before {
  color: #D1D1DE;
  font-size: 50px;
}

.slick-next:before {
  color: #D1D1DE;
  font-size: 50px;
}
.slick-next {
  right: -30px;
}

.slick-prev {
  left: -60px;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.slick-active, .slick-current {
  opacity: 1;
}

.sy_title {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.hotel_slider_title {
  padding: 80px 0 5px 0;
  display: block;
  border-bottom: 0.5px solid #DCE0E3;
}
.hotel_slider_title h3 {
  font-size: 1.25em;
  color: #333;
  font-weight: 500;
}
.hotel_slider_title h3 i.ico-quote {
  background: url("/snow/accommodations/img/snowflake.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-right: 4px;
}
.hotel_slider_title h3 span.hotel_link_title a {
  color: #43A8ED;
  padding-right: 1px;
}
.hotel_slider_title h3 span.hotel_link_title a:hover {
  text-decoration: none;
  color: #339be2;
}

.hotel_count_info {
  float: right;
  color: #9B9B9B;
  font-size: 0.6em;
  display: block;
  position: relative;
  right: 0;
  font-weight: 400;
  top: 15px;
}

/* ===================== recommend-card ===================== */
.recommend_slider {
  padding: 15px 0 0 0;
}
.recommend_slider li.slider_list {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

.recommend-card {
  margin: 0;
  padding: 0;
  border: 1px solid #D6D6D6;
}
.recommend-card:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(58, 74, 88, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(58, 74, 88, 0.05);
}

.recommend-card-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
.recommend-card-img {
  background-color: #e9ecef;
  height: 200px;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.sy_access_ico {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999999;
  margin: 15px 0 0 15px;
  text-align: center;
  font-size: 10px;
  line-height: 2.4em;
  color: #000;
}
.sy_access_ico--express_bus {
  background: url("/snow/accommodations/img/access_ico/express_bus.svg") no-repeat;
  background-size: contain;
}
.sy_access_ico--shuttle_bus {
  background: url("/snow/accommodations/img/access_ico/shuttle_bus.svg") no-repeat;
  background-size: contain;
}
.sy_access_ico--courtesy_car {
  background: url("/snow/accommodations/img/access_ico/courtesy_car.svg") no-repeat;
  background-size: contain;
}
.sy_access_ico--adjacent {
  background: url("/snow/accommodations/img/access_ico/adjacent.svg") no-repeat;
  background-size: contain;
}
.sy_access_ico--walk {
  background: url("/snow/accommodations/img/access_ico/walk.svg") no-repeat;
  background-size: contain;
}
.sy_access_ico--car {
  background: url("/snow/accommodations/img/access_ico/car.svg") no-repeat;
  background-size: contain;
}

.sy_label {
  position: absolute;
  z-index: 999999;
  background-color: rgba(50, 210, 163, 0.98);
  color: #fff;
  width: auto;
  height: 36px;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
}

.recommend-card-img img {
  width: 100%;
  text-align: center;
  height: auto;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.recommend-card-img img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.recommend_box {
  color: -webkit-link;
  outline: none;
}
.recommend_box .hotel_price {
  color: #000;
}
.recommend_box:hover {
  text-decoration: none;
  color: -webkit-link;
}
.recommend_box img {
  width: 100%;
}

.recommend-card-text {
  padding: 10px 15px;
}
.recommend-card-text h4 {
  line-height: 1.4em;
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-card-text h4 span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8em;
  font-weight: 500;
}
.recommend-card-text h4 {
  color: #333;
}
.recommend-card-text .price_area {
  clear: both;
  display: block;
}
.recommend-card-text .sy_rating {
  direction: ltr;
  unicode-bidi: bidi-override;
  color: #FFBF55;
  float: left;
  font-size: 0.8em;
}
.recommend-card-text .sy_rating li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.recommend-card-text .sy_rating li.active {
  color: #F5A623;
}
.recommend-card-text .sy_rating li.sy_rating_count {
  color: #333;
  padding-left: 4px;
  padding-top: 2px;
}
.recommend-card-text span.day_price {
  float: right;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  color: #8C8CA0;
  font-size: 0.7em;
  font-weight: 400;
}
.recommend-card-text span.hotel_price {
  font-weight: 600;
  text-align: right;
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  line-height: 24px;
}
.recommend-card-text .meta-tags {
  margin-bottom: 2px;
}
.recommend-card-text .meta-tags span.place-hotel {
  color: #8C8CA0;
  font-size: 0.75em;
  font-weight: 400;
}
.recommend-card-text .meta-tags span.place-hotel i {
  margin: 0 5px;
}
.recommend-card-text .meta-tags span {
  color: #999;
}

/* ===================== normal-card ===================== */
.normal_slider {
  padding: 15px 0 0 0;
  margin-bottom: 60px;
}
.normal_slider li.slider_list {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

.normal-card {
  margin: 0;
  padding: 0;
  border: 1px solid #D6D6D6;
}
.normal-card:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(58, 74, 88, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(58, 74, 88, 0.05);
}

.normal-card-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
.normal-card-img {
  background-color: #e9ecef;
  height: 150px;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.normal-card-img img {
  width: 100%;
  text-align: center;
  height: auto;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.normal-card-img img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.normal_box {
  color: -webkit-link;
  outline: none;
}
.normal_box:hover {
  color: -webkit-link;
  text-decoration: none;
}
.normal_box .hotel_price {
  color: #000;
  font-weight: 600;
  font-size: 1.1em;
}
.normal_box img {
  width: 100%;
}

.normal-card-text {
  padding: 8px 15px;
}
.normal-card-text h4 {
  line-height: 1.1em;
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.normal-card-text h4 span {
  display: block;
  font-size: 0.9em;
}
.normal-card-text h4 {
  color: #333;
}
.normal-card-text .price_area {
  clear: both;
  display: block;
}
.normal-card-text .sy_rating {
  direction: ltr;
  unicode-bidi: bidi-override;
  color: #FFBF55;
  float: left;
  font-size: 0.75em;
  clear: both;
}
.normal-card-text .sy_rating li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.normal-card-text .sy_rating li.active {
  color: #F5A623;
}
.normal-card-text .sy_rating li.sy_rating_count {
  color: #333;
  padding-left: 2px;
  padding-top: 2px;
}
.normal-card-text .hotel_price_area span.hotel.price {
  font-weight: 600;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 24px;
}
.normal-card-text .hotel_price_area span.hotel_day {
  font-size: 0.8em;
  padding-left: 5px;
  color: #9B9B9B;
  font-weight: 400;
  padding-top: 5px;
}
.normal-card-text .meta-tags {
  margin-bottom: 2px;
}
.normal-card-text .meta-tags span.place-hotel {
  color: #8C8CA0;
  font-size: 0.75em;
  font-weight: 400;
}
.normal-card-text .meta-tags span.place-hotel i {
  margin: 0 5px;
}
.normal-card-text .meta-tags span {
  color: #999;
}

/* ===================== Form input ===================== */
.sy_form_top {
  margin: 0 10px;
}
.sy_form_top .form-group {
  margin: 5px 0;
  padding: 0 5px 0 0;
}
.sy_form_top .form-group:first-child {
  padding-left: 5px;
}
.sy_form_top .form-row-sy {
  background: #0778cb;
  margin: 20px auto 0;
  padding: 0;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(11, 113, 188, 0.15), 0 0 1px 0 rgba(11, 113, 188, 0.1);
}
.sy_form_top .form-control.sy_btn {
  cursor: pointer;
  background-color: #1A87D8;
  border: 1px solid #1A87D8;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  height: 48px;
  padding: 13px 8px 13px 8px;
  position: relative;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sy_form_top .form-control.sy_btn:hover {
  background-color: #0778cb;
}
.sy_form_top .form-control.sy_form {
  background-color: #fff;
  border: 1px solid #DCE0E3;
  border-radius: 2px;
  color: #002b4a;
  font-size: 16px;
  line-height: 48px;
  font-weight: 500;
  height: 48px;
  padding: 13px 8px 13px 44px;
  position: relative;
  width: 100%;
}
.sy_form_top .inner-addon {
  position: relative;
}
.sy_form_top .inner-addon .input_icon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.sy_form_top .inner-addon .input_icon.person_ico {
  display: block;
  overflow: hidden;
  background-image: url("/snow/accommodations/img/person_ico.svg");
  top: 14px;
  left: 16px;
}
.sy_form_top .inner-addon .input_icon.date_ico {
  display: block;
  overflow: hidden;
  background-image: url("/snow/accommodations/img/date_ico.svg");
  position: relative;
}
.sy_form_top .left-addon .input_icon {
  left: 0px;
}
.sy_form_top .right-addon .input_icon {
  right: 0px;
}

/* ===================== custom-form-group ===================== */
.custom-form-group select {
  background-color: #fff;
  border: 0.5px solid #1A87D8;
  border-radius: 0;
  color: #1A87D8;
  font-size: 13px;
  font-weight: 400;
  height: 28px;
  width: 90px;
  padding: 0 0 0 0.75em !important;
  box-shadow: 0 1px 2px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  text-align: center !important;
  -webkit-appearance: none;
  position: absolute;
  right: 20px;
}
.custom-form-group i {
  position: absolute;
  right: 28px;
  line-height: 28px;
  color: #1A87D8;
}
.custom-form-group ul {
  margin: 0;
  padding: 0;
}
.custom-form-group ul li {
  list-style: none;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}
.custom-form-group ul li dl {
  height: 30px;
  margin: 0;
  padding: 0;
  clear: both;
}
.custom-form-group ul li dl dt {
  font-size: 0.8em;
  height: 28px;
  line-height: 28px;
  font-weight: 400;
  float: left;
  color: #8C8CA0;
}
.custom-form-group ul li dl dd {
  float: right;
  width: 70px;
}

/* ===================== Search filed :  guest count ===================== */
.sy_inner_container {
  padding: 24px 20px 24px;
  position: relative;
}
.sy_inner_container.last {
  padding: 24px 20px 0;
}

.sy_people_title {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}

.sy_plan_label {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 4px 0;
}

.sy_step_layout {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.sy_step_layout.last {
  margin-bottom: 0;
}

.sy_step_info {
  min-height: 32px;
  position: relative;
}

.sy_info_title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.07;
}

.sy_info_description {
  color: #8C8CA0;
  font-size: 12px;
  margin-top: 4px;
}

.sy_button_container {
  position: absolute;
  right: 0;
  top: -4px;
}

.sy_button_down {
  background-image: url("/snow/accommodations/img/sy_minus.svg");
}

.sy_button_up {
  background-image: url("/snow/accommodations/img/sy_add.svg");
}

.sy_button_down.sy_count_button_disabled {
  background-image: url("/snow/accommodations/img/sy_minus_dis.svg");
}

.sy_button_up.sy_count_button_disabled {
  background-image: url("/snow/accommodations/img/sy_add_dis.svg");
}

.sy_count_number {
  border: 0;
  color: #333;
  cursor: default;
  font-size: 16px;
  font-weight: 600;
  height: 32px;
  text-align: center;
  width: 48px;
  float: left;
  outline: none;
}

.sy_count_number::selection {
  background-color: #fff;
}

.sy_count_button {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: solid 1px #1A87D8;
  border-radius: 24px;
  cursor: pointer;
  float: left;
  height: 32px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 32px;
}

.sy_count_button_disabled {
  border: solid 0.5px #ced4da;
  cursor: default;
}

.box__divider {
  border: 0.5px dotted #DCE0E3;
}

/* ===================== Person modal ===================== */
.sy_modal.modal {
  z-index: 10000;
}
.sy_modal .close {
  color: #B5B5C6;
  outline: none;
}
.sy_modal .close:not(:disabled):not(.disabled):hover {
  color: #AEAEAE;
}
.sy_modal .modal-dialog {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sy_modal .modal-content {
  border-radius: 0;
}
.sy_modal .modal-title {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.sy_modal .modal-header, .sy_modal .modal-footer, .sy_modal .modal-body {
  margin: 0 10px;
}

.btn-modal-btn {
  font-size: 15px;
}

.modal-footer .btn-modal-btn {
  font-size: 15px;
  background: #ffffff !important;
  border-radius: none !important;
  border: none !important;
}

.modal_icon.person_ico {
  display: block;
  overflow: hidden;
  background-image: url("/snow/accommodations/img/person_ico.svg");
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 12px;
  line-height: 20px;
  position: relative;
  top: 1px;
}

/* ===================== More Button ===================== */
.sy_hotel_more_bytton {
  color: #333;
}
.sy_hotel_more_bytton:hover {
  text-decoration: none;
  color: #333;
}
.sy_hotel_more_bytton span {
  display: block;
  line-height: 48px;
  width: 320px;
  height: 48px;
  font-size: 0.9em;
  margin: 0 auto 100px;
  border: 1px solid #D6D6D6;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
}
.sy_hotel_more_bytton span:hover {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(58, 74, 88, 0.1);
  box-shadow: 0px 6px 20px 0px rgba(58, 74, 88, 0.1);
}

/* ===================== side_area and backgrounds ===================== */
.sy_side_area {
  background-color: rgba(237, 237, 237, 0.5);
  background-image: url("/snow/accommodations/img/side_area_ico.svg");
  background-repeat: no-repeat;
  background-position: 40px 40px;
  max-width: 1090px;
}

.sy_side_area_txt {
  color: #333;
  text-align: center;
  padding: 40px 0 40px 100px;
  margin-bottom: 120px;
  font-weight: 400;
  font-size: 0.75em;
}

.sy_background_bottom {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("/snow/accommodations/img/bottom_bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40%;
  padding: 150px 200px;
  margin: 100px auto 100px;
  max-width: 1090px;
  display: block;
}

/* ===================== Media Responsive ===================== */
@media (min-width: 576px) {
  .sy_modal .modal-dialog {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
  .sy_form_top {
    margin: 0;
  }
  .sy_form_top .form-row-sy {
    padding: 1px;
  }
  .sy_form_top .form-group {
    margin: 6px 0 0 0;
    padding-left: 4px;
  }
  .sy_form_top .form-control.sy_btn {
    margin-bottom: 6px;
  }
}
@media (max-width: 639px) {
  .recommend_slider .slick-slide {
    float: none;
  }
  .recommend_slider .slick-list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .recommend_slider li.slider_list {
    padding-right: 0;
    padding-left: 0;
  }
  .sy_side_area {
    background-position: center bottom;
    background-size: 35%;
  }
  .sy_side_area_txt {
    padding: 30px 20px 100px 20px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .sy_title {
    padding: 0;
  }
  .sy_side_area_txt {
    padding: 30px 20px 80px 20px;
    text-align: left;
  }
  .recommend-card-text h4 {
    height: 54px;
  }
  .sy_background_bottom {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("/snow/accommodations/img/bottom_bg.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%;
    padding: 150px 0 0 0;
    margin: 0 auto 0;
    max-width: 480px;
    display: block;
  }
  .recommend-card-img {
    max-height: 180px;
  }
  .hotel_count_info {
    display: none;
  }
  .hotel_slider_title h3 {
    font-size: 1.2em;
  }
  .hotel_slider_title h3 i.ico-quote {
    display: none;
  }
  .col-md-12.normal_swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .recommend_slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
  .normal_slider .slick-track::-webkit-scrollbar {
    display: none;
  }
  .normal_slider .slick-track {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap !important;
    overflow-x: scroll !important;
  }
  .normal_slider .slick-slide {
    float: none;
    display: inline-block;
    width: 310px !important;
  }
  .normal_slider li.slider_list:first-child {
    margin-left: 5px;
  }
  .normal_slider li.slider_list:last-child {
    margin-right: 5px;
  }
  .normal-card-text h4 {
    height: 44px;
  }
  .sy_hotel_more_bytton span {
    display: block;
    line-height: 48px;
    width: auto;
    height: 48px;
    font-size: 1em;
    margin: 0 15px 100px 15px;
    border: 1px solid #D6D6D6;
    text-align: center;
    font-weight: 600;
  }
  .sy_form_top .form-row-sy {
    margin: 10px auto 0;
    padding: 1px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .sy_form_top .form-group {
    margin: 6px 0 0 0;
  }
  .sy_form_top .form-control.sy_btn {
    cursor: pointer;
    background-color: #1A87D8;
    border: 1px solid #1A87D8;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    padding: 13px 8px 13px 8px;
    position: relative;
    width: 100%;
    margin-bottom: 6px;
  }
  .hotel_slider_title {
    padding: 50px 0 5px 0;
    display: block;
    border-bottom: 0.5px solid #DCE0E3;
  }
}
/* ===================== hotel detail top image area ===================== */
.sy_hotel_top_layout {
  width: 100% !important;
  position: relative !important;
  height: 320px !important;
}

.sy_hotel_top_area {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.sy_hotel_top_img {
  position: relative !important;
  width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  left: 50% !important;
  right: 50% !important;
  height: 100%;
}

.sy_hotel_detail_img {
  background: url("/snow/accommodations/img/detail_top.jpg") no-repeat;
  display: block;
  width: 100%;
  height: 320px;
  background-position: bottom center;
  background-size: cover;
  position: absolute;
}

.sy_hotel_img_mapping {
  top: 20px;
  left: 0;
  position: relative;
}
.sy_hotel_img_mapping ul {
  display: inline-block;
  background: #222C5C;
  border-radius: 2px;
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  padding-inline-start: 0 !important;
}
.sy_hotel_img_mapping ul li.sy_mapping_list {
  list-style: none;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  max-width: 130px;
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.sy_hotel_img_mapping ul li.sy_mapping_list.hotel_name {
  max-width: 120px;
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.sy_hotel_img_mapping ul li.sy_mapping_list a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.sy_hotel_img_mapping ul li:last-child {
  margin-right: 0;
}
.sy_hotel_img_mapping ul li.sy_caret_right {
  color: #fff;
  font-size: 13px;
  float: left;
  margin: 0 10px 0 0;
}

.sy_hotel_img_mapping--list {
  padding: 0;
  margin: 0;
}
.sy_hotel_img_mapping--list .sy_mapping_title {
  padding: 0;
  margin: 30px 0 0 8px;
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}
.sy_hotel_img_mapping--list ul {
  display: inline-block;
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 5px 0 8px;
  margin: 0;
  padding-inline-start: 0 !important;
}
.sy_hotel_img_mapping--list ul li {
  list-style: none;
}
.sy_hotel_img_mapping--list ul li.sy_mapping_list {
  list-style: none;
  max-width: 150px;
  float: left;
  font-size: 0.8em;
  margin-right: 8px;
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.3px;
}
.sy_hotel_img_mapping--list ul li.sy_mapping_list.hotel_name {
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 8px;
}
.sy_hotel_img_mapping--list ul li.sy_mapping_list a {
  text-decoration: none;
  color: #8C8CA0;
  font-weight: 400;
}
.sy_hotel_img_mapping--list ul li.sy_mapping_list.hotel_name a {
  color: #333;
  font-weight: 500;
}
.sy_hotel_img_mapping--list ul li:last-child {
  margin-right: 0;
}
.sy_hotel_img_mapping--list ul li.sy_caret_right {
  color: #8C8CA0;
  font-size: 13px;
  float: left;
  margin: 0 8px 0 0;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

/* ===================== hotel detail top image area ===================== */
.sy_hotel_top_layout {
  width: 100% !important;
  position: relative !important;
  height: 320px !important;
}

.sy_hotel_top_area {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.sy_hotel_top_img {
  position: relative !important;
  width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  left: 50% !important;
  right: 50% !important;
  height: 100%;
}

.sy_hotel_detail_img {
  background: url("/snow/accommodations/img/detail_top.jpg") no-repeat;
  display: block;
  width: 100%;
  height: 320px;
  background-position: bottom center;
  background-size: cover;
  position: absolute;
}

.sy_hotel_img_mapping {
  top: 20px;
  left: 0;
  position: relative;
}
.sy_hotel_img_mapping ul {
  display: inline-block;
  background: #222C5C;
  border-radius: 2px;
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  padding-inline-start: 0 !important;
}
.sy_hotel_img_mapping ul li.sy_mapping_list {
  list-style: none;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  max-width: 130px;
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding-left: 10px;
  padding-right: 5px;
}
.sy_hotel_img_mapping ul li.sy_mapping_list.hotel_name {
  max-width: 120px;
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 10px;
}
.sy_hotel_img_mapping ul li.sy_mapping_list a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.sy_hotel_img_mapping ul li:last-child {
  margin-right: 0;
}
.sy_hotel_img_mapping ul li.sy_caret_right {
  color: #fff;
  font-size: 13px;
  float: left;
  margin: 0 10px 0 0;
}

.sy_hotel_img_mapping--list {
  padding: 0;
  margin: 0;
}
.sy_hotel_img_mapping--list .sy_mapping_title {
  padding: 0;
  margin: 30px 0 0 8px;
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}
.sy_hotel_img_mapping--list ul {
  display: inline-block;
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 5px 0 8px;
  margin: 0;
  padding-inline-start: 0 !important;
}
.sy_hotel_img_mapping--list ul li {
  list-style: none;
}
.sy_hotel_img_mapping--list ul li.sy_mapping_list {
  list-style: none;
  max-width: 150px;
  float: left;
  font-size: 0.8em;
  margin-right: 8px;
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.3px;
  padding-left: 10px;
  padding-right: 5px;
}
.sy_hotel_img_mapping--list ul li.sy_mapping_list.hotel_name {
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 8px;
}
.sy_hotel_img_mapping--list ul li.sy_mapping_list a {
  text-decoration: none;
  color: #8C8CA0;
  font-weight: 400;
}
.sy_hotel_img_mapping--list ul li.sy_mapping_list.hotel_name a {
  color: #333;
  font-weight: 500;
}
.sy_hotel_img_mapping--list ul li:last-child {
  margin-right: 0;
}
.sy_hotel_img_mapping--list ul li.sy_caret_right {
  color: #8C8CA0;
  font-size: 13px;
  float: left;
  margin: 0 8px 0 0;
}

.sy_hotel_top_list_bg {
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  bottom: 70px;
  overflow: auto;
  white-space: nowrap;
}

.sy_hotel_top_list_container {
  padding: 0 10px;
  max-width: 1090px;
}
.sy_hotel_top_list_container:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, rgb(255, 255, 255) 95%, rgb(255, 255, 255));
}
@media (min-width: 1200px) {
  .sy_hotel_top_list_container:after {
    width: 250px;
  }
}

.sy_hotel_top_list {
  margin: 0;
  padding: 0;
}
.sy_hotel_top_list li {
  list-style: none;
  float: left;
  flex: 0 0 auto;
}
.sy_hotel_top_list li a {
  background: #fff;
  width: 230px;
  height: 48px;
  margin: 11px 10px 11px 0;
  padding: 0;
  display: block;
  color: #000;
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.sy_hotel_top_list li a:hover {
  text-decoration: none;
}
.sy_hotel_top_list li img {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
}
.sy_hotel_top_list li span {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

/* ===================== hotel detail top tab ===================== */
.sy_hotel_detail_tab_warp {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  background: #fff;
}

.sy_hotel_detail_tab {
  box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  padding: 12px 0 20px 0;
  background: #fff;
}
.sy_hotel_detail_tab ul li {
  list-style: none;
  float: left;
  margin-right: 60px;
  border-bottom: 3px solid #fff;
  border-width: 3px;
  height: 36px;
  font-size: 0.9em;
}
.sy_hotel_detail_tab ul li.active {
  border-bottom: 3px solid #E4005F;
}
.sy_hotel_detail_tab ul li a {
  cursor: pointer;
  color: #8C8CA0 !important;
  font-weight: 400;
}
.sy_hotel_detail_tab ul li.active a {
  color: #000 !important;
}
.sy_hotel_detail_tab ul li a:hover {
  text-decoration: none !important;
  color: #000 !important;
}

/* ===================== hotel detail contents : left ===================== */
.sy_hotel_detail_warp {
  max-width: 1090px;
}

.sy_hotel_detail_left {
  margin-top: 30px;
  height: auto;
  clear: right;
}

.sy_left_side {
  margin-top: 20px;
}

.sy_speical_label {
  width: 100px;
  height: 36px;
  background: #50E3C2;
  color: #fff;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  padding: 10px;
}

.sy_hotel_detail_title {
  font-size: 1.7rem;
  padding-right: 85px;
}
.sy_hotel_detail_title span {
  padding-left: 10px;
  font-size: 1rem;
  padding-top: 3px;
}

.sy_hotel_detail_namecard {
  position: relative;
  display: block;
  overflow: hidden;
}
.sy_hotel_detail_namecard .meta-tags span.place-hotel {
  color: #8C8CA0;
  font-size: 0.8em;
  font-weight: 400;
}
.sy_hotel_detail_namecard .meta-tags span.place-hotel i {
  margin: 0 5px;
}
.sy_hotel_detail_namecard .sy_access_ico {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 0;
  text-align: center;
  font-size: 12px;
  line-height: 31px;
  display: block;
  top: 0;
  right: 20px;
}
@media (max-width: 480px) {
  .sy_hotel_detail_namecard .sy_access_ico {
    top: 8px;
    right: 8px;
    transform: scale(0.8);
  }
}

/* ===================== hotel detail contents : right ===================== */
.sy_hotel_detail_right {
  margin-top: 20px;
  clear: both;
  position: relative !important;
}

.sy_right_side {
  position: fixed;
  top: 68px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 50;
}

.sy_hotel_side_box {
  border: 1px solid #DCE0E3;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(220, 224, 227, 0.15), 0 0 1px 0 rgba(220, 224, 227, 0.1);
  box-shadow: 0 4px 8px 0 rgba(220, 224, 227, 0.15), 0 0 1px 0 rgba(220, 224, 227, 0.1);
  height: auto;
}

.sy_result_price_box {
  background: #fbfbfb;
  height: 68px;
  margin: 15px 15px;
  line-height: 68px;
  padding-left: 20px;
}

.sy_result_box_jpy {
  font-size: 15px;
}

.sy_result_box_price {
  font-size: 24px;
  font-weight: 600;
}

.sy_result_box_people {
  font-size: 14px;
  color: #8C8CA0;
  padding-left: 10px;
}

.sy_side_form_area .sy_dropdown_area {
  border-radius: 0;
  width: 100%;
  border: 1px solid #DCE0E3;
  box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  z-index: 999999999;
}

/* ===================== bootstrap-select ===================== */
.bootstrap-select .btn:focus {
  outline: none !important;
}

.sy_side_form_area .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.sy_side_form_area .btn-light {
  background-color: #fff;
  border: 1px solid #DCE0E3;
  border-radius: 2px;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  height: 40px;
  padding: 13px 8px 13px 12px;
  position: relative;
  width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #333;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #333;
}

.sy_side_form_area .dropdown-toggle::after {
  display: inline-block;
  width: 10px !important;
  height: 6px !important;
  margin-left: 0.255em;
  margin-right: 5px;
  vertical-align: 0;
  content: url("/snow/accommodations/img/arrow_carrot-down.svg");
  color: #fff;
  border-color: #fff;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.sy_side_form_area .btn-light:not(:disabled):not(.disabled).active {
  color: #333;
  background-color: #fff;
  border-color: #DCE0E3;
}

.btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #333;
  background-color: #fff;
  border-color: #DCE0E3;
}

.sy_side_form_area .dropdown-menu {
  border-radius: 0;
  width: 100%;
  border: 1px solid #DCE0E3;
  box-shadow: 0 4px 10px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  z-index: 999999999;
  padding: 20px 20px;
}
.sy_side_form_area .dropdown-menu li {
  color: #000;
  font-size: 13px;
  padding: 2px 0;
}
.sy_side_form_area .dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #67abed;
  border-radius: 2px;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #67abed;
  border-radius: 2px;
}

/* ===================== Form input : for detail ===================== */
.sy_hotel_side_box .form-group {
  margin-bottom: 10px;
}
.sy_hotel_side_box .form-control.sy_form {
  background-color: #fff;
  border: 1px solid #DCE0E3;
  border-radius: 2px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  padding: 13px 8px 13px 12px;
  position: relative;
  width: 100%;
}

.sy_side_form_area {
  margin: 0 15px;
  padding: 0;
}

.sy_side_form {
  margin: 0;
  padding: 0 0 5px 0;
}

.sy_hotel_side_box .inner-addon {
  position: relative;
}

.sy_plan_label {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 4px 0;
}
.sy_plan_label span.sy_err_msg {
  color: #fff;
  margin-left: 10px;
  background: #D0021B;
  padding: 2px 4px;
  border-radius: 4px;
}

.sy_hotel_side_box .inner-addon .input_icon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  z-index: 99999;
  width: 20px;
  height: 20px;
}
.sy_hotel_side_box .inner-addon .input_icon.person_ico {
  display: block;
  overflow: hidden;
  background-image: url("/snow/accommodations/img/person_ico.svg");
  top: 10px;
}
.sy_hotel_side_box .inner-addon .input_icon.date_ico {
  display: block;
  overflow: hidden;
  background-image: url("/snow/accommodations/img/date_ico.svg");
  top: 10px;
}
.sy_hotel_side_box .left-addon .input_icon {
  left: 0px;
}
.sy_hotel_side_box .right-addon .input_icon {
  right: 10px;
}

.sy-btn-primary {
  background-color: #1A87D8;
  color: #fff;
  height: 40px;
  border-radius: 2px;
  margin: 5px 0 15px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
}
.sy-btn-primary:hover {
  background-color: #0778cb;
}

.sy-btn-primary-line {
  background-color: rgba(103, 171, 237, 0.1);
  color: #0778cb;
  height: 40px;
  border-radius: 2px;
  margin: 5px 0 15px 0;
  font-weight: 600;
}
.sy-btn-primary-line:hover {
  background-color: rgba(103, 171, 237, 0.3);
}

/* ===================== hotel detail contents : photo ===================== */
.sy_container_photo_wrapper {
  margin: 30px 0;
  padding: 0;
}

.sy_container_photo {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.sy_container_photo_big {
  position: relative !important;
  width: 100% !important;
  margin-left: -50% !important;
  margin-right: -50% !important;
  left: 50% !important;
  right: 50% !important;
  max-height: 360px;
  display: block;
  overflow: hidden;
  margin-bottom: 4px;
}
.sy_container_photo_big img {
  width: 100%;
  text-align: center;
  height: auto;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.sy_container_photo ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
}
.sy_container_photo ul li {
  list-style: none;
  margin: 0 4px 0 0;
  padding: 0;
  font-size: 0;
  width: 33.333%;
  float: left;
  width: 33.3333333333%;
}
.sy_container_photo ul li:last-child {
  margin: 0;
}

.sy_container_photo_small {
  position: relative !important;
  width: 100% !important;
  margin-left: -50% !important;
  margin-right: -50% !important;
  left: 50% !important;
  right: 50% !important;
  display: flex;
  overflow: hidden;
  max-height: 140px;
  margin-bottom: 4px;
}
.sy_container_photo_small img {
  width: 100%;
  text-align: center;
  background-position: 100%;
  background-size: cover;
  height: auto;
}

.sy_container_photo_cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: inherit;
}
.sy_container_photo_cover:hover {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(0, 0, 0, 0.3) 95%, rgba(0, 0, 0, 0.3));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
}
.sy_container_photo_cover.black_cover {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 0.9rem;
  line-height: 140px;
}

.photo_more {
  color: #fff;
}
.photo_more i {
  padding-right: 8px;
}

/* ===================== hotel detail contents : rating ===================== */
.sy_hotel_detail_namecard .price_area {
  clear: both;
  display: block;
}
.sy_hotel_detail_namecard .sy_rating {
  direction: ltr;
  unicode-bidi: bidi-override;
  color: #FFBF55;
  float: left;
  font-size: 0.8em;
}
.sy_hotel_detail_namecard .sy_rating li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.sy_hotel_detail_namecard .sy_rating li.active {
  color: #F5A623;
}
.sy_hotel_detail_namecard .sy_rating li.sy_rating_count {
  color: #333;
  padding-left: 2px;
  padding-top: 2px;
}

/* ===================== hotel detail contents : address ===================== */
.sy_address {
  padding: 10px 5px;
  border-top: 0.5px dotted #DCE0E3;
  border-bottom: 1px dotted #DCE0E3;
  font-size: 0.7rem;
  vertical-align: middle;
  margin-bottom: 20px;
  color: #2a2a2e;
  background: #fefefe;
}
.sy_address i {
  padding-right: 10px;
}
.sy_address span.sy-span-left {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.sy_address span.sy-span-right {
  float: right;
  text-align: right;
  right: 0;
  padding-left: 5px;
  color: #1A87D8;
}
.sy_address span.sy-span-right a {
  text-decoration: none;
  color: #1A87D8;
  padding: 10px 5px 10px 10px;
}
.sy_address span.sy-span-right i {
  color: #1A87D8;
}

/* ===================== Photo exprain ===================== */
h4.sy_photo_exprain {
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  padding: 0 5px;
  line-height: 1.5;
  white-space: pre-wrap;
}

p.sy_hotel_detail_exprain {
  font-size: 0.8rem;
  font-weight: 400;
  color: #606060;
  padding: 10px 5px 20px 5px;
  line-height: 1.5;
  white-space: pre-wrap;
}

/* ===================== Search filed :  guest count ===================== */
.sy_side_form .sy_inner_container {
  padding: 8px 15px 8px;
  position: relative;
}
.sy_side_form .sy_inner_container.last {
  padding: 15px 20px 0;
}
.sy_side_form .sy_people_title {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}
.sy_side_form .sy_step_layout {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.sy_side_form .sy_step_layout.last {
  margin-bottom: 0;
}
.sy_side_form .sy_step_info {
  min-height: 32px;
  position: relative;
}
.sy_side_form .sy_info_title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.07;
}
.sy_side_form .sy_info_description {
  color: #8C8CA0;
  font-size: 12px;
  margin-top: 4px;
}
.sy_side_form .sy_button_container {
  position: absolute;
  right: 0;
  top: -4px;
}
.sy_side_form .sy_button_down {
  background-image: url("/snow/accommodations/img/sy_minus.svg");
}
.sy_side_form .sy_button_up {
  background-image: url("/snow/accommodations/img/sy_add.svg");
}
.sy_side_form .sy_button_down.sy_count_button_disabled {
  background-image: url("/snow/accommodations/img/sy_minus_dis.svg");
}
.sy_side_form .sy_count_number {
  border: 0;
  color: #333;
  cursor: default;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  text-align: center;
  width: 48px;
  float: left;
  outline: none;
}
.sy_side_form .sy_count_number::selection {
  background-color: #fff;
}
.sy_side_form .sy_count_button {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: solid 1px #1A87D8;
  border-radius: 24px;
  cursor: pointer;
  float: left;
  height: 32px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 32px;
}
.sy_side_form .sy_count_button_disabled {
  border: solid 0.5px #ced4da;
  cursor: default;
}

/* ===================== Media Responsive ===================== */
@media (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
  .sy_container_photo_small {
    max-height: 120px;
  }
  .sy_container_photo_cover.black_cover {
    line-height: 120px;
    font-size: 0.8rem;
  }
}
@media (max-width: 640px) {
  .sy_container_photo_wrapper {
    margin: 10px -15px 15px -15px;
    padding: 0;
  }
  .sy_container_photo_small {
    max-height: 110px;
  }
  .sy_container_photo_cover.black_cover {
    line-height: 110px;
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .sy_hotel_top_layout {
    width: 100% !important;
    position: relative !important;
    height: 240px !important;
  }
  .sy_hotel_detail_img {
    background: url("/snow/accommodations/img/detail_top.jpg") no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-size: cover;
  }
  .sy_hotel_top_list_container {
    padding: 0 10px;
    max-width: 1090px;
  }
  .sy_hotel_detail_tab_warp {
    position: static;
  }
  .sy_hotel_detail_tab {
    display: block;
    padding: 0 0;
  }
  .sy_hotel_detail_tab ul {
    padding-left: 30px;
    padding-right: 30px;
    margin: 8px 0;
    height: 31px;
  }
  .sy_hotel_detail_tab ul li {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    width: 50%;
    line-height: 2;
    border-bottom: none;
  }
  .sy_hotel_detail_tab ul.ly_tab_3 {
    padding-left: 5px;
    padding-right: 5px;
    margin: 8px 0;
    height: 31px;
  }
  .sy_hotel_detail_tab ul.ly_tab_3 li {
    margin: 0;
    padding: 0 0ㄴ;
    text-align: center;
    width: 33.333%;
    line-height: 2;
    border-bottom: none;
  }
  .sy_hotel_detail_tab ul li.active {
    border-bottom: none;
  }
  .sy_hotel_detail_title span {
    display: block;
    padding-left: 0;
    font-size: 0.8rem;
    padding-top: 5px;
    line-height: 1.3;
  }
  .sy_hotel_detail_title {
    font-size: 1.4rem;
    padding-right: 30px;
  }
  .sy_speical_label {
    width: 80px;
    height: 30px;
    background: #50E3C2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding: 7px;
  }
  .sy_container_photo_small {
    max-height: 90px;
  }
  .sy_container_photo_cover.black_cover {
    line-height: 90px;
    font-size: 0.7rem;
  }
  .sy_address {
    font-size: 0.7rem;
    margin: 0 -15px;
  }
  .sy_hotel_detail_left {
    margin-top: 10px;
    height: auto;
    clear: right;
  }
  .sy_address span.sy-span-left {
    padding-left: 10px;
  }
  .copy_right ul {
    text-align: center;
  }
  .copy_right p {
    text-align: center;
    color: #acacac;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 8px;
  }
  .sy_hotel_detail_namecard .sy_bus_ico {
    background: url("/snow/accommodations/img/bus_ico_large.svg") no-repeat;
    width: 45px;
    height: 45px;
    background-size: 100%;
    position: absolute;
    z-index: 99;
    text-align: center;
    font-size: 0.7em;
    line-height: 2.4em;
    display: block;
    top: -20px;
    right: 0;
  }
  h4.sy_photo_exprain {
    font-size: 0.8rem;
    font-weight: 500;
    color: #333;
    padding: 0 0;
    line-height: 1.5;
    white-space: pre-wrap;
  }
  p.sy_hotel_detail_exprain {
    font-size: 0.75rem;
    font-weight: 400;
    color: #606060;
    padding: 10px 0 20px 0;
    line-height: 1.5;
    white-space: pre-wrap;
  }
}
.sy_yado_section {
  padding: 30px 0 0 0;
  border-top: 1px solid #DCE0E3;
  margin-bottom: 40px;
}
.sy_yado_section.border-line-none {
  border-top: 1px solid #fff;
}

.mp-50 {
  padding-bottom: 50px;
}

.sy_yado_section_title {
  font-size: 1.4em;
  font-weight: 600;
  padding: 0;
  color: #333333;
}
.sy_yado_section_title span {
  font-size: 12px !important;
  padding-left: 15px;
  color: #545454;
  font-weight: 400;
}

.sy_yado_section_subtitle {
  font-size: 0.95em;
  font-weight: 600;
  color: #333333;
  margin: 0;
  padding: 10px 0 0 0;
}

.sy_yado_section_list {
  display: block;
  clear: both;
  padding: 0;
  margin: 15px auto;
}
.sy_yado_section_list li {
  list-style: none;
  float: left;
  line-height: 20px;
  height: 24px;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
.sy_yado_section_list li i.ico_hotel--line {
  display: inline-block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.sy_yado_section_list li span {
  display: inline-block;
  color: #484848;
  font-size: 0.8em;
  height: 24px;
  line-height: 10px;
  vertical-align: middle;
  padding-left: 10px;
}
.sy_yado_section_list .ico_clean {
  background-image: url("/snow/accommodations/img/hotel_ico/bath_line.svg");
}
.sy_yado_section_list .ico_nonsmoke {
  background-image: url("/snow/accommodations/img/hotel_ico/nonsmoke_line.svg");
}
.sy_yado_section_list .ico_cooling {
  background-image: url("/snow/accommodations/img/hotel_ico/cooling_line.svg");
}
.sy_yado_section_list .ico_parking {
  background-image: url("/snow/accommodations/img/hotel_ico/parking_line.svg");
}
.sy_yado_section_list .ico_cleaning {
  background-image: url("/snow/accommodations/img/hotel_ico/cleaning_line.svg");
}
.sy_yado_section_list .ico_yukata {
  background-image: url("/snow/accommodations/img/hotel_ico/yukata_line.svg");
}
.sy_yado_section_list .ico_pajamas {
  background-image: url("/snow/accommodations/img/hotel_ico/pajamas_line.svg");
}
.sy_yado_section_list .ico_hair-dryer {
  background-image: url("/snow/accommodations/img/hotel_ico/hair-dryer_line.svg");
}
.sy_yado_section_list .ico_open-airbath {
  background-image: url("/snow/accommodations/img/hotel_ico/open-airbath_line.svg");
}
.sy_yado_section_list .ico_toilet {
  background-image: url("/snow/accommodations/img/hotel_ico/toilet_line.svg");
}
.sy_yado_section_list .ico_shower {
  background-image: url("/snow/accommodations/img/hotel_ico/shower_line.svg");
  background-image: url("/snow/accommodations/img/hotel_ico/shower_line.svg");
}
.sy_yado_section_list .ico_heating {
  background-image: url("/snow/accommodations/img/hotel_ico/heating_line.svg");
}
.sy_yado_section_list .ico_televsion {
  background-image: url("/snow/accommodations/img/hotel_ico/televsion_line.svg");
}
.sy_yado_section_list .ico_refrigerator {
  background-image: url("/snow/accommodations/img/hotel_ico/refrigerator_line.svg");
  background-image: url("/snow/accommodations/img/hotel_ico/refrigerator_line.svg");
}
.sy_yado_section_list .ico_wifi {
  background-image: url("/snow/accommodations/img/hotel_ico/wifi_line.svg");
}

.sy_yado_section_subarea {
  background-color: #f2f2f2;
  height: 40px;
  margin: 15px 0 20px 0;
  border-radius: 5px;
}
.sy_yado_section_subarea li {
  float: left;
  list-style: none;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #484848;
  font-weight: 600;
}
.sy_yado_section_subarea li span {
  padding-left: 4px;
}

.sy_yado_section_subtxt {
  display: block;
  padding: 0 5px;
  margin: 15px 0 0 0;
}
.sy_yado_section_subtxt dt.sy_yado_section_subtxt--dt {
  font-size: 0.85em;
  width: 100px;
  float: left;
}
.sy_yado_section_subtxt dd.sy_yado_section_subtxt--dd {
  padding-left: 108px;
  font-size: 0.8em;
  color: #545454;
}
.sy_yado_section_subtxt dd ul li {
  list-style: none;
}
.sy_yado_section_subtxt dd ul.sy_yado_section_sub_ul li {
  float: left;
  padding-right: 10px;
}
.sy_yado_section_subtxt dd ul.sy_yado_section_sub_ul--listsytle {
  display: block;
  width: 100%;
}
.sy_yado_section_subtxt dd ul.sy_yado_section_sub_ul--listsytle li i {
  padding-right: 8px;
}

.sy_sub_list_dl {
  font-size: 0.9em;
  background: #f7f9f4;
  padding: 10px 20px;
  border-radius: 3px;
}
.sy_sub_list_dl dt {
  padding: 10px 0;
}

.sy_sub_list_dl_snow {
  font-size: 0.9em;
  background: #f4f8f9;
  padding: 10px 20px;
  border-radius: 3px;
}
.sy_sub_list_dl_snow dt {
  padding: 10px 0;
}

.sy_yado_cancel_policy {
  border: 1px solid #DCE0E3;
  padding: 20px;
  margin: 5px;
}
.sy_yado_cancel_policy ul {
  display: block;
  overflow: hidden;
  clear: both;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.sy_yado_cancel_policy ul li {
  list-style: none;
  font-weight: 400;
}
.sy_yado_cancel_policy ul li.sy_cancel_policy_left {
  float: left;
}
.sy_yado_cancel_policy ul li.sy_cancel_policy_right {
  float: right;
}

.map-example .heading .icon {
  color: #ffb526;
}

.map-yado-snow {
  margin-top: 20px;
  padding-bottom: 20px;
}
.map-yado-snow #accommodation-gmap {
  border: 3px solid #f2f2f2;
  background: #f2f2f2;
  height: 240px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .map-yado-snow #accommodation-gmap {
    height: 280px;
  }
}
.sy_booking_layout {
  width: 100%;
}

.sy_header_top {
  padding: 0;
  margin: 0;
}

.sy_header_warp {
  background: #fff;
  width: 100%;
  display: block;
  height: 50px;
  box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  padding: 0;
  margin: 0;
}

.sy_header {
  height: 50px;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  display: block;
}

.sy_logo {
  float: left;
  height: 50px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
.sy_logo img {
  width: 154px;
  height: 20px;
}

.sy_help {
  display: block;
  text-align: right;
  line-height: 50px;
}
.sy_help i {
  line-height: 50px;
  text-align: right;
  font-size: 1.2em;
  color: #8c8ca0;
}

.sy_booking_warp {
  max-width: 1090px;
}

.sy_booking_left {
  margin-top: 20px;
  height: auto;
  padding: 0;
}

.sy_booking_left__frame {
  background: #f5f9ff;
  padding: 8px;
}

.sy_booking_right {
  float: right;
}

.sy_booking_right__frame {
  margin-top: 20px;
  height: auto;
  background: #f5f9ff;
  padding: 8px;
}

.sy_booking_side_box {
  background-color: #fff;
  padding: 20px 20px 20px;
  margin: 0 0 0 0;
  box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  height: auto;
}

.sy_booking_steps_wrapper {
  background-color: #fff;
  padding: 20px 20px 20px;
  margin: 0 0 10px 0;
  box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
}

.sy_booking_bottom {
  background: #fff;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.sy_buy_layout {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fffafc;
  border: 1px solid #f9dce6;
  border-radius: 3px;
}
.sy_buy_layout .sy_buy_price {
  padding-left: 15px;
  font-size: 20px;
}
.sy_buy_layout .sy_buy_price i {
  font-style: normal;
  font-size: 14px;
  padding-right: 2px;
}
.sy_buy_layout button.sy_buy_btn {
  cursor: pointer;
  margin: 5px;
  padding: 0.55rem 1.5rem;
  border-radius: 4px;
  border: 0;
  background: #E91E63;
  color: #fff;
  text-decoration: none;
}
.sy_buy_layout button.sy_buy_btn:hover {
  box-shadow: 0 4px 8px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
}

.sy_banner_layout {
  position: relative;
  top: 5px;
  margin-bottom: 10px;
  color: #fff;
  background: #009cff;
  border-radius: 2px;
  padding: 0;
  height: 50px;
  line-height: 50px;
}

.sy_booking_steps_wrapper h2.sy_booking_title {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  padding-top: 5px;
}
.sy_booking_steps_wrapper p {
  color: #8C8CA0;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.3;
}

.sy_booking_label {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 600;
}

.sy_booking_time {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 600;
  color: #ccc;
}

.sy_booking_label span.sy_error_label {
  color: #D0021B;
  padding: 0;
  font-size: 11px;
  line-height: 1.3;
  padding-left: 5px;
}

.sy_booking_form {
  padding: 0;
}
.sy_booking_form .form-control::placeholder {
  color: #8C8CA0;
  opacity: 1;
  font-weight: 400;
}
.sy_booking_form .form-control:-ms-input-placeholder {
  color: #8C8CA0;
  font-weight: 400;
}
.sy_booking_form .form-control::-ms-input-placeholder {
  color: #8C8CA0;
  font-weight: 400;
}
.sy_booking_form .form-control {
  color: #000;
  font-size: 16px;
  line-height: calc(2.5rem + 2px);
  height: calc(2.5rem + 2px);
}
.sy_booking_form .form-control:focus {
  outline: none !important;
  background: #f5fbff;
  border: 1px solid #1A87D8;
}
.sy_booking_form .form-control.form_err {
  outline: none !important;
  background: #fff8f5;
  border: 1px solid #D0021B;
}

.sy_error_text {
  display: block;
  padding-top: 5px;
  color: #D0021B;
  font-size: 11px;
  width: 100%;
  white-space: normal;
}

.sy_booking_step .sy_step_layout, .sy_booking_step .sy_button_container {
  margin-bottom: 30px;
}
.sy_booking_step.last {
  padding: 10px 0 0 0;
  border-top: 1px solid #DCE0E3;
}

.sy_booking_side_box__label {
  color: #8C8CA0;
  display: block;
  font-size: 12px;
  margin-top: 20px;
  font-weight: 600;
  text-align: center;
}

.sy_booking_side_box__label-left {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 600;
}

.sy_booking_side_box__label span {
  color: #8C8CA0;
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 400;
}

.sy_booking_side_box__date p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
}

.sy_booking_step {
  padding-bottom: 10px;
}
.sy_booking_step .custom-form-group {
  margin-top: 20px;
}
.sy_booking_step .custom-form-group select {
  right: 30px;
  background-color: #fff;
  border: 0.5px solid #DCE0E3;
  border-radius: 3px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 36px;
  width: 180px;
  padding: 0 0 0 0.75em !important;
  box-shadow: 0 1px 2px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  text-align: center !important;
  -webkit-appearance: none;
  position: absolute;
}
.sy_booking_step .custom-form-group i {
  position: absolute;
  right: 28px;
  line-height: 28px;
  color: #000 !important;
}
.sy_booking_step .custom-form-group ul li dl dt {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}
.sy_booking_step .custom-form-group ul li dl {
  font-size: 12px;
}
.sy_booking_step .custom-form-group i {
  position: absolute;
  right: 38px;
  line-height: 36px;
  color: #1A87D8;
}
.sy_booking_step .linewrapper {
  display: flex;
  align-items: baseline;
  font-size: 12px;
}
.sy_booking_step .sy_booking_line_label {
  width: auto;
}
.sy_booking_step .sy_booking_line_value {
  width: auto;
  text-align: right;
  font-weight: 600;
}
.sy_booking_step .middle {
  border-bottom: 1px dashed #ccc;
  flex-grow: 1;
  margin: 0 5px;
  vertical-align: middle;
  padding: 10px 0 10px 0;
  position: relative;
  bottom: 2px;
}

.sy-detail__group {
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #DCE0E3;
  overflow: hidden;
  position: relative;
}
.sy-detail__group.last {
  border-bottom: none !important;
  padding: 0 0 0 0 !important;
}

.sy-detail__img {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #f9f9fc;
  border-right: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sy-detail__group dl {
  width: 100%;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.sy-detail__group dl dt {
  float: left;
  color: #8C8CA0;
  font-weight: 400;
  font-size: 12px;
}
.sy-detail__group dl dd {
  float: right;
  font-weight: 400;
}
.sy-detail__group.last dl dd {
  font-size: 14px;
}
.sy-detail__group.last dl dd span {
  font-size: 10px;
  padding-right: 2px;
}
.sy-detail__group dl.booking_price {
  border-top: 1px solid #DCE0E3;
  padding-top: 20px;
  margin-top: 10px;
}
.sy-detail__group dl.booking_price dt {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.sy-detail__group dl.booking_price dd {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.sy-detail__describe {
  margin-left: 80px;
}
.sy-detail__describe > .title {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 16px;
  margin-right: 10px;
  max-width: auto;
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 2px;
}

.sy_booking_right .sy_rating_warp {
  margin-top: 5px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.sy_booking_right .sy_rating {
  direction: ltr;
  unicode-bidi: bidi-override;
  color: #FFBF55;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.sy_booking_right .sy_rating li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.sy_booking_right .sy_rating li.active {
  color: #F5A623;
}
.sy_booking_right .sy_rating li.sy_rating_count {
  color: #333;
  padding-left: 2px;
  padding-top: 2px;
}

.sy-detail__address {
  color: #8C8CA0;
  line-height: 1.4;
  padding-top: 5px;
  padding-left: 2px;
  font-size: 10px;
  margin-right: 10px;
  max-width: auto;
  display: block;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sy_agree {
  display: block;
  text-align: center;
  margin: 30px 10px 20px 10px;
  font-size: 12px;
}
.sy_agree a {
  color: #1A87D8;
  text-decoration: none;
}
.sy_agree a:hover {
  color: #016cb0;
}

.sy_change_room_link {
  padding: 10px 20px 60px 10px;
  text-align: right;
}
.sy_change_room_link a {
  font-size: 14px;
  color: #1A87D8;
  text-decoration: none;
}
.sy_change_room_link a:hover {
  color: #016cb0;
}
.sy_change_room_link a i {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .sy_booking_layout .copy_right {
    padding: 20px 0 60px 0;
  }
  .sy_booking_right {
    padding: 0;
  }
  .sy_booking_left {
    margin-top: 0;
    padding: 0;
  }
  .sy_booking_right__frame {
    margin-top: 1px;
    padding: 10px 10px 10px 10px;
  }
  .sy_buy_layout {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin-bottom: 0;
    background: #fff;
    border: none;
    box-shadow: 0 -4px -8px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
    border-top: 0.5px solid rgba(229, 229, 229, 0.5);
  }
  .sy_change_room_link {
    display: none;
  }
}
.sy_payment_step {
  background-color: #fff;
  padding: 20px 20px 20px;
  margin: 0 0 0 0;
  box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
}
.sy_payment_step h2.sy_booking_title {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  padding-top: 5px;
}
.sy_payment_step p {
  color: #8C8CA0;
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.3;
}

.sy_card-types li {
  list-style: none;
  line-height: 40px;
}
.sy_card-types ul li img {
  list-style: none;
  line-height: 40px;
  width: 30px;
  height: 21px;
}
.sy_card-types .sy_card-name {
  padding: 8px 0 0 0;
}
.sy_card-types .sy_card-name > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.cvv-container {
  position: relative;
}

.cvv-img {
  position: absolute;
  bottom: 5px;
  right: 6px;
  width: 30px;
  height: 26px;
}

.sy_booking_info_text {
  padding: 20px 20px;
  font-size: 10px;
}

h3.sy_booking_result_title {
  font-size: 18px;
  padding: 20px 0 10px 0;
  line-height: 24px;
}

p.sy_booking_result_subtxt {
  font-size: 12px;
  padding: 0 0;
  line-height: 18px;
  color: #000;
}

.sy_result_layout {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fffafc;
  height: 60px;
  border: 1px solid #f9dce6;
  border-radius: 3px;
}
.sy_result_layout span {
  line-height: 60px;
  font-weight: 600;
}
.sy_result_layout span.sy_buy_price {
  padding-left: 15px;
  font-size: 20px;
}
.sy_result_layout span.sy_buy_price i {
  font-style: normal;
  font-size: 14px;
  padding-right: 2px;
}
.sy_result_layout span.sy_buy_btn {
  cursor: pointer;
  float: right;
  font-size: 20px;
  margin-right: 5px;
  height: 60px;
}
.sy_result_layout span.sy_buy_btn a {
  padding: 12px 60px;
  background: #E91E63;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
}
.sy_result_layout span.sy_buy_btn a:hover {
  box-shadow: 0 4px 8px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
}
@media (max-width: 576px) {
  .sy_result_layout span.sy_buy_btn a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.sy_change_mypage_link {
  padding: 10px 20px 60px 10px;
  text-align: right;
}
.sy_change_mypage_link a {
  font-size: 14px;
  color: #1A87D8;
  text-decoration: none;
}
.sy_change_mypage_link a:hover {
  color: #016cb0;
}
.sy_change_mypage_link a i {
  padding-right: 10px;
}

@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
}
.sy_room_layout {
  height: auto;
  box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  border: 2px solid #F2F2F7;
  margin-bottom: 0;
  padding: 8px;
  list-style: none;
  cursor: pointer;
}
.sy_room_layout:hover {
  box-shadow: 0 4px 10px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  border: 2px solid #F2F2F7;
  background: #fafafa;
}

.sy_room_image {
  position: absolute;
  width: 9em;
  height: 9em;
  overflow: hidden;
  z-index: 1;
  display: flex;
  background: #F2F2F7;
}
.sy_room_image span {
  padding: 0;
  display: block;
  position: absolute;
  z-index: 2;
  width: 9em;
  height: 9em;
  top: 0em;
  left: 0em;
  background: rgba(0, 0, 0, 0.1);
}
.sy_room_image img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  resize: both;
  -o-object-fit: cover;
  object-fit: cover;
  position: static;
  left: 0;
  top: 0;
}

i.ico_wifi_white {
  background-image: url("/snow/accommodations/img/hotel_ico/ico_wifi_white.svg");
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: 100%;
  left: 10px;
  top: 10px;
  z-index: 3;
}

.sy_room_info {
  position: relative;
  padding-left: 10em;
  padding-top: 1em;
  width: 100%;
  height: 9em;
}
.sy_room_info .sy_room_info_title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.sy_room_info .sy_room_info_title span.sy_room_tag {
  background: #FAA836;
  color: #fff;
  padding: 1px 2px;
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
  border-radius: 2px;
}

.sy_room_hotel_icons {
  margin: 0;
  padding: 0;
}
.sy_room_hotel_icons li {
  margin: 0;
  padding: 0 5px 0 0;
  float: left;
  list-style: none;
}
.sy_room_hotel_icons li i.ico_hotel {
  display: block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
}

.ico_food {
  background-image: url("/snow/accommodations/img/hotel_ico/ico_food.svg");
}

.ico_clean {
  background-image: url("/snow/accommodations/img/hotel_ico/ico_clean.svg");
}

.ico_smoke {
  background-image: url("/snow/accommodations/img/hotel_ico/ico_smoke.svg");
}

.ico_non_smoke {
  background-image: url("/snow/accommodations/img/hotel_ico/ico_non_smoke.svg");
}

.ico_cool {
  background-image: url("/snow/accommodations/img/hotel_ico/ico_cool.svg");
}

.ico_onsen {
  background-image: url("/snow/accommodations/img/hotel_ico/ico_onsen.svg");
}

.sy_result_price_box--room {
  margin: 0;
  position: absolute;
  float: right;
  right: 5px;
  bottom: 0;
}

.sy_result_box_jpy--room {
  font-size: 15px;
}

.sy_result_box_price--room {
  font-size: 24px;
  font-weight: 600;
}

.sy_result_box_people--room {
  font-size: 14px;
  color: #8C8CA0;
  padding-left: 10px;
}

.sy_result_box_cancel--plan {
  background: #c6e4f4;
  color: #195472;
  font-size: 12px;
  margin: 0;
  padding: 6px 8px;
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

.sy_result_price_box--plan {
  margin: 0;
  float: right;
}

.sy_result_box_info--plan {
  font-size: 0.7em;
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
  text-align: right;
  line-height: 13px;
  color: #484848;
}
.sy_result_box_info--plan span {
  padding-right: 2px;
}

.sy_result_box_jpy--plan {
  font-size: 15px;
}

.sy_result_box_price--plan {
  font-size: 24px;
  font-weight: 600;
  color: #E91E63;
}
.sy_result_box_price--plan span {
  color: #8C8CA0;
  font-size: 13px;
  padding-left: 2px;
}

.sy_result_box_people--plan {
  font-size: 14px;
  color: #8C8CA0;
  padding-left: 10px;
}

.i-accordion {
  margin-bottom: 30px;
}
.i-accordion .panel-heading {
  cursor: pointer;
}

.panel-title {
  padding-left: 5px;
  color: #E91E63;
}
.panel-title i {
  font-size: 18px;
}

.sy_plan_layout {
  padding: 4px 4px;
  box-shadow: 0 1px 2px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  margin: 0;
  background: #F2F2F2;
}
.sy_plan_layout li.sy_plan_layout_list {
  list-style: none;
  border: 2px solid #ddddef;
  border-bottom: none;
}
.sy_plan_layout li.sy_plan_layout_list:last-child {
  border-bottom: 2px solid #ddddef;
}

.sy_plan_border {
  padding: 15px;
  background: #fff;
}

.sy_label_plan {
  background: #7ED321;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 4px 8px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 12px;
}

.sy_plan_layout li.sy_plan_layout_list h5 {
  font-weight: 500;
  font-size: 0.95em;
  color: #333;
  padding: 8px 0 4px 0;
  line-height: inherit;
}

.sy_plan_list_info {
  padding: 6px 0;
  border-bottom: 1px dotted #f2f2f7;
  display: block;
}
.sy_plan_list_info li {
  display: inline-block;
  padding-right: 10px;
  list-style: none;
}
.sy_plan_list_info li span {
  margin-left: 5px;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  padding-left: 4px;
}

.plan_bed_ico {
  display: block;
  overflow: hidden;
  background-image: url("/snow/accommodations/img/hotel_ico/plan_bed_ico.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
  float: left;
  line-height: 20px;
}

.plan_person_ico {
  display: block;
  overflow: hidden;
  background-image: url("/snow/accommodations/img/hotel_ico/plan_person_ico.svg");
  width: 20px;
  height: 20px;
  background-size: 100%;
  float: left;
  line-height: 20px;
}

.sy_plan_list_tag {
  display: block;
  clear: both;
  height: auto;
  padding: 10px 0;
}
.sy_plan_list_tag li {
  list-style: none;
  display: inline-block;
  background: #edf7e7;
  color: #333a2e;
  font-size: 0.75em;
  margin-right: 2px;
  margin-bottom: 5px;
  padding: 0 8px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 400;
  line-height: inherit;
}

.sy_plan_list_service_info {
  display: block;
  clear: both;
  margin: 15px 0 25px 0;
}
.sy_plan_list_service_info li {
  list-style: none;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 15px 0 0;
}
.sy_plan_list_service_info li i.ico_hotel {
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: 100% 100%;
}
.sy_plan_list_service_info li span {
  display: inline-block;
  color: #484848;
  font-size: 0.75em;
  height: 30px;
  line-height: 10px;
  vertical-align: middle;
  padding-left: 3px;
}

.sy_plan_btn_area {
  width: 100%;
  display: inline-block;
}

.sy_plan_btn_layout {
  float: right;
  display: block;
}
.sy_plan_btn_layout a {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 140px;
  text-decoration: none;
  padding: 8px 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  box-shadow: 0 1px 2px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.9em;
}
.sy_plan_btn_layout a:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  box-shadow: 0 4px 8px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
}
.sy_plan_btn_layout a.sy_plan_btn_detail {
  cursor: pointer;
  margin-right: 4px;
  border: 1px solid #9292ad;
  background: #fefefe;
  color: #9292ad;
}
.sy_plan_btn_layout a.sy_plan_btn_reserve {
  margin-left: 4px;
  background: #E91E63;
  color: #fff;
  border: 1px solid #E91E63;
}

@media (max-width: 480px) {
  .sy_room_list {
    margin: 0 -15px;
  }
  .sy_room_layout {
    height: auto;
    box-shadow: 0 4px 10px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
    border: none;
    border-top: 0.5px solid #F2F2F7;
    margin-bottom: 10px;
    padding: 0;
  }
  .sy_room_layout:hover {
    box-shadow: 0 4px 10px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
    border: none;
    background: #fafafa;
    border-top: 0.5px solid #F2F2F7;
  }
  .sy_room_image {
    position: absolute;
    width: 8em;
    height: 8em;
    overflow: hidden;
    z-index: 1;
    display: flex;
    background: #F2F2F7;
  }
  .sy_room_image span {
    padding: 0;
    display: block;
    position: absolute;
    z-index: 2;
    width: 8em;
    height: 8em;
    top: 0em;
    left: 0em;
    background: rgba(0, 0, 0, 0.1);
  }
  i.ico_wifi_white {
    background-image: url("/snow/accommodations/img/hotel_ico/ico_wifi_white.svg");
    display: block;
    overflow: hidden;
    width: 26px;
    height: 26px;
    position: absolute;
    background-size: 100%;
    left: 8px;
    top: 8px;
    z-index: 3;
  }
  .sy_room_info {
    position: relative;
    padding-left: 9em;
    padding-top: 1em;
    width: 100%;
    height: 8em;
  }
  .sy_room_hotel_icons li i.ico_hotel {
    display: block;
    overflow: hidden;
    width: 26px;
    height: 26px;
    background-size: 100%;
  }
  .sy_room_info .sy_room_info_time {
    display: none;
  }
  .sy_result_price_box--room {
    margin: 0;
    position: absolute;
    float: right;
    right: 10px;
    bottom: 5px;
  }
  .sy_result_box_jpy--room {
    font-size: 13px;
  }
  .sy_result_box_price--room {
    font-size: 18px;
    font-weight: 600;
  }
  .sy_result_box_people--room {
    font-size: 12px;
    color: #8C8CA0;
    padding-left: 10px;
  }
  .sy_plan_btn_area {
    width: 100%;
    display: inline-block;
  }
  .sy_plan_btn_layout {
    float: none;
    width: 100%;
    display: inline-flex;
  }
  .sy_plan_btn_layout a {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 50%;
  }
  .sy_plan_btn_layout a.sy_plan_btn_detail {
    cursor: pointer;
    margin-right: 8px;
  }
  .sy_plan_btn_layout a.sy_plan_btn_reserve {
    margin-left: 8px;
  }
}
#sy_filter_tab {
  padding-top: 20px;
}

.sy_plan_filter {
  padding: 15px 15px;
  box-shadow: 0 1px 2px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  margin: 0 0 15px 0;
  border: 0.5px solid #F2F2F7;
  background: rgba(243, 250, 255, 0.1);
}
.sy_plan_filter ul {
  margin: 0;
  padding: 0;
}
.sy_plan_filter ul li {
  list-style: none;
  display: inline-block;
  background: #F2F2F7;
  border: 1px solid #F2F2F7;
  border-radius: 50px;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin: 6px 6px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 10px 0 rgba(174, 191, 212, 0.01);
  box-shadow: 0 0 10px 0 rgba(174, 191, 212, 0.01);
  font-weight: 500;
}
.sy_plan_filter ul li:hover {
  cursor: pointer;
}
.sy_plan_filter ul li.active {
  background: #ffffff;
  border: 1px solid #1A87D8;
  color: #1A87D8;
  -webkit-box-shadow: 0 0 10px 0 rgba(174, 191, 212, 0.3);
  box-shadow: 0 0 10px 0 rgba(174, 191, 212, 0.3);
  font-weight: 500;
}

.sy_plan_filter_title {
  margin: 50px 0 10px 0;
}
.sy_plan_filter_title i {
  padding-right: 10px;
  padding-left: 5px;
}
.sy_plan_filter_title .sy_filter_counter {
  float: right;
  font-size: 12px;
  color: #606060;
}

/* ===================== chip ===================== */
.sy_plan_chip {
  padding: 0;
  box-shadow: 0 1px 2px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
  margin: 0 0 15px 0;
  background: #fafafa;
  cursor: pointer;
}
.sy_plan_chip .chip {
  display: block;
  background: #fff;
  border: 1px solid #1A87D8;
  border-radius: 50px;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  margin: 5px;
  color: #1A87D8;
  float: right;
  margin: 6px 10px 6px 5px;
  font-weight: 500;
}
.sy_plan_chip .chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.sy_plan_chip .closebtn {
  padding-left: 10px;
  color: #1A87D8;
  font-weight: bold;
  float: right;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}
.sy_plan_chip .closebtn:hover {
  color: #0778cb;
}

@media (max-width: 480px) {
  .sy_plan_filter {
    padding: 6px 6px;
    margin: 0 -15px 10px -15px;
  }
  .sy_plan_filter ul li {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    margin: 3px 3px;
  }
  .sy_plan_chip {
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(229, 229, 229, 0.5), 0 0 1px 0 rgba(229, 229, 229, 0.5);
    margin: 0 -15px 15px -15px;
    background: #fafafa;
    cursor: pointer;
  }
  .sy_plan_chip .chip {
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    font-size: 11px;
    margin: 5px;
    margin: 6px 8px 6px 2px;
  }
  .sy_plan_chip .closebtn {
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
  }
  .sy_plan_filter_title {
    margin: 20px 0 10px 0;
  }
}
.sy_plan_modal.modal.left .modal-dialog {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.sy_plan_modal.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background: rgb(255, 255, 255);
}
.sy_plan_modal.modal.left .modal-content::-webkit-scrollbar {
  display: none;
}
.sy_plan_modal.modal.left .modal-header {
  max-height: 50px !important;
  line-height: 50px;
  position: fixed;
  width: 100%;
  z-index: 99999999999;
  background: rgb(255, 255, 255);
  margin: 0;
}
.sy_plan_modal.modal.left .modal-footer {
  position: fixed;
  width: 100%;
  z-index: 99999999999;
  background: rgb(255, 255, 255);
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
}

.sy_plan_modal_footer .sy_plan_btn_reserve {
  margin: 0;
  padding: 0;
  background: #E91E63;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
}
.sy_plan_modal_footer .sy_result_price_box {
  background: #ffffff;
  height: 60px;
  margin: 15px 15px;
  line-height: 45px;
  padding-left: 20px;
}
.sy_plan_modal_footer .sy_result_price_box .sy_result_box_vat {
  display: block;
  font-size: 0.7em;
  margin: 0;
  padding: 0 0 0 0;
  line-height: 0;
  color: #484848;
}

.sy_plan_modal.modal.left .modal-body {
  padding: 70px 20px 80px;
}
.sy_plan_modal.modal.left.fade .modal-dialog {
  left: -100%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.sy_plan_modal.modal.left.fade.show .modal-dialog {
  left: 0;
}

/* ----- MODAL STYLE ----- */
.modal-title.sy_plan_modal_title {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.modal-title.sy_plan_modal_title i {
  color: #B5B5C6;
  margin-right: 10px;
}
.modal-title.sy_plan_modal_title i:hover {
  color: #AEAEAE;
}

.sy_plan_modal {
  overflow-y: hidden !important;
}
.sy_plan_modal.modal {
  z-index: 99999999;
}
.sy_plan_modal .close {
  color: #B5B5C6;
  line-height: 20px;
}
.sy_plan_modal .close:not(:disabled):not(.disabled):hover {
  color: #AEAEAE;
}

.modal_plan_img {
  min-height: 140px;
  height: 200px;
  margin: 0 0 10px 0;
  padding: 0;
}
.modal_plan_img img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  resize: both;
  -o-object-fit: cover;
  object-fit: cover;
  position: static;
  left: 0;
  top: 0;
}

.sy_plan_modal_title h3 {
  margin: 0;
  padding: 0 5px 15px 5px;
  font-size: 0.9em;
  line-height: inherit;
}

.sy_plan_modal_contents {
  padding: 20px 5px 30px 5px;
}
.sy_plan_modal_contents h4 {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: inherit;
  font-weight: 600;
}
.sy_plan_modal_contents dl {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 0.8em;
  line-height: inherit;
}
.sy_plan_modal_contents dd {
  font-size: 0.8em;
}
.sy_plan_modal_contents p {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 0.9em;
  line-height: inherit;
}

.sy_plan_modal_info {
  padding: 10px 0 20px 0;
  font-size: 0.8em;
}
.sy_plan_modal_info dl {
  display: block;
}
.sy_plan_modal_info dl dt {
  float: left;
  width: 36%;
  font-weight: 400;
  border: 1px solid #B5B5C6;
  border-bottom: none;
  margin: 0;
  padding: 5px 5px 5px 8px;
  height: 30px;
  background: #f3f3f3;
  color: #9B9B9B;
}
.sy_plan_modal_info dl:last-child dt {
  border-bottom: 1px solid #B5B5C6;
}
.sy_plan_modal_info dl dd {
  float: left;
  width: 64%;
  font-weight: 400;
  border: 1px solid #B5B5C6;
  margin: 0;
  border-left: none;
  border-bottom: none;
  padding: 5px 8px 5px 8px;
  height: 30px;
}
.sy_plan_modal_info dl dd span {
  font-size: 0.8em;
  opacity: 0.7;
  padding-left: 10px;
}
.sy_plan_modal_info dl:last-child dd {
  border-bottom: 1px solid #B5B5C6;
}

.sy_plan_modal .sy_yado_cancel_policy {
  border: 1px solid #DCE0E3;
  padding: 20px;
  margin: 0 5px 50px 5px;
}
.sy_plan_modal .sy_yado_cancel_policy h4 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 0.8em;
  line-height: inherit;
}

@media (max-width: 480px) {
  .modal_plan_img {
    min-height: 140px;
    height: 140px;
    margin: 0;
    padding: 0;
  }
}
