@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
}
a{color:#684C3A}
li{list-style:none}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}

body{
	width:100%;
	color:#231815;
	font-family:serif;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto;
}

a{
	transition: all 0.3s ease-in-out 0s;
}

img{
	vertical-align:middle;
	max-width: 100%;
}

#logo{
	position: absolute;
	left:40px;
	top: -95px;
	z-index: 100;
	transition: all 0.3s ease-in-out 0s;
}
#logo img{
	width:129px;
	transition: all 0.3s ease-in-out 0s;
}
.fixed #logo{
	left:55px;
	top: -35px;
}
.fixed #logo img{
	width:99px;
}
/*
#logo.logo_s{
	width:7%;
	top: 0;
}
*/
.shadow01{
	box-shadow:5px 5px 5px 0px rgba(104,76,58,0.4);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(104,76,58,0.4);
    -moz-box-shadow: 5px 5px 5px 0px rgba(104,76,58,0.4);
}
header{
/*	position: relative;
	top: 90px;*/
}
#header-wrap{
	height:138px;
	background-color: #FFF;
	position:relative;
}

#nav_wrapper{
	background-color: #fdfdfd;
	width: 100%;
	position:absolute;
	bottom:0;
}
#nav_wrapper.fixed{
	position: fixed;
	top: 0;
	bottom:auto;
}

.nav{
	width: 100%;
	margin: 0 auto;
}
#nav{
	display: flex;
	justify-content: flex-end;
    padding: 10px;
	max-width: 1190px;
	margin: 0 auto;
	position:relative;
}
#nav ul{
	display:flex;
}
#nav li #facebook_icon{
	padding-right:10px;
	}
#nav li #twitter_icon{
	padding:0 15px;
	}
#nav li #google_icon{
	padding-left:10px;
}
.brown{
	color:#854a2a;
}
.green{
	color:#6e8200;
}
#morning_fresh_bg{
	background-image: url(../img/morning_fresh.png);
	background-position:center center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 975px;
/*	z-index: 1;*/
	position: relative;
	margin-top: 45px;
}
#morning_fresh_inner{
	width:760px;
	padding:215px 0 0;
	margin:0 auto;
}
#morning{
	min-height:340px;
}
#fresh{
    margin-left:130px;
}
#morning .morning_fresh-contet{
    width: 530px;
}
#fresh .morning_fresh-contet{
    width: 520px;
}

#granolas{
	width: 1128px;
	margin:-70px auto 0 auto;
	display: block;
}

#akagome_asagimame{
	max-width: 1190px;
	margin:0 auto;
	background:url(../img/granola_img.png) center top no-repeat;
	padding-top:475px;
	margin: -90px auto 40px;
}
#akagome_asagimame-content{
	max-width:1120px;
	margin:0 auto;
}
#akagome,
#asagimame{
	display:inline-block;
	vertical-align: top;
	text-align: center;
	width:50%;
	padding:0 2%;
}
#akagome_asagimame h3 img{
	max-width:100%;
}
.product_inner{
	text-align:left;
	line-height: 1.6;
}
.product-content{
	padding-top:15px;
}
.product-photo{
	width:188px;
}
#akagome .product-photo{
	float:left;
}
#akagome .product-content{
	margin-left:188px;
}
#asagimame .product-photo{
	float:right;
}
#asagimame .product-content{
	margin-right:188px;
}
.product-content-line{
	width:100%;
}
.capacity{
	font-size:0.9em;
}
#asagimame .capacity{
	text-align:right;
}


#btn-shopping-site{
	padding:10px 0 60px;
}
#btn-shopping-site a{
	display:block;
	width:400px;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background: #854a2a;
	border:3px solid #FFF;
	border-radius:30px;
	padding:10px 0;
	margin:0 auto;
}
#btn-shopping-site a:hover{
	background: #854a2a;
	border:3px solid #c2a494;
}

#bnr_taikoban {
	text-align: center;
}
#bnr_taikoban a img {
	transition: .3s ease;
}
#bnr_taikoban a:hover img {
	opacity: .8;
}

footer{
	max-width: 1120px;
	margin: 0px auto;
	padding-bottom:30px;
}
#footer{
    border-top: 1px solid #684C3A;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 20px 0 0 10px;
}
address{
	font-family:sans-serif;
	color:#815737;
	margin-left: 20px;
}

footer #arr{
	text-align:center;
	margin:10px auto 0 auto;
	font-size: 12px;
	color:#684C3A;
}




.fixed{
	position: fixed;
    top: 0;
    width: 100%;
	z-index: 10100;
	background-color: #fdfdfd;
}








.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
