@charset "UTF-8";
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.-red {
  color: #AE1924;
}

.-bold {
  font-weight: bold;
}

.-en {
  font-family: "Oswald", sans-serif;
}

.-anc-none {
  color: #000;
}

.js-none {
  display: none;
}

@media screen and (min-width: 750px) {
  .none-pc {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .none-sm {
    display: none;
  }
}
._btn {
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  background: #AE1924;
  color: #fff;
  font-size: 1.4rem;
}
._btn:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-right: 10px;
  background: url(/assets/icon/ico_arrow_right.svg) center center/contain no-repeat;
}
._btn.-white {
  background: #fff;
  color: #AE1924;
  border: solid 2px #AE1924;
}
._btn.-white:before {
  background-image: url(/assets/icon/ico_arrow_right_red.svg);
}

@media screen and (max-width: 749px) {
  ._btn {
    padding: 10px 20px;
  }
}
._titlewrap {
  text-align: center;
}

._title {
  display: inline-block;
  border-bottom: solid 1px #000;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
}

._title-small {
  margin-top: 10px;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
}

#cv {
  margin: 30px;
  padding: 90px;
  background: url(/assets/images/common/contact_bg.jpg) center center/cover no-repeat;
  text-align: center;
}

.cv_headwrap {
  position: relative;
}
.cv_headwrap:before, .cv_headwrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.cv_headwrap:before {
  background-image: url(/assets/images/common/contact_illu_desktop.png);
  background-position: center left;
}
.cv_headwrap:after {
  background-image: url(/assets/images/common/contact_illu_mobile.png);
  background-position: center right;
}

.cv_heading {
  margin-bottom: 20px;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 2.8rem;
  font-weight: 100;
}

.cv_btn {
  padding: 30px 60px;
  font-size: 2rem;
  z-index: 1;
}

.cv_text {
  margin-top: 90px;
  font-size: 1.4rem;
}

.cv_text_pick {
  font-weight: bold;
}

.cv_num {
  font-family: "Oswald", sans-serif;
  font-size: 7.4rem;
}

.cv_num_time {
  font-size: 1.2rem;
}

.cv_num_anc {
  color: #000;
}

.cv_advance {
  display: inline-block;
  margin-top: 40px;
  padding: 30px 100px;
  border: solid 1px #000;
  font-size: 1.4rem;
}

.cv_advance_heading {
  margin-bottom: 10px;
}

.cv_advance_item {
  text-align: left;
}
.cv_advance_item:before {
  content: "・";
}

.cv_advance_memo {
  margin-top: 10px;
}

@media screen and (min-width: 750px) and (max-width: 1099px) {
  #cv {
    padding: 80px 30px;
  }
  .cv_headwrap:before, .cv_headwrap:after {
    background-size: 15vw;
  }
  .cv_text {
    margin-top: 40px;
  }
  .cv_advance {
    padding: 40px;
  }
}
@media screen and (max-width: 749px) {
  #cv {
    margin: 10px;
    padding: 60px 10px;
  }
  .cv_headwrap {
    padding-bottom: 16vw;
  }
  .cv_headwrap:before, .cv_headwrap:after {
    background-size: 15vw;
  }
  .cv_headwrap:before {
    background-position: bottom left;
  }
  .cv_headwrap:after {
    background-position: bottom right;
  }
  .cv_heading {
    margin-bottom: 30px;
    font-size: 1.9rem;
  }
  .cv_btn {
    padding: 20px 30px;
    font-size: 1.5rem;
  }
  .cv_text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cv_num {
    font-size: 5rem;
  }
  .cv_advance {
    margin-top: 30px;
    padding: 15px;
    font-size: 1.3rem;
  }
}
.kv {
  padding: 40px 0;
  background: url(/assets/images/common/kv.jpg) center center/cover no-repeat;
  color: #fff;
}

.kv_heading {
  padding-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
}

.kv_caption {
  font-size: 1.4rem;
}

@media screen and (max-width: 749px) {
  .kv {
    background-image: url(/assets/images/common/kv_sp.jpg);
  }
}
.breadcrumb {
  padding: 10px 0;
  background: #EDEDED;
  color: #676767;
  font-size: 1.4rem;
}

.breadcrumb_item {
  display: inline;
}
.breadcrumb_item:not(:last-child):after {
  content: ">";
  padding: 0 10px;
}

.breadcrumb_anc {
  color: #676767;
}

.breadcrumb_img {
  display: inline;
  vertical-align: middle;
}

/*============
rental wrapper
==============*/
.rental-main {
  padding: 60px 0 90px;
  background-color: rgba(255, 255, 255, 0.5);
}

