@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-weight: 400;
	color: #333;
	/*font-family: "Kiwi Maru", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;*/
	font-size: 16px;
	font-family: Noto Sans JP,Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,-apple-system,blinkmacsystemfont,sans-serif;
}
.clr {
	clear: both;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}
.pc {
}
.sp {
	display: none;
}

a {
	color: #e4900e;
}
a:hover {
	opacity: 0.8;
}

.ec-layoutRole {
}
.ec-role {
	color: #333;
}
body#page_user_data .ec-role {
	font-size: 1em;
}

.ec-layoutRole .ec-layoutRole__contents {
	padding-top: 50px;
}
body#page_homepage .ec-layoutRole .ec-layoutRole__contents {
	padding-top: 0;
}

/*メンテナンス中表示*/
.ec-maintenanceAlert,
.ec-maintenanceAlert {
	/*display: none;*/
}

/*カート画面の消費税表示非表示*/
.ec-totalBox__taxRate {
	display:none !important;
}

@media only screen and (min-width: 768px) {
	.ec-shelfGrid {
		margin-left: 0;
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.ec-headerNaviRole .ec-headerNaviRole__right {
		display: block;
	}
	.ec-headerNav {
		font-size: 0;
	}
	.ec-headerNav .ec-headerNav__itemIcon {
		margin-left: 0;
	}
	.ec-headerNav .ec-headerNav__item {
		margin-right: 10px;
	}
	.ec-headerNav .ec-headerNav__itemLink {
		margin-right: 0;
	}
	.ec-headerNaviRole .ec-headerNaviRole__search {
		width: 50%;
	}
	.ec-headerNaviRole {
		padding-bottom: 0;
	}

/*------------------------------------------------*/
}

#desctxt,
.ec-headerNaviRole,
#h_pcnaviarea {
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

header.ec-layoutRole__header {
	background-color: #fffeda;
}
#desctxt {
	padding: 7px 20px;
	font-size: 12px;
	margin: 0 auto;
}


#h_btnbox,
#pc_srchbox {
	width: 100%;
}
#h_btnbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#pc_srchbox {
	text-align: right;
}
#h_logo img {
	max-width: 310px;
	height: auto;
}

/*ログイン等アイコンエリア*/
.ec-headerNav .ec-headerNav__itemIcon {
	color: #f5ae3f;
}
.ec-cartNavi {
	background-color: #fffdc9;
	
	background-color: #fff;
}
.ec-headerNav .ec-headerNav__itemLink {
	color: #333;
}
.ec-cartNavi {
	color: #f5ae3f;
}
.ec-cartNavi .ec-cartNavi__badge {
	background-color: #8A7D6F;
}

/*検索窓*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
	background-color: #f5ae3f;
}

/*--------------------------------------------------------------
gnavi
--------------------------------------------------------------*/
#h_pcnaviarea {
	margin: 0 auto;
}
#h_pcnaviarea .inner {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	justify-content: space-between;
}
#h_pcnaviarea #gnaviarea {
}
#h_pcnaviarea #gnaviarea ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#h_pcnaviarea #gnaviarea ul li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 40px 0 0;
	color: #5C3C0A;
}
#h_pcnaviarea #gnaviarea ul li a {
	color: #5C3C0A;
}
#h_pcnaviarea #h_search {
	width: 30%;
}

/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
@media (min-width: 768px) {
	#wrap_f .wrap {
		overflow: hidden;
		width: 100%;
	}
	#fnavi,
	#f_info {
	}
	#fnavi {
		float: right;
		width: 70%;
		padding-top: 50px;
	}
	#f_info {
		float: left;
		width: 30%;
		padding-right: 50px;
	}
	ul.ec-footerNavi {
		text-align: left;
		overflow: hidden;
	}
	ul.ec-footerNavi li.ec-footerNavi__link {
		display: block;
		float: left;
		margin-bottom: 10px;
	}
	ul.ec-footerNavi li.ec-footerNavi__link a {
    }

