@charset "utf-8";



/* --------------------------------------------------------------------------------
	body
-------------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	min-width: 1110px;
	line-height: 1.5;
	font-size: 14px;
	text-size-adjust: 100%;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
}


/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	/*font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; */
	
}

.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-size: 1em;
}
.common ol,
.common ul{
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	tont-size: 1em;
}
.common a,
.common a:link,
.common a:visited{
	text-decoration: none;
	color: #000;
    -webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active{
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
	visibility:hidden;
	font-size:0;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}


/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display:none;
}
.device-sp-inline{
	display:none;
}
.device-pc{
	display:block;
}
.device-pc-inline{
	display:inline;
}

.inner{
	width:1110px;
	margin:0 auto;
}


/* --------------------------------------------------------------------------------
	アンカーポイントの調整
-------------------------------------------------------------------------------- */
.ancpoint{
	margin-top: -106px;
	padding-top: 106px;
}



/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
}


/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
.fs-l-header {
	display: block;
	padding-top: 0;
	margin:0 0 20px;
}
.fs-l-header__contents{
	display: block;
	grid-template-columns: none;
}
.fs-l-header__contents > *{
	padding: 0;
}

/********** ヘッダー **********/
#header .inner{
	width:100%;

	color: #fff;
	background: #087C61;
}
#header a,
#header a:link,
#header a:visited{
	text-decoration: none;
	color: #fff;
    -webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}

/********** ヘッダーの固定 **********/
#header .h-fix{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

/********** ロゴ **********/
#header .h-contents{
	display: flex;
	justify-content: space-between;
	
	width: 1110px;
	margin: 0 auto;
}

/********** ロゴ **********/
#header .h-logo{
	width: 680px;
	padding: 15px 0;
	display:table;
}
#header .h-logo h3{
	display:table-cell;
	width:250px;
	padding:0 20px 0 20px;
}
#header .h-logo .txt-catch1{
	width: 430px;
	margin-left:15px;
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	text-align:left;
}
#header .h-logo .txt-catch2{
	width: 430px;
	margin-left:15px;
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	text-align:left;
}

/********** 会員様専用ページ・カートを見る **********/
#header .h-info{
	width: 430px;
	padding: 15px 0;
}
#header .h-info ul{
	display: flex;
	justify-content: space-between;
}
#header .h-info ul li.member{
	width:190px;
}
#header .h-info ul li.member a{
	font-size:14px;
	line-height: 1;
    padding: 8px 0;
    display: inline-block;
}
#header .h-info ul li.member .icon img{
	width:15px;
	margin:0 6px 0 0;
}

#header .h-info ul li.cart{
	width:200px;
	margin-right:80px;
}
#header .h-info ul li.cart a{
	width:200px;
	color:#000;
	font-size:14px;
	padding:9px 18px 7px 16px;
	display:inline-block;
	line-height: 1;
	background:#ffffff;
	border-radius:3px;
}
#header .h-info ul li.cart .fs-icon--cart{
	position:relative;
	padding-right:3px !important;
}
#header .h-info ul li.cart .fs-icon--cart:before {
    content:"";
	background: url(https://isuoukoku2.itembox.design/item/images/common/h-icon-cart.png) no-repeat;
	background-size: 18px 14px;
	width:18px;
	height:14px;
	margin:0 6px 0 0;
	display:inline-block;
}
#header .h-info ul li.cart .fs-p-cartItemNumber{
	position:absolute;
	top:-5px;
	right:0;
	width:15px;
	height:15px;
    background: #c00000;
    text-align: center;
    line-height: 1.5;
}
#header .h-info ul li.cart .txt-cart{
	display:inline-block;
}

/********** ヘッダーナビゲーション **********/
#header .h-nav{
	padding: 11px 0 0;
	background: #848484;
	border: 1px solid #585858;
	position:relative;
}
#header .h-nav > nav > ul{
	display: flex;
	justify-content: center;
	
	font-size: 15px;
}
#header .h-nav > nav > ul > li{
	width:277px;
	text-align:center;
}

