#main{
    padding-top: 80px;
}

.search_header{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ff6069;
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    z-index: 6;
}

.search_head_flex{
    width: 60%;
    display: flex;
    align-items: center;
}

.search_head_flex svg{
    width: 55px;
}
.mypage{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.mypage img{
    width: 50px;
    height: 50px;
}

.parental_link_box {
    width: 1000px;
    height: 75px;
    margin: 30px auto;
    text-align: center;
    justify-content: center;
    background-color: #ff6069;
    border-radius: 50px;
    box-shadow: 2px 2px 4px gray; 
}
.parental_link_box:hover{
    opacity: 0.6;
    transition: 0.3s;
}

.parental_link_text{
    display: block;
    font-size: 2rem;
    padding-right: 2px;
    font-weight: 500;
    padding-top: 1%;
    
}
.parental_link_text a{
    display: block;
    color: #fff;
}
.parental_link_text span{
    vertical-align: baseline;
    padding-right: 3px;
    color: #fff;
}
#search_form{
    margin-left: 20px;
    display: flex;
}

.search_input{
    position: relative;
    /* padding: 0 5px 0 40px; */
    /* width: 100%; */
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
}
.search_input img{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#search_form input{
    vertical-align: top;
    padding: 0 5px 0 40px;
    margin: 0px;
    height: 50px;
    width: 500px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
}

#search_btn{
    width:20px;
    border: none;
    background-image: url(../../../assets/img/user/map-search.png);
    background-repeat: no-repeat;
    background-size: 35% auto;
    background-position: center;

}

.search_select{
    margin-left: 20px;
}

.search_select select{
    width: 200px;
    height: 50px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
    cursor: pointer;
    padding-left: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../../assets/img/user/sort-variant.png) ,url(../../../assets/img/user/arrow-up-drop-circle-outline.png);
    background-repeat: no-repeat;
    background-position: left 5px top 8px,right 5px top 15px;
    background-size: 30px auto,15px auto;
}

/*-------------------------------------*/


ul.search_check{
    margin-top: 20px;
    width: 40%;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-bottom: 50px;
}

ul.search_radio{
    margin-top: 20px;
    width: 20%;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-bottom: 30px;
}


li.select_radio{
    font-size: 13px;
}

.radio_input + label{
    position: relative;
}

.radio_input:checked + label::before{
    background-color: #ec5f5f;
    border: none;
}

.radio_input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #ec5f5f;
}
.radio_input:checked + label{
  color: #ec5f5f;
}
.radio_input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 5px;
    height: 10px;
    transform: translateY(-60%) rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

/*-----------------------------*/
.search_item{
    padding: 10px;
}
input.check_input{
    display: none;
    width: 100%;
    padding-left: 10px;
}

input.check_input[type=checkbox] + label::before {
    display: none;
    padding-left: 10px;
}

li.select_check{
        font-size: 13px;
    width: 50%;
}

input.check_input[type=checkbox] + label {
    padding: 0 10px;
    margin: 5px;
    white-space: nowrap;
    border: solid #ec5f5f 2px;
    border-radius: 5px;
    color:#ec5f5f;
    background: #fff;
}
.check_input:checked[type=checkbox] + label{

    background-color: #ec5f5f;
    color: #fff;
    /*background-image: url(../../../assets/img/user/close.png);*/
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 5px top 7px; 
}

.check_input:checked + label::before{
    padding:0;
}


.check_input:checked + label::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

input.check_input[type=checkbox] + label span.count {
    vertical-align: baseline;
    color:#ec5f5f;
}
input.check_input:checked[type=checkbox] + label span.count {
    color:#fff;
}

/*---------------menu-------------*/


.search_menu{
    display: none;
}

input.search_menu + label.kodawari_menu::before{
    display: none;
}

.kodawari_menu{
    display: block;
    
}

input.search_menu + label.kodawari_menu{
    padding-left: 0px;
}

.acd_menu{
    height: 0;
    opacity: 0;
    padding: 0;
    padding: 0;
    transition: 0.5s;
    visibility: hidden;
}

input.search_menu:checked ~ .acd_menu{
    visibility: visible;
    height: 370px;
    opacity: 1;
    padding-top: 20px;
    
}

ul.keitai{
    box-sizing: border-box;
    width: 40%;
    padding: 0px 10px;
}

ul.jouken{
    box-sizing: border-box;
    width: 40%;
    padding: 0px 10px;
}

.select_radio2{
    width: 50%;
    font-size: 13px;
}



/*-------------left---------------*/

.search_flex{
    width: 100%;
    display: flex;

}



.contents{
    width: 1120px;
    height: 100%;
    margin: 30px auto;
    display: flex;
    margin-bottom: 70px;
}

#search{
    width: 280px;
}
.contents_l{
    width: 65%;
    height: 800px;
    box-sizing: border-box;
    /* padding-top: 20px; */
    margin-right: 20px;
    padding-right: 5px;
    overflow-y: scroll;
}

.contents_r{
    width: 800px;
    margin-left: 40px;
}

.contents_area{
    width: 100%;
}
.contents_area #message{
    margin-bottom: 20px;
    color: #ff5555;
    background: #eaeaea;
    border-radius: 5px;
    padding: 12px;
}
#map{
    width: 100%;
    height: 320px;
}