/*------------------------------------*/
}
#wrap_f {
	margin-top: 40px;
}

.ec-footerRole {
	background-color: #f5ae3f;
	border: none;
	color: #fff;
}
.ec-footerRole .ec-footerRole__inner {
	color: #fff;
	font-size: 14px;
}
.ec-footerRole a {
	color: #fff;
}
.ec-footerRole a:hover {
	text-decoration: none;
}


#f_info {
}
#f_info ul {
	margin: 0;
	padding: 0;
}
#f_info ul li {
	list-style-type: none;
	color: #fff;
	margin-bottom: 7px;
}
#f_info a:link,
#f_info a:active,
#f_info a:hover,
#f_info a:visited {
	color: #fff;
}

#f_info ul li.title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
#f_info ul li.telnum {
	font-size: 20px;
	margin-bottom: 0;
}

.ec-footerNavi .ec-footerNavi__link a {
	text-decoration: none;
}


#copytxt {
	text-align: center;
	padding: 20px;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	margin-top: 30px;
}

/*ページトップボタン*/
.ec-blockTopBtn {
	background: none;
	width: auto;
	height: auto;
}

/*--------------------------------------------------------------
トップページ
--------------------------------------------------------------*/


/*スライダー*/
/*.ec-layoutRole .ec-layoutRole__contents {
	max-width: 100%;
}*/
.ec-sliderRole {
	max-width: 100%;
	padding: 0;
}
.ec-sliderRole img {
	width: 100%;
}

/*挨拶*/
#topgreeting {
	margin-bottom: 80px;
}
#topgreeting h2 {
}
#topgreeting .txtbox {
	background: url(images/bg_topgreeting.jpg) no-repeat right center;
	background-size: cover;
}
#topgreeting .inner {
	padding-bottom: 50px;
	padding-top: 50px;
	width: 55%;
	font-size: 110%;
	line-height: 1.7;
}

/*お知らせ*/
.ec-newsRole {
	padding-top: 0;
	margin-bottom: 50px;
}
.ec-newsRole .ec-newsRole__news {
	border: 16px solid #F8F8F8;
	padding: 20px 40px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
	background-color: #e9bb85;
}
.ec-newsRole .ec-newsRole__newsTitle {
	color: #333;
	font-weight: 500;
}
.ec-newsRole .ec-newsRole__newsDescription,
.ec-newsRole .ec-newsRole__newsDate {
}
.ec-newsRole .ec-newsRole__newsDate {
	color: #333;
}

/*おすすめ商品*/
#topreco .ec-shelfGrid {
	margin: 0 auto 20px;
}
#topreco .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n+1),
#topreco .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n) {
	padding-left: 5px;
	padding-right: 5px;
}
#topreco .ec-shelfGrid .ec-shelfGrid__item {
	margin-bottom: 30px;
}
#topreco .ph {
	margin-bottom: 5px;
}
#topreco .ph img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
#topreco .comtxt {
	font-size: 14px;
	margin-bottom: 10px;
	color: #444;
	line-height: 1.3;
}
#topreco .comtxt {
	display: none;
}
body#page_homepage #topreco .comtxt {
	display: block;
	
	display: none;
}

.ec-shelfGrid a {
	color: #222;
}
#topreco dl {
	margin: 0;
	padding: 0;
}
#topreco dt {
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 5px;
	font-size: 15px;
}
#topreco dd {
	margin: 0;
}
#topreco dd.item_price {
	color: #d68911;
}



#topreco .ec-newItemRole__list {
	flex-wrap: wrap;
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child(2n+1),
.ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
	margin-right: 0;
}
#topreco .list {
	padding : 5px 5px 0;
}
#topreco .list a:link,
#topreco .list a:active,
#topreco .list a:hover,
#topreco .list a:visited {
	color: #222;
}
#topreco .ph img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
.ec-newItemRole .ec-newItemRole__listItemTitle {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 15px;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
	font-size: 16px;
	color: #d68911;
}

