@charset "UTF-8";
/* ************************************** _
タイトル：lohome.css
概要：有吉商店 フレコンスタンドLP用追加CSS
更新：2021.06.14
_ ************************************** */
.tel_wrap{
	position:fixed;
	right:10px;
	bottom:30px;
	width:200px;
	z-index:99999999999999999999999999999;
}
.tel_wrap ul li{
	line-height:0;
}

@media screen and (max-width: 740px) {
	.tel_wrap{
		display:none;
}
	.yt_wrapper {
	  position: relative;
	  width: 100%;
	}
	.yt_wrapper:before {
	  content:"";
	  display: block;
	  padding-top: 56.25%;
	}
	.yt_wrapper iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
}
