@charset "UTF-8";

.area-service {
    background: url("../image/service_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}

.svcBlock {
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.03);
            box-shadow: 10px 10px 10px rgba(0,0,0,.03);
    background: #fff;
}

.svcList > div + div {
    margin-top: 1.3em;
}

.svcList dt {
    padding-bottom: .4em;
    margin-bottom: .65em;
    border-bottom: solid 1px #cfd5d8;
    font-size: 1.3em;
}

.svcList li {
    margin-bottom: 1em;
}

.svcList .small {
    display: inline-block;
    font-size: 0.8em;
}

.svcBlock + .note {
    margin-top: 25px;
}

.giftList {
    margin-top: 10px;
}

.giftList__item {
    position: relative;
    padding: 1.23em 0 1.23em 3.4em;
    border-bottom: solid 1px #cfd5d8;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.giftList__item .font-en-g {
    position: absolute;
    left: 0;
    top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    border: solid 1px;
    font-size: .8em;
    font-weight: 400;
    letter-spacing: normal;
}


@media screen and (min-width: 900px) {

    .svcBlock {
        padding: 45px 65px;
        margin-top: 50px;
    }

    .svcList {
        font-size: 20px;
        line-height: 1.5;
    }

    .svcList .col2,
    .svcList .col3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -1em;
    }

    .svcList .col2 ul {
        width: 50%;
    }

    .svcList .col3 ul {
        width: 33.333%;
    }

    .note {
        font-size: 0.75em;
        text-align: right;
    }

    .giftList__item {
        font-size: 20px;
    }

    .giftList__item .font-en-g {
        width: 50px;
        height: 50px;
    }

    .priceLink {
        margin-top: 60px;
    }

}

@media screen and (max-width: 899px) {

    .slider-img img {
        width: 74.67vw;
    }

    .svcBlock {
        padding: 7% 10%;
        margin-top: 30px;
    }

    .svcList {
        font-size: 16px;
        line-height: 1.5;
    }

    .note {
        font-size: 0.786em;
    }

    .giftList__item {
        font-size: 16px;
    }

    .giftList__item .font-en-g {
        width: 40px;
		height: 40px;
    }

    .priceLink {
        margin-top: 40px;
        text-align: center;
    }

}