@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.p_room-type .main-visual {
  height: 580px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_room-type .main-visual {
    padding-top: 50px;
    height: auto;
  }
}
.p_room-type .main-visual .full {
  -o-object-position: bottom;
     object-position: bottom;
}
.p_room-type .main-visual .sub-title {
  position: absolute;
  width: 367px;
  bottom: -5px;
  right: 20px;
  display: block;
}
@media screen and (max-width: 750px) {
  .p_room-type .main-visual .sub-title {
    width: 132px;
    right: 0;
  }
}
.p_room-type .main-visual .title {
  position: absolute;
  text-shadow: 2px 2px 10px #4b4b4b;
  font-size: 43px;
  line-height: 53px;
  font-weight: 700;
  bottom: 0;
  left: 21px;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 750px) {
  .p_room-type .main-visual .title {
    left: 15px;
    font-size: 18px;
    line-height: 23px;
  }
}
.p_room-type .main-visual .title .type {
  color: #FFF;
  font-family: inherit;
  font-size: 73px;
}
@media screen and (max-width: 750px) {
  .p_room-type .main-visual .title .type {
    font-size: 32px;
    line-height: 23px;
  }
}
.p_room-type .content {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_room-type .content {
    width: 720px;
  }
}
@media screen and (max-width: 750px) {
  .p_room-type .content {
    width: 100%;
    margin-top: 50px;
  }
}
.p_room-type .room-image .text {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
  padding: 70px 0 60px;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-image .text {
    padding: 10px 30px 30px;
  }
}
.p_room-type .images {
  position: relative;
}
.p_room-type .images .img-glass-list {
  display: block;
  right: -2px;
  bottom: 77px;
  z-index: 11;
  width: 37px;
  height: 37px;
  color: #FFF;
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  transition: opacity 0.3s;
}
.p_room-type .images .img-glass-list:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .p_room-type .images .img-glass-list {
    text-align: right;
    right: 9.3vw;
    bottom: calc(2.2vw + 80px);
    height: auto;
  }
}
.p_room-type .images::after {
  content: "";
  bottom: 84px;
  width: 72px;
  height: 37px;
  position: absolute;
  background-color: #E0A568;
  border-radius: 20px 0 0 0;
  background-image: url(../images/room/icon-img.svg);
  background-position: 10px 11px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .p_room-type .images::after {
    right: 7.3vw;
  }
}
.p_room-type .images .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .p_room-type .images .list {
    padding: 0 7.4vw;
    position: relative;
  }
}
.p_room-type .images .list .full {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.p_room-type .images .list .item {
  transition: opacity 0.3s;
}
.p_room-type .images .list .item:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p_room-type .images .list .item:nth-child(1) {
  width: 430px;
  height: 240px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_room-type .images .list .item:nth-child(1) {
    width: 380px;
  }
}
@media screen and (max-width: 750px) {
  .p_room-type .images .list .item:nth-child(1) {
    width: 46.66vw;
    height: 37.9vw;
  }
}
.p_room-type .images .list .item:nth-child(2) {
  width: 360px;
  height: 240px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_room-type .images .list .item:nth-child(2) {
    width: 330px;
  }
}
@media screen and (max-width: 750px) {
  .p_room-type .images .list .item:nth-child(2) {
    width: 35.73vw;
    height: 37.9vw;
  }
  .p_room-type .images .list .item:nth-child(2) .item-image img {
    -o-object-position: -70px 0;
       object-position: -70px 0;
  }
}
.p_room-type .images .list .item:nth-child(3) {
  width: 325px;
  height: 238px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_room-type .images .list .item:nth-child(3) {
    width: 290px;
  }
}
@media screen and (max-width: 750px) {
  .p_room-type .images .list .item:nth-child(3) {
    width: 30vw;
    height: 37.9vw;
  }
  .p_room-type .images .list .item:nth-child(3) .item-image img {
    -o-object-position: -64px 0;
       object-position: -64px 0;
  }
}
.p_room-type .images .list .item:nth-child(4) {
  width: 465px;
  height: 238px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_room-type .images .list .item:nth-child(4) {
    width: 420px;
  }
}
@media screen and (max-width: 750px) {
  .p_room-type .images .list .item:nth-child(4) {
    width: 52.3vw;
    height: 37.9vw;
  }
}
.p_room-type .images .list .item:nth-child(5) {
  width: 100%;
  height: 301px;
}
@media screen and (max-width: 750px) {
  .p_room-type .images .list .item:nth-child(5) {
    width: 100%;
    height: 48.4vw;
  }
}
@media screen and (max-width: 750px) {
  .p_room-type .images .list .item .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p_room-type .images .button {
  background-color: #FFF;
  border: solid #E0A568 1px;
  width: 315px;
  height: 55px;
  padding: 15px 0;
  margin: 30px auto;
  color: #E0A568;
  border-radius: 4px;
  box-shadow: #ac6f30 0 2px 0;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
  top: 0;
}
.p_room-type .images .button::before {
  background-image: url(../images/room/picture.svg);
  width: 19px;
  height: 17px;
  top: 18px;
}
.p_room-type .images .button:hover {
  top: 2px;
  cursor: pointer;
  box-shadow: #ac6f30 0 0 0;
}
.p_room-type .h_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #ac6f30;
  width: 100%;
  margin-top: 50px;
}
.p_room-type .room-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-detail {
    padding: 0 30px;
  }
}
.p_room-type .room-detail .item {
  display: flex;
  gap: 15px;
}
.p_room-type .room-detail .item:nth-child(2) {
  margin-right: 45px;
}
.p_room-type .room-detail .item .title {
  font-size: 16px;
  line-height: 22px;
  font-family: 500;
}
.p_room-type .room-detail .item .cont {
  font-size: 16px;
  line-height: 22px;
  font-family: 500;
}
.p_room-type .room-detail .map {
  width: 33.3%;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-detail .map {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .p_room-type .room-detail .map::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    border: solid #A9B3AB 1px;
    z-index: -1;
  }
}
.p_room-type .room-detail .map::after {
  content: "";
  bottom: 0;
  position: absolute;
  background-color: #E0A568;
  border-radius: 20px 0 0 0;
  background-image: url(../images/room/icon-zoom.svg);
  background-size: 58%;
  background-position: 12px 10px;
  width: 37px;
  height: 37px;
  left: calc(33.3% - 37px);
}
@media screen and (max-width: 750px) {
  .p_room-type .room-detail .map::after {
    left: unset;
    right: 0;
    width: calc(26vw - 60px);
    height: calc(26vw - 60px);
  }
}
.p_room-type .room-detail .map .img-glass {
  display: block;
  right: 0;
  bottom: 0;
  color: #FFF;
  position: absolute;
  font-weight: bold;
  z-index: 11;
  width: 37px;
  height: 37px;
  left: calc(33.3% - 37px);
}
.p_room-type .room-detail .map .img-glass:hover {
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-detail .map .img-glass {
    left: unset;
    right: 0;
    width: calc(26vw - 60px);
    height: calc(26vw - 60px);
  }
}
.p_room-type .room-detail .map .map-image {
  transition: opacity 0.3s;
}
.p_room-type .room-detail .map .map-image:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p_room-type .room-detail .map .name {
  display: flex;
  width: 100%;
  gap: 190px;
  margin: -60px auto 50px;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-detail .map .name {
    gap: 14vw;
    margin: -36px auto 30px;
  }
}
.p_room-type .room-detail .map .name .type-name {
  font-size: 15px;
  line-height: 40px;
  font-family: 500;
}
.p_room-type .room-detail .table .item {
  font-size: 16px;
  line-height: 40px;
}
.p_room-type .room-table {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-table {
    margin-bottom: 48px;
    padding: 0 30px;
  }
}
.p_room-type .room-table .h_title {
  margin-bottom: 8px;
}
.p_room-type .room-table .table {
  display: flex;
  flex-wrap: wrap;
  border-top: solid #C2B692 1px;
  border-left: solid #C2B692 1px;
}
.p_room-type .room-table .table .item {
  width: 25%;
  border-right: solid #C2B692 1px;
  border-bottom: solid #C2B692 1px;
  padding: 12px;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-table .table .item {
    width: 50%;
  }
}
.p_room-type .room-table .table .item:nth-child(even) {
  background-color: #F7F8F6;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-table .table .item:nth-child(even) {
    background-color: unset;
  }
}
@media screen and (max-width: 750px) {
  .p_room-type .room-table .table .item:nth-child(4n+1) {
    background-color: #F7F8F6;
  }
}
@media screen and (max-width: 750px) {
  .p_room-type .room-table .table .item:nth-child(4n+2) {
    background-color: #F7F8F6;
  }
}
.p_room-type .room-others {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-others {
    padding: 0 30px;
  }
}
.p_room-type .room-others .h_title {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p_room-type .room-others .h_title {
    margin-bottom: 8px;
  }
}
.p_room-type .room-others .attention {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  position: relative;
  padding-left: 19px;
}
.p_room-type .room-others .attention::before {
  content: "※";
  left: 0;
  top: 1px;
  width: 15px;
  height: 20px;
  position: absolute;
}

