@charset "UTF-8";
body{
    color:#333;
}
main{
    margin-top:90px;
    background: linear-gradient(to bottom,
    #fff 0%,
    #f6feff 10%,
    #ebfdfc 35%,
    #ebfbfd 52%,
    #dcfbff 71%,
    #cbeff5 87%,
    #cbdff5 100%);
}
.LAUNDRY_TOPIMAGE_LG{
    width:100%;
    max-width:2500px;
    max-height:100vh;
    object-fit: cover;
}
.LAUNDRY_TOPIMAGE_SP{
    display:none;
}
@media screen and (max-width:768px){
    .LAUNDRY_TOPIMAGE_LG{
        display:none;
    }
    .LAUNDRY_TOPIMAGE_SP{
        display:block;
        height:80vh;
        width: 100%;
        object-fit: cover;
    }
}
.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;
}
.property_detail span b.price{
    color:#c00;
    font-size:1.5em;
}
hr.hr{
    border: solid #ddd 1px;
}
.RECOMMENDED_IMAGE{
    width: 55%;
}
.recommended__header_wrapper{
    margin-top:230px;
}
.recommended__header_wrapper > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.header__wrapper > div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
}
.header__wrapper > div > .title_wrapper{
    margin-bottom:15px;
}
.recommended__header_wrapper > div > .title_wrapper{
    margin-bottom:15px;
}
.top-search-area{
    position:absolute;
    top:17%;
    left:15%;
}
.top-search-area h1{
    color: #2b5e35;
    font-weight: bold;
    font-size:35px;
    margin-bottom:0;
}
.top-search-area h3{
    margin-top:0;
    font-size:20px;
}
.machine_link_area{
    margin:50px auto;
}
.mashine_guide{
    margin:80px auto;
    text-align:center;
}
.mashine_guide p{
    font-size:20px;
    line-height:2;
}
.mashine_guide p span{
    font-size:1.2em;
    color:#2b5e35;
    font-weight:bold;
}
.contact_link_area{
    text-align:center;
}
.contact_link_area b{
    color:#2b5e35;
    line-height: 1.8;
    font-size: 20px;
}
.contact_link_area .btn__area a{
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px 45px;
}
.contact_link_area .btn__area a i{
    font-size:2.3em;
    opacity:.5;
}
.laundry_support_area{
    margin:30px auto;
}
.laundry_support_area p.support_top_read{
    font-size:1.2em;
    text-align:center;
    line-height: 2;
}
.support_area_kinki{
    display:flex;
    gap:30px;
    margin:50px auto;
    justify-content:center;
    align-items: center;
}
.support_area_kinki div h1{
    font-size:1.8em;
    color:#2b5e35;
}
.KINKI_MAP{
    max-width:300px;
}
.laundry_support_area h1{
    text-align:center;
}
.laundry_flow_area{
    display:flex;
    flex-direction:column;
    align-items: center;
    gap:40px;
}
.flow_item{
    display:flex;
    gap:30px;
    width:70%;
    align-items: center;
}
.flow_item .flow_step{
    width:250px;
    color: #fff;
    text-align:center;
    font-size: 60px;
    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;
    font-weight: bold;
    letter-spacing: 10px;
    line-height:1;
}
.flow_item .flow_step span{
    font-size:1.5em;
}
.flow_item:nth-child(2n){
    flex-direction:row-reverse;
}
.flow_item:nth-child(2n) .content_wrap{
    flex-direction:row-reverse;
}
.content_wrap{
    background:#fff;
    padding: 15px 30px;
    display:flex;
    gap:30px;
    width:100%;
    border: solid 1px #ddd;
}
.content_wrap .content{
    width:65%;
}
.content_wrap .flow_image{
    width:calc(35% - 30px);
}
.content_wrap .content h2{
    color:#2b5e35;
}
.FLOW_IMAGE{
    max-width:215px;
}

