@charset "utf-8";
/* ===================================================================
 style info : トップページ
=================================================================== */
/**************************************************************mainImg**/
.home #mainImg {
	background-image:url(../img/top/mainImg_bg.jpg);
	background-repeat:repeat;
	background-position:top center;
	background-size:cover;
	width:100%;
	min-width: 1100px;
	height:300px;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
	z-index:2;
}
.home #mainImg p {
	width:1200px;
	margin:0 auto;
	text-align:center;
	z-index:1;
}
/**************************************************************商品パッケージ新着情報**/
.home .packageBox {
	width:1024px;
	margin:0 auto;
}
.home .item_box01 {
	position:relative;
	width:320px;
	height:auto;
	box-sizing: border-box;
	background:#e3dbd4;
	float:left;
	margin:0 10px 0 10px;
}
.home .item_box02 {
	position:relative;
	width:320px;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#e3dbd4;
	float:right;
}
.home .item_box01 a, .home .item_box02 a {
	border: 5px solid #8d847b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-99999px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
}
.home .item_box01 a:hover, .home .item_box02 a:hover {
	border: 5px solid #28ac67;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.home .itemImage {
	width:320px;
	height:160px;
	background:#fff;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:table;
	text-align: center;
}
.home .itemImage > p {
	display:table-cell;
	vertical-align: middle;
}
.home .itemImage > p img {
	display: block;
	width:auto;
	max-height:155px;
	margin:0 auto;
}
.home .detail {
	padding:10px;
}
.home #main .detail p {
	margin:0;
}
.home .detail span {
	color:#17663d;
}
/* floatによる回り込みをクリア */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
/**************************************************************おすすめ商品**/
.home .recommended_goods {
	background:url(../img/top/img_bord.png) left top no-repeat;
	width:1024px;
	height:300px;
	position:relative;
	margin-bottom:30px;
}
.home .recommended_goodsTxt {
	display:none;
}
.home .recommended_goods ul li {
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin:0 0;
}
.home .recommended_goods ul li:nth-child(1) {
 position:absolute;
 background:url(../img/top/img_memo01.png) left top no-repeat;
 top:97px;
 left:41px;
 max-width:166px;
 max-height:169px;
 transform: rotate(-10deg);
 -moz-transform: rotate(-10deg);
 -webkit-transform: rotate(-10deg);
}
.home .recommended_goods ul li:nth-child(2) {
 position:absolute;
 background:url(../img/top/img_memo02.png) left top no-repeat;
 top:28px;
 left:257px;
 max-width:166px;
 max-height:169px;
 transform: rotate(10deg);
 -moz-transform: rotate(10deg);
 -webkit-transform: rotate(10deg);
}
.home .recommended_goods ul li:nth-child(3) {
 position:absolute;
 background:url(../img/top/img_memo03.png) left top no-repeat;
 top:38px;
 left:426px;
 max-width:166px;
 max-height:169px;
 transform: rotate(-3deg);
 -moz-transform: rotate(-3deg);
 -webkit-transform: rotate(-3deg);
}
.home .recommended_goods ul li:nth-child(4) {
 position:absolute;
 background:url(../img/top/img_memo04.png) left top no-repeat;
 top:75px;
 left:641px;
 max-width:166px;
 max-height:169px;
 transform: rotate(8deg);
 -moz-transform: rotate(8deg);
 -webkit-transform: rotate(8deg);
}
.home .recommended_goods ul li:nth-child(5) {
 position:absolute;
 background:url(../img/top/img_memo05.png) left top no-repeat;
 top:59px;
 left:806px;
 max-width:166px;
 max-height:169px;
 transform: rotate(-3deg);
 -moz-transform: rotate(-3deg);
 -webkit-transform: rotate(-3deg);
}
.home .recommended_goods ul li img {
	margin-top:20px;
	max-width:120px;
	max-height:120px;
	width:auto;
	height:auto;
}
.home .goods_o {
	width:166px !important;
	height:149px;
	margin:0 !important;
	padding: 2px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.home .goods_o:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
.home .goods_o a {
	text-decoration: none;
	color: inherit;
}
.home .goods_o .image_o {
	width: 200px;
	height: 200px;
	margin:10px auto;
	text-align: center;
	vertical-align: middle;
}
.home .goods_o .image_o img {
	padding: 15px;
	max-width: 200px;
	max-height: 200px;
	width: auto;
	height: auto;
}
/**************************************************************商品を探す**/
.home .searchLink {
	width:1024px;
	margin:0 -1% 0 0;
}
.home .searchLink li {
	list-style:none;
	width:47.5%;
	height:100%;
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	margin:0 1%;
	color:#554738;
	font-size:116%;
	text-align:center;
	line-height:2em;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ccc;
}
.home .searchLink li a {
	display:block;
	padding:9px 0;
	color:#554738;
	text-decoration:none;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	border-radius: 5px;
}
.home .searchLink li a:hover {
	background:#554738;
	color:#fff;
}
.home .searchLink li.link01 a {
	background:url(../img/top/ico_category01.png) no-repeat 10% center;
}
.home .searchLink li.link02 a {
	background:url(../img/top/ico_maker01.png) no-repeat 10% center;
}
.home .searchLink li.link01 a:hover {
	background:#554738 url(../img/top/ico_category02.png) no-repeat 10% center;
}
.home .searchLink li.link02 a:hover {
	background:#554738 url(../img/top/ico_maker02.png) no-repeat 10% center;
}


.home .favLink {
	width:1024px;
	margin:0 -1% 0 0;
}
.home .favLink li {
	list-style:none;
	width:98%;
	height:100%;
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	margin:0 1%;
	color:#554738;
	font-size:116%;
	text-align:center;
	line-height:2em;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ccc;
}
.home .favLink li a {
	display:block;
	padding:9px 0;
	color:#554738;
	text-decoration:none;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	border-radius: 5px;
}
.home .favLink li a:hover {
	background:#554738;
	color:#fff;
}

.home .wisLink {
	width:1024px;
	margin:0 -1% 0 0;
}
.home .wisLink li {
	list-style:none;
	width:31%;
	height:100%;
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	margin:0 1%;
	color:#554738;
	font-size:116%;
	text-align:center;
	line-height:2em;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ccc;
}
.home .wisLink li a {
	display:block;
	padding:9px 0;
	color:#554738;
	text-decoration:none;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	border-radius: 5px;
}
.home .wisLink li a:hover {
	background:#554738;
	color:#fff;
}

/**/
.home .title01 {
	font-size:130%;
	margin:0 0 20px 0;
}
.home .serchList, .serchListAll {
	list-style:none;
	margin:-0.5%;
	margin-bottom:20px;
}
.home .serchList li {
	list-style:none;
	width:200px;
	height:100%;
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	margin:0.5%;
	color:#554738;
	font-size:116%;
	text-align:center;
	line-height:2em;
	background:#f1eeeb;
	box-sizing: border-box;
}
.home .serchList li a {
	display:block;
	padding:5px 0;
	color:#554738;
	text-decoration:none;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	border-radius: 5px;
}
.home .serchList li a:hover {
	background:#554738;
	color:#fff;
}
.home .serchListAll li {
	list-style:none;
	width:auto;
	height:100%;
	font-size:108%;
	text-align:right;
	padding:0 20px 0 0;
	background:url(../img/common/ico_arrow04.png) no-repeat right center;
}
.home .serchListAll li a {
	display:block;
	padding:5px 0;
}


/*Under 768px -----------------------------------------------*/
@media screen and (max-width: 788px) {/*スクロールバー20pxをプラスする*/
/**************************************************************mainImg**/
.home #mainImg {
 background-image:none, url(../img/top/mainImg_bg.jpg);
 background-repeat:none, repeat;
 background-position:center top, top center;
 background-size:auto, cover;
 width:100%;
 min-width: 100%;
 height:auto;
}
.home #mainImg p {
 width:100%;
}
/**************************************************************商品パッケージ新着情報**/
.home .packageBox {
 width:100%;
}
.home .item_box01 {
 width:32.6%;
 margin:0 1% 0 0;
 -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.home .item_box02 {
 width:32.6%;
}
.home .itemImage {
 width:100%;
 height:auto;
 min-height:188px;
}
.home .itemImage > p img {
 display: block;
 width:auto;
 max-width:100%;
 height:auto;
}

/**************************************************************おすすめ商品**/
.home .recommended_goods {
 background:#003333;
 border:10px solid #996600;
 padding:10px;
 -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
 width:100%;
 height:100%;
}
.home #main .recommended_goodsTxt {
 display:block;
 color:#fff;
 margin:0 0 10px 0;
}
.home .recommended_goods ul li {
 display:block;
 margin:1%;
}
.home .recommended_goods ul li:nth-child(1), .home .recommended_goods ul li:nth-child(2), .home .recommended_goods ul li:nth-child(3), .home .recommended_goods ul li:nth-child(4), .home .recommended_goods ul li:nth-child(5) {
 background-size:cover;
 position:static;
 max-width:100%;
 max-height:100%;
 transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
}
.home .goods_o {
 width:30.5% !important;
 margin:1% !important;
 padding: 2px;
 float: left;
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
.home .goods_o .image_o {
 width: 100%;
 margin:10px auto;
 text-align: center;
 vertical-align: middle;
}
/**************************************************************商品を探す**/
.home .searchLink {
 width:100%;
 margin:0 -1% 0 0;
}
.home .searchLink li {
 width:47.5%;
 height:100%;
}

.home .favLink {
 width:100%;
 margin:0 -1% 0 0;
}
.home .wisLink {
 width:100%;
 margin:0 -1% 0 0;
}
.home .wisLink li {
 width:47.5%;
 height:100%;
}

}
/*Under 640px -----------------------------------------------*/
@media screen and (max-width: 668px) {/*スクロールバー20pxをプラスする*/
.home .recommended_goods ul li img {
 max-width:100px;
 max-height:100px;
 width:auto;
 height:auto;
}
}



