@charset "utf-8";
/* CSS Document */

/***** 769px以上  *****/
@media screen and (min-width: 769px){
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body{
	background:none;
	color:#333;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.5;
}
#header,
#navi {
	width:950px;
	margin: auto;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header{
	width: 960px;
	background-image: url(../../img/juneyaoairways/header-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 95px;
	border-bottom:none;
}
h1{
	position:absolute;
	left:50%;
	color:#b5005b;
	font-size:12px;
	margin-left:-480px;
	padding-left:281px;
	top:26px;
}
#header .logo{
	float:left;
	padding:27px 0 0 0;
	width:259px;
	height:37px;
}
#header .logo a{
	display:block;
	position:relative;
	width:259px;
	height:37px;
}
#header .logo img{
	/*position:absolute;*/
	left:0;
	top:0;
	z-index:100;
}
#header .tel{
	float:right;
	padding:13px 55px 0 0;
}
#nav2{
	background-color: #b5005b;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
	height:20px;
	margin-bottom:25px;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
}

/***** 768px以下  *****/
@media screen and (max-width: 768px){
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h1,
h2,
#header,
#navi {
	margin: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header{
	/*
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
	height: 60px;
}
h1{
	color:#b5005b;
	font-size:10px;
	padding: 5px 10px;
}
#header .logo{
	float:left;
	padding:8px 0 0 0;
	width:259px;
	height:37px;
}
#header .logo a{
	display:block;
	position:relative;
	width:259px;
	height:37px;
}
#header .logo img{
	/*position:absolute;*/
	left:0;
	top:0;
	z-index:100;
}
#header .tel{
	float:right;
	padding:13px 55px 0 0;
}

#header .menubtn {
	padding: 6px;
	border: solid 1px #aaa;
	border-radius: 5px;
	background-color: #fff;
	/*
	position: absolute;
	top: 80px;
	right: 15px;
	*/
	cursor: pointer;
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}
#header .menubtn:hover {
	background-color: #ddd;
}
#header .menubtn:focus {
	outline: none;
}
#header .menubtn i {
	color: #888;
	font-size: 18px;
}
#header .menubtn span {
	display: inline-block;
	text-indent: -9999px;
}
.h-line {
	background-color: #9e0150;
	height: 20px;
}

.pc {
	display: none;
}
.sp {
	display: block;
}
}