.example_wrap{
    width:85%;
    margin:150px auto;
}
.project_card {
    background: #fff;
    border-radius: 25px;
    padding: 30px 100px;
    border: solid 1px #ddd;
}
.project_card h1 {
    background: #2b5e35;
    color: white;
    padding: 7px 10px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.2em;
    margin: 0 auto;
    width: 75%;
    text-align: center;
}
.project_card h1 span{
    font-size:1.2em;
    margin-left:5px;
}
.project_card h2 {
    font-size: 1.3em;
    color:#2b5e35;
    margin-bottom: 10px;
    text-align:center;
}
.project_card p {
    margin-bottom: 20px;
    text-align:center;
}
.img_group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.img_group img {
    border-radius: 10px;
    object-fit: cover;
}
.img_group > img {
    width: 30%;
    max-width: 100%;
}
.sub_imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 35%;
}
.sub_imgs img {
    width: 100%;
    height: auto;
}
.swiper-button-prev,
.swiper-button-next{
    color: #fff!important;
    background: #2b5e35;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    padding: 5px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:30px!important;
}
.swiper-button-prev {
    left: 30px!important;
}
.swiper-button-next {
    right: 30px!important;
}
.laundry_buy_wrapper{
    margin-bottom:50px;
}
.buy_area h1{
    background:#2b5e35;
    color:#fff;
    margin:0;
    text-align:center;
    padding:10px 15px;
    font-size:23px;
}
.buy_area{
    display:flex;
    gap:50px;
}
.buy_left, .buy_right{
    background:#fff;
    border:solid 1px #ddd;
}
.buy_wrap{
    margin-bottom:100px;
}
.buy_wrap > h1{
    text-align:center;
    color:#2b5e35;
}
.buy_wrap h3{
    text-align:center;
    margin-bottom:50px;
}
.buy_area{
    display:flex;
    gap:100px;
    justify-content:center;
    margin-bottom:50px;
}
.buy_left, .buy_right{
    width:30%;
    padding:30px;
}
.buy_area h4{
    text-align:center;
    color:#2b5e35;
    font-size: 21px;
    margin: 25px auto 25px;
}
.buy_wrap ul{
    display:flex;
    flex-wrap:wrap;
    width:60%;
    margin:15px auto 0;
    list-style:none;
    gap:20px 50px;
    padding:0;
}
.buy_wrap ul li{
    width:calc(50% - 65px);
    font-size:20px;
    background:#fff;
    padding:15px 15px;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content:center;
}
.buy_wrap ul li i{
    font-size:1.8em;
    color:#2b5e35;
    margin-right:15px;
}
.p-contact-link{
    font-size:18px;
    text-align:center;
}

.LIST_TOP_IMAGE{
    width: 65%;
    max-width:960px;
}
.laundry_list__area{
    display:flex;
    flex-direction: column;
    width:100%;
    gap: 50px;
    position:relative;
}
.laundry_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:50px;
    position:relative;
}
.laundry_list__btn.recommend{
    border:solid 3px #2b5e35;
    background: #f6fff8;
}
.laundry_list__btn.soldout{
    background: #ddd;
}
.laundry_list__btn:hover{
    transform:scale(1.05);
}
.laundry_list__left{
    width: 30%;
    height:270px;
}
.laundry_list__right{
    width:70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height:250px;
    justify-content: space-between;
}
.laundry_list__right .title{
    margin:0 0 10px 0;
    font-size:30px;
}
.laundry_list__right .price{
    color:#c00;
    letter-spacing: 5;
    font-size:35px;
    margin:0;
}
.p-label{
    display:flex;
    flex-direction:row;
    margin-bottom: 10px;
}
.p-label div{
    color:#fff;
    padding:10px 15px;
    font-weight: bold;
    letter-spacing: 10;
    text-indent: 10;
    width:125px;
}
.detail_title .p-label div{
    color:#fff;
    padding:10px 20px;
    width:50%;
    font-weight: bold;
    letter-spacing: 10;
    text-indent: 10;
    text-align: center;
    width:130px;
}

