/*==========================================================================
  # search.css
  検索共通CSS

  ## Filepath
  /search/css/

  ## History
  2019/05/08 アイコンスタイル追加
==========================================================================*/

/* 検索ページ全体
   ========================================================================== */

   .btn_arrow01::after {
    content: "";
    right: 12px;
}

.btn_arrow01::after {
    background: url(/static/image-cmn/ico-arrow-white-right.svg) 0 0 / contain no-repeat;
    color: #fff;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
}

.search_area .search_area_list li .btn_arrow01::after {
    content: none;
}

.btn_com.btn01.btn_arrow01.active {
    background-color: #f45b89;
    border: 1px solid #f45b89;
    color: #FFF;
    pointer-events: none;
}

.btn_arrow_red::after {
    content: "";
    right: 12px;
}

.btn_arrow_red::after {
    background: url(/static/image-cmn/ico-arrow-red-right_02.svg) 0 0 / contain no-repeat;
    color: #fff;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
}

.search_top + .search_area_wrap .search_area .search_area_buttons .btn_com::after,
.search_area_wrap .search_area02 .search_area_list .btn_com::after {
    right: 4px;
    background: url(/static/image-cmn/ico-arrow-red-right_02.svg) 0 0 / contain no-repeat;
    color: #fff;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    content: "";
}

.search_top + .search_area_wrap .search_area .search_area_buttons .btn_com.nolink::after {
    content: none;
}

.search_all_list:not(#list_area_div) .search_block_special:last-of-type {
    margin-bottom: 12px;
}

.search_block_special .btn_member.btn_arrow01::after {
    background: url(/static/image-cmn/ico-arrow-pink-right.svg) 0 0 / contain no-repeat;
}

.search_block_special .btn_member.btn_arrow01:hover::after {
    background: url(/static/image-cmn/ico-arrow-white-right.svg) 0 0 / contain no-repeat;
}

.btn_arrow_down::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 40%;
}

.btn_arrow_up::after,
.search_area_viewmore .btn_arrow01:not(.btn_arrow_down)::after,
.search_terms .btn_arrow01:not(.btn_arrow_down)::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 35%;
}

.btn_arrow01.btn_arrow_down .arrow_down_text {
    display: block;
}
.btn_arrow01:not(.btn_arrow_down) .arrow_down_text {
    display: none;
}
.btn_arrow01.btn_arrow_down .arrow_up_text {
    display: none;
}
.btn_arrow01:not(.btn_arrow_down) .arrow_up_text {
    display: block;
}

.search_terms .btn_arrow_down::after,
.search_terms .btn_arrow_up::after {
    display: initial;
}

.area_all_wrap {
    display: flex;
    justify-content: space-between;
}

.area_left {
    max-width: 660px;
}
.area_right {
    width: 300px;
}
.area_right img {
    width: 100%;
}

@media screen and (max-width:767px) {
    h1 .txtnw {
        white-space: normal;
    }
    .search_all_list:not(#list_area_div) .search_block_special:last-of-type {
        margin-bottom: 12px;
    }

    .area_all_wrap {
        display: block;
    }
    .area_left,
    .area_right {
        width: 100%;
        max-width: 100%;
    }
}

/* 検索header画像
   ========================================================================== */
.com_box_ttl.header_ttl {
    background: url(/static/image-cmn/header/bg_header.png) no-repeat center #fdf4f5;
    background-size: 1060px auto;
    padding: 0;
    box-shadow: none;
    border: none;
    position: relative;
}

    .com_box_ttl.header_ttl::before {
        content: '';
        width: 1060px;
        height: 85px;
        display: block;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);
        position: absolute;
        margin: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .com_box_ttl.header_ttl.header_ttl_01 {
        background-image: url(/static/image-cmn/header/bg_header_01.png);
    }
    .com_box_ttl.header_ttl.header_ttl_02 {
        background-image: url(/static/image-cmn/header/bg_header_02.png);
    }
    .com_box_ttl.header_ttl.header_ttl_03 {
        background-image: url(/static/image-cmn/header/bg_header_03.png);
    }
    .com_box_ttl.header_ttl.header_ttl_04 {
        background-image: url(/static/image-cmn/header/bg_header_04.png);
    }
    .com_box_ttl.header_ttl.header_ttl_05 {
        background-image: url(/static/image-cmn/header/bg_header_05.png);
    }
    .com_box_ttl.header_ttl.header_ttl_06 {
        background-image: url(/static/image-cmn/header/bg_header_06.png);
    }
    .com_box_ttl.header_ttl.header_ttl_07 {
        background-image: url(/static/image-cmn/header/bg_header_07.png);
    }
    .com_box_ttl.header_ttl.header_ttl_08 {
        background-image: url(/static/image-cmn/header/bg_header_08.png);
    }
    .com_box_ttl.header_ttl.header_ttl_09 {
        background-image: url(/static/image-cmn/header/bg_header_09.png);
    }
    .com_box_ttl.header_ttl.header_ttl_10 {
        background-image: url(/static/image-cmn/header/bg_header_10.png);
    }
    .com_box_ttl.header_ttl.header_ttl_11 {
        background-image: url(/static/image-cmn/header/bg_header_pref.png);
    }
    .com_box_ttl.header_ttl.header_ttl_12 {
        background-image: url(/static/image-cmn/header/bg_header.png);
    }


.header_ttl .wrap {
    min-height: 238px;
    height: 100%;
}

.header_ttl h1 {
    bottom: 18px;
    color: #fff;
    position: absolute;
    left: -5px;
    padding: 0;
    font-size: 1.7rem;
    letter-spacing: .05em;
    font-weight: 600;
    display: inline-block;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 20%), -2px -2px 5px rgb(0 0 0 / 20%), 2px -2px 5px rgb(0 0 0 / 20%), -2px 2px 5px rgb(0 0 0 / 20%);
    width: auto;
}

.search_top_subttl_wrap {
    display: block;
    margin: 0;
    padding: 0;
}

.header_ttl h1 .sitename {
    font-size: 1.7rem;
}

.txtnw {
    font-size: 2rem;
    letter-spacing: .05em;
}

.ttl_img_txt {
    position: absolute;
    top: 15px;
    right: -15px;
    padding: 0;
}

.ttl_img_txt p {
    font-size: 25px;
    letter-spacing: 0.01em;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 50%), -2px -2px 5px rgb(0 0 0 / 30%), 2px -2px 5px rgb(0 0 0 / 30%), -2px 2px 5px rgb(0 0 0 / 30%);
    word-break: break-all;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.search_ttl {
    text-align: center;
    font-size: 1.8rem;
    padding: .5em 0 0 0;
    margin-left: -0.2em;
    margin-bottom: .5em;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.search_top_txt + .search_ttl {
    margin-top: 1em;
}

.search_ttl:before {
    color: #62b086;
    content: "\e8b6";
    font-family: "Material Icons";
    font-size: 3.4rem;
    font-weight: normal;
    margin: auto 0;
    text-align: center;
    line-height: 1;
    display: inline-flex;
    vertical-align: middle;
}

.serch_method .search_ttl {
    padding: 0;
}

@media screen and (max-width:767px) {
    .com_box_ttl.header_ttl {
        background-size: cover;
    }

    .header_ttl .wrap {
        min-height: 20%;
        margin: 0;
    }

    .header_ttl h1 {
        position: static;
        margin: 40% 0 0;
        font-size: 2rem;
        border: none;
    }

    .search_top_subttl_wrap {
        margin: 0.25em 0.5em;
    }

    .com_box_ttl h1,
    .com_box_ttl h1 .txtnw {
        font-size: 1.8rem;
    }

        .com_box_ttl h1 .sitename {
            font-size: .75em;
            display: inline-block;
        }

    .ttl_img_txt {
        top: 8px;
        right: 8px;
    }

        .ttl_img_txt p {
            font-size: 1.7rem;
        }
}

/* 検索ページトップ
   ========================================================================== */
.search_top {
    margin-bottom: 0;
}
 .search_top ul {
    margin-top: 11px;
}
 @media screen and (max-width:767px) {
    .search_top ul img {
        width: 100%;
    }
   }
#category_list ul {
    padding: 22px 12px 22px 12px;
    margin-top: 0;
}
#category_list li {
    padding: 3px 0 3px 36px;
}

.search_top_subttl {
    font-size: 1.8rem;
    white-space: normal;
}

.search_top_total {
    align-items: center;
    border: solid 2px #ffc2d9;
    margin: 0;
    width: 660px;
    padding: 13px 17px;
}

.search_top_count {
    font-weight: 600;
    text-align: center;
    padding: 0;
}

.search_top_total .search_top_count {
    width: 462px;
}

    .search_top_count span {
        color: #ff3800;
        padding: 0 8px;
        position: relative;
    }

    .search_box_btns.search_box_btns_1 .search_top_count span {
        font-size: 2rem;
    }

        .search_top_count span i.rotate {
            font-size: 32px;
        }

.material-icons.rotate {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(-360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(-360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.search_top_count span::after {
    color: #333;
    content: "件";
    font-size: 2rem;
}

.search_box_btns.search_box_btns_1 .search_top_count span::after {
    font-size: 1.4rem;
}

.search_top_viewlist {
    width: 160px;
}

    .search_top_viewlist a {
        font-size: 1.6rem;
    }

        .search_top_viewlist a.btn_arrow_down::after {
            display: block;
        }

.search_top_txt {
    line-height: 1.5;
    font-size: 16px;
}

    .search_top_txt + .com_ac_unit {
        font-size: 15px;
        line-height: 1.5;
        margin: .5em 1em .75em;
    }

.search_top_controls {
    justify-content: center;
    margin-bottom: .75em;
}

.serch_method .search_top_controls {
    margin-bottom: 0;
}

.search_top_controls li a {
    font-size: 1.7rem;
    letter-spacing: .05em
}

.serch_method .search_top_controls li a {
    text-shadow: 1px 1px 1px rgba(0,0,0, .3);
    letter-spacing: 0.07em;
    align-items: normal;
}

.search_top_controls li a .sub_txt {
    font-size: 1.5rem;
    margin-left: 1px;
    position: relative;
    top: 2px;
}

.serch_method .search_top_controls li a .sub_txt {
    text-shadow: none;
    letter-spacing: normal;
}

.search_top_controls li a {
    background: #ea6094;
    border: 1px solid #bf4d70;
    border-bottom: 3px solid #bf4d70;
    padding: 0.65em 0;
    font-weight: 600;
}

.search_feature_btn {
    font-weight: 600;
}

@media screen and (min-width:768px), print {
    .search_top_content {
        width: 680px;
        display: flex;
        flex-direction: column;
    }

        .search_top_content ul {
            margin-top: 0;
        }

    .search_top_total {
        margin-bottom: 16px;
        padding: 15px 20px;
    }


    .search_top_count {
        font-size: 2rem;
        padding: 3px 0 0;
    }

    .search_top_total p.search_top_count {
        width: 440px;
    }

    .search_top_count span {
        font-size: 2.4rem;
    }

    .search_top_txt {
        padding: 0;
        margin: 0 auto 34px;
        width: 660px;
    }

        .search_top_txt + .search_top_controls {
            margin-top: 15px;
        }

    .search_top_controls {
        padding: 0 10px;
    }

        .search_top_controls li {
            width: 28%;
            margin: 0 6px;
        }

    .serch_method .search_top_controls li {
        line-height: 1;
    }

    .search_top_controls li a {
        padding: 10px 15px 10px 3px;
    }

    .search_top_controls li.txt_long a {
        flex-wrap: wrap;
        height: 100%;
        letter-spacing: normal;
        padding-left: .75em;
        padding-right: 2em;
    }

    .search_top_viewlist a {
        letter-spacing: .05em;
        padding: 10px 15px 10px 3px;
    }

    .bnr_sidepay {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .bnr_sidepay img {
        height: auto;
        width: 300px;
    }
    .bnr_sidepay a {
        display: flex;
        justify-content: center;
    }

    .bnr_sidepay p {
        font-weight: bold;
        position: absolute;
        margin-top: revert;
    }

    .bnr_sidepay .basic_know {
        color: #36925f;
        text-align: center;
        margin-top: 7px;
    }

    .bnr_sidepay .basic_know .em,
    .bnr_sidepay .term-dict .em {
        color: #000;
    }

    .bnr_sidepay .term-dict {
        color: #ea6094;
        text-align: center;
        margin-top: 7px;
    }

    .bnr_sidepay .term-type {
        color: #0d7dbf;
    }

    .bnr_sidepay_wrap {
        margin: 10px 0 23px;
    }

    .search_top > ul {
        width: 300px;
    }

    .search_top > ul img {
        width: 300px;
    }

    .search_top > ul li:not(:last-child) {
        margin-bottom: 19px;
    }

    .detail_bn_ikiiki li {
        margin-bottom: 0 !important;
    }
    .detail_bn_ikiiki {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .detail_bn_ikiiki p {
        margin-top: 4px;
    }  
    .side_menu {
        margin-top: 20px;
    }
    .search_top > ul a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width:767px) {
    .search_top_subttl {
        font-size: 1.4rem;
    }

    .search_block_wrap {
        width: 100%;
    }

    .search_block:not(.search_block_special) .search_block_wrap {
        padding: 0;
    }

    .search_top_total {
        margin-bottom: 15px;
        padding: 10px;
        width: 100%;
    }

    .search_top_content {
        margin: 0 auto;
    }

    .search_top_content .search_top_count {
        width: 100%;
        margin-bottom: 10px;
    }

    .search_top_total p.search_top_count {
        width: 100%;
    }

    .search_top_count {
        font-size: 1.6rem;
        padding-bottom: 8px;
    }

        .search_top_count span {
            font-size: 2.6rem;
        }

            .search_top_count span:after {
                font-size: 1.6rem;
                margin-left: 4px;
            }

    .search_top_viewlist {
        margin: 0 auto 5px;
    }

    .search_top_txt {
        padding-bottom: 10px;
        width: 100%;
    }

        .search_top_txt + .com_ac_unit {
            margin: 0 0 .75em;
        }

    .search_top_controls {
        border-radius: 5px;
        padding: 0;
        overflow: hidden;
    }

        .search_top_controls li {
            width: calc(100% / 3);
        }

            .search_top_controls li a {
                border-radius: 0;
                display: flex;
                flex-wrap: wrap;
                height: 100%;
                padding: 10px 22px 10px 8px;
            }

    .serch_method .search_top_controls li a {
        align-items: center;
        letter-spacing: normal;
    }

    .search_top_controls li:nth-of-type(n+2) a {
        border-left: 1px solid #fde6e8;
    }

    .search_top_controls li a .sub_txt {
        font-size: .9em;
    }

    .search_top_viewlist a {
        padding: 10px 10px 10px 3px;
    }

    .search_bottom {
      margin-bottom: 30px;
    }
}

@media screen and (max-width:374px) {
    .search_top_controls li a {
        font-size: 1.3rem;
        padding: 10px 18px 10px 5px;
    }
}

/* 検索条件
   ========================================================================== */
.search_frame_ttl_wrap {
    align-items: center;
    background: #f0f9e0;
    border-bottom: 1px solid #a4bd71;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    position: relative;
}

.search_frame_ttl::before {
    content: "";
    height: 36px;
    position: absolute;
    width: 36px;
}

.search_frame_ttl01::before {
    background: url(/static/search/image/ico-map.png) 0 0 / 36px 36px no-repeat;
}

.search_frame_ttl02::before {
    background: url(/static/search/image/ico-house.png) 0 0 / 36px 36px no-repeat;
}

.search_frame_ttl03::before {
    background: url(/static/search/image/ico-family.png) 0 0 / 36px 36px no-repeat;
}

.search_frame_top_expecial a {
    font-size: 1.8rem;
}

.search_frame_subttl {
    align-items: baseline;
    font-size: 1.8rem;
    font-weight: 600;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

    .search_frame_subttl span {
        font-size: 1.4rem;
    }

        .search_frame_subttl span.city_txt {
            font-weight: normal;
        }

.search_group_checkbox {
    justify-content: flex-start;
}

.com_checkbox01_parts::before {
    background: #fff;
    border: 1px solid #a0a0a0;
}

.com_checkbox01:disabled + .com_checkbox01_parts::before {
    background: #ddd;
    border-color: #ccc;
}

.com_checkbox01:checked + .com_checkbox01_parts::after {
    top: 3px;
}

.com_checkbox01:checked + .com_checkbox01_parts {
    font-weight: 600;
}

.search_group_checkbox.pref_list li .com_checkbox01_parts {
    cursor: auto;
    padding-left: 0;
}

.search_group_checkbox.pref_list .com_checkbox01_parts::before {
    content: none;
}

.search_group_checkbox li.city_li {
    font-weight: 600;
    width: 100%;
}

.search_group_checkbox li label {
    display: inline-block;
    height: 100%;
    position: relative;
}

.search_group_checkbox li .com_checkbox01_parts {
    display: block;
    font-size: 1.2rem;
}

#search_select_region > div:nth-child(4) > ul > li {
    margin-bottom: 15px;
}

#search_select_region > div:nth-child(5) > ul > li {
    margin-bottom: 28px;
}

    #search_select_region > div:nth-child(4) > ul > li > label > span,
    #search_select_region > div:nth-child(5) > ul > li > label > span {
        padding-top: 3px;
    }

.search_group_checkbox li a,
.search_group_checkbox li label span.com_checkbox01_parts {
    font-size: 1.5rem;
}

.search_group_checkbox li span.search_disable {
    color: #b3b3b3;
    font-size: 1.5rem;
}

.search_group_checkbox li span.search_able {
    font-size: 1.5rem;
}

.search_check_number {
    color: #000;
    display: inline-block;
    font-weight: normal;
    font-size: 1.2rem;
}

.search_feature_btn::after {
    height: 18px !important;
    right: 20px;
    top: 13px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 11px !important;
}

.search_feature_btn.btn_arrow_down::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search_feature_note {
    font-size: 1.6rem;
}

.search_frame_viewmore {
    display: none;
    padding-top: 5px;
}

.search_form {
    align-content: stretch;
    align-items: center;
    background: #49946a;
    border: 1px solid #1e653d;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.search_area_viewmore + .search_form,
.search_frame2.search_frame_arrow + .search_form {
    margin-top: 55px;
}

.search_form dt {
    color: #fff;
    position: relative;
}

.search_form dd {
    background: #f0f9e0;
}

    .search_form dd input[type="text"] {
        border: 2px solid #1e653d;
        border-radius: 8px;
        height: 40px;
        padding: 0 24px;
        width: 100%;
    }

.search_count_submit {
    margin-top: 30px;
}

.search_submit a {
    border-radius: 50px;
    position: relative;
    color: #fff;
    border-bottom: 3px solid #c72265;
}

.search_frame2 {
    position: relative;
    margin-top: 5px;
}

    .search_frame2 .center {
        text-align: center;
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.5;
    }

.search_frame_ttl_wrap.search_frame_ttl_wrap2 {
    text-align: center;
    border: none;
    background: linear-gradient(to bottom, transparent calc(50% - 1px), #dd4573 calc(50% - 1px), #dd4573 calc(50%), transparent calc(50%));
    margin-bottom: 0;
    overflow: hidden;
}

.search_frame_ttl.search_frame_ttl_step {
    font-size: 2.3rem;
    width: 100%;
    padding: 0;
}

    .search_frame_ttl.search_frame_ttl_step > span {
        background: #fff;
        padding: 0 1em;
        margin: 0 auto;
        display: inline-block;
        font-size: 2.3rem;
    }

.search_frame_ttl_step span.ttl_step {
    display: inline-block;
    background: #F75586;
    color: #fff;
    border-radius: 25px;
    line-height: 25px;
    font-size: 1.6rem;
    padding: 4px 2em;
    margin-right: .6em;
}

.search_select_box {
    border: solid 2px #f75586;
    padding: 27px 0 0 0;
}

#search_select_region .search_select_box {
    padding: 32px 22px 18px;
}

.search_frame_arrow {
    position: relative;
    padding-top: 52px;
    margin-top: 25px;
}

    .search_frame_arrow:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 33px 0 33px;
        border-color: #ffa3c0 transparent transparent transparent;
        position: absolute;
        top: 0;
        left: calc(50% - 33px)
    }

.search_frame_btn a {
    font-size: 1.5rem;
    padding: 0 0 0 20px;
    display: inline-block;
    background: url(/static/contents/pc/useful/image_cmn/list_mark.gif) no-repeat left center;
}

.pref_search_list {
    border-bottom: solid 2px #dd4573;
    padding-bottom: 6px;
    padding-left: 7px;
    margin: 0;
    position: relative;
}

    .pref_search_list a {
        font-size: 1.8rem;
        font-weight: 600;
        padding-left: 2.5em;
    }

        .pref_search_list a::before {
            content: "\e5cf";
            font-family: "Material Icons";
            position: absolute;
            left: 16px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 2em;
            padding-bottom: 4px;
        }


    .pref_search_list .search_check_number {
        font-size: 1.4rem;
    }

.search_modal {
    display: block;
    margin: 0 auto 6px;
    text-align: center;
    font-size: 1.6rem;
}

.search_modal-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}

    .search_modal-link::before {
        content: "";
        position: absolute;
        top: 48%;
        left: 0;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: url(/static/image-cmn/icon_question.png) no-repeat center / contain;
    }

@media screen and (min-width: 768px), print {
    .search_frame {
        border: 1px solid #a4bd71;
        margin-bottom: 20px;
    }

    .search_frame_ttl_wrap {
        margin-bottom: 20px;
        min-height: 57px;
        padding: 8px 10px;
    }

    .search_frame_ttl {
        font-size: 2.2rem;
        padding: 8px 0 8px 66px;
        width: calc(100% - 300px);
    }

        .search_frame_ttl span {
            font-size: 1.7rem;
            margin-left: 1px;
            position: relative;
        }

        .search_frame_ttl::before {
            left: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .search_frame_btn {
        position: absolute;
        right: 0;
        bottom: 1em;
    }

    .search_disc {
        overflow: hidden;
        position: relative;
    }

    .search_subframe {
        width: 100%;
        padding: 0 8px;
    }
    .subframe_modal_popup .search_subframe {
        padding: 0 17px 15px 20px;
    }

    .search_frame_subttl.js_frame_sp_toogle,
    .search_group_area h4.search_frame_subttl.js_frame_sp_toogle {
        display: none;
    }

    #js_search_viewmore .search_frame_subttl.js_frame_sp_toogle,
    h4.search_frame_subttl.js_frame_sp_toogle {
        display: block;
    }
    
    @media screen and (min-width: 768px), print {
    #js_search_viewmore .search_frame_subttl.js_frame_sp_toogle,
    h4.search_frame_subttl.js_frame_sp_toogle {
        display: none;
    }
    }

    .search_subframe.search_group_area {
        position: relative;
        padding-top: 8px;
    }

    .search_group_area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 612px;
        height: 1px;
        display: block;
        background: #ffc2d9;
    }

    .subframe_modal_wrap .search_group_area::before {
        width: 90%;
    }

    .subframe_modal_wrap .search_group_area {
        padding-top: 15px;
    }

    .search_group_area.search_group_city {
        border-top: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .search_group_area.search_group_city::before {
        content: none;
    }

    .search_group_area.js_wrap_checkall ul {
        background: #fdf4f5;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .subframe_modal_popup .search_group_area.js_wrap_checkall ul {
        margin-right: 60px;
    }

    .search_group_area.js_wrap_checkall ul li:first-child {
        background: #fff;
        padding-bottom: 16px;
        padding-left: 0;
        margin-bottom: 17px;
    }
    .subframe_modal_popup .search_group_area.js_wrap_checkall ul li:first-child {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .search_group_area.js_wrap_checkall ul li:not(:first-child) {
        padding-left: 16px;
    }
    .subframe_modal_popup .search_group_area.js_wrap_checkall ul li:not(:first-child) {
        padding-left: 30px;
    }

    .search_group_area .search_group_checkbox {
        width: auto;
    }

    #search_select_facilitytype > div.search_subframe {
        padding-bottom: 19px;
    }

    .search_frame_subttl {
        background: #ffe7ef  url(/static/search/image/bg-ttl.png) right center no-repeat;
        margin-bottom: 15px;
        padding: 10px 21px;
        pointer-events: none;
    }

    .subframe_modal_wrap > p.search_frame_subttl {
        margin: 0 auto 20px;
        width: 860px;
    }

    .search_frame_top_expecial {
        pointer-events: auto !important;
    }

    .search_group_checkbox {
        justify-content: flex-start;
        margin: 15px 0;
        width: 100%;
    }

    .search_group_area .search_group_checkbox {
        margin: 17px 0 0;
        width: 100%;
    }

    .subframe_modal_wrap .search_group_checkbox {
        margin: 0 auto;
        padding-left: 0;
        width: 765px;
    }

        .subframe_modal_wrap .search_group_checkbox li {
            width: 255px;
        }

            .subframe_modal_wrap .search_group_checkbox li.city_li {
                width: 100%;
            }

    .search_frame_viewmore .search_group_checkbox {
        justify-content: flex-start;
    }

    #search_select_facilitytype .search_group_checkbox,
    #search_select_condition .search_group_checkbox {
        margin-top: 0;
    }

    .search_group_checkbox li {
        margin-bottom: 12px;
        width: 25%;
        letter-spacing: -0.07rem;
    }

    .search_group_checkbox.col_3 li {
        width: 33.3333%;
    }

    #search_select_facilitytype .search_group_checkbox li {
        margin-bottom: 14px;
    }

    #search_select_facilitytype .search_group_checkbox li:nth-child(4n) {
        width: 225px;
    }

    #search_select_facilitytype .search_group_checkbox li .com_checkbox01_parts {
        padding-top: 3px;
    }

    .search_group_checkbox li label {
        display: flex;
        width: 100%;
    }

    .com_checkbox01_parts::before {
        top: 1px;
    }

    .search_group_checkbox li .com_checkbox01_parts {
        align-items: center;
        padding: 3px 0 2px 24px;
        width: 100%;
    }

    .subframe_modal_popup .search_group_checkbox li .com_checkbox01_parts {
        padding: 3px 15px 2px 28px;
    }

    .search_frame_subttl .com_checkbox01_parts {
        padding: 4px 0 4px 25px;
    }

    .search_checkbox_haft {
        width: calc((100% - 21px ) * 2/3) !important;
    }

    .search_feature_btn {
        margin: 32px auto 8px;
        max-width: 260px;
        padding: 12px 20px 12px 3px;
    }

    .search_screen_condition .search_feature_btn {
        max-width: 240px;
    }

    .search_feature_note {
        padding-bottom: 5px;
        text-align: center;
    }

        .search_feature_note::before {
            position: relative;
        }

    .search_form {
        width: 660px;
    }

        .search_form::after {
            border-color: transparent transparent transparent #49946a;
            border-style: solid;
            border-width: 40px 0 40px 32px;
            content: "";
            height: 80px;
            left: 180px;
            position: absolute;
            top: -9px;
            width: 24px;
            z-index: 2;
        }

        .search_form dt {
            background: url(/static/search/image/ico-search.png) 12px center no-repeat;
            font-size: 2rem;
            letter-spacing: .8px;
            padding: 10px 0 8px 32px;
            text-align: right;
            width: 180px;
        }

        .search_form dd {
            padding: 10px 20px 10px 50px;
            width: calc(100% - 180px);
        }

            .search_form dd input[type="text"] {
                font-size: 1.8rem;
            }

                .search_form dd input[type="text"]::-webkit-input-placeholder {
                    padding-top: 4px;
                }

    .search_top_searchcount {
        margin-bottom: 17px;
    }

    .search_count_submit_wrap {
        text-align: center;
    }

    .search_count_submit {
        display: inline-block;
        margin-top: 22px;
    }

        .search_count_submit p {
            display: inline-block;
        }

    .search_submit {
        margin: 0 auto 13px;
        width: 270px;
    }

        .search_submit a {
            font-size: 1.9rem;
            padding: 9px 0px 8px 46px;
        }

            .search_submit a span {
                font-size: 2rem;
            }

            .search_submit a.btn_com:hover {
                color: #fff;
            }
}

