@charset "UTF-8";
body{
    color:#333;
}
main{
    margin-top:90px;
    background: linear-gradient(to bottom,
    #fff 0%,
    #fcfff6 10%,
    #f6fdeb 35%,
    #f6fdeb 52%,
    #f1ffdc 71%,
    #e5f5cb 87%,
    #e5f5cb 100%);

}
.HOME_TOPIMAGE_LG{
    width:100%;
    max-width:2500px;
    max-height:100vh;
    object-fit: cover;
}
.HOME_TOPIMAGE_SP{
    display:none;
}
@media screen and (max-width:768px){
    .HOME_TOPIMAGE_LG{
        display:none;
    }
    .HOME_TOPIMAGE_SP{
        display:block;
        height:80vh;
        width: 100%;
        object-fit: cover;
    }
}
.top-search-area{
    position:absolute;
    top:28%;
    left:18%;
}
.top-search-area h1{
    color: #2b5e35;
    font-weight: bold;
    font-size:40px;
}
.top-search-area input[type="text"]{
    font-size: 20px;
    border-radius: 10px;
    border: solid 1px #aaa;
    padding: 5px 15px;
    color: #555;
    width: 400px;
}
.search-area{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.search-area i{
    font-size:1.2em;
    margin-left:5px;
}
.title_wrapper h1{
    margin:0;
    font-size:35px;
}
.title_wrapper h2{
    color:#888;
    margin:0;
    letter-spacing: 5;
    font-size:22px;
}
.property-list-area{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    gap:20px;
    margin-top: 30px;
}
.property-list-area .property__wrapper{
    width:20%;
    box-shadow: 0px 0px 15px #000;
    padding:20px;
    background: #fff;
    color:#333;
    cursor:pointer;
    border:none;
    font-family: "Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif,sans-serif;
}
.property__wrapper:hover{
    background:#f2f2f2;
    transform:scale(1.05);
}
.property_list_photo{
    width:100%;
    object-fit: cover;
    max-width:320px;
    height:240px;
}
.property__wrapper h1{
    font-size:23px;
    min-height:68px;
}
.property__wrapper .property_detail{
    display:flex;
    flex-direction: column;
    gap: 5px;
}
.property_detail span:first-child b{
    font-size:1.3em;
}
.search__logo{
    color:#fff;
    font-size:200px;
    text-shadow: 1px 1px 0 #ddd, -1px -1px 0 #ddd,
    -1px 1px 0 #ddd,  1px -1px 0 #ddd,
    1px 0 0 #ddd, -1px  0 0 #ddd,
    0 1px 0 #ddd,  0 -1px 0 #ddd;
    margin:0 0 0 100px;
    height: 232px;
}
hr.hr{
    border: solid #ddd 1px;
}
.c-search-wrapper{
    display:flex;
    flex-direction: row;
    gap:50px;
    justify-content: center;
    padding:75px 0px;
}
.c-search-wrapper .c-search__left{
    width:40%;
}
.c-search-wrapper .c-search__right{
    width:60%;
}
.c-search__area{
    display:flex;
    flex-wrap: wrap;
    gap:15px;
    justify-content: left;
    margin-top: 25px;
}
.c-search__area .area_btn{
    width:45%;
}
.c-search__area .area_btn:last-child{
    width:60%;
}
.sch_btn{
    cursor:pointer;
    background:#fff;
    color:#888;
    border:solid 1px #888;
    font-size:23px;
    font-weight:bold;
    padding:10px 15px;
}
.sch_btn:hover{
    background:#eee;
    border:solid 1px #666;
    color:#666;
}
.c-search__right_free{
    display:flex;
    flex-direction: row;
    align-items: end;
    gap:30px;
}
.c-search-wrapper .free_word{
    font-size: 18px;
    border: solid 1px #aaa;
    padding: 13px 15px;
    color: #555;
    width: 300px;
}
.keyword_sch_btn{
    background: transparent;
    border: none;
    font-size: 30px;
    color:#888;
    position:absolute;
    margin-left:-55px;
    margin-top:9px;
    cursor:pointer;
}
.c-search__kinds{
    display:flex;
    flex-wrap: wrap;
    gap:15px;
    margin-top:25px;
}
.c-search__kinds .kinds_btn{
    width:45%;
}
.advanced_search-area{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 75px;
}
.advanced_btn{
    letter-spacing:10;
    width:300px;
}
.RECOMMENDED_IMAGE{
    width: 55%;
    /*right: 10%;
    position: absolute;
    margin-top: -218px;*/
}
.recommended__header_wrapper{
    margin-top:230px;
}
.recommended__wrapper .btn__area{
    margin:50px;
}
.linkmenu__wrapper{
    display:flex;
    flex-direction:row;
    gap:50px;
    justify-content: center;
    margin:150px auto 100px;
}
.link_menu{
    width:25%;
    background:#fff;
    padding:25px;
    color: #2b5e35;
    text-align:center;
    box-shadow: 0px 0px 15px #000;
    cursor:pointer;
    border-radius:15px;
    border:none;
}
.link_menu:hover img{
    transform:scale(1.1);
}
.link_menu h1{
    margin-top:0;
}
.header__wrapper > div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
}
.recommended__header_wrapper > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.header__wrapper > div > .title_wrapper{
    margin-bottom:15px;
}
.recommended__header_wrapper > div > .title_wrapper{
    margin-bottom:15px;
}
.LIST_TOP_IMAGE{
    width: 65%;
    max-width:960px;
}
.search_conditions_area{
    margin:50px 0;
}
.search_conditions_area h2{
    margin: 0;
}
.sch_conditions{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    gap:50px;
}
.sch_conditions ul{
    display:flex;
    flex-wrap:wrap;
    gap: 7px 10px;
    width: 70%;
}
.sch_conditions ul li{
    background: #ddd;
    list-style: none;
    padding: 7px 25px;
    border-radius: 15px;
    font-size: 15px;
}
.property_list__area{
    display:flex;
    flex-direction: column;
    width:100%;
    gap: 50px
}
.property_list__btn{
    box-shadow: 0px 0px 15px #000;
    padding: 45px;
    background: #fff;
    color:#333;
    cursor:pointer;
    border:none;
    font-family: "Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif,sans-serif;
    display:flex;
    flex-direction: row;
    gap:80px;
}
.property_list__btn.recommend{
    border:solid 3px #2b5e35;
    background: #f6fff8;
}
.property_list__btn:hover{
    transform:scale(1.05);
}
.property_list__left{
    width:35%;
    height:327px;
}
.property_list__right{
    width:65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height:327px;
    justify-content: space-between;
}
.property_list__right .title{
    margin:0 0 20px 0;
    font-size:30px;
}
.property_list__right .price{
    color:#c00;
    letter-spacing: 5;
    font-size:35px;
}
.p-label{
    display:flex;
    flex-direction:row;
    margin-bottom: 10px;
}
.p-label label{
    color:#fff;
    padding:10px 15px;
    width:50%;
    font-weight: bold;
    letter-spacing: 10;
    text-indent: 10;
}
.detail_title .p-label label{
    color:#fff;
    padding:10px 20px;
    width:50%;
    font-weight: bold;
    letter-spacing: 10;
    text-indent: 10;
    text-align: center;
    width:130px;
}
.p-label label.tintai{
    background:#8dc556;
}
.p-label label.baibai{
    background:#2b5e35;
}
.p-label label.kinds{
    background:#888;
}
.p-label label.kinds.indent0{
    letter-spacing: 0px;
    text-indent: 0px;
}
.detail_title label.tintai{
    background:#8dc556;
}
.detail_title label.baibai{
    background:#2b5e35;
}
.detail_title label.kinds{
    background:#888;
}
.detail_title label.kinds.indent0{
    letter-spacing: 0px;
    text-indent: 0px;
    width:150px;
}
.detail_title{
    display:flex;
    flex-direction:column;
    align-items: flex-start;;
}
.detail_title h2{
    font-size:30px;
    margin:10px 0;
}
.detail_price h1{
    color: #c00;
    letter-spacing: 5;
    font-size: 40px;
}
.detail_area dl{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap:15px;
    font-size:20px;
}
.detail_area dl dt{
    width:30%;
}
.detail_area dl dd{
    width:65%;
    margin:0;
}
.home_no_p{
    text-align:center;
}
.p-list__photo{
    width:100%;
    object-fit: cover;
    max-width:370px;
    height:278px;
}
.property_detail ul{
    display:flex;
    flex-direction:row;
    gap:15px;
    padding: 0;
}
.property_detail ul.property_access{
    flex-direction: column;
    gap:10px;
    align-items: flex-start;
}
.property_list__area li{
    list-style:none;
    font-size: 17px;
}
.property_list__area h1.sch_0, .property_list__area h2.sch_0{
    text-align:center;
    margin:0;
    color:#2b5e35;
}
span.kanrihi{
    margin-left:15px;
}
.fixed_btn__area{
    height:250px;
    width:250px;
    position:fixed;
    right:5%;
    bottom:5%;
    z-index:100;
}
.fixed_btn__area .contact{
    text-align:center;
}
.btn-green-circle{
    background:linear-gradient(45deg, #006934,#45844f, #006934);
    border:solid 3px #006934;
    color:#fff;
    font-weight:bold;
    font-size:20px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:224px;
    width:224px;
}
.btn-green-circle:hover{
    background:linear-gradient(45deg,#45844f, #006934,#45844f);
    border: solid 4px #006934;
    box-shadow:0px 0px 10px gray;
}
.btn-green-circle:hover img{
    transform:scale(1.1);
}
.btn-green-circle img{
    width:80%;
    max-width:160px;
    margin-top: -30px;
    opacity: .8;
}
.btn-green-circle label{
    opacity: .9;
    margin-top:-10px;
}


.modal-content h1{
    text-align:center;
}
.modal-content div.sch__type{
    margin: 30px 0 20px 0;
    font-size:20px;
    display:flex;
    flex-direction:row;
    gap:30px;
    justify-content: center;
}
.modal-content input[type="checkbox"], .modal-content input[type="radio"]{
    transform:scale(1.5);
    margin-right:10px;
}
.modal_search__area{
    display:flex;
    flex-direction:row;
    gap:30px;
    margin-top: 15px;
}
.modal_search__area .modal__left{
    width:55%;
}
.modal_search__area .modal__right{
    width:45%;
}
.modal__left{
    display:flex;
    flex-direction:column;
}
.sch-row{
    display:flex;
    flex-direction:row;
    gap: 10px 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}
.modal_search__area h2{
    font-size:20px;
    margin-bottom:5px;
}
.sch-row.area_select{
    gap:10px;
    flex-wrap: nowrap;
}
.modal_search__area .btn__area{
    margin-top:50px;
}
.modal_search__area .btn__area button{
    width:80%;
    padding: 15px 30px;
}

.map_sch_btn{
    float: right;
    margin-top: -50px;
    margin-right: 30px;
    padding: 5px 20px;
}
.area_select input[type="checkbox"].area_chk{
    display:none;
}
.area_select label span.pref {
    color: #555;
    font-size: 14px;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 0px 20px;
    height: 40px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area_select label input:checked + span.pref {
    color: #333;
    background: #ddd;
    border: 1px solid #333;
}
.area_select .ms-parent{
    width:215px;
}
.area_select .ms-choice{
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px 20px;
    height:40px;
    width: 240px;
}
.min_price, .max_price, .min_size, .max_size{
    width:120px;
    padding: 5px 10px;
    border: 1px solid #555;
    border-radius: 5px;
}
.free_word{
    width:300px;
    padding: 5px 10px;
    border: 1px solid #555;
    border-radius: 5px;
}

.contract_title{
    text-align: center;
    color: #2b5e35;
    margin: 80px auto;
    font-size: 35px;
}
.c-flow_area number{
    width:35%;
    font-size: 170px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    color: #fff;
    text-shadow: 0px 0px 3px gray;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 30px;
    padding-bottom: 20px;
}
.c-flow_wrapper{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.c-flow_wrapper .c-flow_area .c-flow_div{
    background:#fff;
    border-radius:50px 0px 0px 50px;
}
.c-flow_wrapper .c-flow_area:nth-child(2n) .c-flow_div{
    background:none;
}
.c-flow_wrapper .c-flow_area:nth-child(2n) number{
    background:#fff;
    border-radius:0px 50px 50px 0px;
    color: #f6fdeb;
}
.c-flow_area{
    display:flex;
    flex-direction: row;
    justify-content: center;
    gap:30px;
}
.c-flow_area .c-flow_div{
    width:65%;
    padding: 25px 40px;
}
.c-flow_div h3{
    font-size:35px;
    color: #2b5e35;
    font-weight:bold;
}
.c-flow_div p{
    font-size:20px;
}
.c-flow_flex{
    display:flex;
    flex-direction:row;
    gap:30px;
}
.c-flow_wrap{
    width:50%;
}
.c-flow_wrap h4{
    font-size:25px;
    color: #2b5e35;
    font-weight:bold;
}

.home_detail__area{
    display:flex;
    flex-direction:row;
    gap:50px;
    justify-content: space-around;
    margin-top:100px;
}
.detail__left,.detail__right{
    width:45%;
}
.detail__right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home_detail__bottom{
    display:flex;
    flex-direction: column;
    margin-top: 100px;
    align-items: center;
}
.detail_label_area{
    display:flex;
    flex-direction: row;
    justify-content: center;
    gap:10px;
}
.detail_message_area{
    width: 80%;
    margin: 50px auto;
    font-size: 24px;
}
.detail_message_area p{
    text-align:center;
}
.detail_access_area{
    text-align:center;
    width:100%;
}
.detail_access_area h1{
    font-size:40px;
}
.detail_access_area p{
    font-size:20px;
}
.detail_access_area iframe{
    width:100%;
    height:450px;
}
.detail_label_area .detail_label{
    padding:10px 20px;
    background:#555;
    color:#fff;
    font-weight:bold;
}
#slideshow {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
#slideshow div {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
#slideshow div div {
    top: 0;
    left: 0;
    position: absolute;
}

#slideshow ul {
    width: 100%;
    display:flex;
    padding-left:0;
    gap:6px;
    flex-wrap: wrap;
}

#slideshow ul li {
    width: 103px;
    float: left;
    display: inline;
    max-height:80px;
}

#slideshow .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
.photo_area img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.home_detail__error{
    display:flex;
    flex-direction:column;
    align-items:center;
    color: #2b5e35;
    margin-top:80px;
    gap:50px;
}
.contact_conf__wrapper .c-contact_column{
    word-wrap:break-word;
}
.c-flow_wrap {
    list-style: none;
}
.c-flow_wrap h4 {
    font-size: 20px;
}
.contract_title {
    font-size: 40px;
    color: black;
}
.sch_0_new, .sch_0_recommend{
    font-size:25px;
    color:#2b5e35;
    font-weight: bold;
}
.banner_area{
    margin:0 auto 150px;
    text-align:center;
}
.iqrafudosan_banner{
    width:100%;
    max-width:960px;
}
/************************ MODAL ************************/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
    opacity: 1;
    visibility: visible;
    z-index:120;
}
/*モーダル枠の指定*/
.modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1100px;
    width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
    background: #fff;
    text-align: left;
    padding: 30px;
}
/************************ TOP index ************************/
@media screen and (max-width:1800px){
    .top-search-area {
        top: 22%;
    }
    .title_wrapper:not(.c-search-wrapper .title_wrapper,.advanced_search-area .title_wrapper){
        padding-left:50px;
    }
}
@media screen and (max-width:1500px){
    .top-search-area {
        top: 17%;
        left: 10%;
    }
    .top-search-area h1{
        font-size:37px;
    }
    .property__wrapper h1{
        font-size:21px;
    }
}

