@charset "utf-8";

/* 基本レイアウト ここから↓ */
body {
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EEDCBF;
	min-width: 600px;
	max-width: 1100vw;
	min-height: 100vh
	
}
header nav footer{
	margin: 0;
	width : 100vw;
}
li a{
    display: block;
    height: 100%;
    width: 100%
}
nav p{
	margin: 2%;
	font-size: 21px;
	font-weight: bold;
}
.nav_top:hover{
opacity: 0.5;
}
.nav_menu:hover{
opacity: 0.5;
}
.nav_picky:hover{
opacity: 0.5;
}
.nav_online:hover{
opacity: 0.5;
}
.nav_contact:hover{
opacity: 0.5;
}
footer{
	background-color: #EFCD7D;
	text-align: center;
}
h1 {
	margin: 2px;
	font-size: small;
}
header .logo {
	text-align: center;
}
header ul li {
	list-style: none;
	background: radial-gradient(#FFFFFF,#F9E8B1);
	border: solid #707070 1.5px;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
header ul {
	display: flex;
}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
#graphic {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	height: 509px;
	box-sizing: content-box;
	overflow-clip-margin: content-box;
	overflow: hidden;
}
img {
	max-width: 100%;
	max-height: 100%;
}

#slider {
	margin: 0 auto 0 auto;
}
#slider ul {
	position: relative;
	list-style: none;
	padding-left: 0;
	}
#slider ul li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
#slider ul li.now {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
}
.news-wrapper{
	margin: 0;
	margin-left: 10%;
	display: flex;
}
.news-wrapper h2,ul {
	list-style-type: none;
	padding:0;
}
.main{
	margin-bottom: 1%;
	font-size: 1em;
}
.main h2{
	margin: 1%;
}
.main ul{
	margin: 1%;
	padding: 1%;
}
.main ul li{
	margin: 1% 0;
	padding-bottom: 5px;
	font-size: 17px;
	border-bottom: 2px dotted #000;
}
.main{
	width: 55%;
	height: 65%;
}
.news-content{
	margin: 0;
	margin-left: 18%;
	width: 53%;
	height: 65%;
	
	
}
.top{
	margin-top: 10%;
	width: 20em;
}
.shop-wrapper {
	display: flex;
	font-size: 1em;
	margin-left: 10%;

}
.info{
	margin: 0;
	background: url("../images/feed_bg_01.png") no-repeat;

	background-position: 0 100%;
	object-fit: contain;
	transform: scale(-1, 1);
}
.info h2,.info ul{
	transform: scale(-1, 1);
}
.info h2{
	margin: 0;
	padding-left: 1%;
}
.info ul li{
	margin: 1% 0;
	padding-left: 1%;
	padding-bottom: 1.5%
}
.copyright{
	position: relative;
	bottom: 16px;
	font-weight: bold;
	font-size: 11px;
}
#side_button{
  position: fixed;
  font-size: 15px;
  font-weight: bold;
  bottom: 5px;
  right: 1%;
  padding: 6px 5px;
}
#side_button div{
	background-image: url("../images/circle.png");
	width: 100px;
	height: 100px;
}
.shop-outer_side{
	position: relative;
	text-align: center;
	top: 25px; 
}
.top-outer_side{
	position: relative;
	text-align: center;
	top: 10px;
	left: 3px;
}
.contact-outer_side{
	position: relative;
	text-align: center;
	top: 37px;
}
a {
  text-decoration: none;
}
.shopimge{
	margin: 1%;
}
.map{
	margin: 1%;
	transform: scale(1.00);
	box-sizing:border-box;
	left: 5%;
}

/* トップページ ここまで↑ */
/* 「商品」ページ ここから↓ */

@media( min-width:600px) {
.nav_js{
	display: none;
	
}
}


#menu h2{
	margin: 0;
	margin-left: 12%;
}
.menu_area{
	margin: 0;
	padding: 2%;
	display: flex;
	position: relative;
	left: 10%;
}
.menu_kasipan{
	width: 45%;
	height: 45%;
	position: relative;
}
.kaicon{
	position: absolute;
	bottom: 3%;
	left: 1%;
}
.menu_Deli_bread{
	width: 45%;
	height: 45%;
	position: relative;
}
.soicon{
	position: absolute;
	bottom: 3%;
	left: 1%;
}
.menu_others{
	width: 45%;
	height: 45%;
	position: relative;
}
.oticon{
	position: absolute;
	bottom: 3%;
	left: 1%;
}
.menu_Drink{
	width: 45%;
	height: 45%;
	position: relative;
}
.doicon{
	position: absolute;
	bottom: 3%;
	left: 1%;
}


.menu_kasipan:hover{
	background-image: url("../images/Kirby_01.png");
	background-size: 250px;
	background-position: right 25% bottom 5%;
	background-repeat: no-repeat;
	transition-duration: 0.5s;
}
.menu_Deli_bread:hover{
	background-image: url("../images/Kirby_02.png");
	background-size: 250px;
	background-position: right 25% bottom 5%;
	background-repeat: no-repeat;
	transition-duration: 0.5s;
}
.menu_others:hover{
	background-image: url("../images/Kirby_03.png");
	background-size: 230px;
	background-position: right 25% bottom 5%;
	background-repeat: no-repeat;
	transition-duration: 0.5s;
}
.menu_Drink:hover{
	background-image: url("../images/Kirby_04.png");
	background-size: 230px;
	background-position: right 25% bottom 5%;
	background-repeat: no-repeat;
	transition-duration: 0.5s;
}
/* 「商品」ページ ここまで↑ */

/* 「こだわり」ページ ここから↓ */

.picky_material_img{
	margin: 0 auto;
	text-align: center;
	}
.picky_yeast_img{
	margin: 0 auto;
	text-align: center;
	}
/* 「こだわり」ページ ここまで↑ */

/* 「お問合せ」ページ ここから↓ */
/* 「お問合せ」ページ ここまで↑ */
