@charset "utf-8";

*
{
    margin: 0;
    padding: 0;
    
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:100%;
    height: 120vh;/*ナビの高さ*/
  background:#738F98;
    /*動き*/
  transition: all 0.6s;
  width: 50%;
  
  }
  
  
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive{
    right: 0;
  
  }
  
  
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:30%;
    left:30%;
    width: calc(100%/2);
    transform: translate(-50%,-50%);
    padding: 0;
    font-weight: normal;
    
  }
  
  
  /*リストのレイアウト設定*/
  
  #g-nav li
  {
  font-size: 15px;
  display: flex;
  line-height: 4;
 
  }
  
  #g-nav ul a{
    color: #000;
    text-decoration: none;
  }

  .menu-desc
  {
   
    position: absolute;
    left: 2%;
    margin-top: 50px;
    text-align: left;
    font-weight: lighter;
    font-size: 13px;
    line-height: 0.7;
  }
  
  .text-color
  {
    font-weight: normal;
    color:#fff;
    font-size: 13px;
    
  }
  
  .menu-icon
  {
    width: 30px;
    position: absolute;
    top: 15%;
    left: 87%;
    float: left;
    margin-top: 20px;
  }
  
  .menu-icon-img
  {
    height: 60%;
    width: 60%;
  }
  
  
  
  
  
  
  
  /*========= ボタンのためのCSS ===============*/
  .openbtn
  {
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:1%;
    right: 1%;
    cursor: pointer0;
    width: 150px;
    height:150px;
    
  }
  
  /*×に変化*/	
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 8px;
    height: 3px;
    border-radius: 20px;
    
    background-color: #000;
    width: 45%;
    
  }
  /*閉じてる時のメニューバーの位置 三本線の時*/
  .openbtn span:nth-of-type(1) {
  top:20px;	
  right: 15px;
  }
  
  .openbtn span:nth-of-type(2) {
  top:40px;
  right: 15px;
  }
  
  .openbtn span:nth-of-type(3) {
  top:60px;
  right: 15px;
  }
  
  /*×ボタン*/
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    right: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  
  .openbtn.active span:nth-of-type(2) {
  opacity: 0;
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 33px;
    right: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

.menu-desc
{
    
    position: absolute;
    top: 50%;
    text-align: left;
}

body
{   
 
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
    
}


.top-img
{   
    
    text-align: center;
    opacity: 0.8;
    margin-top: 8%;
    
}

.constructionwork-title
{
    font-size: 60px;
    text-align: center;
    margin: 10px;
    writing-mode: vertical-rl;
    border-bottom: 5px solid #47656F;
    width: max-content;
    
  
    
}
.h3
{
    text-align: left;
    font-size: 20px;
    color: #000;
    margin: 5% 0 0;
    font-weight: lighter;
    
    
}

.h2
{
    font-size: 25px;
}

.constructionwork-desc
{
   font-size: 10px; 
   text-align: center;
   margin-top: 5%;
   opacity: 0.8;
   
}

.color
{
    font-weight: bold;
}

.constructionwork-maker
{
    text-align: center;
    font-size: 30px;
    font-weight: lighter;
    overflow: hidden;
    margin: 20px 10% 0 10%;
    
}

.maker-title
{   

    font-size: 15px;
    text-align: center;
    margin-top: 5%;
    overflow: hidden;
    
}

.maker-capture
{
  font-size: 13px;
  text-align: center;
  margin-top: 2%;
  overflow: hidden;
}

.maker-item
{
    
    
    background-color: #47656F;
    color: #FFF;
    float: left;
    margin: 0 5px 10px 5px;
    padding: 5px;
    opacity: 0.9;
}

.example
{
  width: 100%;
  margin: 0;
}

.example-constructionwork
{
    background-color: #FFF;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    padding-left: 13%;
    
}

.example-basic
{
    float: left;
    opacity: 0.8;
    margin: 20px 10px 20px 10px;
    padding: 0;
    
    
}
.example-extelia
{
    float: left;
    opacity: 0.8;
    margin: 20px 10px 20px 10px; 
    padding: 0;
}

.example-desc
{
    font-weight: normal;
    text-align: center;
    margin-left: 20px;
    font-size: 20px;

    
   
}
/*問い合わせcss*/
.constructionwork-inquiry-title
{
    text-align: center;
    font-weight: normal;
    border-bottom: 3px solid #47656F;
    margin: 5%;
    font-size: 20px;
}

.constructionwork-inquiry-desc
{
    text-align: center;
    font-weight: lighter;
    opacity: 0.8;
    font-size: 15px;
    line-height: 0.95;
}

.constructionwork-inquiry-link
{
    background-color: #47656F;
    list-style: none;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    margin: 10% 0 20% 25%;
    padding: 20px 0 20px;
    width: 50%;
    
    

}

a {
    color: #FFF;
    text-decoration: none;
  }

  .introduction-title
  {
    font-size: 20px;
    text-align: left;
    margin-left: 10px;
  }

  .introduction
{
  width: 100%;
  margin: 0;
}


  .constructionwork-introduction
  {

    background-color: #FFF;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    padding-left: 13%;
      
  }
  
  .intoroduction-item
  {
    float: left;
    opacity: 0.8;
    margin: 20px 10px 20px 10px;
    padding: 0;
      
      
  }  

  .item-title
  {
      font-weight: normal;
      text-align: left;
      margin-left: 20px;
      font-size: 20px;
  }

  .introduction-subtitle
  {
    font-size: 18px;
    text-align: left;
    margin-left: 15px;
    opacity: 0.8;

  }




.menu-botton
{
    text-align: center;
    text-decoration: none;
    margin-top: 10%;

}



.footer
{
    border-bottom: 30px solid;
    border-color: #47656F;
    overflow: hidden;
    text-align: left;
}


.footer-icon
{
    text-align: left;
    padding-bottom: 0px;
    width: 10%;
   
}

.copyright
{
  font-size: 15px;
  text-align: center;
}




