@charset "UTF-8";

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body{
	font-size: 16px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5{
	line-height: 1.3;
}
#wrapper{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper{
	height: auto;
}
.clearfix:after{
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print{
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance{
	left:-999px;
	position:absolute;
	width:990px;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img{
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default{
	box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active{
	color: inherit;
	text-decoration: none;
}
a:hover{
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}
.tel-moji a{
	text-decoration: underline;
}
.mincho{
	font-family: 'Noto Serif JP', serif;
	position: relative;
	font-weight: normal;
}
.roboto{
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-weight: bold;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after{
	content: "";
	display: table;
	clear: both;
}

.container{
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc{display: block;}
.sp{display: none;}


/* ▼ タイトル
--------------------------------------- */
.title{
	background: url(../img/bg.jpg)repeat center center/100%;
	padding: 60px 10px;
	margin-bottom: 20px!important;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.title_img{
	margin-bottom: 40px;
	position: relative;
	}
.title_img img{
	max-height:	60px;
	margin-bottom: 10px;
}
.icon_boder::before{
	content: "";
	width: 90px;
	height: 1px;
	background: #3c4654;
	position: absolute;
	top: -15px;
	left: -70px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
	z-index: 9;
	display: none;
}
/* ショップリスト投稿がない場合 */
.news_list h1{
	text-align: center;
}

/* ▼▼▼ ヘッダー
====================================================== */
header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 25px 25px 25px 10px;
	}
	header a{
		display: block;
	}
	#site_title{
		/* width: 105px; */
		width: 180px;
		/* padding-left: 15px; */
	}
	#site_title img{
		width: 100%;
	}

.menu{display: none;}

/* グローバルナビゲーション */
#gnav{
	display: flex;
	align-items: center;
	}
	#gnav > ul{
		display: flex;
		align-items: center;
	}
	#gnav > ul > li{
		margin-right: 25px;
		position: relative;
	}
	#gnav ul > li a,
	#gnav ul > li  p{
		display: block;
		text-decoration: none;
		font-weight: bold;
	}
	/* オンラインショップ */
	#gnav ul > li.online p{
		background: #000;
		padding: 7px 17px;
		color: #fff;
		}
		#gnav ul > li.online > p:hover{
			cursor: pointer;
		}
		#gnav ul > li.online > p::before{
			content: "";
			display: inline-block;
			width: 18px;
			height: 15px;
			background: url(../img/icon_online.png)no-repeat center center/cover;
			margin: 0 5px 0 0;
		}
		#gnav ul > li.online ul.drop{
			display: none;
			width: 100%;
			position: absolute;
			top:36px;
			left: 0;
			z-index: 9;
		}
		#gnav ul > li.online ul.drop li:not(:last-child){
			border-bottom: 1px solid rgba(255, 255, 255,.5);
		}
		#gnav ul > li.online ul.drop li a{
			display: block;
			background: rgba(0, 0, 0,.5);
			padding: 10px 0;
			color: #fff;
			text-align: center;
			font-size: 13px;
		}
		/* 小泉株式会社 */
		#group_link{
			width: 145px;
			line-height: 1;
		}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main{
	margin: 0 auto;
	clear: both;
}

.read{
	margin: 0 0 30px;
}
section{
	padding: 60px 0;
}
/* 2column の場合！！各自修正して使用してください */
.flex_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}


/* ▼ パンくず
--------------------------------------- */
#path{
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	}
	#path .breadcrumbs > span{
		float: left;
	}
	#path .breadcrumbs > span:after{
		content: "";
		display: inline-block;
		width: 30px;
		height: 1px;
		margin:5px 10px;
		/* background: #C9BEA8; */
		background: #808AA6;
	}
	#path .breadcrumbs > span:last-child:after{
		display: none;
	}
	#path .breadcrumbs span a{
		/* color: #C9BEA8; */
		color: #808AA6;
	}


/* ▼▼▼ フッター
===================================== */
footer{
	width: 100%;
	background: #3c4654;
	padding: 40px 0;
	clear: both;
	overflow: hidden;
	}