/*レモンバナー*/
#topbnr_remon {
	margin-bottom: 60px;
}

/*WPブログ*/
#wp-news {
}
#wp-news .wp-news {
	display: flex;
	flex-wrap: wrap;
}
#wp-news .news-item {
	width: 20%;
	padding: 0 5px 20px;
}
#wp-news .news-item img {
	width: 100%;
	height: auto;
}
#wp-news .news-item h3 {
	font-size: 1.15rem;
}

/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
/*見出し*/
h1 {
	color: #31ae36;
	
	color: #218a26;
	font-weight: 400;
	font-size: 2rem;
}

main.ec-layoutRole__mainWithColumn h1 {
	text-align: center;
	margin: 80px 0 50px;
	font-size: 2.2em;
	color: #e4900e;
	font-weight: 500;
}
.ec-pageHeader h1,
.ec-pageHeader .h1 {
	border: none;
}

body#page_user_data h1 {
	margin-bottom: 30px;
}

body#page_homepage .ec-layoutRole__mainBottom h2  {
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
}

h1, h2, h3, h4 {
}
h2 {
	color: #E08810;
	margin-top: 50px;
	margin-bottom: 30px;
	
	font-weight: 400;
}
.page h2 {
}
body#page_user_data .ec-layoutRole__mainWithColumn h2 {
	text-align: center;
}
h3 {
	color: #e4900e;
	
	color: #222;
	font-size: 1.3rem;
}

.page {
	letter-spacing: 1px;
}

/*テキスト*/


/*table*/
/*
main.ec-layoutRole__mainWithColumn table th,
main.ec-layoutRole__mainWithColumn table td {
	border-bottom: 1px dotted #865A3F;
	padding: 15px 20px;
}
main.ec-layoutRole__mainWithColumn table th {
	width: 30%;
	background-color: #FDEFD9;
	font-weight: 500;
}
main.ec-layoutRole__mainWithColumn table td {
	width: 70%;
}*/


/*box*/
.mgnB20 {
	margin-bottom: 20px;
}
.mainimg {
	text-align: center;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
璃の香紹介ページ
--------------------------------------------------------------*/
#wrap_rinoka {
	line-height: 1.7;
}
#wrap_rinoka .mainimg {
	margin-bottom: 0;
}
#wrap_rinoka .boxA {
	background: url(images/bg_bage.jpg) repeat center;
	margin: 0 auto;
}
#wrap_rinoka .boxA .inner {
	overflow: hidden;
}
#wrap_rinoka .boxA .txt {
	width: 75%;
	margin: 0 auto;
	font-size: 110%;
}
#wrap_rinoka .boxA .leaf1,
#wrap_rinoka .boxA .leaf2 {
	width: 150px;
}
#wrap_rinoka .boxA .leaf1 {
	text-align: left;
}
#wrap_rinoka .boxA .leaf2 {
	float: right;
}

/*--------------------------------------------------------------
農園紹介
--------------------------------------------------------------*/
#wrap_farm .galbox {
	margin-bottom: 10px;
}
#wrap_farm .galbox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#wrap_farm .galbox ul li {
	width: 25%;
	text-align: center;
	padding: 0 2px 4px;
	list-style-type: none;
	margin: 0;
}
#wrap_farm .boxA,
#wrap_farm .boxA2,
#wrap_farm .boxB {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 3px dotted #b9ca89;
}
#wrap_farm .boxA2 .phbox .box {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	#wrap_farm .boxA2 .phbox {
		display: flex;
		flex-wrap: wrap;
	}
	#wrap_farm .boxA2 .phbox .box {
	    width: 50%;
	    padding-right: 10px;
	    text-align: center;
	    padding-bottom: 20px;
		margin-bottom: 0;
    }
    #wrap_farm .boxA2 .phbox .box:last-child {
	    padding-left: 10px;
	    padding-right: 0;
    }
	
	#wrap_farm .boxB .wrap {
		overflow: hidden;
	}
	#wrap_farm .boxB .ph {
		float: left;
		padding-right: 50px;
		width: 30%;
	}
	#wrap_farm .boxB .txt {
		float: right;
		width: 70%;
	}
}


