@charset "UTF-8";
/*common*/
body {
	width: 100%;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555555;
	overflow-x: hidden;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
header {
	background-image: url(../format/headerBg.png);
	background-repeat: repeat-x;
	background-position: 0% top;
	width: 100%;
	height: 110px;
}
header h1 {
	position: relative;
	width: 233px;
	z-index: 90;
	float: left;
}
header .inqury  {
	width: 70px;
	margin-top: 25px;
	float: left;
	background-color: hsla(0,0%,100%,1.00);
	background-repeat: no-repeat;
	min-height: 72px;
	height: auto;
	margin-left: 260px;
}
header .inqury img {
	width: 100%;
	height: auto;
}
header .shopBanner a {
	width: 40%;
	margin-top: 25px;
	float: right;
	background-image: url(../format/shopBanner.png);
	background-color: hsla(0,0%,100%,1.00);
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 72px;
	height: auto;
	text-indent: -9999px;
	background-position: right 0%;
}
article {
	width: 100%;
}
#catch {
	width: 100%;
	height: 450px;
	margin-top: 30px;
}
#catch h1 {
	text-align: center;
}
#slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide_all {
	width: 800px;
	margin: 0 auto;
	height: 250px;
	position: relative;
}
.slide_wrap {
	width: 2400px;
	position: absolute;
	left: 50%;
	margin-left: -1200px;
}
.slide_body {
	width: 100%;
}
.slide {
	width: 800px;
}
.slide img {
	width: 100%;
	vertical-align: bottom;
}
.mainImage img {
	width: 100%;
	height: auto;
}
.columnWrap {
	overflow: hidden;
}
.column1 {
	width: 40%;
	max-width: 380px;
	margin-right: 20px;
	float: left;
}
.column2 {
	width: 60%;
	max-width: 600px;
	float: right;
}
img.imgFull {
	width: 100%;
	height: auto;
}
img.img-responsive {
	max-width: 100%;
	height: auto;
}
/* 装飾 */
.bx-controls-direction, .bx-pager {
	text-align: center;
	height: 25px;
}
.bx-controls-direction a, .bx-pager-item {
	display: inline-block;
}
.bx-pager-item a {
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -9999px;
	background: #000;
	border-radius: 10px;
	margin: 10px 2px 0 2px;
}
.bx-pager-item a.active {
	opacity: 0.3;
}
.bx-controls-direction a {
	text-decoration: none;
	color: #000;
	padding: 0 5px;
}
.bx-controls {
	position: absolute;
	bottom: 5px;
	z-index: 100;
	width: 100%;
}
.catch {
	width: 100%;
	max-width: 926px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 99;
	margin-top: -80px;
}
.catch img {
	width: 100%;
	height: auto;
}
#eventArea {
	background-color: #D2F7F8;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#eventArea h2 {
	font-size: 140%;
	background-image: url(../toppage/information/listMarker.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	padding-left: 38px;
	color: #4E9F2A;
	font-weight: bold;
	margin-bottom: 10px;
}
#eventArea li {
	width: auto;
	border-bottom: 4px solid #D0EBCC;
	background-image: url(../toppage/information/linkMarker.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-origin: border-box;
	margin-bottom: 12px;
	margin-left: 30px;
	padding-bottom: 5px;
	background-position: left 2px;
	background-size: auto auto;
}
.information {
}
ul li time {
}
footer {
	width: 100%;
	padding-top: 0px;
	position: absolute;
}
footer .backGround {
	background-image: url(../footer/backGrand.png);
	height: 326px;
	background-position: center 0%;
	background-repeat: no-repeat;
}
footer .footerBorder {
	height: 6px;
	background-image: url(../footer/border.png);
	background-repeat: repeat-x;
	position: relative;
	margin-top: -10px;
}
footer .footerArea {
	background-color: #00B773;
	background-repeat: repeat-x;
	background-position: 0% top;
	padding-top: 10px;
	overflow: hidden;
	color: #FFFFFF;
	padding-bottom: 30px;
}
footer .footerArea .footerColumn1 {
	width: 260px;
	float: left;
	margin-right: 20px;
}
footer .footerArea .footerColumn2 {
	width: 150px;
	float: left;
	margin-left: 30px;
}
footer .footerArea .logo {
	background-image: url(../footer/footerLogo.png);
	width: 260px;
	height: 90px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
footer .footerColumn2 h2 {
	border-bottom: 2px solid #C5FED1;
	margin-bottom: 14px;
}
footer .footerColumn2 ul {
	margin-left: 10px;
}
footer .footerColumn2 ul li {
	font-size: 80%;
	margin-bottom: 4px;
}
footer .footerColumn2 ul li a {
	color: #FFFFFF;
}
footer .footerColumn2 ul li a:hover {
	text-decoration: underline;
	color: #F8FA45;
}
.mt30 {
	margin-top: 30px;
}
#contentsTitle {
	width: 100%;
	height: 20%;
	display: block;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-image: url(../format/title/titleBG.png);
}
#contentsTitle h2 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #FBFCC9;
	font-weight: bold;
	font-size: 200%;
	background-repeat: no-repeat;
	background-origin: padding-box;
	padding-top: 50px;
	padding-bottom: 10px;
	background-position: right top;
	background-size: auto auto;
	background-clip: padding-box;
	padding-left: 20px;
	text-align: center;
	text-shadow: 2px 0px 0px #005500, 0px 2px 0px #005500, -2px 0px 0px #005500, 0px -2px 0px #005500;
}
.toShopButton {
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.toShopButton a:hover {
	opacity: 0.6;
}
#content {
	margin-bottom: 20px;
}
#content h2 {
	font-size: 140%;
	font-weight: bold;
	border: 1px solid hsla(155,8%,70%,1.00);
	border-radius: 8px;
	border-collapse: collapse;
	padding: 4px;
	margin-bottom: 10px;
	color: hsla(140,43%,96%,1.00);
	background-color: hsla(106,35%,51%,1.00);
}
#content h3 {
	font-size: 140%;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content h3.imgTitle {
	width: auto;
	max-width: 100%;
	height: auto;
	border: none;
	background-color: #FFFFFF;
}
/*PageTop*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 50%;
	left: 50%;
	padding-bottom: 20px;
	z-index: 20;
}
#page-top a:hover {
	opacity: 0.6;
}
.center {
	text-align: center;
}

/*ContentTitle*/
#content h3 {
	font-size: 140%;
	font-weight: bold;
	border: 1px solid hsla(155,8%,70%,1.00);
	border-radius: 8px;
	border-collapse: collapse;
	padding: 4px;
	margin-bottom: 10px;
	color: hsla(140,43%,96%,1.00);
	background-color: hsla(106,35%,51%,1.00);
}
#content h4 {
	font-size: 140%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	color: #E59533;
}

