@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: 90px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: rgba(255,255,255,0.6);
	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 **/

article {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

.slider {
	height: auto;
	margin: 120px 0 40px 0;
}

.slider  h1 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffabc1;
	padding-bottom: 20px;
}

#slider img {
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 auto;
}

.line img {
	margin: 20px 0 0 -30px;
}

/** recommend **/

#recommend h2 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffabc1;
	padding-bottom: 20px;
}

.item {
	display: flex;
	justify-content: space-between;
}

/** shop **/

#shop {
	height: 400px;
}

#shop h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffabc1;
	padding: 40px 0 30px;
}

.shopImg {
	width: 30%;
	float:left;
	padding-left: 20px;
}

.shopTexta,
.shopTextb {
	width: 50%;
	float: right;
	font-weight: bold;
	color: #ffabc1;
	margin-top: 60px;
}

.shopTexta {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffabc1;
}

.shopTextb {
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffabc1;
	line-height: 1.5;
}

#banner {
	margin: 90px 0 60px;
}

#topBtn {
	width: 100%;
	height: 150px;
	margin: 0 auto;
}

/** 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;
}


