.service_main {
    width: 80%;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    background-color: #eeeeee;
    font-family: "HGP教科書体";
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
}
#page-top a {
    background: #006400;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 23px 5px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all 0.3s ease;
}
.dli-arrow-up {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    height: 1em;
    background: currentColor;
}
.dli-arrow-up::before {
    content: "";
    width: 1em;
    height: 1em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: -0.05em;
    right: 50%;
    box-sizing: border-box;
}
#page-top a:hover {
    text-decoration: none;
}
.page_title_box {
    position: relative;
    width: 40%;
    height: 20%;
    padding: 30px 0;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    background-color: #99cccc;
    font-family: "HGP教科書体";
    z-index: 1;
}
.page_title_box p {
    font-size: 20px;
    font-family: "HGP教科書体";
}
.service_box {
    position: relative;
    width: 70%;
    /* height: 800px; */
    top: -50px;
    /* padding: 30px 0; */
    padding: 30px 0 70px 0;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    font-family: "HGP教科書体";
    padding-top: 50px;
}
.service_jump {
    display: flex;
    /* justify-content: space-between; */
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    margin-top: 30px;
    position: relative;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn,
a.btn,
button.btn {
    font-weight: 700;
    position: relative;
    display: inline-block;
    /* padding: 1rem 4rem; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #000044;
}
a.jump_btn {
    width: 30%;
    height: 40px;
    margin-left: 2.5%;
    background-color: #000044;
    color: #fff;
    font-size: 20px;
    font-family: "HGP教科書体";
    font-weight: bold;
    padding-top: 10px;
    overflow: hidden;
}
a.jump_btn span {
    position: relative;
}
a.jump_btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #b8860b;
    color: #000044;
}
a.jump_btn:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    color: #000044;
}
.service_description {
    margin-left: 15%;
    text-align: left;
    font-size: 20px;
}

/* サービス内容共通 */
h2 {
    position: relative;
    padding: 1.5rem 1rem;
    text-align: left;
    left: 11%;
    margin-top: 50px;
}
h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    /* width: 100%; */
    width: 80%;
    height: 10px;
    content: "";
    background-image: -webkit-repeating-linear-gradient(
        135deg,
        #000,
        #000 1px,
        transparent 2px,
        transparent 5px
    );
    background-image: repeating-linear-gradient(
        -45deg,
        #000,
        #000 1px,
        transparent 2px,
        transparent 5px
    );
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
h3 {
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
    padding: 3px 10px;
    border-left: 4px solid #000;
}

/* 植栽管理 */
.planting_management_box {
    display: flex;
    margin-top: 40px;
    margin-left: 8%;
}
.pruning_img img {
    width: 80%;
    height: 350px;
}
.pruning_img {
    width: 50%;
    height: 20%;
}
.planting_management_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}
/* 植栽 */
.plant_box {
    display: flex;
    margin-top: 80px;
    margin-left: 12%;
}
.plant_img img {
    width: 85%;
    height: 350px;
    margin-left: 13%;
}
.plant_img {
    width: 50%;
    height: 20%;
}
.plant_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}
/* 移植 */
.transplant_box {
    display: flex;
    margin-top: 80px;
    margin-left: 8%;
}
.transplant_img img {
    width: 80%;
    height: 350px;
}
.transplant_img {
    width: 50%;
    height: 20%;
}
.transplant_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}
/* 草刈り・芝刈り */
.mowing_box {
    display: flex;
    margin-top: 80px;
    margin-left: 12%;
}
.mowing_img img {
    width: 85%;
    height: 350px;
    margin-left: 13%;
}
.mowing_img {
    width: 50%;
    height: 20%;
}
.mowing_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}
/* 消毒・除草 */
.disinfection_weeding_box {
    display: flex;
    margin-top: 80px;
    margin-left: 8%;
}
.disinfection_weeding_img img {
    width: 80%;
    height: 350px;
}
.disinfection_weeding_img {
    width: 50%;
    height: 20%;
}
.disinfection_weeding_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}

/* 植木の生産 */
.planting_box {
    display: flex;
    margin-top: 40px;
    margin-left: 8%;
}
.planting_img img {
    width: 80%;
    height: 350px;
}
.planting_img {
    width: 50%;
    height: 20%;
}
.plant_production_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}

