@charset "UTF-8";
.residence_list h3 {
  margin: 0 0 15px;
}

.residence_list .side_box {
  float: left;
  width: 250px;
  margin: 36px 0 0;
}

.residence_list .side_box .ahead {
  padding: 8px 0 8px 8px;
  color: #fff;
  font-size: 18px;
  background: #05a237;
  -moz-border-radius: 5px 5px 0 0;
       border-radius: 5px 5px 0 0;
}

.residence_list .side_box .bottom {
  padding: 13px 10px 25px;
  background: #eeeeee;
}

.residence_list .side_box .bottom p {
  line-height: 1;
}

.residence_list .side_box .bottom p.ttl {
  margin: 0 0 15px;
  padding: 0 0 9px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #d1d1d1;
}

.residence_list .side_box .bottom p.s_txt {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.residence_list .side_box .bottom .section {
  margin: 0 0 35px;
}

.residence_list .side_box .bottom .section:last-child {
  margin: 0;
}

.residence_list .side_box .bottom .section span.txt {
  margin: 0 5px;
}

.residence_list .side_box .bottom .section select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100px;
  height: 28px;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  border: solid 1px #d1d1d1;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background: #fff url(../images/slidebtn_bg.png) no-repeat right top;
  -moz-background-size: contain;
       background-size: contain;
}

.residence_list .side_box .bottom .section label {
  display: block;
  margin: 0 0 5px;
}

.residence_list .side_box .bottom .section label input {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  border: solid 1px #d1d1d1;
  -moz-border-radius: 5px;
       border-radius: 5px;
}

.residence_list .side_box .bottom .section input.txt {
  width: 135px;
  height: 30px;
  margin: 0 5px 10px 0;
  border: solid 1px #d1d1d1;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background: #fff;
}

.residence_list .side_box .bottom .section.keyword .btn {
  display: inline-block;
  text-align: center;
  background: url(../images/btn_bg.jpg) repeat-x left top;
  -moz-background-size: contain;
       background-size: contain;
  -moz-border-radius: 5px;
       border-radius: 5px;
}

.residence_list .side_box .bottom .section.keyword .btn a {
  width: 57px;
  display: block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
}

.residence_list .side_box .bottom .section.old select {
  width: 200px;
}

.residence_list .side_box .bottom .except span {
  display: block;
}

.residence_list .side_box .bottom .except span.ttl {
  display: inline-block;
  position: relative;
  margin: 10px 0 5px;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.residence_list .side_box .bottom .except span.ttl::before {
  content: "▼";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2px;
  color: #7ecef4;
  font-size: 10px;
  border: solid 1px #d1d1d1;
  -moz-border-radius: 5px;
       border-radius: 5px;
}

.residence_list .side_box .bottom .except span.ttl.open::before {
  content: "▲";
}

.residence_list .side_box .bottom .except span.except_word {
  display: none;
}

.residence_list .side_box .bottom .search_btn {
  text-align: center;
  background: url(../images/btn_bg.jpg) repeat-x left top;
  -moz-background-size: contain;
       background-size: contain;
  -moz-border-radius: 5px;
       border-radius: 5px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.residence_list .side_box .bottom .search_btn:hover {
  opacity: .7;
}

.residence_list .side_box .bottom .search_btn a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

.residence_list .cont_row {
  float: right;
  width: 730px;
}

.residence_list .cont_row .sort {
  margin: 0 0 15px;
  text-align: right;
}

.residence_list .cont_row .sort p {
  font-weight: 600;
}

.residence_list .cont_row .sort span select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 150px;
  height: 28px;
  margin: 0 0 0 10px;
  padding: 0 0 0 5px;
  border: solid 1px #d1d1d1;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background: #fff url(../images/slidebtn_bg.png) no-repeat right top;
  -moz-background-size: contain;
       background-size: contain;
}

.residence_list .cont_row article {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 30px;
  border: solid 4px #dcdcdc;
}

.residence_list .cont_row article.last {
  margin: 0;
}

.residence_list .cont_row article h4 {
  margin: 0 0 23px;
  padding: 12px 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 1.5px;
  line-height: 1;
  background: #80ce1b;
}

.residence_list .cont_row article .img_box {
  float: left;
  width: 189px;
  height: 141px;
  margin: 0 0 18px;
}

.residence_list .cont_row article .img_box figure, .residence_list .cont_row article .img_box img {
  width: 100%;
  height: 100%;
}

.residence_list .cont_row article .txt_area {
  float: right;
  width: 460px;
  margin: 0 0 18px;
}

.residence_list .cont_row article .txt_area p {
  display: inline-block;
  margin: 0 0 20px 10px;
  line-height: 1;
}

.residence_list .cont_row article .txt_area p span {
  vertical-align: middle;
}

.residence_list .cont_row article .txt_area p span.culum {
  margin: 0 10px 0 0;
  padding: 5px 8px;
  background: #e8e8e8;
}

.residence_list .cont_row article .txt_area p.pickup span.culum {
  color: #fff;
  background: #ff0000;
}

.residence_list .cont_row article .txt_area p.pickup span.data {
  color: #ff0000;
  font-size: 21px;
}

.residence_list .cont_row article a {
  float: right;
  clear: both;
}

.residence_list .cont_row article a::before, .residence_list .cont_row article a::after {
  top: 13px;
}

.residence_list .cont_row .pagenation {
  position: relative;
  margin: 70px 0 86px;
}

.residence_list .cont_row .pagenation ul {
  text-align: center;
  overflow: hidden;
}

.residence_list .cont_row .pagenation ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  border: solid 1px #e8e8e8;
  line-height: 1;
}

