@charset "utf-8";
/*****【ヘッダー・ナビ・カラー】*****/
#header {
	background-color: #fff;
}
#header,#head h1 a,#head .site{
	color: #444;
}
.menuBtn .btn,.menuBtn .btn:before,.menuBtn .btn:after {
	background-color: #000;
}
@media print, screen and (min-width: 801px) {
#nav > ul > li > a {
	color: #444;	
}
}/*****【ヘッダー・ナビ・カラー】ここまで*****/
.lLine {
	border-left: 1px solid #999;
	margin-left: 10px;
	padding-left: 10px;
}
/*****【small】*****/
#header {
	line-height: 100px;
}
#header.small {
	line-height: 70px;
}
/*****【small】ここまで*****/
@media print, screen and (min-width: 801px) {
/*****【変更用】エントリーボタン*****/
.entry a {
	color: #fff;
	display: block;
	padding: 0 15px;
	font-size: 17px;
	margin-left: 20px;
	background-color: #00A0E5;
	background-color: #336699;
}
.entry a:hover {
	opacity: 0.7;
}
/*****【変更用】エントリーボタン･ここまで*****/

#header {
	position: fixed;
	z-index: 3;
	box-shadow: 0 1px 5px #bbb;
	width: 100%;
	min-width: 1000px;
	line-height: 100px;
	transition: 0.3s linear;
}
/*smallの高さに合わせる*/
.mainWrap {
	padding-top: 70px;
}
#head {
	float: left;
	padding-left: 2%;
}
/*スマホでメニューを消してPCに戻っても見えるように*/
#nav {
	float: right;
	display: block !important;
}
.navi > li {
	float: left;
}
.navi > li > a {
	display: block;
	padding: 0px 30px;
	font-size: 16px;
}
.navi,.entry {
	float: left;
}
/*ナビのホームアイコンはPCでは消す*/
.home {
	display: none;
}
}
@media screen and (min-width: 1001px) {
#head {
	padding-left: 1%;
}
.navi > li > a {
	padding: 0px 40px;
	font-size: 16px;
}
.entry a {
	padding: 0 50px;
}
/*縦ライン*/
.lLine {
	margin-left: 20px;
	padding-left: 20px;
}
}
@media screen and (min-width: 1201px) {
#head {
	padding-left: 2%;
}
.navi > li > a {
	padding: 0px 50px;
	font-size: 17px;
}
.entry a {
	padding: 0 60px;
}
}
@media screen and (min-width: 1401px) {
.navi > li > a {
	padding: 0px 60px;
}
.entry a {
	padding: 0 70px;
}
}
/******【★】ナビの間にタテライン*****/
.navi.line li a {
	position: relative;
}
.navi.line li a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: #bbb;
}
/******【★】ナビの間にタテライン・ここまで*****/
@media print,screen and (min-width: 801px) {
/********【ナブライン】**********/
.navLine li a span {
	position: relative;
	display: inline-block;
}
.navLine li a span:after {
	position: absolute;
	bottom: 20px;
	left: 0;
	content: '';
	width: 0;
	height: 3px;
	background-color: #64BED8;
	transition: 0.4s;
}
.navLine li a:hover span:after {
	width: 100%;
}
.navLine li.current a span:after {
	width: 100%;
}
/******【ナブライン】スモール用*****/
#header.small .navLine li a span:after {
	bottom: 12px;
}
}
/*【スクロール】*/
.scroll {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	font-size: 16px;
	z-index: 2;
}
.scroll i {
	font-size: 50px;
	text-align: center;
}
.scroll a {
	color: #fff;
}
/*【800以下】スクロール矢印を消す*/
@media screen and (max-width: 800px) {
.scroll {
	display: none;
}
}
/*****【footNav2】フッター*****/
.footNav2 ul {
	display: inline-block;
	vertical-align: bottom;
}
.footNav2 li.current a {
	color: #000;
}
.footNav2 li a:hover {
	color: #000;
}
@media screen and (max-width: 800px) {
.footNav2 {
	padding-bottom: 20px;
}
.footNav2 .wrap {
	padding-top: 10px;
	text-align: center;
}
.footNav2 ul {
	width: 100%;
}
.footNav2 li a {
	display: block;
	width: 100%;
	padding: 20px 0px;
	color: #999;
	border-bottom: 1px solid #bbb;
}
.footNav2 .foot {
	text-align: center;
	max-width: 1000px;
	margin: 0px auto;
}
.footNav2 .footLogo {
	line-height: 30px;
	display: inline-block;
	vertical-align: bottom;
}
.footNav2 .copyRight {
	line-height: 20px;
	font-size: 13px;
	color: #999;
}
.footNav2 .gototop {
	width: 100%;
	margin: 0px auto;
}
}
@media print,screen and (min-width: 801px) {
.footNav2 {
	padding-bottom: 40px;
}
.footNav2 .wrap {
	border-bottom: 1px solid #bbb;
	text-align: center;
}
.footNav2 li {
	float: left;
}
.footNav2 li a {
	display: block;
	padding: 20px 35px;
	color: #999;
	transition: 0.4s;
	background-color: #fff;
}
.footNav2 .foot {
	text-align: center;
	max-width: 1000px;
	margin: 0px auto;
}
.footNav2 .footLogo {
	line-height: 20px;
	display: inline-block;
	vertical-align: bottom;
	float: left;
	margin-left: 100px;
}
.footNav2 .copyRight {
	float: right;
	font-size: 12px;
	color: #777;
	line-height: 20px;
	margin-right: 100px;
}	
}
/*****ゴートップ*****/
.footNav2 .gototop {
	padding: 3px 0 5px;
}
.footNav2 .gototop a {
	display: block;
}
/*****【footNav2】フッター･ここまで*****/

