/@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

/*************
/* 商品画像
*************/
#my_panel{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
#my_panel img{
	vertical-align: bottom;
	border:none;
	width:100%;
	transition: all .2s ease;
	border-radius: 8px; 
}
#my_panel a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#my_panel ul{
	margin:0;
	padding:0;
	width:102%;
}
#my_panel li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#my_panel li{
	width:23%;
	float:left;
	margin:0 2% 2% 0;
}
#my_panel li:nth-of-type(10n+1){
	width:48%;
}
#my_panel li:nth-of-type(10n+6){
	float:right;
	width:48%;
}


#box8 {
	width: 95%;
    max-width:850px;
    height: 100%;
	text-align: center;
    margin: 0 auto;	
	padding-bottom: 50px;	
}
/*************
/* Insta List
*************/	
ul.insta_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
text-decoration: none;
 	margin:0 auto;
	text-align: center;
  
		}
ul.insta_list img{
	width: 100%;
	padding: 6px;background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior: url(css/PIE.htc);
		}
ul.insta_list li {
  list-style: none;
  width: 31%;
  margin-bottom: 1vw;
	
}
ul.insta_list li  p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
		
ul.insta_list li a p span {
  font-size: 130%;
}
ul.insta_list li a {
  color: #234908;
}
ul.insta_list li a:hover{color:#000;}

/*************
/* Map
*************/

#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}		

#map{
 width:100%;
max-width: 850px;
 height: 480px;
 margin:0 auto;
 margin-top:60px;
 margin-bottom:15px;
 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
	behavior: url(css/PIE.htc);
	
	}
#map img {
 max-width: none !important;
 }

.center {margin:0 auto;text-align:center;}
.panel {margin-left: 155px;}
@media screen and (max-width: 480px) {
.panel {margin-left: 100px;}
#map{height: 450px;
		width:98%;
	}
ul.insta_list li {
  width: 48%;
  margin-bottom: 1vw;
	}
.box5 {
	width: 100%;   
    height: 100%;
	text-align: center;
    margin: 0 auto;	
	padding-bottom: 50px;
	
}
	
}