.residence_list .cont_row .pagenation ul li a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
}

.residence_list .cont_row .pagenation ul li.prev, .residence_list .cont_row .pagenation ul li.next {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
}

.residence_list .cont_row .pagenation ul li.prev::before, .residence_list .cont_row .pagenation ul li.next::before {
  position: absolute;
  top: 8px;
  font-size: 14px;
}

.residence_list .cont_row .pagenation ul li.prev a, .residence_list .cont_row .pagenation ul li.next a {
  padding: 8px 15px;
}

.residence_list .cont_row .pagenation ul li.prev a:hover, .residence_list .cont_row .pagenation ul li.next a:hover {
  text-decoration: underline;
}

.residence_list .cont_row .pagenation ul li.prev {
  left: 0;
}

.residence_list .cont_row .pagenation ul li.prev::before {
  content: "＜";
  left: 0;
}

.residence_list .cont_row .pagenation ul li.next {
  right: 0;
}

.residence_list .cont_row .pagenation ul li.next::before {
  content: "＞";
  right: 0;
}

.residence_list .cont_row .pagenation ul li.current {
  border: solid 1px #50afec;
  background: #50afec;
}

.residence_list .cont_row .pagenation ul li.current a {
  color: #fff;
}

.detail {
  /*------Slider-------*/
  /*-------------------*/
}

.detail h3 {
  margin: 0 0 57px;
}

.detail h4 {
  margin: 0 0 40px;
  padding: 0 0 25px;
  font-size: 24px;
  letter-spacing: 1.5px;
  border-bottom: solid 4px #e8f6d6;
}

.detail .slider_wrap {
  float: right;
  width: 670px;
  height: 428px;
  margin: 0 auto 30px !important;
}

.detail .slider_wrap img {
  display: block;
  /* width: 549px !important; */
  margin: auto;
}

.detail .slider_wrap .bx-wrapper .bx-next {
  right: 30px;
}

.detail .slider_wrap .bx-wrapper .bx-prev {
  left: 30px;
}

.detail .bx-wrapper .bx-controls {
  position: relative;
  width: 1000px;
}

.detail .slide li.first {
  filter: alpha(opacity=1);
  -ms-filter: "alpha(opacity=1)";
  opacity: 1;
}

.detail .slider_wrap .bx-controls-direction {
  width: 670px;
  height: 428px;
  margin: 0 auto;
  position: relative;
  top: -428px;
  left: 0;
  float: left;
}

.detail .slider_wrap .bx-controls-direction a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #9a9a9a;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  z-index: 99;
}

.detail .slider_wrap .bx-controls-direction a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.detail .slider_wrap .bx-controls-direction a::before {
  content: '';
  position: absolute;
}

.detail .slider_wrap .bx-controls-direction a.bx-next {
  right: 0;
}

.detail .slider_wrap .bx-controls-direction a.bx-next::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #fff;
  top: 8px;
  left: 12px;
}

.detail .slider_wrap .bx-controls-direction a.bx-prev {
  left: 0;
}

.detail .slider_wrap .bx-controls-direction a.bx-prev::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 10px 6.5px 0;
  border-color: transparent #fff transparent transparent;
  top: 8px;
  left: 8px;
}

.detail .bx_pager {
  width: 295px;
  margin: 0 0 50px;
  padding: 25px;
  border: solid 4px #eeeeee;
  text-align: center;
}

.detail .bx_pager a {
  display: inline-block;
  cursor: pointer;
}

.detail .bx_pager a:nth-child(2n) {
  margin: 0 0 20px 18px;
}

.detail .bx_pager a img {
  width: 100px;
  border: solid 1px #959595;
  vertical-align: top;
}

.detail .bx_pager a.active img {
  border: solid 4px #f8903c;
}

.detail .bx_pager ul li {
  display: inline-block;
  border: solid 2px #eeeeee;
}

.detail .bx_pager ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.detail .bx_pager ul li + li {
  margin: 0 0 0 10px;
}

.detail dl {
  display: table;
  width: 100%;
  border-right: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  border-left: solid 1px #e7e7e7;
}

.detail dl.first {
  border-top: solid 1px #e7e7e7;
}

.detail dl.last {
  margin: 0 0 50px;
}

.detail dl dt, .detail dl dd {
  display: table-cell;
  vertical-align: middle;
}

.detail dl dt {
  width: 275px;
  height: 60px;
  font-weight: 100;
  text-align: center;
  border-right: solid 1px #e7e7e7;
  background: #f8f8f8;
}

.detail dl dd {
  padding: 20px 50px;
}

.detail dl dd.pickup {
  color: #ff0000;
  font-size: 22px;
  font-weight: 600;
}

.detail .consultant {
  margin: 0 0 80px;
  padding: 30px;
  background: #effcd4;
}

.detail .consultant p.ttl {
  margin: 0 0 20px;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  background: #80ce1b;
}

.detail .consultant dl dd {
  background: #fff;
}

.detail .consultant dl {
  display: table;
}

.detail .consultant dl dt, .detail .consultant dl dd {
  display: table-cell;
  vertical-align: middle;
}

.detail .consultant dl dt {
  text-align: center;
}

.detail .btn_area {
  overflow: hidden;
  width: 270px;
  margin: 50px auto;
}

.detail .btn_area a {
  display: block;
  width: 100%;
}

.detail .btn_area a::before, .detail .btn_area a::after {
  top: 20px;
}

.detail .btn_area a img {
  width: 100%;
}
