@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【article】*/
/*-----------------------------------------------------------------------*/
article {
	margin-top:0;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.img_pc { 
	display: block !important; 
}
.img_sp { 
	display: none !important; 
}

.s_bbanquet img , .g_bbanquet img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.width section {
    margin-bottom: 50px;
}

@media print,screen and (max-width:769px) {
	
	#banquet section {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	section.width {
    	width: auto;
	}
	
	.mt90 , .mt100 { margin-top: 50px !important; }
	.mb100 { margin-bottom: 70px !important; }
	
	.pt100 { padding-top: 50px !important; }
	.pb120 { padding-bottom: 70px !important; }
	
	.img_pc { display: none !important; }
    .img_sp {
		display: block !important; 
		width: 50%;
		height: auto;
	}
}

/*-----------------------------------------------------------------------*/
/*【video】*/
/*-----------------------------------------------------------------------*/
.wrapper {
  position: relative;
	margin-top: 20px;
}
video {
  max-width: 100%;/* はみ出ないように */
}