/* 植木の販売 */
.plant_sale_box {
    display: flex;
    margin-top: 80px;
    margin-left: 12%;
}
.plant_sale_img img {
    width: 85%;
    height: 350px;
    margin-left: 13%;
}
.plant_sale_img {
    width: 50%;
    height: 20%;
}
.plant_sale_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}

/* お庭の改修工事 */
.gardening_box {
    display: flex;
    margin-top: 40px;
    margin-left: 8%;
}
.gardening_img img {
    width: 80%;
    height: 350px;
}
.gardening_img {
    width: 50%;
    height: 20%;
}
.gardening_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}

/* 植木の伐採 */
.deforestation_box {
    display: flex;
    margin-top: 40px;
    margin-left: 8%;
}
.deforestation_img img {
    width: 80%;
    height: 350px;
}
.deforestation_img {
    width: 50%;
    height: 20%;
}
.deforestation_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}

/* 植木の抜根 */
.root_extraction_box {
    display: flex;
    margin-top: 80px;
    margin-left: 12%;
}
.root_extraction_img img {
    width: 85%;
    height: 350px;
    margin-left: 13%;
}
.root_extraction_img {
    width: 50%;
    height: 20%;
}
.root_extraction_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}

/* 薪の生産 */
.firewood_production_box {
    display: flex;
    margin-top: 40px;
    margin-left: 8%;
}
.firewood_production_img img {
    width: 80%;
    height: 350px;
}
.firewood_production_img {
    width: 50%;
    height: 20%;
}
.firewood_production_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}

/* 薪の販売 */
.firewood_sale_box {
    display: flex;
    margin-top: 80px;
    margin-left: 12%;
}
.firewood_sale_img img {
    width: 85%;
    height: 350px;
    margin-left: 13%;
}
.firewood_sale_img {
    width: 50%;
    height: 20%;
}
.firewood_sale_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}

/* 各種雑貨販売 */
.goods_sale_box {
    display: flex;
    margin-top: 40px;
    margin-left: 8%;
    margin-bottom: 40px;
}
.goods_sale_img img {
    width: 80%;
    height: 20%;
}
.goods_sale_img {
    width: 50%;
    height: 20%;
}
.goods_sale_description {
    text-align: left;
    width: 40%;
    font-size: 20px;
    line-height: 25px;
}

