@charset "utf-8";
/* IE */
@font-face {
	font-family: Quattrocento;
	src: url(../font/Quattrocento-Regular.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: Quattrocento;
	src: url(../font/Quattrocento-Regular.otf) format("opentype");
}
/* IE */
@font-face {
	font-family: Italianno;
	src: url(../font/Italianno-Regular-OTF.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: Italianno;
	src: url(../font/Italianno-Regular-OTF.otf) format("opentype");
}

/*--------------------------------------------------------------
	header/visual
--------------------------------------------------------------*/

/* 959px以下 */
@media (max-width: 959px) {

#header {
	position: relative;
	height: 500px;
	background: url("../img/common/back_m.png") no-repeat center top;
}

#headerMain {
	width: 100%;
	text-align: center;	
}

#headerLogo {
	padding: 15px 60px 12px 0;
}

#headerLogo .logo {
	padding: 0 30px 0 20px;
}

#headerLogo .logo img {
	width: 110px;
	height: 15px;
}

#gNavBtn {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 130%;
}

#gNavBtn a {
	display: block;
	padding: 10px 20px;
	color: #555;
}

#gNavBtn a:hover {
	display: block;
	padding: 10px 20px;
	color: #999;
}

#headerLogo ul li {
	display: inline;
	padding-left: 2px;
}

#headerLogo ul li img {
	width: 15px;
	height: 15px;
}

#headerMain {
	background-color: rgba(255,255,255,0.3);
}

#gNav {
	display: none;	
}

#gNavPanel {
	display: none;
	width: 100%;
	height: 90%;
	margin: 0;
	padding: 10px 0 20px 0;
	text-align: center;
	font-family: Quattrocento;
}

#gNavBox ul li {
	padding: 7px 0;
}

#gNavPanel a {
	color: #333;
	display: block;
	text-decoration: none;	
}

#gNavPanel a:hover {
	color: #666;
	text-decoration: none;	
}

.message {
	display: none;	
}

.messageBtm {
	text-align: center;
	height: 33px;
	background-color: #000;
}

.messageBtmSp {
	text-align: center;
	height: 33px;
	background-color: #000;
}

.messageBtmText {
	color: #fff;
	padding-top: 8px;
	opacity: 0.8;
}

.messageBtmText a {
	color: #fff;
	opacity: 0.8;
	text-decoration: underline;
}

.messageBtmText a:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

}

/* 767px以下 */
@media (max-width: 767px) {
	
#header {
	position: relative;
	height: 500px;
	background: url("../img/common/back_s.png") no-repeat center top;
}

#headerLogo {
	padding-right: 50px;	
}

.messageBtm {
	display: none;
}

.messageBtmSp {
	text-align: center;
}

.messageBtmText {
	width: 100%;
	font-size: 90%;
	position: absolute;
	z-index: 5;
}
	
}

/* 599px以下 */
@media (max-width: 599px) {
	
#header {
	height: 300px;
}

#headerLogo {
	padding-right: 40px;	
}


#headerLogo .logo {
	padding: 0 30px 0 10px;
}

}

/* 768px以上 */
@media (min-width: 768px) {

.messageBtmSp {
	display: none;
}

.messageBtm {
	text-align: center;
	height: 33px;
	font-size: 90%;
	background-color: #000;
}

.messageBtmText {
	color: #fff;
	padding-top: 8px;
	opacity: 0.8;
}

.messageBtmText a {
	color: #fff;
	opacity: 0.8;
	text-decoration: underline;
}

.messageBtmText a:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

}

/* 960px以上 */
@media (min-width: 960px) {

#header {
	position: relative;
	height: 500px;
	background: url("../img/common/back_b.png") no-repeat center top;
}

#headerMain {
	width: 100%;
	text-align: center;	
}

#headerLogo {
	padding: 28px 0;
}

#headerLogo {
	padding-right: 70px;	
}

#headerLogo .logo {
	padding: 0 30px 0 20px;
}

#gNavBox {
	display: none;	
}

#headerLogo ul li {
	display: inline;
	padding-left: 3px;
}

#gNav {
	font-size: 90%;
	padding: 9px 0 7px 0;
	background-color: rgba(255,255,255,0.4);
}

#gNavMain {
	width: 960px;
	margin: 0 auto;	
}

#gNav ul {
	width: 960px;
	display: table;
}

#gNav ul li {
	display: table-cell;
}

#gNav a {
	display: block;
	color: #484848;
	font-family: Quattrocento;
	text-decoration: none;	
}

#gNav a:hover {
	display: block;
	color: #999;
	text-decoration: none;	
}

#gNav .gnavIcon {
	color: #999;	
}


}
