
/*MAIN*/
.main{
    position: relative;
    background: url(../img/sample/top.jpg) no-repeat center center;
    background-size: cover;
    min-height: 1200px;
    margin-bottom: 0 !important;
}
.main-h2{
    text-align: center;
    font-size: 68px;
    line-height: 1.4em;
    text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0-3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF;
}
.main-search_ol{
    width: 60%;
    margin: 0 auto 0 0;
}
.main-search li{
	flex-basis:49%;
	-webkit-flex-basis:49%;
	max-width:49%;
    margin:0 0 10px 0 !important;
    font-size: inherit !important;
}
.main-search li:last-child{
    flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
}
.main-search li img{
    height: 30px;
    width: auto;
}
.main-search_shoki{
    padding-left: 80px !important;
}
.main-search_shoki:before{
    content: "";
    position: absolute;
    display: block;
    bottom: 5px;
    left: 5px;
    width: 100px;
    height: 75px;
    background: url(../img/common/shoki-nomal.svg) no-repeat;
    background-size: contain;
}
.main-search a,
.main-search_form--s{
    display: block;
    padding: 15px 1em;
    text-align: left;
    background: #fff;
    border: 3px solid #003677;
    border-radius: 10px !important;
    font-size: 21px;
    font-weight: 700;
}
.main-search_form{
    position: relative;
}
.main-search_form--s{
    width: 100%;
}
.main-search_form--btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #003677;
    border-radius: 0 10px 10px 0 !important;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
}
.main-search a:hover{
    background: #003677;
    color: #fff;
    border: 3px solid #fff;
}
.main-search a i{
    color: #003677;
    padding-right: 4px;
    font-size: 26px;
}
.main-search a:hover i{
    color: #fff;
}
@media screen and (max-width: 1680px) {
    .main{
        background: url(../img/sample/top.jpg) no-repeat center center;
        background-size: cover;
        min-height: 1000px;
    }
    .main-h2{
        text-align: center;
        font-size: 4vw;
        line-height: 1.4em;
    }
    .main-search a{
        font-size: 18px
    }
    .main-search li img{
        height: 26px;
    }
}
@media screen and (max-width: 1380px) {
    .main-search_shoki{
        padding-left: 55px !important;
    }
    .main-search_shoki:before{
        width: 55px;
        height: 48px;
    }
}
@media screen and (max-width: 1280px) {
        .main{
        background: url(../img/sample/top.jpg) no-repeat center center;
        background-size: cover;
        min-height: auto;
    }
    .main-search_ol {
        width: 70%;
    }
    .main-search a{
        font-size: 16px
    }
    .main-search a i{
        font-size: 22px;
    }
    .main-search_shoki{
        padding-left: 50px !important;
    }
}
@media screen and (max-width: 980px) {
    .main-search_ol {
        width: 50%;
    }
    .main-search li{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
    }
    .main-search_shoki{
        padding-left: 80px !important;
    }
    .main-search_shoki:before{
        width: 100px;
        height: 75px;
    }
}
@media screen and (max-width: 780px) {
    .main-search_shoki{
        padding-left: 55px !important;
    }
    .main-search_shoki:before{
        width: 55px;
        height: 48px;
    }
}
@media screen and (max-width: 680px) {
    .main-h2{
        text-align: left;
        font-size: 5vw;
    }
    .main-search_ol {
        width: 70%;
    }
    .main-search li {
        margin-bottom: 5px !important;
    }
    .main-search a{
        padding: 10px;
        font-size: 16px;
    }
    .main-search_form--s{
        padding: 10px 1em;
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .main-search_ol {
        width: 82%;
    }
    .main-h2 {
        font-size: 5.6vw;
    }
    .main-search a{
        font-size: 14px;
    }
    .main-search li img{
        height: 22px;
    }
    .main-search_shoki{
        padding-left: 50px !important;
    }
}

/*TOPIC*/
.topic-slide_h4{
    font-size: 1.4vw;
    padding: 0 10px;
    line-height: 1.3em;
}
.topic-slide_text{
    padding: 0 10px;
}
.topic-tag:after{
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    right: -100px;
    width: 100px;
    height: 75px;
    background: url(../img/common/shoki-smile.svg) no-repeat;
    background-size: contain;
}
.topic-link:after{
    content: "";
    position: absolute;
    display: block;
    top: -70px;
    right: 0;
    width: 100px;
    height: 75px;
    background: url(../img/common/shoki-nozoki.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1280px) {
    .topic-slide_h4{
        font-size: 1.6vw;
    }
}
@media screen and (max-width: 980px) {
    .topic-slide_h4 {
        font-size: 2.2vw;
        padding: 0 5px;
    }
    .topic-tag:after{
        bottom: -15px;
        right: -90px;
        width: 90px;
        height: 60px;
    }
}
@media screen and (max-width: 780px) {
    .topic-slide_h4 {
        font-size: 2.4vw;
    }
}
@media screen and (max-width: 680px) {
    .topic-slide_h4 {
        font-size: 3.2vw;
    }
    .topic-tag:after{
        bottom: -9px;
        right: -85px;
        width: 80px;
        height: 50px;
    }
    .topic-link:after{
        top: -50px;
        width: 65px;
        height: 50px;
    }
}
@media screen and (max-width: 480px) {
    .topic-slide_h4{
        font-size: 4vw;
    }
    .topic-tag:after{
        right: -53px;
        width: 50px;
        height: 43px;
    }
}

/* INFO */
.info-banner,
.info-latest{
	flex-basis:47%;
	-webkit-flex-basis:47%;
	max-width:47%;
}
.info-slide{
    padding: 0 5px !important;
}
.info-latest_h4{
    font-size: 21px;
}
.info-latest_ul{
    padding-left: 15px !important;
}
.info-latest_li{
    border-bottom: 2px dotted #003677;
    padding-left: 1em;
    text-indent: -1em;
}
.info-latest_li:before{
    content: "●";
    color: #003677;
}
.slick-dots{
    position: relative;
    bottom: inherit;
}
.information-h3{
    font-size: 38px;
}
.information-content{
    max-width: 800px;
    border: 3px dotted #333;
    border-radius: 20px;
}
.information-date{
    font-size: 24px;
}
.information-h1{
    font-size: 21px;
}
@media screen and (max-width: 980px) {
    .info-banner,
    .info-latest{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
    }
    .info-banner{
        width: 100%;
        max-width: 680px;
        margin: 0 auto 40px !important;
    }
}
@media screen and (max-width: 980px) {
    .information-h3{
        font-size: 34px;
    }
    .information-date{
        font-size: 21px;
    }
    .information-h1{
        font-size: 18px;
    }
}

/*KENTO*/
.kento {
    background: #003677;
    overflow: hidden;
    padding-left:10px !important;
}
.kento-slide {
    background: #fff;
}
.kento-text {
    width: 40%;
    max-width: 450px;
    margin-top: -120px;
    text-align: left;
}
.kento-text p{
    color: #fff;
}
.kento-link:after{
    content: "";
    position: absolute;
    display: block;
    top: -70px;
    left: 20px;
    width: 100px;
    height: 75px;
    background: url(../img/common/shoki-yubi.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1280px) {
    .kento-text {
        max-width: 38%;
        margin-top: -10%;
    }
}
@media screen and (max-width: 780px) {
    .kento-text {
        width: 45%;
        max-width: 45%;
    }
}
@media screen and (max-width: 680px) {
    .kento-text {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .kento-link:after{
        top: -50px;
        width: 65px;
        height: 50px;
    }
}

/*AREA*/
.area{
    position: relative;
    z-index: 0;
}
.area-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/common/area_bk.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.area-overlay:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    background-size: cover;
}
.area-item{
    position: relative;
    z-index: 2;
}
.area-h3,
.area-h3 small{
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.9);
}
.area-h3:after{
    color: #fff;
}
.area-list_li{
    flex-basis:33%;
	-webkit-flex-basis:33%;
    max-width:33%;
    margin-bottom: 20px !important;
}
.area-list_li:nth-child(n+4){
    flex-basis:49.5%;
	-webkit-flex-basis:49.5%;
    max-width:49.5%;
}
.area-list_li a{
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    font-size: 1.3vw;
    font-weight: 700;
}
.area-list_li a:hover{
    background: #003677;
    color: #fff;
    border: 3px solid #fff;
}
@media screen and (max-width: 1280px) {
    .area-list_li a{
        font-size: 1.8vw;
    }
}
@media screen and (max-width: 680px) {
    .area-list_li {
        flex-basis: 33%;
        -webkit-flex-basis: 32%;
        max-width: 33%;
        margin-bottom: 10px !important;
    }
    .area-list:after{
        content: "";
        display: block;
        flex-basis: 33%;
        -webkit-flex-basis: 32%;
        max-width: 33%;
    }
    .area-list_li a{
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .area-list_li a{
        font-size: 13px;
    }
}

/*MAP*/
.map-distance_input{
    	flex-basis:47%;
	-webkit-flex-basis:47%;
	max-width:47%;
    border: 2px solid #003677 !important;
    padding:15px 20px;
    border-radius:10px !important;
    font-size:18px;
}
.map-distance span{
    display: inline-block;
    padding: 0 1em;
    font-size:18px;
}
.map-distance_select{
    border: 2px solid #003677 !important;
    padding:15px 20px;
    border-radius:10px !important;
    font-size:18px;
}
.gmap{
    position: relative;
    padding-bottom: 40%;
    height: 0;
}
/*
.gmap iframe,
.gmap object,
.gmap embed
*/
.gmap-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.gmap:after{
    content: "";
    position: absolute;
    display: block;
    top: -110px;
    right: 25px;
    width: 125px;
    height: 120px;
    background: url(../img/common/shoki-search.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 680px) {
    .map-distance_input{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
        font-size:16px;
        margin-bottom: 10px;
        padding:10px;
    }
    .map-distance_select{
        padding:10px;
    }
    .map-distance span{
        padding: 0 10px;
        font-size:18px;
    }
    .gmap{
        padding-bottom: 60%;
    }
    .gmap:after{
        top: -80px;
        right: 5px;
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 480px) {
    .map-distance_input {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
        padding: 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .map-distance_select {
        padding: 10px;
        font-size: 16px;
    }
        .map-distance span{
            font-size:16px;
        padding: 0 5px;
    }
    .gmap{
        padding-bottom: 80%;
    }
}

/*PICKUP*/
.pickup-slide_text{
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3em;
}
.pickup-link:after{
    content: "";
    position: absolute;
    display: block;
    top: -70px;
    left: 20px;
    width: 100px;
    height: 75px;
    background: url(../img/common/shoki-setsubi.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1280px) {
    .pickup-slide_text{
        font-size: 1.6vw;
    }
}
@media screen and (max-width: 980px) {
    .pickup-slide_text{
        font-size: 2.2vw;
        padding: 0 5px;
    }
}
@media screen and (max-width: 780px) {
    .pickup-slide_text{
        font-size: 2.4vw;
    }
}
@media screen and (max-width: 680px) {
    .pickup-slide_text{
        font-size: 3.2vw;
    }
.pickup-link:after{
    top: -60px;
    width: 77px;
    height: 60px;
}
}
@media screen and (max-width: 480px) {
    .pickup-slide_text{
        font-size: 4vw;
    }
}



/*LATEST*/
.latest {
    position: relative;
    overflow: hidden;
    padding-left:10px !important;
}
.latest-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/common/pickup_bk.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.latest-overlay:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    background-size: cover;
}
.latest-h3,
.latest-h3 small,
.latest-h3:after{
    color: #fff;
}
.latest-slide {
    background: #fff;
}
.latest-slide_img--left{
    flex-basis:66%;
	-webkit-flex-basis:66%;
	max-width:66%;
}
.latest-slide_img--right{
    flex-basis:32%;
	-webkit-flex-basis:32%;
	max-width:32%;
}
.latest-slide_img--right img{
    display: inline-block;
    margin-bottom: 10px;
}
.latest-slide_footer--space{
    font-size: 14px;
    font-weight: 300;
}
@media screen and (max-width: 480px) {
    .latest-slide_footer--space{
        font-size: 12px;
    }
}



/*SEARCH*/
.search{
	flex-basis:30%;
	-webkit-flex-basis:30%;
	max-width:30%;
}
.search-title {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    max-width: 100%;
    margin-top: 10px;
    border-left: 5px solid rgba(0, 54, 119, 1);
    background: rgba(0, 54, 119, 0.1);
    font-weight: 700;
}
.search-title:hover{
    background: #135aa5;
    color: #fff;
    font-weight: 500;
}
.search .search-title:first-child{
    margin-top: 0;
}
.search-table {
    width: 100%;
}
.search-table_list li {
    display: inline-block;
    margin: 0 2em 10px 0 !important;
}
.search-table th {
    width: 25%;
    padding: 10px 2px;
    background: rgba(0, 54, 119, 0.1);
}
.search-table td{
    padding: 10px 0;
}
.search-table select {
    flex: 1;
    -webkit-flex:1;
    border-radius: 3px;
    padding: 5px;
    -webkit-appearance: auto;
    border: 1px solid #999;
    background: #fff;
}

.search-table_nami {
    padding: 0 2px 8px;
}
.search-ms {
    display: none;
}
.search-shosai{
    position: relative;
    padding: 10px;
    background: #003677;
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px !important;
}
.search-shosai:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #003677;
    z-index: 1;
}
.search-shosai p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
@media screen and (max-width: 1380px) {
    .search{
        flex-basis:25%;
        -webkit-flex-basis:25%;
        max-width:25%;
    }
    .search-title {
        margin-top: 10px;
    }
    .search-title small{
        display: block;
    }
    .search-shosai p {
        font-size: 16px;
    }
    .search-table_list li label{
        font-size: 14px;
    }
}
@media screen and (max-width: 1280px) {
    .search-shosai p br.forsp{
        display: block !important;
    }
}
@media screen and (max-width: 680px) {

}




.result{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 54, 119,0.9);
    text-align: center;
    z-index: 999999;
}
.result p{
    color: #fff;
    font-size: 18px;
}
.result b{
    color: #fffb00 !important;
    font-size: 30px;
    line-height: 1em;
}
.result-no{
    margin: 0 10px 0 0 !important;
}
.result_regist{
    color:#fdff01;
    text-decoration: underline;
}
.search-conditions{
    background: #eee;
    border-left: 5px solid rgba(0, 54, 119, 1);
}
.search-conditions_h4{
    font-weight: 500;
    font-size: 1.4vw;
}
.search-conditions span{
    display: inline-block;
    background: #fff;
    border: 1px solid #003677;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    padding: 1px 5px;
    color: #003677;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.search-conditions span:before{
    content: "×";
}
.search-conditions span:hover{
    background: rgba(0, 54, 119, 0.1);
}
.sort{
    background: rgba(0, 54, 119, 0.1);
}
.sort-list{
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 16px;
    background: #fff;
}
.sort-btn{
    display: inline-block;
    background: #ddd;
    border: 1px solid #003677;
    border-radius: 3px;
    margin-left: 2px;
    padding: 2px 5px 0;
    color: #003677;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500;
    cursor: pointer;
}
.sort-btn_active{
    background: #fff7be;
}
.result-search{
    padding: 10px 3% 15px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.search .result-search:after ,
.result .result-search:after {
    font-size: 18px;
    content: "条件を再検索";
    line-height: 1em;
}
.sidr-right-open .result .result-search:after{
    content: "× 閉じる";
}
.result .result-search{
    display: none;
}
@media screen and (max-width: 980px) {
    .search .result-search:after ,
    .result .result-search:after {
        font-size: 16px;
    }
    .result .result-search,
    .result-search{
        display: block;
        margin:0 5px !important;
        padding: 8px 20px 10px;
        cursor: pointer;
    }

    #sidr-right .result-search{
        margin: 0 auto;
        font-size: 21px;
        padding: 10px 50px;
    }

    .result-search_login{
        background: #dc7a14;
    }
    .result-search small{
        color:#fff;
        font-size: 14px;
        font-weight: 500;
    }
    .result p {
        font-size: 14px;
    }
    .result b {
        font-size: 24px;
    }
}
@media screen and (max-width: 780px) {
    .result-search {
        font-size: 3vw;
    }
}
@media screen and (max-width: 680px) {
    .result-search {
        padding: 15px 5px 15px;
        font-size: 2.6vw;
    }
    .result-search:after {
        font-size: 14px;
    }
    .result-search:hover{
        background: #16843d;
    }
    .result .result-search,
    .result-search {
        padding: 8px 5px 10px;
        margin: 0 !important;
    }
    .search .result-search:after ,
    .result .result-search:after {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .result b {
        font-size: 21px;
    }
    .result p {
        font-size: 12px;
    }
    .result-search {
        padding: 10px 3px 10px;
        font-size: 3.4vw;
    }
}


.re-search{
    display: none;
}
@media screen and (max-width: 980px) {
    .search-title::before,
    .search-title::after{
        display: none !important;
    }
    .re-search{
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        position: absolute;
        display: block;
        cursor: pointer;
        background: #b30202;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        border: 2px solid #fff;
        box-shadow: 0px 3px 3px rgb(0 0 0 / 32%);
    }
}


/*ARCHIVE*/
.archive{
    flex:1;
    -webkit-flex:1;
    margin-left: 5%;
}
.archive-li_header{
    width: 100%;
}
.archive-li_header--status{
	flex-basis:10em;
	-webkit-flex-basis:10em;
    max-width:10em;
    margin-right: 5px;
    text-align: center;
}
.archive-li_header--status span{
    display: inline-block;
    width: 100%;
    padding: 5px 8px 7px;
    border: 1px solid #003677;
    border-radius: 5px;
    color: #003677;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
}
.archive-li_header--status--special{
    display: block !important;
    background: #b30202;
    border-radius: 5px;
    border: none !important;
    margin-bottom: 5px;
    padding: 5px 8px 7px;
    line-height: 1em;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
}
.archive-li_header--status--member-only{
    display: block !important;
    background: #135aa5;
    border-radius: 5px;
    border: none !important;
    margin-bottom: 5px;
    padding: 5px 8px 7px;
    line-height: 1em;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
}
.archive-li_header--h2{
	flex:1;
	-webkit-flex:1;
    margin-top: -2px;
    line-height: 1.2em;
}
.archive-li_header--h2 a{
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 1.2em;
}
.archive-li_header--h2 a:hover{
    color: #16843d;
}
.archive-li_img{
    flex-basis:40%;
	-webkit-flex-basis:40%;
	max-width:40%;
}
.archive-li_img--left{
    flex-basis:66%;
	-webkit-flex-basis:66%;
	max-width:66%;
}
.archive-li_img--right{
    flex-basis:32%;
	-webkit-flex-basis:32%;
	max-width:32%;
}
.archive-li_img--right img{
    display: inline-block;
}
.archive-li_img--right a:first-child img{
    margin-bottom: 10px;
}
.archive-li_item{
    flex:1;
    -webkit-flex:1;
    margin-left: 10px;
    padding: 10px;
    background: #ddd;
}
.special .archive-li_item{
    background: #fff7be;
}
.archive-li_item--cv a,
.archive-li_item--cv label{
    position: relative;
	flex-basis:32%;
	-webkit-flex-basis:32%;
    max-width:32%;
    padding: 10px 2px;
    font-size: 16px;
}
.archive-li_item--cv a:nth-child(2){
    background: #dc7a14;
    font-size: 16px;
}
.archive-li_item--cv a:nth-child(2):hover{
    background: #fff;
    color: #dc7a14;
    border: 3px solid #dc7a14;
}
.archive-li_item--cv a:nth-child(3),
.fav_button{
    background: #fff;
    border: 3px solid #e10443;
    color: #e10443;
    letter-spacing: -1px;
}
.archive-li_item--cv label{
    letter-spacing: -1px;
}
.archive-li_item--cv--off{
    color: #e10443;
    border: 3px solid #e10443;
    background: #fff;
    cursor: pointer;
}
.archive-li_item--cv--off--check{
    display: none;
}
.archive-li_item--cv--login {
    display: none;
    position: absolute;
    right: 2px;
    top: -85px;
    background: #fff;
    padding: 7px 10px;
    font-size: 12px;
    min-width: 160px;
    max-width: 80%;
    text-align: left;
    border: 3px solid #e10443;
    border-radius: 10px;
    line-height: 1.3em;
}
.archive-li_item--cv--login a{
    color: #e10443;
    text-decoration: underline;
}
.archive-li_item--cv--login:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.archive-li_item--cv--login:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e10443;
  z-index: 1;
}
input:checked+.archive-li_item--cv--login{
    display: block;
}
.archive-li_item--cv a:nth-child(3):hover,
.fav_button:hover,
.archive-li_item--cv label:hover{
    background: #e10443;
    color: #fff;
    border: 3px solid #fff;
}
.archive-li_item--cv a:nth-child(3):hover::before,
.fav_button:hover::before,
.archive-li_item--cv label:hover::before{
    color: #fff;
}
.archive-li_item--table{
    width: 100%;
}
.archive-li_item--table th,
.archive-li_item--table td{
    padding: 5px;
}
.archive-li_item--table td{
    background: #fff;
}
.archive-li_item--table th{
    width: 6em;
    background: #003677;
    color: #fff;
}
.archive-li_item--table td b {
    color: #cc0000;
    font-size: 2vw;
    line-height: 1.3em;
}
.pickup-icon span{
    display: inline-block;
    border: 1px solid #003677;
    border-radius: 3px;
    margin:0 2px 2px 0;
    padding: 1px 5px;
    color: #003677;
    font-size: 11px;
    font-weight: 500;
}
.archive-register_message{
    font-size: 1.4vw;
}
.archive-register_message b{
    font-size: 3vw;
    color: #c00;
}
.archive-register {
    display: inline-block;
    padding: 20px;
    width: 70%;
    background: url(../img/common/kento_icon.png) no-repeat right -16px bottom -15px #16843d;
    background-size: 130px;
    border-radius: 10px;
    border: 3px solid #fff;
}
.archive-register:hover {
    background: url(../img/common/kento_icon.png) no-repeat right -15px bottom -20px #bc200b;
    background-size: 145px;
}
.archive-register span {
    display: inline-block;
    margin-left: -20%;
    font-size: 2vw;
    font-weight: 700 !important;
    color: #fff;
    line-height: 1.3em;
}
.archive-register  small {
    font-size: 1vw;
    color: #fff;
}
@media screen and (max-width: 1680px) {
    .archive-li_header--h2 a{
        font-size: 1.6vw;
    }
    .archive-li_item--cv a,
    .archive-li_item--cv label{
        font-size: 16px;
    }
}
@media screen and (max-width: 1480px) {
    .archive {
        margin-left: 2.5%;
    }
}
@media screen and (max-width: 1380px) {
    .archive-li_header--h2 a{
        font-size: 2vw;
    }
    .archive-li_img {
        flex-basis: 32%;
        -webkit-flex-basis: 32%;
        max-width: 32%;
    }
    .archive-li_img--left,
    .archive-li_img--right {
        flex-basis: 66%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
        display:flex;
        display:-webkit-flex;
        justify-content:space-between;
        -webkit-justify-content:space-between;
    }
    .archive-li_img--left{
        margin-bottom: 5px;
    }
    .archive-li_img--right a {
        flex-basis: 49%;
        -webkit-flex-basis: 49%;
        max-width: 49%;
    }
    .archive-li_item--table,
    .archive-li_item--table tbody,
    .archive-li_item--table tr,
    .archive-li_item--table th,
    .archive-li_item--table td{
        display: block;
        width: 100%;
    }
    .archive-li_item--table tr{
        display:flex;
        display:-webkit-flex;
        justify-content:space-between;
        -webkit-justify-content:space-between;
        flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
    }
    .archive-li_item--table th{
        flex-basis:22%;
        -webkit-flex-basis:22%;
        max-width:22%;
        display:flex;
        display:-webkit-flex;
        align-items:center;
        -webkit-align-items:center;
        margin-bottom: 2px;
    }
    .archive-li_item--table td{
        flex-basis:78%;
        -webkit-flex-basis:78%;
        max-width:78%;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 1280px) {
    .archive-li_header--h2 a {
        font-size: 2.4vw;
    }
    .archive-li_img {
        flex-basis: 40%;
        -webkit-flex-basis: 40%;
        max-width: 40%;
    }
    .archive-li_item--cv a,
    .archive-li_item--cv label {
        font-size: 12px;
        padding: 8px 2px;
    }
    .archive-li_item--cv a:nth-child(3):before,
    .fav_button:before,
    .archive-li_item--cv--off:before, {
        font-size: 12px;
    }
    .archive-register span {
        font-size: 2.4vw;
    }
    .archive-register small {
        font-size: 1.2vw;
    }
}
@media screen and (max-width: 980px) {
    .archive{
        margin-left: 0;
    }
    .archive-li_header--status {
        flex-basis: 7em;
        -webkit-flex-basis: 7em;
        max-width: 7em;
    }
    .archive-li_header--status span {
        font-size: 11px;
    }
    .archive-li_img {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
    }
    .archive-li_img--left {
        flex-basis: 32.5%;
        -webkit-flex-basis: 32.5%;
        max-width: 32.5%;
    }
    .archive-li_img--right {
        flex-basis: 66%;
        -webkit-flex-basis: 66%;
        max-width: 66%;
    }
    .archive-li_item {
        margin-left: 0;
    }
    .archive-li_item--cv a,
    .archive-li_item--cv label {
        font-size: 1.7vw;
        padding: 12px 2px;
    }
    .archive-li_item--table td b {
        font-size: 3vw;
    }
    .archive-register_message {
        font-size: 14px;
    }
    .archive-register_message b {
        font-size: 28px;
    }
    .archive-register {
        padding: 20px 10px;
        min-width: auto;
        width: 100%;
        max-width: 430px;
    }
    .archive-register span {
        font-size: 24px;
    }
    .archive-register small {
        font-size: 16px;
    }
}
@media screen and (max-width: 780px) {
    .archive-li_header--h2 a {
        font-size: 3vw;
    }
    .archive-li_item--cv a,
    .archive-li_item--cv label {
        font-size: 2.4vw;
    }
    .archive-li_item--table td b {
        font-size: 4vw;
    }
    .archive-register small {
        font-size: 14px;
    }
}
@media screen and (max-width: 680px) {
    .archive-register {
        text-align: left;
    }
    .archive-register span {
        margin-left: 0;
    }
    .archive-register span {
        font-size: 21px;
    }
    .archive-register small {
        font-size: 10ox;
        margin-bottom: 5px;
    }
    .archive-li_item--cv a,
    .archive-li_item--cv label,
    .archive-li_item--cv a:nth-child(3):before,
    .fav_button:before,
    .archive-li_item--cv--off:before {
        font-size: 12px;
    }
    .archive-li_item--table td b {
        font-size: 5vw;
    }
    .archive-li_header--h2 a {
        font-size: 4vw;
    }
    .archive-li_item--table td b {
        font-size: 6vw;
    }
    .archive-li_item--table th{
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .archive-li_header--h2 a {
        font-size: 5vw;
    }
    .archive-li_item--cv{
        margin-bottom: 10px !important;
    }
    .archive-register small,
    .archive-li_item--cv a,
    .archive-li_item--cv label,
    .archive-li_item--cv a:nth-child(3):before,
    .fav_button:before,
    .archive-li_item--cv--off:before {
        font-size: 11px;
    }
    .archive-register_message {
        font-size: 16px;
    }
    .archive-register_message b {
        font-size: 28px;
    }
}

/*SINGLE*/
.property {
    position: relative;
    padding:30px 60px;
    background: #fff;
    border-top: 10px solid #eee;
}
.property-header_cat {
    font-size: 16px;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    max-width: 100%;
}
.property-header_cat:before {
    padding-right: 5px;
    font-size: 21px;
    font-weight: 900;
    color: #003677;
}
.ld:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5a0";
}
.sh:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
}
.ms:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
}
.bs:before {
    font-family: "Font Awesome 5 Free";
    content: "\f64f";
}
.property-header_cat span {
    display: inline-block;
    background: #fff;
    border: 1px solid #003677;
    border-radius: 3px;
    margin: 0 5px 2px 0;
    padding: 1px 5px;
    color: #003677;
    font-size: 14px;
    font-weight: 500;
}
.property-header_cat span.property-header--member-only {
    background: #135aa5;
    border: none;
    padding: 2px 7px;
    color: #fff;
}
.property-header_cat small b{
    display: inline-block;
    padding-left: 5px;
    font-weight: 700;
    color: #003677;
}
.property-header_h2 {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.3em;
}
.property-header_price{
    font-weight: 900;
    font-size: 28px;
}
.property-header_price b {
    color: #c30000;
    font-size: 40px;
}
.property-topcv{
    background: #f7eedb;
    padding:5px 10px;
}
.property-cv a,
.property-cv label{
    margin-left: 5px;
    padding:10px;
    font-size: 16px;
    line-height: 1em;
}
.print-cv{
    padding: 5px 10px 0 !important;
}
.property-cv a br{
    display: none;
}
.property-cv .print-cv {
    text-align: center;
    line-height: 0;
}
.property-cv .print-cv i{
    font-size: 28px;
    color: #135aa5;
}
.property-cv .print-cv small{
    color: #135aa5;
}
.property-cv .print-cv br{
    display: block !important;
}
.property-cv a b{
    color: #fff;
}
.property-cv_tel{
    font-size: 28px !important;
    color: #16843d;
    letter-spacing: 0;
    padding: 0 !important;
}
.property-cv_tel small{
    font-size: 18px;
    font-weight: 700;
    color: #16843d;
}
.property-cv_off{
    position: relative;
    background: #fff;
    border: 3px solid #e10443;
    color: #e10443;
    letter-spacing: -1px;
    cursor: pointer;
}
.property-cv_off:before{
    content: "♡ お気に入り登録";
    color: #e10443;
    font-size: 16px;
}
.property-cv_off:hover {
    background: #e10443;
    color: #fff;
    border: 3px solid #fff;
}
.property-cv_off:hover::before {
    color: #fff;
}
.property-cv_off--check{
    display: none;
}
.property-cv_off--login {
    display: none;
    position: absolute;
    left: -4px;
    top: -74px;
    background: #fff;
    padding: 7px 10px;
    font-size: 12px;
    min-width: 160px;
    max-width: 80%;
    text-align: left;
    border: 3px solid #e10443;
    border-radius: 10px;
}
.property-cv_off--login a{
    color: #e10443;
    text-decoration: underline;
}
.property-cv_off--login:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.property-cv_off--login:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e10443;
  z-index: 1;
}
input:checked+.property-cv_off--login{
    display: block;
}
.property-summary {
    display: table;
    width: 100%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
}
.property-summary dl {
    display: table-row;
}
.property-summary dt,
.property-summary dd {
    display: table-cell;
    border-bottom: 1px solid #222;
    padding: 7px 10px;
    line-height: 1.3em;
}
.property-summary dt {
    width: 8em;
    border-right: 1px solid #222;
    background: rgba(0, 54, 119, 0.1);
}
.property-summary dd small{
    padding-left: 5px;
}
.property-point {
    padding-left: 1.2em !important;
}
.property-point li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 5px !important;
}
.property-point li::before {
    content: "★";
    color: rgba(0, 54, 119, 1);
}
.detail-information {
    margin: 30px 0;
    padding: 20px;
    border: 3px solid #cfe1f5;
}
.property-message{
    width: 100%;
    background: #eee;
}
.property-message_h5{
	flex-basis:12em;
	-webkit-flex-basis:12em;
    max-width:12em;
    background: #003677;
}
.property-message_h5 span{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.property-message_text {
    flex:1;
	-webkit-flex:1;
}
.property-pickup_h3 {
    border-left: 5px solid rgba(0, 54, 119, 1);
    background: rgba(0, 54, 119, 0.1);
    font-weight: 700;
}
.property-pickup li {
    display: inline-block;
}
.property-pickup li:after {
    content: "/";
    display: inline-block;
    padding: 0 5px;
}
.property-img_item {
    flex-basis: 49%;
    -webkit-flex-basis: 49%;
    max-width: 49%;
}
.property-img_item--contener {
    position: relative;
    background: #eee;
    height: 450px;
}
.property-img_item--contener:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.property-img_item--contener a,
.property-img_item--contener--iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.property-img_item--contener a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.property-img_item--contener--iframe--item{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.property-img_item--contener--iframe--item iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.property-gallery_li,
.property-area_li {
    flex-basis: 16%;
    -webkit-flex-basis: 16%;
    max-width: 16%;
    margin: 0 0.6% 20px 0 !important;
}
.property-gallery_li--item,
.property-area_li--item {
    position: relative;
    height: auto;
    background: #eee;
}
.property-gallery_li--item:before,
.property-area_li--item:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.property-gallery_li--item a,
.property-gallery_li--item span,
.property-area_li--item a,
.property-area_li--item span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.property-gallery_li--item a img,
.property-gallery_li--item span img,
.property-area_li--item a img,
.property-area_li--item span img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.property-gallery_li h5,
.property-area_li h5 {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3em;
}
.property-gallery_li small,
.property-area_li small {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.3em;
}
.property-gallery_li small b,
.property-area_li small b{
    font-weight: 700;
    font-size: 14px;
}
.mfp-title {
    font-weight: 300;
}
.property-school_shoki{
    position: absolute;
    right: 0;
    top: -50px;
    width: 100px;
}
.property-school_item{
	flex-basis:280px;
	-webkit-flex-basis:280px;
	max-width:280px;
}
.property-school_item small{
    display: block;
    margin-top: 5px;
}
.property-school_item:first-child{
    margin-right: 10px;
}
.property-detail_full {
    display: table;
    width: 100%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
}
.property-detail_full dl {
    display: table-row;
}
.property-detail_full dt,
.property-detail_full dd {
    display: table-cell;
    border-bottom: 1px solid #222;
    padding: 5px 10px;
}
.property-detail_full dt {
    width: 8em;
    border-right: 1px solid #222;
    background: rgba(0, 54, 119, 0.1);
}
.property-detail_half {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
}
.property-detail_half dl {
    display: flex;
    display: -webkit-flex;
    flex-basis: 33.3%;
    -webkit-flex-basis: 33.3%;
    max-width: 33.3%;
    margin: 0;
}
.property-detail_half dt {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 8em;
    background: rgba(0, 54, 119, 0.1);

    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    margin: 0;
    padding: 10px;
}
.property-detail_half dd {
    flex: 1;
    -webkit-flex: 1;
    margin: 0;
    padding: 10px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}
.property-peripheral li {
    flex-basis: 49%;
    -webkit-flex-basis: 49%;
    max-width: 49%;
    display: flex;
    display: -webkit-flex;
}
.property-peripheral_item {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    max-width: 25%;
    background: rgba(0, 54, 119, 0.5);
    border-radius: 5px;
    margin: 0 5px 5px 0;
    padding: 2px 10px;
    color: #fff;
    text-align: center;
}
.property-mymap{
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
/*
.property-mymap iframe,
.property-mymap object,
.property-mymap embed
*/
.property-mymap-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.property-h4 {
    border-left: 5px solid rgba(0, 54, 119, 1);
    background: rgba(0, 54, 119, 0.1);
    font-weight: 700;
    line-height: 1.4em;
}
.property-around h4:before {
    content: "";
    position: absolute;
    display: block;
    top: -64px;
    right: 10px;
    width: 200px;
    height: 107px;
    background: url(../img/common/shoki-walk.svg) no-repeat;
    background-size: contain;
}
.openhouse-info{
    border: 5px dotted #db9a00;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.openhouse-info_h4{
    color: #db9a00;
    font-size: 34px;
}
.openhouse-detail{
	flex:1;
	-webkit-flex:1;
    padding-left: 5%;
}
.openhouse-detail_img{
	flex-basis:45%;
	-webkit-flex-basis:45%;
	max-width:45%;
}
.openhouse-info_date,
.openhouse-info_message{
    border-bottom: 1px dotted #999;
    padding: 10px 0;
    line-height: 1.7em;
}
.openhouse-info_message{
    width: 50%;
}
.openhouse-info_date{
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 900;
    line-height: 1em;
}
.openhouse-info_entry{
    display: inline-block;
    margin: 40px 0 10px auto;
    font-size: 16px;
    padding: 10px 20px;
}
.openhouse-info_entry:before{
    content: "";
    position: absolute;
    display: block;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: 100px;
    background: url(../img/common/shoki-openbtn.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}
.openhouse-detail span{
    background: #003677;
    color: #fff;
    padding: 7px 0 8px;
    display: inline-block;
    width: 7em;
    text-align: center;
    font-size: 16px;
    line-height: 1em;
    margin-right: 10px;
}
.property-school_shoki{
    position: absolute;
    right: -10px;
    top: -50px;
    width: 180px;
}
.property-message_shoki {
    position: absolute;
    left: -15px;
    top: -50px;
    width: 84px;
}
.property-enquiry_h4{
    background: #003677;
    color:#fff;
    padding: 10px;
}
@media screen and (max-width: 1280px) {
    .property {
        padding: 30px;
    }
    .property-header_h2,
    .property-header_price {
        font-size: 3.4w;
    }
    .property-header_price b {
        font-size: 3vw;
    }
    .property-gallery_li,
    .property-area_li {
        flex-basis: 19%;
        -webkit-flex-basis: 19%;
        max-width: 19%;
        margin: 0 1% 20px 0 !important;
    }
    .property-mymap{
        padding-bottom: 40%;
    }
    .property-message_shoki {
        left: -14px;
        top: -35px;
        width: 70px;
    }
    .openhouse-detail_img{
        flex-basis:40%;
        -webkit-flex-basis:40%;
        max-width:40%;
    }
}
@media screen and (max-width: 980px) {
    .property {
        box-shadow: none;
        padding: 20px 0 0;
    }
    .property-header_h2,
    .property-header_price {
        font-size: 4w;
    }
    .property-cv_tel small,
    .property-cv_off:before {
        font-size: 14px;
    }
    .property-cv_tel{
        font-size: 21px !important;
    }
    .property-cv a,
    .property-cv label {
        font-size: 14px;
    }
    .property-gallery_li,
    .property-area_li {
        flex-basis: 24%;
        -webkit-flex-basis: 24%;
        max-width: 24%;
    }
    .property-mymap{
        padding-bottom: 50%;
    }
    .openhouse-detail_img{
        display: none;
    }
    .openhouse-detail{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
        padding-left: 7%;
    }
    .openhouse-info_h4 {
        text-align: center;
    }
}
@media screen and (max-width: 780px) {
    .property-detail_half dl,
    .property-peripheral li {
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
    }
    .property-gallery_li,
    .property-area_li{
        flex-basis:32.3%;
        -webkit-flex-basis:32.3%;
        max-width:32.3%;
        margin: 0 1% 20px 0 !important;
    }
    .property-mymap{
        padding-bottom: 60%;
    }
    .property-school_shoki {
        top: -30px;
        width: 150px;
    }
}
@media screen and (max-width: 680px) {
    .property-header_cat{
        margin-bottom: 20px;
    }
    .property-header_cat small b{
        padding-left: 0;
    }
    .property-header_h2{
        margin-top: 10px;
    }
    .property-header_h2,
    .property-header_price {
        font-size: 28px;
    }
    .property-header_price b {
        font-size: 5vw;
    }
    .property-cv_tel small,
    .property-cv_off:before,
    .property-cv a,
    .property-cv label {
        font-size: 12px;
    }
    .property-cv_tel{
        font-size: 16px;
    }
    .property-img_item,
    .property-message_h5,
    .property-message_text {
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
        margin-bottom: 10px;
    }
    .property-summary dt,
    .property-summary dd {
        padding: 7px 5px;
    }
    .property-summary dt {
        width: 5em;
    }
    .property-point li {
        font-size: 18px;
    }
    .property-peripheral_item{
        font-size: 12px;
        padding: 2px 5px;
    }
    .property-mymap{
        padding-bottom: 70%;
    }
    .property-enquiry_h4 {
        font-size: 21px !important;
    }
    .property-footer a{
        font-size: 14px;
    }
    .property-message_h5 {
        margin: 0 auto 5px;
        padding: 5px !important;
    }
    .property-message_h5 span {
        font-size: 16px;
    }
    .property-message_h5 br{
        display: none;
    }
    .property-message_text {
        font-size: 14px;
    }
    .property-topcv{
        justify-content:center;
        -webkit-justify-content:center;
        padding: 10px 5px !important;
    }
    .property-school_shoki{
        width: 130px;
    }
    .property-message_shoki {
        left: 8px;
        top: -19px;
        width: 70px;
    }
    .openhouse-detail{
        padding-left: 5%;
    }
    .openhouse-info_message {
        width: 100%;
    }
     .openhouse-info_entry{
         margin: 80px auto 0;
     }
     .openhouse-info_entry_wrap{
         text-align: center;
     }
    .openhouse-info_h4 {
        text-align: center;
        padding: 20px 0 10px;
        font-size: 18px;
    }
    .openhouse-detail span {
        width: 5em;
        font-size: 14px;
    }
    .openhouse-info_date {
        font-size: 21px;
    }
    .openhouse-info_entry:before {
        bottom: 27px;
        width: 230px;
        height: 88px;
    }
    .property-around h4:before {
        top: -30px;
        width: 130px;
        height: 70px;
    }
}
@media screen and (max-width: 580px) {
    .property-cv_tel{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
    }
    .property-cv_tel {
        font-size: 28px !important;
    }
}
@media screen and (max-width: 480px) {
    .property-cv a,
    .property-cv label{
        padding: 10px 5px;
    }
    .property-header_h2,
    .property-header_price {
        font-size: 24px;
    }
    .property-area{
        justify-content:space-between;
        -webkit-justify-content:space-between;
    }
    .property-gallery_li,
    .property-area_li{
        flex-basis:49;
        -webkit-flex-basis:49%;
        max-width:49%;
        margin: 0 0 20px 0 !important;
    }
    .property-footer a{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
        margin-bottom: 10px;
    }
    .property-enquiry{
        padding-top: 3em !important;
        border-top: 10px solid #003677;
    }
    .property-enquiry_h4 {
        font-size: 18px !important;
    }
    .property-school_shoki{
        top: -50px;
        right: 5px;
        width: 100px;
    }
    .property-message_shoki {
        top: -14px;
        width: 60px;
    }
}

/*FORM*/
.property-enquiry{
    background: rgba(0, 54, 119,0.2);
}
.property-enquiry_h4{
    font-size: 28px;
    font-weight: 700;
}
#form{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.form-item{
  width: 100%;
}
.form-item input,
.form-item textarea,
.form-item select{
    width: 100%;
    background: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.form-item input#mail,
.form-item input#confmail{
  font-size: 21px;
  letter-spacing: 2px;
}
.form-item textarea{
  height: 200px;
}
.form-item_h6{
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
}
.form-item_nd{
  font-size: 12px;
  font-weight: normal;
  color: #c00;
}
.form-item_nnd{
  font-size: 12px;
  font-weight: normal;
  color: #1e6cac;
}
.form-item_ck{
  margin: 5px 2px 0 0;
  width: 20px !important;
}
.form-item label{
    display: inline-block;
}
.form-hf{
    padding: 0 10px;
}
.form-btn_link{
	overflow:hidden;
	text-transform:none;
	-webkit-appearance:none;
    margin: 0 5px;
    line-height:1em;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.form-inner_10 b{
    flex-basis:1.5em;
  -webkit-flex-basis: 1.5em;
  max-width: 1.5em;
  font-weight: normal;
  text-align: center;
}
.form-inner_10 input{
    flex:1;
    -webkit-flex:1;
}
.form_box-20{
  width: 20%;
}
.form_box-30{
  width: 30%;
}
.form_box-49{
  width: 49% !important;
}
.form_box-65{
  width: 65% !important;
}
.form_box-zip{
  width: 20% !important;
}
.form_box-48{
  width: 48% !important;
}
.form-tel_item{
    flex-basis:6em;
    -webkit-flex-basis:6em;
    max-width: 6em;
}
.form-item_privacy{
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.form-item_privacy h5{
    font-size: 18px;
}
.form-item_privacy p,
.form-item_privacy li{
    font-size: 13px;
}
.form-item_privacy a{
    color: #16843d;
    font-size: 18px;
}
.confirm,
.confirm tbody,
.confirm tr,
.confirm th,
.confirm td{
  display: block;
  width: 100%;
}
.confirm tr{
  padding: 10px 0;
  border-bottom: 2px dotted #ccc;
}
address{
  background: #f5f5f5;
}
.select-price{
    display: flex;
    align-items: center;
}
.form-box_name{
    width: 100%;
    background: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 880px) {
  #form {
    width: 100%;
  }
    .form_box-zip{
    width: 50% !important;
    }
}
@media screen and (max-width: 480px) {
  .form-item *{
    letter-spacing: 0;
  }
  .form-item_h6 {
    margin-bottom: 10px;
  }
  .form-box label{
    display: inline-block;
    padding-right: 1em;
  }
  .form_privacy label{
    font-size: 14px;
  }
  .form_box-zip{
    width: 50%;
  }
  .form-item_privacy{
      padding: 30px 10px;
  }
}


/*TOPICS ARCHIVE*/
.archive-topic_li{
	flex-basis:31.3%;
	-webkit-flex-basis:31.3%;
    max-width:31.3%;
    margin: 0 2% 40px 0 !important;
}
.archive-topic_li--summary--h3{
    font-size: 24px;
    line-height: 1.3em;
}
.archive-topic_li--summary--h3 span{
    font-weight: 900;
}
.archive-topic_li--summary--b{
    color: #003677;
    font-size: 12px;
    line-height: 1.2em;
}
.archive-topic_li--summary a{
    color: #c00;
}
.archive-topic_li--summary--item{
    display: none;
	flex-basis:31.3%;
	-webkit-flex-basis:31.3%;
    max-width:31.3%;
    margin: 10px 2% 40px 0 !important;
}
.archive-topic_li--summary--item--p{
    margin-top: 5px;
    line-height: 1.2em;
}
.archive-topic_li--summary--item--p b{
    color: #c30000;
    font-size: 120%;
}
.archive-topic_li{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    align-content: flex-start;
    -webkit-align-content: flex-start;
}
.archive-topic_li--img{
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
    order: 0;
    -webkit-order:0;
}
.archive-topic_li--summary{
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
    order: 1;
    -webkit-order:1;
}
.archive-topic_li--summary--item:last-child a{
    background: rgba(0,54,119,0.7);
    text-align: center;
    height: 100%;
}
.archive-topic_li--summary--item:last-child a:hover{
    background: rgba(0,54,119,1);
}
.archive-topic_li--summary--item:last-child a span{
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
}
.archive-topic_li--summary--item:last-child a i{
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 21px;
}
.archive-topic_li:nth-child(4n+1){
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
    -webkit-justify-content:space-between;
    margin-right: 0 !important;
}
.archive-topic_li:nth-child(4n+1) .archive-topic_li--summary--item{
    display: block;
}
.archive-topic_li:nth-child(4n+1) .archive-topic_li--summary--item:last-of-type{
    margin-right: 0 !important;
}
.archive-topic_li:nth-child(4n+1) .archive-topic_li--img,
.archive-topic_li:nth-child(4n+1) .archive-topic_li--summary{
	flex-basis:49%;
	-webkit-flex-basis:49%;
	max-width:49%;
}
.archive-topic_li:nth-child(4n+1) .archive-topic_li--summary--h3{
    font-size: 34px;
    line-height: 1.3em;
}
.archive-topic_li:nth-of-type(4n+1) .archive-topic_li--summary{
    order: 0;
    -webkit-order:0;
}
.archive-topic_li:nth-of-type(8n+1) .archive-topic_li--summary{
    order: 1;
    -webkit-order:1;
}
/*PAGENATION*/
.pagination-list {
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 0;
    list-style: none;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
    flex-wrap: wrap;
}
.pagination-item{
	flex-basis:30px;
	-webkit-flex-basis:30px;
	max-width:30px;
    margin: 0 5px;
}
.pagination-link,
.page-item .page-link{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
    width: 30px;
    height: 30px;
    background: #003677;
    border-radius: 50%;
    color: #fff;
    padding-bottom: 1px;
}
.active .pagination-link{
    background: #5096e0;
}
.pagination-item:first-child .pagination-link,
.page-item .page-link{
    background: none;
    color: #135aa5;
    font-size: 24px;
    vertical-align: 5px;
    line-height: 0;
    padding-bottom: 8px;
    font-size: 34px;
    font-weight: 900;
}


@media screen and (max-width: 1380px) {
    .archive-topic_li--summary--h3 {
        font-size: 1.4vw;
        line-height: 1.3em;
    }
    .archive-topic_li:nth-child(4n+1) .archive-topic_li--summary--h3 {
        font-size: 31px;
    }
}
@media screen and (max-width: 1280px) {
    .archive-topic_li--summary--h3{
        font-size: 1.6vw;
    }
    .archive-topic_li:nth-child(4n+1) .archive-topic_li--summary--h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 980px) {
    .archive-topic_li--summary--h3{
        font-size: 2vw;
    }
    .archive-topic_li:nth-child(4n+1) .archive-topic_li--summary--h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 780px) {
    .archive-topic_li--summary--h3{
        font-size: 2.2vw;
    }
    .archive-topic_li.archive-topic_li--summary--h3 {
        font-size: 21px;
    }
    .archive-topic_li {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 20px 0 !important;
    }
    .archive-topic_li {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-right: 0 !important;
    }
    .archive-topic_li .archive-topic_li--img,
    .archive-topic_li .archive-topic_li--summary {
        flex-basis: 49%;
        -webkit-flex-basis: 49%;
        max-width: 49%;
    }
}
@media screen and (max-width: 680px) {
    .archive-topic_li--summary--h3{
        font-size: 2.4vw;
    }
    .archive-topic_li--summary--p{
        display: none;
    }
    .archive-topic_li{
        margin-bottom: 40px !important;
    }
    .archive-topic_li .archive-topic_li--summary,
    .archive-topic_li .archive-topic_li--img{
        flex-basis: 100% !important;
        -webkit-flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .archive-topic_li:nth-child(4n+1) .archive-topic_li--img{
        order: 0;
        -webkit-order:0;
    }
    .archive-topic_li:nth-child(4n+1) .archive-topic_li--summary{
        order: 1;
        -webkit-order:1;
    }
    .archive-topic_li .archive-topic_li--summary--h3 {
        font-size: 21px !important;
    }
    .archive-topic_li .archive-topic_li--summary--p{
        display: block;
    }
    .archive-topic_li--summary--item:last-child a span{
        font-size: 14px;
    }
    .pagination-list {
        max-width: 360px;
    }
    .pagination-item{
        flex-basis:25px;
        -webkit-flex-basis:25px;
        max-width:25px;
        margin: 0 2px;
    }
    .pagination-link,
    .page-item .page-link{
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 480px) {
    .archive-topic_li--summary--h3{
        font-size: 2.6vw;
    }
    .archive-topic_li--summary--b {
        font-size: 10px;
    }
}







/*TOPICS SIDE*/
.topics-cat li a{
    display: block;
    padding: 10px 0 10px 15px;
    border-bottom: 1px dotted #003677;
}

/*ACCORDION*/
.search-title {
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-right: 30px !important;
}
.search-title::before,
.search-title::after {
  content: '';
  display: block;
  background:#003677;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 10px;
}
.search-title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}
.search-title.is-active::before {
  opacity: 0;
}
.search-title.is-active::after {
  transform: rotate(0);
}
.search-table {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
    margin: 5px 0 !important;
}
.search-title:first-of-type:before,
.search-title:first-of-type:after,
.fixed-title::before,
.fixed-title::after {
    display: none;
}
.search-table:first-of-type{
    display: block !important;
    height: auto !important;
    opacity: 1;
}
.is-open {
    display: table;
    height: auto;
    opacity: 1;
}
@media screen and (max-width: 980px) {
    .search-table {
        height: auto;
        opacity: 1;
    }
}

/*AREA ARCHIVE*/
.area-search_item{
    width: 100%;
}
.area-search_h4{
    border-left: 5px solid rgba(0, 54, 119, 1);
    background: rgba(0, 54, 119, 0.1);
    font-weight: 700;
    margin-bottom: 20px;
    padding: 10px;
}
.area-search_title{
    pointer-events: none;
}
.area-search ul{
    margin:0 0 40px !important;
}
.area-search li{
	flex-basis:23%;
	-webkit-flex-basis:23%;
    max-width:23%;
    margin-right: 2% !important;
    border-bottom: 1px dotted #003677;
}
.area-search li a{
    display: block;
    padding: 10px 0 10px 1.1em;
    text-indent: -1.1em;
}
.area-search li a:before{
    content: "●";
    color: #003677;
}
.area-search li a:hover:before{
    color: #dc7a14;
}
@media screen and (max-width: 1280px) {
    .area-search ul{
        display: block;
        width: 100%;
    }
    .area-search li {
        flex-basis: inherit;
        -webkit-flex-basis: inherit;
        max-width: inherit;
        margin-right: 2% !important;
        display: inline-block;
    }
}





/*LOGIN*/
.password-reminder {
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
}
.login-member,
.login-pass,
.login-new{
	flex-basis:48%;
	-webkit-flex-basis:48%;
	max-width:48%;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
}
.conditions-thanks{
    flex-basis:100%;
    -webkit-flex-basis:100%;
    max-width:800px;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
}
.login-member_h4{
    text-align: center;
    font-size: 28px;
}
.login-member_form{

}
.login-member_form dt,
.login-member_form dd{
    margin: 0;
    padding: 0;
    text-align: left;
}
.login-member_form--auto{
    display: block;
    text-align: left;
}
.login-member_form--in{
    cursor: pointer;
}
.login-new{
    padding: 60px 60px 0;
    background: transparent;
    border: none;
}
.login-new_h4{
    text-align: center;
    font-size: 28px;
}
.login-new_merit--h5{
    display: inline-block;
    padding: 10px 30px;
    background: #003677;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.login-new_merit--ol{
    margin-top: -25px !important;
    border: 3px dotted #333;
    border-radius: 20px;
}
.login-new_merit--ol li{
    margin-bottom: 20px !important;
}
.login-new_merit--ol li:first-child{
    margin-top: 10px !important;
}
.login-new_merit--ol li:last-child{
    margin-bottom: 0 !important;
}
.login-new_merit--ol b{
    display:block;
    font-size: 18px;
    font-weight: 900;
    color: #003677;
}
@media screen and (max-width: 1480px) {
    .login-new{
        padding: 60px 30px 0;
    }
}

@media screen and (max-width: 1280px) {
    .login-new{
        padding: 60px 0 0;
    }
}
@media screen and (max-width: 680px) {
    .login-member, .login-pass, .login-new {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
    }

}




/*登録フォーム*/
.register-login-new_merit{
    display: inline-block;
    width: auto;
}
.register-form{
    background: rgba(0, 54, 119,0.1);
}
.register-form form{
    max-width: 800px;
    margin: 0 auto;
}
.register-thanks{
	flex-basis:48%;
	-webkit-flex-basis:48%;
	max-width:48%;
    padding: 60px 60px 0;
}
.register-form_att a.no{
    font-size: 21px;
    letter-spacing: 2px;
    text-decoration: none;
}
@media screen and (max-width: 680px) {
    .register-form{
        padding: 0 10px 20px !important;
    }
    .register-lead{
        text-align: left;
    }
    .register-lead br{
        display: none;
    }
    .form-item_privacy ol{
        padding-left: 20px;
    }
    .login-member,
    .login-pass,
    .login-new {
        padding: 20px 10px !important;
    }
    .form-item label,
    .login-member_form dl{
        margin: 0 0 10px !important;
    }
}


/*オープンハウス予約*/
.reservation-h3{
    color: #222;
}
.reservation-lead{
    max-width: 980px;
}

/*会員ページ*/
.member-left{
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    max-width: 25%;
}
.member-drop{
    display: none;
}
.member-menu a i{
    font-size: 130%;
    padding-right: 3px;
    color: #003677;
}
.member-menu a i.fa-address-card{
    color: #16843d;
}
.member-menu a i.fa-envelope-open-text{
    color: #c30000;
}
.member-menu a i.fa-heart{
    color: #e10443;
}
.member-menu a i.fa-check{
    color: #ff8013;
}
.member-content{
    flex: 1;
    -webkit-flex: 1;
    margin-left: 5%;
}
.member-item{
    background: rgba(0, 54, 119,0.1);
}
.member-table{
    width: 100%;
}
.member-table th{
    width: 20%;
}
.member-table td:last-child{
    width:6em;
}
.member-table td:last-child button{
    display: inline-block;
    font-size: 12px;
    border: 1px solid #003677;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    line-height: 1em;
    letter-spacing: 3px;
    cursor: pointer;
}
.member-table td:last-child button:hover{
    background: #003677;
    color: #fff;
}
.withdrawal{
    border: none;
    background: transparent;
}
.conditions-thanks p{
    text-align: left !important;
}

@media screen and (max-width: 1180px) {
    .member-left{
        flex-basis: 28%;
        -webkit-flex-basis: 28%;
        max-width: 28%;
    }
}
@media screen and (max-width: 980px) {
    .member-left{
        display: none;
    }
    .member-menu,
    .member-content,
    .member-drop{
        display: block !important;
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 15px !important;
    }
    .member-content {
        margin-left: 0;
    }
    .search-shosai:before{
        display: none;
    }
    .search-shosai p{
        cursor: pointer;
        position: relative;
    }
    .search-shosai:after{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        content: "\f03a";
        font-weight: 900;
        font-size: 24px;
    }
    .member-open{
        display: none;
    }
}



/*お気に入り一覧ページ*/
.member-content .fav_button:before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    color: #e10443;
    font-weight: 900;
    font-size: 16px;
}


/*TERMS*/
.term{
  max-width: 800px;
  margin: 0 auto;
}
.term-h1{
    font-size: 28px;
}
.term h4{
  margin: 50px 0 10px;
}
.term li{
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
    .term h4{
    margin: 30px 0 10px;
    }
}

/*SITEMAP*/
.sitemap-h3{
    background: #135aa5;
    padding: 5px 30px 7px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.sitemap-ol li{
    border-bottom: 2px dotted #003677;
}
.sitemap-ol li:before{
    content:"●";
    color: #003677;
    padding-right: 5px;
}
.sitemap-ol li a{
    display: inline-block;
    padding: 10px 0 !important;
}
.sitemap-ol li a:hover{
    color: #16843d;
}
@media screen and (max-width: 1480px) {
    .sitemap-h3{
        padding: 5px 20px 7px;
    }
}
@media screen and (max-width: 1380px) {
    .sitemap-wrap{
        justify-content:space-between;
        -webkit-justify-content:space-between;
        flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
    }
    .sitemap-content{
        flex-basis:48%;
        -webkit-flex-basis:48%;
        max-width:48%;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 780px) {
    .sitemap-content{
        flex-basis:100%;
        -webkit-flex-basis:100%;
        max-width:100%;
    }
}

/*404*/
.notfound-wrap {
    padding: 80px 0;
}
.notfound img{
    width: 200px;
}
.notfound b{
    line-height: 0.8em;
    font-size: 200px;
    font-weight: 900;
    color: #003677;
}
@media screen and (max-width: 680px) {
    .notfound img{
        width: 150px;
    }
    .notfound b{
        font-size: 150px;
    }
}

/*お気に入り*/*
.archive-li_item--cv a:nth-child(3):before,
.fav_button:before,
.archive-li_item--cv--off:before{
    content: "♡ お気に入り登録";
    color: #e10443;
    font-size: 16px;
}
.archive-li_item--cv{
    position: relative;
    z-index: 1;
}
label.liked{
    background:#e10443;
    border: 3px solid #fff;
}
label.liked:before{
    content: "♥ お気に入り済み";
    color: #fff;
    font-size: 16px;
}
.__favorite:before{
    content: "♡お気に入り登録";
    color: #e10443;
    font-size: 14px;
}
label.liked:before{
    content: "♥ 登録済み" !important;
    color: #fff !important;
    font-size: 14px;
}
.swiper-slide label.liked {
    border-radius: 8px;
    padding: 2px 5px;
}
@media screen and (max-width: 1280px) {
    .archive-li_item--cv a:nth-child(3):before,
    .fav_button:before,
    .archive-li_item--cv--off:before,
    .archive-li_item--cv a,
    .archive-li_item--cv label,
    .archive-li_item--cv a:nth-child(2){
        font-size: 14px;
    }
}
@media screen and (max-width: 980px) {
    .archive-li_item--cv a:nth-child(3):before,
    .fav_button:before,
    .archive-li_item--cv--off:before,
    .archive-li_item--cv a,
    .archive-li_item--cv label,
    .archive-li_item--cv a:nth-child(2){
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .archive-li_item--cv a:nth-child(3):before,
    .fav_button:before,
    .archive-li_item--cv--off:before,
    .archive-li_item--cv a,
    .archive-li_item--cv label,
    .archive-li_item--cv a:nth-child(2){
        font-size: 12px;
    }
}
