/******************************/
/* index */
/******************************/
#index {
	position: relative;
	padding: 0 0 90px;
}

@media only screen and (max-width:767px) {
	#index {
		padding: 0 0 16.7vw;

		background:
			/* 左 */
			url('https://img06.shop-pro.jp/PA01136/747/etc_base64/YmctdW5hZ2ktbGVmdA.png') no-repeat -24vw 295vw,
			/* 右 */
			url('https://img06.shop-pro.jp/PA01136/747/etc_base64/YmctdW5hZ2ktcmlnaHQ.png') no-repeat calc(100% + 26vw) 115vw;
		background-size: 50vw auto, 50vw auto;
	}
	#index .u-container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (min-width: 768px) {
	#index {
		background:
			/* 左 */
			url('https://img06.shop-pro.jp/PA01136/747/etc_base64/YmctdW5hZ2ktbGVmdA.png') no-repeat -80px 2160px,
			/* 右 */
			url('https://img06.shop-pro.jp/PA01136/747/etc_base64/YmctdW5hZ2ktcmlnaHQ.png') no-repeat calc(100% + 80px) 590px;
		background-size: 500px auto, 500px auto;
	}
}

.l-footer {
	padding: 0;
}


/******************************/
/* SLIDER */
/******************************/
#index .slider {
	padding: 0 0 30px;
}

@media screen and (max-width: 1030px) {
	#index .slider {
		margin-left: -20px;
		margin-right: -20px;
		position: relative;
	}
}
#index #slider div {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#index #slider > div {
	display: none;
}
#index .bx-viewport #slider > div {
	display: block;
}
#index .bx-wrapper {
	z-index: 0;
}
#index .bx-wrapper img {
	width: 100%;
	height: auto;
}
#index .bx-wrapper .bx-viewport {
	box-shadow: none !important;
	border: 0 !important;
	left: 0 !important;
}
#index .bx-wrapper .bx-pager {
	bottom: -21px !important;
}
#index .bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 3px !important;
	padding-top: 15px;
	width: 25px !important;
	height: 1px !important;
	background: transparent !important;
	border-bottom: 1px solid #cccccc;
	border-radius: 0 !important;
}
#index .bx-wrapper .bx-pager.bx-default-pager a:hover,
#index .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent !important;
	border-bottom: 1px solid #000000;
}

@media screen and (max-width: 1030px) {
	#index .slider {
		position: relative !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		margin-right: 0 !important;
		padding: 0 0 17.5vw !important;
	}
	#index .bx-wrapper {
		margin-bottom: 0 !important;
	}
	#index .bx-wrapper .bx-pager {
		padding-top: 0 !important;
		bottom: -5.5vw !important;
	}
	#index .bx-wrapper .bx-pager.bx-default-pager a {
		width: 6.4vw !important;
		margin: 0 0.7vw !important;
		border-bottom: 0.3vw solid #cccccc;
	}
	#index .bx-wrapper .bx-pager.bx-default-pager a:hover,
	#index .bx-wrapper .bx-pager.bx-default-pager a.active {
		border-bottom: 0.3vw solid #000000;
	}
}


/******************************/
/* products-list */
/******************************/
#index .products-list {
	position: relative;

	padding: 0 0 40px;
}

@media only screen and (max-width:767px) {
	#index .products-list {
		padding: 0 5vw;
	}
}

#index .products-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

#index .products-list ul li {
	width: 25%;
	padding: 0 0 30px;
}

#index .products-list ul li .image{
	padding: 0 0 15px;
}
#index .products-list ul li .image img {
	display: block;
	width: 100%;
	height: auto;
}

#index .products-list ul li .text {
	padding: 0 10px;
	line-height: 1.6;
	font-size: 16px;
}

@media only screen and (max-width:767px) {
	#index .products-list {
		padding: 0 5vw 9.5vw;
	}
	#index .products-list ul li {
		width: 50%;
		padding: 0 0 6vw;
	}
	#index .products-list ul li .image {
		padding: 0 0 1vw;
	}
	#index .products-list ul li .text {
		line-height: 1.5;
		font-size: 3.4vw;
	}
}



/******************************/
/* トップページ見出し */
/******************************/
#index h2.heading-1 {
	position: relative;
	text-align: center;
	margin: 0 0 23px;
	padding-bottom: 15px;
	font-size: 26px;
}
#index h2.heading-1::after {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 3px;
	background: #3e5a36;
}
@media only screen and (max-width:767px) {
	/********** 見出し **********/
	#index h2.heading-1 {
		font-size: 5.2vw;
		margin-bottom: 5vw;
	}
}


