/*style*/

/* clearfix(floatの解除)*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

body{
	margin: 0;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Meiryo", sans-serif;
}





/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


/*その他と主な共通部分は省略*/




a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #000000;
  border-radius: 0;
  background: #909494;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #ffffff;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}











/*トップ*/
.example{
  position: relative;
}

.top{
  height: 100vh;
}

.top img{
  width: 20%;
}

.example .top img{
  height: 45%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

  /* 共通 */
h1{
  font-size: 32px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", 
                "Yu Mincho", "MS PMincho", serif;
  line-height: 35px;
}


h2{
  font-size: 24px;
  line-height: 27px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", 
                "Yu Mincho", "MS PMincho", serif;
}




/* 国産 */
.kokusan {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.kokusan img ,.kisyo img{
  height: 50px;
  width: auto;
  float: left;
  padding-right: 10px;
}


.kokusan-outer{
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}

.kokusan-left{
  float: left;
  width: 30%;
  height: auto;
}
.kokusan-left img{
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.kokusan-right{
  float: left;
  width: 59%;  
  padding-left: 10px;
  margin-left: 10px;
}

.honey-text{
  font-weight: bold;
  margin: 0;
}



/*おいしさ*/
.oisisa{
  margin-bottom: 150px;
}



/* 特徴 */
.kisyo{
  width: 80%;
  margin: 80px auto;
}

.kokusan-right .kisyo h2{
  margin-bottom: 0;
}

.kisyo p{
  padding: 0;
  margin-top: 0;
}
.kisyo-map img{
  width: 50%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

.kisyo-map{
  text-align: center;
}


/*ボタン*/
/* .text2{
  text-align: center;
  margin-top: 55px;
  margin-bottom: 80px;
}

.botan{
  display: inline-block;
  border: solid 1px #2b2a27;
  font-size: 0.875rem;
  padding: 18px 60px;
  text-decoration: none;
  color: #000;
} */

/*SNS*/
.menu ul{
  width: 178px;
  margin:0 auto;
  padding: 0;
  list-style: none;
}

.menu li a{
  display: block;
  padding: 15px 10px;
  color: #000;
  font-size: 12px;
}

.menu li{
  float: left;
  width: 0 auto;
}

footer p{
  font-size: 12px;
  margin-bottom: 30px;
  text-align: center;
}






@media screen and (max-width: 1000px) {

  .example .top img{
    height: 40%;
    width: auto;
  }


  /*おいしさ*/
  .oisisa{
    margin-bottom: 90px;
  }
 

/* 国産 */
.kokusan {
  width: 90%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.honey-text{
  padding-top: 50px;
}

.kokusan img ,.kisyo img{
  height: 50px;
  width: auto;
}


.kokusan-outer{
  width: 100%;
  margin-top: 40px;
}

.kokusan-left{
  float: none;
  width: 100%;
  height: auto;
}
.kokusan-left img{
  width: 100%;
  height: auto;
}

.kokusan-right{
  float: none;
  width: 100%;  
  padding: 0px;
  margin-left: 0;
}

.kokusan-right p{
  padding: 0px;
  margin: 0;
}

.honey-text{
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}


/* 特徴 */
.kisyo{
  width: 90%;
  margin: 0px auto;
}
/* .kisyo-img img{
  width: 60%;
  margin-bottom: 10px;
} */
.kisyo-map img{
  margin-top: 40px;
  margin-bottom: 55px;
  width: 80%;
  height: auto;
  margin-bottom: 100px;
}

}

