@charset "UTF-8";
/*-------------------------------------
  検索結果詳細
--------------------------------------*/
@media screen and (min-width: 992px) {
  #room #header .container.header_pc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1560px) {
  #room #header .container.header_pc {
    width: 1540px;
    padding-left: 0;
    padding-right: 0;
  }
}
#room #main_cts {
  width: 100%;
  padding: 0 15px 30px 15px;
}
@media screen and (min-width: 1200px) {
  #room #main_cts {
    width: calc(100% - 420px);
    border-right: 1px solid #ccc;
  }
}
@media screen and (min-width: 1560px) {
  #room #main_cts {
    width: 1120px;
    padding-left: 15px;
    margin-left: calc((100% - 1120px - 420px) / 2);
  }
}
#room #side_contents {
  position: relative;
}
@media (min-width: 1200px) {
  #room #side_contents {
    width: 420px;
    position: fixed;
    top: 66px;
    right: 0;
  }
  #room #side_contents .basic_info {
    padding: 15px 15px 0 15px;
  }
}
@media screen and (min-width: 1560px) {
  #room #side_contents {
    right: calc((100% - 1120px - 420px) / 2);
  }
}
#room .title_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 25px 0;
}
#room .title_area h1 {
  color: #191970;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
#room .title_area .icons {
  padding-bottom: 8px;
}
#room .title_area .icons .online_booking {
  display: none;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
}
#room .title_area .icons .online_booking.blue {
  display: inline-block;
  background: #0067db;
}
#room .title_area .icons .online_booking.gray {
  display: inline-block;
  background: #999;
  color: #fff;
}
#room .title_area .icons .furnished {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  background: #ff8686;
  padding: 4px 8px;
}
#room #subWindow {
  display: none;
  width: 800px;
  max-height: 90%;
  padding: 10px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #191970;
  box-shadow: 5px 5px 8px rgba(37, 13, 0, 0.2901960784);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow-y: auto;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #room #subWindow {
    width: 95%;
    max-height: 95%;
    padding: 10px 10px;
    z-index: 100000;
  }
  #room #subWindow img {
    width: 100%;
  }
}
#room #subWindow .cross_mark {
  display: block;
  position: sticky;
  top: 0px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: calc(100% - 20px);
}
#room #subWindow .cross_mark::before,
#room #subWindow .cross_mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #191970;
}
#room #subWindow .cross_mark::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#room #subWindow .cross_mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#room #subWindow .sub_top .name {
  font-size: 24px;
}
#room #subWindow .sub_top .store_name {
  font-size: 24px;
}
#room #subWindow .sub_top .store_name_sub {
  font-size: 16px;
}
#room #subWindow .sub_top .message {
  border-bottom: 1px solid #9393d7;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1333333333);
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: pre-line;
  margin-top: 8px;
}
#room #subWindow .sub_bottom {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  display: inline-block;
}
#room #subWindow .sub_bottom > div {
  margin: 7px 0px;
}
#room #subWindow .sub_bottom .name {
  font-size: 18px;
}
#room #subWindow .sub_bottom .store_name {
  font-size: 18px;
}
#room #subWindow .sub_bottom .store_name_sub {
  font-size: 14px;
}
#room #subWindow .sub_bottom .license_detail {
  margin-left: 7px;
  border-left: 3px solid #dddde7;
  padding-left: 10px;
}
#room #subWindow .sub_bottom .license_detail .pre {
  white-space: pre-line;
}
#room #subWindow_back {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 999;
  opacity: 0.5;
  background: #fff;
}

#main_cts .slide_image_area #slider li {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #main_cts .slide_image_area #slider li {
    width: 720px;
  }
}
@media screen and (min-width: 1000px) {
  #main_cts .slide_image_area #slider li {
    width: 920px;
  }
}
@media screen and (min-width: 1200px) {
  #main_cts .slide_image_area #slider li {
    width: 720px;
  }
}
@media screen and (min-width: 1560px) {
  #main_cts .slide_image_area #slider li {
    width: 920px;
  }
}

@media screen and (min-width: 768px) {
  #room #main_cts .slide_image_area #slider li:after {
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s opacity linear;
  }
  #room #main_cts .slide_image_area #slider li.slick-current:after {
    opacity: 0;
  }
}
#room #main_cts .slide_image_area #slider .img_box {
  display: block;
  position: relative;
  overflow: hidden;
}

#room #main_cts .slide_image_area #slider .img_box .img_media {
  width: 100%;
  height: auto;
  padding-top: 56%;
  background-color: #ccc;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#room #main_cts .slide_image_area #slider .slick-prev,