@media screen and (max-width: 767px) {
    #search_select_region > div:nth-child(4) > ul > li,
    #search_select_region > div:nth-child(5) > ul > li {
        margin: 14px 0;
    }

    #search_select_region {
        padding-top: 20px;
    }

    .com_checkbox01:checked + .com_checkbox01_parts::after {
        top: 2px;
    }

    .search_frame {
        border: 2px solid #a4bd71;
        margin-bottom: 10px;
    }

    .search_frame_ttl_wrap {
        font-size: 1.8rem;
        margin-bottom: 16px;
        min-height: 56px;
        padding: 6px 10px;
    }

    .search_frame_ttl {
        font-size: 1.8rem;
        padding: 3px 0 0 47px;
    }

        .search_frame_ttl span {
            display: inline-block;
            font-size: 1.4rem;
        }

        .search_frame_ttl::before {
            left: 10px;
            top: 10px;
        }

        .search_frame_ttl.search_frame_ttl_step > span {
            line-height: 1.2;
            font-size: 1.8rem;
            padding: 0 .2em;
        }

    .search_frame_ttl_step span.ttl_step {
        margin: 0 auto .5em;
        display: table;
        font-size: 1.6rem;
    }

    .search_frame2 .center {
        text-align: left;
        margin: .2em 0 25px;
    }

    .search_select_box {
        padding-top: 13px;
    }

    .search_frame_btn {
        margin: 0;
    }

    #search_select_region .search_select_box {
        position: relative;
        padding: 15px 12px 12px;
    }

    .search_group_area::before {
        width: 90%;
    }

    .search_frame_btn a {
        font-size: 1.6rem;
        padding: 9px 30px 9px 20px;
    }

    .search_subframe {
        padding: 0;
    }
    .subframe_modal_popup .search_subframe {
        padding: 0 12px 13px 12px;
    }

    .search_subframe:nth-of-type(n + 2) {
        margin-top: 13px;
    }
    .subframe_modal_popup .search_subframe:nth-of-type(n + 2) {
        margin-top: 0;
    }

    .pref_search_list {
        margin: 0 0 8px 0;
        padding-left: 0;
        border-bottom: none;
    }

    .pref_search_list a {
        padding-left: 2em;
    }
    .pref_search_list a::before {
        left: -5px;
    }

    .subframe_modal_wrap > p.search_frame_subttl {
        margin-bottom: 10px;
    }

    .search_frame_subttl {
        background: #ffe7ef  url(/static/image-cmn/bg-whitestripe-1x2-50.png) repeat;
        display: block;
        padding: 10px 30px 10px 12px;
        position: relative;
    }

        .search_frame_subttl::after {
            background: url(/static/image-cmn/ico-arrow-pink-right.svg) center center / contain no-repeat;
            content: "";
            height: 18px;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
            width: 10px;
        }

    .search_frame_top_expecial::after {
        display: none;
    }

    .search_frame_hide::after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .search_frame_top_expecial a {
        font-weight: 600;
    }

    .search_frame_top_expecial .com_checkbox01:checked + .com_checkbox01_parts::after {
        top: 2px;
    }

    .search_frame_subttl span {
        display: inline-block;
        font-weight: normal;
    }

    .search_group_checkbox {
        padding: 1px 12px 0;
        margin: 0;
    }

    .search_group_checkbox li {
        margin: 6px 0;
        width: 100% !important;
    }

    .search_group_checkbox li .com_checkbox01_parts {
        display: block;
        padding: 2px 0 2px 30px;
        position: relative;
    }

    .js_frame_sp_content {
        display: none;
    }

    .subframe_modal_wrap .search_subframe:first-child > ul,
    #search_select_region > div:nth-child(2) > ul,
    #search_select_region > div.search_select_box > div:first-child ul {
        display: block;
    }

    .js_frame_sp_content li {
        margin: 18px 0;
    }

        .js_frame_sp_content li:last-child {
            margin-bottom: 8px;
        }

    .com_checkbox01_parts::before {
        top: 0;
    }

    .search_feature_btn {
        font-size: 1.8rem;
        margin: 20px auto 6px;
        max-width: 280px;
        padding: 15px 15px 15px 3px;
    }

    .search_screen_condition .search_feature_btn {
        max-width: 200px;
    }

    .search_feature_note {
        line-height: 1.5;
        padding-bottom: 15px;
    }

    .search_form {
        margin-bottom: 19px;
    }

        .search_form dt {
            background: url(/static/search/image/ico-search.png) 15px center / 20px auto no-repeat;
            box-sizing: border-box;
            font-size: 1.8rem;
            height: 39px;
            letter-spacing: .5px;
            padding: 10px 0 8px 42px;
            width: 100%;
        }

        .search_form dd {
            padding: 9px 14px;
            width: 100%;
        }

            .search_form dd input[type="text"] {
                font-size: 1.6rem;
                height: 50px;
            }

                .search_form dd input[type="text"]::-webkit-input-placeholder {
                    padding-top: 4px;
                    font-size: .8em;
                }

    .search_top_searchcount {
        align-items: baseline;
        display: flex;
        justify-content: center;
        margin-bottom: 7px;
    }

    .search_submit {
        margin: 0 auto 37px;
        width: 280px;
    }

        .search_submit a {
            box-sizing: border-box;
            font-size: 1.4rem;
            letter-spacing: .5px;
            padding: 17px 3px 9px 40px;
        }

            .search_submit a span {
                font-size: 2.2rem;
                position: relative;
                top: -4px;
            }
}

@media screen and (max-width:348px) {
    .search_frame_ttl span {
        display: inline-block;
    }
}

/* 入居時の身体条件について
   ========================================================================== */
.modal_box.modal_condition {
    background: #fbfff2;
}

    .modal_box.modal_condition .modal_close_btn {
        border: none;
        background: #ea6094;
        box-shadow: 0px 4px rgba(0,0,0, 0.2);
    }

.ttl_md_condition {
    text-align: center;
}

    .ttl_md_condition span {
        text-align: center;
        color: #fff;
        background: #49946a;
        display: inline-block;
        font-size: 2.5rem;
        font-weight: 600;
        margin: 0 auto 1em;
        padding: .3em 1em;
    }

.modal_condition_wrap {
    margin: 0 auto 1em;
}

.modal_conditon_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #49946b;
}

    .modal_conditon_col:last-child {
        border: none;
        padding-bottom: 0;
    }

.md_condition_head {
    width: 80px;
}

    .md_condition_head > p {
        display: flex;
        flex-direction: column;
        font-size: 2rem;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        min-height: 40px;
        padding: 4px 2px;
        width: 100%;
        height: 64px;
        background: #fff;
        border-radius: 4px;
        border: 2px solid;
    }

.md_condition_txt {
    width: calc( 100% - 80px - 6%);
    margin-left: 5.45%
}

    .md_condition_txt dt {
        margin-bottom: .25em;
        border: none;
        font-weight: 600;
    }

    .md_condition_txt dd {
        line-height: 1.625;
        font-size: 1.6rem;
    }

.md_condition_jiritsu {
    border-color: var(--cor-jiritsu);
    color: var(--cor-jiritsu);
    letter-spacing: .3rem;
}

.md_condition_yoshien {
    border-color: var(--cor-shien);
    color: var(--cor-shien);
}

    .md_condition_yoshien dt {
        color: var(--cor-shien);
    }

.md_condition_yokaigo {
    border-color: #e90034;
    color: #e90034;
}

    .md_condition_yokaigo dt {
        color: #e90034;
    }

@media screen and (min-width: 768px) {
    .modal_condition_wrap li {
        padding: 0 0.5em .9em 1.8em;
    }

    .modal_box.modal_condition {
        padding: 40px 50px 10px;
        border-radius: 20px;
    }

        .modal_box.modal_condition .modal_close_btn {
            width: 45px;
            height: 45px;
            background: #ea6094;
            box-shadow: 0px 4px rgba(0,0,0, 0.2);
        }
}

@media screen and (max-width: 767px) {
    .search_modal {
        margin: 0.5em auto 1em;
    }

    .modal_condition_wrap {
        padding: 0 1em;
    }

    .ttl_md_condition span {
        margin-top: 1em;
    }
}


/* 検索結果
   ========================================================================== */
.search_list_ttl {
    align-items: center;
    margin-bottom: 12px;
}

.search_list_subttl {
    position: relative;
}

.ttl01 span.search_list_area {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #f75586;
    border-radius: 14px;
    color: #f75586;
    font-weight: 600;
    font-size: 19px;
    padding: 0.1em 0.4em;
    margin: 0 0 0 12px;
    max-width: 790px;
}

.search_list_ttl.ttl01.search_syuhen_ttl span.fa_name {
    display: inline;
}

.search_list_count {
    color: #e94335;
    font-weight: 600;
    padding-left: 2px;
}

.search_list_number_first::before {
    padding-left: 4px;
}

.search_list_number_first::after {
    content: "～"
}

.search_facility_tab li {
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    color: #000;
    height: 100%;
    text-align: center;
}

    .search_facility_tab li.btn_com.btn03 {
        background: #d3e5af;
    }

        .search_facility_tab li.btn_com.btn03:hover,
        .search_facility_tab li.btn_com.btn03:active {
            color: #2c6a47;
            opacity: .8;
        }

    .search_facility_tab li.btn_arrow01::after {
        background: url(/static/image-cmn/ico-arrow-green-right.svg) 0 0 / contain no-repeat;
        height: 14px;
        width: 8px;
    }

.search_facility_active,
.search_facility_active:hover {
    color: #fff !important;
    background: #49946a !important;
    border: 1px solid #1e653d !important;
    border-bottom: none !important;
    cursor: auto !important;
}

.search_block_more_btns li {
    margin: 0 4px 0 4px
}

.search_block_more_btns li a.btn_reserve {
    font-size: 1.5rem;
}

.search_facility_txt {
    font-size: 1.6rem;
    line-height: 1.5;
}

.search_facility_checkbox {
    justify-content: space-between;
    padding-bottom: 9px;
}

.ico_contact_free {
    background: #ef6d7c;
    border-radius: 200px;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: .1em;
    margin-right: 12px;
    padding: 2px 8px 2px 10px;
    position: relative;
    top: -1px;
}

.search_facility_check {
    position: relative;
    padding-left: 25px;
}

    .search_facility_check::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border: 1px solid #a0a0a0;
        border-radius: 4px;
        background: #fff;
    }

    .search_facility_check::after {
        content: "";
        display: block;
        position: absolute;
        top: 42%;
        left: 7px;
        transform: translateY(-50%) rotate(40deg);
        width: 8px;
        height: 13px;
        border-bottom: 3px solid #2c6a47;
        border-right: 3px solid #2c6a47;
        opacity: 0;
        animation-name: draw;
        animation-duration: 1.5s;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }

@keyframes draw {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
        transform: translateY(-80%) rotate(40deg);
    }

    50% {
        opacity: 1;
        transform: translateY(-50%) rotate(40deg);
    }

    100% {
        opacity: 1;
    }
}

.search_facility_inner {
    align-items: center;
    background: #d2e5ae;
    position: relative;
    margin-left: auto;
}

    .search_facility_inner::after {
        border-color: #d2e5ae transparent transparent transparent;
        border-style: solid;
        border-width: 10px 6px 0 6px;
        bottom: -9px;
        content: "";
        height: 0;
        position: absolute;
        width: 0;
    }

.search_facility_checkbox_down .search_facility_inner::after {
    border-color: transparent transparent #d2e5ae transparent;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    content: "";
    height: 0;
    position: absolute;
    top: -9px;
    width: 0;
}

.search_facility_link a {
    font-size: 1.6rem;
    padding: 4px 20px 3px 13px;
    flex-wrap: wrap;
}

    .search_facility_link a.catalog_page {
        font-size: 1.6rem;
        padding: 4px 20px 3px 13px;
        flex-wrap: wrap;
    }

.search_facility_link .btn01 {
    background: #49946a;
    border: 1px solid #1e653d;
}

.search_facility_checkall {
    border-left: 1px solid #64af86;
    font-size: 1.4rem;
    margin-left: 5px;
    padding: 7px 0 7px 15px;
    width: 97px;
}

.catalog_page_text-top {
    display: block;
		font-size: 18px;
    width: 100%;
}

.catalog_page_text-bottom {
    display: block;
    font-size: 12px;
}

.search_facility_checkall label {
    cursor: pointer;
}

/* 施設情報ブロック */
.search_block {
    align-items: center;
    border: 1px solid #64af86;
    border-top-width: 3px;
    margin-bottom: 12px;
    position: relative;
}

.search_block_thumbs li {
    border: 4px solid #fff;
    box-shadow: 0 0 5px 0 rgba(220, 220, 220, 1);
}

    .search_block_thumbs li:nth-child(n + 4) {
        display: none;
    }

.search_block_lbl {
    background: #49946a;
    color: #fff;
    display: inline-block;
}

.search_block_ttl {
    font-weight: 600;
}

.search_simplify .search_block_ttl a {
    padding-left: 0;
    vertical-align: middle;
}

.search_block_ttl a:before {
    content: "";
    position: absolute;
    left: -32px;
    top: calc(50% - 11px);
    height: 22px;
    width: 22px;
    background: #64af86;
    border-radius: 50%;
}

.search_block_special .search_block_ttl a:before {
    background: #ef6d7c;
}

.search_block_ttl a:after {
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: absolute;
    left: -24px;
    top: calc(50% - 5px);
}

.search_simplify .search_block_ttl a:before,
.search_simplify .search_block_ttl a:after {
    display: none;
}

.pc_style .search_block_ttl a:hover,
.tablet_style .search_block_ttl a:active,
.sp_style .search_block_ttl a:active {
    color: #64af86;
}

.search_block_detail_wrap {
    position: relative;
    align-items: flex-start;
    margin-bottom: 0;
}

.saerch_block_control_btns li a:hover {
    opacity: .7;
}

.search_block_tbl {
    background: transparent;
    border-collapse: separate;
    border-spacing: 0;
    padding: 0;
    width: 450px;
}

.search_block_tbl th {
    background: #49946a;
    color: #fff;
    padding: 2px 0;
    width: 80px;
}

.search_all_list:not(.search_simplify) .search_block:not(.search_block_special) .search_block_tbl th {
    padding: 10px 0;
}

.search_block_tbl tr {
    background: #F0F9E0;
}
.search_block_special .search_block_tbl tr {
    background: #fdeef0;
}

.search_block_tbl tr:nth-child(n + 2) th,
.search_block_tbl tr:nth-child(n + 2) td {
    border-top: 2px solid #FFF;
}

.search_block_tbl td {
    line-height: 1.5;
    padding: 8px 10px;
    position: relative;
}

    .search_block_tbl td ul.saerch_block_control_btns li img {
        height: auto;
        max-width: 100px;
        width: 100%;
    }

.search_block_distance a {
    font-weight: 600;
}

.search_block_condition_list {
    justify-content: flex-start;
    margin: 3px 0;
}

    .search_block_condition_list li {
        background: #fff;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        .search_block_condition_list li.search_condition_jiritsu { /* 自立 */
            border: 2px solid var(--cor-jiritsu);
            color: var(--cor-jiritsu);
            letter-spacing: .3rem;
        }

        .search_block_condition_list li.search_condition_yoshien { /* 要支援 */
            border: 2px solid var(--cor-shien);
            color: var(--cor-shien);
        }

        .search_block_condition_list li.search_condition_yokaigo { /* 要介護 */
            border: 2px solid #e90034;
            color: #e90034;
        }

        .search_block_condition_list li img {
            height: 28px;
            position: relative;
            width: 38px;
        }
/* 交通アクセスボタン */
.search_block_distance_traffic {
    position: relative;
    display: block;
}

.search_block_distance:not(:last-child) {
    margin-bottom: 3px;
}

.search_block_distance_traffic:not(:only-child) {
    padding-left: 0.6em;
}

.search_block_distance_traffic::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #49946a;
    position: absolute;
    top: .4em;
    left: 0;
}

.search_block_special .search_block_distance_traffic::before {
    background-color: #ef6d7c;
}

.search_block_distance_traffic:only-child::before {
    content: none;
}

/* 2列目以降は非表示 */
.search_block_access .search_block_distance_traffic:nth-child(n + 2) {
    display: none;
}
.search_block_access.is_open .search_block_distance_traffic:nth-child(n + 2) {
    display: block;
}

.search_block_access_li strong {
    font-size: 1.3rem;
}

