@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');
/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */


/* --------------------------------
	Common
-------------------------------- */

body {
	overflow-x: hidden;
	font-size: 14.5px;
	line-height: 1.8;
	font-family:"Roboto,ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Sans-Serif;
	color:#73604B;
	-webkit-text-size-adjust: none;
	background: url(../images/leef_top.png) no-repeat center top,
		url(../images/leef_bottom.png) no-repeat center bottom;
}

a {
	text-decoration:none;
	color: inherit;
	transition: all 500ms 0s ease;
}

a:hover, a:active {
	color: inherit;
}

.Damion { font-size: 32px;font-family: 'Damion', cursive;}



.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}

/****** Base Layout Setting ********/

#header {
	background: transparent;
	height: 210px;
	padding: 30px 0 0;
	
}
#footer {
	height: 210px;
	margin: 0 auto;
	padding: 0 10px;
	background: transparent;
	border: 0 none transparent;
	
	text-align: center;
}
.h_inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}
.h_title {
	float: left;
	width: 250px;
	margin: 0 10px;
}

.h_title a {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color :#3d5d18;
}
@media only screen and (max-width: 1260px) {
	.h_title img {width: 250px;}
	.h_title a {font-size: 13px;}
}
@media only screen and (max-width: 1079px) {
	#header .inner {
		position: fixed;
		width: 100%;
	    transition: all 1000ms 0s ease;
	}
	.fixed.h_wrap {
		margin: -8px;
		padding: 8px;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 3px 3px -3px rgba(115, 96, 75, 0.3);
	}
	.h_title{
		float: none;
		width: 100%;
		margin: 5px 0 0;
		text-align: left;
	}
	.h_title img {
		width: 150px;
		display: block;
	    transition: all 1000ms 0s ease;
	}
	.fixed .h_title img {
		width: 100px;
	}
	.h_title a {font-size: 11px;}
}
@media only screen and (min-width: 1080px) {
	.h_wrap {
		width: calc(100vw);
		position: relative;
		transition: all 1000ms 0s ease;
		z-index: 100;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
	.h_wrap.fixed{
	    position: fixed;
	    top: 0;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 3px 3px -3px rgba(115, 96, 75, 0.3);
		padding: 10px 0 5px;
	}
	.h_wrap.fixed .h_nav02 {display: none;}
}

@media only screen and (max-width: 1079px) {
	#header,#footer {
		height: 150px;
		padding: 0;
	}
	body {
		background-size: auto 150px;
	}
}

@media only screen and (max-width: 644px) {
	#header {
		height: 100px;
	}
	body {
		background-size: auto 100px;
	}
}

