@charset "UTF-8";
@media screen and (min-width:1001px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

@media screen and (max-width:1000px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

.building_room_info_tbl01 li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.building_room_info_tbl01 li p {
  font-weight: bold;
  white-space: nowrap;
  min-width: 40px;
}

.building_room_info_btn {
  margin: 20px 0 0;
}

.liquidationdate_tbl_title {
  background-color: #E9F4F5;
  border: solid 1px #1AA5AA;
  color: #1AA5AA;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

.liquidationdate_tbl_yen {
  font-weight: bold;
  border: solid 1px #1AA5AA;
  border-width: 0px 1px 1px 1px;
  padding: 5px;
  text-align: right;
}

.liquidationdate_tbl i {
  color: #1AA5AA;
}

.liquidationdate_tbl td:nth-child(2n+1) {
  width: 23%;
}

/* 建物 */

.building_info_tbl {
  color: #696969;
  table-layout: fixed;
  margin-right: 20px;
}

.building_info {
  width: 50%;
}

.building_info_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: left;
}

.building_info_tbl td {
  padding: 5px;
  border: solid 2px #E9F4F5;
  text-align: left;
}

.building_info_tbl th:nth-child(1) {
  width: 40%;
}

.building_info_tbl th:nth-child(2) {
  width: 18%;
}

.building_room_info_tbl01 th {
  white-space: nowrap;
  text-align: left;
}

/* 部屋 */

.room_info_tbl {
  color: #696969;
  table-layout: fixed;
  margin-right: 20px;
  text-align: left;
}

.room_info_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: left;
}

.room_info_tbl td {
  padding: 5px;
  border: solid 2px #E9F4F5;
}

.room_info_tbl th:nth-child(1) {
  width: 40%;
}

.room_info_tbl th:nth-child(2) {
  width: 18%;
}

/* 入居者情報 */

.resident_information_tbl {
  color: #696969;
  table-layout: fixed;
  margin-right: 20px;
}

.resident_information_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
}

.resident_information_tbl td {
  padding: 5px;
  border: solid 2px #E9F4F5;
  text-align: left;
}

.resident_information_tbl th:nth-child(1) {
  width: 40%;
  text-align: left;
}

.room_info_tbl th:nth-child(2) {
  width: 18%;
}

/* 賃料変更履歴 */

.rentchange_history_tbl tr:nth-child(odd) td {
  background: #f5f5f5;
}
.rentchange_history_tbl tr:nth-child(even) td {
  background: #fff;
}
.rentchange_history_tbl {
  margin: 0 auto;
  width: 100%;
  color: #696969;
  table-layout: fixed;
  border-collapse: collapse;
}

.rentchange_history_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: center;
  border: solid 1px #fff;
}

.rentchange_history_tbl td {
  padding: 5px;
  border: solid 1px #E9F4F5;
}

.rentchange_history_tbl td {
  text-align: center;
}

.rentchange_history_tbl th:nth-child(1) {
  width: 16%;
}

.rentchange_history_tbl th:nth-child(2) {
  width: 16%;
}

.rentchange_history_tbl th:nth-child(3) {
  width: 16%;
}

.rentchange_history_tbl th:nth-child(4) {
  width: 16%;
}

.rentchange_history_tbl th:nth-child(5) {
  width: 16%;
}

.rentchange_history_tbl th:nth-child(6) {
  width: 16%;
}

/* スライド */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_cssslider {
  max-width: 380px;
  padding-top: 275px;
  /* 画像の高さ */
  position: relative;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}

.cp_cssslider>img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  max-width: 380px;
  max-height: 280px;
  width: 100%;
}

.cp_cssslider input[name='cp_switch'] {
  display: none;
}

.cp_cssslider input[name='cp_switch_room'] {
  display: none;
}

/* サムネイル */

.cp_cssslider label {
  margin: 20px 5px 0 5px;
  border: 2px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.6;
  border-radius: 3px;
}

.cp_cssslider label:hover {
  opacity: 0.9;
}

.cp_cssslider label img {
  display: block;
  width: 40px;
  border-radius: 2px;
  pointer-events: none;
}

.cp_cssslider input[name='cp_switch']:checked+label {
  border: 2px solid #FF7043;
  opacity: 1;
}

.cp_cssslider input[name='cp_switch']~img {
  opacity: 0;
}

.cp_cssslider input[name='cp_switch']:checked+label+img {
  opacity: 1;
}

.cp_cssslider input[name='cp_switch_room']:checked+label {
  border: 2px solid #FF7043;
  opacity: 1;
}

.cp_cssslider input[name='cp_switch_room']~img {
  opacity: 0;
}

.cp_cssslider input[name='cp_switch_room']:checked+label+img {
  opacity: 1;
}

/* 部屋 */

.building_info {
  width: 50%;
  margin-right: 20px;
}

/*responsive*/