#header .h-nav > nav > ul > li > a,
#header .h-nav > nav > ul > li > .label{
	display: block;
	margin:0 0 11px;
	white-space: nowrap;
	text-decoration: none;
	color:#ffffff;
	border-right:1px solid #ffffff;
}
#header .h-nav > nav > ul > li:first-child > a,
#header .h-nav > nav > ul > li:first-child > .label{
	border-left:1px solid #ffffff;
}


/********** カテゴリー **********/
#header .h-category{
	display: none;
	
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	
	width: 100%;
}
#header .h-category.active{
	display: block;
}
#header .h-category .heading{
	margin: 0 20px 20px;
	border-bottom:1px solid #000;
	font-weight:bold;
}
#header .h-category .h-category-wrapper{
	background: #f2f2f2;
	text-align:left;
	padding:30px 0 0;
}
#header .h-category .h-category-box{
	width: 1110px;
	margin: 0 auto;
	padding: 0 0 40px;
}
#header .h-category ul{
	display: flex;
	flex-wrap: wrap;
	width:970px;
	margin:0 20px;
	padding:0 20px;
}
#header .h-category ul li{
	padding: 6px 0;
	font-size: 14px;
	color:#000;
}
#header .h-category ul li{
	width:370px;
}
#header .h-category ul li:nth-child(3n){
	width:290px;
}
#header .h-category ul li a{
	display: block;
	color:#000;
	font-size: 14px;
}



/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
main{
	padding-top:112px;
}



/* --------------------------------------------------------------------------------
	main-outer
-------------------------------------------------------------------------------- */
#main-outer{
	width:1110px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

/* --------------------------------------------------------------------------------
	main-inner
-------------------------------------------------------------------------------- */
#main-inner{
	width:880px;
}


/* --------------------------------------------------------------------------------
	fs-c-breadcrumb
-------------------------------------------------------------------------------- */
nav.fs-c-breadcrumb {
    width: 1110px;
    margin: 0 auto;
}

/* --------------------------------------------------------------------------------
	fs-l-page
-------------------------------------------------------------------------------- */
.fs-l-page {
    padding-top: 112px;
}


/* --------------------------------------------------------------------------------
	fs-l-main
-------------------------------------------------------------------------------- */
.fs-l-main{
	width:1110px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}


/* --------------------------------------------------------------------------------
	fs-l-pageMain
-------------------------------------------------------------------------------- */
.fs-l-pageMain {
	width:880px;
}


/* --------------------------------------------------------------------------------
	検索
-------------------------------------------------------------------------------- */
#search {
	width: 880px;
	background:#f2f2f2;
	margin:0 0 30px;
}

#search .search-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding:19px 20px;
}
#search .search-box input[name="keyword"] {
	-webkit-appearance: none;
	display: block;
	border-radius: 0;
	width: 740px;
	height: 30px;
	padding: 0 5px;
	border: solid 1px #aaaaaa;
}
#search .search-box span {
	display: flex;
	width: 70px;
	padding: 0;
}
#search .search-box span input[type="submit"] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #aaaaaa;
	background: #d9d9d9;
}



