@charset "utf-8";
*
{
  margin: 0;
  padding: 0;

}

#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%;
    height: 100%;

  
  }
  
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive{
    right: 0;
  
  }
  
  
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:35%;
    left:30%;
    width: calc(100%/2);
    transform: translate(-50%,-50%);
    padding: 0;
    height: 50%;
    margin-top: 20%;
    
  }


  /*リストのレイアウト設定*/
  
  #g-nav li
  {
  
  position: relative;  
  font-size: 13px;
  display: block;
  line-height: 4;
  
  
  
  }
  
  #g-nav ul a{
    color: #000;
    text-decoration: none;
  }
  

  .menu-desc
  {
  
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20%;
    
    
  }
  
  .text-color
  {
    font-weight: normal;
    color:#fff;
    font-size: 13px;
    line-height: 0.8;
    text-align: left;
    
  }
  
  .menu-icon
  {
    width: 10%;
    position: absolute;
    top: 15%;
    left: 70%;
    float: left;
    margin-top: 20px;
  }

  .menu-icon img
  {
    width: 50px;
  }
  

  /*========= ボタンのための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%;
    
  }





  #roop {
    width: 500px;
    height: 500px;
    background: url(/Kotobuki-homepage/toppage/image/toppage-center-img.png) repeat-x;
    background-position: 0 0;
    background-color: #47656E;
    -webkit-animation: bgroop 40s linear infinite;
    animation: bgroop 40s linear infinite;
    filter: sepia(100%);
    filter: grayscale(80%);
    opacity: 0.8;
}


.toppage-title
{
    font-size: 24px;
    text-align: center;
}

.toppage-desc
{   
    text-align: center;
    font-size: 15px;
}
.notice-title
{
    font-size: 24px;
}
.notice-area 
{
    height: auto;
    width: 100%;
    height: 10%;
   
}

.constructionwork-title
{
    font-size: 24px;
}

/*==================================================
工事施工例スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
    padding-top: 10%;
    
}

.slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .7s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-track
{
    height: 220px;
    padding-top: 10px;
}



/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
    size: 20%;
}

.slick-dots button {
    color: transparent;
    outline: none;
  
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#47656E;/*ドットボタンの色*/
   
}

.slick-dots .slick-active button{
    background:#B2BABC;/*ドットボタンの現在地表示の色*/
}


.notice-area dt
{
    font-size: 15px;
}

.notice-area dd
{
    font-size: 15px;
    opacity: calc(0.8);
}

.season-news
{
    font-size: 15px;
}

.menu-bottons
{   
    width: 80%;
    margin: 5% 0 0 12%;
    
    text-align: center;
}

.menubotton-item
{
    font-size: 14px;
    border: 1px solid #666;
    
}

.slider.img
{
    height: 80%;
}



  .footer
{
    border-bottom: 10px solid;
    border-color: #47656F;
    overflow: hidden;
   
}

.footer-icon
{
  width: 40%;
}

.copyright
{
  font-size: 10px;
}
