@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo , sans-serif;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.header-box {
	height: 130px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background-image: url(../images/nav_back.png);
	background-repeat: no-repeat;
	display: flex;
	z-index: 999;
}

header p img {
	width: 420px;
	float: left;
	margin: 10px 0 0 30px;
}

nav {
	flex: 1;
	width: 800px;
 }

nav ul {
	margin-left: 500px;
}

nav ul li {
	float: left;
	margin: 10px 50px 0 0;
}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	position: absolute;
	z-index: 1;
	top: 105%;
	left: -6px;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.7em 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	color: #ffffff;
	font-size: 1.5rem;
	border-radius: 6px;
	background-color: #ff7fb6;
}
.tooltip .tooltiptext::after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-bottom-color: #ff7fb6;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.hamburger {
	display: none;
}

/** article **/

#top img {
	width: 100%;
	display: block;
}

/** news **/

#news {
	width: 100%;
	height: 360px;
	background-color: #a4ffe0;
	text-align: center;
	position: relative;
}

#news h2 {
	padding-top: 40px;
}

.newsText {
	color: #999;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 50px;
}

.a img {
	position: absolute;
	top: -200px;
	left: 200px;
}

.b {
	position: absolute;
	top: -180px;
	left: 1200px;
}

.box {
   animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

/** menu **/

#menu {
	width: 100%;
	height: 470px;
	background-image: url(../images/food/back.jpg);
	background-size: cover;
	background-repeat:  no-repeat;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.menu {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	padding: 170px 0 20px 250px;
}

.icea {
	padding-top: 220px;
}

.iceb {
	padding-top: 110px;
}

.price {
	width: 900px;
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	font-weight: bold;
	color: #d9a7ad;
	margin: 0 auto;
}

.c img {
	position: absolute;
	top: -180px;
	left: 1320px;
}

.mini {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 100px;
}

.mini img {
	padding-bottom: 150px;
}

.ponpon {
	animation: ponpon 3.2s ease infinite;
}

@keyframes ponpon {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-12px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-12px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}

/** shop **/

#banner {
	width: 960px;
	height: 500px;
	margin: 0 auto;
	padding: 450px 0 0 30px;
	text-align: center;
}

.shopbana {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#topBtn {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	text-align: center;
}

/** footer **/

footer {
	width: 100%;
	height: 60px;
	background-color: #fad8e5;
}

.text {
	width:550px; 
	line-height: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #999;
	float: left;
	padding: 10px 0 0 40px;
}

.sns {
	display: flex;
	width: 340px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ffabc1;
	float: right;
}

.sns p {
	padding-top: 30px;
}

.sns img {
	padding: 18px 40px 0 10px;
}