#wrap_farm .boxA2 h3 {
	text-align: center;
}

#wrap_farm .boxC {
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 3px dotted #ffce81;
}
#wrap_farm .boxA {
	display: flex;
	flex-wrap: wrap;
}
#wrap_farm .boxA .txtbox {
	margin-bottom: 15px;
}
#wrap_farm .boxB {
}
#wrap_farm .boxB table {
	width: 100%;
}


#wrap_farm .boxB table th,
#wrap_farm .boxB table td {
	border-bottom: 1px dotted #865A3F;
	padding: 15px 20px;
}
#wrap_farm .boxB table th {
	width: 30%;
	background-color: #FDEFD9;
	font-weight: 500;
}
#wrap_farm .boxB table td {
}

/*--------------------------------------------------------------
初めての方へ
--------------------------------------------------------------*/
.page ul li {
	list-style-type: disc;
}
#wrap_flow {
}
#wrap_flow .box {
	margin-bottom: 30px;
	padding: 30px 30px 20px;
	border: 3px dotted #FFAE5C;
}
#wrap_flow h3 {
	font-size: 1.35em;
	margin-top: 0;
}
#wrap_flow h3 span {
	background-color: #f5ae3f;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 40px;
	display: inline-block;
}
#wrap_flow .txt {
	padding-left: 50px;
}
#wrap_flow .txt p {
}
#wrap_flow .txt ul,
#wrap_flow .txt ol {
	margin: 0 0 0 20px;
	padding: 0;
}
#wrap_flow .txt ul li,
#wrap_flow .txt ol li {
	margin-bottom: 15px;
	line-height: 1.3;
}
#wrap_flow .txt ol li ul {
	margin-top: 10px;
}
#wrap_beginner h4 {
	font-size: 1.1em;
	background-color: #f5ae3f;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin: 30px 0 15px;
}
#wrap_beginner h4:first-child {
	margin-top: 0;
}
#wrap_beginner .boxC ul {
	margin-bottom: 0;
}
#wrap_beginner .boxC ul li {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
プライバシーポリシー
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.pvbox {
		border-left: 5px solid #f5ae3f;
		padding: 10px 0 10px 40px;
	}
	.pvbox h3 {
	    margin-top: 0;
	    margin-bottom: 20px;
    }
	
}
.pvbox {
	margin-bottom: 30px;
}
.pvbox ol {
}
.pvbox ol li {
	margin-bottom: 10px;
}

#wrap_privacy h2 {
}
#wrap_privacy h3 {
	font-size: 1.2rem;
	margin-top: 40px;
}
#wrap_privacy table {
	width: 100%;
	margin-bottom: 10px;
}
#wrap_privacy th,
#wrap_privacy td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------------------
特定商取引法・当サイトについて
--------------------------------------------------------------*/
.ec-borderedDefs dl {
	padding: 30px 0;
}
.ec-borderedDefs dt,
.ec-borderedDefs dd {
	line-height: 1.5;
}
.ec-borderedDefs dt {
	padding-top: 0;
	font-weight: 500;
}
.ec-borderedDefs dt .ec-label {
	margin: 0;
	font-weight: 500;
}
.ec-borderedDefs dd {
	margin: 0;
}
#wrap_tradelaw dd .title {
	font-weight: 600;
	margin-bottom: 5px;
}

#wrap_tradelaw table {
	width: 100%;
	margin-bottom: 10px;
}
#wrap_tradelaw table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#wrap_tradelaw table th,
#wrap_tradelaw table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: 500;
	width: auto;
	padding: 10px;
}
#wrap_tradelaw table th {
	background-color: #f2f2f2;
}
#wrap_tradelaw table.souryo1,
#wrap_tradelaw table.souryod {
	text-align: center;
}
#wrap_tradelaw table.souryo1 th,
#wrap_tradelaw table.souryo1 td,
#wrap_tradelaw table.souryo2 th,
#wrap_tradelaw table.souryo2 td {
	/*font-size: 90%;*/
	padding: 5px;
}
#wrap_tradelaw table.souryo1 th {
	width: 50%;
}

