@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: 50px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: url(../images/nav_back.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	z-index: 999;
}

header p img {
	width: 150px;
	margin: 10px 0 0 10px;
}

nav {
	display: none;
}

/** ハンバーガーメニュー **/

/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 1%;
	top: 0; /* ハンバーガーアイコンの位置（上から） */
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 4em; /* アイコン（クリック可能領域の）高さ */
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #a6dbed; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1:before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1:after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #fafafa; /* メニューエリアの背景色 */
	padding: 5em 3% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: 100%;
	width: 30%;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 5% !important; /* !important不要な場合もあり */
	list-style: none;
}
.hamburger-demo-menulist li a{
	font-size: 1.4rem;
	text-decoration: none;
	color: #a6dbed; /* メニューリストの文字色 */
	display: block;
	padding: .5em 0;
}

.hamburger-demo-menulist li a:hover {
	color: #ff96c4;
}

/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
	left: 70%;
}
	/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

.hamburger-demo-menulist img {
	width: 20px;
	padding: 5px 0 0 5px;
}

/** article **/

article {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.slider {
	height: auto;
	margin: 80px 0 40px 0;
}

.slider  h1 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffabc1;
	padding-bottom: 15px;
}

#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 {
	width: 95%;
	margin: 20px 0 0 20px;
}

/** recommend **/

#recommend h2 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffabc1;
	margin-top: -10px;
	padding-bottom: 15px;
}

.item {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.item img {
	width: 120px;
}

/** shop **/

#shop {
	width: 95%;
	height: 250px;
	margin: 0 auto;
}

#shop h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffabc1;
	padding: 30px 0 10px;
}

.shopImg {
	width: 35%;
	float: left;
	padding-left: 5px;
}

.shopImg img {
	width: 150px;
}

.shopTexta,
.shopTextb {
	width: 60%;
	float: right;
	font-weight: bold;
	color: #ffabc1;
	margin-top: 13px;
}

.shopTexta {
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffabc1;
}

.shopTextb {
	font-weight: bold;
	color: #ffabc1;
	line-height: 1.2;
}

#banner {
	margin-bottom: 30px;
}

#banner img {
	width: 100%;
}

#topBtn {
	width: 100%;
	height: 100px;
	margin: 0 auto;
}

#topBtn img {
	width: 65px;
}

/** footer **/

footer {
	width: 100%;
	height: 50px;
	background-color: #fad8e5;
}

.text { 
	line-height: 1.4;
	font-weight: bold;
	color: #999;
	text-align: center;
	padding-top: 12px;
}

.sns {
	display: none;
}
