@charset "utf-8";
/* デスクトップ＆スマホ共通項目 */
	body {background-color: #bc5364;}

@media (min-width: 1180px){

	/***ヘッダー***/
	#head {
	background: url(../images/desktop/header.jpg) center top no-repeat;
	background-color: #f8b300;
	height: 550px;
	margin: 0 auto;
	}
 	#head h1, #head h2 {
 	font-size:0em;
 	}
	#pc_movie {
	display: block;
	position: relative;
	width: 800px;
	height: 450px;
	margin: 0 auto;
	}
	/***メイン***/
	#main {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	}
	#main {
	margin: 0 auto;
	text-align: center;
	}
	#about {
	background: url(../images/desktop/about.jpg) center top no-repeat;
	height: 830px;
	font-size: 0em;
	margin: 0 auto;
	}
	#bnr_yatai {
	background: url(../images/common/bnr_yatai.png) center top no-repeat;
	width: 397px;
	height: 234px;
	font-size: 0em;
	margin: 0 auto;
	}
	#cast {
	background: url(../images/desktop/cast.jpg) center top no-repeat;
	height: 5106px;
	font-size: 0em;
	margin: 0 auto;
	}
	#smp_movie{
		display:none;
	}
	
}

		


