/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#breadcrumbs ol {
  border-bottom: 1px solid rgba(137,112,45,.15);
  padding-bottom: 10px;
}
#breadcrumbs ol li a {
  color: #0366d6;
}
#breadcrumbs ol li a:hover {
  text-decoration: underline;
}
#breadcrumbs ol li:after {
  content: ">";
  margin: 0 5px;
}
#breadcrumbs ol li:last-child:after {
  content: none;
}
@media only screen and ( max-width : 991px ) {
  #main {
    padding: 30px 0;
  }
  #contents {
    margin-bottom: 30px;
  }
  #breadcrumbs {
    padding: 10px 15px 0 15px;
    font-size: 11px;
  }
  main h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  h1#h_logo {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  main h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  h1#h_logo {
    margin-bottom: 0;
  }
  #breadcrumbs {
    padding: 20px 30px 0 30px;
    font-size: 12px;
  }
  #main {
    padding: 50px 0;
  }
  #contents {
    width: calc(100% - (330px + 30px));
  }
  #side {
    width: 330px;
    margin-left: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   物件一覧

--------------------------------------------------------------------------------------------- */
.propertyList_box {
  background: #e6dfcc;
}
.propertyList_box:last-child {
  margin-bottom: 0;
}
.propertyList_copy {
  font-weight: bold;
}
.propertyList_content h3 {
  font-weight: bold;
}
.propertyList_tag li {
}
.propertyList_box th,.propertyList_box td {
  /*border: 1px solid #d3cdbc;*/
  border: 1px solid #666;
  position: relative;
  vertical-align: middle;
  background: #eeeded;
}
.propertyList_box th {
  /*background: #89702d;*/
  background: #20d9dd;
  color: #fff;
  text-align: center;
}
.propertyList_info_more {
  /*background: #692b3a;*/
  background: #0f1057;
  padding: 4px;
}
.propertyList_info_more a {
  color: #fff;
  border: 1px solid #c1a9a0;
}
.propertyList_info_more a span:after {
  content: ">>>";
  display: block;
  text-align: center;
}

.pager li {
  border: 1px solid #d5cfbe;
  width: 40px;
  height: 40px;
}
.pager li span,.pager li a {
  display: block;
  text-align: center;
  line-height: 40px;
}
.pager li.active a,.pager li a:hover {
  background: #80511b;
  color: #fff;
}
.pager li span {
  opacity: .6;
}