#free_search{
    background: #eee;
    border-radius: 5px;
    border: solid #ff6069 2px;
}
#area_search{
    background: #eee;
    border-radius: 5px;
    margin-top: 20px;
    border: solid #ff6069 2px;
}
#detail_search{
    padding-bottom: 20px;
    background: #eee;
    border-radius: 5px;
    margin-top: 20px;
    border: solid #ff6069 2px;
}

#free_search form{
    padding: 10px;
}
#free_search form input{
    width: calc(100% - 55px);
}
#free_search button{
    width: 50px;
    padding: 5px;
    font-size: 16px;
}
.search_title{
    background: #ff6069;
    padding: 5px 10px;
/*    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}
.search_title .search_text{
    color: #fff;
    font-size: 18px;
}

.search_flex2{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
    /*height: calc(100% - 375px);*/
    /*max-height: 965px;*/
    overflow-y: scroll;
}
.contents_r img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.area_table{
    width: 100%;
}
.area_table tr{
    border: solid 1px #ddd;
}
.area_table th{
    width: 220px;
    vertical-align: middle;
    background: #eaeaea;
    padding: 10px;
    border: solid 1px #ddd;
}
.area_table.other th{
    width: 110px;
    background: #eaeaea;
    padding: 10px;
    border: solid 1px #ddd;
}
.area_table td{
    padding: 10px;
}
ul.kyori{
    width: 20%;
}

.radio_input{
    display: none;
}

.radio_input + label{
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}
button.area{
    padding: 5px 40px;
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
}


.arrow_down{
    background-color: #919191;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    margin-top: 4px;
    margin-right: 10px;
}

.arrow_down svg{

    width: 15px;
    margin-left: 3px;
    margin-bottom: 5px
}

.arrow_down #arrow-up-drop-circle-outline{
    fill:#fff;
}


.nursery_data{
    position: relative;
    width: 24%;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}

.nursery_data:hover{
    opacity: 0.8;
    box-shadow: none;
    transition: 0.6s;
}

.nursery_data img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nursery_text{
    padding: 5px
}

.text_bold{
    font-size: 16px;
    font-weight: 600;
}
.text_s{
    font-size: 16px;
    /* font-weight: bold; */
    padding: 0 5px;
    border-left: solid 5px #ff6069;
}

.hoshi{
    position: absolute;
    top: 0px;
    right: 10px;

}

.hoshi_active{
    position: absolute;
    top: 0px;
    right: 10px;

}

.hoshi svg{
    width: 30px;

}

.hoshi_active svg{
    width: 30px;

}

.hoshi_active #star{
    fill:#ff6069;
    stroke:#ff6069;

}

.area_table label{
    margin: 5px;
}
.area_table label.city{
    margin-left: 20px;
}
.contents_area .buttons{
    margin: 20px;
    text-align: center;
}

.sub_check{
    display: none;
    width: 20%;
}

.sub_checkbtn{
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dedede;
    position: relative;
    padding: 8px 15px 8px 40px;
    border-radius: 5px;
    /* margin-right: 30px; */
    vertical-align: middle;
}

.sub_checkbtn .count{
    vertical-align: baseline;
}
.sub_checkbtn.no-border{
    background-color: transparent;
    border: none;
}

.sub_checkbtn::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #919191;
    border-radius: 5px;
    margin-left: 10px;
    background-color: #fff;
    vertical-align: middle;
}

.sub_check:checked + .sub_checkbtn{
    background-color: #ff9999;
    color: #fff;
}
.sub_check:checked + .sub_checkbtn.no-border{
    background-color: transparent;
    color: #707070;
}

.sub_check:checked + .sub_checkbtn .count{
    color: #fff;
}
.sub_check:checked + .sub_checkbtn::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 7px;
    height: 14px;
    transform: rotate(45deg) translate(-75%, -45%);
    border-bottom: 3px solid #ff6069;
    border-right: 3px solid #ff6069;
}

.sub_checkbtn_tour{
    display: inline-block;
    cursor: pointer;
    text-align: center; 
    font-weight:bold; 
    background-color: #ffdede;
    border: 1px solid #dedede;
    position: relative;
    padding: 8px 15px 8px 40px;
    border-radius: 5px;
    width:300%;
    vertical-align: middle;
}
.sub_checkbtn_tour::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #919191;
    border-radius: 5px;
    margin-left: 10px;
    background-color: #fff;
    vertical-align: middle;
}
.sub_check:checked + .sub_checkbtn_tour{
    background-color: #ff9999;
    color: #fff;
}
.sub_check:checked + .sub_checkbtn_tour.no-border{
    background-color: transparent;
    color: #707070;
}
.sub_check:checked + .sub_checkbtn_tour::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 7px;
    height: 14px;
    transform: rotate(45deg) translate(-75%, -45%);
    border-bottom: 3px solid #ff6069;
    border-right: 3px solid #ff6069;
}

.tour_check {
    margin: 10px 200px;
}

/* 2022/2/7 検索条件に戻るボタンを追加 */
button.return{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.search_banner {
    margin: 5px 0 10px 0;
}
.search_banner img {
    border-radius: 5px;
}

#paid01_span {
    border: none;
    height: 34px;
    display: flex;
    align-items: center;
}
#recruitment_info08_span {
    border: 1px solid #dedede;
    border-radius: 5px;
}

#paid01_label {
    margin: 0px 5px 5px 5px;
    width: 210px;
    border-radius: 0px 0px 5px 5px;
    border-top-style: dotted;
}
#recruitment_info08_label {
    margin: 5px 5px 0px 5px;
    width: 210px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: none;
}
