@charset "utf-8";
/* 共通 ---------------------------------------------------------------------------------------- */
@font-face {
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo', 'メイリオ', sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/*! display: inline; */
	/*! text-align: center; */
}
html {
  scroll-behavior: smooth;
}
body {
	line-height: 140%;
}

a{
	/* outline:none; */
	/* text-decoration:none; */
	/* width: 23%; */
	display: contents;
	color: #424242;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:;
}
.color-black{
	color:black;
}

.color-red{
	color:red;
}

#footer a{
	outline:none;
	text-decoration:underline;
	color: #fff;
}
#footer a:hover{
	text-decoration:underline;
	color: #fff;
}
#footer a:active{
	color: #fff;
	text-decoration:;
}


ul,ol,li{
	margin:0;
	padding:0;
	list-style:none;
	}

.clear{
	clear: both;
}

.mt_10{
	margin-top: 10px;
}

.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mb_10{
	margin-bottom: 10px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_50{
	margin-bottom: 50px;
}
.link{
	text-align: right;
    text-decoration-line: underline;
    color: #5464d7;

}

.link:hover{
	text-decoration:underline;
	color: #5464d7;
}

.inner{
	width: 100%;
	margin: auto;
}


/* PC---------------------------------------------------------------------------------------- */
@media screen and (min-width: 980px) {
	
	/*スライド*/
	#headerpc_inner {
	   position: relative;
	   height: 490px; 
	   overflow: hidden;
	}
	
	#headerpc_inner p {
	   position: absolute;
	   top:  0;
	   left: 0;
	   z-index: 8;
	   opacity: 0.0;
	   margin: 0;
	   background-color: white; 
	   height: 490px;
	}
	
	#headerpc_inner p.active {
	   z-index: 10;
	   opacity: 1.0;
	}
	
	#headerpc_inner p.last-active {
	   z-index: 9;
	}
	
	#headerpc_inner p img {
	   width: 1500px; 
	   display: block;
	   border: 0;
	   margin-bottom: 10px;
	}
	/*　グローバルナビゲーション　*/
	#navi_area {
		display:block;
		margin:0px auto 0px;
		text-align:center;
		position: absolute;
		width: 100%;
		top:0px;
		height: 128px;
		background-color: #073b00;
	}
		
	#navi_area p {
		text-indent:-9999px;
	}
	
	.navi_area_p{
		padding: 10px;
		text-align: center;
		font-size: 0.9em;
		color: #fff;
	}
	
	#navi_area_inner{
		width: 1000px	;
		margin: 0 auto;
		}
	
	#navi_area ul {
		display:table;
		margin: 0 auto;
		float:left;
		padding-top: 10px;
	}
	#navi_area ul li {
		height:100px;
		background-repeat:no-repeat;
		display:inline-block;
		height: 53px;
	}
	
	.menu0 {
		background-image:url(../images/logo.png);
		width: 500px;
		text-indent:-9999px;
	}
	.menu1 {
		background-image:url(../images/menu1.png);
		width: 126px;
	}
	.menu2 {
		background-image:url(../images/menu2.png);
		width: 126px;
	}
	.menu3 {
		background-image:url(../images/menu3.png);
		width: 127px;
	}
	.menu4 {
		background-image:url(../images/menu4.png); 
		width: 128px;
	}
	
	.roolover{
		margin-right: -4px;
	}
	
	
	
	.roolover:hover {
		background-position-y:-53px;
		cursor: pointer;
	}
	
	
	#menu_right{
		width: 228px;
		float: left;
		text-align: center;
	}
	
	
	#menu_right img{
	
	}
	
	
	/*フッター*/
	#footer{
		background-color: #073b00;
		width: 100%;
		height: 250px;
		position: absolute;
		/*! margin-top: 30px; */
		text-align: center;
		padding-top: 30px;
		/*! bottom: 0px; */
	}
	
	.footer_p{
		width: 420px;
		margin: 0 auto;
		text-align: left;
		margin-top: 20px;
	}
	
	.footer_p p{
		line-height: 140%;
	}
	
	.footer_img{
		margin: 0 auto;
		width: 160px;
	}
	
	.footer_inner{
		width: 1000px;
		text-align: center;
		margin: 0 auto;
		padding-top: 30px;
	}
	
	
	.footer_inner p{
		font-size: 0.9em;
		color: #fff;
	}
	
	.footer_inner img{
		padding: 40px;
	}
	
	
	/*　wholesale 用　*/
	.rayaout-wrap{
	    display: flex;
	    width: 1280px;
	    margin: auto;
	}
	.rayaout-category{
	    width: 200px;
	    min-height: 1580px;
	    margin-top: 20px;
	    display: block;
	}
		.rayaout-main{
	    width: 1030px;
	    text-align: center;
	    padding-top: 70px;
	    line-height: 1.6;
	    padding: 50px;
	}
	.category-title{
		height: 70px;
		min-width: 180px;
		background-color: #eae9d7;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		border-radius: 3px;
		color: #303030;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.cart{
		background-image: url(../images/cart.png);
		background-repeat: no-repeat;
		background-position: 20px center;
		padding-left: 18px;
		background-color: #e2e8dd;
	}
	.about-txt{
	    display: flex;
	    height: 40px;
	    flex-direction: row;
	    align-content: center;
	    align-items: center;
	    text-decoration: underline;
	}
	.about-txt:fast-child  {
		margin-top: 30px;
	}
	
	.category{
		text-decoration: none;
		height: 60px;
		border-bottom: 1px dotted #eae9d7;
	}
	
	.sub{
	    height: 40px;
	}
	.rayaout-main-title{
	    margin-bottom: 50px;
	    margin: auto;
	    width: 760px;
	    margin-bottom: 50px;
	}
	.rayaout-main-title-img{
	    width: 100%;
	}
	.riyo-wrap{
    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: flex-start;
	    /* padding: 50px; */
	    margin-bottom: 50px;
	}
	.riyo-detail{
    display: flex;
    margin-bottom: 50px;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: flex-start;
	    justify-content: flex-start;
	    align-items: center;
	}
	.riyo-detail img{}
	.riyo-detail-text{
	    text-align: justify;
	    margin-left: 32px;
	}
	.riyo-detail-text-title{
	    font-size: 1.2em;
	    border-bottom: 2px solid #c8c89e;
	    padding-bottom: 5px;
	}
	.riyo-detail-text-text{
	    padding-top: 10px;
	}	
	.riyo-title{
	    margin: 50px 0;
	    font-size: 1.6em;
	}

	.item-title{
		border-bottom: 2px solid #eae9d7;
		border-top: 2px solid #eae9d7;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		height: 50px;
		font-size: 1.2em;
	}
	
	.item{
		background-color: #eae9d7;
		width: 31%;
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		min-height: 380px;
		overflow: hidden;
		margin: 10px;
	}
	.item img{
	    width: 305px;
	    height: 270px;
	}
	.item-txt{
	    text-align: left;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    font-size: 0.9em;
	    width: 100%;
	    margin-left: 10px;
	    min-height: 90px;
	}
	.price{
	    text-align: right;
	    width: 94%;
	    color: #af4343;
	    background-color: #fff;
	    padding: 10px;
	}
	.item-wrap{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    justify-content: flex-start;
	    align-items: flex-start;
	    margin-top: 50px;
	}
	.tag-top{
	    display: flex;
	    margin-bottom: 100px;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    align-items: center;
	}
	.tag-top img{
	    width: 200px;
	    height: fit-content;
	}
	.tag-top p{
	    margin-left: 30px;
	    text-align: justify;
	}

	/*　wholesale 用ここまで　*/
			
	
	.pc_none{
		display: none;
	}
	
	.sp_none{
		display: block;
	}
	#gotop {
		display:none;
		position:fixed;
		bottom:60px;
		right:30px;
		z-index:1000;
	}
	
	#gotop img{
		right: 0px;
	}
	.item-rink {
	    font-size: 0.9em;
	    text-align: justify;
	    margin-bottom: 30px;
	    padding-left: 30px;
	}
}
/* SmartPhone-------------------------------------------------------------------------------- */
@media screen and (max-width: 979px) {
	
	/*スマホメニュー*/
	#category_list {
		display:none;
		width:100%;
		height:150%;
		position: absolute;
		z-index: 99;
		top: 0px;
		background-color: #445d1c;
		/*! color: #fff; */
		padding-top: 80px;
	}
	
	#category_list img {
		width:80px;
	}
	
	#category_list ul {
		width: 300px;
		margin:0 auto;
		text-align:center;
		margin-top:30px;
	}
	
	#category_list li {
		display:-moz-inline-box;
		display:inline-block;
		display: block;
		zoom:1;
		border-bottom: 1px solid #fff;
		/* width: 220px; */
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
	}
	
	#cart_list {
		display:none;
		width:100%;
		height: 200%;
		position: absolute;
		z-index: 99;
		top: 0px;
		background-color: #ead7c8;
		/*! color: #fff; */
		padding-top: 0;
	}
	
	#cart_list img {
		width:80px;
	}
	
	#cart_list ul {
		width: 100%;
		margin:0 auto;
		text-align:center;
		margin-top:30px;
	}
	
	#cart_list li {
		display:-moz-inline-box;
		display:inline-block;
		display: block;
		zoom:1;
		padding-top: 20px;
		/* padding-bottom: 20px; */
		color: #4a523a;
	}

	#panel {
		width: 100%;
	}
	
	#cart-panel{}
	
	.menu-cart-wrap{
    background-color: #697e39;
    padding: 10px;
}
	
	/*スライド*/
	#headersp_inner {
	   position: relative;
	   overflow: hidden;
	   height: 370px;
	}
	
	#headersp_inner p {
	   position: absolute;
	   top:  0;
	   left: 0;
	   z-index: 8;
	   opacity: 0.0;
	   margin: 0;
	   background-color: white; 
	   height: 490px;
	   width: 100%
	}
	
	#headersp_inner p.sp_active2 {
	   z-index: 10;
	   opacity: 1.0;
	}
	
	#headersp_inner p.last-sp_active2 {
	   z-index: 9;
	}
	
	#headersp_inner p img {
	   width: 100%; 
	   display: block;
	   border: 0;
	   margin-bottom: 10px;
	}
	
	/*　グローバルナビゲーション　*/
	#navi_area {
		display:block;
		margin:0px auto 0px;
		text-align:center;
		position: absolute;
		width: 100%;
		top:0px;
		background-color: #073b00;
		position: relative;
	}
	
		
	#navi_area p {
		text-indent:-9999px;
	}
	
	.navi_area_p{
		padding: 5px;
		text-align: center;
		font-size: 0.9em;
		background-color: #ededed;
	}
	
	#navi_area_inner{
		width: 310px;
		margin: 0 auto;
		height: 140px;
		text-align: center;
		padding-top: 10px 0px 10px;
		position: relative;
		}
	
	#navi_area_inner img{
		/*! float:left; */
		padding:10px 0px 10px 0px;
		width: 310px;
	}
	
	
	#menu_right{
		text-align: center;
	}
	
	#menu_right img{
		width: 45%;
		float: left;
		padding: 10px 3px 0px 8px;
	}
	
	.menuarea{
		top: 160px;
		width: 40px;
		height: 250px;
		text-align: center;
		margin-right: 15px;
		position: fixed;
		z-index: 9999;
		right: 0px;
	}
	
	.menuarea img{
		
	}
	
	
	.slide_btn {
		background-image:url(../images/menu_btn.png);
		background-repeat:no-repeat;
		width: 40px;
		height: 40px;
		z-index: 99;
		padding-bottom: 10px;
	}
	
	.slide_btn.active {
		background-image:url(../images/menu_close.png);
	}
	.slide_btn_cart {
		background-image:url(../images/menu_btn_cart.png);
		background-repeat:no-repeat;
		width: 40px;
		height: 40px;
		z-index: 99;
		padding-bottom: 10px;
	}
	
	.slide_btn_cart.active {
		background-image:url(../images/menu_close.png);
	}	
	.inner{
		width: 100%;
		padding: 0px;
		margin: 0 auto;
		position:  relative;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.inner_sp{
		width: 100%;
		padding: 0px;
		margin: 0 auto;
		position:  relative;
		text-align: center;
		margin-bottom: 30px;
		display:flex;
		flex-wrap:wrap;
	}

	.inner_sp2{
		height: 200px;
	}
	
	.inner_shop{
		margin: 0 auto;
		position:  relative;
	}
	.sec_title_shop {
	    padding: 30px;
	    text-align: center;
	}
	.sec_title_shop img {
	    width: 100%;
	}
	/*フッター*/
	#footer{
		background-color: #073b00;
		width: 100%;
		height: 160px;
		position: absolute;
		text-align: center;
		padding-top: 0px 5px 0px 5px;
	}
	
	.footer_p{
		width: 100%;
		margin: 0 auto;
		text-align: left;
		margin-top: 20px;
	}
	
	.footer_p p{
		line-height: 140%;
	}
	
	.footer_img{
		margin: 0 auto;
		width: 160px;
	}
	
	.footer_inner{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	
	
	.footer_inner p{
		font-size: 0.9em;
		color: #fff;
	}
	
	.footer_inner img{
		padding: 30px 0px 10px 0px;
	}
	
	
	/*　SP wholesale 用　*/
	.rayaout-wrap{
	    /* display: flex; */
	    width: 100%;
	    margin: auto;
	    padding: 0;
	    margin-bottom: 100px;
	    position: relative;
	}
	.open-btn{
		width: 100px;
		height: 20px;
		background-color: red;
		position: absolute;
		bottom: 0;
	}
	
	.rayaout-category{
	    width: 200px;
	    min-height: 1580px;
	    margin-top: 20px;
	    display: none;
	    left: 0px;
	    z-index: 99;
	    padding: 0 30px 0 20px;
	    position: absolute;
	    background-color: #4242426b;
	    top: -19px;
	}
	.rayaout-main{
	    width: 100%;
	    text-align: center;
	    padding-top: 70px;
	    line-height: 1.6;
	    padding: 0px;
	}
	.category-title{
		height: 70px;
		min-width: 180px;
		background-color: #eae9d7;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		border-radius: 3px;
		color: #303030;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.cart{
		background-image: url(../images/cart.png);
		background-repeat: no-repeat;
		background-position: 20px center;
		padding-left: 18px;
		background-color: #697e39;
		color: #fff;
		/* border: 2px solid #fff; */
		padding: 0px;
	}
	.menu-title{
	    color: #8f7a77;
	    font-size: 1.8em;
	    margin-bottom: 20px;
	}
	.menu-cart{
	    height: 80px;
	    display: flex;
	    background-color: #697e39;
	    display: flex;
	    flex-direction: row;
	    align-content: center;
	    align-items: center;
	    justify-content: center;
	    /* margin: 5px; */
	    border: 2px solid #fff;
	}
	.menu-cate{
    /* margin-top: 30px; */
    font-size: 1.2em;
    color: #4a523a;
    border-top: 1px solid #4a523a;
    padding-top: 20px;
    margin-bottom: 20px;
}
	.menu-cart img{
    width: 40px!important;
    height: 40px;
}
	.menu-cart p{
    color: #fff;
    font-size: 1.4em;
    margin-left: 20px;
    /* border: 2px solid #fff; */
}
	.about-txt{
	    display: flex;
	    height: 40px;
	    flex-direction: row;
	    align-content: center;
	    align-items: center;
	    text-decoration: underline;
	}
	.about-txt:fast-child  {
		margin-top: 30px;
	}
	
	.category{
		text-decoration: none;
		height: 60px;
		border-bottom: 1px dotted #eae9d7;
	}
	
	.sub{
	    height: 40px;
	}
	.rayaout-main-title{
	    margin-bottom: 50px;
	    margin: auto;
	    margin-bottom: 50px;
	    padding: 10px;
	}
	.rayaout-main-title-img{
	    width: 100%;
	}
	.riyo-wrap{
   		 display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: flex-start;
	    margin-bottom: 50px;
	}
	.riyo-detail{
	    display: flex;
	    margin-bottom: 50px;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	 }
	.riyo-detail img{}
	.riyo-detail-text{
	    text-align: justify;
	    margin-left: 0;
	    margin-top: 30px;
	    padding: 10px;
	}
	.riyo-detail-text-title{
	    font-size: 1.1em;
	    border-bottom: 2px solid #c8c89e;
	    padding-bottom: 5px;
	}
	.riyo-detail-text-text{
	    padding-top: 10px;
	}	
	.riyo-title{
	    margin: 10px 0;
	    font-size: 1.2em;
	    margin: 50px 0;
	}

	.item-title{
		border-bottom: 2px solid #eae9d7;
		border-top: 2px solid #eae9d7;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		height: 50px;
		font-size: 1em;
		padding: 0px 5px;
	}
	
	.item{
		background-color: #eae9d7;
		width: 44%;
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		min-height: 380px;
		overflow: hidden;
		margin: 10px;
	}
	.item img{
	    width: 100%;
	    height: 100%;
	}
	.item-txt{
	    text-align: left;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    font-size: 0.9em;
	    width: 100%;
	    margin-left: 10px;
	    min-height: 90px;
	}
	.price{
	    text-align: right;
	    width: 94%;
	    color: #af4343;
	    background-color: #fff;
	    padding: 10px;
	}
	.item-wrap{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    justify-content: center;
	    align-items: flex-start;
	    margin-top: 50px;
	}
	.tag-top{
	    display: flex;
	    margin-bottom: 100px;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    align-items: center;
	}
	.tag-top img{
	    width: 200px;
	    height: fit-content;
	}
	.tag-top p{
	    /* margin-left: 30px; */
	    text-align: justify;
	    margin-top: 50px;
	    padding: 5px;
	}

	/*　wholesale 用ここまで　*/
	
	
	
	.pc_none{
		display: block;
	}
	
	.sp_none{
		display: none!important;
	}
	
	#gotop {
		display:none;
		position:fixed;
		bottom:10px;
		right:10px;
		z-index:1000;
	}
	
	#gotop img{
		right: 0px;
		width: 40px;
		height:40px;
	}
	.inner{
		width: 100%;
		margin: auto;
	}
	.item-rink {
	    font-size: 0.9em;
	    text-align: justify;
	    margin-bottom: 30px;
	    padding-left: 10px;
	}
}

/* SmartPhone---------------------------------------------------------------------------------------- */
/*iphone5 SEなど320px近辺への対応*/
@media screen and (max-width:380px) {
	.item {
	    background-color: #eae9d7;
	    width: 90%;
	    display: flex;
	    flex-direction: column;
	    align-content: center;
	    align-items: center;
	    justify-content: center;
	    margin-bottom: 20px;
	    min-height: 380px;
	    overflow: hidden;
	    margin: 10px;
	}


}

