@charset "UTF-8";
/* CSS Document */
/*------ reset ------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
nav, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	background-color: #ff9;
	color: inherit;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: inherit;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/*------ base ------*/
body {
	background: url(../image/bg_img.jpg);
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
}
html {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 !important;
	display: block;
}
a {
	display: block;
	transition: all 0.3s;
}
a:hover {
	opacity: 0.7;
}
* {
	box-sizing: border-box;
	font-size: 1rem;
	color: #515151;
	line-height: 1.4em;
	letter-spacing: 0.04rem;
	font-family: 'Kosugi', 'Merriweather', 'Questrial', serif, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/*@font-face {
	font-family: 'myfont';
	src: url(../font/Highlander.ttf);
}*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.sp_480, .sp_600, .sp_960, .sp_1280 {
	display: block;
}
.pc_480, .pc_600, .pc_960, .pc_1280 {
	display: none;
}
@media (min-width:480px) {
	.sp_480 {
		display: none;
	}
	.pc_480 {
		display: block;
	}
}
@media (min-width:600px) {
	.sp_600 {
		display: none;
	}
	.pc_600 {
		display: block;
	}
}
@media (min-width:960px) {
	.sp_960 {
		display: none;
	}
	.pc_960 {
		display: block;
	}
}
@media (min-width:1280px) {
	.sp_1280 {
		display: none;
	}
	.pc_1280 {
		display: block;
	}
}
.container {
	max-width: 1160px;
	margin: 0 auto;
}
body>div>.container {
	padding: 0 10px;
}
@media (min-width:480px) {
	.container {
		padding: 0 10px;
	}
}
@media (min-width:600px) {
	.container {}
}
@media (min-width:960px) {
	.container {
		padding: 0;
	}
}
@media (min-width:1280px) {
	.container {
		max-width: 1280px;
		padding: 0;
	}
}
/*------ ロゴ ------*/
#logo {
	font-size: 0;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 16px;
}
#logo .logo_inner {
	display: inline-block;
	max-width: 120px;
}
@media (max-width:480px) {
	#logo .logo_inner {
		max-width: 100px;
	}
}
#logo .logo_inner a:hover {
	opacity: 1;
}
/*------ グローバルナビ ------*/
#gnavmenu {
	background: rgba(0, 0, 0, 0.75);
	padding: 0;
}
#gnavmenu ul {
	text-align: center;
}
#gnavmenu ul li {
	display: inline-block;
	min-width: 120px;
	max-width: 250px;
	vertical-align: middle;
}
#gnavmenu ul li a {
	color: #FFFFFF;
	padding: 10px;
}
#gnavmenu ul li a:hover {
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
	background: rgba(255, 255, 255, 0.7);
}
/*------ 全セクション共通 ------*/
.all_section {
	margin-bottom: 120px;
	border: solid 1px rgba(0, 0, 0, 0.7);
	border-top: solid 5px rgba(0, 0, 0, 0.7);
	padding: 20px 10px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width:750px) {
	.all_section {
		margin-bottom: 60px;
	}
}
/*------ テンプレートタイトル ------*/
.content_titA {
	text-align: center;
	margin-bottom: 40px;
}
.content_titA .content_titA_01 {
	/*color: #333333;*/
	color: #666666;
	font-size: 25px;
	font-weight: bold
}
@media (max-width:750px) {
	.content_titA .content_titA_01 {
		font-size: 20px;
	}
}
.content_titA .content_titA_02 {
	font-size: 16px;
	text-transform: uppercase;
}
@media (max-width:750px) {
	.content_titA .content_titA_02 {
		font-size: 12px;
	}
}
/*------ ボタンテンプレート ------*/
.content_btnA {
	text-align: center;
	margin: 40px auto;
}
.content_btnA a {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 70px;
	background: #242424;
	display: inline-block;
}
@media (max-width:750px) {
	.content_btnA a {
		font-size: 16px;
		padding: 10px;
	}
}
/*------ サイドバー ------*/
#sidebar {}
#sidebar .sidebar_title {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 2px rgba(83, 83, 83, 1.00);
	margin-bottom: 10px;
}
#sidebar #searchform {
	margin-bottom: 20px;
}
#sidebar #searchform>div {
	display: table;
	width: 100%;
}
#sidebar label.screen-reader-text {
	display: table-cell;
	width: 45px;
}
#sidebar input#s {
	width: 69%;
	margin-right: 1%;
	display: table-cell;
	height: 28px;
}
#sidebar input#searchsubmit {
	display: table-cell;
	width: 30%;
	height: 28px;
}
/*カテゴリー一覧*/
#sidebar #cat_brandlist_wrap {
	margin-bottom: 20px;
}
#sidebar .wpcfs-search-preset {
	margin-bottom: 20px;
}
#sidebar #cat_brandlist li:last-child {
	margin-bottom: 0;
}
#sidebar #cat_brandlist li {
	margin-bottom: 10px;
}
#sidebar #cat_brandlist li a {
	width: 100%;
	display: table;
	position: relative;
}
#sidebar #cat_brandlist li a:last-child {
	margin-bottom: 0;
}
#sidebar #cat_brandlist li a:hover {
	opacity: 1;
	background: rgba(200, 200, 200, 0.80);
}
#sidebar #cat_brandlist li a:hover:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%) rotate(45deg);
}
#sidebar #cat_brandlist li a .cat_brandlist_img {
	width: 60px;
	display: table-cell;
	vertical-align: middle;
	background: #FFFFFF;
}
#sidebar #cat_brandlist li a .cat_brandlist_name {
	font-size: 19px;
	font-weight: bold;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