@media screen and (max-width:1280px){
    .top-search-area {
        top: 15%;
        left: 10%;
    }
    .top-search-area h1{
        font-size:32px;
    }
    .top-search-area input[type="text"] {
        font-size: 15px;
        height: 40px;
        width: 350px;
    }
    .search-area .btn-green02{
        height:40px;
        padding:5px 30px;
    }
    .property-list-area{
        gap:15px;
    }
    .property-list-area .property__wrapper{
        width:23%;
        padding: 10px;
    }
    .property__wrapper h1 {
        font-size: 19px;
        min-height: 56px;
    }
    .property__wrapper .property_detail{
        font-size:.9em;
    }
    .search__logo{
        margin:0 0 0 50px;
        font-size: 170px;
        height: 197px;
    }
    .c-search-wrapper{
        padding:75px 30px;
        gap:20px;
    }
    .title_wrapper h1{
        font-size:30px;
    }
    .title_wrapper h2{
        font-size:17px;
    }
    .c-search-wrapper .free_word{
        width:250px;
    }
    .recommended__header_wrapper{
        margin-top:150px;
    }
    .linkmenu__wrapper{
        gap:40px;
    }
    .list__wrapper{
        padding:0 30px;
    }
    .c-contact_wrapper{
        padding:0 30px;
    }
    .sch_conditions{
        gap:20px;
    }
    .property_list__btn{
        gap:30px;
        padding:30px;
    }
    .p-label label{
        padding:10px 10px;
        font-size: .9em;
    }
    .property_list__right .title{
        font-size:25px;
    }
    .property_list__right .price{
        font-size:30px;
    }
    .property_detail ul{
        margin: 5px 0px;
    }
    .property_list__area li{
        font-size:14px;
    }
    .p-list__photo{
        height:220px;
    }
    .property_list__left, .property_list__right{
        height:300px;
    }
    .fixed_btn__area{
        height: 210px;
        width: 210px;
        right:3%;
        bottom:3%;
    }
    .btn-green-circle{
        height: 180px;
        width: 180px;
        font-size: 15px;
    }
    .sch_conditions ul li{
        font-size:13px;
    }
    .property_detail ul{
        flex-wrap:wrap;
        gap: 5px 15px;
    }
    .modal-content h1{
        font-size:26px;
    }
    .modal-content div.sch__type{
        margin:20px 0 10px 0;
        font-size:18px;
    }
    .modal-content{
        padding:20px;
    }
    .modal_search__area{
        gap:15px;
    }
    .modal_search__area h2{
        font-size:18px;
    }
    .sch-row{
        font-size:14px;
        gap: 10px 10px;
    }
    .min_price, .max_price, .min_size, .max_size{
        width:100px;
    }
    .map_sch_btn{
        font-size:12px;
    }
    .area_select label span.pref{
        width:60px;
    }
    .area_select .ms-parent{
        width:180px;
    }
    .area_select .ms-choice{
        width:200px;
    }
    .detail_title .p-label label{
        width:90px;
    }
    .detail_title h2{
        font-size:25px;
    }
    .detail_price h1{
        font-size:35px;
        margin: 10px 0;
    }
    .home_detail__area{
        gap:20px;
    }
    #slideshow div{
        height:370px;
    }
    #slideshow ul li {
        width: 83px;
    }
    .detail_area dl {
        gap: 10px;
        font-size: 18px;
    }
    .detail_message_area{
        font-size:21px;
    }
    .c-contact_wrapper p.top{
        font-size:18px;
        margin: 60px auto 40px;
    }
    .c-contact_wrapper p.bottom{
        font-size:18px;
    }
    .c-contact_column h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .c-contact__input label {
        font-size: 18px;
    }
    .c-contact__input input[type="text"], .c-contact__input textarea{
        font-size:20px;
    }
    .contract_title{
        font-size:35px;
    }
    .c-flow_div h3{
        font-size:30px;
    }
    .c-flow_div p {
        font-size: 18px;
    }
    .c-flow_area number{
        font-size:150px;
    }
}

