.p_room .main-visual {
  height: 281px;
  padding-top: 80px;
  margin-bottom: 58px;
}
@media screen and (max-width: 750px) {
  .p_room .main-visual {
    height: 200px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.p_room .main-visual .full {
  -o-object-position: bottom;
     object-position: bottom;
}
.p_room .main-visual .sub-title {
  position: absolute;
  width: 200px;
  top: 120px;
  left: calc(50% - 112px);
  display: block;
}
@media screen and (max-width: 750px) {
  .p_room .main-visual .sub-title {
    width: 120px;
    left: calc(50% - 60px);
    top: 102px;
  }
}
.p_room .main-visual .title {
  position: absolute;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  top: 210px;
  left: 0;
  text-align: center;
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_room .main-visual .title {
    top: 150px;
    font-size: 18px;
  }
}
.p_room .main-visual .main {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 751px) {
  .p_room .main-visual .main {
    min-height: 750px;
  }
}
.p_room .main-visual .copy {
  position: absolute;
  width: 208px;
  top: calc(50% - 300px);
  left: calc(50% - 104px);
}
@media screen and (max-width: 750px) {
  .p_room .main-visual .copy {
    left: calc(50% - 72px);
    width: 143px;
    top: 100px;
  }
}
.p_room .main-visual .main-text {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: 0.5em;
  font-weight: 700;
  top: calc(50% - 200px);
  left: calc(50% - 10px);
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_room .main-visual .main-text {
    top: 172px;
  }
}
.p_room .content {
  width: 800px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_room .content {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .p_room .content {
    width: 100%;
    padding: 0 30px;
    margin-top: 50px;
  }
}
.p_room .room-list {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .p_room .room-list {
    margin-top: 10px;
  }
}
.p_room .room-list .item {
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
  margin-bottom: 60px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p_room .room-list .item {
    gap: 14px;
    text-align: center;
  }
}
.p_room .room-list .item.recommend {
  position: relative;
}
.p_room .room-list .item.recommend::before {
  content: "";
  left: -42px;
  top: -22px;
  width: 98px;
  height: 118px;
  background-image: url(../images/room/recommend-icon@2x.png);
  position: absolute;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .p_room .room-list .item.recommend::before {
    left: unset;
    right: -26px;
    top: -22px;
    width: 65px;
    height: 79px;
  }
}
.p_room .room-list .item .image {
  width: 448px;
}
@media screen and (max-width: 750px) {
  .p_room .room-list .item .image {
    width: 100%;
  }
}
.p_room .room-list .item .info {
  width: calc(100% - 487px);
}
@media screen and (max-width: 750px) {
  .p_room .room-list .item .info {
    width: 100%;
  }
}
.p_room .room-list .item .info .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_room .room-list .item .info .title {
    font-size: 18px;
  }
}
.p_room .room-list .item .info .title .type {
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_room .room-list .item .info .title .type {
    font-size: 14px;
  }
}
.p_room .room-list .item .info .text {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #ac6f30;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p_room .room-list .item .info .text {
    margin-bottom: 14px;
  }
}
.p_room .room-list .item .info .button {
  background-color: #E0A568;
  width: 100%;
  height: 55px;
  padding: 15px 0;
  margin: 30px auto;
  color: #FFF;
  border-radius: 4px;
  box-shadow: #ac6f30 0 2px 0;
  position: relative;
  transition: all 0.3s;
  top: 0;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .p_room .room-list .item .info .button {
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .slick-slide img {
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
}
.p_room .room-list .item .info .button:hover {
  top: 2px;
  box-shadow: #ac6f30 0 0 0;
}/*# sourceMappingURL=room.css.map */