#room #main_cts .slide_image_area #slider .slick-next {
  width: 49px;
  height: 49px;
  z-index: 10;
}

#room #main_cts .slide_image_area #slider .slick-prev {
  top: 0;
  bottom: 0;
  right: 90%;
  left: 0;
  margin: auto;
}

#room #main_cts .slide_image_area #slider .slick-next {
  top: 0;
  bottom: 0;
  right: 0;
  left: 90%;
  margin: auto;
}

#room #main_cts .slide_image_area #slider .slick-prev:before,
#room #main_cts .slide_image_area #slider .slick-next:before {
  content: "";
}

#room #main_cts .slide_image_area #slider .slick-prev:after {
  content: url(/images/portal/portal_common/silide_arrow_01.png);
}

#room #main_cts .slide_image_area #slider .slick-next:after {
  content: url(/images/portal/portal_common/silide_arrow_02.png);
}

#room #main_cts .slide_image_area #thumbnail-list {
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  #room #main_cts .slide_image_area #thumbnail-list {
    font-size: 0;
    letter-spacing: normal;
    text-align: center;
  }
  #room #main_cts .slide_image_area #thumbnail-list li {
    display: inline-block;
    width: 11.2%;
    margin-right: 0.8%;
    border: 2px solid transparent;
    position: relative;
  }
  #room #main_cts .slide_image_area #thumbnail-list li:nth-child(8n) {
    margin-right: 0;
  }
  #room #main_cts .slide_image_area #thumbnail-list li:last-child {
    margin-right: 0;
  }
}
#room #main_cts .slide_image_area #thumbnail-list li:after {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
  cursor: pointer;
}

#room #main_cts .slide_image_area #thumbnail-list li.thumbnail-current {
  border: 2px solid #ffc129;
}

#room #main_cts .slide_image_area #thumbnail-list li.thumbnail-current:after {
  opacity: 0;
}

#room #main_cts .slide_image_area #thumbnail-list .img_box {
  display: block;
  position: relative;
  overflow: hidden;
}

#room #main_cts .slide_image_area #thumbnail-list .img_box .img_media {
  width: 100%;
  height: auto;
  padding-top: 56%;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}

#room #main_cts .room_icons_area {
  background: #f4f6f8;
  margin-bottom: 15px;
}

#room #main_cts .room_icons_area .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

#room #main_cts .room_icons_area .room_icons_list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1%;
}

#room #main_cts .room_icons_area .room_icons_list li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#room #main_cts .room_icons_area .room_icons_list li::after {
  content: attr(data-tooltip);
  white-space: pre-line;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 10;
  width: max-content;
  max-width: 200px;
}
#room #main_cts .room_icons_area .room_icons_list li:hover::after, #room #main_cts .room_icons_area .room_icons_list li.active::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #room #main_cts .room_icons_area .room_icons_list li {
    width: 8.8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #room #main_cts .room_icons_area .room_icons_list li {
    width: 8.2%;
  }
}
#room #main_cts .room_icons_area .room_icons_list li img {
  max-width: 75%;
  height: auto;
}

#room #main_cts .details_area .common_box {
  margin-bottom: 15px;
}

#room #main_cts .details_area .common_box.last {
  margin-bottom: 0;
}

#room .details_area h2 {
  color: #484848;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background: #b1d8ff;
  padding: 10px;
  box-shadow: 0px 1px 2px rgba(37, 13, 0, 0.2901960784);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.45);
  position: relative;
}
@media screen and (min-width: 768px) {
  #room .details_area h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 15px;
  }
}

#room .long_column {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 10px;
}

#room h2.toggle_btn {
  cursor: pointer;
}

#room h2.toggle_btn:hover {
  opacity: 0.8;
}

#room h2.toggle_btn:after {
  display: inline-block;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 24px;
  margin-top: -3px;
  float: right;
  transition: transform 0.5s;
  transform: rotate(0deg);
}

#room h2.toggle_btn.toggle_on:after {
  transform: rotate(-180deg);
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.45);
}

#room #main_cts .details_area .common_box .details_box {
  padding: 0 10px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #room #main_cts .details_area .common_box .details_box {
    padding: 0 15px;
  }
}
#room #main_cts .details_area .common_box .toggle_box {
  display: none;
}

#room #main_cts .details_area .common_box .toggle_box.toggle_open {
  display: block;
}

