@import url(./common.css);

body{
    font-family: "ヒラギノ明朝 Pro";
    width: 100%;
    position: relative;
}

.flexbox{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.list{
    margin: 30px 20px 30px 20px;
    width: 120px;
}
.sub-menu{
    list-style: none;
}
.sub-menu a {
    color: #2836BF;
    padding: 10px;
    display: block;
}
.sub-menu a:hover{
    color: #2836BF;
}
.sub-menu li{
    color: #2836BF;
}
.menu{
    font-size: 20px;
}
h1{
    width: 70px;
    margin-top: 10px;
}
.icon{
    display: flex;
}
.ig, .line{
    width: 50px;
    margin: 5px;
}

.top{
    height: 100vh;
    width: 100vw;
    background-image: url(../img/top.png);
    background-size: cover;
    background-position: center;
    margin: 10px 35px 9px 35px;
}
.top img{
    width: 1920px;
    height: 100vh;
    margin: 0;
}

footer{
    float: left;
    text-align: center;
    color: #2836BF;
    position: absolute;
    top: calc(100vh - 200px);
    left: calc(100vw - 140px);
} 
.pc{display: block !important;}
.sp{display: none !important;}


/* concept */
.concept{
    height: 100vh;
    width: 100vw;
    background-image: url(../img/concept1.png), url(../img/concept2.png), url(../img/concept.png);
    background-position: left top, right bottom, center;
    background-size: 25em, 25em, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
}
h2{
    margin-top: 100px;
    text-align: center;
    color: #fffef9;
    font-size: 30px;
}
section{
    color: #fffef9;
    text-align: center;
    margin: 100px 0 auto;
    line-height: 10em;
    letter-spacing: 0.4em;
    font-size: 18px;
}


/* online_store */
.center{
    margin: 30px 30px 0 200px;
}
.store{
    margin: 0 30px 60px 30px;
}
.sotre_title{
    color: #2836BF;
    text-align: left;
    margin: 30px 0 30px 30px;
    font-size: 2.5em;
}
.prefectures{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    text-align: center;
}
.prefectures_img{
   margin-bottom: 10px;
}
.new{
    margin: 0 0 10px 180px;
    color: #b8d200;
}
.wine{
    letter-spacing: 0.1em;
}
.wine1{
    margin: 10px auto;
}

/* Contact */
.contact{
    background-image: url(../img/contact.png);
    width: 100vw;
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.left{
    width: 50em;
    margin-top: 50px;
}
.h2_contact{
    color: #6d6d6d;
    margin: 30px 0 120px 0;
    text-align: left;
    
}
form div{
    margin-bottom: 100px;
    color: #6d6d6d;
   
}
label{
    font-size: 1.125rem;
    margin-bottom: 20px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea{
    background: rgba(255, 255, 255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}

input[type="text"],
input[type="email"]{
    width: 100%;
    max-width: 240px;
}
textarea{
    width: 100%;
    max-width: 480px;
    height: 6rem;
}
input[type="submit"]{
    border: none;
    cursor: pointer;
    line-height: 1;
    color: #6d6d6d;
}
.send{
    color: #6d6d6d;
    margin-left: 25em;
    background: rgba(255, 255, 255,.5);
    width: 60px;
}
.send_img{
    width: 20px;
    height: 20px;
}
.message{
    margin-bottom: 30px;
}

.address{
    color: #6d6d6d;
 width: 30em;
 height: 50em;
 margin: 50px 35px 0 35px;
 letter-spacing: 0.1em;
 line-height: 2em;
}

.lime{
    font-size: 2em;
    margin-top: 30px;
}
.address div{
    margin: 70px 0 70px 0;
    
}


@media (max-width:750px){

    @media only screen and (max-width:750px){
        .pc{display: none !important;}
        .sp{display: block !important}
    }
    .concept_page .sub-menu a,
    .contact_page .sub-menu a{
        color: white;
    }
    
    .concept_page .sub-menu a:hover,
    .contact_page .sub-menu a:hover{
        color: #2836BF;
    }
    
    .concept_page .sub-menu li,
    .contact_page .sub-menu li{
        color: white;
    }
    .icon{
        flex-direction: column;
        align-items: center;
        margin-right: 30px;
    }
    .ig, .line{
        width: 70px;
    }
    .top{
        width: 100vw;
        background-image: url(../img/top_sp.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    
    .concept_page footer,
    .contact_page footer{
        color: white;
    }     
    

    /* concept */
    .concept_page{
        /* height: 100vh; */
        width: 100vw;
        background-image: url(../img/concept1.png), url(../img/concept2.png), url(../img/concept.png);
        background-position: left top, right bottom, center;
        background-size: 25em, 25em, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }
    .concept{
        background-image: none;
    }
    .list{
        margin: 30px 20px 0 20px;
        height: 30em;
    }
    section{
        line-height: 6em;
        font-size: 16px;
    }

/* online store */
    .prefectures{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .sotre_title{
        text-align: center;
        margin-left: 150px;
    }
    .store{
        margin-bottom: 60px;
        height: 100%;
    }

/* contact page */
    .contact_page{
        background-image: url(../img/contact_sp.jpg);
        width: 100vw;
        
        background-size: cover;
    }
    .contact{
        background-image: none;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }
    .left{
        width: 30em;
        justify-content: flex-start;
        margin-top: 30px;
    }

    form div{
        margin-bottom: 30px;
    }
    .h2_contact{
        margin-bottom: 50px;
    }

    .map{
        margin-bottom: 50px;
    }

    .address{
        margin-bottom: 60px;
    }
}