@media only screen and (min-width: 1080px),print{
	.h_nav_sp {display: none;}
	.h_nav {display: block !important;}

	.h_nav01 {
		float: left;
		width: calc(100% - 280px);
		margin: 35px 0 0;
	}

	.h_nav01 > ul {
		display: table;
		width: 100%;
		padding: 0 0 0 30px;
	}

	.h_nav01 > ul > li {
		display: table-cell;
		width: 20%;
		height: 70px;
		vertical-align: middle;
		text-align: center;
		list-style: none;
	}

	.h_nav01 > ul > li > a {
		display: block;
		margin: 0 10px;
		padding: 10px 0;
		color: #3d5d18;
		font-size: 15px;
		font-weight: bold;
	}

	.h_nav01 > ul > li > a .Damion {
		font-size : 36px;
		font-weight: normal;
		line-height: 1;
	}

	.h_wrap.fixed .h_nav01 > ul > li > a {
		background: transparent;
	}

	.h_nav01 > ul > li > a:hover {
		background :#F2F1C5;
	}
	.h_wrap.fixed .h_nav01 > ul > li > a:hover {
		background: rgba(255, 255, 255, 0.7);/*#FFFFFFの半透明;*/
	}

	/*商品ページsubmenu*/
	.h_nav01 .product {position: relative;}
	.h_nav01 .submenu {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: calc(100% - 30px);
		left: 15px;
		background: rgba(248, 247, 203, 0.8);
		transition: all .2s ease;
	}
	.h_wrap.fixed .submenu {top: 100%;}
	.h_nav01 .product:hover .submenu {visibility: visible;opacity: 1;}
	.h_nav01 .submenu a {
		display: block;
		padding: 5px 0;
		font-size: 15px;
		color: #3d5d18;
	}
	.h_nav01 .submenu a:hover {background: #ebeaab;}

	.h_nav02 {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 20px;
	transition: all 500ms 0s ease;
	}

	.h_nav02 li {
		list-style: none;
		float: left;
		width: 200px;
		text-align: center;
	}

	.h_nav02 li.li01 a {background: #3d5d18;}
	.h_nav02 li.li02 a {background: #A2B961;}
	.h_nav02 li.li01 a:hover {background: rgba(48, 95, 0, 0.8);}/*#305F00の半透明;*/
	.h_nav02 li.li02 a:hover {background: rgba(158, 191, 81, 0.8);}/*#9EBF51の半透明;*/

	.h_nav02 li a {
		display: block;
		font-size: 16px;
		color: #FFFFFF;
	}
	.h_nav02 li a .sp_only {display: none;}
}
@media only screen and (max-width: 1260px){
	.h_nav01 > ul > li > a {
		margin: 0 5px;
		font-size: 13px;
	}
	.h_nav01 > ul > li > a .Damion {
		font-size : 30px;
	}
	/*商品ページsubmenu*/
	.h_nav01 .submenu {
		width: calc(100% - 10px);
		left: 5px;
	}
	.h_nav01 .submenu a {font-size: 14px;}
	.h_nav01 > ul > li > a .Damion,.h_nav02 > ul > li > a .Damion {
		font-size : 24px;
	}
}



@media only screen and (max-width: 1079px) {
	#drawer div[class^="h_nav0"] {
	    margin-bottom: 16px;
	}
	div[class^="h_nav0"] a {
	    display: block;
	    margin: 0;
	    padding: 5px 10px;
	    color: #525263;
		font-size: 13px;
		line-height: 1.5;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    position: relative;
	    border-bottom: 1px solid #E8E8E8;
	}
	div[class^="h_nav0"] a.has-toggle {
	    padding-right: 50px;
	}
	div[class^="h_nav0"] a:link,
	div[class^="h_nav0"] a:visited,
	div[class^="h_nav0"] a:hover,
	div[class^="h_nav0"] a:active {
	    text-decoration: none;
	}
	div[class^="h_nav0"] a:hover {
	    background: rgba(204, 204, 204, 0.1);
	}
	div[class^="h_nav0"] a .toggle {
	    display: block;
	    position: absolute;
	    right: 10px; top: 5px;
	    width: 40px; height: 40px;
	    line-height: 40px;
	    text-align: center;
	    vertical-align: middle;
	}
	div[class^="h_nav0"] .active > .toggle .cb {
	    -webkit-transform:rotate(-180deg);
	    -ms-transform:rotate(-180deg);
	    -o-transform:rotate(-180deg);
	    transform:rotate(-180deg)
	}
	div[class^="h_nav0"] li > a:hover {
	    background: rgba(204, 204, 204, 0.1);
	}
	div[class^="h_nav0"] li > a.active {
	    background: rgba(204, 204, 204, 0.1);
	}
	/*商品ページsubmenu*/
	div[class^="h_nav0"] .product a {
		border-bottom: 0 none transparent;
	}
	div[class^="h_nav0"] .submenu {
		width: 100% !important;
	}
	div[class^="h_nav0"] .submenu a {
		font-size: 13px;
		height: 40px;
		line-height: 40px;
		margin: 0 5px;
		padding: 0 10px 0 20px;
	}
	div[class^="h_nav0"] .submenu li:last-child a {
		height: 50px;
		border-bottom: 1px solid #E8E8E8;
	}
}













/****** Header Setting ********/


.header_logo_area {
	margin-right: 100px;
}
.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
	text-decoration: none;
	color: #000;
}
.header_logo_area .header_logo a:hover {
	color: #666;
}


/****** Side Setting ********/

/****** Footer Setting ********/

/****** Effect Setting ********/


/****** Each BlockParts Setting ********/

/* cart area */
@media only print {
	#cart_area,#search,#member {display: none;}
}

#cart .inner {
	background: #f3f3f3;
}


