.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
body{
	padding: 0;
	margin: 0 auto;
	font-size: 15px;
	letter-spacing: 0em;
	line-height: 1.2em;
	color: #fff;
	font-family: "Sawarabi Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	background-color:#2d172f;
}



/*-------  -------*/





#main_container{
	margin:60px auto;
}






	
a{
	text-decoration:none;
	outline: none;
}
a img {
	outline:none;
}


a:link { color: #f0f0f0; }
a:visited { color: #f0f0f0; }
a:hover { color: #946134; }
a:active { color: #946134; }
	
	
	
/*余白*/
.bot_m10{
	margin-bottom:10px;
}
.bot_m20{
	margin-bottom:20px;
}
.bot_m30{
	margin-bottom:30px;
}
.bot_m40{
	margin-bottom:40px;
}
.bot_m50{
	margin-bottom:50px;
}








/*振り分けで必要になる物*/

@media only screen and (min-width: 641px) {
/*pc用のcssを記述*/

/*ヘッダー振り分け*/
#sp_head{
	display:none;
}
.sp_space{
	display:none;
}

/*表示中ヘッダーデザイン*/
#pc_head{
	width:1150px;
	margin:0 auto 50px;
	overflow:hidden;
}
.pc_head_box1{
	margin:100px 0 0 25px;
	float:left;
	font-size:13px;
}
.pc_head_box2{
	margin-top:50px;
	margin-bottom:50px;
	float:right;
}



.pc_head_box3 a{
	margin:0 40px;
	font-size:17px;
	text-decoration:none;
}



/*スライド*/
.slide_box{
	width:1150px;
	margin:0 auto 50px;
}


/*説明*/
.kanoko_con{
	width:1050px;
	text-align:center;
	margin:0 auto 80px;
}

.kanoko_1{
	font-size:30px;
	line-height:1.1em;
	margin-bottom:40px;
}
.kanoko_2{
	font-size:13px;
	line-height:1.8em;
	margin-bottom:40px;
}

/*3つ並んだ各ページへのリンク*/
.bot3{
	width:1150px;
	margin:0 auto 50px;
	padding:0;
	text-align:center;
	overflow:hidden;
}
.bot3_box1{
	font-size:27px;
	line-height:1.1em;
	float:left;
	margin:0 79px 0 0;
	padding:0;
}
.bot3_box2{
	font-size:27px;
	line-height:1.1em;
	float:left;
	margin:0;
	padding:0;
}


.bot3_box img{
	width:330px;
	height:auto;
	margin-bottom:20px;
}

/*商品紹介*/
.item_con{
	background:url(img/bg_1.png) top repeat-x;
	padding-top:30px;
	margin-bottom:50px;
	font-size:35px;
	line-height:1.1em;
	
}

.item_box{
	width:1150px;
	margin:0 auto;
	overflow:hidden;
}

.item_box_a{
	width:247px;
	float:left;
	margin:50px 0;
	font-size:20px;
	line-height:1.1em;
}
.item_box_a img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
	
.item_box_1{
	margin-right:54px;
}



/*罫線1*/
.ruled1{
	width:1150px;
	height:4px;
	margin:50px auto;
	background-color:#946134;
}

/*インスタとFB*/
.instagram,.fb_box{
	font-size:35px;
	line-height:1.1em;
	width:1150px;
	margin:0 auto 50px;
}

.instagram img{
	margin-top:50px;
}

/*PCのみ下メニュー*/

.footer1{
	width:1150px;
	margin:100px auto 50px;
	text-align:center;
	font-size:15px;
	line-height:3.1em;
}
.footer1 span {
	display:inline;
	margin:0 25px;
}

/*フッター*/

#footer_con{
	background:url(img/bg_2.png) repeat-x top #231815;
	margin:0;
	padding:60px 0;
	font-size:18px;
	color:#FFF;
}



.footer_box1{
	margin-bottom:25px;
}
.footer_box2{
	line-height:2.0em;
	margin-bottom:20px;
	font-size:15px;
}
.footer_box3{
	font-size:50px;
	line-height:2.0em;
	margin-bottom:20px;
}
.footer_box3 span{
	margin:0 25px;
}
.footer_box4{
	font-size:13px;
	line-height:1.1em;	
}

/*サブボックス*/

.con1{
	width:1000px;
	margin:0 auto;
}
/*sns*/
.top_sns_box{
	width:940px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	margin-bottom:60px;
}
.top_sns_box01{
	float:left;
	width:410px;
	text-align:center;
	padding:0 30px;
}

/*スマホ用だけmapリンク表示*/
.sp_map{
	display:none;
}

}
  
 
@media only screen and (max-width: 640px) {
/*スマホ用のcssを記述*/

/*ヘッダー振り分け*/
#pc_head{
	display:none;
}

#sp_head{
	position: fixed;
	top: 0px;
	background-color:#946134;
	width:100vw;
	height:60px;
	z-index:900;

}

