@charset "utf-8";


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

/*========= ナビゲーションのための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%;
}
/*メニューボタンここまで*/


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

.toppage-title
{
    font-size: 40px;
    color: #000;
    writing-mode: vertical-lr;
    padding-top: 5%;

}
.toppage-desc
{
    font-size: 30px;
    font-weight: normal;
    text-shadow: 3px 3px 5px #FFF;
        
}

a 
{
    text-decoration: none;
    color: #47656F;
}

.constructionwork-area
{
    background-color: #FFFF;
    text-align: center;
    font-size: 15px;
    
    
}



.constructionwork-title
{
    text-align: left;
    font-weight: lighter;
    color: #47656E;
    font-size: 24px;
    margin: 20px 0 5px 20px;

}



.notice-title
{
    font-size: 24px;
    color: #47656E;
    font-weight: normal;
    text-align: left;
    margin-left: 10px;

}

rt
{
    color: #47656E;
    
}

dd
{
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    
   
}

dt
{
    border-top: 1px solid #D6D6D6;
    color: #858585;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: normal;
    
    
}

dl
{
    background-color: #FFF;
    text-align: left;
}

.season-news
{
    font-size: 24px;
    text-align: center;
   
    margin: 2% 10% 0 10%;
    
}
.table
{
    margin: 10px 2% 10px 10%;
}

/*下のメニュー*/
.menu-bottons
{
    
    margin-top: 3%; 
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.menubotton-item
{
    padding: 2% 0 2% 0;
    margin: 5px;
    width: calc(100%/3.6);
    height: calc(100%/2);
    border: 1px solid;
    border-color: #666;
    background-color: #FFF;
    font-size: 24px;
    font-weight: normal;   
}

.footer
{
  border-bottom: solid 30px #47656E;
}

.footer-icon
{
    text-align: left;
    width: 20%;
    
    
}

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


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

.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: 35%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

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

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

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

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

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


/*背景アニメーションのcss*/
#roop {
    width: 100%;
    height: 1000px;
    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: grayscale(80%);
    opacity: 0.8;
    
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}



/*野菜エリア*/
  .vegetable
  {
      background-color: #FFF;
      width: 80%;
      margin: 3% 0 0 10%;
      text-align: center;
      overflow: hidden;
      display: none;
  }

  .vegetable-desc p
  {
      border-bottom: solid 5px #47656E;
      font-size: 24px;
      width: 60%;
      margin-left: 25%; 
  }

  .small-desc
  {
      font-size: 20px;
      margin-left: 10%;
  }
  .vegetable-menu-contents
  {
      font-size: 24px;
      width: calc(100%/4);
      height: 300px;
      float: left;
      text-align: center;
  }

  .vegetable-menu-contents p
  {
      padding-top: 0;
  }

    .vegetable-img
    {
        width: 100%;
        height: 300px;
    }


  
  /* 野菜モーダルCSS */
  .modalArea {
    display: none;
    position: fixed;
    z-index: 9999; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }
  .modalArea2 {
    display: none;
    position: fixed;
    z-index: 9999; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }
  .modalArea3 {
    display: none;
    position: fixed;
    z-index: 9999; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }
  .modalArea4 {
    display: none;
    position: fixed;
    z-index: 9999; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }
  
  
  /*背景色*/
  .modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(73, 73, 73, 0.9);
  }
  
  /*モーダル表示部分*/
  .modalWrapper {
    position: relative;
    text-align: center;
    transform:translate(15%,-100%);
    width: 80%;
    background-color: #fff;
    height : 100%; 
    overflow : auto; 
   
  }
  .modalcontents
  {   
      position: absolute;
      top: 2%;
  }
  
  .closeModal {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 50px;
    height: 50px;
  }
  .closeModal2 {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 50px;
    height: 50px;
  }
  .closeModal3 {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 50px;
    height: 50px;
  }
  .closeModal4 {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 50px;
    height: 50px;
  }
  
  
  
  /* 以下ボタンスタイル */
  button#openModal 
  {
    padding: 10px;
    background-color: #fff;
    opacity: 90%;
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Zen Old Mincho', serif;
    margin: 15% 0 30% ;

  }


  button#openModal2
  {
    padding: 10px;
    background-color: #fff;
    opacity: 90%;
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Zen Old Mincho', serif;
    margin: 15% 0 30% ;

  }

  button#openModal3
  {
    padding: 10px;
    background-color: #fff;
    opacity: 90%;
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Zen Old Mincho', serif;
    margin: 10% 0 30% ;

  }

  button#openModal4
  {
    padding: 10px;
    background-color: #fff;
    opacity: 90%;
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Zen Old Mincho', serif;
    margin: 10% 0 30% ;

  }