/* 繝�Δ縺ｪ縺ｮ縺ｧ邁｡譏鍋噪縺ｪ繝ｪ繧ｻ繝�ヨ */
/** {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	background: #eee;
}
article {
	height: 1000px;
	margin: 100px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}
a {
	color: #0b8793;
}
#main-visual {
}*/
/*#main-visual {
	background: #1d76a6;
	background: -webkit-linear-gradient(-45deg, #0062B8, #850047);
	background:    -moz-linear-gradient(-45deg, #0062B8, #850047);
	background:     -ms-linear-gradient(-45deg, #0062B8, #850047);
	background:      -o-linear-gradient(-45deg, #0062B8, #850047);
	background:         linear-gradient(-45deg, #0062B8, #850047);
	height: 700px;
}*/

/*footer {
	padding: 30px;
	text-align: center;
	border-top: solid 2px #3FA9F5;
}
footer a {
	color: #666;
	text-decoration: none;
}*/


footer {
	padding: 20px 0;
	background-color:#F7F7F7;
}
/*ページ内リンク用*/
.linkpagenai {
    margin-top:-100px;
    padding-top:100px;
}
@media screen and (max-width: 480px) {
.linkpagenai {
    margin-top:-56px;
    padding-top:56px;
}
}
/*ページ内リンク用*/


/* 笆ｲ笆ｲ笆ｲ縺薙％縺ｾ縺ｧ縺ｯ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縺ｫ髢｢菫ゅ↑縺�ｨｭ螳壺夢笆ｲ笆ｲ */

.inner {
	width:1170px;
	/*width: 980px;*/
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -90px;
	position: absolute;
	width: 100%;
	margin: 90px auto 0;
	/*margin: 100px auto 0;*/
	padding:  0;
	/*padding: 30px 0 0;
*/	line-height: 1;
	z-index: 999;
	
	/*メニュー背景に白入れ*/
	height: 100px;
	
	background: rgba(255,255,255,.8);/*白255,255,255,*/

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	/*メニュー背景に白入れ*/
	
	
}
#top-head a,
#top-head {
	color: #333;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
	
}
#top-head .logo-fixmenu {
	float: left;
	font-size: 36px;
	width:300px;
	position: relative;
	/*位置調整*/
	top:5px;
}
/*ロゴ以外のヘッダー*/
#top-head .sonota-fixmenu {
	float: left;
	width:300px;
	position:absolute;
	/*位置調整*/
	top:15px;
	left:340px;
	
}
#top-head .sonota-fixmenu2 {
	float: left;
	width:400px;
	position:absolute;
	/*位置調整*/
	top:15px;
	left:680px;
	
	
	
}
#global-nav-fixmenu ul {
	list-style: none;
	position: absolute;
	top:110px;
	
  margin:0 auto;
	bottom: 0;
	font-size: 14px;
}
#global-nav-fixmenu ul li {
	float: left;
	position: relative;
	/*位置調整*/
	top:-40px;
	
}
#global-nav-fixmenu ul li a {
	padding: 0 40px;
	border-right:solid 1px #ccc;
}

	
/* Btn Hover */
#global-nav-fixmenu ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav-fixmenu ul li:hover:after {
	
	background: #CF121B;
	bottom: -10px;
	/*background: #fff;
	bottom: -30px;*/
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: -10px;
	position: fixed;
	padding-top: 0px;
	height: 100px;
	background: #fff;
	background: rgba(255,255,255,9);
	border-bottom:1px solid #CF121B;

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo-fixmenu {
	font-size: 24px;
	color: #333;
	width:320px;
}
#top-head.fixed #global-nav-fixmenu ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav-fixmenu ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav-fixmenu ul li:hover:after {
	background: #CF121B;
	bottom: -15px;
}


/* Transition */
/*
#top-head,
#top-head .logo-fixmenu,
#global-nav-fixmenu ul li,
#global-nav-fixmenu ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle-fixmenu {
	display: none;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 43px;
	height: 22px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle-fixmenu div {
	position: relative;
}
.tgl {
	display: block;
	position: absolute;
	height: 28px;
	width: 100%;
	background: #F7F7F7;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	border:solid 1px #ccc;
	border-radius:6px;
	padding:5px 4px 4px;
	font-size:13px;
	/*display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;*/
}
#nav-toggle-fixmenu span:nth-child(1) {
	top: 0;
}
#nav-toggle-fixmenu span:nth-child(2) {
	top: 7px;
}
#nav-toggle-fixmenu span:nth-child(3) {
	top: 14px;
}




/*@media screen and (max-width: 980px) {

	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#top-head {
	
	
	height: 120px;
	
	
}
	#global-nav-fixmenu ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav-fixmenu ul li a {
		padding: 0 15px;
	}
}*/





/*@media screen and (max-width: 640px) {*/
@media screen and (max-width: 1200px) {
	#main-visual {
		padding-top:56px;
}

/*#main-visual {
		height: 300px;
	}*/


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
		
	/*メニュー背景に白入れ*/
	height: 56px;
	
	/*メニュー背景に白入れ*/
		
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
		top: 0px;
		border-bottom:none;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		/*height: 56px;*/
		z-index: 999;
		position: relative;
	}
	
	#top-head.fixed .logo-fixmenu,
	#top-head .logo-fixmenu {
		position: absolute;
		left: 13px;
		top: 10px;
		/*left: 13px;
		top: 13px;*/
		color: #333;
		font-size: 26px;
		width:200px;
	}
/*ロゴ以外のヘッダー*/
#top-head .sonota-fixmenu {
	display:none;
}
#top-head .sonota-fixmenu2 {
	/*float: right;
	width:100%;
	position:absolute;
	/*位置調整
	top:15px;
	right:50px;*/
	display:none;
}

	#global-nav-fixmenu {
		position: absolute;
		/* 髢九＞縺ｦ縺ｪ縺�→縺阪�逕ｻ髱｢螟悶↓驟咲ｽｮ */
		top: -500px;
		background: #CF121B;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav-fixmenu ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	
	
	#global-nav-fixmenu ul li a {

	border-right: none;
}




	#global-nav-fixmenu ul li {
		float: none;
		position: static;
	}
	#global-nav-fixmenu ul li:after  {
		display: none;
	}
	#top-head #global-nav-fixmenu ul li a,
	#top-head.fixed #global-nav-fixmenu ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#global-nav-fixmenu ul li a:hover {
		background-color:#8EB1E8;
	}
	#nav-toggle-fixmenu {
		display: block;
	}
	/* #nav-toggle-fixmenu 蛻�ｊ譖ｿ縺医い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
	.open #nav-toggle-fixmenu span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle-fixmenu span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle-fixmenu span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav-fixmenu 繧ｹ繝ｩ繧､繝峨い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
	.open #global-nav-fixmenu {
		/* #global-nav-fixmenu top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}


}


/*@media screen and (max-width: 780px) {
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 85px;
		/*height: 56px;
		z-index: 999;
		position: relative;
	}
/*ロゴ以外のヘッダー
#top-head .sonota-fixmenu2 {
	float: left;
	width:100%;
	text-align:center;
	position:absolute;
	/*位置調整
	top:45px;
	right:0px;
	
}
}
*/