@charset "utf-8";
.iziModal {
  width: calc(100% - 40px);
  max-width: 688px !important;
  background-color: #f2eee8;
  border-radius: 10px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
}
.iziModal.isAttached {
  border-radius: 10px !important;
}
.iziModal-overlay {
  -webkit-transform: translateZ(-1000px);
}

.modal--first .modal__menu {
  text-align: right;
}

.modal--ameni .modal__menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.modal__prev {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 146px;
  height: 57px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  padding-right: 24px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.modal__close {
  color: #333;
  display: inline-flex;
  align-items: center;
  width: 47px;
  height: 47px;
  position: fixed;
  z-index: 2;
  top: 20px;
  right: 30px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  transition: opacity 0.3s;
}

.modal__content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 82px;
}

.modal__content img {
  width: 100%;
  height: auto;
}

.modal__close:hover {
  opacity: 0.8;
}

.modal__prev::after {
  display: block;
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(../imgs/rooms/arw_l.png);
  background-size: 100% 100%;
  position: absolute;
  left: 16px;
}

.modal__prev::before,
.modal__close::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.14;
  width: 100%;
  height: 100%;
}

.modal__close::after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../imgs/common/modal_close.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 16px;
}

.modal__content-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}

.modal__flex {
  display: flex;
  justify-content: space-between;
}

.modal__slider {
  width: 55.6%;
}
.modal__ame-title {
  font-size: 24px;
  color: #808080;
  text-align: center;
  margin-bottom: 30px;
}

.modal__info {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.modal__intro {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.modal__data {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
}

.modal__data::before {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: #004b47 solid 2px;
}

.modal__data::after {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: #004b47 solid 2px;
}

.modal__data-list {
  display: flex;
  line-height: 1.4;
  font-weight: 300;
  font-size: 14px;
}

.modal__data-list:not(:last-child) {
  margin-bottom: 5px;
}

.modal__data-list dt {
  min-width: 104px;
  font-weight: 300;
}

.modal__data-list dd {
  width: calc(100% - 104px);
}

.modal__links {
  margin-top: auto;
  display: flex;
  font-weight: 300;
  padding-top: 30px;
}

.modal__links a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
  cursor: pointer;
}

.modal__links a:hover {
  opacity: 0.8;
}

.modal__links .modal__links-rev {
  margin-right: 2.3%;
}

.modal__links-rev {
  background-color: #af7e1f;
  color: #fff;
  width: 208px;
  height: 50px;
  padding-left: 20px;
  position: relative;
}

.modal__links a::after {
  display: block;
  content: "";
  width: 14px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 13px;
}

.modal__links-rev::after {
  background-image: url(../imgs/rooms/modal_arrow_wh.svg);
}

.modal__links-room::after {
  background-image: url(../imgs/rooms/modal_arrow_bk.svg);
}

.modal__links-room {
  position: relative;
  background-color: #e6e6e6;
  width: 208px;
  height: 50px;
  padding-left: 30px;
}

.modal__amed-list {
  display: flex;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.modal__amed-list dt {
  min-width: 120px;
  font-weight: 400;
}

.modal__amed-list dd {
  width: calc(100% - 120px);
}

.modal__detail-area {
  margin-bottom: 35px;
}

.modal__detail {
  padding-top: 80px;
}

.modal__detail-heading {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

.modal__detail-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.modal__detail-list {
}

.modal__detail-list-item:first-child {
  border-top: 1px solid #808080;
}

.modal__detail-list-item {
  display: flex;
  border-bottom: 1px solid #808080;
}

.modal__detail-list-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #685d5b;
  min-width: 245px;
  padding: 12px 25px 10px;
  min-width: 190px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
}

.modal__detail-list-desc {
  padding: 12px 20px 10px 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #685d5b;
  font-weight: 500;
  width: calc(100% - 245px);
}

.modal__detail-pics {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.modal__detail-pics img {
  width: 48%;
  height: auto;
}

@media screen and (max-width: 1216px) {
}

@media screen and (max-width: 1163px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 750px) {
  .modal__close {
    top: 10px;
    right: 10px;
  }
}
