body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
}

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

a{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

a:hover{
    opacity: 0.7;
    cursor:pointer;

}

header{
    padding:30px;
}

/* header p{
    font-size: 36px;
} */

/* .clear::after{
    content:"";
    clear:both;
    display: block;
} */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 1000px; */
}

/* .header-left{
    float:left;
    margin-left: 20px;
} */



.navbar ul{
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.navbar ul li:not(:last-child){
    margin-right: 50px;
}



.navbar  li a{
    display:flex;
    flex-direction: column;
    color:#111;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
}

.navbar  a span{
    color:#5b8f8f;
    font-size:13px;
}

.logo{
    width:200px;
}

.logo img{
    display:block;
    width: 50%;
    height: auto;
}

.top{
    background-image: url("../img/summer-travel.jpg");
    background-size: cover;
    padding: 80px;
    margin-bottom: 20px;
}

.top-title{
    text-align: center;
    font-size: 48px;
    color: white;
    font-weight: bold;
    -webkit-text-stroke: 3px black;
    text-shadow: 4px 4px 0 #e5c046;
}

.top-description{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    -webkit-text-stroke: 1px white;
    text-shadow: 1px 1px 0 #c7c7c7;
}

.section h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.section p{
    text-align: center;
    font-size: 18px;
}

.title{
    position: relative;
    width: 100%;
    border-bottom: 5px solid #5b8f8f;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.title::after{
    content: "";
    position: absolute;
    top:100%;
    left: 0;
    width: 70px;
    height: 5px;
    background-color: #e5c046;
}

.about{
    padding: 80px;
    margin-bottom: 20px;
}

.about-card{
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
    background:white;
    box-shadow: 0 0 3px 0 rgb(0 0 0 /16%);
    width: 100%;
    /* text-align: center; */
}

.about-card-img{
    text-align: center;
    width: 40%;
    height: auto;
}

.card-top-img{
    max-width: 100%;
}

.sns-link{
    margin: 10px;
}

.sns-link ul{
    display: flex;
    flex-wrap: wrap;
}
.sns-link img{
    width: 40px;
    height: auto;
    margin-right: 5px;
}

.profile{
    align-items: center;
    padding: 0 0 0 20px;
}

.profile_inner{
    width: 1000px;
}

.inner{
    max-width: 100%;
    margin: 0 auto;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

.pro-title{
    font-size: 13px;
}

.pro-name{
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
}

.pro-description{
    margin-bottom: 20px;
}
.pro-description p{
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

.pro-opinion h3{
    font-weight: bold;
    font-size: 18px;
}
.pro-opinion p{
    font-size: 14px;
    text-align: left;
}

.work{
    padding: 80px;
    background-color: #c7c7c7;
    margin-bottom: 60px;
}

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

.work-item{
    padding: 30px;
    width: 32%;
    background-color: white;
    border-radius: 10px;
}

.work-item h3{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.work-item img{
    width: 100%;
    height: auto;
    text-align: center;
}

.products{
    padding: 80px;
}

.products-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products-item{
    width: 30%;
    height: auto;
    background: white;
    box-shadow: 0 0 3px 0;
}

.products-item:nth-child(n+2){
    margin-left: 20px;
}

.item-title{
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
}

.item-description{
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.item-link{
    text-align: center;
    padding: 10px;
}

.products-item a{
    color: blue;
}

.contact{
    background-color: #c7c7c7;
    padding: 80px;
}

.contact-description{
    margin-top: 40px;
}

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

.contact-forms{
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

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

.contact-form:nth-child(n+2) {
    margin-left: 40px;
}

.contact-form a{
    color: blue;
    text-decoration: none;
}
.contact_img{
    display: block;
}

.contact_name{
    display: inline-block;
    font-size: 14px;
}

.contact_img img{
    width: 80px;
    height: 80px;
    border-radius: 20%;
}

.mail{
    text-align: center;
}

footer{
    padding: 15px;
    background-color: darkcyan;
    color:white;
    font-size: 14px;
    text-align: right;
}

@media only screen and (max-width:767px){
    .logo img{
        width: 80%;
    }

    .logo{
        width: 100px;
    }

    .navbar ul li:not(:last-child){
        margin-right: 20px;
    }

    .navbar  a span{
        font-size:6px;
    }

    header{
        padding: 20px;
    }
    
    a{
        font-size: 13px;
    }

    .top{
        padding: 30px;
        margin-bottom: 10px;

    }

    .top-title{
        text-align: center;
        font-size: 36px;
        color: white;
        font-weight: bold;
        -webkit-text-stroke: 3px black;
        text-shadow: 4px 4px 0 #e5c046;
    }

    .top-description{
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
        -webkit-text-stroke: 1px white;
        text-shadow: 1px 1px 0 #c7c7c7;
    }

    .section h2{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    
    .section p{
        text-align: center;
        font-size: 14px;
    }

    .about{
        padding: 40px;
        margin-bottom: 10px;
    }

    .about-card{
        padding: 10px;
        display: block;
        background:white;
        box-shadow: 0 0 3px 0 rgb(0 0 0 /16%);
        width: 100%;
    }
    .about-card-img{
        text-align: center;
        width: 100%;
        height: auto;
    }

    .pro-title{
        font-size: 18px;
    }
    
    .pro-name{
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 20px;
    }
    
    .pro-description{
        margin-bottom: 20px;
    }
    .pro-description p{
        text-align: left;
        font-weight: normal;
        font-size: 14px;
    }
    .pro-opinion h3{
        font-weight: bold;
        font-size: 18px;
    }
    .pro-opinion p{
        font-size: 14px;
        text-align: left;
    }

    .work{
        padding: 40px;
        background-color: #c7c7c7;
        margin-bottom: 30px;
    }
    
    .wrap{
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .work-item{
        padding: 20px;
        width: 100%;
        background-color: white;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    
    .work-item h3{
        font-weight: bold;
        font-size: 24px;
        text-align: center;
    }
    
    .work-item img{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .products{
        padding: 40px;
    }
    
    .products-items{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .products-item{
        width: 100%;
        height: auto;
        background: white;
        box-shadow: 0 0 3px 0;
        margin-bottom: 20px;
    }
    
    .products-item:nth-child(n+2){
        margin-left: 0px;
    }
    
    .item-title{
        margin-top: 10px;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }
    
    .item-description{
        padding: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .item-link{
        text-align: center;
        padding: 10px;
        
    }
    
    .products-item a{
        color: blue;
        font-size: 18px;
    }

    .contact{
        background-color: #c7c7c7;
        padding: 40px;
    }
    
    .contact-description{
        margin-top: 20px;
    }
    
    .contact-forms{
        text-align: center;
        margin-top: 20px;
    }
    
    .contact-forms{
        text-align: center;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    
    .contact-form{
        text-align: center;
    }
    
    footer{
        padding: 15px;
        background-color: darkcyan;
        color:white;
        font-size: 14px;
        text-align: center;
    }

}