/* search area */

#search {
	background: #EBEBEB;
	padding: 16px 8px;
}
#search select {
	width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
    float: left;
    height: 20px;
    margin: 0 10px 10px 0;
}

/* --------------------------------
	Top Page
-------------------------------- */

.front_page a:hover img {
	opacity: 0.8;
}
.front_page #contents .row > div {
	padding-bottom: 8px;
}
.front_page #contents .row.no-padding > div {
	padding-bottom: 0;
}

/* Comment Area */

.front_page .comment_area h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 2px;
}
.front_page .comment_area h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}
.front_page .comment_area p {
	margin: 10px 0 15px;
}

/* Item List */

.front_page .item_comment {
	color: #444;
}
.front_page .item a {
	padding-bottom: 0;
}
.front_page .item a:hover {
	opacity: 0.8;
}
.front_page .item a:hover img {
	opacity: 1;
}
.front_page #contents_top .item_comment {
	color: #525263;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}
.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
	color: #9a947e;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.front_page .more_link.text-warning {
	font-weight: bold;
	color: #9A947E;
}

/* news_area */

.news_contents {
	padding: 0;
}
#news_area {
	max-width: 900px;
	margin: 30px auto;
	padding: 25px;
	background: #F2F1C5;
}
#news_area .heading01 {
	margin: 0 0 15px;
	padding: 0 0 0 5px;
	text-align: left;
	border-bottom: 2px solid #3d5d18;
}

/* txt_bnr */

.txt_bnr_area {
	padding: 0 0 16px;
}

.txt_bnr {
	background: #f8f8f8;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	padding: 16px;
	margin: 12px 0 0;
	text-align: center;
}
.txt_bnr strong {
	color: #DE5D50;
	font-size: 20px;
	font-size: 2rem;
}
.txt_bnr strong strong {
	font-size: 32px;
	font-size: 3.2rem;
}

.item_gallery {
	clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */

#item_detail + row {
	margin-top: -1px;
	background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/


/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}


/* Arrow */

.slick_prev,
.slick_next {
	font-size: 18px;
	font-size: 1.8rem;
	width: 40px; height: 40px;
	line-height: 40px;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content:" ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
	border-radius: 50%;

}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}


/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {

	/* --------- common ---------- */


	/****** Header Setting ********/


	/****** Side Setting ********/


	/****** Effect Setting ********/


}
@media only screen and (min-width: 1080px) {

	/* --------- common ---------- */

	#contents {
		margin-top: 30px;
		padding-top: 30px;
	}

	/****** Header Setting ********/

	/****** Layout ********/

	/* header */

	#header .header_logo_area {
		float: left;
		margin-right: 265px;
	}
	#header #drawer #search {
		position: relative;
	}
	#search {
		background: none;
		padding: 0;
	}
	#member {
		float: right;
	}

	.member ul li {
		display: inline-block;
	}



	/****** Side Setting ********/

	/****** Footer Setting ********/

	/****** Each BlockParts Setting ********/

	/* search area */

	#search select {
		width: auto;
		max-width: 180px;
	}
	/* cart */

	#cart .inner {
		left: 15%; top: 135px;
	}
	#cart_area .inner {
		width: 800px;
	}
	#cart_area .cart_price {
		font-size: 12px;
	}
	#cart_area .cart_price .price {
		font-size: 16px;
	}


	/* --------------------------------
		Top Page
	-------------------------------- */

	.front_page #contents .row {
		padding-bottom: 24px;
	}
	/* Comment Area */

	.front_page .comment_area h4 {
		font-size: 32px;
		font-size: 3.2rem;
		margin: 0 0 8px;
	}
	.front_page .comment_area h5 {
		font-size: 20px;
		font-size: 2rem;
	}
	.front_page .comment_area p {
		font-size: 20px;
		font-size: 2rem;
		margin: 24px 0 24px;
	}

	/* news_area */

	.news_contents {
		padding: 0 16px 0 0;
	}

	/* txt_bnr */

	.txt_bnr_area {
		padding-left: 16px;
	}

	.txt_bnr {
		margin:0 0 16px;
	}

	/* --------------------------------
		Detail Page
	-------------------------------- */

	#item_photo_area .slick-dots {
		margin: 0 -16px;
		position: relative;
		bottom: 0;
	}
	#item_photo_area .slick-dots::after {
		content: "";
		display: table;
		clear: both;
	}

	#item_photo_area .slick-dots li {
		width: 33.33333333%; height: auto;
		padding: 16px;
		margin: 0;
		float: left;
	}

	.slick-dots li button.thumbnail {
		width: 100%; height: auto;
		padding: 0;
	}
	.slick-dots li button.thumbnail img {
		width: 100%; height: auto;
		opacity: 0.8;
	}
	.slick-dots li button.thumbnail:hover img,
	.slick-dots li.slick-active button.thumbnail img {
		opacity: 1;
	}
	.slick-dots li button.thumbnail::before {
		display: none;
	}
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.extra-form {
  margin: 10px 0;
}



