@charset "UTF-8";
.page_main {
    margin-bottom: 170px;
}
select {
    -webkit-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
@media (min-width: 896px) {

}
.search_wrap {
    box-sizing: border-box;
    margin-bottom: 50px;
    border-radius: 6px;
    border: solid 2px #3cbd70;
    overflow: hidden;
}
.search_ttl {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    background: #3cbd70;
    background-size: 15px auto;
    color: #fff;
    line-height: 1;
    padding: 19px 0 18px 31px;
    transition: opacity 0.4s ease-in-out, all 0.4s ease-in-out;
    position: relative;
}
.search_ttl::before {
    content:"";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    background: url(/cmn/svg/select_arw_wh.svg) no-repeat center;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    transition: opacity 0s ease-in-out, all 0s ease-in-out;
}
.search_ttl.is-on::before {
    background: url(/cmn/svg/select_arw_wh.svg) no-repeat center;
    background-size: 16px auto;
    transform: rotate(180deg);
}
.search_ttl span {
    display: inline-block;
}
.search_tab {
    display: none;
}
.search_in tr {
    border: solid 1px #d9d9d9;
}
.search_in th {
    background: #f8f8f8;
    height: 65px;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 50px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
    width: 170px;
    box-sizing: border-box;
    position: relative;
}
.search_in th.icn01::before {
    position: absolute;
    content: "";
    background: url(/cmn/svg/search.svg) no-repeat 0 0 / 100% auto;
    width: 20px;
    height: 20px;
    left: 25px;
    top: 22px;
}
.search_in th.icn02::before {
    position: absolute;
    content: "";
    background: url(/cmn/svg/map-pin-line.svg) no-repeat 0 0 / 100% auto;
    width: 16px;
    height: 19px;
    left: 27px;
    top: 23px;
}
.search_in td {
    border-bottom: solid 1px #d9d9d9;
}
.search_dtl {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    margin-left: 37px;
}
.search_in td.is-wid {
    width: 480px;
    box-sizing: border-box;
    padding-left: 35px;
    border-right: solid 1px #d9d9d9;
}
label {
    margin-right: 45px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
label::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border-radius: 20px;
    border: solid 1px #d9d9d9;
} 
input[type = radio]:checked + label::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 5px;
    top: 5px;
    border-radius: 20px;
    background: #3cbd70;
}
.search_in td.is-wid label:last-of-type {
    margin-right: 0;
}
.search_in td.is-wid .area_sel {
    margin-right: 30px;
}
.search_in td.is-wid .area_sel:last-of-type {
    margin-right: 0;
}
input[type = radio] {
    display: none;
}
.area_sel {
    width: 190px;
    display: inline-block;
}
.area_sel.off {
    display: none;
}
.area_sel select {
    width: 100%;
    height: 40px;
    border: solid 1px #d9d9d9;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 15px;
    box-sizing: border-box;
    background: url(/cmn/svg/select_arw_g.svg) no-repeat center right 17px / 10px auto;
}
.search_btn {
    padding: 0 20px;
}
.search_btn a {
    border: solid 1px #3cbd70;
    background: #3cbd70;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 205px;
    height: 55px;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.4s;
}
.search_btn a span {
    display: inline-block;
    padding-left: 25px;
    background: url(/cmn/svg/search2.svg) no-repeat center left 0 / 19px auto;;
}
.search_dtl dt {
    font-size: 16px;
    margin-right: 10px;
    font-weight: bold;
}
.search_dtl dd {
    position: relative;
}
.search_dtl select {
    border: solid 1px #dadada;
    background: #fff;
    font-size: 14px;
    padding-left: 14px;
    height: 30px;
    border-radius: 5px;
    min-width: 110px;
    padding-right: 34px;
    cursor: pointer;
}
.search_dtl dd::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #8e8e8e transparent transparent transparent;
    right: 12px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
}
.s_fac_info {
    border: #3cbd70 solid 1px;
    padding: 15px 30px 50px;
    margin-bottom: 60px;
    border-radius: 4px;
    position: relative;
}
.s_fac_info.is-mb {
    margin-bottom: 20px;
}
.s_fac_info_in {
    display: flex;
}
.s_fac_box {
    margin-right: 45px;
}
.fac_area {
    display: inline-block;
    padding: 1px 16px;
    border: solid 1px #3cbd70;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 500;
}
.s_fac_name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 19px;
}
.s_fac_name a {
    text-decoration: underline;
}
.uv_ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}
.uv_wrap {
    margin-top: 20px;
}
.uv_dtl {
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}
.uv_rate {
    display: flex;
    line-height: 1.3;
}
.rate_star {
    position: relative;
    width: 150px;
    height: 24px;
}
.rate_star.ver2 {
    width: 110px;
    height: 17px;
}
.rate_list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.rate_list li {
    width: 24px;
}
.rate_star.ver2 .rate_list li {
    width: 17px;
}
.rate_list li span {
    display: block;
    overflow: hidden;
}
.rate_list.org {
    z-index: 10;
}
.rate_list.org .ver0 span {
    width: 0;
}
.rate_list.org .ver1 span {
    width: 2.4px;
}
.rate_list.org .ver2 span {
    width: 4.8px;
}
.rate_list.org .ver3 span {
    width: 7.2px;
}
.rate_list.org .ver4 span {
    width: 9.6px;
}
.rate_list.org .ver5 span {
    width: 12px;
}
.rate_list.org .ver6 span {
    width: 14.4px;
}
.rate_list.org .ver7 span {
    width: 16.8px;
}
.rate_list.org .ver8 span {
    width: 19.2px;
}
.rate_list.org .ver9 span {
    width: 21.6px;
}
.rate_star.ver2 .rate_list.org .ver0 span {
    width: 0;
}
.rate_star.ver2 .rate_list.org .ver1 span {
    width: 1.7px;
}
.rate_star.ver2 .rate_list.org .ver2 span {
    width: 3.4px;
}
.rate_star.ver2 .rate_list.org .ver3 span {
    width: 5.1px;
}
.rate_star.ver2 .rate_list.org .ver4 span {
    width: 6.8px;
}
.rate_star.ver2 .rate_list.org .ver5 span {
    width: 8.5px;
}
.rate_star.ver2 .rate_list.org .ver6 span {
    width: 10.2px;
}
.rate_star.ver2 .rate_list.org .ver7 span {
    width: 11.9px;
}
.rate_star.ver2 .rate_list.org .ver8 span {
    width: 13.6px;
}
.rate_star.ver2 .rate_list.org .ver9 span {
    width: 15.3px;
}
.green {
    color: #3cbd70;
    font-weight: bold;
}
.green.fs_30 {
    font-size: 30px;
    padding: 0 26px 0 0;
    line-height: 0.8;
}
.green.fs_28 {
    font-size: 28px;
    padding: 0 8px 0 0;
    line-height: 0.8;
}
.uv_ttl_2 {
    font-size: 14px;
    font-weight: 500;
    padding-left: 8px;
    line-height: 1.1;
}
.fc_info_table {
    margin-bottom: 0;
}
.fc_info_table th {
    width: 80px;
    font-size: 11px;
    height: 30px;
    padding: 0;
    line-height: 1;
}
.s_fac_dtltxt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1;
}
.s_fac_btn {
    margin-top: 23px;
}
.s_fac_btn.c-pc {
    margin-top: 60px;
}
.s_fac_pc {
    display: flex;
    align-items: center;
    padding: 30px 60px 30px 70px;
    background: #e9f7f2;
    margin: 30px -30px -50px;
    border-radius: 0 0 4px 4px;
}
.s_fac_btnset {
    width: 360px;
    margin-right: 48px;
}
.s_fac_pcdtl .h_tel {
    height: auto;
}
.s_fac_pcdtl .h_tel_grn {
    font-size: 20px;
    top: -5px;
}
.s_fac_pcdtl .h_tel_img {
    padding-top: 20px;
}
.s_fac_pcdtl .h_tel_txt {
    font-size: 14px;
    margin: 6px 0 8px;
    font-weight: bold;
}
.s_fac_pcdtl_txt {
    font-size: 14px;
    line-height: 1.6;
}
.s_fac_btn a {
    width: 100%;
    height: 50px;
    background: #3cbd70;
    border-radius: 6px;
    box-shadow: 0 4px 0 rgba(37,149,82,1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.2s;
}
.fc_info_table table {
    width: 401px;
}
.s_fac_btn.is-call a {
    background: #f55b79;
    box-shadow: 0 4px 0 rgba(207,45,77,1);
}
.s_fac_btn.is-mail {
    margin-top: 0;
}
.s_fac_btn.is-mail a {
    padding-left: 40px;
    background: #f55b79 url(/cmn/img/icn_mail_big.png) no-repeat center left 70px / 28px auto;
    box-shadow: 0 4px 0 rgba(207,45,77,1);
    height: 60px;
}
.s_fac_btn.is-line a {
    padding-left: 50px;
    background: #fff url(/cmn/img/icn_line.png) no-repeat center left 75px / 26px auto;
    color: #000;
    border: solid 2px #06c755;
    box-shadow: 0 4px 0 rgba(6,199,85,1);
    height: 60px;
}
.search_count {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.search_count span {
    font-size: 24px;
    color: #3cbd70;
}
.cv2_wrap {
    margin-bottom: 60px;
}
.s_new_icn {
    position: absolute;
    background: #f55b79;
    width: 78px;
    height: 78px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    top: -19px;
    right: -19px;
}
.s_fac_sp {
    display: none;
}
.search_info_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 35px;
}
.set_txt_in {
    display: flex;
    line-height: 1;
}
.set_txt a {
    font-weight: bold;
    line-height: 1;
    color: #2389a3;
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #000;
}
.set_txt:first-child a {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}
.set_txt.on a {
    color: #000;
    pointer-events: none;
}
.s_fac_txt {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}
@media (min-width: 896px) {
    .search_ttl:hover {
        background: #fff;
        color: #3cbd70;
    }
    .search_ttl:hover::before {
        background: url(/cmn/svg/select_arw_g.svg) no-repeat center;
        background-size: 16px auto;
    }
}
@media only screen and (max-width: 896px) {
    .page_flow_btn.ver1 {
        display: none;
    }
    .page_flow_btn.ver3 {
        display: block;
    }
    .page_flow_btn.ver3 a {
        font-size: 14px;
        background: #f55b79;
    }
    .page_flow_btn.ver3 a .icn {
        padding-left: 18px;
        padding-right: 10px;
        padding-top: 0;
        background: url(/cmn/img/icn_mail.png) no-repeat center left / 13px auto;
    }
    .search_wrap {
        display: block;
        margin-bottom: 30px;
        border-radius: 6px;
    }
    .search_in {
        display: block;
        padding-bottom: 20px;
    }
    .search_in dl dt {
        position: relative;
        font-size: 16px;
        padding: 15px 0;
        line-height: 1;
        box-sizing: border-box;
        background: #f8f8f8;
        font-weight: bold;
        padding-left: 40px;
        border-bottom: solid 1px #dadada;
        border-top: solid 1px #dadada;
    }
    .search_in dl:first-child dt {
        border-top: 0;
    }
    .search_in dl dt.icn01::before {
        position: absolute;
        content: "";
        background: url(/cmn/svg/search.svg) no-repeat 0 0 / 100% auto;
        width: 20px;
        height: 20px;
        left: 18px;
        top: 13px;
    }
    .search_in dl dt.icn02::before {
        position: absolute;
        content: "";
        background: url(/cmn/svg/map-pin-line.svg) no-repeat 0 0 / 100% auto;
        width: 14px;
        height: 17px;
        left: 23px;
        top: 15px;
    }
    .search_in dl dd.ver1 {
        padding-left: 22px;
        padding-top: 13px;
        padding-bottom: 12px;
    }
    .search_in dl dd.ver2 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 18px;
        padding-bottom: 17px;
    }
    label {
        margin-right: 0;
        padding-left: 20px;
        font-weight: normal;
        font-size: 14px;
    }
    .search_in dl dd label:last-of-type {
        margin-left: 10px;
    }
    label::before {
        width: 13px;
        height: 13px;
        top: 3px;
    }
    input[type = radio]:checked + label::after {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        left: 3px;
        top: 6px;
        border-radius: 20px;
        background: #3cbd70;
    }
    .search_ttl {
        padding-left: 24px;
        /*border-bottom: solid 1px #fff;*/
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 19px;
    }
    .search_in th {
        width: 100%;
    }
    .search_in td.is-wid {
        width: 100%;
    }
    .search_dtl {
        margin-left: 0;
        margin-bottom: 16px;
    }
    .search_dtl dt {
        font-size: 14px;
        min-width: 115px;
        margin-right: 0;
        padding-left: 15px;
        box-sizing: border-box;
        position: relative;
    }
    .search_dtl .icn01::before {
        position: absolute;
        content: "";
        background: url(../img/sp/icn_search01.png) no-repeat 0 0 / 100% auto;
        width: 12px;
        height: 15px;
        left: 0;
        top: 4px;
    }
    .search_dtl .icn02::before {
        position: absolute;
        content: "";
        background: url(../img/sp/icn_search02.png) no-repeat 0 0 / 100% auto;
        width: 12px;
        height: 13px;
        left: 0;
        top: 7px;
    }
    .area_sel {
        width: 100%;
        margin-top: 15px;
    }
    .search_btn a {
        margin-top: 0;
    }
    .area_sel:first-child {
        margin-top: 0;
    }
    .search_dtl dd {
        width: 100%;
    }
    .search_dtl select {
        height: 40px;
        width: 100%;
    }
    .search_btn {
        margin-left: 0;
        padding: 0 25px;
    }
    .s_fac_sp {
        display: block;
    }
    .search_btn a {
        width: 100%;
        height: 50px;
        margin: 0 auto 0;
        border-radius: 9999px;
        font-size: 17px;
    }
    .s_fac_bg {
        background: #e9f7f2;
        margin: 30px -15px -35px;
        padding: 35px 15px 35px;
    }
    .search_info_box {
        display: block;
        margin-bottom: 25px;
        text-align: left;
    }
    .search_count {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .set_txt_in {
        justify-content: flex-start;
    }
    .fac_result.is-top {
        margin-bottom: 30px;
    }
    .search_count span {
        font-size: 18px;
    }
    .set_txt a {
        font-size: 18px;
    }
    .s_fac_name {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .s_fac_info_in {
        display: block;
    }
    .s_fac_box {
        margin-right: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .s_fac_info {
        padding: 23px 15px 35px;
        margin-bottom: 33px;
    }
    .s_new_icn {
        width: 50px;
        height: 50px;
        font-size: 16px;
        top: -9px;
    }
    .fac_area {
        margin-bottom: 8px;
    }
    .uv_wrap {
        margin-bottom: 15px;
    }
    .uv_ttl {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .uv_ttl_2 {
        font-size: 14px;
        padding-left: 10px;
        line-height: 1;
    }
    .rate_star {
        width: 117px;
        height: 18px;
    }
    .rate_star.ver2 {
        width: 80px;
        height: 13px;
    }
    .rate_star.ver2 .rate_list li {
        width: 13px;
    }
    .rate_star.ver2 .rate_list li img {
        width: 13px;
        height: 13px;
    }
    .rate_list.org .ver0 span {
        width: 0;
    }
    .rate_list.org .ver1 span {
        width: 1.8px;
    }
    .rate_list.org .ver2 span {
        width: 3.6px;
    }
    .rate_list.org .ver3 span {
        width: 5.4px;
    }
    .rate_list.org .ver4 span {
        width: 7.2px;
    }
    .rate_list.org .ver5 span {
        width: 9px;
    }
    .rate_list.org .ver6 span {
        width: 10.8px;
    }
    .rate_list.org .ver7 span {
        width: 12.6px;
    }
    .rate_list.org .ver8 span {
        width: 14.4px;
    }
    .rate_list.org .ver9 span {
        width: 16.2px;
    }
    .rate_star.ver2 .rate_list.org .ver0 span {
        width: 0;
    }
    .rate_star.ver2 .rate_list.org .ver1 span {
        width: 1.3px;
    }
    .rate_star.ver2 .rate_list.org .ver2 span {
        width: 2.6px;
    }
    .rate_star.ver2 .rate_list.org .ver3 span {
        width: 3.9px;
    }
    .rate_star.ver2 .rate_list.org .ver4 span {
        width: 5.2px;
    }
    .rate_star.ver2 .rate_list.org .ver5 span {
        width: 6.5px;
    }
    .rate_star.ver2 .rate_list.org .ver6 span {
        width: 7.8px;
    }
    .rate_star.ver2 .rate_list.org .ver7 span {
        width: 9.1px;
    }
    .rate_star.ver2 .rate_list.org .ver8 span {
        width: 10.4px;
    }
    .rate_star.ver2 .rate_list.org .ver9 span {
        width: 11.7px;
    }
    .green.fs_30,
    .green.fs_28 {
        padding: 0 10px 0 0;
        font-size: 26px;
    }
    .rate_list li {
        width: 18px;
    }
    .rate_list li img {
        width: 18px;
        height: 18px;
    }
    .fc_info_table {
        margin-bottom: 20px;
    }
    .s_fac_dtltxt {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .s_fac_btn {
        margin-top: 25px;
    }
    .s_fac_btn.is-call {
        margin-top: 0;
    }
    .s_fac_btn a {
        height: 40px;
        border-radius: 3px;
        font-size: 18px;
    }
    .fc_info_table table {
        width: 100%;
    }
    .fc_info_table th {
        width: 20%;
        font-size: 10px;
        padding: 0 4px;
    }
    .s_fac_img {
        margin-bottom: 20px;
    }
    .s_fac_img img {
        width: 100%;
        height: auto;
    }
    .page_main.is-lower {
        margin-bottom: 50px;
    }
    .lowdtl_txt.is-facdtl {
        text-align: center;
        margin-top: 15px;
        line-height: 1.6;
    }
   
    .s_fac_btn a span {
        display: inline-block;
        padding-left: 20px;
        background: url(../img/sp/icn_search_w.png) no-repeat center left / 19px auto;
        font-size: 18px;
    }
    .s_fac_btn.is-call a span {
        padding-left: 15px;
        background: url(../img/sp/icn_call_small.png) no-repeat center left / 13px auto;
        font-size: 21px;
    }
    .s_fac_btn.is-mail {
        margin-top: 25px;
    }
    .s_fac_btn.is-mail a {
        padding-left: 0;
        height: 40px;
        background: #f55b79;
        box-shadow: 0 4px 0 rgba(207,45,77,1);
    }
    .s_fac_btn.is-mail a span {
        padding-left: 21px;
        background: url(../img/sp/icn_mail.png) no-repeat center left / 17px auto;
    }
    .s_fac_btn.is-call a {
        background: #4252e5;
        box-shadow: 0 4px 0 rgba(26,39,156,1);
    }
    .s_fac_btn.is-line a {
        background: #fff;
        padding-left: 0;
        height: 40px;
    }
    .s_fac_btn.is-line a span {
        padding-left: 30px;
        background: url(../img/sp/icn_line.png) no-repeat center left / 23px auto;
    }
    .s_fac_pc {
        display: none;
    }
    .search_btn a span {
        padding-left: 22px;
    }
    .info_wrap {
        padding: 0 20px;
        margin-bottom: 50px;
        box-sizing: border-box;
    }
}
@media (min-width: 896px) {
    .page_flow_wrap {
        display: none;
    }
    .s_fac_img {
        margin-bottom: 20px;
        position: relative;
        width: 401px;
        height: 220px;
    }
    .s_fac_img a {
        transition: 0.5s;
    }
    .s_fac_img a:hover {
        opacity: 0.7;
    }
    .s_fac_img img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    .s_fac_btn a:hover {
        text-decoration: none;
        border-bottom: 0;
        transform: translateY(4px);
        box-shadow: none;
    }
    .s_fac_btn.is-mail.ver2 a {
        background-position: 50px;
    }
    .s_fac_btn.is-line.ver2 a {
        background-position: 50px;
    }
    .s_fac_btn.is-line a:hover {
        border: solid 2px #06c755;
    }
    .search_btn.ver2 a {
        height: 45px;
    }
    .search_btn a:hover {
        color: #3cbd70;
        background: #fff;
    }
    .search_btn a:hover span {
        background: url(/cmn/svg/search2_g.svg) no-repeat center left 0 / 19px auto;
    }
    .s_fac_name a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 374px) {
    .page_flow_btn.ver3 a {
        font-size: 11px;
    }
    .fc_info_table th {
        padding: 0;
    }
    .s_fac_info {
        padding: 23px 10px 35px;
    }
    .search_count {
        font-size: 15px;
    }
    label {
        font-size: 12px;
    }
    label::before {
        top: 1px;
    }
    .s_fac_bg  {
        margin: 30px -10px -35px;
    }
    .s_fac_btn.is-call a {
        font-size: 15px;
    }
    .s_fac_btn.is-call a span {
        font-size: 17px;
    }
    .lowdtl_txt.is-facdtl {
        font-size: 11px;
    }
}