.search_block_access .btn_traffic {
    color: #004EDF;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.search_block_access .btn_traffic span {
    cursor: pointer;
    position: relative;
}
.search_block_access .btn_traffic:hover {
    opacity: .7;
}
.search_block_access .btn_traffic span::before {
    content: "\e5cf";
    font-family: "Material Icons";
    position: absolute;
    right: -20px;
    top: -4px;
    font-size: 1.4em;
    transform: rotate(0deg);
}
.search_block_access.is_open .btn_traffic span::before {
    transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
    .search_block_access_li strong {
        font-size: 1.4rem;
    }
}
/* btn search map */
.search_block_distance_access {
    position: relative;
}

.btn_map {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #0f3486;
    color: #0f3486;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    padding: 5px 22px 4px 27px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.btn_search_map {
    margin-top: 4px;
}

.btn_search_map .btn_map_arrow {
    display: inline-block;
    position: relative;
    padding-left: 18px;
}

    .btn_search_map .btn_map_arrow:not(:last-child) {
        margin-bottom: 5px;
    }

    .btn_search_map .btn_map_arrow::before {
        -webkit-transform: translateY(-50%);
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-bottom: 6px solid transparent;
        border-left: 9px solid #0F3486;
        border-top: 6px solid transparent;
    }

.btn_map:hover {
    color: #0f3486 !important;
    opacity: 0.7;
}

.btn_map::before {
    -webkit-transform: translateY(-50%);
    background: url(/static/detail/image/ico-circle.png) no-repeat;
    content: "";
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

.btn_map::after {
    -webkit-transform: translateY(-50%);
    background: url(/static/detail/image/ico-arrow-right.png) no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}

@media screen and (min-width: 768px) {
    .search_block_distance_traffic {
        line-height: 1.2;
        margin-bottom: .25em;
        position: relative;
    }

        .search_block_distance_traffic:last-child {
            margin-bottom: 0;
        }
}

@media screen and (max-width: 767px) {
    .search_block_access {
        display: block;
    }

    .search_block_distance {
        display: block;
    }

        .search_block_distance:not(:last-child) {
            margin-bottom: 15px;
        }

    a.btn_map {
        font-size: 12px;
        padding-bottom: 3px;
    }

    .btn_search_map {
        margin-bottom: 5px;
        margin-top: 4px;
        margin-left: 5px;
    }

        .btn_search_map:before {
            border-width: 5px 0 5px 7px;
        }

    .search_block_tbl tr:nth-child(n + 2) th,
    .search_block_tbl tr:nth-child(n + 2) td {
        border-top: 4px solid #FFF;
    }
}


/* 施設情報ブロック有料 */
.search_block_special {
    border: 1px solid #ef6d7c;
    border-top-width: 3px;
}

    .search_block_special .search_block_lbl {
        background: #ef6d7c;
    }

    .search_block_special .search_block_tbl th {
        background: #ef6d7c;
    }

.search_block_tbl td ul.saerch_block_control_btns a {
    background: #fff8f8;
    border: 1px solid #af4750;
    border-bottom-width: 2px;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    padding: 3px 10px 2px;
}

    .search_block_tbl td ul.saerch_block_control_btns a:hover {
        background: #af4750;
        border: 1px solid #af4750;
        color: #fff;
    }

.search_block_checkbox .com_checkbox01_parts {
    display: block;
}

.saerch_block_message {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    border: solid 1px #fcb9c1;
    padding: 8px 10px;
    margin: 10px 0 0;
    width: 100%;
}

.search_block_special .saerch_block_message {
    background: #FDEEF0;
    border: solid 1px #EF6D7C;
}

.saerch_block_mess_ttl {
    color: #e05365;
    font-size: 1.4rem;
}

.search_block_more_btns {
    width: 100%;
    margin-top: 10px;
}

.search_block_single_thumb_none {
    background: #f0f9e0 url(/static/image-cmn/bg-whitestripe-1x2-50.png) repeat;
    text-align: center;
}

.search_block_special .search_block_single_thumb_none {
    background: #fdeef0;
    /* top: 35%; */
}

/* 施設情報ブロック簡易版 */
.search_simplify .search_simplify_checkspan {
    display: none;
}

.search_simplify .search_block_special .search_block_thumbs li:nth-child(n+2) {
    display: none;
}

.search_simplify .search_block_group_ttl {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search_simplify .search_block_tbl td ul li {
    display: list-item;
}

.search_simplify .search_block_condition {
    display: none;
}

.search_simplify .saerch_block_message {
    display: none;
}

.search_simplify .search_block_more_btns {
    display: none;
}

.search_simplify .search_block_viewdetail {
    display: none;
}

.search_inquire {
    text-align: center;
}

.search_inquire_txt {
    background: #f6f0c4;
    display: inline-block;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    padding: 6px 20px;
}

.search_facility_thumb a.btn_li_map_srch {
    background: url(/static/image-cmn/ico_compass.png) .75em center no-repeat #0096c8;
    background-size: 1.2em auto;
    display: inline-block !important;
    line-height: 1;
    letter-spacing: .02em;
    text-align: center;
    padding: 10px 0 10px 20px;
    margin-bottom: 0;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #006e7f;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 50%), 0 2px #006d7c;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    font-size: 1.6rem;
    font-weight: 600;
    width: 236px;
}

a.btn_li_map_srch:hover {
    color: #fff;
}

@media screen and (min-width:768px), print {
    .search_list_ttl {
        min-height: 67px;
        margin-bottom: 12px;
        padding: 15px 20px;
        justify-content: flex-start;
    }

    .search_list_subttl {
        font-size: 2.2rem;
    }

    .search_list_total {
        font-size: 1.8rem;
        margin-top: 1px;
        margin-left: .7em;
    }

    .search_list_number_first {
        font-size: 1.8rem !important;
    }

    .search_list_number_last {
        font-size: 1.8rem !important;
    }

    .search_pagenavi_wrap {
        padding-bottom: 17px;
    }
    .search_pagenavi_wrap.no_pager {
        display: flex;
        justify-content: center;
    }

        .syuhen_result .search_pagenavi_wrap {
            background: url(/static/image-cmn/img-blank-city.png) no-repeat;
            background-size: 60%;
            background-position: right bottom;
            justify-content: left;
        }

        .search_pagenavi_wrap .search_facility_thumb a.btn_li_map_srch {
            width: 200px;
            font-size: 1.5rem;
        }

        .search_pagenavi_wrap .pagenavi {
            margin-left: auto;
            margin-top: 0;
        }

        .search_pagenavi_wrap ul {
            float: none;
            justify-content: center;
            margin: 0;
        }

        .search_pagenavi_wrap .page_count_ellipsis {
            margin: 0;
        }

    .search_facility_list {
        border-bottom: 3px solid #64af86;
        margin-bottom: 15px;
    }

        .search_facility_list.flex_box {
            margin-left: -30px;
            margin-right: -30px;
        }

    .search_facility_check {
        white-space: nowrap;
    }

    .search_facility_checkbox.flex_box {
        width: 100%;
    }

    .search_facility_thumb {
        position: relative;
        top: 0;
        left: 0;
    }

        .search_facility_thumb + .search_block.flex_box {
            margin-top: 15px;
        }

    .search_facility_checkbox.flex_box .search_facility_thumb a {
        margin-top: 8px;
    }

    .search_facility_thumb a {
        display: block;
        margin-bottom: 10px;
    }

        .search_facility_thumb a img {
            height: auto;
            max-width: 270px;
            width: 100%;
        }

        .search_facility_thumb a:hover {
            opacity: .7;
        }

    .search_facility_txt {
        font-size: 1.7rem;
        line-height: 1.625;
        padding: 0 84px 17px 84px;
        letter-spacing: .02em;
    }

    .search_facility_inner {
        padding: 4px 10px 4px 25px;
        min-width: 600px;
    }

        .search_facility_inner::after {
            right: 15px;
        }

    .search_facility_ttl {
        font-size: 1.5rem;
        white-space: nowrap;
        min-width: 13em;
    }

    .search_facility_link {
        width: 230px;
        padding-right: .75em;
    }

    .search_facility_checkall label .com_checkbox01_parts {
        position: absolute;
        right: 1px;
        top: 20px;
    }

    /* 施設情報ブロック */
    .search_block.search_block_special {
        min-height: 230px;
        position: relative;
    }
    
    .search_block.block_review.search_block_has_review .search_block_detail_wrap {
        min-height: 120px;
    }
    
    .search_block_special.block_height {
        min-height: 330px;
    }

    .search_block_wrap {
        min-height: 200px;
        padding: 6px 20px 4px;
        width: 100%;
    }

    .search_block_special .search_block_wrap {
        display: flex;
        padding: 8px 20px 20px;
    }

    .search_block:not(.search_block_special) .search_block_wrap {
        align-items: center;
        display: flex;
        padding: 20px 19px 20px;
    }
    .detail_member .search_block:not(.search_block_special) .search_block_wrap {
        padding: 20px 19px;
    }

    .search_simplify .search_block:not(.search_block_special) .search_block_wrap {
        padding-top: 10px;
    }

    .search_block_thumbs {
        width: 160px;
    }

    .search_simplify .search_block_thumbs {
        height: 132px;
        top: 20px;
        transform: translateY(0);
        width: 132px;
    }

  .search_block_single_thumb {
    border: 4px solid #fff;
    box-shadow: 0 0 5px 0 rgba(225,225,225,1);
    height: 160px;
    width: 160px;
  }
  .search_simplify .search_block_single_thumb {
    height: 160px;
		width: 160px;
  }
  .search_block:not(.search_block_special) .search_block_single_thumb{
    height: 160px; /* 写真1枚の時大きさ固定 */
    margin-top: 0;
    overflow: hidden;
}
.search_block:not(.search_block_special) .search_block_single_thumb img{
  overflow: hidden;
}
  .search_block_single_thumb_none {
    border: 4px solid #fff;
    box-shadow: 0 0 5px 0 rgba(220, 220, 220, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
  }
  .search_block_single_thumb_none_img,
  .search_block_special .search_block_single_thumb_none_img {
      height: 100px;
      width: auto;
      padding: 10px;
  }
  .search_block_thumbs li:first-child {
    width: 160px;
    height: 160px;
  }
  .search_block_thumbs li:nth-child(n + 2) {
    height: 77px;
    width: 77px;
  }
  .search_block_thumbs li:nth-child(n + 4) {
    display: block;
  }
  .search_block_group_ttl,
  .search_block_group_head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    width: 100%;
  }
  .search_block:not(.search_block_special) .search_block_group_ttl,
  .search_block:not(.search_block_special) .search_block_group_head {
    margin-top: -1px;
    margin-bottom: 10px;
  }
  .search_simplify .search_block:not(.search_block_special) .search_block_group_ttl {
    margin-bottom: 12px;
    padding-top: 8px;
  }
  .search_block_lbl {
    font-size: 1.4rem;
    padding: 5px 10px;
    white-space: nowrap;
  }
  .search_block_ttl {
    font-size: 2rem;
    margin: 0 10px 0 32px;
    position: relative;
  }
  .search_block_ttl.pc_hide {
    display: none;
  }
  .search_block_special .search_block_ttl {
    font-size: 2rem;
    margin: 0 10px 0 35px;
  }
  .search_block_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 170px;
    width: 100%;
  }
  .search_simplify .search_block_content {
    min-height: auto;
    padding-left: 152px;
  }
  .search_block_tbl {
    margin-bottom: auto;
  }
  .search_block_tbl th {
    font-size: 1.4rem;
    font-weight: normal;
    width: 100px;
  }
  .search_block_condition th {
    height: 54px;
  }
  .search_block_special .search_block_condition th {
    height: 55px;
  }
  .search_block_tbl td {
    font-size: 1.5rem;
  }

  .search_block_wrap .in_fee {
    font-size: 1.4rem;
    font-weight: 600;
    overflow: hidden;
  }

  .search_block_tbl td ul.saerch_block_control_btns a {
    font-size: 1.2rem;
    padding: 3px 6px 3px;
  }
  .search_block_add {
    flex: 1;
    width: auto;
  }
  .saerch_block_control_btns {
    position: static;
    justify-content: flex-start;
    margin-top: 3px;
  }
  .saerch_block_control_btns li:nth-child(n + 2) {
    margin-left: 5px;
  }
  .search_block_condition_td {
    padding-left: 8px !important;
  }
  .search_block_condition_list li {
    display: flex;
    flex-direction: column;
    font-feature-settings: "palt";
    font-size: 13px;
    justify-content: center;
    line-height: 1.2rem;
    margin: 2px 1.5px;
    min-height: 36px;
    padding: 0;
    width: 52px;
  }
  .search_block_condition_list li.search_condition_jiritsu + .search_condition_yokaigo,
  .search_block_condition_list li.search_condition_jiritsu + .search_condition_yoshien,
  .search_block_condition_list li.search_condition_yoshien + .search_condition_yokaigo {
    margin-left: 1.5px;
  }
  .search_block_condition_list li:nth-of-type(n+8) {
    margin-right: 0;
  }
  .search_block_viewdetail {
    display: none;
    justify-content: flex-end;
  }
  .search_block_viewdetail a {
    font-size: 1.8rem;
    padding: 12px 20px 12px 13px;
    width: 260px;
  }
  
  /* 施設情報ブロック有料 */
  .search_block_special .search_block_group_ttl {
    align-items: center;
    background: url(/static/detail/image-cmn/member/thumb-recommend.png) no-repeat;
    background-position: -1px center;
    background-size: 56px auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    min-height: 66px;
    margin-bottom: 12px;
    padding: 8px 0 8px 65px;
    width: 100%;
  }
  .syuhen_result .search_block_special .search_block_group_ttl {
    flex-direction: row;
  }
  .search_simplify .search_block_special .search_block_group_ttl {
    align-items: flex-start;
    background: url(/static/search/image/ico-recommend-sp.png) no-repeat;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    min-height: 45px;
    padding: 0 0 0 120px;
  }
  .detail_member .search_block_special .search_block_group_ttl {
    flex-direction: row;
  }
  .search_simplify .search_block_special .search_block_content {
    min-height: auto;
  }
  .search_simplify .search_block_special .search_block_thumbs li:first-child {
    height: 140px;
    width: 140px;
  }
  .search_block_special .search_block_thumbs li:nth-child(n+2) {
    margin-top: 6px;
  }
  /*  一般施設のサムネ  */
  .search_block:not(.search_block_special) .search_block_thumbs{
    width: 160px;
    position: static;
    transform: none;
  }
  
  #syuhen_load .search_block:not(.search_block_special).search_block_has_review .search_block_thumbs {
    position: static;
    margin-top: 0;
  }

            .search_block:not(.search_block_special) .search_block_thumbs li:first-child {
                width: 160px;
                height: 160px;
                margin-top: 0;
            }
  .search_block:not(.search_block_special) .search_block_thumbs li:nth-child(2) {
    float: left;
  }
  .search_block:not(.search_block_special) .search_block_thumbs li:nth-child(3) {
    float: right;
  }
  .search_block:not(.search_block_special) .search_block_thumbs li{
    width: 77px;
    height: 77px;
    margin-top: 2px;
    border: 4px solid #fff;
  }
  .search_block:not(.search_block_special) .search_block_thumbs li:only-child {
    margin-top: 6px;
    height: 150px;
  }

    .saerch_block_mess_ttl {
        font-size: 1.4rem;
        text-align: center;
        padding: 0;
        width: 114px;
    }

    .saerch_block_mess_content {
        border-left: 1px solid #fcb9c1;
        font-size: 1.4rem;
        line-height: 1.5;
        padding-left: 20px;
        width: calc(100% - 125px);
    }

    .search_block_special .saerch_block_mess_content {
        border-left: 1px solid #EF6D7C;
    }

    .search_block_more_btns {
        justify-content: center;
        margin-top: 12px;
    }

    .search_block_more_btns li {
        margin: 0 5px;
    }

    .search_block_more_btns li a {
				border-bottom: 4px solid;
        font-size: 1.5rem;
        padding: 2px 20px 0px 13px;
        width: 100%;
        max-width: 240px;
			     height: 44px;
        flex-wrap: wrap;
    }
		.search_block_more_btns li a.btn_request {
			border-color: #BA4166;
			padding-left: 50px;
		}
		.search_block_more_btns li a.btn_request::before {
			left: 14px;
		}

        .search_block_more_btns li a.btn_reserve {
            background-color: #64af86;
            border-color: #1E653D;
        }

    .search_block_more_btns li a.btn_member {
			background-color: #fdf4f5;
			border-bottom: 4px solid #ea6094;
			border-color: #ea6094;
			color: #000;
			font-size: 1.5rem;
			max-width: 240px;
		}

		.search_block_more_btns a.btn_com.btn_request:hover,
		.search_block_more_btns a.btn_com.btn_request:active {
			border-bottom: 4px solid #BA4166;
		}
		.search_block_more_btns a.btn_com.btn_reserve:hover,
		.search_block_more_btns a.btn_com.btn_reserve:active {
			border-bottom: 4px solid #1E653D;
		}
        .search_block_more_btns a.btn_com.btn_member:hover,
        .search_block_more_btns a.btn_com.btn_member:active {
            background-color: #fdf4f5;
            border: 1px solid #ea6094;
            border-bottom: 4px solid #ea6094;
            color: #000;
        }
		.search_block_special .btn_member.btn_arrow01:hover::after {
			background: url(/static/image-cmn/ico-arrow-pink-right.svg) 0 0 / contain no-repeat;
		}

        .search_block_more_btns.flex_box li:only-child,
        .search_block_more_btns.flex_box li:first-child:nth-last-child(2),
        .search_block_more_btns.flex_box li:first-child:nth-last-child(2) ~ * {
            width: 240px;
        }

        .search_block_more_btns.flex_box:has(li:first-child:nth-last-child(3)),
        .search_block_more_btns.flex_box:has(li:first-child:nth-last-child(3)) ~ * {
            justify-content: space-between;
        }

        .search_block_more_btns.flex_box li:first-child:nth-last-child(3),
        .search_block_more_btns.flex_box li:first-child:nth-last-child(3) ~ * {
            width: 200px;
            margin: 0;
        }

    .search_block_checkbox {
        letter-spacing: 2px;
        padding-top: 30px;
        position: absolute;
        right: 10px;
        top: 18px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        z-index: 5;
    }

        .search_block_checkbox label {
            cursor: pointer;
            font-size: 16px;
            letter-spacing: normal;
        }

        .search_block_checkbox .com_checkbox01_parts {
            padding-left: 0;
        }

    .search_facility_checkbox .com_checkbox01_parts::before {
        left: 0;
    }

    .search_facility_checkbox .com_checkbox01:checked + .com_checkbox01_parts::after {
        left: 6px;
        top: 3px;
    }

    .search_facility_checkbox .com_checkbox01:checked + .com_checkbox01_parts,
    .search_block_checkbox .com_checkbox01:checked + .com_checkbox01_parts {
        background: none;
    }

    .search_block_checkbox .com_checkbox01_parts::before {
        left: 0;
        top: -26px;
    }

    .search_block_checkbox .com_checkbox01:checked + .com_checkbox01_parts::after {
        left: 6px;
        top: -24px;
    }

    *::-ms-backdrop, .search_block_checkbox .com_checkbox01:checked + .com_checkbox01_parts::after {
        left: 10px;
        top: -26px;
    }

    /* 施設情報ブロック簡易版 */
    .search_simplify .search_block {
        min-height: 158px;
    }

    .search_simplify .search_block_special {
        min-height: 180px;
    }

    .search_simplify .search_block_wrap {
        min-height: 146px !important;
        padding: 20px 20px 10px;
    }

    .search_simplify .search_block_lbl {
        margin: 5px 0 0 10px;
        text-align: center;
    }

    .search_simplify .search_block_ttl {
        flex: 1 1 0%;
        padding-top: 3px;
        text-indent: 0;
        margin-left: 0;
    }

    .search_simplify .search_block_special .search_block_ttl {
        margin-left: 0;
        padding-top: 6px;
        text-indent: unset;
    }

    .search_inquire {
        border-bottom: 3px solid #808080;
        margin: 20px 0;
        padding-bottom: 20px;
    }
}
    /*閲覧済みマーク*/
    .visited_history {
        background: #F75586;
        box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, .5);
        color: #fff;
        display: inline-block;
        left: -10px;
        position: absolute;
        top: -15px;
    }
    .visited_history:before {
        border: none;
        border-bottom: solid 7px transparent;
        border-right: solid 10px rgb(154,35,71);
        content: '';
        left: 0;
        position: absolute;
        top: 100%;
    }
    .visited_history p {
        font-size: 15px;
        font-weight: 600;
        padding: 5px 14px 4px 38px;
    }
    .search_block_special .visited_history + .search_block_wrap {
        margin-top: 10px;
    }
    .visited_history p:before {
        border-radius:8px;
        background:#ffffff;
        content: "";
        height: 14px;
        left: 17px;
        position: absolute;
        top: 6px;
        width: 14px;
        top: 6px;
    }
    .visited_history p:after {
        border-left: 2px solid #F75586;
        border-bottom: 2px solid #F75586;
        content: '';
        display: block;
        height: 5px;
        left: 20px;
        position: absolute;
        top: 10px;
        transform: rotate(-45deg);
        width: 8px;
    }
    .search_block:has(.visited_history) {
        margin-top: 20px;
    }

