@charset "UTF-8";

/* =========================================================
 Body
========================================================= */
body {
	font-family: "メイリオ",Verdana,Arial,Helvetica,Geneva,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color: #6c6a5e;
	font-size: 14px;
}

/* =========================================================
 A
========================================================= */
.alpha:hover {
	opacity: 0.6;
}
a:link,
a:visited,
a:active,
a:hover {
	outline: none;
	text-decoration: none;
}
/* =========================================================
 Container
========================================================= */
.container {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
	.container {
	    width: 1024px;
	    padding: 0;
	}
}
@media (max-width: 767px) {
	.container {
	    padding: 0;
	}
}
/* =========================================================
 Image
========================================================= */
img {
	max-width: 100%;
	height: auto;
}
/* =========================================================
 Button
========================================================= */
.login-button {
	background-color: #C79D4B;
	padding: 10px 36px;
	display: inline-block;
	color: #FFF;
}
.login-button:hover {
	color: #FFF;
	background-color: #CBAC14;
}
header .login-button {
	width: 115px;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	height: 30px;
	margin-top: 5px;
}
.register-button {
	background-color: #6C6A5E;
	color: #FFF;
	padding: 10px 24px;
	display: inline-block;
}
.register-button:hover {
	color: #FFF;
	opacity: 0.9;
}
header .register-button {
	width: 115px;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	height: 30px;
	margin-top: 5px;
}
footer .register-button {
	background-color: #958E86;
}
/* =========================================================
 Button area
========================================================= */
.button-area {
	padding: 50px 0 40px 0;
}
.button-area .text-center a {
	margin: 0 7px;
}
.button-area .pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-image: url(../img/pagetop.png);
	width: 91px;
	height: 91px;
	opacity: 0.6;
}
@media (max-width: 767px) {
	.button-area .pagetop {
		width: 60px;
		height: 60px;
		background-size : 100% 100%;
		bottom: 10px;
		right: 10px;
	}
	.button-area .pagetop a {
		width: 60px !important;
		height: 60px !important;
		padding-top: 32px !important;
		font-size: 10px;
	}
}
.button-area .pagetop:hover {
	opacity: 1.0;
}
@media (max-width: 767px) {
	.button-area div.text-center {
		padding-left: 10px;
		text-align: left;
	}
}
.button-area .pagetop a {
	text-align: center;
	display: inline-block;
	width: 91px;
	height: 91px;
	color: #FEFEFE;
	padding-top: 48px;
}
.button-area .pagetop a:hover,
.button-area .pagetop a:active {
	text-decoration: none;
}
/* =========================================================
 Header
========================================================= */
header {
	padding: 15px 20px 0 20px;
}
header h1 {
	margin: 0;
}
header .navbar {
	margin: 23px 0 0 0;
	border: none;
	background-color: #FFF;
}
header .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
header .navbar-nav {
	border-right: #6C6A5E 1px solid;
}
header .navbar-nav > li {
	border-left: #6C6A5E 1px solid;
	text-align: center;
	height: 25px;
}
.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    min-width: 135px;
}
.navbar-nav > li > a.tow-lines {
	padding-top: 0;
	margin-top: -5px;
}
@media (max-width: 767px) {
	header .pull-right,
	header .pull-left {
		float: none !important;
		width: 100%;
	}
	header .pull-right,
	header .pull-right .text-right {
		text-align: center !important;
		margin-bottom: 20px;
	}
	header .navbar {
		width: 100%;
	}
	header .navbar-nav > li > a {
		padding-top: 5px !important;
		margin-top: 0 !important;
	}
	header .navbar-nav > li > a br {
		display: none;
	}
	header .navbar-nav > li {
		border: none;
	}
	header .navbar-nav {
		width: 100%;
		border: none;
		margin: 7px 0;
	}
}
/* =========================================================
 Footer
========================================================= */
footer {
	background-color: #6C6A5E;
	color: #FEFEFE;
	padding: 40px 20px 15px 50px;
	font-size: 12px;
}
footer a {
	color: #FEFEFE;
}
footer a:hover,
footer a:active,
footer a:focus {
	color: #CBAC14;
}
footer ul.list-inline li {
	margin-right: 30px;
}
footer ul.list-inline li:last-child {
	margin-right: 0;
}
footer .freedial {
	background-image: url(../img/freedial_w.png);
	background-repeat: no-repeat;
	width: 240px;
	display: inline-block;
	padding-top: 40px;
}

