@charset "UTF-8";

/*横幅769px以上に適応*/
@media screen,print and (min-width: 769px) {
	
#header {
	width: 100%;
	height: auto;
	min-height: 143px;
}
		

/* headerトランジョン *//* header */
/*#########################################################
レイアウト
#########################################################*/
/* ヘッダ */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-top-style: none;
	padding-top: 5px;
	height: 200px;
}
header .header-1 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;/**/
	transition: all 0.3s;
	width: 100%;
}
header .header-1-box {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/* サイトロゴ */
header #site-logo {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}
header #site-logo1 {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	padding-bottom: 10px;
}
header #site-logo2 {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	padding-bottom: 10px;
}

header #header-2 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 20px;
}



/* 縮小時 */
header.smaller {
	max-height: 85px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 9px 12px -15px #222;
	-webkit-box-shadow: 0 9px 12px -15px #222;
	background-image: none;
}


.smaller #site-logo {
	float: left;
	width: 97%;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 3%;
}
.smaller #site-logo1 {
	width: 12%;
	float: left;
}
.smaller #site-logo2 {
	width: 60%;
	float: left;
	margin-left: 2%;
	padding-top: 30px;
}

.smaller .header-1 {
	width: 25%;
	max-width: none;
	float: left;
}
.smaller .header-1-box {
	width: 100%;
	max-width: none;
}

.smaller #header-2 {
	width: 75%;
	padding-top: 10px;
	float: left;
}

/*トランジョンここまで*/
	

}
/*横幅769px以上に適応ここまで-------------------*/




/*--------------------------------------------------
横幅768pxまでここから　
---------------------------------------------------*/
@media screen and (max-width: 768px){


	
#header {
	width: 100%;
	height: auto;
}
	
	


/* headerトランジョン *//* header */
/*#########################################################
レイアウト
#########################################################*/
/* ヘッダ */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-repeat: repeat-x;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-top-style: none;
	padding-top: 5px;
	background-image: none;
	height: auto;
}
header .header-1 {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-width: none;
}
header .header-1-box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/* サイトロゴ */
header #site-logo {
	line-height: 2;
	color: #7E0001;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 99%;
	padding-left: 0%;
	margin-left: auto;
	margin-right: auto;
}
header #site-logo1 {
	width: 48%;
	float: left;
	padding-top: 10px;
}
header #site-logo2 {
	width: 48%;
	margin-left: 2%;
	padding-top: 10px;
	float: left;
	
}

header #header-2 {
	height: 100px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 0px;
	width: 96%;
	max-width: 768px;
}



/* 縮小時 */
header.smaller {/*高さスマホ用に下に指示がある*/
	background-color: rgba(255,255,255,0.95);
	background-image: none;
	display: block;
}
.smaller #site-logo {
	width: 99%;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.smaller #site-logo1 {
	width: 50%;
	float: left;
}
.smaller #site-logo2 {
	width: 45%;
	float: left;
	margin-left: 2%;
	padding-top:15px;
}

.smaller .header-1 {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
}
.smaller .header-1-box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.smaller #header-2 {
	display: none;
}

/*トランジョンここまで*/

}
/*横幅768pxまでここまで--------------------　*/
/*--------------------------------------------------
横幅640pxまでここから　
---------------------------------------------------*/
@media screen and (max-width: 640px){
/* 縮小時 */
header.smaller {
	max-height: 55px;
}