@charset "UTF-8";

html {
	scroll-behavior: smooth;
}
section{
	scroll-margin-top: 90px;
}


/* pc sc dispalay */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}


/***************************************
	main area
***************************************/
#mainArea{
	width:100%;
	height: 100vh;
	padding-top:210px;
}
#mainArea .mainText{
	width:440px;
	height: 400px;
	background: #cadb2a;
	margin:0 auto;
	padding-top:139px;
}
#mainArea .mainText h1{
	width:372px;
	height: 90px;
	background-image: url(../images/title_main.png);
	background-repeat: no-repeat;
	background-size:cover;
	font-size:0;
	text-indent: -9999px;
	margin:0 auto;
}
@media (min-width: 641px) {
	#mainArea{
		background-image:url(../images/main_back2.jpg);
		background-position: center;
    background-size: cover;
	}
}
@media (max-width: 640px) {
	#mainArea{
		background-image:url(../images/main_back_sp2.jpg);
		background-position: center;
		background-size: cover;
		height: 100vh;
		padding-top:170px;
	}
	#mainArea .mainText{
		width:80%;
		height: auto;
		background: #cadb2a;
		margin:0 auto;
		padding:100px 0;
	}
	#mainArea .mainText h1{
		width:186px;
		height: 45px;
	}
}
/***************************************
	wrapper area
***************************************/
#wrapper{
	background:#cadb2a;
	padding:0 2% 50px;
}
/***************************************
	title
***************************************/
.title{
	text-align: center;
	padding:50px 0 90px;
}
@media (max-width: 640px) {
	.title{
		text-align: center;
		padding:40px 0 50px;
	}
	.title img{
		width:auto;
		height:22px;
	}
}

/***************************************
	icoRakuten
***************************************/
.icoRakuten{
  position: fixed;
	bottom: 10px;
  right: 10px;
  z-index: 9999;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}
.icoRakuten p{
	margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .icoRakuten{
		width: 55px;
    height: 55px;
		right: 5px;
    bottom: 130px;
  }
  .icoRakuten img{
    width: 100%;
    height: 100%;
  }
}/* @media screen and (max-width: 480px) */

/***************************************
	news
***************************************/
#news {
  margin: 100px auto 110px;
	width: calc(100% - 40px);
	max-width: 1000px;
}
#news h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
	font-size: 42px;
	text-align: center;
}
#news .newsSpecial{
	background: #F1F1D6;
	padding: 20px 2em 18px;
	margin-top: 20px;
	text-align: center;
}
#news .newsSpecial p{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}
#news .newsSpecial p:not(:last-child){
	margin-bottom: 20px;
}
#news .newsSpecial p::before{
	content: "・";
}
#news .newsSpecial p a{
	text-decoration: underline;
}
#news .newsSpecial p a:hover{
	text-decoration: none;
}
#news .newslist {
	margin-top: 50px;
	height: 300px;
	overflow: scroll;
}
#news .newslist li {
	margin-bottom: 18px;
  padding-bottom: 13px;
  border-bottom: 1px dotted #CADB2A;
}
#news .newslist li span {
	display: inline-block;
	width: 100px;
}
#news .newslist li a{
	text-decoration: underline;
}
#news .newslist li a:hover {
	text-decoration: none;
	opacity: 0.5;
}
#news .cp_box label {
	position: relative;
	display: block;
	width: 150px;
	margin: 0 auto 25px;
	padding: 6px 30px;
	background: #f8dbbb;
	border-radius: 6px;
	font-weight: 700;
	text-align: center;
	color: #3a2c15;
	cursor: pointer;
}
#news .cp_box label:hover {
	background: #3a2c15;
	color: #fff;
}
#news .cp_box label::after {
	content: '▼';
}
#news .cp_box input:checked ~ label::after {
	content: '▲';
}
#news .cp_box input {
	display: none;
}
#news .cp_box div.cp_container {
	position: relative;
	z-index: 10;
	margin-top: -1px;
	display: none;
}

