@charset "utf-8";

body {
    position: relative !important;
}


h4 {
    border-bottom: #a7a7a7 solid 4px;
    position: relative;
}
h4:after {
    content: "";
    width: 100px;
    height: 4px;
    background: #8a0604;
    position: absolute;
    left: 0;
    bottom: -4px;
}

@media only screen and ( max-width : 768px ) {
    h4 {
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {

    h4 {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}


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

　   一覧ページ

--------------------------------------------------------------------------------------------- */
sup {
  vertical-align: super;
  font-size: smaller;
  font-size: 10px;
}
/*　商品・物件リスト　*/
.list {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.list li {
  padding-bottom: 44px;
  border: #8c7544 solid 1px;
  background: #fff;
  position: relative;
}
.list- li a {
    margin-top: auto;
}
.list .listxt {
  padding: 10px;
}
.list h3 {
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  /*background: url(../img/brb.png) repeat-x bottom;*/
  background: none;
  color: #070707;
  border-bottom: none;
  border-bottom: #070707 solid 1px;
}
.list p {
    margin-bottom: 0;
}
.list .bld_price {
    font-size: 120% !important;
    font-weight: 700;
}
.list .scrip {
  margin-top: 10px;
}
.listimg {
  display: flex;
  width: auto;
  height: 180px;
  background: url(../images/no_images.png) no-repeat center #fff;
  border-bottom: #ddd solid 1px;
  overflow: hidden;
  position: relative;
}
.listimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*width: 100%;*/
  height: 100%;
  margin: 0 auto;
}
.list .cat {
  font-size: 12px;
}
.list .cat:before {
  content: "\f02c";
  font-family: "fontAwesome";
  margin-right: 5px;
}


/* REQ20180328 */
.list a.cat_link {
  background: none;
  width: auto;
  position: relative;
  display: initial;
}
.list a.cat_link:hover {
  background: none;
  color:#8c7544;
}
.list a.cat_link:after {
    content: none;
}
.catBox {
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.catBox a {
  display: block;
  padding: 5px 0;
  background-image: linear-gradient(to top, #232323 0%, #252525 30%, #000000 100%);
  border: #232323 solid 2px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  /*font-size: 80%;*/
}
.catBox a:before {
  content: "\f002";
  font-family: "fontAwesome";
  margin-right: 5px;
}
.catBox a.active {
  background: #fff;
  color: #232323;
}
.catBox a:hover {
    opacity: 0.8;
}
.priceBtn button {
    display: block;
    padding: 5px 10px;
    background: #a68b50;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.priceBtn button:hover {
    opacity: 0.8;
    cursor: pointer;
}
.outline p {
  font-weight: 500;
}
.outline p i {
  margin-right: 5px;
  color: #42557d;
}
.outline p span {
  font-weight: 700;
}


@media only screen and ( max-width : 768px ) {
  .catBox {
    margin-bottom: 20px;
  }
  .catBox li {
    width: 48%;
    margin-bottom: 10px;
  }
  .catBox li:nth-child(2n) {
  margin-left: 2%;
  }
  .catBox li a {
    font-size: 140%;
  }
}

@media only screen and ( max-width : 480px ) {
  /*.catBox li {
    width: 100%;
    margin-right: 0;
  }*/
  .catBox li a {
    font-size: 11px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .catBox {
    margin-bottom: 30px;
  }
  .catBox li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .catBox li:nth-child(3n) {
    margin-right: 0;
  }
  .catBox li a {
    font-size: 130%;
  }
}/* /REQ20180328 */

.list p {
    font-size: 16px !important;
}
.bld_type {
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.type_m {
  background: #6da02a;
}
.type_a {
  background: #409ecc;
}
.type_k {
  background: #8c7544;
}
.goods_type {
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.type_r {
  background: #4160b9;
}
.type_p {
  background: #e02b60;
}
.type_rp {
  background: #259c17;
}
.bld_price span {
  margin-left: 5px;
}
.list .bld_ldk,.list .bld_add,.list .bld_subway {
  font-size: 90%;
}
.bld_ldk:before {
  content: "\f0f7";
  font-family: "fontAwesome";
  margin-right: 5px;
  color: #42557d;
}
.bld_add:before {
  content: "\f041";
  font-family: "fontAwesome";
  margin-right: 5px;
  color: #42557d;
}
.bld_subway:before {
  content: "\f239";
  font-family: "fontAwesome";
  margin-right: 5px;
  color: #42557d;
}
.bld_access p {
  margin-bottom: 10px;
}
.bld_access .bld_add:before,.bld_access .bld_subway:before {
  color: #fff;
}
.bld_access span {
  display: inline-block;
  width: 70px;
  margin-right: 5px;
  padding: 5px 10px;
  background: #232323;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.btn-danger {
    position: absolute;
    left: 0;
    bottom: 0;
}
.btn-danger div {
    position: absolute;
    right: -1px;
    bottom: -1px;
}
.cat {
    font-size: 12px;
}
.cat:before {
  content: "\f02c";
  font-family: "fontAwesome";
  margin-right: 5px;
  color: #232323;
}
.cat a {
    color: #8c0706;
}

.rental span,.price span {
    font-size: 120%;
    font-weight: 700;
}


@media only screen and ( max-width : 768px ) {
  .txt {
    margin-bottom: 20px;
  }
  /*　商品・物件リスト　*/
  .list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .list li:nth-child(2n) {
    margin-right: 0;
  }
  .list h3 {
    font-size: 120%;
  }
  .list img {
    width: 100%;
  }
  .flexBox_sp {
    display: -webkit-flex;
    display: flex;
  }
  .priceBtn button {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and ( max-width : 480px ) {
  /*　商品・物件リスト　*/
  .list li {
    width: 100%;
    margin-right: 0;
  }
}

@media print, screen and ( min-width : 769px ) {
  .txt {
    margin-bottom: 30px;
  }
  /*　商品・物件リスト　*/
  .list {
    margin-bottom: 40px;
  }
  .list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Noto Sans Japanese', serif;
  }
  .list li:nth-child(3n) {
    margin-right: 0;
  }
  .list h3 {
    font-size: 20px;
  }
  .priceBtn button {
    width: 220px;
    margin: 10px auto;
  }
}


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

　   詳細ページ

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

.detailBox .detailWrap {
    margin-top: 30px;
}
#sliderwrap {
    position: relative;
}
.detailBox h3 {
    margin-bottom: 20px;
}
.detailBox h3 .caption {
    display: block;
}
/* 2018-08-31 */
.detailBox .property_catchcopy {
  margin: 20px 0;
  padding-left: 1em;
  font-size: 120%;
}/* /2018-08-31 */
.detailBox table {
    width: 100%;
    background: #fff;
    border: #848484 solid 1px;
}
.detailBox tr {
    border-bottom: #848484 solid 1px;
}
.detailBox th,.detailBox td {
    padding: .75rem 2rem;
    border-right: #848484 solid 1px;
}
.detailBox th:last-child,.detailBox td:last-child {
    border-right: none;
}
.detailBox tr {
    border-bottom: 1px solid #848484;
}
.detailBox th {
    width: 15%;
    font-weight: 700;
    vertical-align: middle;
    background: #e4e4e4;
    color: #232323;
}
.detailBox td {
    width: 35%;
}
.bld_gaiyou th,.bld_gaiyou td {
    width: auto !important;
}
.bld_gaiyou td {
    font-weight: 700;
    line-height: 1.5;
}
.come {
    margin: 20px 0;
    background: #fbe9e3;
}
.come h4 {
    font-size: 110%;
    color: #8a0604;
}
.come p {
    margin-bottom: 0;
}
.kakaku {
    margin-bottom: 20px;
}
.kakaku button {
    width: 160px;
    display: block;
    background: #a68b50;
    text-align: center;
    border: #a68b50 solid 1px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 3px;
}
.kakaku button:hover {
    cursor: pointer;
}
.rentalBox,.priceBox {
    position: relative;
}
.rentalBox {
    margin-bottom: 20px;
}
.rentalBox button,.priceBox button {
    position: absolute;
    top: 0;
    right: 0;
}
.list .kakaku button {
    margin: 0 auto;
}
.list .rentalBox button,.list .priceBox button {
    position: relative;
}
.kakaku .deleteBtn {
    margin: 0 auto;
    background: #888;
    border: #888 solid 1px;
}
.mypage .deleteBtn {
    margin: 10px 0 0;
}
.detailBox #slider {
    margin-bottom: 20px;
}
.detailBox #thumbnail-list ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.product_d #thumbnail-list li {
    width: 32%;
    margin-right: 2%;
}
.product_d #thumbnail-list li:last-child {
    margin-right: 0;
}
#sliderwrap .thumbnail {
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
}
.g_name {
    display: block;
}



@media only screen and ( max-width : 768px ) {
    #sliderwrap {
        max-width: 400px;
        margin: 20px auto;
    }
    .p_gaiyou {
        margin-bottom: 10px;
    }
    .p_gaiyou th,.p_gaiyou td {
        padding: 5px;
        font-size: 90%;
    }
    .p_gaiyou th {
        width: 30%;
    }
    .come {
        padding: 10px;
    }
    .bld_gaiyou {
        margin-bottom: 20px;
    }
    .bld_gaiyou td span {
        font-size: 16px;
    }
}

@media only screen and ( max-width : 480px ) {
    .rentalBox button,.priceBox button {
        position: relative;
    }
    .rentalBox .deleteBtn,.priceBox .deleteBtn {
        position: relative;
    }
    .p_gaiyou {
        max-width: 480px;
    }
    .p_gaiyou th,.p_gaiyou td {
        display: block;
        width: 100%;
        padding: 5px 10px;
        font-size: 100%;
        border-right: none;
    }
    .kakaku button {
        margin: 10px auto 0;
    }
}

@media print, screen and ( min-width : 769px ) {
    .detailBox h3 .caption {
        font-size: 18px;
        line-height: 2;
    }
    .product_d .detail_txt {
        width: 46%;/*　.product_d .detail_txt と幅割　*/
        margin-right: 4%;
    }
    .product_d #sliderwrap {
        width: 50%;/* .product_d .detail_txt　と幅割 */
    }
    .p_gaiyou {
        margin-bottom: 30px;
    }
    .flexRL {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .come {
        padding: 20px;
    }
    .bld_gaiyou {
        margin-bottom: 30px;
    }
    .bld_gaiyou td {
        font-size: 20px;
    }
}


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

　   詳細スライダー

--------------------------------------------------------------------------------------------- */
.slider {
    position: relative;
    max-width: 960px;
}
.slider img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.slider .slider-nav-wrap {
    position: relative;
}
.slick-arrow.slick-hidden {
    display: block;
}
.slider .slider-nav-wrap .slider-nav .slick-list {
    padding: 0 !important;
}
.slider .slider-nav-wrap .slider-nav .slick-track {
    left: 0 !important;
    width: 100%;
    opacity: 1;
}
.slider .slider-nav-wrap .slider-nav .slick-slide {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    padding: 5px;
}
.slider .slider-nav-wrap .slider-nav .slick-slide:hover {
    opacity: .5;
    cursor: pointer;
}
.slider .slider-nav-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider .slider-nav-wrap .slick-prev {
    right: 0;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #444444;
}
.slider .slider-nav-wrap .slick-next {
    left: 0;
    border-width: 6px 12px 6px 0;
    border-color: transparent #42557d transparent transparent;
}
.slider .slider-nav-wrap .sp-thumbnail {
    border: #b3a881 solid 1px;
}


@media only screen and ( max-width : 768px ) {
    .slider {
        margin: 20px auto;
    }
    .slider-for img {
        height: 250px;
    }
    .slider .slider-nav-wrap .slider-nav .slick-slide {
        padding: 0;
        margin: 10px 5px 0;
    }
    .slider .slider-nav-wrap .sp-thumbnail {
        max-height: 60px;
        overflow: hidden;
    }
    .slider .slider-nav-wrap .slick-nav-arrows {
        display: none;
    }
}

@media only screen and ( max-width : 480px ) {
    .slider .slider-nav-wrap .sp-thumbnail {
        height: 40px;
    }
}

@media (min-width: 768px) {
    .slider {
        margin: 30px auto;
    }
    .slider-for img {
        height: 500px;
    }
    .slider .slider-for {
        /*float: left;*/
        width: 79.1666%;
    }
    .slider .slider-nav-wrap {
        position: absolute;
        top: 50%;
        right: 0;
        width: 16.6666%;
        padding: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider .slider-nav-wrap .slider-nav .slick-list {
        padding: 0 0 !important;
    }
    .slider .slider-nav-wrap .slider-nav .slick-track {
        left: 0 !important;
    }
    .slider .slider-nav-wrap .slider-nav .slick-slide {
        padding: 0;
    }
    .slider .slider-nav-wrap .slick-arrow {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .slider .slider-nav-wrap .slick-prev {
        width: 100%;
        min-height: 30px;
        top: auto;
        bottom: 0;
        border-width: inherit;
        border-color: inherit;
        background: rgba(84, 100, 116, 0.9);
    }
    .slider .slider-nav-wrap .slick-next {
        width: 100%;
        min-height: 30px;
        top: 20px;
        border-width: inherit;
        border-color: inherit;
        background: rgba(84, 100, 116, 0.9);
    }
    .slider .slider-nav-wrap .slick-next:before,.slider .slider-nav-wrap .slick-prev:before {
        font-family: 'fontAwesome';
        content: "\f0d8" !important;
        color: #fff;
        text-align: center !important;
        font-size: 20px !important;
        line-height: 30px !important;
        width: auto !important;
        height: auto !important;
        background: none !important;
    }
    .slider .slider-nav-wrap .slick-next:before {
        font-family: 'fontAwesome';
        content: "\f0d8";
    }
    .slider .slider-nav-wrap .slick-prev:before {
        font-family: 'fontAwesome';
        content: "\f0d7" !important;
    }
    .slider .slider-nav-wrap .sp-thumbnail {
        max-height: 118px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }
}





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

　   360°パノラマビュー

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

#panorama_view {
    margin: 30px 0;
}
.panorama{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.panorama iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media only screen and ( max-width : 768px ) {
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
    .panorama {
        max-width: 980px;
        margin: 0 auto;
    }
}

@media print, screen and ( min-width : 1100px ) {
}







/* -----------------------------------------------
    ページャー
----------------------------------------------- */
.numList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.numList li {
    margin-right: 10px;
    background: #000000;
    border: #000000 solid 2px;
}
.numList li.active {
    background: #fff;
}
.numList li:last-child {
    margin-right: 0;
}
.numList li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.numList li.active a {
    color: #000;
}
.prev i,.next i {
    color: #ddd !important;
    font-size: 20px;
    vertical-align: middle;
}
.prev a i,.next a i {
    color: #ddd !important;
}
.prev,.next {
    background: none !important;
    border: none !important;
    text-align: center;
}
.pagenation .taC {
    text-align: center;
}

@media only screen and ( max-width : 768px ) {
    .numList li {
        margin-right: 10px;
    }
    .numList li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .prev,.next {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
    .numList li {
        margin-right: 15px;
    }
    .numList li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .prev,.next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}


/* -----------------------------------------------
    ポップアップ
----------------------------------------------- */
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99999999;
}
.popup-inner {
    padding: 20px;
    border: #8c7544 solid 2px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    background: #fff;
    position: relative;
    top: 50%;
    margin-top: auto !important;
}
.closeBtn {
    font-family: 'Noto Sans Japanese', serif;
    display: block;
    border: none;
    font-weight: 700;
    text-align: center !important;
}
.message {
    font-size: 140%;
    margin-bottom: 10px;
    text-align: center;
    clear: both;
}
.inner-footer{
    margin-top: 10px;
    text-align:center;
}
.popup .close {
    float: none;
    opacity: 1;
    font-weight: normal;
    color: 232323;
}
.popup .cartBtn {
    display: inline-block;
    padding: 10px 20px;
    background: #8a0604;
    border: #8a0604 solid 1px;
    border-radius: 3px;
    color: #fff;
}
.popup .cartBtn:hover {
    background: #fff;
    color: #8a0604;
}
.closeBtn:hover {
  cursor: pointer;
}

@media only screen and ( max-width : 768px ) {
    .popup-inner {
        width: 90%;
    }
    .closeBtn {
        background: #8c7544;
        padding: 10px 15px;
        font-size: 20px;
        line-height: 1;
        position: absolute;
        top: -60px;
        right: 0;
        border-radius: 6px;
    }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
    .popup-inner {
        width: 50%;
    }
    .closeBtn {
        color: #fff;
        background: #8c7544;
        padding: 15px 20px;
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
    }
}




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

　

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


@media only screen and ( max-width : 768px ) {
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
}

@media print, screen and ( min-width : 1100px ) {
}




/*******************************
// Large devices (desktops, less than 1339px)
*******************************/
@media(min-width:1339px) {
}

/*******************************
// Large devices (desktops, less than 1339px)
*******************************/
@media(max-width:1338.98px) {
}

/*******************************
// Large devices (desktops, less than 1200px)
*******************************/
@media(max-width:1199.98px) {
}

/*******************************
// Medium devices (tablets, less than 1024px)
*******************************/
@media(max-width:1024px) {
}

/*******************************
// Medium devices (tablets, less than 992px)
*******************************/
@media(min-width:992px) {
}

/*******************************
// Medium devices (tablets, less than 992px)
*******************************/
@media(max-width:991.98px) {
}

/*******************************
// Medium devices (tablets, less than 920px)
*******************************/
@media screen and (min-width: 920px) {
}

/*******************************
// Medium devices (tablets, less than 880px)
*******************************/
@media(max-width:879.98px) {
}

/*******************************
// Small devices (landscape phones, less than 768px)
*******************************/
@media(max-width:767.98px){
}

/*******************************
// Extra small devices (portrait phones, less than 576px)
*******************************/
@media(min-width:576px){
}

/*******************************
// Extra small devices (portrait phones, less than 576px)
*******************************/
@media(max-width:575.98px){
}

/*******************************
// Extra small devices (portrait phones, less than 385px)
*******************************/
@media(min-width:385px){
}

/*******************************
// Extra small devices (portrait phones, less than 385px)
*******************************/
@media(max-width:384.98px){
}

/*******************************
// Extra small devices (portrait phones, less than 322px)
*******************************/
@media(max-width:321.98px){
}
