/* .contents_list */
.contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents_list li {
  width: 32.3%;
}

@media (max-width: 480px) {
  .contents_list li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contents_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.contents_list li a {
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ea7131;
  padding: 15px 45px;
  background: #ea7131;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .contents_list li a {
    padding: 15px 25px;
    -webkit-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    transition: none;
  }
}

.contents_list li a:after {
  font-size: 1.3rem;
  content: "\025bc";
  right: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 480px) {
  .contents_list li a:after {
    font-size: 1.2rem;
    right: 30px;
  }
}

.contents_list li a span {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
}

@media (max-width: 480px) {
  .contents_list li a span {
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin-left: 10px;
  }
}

.contents_list li a:hover {
  color: #434343;
  border: 1px solid #434343;
  background: #fff;
}

@media (max-width: 480px) {
  .contents_list li a:hover {
    color: #fff;
    border: 1px solid #ea7131;
    background: #ea7131;
  }
}

/* .kodawari */
.kodawari {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 50px 45px;
  background: #fff;
}

@media (max-width: 480px) {
  .kodawari {
    padding: 30px 30px 35px;
  }
}

.kodawari_set:not(:last-child) {
  border-bottom: 1px dotted #aaaaaa;
  margin-bottom: 17px;
  padding-bottom: 33px;
}

@media (max-width: 480px) {
  .kodawari_set:not(:last-child) {
    padding-bottom: 30px;
  }
}

.kodawari_set_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 7px;
}

.kodawari_set_title span {
  color: #ea7131;
  font-size: 2.3rem;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .kodawari_set_title span {
    margin-right: 7px;
  }
}

.kodawari_set_message {
  font-size: 1.4rem;
}

@media (max-width: 480px) {
  .kodawari_set_message {
    font-size: 1.5rem;
  }
}

/* .example_list */
.example_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.example_list li {
  margin-bottom: 7px;
  width: 50%;
}

@media (max-width: 480px) {
  .example_list li {
    margin-bottom: 13px;
  }
}

@media (max-width: 480px) {
  .example_list li {
    line-height: 1.5;
    text-indent: -1.3em;
    padding-left: 1.3em;
    width: 100%;
  }
}

.example_list li:before {
  color: #ea7131;
  margin-right: 7px;
  content: "\025c6";
}

@media (max-width: 480px) {
  .example_list li:before {
    margin-right: 5px;
  }
}

/* .estate_agency */
#contents #estate_agency .section_title {
  margin-bottom: 30px;
}

.estate_agency_title, .estate_agency_message {
  text-align: center;
}

@media (max-width: 480px) {
  .estate_agency_title, .estate_agency_message {
    text-align: left;
  }
}

.estate_agency_title {
  color: #ea7131;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 17px;
}

.estate_agency_message {
  line-height: 2;
  margin-bottom: 15px;
}

.estate_agency .btn_base {
  margin: 0 auto;
}

/* .tabs */
.tabs {
  margin-top: 50px;
}

.tabs input[name="tab_item"] {
  display: none;
}

.tabs .tab_item {
  color: #565656;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  width: calc(100%/2);
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 480px) {
  .tabs .tab_item {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 20px 0 17px;
  }
}

.tabs .tab_item.architecture {
  background: #f1f1f1;
}

.tabs .tab_item.renovation {
  border: 1px solid #f1f1f1;
  border-bottom: 0px;
  background: #fff;
}

.tabs .tab_item span {
  font-size: 1.3rem;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .tabs .tab_item span {
    font-size: 1.7rem;
    margin-left: 0;
    display: block;
  }
}

.tabs .tab_item:hover {
  opacity: 0.75;
}

@media (max-width: 480px) {
  .tabs .tab_item:hover {
    opacity: 1;
  }
}

.tabs .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

.tabs .tab_content#architecture_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
}

.tabs .tab_content#architecture_content .tab_content_set:nth-of-type(even) {
  background: #fff;
}