@media screen and (max-width: 640px) {
	#news {
	  margin: 50px auto 70px;
	}
	#news h2{
    font-size: 32px;
	}
	#news .newslist{
    margin-top: 25px;
	}
	#news .newslist li span {
		display: block;
	}
	#news .cp_box label:hover {
		background: #0F2547;
	}
}



/***************************************
	productCat
***************************************/
#productCat {
  margin: 100px auto 110px;
	width: calc(100% - 40px);
	max-width: 1000px;
}
#productCat h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
	font-size: 42px;
	text-align: center;
	margin-bottom: 50px;
}
#productCat .productCatInner{

}
#productCat .productCatInner ul{
	display: flex;
	justify-content: space-between;
}
#productCat .productCatInner ul li{
	width: 50%;
	padding: 10px;
  text-align: center;
}
#productCat .productCatInner ul li a{
	display: block;
}
#productCat .productCatInner ul li a p{
  margin-bottom: 1em;
	font-size: 18px;
}
@media screen and (max-width: 480px) {
#productCat h2{
  font-size: 28px;
}
#productCat .productCatInner ul{
  display: block;
}
#productCat .productCatInner ul li{
	width: 100%;
  margin-bottom: 10px;
}
#productCat .productCatInner ul li a p{
	font-size: 15px;
	margin-bottom: 5px;
}
}/* @media screen and (max-width: 480px) */




/***************************************
	productsOIndex
***************************************/
#productsIndex{
	margin-bottom: 50px;
}
#productsIndex .productsIndexWrap{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
#productsIndex .productsIndexWrap dl{
	width: 33%;
	margin-bottom: 50px;
	padding: 0 15px;
}
#productsIndex .productsIndexWrap dl dt{
	
}
#productsIndex .productsIndexWrap dl dt img{
	width: 100%;
}
#productsIndex .productsIndexWrap dl dd{
	
}
#productsIndex .productsIndexWrap dl dd.productsIndex_subTxt{
	font-size: 0.9em;
	color: #ff0000;
}


@media (max-width: 640px) {
	#productsIndex .productsIndexWrap dl{
		width: 50%;
		padding: 0 5px;
	}
}


/***************************************
	page_seasonalItem
***************************************/
#page_seasonalItem{

}
#page_seasonalItem .pageWrap{
	background: #cadb2a;
}
#page_toparea h2,
#page_seasonalItem h2,
#productsIndex h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 42px;
	text-align: center;
	margin-bottom: 20px;
	overflow-wrap: anywhere;
}
#productsIndex h2{
	font-size: 25px;
}
#page_toparea h2 p.en,
#page_seasonalItem h2 p.en{
	margin-bottom: 0;
	line-height: 1.2;
}
#page_toparea h2 p.jp,
#page_seasonalItem h2 p.jp{
	font-size: 22px;
}
#page_toparea h3,
#page_seasonalItem h3{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
}
#page_seasonalItem .contentsArea{
	margin: 0 auto;
	padding: 80px 0;
}
/* モーダル部分
-------------------------- */
.modalArea{
    margin: 0 auto;
    padding: 40px;
}
.modalArea ul{
	display: flex;
	flex-wrap: wrap;
}
.modalArea ul li{
	width: 25%;
	text-align: center;
	padding: 0 5px;
  margin-bottom: 20px;
}
.modalArea ul li:hover{
	cursor: pointer;
}
.modalArea ul li p{
	font-size: 13px;
  margin-bottom: 1em;
}
.modalArea ul li p img{
	width: 100%;
}
.modalCont{
  display: none;
  height: 100vh;
  position: fixed;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
	z-index: 9999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal__content dl{

}
.modal__content dl dt{
	margin-bottom: 10px;
}
.modal__content dl dt img{
	width: 100%;
}
.modal__content dl dd{
  font-size: 13px;
	margin-bottom: 2px;
}
.modal__content dl dd.modalTitle{
  font-size: 18px;
}
.modal__content dl dd.modalDesc{

}
.modal__content dl dd.modalPrice{

}
.modal__content dl dd.modalQuantity{

}
.modal__content .js-modal-close{
	margin-bottom: 0;
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 480px) {
#page_seasonalItem h2{
  font-size: 24px;
}
#page_seasonalItem h3{
  font-size: 18px;
	margin-bottom: 30px;
}
#page_seasonalItem .contentsArea{
  width: 95%;
	padding: 50px 0;
}
#page_seasonalItem .contentsArea p{
	margin-bottom: 0;
}
#page_seasonalItem .contentsArea .productsBox h2{
	text-align: left;
}
.modalArea{
	padding: 0;
}
.modalArea ul li{
  width: 33%;
}
.modalArea ul li p{
	font-size: 10px;
	line-height: 1.5;
	text-align: left;
}
.modal__content{
  width: 90%;
}

}/* @media screen and (max-width: 480px) */



