@charset "utf-8";

/*footer-css*/

.copyright
{
    font-size: 10px;
    
    
    
}

.footer-icon
{
    width: 50%;
    
}



/*commdity-css*/

.commodity-title
{
    font-size: 80px;
    writing-mode: horizontal-tb;
}

.commodity-text
{
    font-size: 45px;
}


.title
{
    font-size: 40px;
    font-weight: normal;
}
.warapper
{
    font-size: 45px;
    text-align: center;
}
.warapper-item
{
    
    float: left;
    width: calc(100%/2);
    font-size: 45px;
    text-align: center;
}

.seasonitem-title
{
    font-size: 40px;
}


.season-item
{
    width: calc(100%/3);
    float: left;
    font-size: 45px;
    text-align: center;   
}




/*notice-css*/

.notice-title
{
    font-size: 80px;
    writing-mode: horizontal-tb;
}

.tab-buttons span
{
    font-size: 40px;
    height: 60px;
}

.tab-content
{
    border-bottom: 0px solid;
}

.section h1
{
    font-size: 50px;
    text-align: center;
}

.section h2
{
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.section h3
{
    font-size: 30px;
}

/*toppage-css*/

#roop {
    width: 100%;
    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: 200px;
    padding-top: 40px;
}



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

.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%;
}

/*menu-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%;
    height: 100%;
  
  }
  
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive{
    right: 0;
  
  }
  
  
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:40%;
    left:30%;
    width: calc(100%/2);
    transform: translate(-50%,-50%);
    padding: 0;
    font-weight: normal;
    height: 50%;
    margin-top: 20%;
    
  }
  
  /*リストのレイアウト設定*/
  
  #g-nav li
  {
  font-size: 35px;
  display: block;
  line-height: 5;
  }
  
  #g-nav ul a{
    color: #000;
    text-decoration: none;
  }
  
  .menu-desc p
  { 
    
    width: 100%;
    font-size: 15px;
    
    
  }
  .menu-desc
  {
    
    position: absolute;
    right: 2%;
    margin-top: 50px; 
    display: block;
    
    
  }
  
  .text-color
  {
    font-weight: normal;
    color:#fff;
    font-size: 15px;
    
  }
  
  .menu-icon
  {
    width: 20px;
    position: absolute;
    top: 30%;
    left: 80%;
    float: left;
    margin-top: 20px;
  }
  

  /*========= ボタンのためのCSS ===============*/
  .openbtn
  {
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:1%;
    right: 1%;
    cursor: pointer0;
    width: 200px;
    height:200px;
  }
  
  /*×に変化*/	
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 8px;
    height: 3px;
    border-radius: 20px;
    
    background-color: #000;
    width: 45%;
    
  }







/*inquiry-css*/


.inquiry-title
{
    font-size: 50px;
    text-align: center;
    margin: 10px;
    writing-mode: horizontal-tb;
    border-bottom: 5px solid #47656F;
    width: max-content;
    
}

.pageback
{ 
  font-size: 30px;
  line-height: 0.9;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 30px;
  
}
#formWrap {
	width: 80%;
  
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:150%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}






 

 