@charset "utf-8";
/* 印刷用CSS */

.header,
.gnav_sub,
.pankuzu,
.footer,
.sidebar,
.bottom_common_block {
	display: none;
}
/* reset css
-------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family : "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	line-height: 1;
	color: #4d453f;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,blockquote {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}

ul,ol,li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

i {
	font-style: normal;
	vertical-align: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	color: #4d453f;
	outline: 0;
	text-decoration: none;
}
/* 共通 CSS
-------------------------------------------------------------------------------------------*/
.cf:after, .clerafix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}
.SP, .only_sp {
	display: none;
}

/* 商品詳細ページ single-products.php
-------------------------------------------------------------------------------------------*/
.product_contents {
	position: relative;
}
.single_product_thumbnail img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.single_product_title {
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 11px;
	border-bottom: 2px solid #827063;
	margin-bottom: 30px;
}

.btn_print {
	width: 178px;
	font-size: 42px;
	background: url(../images/pc/products/btn_print.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: 0;
	border-radius: 5px;
	opacity: 1;
	transition: opacity 0.1s;
}
.btn_print:hover {
	opacity: 0.8;
	transition: opacity 0.1s;
}

.single_product_body {
	position: relative;
}

.single_product_img_area {
	width: 320px;
	float: left;
	margin-right: 20px;
}
.single_product_mainImg {
	display: block;
	width: 320px;
	height: 320px;
	border: 2px solid #efece8;
}
.single_product_mainImg img {
	width: 100%;
}
.single_product_gallery {
	width: 320px;
	margin-top: 11px;
	overflow: hidden;
}
.single_product_gallery li {
	width: 100px;
	height: 100px;
	float: left;
	border: 2px solid #efece8;
	margin-left: 10px;
}
.single_product_gallery li:first-child {
	border: 2px solid #446fa0;
	margin-left: 0;
}
.single_product_gallery li img {
	width: 100%;
}
.single_product_desc_area {
	width: 410px;
	float: right;
	padding-bottom: 10px;

}

.single_product_txt {
	border-bottom: 1px solid #efece8;
	padding-bottom: 12px;
}
.single_product_eiyou {
	display: inline-block;
	color: #446fa0;
	border: 1px solid;
	border-radius: 4px;
	padding: 6px 8px;
	margin-right: 5px;
}
.single_product_txt p {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 8px;
}
.single_product_meta {
	background: #f7f5f3;
	padding: 18px 20px;
	margin-top: 20px;
}
.single_product_meta li {
	font-size: 16px;
	line-height: 1.6;
}

/*---- 商品詳細内のLP ----*/
.product_freeArea {
	margin-top: 40px;
}

.lp_nav {
	overflow: hidden;
	margin-bottom: 40px;
}
.lp_nav li {
	float: left;
	margin-left: 11px;
}
.lp_nav li:first-child {
	margin-left: 0;
}
.lp_nav li a {
	display: block;
	width: 246px;
	padding: 20px 0;
	color: #827063;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	border: 1px solid #827063;
	border-radius: 4px;
	background: #fff url(../images/pc/products/arrow_gray_a.png) right 11px center no-repeat;
	transition: background-color 0.1s;
}
.lp_nav li a:hover {
	background-color: #fff6f0;
	transition: background-color 0.1s;
}

.product_freeArea botton {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
}

.product_lp {
	width: 760px;
}
.product_catch {
	margin-bottom: 60px;
}
/*定期購入フォーム周り*/
.teiki_area {
	width: 760px;
	height: 312px;
	background: url(../images/pc/products/teiki_bg.png) no-repeat;
	padding: 94px 30px 0;
}
.teiki_box {
	width: 330px;
	position: relative;
}
.teiki_box1 {
	float: left;
}
.teiki_box2 {
	float: right;
}
.course_ttl {
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px dashed;
	padding-bottom: 8px;
	margin-bottom: 13px;
}
.tokuten1 {
	position: absolute;
	top: 43px;
	left: 0;
	width: 82px;
	font-size: 16px;
	text-align: center;
	color: red;
	padding: 3px 0;
	border: 1px solid red;
}
.tokuten2 {
	position: absolute;
	top: 74px;
	left: 0;
	width: 82px;
	font-size: 16px;
	text-align: center;
	color: #44a064;
	padding: 3px 0;
	border: 1px solid #44a064;
}
.price1,
.price2 {
	font-size: 16px;
	text-align: right;
}
.price2 {
	margin-top: 6px;
}
.price1 span {
	font-size: 47px;
	font-weight: bold;
}
.txt_red {
	color: #c00;
}
.btn_green {
	width: 340px;
	height: 81px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: 0;
	background-color: transparent ;
	background-image: url(../images/pc/products/arrow_white_l.png), url(../images/pc/products/btn_green.png);
	background-repeat: no-repeat;
	background-position: right 20px top 28px, 0;
	position: absolute;
	top: 116px;
	left: -5px;
	opacity: 1;
	transition: opacity 0.1s;
}
.btn_green:hover {
	opacity: 0.8;
	transition: opacity 0.1s;
}
.btn_green span {
	display: inline-block;
	vertical-align: 10px;
}
.tyuui {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
}
p + .tanpin_area {
	margin-top: 24px;
}

	/*単品購入フォーム周り*/
.tanpin_area {
	width: 760px;
	height: 227px;
	background: url(../images/pc/products/tanpin_bg.png) no-repeat;
	padding: 31px 30px 0;
}
.tanpin_box {
	width: 330px;
	position: relative;
}
.tanpin_box1 {
	float: left;
}
.tanpin_box2 {
	float: right;
}
.course_ttl {
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px dashed;
	padding-bottom: 8px;
	margin-bottom: 13px;
}
.tokuten3 {
	position: absolute;
	top: 53px;
	left: 0;
	width: 82px;
	font-size: 16px;
	text-align: center;
	color: #44a064;
	padding: 3px 0 ;
	border: 1px solid #44a064;
}
.btn_brown {
	width: 340px;
	height: 81px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: 0;
	background-color: transparent ;
	background-image: url(../images/pc/products/arrow_white_l.png), url(../images/pc/products/btn_brown.png);
	background-repeat: no-repeat;
	background-position: right 20px top 28px, 0;
	position: absolute;
	top:95px;
	left: -5px;
	opacity: 1;
	transition: opacity 0.1s;
}
.btn_brown:hover {
	opacity: 0.8;
	transition: opacity 0.1s;
}
.btn_green span {
	display: inline-block;
	vertical-align: 10px;
}
.tel_img {
	margin-top: 13px;
}


/* ページ内リンクの飛び先ボックス */
.product_info {
	margin-top: 40px;
}
.product_info_box {
	overflow: hidden;
}
.product_info_box + .product_info_box {
	margin-top: 20px;
}
.product_info_ttl {
	font-size: 22px;
	font-weight: bold;
	padding: 11px 0 14px 14px;
	border-top: 2px solid #827063;
	border-bottom: 1px solid #d0ccc8;
	margin-bottom: 18px;
}
.product_info_img {
	float: left;
	clear: both;
	margin-right: 20px;
	margin-bottom: 20px;
}
.product_info p {
	line-height: 1.6;
}
.small {
	font-size: 14px;
}

/* 栄養成分表 */
#anker2 {
	padding-top: 20px;
}
.product_table1 {
	width: 100%;
	border: 1px solid #efece8;
}
.product_table1 tr + tr {
	border-top: 1px solid #efece8;
}
.product_table1 th {
	background: #f7f5f3;
	width: 170px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	vertical-align: top;
	padding: 20px 0 0 20px;
}
.product_table1 th small {
	display: block;
	font-size: 14px;
}
.product_table1 td {
	line-height: 1.6;
	padding: 20px;
}