/*AccordionContents*/
#content .AccordionContents {
	margin: 0;
}
#content .AccordionContents h3 {
	margin: 0;
	font-size: 80%;
	border: none;
	margin-bottom: 5px;
	vertical-align: baseline;
	padding-bottom: 20px;
	background-image: url(../format/accordion/normal.png);
	background-repeat: no-repeat;
	background-position: center 97%;
	background-size: auto 20px;
}
#content .AccordionContents h3.active {
	background-image: url(../format/accordion/active.png);
}
#content .AccordionContents a {
	color: #FFFFFF;
}
#content .AccordionContents h3 img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
#content .AccordionContents h3 img:hover {
	opacity: 0.7;
}
#content .AccordionContents .inner {
	display: none;
	overflow: hidden;
	margin-bottom: 20px;
}
#content .AccordionContents h4 {
	margin-bottom: 20px;
	margin-top: 20px;
}
dl.infoList {
	margin-bottom: 10px;
}
dl.infoList dt {
	font-weight: bold;
	color: #E59533;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
dl.infoList dd {
	margin-left: 1em;
	margin-bottom: 5px;
}

/*取扱商品一覧common*/
#product h3 {
	font-size: 140%;
	font-weight: bold;
	border: 1px solid hsla(155,8%,70%,1.00);
	border-radius: 8px;
	border-collapse: collapse;
	padding: 4px;
	margin-bottom: 10px;
	color: hsla(140,43%,96%,1.00);
	background-color: hsla(106,35%,51%,1.00);
}
section.productList .productItem .stump {
	position: absolute;
	top: 3px;
	right:3px;
	text-align: right;
}
section.productList .productItem .stump img {
	width:60%;
	height: auto;
}
/*取扱商品一覧*/
#product p.shipment {
	margin-bottom: 10px;
	text-align: right;
	color: #BE2022;
}
#product p.shipment strong {
	font-weight: bold;
}
/*取扱商品詳細*/
#product .productTxt h2 {
	font-size: 140%;
}
#product .productTxt {
	margin-bottom: 20px;
}
#product .itemStump  {
	float: right;
	margin-left: 10px;
}
#product .productTxt .breed {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
#product .productTxt .breed .innerImg {
	width: 350px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	position: relative;
}
#product .productTxt .breed .innerTxt {
	width: 308px;
	float: left;
}
#product .productTxt .breed .innerImg img {
	width: 100%;
	height: auto;
}
#product .productTxt .breed .innerImg .itemStump {
	position:absolute;
	right: 2px;
	bottom: 2px;
	width: 80px;
	height: 80px;
	display: block;
}
#product .productTxt .breed .innerImg .itemStump img {
	width: 100%;
	height: auto;
}
#product .productTxt .breed h4 {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	font-size: 1.4rem;
}



