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

/***フッター兼店舗情報***/
#shop { background-color:#595757; padding:0.5rem 0; color:#FFF; }
#shop a, #shop a:visited { color:#FFF; }
#shop .row { margin-top:2.0rem; padding:2.0rem 1.0rem; }

.shopinfo h3 { font-size:0.9rem; text-align:center; font-weight:500; margin-bottom:0.5rem; }
.shopinfo h3 span { font-size:1.2rem; font-weight:700; }

.shopinfo .text1 { font-weight:700; font-size:0.9rem; border-bottom:solid 0.05rem #FFF; }
.shopinfo .text1 span { font-size:1.2rem; }
.shopinfo .text2 { margin-bottom:0.5rem; font-size:0.9rem; }

.footer { background:#000; text-align:center; color:#FFF; font-size:0.6rem; line-height:1.4rem; }

/***埋め込み系***/
.embed { position: relative; width: 100%; padding-top: 56.25%; margin-top:0.5rem; }
	@media (min-width:769px) and (max-width:991px) {
		.embed { padding-top:75%; }
}
	@media (min-width:992px) and (max-width:1200px) {
		.embed { padding-top:62%; }
}

.embed iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
