/*
Theme Name: WordPressテーマ
Theme URI: http://erimaki-house.com/
Author: Hardblues
Author URI: http://erimaki-house.com/
Description: WordPress用テーマ
Version: 1.0
License: ***
License URI: ***
Tags: template,blog
Text Domain: EH_template
*/


/* リセッター */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
}
figure {
	margin: 0;
}

/**********************************************************************************************************************************************/
/* メイン設定
/**********************************************************************************************************************************************/

html.body {
}

body {
	font-family: 'M PLUS 1p',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 16px;
	color: #222222;
	font-feature-settings: "palt";
}

.wrapper {
	width: 840px;
	padding: 0 20px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
@media (max-width: 480px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
}

a {
	text-decoration:none;
}
a:hover {
}

/**********************************************************************************************************************************************/
/* common */
.clearfix:before,.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
	content:"";
}
.clearfix { display:inline-table;}
.clearfix { display:block;}

.fclear {clear: both;}
/* 改行制御 */
/*.pcbr:before {content: "\A";white-space: pre;}
@media (max-width: 480px) {
	.pcbr:before {content: none;}
	.spbr:before{content: "\A";white-space: pre;}
}*/
.pcbr { display: block; }
.spbr { display: none; }
@media (max-width: 480px) {
	.pcbr { display: none; }
	.spbr { display: block; }
}
/* 字揃え制御 */
.pctc {text-align: center;}
.pctr {text-align: right;}
@media (max-width: 480px) {
	.pctc {text-align: left;}
	.pctr {text-align: left;}
	.sptc {text-align: center;}
	.sptr {text-align: right;}
}
/* アウトライナー */
.outliner {display: none;}


/**********************************************************************************************************************************************/
/* メニュー（オーバーレイヤー） */
#main_menu_disp {
	width: 100%;
	height: 0;
	/* height: 150px; */
	background: #222222;
	/* border-top: 1px solid #444444; */
	box-sizing: border-box;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 900;
	overflow: hidden;
	transition: 0.2s ease-out;
}
#main_menu_disp.viewing {
	height: 150px;
}
#main_menu_disp .wrapper {}
#access {
	padding: 20px 0;
}
#main_menu_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
#main_menu_nav_wrapper {}
#gnavi {
	display: table;
	width: 100%;
}
#gnavi .primary,
#gnavi .secondary {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#gnavi li {
	margin-bottom: 10px;
}
#gnavi li .marker {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: #cccccc;
	margin-right: 5px;
}
#gnavi li a {
	font-size: 14px;
	color: #cccccc;
	line-height: 20px;
}
#gnavi li a:hover {
	color: #ffffff;
	transition: 0.2s linear;
}
@media (max-width: 480px) {
	#main_menu_disp {
		/* height: 150px; */
		/* border-top: 1px solid #444444; */
	}
	#main_menu_disp.viewing {
		height: 290px;
	}
	#access {
		padding: 10px 0;
	}
	#main_menu_title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#gnavi {
		display: block;
	}
	#gnavi .primary,
	#gnavi .secondary {
		display: block;
		width: 100%;
	}
	#gnavi li {
		margin-bottom: 10px;
	}
	#gnavi li .marker {
		display: inline-block;
		vertical-align: top;
		width: 20px;
		height: 20px;
		background: #cccccc;
		margin-right: 5px;
	}
	#gnavi li .title {
		padding-left: 30px;
	}
	#gnavi li a {
		font-size: 14px;
		line-height: 20px;
	}
}


/**********************************************************************************************************************************************/
/* メインレイアウト */
#main_disp {
	display:block;
}
@media (max-width: 480px) {
}