.sp_head_title{
	text-align:center;
	padding:10px 0 0 10px;
	z-index:900;
	background-color:#946134
}
.sp_head_title img{
	max-height:40px;
	width:auto;
}

/**/
.drawer-menu span{
	font-size:3.0em;
	margin:0 20px;
}


.sp_space{
	height:60px;
	background-color:#2d172f;
}

/*スマホからは改行を消す*/
/*ブランククリア*/
.brc{
	display:none;
}


/*スライド*/
/*スマホはメニュー分落とす*/
/*スライド*/
.slide_box{
	width:100%;
	margin:0 auto 50px;
}



/*説明*/
.kanoko_con{
	width:90vw;
	text-align:center;
	margin:0 auto 80px;
}

.kanoko_1{
	font-size:1.2em;
	line-height:1.1em;
	margin-bottom:40px;
}
.kanoko_2{
	font-size:0.8em;
	line-height:1.3em;
	margin-bottom:40px;
}

/*各ページへのリンク*/
.bot3{
	width:90vw;
	margin:0 auto 50px;
	text-align:center;
	overflow:hidden;
}
.bot3_box{
	width:44%;
	font-size:1.1em;
	line-height:1.1em;
	float:left;
	margin:0 3% 30px;
}

.bot3_box img{
	height:auto;
	margin-bottom:15px;
}


/*商品紹介*/
.item_con{
	background:url(img/bg_sp_1.png) top repeat-x;
	padding-top:30px;
	margin-bottom:50px;
	font-size:1.1em;
	line-height:1.1em;
}

.item_box{
	width:100vw;
	margin:40px auto;
	text-align:center;
	overflow:hidden;
}

.item_box_a{
	width:44%;
	float:left;
	margin:0 3% 30px;
	font-size:0.8em;
	line-height:1.1em;
}
.item_box_a img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
	
.item_box_1{
}

/*罫線1*/
.ruled1{
	width:90vw;
	height:2px;
	margin:30px auto;
	background-color:#946134;
}


/*インスタとFB*/
.instagram,.fb_box{
	font-size:1.1em;
	line-height:1.1em;
	width:90vw;
	margin:0 auto 30px;
}

.instagram img{
	margin-top:30px;
}
.fb-page{
	width:90vw;
	z-index:-1;
}


/*PCのみ下メニュー*/
/*スマホは削除*/

.footer1{
	display:none;
}


/*フッター*/

#footer_con{
	background:url(img/bg_sp_2.png) repeat-x top #231815;
	margin:50px 0 0;
	padding:30px 0;
	font-size:1.0em;
	color:#FFF;
}



.footer_box1{
	width:90vw;
	margin:0 auto 25px;
}
.footer_box2{
	line-height:2.0em;
	margin-bottom:20px;
	font-size:0.8em;
}
.footer_box3{
	font-size:3.0em;
	line-height:2.0em;
	margin-bottom:20px;
}
.footer_box3 span{
	margin:0 25px;
}
.footer_box4{
	font-size:0.5em;
	line-height:1.1em;	
}





















/*サブボックス*/

.con1{
	width:100%;
	margin:0 auto;
}
img {
	max-width : 100% ;
	height : auto ;
}

/*画像サイズ指示*/
.spimg_80vw{
	width:80vw;
}
.spimg_70vw{
	width:70vw;
}


/*sns*/
.top_sns_box{
	width:75vw;
	margin:0 auto;
	text-align:center;
}
.top_sns_box01{
	padding-bottom:40px;
}

.sp_map{
	width:70vw;
	margin:0 auto 40px;
}
.sp_map img{
	width:100%;
}

/*googleMap*/
.google-maps {
  position: relative;
  width: 90vw;
  padding-top: 56.25%;
  margin:0 auto;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 120% !important;
}