/* 物件詳細画面の目次項目 */
#room #main_cts .details_area .common_box {
  /* Building Overview */
  /* Property Details */
  /* Rental Conditions */
  /* Guarantor */
  /* Cancellation Policy */
  /* Optional services */
  /* Additional cost */
}
#room #main_cts .details_area .common_box .building {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  /* Access */
}
#room #main_cts .details_area .common_box .building dl.table_02.common_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-basis: 48%;
}
#room #main_cts .details_area .common_box .building dt,
#room #main_cts .details_area .common_box .building dd {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}
#room #main_cts .details_area .common_box .building dt {
  flex: 1;
  text-align: left;
  color: #191970;
  font-size: 1.4rem;
  flex: 0 0 31%;
}
#room #main_cts .details_area .common_box .building dd {
  flex: 2;
  margin: 0;
  padding-left: 15px;
  text-align: left;
}
#room #main_cts .details_area .common_box .building dl {
  height: auto !important;
}
#room #main_cts .details_area .common_box .building dl.other {
  border-bottom: 1px solid #eee;
}
#room #main_cts .details_area .common_box .building dl:nth-child(4) {
  white-space: nowrap;
  width: 12%;
  order: 2;
  flex: 0 0 31%;
}
#room #main_cts .details_area .common_box .property {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
#room #main_cts .details_area .common_box .property dl.table_02.common_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 48%;
  margin-bottom: 10px;
  flex-basis: 48%;
}
#room #main_cts .details_area .common_box .property dt,
#room #main_cts .details_area .common_box .property dd {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: normal;
}
#room #main_cts .details_area .common_box .property dt {
  flex: 1;
  white-space: nowrap;
  text-align: left;
  color: #191970;
}
#room #main_cts .details_area .common_box .property dd {
  flex: 2;
  margin: 0;
  padding-left: 15px;
  text-align: left;
  white-space: nowrap;
}
#room #main_cts .details_area .common_box .property dl {
  height: auto !important;
}
#room #main_cts .details_area .common_box .property dl.other {
  border-bottom: 1px solid #eee;
}
#room #main_cts .details_area .common_box .property .full_width {
  flex: 1 1 100%; /* 横幅を100%に */
}
#room #main_cts .details_area .common_box .rental {
  display: flex;
  flex-wrap: wrap;
  white-space: normal;
  margin-bottom: 5px;
  justify-content: space-between;
  gap: 18px;
}
#room #main_cts .details_area .common_box .rental .common_group {
  flex: 1 1 30%;
  margin-left: 4px;
}
#room #main_cts .details_area .common_box .rental dl.table_04.common_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 48%;
  margin-bottom: 10px;
}
#room #main_cts .details_area .common_box .rental dt {
  text-align: left;
  color: #191970;
  font-size: 1.4rem;
  margin: 0;
  padding: 8px 10px;
  font-weight: normal;
  max-width: 100%;
  word-break: break-word;
}
#room #main_cts .details_area .common_box .rental dd {
  text-align: right;
  padding: 8px 0;
  margin: 0;
  font-size: 1.4rem;
}
#room #main_cts .details_area .common_box .rental dl {
  border-bottom: 1px solid #eee;
  height: auto !important;
}
#room #main_cts .details_area .common_box .guarantor {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 15px;
}
#room #main_cts .details_area .common_box .guarantor dl.common_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 48%;
  margin-bottom: 10px;
  flex-basis: 48%;
}
#room #main_cts .details_area .common_box .guarantor dt,
#room #main_cts .details_area .common_box .guarantor dd {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: normal;
}
#room #main_cts .details_area .common_box .guarantor dt {
  flex: 1;
  text-align: left;
  color: #191970;
}
#room #main_cts .details_area .common_box .guarantor dd {
  flex: 1;
  margin: 0;
  padding-left: 15px;
  text-align: left;
}
#room #main_cts .details_area .common_box .guarantor dl {
  border-bottom: 1px solid #eee;
  height: auto !important;
}
#room #main_cts .details_area .common_box .cancellation_policy {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 15px;
}
#room #main_cts .details_area .common_box .cancellation_policy dl.table_02.common_table {
  flex: 1 1 48%;
  margin-bottom: 10x;
}
#room #main_cts .details_area .common_box .cancellation_policy .ttl_02 {
  flex: 1 1 100%;
  margin-left: -9px;
}
#room #main_cts .details_area .common_box .cancellation_policy .text_01 {
  flex: 1 1 100%;
  padding-left: 15px;
  margin-bottom: 10px;
  white-space: pre-line;
}
#room #main_cts .details_area .common_box .cancellation_policy dt,
#room #main_cts .details_area .common_box .cancellation_policy dd {
  margin: 0;
  padding: 5px 0;
  padding-left: 8px;
  font-size: 1.4rem;
  font-weight: normal;
}
#room #main_cts .details_area .common_box .cancellation_policy dt {
  color: #191970;
  font-size: 1.4rem;
}
#room #main_cts .details_area .common_box .cancellation_policy dd {
  padding-left: 15px;
  margin-bottom: 10px;
}
#room #main_cts .details_area .common_box .cancellation_policy dl {
  border-bottom: 1px solid #eee;
  height: auto !important;
}
#room #main_cts .details_area .common_box .optional {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 15px;
}
#room #main_cts .details_area .common_box .optional dl.table_05.common_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 48%;
  margin-bottom: 10px;
  flex-basis: 48%;
}
#room #main_cts .details_area .common_box .optional dt,
#room #main_cts .details_area .common_box .optional dd {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: normal;
}
#room #main_cts .details_area .common_box .optional dt {
  flex: 1;
  text-align: left;
  color: #191970;
  font-size: 1.4rem;
}
#room #main_cts .details_area .common_box .optional dd {
  flex: 1;
  text-align: right;
  margin: 0;
  padding-left: 15px;
}
#room #main_cts .details_area .common_box .optional dl {
  border-bottom: 1px solid #eee;
  height: auto !important;
}
#room #main_cts .details_area .common_box .additional {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 15px;
}
#room #main_cts .details_area .common_box .additional dl.table_05.common_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 48%;
  margin-bottom: 10px;
  flex-basis: 48%;
}
#room #main_cts .details_area .common_box .additional dt,
#room #main_cts .details_area .common_box .additional dd {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: normal;
}
#room #main_cts .details_area .common_box .additional dt {
  flex: 1;
  text-align: left;
  color: #191970;
  font-size: 1.4rem;
}
#room #main_cts .details_area .common_box .additional dd {
  flex: 1;
  text-align: right;
  margin: 0;
  padding-left: 15px;
}
#room #main_cts .details_area .common_box .additional dl {
  border-bottom: 1px solid #eee;
  height: auto !important;
}