/**********************************************************************************************************************************************/
/* ヘッダー */
#main_header {
	display: block;
	color: #ffffff;
	width: 100%;
	height: 60px;
	background: #222222;
	border-bottom: 1px solid #444444;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#main_header h1 {
	width: 330px;
	padding-top: 20px;
}
#main_header h1 img {
	width: 100%;
}
#main_menu_open,
#main_menu_close {
	position: absolute;
	top: 10px;
	right: 20px;
}
#main_menu_open span,
#main_menu_close span {
	display: inline-block;
	font-size: 0;
	color: #888888;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 1px solid #888888;
	box-sizing: border-box;
	cursor: pointer;
}
#main_menu_open span:before,
#main_menu_close span:before {
	font-size: 20px;
	line-height: 38px;
}
#main_menu_open span:hover:before,
#main_menu_close span:hover:before {
	color: #ffffff;
	transition: 0.2s linear;
}
#main_menu_close {display: none;}
.menu_viewing #main_menu_open {display: none;}
.menu_viewing #main_menu_close {display: block;}
@media (max-width: 480px) {
	#main_header {
		height: 60px;
	}
	#main_header h1 {
		width: 220px;
		padding-top: 10px;
	}
	#main_menu_open,
	#main_menu_close {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}


/**********************************************************************************************************************************************/
/* 本文（#main_body） */
#main_body {
	padding-bottom: 60px;
}
@media (max-width: 480px) {
	#main_body {
		padding-bottom: 30px;
	}
}

/* front-page */
#frontpage_header {
	padding: 40px 0;
	/* background: #f3f3f3; */
	margin: 40px 0 60px 0;
	position: relative;
}
#frontpage_header:before {
	content: "";
	display: block;
	width: 800px;
	height: 100%;
	border: 10px solid #222222;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1000;
}
#fp_header_title {
	text-align: center;
}
#fp_header_title .catch {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
#fp_header_title h1 {
	width: 400px;
	margin: 0 auto 30px;
}
#fp_header_title h1 img {
	max-width: 100%;
}
#fp_header_mainvisual {
	width: 100%;
	height: 300px;
	background: #444444;
	margin-bottom: 30px;
	position: relative;
}
#fp_header_mainvisual div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#fp_header_mainvisual div:nth-of-type(1) {z-index: 10;}
#fp_header_mainvisual div:nth-of-type(2) {z-index: 9;}
#fp_header_mainvisual div:nth-of-type(3) {z-index: 8;}

#fp_header_nav {}
#fp_header_nav h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
#fp_header_nav_ul {
}
#fp_header_nav_ul li {
	margin-bottom: 10px;
}
#fp_header_nav_ul li .cat {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	line-height: 20px;
	width: 50%;
	padding-right: 20px;
	background: #444444;
	box-sizing: border-box;
}
#fp_header_nav_ul li .title {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 2000;
}
#fp_header_nav_ul li .title a {
	color: #666666;
}
#fp_header_nav_ul li .title a:hover {
	color: #222222;
	transition: 0.2s linear;
}
@media (max-width: 480px) {
	#frontpage_header {
		padding: 15px 0;
		margin: 10px 0 20px 0;
	}
	#frontpage_header:before {
		width: calc(100% - 20px);
		border-width: 5px;
	}
	#fp_header_title .catch {
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
	#fp_header_title h1 {
		width: 230px;
		margin: 0 auto 15px;
	}
	#fp_header_mainvisual {
		height: 150px;
		margin-bottom: 15px;
	}
	#fp_header_nav h1 {
		font-size: 14px;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	#fp_header_nav_ul li .cat {
		font-size: 13px;
		padding-right: 10px;
		width: 160px;
	}
	#fp_header_nav_ul li .title {
		font-size: 14px;
		padding-left: 10px;
	}
}


