@charset "euc-jp";

@media screen and (min-width: 769px), print {
	#header {
		transform: translateY(-100px);
	}
	body.init #header {
		transition: transform .5s;
	}
	.head-fixed #header {
		transform: translateY(0);
	}
	#container {
		padding-top: 0;
	}

	#indexHeader {
		position: relative;
		z-index: 999;
	}
	#indexHeader > * {
		position: relative;
		display: block;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	#indexHeader nav > ul > li {
		margin-right: 40px;
	}
	#indexHeader nav > ul > li > a {
		padding: 0 15px;
		font-size: 1.6rem;
	}
	#indexHeader nav > ul > li > a::after {
		right: 10px;
		left: 10px;
	}
	#indexHeader nav .has_dd {
		margin-right: 55px;
	}
	#indexHeader nav .has_dd > a .ja::after {
		right: -22px;
	}
	#indexHeader nav li:first-child .dd {
		left: 0;
		transform: translateX(0);
	}
	#indexHeader nav a .en {
		font-size: 1.2rem;
	}
	#indexHeader nav .hnav {
		position: absolute;
		top: 50px;
		right: 200px;
	}
	#indexHeader nav .hnav li {
		margin-right: 15px;
	}
	#indexHeader nav .search {
		position: absolute;
		top: 50px;
		right: 160px;
	}
	#indexHeader nav .search li {
		margin-right: 0;
	}
	#indexHeader nav .cart {
		position: absolute;
		top: 50px;
		right: 20px;
		margin-left: 15px;
	}
	#indexHeader nav .cart a {
		width: 126px;
	}
	#indexHeader nav .cart a .item {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	#indexHeader {
		display: none;
		height: 0;
	}
	#indexHeader .logo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1001;
	}
	#indexHeader .logo img {
		width: 125px;
		height: auto;
	}
	#indexHeader nav {
		display: none;
	}
}

#footer {
	margin-top: 100px;
}
@media screen and (max-width: 768px) {
	#footer {
		margin-top: 60px;
	}
}

#main {
	position: relative;
	overflow: hidden;
}
#main::after {
	content: "";
	display: block;
	height: 20px;
	background: url(https://img21.shop-pro.jp/PA01455/722/etc/index_main_bg.jpg) 50%;
}
#main .slider > div {
	position: absolute;
	top: -10000px;
}
#main .slider > div:first-child {
	position: relative;
	top: 0;
}
#main img {
	width: 100%;
	height: auto;
}
#main .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 8px;
	display: flex;
	transform: translateX(-50%);
	z-index: 5;
}
#main .slick-dots li button {
	position: relative;
	overflow: hidden;
	width: 30px;
	height: 0;
	margin: 0;
	padding: 30px 0 0;
	border: 0;
	background: none;
}
#main .slick-dots li button:after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	background-color: #fff;
	border-radius: 100%;
	transition: background .2s;
}
#main .slick-dots li.slick-active button::after {
	background-color: #d9e57c;
}
@media screen and (min-width: 769px), print {
	#main .slick-dots li button:hover::after {
		background-color: #d9e57c;
	}
}
@media screen and (min-width: 1700px) {
	#main::after {
		background-size: 100%;
	}
}
@media screen and (max-width: 768px) {
	#main::after {
		height: 10px;
		background-size: auto 100%;
	}
	#main .slider > * {
		margin: 0 -10px;
	}
	#main .slick-dots {
		bottom: 0;
	}
	#main .slick-dots li {
		line-height: 1;
	}
	#main .slick-dots li button {
		width: 20px;
		padding: 20px 0 0;
	}
	#main .slick-dots li button:after {
		top: 6px;
		bottom: 6px;
		left: 6px;
		right: 6px;
	}
}

.index_bnr {
	position: relative;
}
.index_bnr .slider a {
	display: block;
	padding: 0 2px;
}
@media screen and (max-width: 768px) {
	.index_bnr .slider a {
		padding: 0 1px;
	}
	.index_bnr .slider a img {
		width: 50vw;
	}
}