footer .container > p{
	text-align: center;
}
ul.f_nav{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
	}
	ul.f_nav li a{
		padding: 0 3vw;
		color: #fff;
		font-weight: bold;
	}
	/* サブ */
	ul.f_nav.sub li{
		position: relative;
	}
	ul.f_nav.sub li:not(:last-child)::after{
		content: "";
		width: 1px;
		height: 12px;
		background: #C4C4C4;
		position: absolute;
		top: 9px;
		right: 0;
	}
	ul.f_nav.sub a{
		padding: 0 15px;
		font-size: 12px;
	}
	/* ロゴ */
	footer p.f_logo{
		margin-bottom: 40px;
	}
	footer p.f_logo a img{
		/* max-width: 140px; */
		max-width: 210px;
		width: 100%;
	}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop{
	width: 80px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright{
	font-size: 12px;
	color: #A2A2A2;
	text-align: center;
}


/* ▼▼▼ カタログ
====================================================== */
body#CATALOG header,
body#CATALOG footer{
	display: none!important;
}
/* ▼▼▼ 404
====================================================== */
.error-404{
		padding: 180px 0;
	}
	.error-404 h1{
		font-size: 452%;
		text-align: center;
	}
	.error-404 p{
		font-size: 150%;
		text-align: center;
	}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px){

	body{
		font-size: 14px;
	}
	body.wrap{
		overflow: hidden;
	}


	#wrapper{width: 100%;}
	#screen{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(91, 91, 91,.57);
		z-index: 200;
	}

	.pc{display: none;}
	.sp{display: block;}

	/* ▼タイトル
	--------------------------------------- */
	.title{
		padding: 37px 10px;
		font-size: 12px;
	}
	.title_img{
		margin-bottom: 30px;
		}
	.title_img img{
		max-height:	43px;
		margin-bottom: 6px;
	}
	.icon_boder::before{
    top: 0px;
	}
	/* ▼▼▼ ヘッダー
	====================================================== */
	header{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}
	#site_title{
		/* width: 57px!important; */
		width: 75px!important;
	}
	.header_inner{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 61px;
		background: #fff;
		border-bottom: 1px solid #ccc;
		padding: 12px 15px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav{
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		padding-top: 61px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}
		#gnav.open{
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}
		#gnav ul{
			display: block;
			background: #fff;
		}
		#gnav ul > li{
			width: 100%!important;
			max-width: 100%!important;
			height: auto;
			text-indent: 0;
		}
		#gnav ul > li a,
		#gnav ul > li p{
			height: 60px!important;
			padding: 0 15px!important;
			font-size: 20px;
			line-height: 60px;
			text-align: center;
		}
		#gnav ul > li > a{
			border-bottom: 1px solid #C6C6C6;
		}

		#gnav ul > li > a:hover{
			text-decoration: none;
			opacity: 1;
		}
		/* オンラインショップ */
		#gnav ul > li.online p{
			position: relative;
		}
		#gnav ul > li.online p.close{
			border-bottom: 1px solid #C6C6C6;
		}
		#gnav ul > li.online p::after{
			content: "";
			width: 20px;
			height: 20px;
			background: url(../img/icon_open.png)no-repeat center center/cover;
			position: absolute;
			top: 35%;
			right: 10px;
			}
			#gnav ul > li.online p.close::after{
				background: url(../img/icon_close.png)no-repeat center center/cover;
			}
			#gnav ul > li.online > p::before{
				width: 31px;
				height: 26px;
			}
			#gnav ul > li.online ul.drop{
				position: unset;
			}
			#gnav ul > li.online ul.drop li:not(:last-child){
				border-bottom: none;
			}
			#gnav ul > li.online ul.drop li a{
				display: block;
				background: #000;
				padding: 10px 0;
				font-size: 20px;
			}
			/* 小泉株式会社 */
			#group_link{
				width: 123px;
				margin-right: 60px;
			}


	/* ▼メニューボタン
	--------------------------------------- */
	.menu{
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}
		.menu .icon{
			display: block;
			width: 30px;
			height: 2px;
			border-top: 2px solid #000;
			position: absolute;
			top: 48%;
			right: 15px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 30px;
			border-top: 2px solid #000;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			right: 0;
		}
		.menu .icon:before{
			top:-11px;
		}
		.menu .icon:after{
			bottom:-9px;
		}
		.menu .icon.active{
			border-color: #fff;
		}
		.menu .icon.active:before{
			-moz-transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			top: -2px;
			right: 0;
		}
		.menu .icon.active:after{
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			bottom: 0;
			right: 0;
		}


	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner{
		float: none;
		width: 100%;
		}
	#main{
		margin: 61px 0 0;
	}
	.menu_fixed{
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.read{
		margin: 0 0 15px;
	}
	section{
		padding: 40px 0;
	}

	/* 2column の場合！！各自修正して使用してください */
	.flex_box{
		display: block;
	}
	/* ▼ パンくず
	--------------------------------------- */
	#path{
		font-size: 12px;
		}
		#path .breadcrumbs > span:after {
    	width: 25px;
		}

	/* ▼▼▼ フッター
	====================================================== */
	footer{

	}
	ul.f_nav.sp_block{
		display: block;
		margin-bottom: 40px;
	}
	ul.f_nav.sp_block li a{
		display: block;
		padding: 15px;
		text-align: center;
	}
	/* サブ */
	ul.f_nav.sub{
		margin-bottom: 40px;
	}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop{
		width: 60px;
	}
	/* ▼ コピーライト
	--------------------------------------- */
	#copyright{
		font-size: 11px;
	}
	/* ▼▼▼ 404
	====================================================== */
	.error-404{
		padding: 80px 0;
		}
		.error-404 h1{
		font-size: 250%;
		}
		.error-404 p{
			font-size: 100%;
		}


}
