*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.6;
	font-size: 1.6rem;
	color: #000000;
}
img{
	vertical-align:top;
	width: 100%;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html { 
	font-size: 62.5%; 
	font-family: 'Noto Sans Japanese', sans-serif;
	/*min-width: 1024px;*/
}
section{
	padding: 60px 0;
}
a{
	text-decoration: none;
	display: block;
	word-wrap:break-word;
}
a.link{
	text-decoration: underline;
	color: #329637;
	display: inline-block;
}
li{
	list-style: none;
}
@media screen and (max-width:599px){
	*{
		font-size: 1.4rem;
	}
}
.inr{
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
}
.flex{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-ms-flex-pack: distribute;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
header{
	padding: 15px 0;
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}
header .inr{
	/*min-width: 1024px;*/
}
header h1{
	max-width: 340px;
	width: 60%;
}
header h1 span{
	color: #329637;
	font-size: 1.1rem;
}
header nav ul.mini_nav.flex{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 5px;
}
header nav ul.mini_nav a{
	font-size: 13px;
}
header nav ul.mini_nav li:not(:last-child){
	margin-right: 20px;
}
header nav ul.main_nav a{
	font-weight: bold;
}
header nav ul.main_nav li:not(:last-child){
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}
header nav ul.main_nav li:not(:last-child):after{
	content:"";
   	display:inline-block;
   	width:1px;
   	height:18px;
   	background-color:#808080;
   	position:absolute;
   	top:4px;
	right:0px;
   	transform: rotate(20deg);
}
header nav a:hover{
	color: #329637;
}
.top_message{
	display: none;
}

/*検索窓*/
header .search.pc{
	background-color: #efefef;
	border-radius: 20px;
}
header .search.pc input[type="submit"]{
	border: none;
	background-color: transparent;
	background-image: url('../img/common/btn_search.png');
	background-size: 60%;
	width: 30px;
	height: 30px;
	vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
header .search.pc input[type="submit"]:hover{
	opacity: .7;
	transition: .3s;
	cursor: pointer;
}
header .search.pc input[type="text"]{
	background-color: transparent;
	border: none;
	padding: 5px 0 5px 15px;
  font-size: 1.3rem;
  outline: none;
  color: #808080;
}
header .search.sp .search_box{
	display: none;
}
header .search.sp .search_btn{
	position: absolute;
  right: 67px;
  top: 8px;
  width: 40px;
  height: 40px;
	background-color: #efefef;
	background-image: url('../img/common/btn_search.png');
	background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
	border-radius: 20px;
	cursor: pointer;
}
header .search.sp .search_btn.open{
	background-color: #c9db31;
	background-image: url('../img/common/btn_search_f.png');
}
header .search.sp .search_box{
  position: absolute;
  top: 56px;
  left: 0px;
  background: rgb(230, 230, 230);
  width: 100%;
  padding: 10px;
}
header .search.sp .search_box input[type="text"]{
	border: none;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  font-size: 1.4rem;
  outline: none;
  color: #808080;
}
header .search.sp .search_box input[type="submit"]{
  position: absolute;
  right: 15px;
  background-image: url(../img/common/btn_search.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
}

/*スクロールに応じてヘッダーの表示・非表示*/
header#header.frameout{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}
header#header.framein{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

main{
	padding-top: 107px;
}
.slider{
	overflow: hidden;
}
.bg_green{
	background-color: #329637;
}
.bg_green *{
	color: #fff;
}
.bg_lightgreen{
	background-color: #fafaf2;
}
.bg_palepink{
	background-color: #fcebe1;
}
.bg_salmonpink{
	background-color: #f0a5a5;
}
.bg_lightgray{
	background-color: #f2f2f2;
}
.bg_yellow_dot{
  background-color: #fff;
  background-image: radial-gradient(#fcd13e12 33%, transparent 33%), radial-gradient(#fcd13e12 33%, transparent 33%);
  background-size: 100px 100px;
  background-position: 0px 0, 50px 50px;
}
.breadcrumb{
	margin-top: 20px;
	margin-bottom: 20px;
}
.breadcrumb ul.flex{
	justify-content: flex-start;
}
.breadcrumb ul li:not(:last-child){
	padding-right: 30px;
	position: relative;
}
.breadcrumb ul li:not(:last-child):after{
	content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb ul li a{
	text-decoration: underline;
}
footer{
	background: #322c2d;
	padding: 60px 0 10px;
}
footer .logo{
	max-width: 150px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
footer p,
footer a,
footer li{
	color: #fff;
	font-size: 14px;
}
footer nav.flex{
	width: 80%;
	margin-bottom: 40px;
	align-items: flex-start;
	justify-content: flex-end;
}
.clm2{
    columns: 2 auto;
    column-gap: 2em;
}
footer nav .products_category{
	width: 40%;
}
footer nav .needs_category{
	width: 20%;
	/*align-self: flex-end;*/
	margin-top: 3rem;
}
footer nav .other_menu{
	width: 40%;
	padding-left: 3rem;
}
footer nav .other_menu .clm2{
	column-gap: 0em;
}
footer nav ul li,
footer nav p{
	margin-bottom: 8px;
	break-inside: avoid;
}
footer nav ul li.marker{
	position: relative;
	text-indent: 1.2em;
}
footer nav ul li.marker:before{
	content: '・';
	display: block;
	position: absolute;
	left: -1.1em;
}
footer nav ul li a:hover{
	color: #329637;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
footer .copy{
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

/*見出しスタイル*/
.page_ttl{
	font-size: 240%;
	color: #fff;
	background: #329637;
	padding: 58px 0;
	text-align: center;
}
.page_ttl span{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: lighter;
}
.mid_line_ttl{
	position: relative;
	text-align: center;
	font-size: 1.8em;
}
.mid_line_ttl:after{
	content: '';
  width: 50px;
  height: 4px;
  display: inline-block;
  background-color: #329637;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bold_ttl{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.full_ttl{
	background-color: #329637;
	padding: 50px 15px;
	color: #fff;
	font-size: 200%;
	margin-bottom: 80px;
	text-align: center;
	position: relative;
}
.full_ttl:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #329637;
}
.border_ttl{
	border-bottom: 3px solid #329637;
	font-size: 220%;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 55px;
}
.line_ttl{
	  margin-bottom: 3rem;
	  margin-top: 5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border-bottom: 3px solid;
    font-size: 140%;
}

/*便利系*/
.mb60{
	margin-bottom: 60px;
}
.mb40{
	margin-bottom: 40px;
}
.mb25{
	margin-bottom: 25px;
}
.w1000{
	max-width: 1000px;
}
.w800{
	max-width: 800px;
}
.w400{
	max-width: 400px;
}
.fz120{
	font-size: 120%;
}
.center{
	text-align: center;
}
.mrl{
	margin-right: auto;
	margin-left: auto;
}
.sp{
	display: none;
}
@media screen and (max-width: 1024px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}

	html,
	.inr{
		min-width: 0;
	}
	header{
		height: 56px;
		padding: 0;
	}
	header div.header{
		/*width: 100vw;*/
		z-index: 5;
		height: 100%;
		/*background-color: #fff;*/
		position: relative;
	}
	header .inr{
		height: 100%;
	}
	header h1{
		max-width: 210px;
	}
	header h1 span{
		display: none;
	}
	header nav{
		position: fixed;
		top:56px;
		right: -280px;
		width:280px;
	  height: 100vh;
	  display: flex;
		flex-direction: column-reverse;
		justify-content: start;
		background-color: #339537;
		transition: .3s;
		z-index: 999;
	}
	header nav .scroll{
		overflow: auto;
	}
	header nav.open{
		transform: translate3d(-280px,0,0);
		justify-content: flex-end;
	}
	header nav ul{
		flex-direction: column;
	}
	header nav ul.main_nav li:not(:last-child),
	header nav ul.mini_nav li:not(:last-child){
		margin-right: 0;
		padding-right: 0;
	}
	header nav ul.main_nav li:not(:last-child):after,
	header nav ul.main_nav li:after{
			display: none;
	}
	header nav ul li{
		padding: 20px 15px;
		border-bottom: 1px solid #5fae61;
		width: 100%;
		position: relative;
		color: #fafaf2;
	}
	header nav ul.main_nav a{
		font-weight: lighter;
	}
	header nav ul li a{
		color: #fff;
		font-size: 14px;
	}
	header nav ul li a:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	header nav ul li a:hover {
		color: currentColor;
		opacity: .7;
	}
	#overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 2;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 0;
    background: rgba(0,0,0,.5);
	}
	#overlay.block{
		left: 0;
		opacity: 1;
	}
	.toggle {
		background: #329637;
		position: absolute;
		top: 0;
		right: 0;
		width: 56px;
		height: 56px;
		z-index: 3;
	}
	.toggle span {
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
  	display: block;
  	width: 25px;
  	height: 3px;
  	background-color: #fff;
    -webkit-transition: all 400ms;
		transition: all 400ms;
	}
	.toggle span:nth-child(1) {
	  	top: 19px;
	}
	.toggle span:nth-child(2) {
		top: 27px;
	}
	.toggle span:nth-child(3) {
	  	top: 35px;
	}
	.toggle.open{
		position: fixed;
	}
	.toggle.open span{
		background-color: #fff;
	}
	.toggle.open span:nth-child(1) {
	    background: transparent;
	}
	.toggle.open span:nth-child(2) {
		top: 26px;
		transform: rotate(-45deg);
	}
	.toggle.open span:nth-child(3) {
		top: 26px;
		transform: rotate(45deg);
	}
	.top_message{
		background-color: #322c2d;
		color: #fff;
		font-size: 11px;
		padding: 8px 0;
		text-align: center;
		margin-bottom: 20px;
	}
	main{
		padding-top: 56px;
	}
	footer{
		padding-top: 30px;
	}
	footer .inr{
		padding: 0;
	}
	footer .logo{
		max-width: 300px;
		width: 60vw;
		padding-left: 20px;
		margin-bottom: 30px;
	}
	footer .logo a{
		line-height: 0;
	} 
	footer .ac > div{
		display: none;
		margin-top: 20px;
	}
	footer nav ul{
		border-top: 1px solid #fff;
	}
	footer nav ul li{
		position: relative;
		padding: 20px;
		margin: 0;
		border-bottom: 1px solid;
	}
	footer nav ul li:after{
		content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	footer nav ul li dl dt{
		color: #fff;
	}
	footer nav ul li dl dd{
		display: inline-block;
		padding: 5px 15px;
		margin: 0 10px 15px 0;
		background-color: #e0e0e0;
		border-radius: 20px;
	}
	footer nav ul li dl dd a{
		color: #322c2d;
	}

}

.to_consultation{
	border-top: 1px solid;
	text-align: center;
}
.btn01{
	padding: 12px;
	border: 1px solid;
	border-radius: 25px;
	max-width: 300px;
	margin: 0 auto;
}
.btn01:hover{
	background-color: #000;
	color: #fff;
	transition: .3s ease-out;
}

.inqArea{
	border-top: 1px solid #b2b2b2;
	padding: 0;
}
.inqArea .inr.flex{
	max-width: 900px;
	justify-content: space-around;
}
.inqArea .inr.flex > div{
	width: 50%;
} 
.inqArea .tel{
	border-right: 1px solid #b2b2b2;
	padding: 40px 15px 40px 0;
}
.inqArea .tel img{
	max-width: 330px;
}
.inqArea .mail{
	padding: 40px 0px 40px 15px;
}
.inqArea .mail .btn{
	background-color: #ec6c00;
	padding: 12px 12px 12px 40px;
	border-radius: 30px;
	max-width: 300px;
	margin: auto;
	color: #fff;
	position: relative;
}
.inqArea .mail .btn:hover{
	transition: .3s;
	opacity: .7;
}
.inqArea .mail .btn:before{
	content: '';
	display: block;
	background-image: url('../img/common/ico_mail.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 17px;
	position: absolute;
	top: 16px;
	left: 50px;
}
@media screen and (max-width: 640px) {
	.inqArea .inr.flex{
		flex-direction: column;
	}
	.inqArea .inr.flex > div{
		width: 100%;
		padding: 40px 0;
	}
	.inqArea .tel{
		border-right: none;
		border-bottom: 1px solid #b2b2b2;
	}
}
.bnrArea{
	background-color: #f2f2f2;
}
.bnrArea .inr{
	max-width: 960px;
	padding: 0 15px;
	justify-content: center;
}
.bnrArea ul li{
	width: calc(100% / 4 - 5px);
	border: 1px solid #d3d3d3;
}
.bnrArea ul li:not(:last-child){
	margin-right: 5px;
}
@media screen and (max-width: 600px) {
	.bnrArea{
		padding: 40px 0;
	}
	.bnrArea .flex{
		justify-content: flex-start;
	}
	.bnrArea ul li{
		max-width: 225px;
		width: calc(100% / 2 - 10px);
		margin-bottom: 15px;
	}
	.bnrArea ul li:nth-child(even){
		margin-right: 0;
	}
	.bnrArea ul li:nth-child(odd){
		margin-right: 15px;
	}
	.bnrArea ul li:last-child,
	.bnrArea ul li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 380px) {
	.bnrArea .flex{
		flex-direction: column;
	}
	.bnrArea ul li,
	.bnrArea ul li:nth-child(odd),
	.bnrArea ul li:nth-last-child(2):nth-child(odd){
		width: 100%;
		margin: 0 0 15px 0;
	}
}

/*汎用的な商品リスト*/
ul.products_list{
	align-items: stretch;
}
ul.products_list li figure{
	position: relative;
  width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
ul.products_list li figure:before {
    content:"";
    display: block;
    padding-top: 100%; /* 画像比率1:1にするため（高さの比率 ÷ 幅の比率 × 100） */
}
ul.products_list li figure img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin: auto;
    padding: 5px;
}
ul.products_list li p{
	line-height: 1.4;
}
ul.products_list li a:hover{
	opacity: .7;
	transition: .2s;
}
ul.products_list li .maker{
	font-size: 13px;
}
ul.products_list li .name{
	font-weight: bold;
}
ul.products_list li .number{
	font-size: 13px;
	color: #808080;
	margin-bottom: 5px;
}
ul.products_list li .tag{
	display: inline-block;
	background-color: #efefef;
	padding: 3px 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-radius: 20px;
	font-size: 80%;
	color: #808080;
}
ul.products_list li .price .bold{
	font-size: 140%;
	font-weight: bold;
}
ul.products_list li .price .bold.red{
	color: #d21923;
}
ul.products_list li .price .origin{
	display: block;
	text-decoration: line-through;
	font-size: 80%;
	color: #808080;
	margin-top: -3px;
}
ul.products_list li .regular-price{
	font-size: 80%;
	color: #808080;
}
ul.products_list li figure .sale{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 4px 15px;
	background: #d21923;
	z-index: 1;
}
ul.products_list li .tax{
	font-size: 13px;
}
ul.products_list li{
	width: calc(100% / 4 - 10px);
	margin-bottom: 25px;
}
ul.products_list li:not(:nth-child(4n)){
	margin-right: 13px;
}
@media screen and (max-width: 800px) {
	ul.products_list li{
		width: calc(100% / 3 - 10px);
	}
	ul.products_list li:not(:nth-child(4n)){
		margin-right: 0px;
	}
	ul.products_list li:not(:nth-child(3n)){
		margin-right: 15px;
	}
}
@media screen and (max-width: 600px) {
	ul.products_list li{
		width: calc(100% / 2 - 10px);
	}
	ul.products_list li:not(:nth-child(3n)){
		margin-right: 0px;
	}
	ul.products_list li:not(:nth-child(2n)){
		margin-right: 20px;
	}
	
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#pagetop a {
	position: relative;
  display: block;
  width: 7rem;
  height: 7rem;
  border-radius: 9rem;
  background: #329637;
  transition: all .3s ease;
}
#pagetop a:before{
	content: "";
  display: inline-block;
  position: absolute;
  top: 33%;
  right: 40%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(225deg);
}
#pagetop a:after{
	content: 'top';
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 33%;
}