@media print,screen and (min-width: 801px) {
.menuBtn {
	display: none;
}
}
@media screen and (max-width: 800px) {
.menuBtn {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 4;
	cursor: pointer;
}
.menuBtn .btn {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
	transition: .2s;
}
.menuBtn .btn:before,.menuBtn .btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	transition: .3s;
}
.menuBtn .btn:before {
	margin-top: -8px;
}
.menuBtn .btn:after {
	margin-top: 6px;
}
.menuBtn .close:before,.menuBtn .close:after {
	margin-top: 0;
}
.menuBtn .close:before {
	transform: rotate(-45deg);
}
.menuBtn .close:after {
	transform: rotate(-135deg);
}
.menuBtn .close {
	background: transparent;
}
.mainWrap {
	padding-top: 60px;
}
#header {
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 60px;
}
#head {
	line-height: 60px;
	padding-left: 5%;
}
}
/*****スマホメニュー*****/
@media screen and (max-width: 800px) {
.sNav00 #nav {
	position: fixed;
	top: 0px;
	left: -300px;
	bottom: 0px;
	width: 300px;
	height: 100%;
	padding: 20px 0px 0 50px;
	box-sizing: border-box;
	z-index: 11;
	overflow: auto;
	background-color: #fff;
}
.sNav00 #nav li a {
	display: block;
	font-size: 14px;
	color: #222;
	line-height: 60px;
	position: relative;
	padding-left: 30px;
	border-bottom: 1px solid #ccc;
}
.sNav00 #nav li.current a {
	 background-color: #f4f4f4;
}
.sNav00 #nav .entry {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}
.sNav00 #nav .entry a {
	 display: block;
	 border-bottom: none;
	 line-height: 60px;
	 text-align: center;
	 background-color: #64BED8;
	 color: #fff;
}
.sNav00 #nav li:not(.current) > a:after {
	content: "\f105";
	font-family: "FontAwesome";
	display: block;
	position: absolute;
	color: #999;
	font-size: 20px;
	width: 20px;
	height: 20px;
	top: 0;
	right: 5px;
}
.overLay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 3;
}
.navi .home i {
	font-size: 24px;
}
}
/*****スマホメニューここまで*****/


