@charset "utf-8";


/*
==============================

モバイル対応（文化祭）

==============================
*/

header,
.gzone-title,
.gzone-title1,
.gzone-title2,
.gzone-title3   {
	height: 600px;
}

.gzone-title   {
	color:#fff;
}

.gzone-title3   {
	background-repeat: no-repeat;
	background-position: right;
	background-image:url(01.jpg);
}
.gzone-title2  {
}
.gzone-title1   {
	background-color:#369;
	background-position: right;
	background-image:url(back.jpg);
}

.gzone-title p  {
	background: rgba(48,96,144, 0.5)
}

@media screen and (min-width:556px) {
	.gzone-title3 {
		background-position: right;
	}
}
@media screen and (max-width:555px)	 { /* Smart Phone */
	.gzone-title3 {
		background-position: -200px 0px;
	}
}