/* ご注文の前にご確認ください */
#anker3 {
	padding-top: 20px;
	margin-bottom: 53px;
}
.product_table2 {
	width: 100%;
	border: 1px solid #efece8;
	margin-top: 20px;
}
.product_table2 tr + tr {
	border-top: 1px solid #efece8;
}
.product_table2 th {
	background-color: #f7f5f3;
	width: 226px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
	padding: 20px 0 20px 0;
}
.product_table2 th small {
	display: block;
	font-size: 14px;
}
.product_table2 td {
	line-height: 1.6;
	padding: 20px;
}
/* テーブル内のアイコン */
.product_table2 th span {
	display: inline-block;
	padding-left: 55px;
}
.product_table_gosiyou {
	background-image: url(../images/pc/products/icon_gosiyou.png);
	background-repeat: no-repeat;
	background-position: 23px center;
}
.product_table_syoumi {
	background-image: url(../images/pc/products/icon_syoumi.png);
	background-repeat: no-repeat;
	background-position: 17px center;
}
.product_table_haisou {
	background-image: url(../images/pc/products/icon_haisou.png);
	background-repeat: no-repeat;
	background-position: 17px center;
}
.product_table_plus {
	background-image: url(../images/pc/products/icon_maruplus.png);
	background-repeat: no-repeat;
	background-position: 19px center;
}
.product_table_kinsi {
	background-image: url(../images/pc/products/icon_kinsi.png);
	background-repeat: no-repeat;
	background-position: 18px center;
}
.product_table_bikkuri {
	background-image: url(../images/pc/products/icon_bikkuri.png);
	background-repeat: no-repeat;
	background-position: 18px center;
}
