@charset "utf-8";
/* CSS Document */

/*==============================*/
/* h1 */
/*==============================*/
h1{ display: none;}

header{
	position: relative;
    display: flex; display: -webkit-flex; /* Safari */
	justify-content: space-between; -webkit-justify-content: space-between; /* Safari */
	align-items: flex-end; -webkit-align-items: flex-end; /* Safari */
	padding-top: 20px!important;
    padding-bottom: 20px!important;
	box-shadow: 0px 4px 6px -3px rgba(153,153,153,0.7);
	-moz-box-shadow: 0px 4px 6px -3px rgba(153,153,153,0.7);
	-webkit-box-shadow: 0px 4px 6px -3px rgba(153,153,153,0.7);
	z-index: 999;
}

/*-- ロゴ
------------------------- */
header p.hdr_logo{ max-width: 120px; width: 100%; }
header p.hdrBtn a{
	display: inline-block;
    width: 165px;
    padding: 6px 0 6px 0;
    background: #BF0000;
    border-radius: 200px;
    text-align: center;
    color: #FFF;
    margin: 0px 10px;
}
/*-- 
------------------------- */
	/* ======= SP以上 =======*/
	@media(min-width: 767px){
		.hdrWrap p.hdrBtn i {
			display: none;
		}
	}

	/* ======= SP =======*/
	@media(max-width: 767px){
		/*-- ロゴ
		------------------------- */
		header{align-items: center; -webkit-align-items: center; /* Safari */}
		header p.hdr_logo{ max-width: 90px; width: 100%; }
		
		/*-- 
		------------------------- */
		header p.hdrBtn{margin-left: 30px;}
		header p.hdrBtn i{ color: #fff; }
		header p.hdrBtn a{
			display: inline-block;
			width: 120px;
			padding: 0px;
			border-radius: 5px;
			font-size: 10px;
			line-height: 35px;
			letter-spacing: -0.01em;
			margin-bottom: 6px;
		}
	}


/*==============================*/
/* footer */
/*==============================*/

/*==============================*/
/* copy right */
/*==============================*/
.copyright{
	color: #fff;
	padding: 1px 0 1px 0;
	background: #000000;
	text-align: center;
}
.copyright span{ color: #fff; font-size: 14px;}

	/* ======= SP =======*/
	@media (max-width: 767px){
		.copyright span{ font-size: 11px;}
	}

/*==============================*/
/* ページTOP */
/*==============================*/
#page-top { position: fixed; bottom: 30px; right: 30px; background: #666; padding: 5px 15px; border-radius: 4px; font-size: 12px; border: 1px solid #fff; z-index: 9999; }
#page-top a { color: #fff; }