/***************************************
	about
***************************************/
#about{
	padding:53px 0;
}
.aboutBox{
	max-width: 940px;
	margin:0 auto;
	padding:42px 45px 80px;
	/*background:#FFF;
	border-radius: 10px;*/
	text-align: center;
}
.aboutBox .illust{
	margin-top:60px;
}
.bnrArea{
	text-align: center;
	padding-top:30px;
}
.bnrArea li{
	margin-top:15px;
}
@media (max-width: 640px) {
	.aboutBox{
		padding:20px 10% 30px;
		/*background:#FFF;
		border-radius: 10px;*/
	}
	.aboutBox .text{
		padding:0 5%;
	}
	.aboutBox .illust{
		margin-top:30px;
	}
	.bnrArea{
		text-align: center;
		padding-top:20px;
	}
	.bnrArea li{
		margin-top:15px;
	}
}


/***************************************
 slideAreaMain
***************************************/
.slideAreaMain{
	padding: 0;
	background: #cadb2a;
}
#sliderMain .slideItem{
	margin: 0;
}



/***************************************
	slider
***************************************/
.slideArea{
	max-width: 1230px;
	margin:0 auto;
	padding:42px 45px 80px;
}
@media (max-width: 640px) {
	.slideArea{
		padding:40px 0 20px;
	}
	.slideItem{
		margin:0 5px;
	}
}





/***************************************
	products
***************************************/
.item_name:not(#_) {
	text-align-last: left;
	font-size: 32px;
	line-height: 1.2;
}
.item_name span{
	font-size: 22px;
}

#page_ProductsIndex .contentsArea{
	width: 90%;
}
#products{
	/* padding-bottom: 40px; */
}
#products h2{
	margin-bottom: 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 42px;
	overflow-wrap: anywhere;
}
#products h2 p.jp{
	font-size: 22px;
}
#products p{
	margin-bottom: 0;
}
#products .productsWrap{
		margin: 80px auto;
}
.productsBox{
	overflow: hidden;
	max-width: 1230px;
	margin: 0 auto 63px;
	display: flex;
	align-items: center;
	background:rgba(245,243,230,0.9);
	padding: 30px 0;
}
.productsBox.left{
	flex-flow: row-reverse;
}
.productsBox .products_image{
	vertical-align: middle;
	width:60.163%;
}
.productsBox .products_image img{
	width:100%;
	height: auto;
}
.productsBox .products_discription{
	width:39.837%;
	padding:0 4%;
}

