@charset "shift_jis";

/*---------- ページ全体 ----------*/

body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333333;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	letter-spacing: 3px;
	text-align: left;
	line-height: 220%;

}

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
	margin: 0;
	padding: 0;
}

header, nav, article, section, aside, footer {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	width /***/:auto; /*IE8用ハック*/
}
/*画像サイズが横幅に合わせて可変します*/


a:link {
	color: #171717;
	transition: 0.5s ;
	text-decoration:none;	
}

a:visited { color: #5a5a5a; }
a:hover { opacity: 0.5 ; }

ol, ul { list-style: none; }
p { margin:0; }
.txt_s { font-size:10px; letter-spacing:1px; }
.clear { clear:both;}

/*---------- メイン ----------*/

#main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
}

/*---------- ヘッダー（PC） ----------*/

#cb-header_pc {
	position: fixed;
	z-index:50;
	top: -130px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
	border-bottom:#f2d1af 4px solid;
	background:#FFF;
}

#cb-header_pc a:link { color:#e67546; }

#cb-header_pc #contents {
	width:1080px;
	margin:15px auto 0px auto;
}

#cb-header_pc #left {
	float:left;
	width:65px;
}

#cb-header_pc #right {
	float:right;
	width:970px;
	letter-spacing:1px;
}

#cb-header_pc ul {
	margin:0;
	padding:0;
}

#cb-header_pc li {
	margin:30px 0 0 0;
	padding:0px 20px ;
	float:left;
}

#cb-header_pc .h_contact {
	margin:25px 0 0 20px;
	background:#e67546;
	padding:5px 35px ;
}
#cb-header_pc .h_contact a:link { color:#FFF; }

/*---------- ヘッダー（スマホ） ----------*/

#cb-header_smp {
	z-index:61;
    position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	margin: 0;
    height: 55px;
    padding-top: 10px;
	border-bottom:#f2d1af 4px solid;
	background:#FFF;
}

/* Fixed */
#cb-header_smp.fixed {
	z-index:61;
    position: fixed;
	width: 100%;
    margin: 0;
    height: 55px;
    padding-top: 10px;
	border-bottom:#f2d1af 4px solid;
	background:#FFF;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#mobile-head {
	z-index:63;
	position: relative;
	width:98%;
}

#mobile-head .logo {
	float:left;
	padding-left:13px;
}
#mobile-head .logo img {
	height:45px;
}

/* トグルボタン */

#nav-toggle {
    z-index: 64;
	float:right;
 /*   display: block;
    position: absolute;
    right: 0px;
    top: 0px;*/
    width: 35px;
    cursor: pointer;
	padding:8px 0 0 0;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #e67546;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) { top: 0; }
#nav-toggle span:nth-child(2) { top: 11px; }
#nav-toggle span:nth-child(3) { top: 22px; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
-moz-transform: translateY(556px);
-webkit-transform: translateY(556px);
transform: translateY(556px);
}

#global-nav {
	z-index:62;
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	width: 100%;
	text-align: center;
	padding:13px 0 0 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 16px;
}
#global-nav ul li {
	float: none;
	background: #FFF;
	position: static;
	border-bottom:#dddddd solid 2px;
}

#cb-header_smp #global-nav ul li a,
#cb-header_smp.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	padding: 16px 0;
}
#global-nav ul .white a:link { color:#FFF; }
#global-nav ul .orange a:link { color:#e67546; }
#global-nav ul .white { background:#e67546; }

/*---------- メインビジュアル ----------*/

#video-wrap {
	position: relative;
	background:#000;
    height:720px;
}

#video-wrap .img {
	z-index:1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0 auto;
}

#video-wrap video {
	z-index:2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

#video-wrap .pattern {
	z-index:3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/bg_stripe.png);
}

#video-wrap .logo {
	z-index:4;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#video-wrap .txt {
	z-index:5;
	position: absolute;
	top: 350px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding:0 20px;
	text-align:center;
	font-size: 160%;
	font-weight: bold;
	color: #fff;
	line-height:180%;
	text-shadow:1px 1px 2px #000000;
}

#video-wrap .arrow {
	z-index:6;
	position: absolute;
	top: 660px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

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

#about_club, #about_drone, #about_admission, #contact, #faq {
	padding:95px 0;
}

#contents .txt, #about .txt {
	width:880px;
}

#contents .txt {
	margin: 50px auto 45px auto;
	padding: 0 ;
	line-height: 220%;
}
#about .txt {
	margin: 0 auto ;
	padding: 50px auto 0px auto ;
	line-height:180%;
	letter-spacing:1px;
}

