@charset "utf-8";
/* CSS Document */

html
{ font-size:62.5%;/*これで1rem=10ptに*/
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: strict;/*強い禁則*/
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', sans-serif;
  position:relative;
  letter-spacing: 0.1rem;
  font-feature-settings:palt;/*自動カーニング*/
}

body{
  font-size:1.6rem;/*ここでデォルトを16pxと同等に*/
  font-family: 'Montserrat', sans-serif;
  color:#502F1C;
  line-height:1.8;
}


.SP{display:none;}/*PC時に非表示*/
.PC{display:block;}/*PC時に表示にさせる*/


#Page-Top{
  display:block;
  width:100%;
  text-align: center;
  background-color: #C89640;
  color:#fff;
  padding:20px 0;
}

h1{
  text-align: center;
  font-size:1rem;
  font-weight:400;
  margin-bottom:10px; 
}

h2,h3{
  color:#C89640;
  font-size:2.5rem;
}

h2{
  font-weight:600;
  margin-bottom: 70px;
}

header{
  width:100%;
  text-align: center;
  border-top:solid 5px #C89640;
}

footer, #header{
  padding:20px 0;
  background-image: url(../img/texture.png);
  background-size:cover; 
  overflow: hidden;
  position:relative;
}

.company-logo{
  display:block;
  margin: auto;
  padding:10px;
}
.catch-copy{
  margin-top:10px;
}

.SNS{
  position:absolute;
  top:30%;
  right:30px;
  
}

.SNS a{
  font-size:3.5rem;
  color:#C89640;
  text-decoration: none;
}

#PC-g-navi{
  width:100%;
  background-color:#fff;
}

#PC-g-navi li{
  display:inline-block;
}

#PC-g-navi li a{
  display:block;
  text-decoration: none;
  color:#502F1C;
  border-bottom: solid 5px #fff;
  padding: 15px 5px 10px;
  margin: 0 10px;
}



#Page-Top{
  position:relative;
  z-index:80;
  cursor: pointer;
}
.go-top{
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
  margin-top: -5px;
}

footer{
  width:100%;
  text-align: center;
  border-bottom:solid 5px #C89640;
  font-size: 1.4rem;
  padding-top:30px;
  z-index:500;
}

address{
  margin: 20px 0;
}


.footer-SNS a{
  font-size:4rem;
  color:#C89640;
  text-decoration: none;
}

.footer-links{
  width:550px;
  margin: 0 auto;
  display:flex;
}

.footer-links a{
  text-decoration: none;
  color:#502F1C;
}

.group-company{
  text-align: left;
  width:70%;
}

.group-company th{
  width:120px;
  border-right:solid 1px #502F1C;
  padding-right: 10px;
}

.group-company td{
  padding:3px 15px;
}

.footer-SNS,.footer-links,p{
  margin-bottom: 30px;
}

footer p{
  font-size: 1.2rem;
}








       /******hoverここから*******/
        /************************/

@media screen and (min-width:768px) { 
  
  .company-logo:hover{
    opacity:0.7;
    transition: all .3s;
  }
  
  .fab:hover{
    color:#8C6F55;
    transition: all .4s;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }/*SNSアイコン*/
  
  #PC-g-navi li a:hover{
    color:#C89640;
    border-bottom: solid 5px #C89640;
    transition: all .3s;
  }
  
  .news-list a:hover{
    font-weight:bold;
    color:#C89640;
    border-bottom: 2px solid #C89640;
    transition: all .4s;
  }
  
  .products-info:hover,.products-info p{
    opacity:1;
  }
  
  .links:hover,#Page-Top:hover{
    background-color: #8C6F55;
    transition: all .3s;
  }
  
  .bunner img:hover{
    opacity:.8;
    transition: all .3s;
  }
  
  .footer-links a:hover{
    font-weight:bold;
    color:#C89640;
    text-shadow:1px 1px 3px #fff;
  }
  
}
        /******hoverここまで*******/
        /************************/



        /*********タブレットここから*********/

@media screen and (max-width:750px){
  
    #Page-Top{
    position:fixed;
    right:0;
    bottom: 10%;
    z-index:2000;
    width:48px;
    height:10px;
  }
  
  .PC2{
    display:none;
  }
  
  .footer-links{
    width:100%;
    display:block;
  }
  .group-company{
    display:block;
    width:75%;
    margin: 0 auto;
  }
  
  .privacy-policy{
    display:block;
    margin: 30px 0;
  }
  
}


@media screen and (max-width:499px){
  
  .SP{display:block;}/*スマホ時に表示させる*/
  .PC{display:none;}/*スマホ時に非表示にさせる*/

  .company-logo{
    width:200px;
  }
  
  #SP-g-navi{
    display:block;
    width:86%;
    background-color: #C89640;
    padding:3% 7% 1%;
    text-align: left;
  }
  
  #SP-g-navi a{
    color:#fff;
    text-decoration: none;
  }

  .SP-bar{
    display:flex;
    justify-content: space-between;
    width:100%;
  }
  
  .SNS-SP-MENU {
    font-size:3.5rem;
    width:80%;
  }
  
  .SP-menu-bar,.SP-menu-bar-close{
    cursor: pointer;
  }
  
  .SP-menu-bar img,.SP-menu-bar-close img{
    padding-top: 10px;
  }
  
  .SP-menu-bar-close{
    display:none;
  }

   .SP-menu{
    padding:3% 0;
    font-size:1.8rem;
    display:none;/*スマホのメニューを一時的に非表示*/
  }
  
  .SP-menu li{
   display:block;
    width:94%;
    /*padding:3%;*/
    margin-bottom: 3%;
    border-bottom: solid 1px #D2A250;
  }
	
	.SP-menu a{
		display: block;
		padding:3%;
	}
  
  
}

  