.tabs .tab_content#architecture_content .tab_content_set:nth-of-type(even) .main_image li,
.tabs .tab_content#architecture_content .tab_content_set:nth-of-type(even) .thunmnail_list li {
  background: #f1f1f1;
}

.tabs .tab_content#renovation_content {
  border: 1px solid #f1f1f1;
}

.tabs .tab_content#renovation_content .tab_content_set:nth-of-type(even) {
  background: #f1f1f1;
}

.tabs .tab_content .comingsoon {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 40px;
}

@media (max-width: 480px) {
  .tabs .tab_content .comingsoon {
    padding: 50px 5%;
  }
}

.tabs .tab_content_set {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 40px;
}

@media (max-width: 480px) {
  .tabs .tab_content_set {
    padding: 50px 5%;
  }
}

.tabs .tab_content_set_head {
  text-align: center;
  margin-bottom: 30px;
}

.tabs .tab_content_set_head_number {
  font-size: 1.9rem;
}

.tabs .tab_content_set_image:after {
  content: '';
  display: block;
  clear: both;
}

.tabs .tab_content_set_image li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs .tab_content_set_image li:focus {
  outline: none;
}

.tabs .tab_content_set_image li img {
  max-height: 100%;
  max-width: 100%;
}

.tabs .tab_content_set_image .main_image {
  width: 60%;
  float: left;
}

@media (max-width: 480px) {
  .tabs .tab_content_set_image .main_image {
    margin-bottom: 7px;
    width: 100%;
    float: none;
  }
}

.tabs .tab_content_set_image .main_image li {
  height: 375px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 480px) {
  .tabs .tab_content_set_image .main_image li {
    height: 300px;
  }
}

.tabs .tab_content_set_image .thunmnail_list {
  width: 38%;
  float: right;
  overflow: hidden;
}

@media (max-width: 480px) {
  .tabs .tab_content_set_image .thunmnail_list {
    width: 100%;
    float: none;
  }
}

.tabs .tab_content_set_image .thunmnail_list .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: none !important;
          transform: none !important;
}