/*-------------------------------------
PC
---------------------------------------*/

@media screen and (min-width:681px) {
nav {
	background-repeat: repeat-x;
	height: 44px;
	background-image: url(../format/naviBg.png);
	background-color: #FAFFD6;
	width: 100%;
	display: block;
	overflow: hidden;
}
nav ul {
	margin-left: 248px;
	overflow: hidden;
}
nav li {
	display: inline;
	float: left;
	text-indent: -9999px;
	margin-top: 2px;
}
nav li.top, nav li.top a {
	background-image: url(../format/navi/top.png);
	width: 188px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
}
nav li.products, nav li.products a {
	background-image: url(../format/navi/products.png);
	width: 188px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
}
nav li.safety, nav li.safety a {
	background-image: url(../format/navi/safty.png);
	width: 188px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
}
nav li.blog, nav li.blog a {
	background-image: url(../format/navi/blog.png);
	width: 188px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
}
nav li a:hover {
	background-color: #D8CBCC;
	opacity: 0.6;
}
#shortCut {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}
#shortCut h1 {
	display: none;
}
#recommend {
	background-color: #CFF3C9;
	padding: 10px 0;
	overflow: hidden;
	margin-top: 30px;
	width: 100%;
}
#campain   {
	margin-top: 10px;
}
#campain li  {
	margin-bottom: 10px;
	text-align: center;
}
#recommend .recommendTitle {
	float: left;
	width: 100%;
	background-image: url(../toppage/recommend/recommendTitle.png);
	background-repeat: no-repeat;
	max-width: 200px;
	text-indent: -9999px;
	display: block;
	height: 264px;
}
#recommend .recommendPickup {
	width: 170px;
	margin-left: 20px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px 5px;
	border-radius: 10px;
	min-height: 264px;
}
#recommend .recommendPickup img {
	width: 100%;
	height: auto;
}
#recommend h3 {
	color: #444444;
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 7px;
	border-bottom: 5px solid #CAC9C9;
	padding-bottom: 4px;
}
#recommend p {
	color: #333333;
	font-size: 90%;
	line-height: 1.6em;
}
#recommend .recommendPickup a {
	display: block;
}
#recommend .recommendPickup a:hover {
	opacity: 0.7;
}
#storeImage {
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 5px;
	width: 100%;
	height: 40%;
	background-image: url(../toppage/storeImage/storeImage.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0%;
}
.storeImage_inner {
	width: 100%;
	max-width: 940px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 80px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 1px hsla(0,0%,13%,1.00);
	background-color: hsla(0,0%,55%,0.56);
}
#shortCut .shortCutBanner a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	height: 100%;
	background-image: url(../toppage/shortcut/onlineBanner.png);
	width: 100%;
	max-width: 940px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #8AAEEE;
	background-repeat: no-repeat;
	min-height: 160px;
	background-size: cover;
	border-radius: 10px;
	background-position: center center;
}
#shortCut .shortCutBanner a:hover {
	opacity: 0.7;
}
#shortCut .shortCutBanner .title {
	text-align: center;
	color: #FFFFFF;
	bottom: 5%;
	position: relative;
	margin-top: 5%;
	margin-bottom: 0px;
}
#shortCut .shortCutBanner .title h2 {
	font-weight: bold;
	font-size: 180%;
	text-shadow: 1px 1px 1px #536253;
}
#shortCut .shortCutBanner .title p {
	text-shadow: 0px 0px 1px hsla(0,4%,37%,0.80);
	color: #477416;
}
#shortCut .shortCutIcon {
	float: left;
	display: inline;
	margin-left: 30px;
	text-align: center;
	padding-bottom: 20px;
	margin-right: 30px;
}
#shortCut .shortCutIcon a {
	width: 180px;
	height: 180px;
	-webkit-border-radius: 95px;/* width,heightの半分 */
	-moz-border-radius: 95px;
	border-radius: 95px;
	background-color: #EDEDED;/* 円の色 */
	display: block;
	margin-bottom: 10px;
	background-size: 100% 100%;
}
#shortCut .shortCutIcon a:hover {
	border: 5px solid #979797;
	background-size: 110% 110%;
}
#shortCut .store {
	background-image: url(../toppage/shortcut/store.jpg);
	border: 5px solid #B1D59F;
}
#shortCut .products {
	background-image: url(../toppage/shortcut/products.jpg);
	border: 5px solid #EC95BB;
}
#shortCut .access {
	background-image: url(../toppage/shortcut/access.png);
	border: 5px solid #95E3EC;
	background-position: center center;
}
#shortCut .blog {
	background-image: url(../toppage/shortcut/blog.png);
	border: 5px solid #ECCE95;
	background-position: center center;
}

