@charset "UTF-8";
.wrapper {
  max-width: 1280px;
  margin: 0 auto 20px;
  padding: 0 2%;
  text-align: left;
 
}
.section-title a{
	text-decoration: underline;
	font-weight: bold;
	color: rgb(235, 56, 6);
	
}
 #section {
	margin-top: 130px;
 }
/*-------------------------------------------
About
-----------------------------------------/
#about  {
  display: flex;
  justify-content: center;
  align-items: center;


/*-------------------------------------------
map
-------------------------------------------*/
/*/iframeのwidthに100%を指定して全幅で表示する
「vertical-align: bottom;」を指定することで、Google Mapの下にできる隙間を消す
*/
#shop iframe {
	width: 100%;
	vertical-align: bottom;
  }

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
	/*追加*/
 .wrapper {
	margin-bottom: 10px;
  }
 
 
  /*-------------------------------------------
  About
  -------------------------------------------*/
  .section-title {
	padding: 10px 0px 10px 80px;
  }
  h2{
	font-size: 0.8rem;
  }
  h3{
	font-size: 0.7rem;
  }	
  #map {
	margin-bottom: 20px;
  }
  }
