@charset "UTF-8";

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

.header-title a{
    display: inline-block;
    color: rgb(59, 59, 59);
    margin-left: 250px;
    margin-top: 100px;
    font-size: 30px;
    text-decoration: none;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.header-menu{
    display: flex;
    margin-top: 30px;
    margin-right: 250px;
    justify-content: flex-end;
}

.header-menu a{
    color: rgb(59, 59, 59);
    text-decoration: none;
    font-size: 15px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.menu-margin{
    margin-right: 70px;
}

.open{
    display: none;
}

.menu-bar{
    display: none;
}

#contact{
    margin-top: 100px;
}

.contact-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-title1{
    font-size: 30px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.contact-title2{
    font-size: 30px;
    margin-top: 10px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.contact-title span{
    font-size: 12px;
    padding-left: 30px;
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-container{
    margin-top: 50px;
}

.contact-name,.contact-furigana,.contact-mail,.contact-message{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(59, 59, 59);
}

.contact-name label,.contact-furigana label,.contact-mail label{
    font-size: 15px;
    margin-left: 20px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.contact-message label{
    font-size: 15px;
    margin-left: 20px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

::placeholder{
    color: rgb(150, 150, 150);
    font-size: 15px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.contact-name input,.contact-furigana input,.contact-mail input{
    height: 25px;
    width: 400px;
    margin: 20px 20px 20px 100px;
    background-color: rgba(59, 59, 59,0.1);
    border: none;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
}

.contact-message textarea{
    height: 100px;
    width: 400px;
    margin: 20px 20px 20px 100px;
    background-color: rgba(59, 59, 59,0.1);
    border: none;
    border-radius: 3px;
    padding: 10px 10px 0 10px;
}

.contact-name span,.contact-furigana span,.contact-mail span,.contact-message span{
    background-color: rgb(255, 58, 46);
    color: white;
    margin-left: 10px;
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 15px;
}

.contact-btn{
    text-align: center;
    margin-top: 30px;
}

.contact-btn button{
    background-color: rgb(59, 59, 59);
    color: white;
    border: none;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.contact-btn button:hover{
    background-color: rgba(59, 59, 59,0.8);
}

footer{
    margin-top: 100px;
}

.top-btn{
    display: flex;
    justify-content: center;
}

.top-btn img{
    width: 3%;
    cursor: pointer;
}

.footer-menu{
    display: flex;
    margin-left: 250px;
    margin-top: 50px;
}

.footer-menu a{
    margin-right: 50px;
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-size: 12px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.copyright{
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    margin-bottom: 30px;
    margin-right: 250px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