.index_section {
	margin-top: 50px;
}
.index_title {
	text-align: center;
	margin-bottom: 25px;
	font-size: 2.4rem;
	line-height: 1.3;
	color: #364f3b;
}
.index_title .en {
	margin-top: 2px;
	font-size: 1.5rem;
	color: #809d3c;
}
@media screen and (max-width: 768px) {
	.index_section {
		margin-top: 40px;
	}
	.index_title {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.index_title .en {
		font-size: 1.2rem;
	}
}

.index_news {
	max-width: 700px;
	margin: -10px auto 0;
}
.index_news li {
	border-bottom: 1px dashed #8cc11f;
}
.index_news a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #3b2617;
}
.index_news a::after {
	content: "";
	display: table;
	clear: both;
}
.index_news a .time {
	float: left;
	padding-top: 0.05em;
	font-size: 1.4rem;
	color: #677e45;
}
.index_news a .title {
	display: block;
	margin-left: 6em;
}
@media screen and (min-width: 769px), print {
	.index_news a[href]:hover .title {
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px) {
	.index_news a {
		font-size: 1.3rem;
	}
	.index_news a .time {
		font-size: 1.2rem;
	}
}


.index_slide_item {
	position: relative;
}
.index_slide_item .slider a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #3b2617;
}
.index_slide_item .slider a span {
	display: block;
}
.index_slide_item .slider a .ph {
	position: relative;
	margin-bottom: 25px;
	padding-top: 100%;
}
.index_slide_item .slider a .ph img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index_slide_item .slider a .price {
	margin-top: 0.3em;
	color: #7f7f7f;
}
.index_slide_item .slider a .off {
	font-weight: bold;
	color: #d00;
}
@media screen and (min-width: 769px), print {
	.index_slide_item {
		overflow: hidden;
	}
	.index_slide_item .slider {
		margin: 0 -15px;
	}
	.index_slide_item .slider .item {
		padding: 0 15px;
	}
	.index_slide_item .slider a[href]:hover .name {
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px) {
	.index_slide_item .slider {
		margin: 0 -7px;
	}
	.index_slide_item .slider .item {
		padding: 0 7px;
	}
	.index_slide_item .slider a {
		font-size: 1.3rem;
	}
	.index_slide_item .slider a .ph {
		margin-bottom: 15px;
	}
	.index_slide_item .slide_arrow.l {
		left: -5vw;
	}
	.index_slide_item .slide_arrow.r {
		right: -5vw;
	}
}

  /****/
@media screen and (min-width: 769px), print {
  #acMenu dt{
background: #364f3b;
    color: white;
    font-weight: bold;
    display: block;
    width: 1000px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    border: white 1px solid;
    cursor: pointer;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 1.5rem;
    position:relative;
}
   #acMenu .triangle-bottom{
  position:absolute;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  transform: rotate(45deg);
     top: 13px;
    right: 20px;
  }
  
#acMenu dd{
    background: #f8f7f4;
    width: 1000px;
    height: auto;
    line-height: 30px;
    text-align: left;
    /* border: #737272 1px solid; */
    display: none;
    margin: 0 auto;
    padding: 20px;
    font-size: 1.4rem;
    color: #737272;
}
  #acMenu dd hr{
  width:100%;
  }
  .red{
    color:red;
  }
}
@media screen and (max-width: 768px) {
    #acMenu dt{
background: #364f3b;
    color: white;
      font-weight: bold;
      height: auto;
    text-align: left;
    border: white 1px solid;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 1.4rem;
      position:relative;
  }
  #acMenu dd{
    background: #f8f7f4;
      color: #737272;
        line-height: 30px;
        padding: 20px;
        display: none;
}
#acMenu .triangle-bottom{
  position:absolute;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
transform: rotate(45deg)translateY(-18px);
    top: 50%;
    right: 20px;
  }
  
    #acMenu dd hr{
  width:100%;
  }
    .red{
    color:red;
  }
}
  /****/