.productsBox.itemPistaAssort .mrEl{
	margin-right: 34px !important;
}
.products_discription dd.text{
	padding:30px 0;
}
.products_discription dd.meta{
	display: flex;
	margin-bottom: 30px;
}
.products_discription dd.meta .item_case{
	/* float:left; */
	margin-right: 20px;
	/* transform: translate(-10px, 0); */
}
.products_discription dd.meta .other{
	font-size:12px;
}
.products_discription dd.meta .other .price{
	line-height: 1.4;
}
.products_discription dd.meta .other .price span {
	font-size:20px;
	font-weight: bold;
}
.products_discription dd.meta .other .material{
	margin-top: 5px;
}
#products .productsWrap {
	margin: 0 auto;
}
#page_ProductsIndex .contentsArea{
	margin: 50px auto;
}
#page_ProductsIndex h1.ttlH1,
#page_ProductsIndex h2.ttlH1{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 42px;
	text-align: center;
	margin-bottom: 50px;
	overflow-wrap: anywhere;
}
#page_ProductsIndex h2.ttlH1 br{
	display: none;
}
#page_ProductsIndex .products_discription p.en{
	line-height: 1.2;
	font-size: 32px;
}
@media (max-width: 640px) {
	#page_ProductsIndex h1.ttlH1,
	#page_ProductsIndex h2.ttlH1 {
		font-size: 24px;
	}
	#page_ProductsIndex h2.ttlH1 br{
		display: block;
	}
	#products{
		padding-bottom: 20px;
	}
	.productsBox{
		margin: 0 auto 20px;
		display: block;
	}
	.productsBox .products_image{
		width:100%;
	}
	.productsBox .products_image img{
		width:100%;
		height: auto;
	}
	.productsBox .products_discription{
		width:100%;
		padding:10px 2% 20px;
	}
	.productsBox.itemPistaAssort .mrEl{
		margin-right: 0 !important;
	}
	.products_discription dt img{
		width:auto;
		height: 60px;
	}
	.products_discription dt img.large{
		width:auto;
		height: 112px;
	}
	.products_discription dd.text{
		padding:10px 0;
	}
	.products_discription dd.meta{
		overflow: hidden;
		display: flex;
		align-items: center;
	}
	.products_discription dd.meta .item_case{
		width:30%;
		margin-right: 0;
		transform: translate(0, 0);
	}
	.products_discription dd.meta .other{
		width:70%;
		padding-left:4%;
	}
	.products_discription dd.meta .other.pt20,
	.products_discription dd.meta .other.pt30,
	.products_discription dd.meta .other.pt50{
		padding-top:0;
	}
}
/***************************************
	access
***************************************/
#access{
	/* padding:160px 0 65px; */
	/* background:#f5f3e6; */
	margin-bottom: 50px;
}
.mapArea{
	max-width:870px;
	margin:10px auto 0;
	overflow: hidden;
}
.mapArea:not(:last-child){
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #666666;
}
.mapArea .map{
	width: 52%;
	/* width:48.736%; */
	/* height:436px; */
	float:left;
	border-radius:10px;
}
.mapArea .map .shopImg{
	margin-bottom: 20px;
}
.mapArea .map iframe{
	border-radius:10px;
	border: 4px #231815 solid !important;
  box-sizing: border-box;
}
.mapArea .mapText{
	width:42%;
	float:right;
}
.mapArea .mapText dt{
	font-size:20px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom:20px;
}
.mapArea .mapText .limit{
	font-size:20px;
	line-height: 1.2;
	font-weight: bold;
	color: #ad0b00;
	margin-bottom:20px;
}
.mapArea .mapText dd p{
	margin-bottom: 15px;
}
.mapArea .mapText dd p small{
	font-size:11px;
}
.mapArea .mapText .btn{
	margin:0 0 20px;
	width:180px;
	display: block;
}
.mapArea .mapText .btn a{
	display: block;
	width:100%;
	text-align: center;
	padding:12px 0;
	background:#FFF;
	border:1px #231815 solid;
	border-radius: 10px;
}
.mapArea .caution{
	font-size:13px;
	font-weight: bold;
	clear: both;
	margin-top:20px;
}