/* PC */
@media (max-width: 1280px) and (min-width: 960px) {
    .service_main {
        width: 85%;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #eeeeee;
        font-family: "HGP教科書体";
    }
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 14px;
        line-height: 1;
        z-index: 99;
    }
    #page-top a {
        background: #006400;
        text-decoration: none;
        color: #fff;
        width: 60px;
        padding: 23px 5px;
        text-align: center;
        display: block;
        border-radius: 90px;
        opacity: 0.9;
        transition: all 0.3s ease;
    }
    .dli-arrow-up {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        position: relative;
        height: 1em;
        background: currentColor;
    }
    .dli-arrow-up::before {
        content: "";
        width: 1em;
        height: 1em;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        transform-origin: top right;
        position: absolute;
        top: -0.05em;
        right: 50%;
        box-sizing: border-box;
    }
    #page-top a:hover {
        text-decoration: none;
    }
    .page_title_box {
        position: relative;
        width: 40%;
        height: 20%;
        padding: 30px 0;
        margin: 0 auto;
        margin-top: 100px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box p {
        font-size: 20px;
        font-family: "HGP教科書体";
    }
    .service_box {
        position: relative;
        width: 80%;
        /* height: 800px; */
        top: -50px;
        /* padding: 30px 0; */
        padding: 30px 0 70px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 50px;
    }
    .service_jump {
        display: flex;
        /* justify-content: space-between; */
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
        margin-top: 30px;
        position: relative;
    }
    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    html {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .btn,
    a.btn,
    button.btn {
        font-weight: 700;
        position: relative;
        display: inline-block;
        /* padding: 1rem 4rem; */
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #000044;
    }
    a.jump_btn {
        width: 30%;
        height: 40px;
        margin-left: 2.5%;
        background-color: #000044;
        color: #fff;
        font-size: 20px;
        font-family: "HGP教科書体";
        font-weight: bold;
        padding-top: 10px;
        overflow: hidden;
    }
    a.jump_btn span {
        position: relative;
    }
    a.jump_btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-96%);
        transform: translateX(-96%);
        background: #b8860b;
        color: #000044;
    }
    a.jump_btn:hover:before {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        color: #000044;
    }
    .service_description {
        margin-left: 15%;
        text-align: left;
        font-size: 20px;
    }
    
    /* サービス内容共通 */
    h2 {
        position: relative;
        padding: 1.5rem 1rem;
        text-align: left;
        left: 11%;
        margin-top: 50px;
    }
    h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        /* width: 100%; */
        width: 80%;
        height: 10px;
        content: "";
        background-image: -webkit-repeating-linear-gradient(
            135deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-image: repeating-linear-gradient(
            -45deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-size: 7px 7px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    h3 {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: left;
        padding: 3px 10px;
        border-left: 4px solid #000;
    }
    
    /* 植栽管理 */
    .planting_management_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .pruning_img img {
        width: 80%;
        height: 350px;
    }
    .pruning_img {
        width: 50%;
        height: 20%;
    }
    .planting_management_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    /* 植栽 */
    .plant_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .plant_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .plant_img {
        width: 50%;
        height: 20%;
    }
    .plant_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    /* 移植 */
    .transplant_box {
        display: flex;
        margin-top: 80px;
        margin-left: 8%;
    }
    .transplant_img img {
        width: 80%;
        height: 350px;
    }
    .transplant_img {
        width: 50%;
        height: 20%;
    }
    .transplant_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    /* 草刈り・芝刈り */
    .mowing_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .mowing_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .mowing_img {
        width: 50%;
        height: 20%;
    }
    .mowing_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    /* 消毒・除草 */
    .disinfection_weeding_box {
        display: flex;
        margin-top: 80px;
        margin-left: 8%;
    }
    .disinfection_weeding_img img {
        width: 80%;
        height: 350px;
    }
    .disinfection_weeding_img {
        width: 50%;
        height: 20%;
    }
    .disinfection_weeding_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 植木の生産 */
    .planting_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .planting_img img {
        width: 80%;
        height: 350px;
    }
    .planting_img {
        width: 50%;
        height: 20%;
    }
    .plant_production_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 植木の販売 */
    .plant_sale_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .plant_sale_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .plant_sale_img {
        width: 50%;
        height: 20%;
    }
    .plant_sale_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* お庭の改修工事 */
    .gardening_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .gardening_img img {
        width: 80%;
        height: 350px;
    }
    .gardening_img {
        width: 50%;
        height: 20%;
    }
    .gardening_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 植木の伐採 */
    .deforestation_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .deforestation_img img {
        width: 80%;
        height: 350px;
    }
    .deforestation_img {
        width: 50%;
        height: 20%;
    }
    .deforestation_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 植木の抜根 */
    .root_extraction_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .root_extraction_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .root_extraction_img {
        width: 50%;
        height: 20%;
    }
    .root_extraction_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 薪の生産 */
    .firewood_production_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .firewood_production_img img {
        width: 80%;
        height: 350px;
    }
    .firewood_production_img {
        width: 50%;
        height: 20%;
    }
    .firewood_production_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 薪の販売 */
    .firewood_sale_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .firewood_sale_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .firewood_sale_img {
        width: 50%;
        height: 20%;
    }
    .firewood_sale_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 各種雑貨販売 */
    .goods_sale_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
        margin-bottom: 40px;
    }
    .goods_sale_img img {
        width: 80%;
        height: 20%;
    }
    .goods_sale_img {
        width: 50%;
        height: 20%;
    }
    .goods_sale_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }    
}

