@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*タイトル画像*/
#titleimg { background-image: url("/img/house/titleimg.jpg"); }

.bnr__box { margin-bottom: 6.0rem; }

/*House*/
#house .w1200 { padding: 0px; }
#house .top { margin-bottom: 12%; padding: 0 4%; }
#house .top p { font-size: 1.5rem; }
@media (min-width: 786px) { #house .top p { font-size: calc( 1.5rem + ( 1vw - 7.86px ) * 0 ); } }
@media (min-width: 1200px) { #house .top p { font-size: 1.5rem; } }
#house .top .manuber { width: 70%; margin: 2em auto; text-align: center; }
#house .top .manuber select { font-size: 1.6rem; width: 100%; padding-right: 1em; cursor: pointer; text-indent: 0.01px; letter-spacing: 0.10em; text-overflow: ellipsis; border: none; outline: none; background: transparent; background-image: none; box-shadow: none; -webkit-appearance: none; appearance: none; font-family: "Lora", Georgia, "Times New Roman", Times, "serif"; }
@media (min-width: 786px) { #house .top .manuber select { font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0 ); } }
@media (min-width: 1200px) { #house .top .manuber select { font-size: 1.6rem; } }
#house .top .manuber select:-ms-expand { display: none; }
#house .top .detail_namu { position: relative; border: 1px solid #000; border-radius: 2px; background: #ffffff; }
#house .top .detail_namu:before { position: absolute; top: 35%; right: 5%; width: 5px; height: 5px; padding: 0; content: ''; border-top: 1px solid; border-right: 1px solid; pointer-events: none; transform: rotate(135deg) translate(0%, -50%); }
#house .top .detail_namu select { padding: 8px 38px 8px 8px; color: #666666; }
#house .top a { padding: 0; }
#house .top a:after { border-bottom: none; padding-top: 0; }
#house .house_wrap { margin-bottom: 5%; }
#house .house_wrap .house_box { margin-bottom: 10.6666666667%; cursor: pointer; }
#house .house_wrap .house_box a { display: block; }
#house .house_wrap .house_box a:hover { opacity: 1; }
#house .house_wrap .house_box a .img { position: relative; margin-bottom: 1.6666666667%; background: #ededed; }
#house .house_wrap .house_box a .img img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; height: auto; max-width: 100%; max-height: 100%; }
#house .house_wrap .house_box a .img::before { content: ''; display: block; padding-top: 75%; }
#house .house_wrap .house_box a .txt { padding: 0 4%; }
#house .house_wrap .house_box a .txt .name { font-size: 1.4rem; }
@media (min-width: 768px) { #house .house_wrap .house_box a .txt .name { font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.78125 ); } }
@media (min-width: 1280px) { #house .house_wrap .house_box a .txt .name { font-size: 1.8rem; } }
#house .house_wrap .house_box a .txt .price { font-size: 1.8rem; }
@media (min-width: 768px) { #house .house_wrap .house_box a .txt .price { font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 0.78125 ); } }
@media (min-width: 1280px) { #house .house_wrap .house_box a .txt .price { font-size: 2.2rem; } }
#house .house_wrap .new { position: relative; }
#house .house_wrap .new:before { position: absolute; content: ''; top: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 85px 85px 0 0; border-color: #aa371a transparent transparent transparent; }
#house .house_wrap .new:after { content: "NEW"; position: absolute; color: #fff; font-size: 1.6rem; transform: rotate(-45deg); top: 4.5%; left: 1%; }
@media (min-width: 786px) { #house .house_wrap .new:after { font-size: calc( 1.6rem + ( 1vw - 7.86px ) * 0 ); } }
@media (min-width: 1200px) { #house .house_wrap .new:after { font-size: 1.6rem; } }
#house .btn_wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; justify-content: center; width: 30%; margin: 0 auto; position: relative; font-size: 1.8rem; }
@media (min-width: 786px) { #house .btn_wrap { font-size: calc( 1.8rem + ( 1vw - 7.86px ) * 0 ); } }
@media (min-width: 1200px) { #house .btn_wrap { font-size: 1.8rem; } }
#house .btn_wrap .next_btn { flex: 0 1 20%; width: 20%; max-width: 20%; text-align: center; color: #B9B9B9; }
#house .btn_wrap .next_btn a:hover { color: #000; border-bottom: solid 1px; }
#house .btn_wrap .arrow { display: block; position: absolute; width: 4px; height: 4px; border-top: 1px solid; border-right: 1px solid; top: 50%; transform: rotate(45deg) translate(0%, -50%); width: 8px; height: 8px; top: 45%; right: 0px; cursor: pointer; transition: 0.4s; color: #000; }
#house .btn_wrap .current { color: #000; }
#house .btn_wrap .current a { border-bottom: solid 1px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { /*House*/
  #house .w1200 { padding: 0px 4%; }
  #house .top { margin-bottom: 5%; padding: 0%; }
  #house .top .manuber { width: 30%; }
  #house .house_wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  #house .house_wrap .house_box { flex: 0 1 48%; width: 48%; max-width: 48%; margin-bottom: 4.1666666667%; }
  #house .house_wrap .house_box a .txt { padding: 0%; }
  #house .house_wrap .new:after { top: 4.5%; left: 2%; }
  #house .btn_wrap { width: 20%; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) { /*House*/
  #house .w1200 { padding: 0px; }
  #house .top .manuber { width: 20%; }
  #house .house_wrap .house_box a .txt { padding: 0%; }
  #house .house_wrap .new:after { top: 3%; left: 1%; }
  #house .btn_wrap { width: 14%; }
  #house .btn_wrap .arrow { width: 10px; height: 10px; } }
/*------------------------------
		1280px以上
------------------------------*/

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