footer .menu-box {
	border-left: 1px solid #FFF;
	margin-left: 20px;
}
footer ul.menu {
	padding: 0 0 0 20px;
	margin: 0;
}
footer ul.menu li {
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	footer {
		padding: 40px 20px 95px 20px;
	}
	footer .pull-left,
	footer .pull-right {
		float: none !important;
		width: 100%;
	}
	footer .pull-right {
		margin-top: 20px;
		text-align: center !important;
	}
	footer .pull-right .text-right {
		text-align: center !important;
	}
	footer .pull-left a img {
		margin: 0 auto 10px auto;
	}
	footer .menu-box {
		border: none;
	}
	footer .clearfix.mb50 {
		margin-bottom: 10px;
	}
	footer .copy {
		text-align: center;
	}
}

/* =========================================================
 Top
========================================================= */
.carousel-control img {
	position: absolute;
	top: 45%;
}
.carousel-control.left img {
	left: 20px;
}
.carousel-control.right img {
	right: 20px;
}
.carousel {
	position: relative;
}
.carousel-indicators {
	position: absolute;
	bottom: -40px;
}
.carousel-indicators li {
	border: none;
    background-color: #99998F;
    height: 10px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #6D6B5F;
    height: 10px;
    width: 10px;
	border: none;
}
.carousel h1 {
	margin: 0;
	padding: 0;
}
.top-block {
	margin-bottom: 20px;
	position: relative;
}
.top-block2 a,
.top-block4 a {
	position: absolute;
	bottom: 35px;
	left: 42%;
	display: inline-block;
}
.top-block3 a {
	position: absolute;
	bottom: 35px;
	left: 29%;
	display: inline-block;
}
@media (max-width: 767px) {
	.top-block a {
		padding-top: 5px;
		position: static;
		display: block;
		text-align: center;
	}
}
.top-main {
	padding: 0 23px 50px 23px;
	background-color: #FFF;
}
@media (max-width: 767px) {
	.top-main {
	    padding: 0 0 50px 0;
	}
}
.top-main h2 {
	background-color: #6D6B5F;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	padding-top: 3px;
	font-weight: bold;
	height: 32px;
	margin: 20px 0 0 0;
}
.top-products .product a {
	display: inline-block;
	padding: 0 35px;
}
.top-products .product .product1,
.top-products .product .product2 {
	background-repeat: no-repeat;
	width: 489px;
	min-height: 449px;
	text-align: center;
	color: #eee;
	padding: 120px;
}
.top-products .product p {
	line-height: 1.7;
	font-size: 13px;
}
.top-products .product p.name {
	font-size: 18px;
	margin: 20px 0;
}
.top-products .product .arrow {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/product-arrow.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 40px 0;

}
.top-products .product .product1 {
	background-image: url(../img/product-bg1.png);
}
.top-products .product .product2 {
	background-image: url(../img/product-bg2.png);
}
@media (max-width: 767px) {
	.top-products .product {
		float: none !important;
		width: 100%;
	}
	.top-products .product > img {
		width: 100%;
		height: auto;
	}
	.top-products .product img {
		max-width: 100%;
		height: auto;
	}
	.top-products .product a {
		display: inline-block;
		padding: 0 5px;
	}
	.top-products .product .product1,
	.top-products .product .product2 {
		width: 100%;
		background-position: center;
		padding: 120px 20%;
	}
}
.top-topics {
	background-color: #EEE2CC;
}
.top-topics .topic {
	padding: 0 25px;
	width: 489px;
}
.top-topics .topic a img {
	width: 100%;
}
.top-topics .topic h3 {
	font-size: 14px;
	border-left: #6D6B5F solid 5px;
	padding-left: 10px;
	margin: 30px 0 5px 0;
}
.top-topics .topic .commnet {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.top-topics .topic {
		width: 100%;
		float: none !important;
	}
}
.top-bottom {
	text-align: center;
	background-image: url(../img/top-bottm-bg.png);
	background-repeat: no-repeat;
	height: 421px;
	padding-top: 160px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
@media (max-width: 767px) {
	.top-bottom {
		width: 100%;
		background-position: top center;
		font-size: 11px;
	}
}

/* =========================================================
 Main content
========================================================= */
.main {
	background-color: #EEE2CC;
}
.main h1 {
	text-align: center;
	background-color: #9C834B;
	font-size: 21px;
	color: #FAF9F5;
	padding: 30px 0;
	font-weight: bolder;
	margin: 0;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.main h1 small {
	color: #FAF9F5;
	font-size: 11px;
	padding-bottom: 10px;
	display: inline-block;
	font-weight: bolder;
}
.main .button-area .pagetop {
	right: 10px;
}
/* =========================================================
 Text
========================================================= */
.text-red {
	color: #7A181A;
}

/* =========================================================
 Q&A
========================================================= */
.qa-link {
	background-color: #9C834B;
	margin: 3px 0 0 0;
	padding: 10px 0;
}
.qa-link li {
	padding-left: 10px;
	padding-right: 10px;
}
.qa-link a {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.qa-link a:hover {
	text-decoration: underline;
}
.main .qa {
	background-color: #FFF;
	margin: 40px 125px 0 125px;
	padding: 42px 85px 78px 85px;
}
.main .qa dl {
	margin-bottom: 80px;
}
.main .qa h2 {
	background-image: url(../img/qa-h2.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 6px 0 6px 50px;
}
.main .qa dl dt,
.main .qa dl dd {
	padding-left: 60px;
}
.main .qa dl dt {
	margin-top: 25px;
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	padding: 10px 0 10px 60px;
	background-position: left top;
}
.main .qa dl dd {
	margin-top: 20px;
	border-bottom: #9C834B 2px dashed;
	padding: 5px 0 25px 60px;
	background-image: url(../img/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #777;
}
@media (max-width: 767px) {
	.main .qa {
		margin: 40px 15px 0 15px;
		padding: 42px 15px 78px 15px;
	}
}

/* =========================================================
 About
========================================================= */
.about-h1 {
	background-image: url(../img/about-h1.png),url(../img/about-h1.png);
	background-size: auto 100%;
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
}
.about-about-block {
	background-image: url(../img/about-top-bg.png);
	background-position: top;
	width: 100%;
	height: 300px;
	margin-top: 30px;
	padding: 40px 240px 0 240px;
}
.about-about-block h2 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.about-about-block p {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
.about-nav {
	text-align: center;
	padding: 35px 0;
}
.about-nav a {
	background-color: #9C834B;
	color: #FFF;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	margin: 5px;
	width: 230px;
	height: 30px;
	display: inline-block;
	padding-top: 5px;
}
.about h3 {
	font-weight: bold;
	font-size: 21px;
	background-image: url(../img/about-h3-bg.png);
	background-repeat: no-repeat;
	height: 53px;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 45px 0;
}
.about .about-block-1 {
	background-image: url(../img/about-block-1-bg.png);
	background-repeat: no-repeat;
	height: 359px;
	margin-bottom: 60px;
	padding: 40px 0 0 0;
}
.about .about-block-1 .lead {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 65px;
}
.about .about-block-1 .body {
	width: 425px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.about .about-block-2 {
	background-image: url(../img/about-block-2-bg.png);
	background-repeat: no-repeat;
	height: 359px;
	padding: 60px 0 0 0;
}
.about .about-block-2 .lead {
	font-size: 18px;
	font-weight: bold;
}
.about .about-block-2 .body {
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 240px;
	line-height: 24px;
}
.about .about-block-3 .lead-text {
	background-color: #FFF;
	padding: 15px;
	width: 470px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow:rgb(255, 255, 255) 0px 0px 3px 2px;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 3px 2px;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 3px 2px;
	font-weight: bold;
	font-size: 14px;
}
.about .about-block-3 h4 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
}
.about .about-block-3 .effect {
	width: 767px;
	height: 170px;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 14px;
	padding: 25px 35px 0 395px;
}
.about .about-block-3 .effect p {
	display: table-cell;
	vertical-align: middle;
	height: 125px;
}
.about .about-block-3 .effect1 {
	background-image: url(../img/about-effect1.png);
	background-repeat: no-repeat
}
.about .about-block-3 .effect2 {
	background-image: url(../img/about-effect2.png);
	background-repeat: no-repeat
}
.about .about-block-3 .effect3 {
	background-image: url(../img/about-effect3.png);
	background-repeat: no-repeat
}
.about .about-block-3 .effect4 {
	background-image: url(../img/about-effect4.png);
	background-repeat: no-repeat
}
.about .about-block-3 .effect5 {
	background-image: url(../img/about-effect5.png);
	background-repeat: no-repeat
}
.about .about-block-3 .effect6 {
	background-image: url(../img/about-effect6.png);
	background-repeat: no-repeat
}
.about .about-block-3 .effect7 {
	background-image: url(../img/about-effect7.png);
	background-repeat: no-repeat
}
.about .about-block-3 .effect8 {
	background-image: url(../img/about-effect8.png);
	background-repeat: no-repeat;
}
.about .about-block-4 .recommended {
	width: 746px;
	margin: 0 auto 55px auto;
	border-radius: 14px;
	padding: 60px;
}
.about .about-block-4 .recommended h4 {
	font-size: 20px;
	margin-bottom: 30px;
}
.about .about-block-4 .recommended ul {
	padding: 0;
	list-style: none;
}
.about .about-block-4 .recommended ul li {
	font-size: 16px;
	background-image: url(../img/list-check.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 55px;
}
.about .about-block-4 .recommended1 {
	background-image: url(../img/recommended-bg-1.png);
	background-repeat: no-repeat;
	height: 403px;
}
.about .about-block-4 .recommended2 {
	background-image: url(../img/recommended-bg-2.png);
	background-repeat: no-repeat;
	height: 454px;
}
.about .about-block-4 .recommended3 {
	background-image: url(../img/recommended-bg-3.png);
	background-repeat: no-repeat;
	padding-right: 290px;
	line-height: 30px;
	height: 358px;
}
@media (max-width: 767px) {
	.about-h1 {
		background-image: none;
		font-size: 18px !important;
	}
	.about-about-block {
		background-image: url(../img/about-top-bg.png);
		background-position: top;
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding: 40px 10px 0 10px;
	}
	.about-about-block h2 {
		margin-top: 0;
		margin-bottom: 30px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.about-about-block p {
		font-size: 14px;
		font-weight: bold;
		line-height: 26px;
	}
	.about .about-block-1 {
		height: auto;
		padding: 20px 10px;
	}
	.about .about-block-1 .lead {
		margin-bottom: 20px;
	}
	.about .about-block-1 .body {
		width: 100%;
	}
	.about .about-block-2 {
		height: auto;
		padding: 20px 10px;
		background-color: #FFF;
		background-size: auto 100%;
		margin-bottom: 20px;
	}
	.about .about-block-2 .body {
		width: 100%;
		padding: 0;
	}
	.about  h3 {
		margin-bottom: 10px;
	}
	.about .about-block-3 {

	}
	.about .about-block-3 .lead-text {
		width: 100%;
	}
	.about .about-block-4 {
		width: 100%;
	}
	.about .about-block-4 .recommended {
		padding: 10px;
		width: 100%;
		background-position: center;
	}
	.about .about-block-4 .recommended  h4 {
		padding-top: 10px;
	}
	.about .about-block-4 .recommended ul li {
	    padding-left: 45px;
	}
	.about .about-block-3 {
		width: 100%;
	}
	.about .about-block-3 .effects {
		width: 100%;
	}
	.about .about-block-3 .effect {
		width: 100%;
		height: auto;
		padding: 0;
		background-color: #FFF;
	}
	.about .about-block-3 .effect p {
		padding: 180px 10px 20px 10px;
	}
	.about .about-block-3 h4 {
		overflow: hidden;
		width: 100%;
		height: 32px;
	}
	.about .about-block-3 h4 img {
		width: auto !important;
		max-width: none !important;
		margin-left: -330px;
	}
}

/* =========================================================
 List
========================================================= */

.items {
	padding: 50px 35px 0 35px;
	background-color: #EEE2CC;
}
.items .item-wrap {
	background-color: #FFF;
	padding-bottom: 0px;
}
.items .item {
	padding: 45px 0px 55px 0px;
	margin: 0 60px;
	border-bottom: 1px solid #444;
	background-color: #FFF;
}
.items .item .img-box {
	width: 235px;
}
.items .item .item-detail {
	width: 599px;
}
.items .item .detail-link {
	background-color: #BCBBB9;
	color: #FFF;
	width: 160px;
	height: 40px;
	display: inline-block;
	margin-bottom: 7px;
}

.items .item .cart-link {
	background-color: #A61F1C;
	color: #FFF;
	width: 160px;
	height: 40px;
	display: inline-block;
	margin-bottom: 7px;
}
.items .item .num {
	font-size: 16px;
	font-weight: bolder;
}
.items .item .num input {
	width: 88px;
	margin-left: 7px;
}
.items .item .action {
	width: 160px;
}
.items .item .info {
	width: 439px;
}
.items .item .labels {
	margin-bottom: 13px;
	text-align: left;
}
.items .item .labels span {
	display: inline-block;
	margin-right: 7px;
	width: 127px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
}
.items .item .labels span.label-green {
	background-color: #003F20;
	color: #FFF;
}
.items .item .labels span.label-gold {
	background-color: #C79D4B;
	color: #FFF;
}
.items .item .labels span.label-red {
	background-color: #A31219;
	color: #FFF;
}


.items .item .labels span.label-blue {
	background-color: #100A64;
	color: #FFF;
}
.items .item .labels span.label-black {
	background-color: #372D2B;
	color: #FFF;
}

.items .item .description {
	font-size: 13px;
	line-height: 22px;
}
.items .item .price-area {
	background-image: url('../img/free-icon.png');
	background-repeat: no-repeat;
	background-size: 65px 65px;
	padding-left: 75px;
	min-height: 65px;
}
.items .item .price-area .name {
	font-size: 16px;
}
.items .item .price-area .price {
	font-size: 24px;
	text-decoration: underline;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.items .item .comment {
	padding: 10px 15px 0 10px;
	font-size: 11px;
}
.items .item .item-detail {
	padding: 0;
}

@media (max-width: 767px) {
	.items {
		padding: 15px 15px 0 15px;
		background-color: #EEE2CC;
	}
	.items .item-wrap {
		background-color: #FFF;
		padding-bottom: 15px;
	}
	.items .item {
		padding: 15px 0px 15px 0px;
		margin: 0 15px;
		border-bottom: 1px solid #444;
		background-color: #FFF;
	}
	.items .item .img-box {
		width: 100%;
		text-align: center;
	}
	.items .item .img-box img {
		height: auto;
		margin-bottom: 20px;
	}
	.items .item .item-detail {
		width: 100%;
	}
	.items .item .detail-link {
		width: 100%;
		height: 40px;
	}

	.items .item .cart-link {
		width: 100%;
		height: 40px;
	}
	.items .item .num input {
		width: 88px;
		margin-left: 7px;
	}
	.items .item .action {
		width: 160px;
	}
	.items .item .info {
		width: 100%;
	}
	.items .item .price-area {
		background-size: 50px;
		padding-left: 65px;
		min-height: 55px;
	}
	.items .item .price-area .name {
		font-size: 14px;
	}
	.items .item .price-area .price {
		font-size: 20px;
		text-decoration: underline;
		font-weight: bold;
	}
	.items .item .labels span {
		margin-bottom: 5px;
	}
}


/* =========================================================
 Item detail
========================================================= */
.item-detail {
	padding: 40px 35px 0 35px;
}
.item-detail .item-wrap {
	padding: 40px 60px 100px 60px;
	background-color: #FFF;
}
.item-detail .item-wrap .img-box {
	width: 237px;
}
.item-detail .item-wrap .img-box .description {
	font-size: 11px;
	margin: 20px 0;
}
.item-detail .item-wrap .info-box {
	text-align: left;
	width: 597px;
}
.item-detail .item-wrap .info-box .item-lead {
	padding: 45px 0 45px 17px;
	width: 375px;
	font-size: 14px;
	font-weight: 500;
	background-image: url(../img/item-lead-decoration.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.item-detail .item-wrap .info-box .price-area {
	width: 375px;
	background-image: url('../img/free-icon.png');
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 80px;
	min-height: 70px;
}
.item-detail .item-wrap .info-box  .price-area .name {
	font-size: 18px;
}
.item-detail .item-wrap .info-box  .price-area .price {
	font-size: 28px;
	text-decoration: underline;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.item-detail .item-wrap .info-box .action {
	width: 222px;
	text-align: right;
}
/*
.item-detail .item-wrap .info-box .action .cart-link {
	background-color: #A61F1C;
	color: #FFF;
	width: 160px;
	height: 40px;
	display: inline-block;
	margin-bottom: 7px;
}
*/
.action .cart-btn a {
	width: 160px;
	height: 40px;
	display: inline-block;
	margin-bottom: 7px;
	background-image: url(../img/cart-btn.png);
	background-repeat: no-repeat;
}
.action .cart-btn a:hover {
	opacity: 0.8;
}
.action .cart-btn a img {
	display: none;
}

.item-detail .item-wrap .info-box .action .num {
	font-size: 16px;
	font-weight: bolder;
}
.item-detail .item-wrap .info-box .action .num input {
	width: 88px;
	margin-left: 7px;
}

.item-detail .item-wrap .info-box .table-area {
	width: 510px;
	margin-left: 10px;
	margin-top: 25px;
	padding: 40px 40px 50px 40px;
	background-image: url(../img/item-table-lt.png), url(../img/item-table-rb.png);
	background-repeat: no-repeat, no-repeat;
	background-position:  left top, right bottom;
}
.item-detail .item-wrap .info-box table {
	border-top: 1px solid #777;
}
.item-detail .item-wrap .info-box table tr {
	border-bottom: 1px solid #777;
}
.item-detail .item-wrap .info-box th {
	font-weight: normal;
	padding: 10px;
	white-space:nowrap;
}
.item-detail .item-wrap .info-box td {
	padding: 10px;
}

@media (max-width: 767px) {
	.item-detail {
		padding: 15px;
	}
	.item-detail .item-wrap {
		padding: 40px 15px 40px 15px;
	}
	.item-detail .item-wrap .img-box {
		width: 100%;
		text-align: center;
	}
	.item-detail .item-wrap .img-box img {
		width: 100%;
		height: auto;
	}
	.item-detail .item-wrap .info-box {
		width: 100%;
	}
	.item-detail .item-wrap .info-box .item-lead {
		padding: 45px 0 45px 17px;
		width: 100%;
	}
	.item-detail .item-wrap .info-box .price-area {
		width: 100%;
		background-size: 50px;
		padding-left: 70px;
		min-height: 70px;
	}
	.item-detail .item-wrap .info-box  .price-area .name {
		font-size: 15px;
	}
	.item-detail .item-wrap .info-box  .price-area .price {
		font-size: 22px;
	}
	.item-detail .item-wrap .info-box .table-area {
		width: 100%;
		margin: 25px 0 0 0;
		padding: 20px 20px 30px 20px;
	}
	.item-detail .item-wrap .info-box table {
		border-top: 1px solid #777;
	}
	.item-detail .item-wrap .info-box table tr {
		border-bottom: 1px solid #777;
	}
	.item-detail .item-wrap .info-box th {
		font-weight: normal;
		padding: 10px;
		white-space:nowrap;
	}
	.item-detail .item-wrap .info-box td {
		padding: 10px;
	}
}

/* =========================================================
 こだわり
========================================================= */
.placenta-1st .placenta-1st-h1 {
	background-image: url(../img/placenta-1st-h1.png),url(../img/placenta-1st-h1_mr.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;

}
.placenta-1st-block {
	background-image: url(../img/placenta-1st-top-bg.png);
	background-position: top;
	width: 100%;
	height: 344px;
	margin-top: 30px;
	padding: 40px 220px 0 220px;
}
.placenta-1st-block h2 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.placenta-1st-block p {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.placenta-1st-nav {
	padding: 35px 150px;
}
.placenta-1st-nav div {
	margin: 0 -5px;
}
.placenta-1st-nav a {
	text-align: center;
	background-color: #9C834B;
	color: #FFF;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	margin: 5px;
	width: 230px;
	height: 30px;
	display: inline-block;
	padding-top: 5px;
}
.placenta-1st h3 {
	font-weight: bold;
	font-size: 21px;
	background-image: url(../img/about-h3-bg.png);
	background-repeat: no-repeat;
	height: 53px;
	padding: 15px 0;
	text-align: center;
	padding-left: 0;
	margin: 0 0 45px 0;
}
.placenta-1st h3 span {
	color: #9C834B;
	margin-right: 50px;
	font-size: 15px;
	display: inline-block;
	position: relative;
	top: -3px;
	font-weight: normal;
}
.placenta-1st .sheep-box {
	background-color: #FDFCF8;
	padding: 10px 75px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-right: 95px;
	margin-left: 95px;
}
.placenta-1st .sheep-box .row {
	border-bottom: #9C834B solid 1px;
	padding: 30px 0 40px 0;
}
.placenta-1st .sheep-box .row .title {
	font-weight: bold;
	font-size: 17px;
}
.placenta-1st .sheep-box .row .body {
	font-weight: bold;
	line-height: 22px;
}
.placenta-1st .effect-box {
	background-image: url(../img/effect-box-bg.png);
	background-repeat: no-repeat;
	width:832px;
	height:276px;
	margin: 0 auto 20px auto;
	padding: 40px 0 0 65px;
}
.placenta-1st .effect-box .lead {
	font-weight: bold;
	font-size: 17px;
}
.placenta-1st .effect-box p {
	font-weight: bold;
	line-height: 24px;
}
.placenta-1st .component {
	width:832px;
	background-color: #FFF;
	margin: 0 auto 60px auto;
	padding: 50px 65px;
}
.placenta-1st .component .row > div {
	height: 390px;
}
.placenta-1st .component .title {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}
.placenta-1st .component .body {
	font-weight: bold;
	background-image: url(../img/component-decoration.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 70px 20px 20px 20px;
	line-height: 25px;
}
.placenta-1st .manufacturing-box1 {
	background-image: url(../img/manufacturing-box1-bg.png);
	background-repeat: no-repeat;
	width: 826px;
	height: 265px;
	margin: 0 auto;
	text-align: center;
	padding: 35px 170px 25px 170px;
	font-weight: bold;
	margin-bottom: 35px;
}
.placenta-1st .manufacturing-box1 .title {
	font-size: 18px;
	margin-bottom: 20px;
}
.placenta-1st .manufacturing-box1 .body {
	line-height: 23px;
}
.placenta-1st .manufacturing-box2 {
	background-image: url(../img/manufacturing-box2-bg.png);
	background-repeat: no-repeat;
	width: 826px;
	height: 265px;
	margin: 0 auto;
	color: #FFF;
	padding: 25px 315px 85px 150px;
}
.placenta-1st .manufacturing-box2 .title {
	font-size: 18px;
}
.placenta-1st .manufacturing-box2  .body {
	font-size: 14px;
	line-height: 22px;
}
.placenta-1st .manufacturing-box3 {
	background-color: #FFF;
	width: 826px;
	margin: 0 auto 45px auto;
	padding: 35px 30px 35px 40px;
	position: relative;
}
.placenta-1st .manufacturing-box3 .title {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	text-align: center;
}
.placenta-1st .manufacturing-box3 ul {
	padding: 0;
	list-style: none;
	margin-top: 30px;
}
.placenta-1st .manufacturing-box3 li {
	background-image: url(../img/list-check.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-bottom: 11px;
	font-size: 13px;
}
.placenta-1st .manufacturing-box3 .image1 {
	position: absolute;
	right: 25px;
	bottom: 40px;
}
.placenta-1st .manufacturing-box3 .image2 {
	position: absolute;
	right: 25px;
	top: 60px;
}
.placenta-1st .production-process {
	width: 746px;
	background-color: #FBF6F0;
	margin: 0 auto 35px auto;
}
.placenta-1st .production-process .pull-left {
	width: 243px;
}
.placenta-1st .production-process .pull-right {
	width: 470px;
	text-align: center;
}
.placenta-1st .production-process .pull-right .title {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0 0;
}
.placenta-1st .production-process .pull-right .body {
	background-image: url(../img/component-decoration.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 50px;
}

.placenta-1st .thought-box-1 {
	background-image: url(../img/thought.png);
	background-repeat: no-repeat;
	height: 115px;
	width: 746px;
	background-color: #FFFFFF;
	margin: 0 auto 35px auto;
	padding: 30px 0 0 300px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
}

.placenta-1st .thought-box-2 {
	width: 746px;
	background-color: #FFFFFF;
	margin: 15px auto 0 auto;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.placenta-1st .thought-box-2 .title {
	border-bottom: 1px solid #222;
	width: 375px;
	margin: 0 auto;
	font-size: 16px;
	padding: 35px 0 20px 0;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
}
.placenta-1st .thought-box-2 .body {
	padding: 10px 0;
	line-height: 35px;
}
@media (max-width: 767px) {
	.placenta-1st .placenta-1st-h1 {
		background-image: none;
	}
	.placenta-1st-block {
		width: 100%;
		height: auto;
		padding: 40px 10px 0 10px;
	}
	.placenta-1st-nav {
		padding: 35px 0;
		text-align: center;
	}
	.placenta-1st-nav div {
		margin: 0 -5px;
	}
	.placenta-1st h3 {
		padding: 5px 0;
	}
	.placenta-1st h3 span {
		width: 100%;
	}
	.placenta-1st .sheep-box {
		padding: 10px 10px;
		padding-bottom: 40px;
		margin-bottom: 10px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.placenta-1st .sheep-box .col-md-4 {
		text-align: center;
		padding-bottom: 10px;
	}
	.placenta-1st .sheep-box .col-md-4 img {
		display: inline !important;
		width: 100%;
	}
	.placenta-1st .effect-box {
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
		padding: 40px 10px;
		background-color: #FFF;
	}
	.placenta-1st .effect-box p br {
		display: none;
	}
	.placenta-1st .component {
		width: 100%;
		margin: 0 auto 10px auto;
		padding: 20px 10px;
	}
	.placenta-1st .component .row > div {
		height: auto;
		margin-bottom: 10px;
	}
	.placenta-1st .component .title {
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		line-height: 25px;
	}
	.placenta-1st .component .body {
		font-weight: bold;
		background-image: url(../img/component-decoration.png);
		background-repeat: no-repeat;
		background-position: top center;
		padding: 70px 20px 20px 20px;
		line-height: 25px;
	}
	.placenta-1st .manufacturing-box1 {
		width: 100%;
		height: auto;
		padding: 35px 10px 25px 10px;
		background-size: auto 100%;
		background-position: center;
	}
	.placenta-1st .manufacturing-box1 .title {
		margin-bottom: 20px;
	}
	.placenta-1st .manufacturing-box1 .body {
		line-height: 23px;
	}
	.placenta-1st .manufacturing-box2 {
		background-color: #9C834B;
		background-image: none;
		width: 100%;
		height: auto;
		padding: 25px 10px 25px 10px;
		background-size: 100% auto;
		border-radius: 12px;
	}
	.placenta-1st .manufacturing-box3 {
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
		padding: 35px 30px 35px 40px;
		position: static;
	}
	.placenta-1st h3 {
		margin-bottom: 20px;
	}
	.placenta-1st .manufacturing-box3 ul {
		margin-top: 10px;
	}
	.placenta-1st .manufacturing-box3 img {
		position: static !important;
		width: 100%;
		margin-bottom: 20px;
	}
	.placenta-1st .production-process {
		width: 100%;
	}
	.placenta-1st .production-process .pull-left,
	.placenta-1st .production-process .pull-right {
		padding-top: 20px;
		float: none !important;
		width: 100%;
		text-align: center;
	}
	.placenta-1st .production-process .body {
		padding: 0 15px;
	}
	.placenta-1st #h3-5 {
		padding: 15px 0;
	}
	.placenta-1st .thought-box-1 {
		width: 100%;
		background-size: cover;
		background-color: #FFF;
		padding: 15px;
		color: #FFF;
		text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	}
	.placenta-1st .thought-box-2 {
		width: 100%;
		padding: 15px;
	}
	.placenta-1st .thought-box-2 .body {
		line-height: 30px;
		font-size: 12px;
	}
	.placenta-1st .thought-box-2 .title,
	.placenta-1st .thought-box-2 .body {
		width: 100%;
	}
	.placenta-1st .thought-box-2 .body br {
		display: none;
	}

}

/* =========================================================
 Contact
========================================================= */
.main .contact {
	background-color: #FFF;
	margin: 40px 125px 0 125px;
	padding: 42px 85px 78px 85px;
	font-weight: 600;
}
.main .contact table,
.main .contact table tbody {
	width: 100%;
}
.main .contact table tr th,
.main .contact table tr td {
	padding: 0 0 30px 0;
	vertical-align: top;
}
.main .contact table tr td {
	padding-left: 15px;
}
.main .contact input[type="text"],
.main .contact select,
.main .contact textarea {
	border: #999 solid 1px;
	border-radius: 0;
	box-shadow: 0;
	padding: 0 10px;
}
.main .contact table tr td input[type="text"],
.main .contact table tr td select {
	height: 30px;
	min-width: 30%;
}
.main .contact table tr td > input[type="text"]:nth-child(even) {
	margin-top: 10px;
}
.main .contact textarea {
	min-height: 195px;
}
.main .contact table tr th label {
	background-color: #9C834B;
	color: #FFF;
	width: 150px;
	height: 30px;
	padding: 5px 0;
	text-align: center;
	margin: 0;
}
.main .contact .input100 {
	width: 100%;
}
.main .contact .input80 {
	width: 80%;
}
.main .contact .input30 {
	width: 30%;
}
.main .contact .required {
	font-weight: bold;
	display: inline-block;
	position: absolute;
	padding-left: 10px;
}
.main .contact .comment {
	font-size: 9px;
	padding-left: 10px;
	padding-top: 18px;
	color: #999;
	position: absolute;
}
.main .contact input[type="submit"] {
	background-color: #9C834B;
	color: #FFF;
	height: 30px;
	border: 0;
	width: 150px;
}
.main .contact input[type="submit"]:hover {
	opacity: 0.6;
}
.contact .terms {
	font-size: 12px;
	padding: 15px !important;
}
@media (max-width: 767px) {
	.main .contact {
		margin: 40px 15px 0 15px;
		padding: 42px 15px 78px 15px;
	}
	.main .contact table,
	.main .contact table tbody {
		width: 100%;
	}

	.main .contact input[type="submit"] {
		width: 100%;
	}
	.main .contact tr {
	}
	.main .contact th {
	}
	.main .contact table tr th label  {
	}
	.main .contact td {
	}
	.tow-lines {
	}
	.main .contact td input[type="text"],
	.main .contact td input[type="email"],
	.main .contact td select {
	}
	.main .contact td textarea {
	}
	.main .contact .required {
	}
	.main .contact .comment {
	}
}

/* =========================================================
 Review
========================================================= */
.main .reviews {
	background-color: #FFF;
	margin: 40px 125px 0 125px;
	padding: 42px 0 78px 0;
}
.main .reviews .review {
	margin: 0 auto 20px auto;
	padding: 25px 25px 0 0;
	width: 565px;
	height: 238px;
	background-repeat: no-repeat;
	background-size: contain;
}
.main .reviews .review1 {
	background-image: url(../img/review1.png);
}
.main .reviews .review2 {
	background-image: url(../img/review2.png);
}
.main .reviews .review3 {
	background-image: url(../img/review3.png);
}
.main .reviews .review4 {
	background-image: url(../img/review4.png);
}
.main .reviews .review5 {
	background-image: url(../img/review5.png);
}
.main .reviews .review6 {
	background-image: url(../img/review6.png);
}
.main .reviews .review6 {
	background-image: url(../img/review6.png);
}
.main .reviews .review7 {
	background-image: url(../img/review7.png);
}
.main .reviews .review8 {
	background-image: url(../img/review8.png);
}
.main .reviews .review:nth-child(even) {
	padding-right: 190px;
	padding-left: 25px;
}
.main .reviews .review:nth-child(odd) {
	padding-left: 210px;
}

.main .reviews .review h2 {
	color: #7B181D;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.main .reviews .review p {
	color: #6c6a5e;
	font-size: 11px;
}
@media (max-width: 767px) {
	.main .reviews {
		margin: 40px 0 0 0;
		padding: 10px;
	}
	.main .reviews .review {
		padding: 15px !important;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		background-size: auto 100%;
		background: none;
		background-color: #F8F0F2;
	}
	.main .reviews .review:nth-child(even) {
		background-position: top right;
	}
	.main .reviews .review:nth-child(odd) {
		background-position: top left;
	}
}

/* =========================================================
 Margin
========================================================= */
.mb0 {
	margin-bottom: 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 30px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 30px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}

/* =========================================================
 Padding
========================================================= */
.pt0 {
	padding-top: 0 !important;
}