/*スライド*/


#slider .slpc { display: block;}
#slider .slsp { display: none;}
 
@media only screen and (max-width: 688px) {
    #slider .slpc { display: none;}
    #slider .slsp { display: block;}
}

.slide-item {
	position: relative;
}
.slide-item img {
  width: 100%;
}

.slide_text {
	position: absolute;
	bottom: 0;
	left: -520px;
	padding: 10px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.7);
	transition: all .8s;
}
.slide_text.text-current {
	transform: translate3d(520px, 0, 0);
}


#thumbnail-list {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.thumbnail-item {
	list-style: none;
  flex: 0 1 23%;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid transparent;
  line-height: 0;
  transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current {
  border: 2px solid #fff;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  }

  @media only screen and (min-width: 1100px) {
  	#slider_wrap {
  		position: relative;
  	}
  	#thumbnail-list {
  		position: absolute;
  		bottom: 0;
  		right: -20px;
	  }
	  .slide_text {
		padding: 10px 20px;
		font-size: 16px;
	  }


  }

  #page_top{
    z-index: 10;
	width: 58px;
	height: 58px;
	position: fixed;
	right: -60px;
	bottom: 10px;
	background: url(../images/BT_TOP.png);
	background-size: 58px 58px;
}
#page_top a{
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
}

.banner {
	clear: both;
	padding: 50px 0 100px;
	text-align: center;
}

.banner img {
	padding: 25px;
}
@media only screen and (max-width: 1079px) {
	.banner img {
		max-width: 305px;
	}
}



.pickup_item .item_txt {
	margin: 15px 15px;
}
.pickup_item a {
	display: block;
	position: relative;
	margin: 0 15px 40px;
}

.pickup_item a:hover {
	opacity: 0.8;
}

.pickup_item .item_photo_btn {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 90px);
	display: block;
	width: 180px;
	padding: 10px;
	margin: 0;
	font-size: 16px;
	text-align: center;
	background: #A2B961;
	color: #ffffff;
	border-radius: 30px;
}
@media only screen and (max-width: 499px) {
	.pickup_item .item_photo_btn {
		left: calc(50% - 60px);
		width: 120px;
		padding: 0;
		font-size: 13px;
	}
}
.eg-btn {
	display: block;
	max-width: 400px;
	margin: 10px auto 40px;
	padding: 10px 5px;
	font-size: 16px;
	text-align: center;
	background: #DEA35E;
	color: #ffffff;
	border-radius: 30px;
}
.eg-btn.left {margin: 10px auto 40px 0;}
.eg-btn .Damion {line-height: 1;}

.eg-btn.green {
	background: #F2F1C5;
	color: #3D5D18;
}

.eg-btn:hover {
	color: #ffffff;
	background: #f1b46d;
}
.eg-btn.green:hover {
	background:#f7f6ca;
	color: rgba(158, 191, 81, 0.8);/*#9EBF51の半透明;*/
}