#wrap_tradelaw table.souryo2 td.pref {
	text-align: left;
}


#wrap_law table th,
#wrap_law table td {
	padding: 10px;
	border: 1px solid #eee;
	font-weight: 400;
}

#wrap_law table,
#wrap_law table.price {
	width: 100%;
}
#wrap_law table.price th,
#wrap_law table.price td {
	padding: 5px;
	border: 1px solid #eee;
	font-weight: 400;
}
#wrap_law table th,
#wrap_law table.price th {
	background-color: #777;
	color: #fff;
	text-align: center;
}
#wrap_law table.price td {
	text-align: right;
}
#wrap_law ul {
	margin: 0;
}
#wrap_law ul li {
	padding: 10px 0;
}
#wrap_law dd .title {
	font-weight: 600;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
商品一覧
--------------------------------------------------------------*/
.ec-shelfGrid .ec-shelfGrid__item:nth-child(2n+1),
.ec-shelfGrid .ec-shelfGrid__item:nth-child(2n) {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}

.ec-shelfGrid .ec-shelfGrid__item img {
	object-fit: cover;
	height: 160px;
	width: 100%;
}
.ec-shelfGrid li .title {
	margin-bottom: 10px;
}
.ec-shelfGrid li .com {
	display: none;
}
.ec-shelfGrid li .price {
	text-align: right;
	color: #cc820f;
	margin-bottom: 10px;
	font-size: 120%;
}
.ec-blockBtn--action {
	white-space: wrap;
	padding: 10px 5px 12px;
	height: auto;
	line-height: 1.5;
	font-size: 14px;
}
.ec-blockBtn--action {
	background-color: #FFEDAD;
	color: #222;
	border: none;
}
.ec-blockBtn--action:hover {
	background-color: #F2DA83;
	color: #D96C00;
}

.ec-topicpath .ec-topicpath__item a {
	color: #6e480c;
}


/*--------------------------------------------------------------
商品詳細
--------------------------------------------------------------*/
.ec-productRole {
	padding-top: 50px;
}
.ec-sliderItemRole .slideThumb {
	margin: 0;
	padding: 0 1px 2px;
}
.ec-sliderItemRole .slideThumb img {
	height: 120px;
	width: 100%;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
	font-size: 30px;
}
.ec-headingTitle {
	color: #222;
}
body#page_product_detail .slick-slide img {
	/*object-fit: cover;
	height: 400px;
	width: 100%;*/
}
.ec-productRole .ec-productRole__btn {
	min-width: auto;
}
.ec-productRole .ec-productRole__category {
	margin-bottom: 20px;
}
.ec-productRole .ec-productRole__price,
.ec-cartRole .ec-cartRole__totalAmount {
	color: #E67735;
}
.ec-productRole {
	color: #333;
}
	

/*--------------------------------------------------------------
サイドバー
--------------------------------------------------------------*/
.ec-categoryNaviRole {
	padding-top: 50px;
}
.ec-itemNav h3 {
	font-size: 18px;
	background-color: #f5ae3f;
	color: #fff;
	padding: 7px 10px 10px;
	border-radius: 10px;
	margin-top: 0;
}
ul.ec-itemNav__nav {
	width: 100%;
}
ul.ec-itemNav__nav li {
	float: none;
	text-align: left;
	border-bottom: 1px solid #ffdea9;
}
ul.ec-itemNav__nav li a {
	text-align: left;
	line-height: 1.5;
	padding: 10px;
	color: #222;
	font-weight: 500;
}


/*--------------------------------------------------------------
その他ページ
--------------------------------------------------------------*/





