.p-label div.machine, .detail_title div.machine{
    background:#8dc556;
}
.p-label div.laundry-label, .detail_title div.laundry-label{
    background:#2b5e35;
}
.p-label div.rank, .detail_title div.rank{
    background:#888;
}
.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: auto;
    object-fit: contain;
    max-height: 270px;
}
.laundry_detail ul{
    display:flex;
    flex-wrap: wrap;
    flex-direction:row;
    gap:5px 20px;
    padding:0;
}
.laundry_detail ul li{
    list-style:none;
    font-size:17px;
}

.laundry_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: flex-start;
}
.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_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: auto;
    height: 500px;
    overflow: hidden;
    position: relative;
    object-fit: contain;
}
#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;
}
.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;
}
.rank_guideline{
    background: #fff;
    padding: 15px 30px;
    border: solid 1px #2b5e35;
    width:90%;
    max-width:630px;
    margin:0 auto;
}
.rank_guideline h2{
    color:#2b5e35;
    text-align:center;
}
.rank_guideline ul li{
    list-style: none;
    display: flex;
    align-items: center;
}
.rank_guideline ul li strong{
    color:#2b5e35;
    font-weight:bold;
    font-size:2em;
    margin-right:15px;
}
.list_soldout{
    position: absolute;
    background: #c00;
    opacity: .5;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 0 15px;
    color:#fff;
}
.list_soldout h1{
    margin:0;
}
.detail_soldout{
    background:#c00;
}
.detail_soldout h1{
    color:#fff;
    margin:0;
    font-size: 25px;
    text-align:center;
}
.rank-info-btn {
    font-size: 15px;
    margin-left: 15px;
    padding: 0px;
    cursor: pointer;
    background: #2b5e35;
    color:#fff;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 18px;
    text-align: center;
}

.rank-popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.rank-popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px 45px;
    border-radius: 8px;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.rank-popup-content h4 {
    font-size:20px;
    color:#2b5e35;
    text-align: center;
}
.rank-popup-content ul{
    list-style:none;
    padding:0;
    line-height: 2.5em;
}
.rank-popup-content ul li strong{
    font-size:1.3em;
    color:#2b5e35;
    margin-right:5px;
}
.rank-popup-close {
    float: right;
    font-size: 35px;
    cursor: pointer;
}
.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;
}
.laundry_list__area h1.sch_0, .laundry_list__area h2.sch_0 {
    text-align: center;
    margin: 0;
    color: #2b5e35;
}