* ===================================================================
 style info : カテゴリ一覧
=================================================================== */
.categoryList{
	width:100%;
}
#main .categoryList h3{
	background:#fff url(../img/common/ico_arrow05.png) no-repeat 1em center;
	padding:0.5em 0 0.5em 2em;
}
.packageBox {
	width:100%;
}

.goodss_summary{
}

.goodss_summary dl{
	width:100%;
	clear:both;
	border-bottom:1px solid #ccc;
	font-size:116%;
}
.goodss_summary dt{
	float:left;
	width:10%;
	padding:1% 2%;
	text-align:center;
}
.goodss_summary dt img{
	max-width:60px;
	max-height:60px;
}
.goodss_summary dd{
	float:left;
	padding:2%;
	width:38%;
}

/*ページネーション*/
.pager {
	overflow: hidden;
	margin:30px 0;
}
.pager ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
.pager ul li {
	margin: 0 2px;
	position: relative;
	left: -50%;
	float: left;
}
.pager ul li span, .pager ul li a {
	display: block;
	font-size:118%;
	padding: 0.6em 1em;
	border-radius: 5px;
}
.pager ul li a {
	background: #fff;
	color: #554738;
	text-decoration: none;
}
.pager ul li a:hover {
	background: #333;
	color: #FFF;
}



