﻿
/* :::::::::::::::::::: 一覧 :::::::::::::::::::: */

.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: 2px 5px;
    }

    #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%;
    float: left;
}

.srchkywd {
    margin: 10px auto;
}

.srchcb {
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    /*
    border: 1px solid #767676;
    border-radius: 6px;
    */
    padding: 8px 3px;
    box-sizing: border-box;
    color: #000;
    float: left;
    width: 98%;
}

    .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;
}

/* 印刷ボタン */
.printbtn {
    font-size: 0.9em;
    width: 98%;
    margin: 0px auto;
    text-align: right;
}

    .printbtn a {
        text-decoration: none;
    }


    .printbtn span {
        font-size: 0.9em;
    }

/* 印刷時CSS */
@media print {
    .printbtn,
    #headerArea,
    #tabbar_area, #tabBarWrapper, #tabBarContainer,
    #bar_area, #sideBarWrapper, #sideBarMenuContainer,
    #menu_area, #sideMenuWrapper, #sideMenuContainer,
    #sideborad_area,
    .snsbutton,
    .pankuzu-more,
    .footerSoegaki,
    #browsingHistoryArea,
    #recommend,
    #keepSavePage-container,
    #bp-web-widget,
    #top_btn,
    #footerArea {
        display: none !important;
    }

    /* IE11のみ */
    *::-ms-backdrop, #contentArea {
        width: 100%;
    }
}


/* --- リスト表示タイプ --- */
.list-item h3 {
    padding: 8px;
    border-left: 10px solid #23AFC0;
    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 {
    float: left;
}

.block-item-contents {
    width: 95%;
    margin: 5px 0px 0px 8px;
    display: inline-block;
}

.block-item h3 {
    margin: 5px 0;
    min-height: 30px;
    border-left: 5px solid #23AFC0;
    padding: 6px 3px 6px 10px;
}

.block-item-image {
    position: relative;
    width: 285px;
    height: 165px;
    border: 1px solid #999;
    overflow: hidden;
    background: #fff;
}

    .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;
}

.infoName {
    line-height: 120%;
    font-weight: bold;
}

.block-textoverflow {
    overflow: hidden;
    padding: 3px;
    width: 285px;
}

.button-cta {
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    background: #284295;
    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;
}

    .button-cta:hover {
        color: #000;
        background-color: #FFF;
        text-decoration: none;
    }

.block-item-data {
    border-top: 1px dashed #aaa;
    margin-bottom: 3px;
    padding: 2px 15px;
}

    .block-item-data li {
        display: inline-block;
        background-color: #A8EAFF;
        padding: 5px;
        margin: 2px;
    }


@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 {
    color: #333;
}

.akiya .grp_table .groupName {
    font-weight: bold;
}

.akiya .grp_table .fieldName {
}

.akiya .infoArea img,
.akiya .templateForThreeImages td img,
.akiya .templateForTwoImages td img,
.akiya .templateForOneImages td img,
.akiya .templateForImages td img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0px 10px 10px 0px;
    max-width: 70%;
}

/* :::::::::::::::::::: 詳細 :::::::::::::::::::: */

#infoContentsWrap {
    word-break: break-all;
}

@media screen and (min-width:768px) {
    .infoArea {
        margin: 15px;
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .infoArea {
        margin: 15px 10px;
        margin-top: 20px;
    }
}

#dataArea {
    clear: both;
}

#wysiwygArea {
    margin: 15px;
}

.groupWrap {
    /*margin-bottom: 10px;*/
    /*padding: 15px;*/
}

.groupName {
    border: 1px solid #999;
    /*border-bottom: none;*/
    font-size: 1.1em;
    padding: 6px 13px;
    margin-top: 15px;
    font-weight: bold;
}

.groupNameTgl {
    cursor: pointer;
}



/* Info記事スライダー start  */
/*:::::::::::::::::::::::::
 * Infoスライダー
 *::::::::::::::::::::::::*/
#infoDetail_slider_area {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 15px 0px 10px 0px;
}

#infoDetail_slider {
    width: calc(100% - 10px);
    margin: 0px auto;
}

@media screen and (min-width:1025px) {
    #infoDetail_slider_area #infoDetail_slider li img {
    }
}
/* タブレット用 */
@media screen and (max-width:1024px) {
    #infoDetail_slider_area #infoDetail_slider li img {
        width: 100%;
        margin: 0px;
    }
}
/* スマホ用 */
@media screen and (max-width:767px) {
    #infoDetail_slider_area #infoDetail_slider li img {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width:380px) {
    #infoDetail_slider_area #infoDetail_slider li img {
        width: 100%;
        margin: 0px;
        height: auto;
    }
}

/* Infoスライダーの画像 */
#infoDetail_slider img {
    margin: 0px auto;
    width: 320px !important;
    height: 240px;
    object-fit: cover;
}

#infoDetail_slider_area #infoDetail_slider li {
    margin: 0px 15px;
    box-shadow: 0px 3px 10px rgba(15, 115, 183, 0.3);
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
}

#infoDetail_slider article slick-slide slick-cloned slick-active {
    max-height: 350px;
}

