﻿
/* :::::::::::::::::::: 一覧 :::::::::::::::::::: */

.msgArea {
    text-align: center;
}

#infoSearchArea {
    padding: 10px;
    margin: 10px 5px;
    text-align: center;
}

    #infoSearchArea button,
    #infoSearchArea input,
    #infoSearchArea select {
        font-family: inherit;
        font-size: inherit;
        /*line-height: inherit;*/
        border-radius: 6px;
        /*border: none;*/ /* 一覧検索プルダウンの境界線 */
    }

    #infoSearchArea input {
        padding: 7px 15px;
    }

    #infoSearchArea select {
        padding: 8px 5px;
    }

    #infoSearchArea .btn-search {
        background-color: rgb(7, 37, 66);
        width: 90px;
        height: 35px;
        line-height: 120%;
        color: white;
        border-radius: 3px;
        font-size: 1.2rem;
        font-weight: normal;
        text-align: center;
        display: inline-block;
    }

.btn-search:hover {
    opacity: 0.7;
}


.srchmst {
    max-width: 420px;
    width: 100%;
}

.srchkywd {
    margin: 10px auto;
}

.srchcb {
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    /*
    border: 1px solid #767676;
    border-radius: 6px;
    */
    padding: 20px;
    box-sizing: border-box;
    color: #000;
    width: 98%;
    border-radius: 10px;
    margin: 10px auto;
}

    .srchcb fieldset {
        padding: 2px 5px 5px 10px;
        text-align: left;
        -moz-border-radius: 5px; /* for Firefox */
        -webkit-border-radius: 5px; /* for Chrome */
    }

    .srchcb p {
        padding: 0px !important;
        float: left !important;
    }

    .srchcb legend {
        padding: 0px 5px 2px 5px;
    }

    .srchcb label {
        padding-right: 15px;
        padding-left: 5px;
    }

/* チェックボックスの装飾 start */
#infoSearchArea input[type=checkbox] {
    display: none;
}

#infoSearchArea .srchcblbl {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

    #infoSearchArea .srchcblbl::before {
        background: #fff;
        border: 1px solid #969696;
        border-radius: 3px;
        content: '';
        display: block;
        height: 16px;
        left: 5px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        width: 16px;
    }

    #infoSearchArea .srchcblbl::after {
        border-right: 6px solid #969696;
        border-bottom: 3px solid #969696;
        content: '';
        display: block;
        height: 20px;
        left: 7px;
        margin-top: -16px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        width: 9px;
    }

#infoSearchArea input[type=checkbox]:checked + .srchcblbl::before {
    border-color: #969696;
}

#infoSearchArea input[type=checkbox]:checked + .srchcblbl::after {
    opacity: 1;
}
/* チェックボックスの装飾 end */


#infoListArea {
    width: 95%;
    margin: 0 auto;
    word-break: break-all;
}

.clickable {
    cursor: pointer;
}

/* autopager(もっと見る)部分 */
#pager_wrap {
}

#pager_next {
    margin: 15px auto;
    width: 200px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

    #pager_next a {
        text-decoration: none;
        display: block;
        margin: 0 auto;
    }

#pager_loading {
    text-align: center;
}

/* --- リスト表示タイプ --- */
.list-item h3 {
    padding: 8px;
    border-left: 10px solid #3a71ac;
    font-size: 1.2em;
}

.list-item-contents {
    display: table;
    width: 98%;
    margin: 5px auto;
}

.list-item-imagewrap {
    max-width: 130px;
    text-align: center;
    display: table-cell;
}

.list-item-image {
    position: relative;
    width: 120px;
    height: 90px;
    border: 1px solid #999;
    overflow: hidden;
}

    .list-item-image img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        vertical-align: top;
    }

.list-item-text {
    display: table-cell;
    vertical-align: middle;
}

.list-textoverflow {
    overflow: hidden;
    padding: 3px;
    width: 100%;
    height: 110px;
}

.list-item-data {
    border-top: 1px dashed #aaa;
    margin-top: 3px;
    padding: 2px 15px;
    font-size: 1.1em;
}

.list-item-data-head {
    font-weight: bold;
}

.list-item-data-head-split {
    font-weight: bold;
}

/* --- ブロック表示タイプ --- */
.listtype_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-item {
    max-width: 330px;
    width: 100%;
    margin: 0px auto 20px;
}

.block-item-contents {
    width: 95%;
    margin: 5px 0px 0px 8px;
    display: inline-block;
}

.block-item h3 {
    margin: 5px 0 10px;
    min-height: 30px;
    border-left: 5px solid #3899e8;
    padding: 10px 3px 0px 10px;
    font-size: 120%;
}

.block-item-image {
    position: relative;
    width: 285px;
    height: 165px;
    border: 1px solid #cccccc;
    overflow: hidden;
    background: #fff;
    margin: 0px auto;
}

    .block-item-image img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        vertical-align: middle;
    }

.block-item-text {
    text-align: left;
    padding: 5px 5px 5px 10px;
}

    .block-item-text p {
        font-size: 95%;
    }

.block-item-data {
    font-size: 95%;
}


.infoName {
    line-height: 120%;
    font-weight: bold;
}

.block-textoverflow {
    overflow: hidden;
    padding: 3px;
    width: 285px;
}