.imgLeft {
	margin-right: 20px;
	float: left;
}
#product .subImage {
	width: 50%;
	max-width: 100%;
	height: auto;
}
#product .mainImage {
	margin-bottom: 20px;
	margin-top: 10px;
	float: none;
}
#content {
	margin-bottom: 20px;
	position: relative;
}
ol#climbList {
	width: 1000px;
	overflow: hidden;
	text-align: right;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}
ol#climbList li {
	padding-left: 10px;
	background-image: url(../format/climbListMarker.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	font-size: 80%;
	background-color: hsla(66,64%,87%,1.80);
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
ol#climbList li a:hover {
	text-decoration: underline;
}
/*Product*/
#product {
	width: 700px;
	float: left;
	margin-right: 50px;
}
#category {
	width: 250px;
	float: right;
}
/*Safty*/
/*noUse*/
#saftyNavi .shortCutIcon {
	float: left;
	display: inline;
	margin-left: 30px;
	text-align: center;
	padding-bottom: 20px;
	margin-right: 30px;
}
#saftyNavi .shortCutIcon a {
	width: 180px;
	height: 180px;
	-webkit-border-radius: 95px;/* width,heightの半分 */
	-moz-border-radius: 95px;
	border-radius: 95px;
	background-color: #EDEDED;/* 円の色 */
	display: block;
	margin-bottom: 10px;
	background-size: 100% 100%;
}
#saftyNavi .shortCutIcon a:hover {
	border: 5px solid #979797;
	background-size: 110% 110%;
}
#saftyNavi .shortCutIcon .story {
	border: 5px solid #DAA8A9;
	background-image: url(../format/saftyNav1.jpg);
}
#saftyNavi .shortCutIcon .reason {
	background-image: url(../format/saftyNav2.jpg);
	border: 5px solid #4A8310;
}
#saftyNavi .shortCutIcon .guideline {
	background-image: url(../format/saftyNav3.jpg);
	border: 5px solid #84C286;
}
#saftyNavi .shortCutIcon .support {
	background-image: url(../format/saftyNav4.jpg);
	border: 5px solid #B5C2A3;
}
.shopCorner {
	overflow: hidden;
}
.sp {
	display: none;
}
/*ProductList*/
section.productList {
	width: 100%;
	padding-left: 20px;
	overflow: hidden;
}
section.productList h1 {
	font-size: 130%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
	border-bottom: 1px solid #000000;
}
section.productList .productItem {
	width: 176px;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px #cccccc solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 90%;
	display: inline-block;
	vertical-align: top; /* 上端揃え */
	position:relative;
}
section.productList .productItem h2 {
	height: 116px;
	overflow: hidden;
	vertical-align: middle;
}
section.productList .prodctItem .productInner {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
section.productList .productItem img {
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}
section.productList .productItem a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
}
section.productList .productItem a:hover {
	opacity: 0.7;
	background-color: #E1EDE1;
}
/*Product Accordion*/
#category h1 {
	font-size: 120%;
	margin-bottom: 8px;
	text-align: center;
}
#acMenu {
	border: #666 1px solid;
}
#acMenu h2 {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: #666 1px solid;
	cursor: pointer;
	padding-right: 1em;
	padding-left: 3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../format/productAccordion/open.png);
	background-position: 0.5em center;
	background-size: 12% auto;
	background-repeat: no-repeat;
	background-color: #EDEAEA;
}
#acMenu ul {
	width: 100%;
	height: auto;
	border-bottom: #666 1px solid;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
