@charset"UTF-8";

/*共通部分
--------------------*/

html{
    font-size: 100%;
    overflow-x: hidden;
}
body{
    background-image: url(../images/IMG_9281.JPG);
    background-size: cover;
    font-family:"Cormorant", "Noto Serif JP";
    line-height: 1.7;
    color: #ffff;
}
a{
    text-decoration: none;
}
/*HEADER
--------------------*/
.page-header h1{
   font-size: 6rem;
   position: relative;
   color: #fff;
   margin-top: 0px;
}

.page-header h3{
    font-size: 4rem;
    position: absolute;
    top: 60px;
    right: 100px;
}
.page-header h1,
.page-header h3{
    font-family: "Cormorant", serif;
}

.drawer_hidden {
    display: none;
  }
.drawer_open {
    color: #fff;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
    margin-top: 13px;
    margin-left: 9px;
  }  
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 2px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
  }
  .drawer_open span:before {
    bottom: 10px;
  }
  .drawer_open span:after {
    top: 10px;
  }
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .nav_content {
    width: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #a3a2a2;
    color: #fff;
    transition: .5s;
  }
  .nav_list a{
    font-size: 30px;
    color: #fff;
    font-family: "Cormorant", serif;
    margin-top: 100px;
  }
  .nav_list{
    list-style: none;
    margin-top: 100px;
  }

  #drawer_input:checked ~ .nav_content {
    right: 0;/* メニューを画面に入れる */
  }
  .nav{
    position: absolute;
    top: 20px;
    right:  50px;
    width: 80px;
    height:80px;
    border-radius:80px;
    border: solid 2px white;
    color: #fff;
    margin: auto;
  }

/* フッター*/
footer h1{
    font-size: 3rem;
    margin-left: 50px;
 } 
footer span{
     font-size: 1.5rem;
  }
footer{
    color: #fff;
    font-family: "Cormorant", serif;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 4px;
}
.wrapper{
     display: flex;
     justify-content: space-between;
 }
 .main-nav {
     display: flex;
     font-size: 1.5rem;
     margin-top: 60px;
     margin-right: 50px;
     list-style: none;
     color: #fff;
  }
  .main-nav li{
     margin-right: 50px;
 }
 .main-nav a{
     color: #898787;
 }
 .main-nav a:hover{
     color: rgb(229, 231, 231);
 }

 /*メイン画像
--------------------*/
.main image img{ 
    width: 902px;    
    padding-top: 200px;                                                                                                                                                                                                                                                                                                                                                                                                                                 
} 
.main img{
    margin: auto;
}

/* about*/
.about-title h1{
    font-family: "Cormorant", serif;
    text-align: center;
    color: #789C70;
    font-size: 3rem;
    margin-bottom:2px;
}
.about-title h3{
    font-family: "Cormorant", serif;
    text-align: center;
    color: #000000;
    margin-top: 2px;
}
.about-title img{
    width: 257px;
    height: 348px;
    display: flex;
    position: 50px;
}
.about-title{
   padding: 50px 50px;
   justify-content: space-between;
}
.about-info{
    width:100%;
}
.about-info p{
    color: #000000;
    font-family: "Cormorant", serif;
    padding: 20px 60px;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-top: 20px;
}
.about-info br{
    display: block;
    content: "";
    margin: 20px 0;
}
.about-button{
    font-size: 1.375rem;
    font-family: "Cormorant", serif;
    background:  #789C70;
    color: #fff;
    border-radius: 100px;
    padding: 10px 50px;
    margin-top: 100px;
    display: block;
    margin-left: auto;
    width: 140px;
}
.about-button:hover{
    background: #aec9a8;
}
/* works*/
.works-title h1{
    color: #789C70;
    font-size: 3rem;
    margin-bottom:2px;
}
.works-title h3{
    color: #000000;
    margin-top: 2px;
}
.works-title{
    font-family: "Cormorant", serif;
    text-align: center;
    padding: 30px 30px;
    line-height: 1.6;
 }
