@charset "UTF-8";
/* CSS Document */

/* ---- スライダー ---- */
.sliderWrap {
	height: 250px;
	overflow: hidden;
	z-index: 1;
}
/* ---- 円 ---- */
.circle {
	position: relative;
	padding: 15% 5% 5% 5%;
	border-radius: 80%;
	background-color: #F1F1F1;
	margin-top: -40px;
	z-index: 2;
	text-align: center;
}
/* ---- インナーケア ---- */
.innerCare {
	position: relative;
	margin-bottom: 30px;
}
/* ---- 送料 ---- */
.souryou {
	width: 80%;
	margin: 0 auto;
}
/* ---- メニューボタン ---- */
.menuBtn_kokusan {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../../img/index/kokusan.jpg);
	background-size: cover;
	margin-bottom: 3px;
}
.menuBtn_kokusan a {
	color: #FFF;
}
.menuText_kokusan {
	text-align: center;
	width: 62%;
	float: right;
	color: #FFF;
	padding: 10% 2%;
}
.menuBtn_decaffe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../../img/index/decaffe.jpg);
	background-size: cover;
	margin-bottom: 3px;
}
.menuBtn_tochucha a {
	color: #000;
}
.menuText_decaffe {
	text-align: center;
	width: 62%;
	float: right;
	color: #000;
	padding: 6% 2%;
}
.menuBtn_tochucha {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:url(../../img/index/tochucha.jpg);
	background-size: cover;
	margin-bottom: 3px;
}
.menuBtn_tochucha a {
	color: #FFF;
}
.menuText_tochucha {
	text-align: center;
	width: 62%;
	float: right;
	color: #FFF;
	padding: 10% 2%;
}
.menuText_title {
	font-size:1.6em;
	line-height: 1em;
	font-weight: bold;
}
.menuText_english {
	font-size:0.7em;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	line-height: 3em;
}
.menuText_english_decaffe {
	font-size:0.7em;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	line-height: 3em;
}
.menuText_caption {
	font-size:0.8em;
	line-height: 1.3em;
}

/* ---- ストアーボタン ---- */
.storeBtn_Wrap {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	height: 100%;
	overflow: hidden;
}
.storeBtn_Wrap a {
	display: block;
  	width:100%;
	color: #FFF;
	text-decoration: none;
} 
.storeBtn {
	margin: 0;
}
.storeBtn_info {
	background: #000;
	text-align: center;
	padding: 3px;
	margin: 0;
	margin-top: -5px;
	color: #FFF;
	font-size: 0.9em;
}