@charset "UTF-8";


.l-mainv_ttl_en{
    width: 43rem;
}
.pagenavi .wp-pagenavi{
justify-content: center;
}


/* sp */
@media only screen and (max-width: 1000px) {
    .l-mainv_ttl_en{width: 22rem;}
    .pagenavi .wp-pagenavi{}
}

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

.column{}
.column_inner{
    padding-bottom: 18rem;
}
.column_main{}
.column_main .c-column_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 4rem;
    gap: 9.6rem 6.3rem;
}





/* hover  */
@media (hover: hover) and (pointer: fine) {

}

/* sp */
@media only screen and (max-width: 1000px) {


.column{}
.column_inner{
    padding-bottom: 8rem;
}
.column_main{}
.column_main .c-column_list{
    grid-template-columns: 1fr 1fr;
    margin: 0;
    gap: 3.6rem 1.3rem;
}





}


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

.search{
    background: #EDECE6;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 10rem;
}
.search_btn{
    padding: 2.1rem 4rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
}

.search_btn .c-plus{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 4.3rem;
    margin: auto;
}
.search_btn_ttl{
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: var(--f20);
    line-height: 1.5;
    padding-left: 2.2rem;
    display: block;
}
.search_btn_ttl:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/dotto03.png) 0 0 no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    top: 0px;
    left: 0rem;
    bottom: 0;
    margin: auto;
    transition: .4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.search_btn_ttl:after {
    content: "";
    z-index: 1;
    position: absolute;
    background: #252421;
    opacity: 0.2;
    width: 2px;
    height: 2rem;
    top: 0;
    bottom: 0;
    right: 4.3rem;
    margin: auto;
}

.search_main{
    border-top: solid 1px #BDBCB7;
    padding: 2.9rem 7rem;
    display: none;
}

.search_data{
    display: flex;
    border-bottom: 1px dashed #BDBCB7;
    padding: 3.4rem 0;
}
.search_data dt{
    font-weight: 500;
    font-size: var(--f16);
    width: 32rem;
}
.search_data dd{
    flex: 1;
}

.search_data_cat{
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem 1.2rem;
}
.search_data_cat input{
    display: none;
}
.search_data_cat label{
    cursor: pointer;
    display: flex;
}

.search_data_cat span{
    cursor: pointer;
    border: 1px solid #BBBBBB;
    font-size: var(--f16);
    line-height: 1;
    padding: 0.6rem 2.8rem 0.8rem;
    border-radius: 10rem;
    background: #F7F7F7;    

  text-decoration:none;
  transition: color var(--duration-main) var(--easing-color),
              background-color var(--duration-main) var(--easing-color);    
}
.search_data_cat input[type="checkbox"]:checked + span {
    background: #555555;
    color: #F7F7F7;
}



.search_data_btn{
    text-align: center;
    margin-top: 3rem;
}
.search_data_btn .c-btn2{
    width: 17rem;
}


/* hover  */
@media (hover: hover) and (pointer: fine) {

}

/* sp */
@media only screen and (max-width: 1000px) {


    .search{
    margin-bottom: 4rem;
}
    .search_btn{
    padding: 1.5rem 2rem;
}
    .search_btn .c-plus{
    right: 2.3rem;
}
    .search_btn_ttl{
    font-size: 1.6rem;
    padding-left: 2rem;
}
    .search_btn_ttl:before {
    width: .8rem;
    height: .8rem;
}
    .search_btn_ttl:after {
    right: 4rem;
}
    .search_main{
    padding: 0.5rem 2rem 2rem;
}
    .search_data{
    padding: 1.4rem 0;
    display: block;
}
    .search_data dt{
    font-size: 1.4rem;
    width: auto;
    margin-bottom: .5rem;
}
    .search_data dd{}
    .search_data_cat{
    gap: .8rem 0.8rem;
}
    .search_data_cat input{}
    .search_data_cat label{}
    .search_data_cat span{
    font-size: 1.4rem;
    padding: 0.5rem 1.6rem 0.6rem;
}
    .search_data_cat input[type="checkbox"]:checked + span {}
    .search_data_btn{
    margin-top: 2rem;
}
    .search_data_btn .c-btn2{}



}





