@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
html {
    height: 100%;
}
body {
	height: 100%;
	color: #333;
	background-image: url(../img/bgilst.jpg);
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}
img {
	vertical-align: top;
}
a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a {
	color: #002596;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #002596;
	text-decoration: none;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #002596;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #EEE;
	background-size: cover;
}
.toppage header {
	height: auto !important;
}
header.header_bg_01 {
	background-image: url(../img/top_image_01.jpg);
}
header.header_bg_02 {
	background-image: url(../img/top_image_02.jpg);
}
header.header_bg_03 {
	background-image: url(../img/top_image_03.jpg);
}
header.header_bg_04 {
	background-image: url(../img/top_image_04.jpg);
}
header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}
.top_catch {
	position: absolute;
	top: 25%;
	left: 42%;
	z-index: 100;
}


/*グローバルナビ-------------------------------------------*/
#g_navi {
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 15px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
}


/*フッター-------------------------------------------*/
footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 100px;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: #fff;
	
	border-top-color: #F6F6F6;
	background-image: url(../img/footbg.png);
	background-repeat: repeat-x;
}
.footer_box {
	padding-top: 240px;
	padding-bottom: 5px;

}
.foot_logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.jusyo {
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}


/*トップへ戻るボタン-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: #00b622;
}
#to_top a:hover,
#to_top a:hover img {
	background-color: #1fda42;
}

.red {
	color: red;
}

.red_b {
	color: red;
	font-weight: bold;
	font-size: 20px;
}


@media screen and (min-width:1100px) {

/*ヘッダー-------------------------------------------*/
header {
	height: 200px;
}

header h1 {
	left: 20px;
	top: 20px;
}
header .info {
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 1000;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

/*PCグローバルナビ-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 80px;
	background-color: #00b622;
	background-color: #00b622;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}
#g_navi ul.navi_base {
	height: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#g_navi ul li{
	width: 137px;
	height: 80px;
	float: left;
	display: block;
}
#g_navi li a {
	width: 183px;
	height: 80px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}
#g_navi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}
#g_navi li:first-child a::after {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}
#g_navi ul li a.ac_menu {
	position: relative;
}
#g_navi ul li a.ac_menu::after {
	font-size: 10px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 3px;
	left: 82px;
	color: #3987A4;
}
#g_navi li a:hover,
#g_navi ul li:hover > a {
	background-color: #1fda42;
}
#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 80px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: 56px;
	background-color: #1fda42;
}
#g_navi ul li ul{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 56px;
}

#g_navi ul li ul li a{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	height: 56px;
}
#g_navi ul li ul li a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background-color: #115577;
}
#g_navi li li a::before,
#g_navi li li:first-child a::after {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

/*メインコンテンツ-------------------------------------------*/

.content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	background-color: #ffffff;
}


/*フッター-------------------------------------------*/
.footer_box  {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
.img_sp {
	width: 100%;
	height: auto;
}	

/*ヘッダー-------------------------------------------*/

header {
	height: 120px;
}

header h1 {
	left: 10px;
	top: 10px;
	width: 180px;
}
header .info {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 5px;
	padding-left: 5px;

}
/*メニューボタン-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
	color: #00b622;
}

.menu_btn.opened::after {
	content: "CLOSE";
	color: #FFF;
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn.opened {
	background-color: rgba(0,0,0,0.2);
}

.menu_btn.opened span {
	background-color: #FFF;
}
.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #00b622;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}
.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*グローバルナビ-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 60%;
	height: auto;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #00b622;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	display: none;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00b622;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00b622;
	background-color: #00b622;
	background-image: url(../img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}

#g_navi ul li a:hover {
	background-color: #1fda42;
}

.fixed {
	overflow: hidden;
}


/*メニューシャドウ-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*メインコンテンツ-------------------------------------------*/

.content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*トップフォーム-------------------------------------------*/
.top_catch {
	left: 50px;
}
.top_catch img {
	width: 100%;
}




/*フッター-------------------------------------------*/
#to_top {
	bottom: 10px;
	right: 10px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:760px) {
.content {
	width:95%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:10px;
	margin-right: 10px;
}	
header h1 {
	left: 10px;
	top: 10px;
}

.top_img {
	min-height: 360px;
}

/*トップフォーム-------------------------------------------*/
.top_catch {
	left: 20px;
}
.top_form {
	top: 70px;
	left: 15%;
	width: 70%;
	height: 260px;
}


/*フッター-------------------------------------------*/
footer {
	padding-bottom: 20px;
}
.footer_box {
	margin-left: 20px;
	margin-right: 20px;
}
img.foot_logo {
	width: 150px;
}

}



/*スライドショー---------------------------------------------------------*/
.top_img {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_img img.img_base {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_img img.img01,
.top_img img.img02,
.top_img img.img03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	min-width: 760px;
	position: absolute;
	top: 0;
	left: 0;
}

.top_img img.img02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_img img.img03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*エフェクト-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
