@charset "UTF-8";

.real_estate-detail .article_btns a.-print,
.real_estate-detail .article_head_pop {
    display: none;
}

.article {
}

.article_head {
}

.article_head_ttl {
    background: #E4F2F9;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-left: 8px solid #2A73BE;
}

.article_head_cnt {
    position: relative;
    padding-top: 10px;
}

.article_head_date {
    float: left;
    font-size: 12px;
    margin-top: 8px;
}

.article_btns {
}

.article_btns.-top {
    float: right;
    display: none;
}

.article_btns.-btm {
    text-align: center;
    margin-top: 40px;
}

.article_btns a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    color: #fff;
    font-weight: bold;
    transition: opacity .3s;
}

.article_btns a:hover {
    opacity: .75;
}

.article_btns a span {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: -1px;
}

.article_btns a.-favo {
    background: #2471C1;
    margin-right: 5px;
}

.article_btns a.-print {
    background: #E7790F;
}

.article_head_pop {
    position: absolute;
    top: -62px;
    right: -10px;
    display: none;
}

.article_body {
    margin-top: 60px;
}

.slider {
    max-width: 745px;
    margin: 0 auto;
    overflow: hidden;
}

.slider_wrap {
    width: 525px;
    height: 370px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slider_photo {
}

.slider_photo > li {
}

.slider_photo_img {
    width: 525px;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.slider_thumb {
    margin-top: 25px;
}

.slider_thumb > li {
    float: left;
    cursor: pointer;
    margin-right: 23px;
    margin-bottom: 15px;
    transition: opacity .3s;
}

.slider_thumb > li:hover {
    opacity: .75;
}

.slider_thumb > li:nth-child(5n) {
    margin-right: 0;
}

.slider_thumb > li:nth-child(5n+1) {
    clear: both;
}

.slider_thumb_img {
    width: 130px;
    height: 92px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.slider .flex-direction-nav .flex-prev {
    left: -75px;
    background-image: url(../search/img/img-slide-nav-left.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.slider .flex-direction-nav .flex-next {
    right: -75px;
    background-image: url(../search/img/img-slide-nav-right.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.slider .flex-direction-nav a {
    position: absolute;
    display: block;
    opacity: 1;
    width: 50px;
    height: 180px;
    top: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-top: -100px;
    outline: none;
}

.recommend .flex-direction-nav .flex-prev {
    left: 0;
    background-image: url(../img/img-recommend-left.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.recommend .flex-direction-nav .flex-next {
    right: 0;
    background-image: url(../img/img-recommend-right.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.recommend .flex-direction-nav a {
    position: absolute;
    display: block;
    opacity: 1;
    width: 40px;
    height: 165px;
    top: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.comment {
    display: table;
    margin-top: 10px;
    padding-bottom: 20px;
    width: 100%;
}

.comment_kid {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}

.comment_cnt {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
}

.comment_head {
    position: relative;
    margin-top: 10px;
}

.comment_head_ttl {
    background: #1D6FC4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.real_estate-detail .comment_head_ttl {
    border-radius: 5px;
}

.comment_head_ttl.-red {
    background: #E24320;
}

.comment_head_com {
    position: absolute;
    left: -15px;
    top: 20px;
}

.comment_text {
    line-height: 1.8;
    padding: 15px;
    border: 2px solid #1d6fc4;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: justify;
}

.real_estate-detail .comment_text {
    padding: 15px 0 0;
    border: none;
}

.detail {
    margin-top: 20px;
}

.detail_head {
    margin-bottom: 20px;
}

.detail_head_ttl {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 2px solid #777;
    position: relative;
}

.detail_head_ttl:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #3FA4D6;
    height: 2px;
    width: 25%;
}

.detail_body {
}

.detail_tbl {
    width: 100%;
    table-layout: fixed;
    margin-top: 15px;
}

.detail_tbl.-memo {
    min-height: 126px;
}

.detail_tbl.-tla {
    table-layout: auto;
}

.detail_tbl.-room {
    float: left;
    width: 450px;
    min-height: 500px;
}

.detail_tbl.-icon {
    float: right;
    width: 280px;
    min-height: 500px;
}

.detail_tbl .-price {
}

.detail_tbl .-shikirei {
    font-size: 18px;
    font-weight: bold;
}

.detail_tbl th,
.detail_tbl td {
    border: 1px solid #aaa;
    padding: 10px 15px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
}

.detail_tbl th {
    background: #E4F2F9;
    width: 120px;
}

.detail_tbl.-room th,
.detail_tbl.-icon th {
    height: 42px;
}

.detail_tbl td {
}

.detail_tbl td.-set_w {
    width: 252px;
}

.detail_tbl td .-bold {
    font-weight: bold;
}

.detail_tbl td .-middle {
    font-size: 16px;
}

.detail_tbl td.detail_room {
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

.detail_tbl td.detail_icon {
    padding: 10px;
    vertical-align: top;
}

.detail_tbl dl.price {
    font-size: 20px;
    text-align: center;
}

.detail_tbl dl.price dt {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.detail_tbl dl.price dd {
    display: inline-block;
    font-weight: bold;
}

.detail_tbl dl.price dd strong {
    font-size: 26px;
    font-weight: bold;
    color: #F00;
    margin-right: 5px;
}

.detail_icon dl {
    font-size: 12px;
    display: table;
    width: 50%;
    float: left;
    margin-bottom: 8px;
}

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

.detail_icon dl dt {
    width: 40px;
}

.detail_icon dl dd {
    padding: 0 0 0 5px;
    line-height: 1.3;
    font-size: 10px;
}

.map {
    margin-top: 80px;
    border-top: 1px solid #AAAAAA;
    padding-top: 40px;
}

.map_btn {
    position: relative;
    text-align: right;
}

.map_btn_bal {
    position: absolute;
    top: -75px;
    right: 30px;
    display: none;
}

.map_btn_bal.-active {
    display: inline;
}

.map_btn a {
    display: inline-block;
    background: #2FA4DD;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 5px;
    display: none;
    transition: opacity .3s;
}

.map_btn a:hover {
    opacity: .75;
}

.map_btn a span {
    font-size: 18px;
    vertical-align: -2px;
    margin-right: 8px;
}

.map_btn a.-streetview {
}

.map_btn a.-gmap {
}

.map_btn a.-active {
    display: inline-block;
}

.map_cnt {
    margin-top: 10px;
}

.map_cnt iframe {
    width: 100%;
}

.map_cnt > div {
    border: 1px solid #aaa;
    display: none;
}

.map_cnt > div.-streetview {
}

.map_cnt > div.-gmap {
}

.map_cnt > div.-active {
    display: block;
}

.article_contact {
    text-align: center;
    margin-top: 20px;
}

.article_contact a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    background: rgb(255, 192, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(255, 192, 0, 1)), color-stop(100%, rgba(255, 220, 115, 1)));
    background: linear-gradient(to bottom, rgba(255, 192, 0, 1) 15%, rgba(255, 220, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc000', endColorstr='#ffdc73', GradientType=0);
    transition: opacity .3s;
    width: 500px;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.article_contact a:hover {
    opacity: .75;
}

.article_contact a img {
    margin-right: 10px;
    vertical-align: -12px;
}

.contact {
    margin-top: 80px;
    border: 3px solid #3FA4D6;
    padding: 25px 0;
}

.contact_row {
    display: table;
    width: 100%;
}

.contact_col {
    display: table-cell;
    padding: 0 30px;
    vertical-align: middle;
    white-space: nowrap;
    border-left: 1px solid #AAAAAA;
}

.contact_col:first-child {
    border-left: 0;
}

.contact_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #2A6BB0;
}

.contact_ttl small {
    font-size: 13px;
    margin-left: 5px;
}

.contact_text {
    margin-top: 5px;
}

.contact_phone {
}

.contact_phone_text {
    font-weight: bold;
}

.contact_phone_tel {
    color: #D80000;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
}

.contact_phone_tel strong {
    font-weight: bold;
    font-size: 25px;
}

.popup {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999;
}

.popup_print {
    display: block;
    padding: 15px;
    color: #FFF;
    line-height: 1.2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    transition: opacity .3s;
    width: 1em;
    box-sizing: content-box;
}

.popup_print.-favo {
    background: #2471C1;
}

.popup_print.-print {
    margin-top: 10px;
    background: #E7790F;
}

.popup_print:hover {
    opacity: .7;
}

.popup_print > div {
    width: 1em;
    font-weight: bold;
}

.popup_bal {
    position: absolute;
    bottom: -30px;
    right: 50px;
    pointer-events: none;
}

.fuwari {
    -moz-animation: vertical 1.5s ease-in-out infinite alternate;
    -webkit-animation: vertical 1.5s ease-in-out infinite alternate;
    animation: vertical 1.5s ease-in-out infinite alternate;
}

@-moz-keyframes vertical {
    0% {
        -moz-transform: translateY(-10px);
    }

    100% {
        -moz-transform: translateY(0px);
    }

}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
    }

}

@keyframes vertical {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }

}

@media print {
    .popup_print {
        display: none;
    }

}

.detail_recdLink {
    text-align: right;
    margin-top: 5px;
}

.detail_recdLink > a {
    color: #3077BF;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #3077BF;
    border-radius: 4px;
    padding: 9px 9px;
    padding-left: 57px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.detail_recdLink > a:hover {
    opacity: .7;
}

.detail_recdLink > a:before {
    content: "";
    display: block;
    background: url(/search/img/img-kid.png) 0 0 no-repeat;
    width: 45px;
    height: 33px;
    background-size: 100% auto;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 5px;
}