/* タブレット */
@media (max-width: 960px) and (min-width: 768px) {
    .service_main {
        width: 85%;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #eeeeee;
        font-family: "HGP教科書体";
    }
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 14px;
        line-height: 1;
        z-index: 99;
    }
    #page-top a {
        background: #006400;
        text-decoration: none;
        color: #fff;
        width: 60px;
        padding: 23px 5px;
        text-align: center;
        display: block;
        border-radius: 90px;
        opacity: 0.9;
        transition: all 0.3s ease;
    }
    .dli-arrow-up {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        position: relative;
        height: 1em;
        background: currentColor;
    }
    .dli-arrow-up::before {
        content: "";
        width: 1em;
        height: 1em;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        transform-origin: top right;
        position: absolute;
        top: -0.05em;
        right: 50%;
        box-sizing: border-box;
    }
    #page-top a:hover {
        text-decoration: none;
    }
    .page_title_box {
        position: relative;
        width: 40%;
        height: 20%;
        padding: 30px 0;
        margin: 0 auto;
        margin-top: 100px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box p {
        font-size: 20px;
        font-family: "HGP教科書体";
    }
    .service_box {
        position: relative;
        width: 80%;
        /* height: 800px; */
        top: -50px;
        /* padding: 30px 0; */
        padding: 30px 0 70px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 50px;
    }
    .service_jump {
        display: flex;
        /* justify-content: space-between; */
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
        margin-top: 30px;
        position: relative;
    }
    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    html {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .btn,
    a.btn,
    button.btn {
        font-weight: 700;
        position: relative;
        display: inline-block;
        /* padding: 1rem 4rem; */
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #000044;
    }
    a.jump_btn {
        width: 30%;
        height: 40px;
        margin-left: 2.5%;
        background-color: #000044;
        color: #fff;
        font-size: 19px;
        font-family: "HGP教科書体";
        font-weight: bold;
        padding-top: 10px;
        overflow: hidden;
    }
    a.jump_btn span {
        position: relative;
    }
    a.jump_btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-96%);
        transform: translateX(-96%);
        background: #b8860b;
        color: #000044;
    }
    a.jump_btn:hover:before {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        color: #000044;
    }
    .service_description {
        margin-left: 15%;
        text-align: left;
        font-size: 20px;
    }
    
    /* サービス内容共通 */
    h2 {
        position: relative;
        padding: 1.5rem 1rem;
        text-align: left;
        left: 11%;
        margin-top: 50px;
    }
    h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        /* width: 100%; */
        width: 80%;
        height: 10px;
        content: "";
        background-image: -webkit-repeating-linear-gradient(
            135deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-image: repeating-linear-gradient(
            -45deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-size: 7px 7px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    h3 {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: left;
        padding: 3px 10px;
        border-left: 4px solid #000;
    }
    
    /* 植栽管理 */
    .planting_management_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .pruning_img img {
        width: 80%;
        height: 350px;
    }
    .pruning_img {
        width: 50%;
        height: 20%;
    }
    .planting_management_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    /* 植栽 */
    .plant_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .plant_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .plant_img {
        width: 50%;
        height: 20%;
    }
    .plant_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    /* 移植 */
    .transplant_box {
        display: flex;
        margin-top: 80px;
        margin-left: 8%;
    }
    .transplant_img img {
        width: 80%;
        height: 350px;
    }
    .transplant_img {
        width: 50%;
        height: 20%;
    }
    .transplant_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    /* 草刈り・芝刈り */
    .mowing_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .mowing_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .mowing_img {
        width: 50%;
        height: 20%;
    }
    .mowing_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    /* 消毒・除草 */
    .disinfection_weeding_box {
        display: flex;
        margin-top: 80px;
        margin-left: 8%;
    }
    .disinfection_weeding_img img {
        width: 80%;
        height: 350px;
    }
    .disinfection_weeding_img {
        width: 50%;
        height: 20%;
    }
    .disinfection_weeding_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 植木の生産 */
    .planting_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .planting_img img {
        width: 80%;
        height: 350px;
    }
    .planting_img {
        width: 50%;
        height: 20%;
    }
    .plant_production_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 植木の販売 */
    .plant_sale_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .plant_sale_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .plant_sale_img {
        width: 50%;
        height: 20%;
    }
    .plant_sale_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* お庭の改修工事 */
    .gardening_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .gardening_img img {
        width: 80%;
        height: 350px;
    }
    .gardening_img {
        width: 50%;
        height: 20%;
    }
    .gardening_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 植木の伐採 */
    .deforestation_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .deforestation_img img {
        width: 80%;
        height: 350px;
    }
    .deforestation_img {
        width: 50%;
        height: 20%;
    }
    .deforestation_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 植木の抜根 */
    .root_extraction_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .root_extraction_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .root_extraction_img {
        width: 50%;
        height: 20%;
    }
    .root_extraction_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 薪の生産 */
    .firewood_production_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
    }
    .firewood_production_img img {
        width: 80%;
        height: 350px;
    }
    .firewood_production_img {
        width: 50%;
        height: 20%;
    }
    .firewood_production_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 薪の販売 */
    .firewood_sale_box {
        display: flex;
        margin-top: 80px;
        margin-left: 12%;
    }
    .firewood_sale_img img {
        width: 85%;
        height: 350px;
        margin-left: 13%;
    }
    .firewood_sale_img {
        width: 50%;
        height: 20%;
    }
    .firewood_sale_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    }
    
    /* 各種雑貨販売 */
    .goods_sale_box {
        display: flex;
        margin-top: 40px;
        margin-left: 8%;
        margin-bottom: 40px;
    }
    .goods_sale_img img {
        width: 80%;
        height: 20%;
    }
    .goods_sale_img {
        width: 50%;
        height: 20%;
    }
    .goods_sale_description {
        text-align: left;
        width: 40%;
        font-size: 20px;
    } 
}