/* スマホ用メディアクエリ */
@media screen and (max-width: 768px) {
  #room #main_cts .details_area .common_box {
    /* スマホの場合は1列表示に変更 */
    /* Optional services and Additional costs */
  }
  #room #main_cts .details_area .common_box .building,
  #room #main_cts .details_area .common_box .property,
  #room #main_cts .details_area .common_box .rental,
  #room #main_cts .details_area .common_box .guarantor,
  #room #main_cts .details_area .common_box .cancellation_policy {
    display: block;
  }
  #room #main_cts .details_area .common_box .property dd {
    flex: 1;
    white-space: normal;
  }
  #room #main_cts .details_area .common_box .guarantor dt.other {
    flex: 3 !important;
  }
  #room #main_cts .details_area .common_box .guarantor dd.amount {
    text-align: right !important;
  }
  #room #main_cts .details_area .common_box .building dl:nth-child(4) dd {
    white-space: normal; /* Access全体も改行を許可 */
  }
  #room #main_cts .details_area .common_box .rental .common_group {
    margin-left: 0px;
  }
  #room #main_cts .details_area .common_box .rental dt, #room #main_cts .details_area .common_box .rental dd {
    white-space: normal; /* 改行を許可 */
  }
  #room #main_cts .details_area .common_box dl.table_02.common_table {
    flex: 1 1 100%;
    width: 100%;
  }
  #room #main_cts .details_area .common_box .optional,
  #room #main_cts .details_area .common_box .additional {
    display: block;
    gap: 0% !important;
    grid-template-columns: 1fr;
  }
}
#room #main_cts .details_area .common_box .common_table th {
  width: 40%;
  color: #191970;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: 1px solid #eee;
  padding: 5px 25px 5px 0;
}

@media screen and (min-width: 768px) {
  #room #main_cts .details_area .common_box .common_table th {
    width: 30%;
    padding: 8px 20px 8px 0;
  }
}
@media screen and (max-width: 767px) {
  #room #main_cts .details_area .common_box .common_table.first_table th {
    padding: 0 25px 5px 0;
  }
}
@media screen and (min-width: 768px) {
  #room #main_cts .details_area .common_box .table_03.common_table th {
    width: 12%;
  }
}
#room #main_cts .details_area .common_box .common_table td {
  width: 60%;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

