@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,dl,ul,p {
	margin:0; padding:0;
}
html {
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}
div, p, ul, h2, h3, h4, img {
	padding:0px;
	margin:0px;
}
ul {
	list-style-type:none;
}
a {
	text-decoration: none;
}
body{
	padding:0px;
	margin:0px;
	outline:none;
	font-family: Meiryo, メイリオ, Osaka, Arial, 'ヒラギノ角ゴ Pro W3', sans-serif;
	font-size:10pt;
	color:#565656;
}
a img{
	border:0px;
	text-decoration:none;
}
a img:hover {
	opacity: 0.7;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.full-width {
	width: 100%;
}
.txt-cntr {
	text-align: center;
}
.divider {
	height: 35px;
}
.divider-sm {
	height: 20px;
}
.divider-xs {
	height: 10px;
}
.divider-xxs {
	height: 5px;
}
.btm-space {
	margin-bottom: 10px;
}
.outdoor-color {
	background-color: #6b3724;
}
.fishing-color {
	background-color: #1064d6;
}
.fashion-color {
	background-color: #8e1f2c;
}
.att-color {
	background-color: #dd0000;
}
.bousai-color {
	background: #ff3300;
}
.heading.bousai-color,
.heading.att-color {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
}
.heading.att-color {
	margin-bottom: 5px;
}
div#Container {
	width: 770px;
}

.container-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	width: auto;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
#wrapper2 a.txt-link,
#wrapper2 a .txt-link {
	color: #565656;
}
#wrapper2 a.txt-link:hover,
#wrapper2 a .txt-link:hover {
	color: #f82e56;
	text-decoration: underline;
}
#wrapper2 a.txt-link-invert {
	color: #ffffff;
}
#wrapper2 a.txt-link-invert:hover {
	color: #ffffff;
	text-decoration: underline;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/* body div#wrapper, body div#wrapper3 {
	background: #f8f8f8;
} */
.header-link.header-search input.exp-search-input {
	background: #ffffff;
}
/* 共通ヘッダー */
.header_bnr-fullwidth {
	-ms-flex-basis: calc(100% - 4px);
	-webkit-flex-basis: calc(100% - 4px);
	flex-basis: calc(100% - 4px);
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	overflow: hidden;
}
.header_bnr-halfwidth {
	-ms-flex-basis: calc(50% - 4px);
	-webkit-flex-basis: calc(50% - 4px);
	flex-basis: calc(50% - 4px);
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	overflow: hidden;
}
#TopFreeSpace1 .container-flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#byNaturum {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #888888;
    color: #888888;
    padding: 5px;
}
/* 共通フッター */
#footerArea {
	text-align: left;
	margin: 0 0 35px 0;
	padding: 0;
}
#shpBody div.mdStoreCalendar {
	display: none;
}

/* 共通サイドナビ */
#sideArea .heading {
	font-weight: bold;
}
.left_genre {
	margin-bottom: 20px;
}
.genreHeading {
	font-size: 20px;
	font-weight: bold;
	color: #ff3300;
}
.genre-list {
	padding-left: 3px;
	font-size: 16px;
}
.genre-list li {
	margin-bottom: 5px;
}

.genre-list a {
	color: #565656;
	position: relative;
	padding-left: 8px;
	transition: all 0.2s ease;
}
#wrapper2 .genre-list a:hover {
	color: #ff3300;
	padding-left: 10px;
}
.left_genre ul.genre-list li a::before {
	top: 8px;
}
ul.genre-list li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	height: 4px;
	width: 4px;
	background: #565656;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
ul.genre-list li a:hover {
	padding-left: 18px;
	/* margin-right: -8px; */
}

ul.genre-list li a:hover::before {
	top: 8px;
	width: 8px;
	height: 4px;
	background: #ff3300;
}
/* 商品ページ */
div#CentItemAdditional3 {
	margin-left: -310px;
	width: 1000px;
}
div#CentItemAdditional3 > div > p {
	width: 748px;
}
/* 個別カスタム */
div#CentHotItem2 h2.ptText {
	display: none;
}
div#Container div.Container-inner {
	margin-right: 1px;
}
.txt-cntr.cart-btn {
	background-color: #ff3300;
}
#wrapper2 .txt-cntr.cart-btn a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#wrapper2 .txt-cntr.cart-btn a img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
#wrapper2 .txt-cntr.cart-btn a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.txt-cntr.cart-btn a:visited {
	color: #ffffff;
}

.info {
	text-align: center;
	border: 1px solid #ff0000;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin: 10px 0;
}
.info + table.full-width {
	  border-collapse: collapse;
	  border-spacing: 0;
}
.info + table.full-width a img {
	  margin-bottom: 5px;
}
.situation-area h4 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px;
}
.situation-area td {
	vertical-align: top;
}
.situation-area ul {
	padding: 5px;
	margin-bottom: 15px;
}
.situation-area ul li {
	font-size: 15px;
	line-height: 1.6;
}
#TopFreeSpace1 .container-flex.outdoor-color {
	height: 40px;
	padding: 5px;
}
#TopFreeSpace1 .container-flex .flex-items {
	-ms-flex-basis: calc(20% - 5px);
	-webkit-flex-basis: calc(20% - 5px);
	flex-basis: calc(20% - 5px);
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	overflow: hidden;
	/* padding: 5px; */
}
#CenterTop #CentFreeSpace1 table.full-width p.txt-link {
	font-size: 15px;
}
#TopFreeSpace1 .container-flex .flex-items a {
	display: block;
	padding: 5px;
}
#TopFreeSpace1 .container-flex .flex-items a img {
	width: 60px;
	height: 40px;
	display: inline-block;
	vertical-align: middle
}
#TopFreeSpace1 .container-flex .flex-items a p {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #ffffff;
	width: 96px;
	height: auto;
}
/* サイドナビ */
.genre-sidenav a img {
	display: inline-block;
	width: 60px;
	height: 40px;
	vertical-align: middle;
}
.genre-sidenav a p {
	display: inline-block;
	margin-left: 2px;
	height: auto;
	width: 130px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}
.certificate img {
	width: 100%;
}
.certificate p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 2px;
}
#CentHotItem2 .ftPrice2 b {
	color: #ff0000;
}

#CentHotItem2 .ptData3 p a {
	color: #565656;
}
#CentHotItem2 .ptData3 p a:hover {
	color: #f82e56;
	text-decoration: underline;
}
#Left .full-width.heading.txt-cntr {
	margin-top: 20px;
}

.inquiry-btn.txt-cntr.cart-btn {
	color:#fff;
	font-size: 20px;
	line-height: 50px;
	margin:20px auto;
}

/* トップメニュー用 */
.container-flex.five-columns .flex-items {
	-ms-flex-basis: calc(20% - 5px);
	-webkit-flex-basis: calc(20% - 5px);
	flex-basis: calc(20% - 5px);
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	overflow: hidden;
}

.container-flex .flex-items a {
	display: block;
	padding: 5px;
}
/* スマホで1カラム */
@media screen and (max-width:480px) {
	.main-wrapper .r-leftnav {
		display: none;
	}
	.main-wrapper.container-flex .r-topcontent {
		width: 100%;
	}
}