@media (max-width: 1000px) {
  .building_room_info_btn {
    margin: 30px 0 10px;
  }
  #building_room_info_main {
    margin-left: 0;
  }
  .pankuzu {
    margin-left: 0;
  }
  .textform_ptn01 {
    width: 90%;
  }
  .text-right_sp {
    text-align: right!important;
  }
  .text-left_sp {
    text-align: left!important;
  }
  aside {
    width: 40%;
  }
  .mar20 {
    margin: 10px;
  }
  .marb20_sp {
    margin-bottom: 20px!important;
  }
  .marb30_sp {
    margin-bottom: 30px!important;
  }
  .pad20 {
    padding: 10px;
  }
  .pad10_sp {
    padding: 10px!important;
  }
  .pad20_sp {
    padding: 20px!important;
  }
  .pad15_sp {
    padding: 20px!important;
  }
  .contentbox {
    padding: 10px;
    margin: 0 0 10px 0;
  }
  .room_list_tbl th:nth-child(1) {
    width: 40%;
  }
  .room_list_tbl tr {
    text-align: left;
  }
  .room_list_tbl td {
    padding: 5px;
  }
  .room_list_tbl th {
    padding: 5px;
  }
  .acd-check {
    display: none;
  }
  .building_info_tbl {
    width: 100%;
  }
  .flex_no_sp {
    display: block;
  }
  .rentchange_history_tbl th:nth-child(1) {
    width: 40%;
  }
  .rentchange_history_tbl th {
    text-align: left;
  }
  .rentchange_history_tbl {
    margin: 0 auto 15px;
  }
  /* top */
  #top_main {
    margin-left: 0;
  }
  .top_title_notice {
    padding: 0;
  }
  /* ハンバーガーメニュー */
  #gnav-btn {
    color: #1aa5aa;
    padding: 8px;
    font-size: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-color: white;
    border: solid 1px #1aa5aa;
    border-radius: 3px;
  }
  #gnav-input:checked~#gnav-content {
    top: 0;
  }
  #gnav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
    background-color: #fff;
  }
  .humb-menu__title {
    padding: 1.5rem 1rem;
  }
  .humb-menu label {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    cursor: pointer;
    border-top: 0.5px solid #1aa5aa;
  }
  .home_sp {
    justify-content: space-between;
    padding: 1rem;
    cursor: pointer;
    border-top: 0.5px solid #1aa5aa;
  }
  .home_sp a {
    color: #1aa5aa;
  }
  .humb-menu label p {
    color: #1aa5aa;
  }
  .humb-menu label a {
    color: #1aa5aa;
    display: block;
  }
  .humb-menu input {
    display: none;
  }
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
  }
  .humb-menu .accshow a {
    padding: 1.5rem;
    color: #1aa5aa;
    display: block;
  }
  .login_logout {
    margin-top: 20px;
    justify-content: flex-end;
  }
  .humb-menu .cssacc:checked+.accshow {
    height: auto;
  }
  .home_btn a {
    display: block;
  }
  .home_btn a::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/navi/navi_01_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .news_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_02_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .movein_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_03_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .management_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_04_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .income_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_05_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .maintenance_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_06_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .account_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_07_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  /* 表アコーディオン */
  .acd-label {
    background: #1aa5aa;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 5px;
    position: relative;
  }
  .acd-label:after {
    background: #1aa5aa;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 100%;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
  }
  .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    /*transition: .5s;*/
    visibility: hidden;
  }
  .acd-check:checked+.acd-label:after {
    content: '\f068';
  }
  .acd-check:checked+.acd-label+.acd-content {
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
  }
  /* 建物 */
  .cp_cssslider input[name='cp_switch_sp'] {
    display: none;
  }
  .cp_cssslider input[name='cp_switch_sp']:checked+label {
    border: 2px solid #FF7043;
    opacity: 1;
  }
  .cp_cssslider input[name='cp_switch_sp']~img {
    opacity: 0;
  }
  .cp_cssslider input[name='cp_switch_sp']:checked+label+img {
    opacity: 1;
  }
  .cp_cssslider input[name='cp_switch_room_sp'] {
    display: none;
  }
  .cp_cssslider input[name='cp_switch_room_sp']:checked+label {
    border: 2px solid #FF7043;
    opacity: 1;
  }
  .cp_cssslider input[name='cp_switch_room_sp']~img {
    opacity: 0;
  }
  .cp_cssslider input[name='cp_switch_room_sp']:checked+label+img {
    opacity: 1;
  }
}

/* sp */

@media (max-width: 1000px) {
  main {
    width: 100%!important;
  }
  .building_room_info_tbl01 {
    display: flex;
    width: 50%;
  }
  .building_room_info_tbl01 th:nth-child(1) {
    width: 10%;
    padding: 5px 0 0;
    text-align: left;
  }
  /* 賃料変更履歴 */
  .rentchange_history_tbl tr:nth-child(odd) td {
    background: #fff;
  }
  .rentchange_history_tbl {
    border-collapse: separate;
  }
  .rentchange_history_tbl th {
    border: solid 0px;
  }
  .rentchange_history_tbl td {
    border: solid 2px #E9F4F5;
    text-align: left;
  }

}

@media (max-width: 901px) {
  .liquidationdate_tbl_title {
    min-height: 48px;
  }
}

@media (max-width: 768px) {
  .building_room_info_btn {
    margin: 20px 0 10px;
  }
  .building_info_tbl th:nth-child(1) {
    width: 40%;
  }
  .building_info_tbl tr {
    text-align: left!important;
  }
}

@media (max-width: 375px) {
  .cp_cssslider {
    padding-top: 240px;
  }
}

@media (max-width: 320px) {
  .cp_cssslider {
    padding-top: 195px;
  }
}