/* タブレット～スマホ */
@media (max-width: 767px) and (min-width: 431px) {
    .service_main {
        width: 85%;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #eeeeee;
        font-family: "HGP教科書体";
    }
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 14px;
        line-height: 1;
        z-index: 99;
    }
    #page-top a {
        background: #006400;
        text-decoration: none;
        color: #fff;
        width: 60px;
        padding: 23px 5px;
        text-align: center;
        display: block;
        border-radius: 90px;
        opacity: 0.9;
        transition: all 0.3s ease;
    }
    .dli-arrow-up {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        position: relative;
        height: 1em;
        background: currentColor;
    }
    .dli-arrow-up::before {
        content: "";
        width: 1em;
        height: 1em;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        transform-origin: top right;
        position: absolute;
        top: -0.05em;
        right: 50%;
        box-sizing: border-box;
    }
    #page-top a:hover {
        text-decoration: none;
    }
    .page_title_box {
        position: relative;
        width: 40%;
        height: 20%;
        padding: 30px 0;
        margin: 0 auto;
        margin-top: 100px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box h1 {
        font-size: 1.5em;
        font-family: "HGP教科書体";
    }
    .page_title_box p {
        font-size: 20px;
        font-family: "HGP教科書体";
    }
    .service_box {
        position: relative;
        width: 80%;
        /* height: 800px; */
        top: -50px;
        /* padding: 30px 0; */
        padding: 30px 0 70px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 50px;
    }
    .service_jump {
        display: flex;
        /* justify-content: space-between; */
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
        margin-top: 30px;
        position: relative;
    }
    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    html {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .btn,
    a.btn,
    button.btn {
        font-weight: 700;
        position: relative;
        display: inline-block;
        /* padding: 1rem 4rem; */
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #000044;
    }
    a.jump_btn {
        width: 30%;
        height: 40px;
        margin-left: 2.5%;
        background-color: #000044;
        color: #fff;
        /* font-size: 19px; */
        font-size: 2.5vw;
        font-family: "HGP教科書体";
        font-weight: bold;
        padding-top: 10px;
        overflow: hidden;
    }
    a.jump_btn span {
        position: relative;
    }
    a.jump_btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-96%);
        transform: translateX(-96%);
        background: #b8860b;
        color: #000044;
    }
    a.jump_btn:hover:before {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        color: #000044;
    }
    .service_description {
        margin-left: 15%;
        text-align: left;
        font-size: 20px;
    }
    
    /* サービス内容共通 */
    h2 {
        position: relative;
        padding: 1.5rem 1rem;
        text-align: left;
        left: 11%;
        margin-top: 50px;
    }
    h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        /* width: 100%; */
        width: 80%;
        height: 10px;
        content: "";
        background-image: -webkit-repeating-linear-gradient(
            135deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-image: repeating-linear-gradient(
            -45deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-size: 7px 7px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    h3 {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: left;
        padding: 3px 10px;
        border-left: 4px solid #000;
    }
    
    /* 植栽管理 */
    .planting_management_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .pruning_img img {
        width: 95%;
        height: 20%;
    }
    .pruning_img {
        width: 95%;
        height: 20%;
    }
    .planting_management_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 植栽 */
    .plant_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .plant_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .plant_img {
        width: 95%;
        height: 20%;
    }
    .plant_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 移植 */
    .transplant_box {
        display: block;
        margin-top: 70px;
        margin-left: 5%;
    }
    .transplant_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .transplant_img {
        width: 95%;
        height: 20%;
    }
    .transplant_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 草刈り・芝刈り */
    .mowing_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .mowing_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .mowing_img {
        width: 95%;
        height: 20%;
    }
    .mowing_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 消毒・除草 */
    .disinfection_weeding_box {
        display: block;
        margin-top: 70px;
        margin-left: 5%;
    }
    .disinfection_weeding_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .disinfection_weeding_img {
        width: 95%;
        height: 20%;
    }
    .disinfection_weeding_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の生産 */
    .planting_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .planting_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .planting_img {
        width: 95%;
        height: 20%;
    }
    .plant_production_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の販売 */
    .plant_sale_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .plant_sale_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .plant_sale_img {
        width: 95%;
        height: 20%;
    }
    .plant_sale_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* お庭の改修工事 */
    .gardening_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .gardening_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .gardening_img {
        width: 95%;
        height: 20%;
    }
    .gardening_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の伐採 */
    .deforestation_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .deforestation_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .deforestation_img {
        width: 95%;
        height: 20%;
    }
    .deforestation_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の抜根 */
    .root_extraction_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .root_extraction_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .root_extraction_img {
        width: 95%;
        height: 20%;
    }
    .root_extraction_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 薪の生産 */
    .firewood_production_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .firewood_production_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .firewood_production_img {
        width: 95%;
        height: 20%;
    }
    .firewood_production_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 薪の販売 */
    .firewood_sale_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .firewood_sale_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .firewood_sale_img {
        width: 95%;
        height: 20%;
    }
    .firewood_sale_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 各種雑貨販売 */
    .goods_sale_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
        margin-bottom: 20px;
    }
    .goods_sale_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .goods_sale_img {
        width: 95%;
        height: 20%;
    }
    .goods_sale_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    } 
}

