.section__block--top-page {
	max-width: 1100px;
}

.slider {
	margin-top: 0;
}
.slider .bx-wrapper {
	margin-bottom: 0;
}
.bx-wrapper img {
	width: 100%;
}
.slider .bx-wrapper .bx-caption {
	text-align: center;
	top: 0;
	bottom: auto;
}

#slider img {
	display: block;
	margin: 0 auto;

}
@media screen and (max-width: 768px) {
	#slider img {
		display: block;
		margin: 0 auto;
		height: 400px;
		object-fit: cover;
	}
	.slider .bx-wrapper {
		height: 400px;
	}
}

.banner__section {
	margin-top: 2px;
}

.news__lists {
	list-style-type: none;
	margin: 0 0 2em;
}

.news__list {
	margin-bottom: 0.5em;
}

.news__date {
	margin-right: 1em;
}

table {
	width: 70% !important;
}
.cartjs_product_num {
	display: none;
}
input {
	width: 80% !important;
}


/*********************************************
	クイックカートイン JS
*********************************************/

.cart_in_modal,
.cart_in_error_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 20000;
	display: flex;
	overflow: auto;
}

@media screen and (min-width: 960px) {
	.cart_in_modal,
	.cart_in_error_modal {
		align-items: center;
	}
}

.cart_in_modal__bg {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20000;
}

.cart_in_modal__outline {
	width: 90%;
	margin: 20px 5%;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	text-align: center;
	position: absolute;
}

@media screen and (min-width: 960px) {
	.cart_in_modal__outline {
		width: 900px;
		margin: auto;
		padding: 20px 70px;
		position: relative;
	}
}

.cart_in_modal__heading {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	line-height: 1.4;
}

@media screen and (min-width: 960px) {
	.cart_in_modal__heading {
		font-size: 26px;
		margin: 30px 0;
		line-height: 1.2;
	}
}

.cart_in_error_modal__heading {
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 20px;
	line-height: 1.4;
}

@media screen and (min-width: 960px) {
	.cart_in_error_modal__heading {
		margin: 30px 0;
		line-height: 1.2;
	}
}

.cart_in_modal__detail {
	display: flex;
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	align-items: center;
	flex-direction: column;
}

@media screen and (min-width: 960px) {
	.cart_in_modal__detail {
		flex-direction: row;
	}
}

.cart_in_modal__name {
	font-size: 16px;
	flex: 1;
	line-height: 1.4;
	text-align: left;
	margin: 0;
}

@media screen and (min-width: 960px) {
	.cart_in_modal__name {
		font-size: 18px;
	}
}

.cart_in_modal__image-wrap {
	padding: 5px;
	width: 170px;
	height: 170px;
	background: rgba(0, 0, 0, 0.1);
	position: relative;
	border: 5px solid transparent;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 960px) {
	.cart_in_modal__image-wrap {
		margin: 0 30px 0 0;
		flex-basis: 170px;
	}
}
.js-cart_img img {
	max-width: unset;
	width: 160px;
	padding: 0;
	border: none;
}
.js-cart_name div {
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0;
	font-family: "Noto Sans JP", sans-serif;
}

.cart_in_modal__image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.cart_in_modal__text-link {
	color: #2169f3;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin: 20px 0 0;
	padding: 0 0 0 20px;
	line-height: 1.15;
}
.cart_in_modal__text-link::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2169f3;
	border-right: 2px solid #2169f3;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
	width: 100%;
	margin: 30px auto;
	font-size: 17px;
}

@media screen and (min-width: 960px) {
	.cart_in_modal__button-wrap {
		width: 350px;
	}
}
.cart_in_modal__button {
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	border: 0;
	border-radius: 4px;
	width: 100%;
	height: 58px;
	padding: 15px;
	background: #2169f3;
	box-shadow: 0 2px 0 #1a54c2;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
	height: 58px;
	color: #e9f0fe;
	background-color: #1e5fdb;
	box-shadow: none;
	transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
	cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
	content: "";
	width: 35px;
	height: 6px;
	display: block;
	position: absolute;
	top: 30px;
	right: 20px;
	background: #eee;
	border-radius: 4px;
}

