@charset "UTF-8";
/* CSS Document */

#shop_info{
	max-width:700px;
	margin:55px auto 55px auto;
	text-align: center;
}

#shop_info h2{
	
	margin:0 0 25px 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 0.1em;
	font-size:4.2rem;
	font-weight: 500
	
}


#shop_info p{
    margin: 0 0 10px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.2rem;
}



@media only screen and (max-width:768px) {
#slider{
	height: 100vh;
		
	}
#shop_info h2{

	font-size:2.8rem;
	margin:0 0 20px 0;
	
}	
	
	#shop_info p{
 
    font-size: 2.0rem;
}

#shop_info .pic img{
	border-radius: 0px;
}
	
}

/*------access----*/

iframe {
  width: 100%;
  aspect-ratio: 16/5; //アスペクト比（縦横比）を指定

-webkit-filter: grayscale(75%);
  -moz-filter: grayscale(75%);
  -ms-filter: grayscale(75%);
  -o-filter: grayscale(75%);
  filter: grayscale(75%);
}

@media only screen and (max-width:960px) {
iframe {
  width: 100%;
  aspect-ratio: 16/10; //アスペクト比（縦横比）を指定

}	
}