/*
Theme Name: funeresult
*/

html, body {
    font-size:62.5%;
    font-family: 'Noto Sans JP','Istok Web', sans-serif;
    color:#333333;
}
/* header */
header {
    width:100%;
    background: linear-gradient(to right,#50BDEF, #1F6EA6);
    color:#FFFFFF;
}
header h1{
    width:60%;
    font-size:3rem;
    margin-top:28px;
    margin-bottom:22px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}
@media screen and (max-width:1024px) {
    header h1{
        width:100%;
        font-size:2.6;
        margin-top:13px;
        margin-bottom:10px;
    }
}
header div{
    display:flex;
    flex-wrap:wrap;
    max-width: 1000px;
    width:100%;
    margin:0 auto;
}
header p{
    background-color:white
}
@media screen and (max-width:1024px) {
    header div{
        padding:0px 10px 0 10px;
    }
}

header .searchform{
    margin-top: 23px;
}

header label{
    position: relative;
    width:40%;
    margin-bottom:22px;
}
@media screen and (max-width:1024px) {
    header label{
        width:100%;
        margin-bottom:15px;
    }
}
header label:after {
    content: "";
    position: absolute;
    left: 87%;
    top: -4px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url("./img/result/search.svg") center / contain no-repeat;
}
@media screen and (min-width:1025px) {
    header label{
        margin-top:28px;
    }
}
header input {
    text-align: left;
    background-color: white;
    font-size: 1.6rem;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #333333;
    width: 100%;
    padding-right: 23px;
    padding: 7px;
    height:44px;
}
header input::placeholder {
    color:#989898;
    font-size:1.8rem;
    font-weight: 100;
}

/*section*/
section{
    padding-top:38px;
    padding-bottom:30px;
}

section:nth-child(even){
    background-color:#EEF1EE;
}

section>div {
    max-width: 1000px;
    margin:0 auto;
}

@media screen and (max-width:1024px) {
    section>div {
        padding:0 10px;
    }
}

.sec_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
}
@media screen and (min-width:1025px) {
    .sec_inner {
        padding: 0px;
    }
}
.sec_inner h2::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
}
/* bread */
.content div.bread {
    max-width: 1000px;
    margin:0 auto;
}
.content .bread p{
    margin: 11.5px 0;
    white-space: nowrap;
    overflow-x: scroll;
    font-size:1.4rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.content .bread p::-webkit-scrollbar{
    display:none;
}

@media screen and (max-width:1024px) {
    .content .bread p{
        padding:0 10px;
    }
}

section#search_area{
    background-color:#F9F9F9;
    padding-bottom:9.7px;
}
h2.search_ttl {
    font-size:2.4rem;
    font-weight:600;
    margin-bottom:13.7px;
    text-align:left;
}
@media screen and (min-width:1025px) {
    h2.search_ttl {
        margin-bottom:25px;
    }
}
h2.search_ttl:before {
    content: '';
    background-size:cover;
    background: url(./img/result/ship_blue.png)  no-repeat center left;
    text-align:right;
    padding-left:45px;
}
@media screen and (min-width:1025px) {
    .search_form{
        padding: 0px 50px;
    }
}

form.search_form {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    font-weight:600;
}
.search_form .textsearch:before{
    content: '';
    background-size:cover;
    background: url(./img/result/fukidashi.png) center left no-repeat;
    padding-left:30px;
    height:2em;
}
.search_form .textsearch{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    background-color:#FFFFFF;
    font-size:1.4rem;
    border-radius:8px;
    line-height:1em;
    height:4.4rem;
    width:100%;
    padding-left:5px;
    padding-right:5px;
    position:relative;
}

@media screen and (min-width:1025px) {
    .search_form .textsearch{
        height:4.4rem;
    }
}

.search_form label{
    width:100px;
    min-width:100px;
}
.search_form input{
    width:100%;
}
.search_form input::placeholder{
    color:transparent;
}
@media screen and (min-width:1025px) {
    .search_form input::placeholder{
        color:#989898;
        font-size:1.6rem;
        font-weight: 100;
    }
}