#fp_concept {
	margin-bottom: 60px;
}
#fp_concept header {
	margin-bottom: 40px;
}
#fp_concept header h1 {
	text-align: center;
	position: relative;
}
#fp_concept header h1:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #222222;
	position: absolute;
	top: 10px;
	left: 0;
}
#fp_concept header h1 span {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.1em;
	height: 20px;
	padding: 0 30px;
	background: #ffffff;
	position: relative;
	z-index: 200;
}
#fp_concept_text {}
#fp_concept_text p {
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
}
#fp_concept_text p:not(:last-child) {
	margin-bottom: 20px;
}
#fp_concept_text p strong {
	font-size: 110%;
	font-weight: bold;
}
#fp_concept_text p.annotation {
	font-size: 14px;
	color: #888888;
}
#fp_concept_text p span.annomarker {
	font-size: 12px;
	color: #888888;
}
#fp_concept_text p span.underline {
	display: inline-block;
	position: relative;
}
#fp_concept_text p span.underline:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #d91e18;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 480px) {
	#fp_concept {
		margin-bottom: 20px;
	}
	#fp_concept header {
		margin-bottom: 15px;
	}
	#fp_concept header h1 span {
		font-size: 16px;
		padding: 0 15px;
	}
	#fp_concept_text p {
		font-size: 16px;
		text-align: left;
	}
	#fp_concept_text p:not(:last-child) {
		margin-bottom: 10px;
	}
}