.button-cta {
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    background: #3A71AC;
    display: inline-block;
    margin: 0 4px;
    -webkit-transition: all .4s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -o-transition: all .5s ease; /* IE 9 */
    -ms-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}


.akiya .block-item-contents .button-cta :hover {
    position: relative;
    top: 1px;
    left: 1px;
}

.block-item-data {
    border-top: 1px dashed #aaa;
    margin-bottom: 3px;
    padding: 2px 15px;
}

    .block-item-data li {
        display: inline-block;
        padding: 3px 5px;
        margin: 2px;
        border-radius:10px;
    }


@media (max-width: 460px) {
    .list-item {
        width: 95%;
        margin: 0 auto;
    }

    .block-item {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .block-item-text {
        padding: 2px 5px;
    }

    .block-textoverflow {
        height: auto;
        max-height: 95px;
    }
}

/* --- テーブル表示タイプ --- */
.info-table ul {
    display: table;
    width: 100%;
}

.table-item {
    display: table-row;
}

.table-data {
    display: table-cell;
    padding: 2px 15px;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.table-item .table-data:nth-of-type(1) {
    border-left: solid 1px #ccc;
}

.table-header-contents .table-data {
    border-top: solid 1px #ccc;
    font-weight: bold;
}

@media (max-width: 880px) {
    .table-header-contents .table-data {
        display: none;
    }

    .table-item {
        display: block;
        width: 100%;
    }

        .table-item .table-data:nth-of-type(1) {
            border-left: 0;
        }

    .table-data {
        display: block;
        border-right: 0;
        width: 100%;
        box-sizing: border-box;
    }

        .table-data::before {
            content: attr(item-label);
            display: inline-block;
            font-weight: bold;
            float: left;
            text-align: left;
            padding-right: 20px;
            white-space: nowrap;
        }

    .table-item .table-data:last-of-type {
        margin-bottom: 20px;
    }
}

/* 空き家情報 */
.akiya .block-item {
    margin-left: 10px;
    margin-bottom: 15px;
    position: relative;
    width: 305px;
    background-color: #EAF4FF;
}




.akiya .block-item-contents {
    padding-bottom: 60px;
}

    .akiya .block-item-contents .button-cta {
        border: 1px solid #0266BE;
        margin: 0px 0px 0px 0px;
        position: absolute;
        bottom: 15px;
        width: 88%;
        text-align: center;
        border-radius: 5px;
    }

    .akiya .block-item-contents hr {
        color: #0266BE;
        position: absolute;
        bottom: 0px;
        width: 300px;
    }

.akiya .block-item-data-head {
    font-weight: bold;
}

.akiya .block-item-data {
    border-top: 1px dashed #9FC1D1;
}

.akiya h2.title {
}

.akiya .grp_table .groupName {
    font-weight: bold;
}

.akiya .grp_table .fieldName {
    background-color: #FFEDEB;
}

.akiya .infoArea img,
.akiya .templateForThreeImages td img,
.akiya .templateForTwoImages td img,
.akiya .templateForOneImages td img,
.akiya .templateForImages td img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 2px;
}

/* :::::::::::::::::::: 詳細 :::::::::::::::::::: */

#infoContentsWrap {
    word-break: break-all;
}

.infoArea {
    margin: 15px;
}

    .infoArea img {
        float: left;
        margin-right: 15px!important;
        border-radius: 15px;
    }

#dataArea {
    clear: both;
    margin: 20px;
}

#wysiwygArea {
    margin: 15px;
}

.groupWrap {
    margin-bottom: 10px;
    padding: 15px;
}

.groupName {
    /*border-bottom: none;*/
    font-size: 1.1em;
    padding: 5px 15px;
    margin-top: 5px;
}

.groupName {
    position: relative;
    padding-bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 7px 0 4px 20px;
}


.groupNameTgl {
    cursor: pointer;
}

/* --- リスト表示タイプ --- */
.grp_list .groupContents {
    /*border: 1px solid #999;*/
    padding: 0 5px 30px 5px;
    width: calc(100% - 20px);
    margin: 0px auto;
}

.grp_list .fieldWrap {
    margin: 10px 5px;
    width: 48%;
    float: left;
}

.grp_list .fieldName {
    font-weight: bold;
    padding: 5px 0px 5px 15px;
}

.grp_list .fieldValue {
    padding: 0 15px;
}

/* --- テーブル表示タイプ --- */
.grp_table .groupContents {
    display: table;
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.grp_table .fieldWrap {
    display: table-row;
}

.grp_table .fieldName {
    display: table-cell;
    border: 1px solid #999;
    font-weight: bold;
    padding: 5px;
    width: 250px;
}

.grp_table .fieldValue {
    display: table-cell;
    border: 1px solid #999;
    padding: 5px;
}

@media (max-width: 460px) {
    .infoArea img {
        float: none;
        text-align: center;
    }

    .groupWrap {
        width: 90%;
        margin: 0 auto;
    }

    .grp_table .fieldName {
        width: 40%;
    }
}

@media screen and (max-width:767px) {

    .grp_list .fieldWrap {
        margin: 10px 5px;
        width: 100%;
        float: none;
    }

    .groupWrap {
        width: 100%;
        margin: 0 auto;
    }
}

/* 空き地・空き店舗 写真表示*/
.madori-image {
    display: inline-block;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 220px;
}