@media (max-width:480px) {
	#sidebar #cat_brandlist li a .cat_brandlist_name {
		font-size: 16px;
	}
}

/*---------------------------------------------------------- ページネーション --*/
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 5px;
	margin: 0 3px 0 0;
	line-height: 1.5em;
	width: 35px;
	height: 35px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
}
.wp-pagenavi span.pages {
	width: 60px;
	height: 35px;
}
.wp-pagenavi span.pages {
	margin-right: 15px;
}
.wp-pagenavi span.current {
	color: #FFF;
	background: rgba(0, 0, 0, 0.70);
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
}
.wp-pagenavi .previouspostslink {
	background: none;
	border: none;
	position: relative;
}
.wp-pagenavi .previouspostslink:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: solid 10px transparent;
	border-right: solid 15px rgba(0, 0, 0, 0.7);
	border-bottom: solid 10px transparent;
	border-left: solid 15px transparent;
	position: absolute;
	top: 50%;
	right: 30%;
	transform: translate(0, -50%);
}
.wp-pagenavi .nextpostslink {
	background: none;
	border: none;
	position: relative;
}
.wp-pagenavi .nextpostslink:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: solid 10px transparent;
	border-right: solid 15px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 15px rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(0, -50%);
}
/*------ フッター ------*/
footer {
	background: rgba(0, 0, 0, 0.75);
	padding: 40px 0 10px;
}
@media (max-width:750px) {
	footer {
		padding: 40px 10px 10px;
	}
}
footer #footer_inner {
	margin-bottom: 60px;
}
@media (max-width:750px) {
	footer #footer_inner {
		margin-bottom: 30px;
	}
}
footer .footer_title {
	font-size: 25px;
	color: #FFF;
	display: inline-block;
	padding: 0 15px 3px;
	border-bottom: 3px solid #FDDFC8;
	margin-bottom: 10px;
}
footer #footer_menu {
	float: left;
	width: 33%;
}
@media (max-width:750px) {
	footer #footer_menu {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width:750px) {
	footer #footer_menu ul:after {
		content: "";
		display: block;
		clear: both;
	}
}
footer #footer_menu ul li {
	margin-bottom: 10px;
}
@media (max-width:750px) {
	footer #footer_menu ul li {
		float: left;
		width: 50%;
	}
}
footer #footer_menu ul li a {
	color: #FFF;
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}
footer #footer_menu ul li a:before {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
@media (max-width:750px) {
	footer #footer_menu ul li a {
		display: block;
	}
}
@media (max-width:480px) {
	footer #footer_menu ul li a {
		padding: 0 10px 0 16px;
	}
	footer #footer_menu ul li a:before {
		width: 5px;
		height: 5px;
		left: 3px;
	}
}
footer #footer_sns {
	float: left;
	width: 33%;
}
@media (max-width:750px) {
	footer #footer_sns {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}
footer #footer_sns ul:after {
	content: "";
	display: block;
	clear: both;
}
footer #footer_sns ul li {
	float: left;
	width: 40px;
	margin-left: 5px;
}
footer #footer_sns ul li:first-child {
	margin-left: 0;
}
footer #footer_logo {
	float: right;
	/*width: 34%;*/
	width: 20%;
}
@media (max-width:750px) {
	footer #footer_logo {
		float: none;
		width: 100%;
	}
	footer #footer_logo img {
		margin: 0 auto !important;
		max-width: 200px;
	}
}
footer .copyright {
	color: #FFF;
	font-size: 12px;
	text-align: right;
}
@media (max-width:750px) {
	footer .copyright {
		font-size: 10px;
	}
}