.fp_articlebox {}
.fp_articlebox .header {
	display: table;
	width: 100%;
	height: 80px;
}
.fp_articlebox .header .primary,
.fp_articlebox .header .secondary {
	display: table-cell;
	vertical-align: bottom;
	width: 50%;
	padding-bottom: 10px;
}
.fp_articlebox .header .primary {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	letter-spacing: 0.1em;
	padding-right: 20px;
	background: #222222;
}
.fp_articlebox .header .secondary {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
}
.fp_articlebox .box_body {
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	background: inherit no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 100;
}
.fp_articlebox .box_body:before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
}
.bg_photo_1 { background-image: url(./images/fruitsbeer/img_article_tn_01_pc.jpg);}
.bg_photo_2 { background-image: url(./images/fruitsbeer/img_article_tn_02_pc.jpg);}
.bg_photo_3 { background-image: url(./images/fruitsbeer/img_article_tn_03_pc.jpg);}
.bg_photo_4 { background-image: url(./images/fruitsbeer/img_article_tn_04_pc.jpg);}
.bg_photo_5 { background-image: url(./images/fruitsbeer/img_article_tn_05_pc.jpg);}
.fp_articlebox .box_body .textarea {
	color: #ffffff;
	padding: 30px 30px 30px calc(50% + 30px);
	height: 350px;
	border: 10px solid #ffffff;
	box-sizing: border-box;
	position: relative;
	z-index: 200;
}
.fp_articlebox .box_body .textarea .num {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.fp_articlebox .box_body .textarea h1 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.fp_articlebox .box_body .textarea .desc {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.fp_articlebox .box_body .textarea .btn_link {}
.fp_articlebox .box_body .textarea .btn_link a {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
	width: 100%;
	height: 40px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.fp_articlebox .box_body .textarea .btn_link a:hover {
	color: #222222;
	background: #ffffff;
	transition: 0.2s linear;
}
@media (max-width: 480px) {
	.fp_articlebox {}
	.fp_articlebox .header {
		display: block;
		height: auto;
	}
	.fp_articlebox .header .primary,
	.fp_articlebox .header .secondary {
		display: block;
		width: 100%;
		padding: 20px 0 8px;
	}
	.fp_articlebox .header .primary {
		display: none;
	}
	.fp_articlebox .header .secondary {
		font-size: 14px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.fp_articlebox .box_body {
		padding: 10px 0;
	}
	.fp_articlebox .box_body:before {
		width: 100%;
		height: calc(100% - 160px);
		top: auto;
		right: 0;
		bottom: 0;
	}
	.fp_articlebox .box_body .wrapper {
		padding: 0 10px;
	}
	.bg_photo_1 { background-image: url(./images/fruitsbeer/img_article_tn_01_sp.jpg);}
	.bg_photo_2 { background-image: url(./images/fruitsbeer/img_article_tn_02_sp.jpg);}
	.bg_photo_3 { background-image: url(./images/fruitsbeer/img_article_tn_03_sp.jpg);}
	.bg_photo_4 { background-image: url(./images/fruitsbeer/img_article_tn_04_sp.jpg);}
	.bg_photo_5 { background-image: url(./images/fruitsbeer/img_article_tn_05_sp.jpg);}
	.fp_articlebox .box_body .textarea {
		padding: 160px 10px 10px 10px;
		border-width: 5px;
	}
	.fp_articlebox .box_body .textarea .num {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.fp_articlebox .box_body .textarea h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.fp_articlebox .box_body .textarea .desc {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.fp_articlebox .box_body .textarea .btn_link a {
		font-size: 14px;
	}
}


/* section common style */
.sec_common {}
.sec_common .wrapper {}
.bg_color_1 { background: #d91e18 !important;}
.bg_color_2 { background: #f15a22 !important;}
.bg_color_3 { background: #019875 !important;}
.bg_color_4 { background: #ee9200 !important;}
.bg_color_5 { background: #65a735 !important;}
@media (max-width: 480px) {
}



/**********************************************************************************************************************************************/
/* コンテンツ */
.body_single {
	padding-top: 40px;
	margin-top: 60px;
}
#article_header {
	margin-bottom: 40px;
}
#article_header .image {
	width: 800px;
	margin: 0 auto 20px;
}
#article_header .image img {
	max-width: 100%;
}
#article_header h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
#article_header .desc {
	line-height: 1.5;
	margin-bottom: 20px;
}
#article_header .catdate {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	/* font-weight: bold; */
	color: #888888;
	text-align: right;
	padding: 15px 0;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
#article_header .catdate .cat {
	margin-right: 10px;
}
#article_header .catdate .update {}
#article_body {}
.tfb_onlineshop_box {
	display: table;
	width: 100%;
	padding: 30px;
	border: 10px solid #cccccc;
	box-sizing: border-box;
}
.tfb_onlineshop_box figure {
	display: table-cell;
	vertical-align: top;
	width: 260px;
}
.tfb_onlineshop_box figure img {
	width: 100%;
}
.tfb_onlineshop_box .textarea {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}
.tfb_onlineshop_box .textarea .maker {
	/* font-size: 16px; */
	color: #888888;
	margin-bottom: 10px;
}
.tfb_onlineshop_box .textarea .name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}
.tfb_onlineshop_box .textarea .desc {
	line-height: 1.5;
	margin-bottom: 30px;
}
.tfb_onlineshop_box .textarea .btn_link {
	text-align: center;
}
.tfb_onlineshop_box .textarea .btn_link a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 38px;
	width: 100%;
	height: 40px;
	border: 1px solid #222222;
}
.tfb_onlineshop_box .textarea .btn_link a:hover {
	color: #ffffff;
	background: #222222;
	transition: 0.2s linear;
}
@media (max-width: 480px) {
	.body_single {
		padding-top: 0px;
	}
	#article_header {
		margin-bottom: 20px;
	}
	#article_header .image {
		width: 100%;
		margin: 0 auto 10px;
	}
	#article_header h1 {
		font-size: 18px;
	}
	#article_header .desc {
		margin-bottom: 10px;
	}
	#article_header .catdate {
		font-size: 13px;
		padding: 10px 0;
	}
	.tfb_onlineshop_box {
		display: block;
		padding: 15px;
		border-width: 5px;
	}
	.tfb_onlineshop_box figure {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.tfb_onlineshop_box .textarea {
		display: block;
		padding-left: 0px;
	}
	.tfb_onlineshop_box .textarea .maker {
		color: #888888;
		margin-bottom: 5px;
	}
	.tfb_onlineshop_box .textarea .name {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.tfb_onlineshop_box .textarea .desc {
		line-height: 1.5;
		margin-bottom: 20px;
	}
}


/**********************************************************************************************************************************************/
/* フッター */
#main_footer {
	padding: 60px 0 20px;
	background: #222222;
}
#main_footer .wrapper {
}
#main_footer_copyright {
	font-size: 13px;
	color: #cccccc;
	text-align: right;
}
@media (max-width: 480px) {
	#main_footer {
		padding: 20px 0 10px;
	}
	#main_footer_copyright {
		font-size: 12px;
	}
}



/* タブレット （iPad Portrait想定）*/
@media (max-width: 768px) {
body {
}
}

/* スマートフォン */
@media (max-width: 480px) {
html,body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
}
}


/**********************************************************************************************************************************************/
