@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}



/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */

body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 900px ) {
  body {font-size: 14px;}
}

img {
  vertical-align: middle;
  border: none;
}

.margin_0 {
  margin: 0px;
}

.pt_0 {
  padding-top: 0px;
}



/* ----------------------------------------------

 * ローディングアニメの設定

---------------------------------------------- */



/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */

a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

/* a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
} */


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}
.red {
  color: #f00;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:481px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:480px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 900px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 901px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 100%;
    max-width: 1100px;
    margin-top: 10px;
  }
}


/* ----------------------------------------------

 * テキストスタイル

---------------------------------------------- */

#home h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}

@media only screen and ( max-width : 900px ) {
  #home h2 {
    font-size: 30px;
  }
  #home h2::before {
    margin-right: 20px;
  }
  #home h2::after {
    margin-left: 20px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 10px;
  margin-top: 100px;
}
/* spサイズ */
@media only screen and ( max-width : 480px ) {
  section {
    margin-top: 30px;
  }
}




/* ---------------------------------------------------------------------------------------------

　   トップページ

--------------------------------------------------------------------------------------------- */
/* スライダー */
.top_slider {
  position: relative;
}
.top_slider .bxslider .page_01 {
  background-image: url(/assets/img/topimg_01.png);
  display: flex !important;
  align-items: center !important;
}
.top_slider .bxslider .page_02 {
  background-image: url(/assets/img/topimg_02.png);
  background-position: left;
}
.top_slider .bxslider .page_03 {
  background-image: url(/assets/img/topimg_03.png);
}
.top_slider .bxslider .page_04 {
  background-image: url(/assets/img/topimg_04.png);
}
.top_slider .bxslider {
  width: auto;
  height: 700px;
}
.top_slider .bxslider li {
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.top_slider .bxslider li .sp {
  display: none;
}
.top_slider .bx-wrapper {
  z-index: 10;
}
.top_slider .bx-wrapper img {
  margin: 0 auto;
}
.top_slider .bx-wrapper .bx-viewport {
  height: auto !important;
}

/* mini_pc */
@media only screen and ( max-width : 1000px ) {
  .top_slider .black_bg {
    right: -20%;
  }
}

/* タブレットサイズ */
@media only screen and ( max-width : 768px ) {
  .top_slider .bxslider {
    height: 650px !important;
  }
  .top_slider .bxslider li {
    height: 600px;
  }
}

/* spサイズ */
@media only screen and ( max-width : 480px ) {
  .top_slider .bxslider {
    width: auto;
    height: 600px;
  }
  .top_slider .bxslider li {
    height: 500px;
  }
  .top_slider .bxslider li .pc {
    display: none;
  }
  .top_slider .bxslider li .sp {
    display: block;
  }
}


/* タイトル */
.title_box h2 {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  margin-top: -100px;
}
.title_box h2 img {
  width: 100%;
  height: auto;
}
/* spサイズ */
@media only screen and ( max-width : 480px ) {
  .title_box h2 {
    width: 85%;
  }
}


/* 目的 */
.purpose_box {
  background-color: #103d4c;
}
.purpose_box section {
  padding: 0 10px;
}
/* spサイズ */
@media only screen and ( max-width : 480px ) {
  .purpose_box section {
    padding: 50px 10px;
  }
  .purpose_box #purpose_point h2 .pc{
   display: none;
  }
  .purpose_box #purpose_point h2 .sp{
   display: block;
  }
}


/* 特徴 */
#feature_point h2{
 width: 85%;
 height: auto;
 margin: 0 auto;
}
/* spサイズ */
@media only screen and ( max-width : 480px ) {
  #feature_point h2{
   width: 100%;
  }
  #feature_point h2 .pc{
   display: none;
  }
  #feature_point h2 .sp{
   display: block;
  }
}


/* 機体 */
/* spサイズ */
@media only screen and ( max-width : 480px ) {
  #aircraft_point h2 .pc{
   display: none;
  }
  #aircraft_point h2 .sp{
   display: block;
  }
}


/* 期間 */
#time_point h2{
 width: 95%;
 height: auto;
 margin: 0 auto;
}
/* spサイズ */
@media only screen and ( max-width : 480px ) {
  #time_point h2 .pc{
   display: none;
  }
  #time_point h2 .sp{
   display: block;
  }
}


/* 費用 */
#expenses_point h2{
 width: 85%;
 height: auto;
 margin: 0 auto;
}
/* spサイズ */
@media only screen and ( max-width : 480px ) {
  #expenses_point h2{
   width: 100%;
  }
  #expenses_point h2 .pc{
   display: none;
  }
  #expenses_point h2 .sp{
   display: block;
  }
}


.btn_box {
  width: 100%;
  height: auto;
  margin: 100px 0;
}
.btn_box .imgbox {
  width: 90%;
  max-width: 550px;
  height: auto;
  margin: 0 auto;
}
.btn_box .imgbox a img{
	position:relative;
	top:0;
}
.btn_box .imgbox a img:hover{
	top:10px;
	transition:0.3s;
}


/* 文章 */
.last_text .text_box {
  margin-bottom: 100px;
}
.last_text .text_box p.text_title {
  font-size: 20px;
}
.last_text .text_box p {
  margin-bottom: 20px;
}
.last_text .text_box p.img_box {
  text-align: center;
}