.instaBtn {
	margin-top:30px;
}
.instaBtn dl{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #aebe15;
	line-height: 1;
	overflow: hidden;
	position: relative;
	border:1px #aebe15 solid;
	border-radius: 10px;
}
.instaBtn dl dt{
	float:left;
	width:50%;
	padding:40px 30px;
}
.instaBtn dl dd{
	float:right;
	text-align: right;
	width:50%;
	padding:40px 30px;
}
.instaBtn dl dd.link,
.instaBtn dl dd.link a{
	content:"";
	display: block;
	font-size:0;
	padding: 0;
	background:none;
	float: none;
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
.ttlUnderBtn{
	
}
.ttlUnderBtn a{
	display: block;
	text-align: center;
	text-decoration: none !important;
	background: #F3F8C0;
	width: 50%;
	margin: 0 auto;
	padding: 13px;
	font-size: 18px;
	border-radius: 30px;
	font-weight: bold;
}
.ttlUnderBtn a::after{
	content: "▶︎";
	font-size: 13px;
	vertical-align: middle;
	margin-left: 10px;
}
.ttlUnderBtn a:hover{
	opacity: 0.7;
}
@media (max-width: 640px) {
	#access{
		/* padding:80px 0 30px; */
	}
	.mapArea{
		margin:0 auto;
		padding:0 2%;
	}
	.mapArea .map{
		width:100%;
		/* height:320px; */
		float:none;
		/* border:2px #231815 solid; */
	}
	.mapArea .map iframe{
		height:316px;
	}
	.mapArea .mapText{
		width:100%;
		float:none;
		padding:30px 0 0;
	}
	.mapArea .mapText dt{
		font-size:18px;
		margin-bottom:15px;
	}
	.mapArea .mapText .limit{
		font-size:18px;
		margin-bottom:20px;
	}
	.mapArea .mapText dd p{
		margin-bottom: 20px;
	}
	.mapArea .mapText dd p small{
		font-size:11px;
	}
	.mapArea .mapText .btn{
		margin:0 auto 30px;
		width:90%;
	}
	.mapArea .mapText .btn a{
		padding:15px 0;
	}
	.mapArea .mapText .btn a img{
		width:auto;
		height: 22px;
	}
	.mapArea .caution{
		font-size:12px;
	}
	.instaBtn dl{
		font-size: 16px;
		letter-spacing: 0;
	}
	.instaBtn dl dt{
		width:60%;
		padding:30px 0 30px 20px;
	}
	.instaBtn dl dd{
		width:40%;
		padding:30px 20px 30px 0;
	}
	.instaBtn dl dd.link,
	.instaBtn dl dd.link a{
		content:"";
		display: block;
		font-size:0;
		padding: 0;
		background:none;
		float: none;
		width:100%;
		height: 100%;
		position: absolute;
		top:0;
		left:0;
	}
	.ttlUnderBtn{
	
	}
	.ttlUnderBtn a{
    width: 90%;
    margin-bottom: 20px;
	}
	.ttlUnderBtn a::after{

	}
	.ttlUnderBtn a:hover{
		opacity: 1;
	}
}