/*============
property section
==============*/
.property_title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #D9D9D9;
}
@media screen and (max-width: 749px) {
  .property_title {
    font-size: 1.8rem;
  }
}

.property_card {
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 749px) {
  .property_card {
    padding: 20px;
  }
}

.property_card-name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .property_card-name {
    font-size: 1.8rem;
  }
}

.property_card-main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .property_card-main {
    flex-direction: column;
    gap: 30px;
  }
}

.property_card-gallery {
  width: 100%;
  max-width: 530px;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .property_card-gallery {
    width: 100%;
  }
}

.property_card-gallery-main {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 400px;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 749px) {
  .property_card-gallery-main {
    height: 350px;
  }
}

.property_card-gallery-viewer {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.property_card-gallery-viewer-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.property_card-gallery-viewer-arrow img {
  display: block;
  width: 100%;
  height: 50px;
}

.property_card-gallery-viewer-arrow--prev {
  left: 0;
}

.property_card-gallery-viewer-arrow--next {
  right: 0;
}

.property_card-gallery-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

.property_card-gallery-zoom {
  position: absolute;
  right: 14px;
  bottom: 9px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #AE1924;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 3;
}
.property_card-gallery-zoom img {
  width: 100%;
}

.property_card-gallery-zoom:hover {
  background-color: #f5f5f5;
}

.property_card-gallery-list {
  position: absolute;
  right: 10px;
  bottom: 55px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #AE1924;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 0;
  z-index: 3;
}
.property_card-gallery-list img {
  width: 100%;
}

.property_card-gallery-list:hover {
  background-color: #f5f5f5;
}

.property_card-gallery-caption {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  background-color: #F7F9FA;
  font-size: 1.2rem;
  border-top: 1px solid #B5B5B5;
}

.property_card-gallery-caption-text {
  color: #333;
}

.property_card-gallery-caption-num {
  color: #666;
}

.property_card-gallery-thumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.property_card-gallery-arrow {
  width: 30px;
  background-color: #D4E1E4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  border: none;
  align-self: stretch;
}
.property_card-gallery-arrow svg {
  color: #666;
}

.property_card-gallery-arrow:hover {
  background-color: #f5f5f5;
}

.property_card-gallery-thumb-list {
  display: flex;
  gap: 8px;
  overflow: hidden;
  flex: 1;
  scroll-behavior: smooth;
}

.property_card-gallery-thumb {
  width: calc((100% - 16px) / 3);
  height: 120px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
  flex-shrink: 0;
  border: 1px solid #B5B5B5;
}

.property_card-gallery-thumb:hover {
  border-color: #999;
}

.property_card-gallery-thumb--active {
  border-color: #AE1924;
}

.property_card-info {
  max-width: 530px;
  padding-left: 10px;
}
@media screen and (max-width: 749px) {
  .property_card-info {
    width: 100%;
    padding-left: 0;
  }
}

.property_card-info-columns {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .property_card-info-columns {
    flex-direction: column;
  }
}
.property_card-info-columns:first-child {
  margin-bottom: 0;
}

.property_card-info-left {
  flex: 1;
  min-width: 0;
}

.property_card-info-right {
  flex: 1;
  min-width: 0;
}

.property_card-button {
  text-align: center;
}
.property_card-button a {
  width: 320px;
  padding: 22px 20px;
  display: inline-block;
  background-color: #fff;
  color: #AE1924;
  border: 1px solid #AE1924;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}
.property_card-button a:hover {
  color: #fff;
  background-color: #AE1924;
}

.property_card-location {
  flex-shrink: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .property_card-location {
    width: 100%;
  }
}

.property_card-address {
  margin-bottom: 12px;
  padding-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.6;
}

.property_card-map {
  width: 100%;
}
.property_card-map .property_card-map-image {
  display: block;
  width: 80%;
  height: auto;
}

.property_card-map:hover {
  background-color: #AE1924;
  color: #fff;
}

.property_card-access {
  flex: 1;
}
@media screen and (max-width: 749px) {
  .property_card-access {
    width: 100%;
  }
}

.property_card-spec {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .property_card-spec {
    width: 100%;
  }
}

.property_card-label {
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #B5B5B5;
  font-size: 1.6rem;
  font-weight: bold;
}

.property_card-price {
  margin-bottom: 30px;
}
.property_card-price .property_card-price-head {
  margin-bottom: 6px;
  padding-top: 0.2em;
  font-size: 2.2rem;
  color: #AE1924;
  font-weight: 500;
}
.property_card-price .property_card-table th {
  width: 45%;
}

.property_card-access-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.property_card-access-item {
  display: flex;
  align-items: center;
  padding: 6px 0;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .property_card-access-item {
    padding: 3px 0;
  }
}

.property_card-access-line {
  width: 80px;
  padding: 0.4em 0;
  padding-right: 0.4em;
  flex-shrink: 0;
  border-right: 1px solid #B5B5B5;
}
@media screen and (max-width: 749px) {
  .property_card-access-line {
    width: 30%;
  }
}

.property_card-access-station {
  padding: 0.3em 0;
  padding-left: 1em;
  color: #333;
}

.property_card-table {
  width: 100%;
  border-collapse: collapse;
}
.property_card-table th,
.property_card-table td {
  padding: 6px 0;
  text-align: left;
  font-size: 1.4rem;
}
.property_card-table th {
  width: 35%;
  font-weight: normal;
}

/*============
property overview section
==============*/
.property_overview {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .property_overview {
    margin-top: 40px;
  }
}

.property_overview-title {
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 15px;
  border-left: 4px solid #AE1924;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .property_overview-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.property_overview-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 749px) {
  .property_overview-table {
    font-size: 1.2rem;
  }
}
.property_overview-table th,
.property_overview-table td {
  padding: 16px 10px;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  text-align: left;
  vertical-align: top;
  line-height: 1.25;
  vertical-align: middle;
}
.property_overview-table th {
  width: 160px;
  background-color: #D4E1E4;
  font-weight: normal;
}
@media screen and (max-width: 749px) {
  .property_overview-table th {
    width: 30%;
  }
}
.property_overview-table td {
  width: 38%;
}
@media screen and (max-width: 749px) {
  .property_overview-table td {
    width: 70%;
  }
}

/*============
contact section
==============*/
.property_contact {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.property_contact-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .property_contact-title {
    font-size: 1.4rem;
  }
}

.property_contact-title-icon {
  display: flex;
  align-items: center;
}
.property_contact-title-icon svg {
  stroke: #AE1924;
}

.property_contact-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10x;
}
@media screen and (max-width: 749px) {
  .property_contact-btns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.property_contact-btn-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.property_contact-btn {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.property_contact-btn img {
  width: 100%;
}

.property_contact-btn:hover {
  opacity: 0.85;
}

.property_contact-btn-arrow {
  font-size: 1.2rem;
}

.property_contact-btn-tel-num {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 5px;
}

.property_contact-btn--line {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.property_contact-btn--line img {
  width: 100%;
}

.property_contact-btn-line-badge {
  font-size: 2rem;
  font-weight: bold;
  color: #FFE600;
}

.property_contact-btn-line-text {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px 0;
}

.property_contact-btn-line-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  background: #fff;
  color: #333;
  padding: 8px 15px;
  border-radius: 4px;
  margin-top: 8px;
}

.property_contact-btn-line-icon {
  width: 20px;
  height: 20px;
}

/*============
rental contact section
==============*/
.rental-contact {
  background-color: #D4E1E4;
  padding: 80px 20px;
}
@media screen and (max-width: 749px) {
  .rental-contact {
    padding: 40px 15px;
  }
}

.rental-contact_inner {
  max-width: 700px;
  margin: 0 auto;
}

.rental-contact_title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .rental-contact_title {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}

.rental-contact_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media screen and (max-width: 749px) {
  .rental-contact_btns {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.rental-contact_btns-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rental-contact_btn {
  display: block;
  transition: opacity 0.3s;
}

.rental-contact_btn:hover {
  opacity: 0.8;
}

.rental-contact_btn a {
  width: 100%;
}

.rental-contact_btn img {
  display: block;
  width: 100%;
  height: auto;
}

/*============
gallery modal
==============*/
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.gallery-modal--open {
  display: flex;
}

.gallery-modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.gallery-modal_content {
  position: relative;
  background: #fff;
  border-radius: 8px;
  max-width: 1100px;
  width: 90%;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .gallery-modal_content {
    width: 95%;
  }
}

.gallery-modal_close {
  position: absolute;
  top: -10px;
  right: 0;
  transform: translate(0, -100%);
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
  background-color: transparent;
}

.gallery-modal_close:hover {
  opacity: 0.7;
}

.gallery-modal_main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  border-radius: 8px 8px 0 0;
  padding-top: 20px;
  overflow: hidden;
}

.gallery-modal_img {
  width: 100%;
  max-height: 60vh;
  object-fit: contain;
}
@media screen and (max-width: 749px) {
  .gallery-modal_img {
    max-height: 50vh;
  }
}

.gallery-modal_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  z-index: 10;
}
.gallery-modal_arrow svg {
  stroke: #999;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 749px) {
  .gallery-modal_arrow {
    width: 36px;
    height: 36px;
  }
  .gallery-modal_arrow svg {
    width: 28px;
    height: 28px;
  }
}

.gallery-modal_arrow:hover {
  opacity: 0.6;
}

.gallery-modal_arrow--prev {
  left: 5px;
}
@media screen and (max-width: 749px) {
  .gallery-modal_arrow--prev {
    left: 2px;
  }
}

.gallery-modal_arrow--next {
  right: 5px;
}
@media screen and (max-width: 749px) {
  .gallery-modal_arrow--next {
    right: 2px;
  }
}

.gallery-modal_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}
@media screen and (max-width: 749px) {
  .gallery-modal_info {
    padding: 10px 15px;
  }
}

.gallery-modal_caption {
  color: #333;
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .gallery-modal_caption {
    font-size: 1.2rem;
  }
}

.gallery-modal_counter {
  color: #333;
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .gallery-modal_counter {
    font-size: 1.2rem;
  }
}

/*============
gallery list modal
==============*/
.gallery-list-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.gallery-list-modal--open {
  display: flex;
}

.gallery-list-modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.gallery-list-modal_content {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 26px;
  max-width: 1100px;
  width: 90%;
  max-height: 800px;
  height: 80vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .gallery-list-modal_content {
    padding: 35px 15px 20px;
    max-height: 85vh;
  }
}

.gallery-list-modal_close {
  position: absolute;
  top: -10px;
  right: 0;
  transform: translate(0, -100%);
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
  background-color: transparent;
}

.gallery-list-modal_close:hover {
  opacity: 0.7;
}

.gallery-list-modal_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  overflow-y: auto;
  min-height: 0;
}
@media screen and (max-width: 749px) {
  .gallery-list-modal_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.gallery-list-modal_item {
  cursor: pointer;
}

.gallery-list-modal_img-wrap {
  overflow: hidden;
}

.gallery-list-modal_item:hover .gallery-list-modal_img {
  transform: scale(1.2);
}

.gallery-list-modal_img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #f0f0f0;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-list-modal_name {
  display: block;
  font-size: 1.1rem;
  margin-top: 5px;
  color: #333;
}

/*============
property inquiry section
==============*/
.property_inquiry {
  margin-top: 60px;
  border: 1px solid #bebebe;
}
@media screen and (max-width: 749px) {
  .property_inquiry {
    margin-top: 40px;
  }
}

.property_inquiry-title {
  background-color: #D4E1E4;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 749px) {
  .property_inquiry-title {
    font-size: 1.6rem;
    padding: 15px;
  }
}

.property_inquiry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 44px 30px;
}
@media screen and (max-width: 749px) {
  .property_inquiry-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.property_inquiry-item {
  text-align: center;
}

.property_inquiry-label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  .property_inquiry-label {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.property_inquiry-btn {
  display: block;
  border: 1px solid #AE1924;
  color: #AE1924;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 10px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 749px) {
  .property_inquiry-btn {
    font-size: 1.3rem;
    padding: 12px 10px;
  }
}

.property_inquiry-btn:hover {
  background-color: #AE1924;
  color: #fff;
}

.property_inquiry-btn-arrow {
  padding-right: 0.5em;
}

/*============
property section (point & review)
==============*/
.property_extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .property_extra {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}

.property_extra-point-content {
  background-color: #f8f8f8;
  padding: 20px;
  line-height: 2;
  font-size: 1.6rem;
  border: 2px solid #D4E1E4;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .property_extra-point-content {
    padding: 20px;
    font-size: 1.3rem;
  }
}
.property_extra-point-content p {
  margin: 0;
}

.property_extra-review-wrap {
  position: relative;
}

.property_extra-review-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  padding: 12px;
  background-color: #F7F9FA;
  border: 2px solid #D4E1E4;
  border-radius: 10px;
  scroll-behavior: smooth;
}

.property_extra-review-scroll {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  opacity: 0.8;
  transition: opacity 0.3s;
  padding: 0;
}

.property_extra-review-scroll:hover {
  opacity: 1;
}

.property_extra-review-scroll--hidden {
  display: none;
}

.property_extra-review-item {
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .property_extra-review-item {
    padding: 12px 15px;
  }
}

.property_extra-review-item:last-child {
  margin-bottom: 0;
}

.property_extra-review-author {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
  color: #333;
}
@media screen and (max-width: 749px) {
  .property_extra-review-author {
    font-size: 1.2rem;
  }
}

.property_extra-review-text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 749px) {
  .property_extra-review-text {
    font-size: 1.3rem;
  }
}

.property-title {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 18px;
  border-left: 4px solid #AE1924;
  margin-bottom: 36px;
}
@media screen and (max-width: 749px) {
  .property-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=rental-detail.css.map */
