@charset "utf-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}


body {
  background-color: rgb(230, 240, 255);
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}


.wrapper {
  width: 1000px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
}


.hello {
  width: 1000px;
  color:rgb(0, 120, 200);
  text-align: center;
}


.header {
  width: 1000px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgb(0, 0, 0);
  font-size: x-large;
  padding-bottom: 10px;
}


nav.menu ul {
  width: 1000px;
  height: 50px;
  padding-top: 10px;
}


nav.menu ul li {
  width: 200px;
  float: left;
}


nav.menu ul li a {
  line-height: 50px;
  text-align: center;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: bold;
  background-color: rgb(160, 230, 255);
  border-right: 1px solid rgb(255, 255, 255);
  display: block;
}


nav.menu ul li:last-child a {
  border-right: none;
}


nav.menu ul li a:hover {
  background-color: rgb(0, 150, 220);
  text-decoration: underline;
  color: rgb(255, 255, 255);
  text-decoration: none;
}


.wrap {
  width: 90%;
  margin: 0 auto;
}


.main-visual {
  width: 900px;
  height: auto;
  background-color: rgb(255, 255, 255);
}


.banner {
  float: right;
  margin-right: 50px;
}



nav h2 {
  margin-left: 50px;
  margin-bottom: 10px;
}



.info {
  border: 1px solid #666;
  padding: 10px;
  margin-left: 75px;
  margin-bottom: 50px;
  width: 610px;
  height: 180px;
  overflow-y: auto;
}


.info dt {
  color: #666;
  font-size: 0.8125em;
  font-weight: bold;
  border-bottom: 2px dotted #666;
  margin-left: 5px;
  margin-bottom: 5px;
}


.info dd {
  font-size: 0.875em;
  margin-bottom: 15px;
  margin-left: 15px;
}



nav ul li a h2 {
  margin-left: 50px;
}


.map {
  float: left;
  width: 300px;
  height: 300px;
  margin-left: 50px;
  background-color: rgb(255, 255, 255);
}


.map1 {
  font-size: 0.8125em;
  font-weight: bold;
  margin-bottom: 7px;
}


.map2 {
  font-size: 1em;
  margin-left: 15px;
  margin-bottom: 30px;
  line-height: 19px;
}



.map3 img {
  border: 1px solid #999;
}


footer {
  height: 40px;
  background-color: rgb(0, 150, 220);
  color: #fff;
  margin-top: 50px;
}


footer small{
  display: block;
  text-align: center;
  padding-top: 15px;
}



/* ボタン */

button {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 25%;
  position: fixed;
  cursor: pointer;
}

#jquery_btn_top {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 180);
  right: 5%;
  bottom: 5%;
}




/* 飛行遊覧の楽しさ */


.funflying h2 {
  width: 880px;
  height: 30px;
  background-color: rgb(0, 150, 220);
  margin: 30px 0px 30px 50px;
  color:rgb(255, 255, 255);
  text-shadow: 2px 2px 2px #000;
  padding: 10px;
}


.funflying ul {
  margin: 0px 50px;
}


.funflying ul li {
  float: left;
  width: 300px;
 }


 .funflying ul li img {
  border: 1px solid #666;
  padding: 3px;
 }


 .funflying ul li p {
  text-align: center;
  font-size: 0.8125em;
  line-height: 15px;
 }


 .funtext h2 {
  color:rgb(0, 0, 0);
  margin: 50px 100px 20px 100px;
}


 .funtext p {
  width: 370px;
  height: 552px;
  color:rgb(0, 0, 0);
  font-size: 1em;
  font-weight: 500;
  text-align: justify;
  line-height: 24px;
  margin: 10px 30px 20px 100px;
  float: left;
}


.funtext img {
  border: 1px solid #666;
  padding: 3px;
  margin-top: 10px;
}






/* 安全性 */

.airfieldsafty h2 {
  width: 880px;
  height: 30px;
  background-color: rgb(0, 150, 220);
  margin: 30px 0px 30px 50px;
  color:rgb(255, 255, 255);
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  padding: 10px;
}


.airfieldsafty p {
  width: 492px;
  height: 250px;
  font-size: 1em;
  font-weight: 500;
  line-height: 24px;
  float: left;
  color:rgb(0, 0, 0);
  margin: 0px 20px 30px 50px;
  padding: 0px 0px 0px 30px;
}


.airfieldsafty img {
  border: 1px solid #666; 
  padding: 3px;
}



.airplanesafty h2 {
  width: 880px;
  height: 30px;
  background-color: rgb(0, 150, 220);
  margin: 30px 0px 30px 50px;
  color:rgb(255, 255, 255);
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  padding: 10px;
}


.airplanesafty p {
  width: 492px;
  height: 280px;
  font-size: 1em;
  font-weight: 500;
  line-height: 24px;
  float: left;
  color:rgb(0, 0, 0);
  margin: 0px 20px 30px 50px;
  padding: 0px 0px 0px 30px;
}


.airplanesafty img {
  border: 1px solid #666; 
  padding: 3px;
}