@media (max-width: 480px) {
  .tabs .tab_content_set_image .thunmnail_list .slick-track {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.tabs .tab_content_set_image .thunmnail_list .slick-track:before, .tabs .tab_content_set_image .thunmnail_list .slick-track:after {
  content: none;
}

.tabs .tab_content_set_image .thunmnail_list .slick-track li {
  cursor: pointer;
  margin-bottom: 17px;
  height: 115px;
  width: 48%;
  background: #fff;
  position: relative;
}

@media (max-width: 480px) {
  .tabs .tab_content_set_image .thunmnail_list .slick-track li {
    margin-bottom: 7px;
    height: 80px;
    width: 32%;
  }
}

@media (max-width: 480px) {
  .tabs .tab_content_set_image .thunmnail_list .slick-track li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.tabs .tab_content_set_image .thunmnail_list .slick-track li.slick-current:before {
  height: 100%;
  width: 100%;
  background: rgba(247, 132, 22, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.tabs #architecture:checked ~ #architecture_content,
.tabs #renovation:checked ~ #renovation_content {
  display: block;
}

/* .partner */
.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .partner {
    display: block;
  }
}

@media (max-width: 480px) {
  .partner_image {
    margin: 0 auto 20px;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .partner_image img {
    width: 100%;
    display: block;
  }
}

.partner_contents {
  padding-top: 10px;
  width: 480px;
}

@media (max-width: 480px) {
  .partner_contents {
    padding-top: 0;
    width: 100%;
  }
}

.partner_contents_head {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .partner_contents_head {
    margin-bottom: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.partner_contents_head_category {
  color: #fff;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  padding: 5px 12px;
  background: #434343;
}

@media (max-width: 480px) {
  .partner_contents_head_category {
    margin: 0 0 5px;
  }
}

.partner_contents_head_name {
  font-size: 1.9rem;
}

@media (max-width: 480px) {
  .partner_contents_head_name {
    font-size: 2rem;
  }
}

.partner_contents_profile > dt {
  color: #ea7131;
  font-size: 1.8rem;
  letter-spacing: 3px;
}

.partner_contents_profile > dd:not(:last-child) {
  margin-bottom: 30px;
}

/* MT property */
.property_category {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .property_category {
    display: block;
  }
}

.property_category_set {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  width: 49%;
  background: #faf8f6;
}

@media (max-width: 480px) {
  .property_category_set {
    padding: 25px 20px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .property_category_set:nth-child(1) {
    margin-bottom: 10px;
  }
}

.property_category_set_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.property_category_set_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property_category_set_list li {
  width: 48%;
}

.property_category_set_list li a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ea7131;
  padding: 11px 30px;
  background: #ea7131;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .property_category_set_list li a {
    padding: 11px 20px;
    -webkit-transition: none;
    transition: none;
  }
}

.property_category_set_list li a:after {
  font-size: 1rem;
  content: "\025bc";
  right: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 480px) {
  .property_category_set_list li a:after {
    right: 20px;
  }
}

.property_category_set_list li a:hover {
  color: #434343;
  border: 1px solid #434343;
  background: #fff;
}

@media (max-width: 480px) {
  .property_category_set_list li a:hover {
    color: #fff;
    background: #ea7131;
  }
}

.property_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .property_contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.property_contents_set {
  margin-bottom: 70px;
  width: 32%;
}

@media (max-width: 480px) {
  .property_contents_set {
    width: 48%;
  }
}

.property_contents_set:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .property_contents_set:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.property_contents_set a {
  color: #434343;
  text-decoration: none;
  display: block;
  position: relative;
}

.property_contents_set a:hover .property_contents_set_image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 480px) {
  .property_contents_set a:hover .property_contents_set_image img {
    -webkit-transform: none;
            transform: none;
  }
}

.property_contents_set a:hover .property_contents_set_detail_title {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .property_contents_set a:hover .property_contents_set_detail_title {
    text-decoration: none;
  }
}

.property_contents_set_image {
  margin-bottom: 10px;
  height: 200px;
  background: #faf8f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media (max-width: 480px) {
  .property_contents_set_image {
    margin-bottom: 5px;
    height: 160px;
  }
}

.property_contents_set_image img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 480px) {
  .property_contents_set_image img {
    -webkit-transition: none;
    transition: none;
  }
}

.property_contents_set_category {
  position: absolute;
  top: 5px;
  left: 7px;
}

@media (max-width: 480px) {
  .property_contents_set_category {
    margin-bottom: 5px;
    position: static;
    top: auto;
    left: auto;
  }
}

.property_contents_set_category li {
  color: #fff;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 10px;
  background: #434343;
  display: inline-block;
}

@media (max-width: 480px) {
  .property_contents_set_category li {
    font-size: 1rem;
  }
}

.property_contents_set_detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
}

.property_contents_set_detail_title {
  line-height: 1.5;
}

.property_contents_set_detail_price span {
  color: #ea7131;
  font-size: 2rem;
}

@media (max-width: 480px) {
  .property_contents_set_detail_price span {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.property_contents_set_detail_access {
  font-size: 1.3rem;
}

@media (max-width: 480px) {
  .property_contents_set_detail_access {
    line-height: 1.5;
  }
}

.property_contents .none {
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  padding: 20px 0 100px;
}

/* .property_detail */
#property_detail #contents .contents_header {
  background: url(../img/stitle-pc.png) no-repeat top center/cover #f2e9e4;
}

@media (max-width: 480px) {
  #property_detail #contents .contents_header {
    background: url(../img/stitle-sp.png) no-repeat top center/cover;
  }
}

@media (max-width: 480px) {
  #property_detail #contents .contents_header .head_inner .title {
    line-height: 1.5;
  }
}

#property_detail #contents .contents_header .head_inner .title span {
  font-size: 1.5rem;
  display: block;
}

