@charset "UTF-8";

.main_top {
    display: block;
    position: relative;
    width: 100%;
    height: 206px;
    margin: 88px 0 0;
    background: #004484;
}
.main_top::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 150px;
    background: #3ebbcb;
}
.main_top::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 156px;
    background: #fff;
}
.main_top span {
    display: block;
    color: #fff;
    font-size: 36px;
    padding: 87px 0 0;
}
input {
    display: none;
}
.bl_3daysSearchBlock {
    margin-bottom: 60px;
}
.bl_3daysSearchBlock_inner {
    width: 82.9%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.search_nav_title {
    text-align: center;
    margin: 40px 40px 40px 0;
}
.search_nav_title p {
    display: block;
    padding: 0 0 12px 0;
}
.search_nav_title_area {
    content: url(../img/svg/search_area.svg);
    display: inline-block;
    text-align: center;
    height: 40px;
}
.search_nav_title_theme {
    content: url(../img/svg/search_theme.svg);
    display: inline-block;
    text-align: center;
    height: 40px;
}
.el_searchResult {
    color: #004484;
}
.js_target {
    display: none;
}
.js_target.js_selected {
    display: block;
}
.bl_selectBlock label {
    display: inline;
}
.st_toyama .el_checkbox {
    border: 1px solid #5faf2f;
}
.st_ishikawa .el_checkbox {
    border: 1px solid #29a1df;
}
.st_fukui .el_checkbox {
    border: 1px solid #de4348;
}
label .el_checkbox {
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #004484;
}
.bl_selectBlock_check label .el_checkbox:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
}
.bl_selectBlock_check .i_color_toyama[type=checkbox]:checked+label .el_checkbox:after {
    background: #5faf2f;
}
.bl_selectBlock_check .i_color_ishikawa[type=checkbox]:checked+label .el_checkbox:after {
    background: #29a1df;
}
.bl_selectBlock_check .i_color_fukui[type=checkbox]:checked+label .el_checkbox:after {
    background: #de4348;
}
.bl_selectBlock_check input[type=checkbox]:checked+label .el_checkbox:after {
    background: #004484;
}
.el_searchResult {
    margin: 0 0 20px;
}
.bl_selectBlock {
    background: #f5f9fd;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.bl_selectBlock_wrapper_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.bl_selectBlock_check label {
    cursor: pointer;
}
.bl_selectBlock_check {
    transition: 100ms linear;
}
.bl_selectBlock_check:hover {
    color: #004484;
}
.d_color_toyama:hover {
    color: #5faf2f;
}
.d_color_ishikawa:hover {
    color: #29a1df;
}
.d_color_fukui:hover {
    color: #de4348;
}
.bl_selectBlock_content {
    width: calc(100% - 185px);
}
.bl_selectBlock_check {
    display: inline-block;
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 20px;
}
.bl_selectBlock_check:last-child {
    margin-right: 0;
}
.bl_selectBlock_release {
    text-align: center;
    color: #fff;
    background-color: #333;
    padding: 15px 0;
}
.js_release {
    cursor: pointer;
}
@media screen and (max-width:640px) {
    .main_top {
        height: 132px;
        margin: 60px 0 0;
    }
    .main_top::before {
        top: 100px;
    }
    .main_top::after {
        top: 106px;
    }
    .main_top span {
        font-size: 24px;
        padding: 48px 0 0;
    }
    .bl_selectBlock_wrapper_wrapper {
        display: block;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 30px;
    }
    .bl_selectBlock_content {
        width: 100%;
    }
}