@charset "UTF-8";

/* 共通設定 */
html{
    font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
}
a {
    text-decoration: none;
    color: rgb(200, 200, 200);
}
h1{
    font-size: 1.5rem;
    color: white;
}
h2{
    font-size:2.5rem;
    border-top: 1px solid rgb(160, 160, 160);
    padding-bottom: 1.5rem;
    color:rgb(160, 160, 160);
}

header{
    display: flex;
    justify-content: space-between;
}
article{
    height:80vh;
    font-size: 2rem;
    color:rgb(160, 160, 160);
}
.top-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.top-nav li a:hover{
    color: black;
}
header img{
    width: 200px;
    height: auto;
    padding: 0.5rem;
}
header li{
    list-style-type: none;
    font-size: 1.5rem;
    padding: 1rem 3rem 1rem 3rem;
}
.wrp_top{
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.reader{
    font-size: 1.8rem;
    text-align: center;
    color: rgb(180, 180, 180);
    padding:0 0 2rem 0;
}
section{
    padding-bottom: 10rem;
}

footer{
    background-color: black;
    color: rgb(180, 180, 180);
    background-image: url(../images/broccoli_gr.png),url(../images/broccoli_gr.png);
    background-repeat: no-repeat,no-repeat;
    background-position: -50px 222px,100% 0;
}
footer img{
    position: relative;
    width: 150px;
    height: auto;
    padding: 0.5rem;
}
.detail{
    padding:0.5rem 2rem auto 2rem;
}
.ft_wrp1{
    display: flex;
    justify-content: space-around;
    padding: 5rem 0 5rem 0;
}
.ft_wrp2{
    display: flex;
    justify-content: space-between; 
}
.ft_wrp2 p{
    line-height: 1.8rem;
    padding-left: 2rem;
}
.ft_nav{
    padding-top: 0.5rem;
}
.ft_nav li{
    list-style-type: none;
    padding:1rem;
}
small{
    text-align: center;
}


/* Top */
.wrp_r,
.wrp_l{
    display: flex;
    justify-content: space-around;
    padding-bottom: 5rem;
}
.wrp_l img,.wrp_r img{
    width: 300px;
}
.feature{
    background-color: rgba(220, 220, 220,50%);
    border-radius: 5px;
    width: 50%;
    padding:2rem;
}
.feature ul{
    padding:0.5rem 2rem 0.5rem 2rem;
    color:rgb(160, 160, 160);
}


/* campany */
#campany{
    text-align: center;
}
#campany div{
    padding-bottom: 5rem;
}
#campany ul{
    display: flex;
    justify-content: center;
}
#campany ul li{
    list-style-type: none;
}
.img_icn{
    padding: 5rem 5rem 0 5rem;
}

/* contact */
#contact{
    text-align: center;
    background-color: rgba(220, 220, 220,50%);
}
#contact p{
    padding-top:0.8rem;
}
input[type="text"],input[type="email"],textarea{
    border:0.5px solid rgb(230, 230, 230);
    background-color:  white;
    border-radius: 5px;
}
input[type="submit"]{
    margin:0.8rem;
    padding:0.8rem;
    border:0.5px solid gray;
    border-radius:5px;
    background-color: rgb(220, 220, 220);
}