.cart_in_modal__close-icon::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.spinner::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100px;
	width: 100px;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50%;
	border: 5px solid #eee;
	border-top-color: #fd7f23;
	animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

@media screen and (min-width: 960px) {
	.sp-br {
		display: none;
	}
}

/*********************************************
	single MENU
*********************************************/
.singleMenu {
	margin: auto;
}
.singleList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 938px;
	margin: 60px auto 120px;
	list-style: none;
	justify-content: space-between;
}
.singleList.setmenu {
	margin-bottom: -40px;
}
.singleList_item {
	max-width: 188px;
	width: 100%;
	margin-bottom: 75px;
	position: relative;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.cartjs_sk_link_other {
	display: none;
}

@media (max-width: 768px) {
	.singleList {
		max-width: 85.53%;
	}
	.singleList_item {
		max-width: 134px;
	}
	.singleList_item {
		margin-bottom: 45px;
	}
}




/*********************************************
	OUR PIZZA
*********************************************/

.ourCont {
	padding-top: 45px;
	border-top: 1px solid black;
}
.Ourpizza {
	text-align: center;
}
.ourCont p {
	text-align: left;
	letter-spacing: 0.1em;
	max-width: 57.95%;
	margin: 60px auto 55px;
}
.ourCont img {
	max-width: 296px;
	height: auto;
	display: block;
	margin: 20px auto 0;
}
p.cm {
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	font-size: 18px;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.pointBox {
	max-width: 700px;
	margin: 72px auto 0;
	border: 1px solid black;
	border-radius: 7px;
}
.pointBox h2 {
	text-align: center;
	margin-top: 30px;
}
.oishi_text{
	font-size: 26px;
	letter-spacing: .1em;
	font-family:"Noto Sans JP", sans-serif;
}
img.ovenimg.show.slide-bottom{
	max-width: 160px;
}
ul.eat_method {
	margin-top: 45px;
	width: 72.29%;
	margin: 36px auto 0;
	margin-left: 17%;
}
li.eat {
	list-style: decimal;
	padding-left: 2px;
	padding-bottom: 1.3em;
	letter-spacing: 0.1em;
	line-height: 2;
	display: list-item !important;
}
li.eat::marker {
	font-size: 17px;
	font-weight: 700;
	font-family: Montserrat, "Noto Sans JP", sans-serif;
}
.oven_table {
	align-items: center;
	display: flex;
	max-width: 700px;
	padding: 5px;
	border-top: 1px solid black;
}
.oven_table.top {
	margin-top: 40px;
}
.oven_time {
	width: 50%;
	padding-left: 50px;
	border-left: 1px solid black;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: Montserrat, "Noto Sans JP", sans-serif;
}
.oven_name {
	letter-spacing: 0.1em;
	width: 39%;
	font-size: 19px;
	padding-left: 100px;
}
span.smallTxt {
	margin-left: 5px;
	font-size: 23px;
	font-weight: bold;
	font-family: Montserrat, "Noto Sans JP", sans-serif;
}
span.midTxt {
	margin-right: 13px;
	font-weight: bold;
	font-size: 22px;
	font-family: Montserrat, "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
	.ourCont p {
		max-width: 88.95%;
		margin-bottom: 25px;
		margin-top: 20px;
	}
	.oishi_text{
		font-size: 20px;
	}
}
@media (max-width: 375px) {
	.pointBox {
		max-width: 313px;
		margin-top: 40px;
	}
	img.oishiimg {
		max-width: 229px;
	}
	span.midTxt {
		font-size: 17px;
	}
	.ourCont {
		padding-top: 60px;
	}
	.ourCont img {
		max-width: 205px;
	}

	.Ourpizza {
		max-width: 88.95%;
		margin: 0 auto;
		text-align: left;
	}
	img.ovenimg {
		max-width: 115px;
	}
}



/*********************************************
	TAKEOUT
*********************************************/
.container.takeout {
	border-bottom: 1px solid black;
}
.takeoutCont {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	padding-bottom: 143px;
}
.takeoutImage {
	margin-left: -13%;
	width: 65.5%;
}
.takeoutText {
	width: 38.1%;
	margin-top: 28px;
}
.takeoutText p {
	letter-spacing: 0.1em;
	font-weight: 300;
}
.tel {
	margin-top: 14px;
	letter-spacing: 0.1em;
	font-size: 43px;
	font-family: Montserrat, "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.time {
	line-height: 37px;
	padding-left: 20px;
	border-left: 1px solid black;
	font-size: 19px;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.access_item {
	border-top: 1px solid black;
	display: flex;
	align-items: center;
	padding: 7px 0;
}
.access_table {
	margin-top: 20px;
}
.access_item.bottom {
	border-bottom: 1px solid black;
}
.access_ttl {
	width: 130px;
	text-align: center;
}
.access_address {
	letter-spacing: 0.1em;
	padding-left: 20px;
	border-left: 1px solid black;
	font-size: 15px;
}
@media (max-width: 768px) {
	.takeoutCont{
		padding-bottom: 0;
	}
	.container.takeout{
		border-bottom: none;
	}
	.access_address {
		font-size: 13px;
	}
	.takeoutImage {
		margin-left: 0;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
}




/*********************************************
	about 
*********************************************/
.about_movie iframe {
	max-width: 100% !important;
	height: 650px;
}
@media (max-width: 768px) {
	.about_movie iframe {
		height: 450px;
	}
}
.Content.EmbedFrame{
	bottom: 58px !important;
}

.about_Box{
  text-align: center;
  width: 100%;
}
p + p {
	margin-top: 35px;
}
.about_cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
	justify-content: center;
}

.about_p {
	position: relative;
	left: 0;
	max-width: 58.5%;
	margin: 60px auto 80px;
}
.about_p p {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
}
.about_txt {
	letter-spacing: 0.1em;
	margin-top: 50px;
	font-size: 21px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.about_Box {
		width: 100%;
	}
	.about_txt {
		text-align: center;
	}
	.about_cont {
		flex-direction: column;
		align-items: center;
	}
	.about_p {
		max-width: 88.95%;
	}
	.oven_name {
		padding-left: 0;
		font-size: 14px;
		padding-right: 13px;
		width: unset;
	}
	.oven_table {
		width: 91%;
		margin: 0 auto;
		justify-content: center;
		letter-spacing: 0.1em;
		
	}
	.oven_table.top {
		width: 91%;
		margin: 40px auto 0;
	}
	.oven_time {
		font-weight: 700;
		width: unset;
		letter-spacing: 0.01em;
		font-size: 26px;
		padding-left: 15px;
	}
	.smallTxt {
		font-size: 17px;
	}
	.midTxt {
		font-size: 17px;
	}

	.takeoutCont {
		margin-top: 50px;
		flex-direction: column;
	}
	.takeoutText{
		width: 88.95%;
	}
	.tel{
		font-size: 30px;
		display: flex;
		align-items: center;
	}
	.tel a{
		color:black !important;
		text-decoration:none !important;
	}
	.tel::before{
		content: "";
		margin-right: 14px;
		display: block;
		width: 22px;
		padding-top: 22px;
		background-size: 22px;
		background-repeat: no-repeat;
		background-image: url("https://img21.shop-pro.jp/PA01474/393/etc/tell.png?cmsp_timestamp=20210928154219");
	}
}
@media (max-width: 375px) {
	.about_cont {
		align-items: unset;
		margin-top: 30px;
	}
	.about_Box{
		width: 100%;
	}
	.about_txt {
		text-align: left;
		max-width: 88.95%;
		margin: 32px auto 0;
		font-weight: 700;
		font-size: 20px;
	}
	.about_p {
		max-width: 88.95%;
		margin: 30px auto 100px;
	}
	.about_movie iframe {
		height: 211px;
	}
}

/*********************************************
	product 商品
*********************************************/
.cartjs_cart_in input {
	font-size: 14px !important;
	background-color: black !important;
	border-radius: 0 !important;
	max-width: 188px !important;
	max-height: 40px !important;
	width: 100% !important;
}
.item_name {
	font-size: 19px;
	padding: 19px 0;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.15em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.item_price {
	font-size: 14px;
	color: #414141;
	font-weight: 300;
	border-top: 1px solid;
	padding: 14px 0 12px;
	text-align: end;
	font-weight: 600;
}
.plus_btn {
	position: absolute;
	right: -15px;
	top: -17px;
	z-index: 100;
	max-width: 45px;
}
.item_img {
	border: 1px solid black;
	padding: 13px;
	width: 85%;
}
.cartjs_box {
	padding: 0 !important;
}
.cartjs_product_table table {
	display: none !important;
}
.singleList::after {
	content: "";
	display: block;
	width: 188px;
}
.singleList::before {
	content: "";
	display: block;
	width: 188px;
	order: 1;
}
.section__title-h2 {
	border-top: 1px solid black;
	padding-top: 100px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.singleList::after {
		content: "";
		display: block;
		width: 134px;
	}
	.singleList::before {
		content: "";
		display: block;
		width: 134px;
	}
}
@media (max-width: 767px) {
	.plus_btn {
		max-width: 32px;
		right: -10px;
		top: -11px;
	}
	.singleList {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.item_img {
		width: 79%;
	}
	.item_name {
		font-size: 14px;
		padding: 10px 0;
	}
	.item_price {
		font-size: 13px;
		padding: 6px 0;
	}
	.cartjs_cart_in input {
		font-size: 12px !important;
		max-height: 33.5px !important;
	}
	.singleList::after {
		content: "";
		display: block;
		width: 134px;
	}
	.section__title-h2 {
		border-top: 1px solid black;
		max-width: 92.53%;
		padding-left: 7%;
		text-align: left;
		padding-top: 50px;
	}
}
@media (max-width: 320px) {
	.singleList {
		max-width: 93.53%;
		margin-top: unset;
	}
	.singleList_item {
		max-width: 125px;
	}
	.item_img {
		width: 77%;
	}
	.section__title-h2 {
		padding-left: 4%;
	}
}



/*********************************************
	NEWS
*********************************************/
.news_wrap {
}
.newsTitle {
	border-top: none;
	padding-top: 0;
	margin-top: 28px;
	margin-bottom: 21px;
}

ul.newsList {
	max-width: 68.77%;
	margin: 0 auto;
}
li.news_item {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
}
.news_ttl {
	line-height: 2;
  width:90px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.news_txt {
	margin-left: 30px;
	max-width: 84.09%;
	font-size: 14px;
  	width:100%;
	letter-spacing: 0.1em;
	line-height: 2;
	text-decoration: underline;
	text-decoration-color: black;
}
@media (max-width: 768px) {
	.news_txt {
		margin-left: 0;
      width:100%;
		max-width: 100%;
	}
	.news_ttl {
		font-weight: 400;
	}
	ul.newsList {
		max-width: 100%;
		margin: 0 auto;
	}
	li.news_item {
		flex-direction: column-reverse;
	}
	.news_wrap {
		width: 86.53%;
		margin: 0 auto;
	}
	.newsTitle {
		margin-bottom: 10px;
	}
}



/*********************************************
	MV
*********************************************/
.mv_wrap {
	padding-top: 14px;
	position: relative;
}
img.mv01 {
	min-height: 600px;
	width: 100%;
	object-fit: cover;
}
.mv_read {
	color: #fff;
	font-size: 51px;
	font-weight: 700;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
	line-height: 79px;
}
.mv_read img {
	width: 500px;
}
.mv_txt {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 22px;
   margin-left:0.5em;
	text-align: left;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	letter-spacing: 0.2em;
	line-height: 2;
}
.mvTextWrap {
    top: 12%;
    width: 80.53%;
    max-width: 937px;
    margin: 0 auto;
    position: absolute;
}
@media (max-width: 768px) {
	.mv_read img {
		width: 350px;
	}
	.mv_txt {
		font-size: 14px;
        margin-left:0.3em;
	}
	.mv_read {
		font-size: 26px;
		line-height: 40px;
		display: flex;
		flex-direction: column;
	}
	img.mv01 {
		min-height: 450px;
	}
	.mvTextWrap {
		top: 13%;
		left: 7%;
		bottom: unset;
	}
}
@media (max-width: 375px) {
	.mv_read img {
		width: 250px;
	}
}


/*********************************************
	baner
*********************************************/
#bannerSlide .banner-list {
}
.banner-list__unit {
	width: 423px !important;
	margin-left: 2px;
}
.banner_img {
	object-fit: cover;
	height: 200px;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	border: 1px solid black;
	margin-top: -16px;
}
.bx-prev {
	border-left: 1px solid black !important;
	left: 60px !important;
	background-size: 4px !important;
	background-position: center !important;
	background-image: url(https://img07.shop-pro.jp/PA01362/550/etc/prev2.png?cmsp_timestamp=20210906165059) !important;
}

.bx-next {
	border-right: 1px solid black !important;
	background-size: 5px !important;
	background-position: center !important;
	background-image: url(https://img07.shop-pro.jp/PA01362/550/etc/next1.png?cmsp_timestamp=20210906165148) !important;
	right: 60px !important;
}
@media (max-width: 768px) {
	.banner-list__unit {
		width: 384px !important;
	}
	.banner_img {
		object-fit: cover;
		height: 200px;
	}
}
@media (max-width: 767px) {
	.banner-list__unit {
		width: 187px !important;
	}
	.banner_img {
		object-fit: cover;
		height: 100px;
	}
}



/*********************************************
	instagram API + slide
*********************************************/
.instaWrap.container {
	width: 983px;
	max-width: 983px;
}
.instaInner {
	padding: 100px 0;
}
.instaTitle {
	text-align: center;
}
.instaSlide_item {
	width: 200px !important;
	height: 200px !important;
	margin-right: 45px;
}
.sliderinsta {
	margin-top: 41px;
}
.bx-wrapper {
	max-width: none !important;
}
.instaLink {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 166px;
	margin: 36px auto 0;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	display: none;
}
@media (max-width: 768px) {
	.instaLink {
		display: flex;
	}
}
@media (max-width: 375px) {
	.instaTitle{
		max-width: 82.2%;
   		text-align: left;
   	 	margin: 0 auto;
	}
}

a.instaLink_a {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	color: black;
	display: flex;
	align-items: center;
}
a.instaLink_a::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin: 0 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}

.instaSlide_list {
	list-style: none;
}
#insta .bx-next {
	left: unset;
	right: -70px !important;
}
#insta .bx-prev {
	left: -50px !important;
}
@media (max-width: 1024px) {
	.instaWrap.container {
		width: 79.53%;
	}
	.instaSlide_list {
	}
	.instaSlide_item {
		width: 170px !important;
		height: 170px !important;
		margin-right: 35px;
	}
}
@media (max-width: 768px) {
	.instaSlide_item {
		margin-right: 38px;
	}
	.bx-controls-direction {
		display: none;
	}
}
@media (max-width: 767px) {
	#insta .bx-next {
		display: none;
	}
	#insta .bx-prev {
		display: none;
	}
}
@media (max-width: 414px) {
	.instaWrap.container {
		width: 100%;
	}
	.instaSlide_list {
		left: 24vw;
	}
}
@media (max-width: 375px) {
	.instaSlide_item {
		width: 160px !important;
		height: 160px !important;
	}
	.instaSlide_list {
		left: 21vw;
	}
	#insta .bx-viewport {
		height: unset;

	}
}
@media (max-width: 320px) {
	.instaSlide_list {
		left: 16vw;
	}
}




/*********************************************
	slider
*********************************************/
.bx-pager-link{
	width: 64px !important;
	border: 1px solid black !important;
	height: 5px !important;
	border-radius: 8px;
	background: #fff !important;
}
.bx-pager-link.active{
	background: black !important;
}
.bx-pager{
	display: none !important;
}

@media (max-width: 768px) {

	/*********************************************
		slider
	*********************************************/
	#wrapper .bx-wrapper .bx-controls .bx-pager{
		bottom: -40px !important;
	}
	
	.bx-pager{
		bottom: -40px !important; 
		display: block !important;
	}
	.bx-prev{
		display: none !important;
	}
	.bx-next{
		display: none !important;
	}
	
}


/*********************************************
	youtube padding
*********************************************/
.slide-bottom {
	opacity: 0;
	transform: translateY(15px);
	transition: all .5s 0s ease-out;
}

.ytp-chrome-top{
	display: none !important;
}
.ytp-show-cards-title{
	display: none !important;
}

.video_container{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video_container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