/************************ 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;
}
.modal-content h1{
    text-align:center;
}
.modal-content input[type="checkbox"], .modal-content input[type="radio"] {
    transform: scale(1.5);
    margin-right: 10px;
}
.free_word {
    width: 300px;
    padding: 5px 10px;
    border: 1px solid #555;
    border-radius: 5px;
}
.sch-row {
    display: flex;
    flex-direction: row;
    gap: 10px 20px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}
.contact_tel_area{
    margin: 0 auto;
    text-align:center;
}
.contact_tel_area p{
    margin-bottom:0;
}
.contact_tel_area p.time{
    margin:0;
}
.contact_tel_area a{
    text-decoration:none;
    color:#2b5e35;
    font-size:2em;
    font-weight:bold;
}
@media screen and (max-width:1800px){
    .top-search-area{
        top:15%;
    }
    .top-search-area h1{
        font-size:33px;
    }
    .top-search-area h3{
        font-size:18px;
    }
    .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: 13%;
        left: 10%;
    }
    .top-search-area h1{
        font-size:30px;
    }
    .top-search-area h3{
        font-size:17px;
    }
}
@media screen and (max-width:1280px){
    .top-search-area {
        top: 10%;
        left: 10%;
    }
    .top-search-area h1{
        font-size:28px;
    }
    .top-search-area h3{
        font-size:15px;
    }
    .title_wrapper h1{
        font-size:30px;
    }
    .title_wrapper h2{
        font-size:17px;
    }
    .property-list-area{
        gap:15px;
    }
    .property-list-area .property__wrapper{
        width:23%;
        padding: 10px;
    }
    .p-list__photo{
        height:220px;
    }
    .fixed_btn__area{
        height: 210px;
        width: 210px;
        right:3%;
        bottom:3%;
    }
    .detail_title .p-label div{
        width:90px;
    }
    .detail_title h2{
        font-size:25px;
    }
    .detail_price h1{
        font-size:35px;
        margin: 10px 0;
    }
    .laundry_detail__area{
        gap:20px;
    }
    #slideshow div{
        height:370px;
    }
    #slideshow ul li {
        width: 83px;
    }
    .detail_area dl {
        gap: 10px;
        font-size: 18px;
    }
    .btn-green-circle{
        height: 180px;
        width: 180px;
        font-size: 15px;
    }
    .flow_item{
        width:90%;
    }
    .FLOW_IMAGE{
        max-width:200px;
    }
    .img_group{
        width:100%;
    }
    .sub_imgs{
        width:100%;
        grid-template-columns: repeat(4, 1fr);
    }
    .img_group > img{
        width:45%;
    }
    .project_card{
        padding:30px 70px;
    }
    .buy_area{
        gap:50px;
    }
    .buy_wrap{
        padding:0 15px;
    }
    .buy_wrap ul{
        width:90%;
    }
    .buy_wrap > h1{
        font-size:1.7em;
    }
    .buy_wrap h3{
        font-size:1em;
    }
    .recommended__header_wrapper{
        margin-top:130px;
    }
    .example_wrap{
        margin:100px auto;
    }
    .list__wrapper{
        padding:0 30px;
    }
    .laundry_list__btn{
        gap:30px;
        padding:30px;
    }
    .laundry_list__right .title{
        font-size:25px;
    }
    .laundry_list__right .price{
        font-size:30px;
    }
    .laundry_list__right, .laundry_list__left{
        height:220px;
    }
    .rank_guideline ul{
        padding:0;
    }
}
@media screen and (max-width:992px){
    .top-search-area {
        top: 9%;
        left: 7%;
    }
    .top-search-area h1{
        font-size:26px;
    }
    .top-search-area h3{
        font-size:14px;
    }
    .property-list-area {
        gap: 25px;
        padding: 0 50px;
        gap:35px;
    }
    .property-list-area .property__wrapper {
        width: 45%;
        padding: 15px;
    }
    .p-list__photo{
        height:170px;
    }
    .detail__wrapper {
        padding: 0 25px;
    }
    .laundry_detail__area{
        gap:10px;
        margin-top:50px;
    }
    .detail__left, .detail__right{
        width:48%;
    }
    .detail_title .p-label div{
        padding:7px 10px;
    }
    .detail_title h2 {
        font-size: 22px;
    }
    .laundry_detail__area {
        gap: 10px;
    }
    .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;
    }
    .machine_link_area{
        padding: 0 15px;
    }
    .laundry_support_area{
        padding: 0 15px;
    }
    .mashine_guide p{
        font-size:17px;
        line-height:2;
    }
    .mashine_guide p span{
        font-size:1.2em;
        color:#2b5e35;
        font-weight:bold;
    }
    .laundry_support_area p.support_top_read{
        font-size:1em;
    }
    .support_area_kinki{
        flex-direction:column;
        gap:0;
    }
    .support_area_kinki div{
        margin-top:-180px;
        margin-bottom:50px;
    }
    .KINKI_MAP{
        max-width:250px;
    }
    .flow_item{
        width:100%;
        gap:10px;
    }
    .flow_item .flow_step{
        width:130px;
        font-size:39px;
    }
    .content_wrap{
        gap:15px;
    }
    .content_wrap .content{
        width:55%;
    }
    .content_wrap .flow_image{
        width:calc(45% - 15px);
    }
    .support_area_kinki div h1{
        font-size:1.7em;
    }
    .project_card{
        padding:30px 50px;
    }
    .swiper-button-prev{
        left: 15px !important;
    }
    .swiper-button-next {
        right: 15px !important;
    }
    .buy_wrap > h1{
        font-size:1.5em;
    }
    .buy_wrap h3{
        font-size:.9em;
    }
    .buy_area{
        gap:30px;
    }
    .buy_left, .buy_right{
        width: 45%;
        padding: 20px;
        box-sizing: border-box;
    }
    .buy_area h1{
        font-size:20px;
        padding: 7px 15px;
    }
    .buy_area h4{
        font-size: 18px;
        margin: 15px auto 15px;
    }
    .buy_wrap ul li{
        font-size:18px;
    }
    .contact_link_area b{
        font-size:18px;
    }
    .laundry_list__btn{
        gap:20px;
    }
    .laundry_list__right .title{
        font-size:19px;
    }
    .laundry_list__right .price{
        font-size:24px;
    }
    .laundry_detail ul li{
        font-size:14px;
    }
    .p-label div{
        font-size:.9em;
        padding:6px 0;
    }
    .laundry_list__right, .laundry_list__left {
        height: 200px;
    }
    .rank_guideline ul li{
        font-size:.9em;
    }
    .list_soldout{
        font-size:23px;
    }
}
@media screen and (max-width:768px){
    .title_wrapper:not(.c-search-wrapper .title_wrapper,.advanced_search-area .title_wrapper){
        padding-left:30px;
    }
    main {
        margin-top: 60px;
    }
    .title_wrapper h1{
        font-size:24px;
    }
    .title_wrapper h2 {
        font-size: 14px;
    }
    .top-search-area {
        top: 23%;
        left: 0%;
        width:100%;
        text-align:center;
    }
    .top-search-area h1 {
        font-size: 28px;
    }
    .top-search-area h3 {
        font-size: 14px;
    }
    .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;
    }
    .p-list__photo{
        height:140px;
    }
    .fixed_btn__area {
        height: 80px;
        width: 100%;
        right: 0%;
        bottom: 0%;
    }
    .detail_area, .photo_area {
        width: 80%;
        margin: 0 auto;
    }

    .detail_title h2 {
        font-size: 20px;
        margin: 0;
    }
    .detail_title .p-label{
        margin-bottom:10px;
    }
    .detail_title .p-label div {
        padding: 5px 5px;
        font-size: 13px;
    }
    .laundry_detail__area {
        margin-top: 35px;
        flex-direction:column-reverse;
    }
    .detail__left, .detail__right{
        width:100%;
    }
    .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;
    }
    .mashine_guide p{
        font-size:16px;
    }
    .support_area_kinki div h1{
        font-size:1.5em;
    }
    .laundry_support_area h1{
        font-size:1.5em;
    }
    .flow_item .flow_step {
        width: 100px;
        font-size: 24px;
    }
    .content_wrap{
        gap:0;
        padding: 5px 15px;
        justify-content: space-between;
    }
    .content_wrap .content h2{
        font-size:18px;
    }
    .content_wrap .content > p{
        font-size:.9em;
    }
    .FLOW_IMAGE{
        max-width:150px;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 30px !important;
        height: 30px !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 30px !important;
    }
    .project_card h1{
        font-size:1em;
    }
    .project_card h2{
        font-size:1.1em;
    }
    .project_card p{
        font-size:.9em;
    }
    .buy_area{
        flex-direction:column;
    }
    .buy_left, .buy_right{
        width:100%;
    }
    .buy_wrap h3{
        margin-bottom:25px;
    }
    .buy_area h1{
        font-size:18px;
    }
    .buy_area h4{
        font-size:17px;
        margin:10px auto 10px;
    }
    .buy_left > p, .buy_right > p{
        font-size:.9em;
        margin-bottom:0;
    }
    .buy_wrap ul li{
        width:100%;
    }
    .buy_wrap ul{
        gap:15px;
    }
    .p-contact-link{
        font-size:16px;
    }
    .rank_guideline{
        margin: 0;
        padding:15px;
    }
    .rank_guideline h2{
        font-size:1.2em;
    }
    .detail_area dl{
        font-size:14px;
        gap:5px;
    }
    .rank_guideline ul li{
        font-size:.8em;
    }
    .property__wrapper h3{
        font-size:14px;
        margin:5px 0;
    }
    .property__wrapper h1{
        min-height:25px;
    }
    .list_soldout{
        font-size:15px;
    }
    .detail_soldout h1{
        font-size: 20px;
    }
    .rank-popup-content{
        max-width:400px;
        box-sizing: border-box;
        padding: 10px 20px;
        border-radius: 5px;
    }
    .rank-popup-content h4{
        font-size:17px;
    }
    .rank-popup-content ul{
        font-size:14px;
        line-height:2em;
    }
    .contact_tel_area a{
        font-size:1.5em;
    }
}
@media screen and (max-width:575px){
    .HOME_TOPIMAGE_SP{
        height:80vh
    }
    .title_wrapper h1{
        font-size:20px;
    }
    .title_wrapper h2 {
        font-size: 12px;
    }
    .header__wrapper > div{
        justify-content: flex-start;
    }
    .top-search-area {
        top: 20%;
        left: 0%;
        width:100%;
        text-align:center;
    }
    .top-search-area h1 {
        font-size: 22px;
        margin-bottom:5px;
    }
    .top-search-area h3 {
        font-size: 12px;
    }
    .RECOMMENDED_IMAGE{
        position:absolute;
        right:0;
    }
    .LIST_TOP_IMAGE{
        position:absolute;
        width:70%;
        right:0;
    }
    .p-list__photo{
        height:120px;
    }
    .fixed_btn__area {
        height: 70px;
    }
    .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 div {
        font-size: 11px;
    }
    #slideshow ul li {
        width: 60px;
    }
    #slideshow div {
        height: 265px;
    }
    .btn-green-circle {
        height: 70px;
    }
    .btn-green-circle img {
        width: 60px;
    }
    .detail_area, .photo_area {
        width: 100%;
        margin: 0 auto;
    }
    .flow_item{
        flex-direction:column;
    }
    .flow_item:nth-child(2n){
        flex-direction:column;
    }
    .content_wrap{
        box-sizing:border-box;
        align-items: center;
    }
    .FLOW_IMAGE{
        max-width:135px;
    }
    .laundry_flow_area{
        gap:15px;
    }
    .content_wrap .content h2{
        font-size:16px;
    }
    .content_wrap .content > p{
        font-size:.8em;
    }
    .img_group{
        gap:10px;
    }
    .img_group > img{
        width:70%;
    }
    .sub_imgs{
        grid-template-columns: repeat(2, 1fr);
    }
    .project_card{
        padding:20px 25px;
    }
    .project_card h1{
        width:100%;
        box-sizing: border-box;
    }
    .buy_wrap > h1{
        font-size:1.3em;
    }
    .contact_link_area b{
        font-size:15px;
    }
    .contact_link_area .btn__area a{
        padding:10px 30px;
        font-size:16px;
    }
    .recommended__header_wrapper{
        margin-top:75px;
    }
    .support_area_kinki{
        margin:30px auto;
    }
    .example_wrap{
        margin:75px auto 40px;
    }
    .laundry_list__right .title{
        font-size:14px;
        margin:0;
    }
    .laundry_list__right .price{
        font-size:17px;
    }
    .laundry_detail ul li{
        font-size:12px;
    }
    .list__wrapper{
        padding:0 15px;
    }
    .laundry_list__btn{
        gap:10px;
        padding:10px;
    }
    .laundry_list__area{
        gap:20px;
    }
    .property__wrapper h1{
        font-size:14px;
    }
    .property_detail span b.price{
        font-size:1.3em;
    }
    .property__wrapper h3{
        font-size:13px;
    }
    .mashine_guide p{
        font-size:14px;
    }
    .laundry_support_area p.support_top_read{
        font-size:14px;
    }
    .support_area_kinki div h1{
        font-size:1.3em;
    }
    .laundry_support_area h1{
        font-size:1.3em;
    }
}