#acMenu ul li a {
	padding-top: 8px;
	padding-bottom: 5px;
	width: 100%;
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0px;
	color: #666666;
	border-bottom: #aaa solid 1px;
}
#acMenu ul li a:hover {
	background-color: #CCE0C3;
}
#acMenu h2:hover {
	background-color: #CCE0C3;
}
#acMenu h2.active {
	background-color: #CCE0C3;
	background-repeat: no-repeat;
	background-position: 177px 18px no-repeat;
	background-image: url(../format/productAccordion/close.png);
}
}

/*-------------------------------------
smartPhone
---------------------------------------*/
@media screen and (max-width:680px) {
.container {
	width: 100%;
}
.js #navi {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
.column1 {
	width: 100%;
	float: none;
}
.column2 {
	width: 100%;
	float: none;
}
header .shopBanner a {
	width: 40%;
}
header .inqury {
	display: none;
}
#recommend {
	margin-top: 30px;
	background-color: #00B773;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#recommend .recommendTitle {
	float: none;
	width: 100%;
	background-image: none;
	text-indent: 0px;
	display: block;
	background-color: #00B773;
	padding: 10px 0;
	margin-bottom: 10px;
}
#recommend .recommendTitle h2 {
	font-size: 160%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#contentsTitle h1 {
	margin-left: auto;
	margin-right: auto;
	color: hsla(128,76%,26%,1.00);
	font-weight: bold;
	font-size: 160%;
	background-image: url(../format/title/jalogo.png);
	background-repeat: no-repeat;
	background-origin: padding-box;
	padding-top: 50px;
	padding-bottom: 10px;
	background-position: right top;
	background-size: auto auto;
	background-clip: padding-box;
	width: 90%;
}
#recommend .recommendPickup {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-color: #FFFFFF;
	padding: 10px 5px;
	border-radius: 10px;
	min-height: 264px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#recommend .recommendPickup img {
	width: 100%;
	height: auto;
}
#recommend h3 {
	color: #444444;
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 7px;
	border-bottom: 5px solid #CAC9C9;
	padding-bottom: 4px;
}
#recommend p {
	color: #333333;
	font-size: 90%;
	line-height: 1.6em;
}
#recommend .recommendPickup a {
	display: block;
}
#recommend .recommendPickup a:hover {
	opacity: 0.7;
}
#shortCut .shortCutBanner a {
	width: 90%;
}
#shortCut .shortCutBanner .title h2 {
	font-size: 120%;
}
.storeImage_inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#storeImage {
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 5px;
	width: 100%;
	background-image: url(../toppage/storeImage/storeImage.jpg);
	background-attachment: scroll;
	background-size: cover;
	background-position: center 0%;
	background-repeat: no-repeat;
	background-clip: content-box;
}
.storeImage_inner {
	width: 90%;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-align: left;
	text-shadow: 1px 1px 1px hsla(0,0%,13%,1.00);
	background-color: hsla(0,0%,55%,0.56);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10%;
	padding-right: 10%;
}
#shortCut .shortCutBanner a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	height: 100%;
	background-image: url(../toppage/shortcut/onlineBanner.png);
	width: 100%;
	max-width: 940px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #8AAEEE;
	background-repeat: no-repeat;
	min-height: 160px;
	background-size: cover;
	border-radius: 10px;
	background-position: center center;
}
#shortCut .shortCutBanner a:hover {
	opacity: 0.7;
}
#shortCut .shortCutBanner .title {
	text-align: center;
	color: #FFFFFF;
	bottom: 5%;
	position: relative;
	margin-top: 5%;
	margin-bottom: 0px;
}
#shortCut .shortCutBanner .title h2 {
	font-weight: bold;
	font-size: 180%;
	text-shadow: 1px 1px 1px #536253;
}
#shortCut .shortCutBanner .title p {
	text-shadow: 0px 0px 1px hsla(0,4%,37%,0.80);
}
#shortCut .shortCutIcon {
	float: left;
	display: block;
	margin-left: 7%;
	margin-right: 7%;
	text-align: center;
	padding-bottom: 20px;
	width: 35%;
	height: 35%;
}
#shortCut .shortCutIcon a {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;/* width,heightの半分 */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #EDEDED;/* 円の色 */
	display: block;
	margin-bottom: 10px;
	background-size: 100% 100%;
	padding-bottom: 100%;
}
#shortCut .shortCutIcon a:hover {
	border: 5px solid #979797;
	background-size: 110% 110%;
}
#shortCut .store {
	background-image: url(../toppage/shortcut/store.jpg);
	border: 5px solid #B1D59F;
}
#shortCut .products {
	background-image: url(../toppage/shortcut/products.jpg);
	border: 5px solid #EC95BB;
}
#shortCut .access {
	background-image: url(../toppage/shortcut/access.png);
	border: 5px solid #95E3EC;
	background-position: center center;
}
#shortCut .blog {
	background-image: url(../toppage/shortcut/blog.png);
	border: 5px solid #ECCE95;
	background-position: center center;
}
footer .backGround, footer .footerBorder, footer .footerColumn2 {
	display: none;
}
footer .footerArea .footerColumn1 {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
ol#climbList {
	display: none;
}
#content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/*取扱商品一覧*/
section.productList {
	overflow: hidden;
	padding-left: 5%;
}
section.productList h1 {
	font-size: 130%;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 20px;
	border-bottom: 1px solid #000000;
}
section.productList .productItem {
	width: 30%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px #cccccc solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
	font-size: 90%;
	display: inline-block;
	vertical-align: top; /* 上端揃え */
	position: relative;
}
section.productList .productItem .productInner {
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
}
section.productList .productItem h2 {
	width: 100%;
	height: auto;
	overflow: visible;
}
section.productList .productItem h2 img {
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}
section.productList .productItem a {
	display: table-cell;
	width: 100%;
	height: 100%;
	color: #333333;
}
section.productList .productItem a:hover {
	opacity: 0.7;
	background-color: #E1EDE1;
}
section.productList .productItem .stump {
	position: absolute;
	text-align: left;
	top: 5px;
	left:3px;
}
section.productList .productItem .stump img {
	width:40%;
	height: auto;
}