@media screen and (max-width:767px) {
    .search_list_ttl {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 14px 25px 16px 25px;
    }

    .search_list_subttl {
        font-size: 2rem;
        padding: 0 0 6px 0;
    }

        .search_list_subttl::before {
            height: 28px;
            top: -4px;
            width: 22px;
        }

    .ttl01 span.search_list_area {
        margin: 0 0 6px 0;
        max-width: 345px;
        font-size: 16px;
    }

    .search_list_total {
        font-size: 1.6rem;
        text-align: left;
        width: 100%;
    }

    .search_list_count {
        font-size: 2.4rem !important;
    }

    .search_list_number_first {
        font-size: 1.6rem !important;
    }

    .search_list_number_last {
        font-size: 1.6rem !important;
    }

    .search_facility {
        margin-left: 0;
        margin-right: 0;
    }

    .search_facility_tab {
        border-bottom: 3px solid #64af86;
        margin-bottom: 10px;
        width: 100%;
    }

        .search_facility_tab li {
            display: flex;
            font-size: 1.52rem;
            flex-wrap: nowrap;
            padding: 10px 5px 8px 5px;
            width: 100%;
        }

    .search_simply_version {
        display: flex;
        flex-wrap: nowrap;
    }

    .search_facility_thumb {
        margin: 0 auto 16px;
        text-align: center;
    }

        .search_facility_thumb img {
            height: auto;
            max-width: 270px;
            width: 100%;
        }

    .search_facility_txt {
        padding-bottom: 12px;
    }

    .search_facility_inner {
        padding: 12px 12px 6px;
    }

        .search_facility_inner::after {
            right: 18px;
        }

    .search_facility_ttl {
        padding-bottom: 3px;
        text-align: center;
        width: 100%;
    }

    .search_facility_link {
        margin: 0 auto;
        width: calc(100% - 110px);
    }

    .search_facility_checkall {
        padding-left: 10px;
        position: relative;
    }

    .search_facility_checkbox {
        padding-bottom: 12px;
    }

    .search_facility_checkall label .com_checkbox01_parts {
        position: absolute;
        right: -8px;
        top: 12px;
    }
    /* 施設情報ブロック */
    .search_pagenavi_wrap {
        display: flex;
        flex-direction: column-reverse;
    }

        .search_pagenavi_wrap .pagenavi {
            margin-top: 0;
        }

    .search_block {
        margin-top: 12px;
        padding: 12px 12px;
    }

    .search_simplify .search_block {
        padding: 0 12px 4px;
    }
    
    .search_block_lbl {
        align-self: baseline;
        font-size: 1.2rem;
        margin-bottom: 10px;
        padding: 5px 10px;
    }

    .search_block_special .search_block_lbl {
        order: 3;
        margin-bottom: 0;
    }

    .search_block_content {
        width: 100%;
    }

    .search_block_sp_ttl {
        order: 2;
        flex: 1;
        padding: 0;
        align-items: center;
        margin: auto 0;
    }

		.detail_member .search_block_special .search_block_sp_ttl {
			margin-bottom: 0;
		}

    .search_block_special .search_block_sp_ttl {
        padding: 0;
        margin-bottom: 1em;
    }

    .search_block_single_thumb {
        border: 4px solid #fff;
        box-shadow: 0 0 5px 0 rgba(225,225,225,1);
        height: 100px;
        max-width: 110px;
        width: 110px;
        order: 1;
        transform: none!important;
        margin: 0 10px 20px 0;
    }
		.detail_member .search_block_single_thumb {
			margin: 0 0 8px;
		}
		.detail_member .search_block_special .search_block_single_thumb {
			margin: auto;
		}

    .search_block_single_thumb_none {
        border: 4px solid #fff;
        box-shadow: 0 0 5px 0 rgba(220, 220, 220, 1);
        order: 1;
        padding-top: 12px;
        width: 100px;
        height: 100px;
        margin: 0 10px 20px 0;
    }

    .search_block_special.block_height {
        min-height: 0;
    }

    .search_block_special .search_block_single_thumb_none {
        flex: none;
        width: 110px;
        height: 100px;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }

    .search_block_single_thumb_none_img {
        height: 69px;
        width: 58px;
    }
    .search_block_special .search_block_single_thumb_none_img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        height: 71px;
        width: 58px;
    }

    .search_block_sp_ttl .search_block_group_ttl {
        margin-top: 10px;
        width: 100%;
    }

    .search_block_sp_ttl .search_block_single_thumb + .search_block_group_ttl {
        width: calc(100% - 120px);
    }

    .search_simplify .search_block_sp_ttl .search_block_group_ttl {
        flex-direction: column-reverse;
    }

    .search_block_ttl {
        margin-bottom: 1em;
        margin-left: 30px;
    }

    .syuhen_result .search_block_special .search_block_ttl {
        margin-top: 10px;
    }
		.detail_member .search_block_ttl {
			margin-bottom: 0;
			margin-left: 38px;
		}
    .search_block_sp_ttl .search_block_group_ttl .search_block_ttl {
        font-size: 2rem;
        margin: 0 0 10px 30px;
        display: block;
        width: calc(100% - 30px);
        position: relative;
    }

    .search_simplify .search_block_sp_ttl .search_block_group_ttl .search_block_ttl {
        margin: 0;
        text-indent: unset;
        width: 100%;
    }

    .search_block_special .search_block_sp_ttl .search_block_group_ttl .search_block_ttl {
        font-size: 2rem;
        margin: 0 0 6px 30px;
        position: relative;
        text-indent: 0;
    }

    .search_simplify .search_block_special .search_block_sp_ttl .search_block_group_ttl .search_block_ttl {
        margin: 0;
        text-indent: unset;
        width: 100%;
    }

    .search_top_count span i.rotate {
        font-size: 2.4rem;
    }

    .search_block_tbl_wrap {
        order: 3;
        width: 100%;
    }

    .search_block_tbl {
        order: 3;
        margin-bottom: 0;
        width: 100%;
    }

    .search_block_tbl th {
        font-size: 1.2rem;
        line-height: 1.3;
        width: 60px;
    }

    .search_block_tbl td {
        font-size: 1.4rem;
        padding: 8px 10px;
    }

    .search_block_tbl td ul.saerch_block_control_btns a {
        font-size: 1.2rem;
        padding: 4px 7px 2px;
    }

    .saerch_block_control_btns {
        justify-content: flex-start;
    }

    .saerch_block_control_btns li {
        margin: 3px 0;
    }

    .saerch_block_control_btns li:nth-child(n + 2) {
        margin-left: 5px;
    }

    .search_block_condition_list {
        margin-bottom: -2px;
        margin-top: -1px;
    }

        .search_block_condition_list li {
            display: flex;
            flex-direction: column;
            font-size: 12px;
            justify-content: center;
            line-height: 1.5rem;
            margin: 1px 0 2px 3px;
            min-height: 38px;
            padding: 3px 4px;
            width: 54px;
        }

    .search_block_viewdetail {
        justify-content: center;
        margin-top: 14px;
    }

    .detail_member .btn_member,
    .search_block_viewdetail a,
    .search_block_viewdetail a:hover,
    .pc_style .search_block_viewdetail .btn_com:hover,
    .search_block_viewdetail a:active {
        font-size: 1.6rem;
        padding: 12px 20px 12px 13px;
        width: 240px;
        color: #d64d5a;
        background: #fde6e8;
        border: solid 1px #d3646d;
        border-bottom: solid 3px #d3646d;
        height: 40px;
    }
    .search_block_special .search_block_viewdetail a,
    .search_block_special .search_block_viewdetail a:hover,
    .pc_style .search_block_special .search_block_viewdetail .btn_com:hover,
    .search_block_special .search_block_viewdetail a:active {
        font-size: 1.6rem;
        padding: 12px 20px 12px 13px;
        width: 240px;
        color: #000;
        background: #C7D9A3;
        border: solid 1px #7A914D;
        border-bottom: solid 3px #7A914D;
        height: 40px;
    }
    .search_block_viewdetail a.btn_arrow01::after {
        background: url(/static/image-cmn/ico-arrow-red-right.svg) 0 0 / contain no-repeat;
    }
    .search_block_special .search_block_viewdetail .btn_member.btn_arrow01::after {
        background: url(/static/image-cmn/ico-arrow-green-right.svg) 0 0 / contain no-repeat;
    }
    
    /* 施設情報ブロック有料 */
    .search_block_thumbs {
			display: block;
			overflow: hidden;
			position: relative;
			width: 100%;
			top: 0 !important;
			margin-bottom: 8px;
    }

        .search_block_thumbs li:nth-of-type(1) {
            float: left;
            height: 151px;
        }

        .search_block_thumbs li:nth-child(n+2) {
            float: right;
            height: 73px;
        }

    .search_block_special .search_block_thumbs li {
        font-size: 0;
        margin: 3px;
        overflow: hidden;
        vertical-align: top;
    }

    .search_block_thumbs li:nth-child(3) {
        margin-top: 2px;
    }

    .search_block:not(.search_block_special).search_block_has_review .search_block_thumbs {
        margin-bottom: 10px;
    }

    .search_block_special .search_block_group_ttl {
        background: url(/static/detail/image-cmn/member/thumb-recommend.png) top left no-repeat;
        margin: 12px auto 0;
        padding-left: 80px;
    }
		.detail_member .search_block_special .search_block_group_ttl {
      background-size: 55px;
			background-position: left center;
			padding: 20px 0 20px 58px;
      margin: 0;
		}

    .search_block:not(.search_block_special) .search_block_group_ttl {
        margin: 0;
    }

    .saerch_block_message {
        margin: 9px auto 3px;
    }

    .search_block_special .saerch_block_message {
        background: #FFF;
        border: solid 1px #FCB9C1;
        order: 3;
    }

    .saerch_block_mess_ttl {
        font-size: 1.4rem;
        padding: 4px 0 8px 0;
        text-align: left;
        width: 100%;
    }

        .saerch_block_mess_ttl br {
            display: none;
        }

    .saerch_block_mess_content {
        border-top: 1px solid #fcb9c1;
        font-size: 1.4rem;
        line-height: 2rem;
        width: 100%;
        padding: 5px 0 0 0;
    }

    .search_block_more_btns {
        justify-content: center;
        margin-top: 0;
        order: 3;
    }

		.search_block_more_btns li {
				margin: 10px 4px 0 4px;
		}

		.search_block_more_btns li a {
				font-size: 1.6rem;
				padding: 5px 20px 5px 13px;
				width: 240px;
				flex-wrap: wrap;
		}
		a.btn_request, a.btn_com.btn_request:hover {
				padding-left: 13px;
		}

		.search_block_more_btns li a.btn_member {
			border: solid 1px #d3646d;
			padding: 10px 20px 10px 13px;
			height: 40px;
			padding: 5px 20px 5px 13px;
			width: 240px;
			flex-wrap: wrap;
		}
		.search_block_special .btn_member.btn_arrow01::after {
			background: url(/static/image-cmn/ico-arrow-pink-right.svg) 0 0 / contain no-repeat;
		}

    .search_block_checkbox {
        padding: 12px 0;
        position: relative;
        min-height: 40px;
        text-align: center;
        width: 100%;
    }

        .search_block_checkbox .com_checkbox01_parts {
            padding-left: 0;
        }

        .search_block_checkbox .search_simplify_checkspan {
            display: none;
        }

        .search_block_checkbox .com_checkbox01_parts::before {
            left: auto;
            right: 0;
            top: -2px;
        }

        .search_block_checkbox .com_checkbox01:checked + .com_checkbox01_parts::after {
            left: auto;
            right: 7px;
            top: 0;
        }
    /* 施設情報ブロック簡易版 */
    .search_simplify .search_block_special .search_block_thumbs {
        width: 110px;
    }

        .search_simplify .search_block_special .search_block_thumbs li:first-child {
            height: 106px;
            width: 106px;
        }

    .search_all_list .search_block_special .search_block_sp_ttl .search_block_group_ttl {
        align-items: flex-start;
        background-size: 57px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        margin-top: 0;
        min-height: 65px;
        padding-left: 67px;
        width: 100%;
    }

    .search_simplify .search_block_special .search_block_sp_ttl .search_block_group_ttl {
        flex-direction: column;
        padding: 0;
        width: calc(100% - 120px);
    }

    .search_all_list .search_block_special .search_block_sp_lbl {
        display: none !important;
    }

    .search_simplify .search_block_special .search_block_sp_lbl {
        display: block;
    }

        .search_simplify .search_block_special .search_block_sp_lbl img {
            max-width: 84px;
            width: 100%;
            height: auto
        }

    .search_simplify .search_block_special .search_block_group_ttl {
        background: none;
    }

    .search_inquire {
        border-bottom: 2px solid #808080;
        margin: 20px 0;
        padding-bottom: 15px;
    }
}

@media screen and (max-width:767px) and (min-width:580px) {
    .search_block_thumbs li:nth-of-type(1) {
        width: calc(3px + ((100% - 18px) / 3) * 2);
    }

    .search_block_thumbs li:nth-child(n+2) {
        width: calc((100% - 9px )/ 3);
    }
}

@media screen and (max-width:579px) {
    .search_block_thumbs li:nth-of-type(1) {
        width: calc(5px + ((100% - 18px) / 3 ) * 2);
    }

    .search_block_thumbs li:nth-child(n+2) {
        width: calc((100% - 18px) / 3);
    }
}

@media screen and (max-width:348px) {
    .search_list_ttl {
        padding: 12px 10px 10px;
    }

    .search_facility_tab li {
        font-size: 1.4rem;
        padding: 16px 0;
    }

        .search_facility_tab li.btn_arrow01::after {
            right: 4px;
        }

    .search_facility_link {
        max-width: 156px;
    }

        .search_facility_link a {
            font-size: 1.4rem;
        }
}

/* 近隣エリアの施設
   ========================================================================== */

.search_area {
    background: #fffcf0;
    border: 2px solid #e6b422;
}

.search_area_ttl {
    color: #d72854;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 8px;
    padding: 0 1em;
}

.search_area.search_area01 .search_area_ttl,
.search_area.search_area_public .search_area_ttl {
    margin-bottom: 10px;
}

    .search_area_ttl span {
        position: relative;
    }

.search_area_list {
    justify-content: center;
    -webkit-justify-content: center;
}

.search_top + .search_area_wrap .search_area.search_area01 .search_area_list {
    justify-content: space-between;
    padding: 0 15px 14px;
}

.search_area_top .search_area .search_area_list li {
    width: 128px;
    min-width: 0;
}

    .search_area_list li a,
    .search_area_list li span.btn_disabled,
    .search_area_list li span.nolink {
        display: flex;
        flex-wrap: wrap;
        font-size: 1.3rem;
        height: 100%;
        justify-content: flex-start;
        padding: 10px 27px;
        text-align: left;
    }
    .search_area .search_area_list li a {
        padding: 9px 10px;
    }
    .search_area_list li span.nolink {
        padding: 8px 10px 8px 20px;
    }
    .search_area_list li .btn01 {
        letter-spacing: 0.01em;
        border: 1px solid #9c0621;
        border-bottom: 3px solid #9c0621;
        background: #ffeaf1;
        box-shadow: none;
        color: #000;
    }

        .search_area_list li .btn01:hover {
            background: #fff;
            border-color: #af4750;
            color: #000;
        }

.search_area01 .search_area_list li .btn01 {
    background: #ffd8e4;
    border-color: #f75586;
    color: #000;
}

.search_area_public .search_area_list li .btn01 {
    background: #fcb8cf;
    border-color: #f75586;
    color: #000;
}

.search_area_list li .btn01.nursing_item {
    background: #fce4f6;
    border-color: #ec43c5;
}

.search_area_list li .btn01.senior_item {
    background: #d9f5e9;
    border-color: #28ae5d;
}
.search_area_list li .btn01.group_home_item {
    background: #ffead9;
    border-color: #ff8d11;
}

.search_area_list li .btn01.public_item {
  background: #ffeaf1;
  border-color: #9c0621;
}

.search_area_list li .btn01.private_item  {
  background: #ffeaf1;
  border-color: #9c0621;
}

.search_area01 .search_area_list li .btn01:hover {
    background: #f45b89;
    border-color: #f45b89;
    color: #fff;
    opacity: 1;
}

.search_area_list li .btn01.nursing_item:hover {
    background: #ec43c5;
    border-color: #ec43c5;
    color: #fff;
    opacity: 1;
}
.search_area_list li .btn01.senior_item:hover {
    background: #28ae5d;
    border-color: #28ae5d;
    color: #fff;
    opacity: 1;
}
.search_area_list li .btn01.group_home_item:hover {
    background: #ff8d11;
    border-color: #ff8d11;
    color: #fff;
    opacity: 1;
}

.search_area_list li .btn01.public_item:hover {
    background: #fff;
    border-color: #af4750;
    color: #000;
    opacity: 1;
}
.search_area_list li .btn01.private_item:hover {
    background: #fff;
    border-color: #af4750;
    color: #000;
    opacity: 1;
}

.search_area_public .search_area_list li .btn_com.btn01.btn_arrow01 {
    font-size: 1.2rem;
    padding: 8px 0 8px 7px;
}

.search_area01 .search_area_list li .btn_com.btn01.btn_arrow01.active,
.search_area_public .search_area_list li .btn_com.btn01.btn_arrow01.active {
    background: #f45b89;
    border-color: #f45b89;
    color: #fff;
    font-weight: 600;
}

.search_area_list li .btn_com.btn01.btn_arrow01.nursing_item.active {
    background: #ec43c5;
    border-color: #ec43c5;
    color: #fff;
}
.search_area_list li .btn_com.btn01.btn_arrow01.senior_item.active {
    background: #28ae5d;
    border-color: #28ae5d;
    color: #fff;
}
.search_area_list li .btn_com.btn01.btn_arrow01.group_home_item.active {
    background: #ff8d11;
    border-color: #ff8d11;
    color: #fff;
}


.search_bnr_link {
    background: #ffe9ec;
    border: 1px solid #d3646d;
    width: 100%;
}

.search_bnr_ttl {
    padding-bottom: 6px;
    text-align: center;
}

.search_bnr_btns {
    justify-content: center;
    width: 100%;
}

    .search_bnr_btns li {
        margin-left: 10px;
        width: 200px;
    }

        .search_bnr_btns li:first-of-type {
            margin-left: 0;
        }

        .search_bnr_btns li a {
            padding: 7px 20px 5px 30px;
            position: relative;
        }

.search_bnr_btn01 a::before {
    background: url(/static/search/image/ico-search.svg) 0 0 / contain no-repeat;
    content: "";
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
}

.search_bnr_btn02 a::before {
    background: url(/static/search/image/ico-data.svg) 0 0 / contain no-repeat;
    content: "";
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
}

.search_bnr_btn01 a::before,
.search_bnr_btn02 a::before {
    left: 12px;
}

.search_bnrs .search_feature_note {
    padding-left: 0;
    width: 100%;
}

.search_area .search_area_list li .btn_disabled {
    pointer-events: none;
}

.search_area_top .search_area.search_area01,
.search_area_top .search_area.search_area_public {
    margin: auto;
    padding-top: 7px;
    padding-bottom: 2px;
    width: 100%;
}

.search_area_top .search_area.search_area_public {
    margin-top: 6px;
}

.search_area.search_area02,
.search_area.search_area03 {
    width: 670px;
}

.search_area_list_pref {
    justify-content: flex-start;
    padding: .25em 1em .5em;
}

.search_area_list_pref li {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 5px;
}

.search_area_list_pref li.no_link {
    color: #a0a0a0;
}

.search_area_list_pref li:not(:last-child)::after {
    color: #000;
    content: "｜";
}

