/*/////////店舗紹介*/
#gift .bg{
	width:850px;
	margin:0 auto;
	padding-bottom:55px;
}

#gift h1{
    margin-bottom: 50px;
	padding: 55px 0 5px;
    font-size: 180%;
    border-bottom: 1px solid #aaaaaa;
}

/* 動画埋め込み用CSS */
/* iframe共通設定 */
.embed-wrapper iframe {
  display: block;
  aspect-ratio: 9 / 16;   /* 縦動画比率 */
  margin: 0 auto;         /* 水平中央寄せ */
  border: none;
  background: #000;
}

/* モバイル：高さ90% */
@media (max-width: 767px) {
  .embed-wrapper iframe {
    height: 90vh;
  }
}

/* PC：高さ500px */
@media (min-width: 768px) {
  .embed-wrapper iframe {
       height: 500px;
  }
}