#product {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#product h1 {
	font-size: 2em;
}
.productTxt h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #5D5050;
}

#product p.shipment {
	margin-bottom: 10px;
	text-align: right;
	color: #BE2022;
}
#product p.shipment strong {
	font-weight: bold;
}
#product .productTxt h2 {
	font-size: 140%;
}
#product .productTxt {
	margin-bottom: 20px;
}


#product .productTxt .breed .innerImg {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	position: relative;
}
#product .productTxt .breed .innerTxt {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#product .productTxt .breed .innerImg img {
	width: 100%;
}
#product .productTxt .breed .innerImg .itemStump {
	width: 60px;
	height: 60px;
}
#product .productTxt .breed .innerImg .itemStump img {
	width: 100%;
	height: auto;
}
#product .productTxt .breed h4 {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	font-size: 1.4rem;
}





#product .subImage {
	width: 100%;
	height: auto;
}
#product .productTxt .breed {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
#product .productTxt .breed h2 {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}
#product .productTxt .breed .InnerImg {
	width: 100%;
	float: none;
}

/*Product Accordion*/
#category {
	margin-top: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#category h1 {
	font-size: 120%;
	margin-bottom: 8px;
	text-align: center;
}
#acMenu {
	border: #666 1px solid;
	overflow: hidden;
}
#acMenu h2 {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: #666 1px solid;
	cursor: pointer;
	padding-right: 1em;
	padding-left: 4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../format/productAccordion/open.png);
	background-position: 0.5em center;
	background-size: 10% auto;
	background-repeat: no-repeat;
	background-color: #EDEAEA;
}
#acMenu ul {
	width: 100%;
	height: auto;
	border-bottom: #666 1px solid;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
#acMenu ul li a {
	padding-top: 8px;
	padding-bottom: 5px;
	width: 100%;
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0px;
	color: #666666;
	border-bottom: #aaa solid 1px;
}
#acMenu ul li a:hover {
	background-color: #CCE0C3;
}
#acMenu h2:hover {
	background-color: #CCE0C3;
}
#acMenu h2.active {
	background-color: #CCE0C3;
	background-repeat: no-repeat;
	background-position: 177px 18px no-repeat;
	background-image: url(../format/productAccordion/close.png);
}
#content .AccordionContents {
	width: 100%;
	overflow: hidden;
}
#content .AccordionContents h3 img {
	width: 100%;
	height: auto;
}
section#storeImage {
	display: none;
}

}

@media screen and (max-width:320px){
header .shopBanner a {
	display: none;
}
}