.property_detail {
  padding: 80px 0 100px;
}

@media (max-width: 480px) {
  .property_detail {
    padding: 50px 3%;
  }
}

.property_detail_images {
  margin: 0 auto 70px;
  max-width: 800px;
}

@media (max-width: 480px) {
  .property_detail_images {
    margin-bottom: 50px;
    max-width: 100%;
  }
}

.property_detail_images .main_image li:focus,
.property_detail_images .thunmnail_list li:focus {
  outline: none;
}

.property_detail_images .main_image li img,
.property_detail_images .thunmnail_list li img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.property_detail_images .main_image {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .property_detail_images .main_image {
    margin: 0 auto;
    width: 90%;
  }
}

.property_detail_images .main_image li {
  height: 500px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .property_detail_images .main_image li {
    height: 300px;
  }
}

.property_detail_images .main_image.arrow {
  position: relative;
}

.property_detail_images .main_image.arrow .slick-arrow {
  z-index: 0;
}

.property_detail_images .main_image.arrow .slick-arrow:before {
  cursor: pointer;
  height: 25px;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}

.property_detail_images .main_image.arrow .slick-arrow.custom-slick-prev:before {
  content: url(../img/works-slider-prev.png);
  left: -35px;
}

@media (max-width: 480px) {
  .property_detail_images .main_image.arrow .slick-arrow.custom-slick-prev:before {
    left: -22px;
  }
}

.property_detail_images .main_image.arrow .slick-arrow.custom-slick-next:before {
  content: url(../img/works-slider-next.png);
  right: -35px;
}

@media (max-width: 480px) {
  .property_detail_images .main_image.arrow .slick-arrow.custom-slick-next:before {
    right: -22px;
  }
}

@media (max-width: 480px) {
  .property_detail_images .thunmnail_list {
    display: none;
  }
}

.property_detail_images .thunmnail_list .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: none !important;
          transform: none !important;
}

.property_detail_images .thunmnail_list .slick-track:before, .property_detail_images .thunmnail_list .slick-track:after {
  content: none !important;
}