/* eventInfo */
#eventInfo{
  padding: 71px 36px;
  background: #faf8ee;
}
#eventInfo .eventInfo_inner{
  max-width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.5px;
}
#eventInfo .eventInfo_inner .eventTtl{
  text-align: center;
  margin-bottom: 50px;
}
#eventInfo .eventInfo_inner .eventTtl h2{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
#eventInfo .eventInfo_inner .eventTtl p{

}
#eventInfo .eventInfo_inner .eventSchedule{
  width: 810px;
  margin: 0 auto;
}
#eventInfo .eventInfo_inner .eventSchedule dl{
  display: flex;
  border-bottom: solid 1px #666;
  padding: 20px 40px 25px;
  margin-bottom: 10px;
}
#eventInfo .eventInfo_inner .eventSchedule dl dt{
  font-weight: bold;
  margin-right: 2em;
  width: 5em;
}
#eventInfo .eventInfo_inner .eventSchedule dl dd{

}
#eventInfo .eventInfo_inner .eventSchedule dl dd.place{
  width: 380px;
  margin-right: 2em;
}
#eventInfo .eventInfo_inner .eventSchedule dl dd.date{

}
#eventInfo .eventInfo_inner .eventSchedule dl dd.date::before{
  margin:0 8px 0 0;
  content:" ";
  display:inline-block;
  width:16px;
  height:16px;
  background:url(../images/ico_cal.png);
  background-size:contain;
  vertical-align:text-bottom;
}
#eventInfo .eventInfo_inner .eventSchedule dl dd span{
  display: block;
}
#eventInfo .eventInfo_inner .eventSchedule dl dd span.place01{
  margin-bottom: 5px;
  font-weight: bold;
}
#eventInfo .eventInfo_inner .eventSchedule dl dd span.place02{
  font-size: .9em;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  #eventInfo{
    padding: 50px 25px 20px;
  }
  #eventInfo .eventInfo_inner .eventTtl{
    margin-bottom: 50px;
  }
  #eventInfo .eventInfo_inner .eventSchedule{
    font-size: 14px;
    width: 100%;
  }
  #eventInfo .eventInfo_inner .eventSchedule dl{
    display: block;
    padding: 0px 10px 30px;
    margin-bottom: 30px;
  }
  #eventInfo .eventInfo_inner .eventSchedule dl dd.place{
    margin-bottom: 10px;
    width: 100%;
  }

}/* @media screen and (max-width: 480px) */



/***************************************
	footer
***************************************/
footer{
	padding-bottom:40px;
}
#footerBottom{
	position: relative;
	text-align: center;
}
#footerBottom:after{
	content:"";
	display: block;
	width:100%;
	height: 155px;
	background:#aebe15;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
}
#footerBottom .pageTop{
	padding:34px 0 20px;
}
#footerBottom .pageTop a{
	display: inline-block;
	font-weight: bold;
	letter-spacing: 4px;
	padding-top:20px;
	background-image: url(../images/icon_toTop.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#footerBottom address{
	display: inline-block;
	font-weight: bold;
	width:170px;
	letter-spacing: 4px;
	padding-top:132px;
	font-style: normal;
	background-image: url(../images/../images/footer_icon.png);
	background-repeat: no-repeat;
	background-position: top center;
}
@media (max-width: 640px) {
	#footerBottom address{
		background-size: 120px auto;
		padding-top: 84px;
	}
	#footerBottom:after {
		height: 125px;
	}
}

/***************************************
	float btn
***************************************/
#floatBtn{
	position: fixed;
	top:0;
	right: 0;
	z-index: 10;
	/* width:210px; */
	/* height: 77px; */
	width: 110px;
	height: 105px;
	background-image: url(../images/float_shop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color:rgba(247,251,208,0.9);
}
#floatBtn a{
	display: block;
	width:100%;
	height: 100%;
	font-size:0;
	text-indent:-9999px;
	position: relative;
}
#floatBtn a:after{
	content:"";
	display: block;
	width:32px;
	height: 70px;
	background-color: #32400b;
	background-image:url(../images/icon_down.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	position: absolute;
	top:22px;
	right: 0;
	z-index: 11;
}
#floatBtn a:after{
	display: none;
}
@media (max-width: 640px) {
	#floatBtn{
		width: 65px;
    height: 70px;
		background-size: auto 12px;
	}
	#floatBtn a:after{
		width:24px;
		height: 50px;
		background-position: 13px center;
		background-size: 7px auto;
		top:28px;
	}
}

/***************************************
	fade in
***************************************/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0)!important;
}
.mainText.fadein{
    transform : translate(0, 0);
    transition : all 1.5s;
}
@media (min-width: 641px) {
	a,
	.instaBtn dl{
    	transition : all .6s;
	}
	.instaBtn dl:hover{
		background:#aebe15;
		color:#FFF;
	}
	.mapArea .mapText .btn a:hover{
		opacity:.6;
    	transform : translate( 5px ,0);
	}
	.pageTop a:hover{
    	transform : translate(0, -5px);
	}
	#floatBtn a:hover{
    	transform : translate(0,5px);
	}
}