@media screen and (max-width:992px){
    .top-search-area {
        top: 12%;
        left: 5%;
    }
    .top-search-area h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .top-search-area input[type="text"] {
        font-size: 13px;
        height: 37px;
        width: 280px;
    }
    .search-area .btn-green02{
        height:37px;
        padding:5px 20px;
    }
    .property-list-area {
        gap: 25px;
    }
    .property-list-area .property__wrapper {
        width: 45%;
        padding: 15px;
    }
    .property-list-area{
        padding: 0 50px;
        gap:35px;
    }
    .search__logo {
        font-size: 130px;
        height: 150px;
    }
    .c-search-wrapper{
        flex-direction:column;
        gap:50px;
        padding:50px 30px;
    }
    .c-search__area{
        text-align: center;
    }
    .c-search-wrapper .c-search__left, .c-search-wrapper .c-search__right{
        width:100%;
    }
    .advanced_search-area{
        padding: 0px 30px;
        justify-content: flex-start;
    }
    .link_menu{
        width:28%;
        padding:15px;
    }
    .link_menu h1{
        font-size:23px;
    }
    .linkmenu__wrapper {
        gap: 25px;
    }
    .btn-green02{
        font-size:14px;
        padding:10px 15px;
    }
    .p-label label.kinds.indent0{
        letter-spacing: -2px;
    }
    .property_list__btn{
        gap:20px;
    }
    .sch_conditions ul{
        width:65%;
    }
    .property_list__right .title{
        font-size:22px;
    }
    .property_list__right .price{
        font-size:27px;
        margin:10px 0;
    }
    .p-list__photo{
        height:170px;
    }
    .property_list__left, .property_list__right {
        height: 280px;
    }
    .property_list__right .title{
        margin-bottom:0;
    }
    .p-label label{
        width:50%;
        padding:10px 0px;
    }
    .property_detail ul.property_access{
        gap:5px;
    }
    .modal-content{
        padding:15px;
    }
    .sch-row{
        font-size:13px;
        margin-left:0;
    }
    .modal_search__area {
        gap: 10px;
    }
    
    .min_price, .max_price, .min_size, .max_size{
        width:80px;
    }
    .area_select label span.pref{
        padding:0 10px;
        font-size:12px;
    }
    .area_select .ms-parent{
        width:160px;
        height:40px;
    }
    .area_select .ms-choice{
        width:180px;
        height:40px;
    }
    .map_sch_btn{
        font-size:12px;
        padding:5px 15px;
        margin-right:0;
    }
    .area_select label span.pref{
        height:40px;
    }
    .sch-row.area_select{
        gap:5px;
    }
    .home_detail__area {
        gap: 10px;
    }
    .detail__left, .detail__right {
        width: 48%;
    }
    .detail__wrapper{
        padding:0 25px;
    }
    .detail_title .p-label label{
        padding:7px 10px;
    }
    .detail_title h2 {
        font-size: 22px;
    }
    .detail_price h1 {
        font-size: 30px;
    }
    #slideshow div {
        height: 300px;
    }
    #slideshow ul li {
        width: 75px;
    }
    .detail_area dl{
        font-size:15px;
    }
    .home_no_p{
        font-size:15px;
    }
    .detail_label_area .detail_label {
        padding: 7px 15px;
        font-size:13px;
    }
    .detail_message_area,.detail_access_area p {
        font-size: 18px;
    }
    .detail_access_area h1 {
        font-size: 30px;
    }
    .home_detail__area{
        margin-top:50px;
    }
    .c-contact__input label{
        font-size:15px;
    }
    .c-contact_wrapper p.top {
        font-size: 15px;
        margin: 40px auto 40px;
    }
    .c-contact_wrapper .errmsg {
        font-size: 15px;
    }
    .c-contact_wrapper p.bottom{
        font-size:15px;
    }
    .c-contact_column h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .c-contact__input input[type="radio"], .c-contact__input input[type="checkbox"]{
        transform: scale(1.5);
    }
    .c-contact__input input[type="text"], .c-contact__input textarea, .home_no {
        font-size: 15px;
    }
    .c-type__hidden {
        margin-top: 15px;
        font-size: 16px;
    }
    .contact_conf__wrapper .c-contact_column{
        padding:20px 0 20px 50px;
        gap:30px;
    }
    .c-contact__conf{
        font-size:17px;
    }
    .btn__area_conf .btn:first-child{
        width: 240px;
        padding:15px 20px;
    }
    .btn__area_conf .btn:last-child{
        padding:15px 20px;
    }
    .btn__area_proc .btn{
        padding:15px 20px;
    }
    .btn__area_proc{
        margin-top:50px;
    }
    .contract_title{
        font-size:30px;
    }
    .c-flow_wrapper{
        gap:30px;
    }
    .c-flow_div h3{
        font-size:25px;
    }
    .c-flow_div p {
        font-size: 16px;
    }
    .c-flow_area number{
        font-size:120px;
    }
    .c-flow_wrap h4{
        font-size:15px;
    }
    .c-flow_flex{
        gap:15px;
    }
    .c-flow_wrap li{
        font-size:13px;
    }
    .banner_area{
        margin:0 auto 100px;
    }    
    .iqrafudosan_banner{
        width:90%;
    }    
}