.property_detail_images .thunmnail_list li {
  cursor: pointer;
  margin-bottom: 8px;
  height: 80px;
  width: 13.42% !important;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.property_detail_images .thunmnail_list li:not(:nth-child(7n)) {
  margin-right: 1%;
}

.property_detail_images .thunmnail_list li.slick-current:after {
  height: 100%;
  width: 100%;
  background: rgba(255, 150, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.property_detail_images .thunmnail_list li:hover {
  opacity: 0.8;
}

.property_detail_contents {
  margin-bottom: 80px;
  padding: 60px 0;
  background: #faf8f6;
}

@media (max-width: 480px) {
  .property_detail_contents {
    padding: 40px 5%;
  }
}

.property_detail_contents_inner {
  margin: 0 auto;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .property_detail_contents_inner {
    max-width: 100%;
    display: block;
  }
}

.property_detail_contents_inner_table {
  width: 60%;
}

@media (max-width: 480px) {
  .property_detail_contents_inner_table {
    width: 100%;
  }
}

.property_detail_contents_inner_table table td,
.property_detail_contents_inner_table table th {
  padding: 15px 0;
  vertical-align: top;
}

.property_detail_contents_inner_table table tbody th {
  width: 27%;
}

@media (max-width: 480px) {
  .property_detail_contents_inner_table table tbody th {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .property_detail_contents_inner_table table tbody td {
    margin-bottom: 15px;
  }
}

.property_detail_contents_inner_table table tbody td .price {
  color: #ea7131;
  font-size: 2rem;
}

.property_detail_contents_inner_contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px;
  width: 38%;
  background: #fff;
}

@media (max-width: 480px) {
  .property_detail_contents_inner_contact {
    padding: 35px 25px;
    width: 100%;
  }
}

.property_detail_contents_inner_contact_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.property_detail_contents_inner_contact_title:after {
  height: 1px;
  width: 100%;
  background: #434343;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}

.property_detail_contents_inner_contact_title span {
  padding: 0 15px;
  background: #fff;
}

.property_detail_contents_inner_contact_tel {
  text-align: center;
}

.property_detail_contents_inner_contact_tel a {
  font-size: 2.7rem;
}

.property_detail_contents_inner_contact_tel a span {
  font-size: 65%;
}

.property_detail_contents_inner_contact_time {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}

.property_detail_contents_inner_contact_btn {
  margin-bottom: 20px;
}

.property_detail_contents_inner_contact_btn a {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ea7131;
  padding: 13px 0 13px 40px;
  background: url(../img/mail-icon01.png) no-repeat center left 40px/20px #ea7131;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .property_detail_contents_inner_contact_btn a {
    -webkit-transition: none;
    transition: none;
  }
}

.property_detail_contents_inner_contact_btn a:hover {
  color: #434343;
  border: 1px solid #434343;
  background: url(../img/mail-icon02.png) no-repeat center left 40px/20px #fff;
}

@media (max-width: 480px) {
  .property_detail_contents_inner_contact_btn a:hover {
    color: #fff;
    border: 1px solid #ea7131;
    background: url(../img/mail-icon01.png) no-repeat center left 40px/20px #ea7131;
  }
}

.property_detail_contents_inner_contact_info {
  font-size: 1.4rem;
}

.property_detail .child_property_detail {
  margin: 0 auto;
  max-width: 900px;
}

.property_detail .child_property_detail:not(:last-child) {
  margin-bottom: 60px;
}

.property_detail .child_property_detail_title {
  color: #fff;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #434343;
}

.property_detail .child_property_detail_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.property_detail .child_property_detail_inner .property_detail_table {
  padding-top: 15px;
}

.property_detail .child_property_detail_inner .property_detail_table table {
  width: 100%;
  table-layout: fixed;
}

.property_detail .child_property_detail_inner .property_detail_table table td,
.property_detail .child_property_detail_inner .property_detail_table table th {
  border: 1px solid #999;
  padding: 15px 20px;
}

@media (max-width: 480px) {
  .property_detail .child_property_detail_inner .property_detail_table table td,
  .property_detail .child_property_detail_inner .property_detail_table table th {
    border: 0px;
  }
}

.property_detail .child_property_detail_inner .property_detail_table table tbody th {
  width: 20%;
  background: #f1f1f1;
}

@media (max-width: 480px) {
  .property_detail .child_property_detail_inner .property_detail_table table tbody th {
    border-bottom: 1px solid #999;
    padding: 12px 12px 8px;
    width: 100%;
    background: none;
  }
}

.property_detail .child_property_detail_inner .property_detail_table table tbody td {
  width: 30%;
}

@media (max-width: 480px) {
  .property_detail .child_property_detail_inner .property_detail_table table tbody td {
    padding: 8px 12px 12px;
  }
}

/* PageList */
#PageList {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 8px;
  width: 600px;
}

@media (max-width: 480px) {
  #PageList {
    width: 100%;
  }
}

#PageList:after {
  content: " ";
  display: block;
  clear: both;
}

#PageList li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline;
}

@media (max-width: 480px) {
  #PageList li {
    text-align: center;
    display: block;
  }
}

#PageList li a {
  text-decoration: none;
  padding: 6px 14px;
}

#PageList li.next a, #PageList li.prev a {
  color: #000;
}

@media (max-width: 480px) {
  #PageList li.pagelist {
    padding: 10px 0;
  }
}

#PageList li.pagelist a {
  color: #ea7131;
  border: 1px solid #ea7131;
}

#PageList li.pagelist .current_page {
  text-decoration: none;
  font-size: 110%;
  color: #fff;
  padding: 4px 14px;
  background: #ea7131;
  display: inline-block;
}
/*# sourceMappingURL=contents.css.map */