@charset "UTF-8";

/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1000px) {


.container{
    background-position: center top;
    background-color: white;
    width: 80%;
    margin: 0 auto;
}

.header{
    width: 100%;
    height: 300px;
    object-fit: cover;
background-image: url(../image/無題.png);
background-position: center;
background-size: cover;
}

.header h1{
    color: white;
    padding-left: 70px;
    padding-top: 70px;
}
.header p{
    color: white;
    padding-left: 70px;
}

.navi ul{
    list-style: none;
    display: flex;
    font-size: 15px;
    justify-content: space-around;
    padding-right: 50px;
    font-weight: lighter;
}

.main{
    width: 100%;
    display: flex;
}

.contents{
    width: 70%;
}

.contents img{
    width: 100%;
}

.contents p{
    padding-left: 10px;
    font-size: 11px;
}

.contents h2{
    padding-left: 20px;
}

.menu{
    width: 30%;
}

.menu ul{
    padding-left: 30px;
    font-size: 16px;
}

.footer{
    background-color: #668839;
    width: 100%;
    height: 60px;
}
.footer h2{
    font-size: 15px;
    padding-left: 40px;
    padding-top: 13px;
    font-weight: lighter;
}

}






















/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:480px) and (max-width:999px) {



.container{
    background-position: center top;
    background-color: white;
    width: 90%;
    margin: 0 auto;
}

.header{
    width: 100%;
    height: 300px;
    object-fit: cover;
background-image: url(../image/無題.png);
background-position: center;
background-size: cover;
}

.header h1{
    color: white;
    padding-left: 70px;
    padding-top: 70px;
}
.header p{
    color: white;
    padding-left: 70px;
}

.navi ul{
    list-style: none;
    display: flex;
    font-size: 15px;
    justify-content: space-around;
    padding-right: 50px;
    font-weight: lighter;
}

.main{
    width: 100%;
    display: flex;
}

.contents{
    width: 70%;
}

.contents img{
    width: 100%;
}

.contents p{
    padding-left: 10px;
    font-size: 11px;
}

.contents h2{
    padding-left: 20px;
}

.menu{
    width: 30%;
}

.menu ul{
    padding-left: 30px;
    font-size: 16px;
}

.footer{
    background-color: #668839;
    width: 100%;
    height: 60px;
}
.footer h2{
    font-size: 15px;
    padding-left: 40px;
    padding-top: 13px;
    font-weight: lighter;
}
}














/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 479px) {

.container{
    background-position: center top;
    background-color: white;
    width: 90%;
    margin: 0 auto;
}

.header{
    width: 100%;
    height: 100px;
    object-fit: cover;
background-image: url(../image/無題.png);
background-position: center;
background-size: cover;
}

.header h1{
    color: white;
    padding-left: 35px;
    padding-top: 35px;
}
.header p{
    color: white;
    padding-left: 35px;
}

.navi ul{
    list-style: none;
    font-size: 15px;
    justify-content: space-around;
    padding-right: 50px;
    font-weight: lighter;
}

.main{
    width: 100%;
}

.contents{
    width: 70%;
}

.contents img{
    width: 100%;
}

.contents p{
    padding-left: 10px;
    font-size: 11px;
}

.contents h2{
    padding-left: 20px;
}

.menu{
    width: 30%;
}

.menu ul{
    padding-left: 30px;
    font-size: 16px;
}

.footer{
    background-color: #668839;
    width: 100%;
    height: 60px;
}
.footer h2{
    font-size: 15px;
    padding-left: 40px;
    padding-top: 13px;
    font-weight: lighter;
}

}