/* スマホ */
@media (max-width: 430px) and (min-width: 376px) {
    .service_main {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
    }
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 10px;
        font-size: 14px;
        line-height: 1;
        z-index: 99;
    }
    #page-top a {
        background: #006400;
        text-decoration: none;
        color: #fff;
        width: 60px;
        padding: 23px 5px;
        text-align: center;
        display: block;
        border-radius: 90px;
        opacity: 0.9;
        transition: all 0.3s ease;
    }
    .dli-arrow-up {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        position: relative;
        height: 1em;
        background: currentColor;
    }
    .dli-arrow-up::before {
        content: "";
        width: 1em;
        height: 1em;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        transform-origin: top right;
        position: absolute;
        top: -0.05em;
        right: 50%;
        box-sizing: border-box;
    }
    #page-top a:hover {
        text-decoration: none;
    }
    .page_title_box {
        position: relative;
        width: 58%;
        height: 120px;
        padding: 10px 0;
        margin: 0 auto;
        margin-top: 80px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box h1 {
        font-size: 1.3em;
        font-family: "HGP教科書体";
        /* margin-top: 40px; */
    }
    .page_title_box p {
        font-size: 18px;
        font-family: "HGP教科書体";
    }
    .service_box {
        position: relative;
        width: 100%;
        /* height: 800px; */
        top: -50px;
        /* padding: 30px 0; */
        padding: 30px 0 10px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 50px;
    }
    .service_jump {
        display: flex;
        /* justify-content: space-between; */
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
        margin-top: 30px;
        position: relative;
    }
    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    html {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .btn,
    a.btn,
    button.btn {
        font-weight: 700;
        position: relative;
        display: inline-block;
        /* padding: 1rem 4rem; */
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #000044;
    }
    a.jump_btn {
        width: 30%;
        height: 40px;
        margin-left: 2.5%;
        background-color: #000044;
        color: #fff;
        /* font-size: 19px; */
        font-size: 3.5vw;
        font-family: "HGP教科書体";
        font-weight: bold;
        padding-top: 10px;
        overflow: hidden;
    }
    a.jump_btn span {
        position: relative;
    }
    a.jump_btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-96%);
        transform: translateX(-96%);
        background: #b8860b;
        color: #000044;
    }
    a.jump_btn:hover:before {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        color: #000044;
    }
    .service_description {
        margin-left: 15%;
        text-align: left;
        font-size: 20px;
    }
    
    /* サービス内容共通 */
    h2 {
        position: relative;
        padding: 1.5rem 1rem;
        text-align: left;
        left: 0;
        margin-top: 30px;
        margin-left: 35px;
    }
    h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        /* width: 100%; */
        width: 90%;
        height: 10px;
        content: "";
        background-image: -webkit-repeating-linear-gradient(
            135deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-image: repeating-linear-gradient(
            -45deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-size: 7px 7px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    h3 {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: left;
        padding: 3px 10px;
        border-left: 4px solid #000;
    }
    
    /* 植栽管理 */
    .planting_management_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .pruning_img img {
        width: 95%;
        height: 20%;
    }
    .pruning_img {
        width: 95%;
        height: 20%;
    }
    .planting_management_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 植栽 */
    .plant_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .plant_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .plant_img {
        width: 95%;
        height: 20%;
    }
    .plant_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 移植 */
    .transplant_box {
        display: block;
        margin-top: 70px;
        margin-left: 5%;
    }
    .transplant_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .transplant_img {
        width: 95%;
        height: 20%;
    }
    .transplant_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 草刈り・芝刈り */
    .mowing_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .mowing_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .mowing_img {
        width: 95%;
        height: 20%;
    }
    .mowing_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 消毒・除草 */
    .disinfection_weeding_box {
        display: block;
        margin-top: 70px;
        margin-left: 5%;
    }
    .disinfection_weeding_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .disinfection_weeding_img {
        width: 95%;
        height: 20%;
    }
    .disinfection_weeding_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の生産 */
    .planting_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .planting_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .planting_img {
        width: 95%;
        height: 20%;
    }
    .plant_production_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の販売 */
    .plant_sale_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .plant_sale_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .plant_sale_img {
        width: 95%;
        height: 20%;
    }
    .plant_sale_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* お庭の改修工事 */
    .gardening_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .gardening_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .gardening_img {
        width: 95%;
        height: 20%;
    }
    .gardening_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の伐採 */
    .deforestation_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .deforestation_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .deforestation_img {
        width: 95%;
        height: 20%;
    }
    .deforestation_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の抜根 */
    .root_extraction_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .root_extraction_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .root_extraction_img {
        width: 95%;
        height: 20%;
    }
    .root_extraction_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 薪の生産 */
    .firewood_production_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .firewood_production_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .firewood_production_img {
        width: 95%;
        height: 20%;
    }
    .firewood_production_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 薪の販売 */
    .firewood_sale_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .firewood_sale_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .firewood_sale_img {
        width: 95%;
        height: 20%;
    }
    .firewood_sale_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 各種雑貨販売 */
    .goods_sale_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
        margin-bottom: 20px;
    }
    .goods_sale_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .goods_sale_img {
        width: 95%;
        height: 20%;
    }
    .goods_sale_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    } 
}

