@charset "utf-8";
/* CSS Document */

html{
	-webkit-text-size-abjust:100%;
}

body{
	background-color: #fff6b8;
	color:#4e1502;
	background-image: url("../image/back.png");
	background-size: contain;
}
img{
	vertical-align: bottom;
}

h2{
	font-size: 45px;
	font-family: azote, serif;
	font-weight: 700;
	font-style: normal;
}


p{
	font-family: ta-kotodama-r, sans-serif;
font-weight: 400;
font-style: normal;
	line-height: 24px;
	letter-spacing: 0.8px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.mgl_10{
	margin-left: 10px;
}
.mgl_20{
	margin-left: 20px;
}
.mgl_30{
	margin-left: 30px;
}
.mgl_40{
	margin-left: 40px;
}
.mgl_50{
	margin-left: 50px;
}

.mgl_60{
	margin-left: 60px;
}

/*ここからheader*/

.head_info{
	position: fixed;
	right:30px;
	top:20px;
	text-align: center;
	font-family: tbcinergothic-std, sans-serif;
}

.head_info p{
		font-family: tbcinergothic-std, sans-serif;
}

.head_info a{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	color: #4e1502;
	text-decoration: none;
}

.site-header{
	width: 100%;
	margin: 0 auto;
	position: fixed;
	 transition: .5s;
	z-index: 10;
}

.site-header.hide{
   transform: translateY(-100%);
}
header h1{
	max-width: 100%;
	text-align: center;
	padding:10px 0;
}

.top_img img{
width: 100%;
	height: 100vh;
	object-fit: cover;
	position: relative;
}

.top_img_text{
	width: 100%;
	font-size: 30px;
	text-align: center;
	position: absolute;
	top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.top_img_text p{
	margin-bottom: 20px;
	text-shadow: 1px 1px 0px #fff;
}

.top_img_text h2{
	text-shadow: 2px 2px 0 #fff, 3px 3px 5px;
}


.nav_top{
	max-width: 100%;
	font-family: azote, serif;
	font-style: normal;
	font-size: 36px;
}

.nav_top a{
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: #4e1502;
}

button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

/**************** ハンバーガーボタンのスタイリング ****************/
.btn {
	position: fixed;
	top: 150px;
	left: 10px;
	z-index: 10;
	width: 48px;
	height: 48px;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
	display: block;
	position: relative;
	width: 100%;
	height: 4px;
	background-color: #6e6e6e;
	transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before , .btn-line::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #6e6e6e;
	transition: .5s;
}

.btn-line::before {
	transform: translateY(-16px);
}

.btn-line::after {
	transform: translateY(16px);
}

/***** メニューオープン時 *****/
.btn-line.open {
	background-color: transparent;
}

.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #333;
	transition: .2s;
}

.btn-line.open::before {
	transform: rotate(45deg);
}

.btn-line.open::after {
	transform: rotate(-45deg);
}

.menu {
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	right: -70%;
	width: 70%;
	height: 100vh;
	transition: .3s;
	background-color: rgba(255,255,255,0.3);
}

.menu-list {
	display: inline-block;
	text-align: center;
	width: 300px;
}

.menu-list a{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-family: azote, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 34px;
	text-shadow: 0 0 3px #fff;
}

.menu-list:hover {
	text-decoration: underline;
	cursor: pointer;
	transition: .3s;
}
.menu.open {
	position: absolute;
	right: 0;
}

@media screen and (min-width:761px){
	.btn {
		display: none;
	}
.nav_top{
	width: 100%;
	font-family: azote, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
}

.nav_top a{
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: #4e1502;
}
	.nav_top a:active{
	color: #FFB600;
}
		
	.menu {
		/* メニューを横に */
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		position: fixed;
		right: 0;
		width: 100%;
		height: 50px;
	}
}
/*ここまでheader*/

/*main共通*/
.wrapper1{
	height: 500px;
	margin-bottom:100px;
} 

.wrapper2, .wrapper3,.wrapper4{
	max-width: 100%;
	height: 650px;
}

.intro, .honey, .bee{
	max-width: 1000px;
	margin: 0 auto;
}

/*ここからintro*/

.wrapper1{
	margin-top:200px;
	background-image: url("../image/line1.svg"),url("../image/honey1.gif");
	background-repeat: no-repeat;
	background-position: top,bottom;
}

.intro{
	padding-top:100px;
	position: relative;
}

.intro span{
	font-size: 24px;
	color: #FFB600;
	text-shadow: 1px 1px 0 #4e1502,-1px 1px #4e1502,1px -1px #4e1502,-1px -1px #4e1502;
}

.intro p{
	line-height: 26px;
	padding-left: 20px;
	padding-bottom:25%;
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-shadow: 1px 1px 0 #fff6b8,-1px 1px #fff6b8,1px -1px #fff6b8,-1px -1px #fff6b8;
}


.intro img{
	width: 150px;
	height: auto;
}

.bee1{
	position: absolute;
	left: 60%;
	top:0%;
	animation: updwn 1s infinite alternate;
}

.bee2{
	position: absolute;
	left: 70%;
	top:20%;
	animation: bee 1.4s infinite alternate;
}

.bee3{
	position: absolute;
	left: 80%;
	top:0;
	animation: updwn 1.3s infinite alternate;
}


/*ここまでintro*/

/*ここからhoney*/

.wrapper2{
	max-width: 100%;
	margin-top:50px;
	background-image: url("../image/line2.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	z-index: -1;
}

.honey{
	height: 400px;
	padding-top:130px;/*textの高さを調整*/
	
}

.honey_title{
	max-width: 1000px;
	text-align: center;
}

.honey_title p{
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.honey img{
	width: 430px;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: auto;
	z-index: -1;
}

.honey_text{
	width: 310px;
	float: right;
}

.honey_text p{
	margin-bottom: 10px;
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-shadow: 1px 1px 0 #fff6b8,-1px 1px #fff6b8,1px -1px #fff6b8,-1px -1px #fff6b8;
}

/*ここまでhoney*/

/*ここからbee*/

.wrapper3{
	background-image: url("../image/line3.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}
.bee{
	padding-bottom: 50px;
	position: relative;
}

.bee_title{
	max-width: 150px;
	padding:50px 70px 0 0;
	text-align: center;
	float: right;
}

.bee_title p{
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.bee img{
	width: 200px;
	height: auto;
}

.bee6{
	position: absolute;
	top:10%;
	right: 20%;
}

.bee4{
	position: absolute;
	top:40%;
	right: 10%;
}

.bee_text{
	width: 500px;
	margin: 0 auto;
	padding-top:300px;
}

.bee_text p{
	margin-bottom: 10px;
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
/*ここまでbee*/
.bee_grop1{
	max-width: 1000px;
	margin: 20px auto;
	display: flex;
	justify-content:space-between;
}

.bee_grop2{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content:space-around;
}

.beeG1{
	animation: updwn 1s infinite alternate;
}

.beeG2{
	animation: updwn 1.2s infinite alternate;
}

.beeG3{
	animation: updwn 1s infinite alternate;
}

  

.beeG4{
	animation: updwn 1s infinite alternate;
}

 @keyframes updwn{
	0% {
        transform: translate(0,0px);
	}
		 100% {
        transform: translate(0,20px)
		}
    }

.beeG5{
	animation: bee 1.5s infinite alternate;
}

.beeG6{
	animation: bee 1s infinite alternate;
}

.beeG7{
	animation: bee 1.5s infinite alternate;
}

@keyframes bee{
	0% {
        transform: translate(0,0px);
	}
		 100% {
        transform: translate(0,-20px)
		}
    }

/*ここからshopとrecipi*/
.wrapper4{
	margin-top:50px;
	background-image: url("../image/line4.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}

.item_box{
	padding-top:200px;
	max-width: 1000px;
	margin: 0 auto;
}

.shop{
	text-align: center;
	float: left;
}
.recipi{
	text-align: center;
	float: right;
	
}

.item_box p{
	margin-bottom: 20px;
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.more{
	display: inline-block;
	margin-top:30px;
	padding: 10px 40px;
	text-decoration: none;
	color: #4e1502;
	border: 2px dotted #4e1502;
}

.item_img img:hover{
	filter: brightness(80%);
}

.more:hover{
	background: #4e1502;
	color:#fff;
}

.more:active{
	background: #604035;
	color:#fff;
}

/*ここまでshopとrecipi*/

/*ここからnews*/
.news{
	max-width: 550px;
	height:300px;
	margin: 0 auto;
	border-top:2px dashed #4e1502;
	padding:73px 0 10px;
}

.news h2, .news p{
	text-align: center;
}

.news p{
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
}

.info_list{
	width: 550px;
	display: flex;
	flex-wrap: wrap;
}

.info_list dt{
	padding: 10px 0;
	width: 30%;
}

.info_list dd{
	padding: 10px 0;
	width: 70%;
}

.info_list a{
	color: #f00;
}

/*ここまでnews*/

/*ここからfooter*/
footer{
	max-width: 100%;
	height: 400px;
	background-color:#4e1502;
	color: #fff;
}

.copyright{
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.8px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
}

.copyright_sb{
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.8px;
	padding-top:15px;
	text-align: center;
	font-size: 12px;
}

.footer_box{
	max-width: 1000px;
	margin: 0 auto;
	padding-top:30px;
}
.footer_info{
	width: 600px;
	float: left;
}

.footer_info img{
	padding-bottom: 30px;
}

.footer_info_list{
	display: flex;
	flex-wrap: wrap;
}

.footer_info_list dt{
	padding: 10px 0;
	width: 20%;
}

.footer_info_list dd{
	padding: 10px 0;
	width: 80%;
}

.footer_info_list a{
	color: #fff;
}

.map{
	width: 400px;
	float: right;
	overflow: hidden;
}


/*ここまでfoter*/

@media screen and (max-width:667px){
	.wrapper1{
	max-width: 100%;
	height: 640px;
	margin-top:0;
	}
.wrapper2, .wrapper3{
	max-width: 100%;
	height: 600px;
}
	
	.wrapper4{
	max-width: 100%;
	height: 740px;
	}
	
	/************header************/
	header h1 img{
	width:300px;
		height: auto;
}
	
	.head_info{
		display: none;
	}
	
	.top_img_text p{
		font-size: 21px;
	}
	
	.top_img_text h2{
		font-size: 32px;
	}
	/****************************/
	main p{
	font-size: 12px;
	line-height: 18px;
	}
	
	.intro, .honey, .bee{
	width:100%;
	text-align: center;
}
	/*ライン・イラストの位置の調整*/
	.wrapper1{
	background-position:0 120px,bottom;
}
	
	.intro{
	padding-top:100px;
	}
	
	.intro span{
	font-size: 18px;
	color: #FFB600;
	text-shadow: 1px 1px 0 #4e1502,-1px 1px #4e1502,1px -1px #4e1502,-1px -1px #4e1502;
}
	
	.intro img{
	width: 100px;
	height: auto;
}
	
	.intro_img{
		text-align: center;
	}
	.intro p{
		padding: 20px 5px 0;
		letter-spacing: 0;
	}
	
	
/*絶対配置を解除↓*/
	.bee1{
	position: static;
}

.bee2{
	position: static;
}

.bee3{
	position: static;
}
/*絶対配置を解除↑*/
	
/*蜂蜜とは・ミツバチとはのテキストのmarginを0にする*/	
	.mgl_10,
	.mgl_20,
	.mgl_30,
	.mgl_40,
	.mgl_50,
	.mgl_60{
	margin-left:0;
}
	
.honey{
	width: 100%;
	max-height: 400px;
	padding-top:70px;/*textの高さを調整*/
	
}


.honey_title p{
	margin-bottom: 10px;
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.honey img{
	width: 300px;
	height: auto;
	position: static;
	margin-bottom: 10px;
}

.honey_text{
	width: 100%;
	float: none;
}

.honey_text p{
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
	.bee{
		padding-top:195px;/*textの高さを調整。真ん中に来るように配置*/
	}
	
	.bee_title{
	width:120px;
		margin: 0 auto;
		padding: 0 0 20px;
	float: none;
}

.bee_title p{
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.bee img{
	width: 100px;
	height: auto;
}

.bee6{
	position:absolute;
	left: 10px;
	top:100px;
}

.bee4{
	position: absolute;
	top:90%;
	right: 10%;
}

.bee_text{
	width:100%;
	margin: 0 auto;
	padding-top:0;
}

.bee_text p{
	margin-bottom: 10px;
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
	
	.bee_grop1 img, .bee_grop2 img{
		width: 50px;
		height: 50px;;
	}
	
	.shop, .recipi{
	float:none;/*横並びを解除*/
		margin-top:45px;
}
	
	.shop p,.recipi p{
		margin-bottom: 10px;
	}

	.media_non_img{
		display: none;
	}
	
	.item_box{
		padding: 0;
	}
	
	.news{
	width: 100%;
	height:230px;
	margin: 0 auto;
	padding-top:40px;
}

.news p{
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
}

.info_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info_list dt{
	padding: 5px 0 0 5px;
	width: 40%;
}

.info_list dd{
	padding: 5px 0;
	width: 58%;
}
	
	/************footer************/
	footer{
	width: 100%;
	height: 690px;
	text-align: center;
	padding-bottom: 5px;
}

footer p{
	padding-top:50px;
	
}

.footer_box{
	width: 100%;
	margin: 0 auto;
	padding-top:10px;
}
.footer_info{
	width:100%;
	float: none;
}

.footer_info img{
	padding-bottom: 10px;
}

.footer_info_list{
	display: flex;
	flex-direction: column;
	padding: 0 5px;
}

.footer_info_list dt{
	padding: 5px 0;
	width: 30%;
	text-align: left;
}

.footer_info_list dd{
	padding: 5px 10px;
	width: 95%;
	text-align: left;
}

.map{
	padding-top:5px;
	width: 100%;
	overflow: hidden;
	float: none;
}

.copyright,.copyright_sb{
		padding: 0;
	font-size: 10px;
	line-height: normal;
	}
	/****************************/
}


@media screen and (min-width:668px) and (max-width:980px){
	
	.wrapper1{
	width: 100%;
	height: 500px;
	margin-top:200px;
	}
	
.wrapper2, .wrapper3{
	max-width: 100%;
	height: 600px;
}
	
	.intro img{
	width: 100px;
	height: auto;
}
	
	.intro{
	padding-top:100px;
	}
	
	.intro_img{
		text-align: center;
	}
	
	.honey{
	padding-top:150px;/*textの高さを調整*/
}

.honey_title{
	width: 100%;
	text-align: left;
	padding-left: 50px;
}

.honey img{
	width: 380px;
	height: auto;
	position:absolute;
	top:200px;
	left: -250px;
}

	
	.wrapper4{
	width: 100%;
	height: 820px;
	}
	
	.shop, .recipi{
	float:none;/*横並びを解除*/
		padding-bottom: 50px;
}

	.item_box{
		padding: 0;
	}
	
.news{
	width: 100%;
	height:250px;
	margin: 0 auto;
}

.info_list dt{
	padding: 10px 0 10px 10px;
	width: 30%;
}

.info_list dd{
	padding: 10px 0;
	width: 68%;
}
	/***********footer*************/
	footer{
	width: 100%;
	height: 570px;
	text-align: center;
	padding-bottom: 10px;
}

.copyright{
	padding-top:0;
	text-align: center;
}
	
	.copyright_sb{
		padding-top: 5px;
	}

.footer_box{
	width: 100%;
	padding-top:10px;
}
.footer_info{
	float: none;
	width: 600px;
	margin:  0 auto;
}

.footer_info img{
	padding-bottom: 10px;
}

.footer_info_list{
	display: flex;
	flex-wrap: wrap;
}

.footer_info_list dt{
	padding: 10px 0;
	width: 20%;
}

.footer_info_list dd{
	padding: 10px 0;
	width: 80%;
	text-align: left;
}
.map{
	padding-top:5px;
	width: 100%;
	height: 250px;
	overflow: hidden;
	float: none;
}
/****************************/
}

@media screen and (max-width:760px){
	.head_info{
		display: none;
	}
}

@media screen and (min-width:981px){
	
}