*/
/* タブメニュー
----------------------------------------------------*/
.pt50 {
	padding:50px 0 0 0 !important;
}
.tabrow {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
	position: relative;
}
.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #554738;
    z-index: 1;
}
.tabrow:before {
    z-index: 1;
}
.tabrow li {
	width:auto;
    margin: 0 -2.5px;
    border: 1px solid #554738;
	box-sizing :border-box;
    display: inline-block;
    z-index: 0;
	font-size:116%;
	line-height: 1.5em;
	/* 角丸 */
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background:#554738;
	color:#fff;
}
.tabrow li a{
	display:block;
	width:auto;
	height:25px;
	padding:10px 15px;
	text-decoration:none;
	color:#fff;
}

.tabrow li.selected {
	background:#f1eeeb;
    color: #554738;
	z-index: 2;
    border-bottom-color:#f1eeeb;
	position:relative;
}
.tabrow li.selected a{
    color: #554738;
}

#tabmenu li {
  margin: 0;
  padding: 0;
  float: left;
}

ol.mokuji{
	width:auto;
	background:#9FD1DD;
	padding:10px;
	margin:30px 0 50px 0;
	clear:both;
}
ol.mokuji li{
	list-style:outside decimal;
	width:42%;
	margin:0 4%;
	float:left;
	color:#554738;
}
ol.mokuji li a{
	color:#554738;
}
/**********************************************************************************
	ここからスマホ用の設定
**********************************************************************************/
/*Under 768px -----------------------------------------------*/
@media screen and (max-width: 788px) {/*スクロールバー20pxをプラスする*/
.tabrow {
	width:95%;
	margin:0 auto;
}
.tabrow:after {
    position: relative;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #554738;
    z-index: 0;
}
.tabrow:before {
    z-index: 0;
}
.tabrow li {
	width:100%;
    margin: 0 0 10px 0;
    border: 1px solid #554738;
	box-sizing :border-box;
    display: inline-block;
    z-index: 0;
	font-size:116%;
	line-height: 1.5em;
	/* 角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#554738;
	color:#fff;
}
.tabrow li.selected {
    border-bottom-color:#554738;
}
ol.mokuji li{
	list-style:outside decimal;
	width:92%;
	margin:0 4%;
	float:left;
}

}


/* ===================================================================
 style info : 要望投稿
=================================================================== */
/**************************************************************便利情報投稿一覧**/
ol.comment_list{
	margin:10px 0;
	list-style:none;
	font-size:90%;
}
ol.comment_list li{
	margin:0 0 40px 0;
}
#main ol.comment_list p{
	margin:0;
}

.comment-author{
	margin:5px 10px 0 0;
	float:left;
}
.comment-meta .date{
	float:right;
	margin:5px 10px 0 0;
	color: #3c9348;
}
ol.comment_list .title{
	clear:both;
	margin:10px 0px;
	padding:0;
}
ol.comment_list .period{
	color:#3d6c56;
	padding:5px 0;
}
ol.comment_list .commentArea{
	font-size:100%;
	margin:0;
	clear:both;
	padding:20px;
	background:#fff;
   	border-radius: 10px;        /* CSS3闕画｡� */
   	-webkit-border-radius: 10px;    /* Safari,Google Chrome逕ｨ */
   	-moz-border-radius: 10px;   /* Firefox逕ｨ */
}
#main ol.comment_list .commentArea p{
	margin:0 0 25px 0;
}
#main ol.comment_list .commentArea p.m0{
	margin:0;
}


