@charset "UTF-8";

*{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body{
    display: flex;
    flex-direction: column;
}

header{
    background-color: black;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.header-title{
    writing-mode: vertical-rl;
    margin-top: 50px;
    margin-right: 100px;
}

.header-title h1{
    color: white;
    font-size: 50px;
}

.header-menu{
    margin-top: 50px;
    margin-right: 50px;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
}

.header-menu a{
    margin-left: 30px;
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.header-img img{
    width: 100%;
}

.header-store{
    writing-mode: vertical-rl;
    position: absolute;
    top: 500px;
    left: 100px;
}

.header-store a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid white;
    background-color: rgb(70,70,70);
    padding: 20px 10px;
}

.header-store:hover{
    opacity: 0.8;
}

main{
    background-color: rgb(230, 226, 215);
}

#news{
    width: 100%;
    writing-mode: vertical-rl;
    margin-top: 180px;
}

.news-title{
    margin-right: 240px;
}

.news-title p{
    font-size: 15px;
}

.news-title h2{
    font-size: 35px;
    margin-right: 10px;
}

.news-container{
    margin-right: 100px;
    margin-top: 60px;
}

.news-container1,.news-container2,.news-container3,.news-container4,.news-container5{
    border-right: 1px solid black;
    padding: 15px 35px;
}

.news-container5{
    border-left: 1px solid black;
}

.news-container1 p,.news-container2 p,.news-container3 p,.news-container4 p,.news-container5 p{
    font-size: 12px;
    margin-left: 10px;
}

#container1{
    margin-top: 180px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.container1-title{
    writing-mode: vertical-rl;
    margin-right: 240px;
    display: flex;
    align-items: center;
}

.container1-title h2{
    font-size: 35px;
}

.container1-title p{
    margin-top: 30px;
    font-size: 15px;
}

.container1-img{
    margin-top: 100px;
    margin-right: 20px;
}

.container1-img img{
    width: 650px;
}

.container1-text{
    width: 400px;
    height: 180px;
    background-color: rgba(255, 255, 0, 0.5);
    position: absolute;
    top: 370px;
    right: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container1-text p{
    color: white;
    font-size: 18px;
}

#container2{
    margin-top: 180px;
    display: flex;
    position: relative;
}

.container2-title{
    writing-mode: vertical-rl;
    margin-left: 240px;
    display: flex;
    align-items: center;
}

.container2-title h2{
    font-size: 35px;
}

.container2-title p{
    margin-top: 30px;
    font-size: 15px;
}

.container2-img{
    margin-top: 100px;
    margin-left: 20px;
}

.container2-img img{
    width: 650px;
}

.container2-text{
    width: 400px;
    height: 180px;
    background-color: rgba(255, 0, 0, 0.5);
    position: absolute;
    top: 370px;
    left: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container2-text p{
    color: white;
    font-size: 18px;
}

#map{
    margin-top: 200px;
}

.map iframe{
    width: 100%;
    height: 400px;
}

footer{
    height: 550px;
    background-color: black;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

footer span{
    text-orientation: upright;
}

.footer-title{
    writing-mode: vertical-rl;
    margin-right: 80px;
    margin-top: 80px;
}

.footer-title h1{
    color: white;
    text-decoration: none;
    font-size: 50px;
}

.footer-address{
    writing-mode: vertical-rl;
    margin-top: 80px;
    margin-right: 50px;
}

.footer-address p{
    color: white;
    font-size: 15px;
}

.footer-tel{
    writing-mode: vertical-rl;
    margin-top: 80px;
    margin-right: 20px;
}

.footer-tel p{
    color: white;
    font-size: 15px;
}

.footer-menu{
    writing-mode: vertical-rl;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    margin-right: 80px;
}

.footer-menu a{
    color: white;
    text-decoration: none;
    margin-left: 30px;
    font-size: 15px;
}

.footer-contact{
    writing-mode: vertical-rl;
    margin-top: 80px;
    position: absolute;
    left: 50px;
}

.footer-contact a{
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.footer-store{
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

.copy-right{
    color: white;
    position: absolute;
    font-size: 10px;
    bottom: 30px;
    right: 50%;
}