@media screen and (max-width: 380px) {
    .search_form input{
        position: absolute;
        left: 12%;
    }
    .search_form .ico-search{
        position: absolute;
        right: 11px;
        top: 8px;
    }
}

.search_form select{
    margin-top:6.7px;
    font-size:1.4rem;
    width:100%;
    border-radius:8px;
    line-height:36px;
    padding-left:36px;
    position:relative;
}
@media screen and (min-width:1025px) {
    .search_form select{
        height:4.4rem;
        margin-top:16px;
    }
}
.search_form .purpose select{
    background: url(./img/result/propose.png) no-repeat #FFFFFF center left 5px;
}
.search_form .area select{
    background: url(./img/result/mark.png)   no-repeat #FFFFFF center left 5px;
}
.search_form .fish select{
    background: url(./img/result/fish.png)   no-repeat #FFFFFF center left 5px;
}
.search_form .fee select{
    background: url(./img/result/tag.png)   no-repeat #FFFFFF center left 5px;
}
.search_form .feature select{
    background: url(./img/result/contens.png)  no-repeat #FFFFFF center left 5px;
}
.contain{
    position:relative;
    width:49%;
}
@media screen and (min-width:1025px) {
    .contain.feature{
        width:32%;
    }
    .contain.fish{
        width:32%;
    }
    .contain.fee{
        width:32%;
    }
}
.search_form .contain:before{
    content:'';
    background-image: url(./img/result/pulldonw_arrow.png);
    position: absolute;
    background-size:cover;
    width:10px;
    height:8px;
    z-index:2;
    right: 1.2em;
    top: 50%;
    pointer-events:none;
}
@media screen and (min-width:1025px) {
    .search_form .contain:before{
        top: 58%;
    }
}
.search_count{
    padding-top:20px;
    display:inline-flex;
}
@media screen and (min-width:1025px) {
    .search_count{
        padding-top:60px;
    }
}
.total_count{
    font-weight:600;
    font-size:1.6rem;
}
.display_count{
    margin-left:7px;
    font-size:1.4rem;
}

section#article_area{
    background-color:#F2F5F2;
}

