@charset "utf-8";
/* CSS Document */
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{
	font:14px/1.3 Geneva, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",          Sans-Serif;
	
}

/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}
/*セレクトボタン*/
select {
 -webkit-appearance: none !important;
 -moz-appearance: none !important;
 appearance: none !important;
 background:#FFF;
 font-size: 16px;
}



header{
	position:relative;
	
}

.logo_text img{
	position:absolute;
	right:11vh;
	top:14px;
	width:60%;
}

#footer_mainvisual{
	clear:both;
	width:100%;
	position:relative;
    overflow-x: hidden;
}

#plane02{/*飛行機*/ 
	position:absolute;
	height:46px;
	z-index:999;
	width:50%;
	left:40px;
	top:50px;
}

#plane img{
	width:50%;
}


#loopslider {
	height: 430px;
}

#loopslider ul li {
	height: 430px;
	float: left;
}

#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}





/*---------topに戻るボタン------------*/
#page-top a{
	display:block;
	text-align:center;
	color:#535353;
	padding:15px 0;
	font-size:116%;
	background:#ccc;
	clear:both;
}

/*-------フッターアコーディオン-------------*/
.campas a{
	display:block;
	color:#535353;
	font-weight: bold;
	padding:20px 10px;
	border-top: 1px solid #ccc;
	background: url(../img/ico_arw02.png) no-repeat 97% 50%;
	background-size: 12px auto;
	clear:both;
}

/*-------------フッター---------------*/
footer{
	background:#00467e;
	padding:10px 0;
	
	
}
.group img{
	display:block;
	margin:0 auto;
	width:60%;
	text-align:center;
}

/*------------コピーライト-----------------*/
.copy{
	color:#fff;
	font-size:70%;
	text-align:center;
	padding:5px 0;
	background:#002142;
	/*margin-bottom:17%;*/
}

/*---------フッターlineボタン------------*/
.pagetop {
	position: fixed;
    bottom: -110px;
    z-index:999;
	width: 100%;
}

.pagetop li a {
    display: block;
    z-index:999;
}

.pagetop li img{
	width:100%;
	border-top:3px solid #59493f;
   	vertical-align:bottom;
}