.grid{
    display: grid;
    gap: 26px;   
    grid-template-columns:1fr 1fr;
    margin-top: 6%;
    margin-bottom: 50px;
    width: 100%;
}
.item img{
    width: 80%;
    height: auto;
    padding: 0px 60px;
}
.item p{
    text-align: center;
    font-family: "Cormorant", serif;
    color: #000000;
    font-size: 1.5rem;
}
.works-button{
        font-size: 1.375rem;
        font-family: "Cormorant", serif;
        background:  #789C70;
        color: #fff;
        border-radius: 100px;
        padding: 10px 50px;
        margin: auto;
}
.works-button:hover{
        background: #aec9a8;
}


/* contact*/
.contact-title h1{
    color: #789C70;
    font-size: 3rem;
    margin-bottom:2px;
}
.contact-title h3{
    color: #000000;
    margin-top: 2px;
}
.contact-title{
    text-align: center;
    font-family: "Cormorant", serif;
    padding: 50px 50px;
 }
.contact{
    text-align: center; 
    padding: 10px 10px 40px 10px;
    color: #000000;
    font-family: "Cormorant", serif;
}
.form {
    margin: auto;
}

/* About page*/
.about-page img{
    width: 257px;
    height: 348px;
    display: flex;
    padding-right: 150px;
}
.about-page aside{
    color: #000000;
    font-family: "Cormorant", serif;
    line-height: 2;
}
.about-page aside h2{
    font-size: 40px;
}
.about-story{
    width:100%;
}
.about-story p{
  color: #000000;
  text-align: left;
  font-family: "Cormorant", serif;
  display: block;
  padding:100px 150px;
}
.about-page aside h2,
.about-profile h3{
   padding: 0 150px;
}

/* history*/
.history-title h1{
    color: #789C70;
    font-size: 3rem;
    margin-bottom:2px;
}
.history-title h3{
    color: #000000;
    margin-top: 2px;
}
.history-title{
    text-align: center;
    font-family: "Cormorant", serif;
    padding: 50px 50px;
}
.history-page article p,
.history-page aside p{
  line-height: 4;
  display: flex;
  color: #000000;
  font-family: "Cormorant", serif;
}
.history-page aside p{
    padding-left: 100px;
}
.history-page{
    max-width: 100%;
    margin: auto;
    padding: 0 150px;
}
.history-page article{
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin: auto;
    width: 20%;
}
.history-sp{
    display: none;
}

/* skil*/
.skil-title h1{
    color: #789C70;
    font-size: 3rem;
    margin-bottom:2px;
}
.skil-title h3{
    color: #000000;
    margin-top: 2px;
}
.skil-title{
    text-align: center;
    font-family: "Cormorant", serif;
    padding: 50px 50px;
 }
 .skil-item{
    color: #000000;
    text-align: center;
    font-family: "Cormorant", serif;
    padding: 10px;
    width: 200px;
    margin: 10px;
    float: left;
 }
.circle{
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius:200px;
    border: solid 2px white;
    color: #fff;
    margin: 50px;
}
.circle span h3{
    color: #000000;
}
.circle span{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width:200px;
    text-align: center;
    color: #789C70;
    font-family: "Cormorant", serif;
    line-height: 10px;
}
.skil-content{
    width: 100%;
    text-align: center;
}
/* works page*/
/* works-details page*/
.works-detail h1{
    color: #000000;
    font-size: 3rem;
    text-align: center;
}
.works-detail h3{
    color: #000000;
    text-align: left;
    padding: 0 50px;
}
.works-detail h1,
.works-detail h3{
    font-family: "Cormorant", serif;
}

.works p{
    text-align: center;
    font-family: "Cormorant", serif;
    color: #000000;
    font-size: 1.5rem;
    padding-top: 0px;
    padding-bottom: 30px;
}
.works-detail{
    flex-direction: column;
}
.works-detail img{
    width: 60%;
    height: auto;
    margin: auto;
    padding: 0px 60px;
}
.works-grid{
    display: grid;
    gap: 26px;   
    grid-template-columns:1fr 1fr;
    margin-top: 6%;
    margin-bottom: 50px;
    width: 100%;
}

