@charset "utf-8";


@media (min-width: 1800px) {



.text-about{
    font-size: 18px;
}

.text-contact{
    font-size: 18px;
}
.contact{
    padding-top: 130px;
    padding-bottom: 130px;
}
.main-contact{
    margin-top: 70px;
}
.text-contact{
      margin-bottom: 70px;
}


.profile-img{
    height: 1500px;
}
.text-profile h2{
    font-size: 18px;
}
.about-text{
    margin: 120px auto 0px;
}
.about-text h2{
    font-size: 18px;
}


.adress1 h1{
    font-weight: lighter;
    font-size: 24px;
}
.adress1 h2{
    line-height: 1.5;
    font-size: 18px;
    font-weight: lighter;
}
.adress2 h1{
    font-weight: lighter;
    font-size: 24px;
}
.adress2 h2{
    line-height: 1.5;
    font-size: 18px;
    font-weight: lighter;
}

}





@media (max-width: 1100px) {
    
    .img-frame{
        height: 100%;
      }

    

    .gallery {
        grid-template-columns: none;
        display: flex;
        flex-wrap: wrap;
    }
    .works-card {
        width: 100vw;
    }
    .works-card img {
        display: flex;
    }
    .works-card:first-child {
        aspect-ratio: 300/200;
    }
    .works-card:nth-child(7n+4) {
        display: none;
    }
    .works-card:nth-child(7n+7) {
        display: none;
    }


 
    .text-about{
        width: 70%;
        margin:70px auto 0;
    }
   
   

    .contents-card {
        height: 50vh;
    }
    .contents-card img {
        width: 100%;
    }



.profile{
    margin-bottom: 10px;
}
.profile-card  {
    width: 100%;
}
.profile-img{
    display: none;
}
.text-profile{
    margin-left: 20vw;
}

.profileimg-responsive{
    margin-top: 100px;
    margin-bottom: 40px;
    display: block;
    width: 100%;
}

.publication-box {
    width: 70vw;          
    height: 70vw;                 
}





.footer-menu{
    width: 100%;
    height: 15vh;
    padding-top: 10vh;
}
.to-others{
    font-size: 20px;
}
.to-villa{
    font-size: 20px;
}
.to-house{
    font-size: 20px;
}


.area{
    margin-top: initial;
}
.wrap{
    display: flex;
    height: 100vh;
}
.item{
    display: flex;
}
.item img{
    width: 100%;
    height: initial;
 }
 .page-gallery-title{
    margin-top: 70px;
    margin-left: 20vw;
    margin-bottom: 100px;
}
.page-gallery-title h1{
    font-size: 24px;
    font-weight: lighter;
}
.page-gallery-title h2{
    margin-top: 20px;
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.7;
}


    


    .adress{
        float: none;
        margin-left: 10%;
        font-size: 70%;
    }
    .googlemap{
        float: none;
        margin-top: 40px;
        margin-left: 10vw;
    }
    .googlemap iframe{
        width:80vw;
        height: 50vw;
    }

}







@media (max-width: 670px) {


    

    .img-frame{
        display: none;
    }



    .header-left a{
        line-height: 1.7;
    }
    .icon-en{
        font-size: 3vw;
    }
    .icon-jp{
        font-size: 2.5vw;
        
    }
    .gNav .gNav-menu li {
        font-size: 24px;
    }



    .caption p {
        font-size: 14px;
    }


    .about{
        padding-top: 0px;
    }
    .title-about{
        font-size: 30px;
    }
    .more-about{
      text-align: center;
        margin-right: 0%;
        margin: 20vw auto;
    }
    .more-about{
        transform: none;
      }


    .contents-card {
        height: 50vh;
        width: 100%;
    }
    .caption-contents {
        background: rgba(255, 255, 255, 0);
    }
    .contents hr{
        display: none;
    }

    .title-contact{
        font-size: 30px;
    }


    .contents-card {
        height: 50vh;
        width: 100%;
    }
    .footer-adress1{
        float:none;
    }
    .footer-adress2{
        float: none;
        margin-top: 15px;
        margin-left: 0px;
    }
    .back-home{
        margin-right: 4%;
    }
    .footer-copyright{
        margin-right: 4%;
    }

    


.profile{
    padding-top: 0px;
}
.text-profile h1{
    font-size: 21px;
}

.about-text h1{
    font-size: 21px;
    font-weight: lighter;
}

.publication{
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.publication-box {
    width: 70vw;          
    height: 70vw;             
    border: 1px solid rgb(0, 0, 0);   
    background-color: rgb(205, 255, 7);  
    overflow-y: scroll; 
    border-radius: 700px;
    margin: 0 auto;         
}
.publication-box::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
.publication-box p{
    margin-bottom: 40px;
    font-style: italic;
}

.title-publication h1{
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 50px;
    text-align: center;
}
.p-block h1{
    margin-top: 42px;
    font-weight: lighter;
    font-size: 18px;
 }
.p-block h2{
    margin:20px 0 60px;
    line-height: 1.7;
    font-weight: lighter;
    font-size: 12px;
} 




.house-wrapper {
    margin-top: 0px;
}
.villa-wrapper {
    margin-top: 0px;
}
.others-wrapper {
    margin-top: 0px;
}

.footer-menu{
    display: none;
}



.area{
    margin-top: none;
}
.wrap{
    display: flex;
    height: 100vh;
}
.item{
    display: flex;
}
.item img{
    width: 100%;
    height: initial;
 }
 .page-gallery-title{
    margin-top: 50px;
    margin-left: 10vw;
    margin-bottom: 80px;
}
.page-gallery-title h1{
    font-size: 18px;
    font-weight: lighter;
}
.page-gallery-title h2{
    margin-top: 20px;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.7;
}



.contents-contact{
    padding-top: 100px;
}
.mail{
    margin-bottom: 200px;
}


}