/**************************************************フォーム部分はここから*/
form.comment-form input {
	width : auto;
	height : 1.5em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fff;
}
form.comment-form input.input_image,form.comment-form input#submit {
	background : none;
	border:0;
	padding :0;
	}
form.comment-form input#submit {
	color:#fff;
	padding:10px 30px 10px 60px;
	background:#716246 url(../img/youbou/submit_bg.png) no-repeat 0.5em center;
	border-radius: 5px;
}
form.comment-form textarea {
	width : auto;
	height : auto;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fff;
}



/* ===================================================================
 style info : 商品パッケージ情報一覧
=================================================================== */
/**************************************************************商品パッケージ新着情報**/
.package .packageBox {
	width:100%;
	margin:0 auto;
}
.package .item_box01 {
	position:relative;
	width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#f1eeeb;
	margin:0 32px 0 0;
}
.package .item_box02 {
	position:relative;
	width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#f1eeeb;
}
.package .item_box01 a, .package .item_box02 a {
	border-top: 3px dotted #8d847b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-99999px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
}
.package .item_box01 a:hover, .package .item_box02 a:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border-top: 3px dotted #8d847b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
}
.package .itemImage {
	width:250px;
	height:100%;
	min-height:200px;
	padding:30px 0 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
.package #main .itemImage > p {
	margin:0 auto;
	display:block;
	vertical-align: middle;
	text-align:center;
}
.package .itemImage > p img {
	display: block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:200px;
	margin:0 auto;
}
.package .detail {
	width:774px;
	padding:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:right;
}
.package #main .detail p {
	margin:0 0 10px 0;
}
.package .detail span {
	color:#17663d;
}
.package .detail section section {
	margin:0 15px;
}
/* floatによる回り込みをクリア */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
/*ページネーション*/
.pager {
	overflow: hidden;
	margin:30px 0;
}
.pager ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
.pager ul li {
	margin: 0 2px;
	position: relative;
	left: -50%;
	float: left;
}
.pager ul li span, .pager ul li a {
	display: block;
	font-size:118%;
	padding: 0.6em 1em;
	border-radius: 5px;
}
.pager ul li a {
	background: #fff;
	color: #554738;
	text-decoration: none;
}
.pager ul li a:hover {
	background: #333;
	color: #FFF;
}
/**********************************************************************************
	ここからスマホ用の設定
**********************************************************************************/
/*Under 768px -----------------------------------------------*/
@media screen and (max-width: 788px) {/*スクロールバー20pxをプラスする*/
.package .packageBox {
	width:100%;
	margin:0 auto;
}
.package .itemImage {
	width:25%;
	height:100%;
	padding:20px 15px;
}
.package .detail {
	width:75%;
	padding:20px 15px;
}
}


#theme-my-login span.head{
display:block;
border-left:6px solid #a8c55a;
margin-bottom:5px;
padding-left:10px;
}