@media screen and (min-width:768px), print {
    .search_area_wrap {
        display: table;
        clear: both;
    }
    
    #main-form + .search_area_wrap {
        margin-top: -15px;
    }

    .search_area {
        display: table;
        margin: 5px auto 30px;
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .search_area_wrap {
        margin-top: 10px;
        margin-left: 0;
        width: 660px;
    }

    .search_area_wrap > .search_area {
        width: 100%;
    }

    .search_top + .search_area_wrap .search_area {
        margin-top: 0;
    }

    .search_area_ttl {
        font-size: 1.85rem;
    }

        .search_area_ttl span::after {
            right: -25px;
        }

        .search_area_ttl span::before {
            left: -25px;
        }

    .search_area02 > * {
        text-align: center;
    }

    .search_area02 .search_area_list.flex_box {
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px 10px 20px;
    }

    .search_area02 .search_area_list.flex_box li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .search_area_list {
        padding: 0 20px 10px;
    }

    .search_area_list li {
        margin: 0 5px 10px;
    }

    .search_area .search_area_list {
        padding: 0 17px 16px;
        text-align: center;
        justify-content: flex-start;
    }

    .search_top + .search_area_wrap .search_area .search_area_list {
        justify-content: left;
    }

    .search_area .search_area_list li {
        margin: 3px 4.5px;
        min-width: 90px;
    }

    .search_area02 .search_area_list li {
        margin: 3px 0;
    }

    .search_area .search_area_list li a,
    .search_area .search_area_list li span.btn_disabled {
        padding: 8px 7px 8px 20px;
        letter-spacing: 0.01em;
        text-align: left;
    }

    .search_bnrs {
        display: block;
        margin: 0 auto 20px;
    }

    .search_bnr01 {
        margin: 0 5px;
        width: 395px;
    }

        .search_bnr01 img {
            height: 70px;
            width: 395px;
        }

    .search_bnrs .search_feature_note {
        padding-top: 10px;
    }

    .search_bnr_link {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 70px;
        margin: 0 auto;
        padding: 15px 14px;
        width: 670px;
    }

    .search_bnr_ttl {
        font-size: 1.5rem;
    }

    .search_bnr_btns li a {
        font-size: 1.5rem;
    }

    .search_bnr_btn01 a::before {
        left: 15px;
    }

    .search_bnr_btn02 a::before {
        left: 15px;
    }
    .ad_banner iframe{
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .search_area {
        margin: 12px auto 15px;
        padding-top: 17px;
    }

    .search_top + .search_area_wrap .search_area.search_area01 {
        width: 100%;
        margin: 15px auto 0;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .search_area_ttl {
        font-size: 1.8rem;
    }

        .search_area_ttl span::after {
            right: -20px;
        }

        .search_area_ttl span::before {
            left: -20px;
        }

    .search_area_btn .btn_com {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .search_area_list {
        padding: 0 10px 10px;
    }

    .search_area .search_area_list {
        justify-content: space-between;
    }

    .search_area_list li {
        margin: 0 3px 6px;
        width: calc((100% - 12px) / 2);
    }

    .search_area .search_area_list li,
    .search_area_top .search_area .search_area_list li {
        width: 49%;
        margin: 0;
        min-width: 0;
    }

    .search_area .search_area_list li:nth-child(n + 3) {
        margin-top: 2%;
    }

    .search_bnrs {
        display: block;
        margin: 0 auto 20px;
        text-align: center;
        width: 100%
    }

    .search_bnr01 {
        padding-bottom: 6px;
        text-align: center;
    }

    .search_bnrs .search_feature_note {
        font-size: 1.4rem;
        padding: 0 0 10px 0;
    }

    .search_bnrs .com_ac_unit::before {
        position: relative;
    }

    .search_bnr_link {
        margin-bottom: 20px;
        padding: 10px 0;
    }

    .search_bnr_ttl {
        font-size: 1.6rem;
    }

    .search_bnr_btns {
        margin: 0 auto;
        max-width: 440px;
        padding: 0 5px;
    }

        .search_bnr_btns li {
            width: 48%;
            margin: 0 1%;
        }

            .search_bnr_btns li a {
                font-size: 1.4rem;
            }

    .search_bnr_btn01 a::before {
        left: 5px;
    }

    .search_bnr_btn02 a::before {
        left: 5px;
    }

    .search_area.search_area03 h2 {
        padding: 0 1em;
    }

    .search_area.search_area02,
    .search_area.search_area03 {
        width: auto;
    }

    .search_area_buttons .search_area_btn_link {
        padding-left: 6px;
    }

    .search_area_buttons .search_area_btn_link.nolink,
    .search_area_buttons .search_area_list .btn_com.nolink {
        padding-left: 10px;
    }
}

.search_area_btn {
    padding: 0 13px;
    margin-bottom: 6px;
    width: 100%;
}

.search_area .search_area_buttons a {
    position: relative;
    border-radius: 6px;
    font-weight: normal;
}

.search_area_buttons .search_area_btn .search_area_btn_link {
    border: 1px solid #f75586;
    border-bottom: 3px solid #f75586;
    box-shadow: none;
    color: #000;
    background: #fcb8cf;
    font-size: 1.3rem;
    justify-content: flex-start;
}

    .search_area_buttons .search_area_btn .search_area_btn_link.btn_arrow_red:hover {
        background: #f75586;
        border-color: #f75586;
        color: #fff;
    }

.search_top + .search_area_wrap .search_area .search_area_buttons .search_area_btn .search_area_btn_link.btn_com::after {
    background: url(/static/image-cmn/ico-arrow-pink-right_02.svg) 0 0 / contain no-repeat;
}

.search_top + .search_area_wrap .search_area .search_area_buttons .search_area_btn .search_area_btn_link.btn_com:hover::after {
    background: url(/static/image-cmn/ico-arrow-white-right.svg) 0 0 / contain no-repeat;
}

.search_area_buttons .search_area_btn_link.nolink,
.search_area_buttons .search_area_list .btn_com.nolink {
    font-weight: 600;
    color: #fff;
    background: #f75586;
    border-color: #bf4d70;
    border-bottom-width: 1px;
    box-shadow: none;
    justify-content: flex-start;
    pointer-events: none;
    text-align: left;
}

@media screen and (min-width:768px) {
    .search_area_buttons {
        display: flex;
        justify-content: center;
        margin-top: 0.5em;
        padding: 0 17px 10px 17px;
    }

    .search_area_btn {
        margin: 0 3px;
        padding: 0;
        flex-shrink: 0;
        width: auto;
        width: 135px;
    }

    .search_area_btn_link {
        padding: 8px 10px 8px 18px;
        letter-spacing: 0.01em;
    }

    .search_area .search_area_buttons .search_area_list {
        justify-content: flex-start;
        padding: 0;
        text-align: left;
    }

    .search_area .search_area_buttons .search_area_list li {
        margin: 0 3px 6px 3px;
        min-width: 112px;
        max-width: 140px;
        width: calc(100% /4 - 12px);
    }

    .search_area_top .search_area.search_area01 .search_area_list li {
        margin: 0 3px 6px 3px;
        width:135px;
    }

    .search_area_top .search_area.search_area_cat .search_area_list li:not(:first-child) .btn01 {
        padding-left: 22px;
    }

    .search_area01 .search_area_list li .btn01 {
        padding: 8px 10px 8px 17px;
    }

    .search_area_top .search_area.search_area_public .search_area_list li {
        margin: 0 3px 6px 3px;
        width: 135px;
    }
    .search_area_public .search_area_list li .btn01 {
        padding: 8px 0 8px 2px;;
    }
    .search_area_list li .btn01.group_home_item {
        padding: 8px 10px;
    }

    .search_top + .search_area_wrap .search_area .search_area_buttons a,
    .search_top + .search_area_wrap .search_area .search_area_buttons span {
        padding: 8px 16px;
        font-size: 1.3rem;
    }

        .search_top + .search_area_wrap .search_area .search_area_buttons a:hover,
        .search_area_wrap .search_area02 .search_area_list a:hover {
            background: #f75586;
            border-color: #af4750;
            color: #fff;
        }

    .search_top + .search_area_wrap .search_area .search_area_buttons .search_area_btn .search_area_btn_link:hover {
        background: #f75586;
        border-color: #f75586;
        color: #fff;
    }

    .search_top + .search_area_wrap .search_area .search_area_buttons a:hover::after,
    .search_area_wrap .search_area02 .search_area_list a:hover::after {
        background: url(/static/image-cmn/ico-arrow-white-right.svg) 0 0 / contain no-repeat;
    }

    .search_area_wrap .search_area02 .search_area_list a {
        padding: 9px 14px 9px 10px;
    }
}
/* 検索フッター
   ========================================================================== */

.search_footer {
    background: #fffcf0;
    box-shadow: 0 -3px 6px 0 rgba(0,0,0, .1);
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2;
}

    .search_footer .wrap {
        align-items: center;
        justify-content: space-between;
    }

.search_ft_lbl {
    background: url(/static/search/image/bg-ft-lbl.png) no-repeat;
    color: #fff;
    height: 70px;
    padding: 19px 14px 0 0;
    text-align: center;
    width: 120px;
}

.search_fixscroll .search_ft_lbl {
    font-size: 14px;
}

.search_footer .search_ft_checkbox {
    margin-right: 20px;
    font-size: 1.5rem;
}

    .search_footer .search_ft_checkbox li {
        margin: 6px 0;
    }

.search_footer .search_top_count {
    background: #fff;
    position: relative;
    text-align: left;
    vertical-align: bottom;
    border: 1px solid #f39eb2;
}

.search_footer .search_submit a {
    border-radius: 5px;
}

    .search_footer .search_submit a span {
        position: relative;
    }

.search_footer #page_top {
    position: absolute;
    right: 25px;
    top: -90px;
}

@media screen and (min-width:768px), print {
    .search_footer .wrap {
        padding: 10px 50px;
    }

    .search_footer .search_top_count {
        font-size: 1.6rem;
        font-weight: normal;
        height: 53px;
        margin-right: 10px;
        padding: 20px 17px 0px 12px;
        width: 280px;
    }

        .search_footer .search_top_count span {
            bottom: 10px;
            font-size: 2.4rem;
            font-weight: 600;
            position: absolute;
            right: 8px;
        }

    .search_footer .search_submit {
        margin: 0;
        width: 210px;
    }

        .search_footer .search_submit a {
            font-size: 1.6rem;
            margin-top: 3px;
            padding: 11px 3px 6px 3px;
        }

            .search_footer .search_submit a span {
                font-size: 1.8rem;
                top: -2px;
            }
}

@media screen and (max-width: 767px) {
    .search_footer .wrap {
        align-content: stretch;
        align-items: center;
        padding: 5px 0;
    }

    .search_footer .search_ft_checkbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0;
        padding-top: 14px;
        width: 100%;
    }

        .search_footer .search_ft_checkbox li {
            margin: 0 5px 14px;
        }

    .search_footer .search_top_count {
        align-content: center;
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        font-size: 1.4rem;
        height: 50px;
        justify-content: center;
        line-height: 1.1;
        padding: 15px 4px;
        text-align: center;
        width: calc(100% - 168px);
    }

        .search_footer .search_top_count span {
            font-size: 2rem;
            padding: 0 0 0 4px;
        }

            .search_footer .search_top_count span::after {
                font-size: 1.4rem;
                margin-left: 4px;
            }

    .search_footer .search_submit {
        margin: 0;
        width: 160px;
    }

        .search_footer .search_submit a {
            font-size: 1.2rem;
            font-weight: 600;
            padding: 16px 3px 12px 3px;
        }

            .search_footer .search_submit a span {
                font-size: 1.8rem;
                top: -2px;
            }
}

@media screen and (max-width:348px) {
    .search_fixscroll .wrap {
        margin-left: 5px;
        margin-right: 5px;
    }

    .search_footer .search_submit a {
        display: block;
        padding: 9px 3px 12px 3px;
    }

        .search_footer .search_submit a span {
            font-size: 1.6rem;
            top: -1px;
        }

    .search_footer .search_top_count span {
        font-size: 1.8rem;
    }
}
/* Ajax チェックボックス マスク
   ========================================================================== */

.search_checkbox_mask {
    background-color: rgba(255,255,255,.4);
    height: 100%;
    position: fixed;
    z-index: 999;
    width: 100%;
}
/* 検索一覧/カテゴリ検索
   ========================================================================== */
.nav_category_refine {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 2.4rem;
    justify-content: space-between;
    margin: 0 auto 5%;
    position: relative;
    width: 691px;
    margin: 35px auto 50px;
    padding: 7px 45px 4px;
    font-size: 1.8rem;
    border: solid 2px #b7a274;
    background: #fffdf1;
}

    .nav_category_refine .ttl {
        font-size: 1.8rem;
        padding: .3em 0 .2em 0;
        margin-left: -0.2em;
        margin-bottom: 5px;
        position: relative;
        width: 100%;
        text-align: center;
    }

        .nav_category_refine .ttl::before {
            content: "\e8b6";
            color: #62b086;
            font-family: "Material Icons";
            font-size: 2.8rem;
            font-weight: normal;
            margin: auto 0;
            padding-bottom: .1em;
            text-align: center;
            line-height: 1;
            display: inline-flex;
            vertical-align: middle;
        }

.nav_lst_refine {
    display: flex;
    justify-content: space-between;
    width: 670px;
    margin: 0 auto 10px;
    font-size: 1.6rem;
}

    .nav_lst_refine li {
        width: calc(100% / 3.1);
        font-weight: bold;
    }

    .nav_lst_refine.l_2 li {
        width: calc(100% / 2.1);
    }

    .nav_lst_refine a.btn_disabled {
        pointer-events: none;
    }
/*btn*/
.nav_category_refine .nav_lst_refine li a {
    background: #ea6094;
    border: 1px solid #bf4d70;
    border-bottom: 3px solid #bf4d70;
    padding: 0.65em 0;
}

@media screen and (max-width:767px) {

    .nav_category_refine {
        width: 100%;
        padding: 7px 20px 4px;
    }

        .nav_category_refine .ttl {
            font-size: 2rem;
        }

            .nav_category_refine .ttl span {
                font-size: 127%;
            }

            .nav_category_refine .ttl::before {
                font-size: 3.4rem;
                top: 10%;
                width: 30px;
            }
}

/* 検索一覧/カテゴリ検索追加（2カラム）
   ========================================================================== */
.search_box_more_detail {
    color: #004edf;
    text-align: center;
    margin: 0 0 14px;
    width: 691px;
}

    .search_box_more_detail em {
        display: inline-block;
        font-style: normal;
        font-size: 1.6rem;
        letter-spacing: .05em;
        cursor: pointer;
        position: relative;
    }

        .search_box_more_detail em::after {
            content: '\e315';
            color: #004edf;
            display: inline-block;
            font-weight: normal;
            font-family: "Material Icons";
            font-size: 2rem;
            position: absolute;
            transform: rotate(90deg);
            top: -3px;
        }

.ttl_place_search_box {
    text-align: center;
    position: relative;
    margin: 0 0 19px;
    width: 660px;
    box-sizing: border-box;
    font-size: 2.1rem;
}

    .ttl_place_search_box::before {
        content: '';
        background: #dd4573;
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }

    .ttl_place_search_box > span {
        background: #fff;
        display: inline-block;
        padding: 0 .75em 0 1.2em;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        max-width: 86%;
    }

        .ttl_place_search_box > span > span {
            text-indent: -.4em;
            display: inline-block;
        }

.search_box_refine {
    border: solid 2px #b7a274;
    padding: 16px 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.serch_category_refine {
    background: url(/static/image-cmn/bg_dot_left_bottom2.png) left bottom no-repeat, url(/static/image-cmn/bg_dot_right_bottom.png) right bottom no-repeat #fffcf0;
}

.serch_method_space {
    /* 過去に使用していた崩れ対策 */
    content: '';
    display: block;
}

.serch_category_refine.serch_method {
    margin: 30px auto 0 auto !important;
    padding: 12px 0 15px;
    max-height: 132px;
}

.search_box_refine_ttl {
    font-size: 2rem;
    position: relative;
    padding: 5px 0 5px 14px;
}

    .search_box_refine_ttl.border_pink {
        border-left: 6px solid #ea6094;
    }

    .search_box_refine_ttl.border_green {
        border-left: 6px solid #49946b;
    }

.search_facility_kinds {
    padding: 0 30px;
}

    .search_facility_kinds .search_box_refine_ttl {
        padding-left: 0;
        margin-bottom: 10px;
        text-align: center;
        color: #f75586;
    }

    .search_facility_kinds .search_box_refine_ttl_area {
        color: #f75586;
    }

.search_method_select {
    display: flex;
    align-items: center;
    column-gap: 22px;
    margin-bottom: 13px;
}

.search_box_condition_tbl {
    margin-left: 0;
    width: 665px;
    border-color: #D9D58C;
    border-width: 2px;
    background: #FFFDF1;
}

.search_refine_tbl {
    width: 100%;
    border: solid 2px #64af86;
    border-collapse: collapse;
    font-size: 16px;
    table-layout: fixed;
    margin-top: 1px;
}

    .search_refine_tbl th {
        border-right: solid 1px #64af86;
        border-bottom: solid 1px #64af86;
        background: #f0f9e0;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        width: 7em;
        font-size: 14px;
    }

        .search_refine_tbl th span {
            display: inline-block;
        }

div .letter_2 {
    letter-spacing: .6em;
    padding-left: .8em;
}

.search_refine_tbl th.letter_3 {
    letter-spacing: 0.3em;
    padding: .4em 0;
    padding-left: 0.3em;
}

.search_refine_tbl th.letter_4 {
    letter-spacing: normal;
    padding: .2em 0;
    line-height: 1em;
}

    .search_refine_tbl th.letter_4 span:last-child {
        letter-spacing: .4em;
    }

.search_refine_tbl td {
    background: #ffffff;
    padding: .5em .61em;
    height: 1.2em;
    border: solid 1px #64af86;
    border-right: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

    .search_refine_tbl td.sbrtcel02,
    .search_refine_tbl td.sbrtcel05 {
        padding-left: 1.1em;
    }

    .search_refine_tbl td.sbrtcel03,
    .search_refine_tbl td.sbrtcel06 {
        padding-right: .75em;
    }

    .search_refine_tbl td input {
        border: solid 2px #64af86;
        border-radius: 5px;
        background: #fffbdb;
        padding: 0 1em;
        line-height: normal;
        width: 85%;
        height: 32px;
        margin: 3px 0;
    }

    .search_refine_tbl td.serch_condition_btn {
        border: solid 1px #64af86;
        border-left: none;
        padding-right: 18px;
        width: 7.3em;
    }

.serch_condition_btn .srchbtn {
    border-color: #7e9258;
    box-shadow: none;
    font-size: 1.3rem;
    display: inline-block;
    width: 100%;
    padding: .3em .8em;
}

    .serch_condition_btn .srchbtn.btn_disabled,
    .serch_condition_btn .srchbtn.btn_disabled:hover {
        color: #fff;
    }

.search_box_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    position: relative;;
}
#search_select_region + .search_area_viewmore div.search_box_btns {
    justify-content: space-between;
}

.search_box_btns.search_box_btns_1 {
    margin-top: 30px;
}

.search_box_btns_3 {
    padding-right: 5em;
    padding-top: 14px;
}

.search_box_btns.search_box_btns_3 {
    padding-top: 0;
    padding-right: 12em;
}

.search_frame_arrow + .search_box_btns {
    margin: 40px auto 50px;
}

.search_box_condition_tbl_btn {
    width: 11em;
    margin: 0;
}

.search_box_btns_1 .search_count_1,
.search_box_btns .search_count_3 {
  margin: 0 1em 0 auto;
  padding-right: 1em;
  font-size: 1.6rem;
  font-weight: normal;
}
.search_box_btns_1 .search_count_1 {
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
}
.search_box_btns .search_count_3 {
  margin: 0;
  padding-right: 1em;
}
.search_box_btns .search_box_condition_tbl_btn {
    margin: 0;
}
.search_box_btns .link_viewmore {
  margin-left: 0;
}
.link_viewmore.link_open {
    position: absolute;
    right: 0;
    top: 9px;
}
.search_count_3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-right: 1em;
}
.search_box_btns_1 .search_count_1 span,
.search_count_3 span {
    font-weight: 600;
}
.search_box_btns_inner {
  display: flex;
  padding-left: 10em;
}

.search_box_facility_type_btn a {
    display: block;
    position: relative;
    padding-left: 22px;
}

    .search_box_facility_type_btn a::before {
        content: "";
        position: absolute;
        top: 48%;
        left: 0;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: url(/static/image-cmn/icon_question.png) no-repeat center / contain;
    }

.search_box_condition_tbl_btn .btn_com {
    border-bottom: 3px solid #c72265;
    padding: .35em 1em;
    font-size: 17px;
    font-weight: 600;
}
.search_submit:not(.search_select_checked) a,
.search_box_btns:not(.search_select_checked) a {
  pointer-events: none !important;
  background: #bdbdbd;
  border: solid 1px #adadad;
  border-bottom-width: 3px;
}

.serch_category_refine {
    background: #fffdf1;
    margin: 0 0 16px;
    width: 680px;
}

.nav_lst_refine2 {
    display: flex;
}

.search_top_content .nav_lst_refine2 {
    margin-top: 0;
    flex-grow: 1;
    column-gap: 6px;
}

.nav_lst_refine2 li {
    width: calc(25% - 4.5px);
}

    .nav_lst_refine2 li a.btn_com {
        border: 1px solid #F58220;
        border-bottom-width: 3px;
        padding: .58em 0;
        margin: 0 0;
        font-size: 13px;
        font-weight: 600;
        background: #FFE5BE;
        color: #000;
    }

        .nav_lst_refine2 li a.btn_com::after {
            background: url(/static/image-cmn/ico-arrow-orange.svg) 0 0 / contain no-repeat;
            color: #fff;
            height: 10px;
            position: absolute;
            display: block;
            content: "";
            right: 9px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 6px;
        }

@media screen and (min-width: 768px) {
    .nav_lst_refine2 li a.btn_com::after {
        right: 3px;
    }
}

.nav_lst_refine2 li span.btn_disabled {
    color: #fff;
    padding: 0.58em 0;
    margin: 0 0;
    font-size: 14px;
    border-bottom-width: 3px !important;
}

.nav_lst_refine2 li.select-all a.btn_com,
.nav_lst_refine2 li.select-all span.btn_disabled {
    background: #fcb8cf;
    border-color: #f75586;
}

.nav_lst_refine2 li.active a {
    pointer-events: none;
}

    .nav_lst_refine2 li.active a.btn_com,
    .nav_lst_refine2 li.active span.btn_disabled {
        background: #F58220;
        border: 1px solid #F58220;
        border-bottom-width: 1px;
        color: #fff;
        padding: calc(.58em + 1px) 0;
    }

.nav_lst_refine2 li.select-all a.btn_arrow_red::after {
    background: url(/static/image-cmn/ico-arrow-pink-right_02.svg) 0 0 / contain no-repeat;
}

.nav_lst_refine2 li.active a.btn_arrow_red::after {
    display: none;
}

.nav_lst_refine2 li:last-child a.btn_com {
    padding-right: 7px;
}

.nav_lst_refine2 li a.btn_com {
    box-shadow: none;
    padding-right: 6px;
}

    .nav_lst_refine2 li a.btn_com:hover {
        background: #F58220;
        border-color: #F58220;
        color: #fff;
    }

.nav_lst_refine2 li.select-all a.btn_com:hover {
    background: #f75586;
    border-color: #f75586;
}

.nav_lst_refine2 li.active a.btn_com:hover {
    background: #ea6094;
    border-color: #c24b71;
}

.nav_lst_refine2 li.select-all a.btn_com:hover::after,
.nav_lst_refine2 li a.btn_com:hover::after {
    background: url(/static/image-cmn/ico-arrow-white-right.svg) 0 0 / contain no-repeat;
}

.nav_lst_refine2 li a {
    padding-right: 0;
}

.search_word {
    font-size: 14px;
    line-height: 1.4;
}

    .search_word dl {
        margin-bottom: 1.2em;
        overflow: hidden;
    }