.card{
    background-color:#FFFFFF;
    border-radius:8px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.card:not(:last-of-type){
    margin-bottom: 22.9px;
}
.card .card_top{
    display:flex;
    flex-wrap:wrap;
}
.card .card_top a{
    width: 100%;
    color: #1F6EA6;
    font-size: 18px;
    font-weight:600;
    display:flex;
    flex-wrap:wrap;
}
@media screen and (min-width:1025px) {
    .card .card_top a{
        margin-bottom:23px;
    }
}
.card img{
    width:100%;
    height:100%;
    padding: 0 17px 23px 17px;
}
@media screen and (min-width:1025px) {
    .card img{
        width:33%;
        padding: 0 17px 23px 0;
    }
}
@media screen and (min-width:1025px) {
    .card .info{
        width:66%;
        display:flex;
        flex-wrap:wrap;
    }
}
.card h2{
    font-size:2.4rem;
    font-weight:600;
    margin: 17px 0 10px 0;
    text-align:left;
}
@media screen and (min-width:1025px) {
    .card h2{
        width:60%;
    }
}
.card .pre_person{
    display:flex;
    flex-wrap:wrap;
    justify-content:start;
    align-items:baseline;
    /* color:#FF4407; */
    margin-bottom:17px;
}
.card .pre_person{
    display:flex;
    flex-wrap:wrap;
    justify-content:start;
    align-items:baseline;
    /* color:#FF4407; */
    margin-bottom:17px;
    width: 100%;
}

.card .plan {
    width: 100%;
    display: flex;
    align-items:baseline;
}

.card .fee{
    font-size:3.9rem;
    font-family:'Istok Web';
    margin-right:14px;
    text-align:right;
    color: #FF4407;
}
@media screen and (min-width:1025px) {
    .card .fee{
        width:auto;
        width:initial;
    }
}
.card .unit{
    font-size:2.4rem;
}
.card .unit span{
    font-size:1.6rem;
    font-weight:600;
    color:#333333;
}
.card .planname{
    font-size:2.4rem;
    color:#333333;
    width: 43%;
    text-align: start;
}
.card h2::before {
    content: '';
    background-size:cover;
    background: url(./img/result/ship_blue.png)  no-repeat bottom left;
    text-align:right;
    padding-left:40px;
}
.card ul{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:21px;

}
.card li{
    border-radius:8px;
    display:inline-table;
    background-color:#77CAE0;
    font-size:1.3rem;
    height:33px;
    vertical-align:middle;
    color:#FFFFFF;
    margin:2px 1px 2px 1px;
    padding:11px 5px 11px 2em;
    position:relative;
}
.card li::before{
    position:absolute;
    content: '';
    top: center;
    left: 7px;
    width:1.8em;
    height:1.8em;
}

.beginner{
    background: url(./img/result/beginner.png) no-repeat left 7px center;
}
.child{
    background: url(./img/result/child.png) no-repeat left 7px center;
}
.lady{
    background: url(./img/result/lady.png) no-repeat left 7px center;
}
.group{
    background: url(./img/result/resutl_group.png) no-repeat left 5px center;
}
.train{
    background: url(./img/result/train_white.png) no-repeat left 7px center;
}
.empty_hand{
    background: url(./img/result/handicap.png) no-repeat left 7px center;
}
.rental{
    background: url(./img/result/rental.png) no-repeat left 7px center;
}
.handicap{
    background: url(./img/result/handicap.png) no-repeat left 7px center;
}
.traditinal{
    background: url(./img/result/traditional.png) no-repeat left 7px center;
}
.card .card_top{
    padding:22px 10px 5px 10px;
    border-radius:8px;
}

.card .access:before{
    position:absolute;
    content: '';
    top: -7px;
    left: -8px;
    width:2em;
    height:1.8em;
    background: url(./img/result/pin.png) no-repeat left 7px center;
}
.card .access{
    position:relative;
    font-size:1.6rem;
    margin-bottom:12px;
    color:#FFAE07;
    padding-left:35px;
}
@media screen and (min-width:1025px) {
    .card .access{
        width:100%;
    }
}
.card dl{
    display:flex;
    flex-wrap:wrap;
    font-size:1.6rem;
    justify-content:space-between;
    font-weight:600;
}
@media screen and (min-width:1025px) {
    .card dl>div{
        width: calc(50% - 18px);
    }
}
.card dt::before{
    position:absolute;
    content: '';
    left:2px;
    width:1.8em;
    height:1.8em;
    background: url(./img/result/car.png) no-repeat left center;
}

.card div:nth-of-type(2) dt::before{
    background: url(./img/result/train.png) no-repeat left center;
}
.card dt{
    position:relative;
    font-weight:600;
    line-height:1.5em;
    border-bottom:1px solid #B7B7B7;
    padding-left:33px;
    padding-bottom:5px;
}
.card dd{
    margin-top:7.5px;
    line-height:1.4em;
    margin-bottom:10px;
}
.card .card_bottom {
    background-color:#FAFBFA;
    border-radius:0 0 8px 8px;
    padding:5px 10px 31px 10px;
    font-size:1.6rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
@media screen and (min-width:1025px) {
    .card .card_bottom {
        justify-content:flex-start;
    }
}
.card .card_bottom p{
    line-height:1.4em;
    width:100%;
    font-weight:600;
}
@media screen and (min-width:1025px) {
    .card .card_bottom p{
        width:66%;
        order:2;
    }
}
.card .card_bottom button{
    border-radius:10px;
    background-color:#FFAE07;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    text-align:center;
    margin-top:23px;
    width:22.3rem;
    height:5.2rem;
    color:#FFFFFF;
    font-size:1.5rem;
}
@media screen and (min-width:1025px) {
    .card .card_bottom a{
        width:33%;
        text-align:center;
    }
}
.pager ul{
    display:flex;
    flex-wrap:wrap;
    font-size:1.6rem;
    justify-content:center;
}
.pager li{
    border:0.5px solid #B7B7B7;
    border-radius:50%;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    font-family:sans-serif;
    margin:57px 9.5px 51px 9.5px;
}

.pager li.on{
    background-color:#333333;
    color:#FFFFFF;
}
