/* =============
最初の共通パーツ
===============*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: black;

}

a:hover {
    text-decoration: underline;
}

.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
}

/* ==============
header
================= */

header {
    padding-top: 20px;

}


.header-top {
    display: flex;
    justify-content: space-between;
    /* padding-top: 20px; */


}

.header-left img {
    width: 25%;
    height: auto;
}

.nav-item {
    display: flex;
}

.header-right {}

.list-item {
    margin-left: 20px;

}

.list-item a {
    /* font-weight: 900px; */
    font-size: 16px;
    line-height: 50px;
}


/* ====================
section共通クラス
======================*/

.section {
    padding: 60px 0;
}

.section-title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-name {
    font-size: 24px;
    margin-bottom: 20px;
    /* color: #212529; */
}



/* =====================
top
========================*/


.top {
    height: 300px;
    background-image: url(../img/camp2.jpg);
    background-size: cover;
    opacity: 0.9;
    margin: 20px 0;
}

.top-title {
    font-size: 100px;
    text-align: center;
    opacity: 0.9;
    padding-top: 60px;
}


/* =====================
about
========================*/

.about-list {
    display: flex;
    justify-content: space-between;
}

.about-left {
    width: 100%;
}

.about-left img {
    width: 75%;
    opacity: 0.9;
    box-shadow: 1px 1px 4px gray;

}

.about-right {
    width: 100%;
}

.about-title {
    font-size: 14px;
    color: #2a3132;
    font-weight: 900;
    margin-bottom: 10px;
}

.about-message {
    margin-bottom: 10px;
}

.about-heading {
    font-size: 20px;
    margin-bottom: 20px;
}

.about-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100px;
    padding-top: 10px;
}

/* ======================
service
=========================*/

.service {
    background-color: #f1f1f2;
}

.service-wrapper {
    display: flex;
    justify-content: space-between;
}

.service-list-item {
    width: 100%;
    margin-left: 20px;
    text-align: center;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0 0 3px gray;
    /* box-shadow: 2px 2px 4px gray; */

}

.service-list-item img {
    /* width: 100%; */
    border-radius: 50%;
    width: 200px;
    height: 200px;

}

.service-list-item p {
    font-size: 14px;
    text-align: justify;
}

/* ======================
Work
=========================*/

.work-wrapper {
    display: flex;
    justify-content: space-around;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.work-left {
    width: 30%;
    box-shadow: 1px 1px 3px gray;
    padding: 20px 0;
}

.work-left img,
.work-right img {
    width: 100%;
    height: 50%;
}

.work-right {
    width: 30%;
    box-shadow: 1px 1px 3px gray;
    padding: 20px 0;
}

.work-title {
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.work-subtitle {
    font-size: 14px;
    padding: 0 10px;
}

.work-link {
    display: block;
    text-align: center;
    color: #007bff;
    font-size: 18px;
    margin-top: 10px;
}

.work-link:hover {
    opacity: 0.9;
    text-decoration: none;
    color: navy;
}

/* ======================
contact
=========================*/

.contact {
    background-color: #f1f1f2;
}

.contact-message {
    text-align: center;
}

.contact-list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.contact-left {
    font-size: 30px;
    text-align: center;

}

.contact-meil {
    font-size: 9px;
    color: #007bff;
    display: block;
}

.contact-right {
    font-size: 30px;
    margin-left: 30px;
    text-align: center;
}

.contact-twitter {
    font-size: 9px;
    color: #007bff;
    display: block;
}

/* ======================
footer
=========================*/

footer {
    background-color: #2a3132;
    padding: 20px 0;

}

.footer-bottom {
    color: white;
    text-align: center;
}

.top-back {
    text-align: right;
    font-size: 14px;

}

.back {
    display: inline-block;
    color: white;
    padding-bottom: 20px 0;
}

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

    /* ===============
    header
    ==================*/


    header {
        padding-top: 0;

    }


    .header-top {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;


    }

    .header-left img {
        width: 100%;
        height: auto;
    }

    .header-left {
        margin-right: 20px;
    }

    .nav-item {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 30px;
    }

    .list-item {
        margin-left: 0;

    }

    .list-item a {
        font-size: 16px;
        line-height: 50px;
    }


    /* ===============
    top
    ==================*/
    .top {
        height: 300px;
        background-image: url(../img/camp2.jpg);
        background-size: cover;
        opacity: 0.9;
        margin: 0;
    }

    .top-title {
        font-size: 55px;
        line-height: 300px;
        opacity: 0.9;
        padding-top: 0;
    }

    /* =====================
about
========================*/

.about-list {
    flex-wrap: wrap;
}

.about-left {
    width: 100%;
}

.about-left img {
    width: 100%;
    opacity: 0.9;
    box-shadow: 1px 1px 4px gray;

}

.about-right {
    width: 100%;
}

.about-title {
    font-size: 16px;
    color: #2a3132;
    font-weight:100;
    margin:20px 0;
}

.about-message {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.5em;
}

.about-heading {
    font-size: 20px;
    margin: 20px 0;
}

.about-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100px;
    padding-top: 10px;
}

.about-right p {
    letter-spacing: 0.5em;
}

/* ====================
section共通クラス
======================*/

.section {
    padding: 30px 0;
}

.section-name {
    font-size: 24px;
    margin-bottom: 10px;
}

/* ======================
service
=========================*/


.service-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;

}

.service-list-item {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.service-list-item img {
    width: 200px;
    height: 200px;

}

.service-list-item p {
    font-size: 14px;
    text-align: justify;
}

/* ======================
Work
=========================*/
.work-wrapper {
    /* flex-wrap: wrap; */
}

.work-left {
    width: 100%;
    box-shadow: 1px 1px 3px gray;
    padding: 0;
    margin-bottom: 20px;
}

.work-left img,
.work-right img {
    width: 100%;
    height: 50%;
}

.work-right {
    width: 100%;
    box-shadow: 1px 1px 3px gray;
    padding: 20px 0;
}

.work-title {
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}


.work-link {
    margin-top: 20px;
}

/* ======================
contact
=========================*/

.contact-message {
    text-align: center;
    font-size: 14px;
}

/* ======================
footer
=========================*/

footer {
    padding: 15px 0;

}

.footer-bottom {
    font-size: 12px;
}

.top-back {
    text-align: right;
    font-size: 12px;

}

.back {
    padding-bottom: 0;
    margin-top: 10px;
}




}