@import "/css/font-awesome/css/font-awesome.min.css";
p {
	line-height: 1.5;
}
.wrapper {
	overflow: hidden;
}
.wrapper img {
	max-width: 100%;
}
.wrapper a {
	text-decoration: none;
}
.wrapper ol {
	list-style: none;
}
.pc_only {
	display: none;
}
@media only screen and (min-width: 640px) {
/* 640px以上で適用する内容 */
.wrapper {
	font-size: 100%;
	padding: 2%;
}
.wrapper p {
	line-height: 1.8;
}
.wrapper a {
	transition: 0.5s;
}
.wrapper a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.wrapper img {
	width: auto;
}
.pc_only {
	display: inline;
}
.sp_only {
	display: none;
}
}
@media only screen and (min-width: 940px) {
/* 940px以上で適用する内容 */
.wrapper {
	width: 940px;
	margin: 0 auto;
}
}
/* =========================================
ヘッダ
======================================== */
.header {
	margin: 0 0 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}
.header .logo {
	width: 33.6vw;
	margin-left: 5px;
	margin-right: auto;
}
@media only screen and (min-width: 640px) {
/* 640px以上で適用する内容 */
.header .logo {
	width: 170px;
}
}
/* ========================================
商品説明
======================================== */
h2 {
	margin-bottom: 30px;
	padding: 10px 0;
	border-bottom: #ccc solid 1px;
	border-top: #ccc solid 1px;
	color: #82834f;
	font-size: 21px;
	text-align: center;
}
h3 {
	color: #82834f;
	font-size: 18px;
}
.clearfix {
	overflow: hidden;
	padding: 0 10px;
}
.heading p {
	padding: 0 10px 30px;
}
.main_img {
	padding: 0 10px 20px;
}
.text {
	float: none;
}
.image_left {
	float: none;
}
.image_right {
	float: none;
}
.mb {
	margin-bottom: 50px;
}
 @media only screen and (min-width: 640px) {
/* 640px以上で適用する内容 */
h2 {
	margin-bottom: 30px;
	padding: 10px 0;
	border-bottom: #ccc solid 1px;
	border-top: #ccc solid 1px;
	font-size: 24px;
	color: #82834f;
	text-align: center;
}
h3 {
	color: ##82834f;
	font-size: 18px;
}
.clearfix {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0;
}
.heading p {
	padding: 0 0 30px;
}
.main_img {
	padding: 0 0 20px;
}
.text {
	width: 50%;
	float: left;
}
.image_left {
	float: left;
	width: 48%;
	padding-right: 2%;
}
.image_right {
	float: right;
	width: 48%;
	padding-left: 2%;
}
.mb {
	margin-bottom: 50px;
}
}
/* ===================================
ボタン
=================================== */
.more {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #741;
	text-align: center;
}
.more a {
	display: block;
	color: #fff;
}
.more_item {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.more_item a {
	display: block;
	color: #333;
}
.more_item a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	font-size: 120%;
}
 @media only screen and (min-width: 640px) {
/* 640px以上で適用する内容 */
.more {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	background-color: #741;
	text-align: center;
}
.more a {
	display: block;
	color: #fff;
}
.more_item {
	position: relative;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.more_item a {
	display: block;
	color: #333;
}
.more_item a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	font-size: 120%;
}
}
/* =====================================
トップ
===================================== */
.mv {
	position: relative;
	margin-bottom: 30px;
}
h1 {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 5px 20px;
	background-color: #fff;
	opacity: 0.7;
	font-size: 21px;
	font-weight: normal;
	color: #741;
	text-align: center;
}
.lead {
	padding: 0 10px 30px;
	color: #82834f;
	text-align: left;
}
@media only screen and (min-width: 640px) {
/* 640px以上で適用する内容 */
.mv {
	position: relative;
	margin-bottom: 50px;
}
h1 {
	position: absolute;
	width: 300px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 10px 50px;
	background-color: #fff;
	opacity: 0.7;
	font-size: 24px;
	font-weight: normal;
	color: #741;
	text-align: center;
}
.lead {
	padding: 0 0 50px;
	color: #82834f;
	text-align: center;
}
}
/* ======================================
ナビゲーション
====================================== */
.w_nav ul {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}
.w_nav ul li {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	padding-left: 10px;
	background-color: #741;
}
.w_nav ul li a {
	display: block;
	color: #eee;
}
.w_nav ul li:last-child {
	margin-bottom: none;
}
.w_nav ul li a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 20px;
	font-size: 120%;
}

.nav ul {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}
.nav ul li {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	padding-left: 10px;
	background-color: #eee;
}
.nav ul li a {
	display: block;
	color: #741;
}
.nav ul li:last-child {
	margin-bottom: none;
}
.nav ul li a:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 20px;
	font-size: 120%;
}
@media only screen and (min-width: 640px) {
/* 640px以上で適用する内容 */
.w_nav ul {	
    margin:0 auto;
	width: 80%;
	overflow: hidden;
	padding-bottom: 30px;
}
.w_nav ul li {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	
}
.w_nav ul li a {
	
	background-color: #741;
	text-align:center;
	display: block;
	color: #eee;
}
.w_nav ul li:last-child {
	margin-bottom: none;
}
.w_nav ul li a:after {
	display: none;
}

.nav ul {
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.nav ul li {
	float: left;
	width: 19.2%;
	height: 45px;
	line-height: 45px;
	border-bottom: none;
	padding-left: 0;
	margin-left: 1%;
}
.nav ul li a {
	display: block;
	color: #741;
	font-weight: normal;
	text-align: center;
}
.nav ul li:first-child {
	margin-left: 0;
	border-top: none;
}
.nav ul li a:after {
	display: none;
}
}
/* =====================================
フッタ
===================================== */
.footer {
	margin: 3em 0;
	font-size: 60%;
	text-align: center;
}
/* =====================================
TOTOP
===================================== */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 10px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #82834f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