@media screen and (min-width: 768px) {
  #room #main_cts .details_area .common_box .common_table td {
    width: 70%;
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  #room #main_cts .details_area .common_box .common_table.first_table td {
    padding: 0 0 5px 0;
  }
}
@media screen and (min-width: 768px) {
  #room #main_cts .details_area .common_box .table_03.common_table td {
    width: 88%;
  }
}
#room #main_cts .details_area .common_box .common_table td .list_01 li {
  line-height: 1.4;
  padding-left: 1em;
  margin-bottom: 5px;
}

#room #main_cts .details_area .common_box .common_table td .list_01 li:before {
  display: inline-block;
  content: "・";
  width: 1em;
  margin-left: -1em;
}

#room #main_cts .details_area .common_box .common_table td .list_01 li:last-child {
  margin-bottom: 0;
}

#room #main_cts .details_area .common_box .text_01 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  white-space: pre-line;
  padding-left: 8px;
}

#room #main_cts .details_area .common_box .list_02 li {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #room #main_cts .details_area .common_box .list_02 li {
    float: left;
    width: calc((100% - 15px - 40px) / 2);
    margin-right: 15px;
    margin-left: 20px;
  }
  #room #main_cts .details_area .common_box .list_02 li:nth-child(2n) {
    margin-right: 0;
  }
  #room #main_cts .details_area .common_box .list_02 li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #room #main_cts .details_area .common_box .list_02 li {
    float: left;
    width: calc((100% - 30px - 60px) / 3);
    margin-right: 15px;
    margin-left: 20px;
  }
  #room #main_cts .details_area .common_box .list_02 li:nth-child(3n) {
    margin-right: 0;
  }
  #room #main_cts .details_area .common_box .list_02 li:nth-child(n+4) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 992px) {
  #room #main_cts .details_area .common_box .list_02 li {
    float: left;
    width: calc((100% - 45px - 80px) / 4);
    margin-right: 15px;
    margin-left: 20px;
  }
  #room #main_cts .details_area .common_box .list_02 li:nth-child(4n) {
    margin-right: 0;
  }
  #room #main_cts .details_area .common_box .list_02 li:nth-child(n+5) {
    margin-top: 10px;
  }
}
#room #main_cts .details_area .common_box .list_02 li:before {
  display: inline-block;
  content: "\f14a";
  width: 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  height: 15px;
  color: #ec7921;
  margin-right: 3px;
  margin-left: -20px;
}

#room #main_cts .details_area .common_box .common_group .ttl_02 {
  color: #191970;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

#room #main_cts .details_area .payment_method.common_group {
  margin-top: 20px;
  /* スマートフォン対応 */
}
#room #main_cts .details_area .payment_method.common_group .tables {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
#room #main_cts .details_area .payment_method.common_group .tables table {
  flex: 1 1 48%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#room #main_cts .details_area .payment_method.common_group dl.common_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 48%;
  margin-bottom: 10px;
  flex-basis: 48%;
}
#room #main_cts .details_area .payment_method.common_group dt,
#room #main_cts .details_area .payment_method.common_group dd {
  margin: 0;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: normal;
}
#room #main_cts .details_area .payment_method.common_group dt {
  flex: 1;
  text-align: left;
  color: #191970;
  padding: 8px 10px;
}
#room #main_cts .details_area .payment_method.common_group dd {
  flex: 1;
  margin: 0;
  padding-left: 15px;
  text-align: left;
}
#room #main_cts .details_area .payment_method.common_group dl {
  border-bottom: 1px solid #eee;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  #room #main_cts .details_area .payment_method.common_group {
    margin-top: 0px;
  }
  #room #main_cts .details_area .payment_method.common_group .tables {
    display: block;
  }
  #room #main_cts .details_area .payment_method.common_group .tables table {
    width: 100%;
  }
  #room #main_cts .details_area .payment_method.common_group dl.table_04.common_table {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
}

#room .youtube_box .movie_box {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
#room .youtube_box .movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#room .youtube_box .movie_box.isShort {
  padding-top: 600px;
}

#room .wide_view .wide_view_container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
#room .wide_view .wide_view_container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#room .wide_view .theta360 {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
#room .wide_view .theta360 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#room .wide_view .theta360 > div iframe {
  width: 100% !important;
  height: 100% !important;
}

#room #main_cts .details_area .box_12.common_box .map_box {
  width: 100%;
  /*
  height: 0;
  padding-top: 56.25%;
  */
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

#room #main_cts .details_area .box_12.common_box .map_box #map {
  width: 100%;
  height: 500px;
}