@media only screen and ( max-width : 991px ) {
  .propertyList_box {
    padding: 10px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .propertyList_thumb {
    width: 200px;
    margin-right: 10px;
  }
  .propertyList_thumb img {
    height: 140px;
  }
  .propertyList_content {
    width: calc(100% - (200px + 10px));
  }
  .propertyList_tag {
    margin-bottom: 10px;
  }
  .propertyList_tag li {
    width: 24.25%;
    margin-right: 1%;
  }
  .propertyList_tag li:nth-child(4n) {
    margin-right: 0;
  }
  .propertyList_box thead,.propertyList_box .propertyList_room,.propertyList_box .propertyList_madori,.propertyList_box tbody th {
    display: none;
  }
  .propertyList_box td {
    display: block;
    width: 100%;
    min-height: 2.5em;
    /*padding: 5px;
    padding-left: 100px;*/
    position: relative;
    box-sizing: border-box;
    padding: 5px 5px 5px 100px;
  }
  .propertyList_box td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    /*left: 10px;*/
    top: 0;
    left: 0;
    width: 85px;
    height: calc(100% - 10px);
    padding: 5px;
    background: #20d9dd;
    color: #fff;
  }
  .propertyList_box td.pc_only {
    display: none;
  }
  .propertyList_copy {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .propertyList_content h3 {
    font-size: 16px;
  }
  .propertyList_info_more a {
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 14px;
  }
}
@media only screen and ( max-width : 767px ) {
  .propertyList_thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .propertyList_thumb img {
    height: 250px;
  }
  .propertyList_content {
    width: 100%;
  }
  .propertyList_tag li {
    width: 32.66666666666667%;
  }
  .propertyList_tag li:nth-child(4n) {
    margin-right: 1%;
  }
  .propertyList_tag li:nth-child(3n) {
    margin-right: 0;
  }
  .search_num_text {
    text-align: center;
  }
  .pager {
    margin-top: 15px;
  }

}
@media only screen and ( max-width : 575px ) {
  .propertyList_thumb img {
    height: 200px;
  }
  .propertyList_info_more a {
    padding: 10px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .propertyList_box {
    padding: 20px;
    font-size: 13px;
    margin-bottom: 40px;
  }
  .propertyList_copy {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .propertyList_tag {
    margin-bottom: 15px;
  }
  .propertyList_tag li {
    width: 15.83333333333333%;
    margin-right: 1%;
  }
  .propertyList_tag li:nth-child(6n) {
    margin-right: 0;
  }
  .propertyList_thumb {
    width: 300px;
    margin-right: 20px;
  }
  .propertyList_thumb img {
    height: 210px;
  }
  .propertyList_content {
    width: calc(100% - (300px + 20px));
  }
  .propertyList_content h3 {
    font-size: 20px;
  }
  .propertyList_box th,.propertyList_box td {
    padding: 5px;
  }
  .propertyList_box .propertyList_room,.propertyList_box .propertyList_madori {
    padding: 0;
  }
  .propertyList_room_th,.propertyList_madori_th {
    width: 180px;
  }
  .propertyList_box .propertyList_room img,.propertyList_box .propertyList_madori img {
    max-width: 180px;
  }
  .propertyList_info table {
    width: calc(100% - 170px);
  }
  .propertyList_info td {
    text-align: center;
  }
  .propertyList_info_more, .parking {
    width: 170px;
  }
  .propertyList_info_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 18px;
  }
  .propertyList_box td.sp_only {
    display: none;
  }
}
@media print, screen and ( min-width : 1200px ) {

}
/* ---------------------------------------------------------------------------------------------

　   物件詳細

--------------------------------------------------------------------------------------------- */
.matterport {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.matterport iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.property_intro .property_catchcopy {
  font-weight: bold;
}
.property_image .swiper-slide img {
  width: 100%;
}
.thumblist-item {
  background-color: #000;
  cursor: pointer;
}

.thumblist {
  display: flex;
  flex-wrap: wrap;
}
.thumblist-item img {
  opacity: 0.5;
}
.thumblist-item.current img {
  opacity: 1;
}
.property_intro h2,.borderB_title {
  font-weight: bold;
  border-bottom: 1px solid #311d22;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
.list li {
  position: relative;
  padding-left: 1.4em;
  margin-top: 5px;
}
.list li:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #89702d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.property_info .price {
  color: #692b3a;
  font-size: 16px;
}
.property_info .price h4 {
  text-align: center;
}
.property_info .price span {
  color: #3f48cc;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2em;
}
.property_info .price span span {
  font-size: 30px;
  font-weight: normal;
}

.property_info caption {
  /*background: #676492;*/
  background: #20d9dd;
  color: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
  border-bottom: none;
}
.property_info th,.property_info td {
  /*border: 1px solid #ccc6b6;*/
  border: 1px solid #000;
  vertical-align: middle;
}

.property_info th {
  text-align: center;
  background: #e6dfcc;
  padding: 10px;
}
.property_info td {
  background: #fff;
  padding: 10px;
}
.property_info tbody th {
  width: 120px;
}
.property_info small {
  display: block;
  font-size: 12px;
}
.map iframe {
  display: block;
  width: 100%;
}
.side_contact {
  /*background: #692b3a;*/
  background: #0f1057;
  color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.side_contact h4 {
  border-bottom: 1px solid #e6dfcc;
  text-align: center;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  font-size: 20px;
}
.side_contact .side_contact_add {
  font-size: 12px;
  text-align: center;
}
.side_contact .side_contact_add small {
  font-size: 11px;
  text-align: center;
}
.side_contact .side_contact_tel {
  text-align: center;
  font-size: 30px;
  position: relative;
  margin: 20px 0;
}
.side_contact .side_contact_tel:before {
  content: "";
  width: 26px;
  height: 20px;
  background: url(../img/icon-tel.png) no-repeat center / 100%;
  display: inline-block;
}
.side_contact .side_contact_tel a {
  color: #fff;
}
.property_image .swiper-button-prev, .property_image .swiper-button-next {
  background: #201115;
  top: 0;
  margin-top: 0;
}
.property_image .swiper-button-prev {
  left: auto;
}
.property_image .swiper-button-next {
  right: 0;
}
.property_image .swiper-button-prev::after, .property_image .swiper-button-next::after {
  color: #fff;
  font-size: 18px;
}
@media only screen and ( max-width : 767px ) {
  .property_intro .property_catchcopy {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .property_intro h2,.borderB_title {
    font-size: 17px;
  }
  .property_intro .list li {
    width: 49%;
    margin-right: 2%;
    font-size: 12px;
  }
  .property_intro .list li:nth-child(1),.property_intro .list li:nth-child(2) {
    margin-top: 0;
  }
  .property_intro .list li:nth-child(2n) {
    margin-right: 0;
  }
  .map iframe {
    height: 250px;
  }
  .thumblist-item {
    flex: 0 0 23.5%;
    max-width: 23.5%;
    margin: 2% 2% 0 0;
  }
  .thumblist-item:nth-child(1),.thumblist-item:nth-child(2),.thumblist-item:nth-child(3),.thumblist-item:nth-child(4) {
    margin-top: 0;
  }
  .thumblist-item:nth-child(4n) {
    margin-right: 0;
  }
  .thumblist {
    margin-top: 10px;
  }
  .property_image .swiper-button-prev, .property_image .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .property_image .swiper-button-prev {
    right: 41px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .property_image .swiper-button-prev, .property_image .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .property_image .swiper-button-prev {
    right: 51px;
  }
  .property_intro .property_catchcopy {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .property_intro h2,.borderB_title {
    font-size: 20px;
  }
  .property_intro .list li {
    width: 23.5%;
    margin-right: 2%;
  }
  .property_intro .list li:nth-child(1),.property_intro .list li:nth-child(2),.property_intro .list li:nth-child(3),.property_intro .list li:nth-child(4) {
    margin-top: 0;
  }
  .property_intro .list li:nth-child(4n) {
    margin-right: 0;
  }
  .map iframe {
    height: 400px;
  }
  .thumblist-item {
    flex: 0 0 18.4%;
    max-width: 18.4%;
    margin: 2% 2% 0 0;
  }
  .thumblist-item:nth-child(1),.thumblist-item:nth-child(2),.thumblist-item:nth-child(3),.thumblist-item:nth-child(4),.thumblist-item:nth-child(5) {
    margin-top: 0;
  }
  .thumblist-item:nth-child(5n) {
    margin-right: 0;
  }
  .thumblist {
    margin-top: 15px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   設備とサービス

--------------------------------------------------------------------------------------------- */
.icon_list li {
  /*border: 1px solid #ccc;*/
  border-radius: 3px;
  background: #fff;
  text-align: center;
  margin-right: 0.5%;
  margin-bottom: 5px;
  padding: 10px 5px;
}
.icon_list li span {
  display: block;
  text-align: center;
}
#equipment_other .list li {
}
@media only screen and ( max-width : 992px ) {
  .icon_list li {
    width: 19.6%;
    margin-bottom: 3px;
  }
  .icon_list li:nth-child(5n) {
    margin-right: 0;
  }
  .icon_list li img {
    max-width: 50px;
  }
  #equipment_other .list li {
    width: 32%;
    margin-right: 2%;
  }
  #equipment_other .list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and ( max-width : 767px ) {
  .icon_list li {
    font-size: 10px;
  }
  .icon_list li span {
    margin-top: 5px;
  }
}
@media only screen and ( max-width : 575px ) {
  .icon_list li {
    width: 33%;
  }
  .icon_list li:nth-child(5n) {
    margin-right: 0.5%;
  }
  .icon_list li:nth-child(3n) {
    margin-right: 0;
  }
  #equipment_other .list li {
    width: 49%;
    margin-right: 2%;
    font-size: 12px;
  }
  #equipment_other .list li:nth-child(3n) {
    margin-right: 2%;
  }
  #equipment_other .list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .equipment_lead {
    text-align: center;
  }
  .icon_list li span {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .icon_list li {
    width: 10.66666666666667%;
  }
  .icon_list li:nth-child(9n) {
    margin-right: 0;
  }
  #equipment_other .list li {
    width: 18.4%;
    margin-right: 2%;
  }
  #equipment_other .list li:nth-child(5n) {
    margin-right: 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   お客様の声

--------------------------------------------------------------------------------------------- */
.voice_box {
  background: #fff;
  box-shadow: 10px 10px 15px -10px rgba(0,0,0,.3);
}
.voice_box:last-child {
  margin-bottom: 0;
}
.voice_lead {
  font-weight: bold;
}
.customer_reviews_num {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #692b3a;
  border-bottom: 1px solid #692b3a;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.customer_reviews_num span {
  display: inline-block;
  line-height: 1;
}
/*.evaluation {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.evaluation:last-child {
  border-bottom: none;
}*/
.evaluation ol li i {
  background: rgba(105,43,58,.2);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
}
.evaluation ol li.on i {
  background: #692b3a;
}
.evaluation ol li.on i:after {
  content: "";
  background: rgba(105,43,58,.3);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: -4px;
  left: -4px;
}
.customer_reviews_img {
  overflow: hidden;
  border-radius: 50%;
}
.select_list li {
  border: 1px solid #c9bb97;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4em;
  color: #c9bb97;
}
.select_list li.selected {
  background: #89702d;
  color: #fff;
  border: 1px solid #89702d;
}
.select_list li span {
  text-align: center;
  line-height: 1.2em;
}
.customer_reviews_content h3 {
  font-weight: bold;
  border-left: 7px solid #692b3a;
  padding-left: 1em;
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: 2em;
}

@media only screen and ( max-width : 767px ) {
  .voice_box {
    padding: 10px;
    position: relative;
    margin-bottom: 40px;
  }
  .customer_reviews_img {
    width: 150px;
    margin: 0 auto;
  }
  .customer_reviews_num {
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 10px;
  }
  .customer_reviews_num span {
    font-size: 30px;
  }
  .select_list li {
    width: 32.66666666666667%;
    margin-right: 1%;
    margin-top: 5px;
    font-size: 11px;
  }
  .select_list li:nth-child(1),.select_list li:nth-child(2),.select_list li:nth-child(3) {
    margin-top: 0;
  }
  .select_list li:nth-child(3n) {
    margin-right: 0;
  }
  .evaluation span {
    width: 30%;
    font-size: 12px;
  }
  .evaluation .evaluation_list {
    width: 40%;
    padding: 0 5px;
  }
  .evaluation ol li {
    margin-right: 12px;
  }
  .evaluation ol li:last-child {
    margin-right: 0;
  }
}
@media only screen and ( max-width : 575px ) {
  .evaluation ol li {
    margin-right: 8px;
  }

}
@media print, screen and ( min-width : 768px ) {
  .voice_box {
    padding: 20px;
    margin-bottom: 30px;
  }
  .voice_lead {
    font-size: 18px;
    text-align: center;
  }
  .customer_reviews_img {
    width: 160px;
    margin-right: 20px;
  }
  .customer_reviews_content {
    width: calc(100% - (160px + 20px));
  }
  .customer_reviews_num {
    font-size: 20px;
  }
  .customer_reviews_num span {
    font-size: 30px;
  }
  .select_list li {
    width: 19.2%;
    margin-right: 1%;
    margin-top: 10px;
    font-size: 12px;
  }
  .select_list li:nth-child(1),.select_list li:nth-child(2),.select_list li:nth-child(3),.select_list li:nth-child(4),.select_list li:nth-child(5) {
    margin-top: 0;
  }
  .select_list li:nth-child(5n) {
    margin-right: 0;
  }
  .evaluation span {
    width: 10em;
  }
  .evaluation .evaluation_list {
    width: 17em;
  }
  .evaluation ol li {
    margin-right: 30px;
  }
  .evaluation ol li:last-child {
    margin-right: 0;
  }
  .evaluation ol li i {
    width: 16px;
    height: 16px;
  }
  .evaluation ol li.on i:after {
    width: 24px;
    height: 24px;
    top: -4px;
    left: -4px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .voice_box {
    padding: 30px;
  }
  .customer_reviews_img {
    width: 200px;
    margin-right: 30px;
  }
  .customer_reviews_content {
    width: calc(100% - (200px + 30px));
  }
  .select_list li {
    font-size: 13px;
  }
 } 


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
