@charset "utf-8";

/* 基本レイアウト ここから↓ */
body {
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EEDCBF;
	max-width: 599px;
	
}
header nav footer{
	margin: 0;
	width : 100vw;
}
nav p{
	margin: 2%;
	font-size: 16px;
	font-weight: bold;
}
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;
	width: 100%;
}
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 h2,ul {
	list-style-type: none;
	padding-left: 0;
}
.top{
	border-radius: 10px;
}
.main{
	font-size: 1em;
}
.main h2{
	margin: 10px;
}
.main ul{
	margin: 5px;
	padding: 5px;
}
.main ul li{
	padding-bottom: 5px;
	font-size: 15px;
	border-bottom: 2px dotted #000;
}
.main .top{
	width: 85%;
	height: 90%;
}
.news-content{
	margin: 0;
	position: relative;
	transform: scale(0.9);
	left: 10px;
}
.top{
	position: relative;
	left: 30px;
}
.shop-wrapper {
	margin: 0px;
	font-size: 18px;
	gap: 5px;
}
.info{
	margin: 5px;
}
.copyright{
	position: relative;
	bottom: 16px;
	font-weight: bold;
	font-size: 11px;
}



#side_button{
  position: fixed;
  font-size: 15px;
  font-weight: bold;
  bottom: 5px;
  right: 2%;
  padding: 6px 10px;
  
}
#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;
	left: 3px;
}
.contact-outer_side{
	position: relative;
	text-align: center;
	top: 37px;
}
a {
  text-decoration: none;
}
.map{
	margin: 0;
	transform: scale(0.7);
	position: relative;
	right: 10%;
}
/* トップページ ここまで↑ */

/* 「商品」ページ ここから↓ */
#menu h2{
	margin: 0;
	margin-left: 10%;
}
.menu_area{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
}
.menu_kasipan{
	width: 49%;
	height: 49%;
	position: relative;
}
.kaicon{
	position: absolute;
	bottom: 3%;
	left: 0;
}
.menu_Deli_bread{
	width: 49%;
	height: 49%;
	position: relative;
}
.soicon{
	position: absolute;
	bottom: 3%;
	left: 0;
}
.menu_others{
	width: 49%;
	height: 49%;
	position: relative;
}
.oticon{
	position: absolute;
	bottom: 3%;
	left: 0;
}
.menu_Drink{
	width: 49%;
	height: 49%;
	position: relative;
}
.doicon{
	position: absolute;
	bottom: 3%;
	left: 0;
}

/* 「商品」ページ ここまで↑ */

/* 「こだわり」ページ ここから↓ */
.picky_material h1{
	font-size: 21px;
	margin: 0;
	padding-left: 3%;
}
.picky_material h2{
	margin: 0;
	margin-left: 2%;
	font-size: 21px;
	max-width: 208px;
	width: 100vw;
	max-height: 40px;
	padding-left: 0;
	background: radial-gradient(#FFFFFF,#F9E8B1);
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 10%;
}
.picky_material p{
	margin: 2%;
	margin-right: 8%;
}
.picky_yeast h2{
	margin: 0;
	margin-left: 2%;
	font-size: 21px;
	max-width: 208px;
	width: 100%;
	max-height: 40px;
	padding-left: 0;
	background: radial-gradient(#FFFFFF,#F9E8B1);
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 10%;

}
.picky_yeast p{
	margin: 2%;
	margin-right: 8%;
}


/* 「こだわり」ページ ここまで↑ */

/* 「お問合せ」ページ ここから↓ */
#contact {
	margin-left: 5%;
}
#contact h1{
	font-size: 25px;
}
.form-table th,
.form-table td {
  display: block;
  width: 100%;
  border-bottom: none;
}
.form-table th{
	text-align: left;
}
/* 「お問合せ」ページ ここまで↑ */

/* ハンバーガーメニュー ここから↓ */
@media( max-width:599px) {
    /*　画面サイズが599pxまではここを読み込む　*/
footer{
	position: relative;
}

#side_button{
	position: fixed;
	margin-bottom: 5%;
	visibility:hidden;

}
span{
	visibility: initial;
}
.nav_toggle {
  display: block;
  position: absolute;
  background: rgba(255,255,255,0.75);
  border-radius: 3%;
  bottom: 10%;
  right: 10%;
  width: 1.75rem;
  height: 1.5rem;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}
.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
.nav_js {
  position: fixed;
  right: 0;
  bottom: 4rem;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  
}
.nav_js ul li{
	background: radial-gradient(#FFFFFF,#F9E8B1);
	width: 100%;
	text-align: center;
	margin: 2%;
	padding: 2%;
	border-radius: 5%;
}
.nav_js.show {
  opacity: 1;
  visibility: visible;
}


}
/* ハンバーガーメニュー ここまで↑ */