#room #main_cts .details_area .box_12.common_box .map_box iframe,
#room #main_cts .details_area .box_12.common_box .map_box object,
#room #main_cts .details_area .box_12.common_box .map_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#room #main_cts .details_area .additional_cost_message {
  font-size: 95%;
  display: inline-block;
  position: relative;
  color: #65666c;
  margin-top: 5px;
  padding-left: 10px;
}
#room #main_cts .details_area .additional_cost_message:before {
  content: "*";
  color: #ff0000;
  display: inline-block;
  position: absolute;
  left: 0;
}

#room #main_cts .reset_date_area .reset_date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #room #main_cts .reset_date_area .reset_date {
    margin-top: 30px;
  }
}
#room .jconfirm-content-pane p {
  margin: 10px;
}

#room.ja .info_box_01 .area,
#room.ja .info_box_01 .size {
  cursor: default;
}

#room.ja .info_box_01 .area span:nth-child(1) {
  border: 1px solid #7a7a8b;
  padding: 2px 1px 2px 4px;
  height: 20px;
  top: -1px;
}

#room.ja .info_box_01 .size span:nth-child(1) {
  border: none;
  top: -3px;
}

#room.ja .info_box_01 .size span:nth-child(1):before {
  width: 18px;
  height: 18px;
}

#room .section_title {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-bottom: 8px;
}

#room.en .section_title {
  border-bottom: 3px double #828282;
  font-style: italic;
}

#room #side_contents {
  /*会社情報リンク下の矢印を追加*/
}
@media (min-width: 768px) and (max-width: 1199px) {
  #room #side_contents {
    display: flex;
    justify-content: space-between;
  }
  #room #side_contents #side_contents_left {
    width: 56%;
  }
  #room #side_contents #side_contents_right {
    width: 40%;
  }
  #room #side_contents .condition_area {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }
  #room #side_contents .basic_info,
  #room #side_contents .cost_info {
    width: 100%;
  }
  #room #side_contents .lease_term_select {
    width: 100%;
  }
  #room #side_contents .provided_area {
    width: 100%;
  }
}
#room #side_contents .properly_name {
  margin-bottom: 15px;
}
#room #side_contents .properly_name .txt_01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5px;
}
#room #side_contents .properly_name .txt_02 {
  color: #191970;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
#room #side_contents .unit_code {
  margin-bottom: 15px;
}
#room #side_contents .unit_code .txt_01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5px;
}
#room #side_contents .unit_code .txt_02 {
  color: #191970;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
#room #side_contents .location {
  margin-bottom: 15px;
}
#room #side_contents .location .txt_01 {
  position: relative;
  color: #191970;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 20px;
}
#room #side_contents .location .txt_01:before,
#room #side_contents .info_box_02 .item:before {
  position: absolute;
  display: inline-block;
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  width: 14px;
  top: 0px;
  left: 0px;
}
#room #side_contents .info_box_02 {
  margin-bottom: 15px;
}
#room #side_contents .info_box_02 .item {
  position: relative;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
  line-height: 1;
  padding-left: 20px;
}
#room #side_contents .info_box_02 .item:before {
  content: "\f274";
}
#room #side_contents .info_box_02 .date {
  float: left;
  color: #191970;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
#room #side_contents .location .txt_02 {
  color: #191970;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 20px;
}
#room #side_contents .info_box_01 {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
#room #side_contents .info_box_01 .area,
#room #side_contents .info_box_01 .size {
  position: relative;
  float: left;
  color: #191970;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
#room #side_contents .info_box_01 .area span,
#room #side_contents .info_box_01 .size span {
  display: inline-block;
}
#room #side_contents .info_box_01 .area span:nth-child(1),
#room #side_contents .info_box_01 .size span:nth-child(1) {
  border: 2px solid #7a7a8b;
  color: #5f5f5f;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  font-family: "Font Awesome 5 Pro";
  padding: 3px 3px 2px 5px;
  margin-right: 4px;
  position: relative;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  top: -4px;
}
#room #side_contents .info_box_01 .area span:nth-child(1):before {
  content: "\f424";
  margin-right: 3px;
  display: inline-block;
}
#room #side_contents .info_box_01 .size span:nth-child(1):before {
  content: "";
  font-weight: 400;
  margin-right: 3px;
  background-image: url(/images/portal/portal_common/icon_size02.png);
  width: 14px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
}
#room #side_contents .provided_box {
  background: #f0f0f0;
  padding: 15px 0;
  position: relative;
}
#room #side_contents .provided_box:hover {
  background-color: #b0b0b0;
  cursor: pointer;
}
#room #side_contents .provided_box .provided_item {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
#room #side_contents .provided_box .provided_img {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
}
#room #side_contents .provided_box .provided_img img {
  width: 100%;
  max-width: 130px;
  height: auto;
}
#room #side_contents .provided_box .provided_name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#room #side_contents .provided_box .provided_phone {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
}
#room #side_contents .provided_box .provided_phone a {
  color: #0000ff;
}
#room #side_contents .provided_box .provided_phone a:hover {
  color: red;
}
#room #side_contents .provided_box.no_logo .provided_item {
  position: relative;
  top: 0px;
  left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