.search_word_box dt {
    display: inline-block;
    background: #58930d;
    color: #fff;
    line-height: 30px;
    padding: 0 .5em 0 .8em;
    float: left;
    font-weight: 600;
    position: relative;
}

    .search_word_box dt span:after {
        content: '';
        position: absolute;
        top: 0;
        right: -12px;
        border-left: 12px solid #58930d;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

.search_word_box dd {
    padding-top: 5px;
    padding-left: 20px;
    width: 860px;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .search_box_condition_wrap {
        flex-wrap: wrap;
    }

    .ttl_place_search_box, .search_box_more_detail {
        width: 100%;
    }

    .search_box_refine_ttl {
        font-size: 2rem;
    }

        .search_box_refine_ttl br {
            display: none;
        }

    .search_refine_tbl {
        border-bottom: solid #64af86;
    }

        .search_refine_tbl th,
        .search_refine_tbl td {
            border: none;
            text-align: left;
            padding: .5em .4em;
            vertical-align: middle;
            height: auto;
            width: 100%;
        }

        .search_refine_tbl th {
            font-size: 1.8rem;
            font-weight: 600;
            line-height: 1.4em;
        }

        .search_refine_tbl tr {
            display: flex;
            flex-wrap: wrap;
        }

        .search_refine_tbl td.serch_condition_btn {
            border: none;
        }

        .search_refine_tbl .sbrtcel01 {
            order: 1;
            width: 65%;
        }

        .search_refine_tbl .sbrtcel02 {
            order: 3;
            width: 100%;
            border-bottom: solid 1px #64af86;
        }

        .search_refine_tbl td.sbrtcel03 {
            order: 2;
            width: 35%;
            background: #f0f9e0;
            padding: .4em .4em .1em .1em;
        }

        .search_refine_tbl .sbrtcel04 {
            order: 4;
            width: 65%;
        }

        .search_refine_tbl .sbrtcel05 {
            order: 6;
            width: 100%;
            border-bottom: solid 1px #64af86;
        }

        .search_refine_tbl td.sbrtcel06 {
            order: 5;
            width: 35%;
            background: #f0f9e0;
            padding: .4em .4em .1em .1em;
        }

        .search_refine_tbl th.letter_3 {
            width: 100%;
            letter-spacing: normal;
        }

        .search_refine_tbl th.letter_4 {
            padding: .5em .4em;
            line-height: 1.4em;
        }

    .search_box_refine {
        width: 100%;
        padding: 20px 8px 10px 8px;
    }

    .serch_category_refine.serch_method {
        margin-top: 18px;
        padding: 16px 8px;
        max-height: 100%;
    }

    .nav_lst_refine2 {
        width: 16em;
    }

    .serch_condition_word > div {
        max-width: 100%;
    }

    .search_refine_tbl td input {
        margin: 0;
        padding: .4em .2em;
    }

        .search_refine_tbl td input[type='text'] {
            width: 100%;
        }

    .nav_lst_refine,
    .nav_lst_refine2,
    .search_top_content .nav_lst_refine2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        padding: 0;
    }

        .nav_lst_refine li,
        .nav_lst_refine2 li {
            width: 25%;
        }

    #navi-refine .nav_lst_refine li {
        width: calc(100% / 3.1);
    }

    .nav_lst_refine li a,
    .nav_lst_refine2 li a,
    .nav_lst_refine2 li span.btn_disabled {
        margin: 0;
        font-size: 1.5rem;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .nav_lst_refine li a {
        line-height: 1.2em;
    }

        .nav_lst_refine li a span,
        .nav_lst_refine2 li a span {
            display: inline-block;
            width: 100%;
        }

    .nav_lst_refine2 .btn_arrow_red:after {
        right: 5px;
    }

    .search_facility_kinds {
        padding: 0 0 16px;
    }

        .search_facility_kinds .nav_lst_refine2 {
            flex-wrap: wrap;
            column-gap: initial;
            gap: 10px 5px;
        }

            .search_facility_kinds .nav_lst_refine2 li {
                width: calc(50% - 5px);
            }

    .search_word dl {
        margin-top: 2em;
    }

    .search_word_box dt {
        background: none;
        padding: 0;
        margin-right: 1em;
    }

        .search_word_box dt span {
            display: inline-block;
            background: #58930d;
            color: #fff;
            line-height: 30px;
            padding: 0 0.5em;
            position: relative;
        }

    .search_word_box dd {
        padding-left: 0;
        width: auto;
        max-width: 100%
    }

        .search_word_box dd:before {
            content: none;
        }

    .search_box_more_detail_box .txt {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .search_box_more_detail_box .txt br {
            display: none;
        }

    .search_facility_kinds {
        display: block;
    }

    .search_method_select {
        display: block;
    }

    .search_box_btns {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    #search_select_region + .search_area_viewmore div.search_box_btns {
        padding-bottom: 10px;
    }
    .search_box_btns.search_box_btns_1 {
        margin-top: 10px;
    }
    .search_box_btns_3 {
        padding: 0;
    }
    .search_box_btns.search_box_btns_3 {
        padding-right: 0;
    }
    .search_box_btns_1 .search_count_1,
    .search_box_btns_3 .search_count_3 {
        margin: 0 auto .5em;
        order: 2;
        padding: 0;
    }
    .search_box_btns_1 .search_count_1 {
        margin: 10px 0 0;
    }
    .search_box_btns_3 .search_count_3 {
        margin: 0 auto;
    }
    .search_box_btns_1 .search_box_condition_tbl_btn,
    .search_box_btns_3 .search_box_condition_tbl_btn {
        order: 3;
    }
    .search_box_btns_1 .link_viewmore,
    .search_box_btns_3 .link_viewmore {
        order: 1;
    }
    .search_box_condition_tbl_btn {
        margin-bottom: 1em;
    }
    .search_box_btns .search_box_condition_tbl_btn {
        margin: 10px 0 0;
    }

    .search_box_btns_3 .btn_com.search_excec {
        margin-bottom: 10px;
    }

    .search_box_facility_type_btn {
        display: table;
        margin: 10px 0 0 auto;
    }
}

.hst_descript {
    margin: 20px 0;
    line-height: 1.5;
}

.other_block_none.hst_descript {
    margin: 35px auto;
    padding: 1em 15px;
    border: solid 1px #64af86;
    text-align: left;
    font-size: 1.6rem;
}

.none_hst_ttl {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: .5em;
    color: #49946a;
    text-align: center;
}

@media screen and (min-width:768px) {
    .search_box_more_detail em {
        margin-left: 5px;
    }

    .search_box_more_detail em:hover {
        opacity: .7;
    }

    .search_box_refine_ttl {
        flex: 0 0 120px;
        letter-spacing: 0.05em;
    }

    .serch_category_refine.search_box_refine .search_box_refine_ttl {
        margin-bottom: 7px;
    }

    .serch_category_refine.search_box_refine .search_box_refine_ttl:before {
        font-size: 2.8rem;
    }

    .search_box_more_detail_box .txt {
        padding-right: 10px;
        line-height: 1.4;
        font-size: 13px;
    }

    .nav_lst_refine2 li .btn_arrow_red::after {
        right: 3px;
    }

    .search_box_facility_type_btn {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .search_refine_tbl th span {
        display: block;
        line-height: 1.2;
    }

    .serch_condition_btn .srchbtn {
        background: #d2e5ae;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 50%);
    }

    .com_box_ttl h1.ttl_history {
        padding-left: 30px;
    }

    .other_block_none.hst_descript {
        width: 650px;
        padding: 22px 45px 25px;
    }

    .none_hst_ttl {
        font-size: 2rem;
    }

    .search_bottom {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .search_bottom #main-form + .bnr {
        width: 300px;
        margin-top: -38px;
    }

    .bnr .a_alpha {
        display: inline-block;
    }

    .bnr .a_alpha:last-child {
        margin-top: 25px;
    }

    .bnr .a_alpha img {
        max-width: 100%;
        height: auto;
    }
}

/* review */
.search_block_review {
    align-items: center;
    background: #ffffff;
    border: 1px solid #49946A;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 8px 10px;
}
.search_block_special .search_block_review {
    border: 1px solid #EF6D7C;
}

.search_block_review_left {
    color: #49946A;
    font-weight: 600;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    line-height: 1.8rem;
    min-width: 114px;
}
.search_block_special .search_block_review_left {
    color: #E05365;
}

.search_block_review_right {
    border-left: 1px solid #49946A;
    padding: 0 0 0 15px;
    line-height: 2rem;
    width: calc(100% - 125px);
    word-break: break-word;
}
.search_block_special .search_block_review_right {
    border-left: 1px solid #EF6D7C;
}

.js_comment_cut_kuchikomi::after {
    clear: both;
    content: "";
    display: block;
}

.comment_cut_kuchikomi_inner {
    display: inline;
}

.kuchikomi_readmore_btn {
    display: inline;
    font-size: 96%;
    float: right;
    margin-top: 0;
    padding-right: 5px;
    text-align: right;
}

.kuchikomi_readmore_btn a::after {
    border-color: #00e transparent transparent;
    border-style: solid;
    border-width: .5em .5em .5em 0;
    content: '';
    display: inline-block;
    height: 0;
    margin-left: .5em;
    transform: translateY(-0.2em) rotate(-135deg);
    width: 0;
}

.kuchikomi_readmore_btn.active a::after {
    transform: translateY(0.5em) rotate(45deg);
}

.kuchikomi_readmore_btn a:hover::after {
    border-color: #64af86 transparent transparent;
}

.search_block_review_right .txt_right {
    float: right;
    margin-top: 8px;
}

.search_simplify .search_block_review {
    display: none;
}

@media screen and (min-width:768px), print {
    .search_block_content {
        padding-left: 0;
    }

    .search_block_has_review .search_block_content {
        position: relative;
        padding-left: 0;
    }

    .search_block.search_block_has_review .search_block_single_thumb {
        left: 0;
        max-height: calc(100% - 10px);
        top: 15px;
        transform: none;
    }

    .search_simplify .search_block.search_block_has_review {
        padding-bottom: 0;
    }

    .search_block:not(.search_block_special).search_block_has_review .search_block_content {
        justify-content: center;
        min-height: 170px;
        padding-left: 0;
    }

    .search_block.search_block_has_review .search_block_detail_wrap {
        margin-bottom: 0;
        margin-left: 0;
    }

    .search_block_has_review .search_block_review {
        position: static;
    }
}

@media screen and (max-width:767px) {
    .search_block_review_left {
        border-right: none;
        border-bottom: 1px solid #49946A;
        padding: 0 0 5px;
        text-align: left;
        width: 100%;
    }

    .search_block_special .search_block_review_left {
        border-right: none;
        border-color: #FCB9C1;
    }

    .search_block_review_left br {
        display: none;
    }

    .search_block_review {
        flex-direction: column;
        font-size: 14px;
        margin-top: 12px;
        padding: 8px 10px;
    }

    .search_block_special .search_block_review {
        border-color: #FCB9C1;
        order: 3;
    }

    .search_block_review_right {
        line-height: 1.429;
        border-left: none;
        padding: 5px 0 0;
        width: 100%;
    }

    .search_block_special .search_block_review_right {
        border-left: none;
    }

    .search_block_review_right .txt_right {
        margin-top: 3px;
    }

    .search_block_detail_wrap {
        margin-top: 0;
    }

		.detail_member .search_block_detail_wrap {
			align-items: center;
			justify-content: flex-start;
		}
    .search_terms_tbl td.td_empty {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    article:not(.hTabMap_wrap) .list_blank_img .search_block_tbl_wrap::after {
        background: url(/static/image-cmn/img-bg-line-green.png) no-repeat center bottom;
        background-size: 100% auto;
        content: '';
        display: block;
        height: 50px;
        margin-top: 5%;
        width: 100%;
    }
    article:not(.hTabMap_wrap) .search_block_special .list_blank_img .search_block_tbl_wrap::after {
        background: url(/static/image-cmn/img-bg-line-pink.png) no-repeat center bottom;
        background-size: 100% auto;
    }
}

.search_terms_wrap {
    margin-bottom: 40px;
    margin-left: 0;
    width: 100%;
}

.ttl_keyword.search_terms_ttl {
    font-size: 1.17em;
    font-weight: 600;
    margin: 10px auto;
}

.search_terms_ttl {
    display: inline-block;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    padding: 0 80px;
}

/* 絞り込みボタンにアイコン表示 */
.ico_navttl,
.ico_navttl_cat {
	background-color: #ea4f7a;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	font-size: 12px !important;
 margin-right: .75em;
	padding: .25em .75em;
 transform: translateY(-1px);
 white-space: nowrap;
}

.ico_navttl_space {
  letter-spacing: 0.3em;
  text-indent: 0.25em;
  padding: .25em 0.55em;
}
.search_terms {
    padding-top: 22px;
}

.search_terms_ttl_wrap {
    text-align: center;
}

.search_terms_ttl {
    display: inline-block;
    max-width: 920px;
    margin: 0 auto 20px;
    position: relative;
    padding: 0 80px;
    text-align: center;
}

.search_terms_ttl::before,
.search_terms_ttl::after {
    display: block;
    position: absolute;
    content: "";
    width: 64px;
    height: 2px;
    background: #dd4573;
    top: 50%;
    transform: translateY(-50%);
}

.search_terms_ttl::before {
    left: 0;
}

.search_terms_ttl::after {
    right: 0;
}

.search_terms_ttl span {
    display: inline-block;
}

.search_frame_ttl_wrap + .search_terms_box {
    margin-top: 10px;
}

.search_terms_tbl {
    width: 100%;
    border: solid 2px #ffc2d9;
    border-collapse: collapse;
    font-size: 16px;
    table-layout: fixed;
    margin-top: 1px;
    position: relative;
}

.search_terms_tbl tr.wide td {
    padding: 0.4em 0.4em 0.4em 1em;
}
.search_terms_tbl tr.wide td.td_obsession2 {
    padding: 0;
}
.search_terms_tbl tr.wide td.td_obsession2:last-child {
    border-bottom: none;
}
.search_terms_tbl th {
    border-right: solid 1px #ffc2d9;
    border-bottom: solid 1px #ffc2d9;
    background: #fdf4f5;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    width: 6em;
    padding: 0.7em 14px;
    line-height: 1.2;
    vertical-align: middle;
}

.search_terms_tbl th.condition,
.search_terms_tbl th.obsession {
    letter-spacing: normal;
}

.search_terms_tbl .wide th.obsession.va_middle {
    background-color: #bdbdbd;
    color: #686868;
}
        
.search_terms_tbl td:not(.td_obsession) {
    border: solid 1px #ffc2d9;
    padding: 1em;
    width: 100%;
}
.search_terms_tbl th.condition + td {
    padding: 1.1em 1em 0.25em 1em;
}
.search_terms_tbl .td_obsession_inner {
    padding: 0.4em 1em 0.25em 1em;
    background: #fff;
    box-sizing: border-box;
}
.search_terms_tbl .td_obsession2 > div > .td_obsession_inner {
    border-top: solid 1px #64af86;
}
.search_terms_tbl .td_obsession_inner:first-child {
    border-top: none;
}
.search_terms_tbl td.td_obsession:not(.td_obsession_open) { 
    border-bottom: solid 1.5px #fff;
    padding-bottom: 0;
}

.search_terms_tbl .td_obsession_inner.has-bgcolor {
    background: #FFFCF0;
}

.search_terms_tbl_area {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search_terms_tbl_areaname {
    display: block;
    margin-bottom: 0.125em;
    margin-right: 8px;
    margin-top: 0.125em;
}

.search_terms_tbl td .srchbtn {
    font-size: 14px;
    margin-bottom: 0.125em;
    margin-top: 0.125em;
    margin-right: auto;
    padding: 6px 12px;
}

.search_terms_tbl_border {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
}
.search_terms_tbl_border:not(:last-child) {
    border-top: solid 1px #33734D;
    padding-top: 0.4em;
}

.w_col_bnr {
    display: flex;
    justify-content: space-between;
    width: 640px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .w_col_bnr {
        width: 100%;
    }
   .search_terms_tbl_area {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .search_terms_tbl_area_th {
        border-top: solid 1px #f75586;
        margin: 10px -1em;
        width: calc(100% + 2em);
    }
    .search_terms_tbl_area_th p {
        background: #fdf4f5;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        padding: 0.7em 1em;
        width: 100%;
    }
}
.search_terms_tbl_border.col-2 .search_terms_tbl_inner:nth-of-type(2) {
    padding-left: 1em;
}
.search_terms_tbl_border.col-2 .search_terms_tbl_inner:not(:last-child) {
    margin-right: 0.5em;
}

.search_terms_tbl_border .search_terms_tbl_inner {
    position: relative;
}
.search_terms_tbl_border .search_terms_tbl_inner:nth-of-type(2)::before {
    background: #33734D;
    content: "";
    display: block;
    height: calc(100% - .5em);
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.search_terms_tbl_inner {
    align-items: baseline;
    display: flex;
    padding: 0;
    position: relative;
}

.search_terms_tbl th.condition + td .search_terms_tbl_inner ul:nth-of-type(1) {
    margin: 0 0.6em auto 0;
    min-width: auto;
}

.search_terms_tbl th.condition + td .search_terms_tbl_inner ul:nth-of-type(2) {
    margin: 0 0.6em 0 0;
    flex-basis: min-content;
    flex-direction: column;
    min-width: max-content;
}

.search_terms_tbl th.condition + td .search_terms_tbl_inner ul:nth-of-type(3) {
    flex-grow: 1;
}


@media screen and (min-width: 768px) {
    .search_terms_tbl th.condition + td .search_terms_tbl_inner ul:nth-of-type(1) {
        margin-right: 0;
    }
    .search_terms_tbl th.condition + td .search_terms_tbl_inner ul:nth-of-type(2) {
        margin-right: 0;
    }
}

.search_terms_tbl th.condition + td .search_terms_tbl_inner ul li {
    min-width: auto;
}

.search_terms_tbl th.condition + td .search_terms_tbl_inner ul li:not(:last-child) {
    padding-right: 0;
}

.search_terms_tbl th.condition + td .search_terms_tbl_inner .search_terms_tbl_list.condition_list_03 li:not(:last-child) {
    padding-right: .2em;
}

.search_terms_tbl_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (max-width:767px) {
    .search_terms_tbl_list {
        display: flex;
        justify-content: space-between;
    }
}

.search_terms_tbl_list li {
    width: auto;
    margin-bottom: 14px;
}
.search_terms_tbl_list li .tilde {
    padding: 0 6px;
}

.search_terms_tbl_list.list_post li {
    margin-bottom: 0;
}

.search_terms_tbl_list_item {
    width: 33.3333%;
    margin-bottom: 0;
}

.search_terms_tbl_list.condition_list_01 .search_terms_tbl_list_item {
    width: 33.3333%;
}

.search_terms_tbl_border.col-2 .search_terms_tbl_list_item {
    padding-right: 10px;
}

.search_terms_tbl_border.col-2 .list_post .search_terms_tbl_list_item {
    padding-right: 0;
}

.search_terms_tbl_border.col-2 .list_post .search_terms_tbl_list_item:nth-child(n + 2) {
    border-left: 1px solid #33734D;
    margin-left: 10px;
    padding-left: 10px;
}

.search_terms_tbl_list.col-4 {
    width: 98%;
}

.search_terms_tbl_list.col-4 .search_terms_tbl_list_item {
    width: 50%;
    margin-bottom: 14px;
}

.search_terms_tbl_list.col-4 .search_terms_tbl_list_item:nth-last-of-type(-n+4) {
    margin-bottom: 14px;
}

.search_terms_tbl_list.col-5 {
    width: 100%;
    align-items: flex-start;
}

.search_terms_tbl_list.col-5 .search_terms_tbl_list_item {
    flex-basis: 25%;
}

.search_terms_tbl_list.col-5 .search_terms_tbl_list_item:nth-last-of-type(-n+5) {
    margin-bottom: 0;
}

.search_terms_tbl_list.border-t::before {
    height: 1px;
    width: calc(100% - 0.8em);
    position: absolute;
    content: "";
    display: block;
    background: #33734D;
    top: -0.5em;
    left: 0.4em;
}

.search_terms_tbl_list_item.flex-grow {
    flex-grow: 1;
}

.search_terms_tbl_list_item.mb0 {
    margin-bottom: 0 !important;
}

.search_terms_tbl_list_item.ml1 {
    margin-left: 0.5em;
}

.search_terms_tbl_subttl {
    font-size: 15px;
    display: block;
    padding: 0.25em 0.585em 0.25em 0;
    margin-right: 1em;
    font-weight: 600;
}
.search_terms_tbl_border .search_terms_tbl_subttl {
    margin-right: 0.75em;
}
/* 一行の時 */
.search_terms_tbl_subttl + .search_terms_tbl_list {
    align-items: center;
}

.search_terms_input {
    display: none;
}

.search_terms_input:checked + .search_terms_input_label {
    font-weight: 600;
}

.search_terms_input:checked + .search_terms_input_label::after {
    border-bottom: 2px solid #c72265;
    border-right: 2px solid #c72265;
    content: "";
    display: block;
    height: 8px;
    left: 3px;
    position: absolute;
    top: 3px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 6px;
}

.search_terms_input_label {
    color: #004EDF;
    padding-left: 16px;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    line-height: 1.15;
    margin: 0;
}

.search_terms_box .search_terms_input_label {
    font-weight: 300;
}

.search_terms_box .search_terms_input_label.ft_bd {
    font-weight: 600;
}

.search_terms_input_label::before {
    background: #fff;
    border: 1px solid #000;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0.25em;
    width: 12px;
}

.condition_list_01 .search_terms_input_label {
    color: var(--cor-jiritsu);
}

.search_terms_box .search_terms_input_label.color_green {
    color: #288409;
}
.search_terms_box .search_terms_input_label.color_red {
    color: #E90034;
}
.search_terms_box .search_terms_input_label.color_purple {
    color: #702B8B;
}
@media screen and (max-width:360px) {
    .search_terms_tbl_list .search_terms_input_label {
        display: flex;
        flex-direction: column;
        line-height: 22px;
    }
}

.nav_lst_refine2 li.select-all a.btn_com,
.nav_lst_refine2 li.select-all span.btn_disabled {
    background: #FFCF88;
    border-color: #D56200;
}

.nav_lst_refine2 li.select-all a.btn_com:hover {
    background: #F58220;
    border-color: #F58220;
}

.nav_lst_refine2 li.select-all a.btn_arrow_red::after {
    background: url(/static/image-cmn/ico-arrow-orange.svg) 0 0 / contain no-repeat;
}

.nav_lst_refine2 li.active a.btn_com,
.nav_lst_refine2 li.active span.btn_disabled {
    background: #F58220;
    border-color: #F58220;
}

.result_form_footer {
    margin-left: 30px;
    margin-right: 30px;
}

.result_form_footer .com_ac_unit {
    font-size: 14px;
    line-height: 1.5;
}

.search_terms_tbl input:disabled + span {
   color: #000;
   cursor: auto;
   opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .search_box_condition_tbl_btn {
        margin-bottom: 5px;
    }
    .search_terms_tbl td.td_empty {
        border-right: solid 1px #fff;
    }
    .search_terms_tbl td.td_result_btn {
        border-left: solid 1px #fff;
        border-top: solid 1.5px #fff;
        border-left: solid 1px #ffc2d9;
        border-right: solid 1px #ffc2d9;
    }
    #main-form .td_obsession .link_viewmore {
        margin-top: 1em;
    }
    .td_obsession:not(.td_obsession_open) .link_viewmore {
        margin-bottom: -20px;
    }
}

@media screen and (max-width:767px) {
    .search_terms_tbl tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .search_terms_tbl tr:not(:last-child) {
        border-bottom: solid 1px #f75586;
    }

    .search_terms_tbl th {
        width: 100%;
        border: none;
    }

    .search_terms_tbl td:not(.td_obsession) {
        border: none;
        padding: 1em 1em 0;
        width: 100%;
    }

    .search_terms_tbl_areaname {
        flex: 1;
    }

    .search_terms_tbl_inner,
    .search_terms_tbl_border.col-2 .search_terms_tbl_inner:not(:first-child) {
        display: block;
        padding: 0;
    }
    .search_terms_tbl_border .search_terms_tbl_inner + .search_terms_tbl_inner::before {
      content: none;
    }
    .search_terms_tbl_subttl {
        display: inline-block;
    }

    .search_terms_tbl_border {
        display: block;
    }

    .search_terms_tbl_border.col-2 .search_terms_tbl_inner:nth-of-type(2)::before {
        display: none;
    }

    .search_terms_tbl_list.col-4 {
        width: 100%;
        margin-top: 0.4em;
    }

        .search_terms_tbl_list.col-4 .search_terms_tbl_list_item {
            flex-basis: 100%;
        }
        .search_terms_tbl_list.col-4 .search_terms_tbl_list_item {
            width: 100%;
        }

            .search_terms_tbl_list.col-4 .search_terms_tbl_list_item:last-of-type {
                margin-bottom: 0;
            }

        .search_terms_tbl_list_item.mb0 {
            margin-bottom: 0.5em;
        }

            .search_terms_tbl_list_item.mb0:last-of-type {
                margin-bottom: 0 !important;
            }

        .search_terms_tbl_list_item.ml1 {
            margin-left: 0;
        }

    .condition_list_01,
    .condition_list_02 {
        margin-bottom: 0.8em;
    }

    .search_terms_tbl th.condition + td .search_terms_tbl_inner ul li {
        width: 50%;
    }
    .search_terms_tbl th.condition + td .search_terms_tbl_inner ul:nth-of-type(1) {
        margin: 0;
    }
    .search_terms_tbl th.condition + td .search_terms_tbl_inner ul:nth-of-type(2) {
        margin: 0 0 0.5em 0;
    }
    .search_terms_tbl th.condition + td .search_terms_tbl_inner ul:nth-of-type(2) {
        flex-direction: row;
    }
   .search_terms_tbl th.condition + td .search_terms_tbl_inner ul li:nth-of-type(2) {
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
    .search_terms_tbl th.condition + td .search_terms_tbl_inner ul li.sp_max {
        width: 100%;
    }
    .condition_list_03 .search_terms_tbl_list_item.mb0 {
        flex-basis: 50%;
        margin-left: 0 !important;
    }

        .condition_list_03 .search_terms_tbl_list_item.mb0:nth-last-of-type(-n+2) {
            margin-bottom: 0 !important;
        }

    .search_terms_ttl {
        max-width: 100%;
        min-width: 80%;
        padding: 0 2.5em;
    }

    .search_terms_ttl_area {
        margin-bottom: 0.5em;
    }

    .search_terms_ttl::before,
    .search_terms_ttl::after {
        width: 2em;
    }

    .search_terms_tbl_border.col-2 .search_terms_tbl_list_item {
        flex-basis: auto;
        width: 50%;
    }
    .search_terms_tbl_border.col-2 .list_post .search_terms_tbl_list_item {
        flex-basis: auto;
        width: 50%;
        margin-bottom: 14px;
    }
    .search_terms_tbl_border.col-2 .list_post .search_terms_tbl_list_item:nth-child(n + 2) {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }

    .search_terms_tbl_list.col-4 .search_terms_tbl_list_item {
        flex-basis: auto;
        width: 49%;
    }

    .search_terms_tbl_list.col-5 .search_terms_tbl_list_item {
        flex-basis: 50%;
    }

    .search_terms_tbl_list.col-5 .search_terms_tbl_list_item:nth-last-of-type(-n+5) {
            margin-bottom: 0.2em;
        }

    .search_terms_tbl_list.col-5 .search_terms_tbl_list_item:nth-last-of-type(-n+2) {
            margin-bottom: 0;
        }
}

.search_area_viewmore {
  position: relative;
}
.link_viewmore {
  color: #004EDF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 0 16px;
  position: relative;
  z-index: 8;
}
.link_viewmore:hover{
  opacity: .8;
}
.link_viewmore::before {
  content: '';
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #007bff transparent transparent transparent;
  left: 0;
  position: absolute;
  top: 2px;
}
.link_viewmore.link_close {
  top: 9px;
  transform: none;
}
.link_viewmore.link_close::before {
  transform: rotateX(180deg);
}
@media screen and (min-width: 768px) {
  .link_viewmore.link_close {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .link_viewmore {
    float: none;
    margin: 0;
  }
  .link_viewmore.link_close {
    top: 0;
    margin-bottom: 15px;
  }
  .link_viewmore.link_open {
    position: relative;
    top: 0;
    margin-bottom: 15px;
  }
}

/* パンくず追加 */
.search_block_breadcrumbs {
    background: #fdeef0;
    padding: 7px 0 7px 50px;
    font-size: 15px;
    width: 100%;
}
.search_block_breadcrumbs li {
    display: inline-block;
}  
.search_block_breadcrumbs li:not(:last-child)::after {
    content: "\03e";
    padding: 0 2px;
}
.search_block_breadcrumbs a {
    margin: 0 5px 0 0;
}

.search_block_wrap .in_fee {
    display: flex;
    flex-wrap: wrap;
}

.search_block_special .search_block_wrap .in_fee {
    color: #000;
    overflow: hidden;
}

.in_fee dt {
	width: 52px;
}
.in_fee dd {
  display: inline-block;
}
.search_block_special .search_block_tbl .in_fee_wrap th {
   background: #e82e44;
   font-weight: 600;
}
.search_block_tbl .in_fee_wrap td {
    padding: 10px 15px;
}
.search_block_special .search_block_tbl .in_fee_wrap td {
   background: #fbd8dd;
   font-weight: 600;
   padding: 10px 16px 9px;
}

.in_fee_wrap .entry + .monthly::before {
	background-color: #49946a;
	content: "";
	height: 90%;
	left: -12px;
	position: absolute;
	top: 50%;
	width: 1px;
	transform: translateY(-50%);
}
.search_block_special .in_fee .entry + .monthly::before {
   background-color: #ef6d7c;
}

.in_fee .entry,
.in_fee .monthly {
	display: flex;
	align-items: center;
	position: relative;
}
.in_fee .entry {
	padding-right: 25px;
}
.in_fee .monthly dt {
   letter-spacing: .25em;
}

.in_fee span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 5px 0 0;
}
.in_fee_wrap th {
    background-color: #206d42;
}
.in_fee_wrap td {
    background-color: #c7e79d;
    padding: 15px;
}
.in_fee_wrap td .nodata {
  background: #000;
  content: '';
  display: inline-block;
  height: 1px;
  margin: 0 25px 0 30px;
  padding: 0;
  vertical-align: middle;
  width: 12px;
}

.search_block_breadcrumbs.search_block_breadcrumbs_free {
    background: #f0f9e0;
}

/* 介護体制 */
.memb_staffhelp_table th {
    padding: .5em 0;
}
.memb_chart_wrap {
    display: flex;
}
.dtl_memb_staffhelp {
    margin-right: 8px;
}
.dtl_memb_chart.dtl_memb_chart_li {
    height: 22px;
    margin-top: 2px;
    width: 150px;
}
canvas.dtl_memb_chart {
    width: 100%;
    overflow: visible !important;
}
.dtl_memb_chart shokuin_kaigo_taisei_chart {
    left: 0;
    margin-left: 0;
}
.dtl_memb_chart_unit {
    font-weight: 600;
}
.dtl_memb_percent_ttl {
    margin-top: 8px;
}
.memb_staffhelp_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.memb_staffhelp_list li:first-child::after {
    content: '：';
}
.memb_staffhelp_list .bold {
    font-weight: 600;
}

@media screen and (min-width:768px) {
    .hide_pc {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .search_block_breadcrumbs{
    margin: 0 -12px;
    padding: 7px 12px;
    width: calc( 100% + 24px );
  }
  
  .search_block_tbl .in_fee_wrap td {
		font-weight: 600;
		padding: 10px 0 9px 16px;
	}
	.in_fee dt {
		width: 66px;
	}

  .search_block_wrap .in_fee{
    display: block;
    text-align: left;
  }
    .search_block_wrap .in_fee .entry,
    .search_block_wrap .in_fee .monthly {
        width: 100%;
        text-indent: 0;
    }
    .search_block_wrap .in_fee .monthly {
        margin-left: 0 !important;
    }
    .search_block_wrap .in_fee .search_block_wrap .in_fee.monthly {
        padding: 0;
        margin-left: 14px !important;
        text-indent: 0;
    }
    .search_block:not(.search_block_special) .search_block_tbl .in_fee_wrap td .monthly {
        padding-left: 0;
    }

		.in_fee div:nth-child(n + 2) {
			padding-left: 0;
		}

    .in_fee .entry + .monthly {
        border-left: none;
    }

  .search_block_wrap .in_fee .entry + .monthly::before,
  .in_fee .entry + .monthly::before {
    content: none;
  }
  .detail_bn_ikiiki {
    display: none;
  }
}

.btn_com_01 {
    align-items: center;
    background: #49946a;
    border: 1px solid #1e653d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 12px 14px 12px 3px;
    position: relative;
    text-align: center;
    width:250px;
    margin: 0 auto 52px;
}
.btn_com_01::after {
    content:"";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 12px;
    height:12px;
    border:2px solid #fff;
    border-left:0;
    border-bottom:0;
    box-sizing:border-box;
    position:absolute;
    right:16px;
    transform:translateY(-25%) rotate(135deg);

}
.btn_com_01:hover{
   cursor: pointer;
   opacity: .7;
}
@media screen and (min-width:767px) {
  .btn_com_01 {
    margin-left: 210px;
  }
}
.btn_recruitment{
    margin-bottom: 15px;
    margin-top: 12px;
    text-align: center;
}
.btn_recruitment p{
    font-size: 15px;
    margin-top: 5px;
}
.btn_recruitment a:hover{
    opacity: .7;
}

/* popular keyword */
.popular_keyword_wrap {
    margin-bottom: 30px;
    margin-top: -12px;
}
.popular_keyword_wrap .search_terms_ttl {
    margin-bottom: 15px;
}

.popular_keyword_list_wrap {
    padding: 9px 0 11px;
}

.popular_keyword {
    align-items: center;
    bottom: 18px;
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    padding-left: 5px;
    position: absolute;
    right: 112px;
}

.popular_keyword_title {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-right: -3px;
    padding-left: 16px;
    padding-top: 3px;
    position: relative;
}

.popular_keyword_title::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(/static/image-cmn/ico-tag.png) no-repeat center / contain;
}

.popular_keyword_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 7px;
    text-align: center;
}

.popular_keyword_item {
    margin: 0 3px;
    text-align: center;
}

.popular_keyword_link {
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #49946b;
    color: #36925f;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    min-width: 30px;
    padding: 4px 7px;
}

.popular_keyword_link a:hover {
    opacity: 0.6;
}

.popular_keyword_link.is_disabled {
    background-color: #E9E9E9;
    border-color: #999;
    color: #999;
}

.popular_keyword_item:last-child a {
    text-indent: .25em;
}

@media screen and (max-width: 767px) {
    .popular_keyword {
        display: block;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 17px;
        padding-bottom: 15px;
        position: static;
        text-align: center;
    }

    .popular_keyword_list {
    }

    .popular_keyword_link:hover {
        opacity: 1;
    }

    .popular_keyword_title {
        font-size: 14px;
    }

    .popular_keyword_title::before {
        left: -6px;
        width: 18px;
        height: 18px;
    }
}

.search_select_box_wrap {
    display: block;
    position: relative;
}

.btn_com_abs {
    font-size: 14px;
    padding: 6px 12px;
    position: absolute;
    top: 103px;
    right: 27px;
}

.btn_com_abs a,
.stationbtn a {
    color: #fff;
}

.btn_com_abs a:hover,
.stationbtn a:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .btn_com_abs {
        top: 12px;
        right: 5px;
    }
    .search_terms_tbl td .srchbtn {
        margin: 0 auto;
    }
    .search_group_area.js_wrap_checkall ul li:first-child {
        padding-bottom: 0;
    }
    .search_group_area.js_wrap_checkall ul li:not(:first-child) {
        padding-left: 0;
    }
}

@media screen and (max-width: 375px) {
    .btn_com_abs {
        padding: 6px 6px;
    }
}

@media screen and (min-width: 768px), print {
    .header:not(.fix_header) {
        height: 159px;
    }
}

.search_terms_tbl .va_middle {
    vertical-align: middle;
}
.search_terms_tbl .va_middle span{
    display: inline-block;
    text-indent: -1em;
}
.search_terms_tbl td.pt1 {
    padding-top: 1.1em;
}

.pa_search_table_prices {
    display: flex;
    margin-bottom: 6px;
    margin-top: 14px;
}
ul.search_terms_tbl_list.pa_search_table_prices {
    margin-top: 9px;
    width: 100%;
}
.pa_search_table_prices>li {
    align-items: center;
    display: flex;
}

.pa_search_table_prices>li>p {
    color: #9A9A9A;
    font-size: 14px;
    font-weight: 700;
    margin: 0 12px 0 0;
}

@media screen and (max-width:767px) {
    .pa_search_table_prices>li:last-child {
        margin-bottom: 0;
    }
    .pa_search_table_prices>li>p {
        min-width: 56px;
    }
    .pa_search_table_prices>li>p {
        min-width: 45px;
    }

    ul.search_terms_tbl_list.pa_search_table_prices li:first-of-type {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

ul.search_terms_tbl_list.pa_search_table_prices li:first-of-type {
    margin-right: 10px;
}

.pa_search_table_prices [data-module~=selectbox] {
    background-color: #E9E9E9;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    display: inline-block;
    flex: 0 0 90px;
    height: 30px;
    max-width: 363px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 90px;
}

.pa_search_table_prices [data-module~=selectbox]:before {
    background: url(/static/search/image/arrow-down-gray.png) left bottom no-repeat;
    background-size: contain;
    content: "";
    height: 7px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.pa_search_table_prices [data-module~=selectbox] .js-label {
    font-size: 12px;
    left: 0;
    overflow: hidden;
    padding: 6px 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    width: 90%;
    color: #A7A7A7;
}

.pa_search_table_prices [data-module~=selectbox] select,
.pa_search_table_prices [data-module~=selectbox] .js-select {
    appearance: none;
    color: #A7A7A7;
    cursor: pointer;
    font-size: 12px;
    height: 100%;
    line-height: 40px;
    min-width: 100%;
    opacity: 0;
    outline: none;
    padding: 4px 8px;
    width: 100%;
    z-index: 10;
}
.condition_list_04 .search_terms_input_label {
    color: #702b8b;
}
@media screen and (min-width:768px) {
    .search_terms_tbl_list.condition_list_04 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-left: 136px;
    }
    .search_terms_tbl_list.condition_list_04 li {
        min-width: 170px !important;
    }
    .search_terms_tbl_list.condition_list_04 li:last-child {
        min-width: max-content !important;
    }
    .search_terms_tbl th.condition + td .search_terms_tbl_inner ul:nth-of-type(3) {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width:767px) {
    .search_terms_tbl_list.condition_list_04 li:last-child .search_terms_input_label {
        display: flex;
        flex-direction: column;
    }
}

/* search city */
.search_city {
    background-color: #fdf4f5;
    height: 68px;
}

.search_city_list {
    display: flex;
    gap: 16px 9px;
    padding-top: 19px;
    position: relative;
}

.search_city_list>li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.search_city_txt {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}

.search_city_txt .arrow_r {
    border-bottom: 6px solid transparent;
    border-left: 9px solid #000;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 4px;
    right: 9px;
    top: 8px;
    width: 0;
}

@media screen and (min-width:768px) {

    .search_city > div {
        display: flex;
        justify-content: center;
        position: relative;
        column-gap: 10px;
    }

    .search_city > div:before {
        background-size: contain;
        background: url(/static/image-cmn/img-blank-city2.png) left bottom repeat-x;
        content: "";
        height: 37px;
        position: absolute;
        left: -27px;
        top: 13px;
        width: 235px;
    }

    .search_city > div:after {
        background-size: contain;
        background: url(/static/image-cmn/img-blank-city1.png) 116px bottom no-repeat;
        content: "";
        height: 37px;
        position: absolute;
        right: -32px;
        top: 14px;
        width: 358px;
    }
}

@media screen and (max-width:767px) {
    .search_city_list {
        justify-content: space-around;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        width: 100%;
    }

    .search_city_txt {
        margin-top: 0;
        padding-top: 20px;
    }

    .search_city {
        height: 110px;
    }

    .search_city_list [data-module~=selectbox] {
        flex: 0 0 145px;
    }
}

.search_city_list [data-module~=selectbox] {
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #dd4573;
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    margin-top: -2px;
    max-width: 363px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 135px;
    z-index: 1;
}

.search_city_list .search_city_list_item:last-child [data-module~=selectbox] {
    width: 200px;
    flex: none;
}

.search_city_list [data-module~=selectbox]:before {
    background: #dd4573;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 1;
}
.search_city_list [data-module~=selectbox]:after {
    background-size: contain;
    background: url(/static/search/image/arrow-down-green.png) left bottom no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    z-index: 1;
}

.search_city_list [data-module~=selectbox] .js-label {
    color: #2a2a2a;
    font-size: 14px;
    left: 0;
    overflow: hidden;
    padding: 6px 8px 6px 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: 90%;
}

.search_city_list [data-module~=selectbox] select,
.search_city_list [data-module~=selectbox] .js-select {
    appearance: none;
    color: #2a2a2a;
    cursor: pointer;
    font-size: 12px;
    height: 100%;
    line-height: 40px;
    min-width: 100%;
    opacity: 0;
    outline: none;
    padding: 4px 8px;
    width: 100%;
    z-index: 10;
    position: relative;
}

/* slider */
.facility_list.slick_slide_ul01 .slick-prev,
.slick_slide_ul01 .slick-next {
    background: #4c9d71;
}

.facility_list.slick_slide_ul01 .prev,
.facility_list.slick_slide_ul01 .next {
    background: #ea6094;
}

.facility_list .com_slide_list_type {
    background: #f75586;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    order: -1;
    padding: 4px 12px 3px;
}

.facility_list.slick_slide_ul01 .slick-slide {
    margin: 0 10px 10px;
}

.facility_list .com_slide_list_name {
    font-size: 15px;
}

.facility_list .com_slide_list_detail {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 79px;
    padding: 8px 13px 4px;
}

.facility_list .slick-track {
    display: flex !important;
}

.facility_list .slick-slide {
    height: inherit !important;
}

.facility_list .com_slide_list_add {
    border: 0;
    color: #333;
    font-size: 14px;
    padding: 2px 0;
}

.facility_list .slick-track {
    display: flex !important;
    justify-content: flex-start;
    min-width: 100% !important;
    position: relative;
}

@media screen and (min-width: 768px), print {
    .com_box_ttl.header_ttl + #breadcrumbs {
        margin-top: -28px;
    }
    .facility_list.slick_slide_ul01 {
        margin: 6px 0 20px 10px;
        width: 980px;
    }
    .facility_list.slick_slide_ul01 .prev {
        left: -37px;
        top: 48%;
    }
    .facility_list.slick_slide_ul01 .next {
        right: -41px;
        top: 48%;
    }
    .facility_list .slick-track .blank_one:empty {
        background: url(/static/top/image/img-blank02.png) right center / 279px no-repeat;
        height: 238px;
        width: 279px;
    }
    .facility_list .slick-track .blank_two:empty {
        background: url(/static/top/image/img-blank03.png) right center / 558px no-repeat;
        height: 238px;
        width: 558px;
    }
}

@media screen and (max-width:767px) {
    .facility_list.slick_slide_ul01 {
        margin: 40px auto 15px;
    }
    .facility_list.slick_slide_ul01.slick-dotted.slick-slider {
        margin-bottom: 60px;
    }
    .facility_list .slick-track .blank_two:empty {
        background: url(/static/top/image/img-blank02.png) right center / 180px no-repeat;
        height: 218px;
        width: 180px;
    }
}

/* header tab */
.header.header_search {
    position: relative;
    z-index: 1;
}
.h_tab .search_city {
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.h_tab .search_city_list {
    padding-top: 4px;
}

.h_tab .search_city_txt {
    font-size: 14px;
    margin-top: 10px;
}

.h_tab .search_city > .search_city_wrap {
    justify-content: flex-end;
    width: max-content;
}

.h_tab .search_city > div:before,
.h_tab .search_city > div:after {
    content: none;
}

.h_tab .search_city_list [data-module~=selectbox] {
    margin-top: -4px;
    width: 140px;
}

.h_tab .search_city_list .search_city_list_item:last-child [data-module~=selectbox] {
    width: 181px;
}

.h_tab .search_city_list [data-module~=selectbox] .js-label {
    left: -7px;
}

.h_tab_bar {
    align-items: flex-end;
    display: flex;
}

.h_tab {
    margin: 0 auto;
    position: relative;
    width: 1060px;
}

.h_tab_wrap {
    background-color: #fdf4f5;
    padding-top: 14px;
}

.h_tab_wrap.hTabMap {
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .h_tab {
        width: 100%;
    }
    .h_tab_bar {
        display: none;
    }
    .h_tab_wrap {
        padding-top: 0;
    }
    .h_tab .search_city > .search_city_wrap {
        width: auto;
        margin: 0 15px;
    }
    .h_tab .search_city {
        position: static;
        height: 110px;
    }
    .h_tab .search_city_txt {
        font-size: 16px;
        margin-top: 0;
    }
    .h_tab .search_city_list {
        padding-top: 19px;
        z-index: 0;
    }
    .h_tab .search_city_list .search_city_list_item:last-child [data-module~=selectbox] {
        width: 200px;
    }
    .h_tab .search_city_list [data-module~=selectbox] {
        margin-top: -2px;
        width: 135px;
    }
    .h_tab .search_city_list [data-module~=selectbox] .js-label {
        left: 0;
    }
}

@media screen and (min-width: 768px), print {
    .h_tab_wrap.hTabMap + .wrap.flex_box#breadcrumbs {
        margin-bottom: 15px;
    }
}

.h_tab_button {
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 34px;
    text-align: right;
}

.h_tab_button:not(.active):hover {
    opacity: .7;
}

.h_tab_button::before {
    content: "";
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.h_tab_button.active {
    height: 40px;
}

.h_tab_facility_list {
    background-color: #e7913c;
    border: 1px solid #c57C34;
    border-bottom: none;
    margin-right: 4px;
    padding: 0 19px 0 10px;
    position: relative;
    width: 186px;
}

.h_tab_facility_list {
    background-color: #e7913c;
    border: 1px solid #c57C34;
    border-bottom: none;
    margin-right: 4px;
    padding: 0 19px 0 10px;
    position: relative;
    width: 186px;
}

.h_tab_facility_list::before {
    background: url(/static/search/image/icon-list.png) left center / 24px no-repeat;
    left: 20px;
}

.h_tab_facility_list::after {
    content: "";
    width: calc(100% - 2px);
    height: 3px;
    background-color: #e7913c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #f1bd8a;
    position: absolute;
    left: 1px;
    top: 0;
}

.h_tab_map {
    background-color: #f75687;
    border: 1px solid #cd3160;
    border-bottom: none;
    padding-left: 17px;
    position: relative;
    text-align: center;
    width: 181px;
}

.h_tab_map::after {
    content: "";
    width: calc(100% - 2px);
    height: 3px;
    background-color: #f75687;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #fa9ab7;
    position: absolute;
    left: 1px;
    top: 0;
}

.h_tab_map::before {
    background: url(/static/search/image/icon-map.png) left center / 24px no-repeat;
    left: 14px;
}

#hTabFacilityList {
    border-top: 4px solid #e7913c;
}

#hTabMap {
    border-top: 4px solid #f75687;
}

.hTabMap + .wrap.flex_box + .wrap .search_top,
.hTabMap + .wrap.flex_box + .wrap #main-form + .search_area_wrap,
.hTabMap + .wrap.flex_box + .wrap .popular_keyword_wrap,
.hTabMap + .wrap.flex_box + .wrap .btn_com_01 {
    display: none;
}

@media screen and (min-width: 768px), print {
    .h_tab .com_box_ttl {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    #hTabFacilityList {
        border-top: none;
    }
}

#headerMap {
    border: 1px solid #36925F;
    height: 380px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#headerMap.loading {
    visibility: hidden;
}

#hTabMap.loading {
    background: url(/static/image-cmn/loading_white.gif) no-repeat center/5%;
}

.gm-style-mtc {
    display: none !important;
}

.gm-style-cc {
    display: none !important;
}

.hTabMap .h_tab {
    width: 1090px;
}

.hTabMap .h_tab_bar {
    margin-left: 15px;
}

.hTabMap .search_city {
    right: 15px;
}

.h_map_des {
    font-size: 20px;
    font-weight: 600;
    margin-top: 7px;
    margin-left: 45px;
}

.h_map_des span {
    font-size: 17px;
}

.gm-svpc {
    left: -1px !important;
    top: 22px !important;
    transform: scale(0.8);
}

@media screen and (max-width: 767px) {
    .hTabMap .h_tab {
        width: 100%;
    }
    .hTabMap .h_tab_bar {
        margin-left: 0;
    }
    .h_map_des {
        margin: 15px 15px 0;
    }
}

/* Resize the Zoom control (+ and - buttons) */
.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
    left: -1px !important;
    top: 77px !important;
    transform: scale(0.8);
}

/* Popup */
.custom_popup {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 378px;
    position: absolute;
    right: 1px;
    top: 45px;
    width: 390px;
}
.custom_popup_anchor {
    bottom: 0 !important;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0 !important;
}

.custom_popup .arrow {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
}

.custom_popup .arrow::before {
    content: '';
    position: absolute;
    left: -20px;
    top: -24px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
}

.popup_content,
.pink_marker.popup_content {
    background: #fff;
    box-sizing: border-box;
    height: 100%;
    line-height: 1.3;
    margin-top: 0;
    max-width: 100%;
    padding: 16px 33px;
    position: relative;
    word-wrap: break-word;
}

.popup_ttl_wrap {
    align-items: center;
    display: flex;
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 5px;
    padding-top: 10px;
    height: 56px;
    overflow: hidden;
}

.popup_number {
    margin-top: -5px;
    margin-right: 7px;
}

.popup_ttl {
    align-items: center;
    color: #004edf;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 0 1px 1px;
    position: relative;
}
.popup_ttl a {  
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}

.popup_tbl td {
    border-bottom: 1px solid;
    font-size: 15px;
    line-height: 1.15;
    max-width: 350px;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
}

.popup_tbl td a,
.popup_tbl td .bold {
    font-weight: 600;
}

.popup_tbl tr.js_access_tr td {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(1.48em* 2);
    min-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.popup_tbl .search_block_access_li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(1.48em* 2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.popup_mid {
    display: flex;
    justify-content: space-between;
}

.popup_img {
    height: 126px;
    width: 100%;
    object-fit: cover;
}

.popup_img img {
    height: 126px;
    object-fit: cover;
    position: relative;
    width: 100%;
}

.popup_img.no_image {
    background: #f0f9e0;
    position: relative;
    text-align: center;
    width: auto;
}

.popup_img.no_image img {
    padding: 10px;
    width: auto;
}

.popup_tbl_wrap {
    align-items: center;
    display: flex;
    height: 56px;
    margin: 3px 0 5px 9px;
    width: calc(100% - 85px);
}

.popup_tbl {
    border-collapse: collapse;
    border: 1px solid;
    width: 100%;
}

.popup_tbl th {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 5px;
    width: 81px;
}

.popup_tbl td .nodata {
    content: '';
    background: #000;
    display: inline-block;
    height: 1px;
    margin: -3px 4px 0 9px;
    vertical-align: middle;
    width: 13px;
}

.cost_wrap {
    display: flex;
}

.cost_wrap p {
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cost_wrap .cost_monthly {
    position: relative;
}

.cost_wrap p:nth-child(n + 2) {
    margin-left: 10px;
    padding-left: 11px;
}

.cost_wrap p:nth-child(n + 2)::before {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 1px;
}

.txt_red {
    color: #e60012;
    font-size: 14px;
    font-weight: 600;
}

.popup_bottom {
    align-items: flex-end;
    bottom: 16px;
    display: flex;
    height: 51px;
    justify-content: flex-end;
    position: absolute;
    right: 33px;
    width: 100%;
}

.popup_bottom::before {
    content: "";
    height: 23px;
    position: absolute;
    left: 66px;
    width: 195px;
}

.green_marker .popup_bottom::before {
    background: url(/static/search/image/popup-green-03.png) left center no-repeat;
    background-size: cover;
}

.popup_link {
    align-items: center;
    background-color: #88B332;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    height: 33px;
    justify-content: flex-start;
    padding: 0 16px;
    position: relative;
    width: 113px;
}
.pink_marker .popup_link {
    background-color: #ef6d7c;
}

.popup_link:hover {
    color: #fff !important;
    opacity: .7;
}

.popup_link::after {
    background: url(/static/search/image/arrow-down-green.png) right center no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 24px;
}

.popup_link_02::after {
    transform: rotate(-90deg);
}

:root {
    scroll-padding: 105px;
}

.close_popup_btn {
    background: url(/static/search/image/ico-close-green.png) no-repeat;
    background-size: contain;
    border: none;
    display: inline-block;
    font-size: 0;
    font-weight: 600;
    height: 22px;
    line-height: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
}

.pink_marker .close_popup_btn {
    background: url(/static/search/image/ico-close-pink.png) no-repeat;
    background-size: contain;
}

.close_popup_btn:hover {
    cursor: pointer;
    opacity: .7;
}

.popup_ttl_link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.popup_info {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.popup_info_txt {
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

    /*交通アクセスがない場合は表示テキストを増やす */
    .popup_info .popup_info_txt:first-child:nth-last-of-type(2) {
        -webkit-line-clamp: 4;
    }

.popup_info_txt:before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 17.5px;
}

.pink_marker .popup_info_txt.info_location:before {
    background-image: url(/static/search/image/ico-location-pink.png);
}

.pink_marker .popup_info_txt.info_traffic:before {
    background-image: url(/static/search/image/ico-traffic-pink.png);
}

.pink_marker .popup_info_txt.info_yen:before {
    background-image: url(/static/search/image/ico-yen-pink.png);
}

.green_marker .popup_info_txt.info_location:before {
    background-image: url(/static/search/image/ico-location-green.png);
}

.green_marker .popup_info_txt.info_traffic:before {
    background-image: url(/static/search/image/ico-traffic-green.png);
}

.green_marker .popup_info_txt.info_yen:before {
    background-image: url(/static/search/image/ico-yen-green.png);
}

.popup_info_txt.flex-box {
    display: flex;
}

.popup_info_txt:nth-child(n + 2) {
    margin-top: 6px;
}

.popup_info_txt_item:nth-child(n + 2) {
    position: relative;
    padding-left: 8px;
    margin-left: 10px;
}

.search_block_access_li js_map_popup_access_idx_0 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pink_marker .popup_info_txt_item:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #EF6D7C;
}

.green_marker .popup_info_txt_item:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #49946A;
}

.popup_info_txt .red {
    color: #E60012;
    font-weight: 600;
    padding-right: 4px;
}

.popup_info_txt_item .nodata {
    content: '';
    background: #000;
    display: inline-block;
    height: 1px;
    margin: -3px 4px 0 9px;
    vertical-align: middle;
    width: 13px;
}

.pink_marker .popup_bottom::before {
    background: url(/static/search/image/popup-pink-03.png) left center no-repeat;
    background-size: cover;
}

.pink_marker .cost_wrap p:nth-child(n + 2) {
    margin-left: 12px;
    padding-left: 10px;
}

.pink_marker .popup_ttl {
    margin-bottom: 0;
    padding: 10px 0 12px 40px;
}


.pink_marker .popup_ttl::before {
    background: url(/static/search/image/ico-recommend.png) left center no-repeat;
    content: "";
    height: 38px;
    left: 2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.hTabMap_wrap .search_block_ttl {
    margin: 0 10px 0 45px;
}

.hTabMap_wrap .search_block_ttl a:before,
.hTabMap_wrap .search_block_ttl a:after {
    content: none;
}

.hTabMap_wrap .search_block .search_block_thumbs li:not(:first-child),
.hTabMap_wrap .search_block_detail_wrap .search_block_tbl tr:nth-child(2),
.hTabMap_wrap .search_block_detail_wrap .search_block_tbl tr.search_block_condition,
.hTabMap_wrap .saerch_block_message,
.hTabMap_wrap .search_block_more_btns,
.hTabMap_wrap .search_block_review,
.fac_number {
    display: none;
}

.hTabMap_wrap .search_block_detail_wrap .search_block_tbl tr.in_fee_wrap {
    display: table-row;
}

.hTabMap_wrap .search_block .search_block_group_ttl {
    position: relative;
}

.hTabMap_wrap .fac_number {
    display: block;
    position: absolute;
    left: 0;
}

.hTabMap_wrap .search_block_special .fac_number {
    left: 5px;
}

.hTabMap_wrap .search_block_has_review .fac_number {
    left: 5px;
}

@media screen and (min-width: 768px), print {
    .hTabMap_wrap .search_block_special .search_block_wrap {
        min-height: 220px;
    }

    .hTabMap_wrap .search_block_special .search_block_group_ttl {
        background-position: 47px 2px;
        background-size: 56px auto;
        min-height: 66px;
        padding: 8px 0 8px 5px;
    }

    .hTabMap_wrap .search_block_special .search_block_ttl {
        margin: 0 10px 0 108px;
    }

    .hTabMap_wrap .search_block:not(.search_block_special) .search_block_thumbs {
        width: 124px;
    }
    .hTabMap_wrap .search_block:not(.search_block_special).search_block_has_review .search_block_thumbs {
        margin-top: 0;
    }

    .hTabMap_wrap .search_block:not(.search_block_special) .search_block_thumbs li:first-child,
    .hTabMap_wrap .search_block:not(.search_block_special) .search_block_single_thumb {
        width: 124px;
        height: 124px;
    }

    .hTabMap_wrap .search_block:not(.search_block_special) .search_block_group_ttl {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .hTabMap_wrap .search_block:not(.search_block_special) .search_block_wrap {
        min-height: 170px;
    }

    .hTabMap_wrap .search_block:not(.search_block_special).search_block_has_review .search_block_content {
        min-height: 150px;
    }

    .hTabMap_wrap .search_block:not(.search_block_special) .search_block_wrap {
        padding: 10px 20px 20px;
    }
    .hTabMap_wrap .search_block_special .blank_img {
        display: none;
    }
    .hTabMap_wrap .search_block_tbl,
    .syuhen_result .search_block_tbl {
        margin-top: auto;
    }
    .hTabMap_wrap .search_block:not(.search_block_special) .search_block_tbl {
        width: 486px;
    }
}

/* 近くの施設 */
.text_red {
    color: #f00;
}

.search_syuhen_ttl {
    font-size: 2rem;
    position: relative;
}

.search_syuhen_ttl .fa_name {
    color: #f00;
}

.search_syuhen_ttl.ttl01 .search_list_total {
    display: inline-block;
    font-weight: normal;
}

.search_syuhen_ttl.ttl01 .search_list_total span {
    padding: 0;
    font-weight: 600;
}

.search_syuhen_descript {
    margin-bottom: 25px;
}

.search_syuhen_descript .note li {
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.search_syuhen_descript .note li:not(:first-child) {
    margin-top: 0.5em;
}

.search_syuhen_descript .text_syuhen_root {
    line-height: 2;
}

.search_syuhen_descript .text_syuhen_root img {
    margin: 0 0.5rem;
    vertical-align: middle;
    width: 116px;
}

.search_syuhen_descript .fa_name {
    background-color: #FFFEBB;
    padding: 0 0.5rem;
    text-indent: 0;
}

.search_syuhen_txt {
    font-size: 1.5rem;
    font-feature-settings: "palt";
    flex: 1;
    padding-right: 10px;
    line-height: 1.4;
}

.search_syuhen_txt > span:not(.bold) {
    color: #f00;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
}
.search_syuhen_txt > span.bold {
    font-weight: 600;
}

.btn_syuhen_root_wrap {
    margin-bottom: auto;
}

.btn_syuhen_root {
    background-color: #fff;
    border-radius: 10rem;
    border: 1px solid #0f3486;
    box-shadow: 0 3px 0 #0F3486;
    color: #0f3486;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    padding: 5px 22px 4px 27px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

a.btn_syuhen_root:hover {
    color: #0f3486 !important;
    opacity: 0.7;
}

.btn_syuhen_root::before {
    background: url(/static/detail/image/ico-circle.png) no-repeat;
    content: "";
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

.btn_syuhen_root::after {
    background: url(/static/detail/image/ico-arrow-right.png) no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}

.search_block .btn_map {
    border-radius: 3px;
    border: 1px solid #0f3486;
    font-size: 13px;
    line-height: 1.1;
    padding: 5px 22px 4px 27px;
}

.search_block_special_other .search_block_detail_wrap .search_block_review {
    margin-bottom: 0;
    margin-top: 10px;
    position: static;
}

#user_box .login_box ul.login_li .text_holder img {
    width: auto;
}
.sidebar.detail_sidebar {
    margin-top: 0;
}
.search_syuhen_descript {
    margin-bottom: 44px;
}

.btn_facility_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.search_pagenavi_wrap.no_pager .btn_facility_wrap {
    justify-content: flex-start;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.btn_gps_mapresearch {
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #4762c2;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 50%), 0 2px #36488A;
    display: flex;
    font-feature-settings: "palt";
    font-size: 15px;
    overflow: hidden;
    position: relative;
    width: 230px;
    margin-left: 8px;
}
.btn_gps_mapresearch:hover {
    opacity: 0.7;
}
.btn_gps_mapresearch::before {
    background-image: url(/static/image-cmn/ico-location.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #4762c2;
    background-size: 22px auto;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 38px;
}
.btn_gps_mapresearch a {
    align-items: center;
    border-radius: 6px;
    color: #004edf;
    display: flex;
    letter-spacing: normal;
    line-height: 1.15;
    padding: 7px 15px 5px 47px;
    position: relative;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}
.btn_gps_mapresearch a::after {
    background: url(/static/image-cmn/ico-arrow-blue-r.png) center center / contain no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 7px;
}
.btn_gps_mapresearch a:hover {
    color: #004edf;
}
@media screen and (min-width: 768px), print {
    .search_syuhen_descript {
        padding: 0 64px;
    }

    .syuhen_result .search_area_wrap {
        padding-left: 64px;
    }
    .syuhen_result .search_area {
        max-width: none;
        width: 743px;
    }
    .syuhen_result .search_area_list_wrap {
        width: 100%;
    }
    .syuhen_result .search_area .search_area_list li a {
        padding: 8px 6px;
    }

    .detail_member .search_syuhen_ttl .search_list_total span {
        margin-left: 0;
    }
    .syuhen_result .search_block.search_block_special + .search_block:not(.search_block_special) {
        margin-top: auto;
    }
    .syuhen_result .pager01 {
        justify-content: flex-end;
    }
    .search_block_special.search_block_special_other .search_block_wrap {
        min-height: 0;
        padding: 20px 19px 10px;
    }
    .detail_member .search_block_special.search_block_special_other .search_block_wrap {
        padding: 20px 19px;
    }
    .syuhen_result .search_block_sp_ttl {
        align-items: center;
    }
    .detail_member .syuhen_result .search_block_sp_ttl {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .search_block_ttl a {
        position: relative;
    }

    .search_list_ttl.ttl01 {
        padding: 14px 25px 16px 25px;
        font-size: 1.8rem;
    }
    .search_list_ttl.ttl01 span {
        display: inline;
        font-size: 1.8rem;
    }

    .search_syuhen_ttl .search_list_total span {
        margin-left: 0;
    }
    
    .detail_member .search_syuhen_ttl .search_list_total span {
        margin-left: 0;
    }

    .search_syuhen_descript {
        margin-bottom: 15px;
    }

    .search_syuhen_descript .text_syuhen_root img {
        margin: 0 0.5rem 0.5rem;
    }

    .search_block_special_other .search_block_detail_wrap .search_block_review {
        margin-bottom: 10px;
    }
    
    .search_syuhen_txt {
        margin-top: 10px;
        padding-right: 0;
        width: 100%;
    }

    .btn_syuhen_root_wrap {
        margin: 10px auto 12px;
        text-align: center;
        width: 100%;
    }

    .search_block_special .btn_syuhen_root_wrap {
        margin-bottom: 13px;
    }

    .btn_syuhen_root {
        border-width: 2px;
        font-size: 14px;
        padding: 10px 22px 9px 27px;
        width: 262px;
    }

    .btn_syuhen_root::before {
        left: 20px;
    }

    .btn_syuhen_root::after {
        right: 20px;
    }

    .syuhen_result .search_block_thumbs {
        order: 1;
    }
    .syuhen_result .search_block_group_ttl {
        order: 2;
        display: block;
    }
    .syuhen_result .search_block_group_ttl.pc_hide {
        width: 100%;
        flex: 1;
        order: 2;
        margin-bottom: 1em;
    }
    .syuhen_result .search_block_special .search_block_group_ttl.pc_hide {
        align-items: flex-start;
        background-size: 57px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 0 24px;
        min-height: 65px;
        padding-left: 67px;
    }
    .syuhen_result .single_thumb .search_syuhen_txt {
        order: 3;
    }
    .syuhen_result .single_thumb .btn_syuhen_root_wrap {
        margin-bottom: 13px;
        order: 4;
    }
    .syuhen_result .single_thumb .search_block_single_thumb {
        order: 1;
    }
    .syuhen_result .single_thumb .search_block_group_ttl {
        order: 2;
    }
    .syuhen_result .search_block_tbl {
        order: 3;
    }
    .syuhen_result .search_block:not(.search_block_special) .search_block_group_head {
        margin: auto 0;
    }
    .detail_sidebar {
        border-bottom: none;
    }
    .bnr_sidepay_wrap {
        margin: auto;
        width: 300px;
    }
    .bnr_sidepay:nth-child(n + 2) {
        margin-top: 20px;
    }
    .bnr_sidepay p {
        font-weight: bold;
        position: absolute;
        top: 0;
        margin-top: revert;
        z-index: 1;
    }
    .bnr_sidepay .a_alpha {
        display: block;
        position: relative;
    }
    .bnr_sidepay .basic_know .em,
    .bnr_sidepay .term-dict .em {
        color: #000;
    }
    .bnr_sidepay .basic_know {
        color: #36925f;
        left: 70px;
        text-align: center;
        margin-top: 7px;
    }
    .bnr_sidepay .term-dict {
        color: #ea6094;
        text-align: center;
        margin-top: 7px;
        left: 70px;
    }
    .bnr_sidepay .term-type {
        color: #0d7dbf;
        left: 50px;
    }

    .search_pagenavi_wrap ul {
        justify-content: center;
    }
    .pager01 .pager_next a,
    .pager01 .pager_prev_g {
        min-width: 30px;
    }
    .search_area {
        margin: 12px auto 0;
    }
    .search_area_top .search_area.search_area_public {
        margin: 12px auto 0;
    }
    .search_area.search_area02 {
        margin-top: 25px;
    }
    .detail_bn_ikiiki {
        display: block;
    }
    #user_boxes {
        width: 300px;
        margin: 20px auto 0;
    }
    #user_box .btn_regist a {
        margin: auto;
    }
    #user_box .b_user_login input[type="button"] {
        margin: auto;
    }
    #user_box .login_box ul.login_li .text_holder img {
        left: 13%;
    }
    .dtl_memb_contact_sns_wrap {
        margin-top: 0;
    }
    .search_facility_thumb {
        margin: 0 auto 10px;
    }
    .search_facility_thumb a.btn_li_map_srch {
        width: 256px;
    }
    .btn_facility_wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .btn_gps_mapresearch {
        width: 254px;
        margin: 10px auto 10px;
    }
    .btn_gps_mapresearch a {
        padding: 10px 15px 10px 47px;
    }
}
@media screen and (max-width: 456px) {
    .pager01 li.pager_select {
        margin-top: 10px;
    }
}