@charset "UTF-8";

/*--------------------------------------------------------------------------------
　▼ 販売物件詳細
--------------------------------------------------------------------------------*/
.sec01 {
    padding: 50px 0;
}

.fl_box {
    float: left;
    width: 60%;
}

.fr_box {
    float: right;
    width: 39.5%;
    padding-left: 1%;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before { display: none;}
.slider-pro img.sp-thumbnail { margin: 0 !important;}
/*
.sp-selected-thumbnail { border: 2px solid #000 !important;}
*/
.slider-pro {
    font-family: 'Open Sans', Arial;
}
.sp-slides-container .img_box {
    padding-top: 87%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer;
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #000;
}
.sp-horizontal .sp-arrows { top: 95%;}
.sp-horizontal .sp-previous-arrow { right: 60px;}
.sp-previous-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg,0deg);
    -ms-transform: skew(145deg,0deg);
    transform: skew(145deg,0deg);
}
.sp-previous-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg,0deg);
    -ms-transform: skew(-145deg,0deg);
    transform: skew(-145deg,0deg);
}
.sp-next-arrow:before {
    right: 30%;
    top: 0;
    -webkit-transform: skew(35deg,0deg);
    -ms-transform: skew(35deg,0deg);
    transform: skew(35deg,0deg);
}
.sp-next-arrow:after {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-35deg,0deg);
    -ms-transform: skew(-35deg,0deg);
    transform: skew(-35deg,0deg);
}
.sp-thumbnail {
    border: none;
    background-position: top center;
    background-size: cover;
    padding-top: 65%;
}
.slider-pro a.link_login {
    background: none;
}

.sec01 .fr_box {
    padding: 13px 10px;
}

.sec01 .fr_box p {
    font-size: 18px;
    font-weight: bold;
}

.detail_table {
    width: 100%;
    text-align: left;
    font-size: 13px;
}

.detail_table tr th {
    width: 25%;
    padding: 10px;
    vertical-align: top;
}

.detail_table tr td {
    width: 75%;
    padding: 10px 5px;
    vertical-align: top;
}

.sec01 .fr_box .contact_link {
    width: 95%;
    margin: 20px auto 0;
    text-align: center;
}

.sec02 { padding: 0 0 10px;}

.detail_table {
    background: #fff;
    border: 1px solid #77adff;
}

.detail_table tr:nth-child(odd) {
    background-color: #f3f8ff;
}

.detail_table tr:nth-child(even) {
    background-color: #d7e7ff;
}

.detail_table th {
    padding: 10px 20px;
    width: 30%;
    font-weight: bold;
}

.detail_table td {
    padding: 10px 20px;
}

.detail_table th.bg_gray,
.detail_table td.bg_gray {
    background: #f5f5f5;
}

.property_ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

h3.title {
    position: relative;
}

a.more {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    border: 2px solid #cf8800;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 3px 10px;
    background: rgba(161,107,0,1);
    background: -moz-linear-gradient(top, rgba(161,107,0,1) 0%, rgba(138,85,0,1) 40%, rgba(138,85,0,1) 40%, rgba(124,72,0,1) 71%, rgba(110,59,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(161,107,0,1)), color-stop(40%, rgba(138,85,0,1)), color-stop(40%, rgba(138,85,0,1)), color-stop(71%, rgba(124,72,0,1)), color-stop(100%, rgba(110,59,0,1)));
    background: -webkit-linear-gradient(top, rgba(161,107,0,1) 0%, rgba(138,85,0,1) 40%, rgba(138,85,0,1) 40%, rgba(124,72,0,1) 71%, rgba(110,59,0,1) 100%);
    background: -o-linear-gradient(top, rgba(161,107,0,1) 0%, rgba(138,85,0,1) 40%, rgba(138,85,0,1) 40%, rgba(124,72,0,1) 71%, rgba(110,59,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(161,107,0,1) 0%, rgba(138,85,0,1) 40%, rgba(138,85,0,1) 40%, rgba(124,72,0,1) 71%, rgba(110,59,0,1) 100%);
    background: linear-gradient(to bottom, rgba(161,107,0,1) 0%, rgba(138,85,0,1) 40%, rgba(138,85,0,1) 40%, rgba(124,72,0,1) 71%, rgba(110,59,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a16b00', endColorstr='#6e3b00', GradientType=0 );
}
.property_table { line-height: normal;}
.property_name { font-size: 16px;}
.price { font-size: 18px; line-height: 1.2em;}
.property_other { font-size: 12px; line-height: 1.1em;}
.contact_link {
    width: 55%;
    margin: 30px auto 20px;
    text-align: center;
}
.contact_link01 { width: 100%;}
a.contact {
    color: #fff;
    text-shadow: 0 4px 4px #000;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 25px;
    font-weight: bold;
    background: rgba(9,34,71,1);
    background: -moz-linear-gradient(top, rgba(9,34,71,1) 0%, rgba(6,61,144,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,34,71,1)), color-stop(100%, rgba(6,61,144,1)));
    background: -webkit-linear-gradient(top, rgba(9,34,71,1) 0%, rgba(6,61,144,1) 100%);
    background: -o-linear-gradient(top, rgba(9,34,71,1) 0%, rgba(6,61,144,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,34,71,1) 0%, rgba(6,61,144,1) 100%);
    background: linear-gradient(to bottom, rgba(9,34,71,1) 0%, rgba(6,61,144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092247', endColorstr='#063d90', GradientType=0 );
}


/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:900px) {

    .fl_box {
        float: none;
        width: 100%;
        padding: 0 0 20px;
        text-align: center;
    }
    .fr_box {
        float: none;
        width: 100%;
    }
    .contact_link { width: 100%;}

    .property_ul li {
        display: inline-block;
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .sec01 .fr_box { height: auto;}
    .sec01 .fr_box .contact_link {
        position: static;
        margin: 20px auto 0;
        -ms-transform: translate(-0%,-0%);
        -webkit-transform: translate(-0%,-0%);
        transform: translate(-0%,-0%);
    }
}



/*---------------------------------スマホ用-------------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:640px) {

    .property_ul li {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .detail_table th { width: 50%;}
    .contact_link a { font-size: 16px !important;}
    iframe { height: 220px !important;}
    .sp-mask { height: 300px !important;}
}
/*---------------------------------スマホ用-------------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:320px) {
    .sp-mask { height: 250px !important;}

}