#faq .txt {
	width:700px;
	margin: 0 auto 40px auto ;
	padding: 0px auto 0px auto ;
	line-height:180%;
	font-size:14px;
	text-align:left;
	letter-spacing:1px;
}

#contents h2 {
	margin: 0px auto;
	padding:0px 0 50px 0;
	font-size: 26px;
	letter-spacing:5px;
}

#contents h3 {
	margin: 50px auto 40px auto;
	font-size: 20px;
}

#contents h4 {
	margin: 0px auto 20px auto;
	font-size: 18px;
}

#contact_intro {
	width:880px;
	margin: 50px auto 95px auto;
	padding:30px 0px;
	font-size:18px;
	border:#f2d1af 8px solid;
	text-align:center;
}

#contact_intro .btn {
	width:650px;
	margin:20px auto 0 auto;
	padding:25px 10px;
	font-size:22px;
	font-weight:bold;
	background:#e67546;
}
#contact_intro .btn a {
	color:#FFF;
	text-decoration: none;
}

.bg_gray {
	background:#e9e7d8;
}

#contact form {
	width:340px;
	margin:0 auto;
	font-size:15px;
	text-align:left;
}

#contact form .point {
	font-size:70%;
}

/*---------- TOPに戻るボタン ----------*/

#page-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
/*   font-size: 77%;*/
}
#page-top a {
	text-decoration: none;
	width: 126px;
	padding: 0;
	text-align: center;
	display: block;
	transition: 1.0s ;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.5 ;
}

/*---------- フッター ----------*/

#footer {
	width: 100%;
	margin: 0;
	padding: 45px 0 60px 0;
	text-align: center;
	font-size: 14px;
	border-top:#f2d1af 6px solid;
}

#footer #contents {
	width:710px;
	margin:0 auto;
}

#footer #left {
	float:left;
	width:400px;
	letter-spacing:1px;
	line-height:160%;
	text-align:center;
}

#fb_page_plugin_area {
	width:400px;
}

#footer #right {
	float:right;
	width:265px;
}

#footer .copy {
	font-size:8px;
	line-height:100%;
	letter-spacing:0.5px;
	border-top:#999999 1px dotted;
	padding:30px 0 0 0;
}

#footer ul {
	margin:15px 0 0 0 ;}

#footer li {
	border-top:#999999 1px dotted;
	padding:10px 0;}
	
	
/*---------- レスポンシブ対応 ----------*/


/*==================
ブレイクポイント一覧
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜：タブレット
 *960px〜：小型PC
 *1280px〜：大型PC
==================*/


/*  画面サイズが480pxまで：SP縦  */
@media screen and (min-width:320px) and ( max-width:479px) { 

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

#cb-header_pc {display:none;} /*横幅479px以下では表示しない*/

/*---------- メインビジュアル ----------*/

#video-wrap {
    height:300px;
}

#video-wrap .img {
	width:533px;
    height: 300px;
}

#video-wrap video {display:none;} /*横幅479px以下では表示しない*/
#video-wrap .pattern {display:none;} /*横幅479px以下では表示しない*/

#video-wrap .logo {
	top: 25px;
}

#video-wrap .logo img {
	width:68px;
}

#video-wrap .txt {
	top: 140px;
	padding:0 20px;
	font-size: 110%;
	line-height:155%;
}

#video-wrap .arrow {
	top: 270px;
}

#video-wrap .arrow img {
	width:45px;
}

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

#about_club, #about_drone, #about_admission, #contact, #faq {
	padding:45px 0;
}

#contact_intro {
	margin: 50px auto 45px auto;
}

#contents .txt, #about .txt, #faq .txt, #contact_intro {
	width:80%;
	font-size:75%;
}

#contents h3, #contents h4 {
	width:80%;
	font-size:100%;
	line-height:160%;
}

#contents h2 {
	width:80%;
	font-size:120%;
	padding:0px 0 30px 0;
}

#contact_intro {
	width:80%;
	padding: 20px 13px;
	line-height:160%;
}

#contact_intro .btn {
	width:225px;
	font-size:16px;
	padding:25px 10px;
}

/*---------- TOPに戻るボタン ----------*/

#page-top a { width:65px; }

/*---------- フッター ----------*/

#footer #contents {
	width:300px;
}

#footer #left {
	float:none;
	width:290px;
	margin:0px auto 0 auto;
}

#footer #left #fb_page_plugin_area {
	width:290px;
}

#footer #right {
	float:none;
	width:290px;
	margin:25px auto 0 auto;
}

#contact form {
	width:290px;
}

}

/*　画面サイズが480pxから：SP横　*/
@media screen and (min-width:480px) and ( max-width:600px) { 

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

#cb-header_pc {display:none;} /*横幅599px以下では表示しない*/

/*---------- メインビジュアル ----------*/

#video-wrap {
    height:450px;
}