.toplink_btn {
	display: block;
	max-width: 350px;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	background: #A2B961;
	color: #ffffff;
}

.toplink_btn:hover {
	color: #ffffff;
	background: rgba(158, 191, 81, 0.8);/*#9EBF51の半透明;*/
}

.toplink_box {
	padding: 15px;
	background: #F2F1C5;
}

#contents .toplink_box h2 {
	margin: 10px 0;
	border-bottom: 0px none transparent;
}

.toplink_item img {margin: 1em 0;}
/* --------------------------------
    FAQ
-------------------------------- */

.faq_box dt {
	position: relative;
	margin: 0 0 20px;
	padding: 5px 60px 5px 20px;
	background: #A2B961;
	color: #FFFFFF;
	font-size: 18px;
}
.faq_box dt .angle-circle {
	position: absolute;
    right: 15px;
    top: 5px;
    display: inline-block;
}

.faq_box dt .cb {
	position: relative;
	height: 2em;
	width: 2em;
}

.faq_box dt.active .cb {
    position: relative;
    top: -2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq_box dd {margin: 0 0 30px;}

.faq_box dd h3 {
	text-indent: -1.2em;
	padding-left: 1.4em;
	margin: 1em 0 0.3em;
	color: #3d5d18;
}

.faq_box p {
	margin: 0; 
	text-indent: -1em;
	padding-left: 1.4em;
}

.faq_box table {
	margin: 1em 1.4em;
}
.faq_box td, .faq_box th {
    border: 1px solid #ebeaab;
    padding: 5px;
	font-size: 14px;
}

.faq_box th {
	font-weight: normal;
	background: #F2F1C5;
}

/* --------------------------------
    Product
-------------------------------- */
.product_box a.pd_btn {
	padding: 15px 5px;
	margin-bottom: 15px;
	width: 100%;
	max-width: 350px;
	text-align: center;
	color: #F2F1C5;
	background: #3d5d18;
}

.product_box a.pd_btn02 {
	padding: 15px;
	margin-bottom: 15px;
	max-width: 450px;
	text-align: center;
	font-weight: bold;
	color: #3d5d18;
	background: #F2F1C5;
}

.product_box a.pd_btn span,.product_box a.pd_btn02 span {
	font-size: 80%;
	font-weight: normal;
	color: #333333;
}

.product_box a.pd_btn:hover {
	background: #A2B961;
}

.product_box h3 {
	margin: 70px 0 20px;
	padding: 5px 60px 5px 20px;
	background: #A2B961;
	color: #FFFFFF;
	font-size: 18px;
}

.product_box h4 {
	margin: 1em 0px;
	padding: 10px;
	color: #3d5d18;
	border: 1px solid #3d5d18;
}

.product_box .gr-full {
	margin: 40px 0;
	background: #F2F1C5;
}
.product_box .gr-full-inner {
	margin: 10px;
	padding: 10px;
	text-align: center;
	background: #ffffff;
}

.product_box .gr-full-inner img {
	max-height: 350px;
}

.product_box ul#product_subImg01,
.product_box ul#product_subImg02,
.product_box ul#product_subImg03 {text-align: center;}
.product_box #product_subImg01 li,
.product_box #product_subImg02 li,
.product_box #product_subImg03 li {
	display: inline-block;
	width: 50px;
	margin: 2px;
}

.product_box #product_subImg01 li img,
.product_box #product_subImg02 li img,
.product_box #product_subImg03 li img {
	opacity: 0.4;
	transition: all 500ms 0s ease;
	border: 1px solid #ffffff;
}

.product_box #product_subImg01 li img:hover,.product_box #product_subImg01 li.current img,
.product_box #product_subImg02 li img:hover,.product_box #product_subImg03 li.current img,
.product_box #product_subImg03 li img:hover,.product_box #product_subImg02 li.current img {
	opacity: 1.0;
	border: 1px solid #aaaaaa;
}

/*Youtube*/

.youtube{
position:relative;
width:100%;
padding-top:56.25%;
}
.youtube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