#infoDetail_slider .slick-list {
    overflow: hidden;
}



#infoDetail_slider .slick-dotted.slick-slider {
    /*padding-left: 38px !important;*/
    /*padding-right: 38px !important;*/
    margin-bottom: 2px !important;
}

/*:::::::::::::::::::::::::
 * スライダーボタン
 *::::::::::::::::::::::::*/
.slick-prev {
    left: 2px !important;
    z-index: 5;
}

.slick-next {
    right: 2px !important;
    z-index: 5;
}

    .slick-prev:before, .slick-next:before {
        color: DARKGRAY !important;
    }
/*:::::::::::::::::::::::::
 * インタケージ
 *::::::::::::::::::::::::*/
.slick-dots {
    display: none !important;
}

/***************************/
/* スライダーの再生・停止ボタン */
/***************************/
.slick_toggle_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: 24px
}

    .slick_toggle_wrap span {
        position: absolute;
        right: 10px;
        bottom: 0px;
        border: solid 1px;
        border-radius: 2px;
        padding: 0px 1px 1px 1px;
        width: 60px;
        height: 20px
    }

.slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    cursor: hand;
}

.slick_toggl .stop {
    display: block;
    width: 20px;
    z-index: 10;
}

.slick_toggle .play {
    display: none;
    width: 0px;
    z-index: 0;
}

.slick_toggle.paused .stop {
    display: none !important;
    width: 0px !important;
    z-index: 0 !important;
}

.slick_toggle.paused .play {
    display: block !important;
    width: 60px !important;
    z-index: 10 !important;
}

/* スマホサイズ 横スクロール防止 */
@media screen and (max-width:767px) {
    #infoDetail_slider_area, #infoDetail_slider {
        overflow-x: hidden !important;
    }
}

.slick_oneitem, .slick_oneitem span {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
}
/* Info記事スライダー end  */



/* --- リスト表示タイプ --- */
.grp_list .groupContents {
    /*border: 1px solid #999;*/
    padding: 0 5px 30px 5px;
}

.grp_list .fieldWrap {
    margin-top: 10px;
}

.grp_list .fieldName {
    font-weight: bold;
}

.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: 10px 15px 10px 15px;
}

@media (max-width: 460px) {
    .infoArea img {
        float: none;
        text-align: center;
    }

    .groupWrap {
        width: 90%;
        margin: 0 auto;
    }

    .grp_table .fieldName {
        width: 40%;
    }
}

/* info アイコン表示枠 */
.info_iconWrap {
    padding: 0px;
    margin: 2px auto 6px auto;
    width: 99%;
    text-align: right;
}

    .info_iconWrap a {
        text-decoration: none;
    }
/* info リンクURLの有無アイコン表示 */
.info_linkurl_icon {
    padding: 4px 6px;
    margin: 2px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
}
/* info 項目のアイコン表示 */
.info_fieldicon {
    padding: 4px 6px;
    margin: 2px;
}
/* info 項目のアイコン表示デフォルト（ワイルドカード指定） */
[class^="info_fldval-"] {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
}

/* リンクURL */
.block-item-image .info_linkurl_a {
    display: block;
    width: 285px;
    height: 165px;
}

.list-item-image .info_linkurl_a {
    width: 120px;
    height: 90px;
}

.shosai-item-image {
    display: inline-block;
    min-width: 120px; /* 概要画像読み込み中　対応 */
    min-height: 120px; /* 概要画像読み込み中　対応 */
}

@media screen and (min-width:768px) {
    .shosai-item-image {
        float: left;
        margin: 0px 15px 0px 0px;
    }
}

@media screen and (max-width:767px) {
    .shosai-item-image {
        float: left;
        margin: 0px 10px 0px 0px;
    }
}

@media screen and (max-width:460px) {
    .shosai-item-image {
        float: none;
        margin: 5px auto;
    }
}
/* リンクURL動画再生ボタンCSS */
.block-item-image a,
.list-item-image a,
.shosai-item-image a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

    .block-item-image a:before,
    .list-item-image a:before,
    .shosai-item-image a:before {
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 6px solid #E6C612;
        width: 60px;
        height: 60px;
        z-index: 5;
    }

    .block-item-image a:after,
    .list-item-image a:after,
    .shosai-item-image a:after {
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -50%);
        border-style: solid;
        border-color: transparent transparent transparent #E6C612;
        border-width: 15px 0 15px 25px;
        z-index: 5;
    }

/* リンクURL添え書き */
.block-item-image .info_linkurl_soegaki {
    width: 285px;
    text-decoration: none;
    color: #E6C612;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}

.list-item-image .info_linkurl_soegaki {
    width: 120px;
    text-decoration: none;
    color: #E6C612;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}

.shosai-item-image .info_linkurl_soegaki {
    display: block;
    width: 100%;
    min-width: 120px; /* 概要画像読み込み中　対応 */
    text-decoration: none;
    color: #E6C612;
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
}



/* 地図 */
#map {
    width: 100%;
    z-index: initial !important;
    overflow: hidden !important;
    margin-bottom: 20px;
}