@charset "UTF-8";

/* 共通 */
body {
    color: white;
    background-color: #272627;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

a {
    color: #fff;
}


/* ヘッダー */
.header {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    z-index: 1;
    /* position: absolute;
    top: 50% */
}

.logo {
    font-size: 1.5rem;
    margin-left: 20px;
}


/* top menu */
.nav{
    margin-left: auto;
}
.top-menu{
    display: flex;
}
.menu-item{
    margin-right: 20px;
}

/* メイン */
.main-visual{
    position: relative;
}
.main-text{
    position: absolute; 
    top: 40%;
    left: 40%;  
    transform: perspective(-50%, -50%);
}
.main-title {
    font-size: 3rem;
}
.main-img{
    background-image: url(../img/top-img.jpeg);
    background-size: cover;
}
    


.content {
    height: 120vh;
    padding: 100px 100px;
}
.content-title {
    font-size: 2.5rem;
}
/* about */
.about {
    background-color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-description {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
}

.main-description {
    font-weight: bold;
    margin-bottom: 90px;
}

.main-img {
    width: 100vw;
    height: 100vh;
}

/* 作品集 */
.news-title {
    font-size: 1.1rem;
    text-align: left;
}

.news-description {
    line-height: 1.2;
    text-align: left;
}

.news-link {
    font-size: 1.5rem;
}

.news-list{
    display: flex;
    justify-content: center;
}

.news-items{
    margin-left: 60px;
    justify-content: center;
}

.news-img {
    width: 100%;
}

@media screen  and (max-width: 768px) {
    .news {
        padding: 20px 10px
    }
    .news-description {
        font-size: 12px;
        margin: 0 0 20px;
    }

    .news-items{
        margin: 0 5px 20px;
    }
    .news-img {
        margin: 20px 0 0;
        display: flex;
    }
}

/* お問合せ */

#contact{
    background-color: #666;
    padding: 100px 100px;
}

.contact-label {
    font-size: 1.2rem;
    margin: 8px 0;
}

.contact-description {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 90px;
    margin-bottom: 100px;
    text-align: center;
}
.contact-input{
    color: white;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid white;
    padding: 7px 0;
}

.contact-content {
    text-align: left;
}

.contact-textarea{
    border: 2px solid white;
    box-sizing: border-box;
    border-radius: 5px
}

.contact-btn {
    position: relative;
text-decoration: none;
display: inline-block;
    text-align: center;
    background: transparent;
border-radius: 4px;
border: solid 1px #9a7171;
background-color: #9a7171;
    outline: none;
    transition: all 0.2s ease;
}

.contact-btn:hover {
    background-color: antiquewhite;
    box-shadow: 0 0 0 #fff;
}

/* .contact-contents {
    font-size: 1.2rem;
    padding: 7px 0;
    margin-bottom: 90px;
} */



/* footer */

.footer{
    background-color: #272627;
    color: #fff;
}

.footer-description {
    font-size: 2.5rem;
    font-weight: bold;
    justify-content: center;
    flex-direction: column;
    line-height: 100px;
}

.footer-map{
    margin: 0;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-map > iframe{
    width: 60%;
}
.footer-mapinfo{
    width: 40%;
    padding: 15px;
}
.footer-maplogo{
    font-size: 25px;
    font-weight: bold;

}

.logo-img{
    fill: transparent;
    margin-right: 10px;
}
/* .footer-maplogo > svg {
    fill: transparent;
    margin-right: 10px;

} */

.footer-mapaddress {
    font-style: normal;
    margin: 10px 10px;
}
.footer-mapaddress > a {
    color: #fff;
}
.footer-line{
    border-color: #ffffff;
}
.footer-copy{
    display: block;
    text-align: center;
    padding: 10px;
}



/* トップに戻る */
.totop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    padding: 8px 15px;
    font-weight: 700;
    background: #9a7171;
    border-radius: 5px;
    color: #fff;
}

/* .totop.hover {
    background-color: antiquewhite;
} */

/* 送信完了 */
.thankyou {
    background-image: url(..img/thankyou.jpeg);
}


/* レスポンシブ */
@media screen  and (max-width: 768px) {
    .footer-map{
        padding: 15px;
        display: block;
    }
    .footer-map > iframe {
        width: 100%;
        height: 200px;
    }
    .footer-mapinfo {
        width: 100%;
        text-align: center;
    }
}
@media screen  and (max-width: 768px){

    
    .logo{
        font-size: 1.5rem;
        margin-top: 50px;
        text-align: center;
    }
    
    .header {
        width:330px;
        height:106px;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }



    /* main-visual */
.main-visual{
    max-width: 100%;
    height: auto;
}


.news-title{
    margin: 50px;
}

.li{
    width: 50%;
    display: flex;
}
}