/* スマホSE */
@media (max-width: 375px) {
    .service_main {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
    }
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 10px;
        font-size: 14px;
        line-height: 1;
        z-index: 99;
    }
    #page-top a {
        background: #006400;
        text-decoration: none;
        color: #fff;
        width: 60px;
        padding: 23px 5px;
        text-align: center;
        display: block;
        border-radius: 90px;
        opacity: 0.9;
        transition: all 0.3s ease;
    }
    .dli-arrow-up {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        position: relative;
        height: 1em;
        background: currentColor;
    }
    .dli-arrow-up::before {
        content: "";
        width: 1em;
        height: 1em;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        transform-origin: top right;
        position: absolute;
        top: -0.05em;
        right: 50%;
        box-sizing: border-box;
    }
    #page-top a:hover {
        text-decoration: none;
    }
    .page_title_box {
        position: relative;
        width: 58%;
        height: 120px;
        padding: 30px 0;
        margin: 0 auto;
        margin-top: 80px;
        text-align: center;
        background-color: #99cccc;
        font-family: "HGP教科書体";
        z-index: 1;
    }
    .page_title_box h1 {
        font-size: 1.3em;
        font-family: "HGP教科書体";
        margin-top: 4px;
    }
    .page_title_box p {
        font-size: 18px;
        font-family: "HGP教科書体";
    }
    .service_box {
        position: relative;
        width: 100%;
        /* height: 800px; */
        top: -50px;
        /* padding: 30px 0; */
        padding: 30px 0 10px 0;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        font-family: "HGP教科書体";
        padding-top: 50px;
    }
    .service_jump {
        display: flex;
        /* justify-content: space-between; */
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
        margin-top: 30px;
        position: relative;
    }
    *,
    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    html {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .btn,
    a.btn,
    button.btn {
        font-weight: 700;
        position: relative;
        display: inline-block;
        /* padding: 1rem 4rem; */
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #000044;
    }
    a.jump_btn {
        width: 30%;
        height: 40px;
        margin-left: 2.5%;
        background-color: #000044;
        color: #fff;
        /* font-size: 19px; */
        font-size: 3.5vw;
        font-family: "HGP教科書体";
        font-weight: bold;
        padding-top: 10px;
        overflow: hidden;
    }
    a.jump_btn span {
        position: relative;
    }
    a.jump_btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translateX(-96%);
        transform: translateX(-96%);
        background: #b8860b;
        color: #000044;
    }
    a.jump_btn:hover:before {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        color: #000044;
    }
    .service_description {
        margin-left: 15%;
        text-align: left;
        font-size: 20px;
    }
    
    /* サービス内容共通 */
    h2 {
        position: relative;
        padding: 1.5rem 1rem;
        text-align: left;
        left: 0;
        margin-top: 30px;
        margin-left: 35px;
    }
    h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        /* width: 100%; */
        width: 90%;
        height: 10px;
        content: "";
        background-image: -webkit-repeating-linear-gradient(
            135deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-image: repeating-linear-gradient(
            -45deg,
            #000,
            #000 1px,
            transparent 2px,
            transparent 5px
        );
        background-size: 7px 7px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    h3 {
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: left;
        padding: 3px 10px;
        border-left: 4px solid #000;
    }
    
    /* 植栽管理 */
    .planting_management_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .pruning_img img {
        width: 95%;
        height: 20%;
    }
    .pruning_img {
        width: 95%;
        height: 20%;
    }
    .planting_management_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 植栽 */
    .plant_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .plant_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .plant_img {
        width: 95%;
        height: 20%;
    }
    .plant_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 移植 */
    .transplant_box {
        display: block;
        margin-top: 70px;
        margin-left: 5%;
    }
    .transplant_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .transplant_img {
        width: 95%;
        height: 20%;
    }
    .transplant_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 草刈り・芝刈り */
    .mowing_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .mowing_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .mowing_img {
        width: 95%;
        height: 20%;
    }
    .mowing_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    /* 消毒・除草 */
    .disinfection_weeding_box {
        display: block;
        margin-top: 70px;
        margin-left: 5%;
    }
    .disinfection_weeding_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .disinfection_weeding_img {
        width: 95%;
        height: 20%;
    }
    .disinfection_weeding_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の生産 */
    .planting_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .planting_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .planting_img {
        width: 95%;
        height: 20%;
    }
    .plant_production_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の販売 */
    .plant_sale_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .plant_sale_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .plant_sale_img {
        width: 95%;
        height: 20%;
    }
    .plant_sale_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* お庭の改修工事 */
    .gardening_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .gardening_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .gardening_img {
        width: 95%;
        height: 20%;
    }
    .gardening_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の伐採 */
    .deforestation_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .deforestation_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .deforestation_img {
        width: 95%;
        height: 20%;
    }
    .deforestation_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 植木の抜根 */
    .root_extraction_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .root_extraction_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .root_extraction_img {
        width: 95%;
        height: 20%;
    }
    .root_extraction_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 薪の生産 */
    .firewood_production_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
    }
    .firewood_production_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .firewood_production_img {
        width: 95%;
        height: 20%;
    }
    .firewood_production_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 薪の販売 */
    .firewood_sale_box {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-left: 5%;
    }
    .firewood_sale_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .firewood_sale_img {
        width: 95%;
        height: 20%;
    }
    .firewood_sale_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
    
    /* 各種雑貨販売 */
    .goods_sale_box {
        display: block;
        margin-top: 30px;
        margin-left: 5%;
        margin-bottom: 20px;
    }
    .goods_sale_img img {
        width: 95%;
        height: 20%;
        margin-left: 0;
    }
    .goods_sale_img {
        width: 95%;
        height: 20%;
    }
    .goods_sale_description {
        text-align: left;
        width: 90%;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        line-height: 30px;
    }
}

