<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
img.pc {
    display: block;
}
img.sp {
    display: none;
}
@media (max-width: 800px) {
    img.pc {
        display: none;
    }
    img.sp {
        display: block;
    }
}
.clear{clear:both !important;}

.clearfix:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.sp {
	width: 100%;
    height: auto;
}

br.sp{
    display: none;   
}

@media (max-width: 800px) {

br.sp{
    display: block;   
}
}


.sample_header{
    display: block;
    background: #818a2f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    
}


.sample_footer{
    display: block;
    background: #818a2f;
    width: 100%;
    
}

    .sample_header img,
    .sample_footer img{
        margin: 0px auto;
    }

@media (max-width: 800px) {
.sample_header{
    position: relative;
    
}
    
    
    .sample_header img,
    .sample_footer img{
        width: 100%;
        height: auto;

    }
    
 }



/********LP要素ここから*************/


/*  KV  */
.lp_kv {
    width: 100%;
    max-width: 1440px;
    /*height: 647px;*/
    height: 738px;
    margin: 0px auto;
    display: block;
    background: url("kv.png") no-repeat center bottom;
}
@media (max-width: 800px) {
.lp_kv {
    height: auto;
    margin: 0px auto;
    padding-top: 70px;
    display: block;
    background: none;
}
.lp_kv img {
    width: 100%;
    height: auto;
}    
    
 }
   


/*  BG  */
.lp_bg_01{
	width: 90%;
	max-width:  1026px;
    display: block;
    padding: 130px 0px 135px;
    position: relative;
	margin: 0px auto;
/*	
    background: #F7EFEA;
    color: #587A3C;
	*/
}

.tit_1{
	font-weight: bold;
	font-size: 24px;
	display: block;
	margin: 0px auto 30px;
	padding: 0px;
	text-align: center;
}



/*====================================================================
.s_01 .accordion_one
====================================================================*/
.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #587A3C;
  cursor: pointer;
  border-top: 1px solid #FFF;	
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding: 20px 0px 0px;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 0px auto;
}

/*====================================================================
/.s_01 .accordion_one
====================================================================*/

.shop_box{
	display: block;
	margin: 0px auto 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px dotted#587A3C;
	
}

	.accordion-content .shop_box:last-child{
		border-bottom: none;
		margin-bottom: 0px;

	}


	.shop_tit{
		font-weight: bold;
		font-size: 18px;
		display: block;
		margin: 0px auto 10px;
		padding: 5px 0px 5px 10px;
		border-left: 5px solid #587A3C;
	}

	.shop_add{
		display: block;
		margin: 0px auto;
		padding: 0px 0px 20px 10px;
	}
	.shop_gmap{
		display: block;
		margin: 0px auto;
		padding: 0px 0px 0px 10px;
	}

	.gmap{
	  height: 450px;
	  filter: grayscale(100%);
	}

	.shop_gmap a{
		color: #587A3C;
		cursor: pointer;
		text-decoration: none;
		transition: 0.5s ;
	}

	.shop_gmap a:hover{
		opacity: 0.7;
	}


/* Instagram
------------------------------------------------------ */
#instagram{
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 50px 0px;
}

.instagram_box{
    width: 100%;
    display: block;
    margin: 0px auto 50px;
	background: #000;
}

.instagram_box ul{
    width: 100%;
    display: block;
    margin: 0px auto;
}


.instagram_box ul li{
    list-style: none;
}


.instagram_box ul li a{
    width: 25%;
	height: 350px;
    display: block;
	float: left;
	/*
	background: url("../img/img_ig_01.jpg") no-repeat center center;
	background-size: cover;
	*/
	overflow: hidden;
	position: relative;
}

.instagram_box ul li a:after{
	content: "";
	position: absolute;
    width: 100%;
	top:0;
	height: 350px;
    display: block;
	background: url("01.jpg") no-repeat center center;
	background-size: cover;
	transition: all .2s ease; 
}


	.instagram_box ul li:nth-child(2) a:after{background-image: url("02.jpg") ;}
	.instagram_box ul li:nth-child(3) a:after{background-image: url("03.jpg") ;}
	.instagram_box ul li:nth-child(4) a:after{background-image: url("04.jpg") ;}
	.instagram_box ul li:nth-child(5) a:after{background-image: url("05.jpg") ;}
	.instagram_box ul li:nth-child(6) a:after{background-image: url("06.jpg") ;}
	.instagram_box ul li:nth-child(7) a:after{background-image: url("07.jpg") ;}
	.instagram_box ul li:nth-child(8) a:after{background-image: url("08.jpg") ;}



.instagram_box ul li a span{
    display: none;
}

.instagram_box ul li a:hover{
	 opacity: 1;
}

/*
.instagram_box ul li a:hover:after{
	 transform:scale(1.2,1.2);
	 opacity: 0.5;
}

.instagram_box ul li a:hover span{
    display:block;
	color: #FFF;
	text-align: center;
	font-size: 25px;
	opacity: 1;
	padding-top: 150px;
}
*/

/*  btn  */
.lp_btn{
    width: 100%;
    max-width: 400px;
    padding:0px 12px;
    height: 66px;
    background: url("btn_left.png") no-repeat left top, url("btn_right.png") no-repeat right top;
    text-align: center;
    display: table;
    margin: 0px auto;
 } 

    .lp_btn:hover{
        opacity: 0.7;
     } 


.lp_btn a{
    width: 100%;
    padding:0px;
    background: url("btn_center.png") repeat-x left top #000;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
 } 




/*
.ig_box{
	width:100%;
	margin: 0 auto;

	}

.ig_box li{
	width: 25% !important;
	margin: 0;
    height: 350px;
	float: left;
    background: url("01.jpg") no-repeat center center #000;
    background-size: cover;
    position: relative;
	}


    .ig_box li:nth-child(2){background-image: url("02.jpg");}
    .ig_box li:nth-child(3){background-image: url("03.jpg");}
    .ig_box li:nth-child(4){background-image: url("04.jpg");}
    .ig_box li:nth-child(5){background-image: url("05.jpg");}
    .ig_box li:nth-child(6){background-image: url("06.jpg");}
    .ig_box li:nth-child(7){background-image: url("07.jpg");}
    .ig_box li:nth-child(8){background-image: url("08.jpg");}


.ig_box li a:hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    color: #FFF;
    background: rgba(0,0,0,0.70);
    display: table;
    text-align: center;
    vertical-align: middle;
    
    opacity: 0.7;
	}

*/


@media (max-width: 800px) {
    
.lp_collection_box lp_btn{
    width: 100%;
 } 


/* Instagram
------------------------------------------------------ */
#instagram{
    padding: 50px 0px 0px;
}


.instagram_box ul li a{
    width: 50%;
	height: 200px;
}

.instagram_box ul li a:after{
	height: 200px;
}



.instagram_box ul li a:hover span{
	font-size: 20px;
	opacity: 1;
	padding-top: 70px;
}

    
    
} 
</pre></body></html>