#video-wrap .img {
	width:800px;
    height: 450px;
}

#video-wrap video {display:none;} /*横幅599px以下では表示しない*/
#video-wrap .pattern {display:none;} /*横幅599px以下では表示しない*/

#video-wrap .logo {
	top: 90px;
}

#video-wrap .txt {
	top: 230px;
	padding:0 60px;
	font-size: 145%;
	line-height:155%;
}

#video-wrap .arrow {
	top: 410px;
}

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

#about_club, #about_drone, #about_admission, #contact, #faq {
	padding:65px 0;
}

#contact_intro {
	margin: 50px auto 65px auto;
}

#contents .txt {
	width:80%;
	font-size:95%;
	line-height:180%;
}
#about .txt, #faq .txt, #contents h3, #contents h4, #contact_intro {
	width:80%;
	font-size:95%;
	line-height:160%;
}

#contents h2 {
	width:80%;
	font-size:120%;
	padding:0px 0 30px 0;
}

#contact_intro .btn {
	width:330px;
	font-size:16px;
	padding:20px 10px;
}

/*---------- TOPに戻るボタン ----------*/

#page-top a { width:75px; }

/*---------- フッター ----------*/

#footer #contents {
	width:440px;
}

#footer #left {
	float:none;
	width:440px;
	margin:0px auto 0 auto;
}

#fb_page_plugin_area {
	width:440px;
}


#footer #right {
	float:none;
	width:440px;
	margin:25px auto 0 auto;
}

}

@media screen and (min-width:600px) {
	
/*---------- ヘッダー ----------*/

#cb-header_smp {display:none;} /*横幅600px以上では表示しない*/

}

/*　画面サイズが600pxから960pxまで：タブレット　*/
@media screen and (min-width:600px) and ( max-width:960px) {

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

#cb-header_pc {
	top: -300px;
	font-size: 13px;
}

#cb-header_pc #contents {
	width:580px;
	margin:25px auto 0px auto;
}

#cb-header_pc #contents #left {
	float:none;
	width:65px;
	margin:0 auto;
}

#cb-header_pc #contents #right {
	float:none;
	width:440px;
	margin:0 auto;
}

#cb-header_pc li {
	margin:10px 0 0 0;
	padding:0px 15px ;
}

#cb-header_pc .h_contact {
	margin:5px 0 0 15px;
	padding:3px 55px ;
}

/*---------- メインビジュアル ----------*/

#video-wrap {
    height:500px;
}

#video-wrap .img {
	width:889px;
    height: 500px;
}

#video-wrap video {
	width:889px;
    height: 500px;
}

#video-wrap .pattern {
    height: 500px;
}

#video-wrap .logo {
	top: 110px;
}

#video-wrap .txt {
	top: 240px;
	padding:0 40px;
	font-size: 130%;
}

#video-wrap .arrow {
	top: 460px;
}

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

#contents .txt, #about .txt, #faq .txt, #contents h2, #contents h3, #contents h4, #contact_intro {
	width:80%;
}

#contact_intro .btn {
	width:400px;
	padding:20px 10px;
}

/*---------- TOPに戻るボタン ----------*/

#page-top a { width:85px; }

/*---------- フッター ----------*/

#footer {
	width: 100%;
	margin: 0;
	padding: 45px 0 60px 0;
	text-align: center;
	font-size: 14px;
	border-top:#f2d1af 6px solid;
}

#footer #contents {
	width:580px;
}

#footer #left {
	float:none;
	margin:0 auto;
}

#fb_page_plugin_area {
	width:400px;
}

#footer #right {
	float:none;
	width:400px;
	margin:20px auto 0 auto;
}

}

/*　画面サイズが960pxから1280pxまで：小型PC　*/
@media screen and (min-width:960px) and ( max-width:1280px) {

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

#cb-header_pc {
	top: -130px;
	font-size: 13px;
}

#cb-header_pc #contents {
	width:900px;
	margin:15px auto 0px auto;
}

#cb-header_pc #contents #left {
	width:65px;
}

#cb-header_pc #contents #right {
	width:823px;
}

#cb-header_pc li {
	padding:0px 15px ;
}

#cb-header_pc .h_contact {
	margin:25px 0 0 15px;
}



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

#contents .txt, #about .txt, #faq .txt, #contents h2, #contents h3, #contents h4, #contact_intro {
	width:800px;
}

/*---------- TOPに戻るボタン ----------*/

#page-top a { width: 90px; }

}

/*　画面サイズが1280pxからはここを読み込む：大型PC　*/
@media screen and (min-width:1280px) {
	
#video-wrap .img { display:none; }

}