@media screen and (max-width:768px){
    main {
        margin-top: 60px;
    }
    .top-search-area {
        top: 28%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .top-search-area h1 {
        font-size: 31px;
        margin-bottom: 25px;
    }
    .top-search-area input[type="text"] {
        font-size: 15px;
        height: 40px;
    }
    .search-area .btn-green02{
        height:40px;
        padding:5px 30px;
    }
    .search-area{
        flex-direction:column;
        gap:15px;
    }
    .search-area .btn-green02{
        width:60%;
    }
    .property-list-area {
        padding: 0 20px;
        gap:20px;
    }
    .property-list-area .property__wrapper{
        padding:10px;
    }
    .property__wrapper h1 {
        font-size: 17px;
        min-height: 49px;
        margin-bottom: 5px;
    }
    .property__wrapper .property_detail{
        font-size:.8em;
        gap:0;
    }
    .title_wrapper h1{
        font-size:24px;
    }
    .title_wrapper h2 {
        font-size: 14px;
    }
    .search__logo {
        font-size: 95px;
        height: 109px;
        margin: 0 0 0 20px
    }
    .c-search-wrapper{
        padding:30px 30px;
    }
    .c-search__area .area_btn, .c-search__kinds .kinds_btn{
        width:40%;
    }
    .sch_btn{
        font-size:18px;
    }
    .c-search-wrapper .free_word{
        font-size:15px;
    }
    .advanced_search-area{
        gap:30px;
    }
    .advanced_btn {
        letter-spacing: 0px;
        width: 180px;
    }
    .title_wrapper:not(.c-search-wrapper .title_wrapper,.advanced_search-area .title_wrapper){
        padding-left:30px;
    }
    .linkmenu__wrapper{
        flex-wrap:wrap;
    }
    .link_menu {
        width: 80%;
        display: flex;
        align-items: center;
        padding:0 15px;
    }
    .link_menu img{
        width:45%;
    }
    .link_menu h1{
        width:50%;
        text-align: left;
        margin-bottom:0;
    }
    .sch_conditions{
        flex-direction:column;
        gap:0;
        margin-bottom:60px;
    }
    .property_list__left .p-label{
        flex-direction:column;
    }
    .p-label label{
        width:100%;
        padding:6px 0px;
    }
    .property_list__right .title{
        font-size:19px;
    }
    .property_list__right .price{
        font-size:24px;
        margin:5px 0;
    }
    .p-list__photo{
        height:140px;
    }
    .property_list__left, .property_list__right {
        height: 240px;
    }
    .linkmenu__wrapper{
        margin:50px auto 50px;
    }
    .search_conditions_area{
        margin:30px 0;
    }
    .fixed_btn__area {
        height: 80px;
        width: 100%;
        right: 0%;
        bottom: 0%;
    }
    .btn-green-circle {
        height: 80px;
        width: 100%;
        font-size: 15px;
        border-radius: 0px;
        flex-direction: row;
        gap: 20px;
        padding: 0;
        box-shadow: 0px 0px 10px #000;
    }
    .btn-green-circle img {
        width: 70px;
        margin-top: 0;
        opacity: .8;
    }
    .modal_search__area{
        flex-direction:column;
    }
    .modal_search__area .modal__left{
        width:100%;
    }
    .modal_search__area .modal__right{
        width:100%;
    }
    .modal_search__area h2{
        margin-top:5px;
        font-size:15px;
    }
    .modal-content h1 {
        font-size: 23px;
        margin: 0;
    }
    .modal-content div.sch__type{
        font-size:15px;
    }
    .sch-row.area_select{
        margin-bottom:5px;
    }
    .modal-content{
        padding:15px;
    }
    .modal__right .sch-column{
        margin-top:15px;
    }
    .home_detail__area{
        flex-direction: column-reverse;
    }
    .detail__left, .detail__right {
        width: 100%;
    }
    .home_detail__area {
        margin-top: 35px;
    }
    .detail_title h2 {
        font-size: 20px;
        margin: 0;
    }
    .detail_title .p-label{
        margin-bottom:10px;
    }
    .detail_title .p-label label {
        padding: 5px 5px;
        font-size: 13px;
    }
    .detail_price h1 {
        font-size: 25px;
    }
    .detail_area dl {
        font-size: 14px;
    }
    .detail_area dl {
        gap: 5px;
    }
    .detail_area,.photo_area{
        width:80%;
        margin:0 auto;
    }
    .home_detail__bottom{
        margin-top:50px;
    }
    .detail_message_area{
        margin:40px auto;
    }
    .c-contact__input{
        flex-wrap: wrap;
        gap: 5px 15px;
    }
    .c-type__hidden {
        margin-top: 10px;
        font-size: 15px;
    }
    .required{
        font-size:12px;
    }
    .contact_conf__wrapper .c-contact_column{
        padding: 15px 0 15px 15px;
        gap: 15px;
    }
    .c-contact_column.conf_last{
        flex-direction:column;
        align-items: flex-start;
    }
    .conf_last .c-contact__conf{
        width:100%;
    }
    .btn__area_conf,.btn__area_proc{
        gap:15px;
    }
    .btn__area_conf .btn:first-child{
        width:180px;
    }
    .c-flow_area{
        gap:10px;
    }
    .contract_title{
        font-size:25px;
        margin: 40px 0 30px;
    }
    .c-flow_wrapper{
        gap:20px;
    }
    .c-flow_div h3{
        font-size:22px;
    }
    .c-flow_div p {
        font-size: 14px;
    }
    .c-flow_area number{
        width:25%;
        font-size:100px;
    }
    .c-flow_wrap h4{
        font-size:14px;
        margin: 5px 0;
    }
    .c-flow_flex{
        flex-direction:column;
        gap:0px;
    }
    .c-flow_flex .c-flow_wrap{
        width:100%;
    }
    .c-flow_wrap li{
        font-size:13px;
    }
    .modal-content input[type="checkbox"], .modal-content input[type="radio"]{
        transform:scale(1.2);
    }
    .property_list__area h1.sch_0{
        font-size:20px;
    }
    .property_list__area h2.sch_0{
        font-size:16px;
    }
    .sch_conditions .btn__area{
        justify-content:flex-end;
    }
    .sch_0_new, .sch_0_recommend{
        font-size:19px;
    }
}

@media screen and (max-width:575px){
    .HOME_TOPIMAGE_SP{
        height:80vh
    }
    .top-search-area {
        top: 30%;
        left:45%;
    }
    .top-search-area h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .search-area{
        gap:10px;
    }
    .search-area .btn-green02{
        width:50%;
    }
    .top-search-area input[type="text"] {
        font-size: 13px;
        height: 37px;
        width: 260px;
    }
    .search-area .btn-green02{
        height:37px;
        padding:5px 20px;
    }
    .title_wrapper h1{
        font-size:20px;
    }
    .title_wrapper h2 {
        font-size: 12px;
    }
    .RECOMMENDED_IMAGE{
        position:absolute;
        right:0;
    }
    .c-search__right_free{
        flex-direction:column;
        align-items: flex-start;
        gap: 15px;
    }
    .search__logo {
        font-size: 70px;
        height: 80px;
    }
    .property_list_photo{
        height:130px;
    }
    .property__wrapper h1 {
        font-size: 15px;
        min-height: 42px;
    }
    .link_menu img{
        width:40%;
    }
    .link_menu h1 {
        font-size: 19px;
    }
    .sch_btn{
        font-size:16px;
    }
    .sch_conditions ul li{
        font-size:11px;
        padding:5px 15px;
    }
    .sch_conditions ul{
        margin: 10px 0;
        padding-left: 5px;
    }
    .header__wrapper > div{
        justify-content: flex-start;
    }
    .LIST_TOP_IMAGE{
        position:absolute;
        width:70%;
        right:0;
    }
    .search_conditions_area h2{
        font-size:18px;
    }
    .sch_conditions ul li{
        font-size:10px;
        padding: 5px 10px;
    }
    .list__wrapper{
        padding:0 20px;
    }
    .c-contact_wrapper{
        padding:0 20px;
    }
    .fixed_btn__area {
        height: 70px;
    }
    .btn-green-circle {
        height: 70px;
    }
    .btn-green-circle img {
        width: 60px;
    }
    .property_list__btn{
        padding:10px;
        gap: 10px;
    }
    .property_list__area{
        gap:20px;
    }
    .property_list__right .title{
        font-size:14px;
    }
    .property_list__right .price {
        font-size: 17px;
    }
    .property_list__area li {
        font-size: 12px;
    }
    .modal_search__area .btn__area button{
        padding:10px 30px;
    }
    .modal_search__area h2{
        font-size:15px;
    }
    .sch-row{
        font-size:12px;
    }
    .min_price, .max_price, .min_size, .max_size{
        width:37%;
    }
    .modal-content h1 {
        font-size: 20px;
    }
    .modal-content div.sch__type {
        margin: 10px 0 10px 0;
        font-size:12px;
    }
    .detail_area,.photo_area{
        width:100%;
        margin:0 auto;
    }
    .detail_title h2 {
        font-size: 18px;
    }
    .detail_price h1 {
        font-size: 20px;
    }
    .detail_message_area,.detail_access_area p {
        font-size: 16px;
    }
    .detail_access_area h1 {
        font-size: 26px;
    }
    .detail_title .p-label label {
        font-size: 11px;
    }
    #slideshow ul li {
        width: 60px;
    }
    #slideshow div {
        height: 265px;
    }
    .c-contact_wrapper p.top{
        font-size:13px;
    }
    .c-contact_wrapper p.bottom{
        font-size:13px;
    }
    .c-contact_column h3 {
        font-size: 15px;
    }
    .c-contact__input label {
        font-size: 13px;
    }
    .c-contact__input input[type="text"], .c-contact__input textarea, .home_no{
        font-size:14px;
        padding:7px 10px;
    }
    .c-contact__input{
        margin-left:5px;
    }
    .c-contact__unit-privacy{
        padding:9px 20px 11px;
        font-size: 0.7rem;
    }
    .c-contact_column h3{
        font-size:13px;
    }
    .c-contact__conf{
        font-size:15px;
    }
    .btn__area_proc .btn{
        font-size:16px;
        padding:15px 15px;
    }
    .c-contact__input input[type="radio"], .c-contact__input input[type="checkbox"]{
        transform:scale(1.2);
    }
    .c-flow_area {
        gap: 0;
    }
    .c-flow_area number{
        margin-right:10px;
        padding-right: 10px;
    }
    .c-flow_wrapper .c-flow_area .c-flow_div{
        padding: 20px 0px 20px 20px;
    }
    .p-list__photo{
        height:120px;
    }
    .property_list__left, .property_list__right{
        min-height:220px;
    }
    .property_list__right{
        justify-content:center;
    }
}