#room #side_contents .provided_box.no_logo .provided_name {
  margin-top: 20px;
  margin-bottom: 30px;
}
#room #side_contents .provided_box::after {
  display: block;
  position: absolute;
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  top: 5px;
  right: 5px;
  pointer-events: none;
}
#room #side_contents .comment {
  display: flex;
  flex-direction: column; /* 縦方向に並べる */
  justify-content: center; /* 縦方向に中央揃え */
  align-items: center; /* 横方向に中央揃え */
  font-size: 1rem;
  margin-top: 1.2rem;
  text-align: center; /* 文字を中央に揃える */
  gap: 0; /* 要素間のギャップをなくす */
}
#room #side_contents .arrow-icon {
  margin-top: -11px; /* さらに間を詰める */
  padding-top: 0;
  margin-left: 1.5rem; /* 必要に応じて調整 */
}
#room #side_contents .estimate_btn,
#room #side_contents .contact_btn {
  text-align: center;
  padding: 15px 20px;
}
#room #side_contents .estimate_btn a,
#room #side_contents .contact_btn a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #ec7921;
  border: 1px solid #ec7921;
  padding: 8px 0;
  border-radius: 30px;
  transition: 0.6s;
}
@media screen and (min-width: 768px) {
  #room #side_contents .estimate_btn a:hover,
  #room #side_contents .contact_btn a:hover {
    color: #ec7921;
    background: #fff;
  }
}
#room #side_contents .estimate_btn text {
  font-size: 13px;
}
#room #side_contents .condition_area {
  margin-top: 25px;
}
#room #side_contents .cost_info {
  margin-bottom: 10px;
  background-color: #f0f0f0;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
}
#room #side_contents .cost_info table {
  margin-bottom: 16px;
}
#room #side_contents .cost_info table th,
#room #side_contents .cost_info table td {
  vertical-align: bottom;
  text-align: left;
}
#room #side_contents .cost_info table .cost {
  color: #191970;
  font-weight: bold;
  text-align: right;
  font-size: 120%;
}
#room #side_contents .cost_info table .cost_detail {
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 4px;
}
#room #side_contents .cost_info .contract_cost_message {
  font-size: 80%;
  color: #65666c;
  text-align: left;
  display: inline-block;
  position: relative;
  color: #65666c;
  padding-left: 10px;
}
#room #side_contents .cost_info .contract_cost_message:before {
  content: "*";
  color: #ff0000;
  display: inline-block;
  position: absolute;
  left: 0;
}
#room #side_contents .no_contract_message .title {
  font-weight: bold;
  margin-top: 15px;
  color: #ff0000;
}
#room #side_contents .no_contract_message .message {
  text-align: left;
  margin-top: 15px;
  font-size: 90%;
  margin-bottom: 10px;
  white-space: pre-line;
}
#room #side_contents .lease_term_select {
  text-align: center;
  margin-bottom: 20px;
}
#room #side_contents .lease_term_select .lease_term_links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#room #side_contents .lease_term_select .lease_term_links a {
  display: inline-block;
  width: 75px;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  margin-bottom: 4px;
  margin-right: 4px;
}
#room #side_contents .lease_term_select .lease_term_links a.selected {
  background-color: #d9d9d9;
  font-weight: bold;
}
#room #side_contents .lease_term_select .lease_term_links a:hover {
  background-color: #ffe4bc;
}

#room .not_available_for_the_language {
  border: 1px solid #ff0000;
  padding: 10px 2px;
  border-radius: 3px;
  font-size: 14px;
}

#room section.errorPage {
  max-width: 500px;
  margin: auto;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#room section.errorPage h1 {
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}
#room section.errorPage .buttons {
  text-align: center;
  margin-top: 60px;
}
#room section.errorPage .buttons a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #0067db;
  border: 1px solid #0067db;
  padding: 14px 30px;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

/*物件詳細画面_SNSシェア*/
.share_with {
  position: relative;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  padding: 15px 0px;
  gap: 15px;
}

.provided_item {
  all: unset;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.provided_item p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}