/* --------------------------------------------------------------------------------
	sub1
-------------------------------------------------------------------------------- */
#sub1{
	width:190px;
}
#sub1 .sub1-category-box{
	margin:0 0 40px;
}
#sub1 .sub1-category-box .heading{
	font-size:16px;
	color:#ffffff;
	background:#848484;
	border:1px solid #585858;
	width:188px;
	padding:8px 0;
	text-align:center;
	vertical-align:middle;
	font-weight:nomal;
	margin:0 0 18px;
}
#sub1 .sub1-category-box .heading2{
	font-size:16px;
	color:#ffffff;
	background:#06c755;
	border:1px solid #848484;
	width:188px;
	padding:8px 0;
	text-align:center;
	vertical-align:middle;
	font-weight:bolder;
	letter-spacing:1px;
	margin:0 0 18px;
}
#sub1 .sub1-category-box .cat-col ul li{
	margin:16px 8px;
	padding: 0 0 2px;
    border-bottom: 1px dotted #aaa;
}
#sub1 .sub1-category-box .cat-col ul li a{
	font-size:15px;
}
#sub1 .sub1-category-box .cat-col ul li span:before {
    content: "\025b6";
	font-size:10px;
	margin:0 10px 0 0;
}



/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
.fs-l-footer {
    position: inherit;
    border-top: none;
    background-color: inherit;
    color: inherit;
    margin-top: 0;
}

#footer {
	width:100%;
	border-top:1px solid #aaaaaa;
}

#footer a,
#footer a:link,
#footer a:visited{
	text-decoration: none;
	color: #fff;
    -webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}

/********** フッターコンテンツ **********/
#footer .f-contents {
}

/********** フッターコンテンツ **********/
#footer .footer-contents{
}

/********** カラム **********/
#footer .footer-contents .f-outer1{
	display: flex;
	justify-content: space-between;
	
	margin:0 auto 25px;
	width:1110px;
	padding: 25px 0 0;
	color: #000;
	background: #fff;
}
#footer .footer-contents .f-outer1 .f-inner{
	width: 370px;
	padding: 0 20px;
	border-right:1px dashed #aaaaaa;
}
#footer .footer-contents .f-outer1 .f-inner3{
	border:none;
}
#footer .footer-contents .f-outer1 .box{
	margin:0 0 30px;
}
#footer .footer-contents .f-outer1 .title{
	font-weight:bold;
	margin:0 0 18px;
}
#footer .footer-contents .f-outer1 .s-title{
	width:110px;
	padding:5px 0;
	margin:0 0 5px;
	text-align:center;
	font-weight:bold;
	background:url(https://isuoukoku2.itembox.design/item/images/common/f-bg-title.gif) repeat;
	color:#FFF;
}
#footer .footer-contents .f-outer1 .txt1{
	line-height:1.8;
}
#footer .footer-contents .f-outer1 .payment .txt1{
	margin:0 0 30px;
}
#footer .footer-contents .f-outer1 .payment .txt2{
	font-weight:bold;
	margin:0 0 10px;
}
#footer .footer-contents .f-outer1 .detali{
	margin:20px 0 0;
}
#footer .footer-contents .f-outer1 .detali a{
	color:#000;
	text-decoration:underline;
}
#footer .footer-contents .f-outer1 .detali span:before{
	content:"\025b6";
	font-size:10px;
    margin: 0 5px 0 0;
}
#footer .footer-contents .f-outer1 .btn{
	padding:10px 0;
	margin:30px 0 5px;
	text-align:center;
	font-weight:bold;
	background:url(https://isuoukoku2.itembox.design/item/images/common/f-bg-title.gif) repeat;
	color:#FFF;
}

#footer .footer-contents .f-outer2{
	background:#f2f2f2;
}
#footer .footer-contents .f-outer2 .f-inner{
	padding:15px 20px 15px 15px;
	width:1110px;
	margin:0 auto;

	display: flex;
	justify-content: space-between;
	color:#000;
}
#footer .footer-contents .f-outer2 a{
	color:#000;
}
#footer .footer-contents .f-outer2 .f-menu ul{
	border-left:1px solid #000;
}
#footer .footer-contents .f-outer2 .f-menu ul li{
	display: inline;
	border-right:1px solid #000;
	padding:0 5px;
}

/********** コピーライト **********/
#footer .footer-contents .f-outer2 .copyright{
	font-size: 12px;
}

#footer .f-btn-pagetop{
	position:fixed;
	bottom:15px;
	right:50px;
}