@charset "UTF-8";
/* メインビュー */
#top_mainview{
    position :relative;
    width: 100%;
    height: auto;
}

#mainview_intro{
    color: #fff;
    width: 350px;
    height: 100px;
    position: absolute; 
    bottom: 20%;
    right: 15%;
    z-index: 3;
    backdrop-filter: blur(20px);
    background-color: rgba(255,255,255,0.2);
}

#mainview_intro h2{
    margin: 0 20px;
    padding: 20px 10px 10px;
    text-align: left;
    letter-spacing: 3px;
    color: #FFFFFF;
    border-bottom: 1px solid #aaa;
}

#mainview_intro p{
    margin: 0 20px;
    padding: 10px 10px 20px;
}

@media screen and (max-width: 959px) {
    #top_mainview{
        width: 100%;
    }

    #top_mainview img{
        width: 100%;
        height: 80vh;
        object-fit: cover;
    }

    #mainview_intro{
        width: 80vw;
        height: 15vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* お知らせエリア */

#newswrap{
    width: 100%;
}

#news{
    width : 70%;
    height: 500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index{
    width: 175px;
    height: 175px;
    background-color: #e5dab7;
    position: relative;
}

.index h2{
    font-size: 14pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 3px;
}

#news ul {
    width : 70%;
    padding: 10px 0 10px 20px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#news li{
    font-size:9pt;
    padding : 5px;
    margin : 5px;
    letter-spacing: 2px;
}

#news span{
    padding :5px;
}

@media screen and (max-width: 959px) {
    #newswrap{
        margin: 50px auto 0;
    }

    #news{
        width : 100vw;
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .index{
        width: 50vw;
        height: 10vh;
        position: relative;
        margin: 20px;
    }
    
    .index h2{
        font-size: 12pt;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        writing-mode: horizontal-tb;
    }
    
    #news ul {
        width : 80vw;
        margin: 20px 0;
        padding: 10px 0;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
    }
    
    #news li{
        display: flex;
        flex-direction: column;
        font-size:9pt;
        margin: 0;
        padding : 10px;
        letter-spacing: 2px;
    }
    
    #news span{
        padding :5px;
    }

}

/* 導入　*/
#introwrap{
    width: 100%;
    background: url(../images/top_intro.jpg) center center / cover no-repeat;
    background-size: cover;
}

#intro{
    width: 70%;
    height: 500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_white{
    width: 175px;
    height: 175px;
    background-color: #fff;
    position: relative;
}

.index_white h2{
    font-size: 14pt;
    position: absolute;
    height: 175px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    writing-mode: vertical-rl;
    text-align: center;
}

#intro_text{
    width: 70%;
    height: 175px;
    position :relative;
}

#intro p{
    color: #fff;
    font-size: 9pt;
    margin : 0 0 0 30px;
    letter-spacing: 2px;
    line-height: 2em;
}

#intro .button2{
    position :absolute;
    bottom: 0%;
    right:  0%;
}

@media screen and (max-width: 959px) {
    #introwrap{
        height: 100%;
        margin: 50px auto 0;
    }
    
    #intro{
        width : 100vw;
        height: 100%;
        margin: auto;
        padding: 50px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .index_white{
        width: 50vw;
        height: 10vh;
        position: relative;
        margin: 20px;
    }
    
    .index_white h2{
        font-size: 12pt;
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        writing-mode: horizontal-tb;
    }
    
    #intro_text{
        width : 80vw;
        height: auto;
        margin: 20px 0;
        padding: 10px 0;
    }
    
    #intro p{
        color: #fff;
        font-size: 9pt;
        margin : 0;
        letter-spacing: 2px;
        line-height: 2em;
    }
    
    #intro .button2{
        position :static;
        width: 80%;
        margin: 20px auto;
    }
}

/*　おすすめ */
#recommendwrap{
    width: 100%;
    padding: 100px 0;
}

#recommend{
    width : 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#recommend_contentwrap{
    width:70%;
}

.recommend_content h3{
    color: #fff;
    font-size: 12pt;
    width: 100%;
    padding : 15px 30px;
    background-color:#B26B6B;
}

.listwrap{
    display: flex;
    justify-content: space-between;
    margin : 20px 0 50px;
}


@media screen and (max-width: 959px) {
    #recommendwrap{
        height: 100%;
        margin: 50px auto 0;
        padding: 0px;
    }
    
    #recommend{
        width : 100vw;
        height: 100%;
        margin: auto;
        padding: 50px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    #recommend_contentwrap{
        width:80vw;
    }
    
    .recommend_content h3{
        color: #fff;
        font-size: 12pt;
        width: 100%;
        padding : 15px 30px;
        background-color:#B26B6B;
    }
    
    .listwrap{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin : 20px 0 50px;
    }

}






