@charset "UTF-8";
/* CSS Document */

/*------------------------
	common
------------------------*/

*{box-sizing: border-box}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #434343;
}

.header{
	width: 960px;
	margin: 0 auto;
}

.header .logo{
	margin-top: 65px;
	margin-bottom: 0;
}

.header .logo img{
	width: 299.5px;
	height: 135px;
}

.header .logo p{
	font-size: 18px;
	letter-spacing: 0.16em;
	color: #146033;
	margin-top: 5px;
	margin-bottom: 23px;
	margin-left: 5px;
}

.header .logo p{
	font-size: 18px;
	letter-spacing: 0.16em;
	color: #146033;
	margin-bottom: 23px;
}

.globalTel{
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 1;
}

.globalTel.fixed{
	position: fixed;
	top:0;
}

.globalNav{
	list-style: none;
	padding-left: 0;
}

.globalNav li{
	float: left;
	width: 137px;
	height: 93px;
	text-align: center;
	border-left: dotted 1px #bfbfbf;
	font-size: 19px;
	padding-top: 15px;
	box-sizing: border-box;
}

.globalNav li .top{
	letter-spacing: 0.12em;
}

.globalNav li .glorious{
	letter-spacing: 0.1em;
}

.globalNav li .plan{
	letter-spacing: 0.1em;
}

.globalNav li .flow{
	letter-spacing: 0.26em;
}

.globalNav li .qa{
	letter-spacing: 0.24em;
}

.globalNav li .contact{
	letter-spacing: 0.1em;
}

.globalNav li .air-transport{
	letter-spacing: 0.1em;
}

.globalNav li .air-transport span{
	font-size: 0.65em;
	letter-spacing: 0em;
	white-space: nowrap;
}

.globalNav li:last-child{
	border-right: dotted 1px #bfbfbf;
}

.globalNav li:hover{
	border-bottom: solid 7px #434343;
}

.globalNav a{
	color: #434343;
	text-decoration: none;
	display: block;
}

.globalNav span{
	font-size: 14px;
	color: #c9c9c9;
}

.current{
	border-bottom: solid 7px #434343;
}

/*------------------------
	main
------------------------*/

.mainImage{
	clear: both;
	width: 100%;
	height: 460px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.mainImage.flow{
	background-image: url( ../image/flow/flow_mainimage.jpg);
}

.mainImage h1 {
	font-weight: normal;
	color: #fffbfb;
	font-size: 44px;
    text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.35);
	letter-spacing: 0.18em;
	margin: 0;
	padding: 0;
}

main .flowContents{
	width: 960px;
	margin: 0 auto;
}

.flowContents .flow01{
	width: 960px;
	margin: 0 auto;
	font-size: 18px;
	font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 36px;
	letter-spacing: 0.06em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 72px;
	padding-bottom: 30px;
	border-bottom: dashed 2px #146033;
	padding-right: 150px;
}

.flowContents .flow02{
	width: 960px;
	margin: 0 auto;
	font-size: 18px;
	font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 36px;
	letter-spacing: 0.06em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: dashed 2px #146033;
	padding-right: 169px;
}

.flowContents .flow03{
	width: 960px;
	margin: 0 auto;
	font-size: 18px;
	font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 36px;
	letter-spacing: 0.06em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: dashed 2px #146033;
	padding-right: 91px;
}

.flow03 .lines{
	color: #146033;
	font-weight: bold;
}

.flowContents .flow04{
	width: 960px;
	margin: 0 auto;
	font-size: 18px;
	font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 36px;
	letter-spacing: 0.06em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 83px;
	padding-right: 302px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #146033;
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    padding-top: 11px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background: #5D8B70;
    text-decoration: none;
}


/*------------------------
	footer
------------------------*/
.footer{
	width: 100%;
	background-color: #146033;
	text-align: center;
	font-size: 23px;
	color: #fff;
	padding-top: 15px;
}

.inner{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
}

.inner .lead{
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 0.18em;
}

.inner .hours{
	color: #146033;
	background-color: #fff;
	display: inline-block;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 0px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.inner .tel a{
	text-decoration: none;
	color: #fff;
}

.inner .icon img{
	width: 53px;
	height: 54px;
	margin-right: 30px;
}

.inner .number{
	font-size: 67px;
	font-weight: bold;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
	letter-spacing: 0.01em;
	text-align: center;
	font-weight: bold;
}

.footerBottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	border-top: solid 3px #2a5135;
	justify-content: center;
}

.footerBottom .logo img{
	width: 220px;
	height: 104px;
}

.inner .company{
	text-align: left;
	font-size: 18px;
	letter-spacing: 3px;
	padding-left: 100px
}

.footer p.copyright{
	font-size: 18px;
	background-color: #2a5135;
	margin-bottom: 0;
}

.plan_text{
	margin-top: 200px;