/* contact page*/
    .contact-page form{
        margin: auto;
        width: 500px;
    }
    label{
        color: #000000;
        text-align: left;
    }
    form div{
        margin-bottom: 14px;
    }
    label{
        font-size: 1.125rem;
        margin-bottom: 10px;
        display: block;
        font-family: "Cormorant", serif;
    }
    input[type="text"],
    input[type="namber"],
    input[type="email"],
    textarea{
        background:rgba(255,255,255,.5);
        border:2px solid  #fff;
        border-radius:10px;
        padding: 20px;
        font-size:1rem;
        width: 500px;
    }
    input[type="text"],
    input[type="namber"],
    input[type="email"]{
        width: 220%;
        max-width:440px;
    }
    textarea{
        max-width:440px;
        height: 8rem;
    }
    input[type="submit"]{
        border:none;
        cursor: pointer;
        line-height: 1;
        font-size: 1.375rem;
        background:  #789C70;
        color: #000000;
        border-radius: 5px;
        padding: 18px 90px;
        font-family: "Cormorant", serif;
        display: block;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

/* タブレット 
------------------------------- */
@media(max-width: 959px){

/*HEADER*/
 .page-header h1{
    font-size: 4rem;
 }
 .page-header h3{
    font-size: 2rem;
    top: 60px;
    right: 120px;
 }
.nav{
     top: 30px;
     width: 70px;
     height:70px;
     border-radius:70px;
     right: 20px;
 }
.drawer_open {
     margin-top: 8px;
     margin-left: 5px;
 }  

/* about*/

 .about-title img{
      width: 50%;
      width: 162px;
      height: 242px;
      margin-left: 10px;
 }
 .about-button{
       margin-top: 80px;
       margin-left: auto;
 }
    
 /* works*/
    
 .item img{
       width: 70%;
       padding: none;
       margin: auto;
 }
    
/* フッター*/
footer h1{
      font-size: 2rem;
      margin-left: 20px;
 } 
 footer span{
      font-size: 1rem;
 }
.main-nav {
     font-size: 0.7rem;
     margin-right: 20px;
     margin-top: 40px;
 } 
 .main-nav li{
      margin-right: 40px;
  }
 /* About page*/

 .about-title h1{
    font-size: 4rem;
 }
 .about-title h3{
    font-size: 2rem;
 }
.about-page aside h2,
.about-profile h3 {
    padding: 0px 50px;
    width: 100%;
}
.about-page article img{
    width: 50%;
    width: 162px;
    height: 242px;
    padding: 0 50px;
 }
 .about-page img{
    margin: auto;
    margin-bottom: 20px;
 }
 .about-story{
    margin: auto;
    width: 100%;
 }
.about-story p{
    font-size: 18px;
    padding: 0px 50px;
    text-align: left;
}

/* history*/

.history-title h1{
    font-size: 4rem;
 }
 .history-title h3{
    font-size: 2rem;
 }
 .history-page{
    display: none;
}
.history-sp{
    display: block;
    width: 100%;
    margin: auto;
}
.history{
    padding: 0px 50px;
}
.history-sp p{
    font-size: 20px;
    margin: 0;
}
.history-sp h3{
    font-size: 20px;
    padding: 20px 0; 
}
.history-sp p,
 .history-sp h3{
    line-height: 2;
    color: #000000;
    font-family: "Cormorant", serif;
 }
.history-sp h3{
    border-bottom: 1px solid #fff;
    margin: auto;
}

/* skil*/

.skil-title h1{
    font-size: 4rem;
 }
 .skil-title h3{
    font-size: 2rem;
 }
.circle{
    width: 150px;
    height: 150px;
    border-radius:150px;
    border: solid 2px white;
    color: #fff;
    margin: 30px;
}
.circle span{
    width:150px;
}
    
.skil-content{
    width: 100%;
    text-align: center;
}

/* contact*/

.contact-title h1{
    font-size: 4rem;
 }
 .contact-title h3{
    font-size: 2rem;
 }

 /* works page*/
/* works-details page*/

.works-title h1{
    font-size: 4rem;
}
.works-title h3{
    font-size: 2rem;
}
 }
   

/* モバイル版
------------------------------- */
@media(max-width: 480px){

 /*HEADER*/
.page-header h1{
    font-size: 2rem;
    position: relative;
    display: inline-block;
    margin-top: 0px;
 }
 .page-header h3{
    font-size: 1rem;
    position: absolute;
    top: 30px;
    right: 50px;
 }
 .drawer_open {
    display: flex;
    right: 5px;
    top:5px;
    height: 5px;
    width: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }  
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 2px;
    width: 15px;
    border-radius: 2px;
    position: absolute;
  }
  .drawer_open span:before {
    bottom: 6px;
  }
  .drawer_open span:after {
    top: 6px;
  }
  .nav{
    position: absolute;
    right:  10px;
    top: 20px;
    width: 30px;
    height:30px;
    border-radius:30px;
    border: solid 1px white;
    margin: auto;
  }
  .nav_content{
    width: 100%;
    height: 100%;
  }
  .nav_item{
    text-align: center;
    margin-bottom: 20px;
  }
  .nav_list{
    margin-top: 60px;
  }
  .nav_list a{
    font-size: 20px;
  }
.main image img{ 
    width: 274px; 
    height: 327px;                                                                                                                                                                                                                                                                                                                                                                                                                        
} 
.main img{
    width: 70%;
    margin: auto;
}

/*about-title*/
 .about-title article img{
    width: 50%;
    width: 162px;
    height: 242px;
    margin: auto;
 }
 .about-title{
    padding: 20px 20px;
    display: block;
 }
 .about-title h1{
    font-size: 36px; 
 }
 .about-title h3{
    font-size: 16px; 
 }
 .about-info{
    margin: auto;
 }
.about-info p{
    font-size: 16px;
    width: 100%;
    padding: 30px 10px 10px 10px;
}
.about-info br{
    margin: 10px 0;
}
.about-button{
    font-size: 16px;
    border-radius: 50px;
    padding: 5px 30px;
    display: block;
    margin: auto;
    width: 100px;
}

/*works-title*/

.works-title h1{
    font-size: 36px; 
 }
 .works-title h3{
    font-size: 16px; 
 }
.grid{
    display: grid;
    gap: 26px;   
    grid-template-columns:repeat(auto-fit, minmax(240px,1fr));
    margin-top: 6%;
    margin-bottom: 20px;
}
.item{
    width: 350px;
    margin: auto;
}
.item img{
    width: 100%;
    margin: auto;
    padding: 0;
}
.item p{
    font-size: 20px;
}
.works{
    margin: auto;
}
.works-button{
    font-size: 16px;
    border-radius: 50px;
    padding: 5px 30px;
    margin-top: 10px;
    display: block;
    margin: auto;
    width: 100px;
}

/* skil*/

.skil-title h1{
    font-size: 36px;
 }
 .skil-title h3{
    font-size: 16px;
 }
 .skil-title{
    padding: 20px 20px;
 }

/* contact-title*/
.contact-title h1{
    font-size: 36px; 
 }
 .contact-title h3{
    font-size: 16px; 
 }
 .contact-title{
    padding: 20px 10px 0px 10px;
 }
 .contact h3{
    font-size: 18px;
 }
 .contact img{
    width: 20%;
 }

/* フッター*/
footer h1{
    font-size: 24px;
    margin:auto;
    margin-bottom: 10px;
 } 
footer span{
     font-size: 16px;
  }
footer{
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}
.main-nav li{
   font-size: 16px;
   display: flex;
   margin-right: 30px;
}
.main-nav{
    margin:auto;        
    margin-right: none;
}
.footer,
.main-nav li{
    flex-direction: column;
    align-items: center;
}

/* About page*/

.about-page article,
.about-page {
    flex-direction: column;
    align-items: center;
}
.about-page aside h2{
    font-size: 26px;
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
}
.about-profile h3{
    font-size: 16px;
    text-align: left;
    margin: 0px 20px;
}
.about-profile{
    margin-bottom: 20px;
}
.about-page aside h2,
.about-profile h3 {
    padding: 0px;
    width: 100%;
}
.about-page article img{
    width: 50%;
    width: 162px;
    height: 242px;
    padding: 0;
 }
 .about-page img{
    margin: auto;
    margin-bottom: 20px;
 }
 .about-story{
    margin: auto;
    width: 100%;
 }
.about-story p{
    font-size: 16px;
    padding: 0px 30px;
    text-align: left;
}

/* history*/

.history-title h1{
    font-size: 36px; 
 }
 .history-title h3{
    font-size: 16px;
 }
 .history-title{
    padding: 10px;
 }
.history-page{
    display: none;
}
.history-sp{
    display: block;
    width: 100%;
    margin: auto;
}
.history{
    padding: 0px 30px;
}
.history-info p{
    font-size: 20px;
    margin: 0;
}
.history-info h3{
    font-size: 20px;
}
.history-info p,
 .history-info h3{
    line-height: 3;
    color: #000000;
    font-family: "Cormorant", serif;
 }
.history-info h3{
    border-bottom: 1px solid #fff;
    margin: auto;
}

/* skil*/

.circle{
    margin: 0 5px 0 5px;
}

/* works page*/
/* works-details page*/

.works-grid{
    display: grid;
    gap: 26px;   
    grid-template-columns:repeat(auto-fit, minmax(240px,1fr));
    margin-top: 6%;
    margin-bottom: 20px;
}

.works img{
    width: 100%;
    padding: 0;
}
.works{
    width: 350px;
    margin: auto;
}
.works p{
    font-size: 20px;
}
.works-detail img{
    width: 100%;
    margin: auto;
    padding: 0;
}
.works-detail h1{
    font-size: 30px;  
}
.works-detail h3{
    font-size: 18px; 
}

/* contact page*/
.contact-page form{
    margin: auto;
    width: 250px;
}
input[type="text"],
input[type="namber"],
input[type="email"]{
    width: 220%;
    max-width:220px;
}
textarea{
    max-width:220px;
    height: 8rem;
    padding-bottom: 30px;
}
input[type="submit"]{
    padding: 18px 60px;
    margin-top: 50px;
    margin-bottom: 50px;
}
}

@media(max-width: 560px){

/* works page*/

.works-grid{
    display: grid;
    gap: 26px;   
    grid-template-columns:1fr;
    margin-top: 6%;
    margin-bottom: 20px;
}
.works img{
    width: 100%;
    padding: 0;
}
.works{
    width: 400px;
    margin: auto;
}
.works p{
    font-size: 30px;
}
}

@media(max-width: 840px){

/* about*/
    .about-title article img{
        width: 80%;
        width: 257px;
        height: 348px;
        margin: auto;
     }
     .about-title{
        padding: 20px 20px;
        display: block;
     }
    .about-info{
        margin: 0;
     }
    .about-info p{
        font-size: 20px;
        width: 100%;
        padding: 30px 30px 30px 10px;
        margin: auto;
    }
    .about-info br{
        margin: 10px 0;
    }
    .about-button{
        font-size: 16px;
        border-radius: 50px;
        padding: 5px 30px;
        display: block;
        margin: auto;
        width: 100px;
    } 
}

@media(max-width: 1280px){

/* フッター*/
.footer h1{
    margin:0;
 } 
.main-nav{
    margin: 0;
}
footer{
    margin-bottom: 20px;
}
.footer,
.main-nav li{
    flex-direction: column;
    align-items: center;
}
}