.sns_icons {
  display: flex; /* アイコンを横並びに */
  justify-content: center; /* アイコンを中央寄せ */
  align-items: center; /* アイコンを垂直方向で中央寄せ */
  gap: 15px; /* アイコン間の余白を追加 */
}

.sns_icons a {
  display: inline-block;
  width: 40px; /* アイコンの幅 */
  height: 40px; /* アイコンの高さ */
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0; /* アイコンが縮まないように設定 */
  transition: box-shadow 0.3s ease;
}

/* Xアイコンにカスタム画像を設定 */
.sns_icons a.X-link {
  background-image: url("/images/portal/portal_common/x.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Facebookアイコンにカスタム画像を設定 */
.sns_icons a.facebook-link {
  background-image: url("/images/portal/portal_common/Facebook.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* LinkedInアイコンにカスタム画像を設定 */
.sns_icons a.linkedin-link {
  background-image: url("/images/portal/portal_common/LinkedIn.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* linkCopyアイコンにカスタム画像を設定 */
.sns_icons a.linkCopy {
  background-image: url("/images/portal/portal_common/LinkCopy.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Share withのエリアはホバー時に灰色にならない */
.SNS_Share:hover {
  background-color: #fff;
}

#room .not_available_for_the_language {
  border: 1px solid #ff0000;
  padding: 10px 2px;
  border-radius: 3px;
  font-size: 14px;
}

#room section.errorPage {
  max-width: 500px;
  margin: auto;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#room section.errorPage h1 {
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}
#room section.errorPage .buttons {
  text-align: center;
  margin-top: 60px;
}
#room section.errorPage .buttons a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #0067db;
  border: 1px solid #0067db;
  padding: 14px 30px;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.other-rooms {
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.other-rooms .available {
  font-size: 12px;
}
.other-rooms .otherRoomComment {
  font-size: 13px;
  margin-bottom: 10px;
}
.other-rooms h3 {
  font-weight: 500;
  display: inline-block;
  text-align: center;
  margin-bottom: 7px;
  border-bottom: 1px solid black;
  font-style: italic;
  color: black;
}
.other-rooms ul {
  list-style-type: none;
  padding: 0;
}
.other-rooms ul li {
  justify-content: left;
  margin-bottom: 8px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
.other-rooms ul li .otherRoomInfomation {
  text-decoration: none;
  color: #003380;
  text-align: left;
  font-size: 16px;
  padding: 10px 10px;
}
.other-rooms ul li:hover {
  background-color: #cce0ff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.other-rooms a {
  display: flex;
  margin-top: 7px;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  width: 100%;
}
.other-rooms .thumbnail-link {
  height: 70px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.other-rooms span::after {
  content: "";
  display: block;
}
.other-rooms .text_box {
  margin-top: 8px;
  font-size: 13px;
}
.other-rooms .lazyloaded {
  border-radius: 12px;
  background-size: cover;
  aspect-ratio: 16/9;
  height: auto;
  min-height: 130px;
}

#inquiry {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
  flex-direction: column;
  padding-bottom: 25px;
  cursor: pointer;
}
#inquiry .inquiry-iframe {
  width: 100%;
  margin: 0 10px;
  max-width: 1500px;
  height: 92%;
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#inquiry .closeButtonArea {
  width: 100%;
  max-width: 1500px;
  text-align: right;
  pointer-events: none;
}
#inquiry .closeButtonArea i {
  font-size: 48px;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  font-weight: 300;
}

.unit_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.unit_wrapper .unit_code {
  width: 50%;
}
.unit_wrapper .apj_id {
  font-size: 1.6rem;
  background-color: #f0f0f0;
  padding: 4px 20px;
  border-radius: 20px;
  display: inline-block;
}

#page_top,
#page_top a {
  width: 30px !important;
  height: 30px !important;
  line-height: 35px !important;
}

#page_top {
  bottom: 1% !important;
  right: 1% !important;
}

.featured-services .large-text.nowrap-if-fits {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .featured-services .large-text.nowrap-if-fits {
    white-space: normal;
  }
}
.featured-services .large-text.nowrap-flex {
  display: inline-flex;
  flex-wrap: nowrap;
}
.featured-services .large-text.nowrap-flex .chunk {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .featured-services .large-text.nowrap-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .featured-services ul li p {
    font-size: 12px;
    line-height: 1.3;
  }
  .featured-services ul li p .large-text,
  .featured-services ul li p .large-text.nowrap-flex .chunk {
    font-size: 95%;
  }
}

/*# sourceMappingURL=portal_room.css.map */