/******************************/
/* 商品一覧 */
/******************************/
#index .top-item-list {
	width: 100%;
	padding: 0 0 48px;
}

/********** 見出し **********/
#index .top-item-list h2 {
	margin-bottom: 4.5vw;
}

/********** 商品リスト **********/
#index .top-item-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
#index .top-item-list ul li {
	width: 42%;
	padding: 0 4% 4%;
	max-width: 400px;
	line-height: 1.5;
}
#index .top-item-list ul li a {
	text-decoration: none;
	color: #333;
	display: block;
}
#index .top-item-list ul li .image {
	margin: 0 0 10px;
}
#index .top-item-list ul li .image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#index .top-item-list ul li .name {
	margin: 0 0 3px;
	font-size: 20px;
	text-align: center;
}
#index .top-item-list ul li .price {
	font-size: 18px;
	color: #7d7d7d;
	text-align: center;
}


@media only screen and (max-width:767px) {
	#index .top-item-list {
		padding: 0 0 8vw;
	}
	
	/********** 見出し **********/
	#index .top-item-list h2 {
	}

	/********** 商品リスト **********/
	#index .top-item-list ul {
		gap: 0;
	}
	#index .top-item-list ul li {
		width: 100%;
		padding: 0 15% 9%;
		max-width: none;
		box-sizing: border-box;
	}
	#index .top-item-list ul li .image {
		margin: 0 0 3vw;
	}
	#index .top-item-list ul li .name {
		margin: 0 0 0.5vw;
		font-size: 4.8vw;
	}
	#index .top-item-list ul li .price {
		font-size: 4.4vw;
	}
}



/******************************/
/* おしらせ */
/******************************/
#index .news {
	padding: 0 0 7px;
	font-size: 18px;
}

#index .news h2 {
	margin: 0 0 27px;
}
#index .news .news-box {
	padding: 0 60px;
}

@media only screen and (max-width:767px) {
	#index .news {
		padding: 0 0 0.5vw;
		font-size: 4vw;
	}
	#index .news h2 {
		margin: 0 0 4vw;
	}
	#index .news .news-box {
		padding: 0 5vw;
		line-height: 1.65;
	}
}



/******************************/
/* 店舗案内 */
/******************************/
#index .shop-info {
	width: 100%;
	margin-top: 80px;
}

#index .shop-info h2 {
}

#index .shop-info .shop-main-visual {
	width: 100%;
	margin-bottom: 40px;
}

#index .shop-info .shop-main-visual img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#index .shop-info .shop-nav {
	max-width: 420px;
	margin: 0 auto 23px;
}

#index .shop-info .shop-nav ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 0 20px;
}

#index .shop-info .shop-nav ul li {
	width: 50%;
}

#index .shop-info .shop-nav ul li a {
	display: block;
	background: #234017;
	color: #fff;
	text-decoration: none;
	padding: 8px 0 8px 55px;
	font-size: 20px;
	position: relative;
}

#index .shop-info .shop-nav ul li a::after {
	content: ">";
	position: absolute;
	right: 54px;
	font-family: serif;
}

#index .shop-info .shop-nav ul li a:hover {
	opacity: 0.8;
}

#index .shop-info .shop-desc {
	text-align: center;
	padding: 0 0 0 5px;
	font-size: 18px;
	line-height: 1.6;
}

@media only screen and (max-width:767px) {
	#index .shop-info {
	}

	#index .shop-info h2 {
		margin-bottom: 4.5vw;
	}

	#index .shop-info .shop-main-visual {
		margin-bottom: 6vw;
	}

	#index .shop-info .shop-nav {
		max-width: none;
		width: auto;
		margin: 0 0 4vw;
		padding: 0 5%;
	}

	#index .shop-info .shop-nav ul {
		display: flex;
		justify-content: space-between;

		flex-direction: row;
		gap: 0;

		width: 100%;
	}

	#index .shop-info .shop-nav ul li {
		width: 47.8%;
	}

	#index .shop-info .shop-nav ul li a {
		padding: 2.1vw 0 2.5vw 11.5vw;
		font-size: 4.4vw;
	}
	#index .shop-info .shop-nav ul li a::after {
		content: ">";
		position: absolute;
		top: 1.8vw;
		right: 11.5vw;
		font-family: serif;
	}

	#index .shop-info .shop-desc {
		padding: 0 5vw;
		text-align: left;
		font-size: 4vw;
	}
}