.popup-room {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(44, 65, 66, 0.9333333333);
}
.popup-room.active {
  z-index: 10000;
  display: block;
}
.popup-room__inside {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.popup-room__inside .popup-room__img {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .popup-room__inside .popup-room__img {
    width: 100%;
  }
}
.popup-room__inside .close {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 49px;
  height: 49px;
  background-color: #FFF;
}
.popup-room__inside .close:hover {
  cursor: pointer;
}
.popup-room__inside .close .close-bar {
  position: relative;
}
.popup-room__inside .close .close-bar::before, .popup-room__inside .close .close-bar::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  transform: rotate(28deg);
  position: relative;
  display: block;
  background: #ac6f30;
  top: 23px;
  left: 5px;
}
.popup-room__inside .close .close-bar::after {
  transform: rotate(-28deg);
}

.room-slider {
  margin: 0 auto;
  max-width: 800px;
  width: 60vw;
  height: auto;
  max-height: 70vh;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .room-slider {
    max-width: calc(100% - 30px);
    width: 90vw;
  }
}
@media screen and (max-height: 764px) and (min-width: 751px) {
  .room-slider .item-image img {
    height: 100%;
    max-height: 70vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.room-slider-thumb .room-slider-item {
  width: 131px;
  height: 67px;
  margin: 0 4.5px;
}
@media screen and (max-width: 750px) {
  .room-slider-thumb .room-slider-item {
    height: 53px;
  }
}
.room-slider-thumb .room-slider-item:hover {
  cursor: pointer;
}
.room-slider-thumb .room-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-room-slider {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1000;
  background-color: #FFF;
  opacity: 0;
}
.popup-room-slider .slick-track {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup-room-slider.active {
  opacity: 1;
  z-index: 10000;
  display: block;
}
.popup-room-slider__inside {
  position: relative;
  top: calc(50% - 340px);
}
@media screen and (max-width: 750px) {
  .popup-room-slider__inside {
    top: calc(50% - 250px);
  }
}
@media screen and (max-height: 764px) and (min-width: 751px) {
  .popup-room-slider__inside {
    top: calc(50% - 41vh);
  }
}
.popup-room-slider__inside .close {
  position: fixed;
  top: 21px;
  right: 21px;
  width: 49px;
  height: 49px;
  background-color: #FFF;
}
.popup-room-slider__inside .close:hover {
  cursor: pointer;
}
.popup-room-slider__inside .close .close-bar {
  position: relative;
}
.popup-room-slider__inside .close .close-bar::before, .popup-room-slider__inside .close .close-bar::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  transform: rotate(28deg);
  position: relative;
  display: block;
  background: #ac6f30;
  top: 23px;
  left: 5px;
}
.popup-room-slider__inside .close .close-bar::after {
  transform: rotate(-28deg);
}/*# sourceMappingURL=room-type.css.map */