/* 全体に反映 */
*{
    margin: 0;
    padding: 0;
}

body {
    color: #242424;
    font-family: "Zen Old Mincho", serif; 
}

a {
    text-decoration: none;
    color: #fff;
}

li{
    list-style: none;
}
.wrapper{
    max-width: 960px;
    margin: 0 auto 100px auto;
}
.vertical {
   writing-mode: vertical-rl; /* 縦書き、右から左 */
   text-orientation: upright; /* 文字を正立させる */
   span{
        text-orientation: mixed; /* 正立させたくないときにspanタグを使う */
   }
}

/* 各ページのタイトル */
.HP-head{
    background-color: #DDD7D0;
    color: #fff;
    height: 400px;
}
.HP-head-name{
    font-size: 2rem;
    letter-spacing: 40px;
    padding: 15px;
}
.HP-head-title{
    /* text-align: center; */
    margin: auto;
    padding-top: 40px;
    font-size: 1.6rem;
}

/* ホーム画面 */
#face{
    width: 100vw;
    height: 100vh;
    position: relative;
}
.face-img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.face-title{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    /* padding-top: 40vh; */
    z-index: 2;
}
.face-letter{
    color: #fff;
    font-size: 6rem;
    font-weight: 590;
}
.face-content{
    color: #fff;
    text-align: center;
    padding-top: 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.face-item{
    font-size: 1.1rem;
    font-weight: 560;
    margin-bottom: 3vh;
    img{
        width: 160px;
    }
}

/* ホーム画面 */
.home1{
    width: 100vw;
    /* height: 100vh; */
    position: relative;
    display: flex;
    padding-bottom: 18vh;
}
.home1-back{
    z-index: -2;
    position: absolute;
    right: 4vw;
    top: -50px;
    width: 52%;
    img{
        width: 100%;
    }
}
.home1-img1{
    position: absolute;
    width: 40%;
    left: 13vw;
    top: 10vh;
    img{
        width: 100%;
    }
}
.home1-img2{
    /* position: absolute; */
    width: 50%;
    margin-top: 15vh;
    img{
        width: 100%;
    }
}
.home-content{
    margin: 38vh 5vw 0 5vw;
    width: 40%;
}
.home-sentence{
    display: flex;
    flex-direction: column;
    width: 100%;
    /*margin-bottom: 14.7vh;*/
    p{
        line-height: 40px;
        font-weight: 700;
        margin-top: 15vh;
        margin-right: 8vw;
        height: 50vh;
        font-size: 20px;
    }
}
.home-bt{
    color: #5e5e5e;
    font-size: 1.2rem;
    border-bottom: #5e5e5e 1px solid;
    position: absolute;
    bottom: 20vh;
}

.home2{
    width: 100vw;
    /* height: 100vh; */
    position: relative;
    display: flex;
    padding-bottom: 18vh;
}
.home2-img1{
    width: 60%;
    margin-top: 20vh;
    margin-right: 30px;
    img{
        width: 100%;
    }
}
.home2-img2{
    position: absolute;
    width: 30%;
    right: 0;
    img{
        width: 100%;
    }
}
.home2-back{
    position: absolute;
    z-index: -1;
    width: 48%;
    left: -30px;
    img{
        width: 100%;
    }
}

/* アクセス情報 */  
.location{
    width: 100vw;
    height: 110vh;
    position: relative;
    color: #fff;
}
.location-img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.location-container{
    display: flex;
    width: 86%;
    height: 90%;
    justify-content: space-between;
    padding: 5% 7%;
}
.location-info{
    padding: 10vh 0 0 0;
    h2{
        margin-bottom: 3vh;
        font-size: 1.6rem;
        font-weight: 550;
    }
    p{
        letter-spacing: 4px;
        margin-bottom: 6vh;
    }
    a{
        color: #fff;
        font-size: 1.45rem;
        border-bottom: 1px solid #fff;
    }
}
.location-map{
    height: 100%;
    img{
        height: 100%;
    }
}

/* お知らせ */
.news{
    background-color: #DDD7D0;
    color: #fff;
    padding-bottom: 20vh;
}
.news-title{
    font-size: 1.8rem;
    font-weight: 550;
    text-align: center;
    padding: 10vh 0;
}
.news-container{
    padding: 0 6vw 9vh 6vw;
}
.news-item{
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 30px 0 15px 0;
}
.news-hl{
    margin-right: 5vw;
}
.news-dt{
    font-size: 1.5rem;
}
.news-name{
    padding: 10px;
    font-size: 1.2rem;
}
.news-img{
    width: 10vw;
    height: 10vw;
    margin-right: 5vw;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.news-p{
    font-size: 1.3rem;
}
.news-bt{
    text-align: center;
    font-size: 1.6rem;
    a{
       color: #fff; 
       border-bottom: #fff 1px solid;
    }
}

/* お問い合わせ */
#contact{
    width: 100vw;
    height: 100vh;
    position: relative;
    color: #fff;
}
.contact-img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    img{
        width: 100%;
        height: 100%;
    }
}
.contact-container{
    width: 100%;
    max-width: 450px;
    /* text-align: center; */
    margin:0 auto;
    padding-top: 20vh;
    
}
.contact-title{
    font-size: 2rem;
    margin: 0 auto;
}
.contact-info{
    display: flex;
    justify-content: space-between;
    font-size: 1.35rem;
    line-height: 50px;
    padding: 9vh 0;
}
.mail-link{
    a{
        color: #fff;
    }
    width: 260px;
    font-size: 1.45rem;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

/* フッター */
.footer{
    width: 100vw;
    height: 100vh;
    background-color: #DDD7D0;
    color: #fff;
    position: relative;
}
.footer-letter{
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
    width: 94%;
    p{
        font-size: 4rem;
        line-height: 4rem;
    }
}
.f-l-below{
    position: absolute;
    bottom: 5px;
    /* width: 98vw; */
}
.footer-container{
    text-align: center;
    margin-top: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-content:nth-child(6){
    letter-spacing: 5px;
}
.footer-content{
    font-size: 1.2rem;
    margin-bottom: 3vh;
}
.footer-logo{
    margin: 12vh 0 0 0;
    img{
        width: 160px;
    }
}
