@charset "utf-8";

body,h1,h2,h3,ul,li,p,a{
	margin: 0;
	padding: 0;
}

img{
	vertical-align: bottom;
	border: 0;
}

ul{
	list-style: none;
	font-family: "Yu Mincho", "YuMincho";
	font-weight: bold;
}

h2{
	font-family: "Yu Mincho", "YuMincho";
	font-weight: normal;
	font-size: 2.1em;
}

.all{
	width: 1000px;
	margin: 0 auto;
}

/* logo nav main */
header{
	display: flex;
	position: relative;
}

.header_nav .logo{
	position: absolute;
	margin-left: 45px;
	margin-top: 45px;
}

.header_nav ul{
	font-size: 1.9em;
	position: absolute;
	margin-top: 550px;
	margin-left: 45px;
}

.header_nav ul a{
	color: #000;
	text-decoration: none;
}

.header_nav ul a:hover{
	color: #ff9900;
}

.main-img{
	position: absolute;
	right: 0;
}

main{
	margin-top: 840px;
}

/* introduction */
.introduction{
	position: relative;
	margin-bottom: 200px;
}

.introduction .intro-img{
	text-align: right;
}

.introduction h2{
	position: absolute;
	top:30px;
	left: 15px;
}

.introduction .text{
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 80px;
	width: 550px;
	padding: 25px 75px 25px 35px;
}

.introduction .text p{
	margin-bottom: 1em;
}

/* effect */
.effect-flex{
	display: flex;
	flex-wrap: warp;
	margin-bottom: 40px;
}

.effectbox{
	width: 300px;
	margin-left: 25px;
	margin-top: 20px;
}

.effectbox h3{
	text-align: center;
}

.effectbox p{
	margin-bottom: 10px;
	line-height: 1.7;
}

/* food-ingredients */
.food-ingredients{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 50px;
}

.food-ingredients table{
	width: 550px;
	margin: 0 20px;
	border-collapse: collapse;
}

.food-ingredients table th{
	width: 30%;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}

.food-ingredients table td{
	width: 70%;
	text-align: right;
	padding-right: 5px;
}

.food-ingredients table tr:nth-child(odd){
	background-color: #d2f6c5;
}

/* bin */
.bin-flex{
	display: flex;
	flex-wrap: wrap;
}

.bin-box{
	width: 350px;
	padding: 0 25px 0 25px;
	position: relative;
	margin-bottom: 50px;
}

.bin-box a{
	color: #000;
	text-decoration: none;
}

.bin-box p{
	margin-bottom: 1.5em;
}

/* footer */
footer{
	background-color: #066222;
}

.footer-menu{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 45px 0;
}

.footer-menu p{
	margin-top: 15px;
}

.inline li{
	display: inline;
}

.inline li a{
	color: #fff;
	text-decoration: none;
}

.inline li a:hover{
	text-decoration: underline;
}

.inline li::before{
  content: "| ";
}

.inline li:first-child::before{
  content: "";
}