@charset "UTF-8";
#container {
  position: relative; }
  #container:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    background-image: url(/wp-content/themes/dronepc/images/bg_img03.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover; }
#container.toppage:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img01.jpg); }
#container.member:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img02.jpg); }
#container.movie:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img06.jpg); }
#container.photograph:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img05.jpg); }
#container.activity:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img04.jpg); }
#container.flightguide:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img07.jpg); }
#container.news:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img08.jpg); }
#container.privacypolicy:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img09.jpg); }
#container.constitution:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img10.jpg); }
#container.contact:before {
  background-image: url(/wp-content/themes/dronepc/images/bg_img11.jpg); }

.wrapper {
  margin: 0 auto; }
  @media screen and (min-width: 1000px) {
    .wrapper {
      width: 1000px; } }
  @media screen and (max-width: 768px) {
    .wrapper {
      width: 100%; } }
  .wrapper.social_bookmarking {
    padding: 30px 0; }

#header {
  width: 100%; }
  #header.fixed {
    background-color: #111111;
    position: fixed;
    z-index: 500; }

div#contents.fixed {
  padding-top: 90px; }

div#sidebar {
  width: 250px;
  margin-top: 40px;
  margin-bottom: 40px; }

article {
  position: relative; }

#header {
  background-color: #000000; }
  #header .wrapper {
    position: relative;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #header h1 img {
    width: 300px; }
  #header nav div ul#gbMenu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 20px; }
    #header nav div ul#gbMenu li a {
      display: block;
      padding: 16px 20px;
      text-decoration: none; }
  #header .menu-trigger {
    display: none; }

div#footer {
  position: relative; }
  div#footer .wrapper {
    position: relative; }
  div#footer .menu ul li {
    line-height: 1.8em; }
    div#footer .menu ul li a {
      padding: 5px 0; }
  div#footer .menu a {
    text-decoration: none;
    cursor: pointer;
    transition: .2s; }

div#foot_menu {
  overflow: hidden;
  background-color: #000000; }
  div#foot_menu .wrapper {
    padding: 15px 0; }
  div#foot_menu .menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px; }
    div#foot_menu .menu ul li {
      margin-right: 15px;
      border-right: 1px solid #ffffff;
      padding-right: 15px;
      line-height: 1em; }
      div#foot_menu .menu ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none; }
      div#foot_menu .menu ul li a {
        padding: 5px 0; }

p#copyright {
  color: #ffffff;
  text-align: center;
  margin: 30px 20px 20px; }
  p#copyright a {
    text-decoration: none;
    transition: .2s; }

#back-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100; }
  #back-top a　 {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }
  #back-top a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #3366ff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }

div#sidebar section {
  margin-bottom: 20px; }
div#sidebar .ctMenu {
  background: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 20px; }
  div#sidebar .ctMenu h3 {
    background: #3495b1 url(/wp-content/themes/dronepc/images/bg01.png) 0 0/3px auto;
    font-size: 19px;
    font-weight: normal;
    border-bottom: 1px solid #3495b1;
    color: #ffffff;
    padding: 7px 10px;
    margin-bottom: 6px; }
    div#sidebar .ctMenu h3 a {
      display: block;
      color: #ffffff; }
    div#sidebar .ctMenu h3 strong {
      display: inline-block;
      font-weight: normal;
      text-shadow: 1px 1px 3px #cccccc; }
    div#sidebar .ctMenu h3 em {
      display: inline-block;
      float: right;
      font-family: 'Merriweather', serif;
      margin-bottom: 5px;
      font-size: 12px; }
  div#sidebar .ctMenu ul li a {
    background: url(/wp-content/themes/dronepc/images/cmnIcon01.png) no-repeat 0 -3px/23px auto;
    display: block;
    min-height: 23px;
    overflow: hidden;
    padding: 4px 0 4px 25px;
    font-size: 15px;
    margin: 4px 0 7px;
    border-bottom: 1px dashed #dddddd;
    text-decoration: none; }
  div#sidebar .ctMenu ul li a:hover {
    background: url(/wp-content/themes/dronepc/images/cmnIcon01.png) no-repeat 0 -37px/23px auto; }
div#sidebar .info01 {
  background: #242f44 url(/wp-content/themes/dronepc/images/bg01.png) 0 0/3px auto;
  border: 1px solid #dddddd;
  text-align: center;
  padding: 10px; }
  div#sidebar .info01 h3 {
    margin-bottom: 8px; }
    div#sidebar .info01 h3 img {
      width: 195px; }
  div#sidebar .info01 ul {
    background: #ffffff; }
    div#sidebar .info01 ul li {
      padding: 10px 0 5px;
      border-top: 1px dashed #dddddd;
      margin: 0 15px; }
      div#sidebar .info01 ul li:first-child {
        border-top: none; }
    div#sidebar .info01 ul img {
      width: 187px; }
div#sidebar .info02 {
  background: #242f44 url(/wp-content/themes/dronepc/images/bg01.png) 0 0/3px auto;
  border: 1px solid #dddddd;
  text-align: center; }
  div#sidebar .info02 p a {
    background: url(/wp-content/themes/dronepc/images/bg05.png) 5px 0/5px auto repeat-y;
    display: block;
    color: #ffffff;
    font-size: 19px;
    padding: 10px;
    text-decoration: none; }
div#sidebar .weather {
  text-align: center; }
div#sidebar .ctMenu02 {
  background: #ffffff;
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }
  div#sidebar .ctMenu02 ul li a {
    background: url(/wp-content/themes/dronepc/images/cmnIcon01.png) no-repeat 5px -3px/23px auto;
    display: block;
    min-height: 23px;
    overflow: hidden;
    padding: 4px 0 4px 35px;
    font-size: 13px;
    margin: 3px 0 5px;
    border-bottom: 1px dashed #dddddd;
    text-decoration: none; }
  div#sidebar .ctMenu02 ul li:last-of-type a {
    border-bottom: none; }
  div#sidebar .ctMenu02 ul li a:hover {
    background: url(/wp-content/themes/dronepc/images/cmnIcon01.png) no-repeat 5px -37px/23px auto; }
div#sidebar .scMenu {
  background: #ffffff;
  border: 3px double #dddddd;
  margin-bottom: 20px;
  padding: 7px; }
  div#sidebar .scMenu h3 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #3495b1;
    padding: 0 0 5px;
    margin-bottom: 6px;
    color: #242f44; }
  div#sidebar .scMenu input[type=text] {
    width: 100%;
    padding: 3px 5px;
    border: 1px solid #dddddd;
    margin-top: 5px; }
  div#sidebar .scMenu input[type=submit] {
    width: 100%;
    padding: 3px 5px;
    margin-top: 5px; }

.breadcrumb {
  font-size: 14px;
  padding: 10px 0;
  background-color: #000000;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px; }
  .breadcrumb, .breadcrumb a {
    color: #ffffff; }

.imgMain01 img {
  margin-bottom: 10px;
  display: block; }

.pageTitle {
  font-weight: normal;
  padding: 10px 0;
  margin: 30px 0 10px;
  background: none;
  border-top: none;
  border-bottom: 3px double #3495b1; }

.postHeader .topTitle {
  color: #ffffff;
  font-size: 26px;
  font-weight: normal;
  background: url(/wp-content/themes/dronepc/images/bg03.png) repeat-x 0 bottom/1px auto;
  padding: 0 0 12px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.3em; }

.postList {
  padding: 50px 0;
  background-color: #000000; }
  .postList:first-of-type {
    margin-top: 0; }
  .postList.initial .entryInfo,
  .postList.initial .date,
  .postList.initial p {
    color: #ffffff; }

.postTitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5em; }

ul.cat {
  display: inline; }
  ul.cat li {
    display: inline;
    margin-right: 5px;
    margin-left: 0 !important; }
    ul.cat li a {
      border: 1px solid #222222;
      background: #222222;
      border-radius: 3px;
      color: #ffffff;
      padding: 2px 5px;
      font-size: 12px;
      text-decoration: none;
      transition: .2s; }
      ul.cat li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )"; }

.entryInfo {
  line-height: 1.8em; }
  .entryInfo p.thumbnail {
    float: left;
    margin: 0 15px 0 0; }
    .entryInfo p.thumbnail img {
      width: 250px;
      display: block; }
    .entryInfo p.thumbnail a {
      display: inline-block;
      position: relative;
      z-index: 2;
      overflow: hidden;
      border: 1px solid #ffffff;
      transition-duration: 0.5s; }
      .entryInfo p.thumbnail a img:hover {
        transform: scale(1.2);
        transition-duration: 0.5s; }
  .entryInfo p.readmore {
    text-align: right;
    margin-top: 7px; }
    .entryInfo p.readmore a {
      background: #000000;
      border-radius: 5px;
      padding: 0px 5px;
      display: inline-block;
      color: #ffffff;
      border: 1px solid #ffffff;
      text-decoration: none; }
  .entryInfo span.date {
    font-size: 12px; }
  .entryInfo ul {
    margin: 0 10px 10px 0;
    padding: 5px;
    display: inline; }

.single {
  background-color: #B9B9B9; }
  .single > .wrapper {
    padding: 30px 0; }

.postEntry {
  padding: 20px 0; }
  .postEntry .topTitle {
    color: #222222;
    font-size: 26px;
    font-weight: normal;
    background: url(/wp-content/themes/dronepc/images/bg03.png) repeat-x 0 bottom/1px auto;
    padding: 0 0 12px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.3em; }
    .postEntry .topTitle span.title {
      display: inline-block;
      margin-left: 20px;
      font-size: 16px;
      text-shadow: 1px 1px 3px #eeeeee; }
  .postEntry span.date {
    font-size: 12px;
    color: #000000; }
  .postEntry .postCon {
    color: #000000; }
    .postEntry .postCon h2 {
      font-weight: normal;
      padding: 10px 0;
      margin: 30px 0 10px;
      border-bottom: 3px double #ffffff; }
    .postEntry .postCon p {
      margin: 10px 0;
      line-height: 2em; }
      .postEntry .postCon p img {
        display: block; }
    .postEntry .postCon ul li,
    .postEntry .postCon ol li {
      font-size: 14px;
      margin-left: 20px;
      line-height: 180%; }
    .postEntry .postCon ul li {
      list-style: outside; }
    .postEntry .postCon ol li {
      list-style: decimal outside; }
    .postEntry .postCon img.size-full,
    .postEntry .postCon img.size-medium,
    .postEntry .postCon img.size-large,
    .postEntry .postCon img.thumbnail {
      max-width: 660px;
      height: auto; }
    .postEntry .postCon img.alignleft {
      float: left;
      margin-right: 15px;
      margin-bottom: 15px; }
    .postEntry .postCon img.alignright {
      float: right;
      margin-left: 15px;
      margin-bottom: 15px; }
    .postEntry .postCon a {
      color: #0000ff; }
      .postEntry .postCon a:hover {
        color: #3495b1;
        text-decoration: none; }
    .postEntry .postCon .video {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      margin-top: 10px; }
      .postEntry .postCon .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.wp-caption {
  margin: 10px 0;
  padding: 0;
  max-width: 660px; }
  .wp-caption a,
  .wp-caption a:hover {
    border: none; }
  .wp-caption img {
    margin: 0 !important;
    border: none !important;
    max-width: 660px; }
  .wp-caption p {
    padding: 0px 10px 3px;
    margin: 0;
    text-align: center;
    font-size: 90%; }

p.wp-caption-text {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px; }

#page_intro {
  position: relative; }
  #page_intro .wrapper {
    margin: 0 auto; }
  #page_intro .page_intro-con {
    color: #ffffff;
    padding: 250px 0;
    letter-spacing: .2em; }
    #page_intro .page_intro-con h1 {
      font-size: 70px;
      line-height: 1em;
      text-shadow: 1px 1px 3px #555555;
      font-family: "Anton", sans-serif; }
    #page_intro .page_intro-con p {
      font-size: 17px;
      line-height: 1.8em;
      margin: 20px 0 0;
      text-shadow: 1px 1px 3px #555555;
      font-weight: bold; }
  #page_intro.page404 {
    text-align: center; }
    #page_intro.page404 .page_intro-con h1 {
      font-size: 35px; }
    #page_intro.page404 .page_intro-con #searchform {
      margin-top: 10px; }

.pageEntry {
  padding: 50px 0 0;
  background-color: #000000; }
  .pageEntry p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 2em; }
  .pageEntry ul li,
  .pageEntry ol li ul li, .pageEntry ol li,
  .pageEntry ul li ol li {
    margin-left: 25px;
    font-size: 15px;
    line-height: 2em; }
  .pageEntry ul li,
  .pageEntry ol li ul li {
    list-style: outside disc; }
  .pageEntry ol li,
  .pageEntry ul li ol li {
    list-style: outside decimal; }
  .pageEntry li strong {
    color: #3495b1;
    font-weight: normal; }

.snswrap {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-content: flex-start; }
  .snswrap .sns.facebook {
    width: 300px; }
  .snswrap .sns.instagram {
    width: 660px; }

.admin {
  color: #0000ff;
  border: 1px solid #0000ff;
  padding: 0 3px; }

h1 span.admin,
h2 span.admin {
  font-size: 11px;
  font-weight: normal;
  line-height: 150%;
  position: absolute;
  bottom: 10px;
  right: 0;
  text-indent: 0; }

.tablewrap {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px; }

table.contactForm {
  width: 100%;
  border-collapse: collapse; }
  table.contactForm tr {
    border-bottom: 1px solid #ccc; }
  table.contactForm th,
  table.contactForm td {
    font-size: 13px;
    line-height: 150%;
    text-align: left;
    padding: 10px 10px; }
  table.contactForm th {
    white-space: nowrap;
    text-align: right;
    color: #242f44;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    vertical-align: top; }
    table.contactForm th span {
      margin-top: 5px;
      display: block;
      color: #3b2924; }
    table.contactForm th em {
      font-style: normal;
      font-weight: normal;
      background-color: #3b2924;
      color: #ffffff;
      border-radius: 5px;
      padding: 0px 4px;
      font-size: 11px;
      position: absolute;
      top: 5px;
      left: 5px; }
  table.contactForm td {
    vertical-align: middle;
    border-right: none;
    color: #000000; }
    table.contactForm td input[type=text],
    table.contactForm td input[type=tel],
    table.contactForm td input[type=email] {
      border: 1px solid #dddddd;
      padding: 3px;
      font-size: 15px; }
    table.contactForm td textarea {
      border: 1px solid #dddddd;
      padding: 5px;
      width: 94%;
      height: 150px;
      font-size: 15px; }

p.formbtn,
div.formbtn {
  text-align: center;
  margin: 10px auto; }

form#searchform input[type=text] {
  border: 1px solid #dddddd;
  padding: 5px 8px; }

input[type=submit],
input.btn {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 5px 8px; }

#toppage #page_intro {
  position: relative;
  height: 65vh;
  min-height: 650px; }
  #toppage #page_intro .wrapper {
    position: relative; }
  #toppage #page_intro .drone_img {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
    #toppage #page_intro .drone_img img {
      width: 580px; }
  #toppage #page_intro .coordinate img {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto 15vw auto auto;
    width: 150px; }
#toppage .whatsnew {
  text-align: center;
  margin: 100px auto 0px;
  position: relative;
  z-index: 50; }
  #toppage .whatsnew .innerbox {
    background-color: #AAAAAA;
    font-size: 14px;
    padding: 2px;
    display: inline-block;
    margin: 0 auto; }
  #toppage .whatsnew .title {
    background-color: #000000;
    padding: 2px; }
    #toppage .whatsnew .title img {
      width: 120px;
      display: block;
      margin: 2px auto; }
  #toppage .whatsnew ul {
    padding-bottom: 5px;
    overflow: auto;
    height: 8em; }
    #toppage .whatsnew ul li {
      padding: 0 10px;
      text-align: left; }
      #toppage .whatsnew ul li a {
        display: block;
        text-decoration: none; }
      #toppage .whatsnew ul li span {
        position: relative;
        margin-right: 12px;
        display: inline-block; }
        #toppage .whatsnew ul li span:after {
          display: block;
          content: ' | ';
          position: absolute;
          top: 0;
          right: -10px; }
      #toppage .whatsnew ul li em {
        font-style: normal; }
#toppage .whatweare {
  background-color: #000000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 100;
  margin-top: 20px; }
  #toppage .whatweare .wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start; }
    #toppage .whatweare .wrapper .mixes {
      display: none; }
    #toppage .whatweare .wrapper .photos {
      width: 50%; }
      #toppage .whatweare .wrapper .photos img {
        border: 10px solid #ffffff;
        width: 80%; }
        #toppage .whatweare .wrapper .photos img:nth-child(1) {
          -webkit-transform: rotate(-10deg);
          -moz-transform: rotate(-10deg);
          transform: rotate(-10deg); }
        #toppage .whatweare .wrapper .photos img:nth-child(2) {
          -webkit-transform: rotate(5deg);
          -moz-transform: rotate(5deg);
          transform: rotate(5deg); }
        #toppage .whatweare .wrapper .photos img:nth-child(3) {
          -webkit-transform: rotate(-7deg);
          -moz-transform: rotate(-7deg);
          transform: rotate(-7deg); }
    #toppage .whatweare .wrapper .texts {
      width: 50%;
      color: #ffffff;
      margin-top: -50px; }
      #toppage .whatweare .wrapper .texts p {
        margin: 25px 0;
        line-height: 2em;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 17px; }

.page_foot_access {
  background-color: #3b2924; }
  .page_foot_access .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 300px;
    overflow: hidden; }
  .page_foot_access .club_info {
    width: 40%;
    background-color: #3b2924;
    color: #ffffff; }
    .page_foot_access .club_info .innerbox {
      width: 400px;
      padding: 50px;
      margin-left: auto; }
    .page_foot_access .club_info .address {
      margin: 20px auto; }
    .page_foot_access .club_info .telno {
      width: 250px; }
  .page_foot_access .club_map {
    width: 60%;
    background-color: #333; }

.toppage_foot_access {
  background-color: #3b2924; }
  .toppage_foot_access .foot_info {
    background-color: #3b2924;
    color: #ffffff; }
    .toppage_foot_access .foot_info .innerbox {
      padding: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .toppage_foot_access .foot_info img {
      width: auto;
      height: 60px;
      margin-right: 50px; }

.contactus {
  background-color: #9babc7;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
  font-size: 22px;
  background: url(/wp-content/themes/dronepc/images/bg_img02.jpg) no-repeat center -300px/cover;
  position: relative;
  height: 100%; }
  .contactus:before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' '; }
  .contactus .wrapper {
    position: relative;
    z-index: 5; }
  .contactus p {
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px #000000; }
  .contactus .btnlink a {
    display: inline-block;
    padding: 14px 20px;
    text-decoration: none;
    border-radius: 10px;
    background-color: #3366ff;
    border: 3px solid #ffffff; }
    .contactus .btnlink a:hover {
      background-color: #222222; }

.member .member_list {
  background-color: #3b2924;
  padding: 30px; }
  .member .member_list ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .member .member_list ul li {
      margin: 15px 40px 25px; }
      .member .member_list ul li a {
        display: block;
        border-radius: 10px;
        border: 3px solid #000000;
        background-color: #ffffff;
        position: relative;
        color: #000000;
        padding: 5px 15px;
        font-size: 20px;
        transition: .2s;
        text-decoration: none; }
        .member .member_list ul li a:after {
          position: absolute;
          display: block;
          content: '';
          bottom: -28px;
          border: 10px solid #000000;
          border-color: #000000 transparent transparent transparent;
          left: 50%;
          margin-left: -10px;
          transition: .2s; }
        .member .member_list ul li a:hover {
          border-color: #3366ff;
          color: #3366ff; }
          .member .member_list ul li a:hover:after {
            border-top-color: #3366ff; }
.member .postList {
  background-color: #000;
  margin: 0; }
  .member .postList:nth-of-type(even) {
    background: #2f2f2f; }
.member .postList .postTitle,
.member .postEntry .postTitle {
  color: #ffffff;
  position: relative;
  font-size: 40px;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0 5px;
  line-height: 1.8em; }
  .member .postList .postTitle .num,
  .member .postList .postTitle .big,
  .member .postEntry .postTitle .num,
  .member .postEntry .postTitle .big {
    font-family: "Anton", sans-serif; }
  .member .postList .postTitle .num,
  .member .postEntry .postTitle .num {
    font-size: 40px;
    position: relative;
    top: 4px;
    margin-right: 20px; }
  .member .postList .postTitle .big,
  .member .postEntry .postTitle .big {
    font-size: 70px; }
  .member .postList .postTitle em,
  .member .postEntry .postTitle em {
    color: #7e7e7e;
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 55px;
    font-family: "Anton", sans-serif; }
.member .postList .entryDesc,
.member .postEntry .entryDesc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0; }
  .member .postList .entryDesc .thumbnail,
  .member .postEntry .entryDesc .thumbnail {
    width: 150px;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    position: relative; }
    .member .postList .entryDesc .thumbnail img,
    .member .postEntry .entryDesc .thumbnail img {
      position: relative;
      bottom: -20px; }
  .member .postList .entryDesc .member_con,
  .member .postEntry .entryDesc .member_con {
    width: calc(100% - 200px);
    color: #ffffff; }
    .member .postList .entryDesc .member_con .intro,
    .member .postEntry .entryDesc .member_con .intro {
      font-size: 18px; }
    .member .postList .entryDesc .member_con .list,
    .member .postEntry .entryDesc .member_con .list {
      margin-top: 20px;
      color: #d7d7d7;
      font-size: 15px; }
.member .postEntry .postTitle {
  color: #000000;
  border-bottom: 1px solid #222222; }
.member .postEntry .entryDesc .thumbnail {
  border: 1px solid #222222; }
.member .postEntry .entryDesc .member_con {
  color: #222222; }
  .member .postEntry .entryDesc .member_con .list {
    color: #555555; }

.contact .pageEntry {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 0; }
  .contact .pageEntry input[type=submit],
  .contact .pageEntry input.btn {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 15px 18px;
    width: 50%;
    font-size: 15px; }
.contact div.wpcf7-response-output {
  margin-bottom: 0; }
.contact div.wpcf7-mail-sent-ok {
  border: 2px solid #3366ff; }

.activity.pageEntry article {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 0; }
.activity.pageEntry article h1 {
  font-size: 25px;
  position: relative;
  border-bottom: 1px solid #ffffff;
  line-height: 1.5em;
  padding: .5em;
  padding-left: 0;
  overflow: hidden; }
  .activity.pageEntry article h1 span.num {
    font-family: "Anton", sans-serif;
    font-size: 60px;
    position: relative;
    top: 4px;
    border-right: 1px solid #ffffff;
    padding: 0 35px;
    margin-right: 35px; }
.activity.pageEntry article:nth-of-type(even) {
  background-color: #cccccc;
  color: #000000; }
  .activity.pageEntry article:nth-of-type(even) h1 {
    border-bottom-color: #000000; }
    .activity.pageEntry article:nth-of-type(even) h1 span.num {
      border-right-color: #000000; }
.activity.pageEntry article .indentwrap {
  margin: 30px 0;
  margin-left: 93px; }
.activity.pageEntry article .gallery {
  display: flex;
  justify-content: space-around; }
  .activity.pageEntry article .gallery a {
    display: block;
    width: 24%;
    transition-duration: 0.5s; }
    .activity.pageEntry article .gallery a img:hover {
      transform: scale(1.2);
      transition-duration: 0.5s; }
.activity.pageEntry article .achievement {
  background-color: #dedede;
  color: #000000;
  padding: 20px 20px 0;
  margin: 30px 0; }
  .activity.pageEntry article .achievement h2 {
    border-bottom: 3px double #000000;
    font-size: 18px;
    padding-bottom: 20px; }
  .activity.pageEntry article .achievement .historywrap {
    margin-left: 100px;
    border-left: 1px solid #000000;
    position: relative;
    padding-bottom: 20px; }
    .activity.pageEntry article .achievement .historywrap .history {
      padding: 10px 20px;
      position: relative; }
      .activity.pageEntry article .achievement .historywrap .history p.date {
        position: absolute;
        top: 9px;
        left: -90px; }
      .activity.pageEntry article .achievement .historywrap .history::before {
        position: absolute;
        content: " ";
        background: #ffffff;
        border: 3px solid #000000;
        width: 8px;
        height: 8px;
        top: 26px;
        border-radius: 50%;
        left: -7px; }
      .activity.pageEntry article .achievement .historywrap .history > p {
        margin: 0;
        padding: 10px 0; }
      .activity.pageEntry article .achievement .historywrap .history .innerbox {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 15px; }
        .activity.pageEntry article .achievement .historywrap .history .innerbox > p {
          margin: 0px 0; }
          .activity.pageEntry article .achievement .historywrap .history .innerbox > p a {
            color: #000000;
            text-decoration: underline; }
            .activity.pageEntry article .achievement .historywrap .history .innerbox > p a:hover {
              color: #3366ff; }
        .activity.pageEntry article .achievement .historywrap .history .innerbox ul {
          display: flex;
          justify-content: flex-around;
          flex-wrap: wrap;
          margin-top: 10px; }
          .activity.pageEntry article .achievement .historywrap .history .innerbox ul li {
            list-style: none;
            margin: 5px 0;
            margin-right: 25px; }
            .activity.pageEntry article .achievement .historywrap .history .innerbox ul li a {
              color: #000000; }
              .activity.pageEntry article .achievement .historywrap .history .innerbox ul li a:hover {
                color: #3366ff; }
            .activity.pageEntry article .achievement .historywrap .history .innerbox ul li.movie {
              background: url(/wp-content/themes/dronepc/images/icon_movie.png) no-repeat 0 center/30px auto;
              padding-left: 40px; }
            .activity.pageEntry article .achievement .historywrap .history .innerbox ul li.photo {
              background: url(/wp-content/themes/dronepc/images/icon_photo.svg) no-repeat 0 center/30px auto;
              padding-left: 40px; }

.news .newswrap {
  background-color: #000000;
  padding: 15px 0; }
.news .postList {
  border-bottom: 1px dashed #cccccc;
  padding: 15px 0; }
  .news .postList:last-of-type {
    border-bottom: none; }
  .news .postList .entryInfo p.thumbnail img {
    width: 80px; }
  .news .postList .entryInfo span.date {
    font-size: inherit;
    color: #ffffff; }
  .news .postList .entryInfo .postTitle {
    margin-bottom: 0; }

.constitution .pageEntry {
  background-color: #ffffff;
  color: #000000;
  padding: 50px 0; }
  .constitution .pageEntry article h1 {
    text-align: center;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 30px; }
  .constitution .pageEntry article p.now {
    text-align: right; }
  .constitution .pageEntry article .indentwrap {
    padding: 20px 0; }
  .constitution .pageEntry article h2 {
    padding: 10px 0;
    text-align: center;
    font-size: 20px; }
    .constitution .pageEntry article h2 span {
      padding: 0 10px;
      font-size: .9em; }
    .constitution .pageEntry article h2 strong {
      padding: 0 10px; }
  .constitution .pageEntry article .sign {
    padding: 40px 0;
    text-align: right; }
  .constitution .pageEntry article .wrapper > p {
    margin: 0; }

.privacypolicy.pageEntry {
  background-color: #ffffff;
  color: #000000; }
.privacypolicy article {
  padding-bottom: 50px; }
  .privacypolicy article p.introtext {
    font-size: 18px; }
  .privacypolicy article h2 {
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    margin-top: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 5px; }
  .privacypolicy article .contactto {
    border: 1px solid #cccccc;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 50px auto 0;
    width: 45%; }
    .privacypolicy article .contactto h3 {
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-size: 16px;
      text-align: center; }
    .privacypolicy article .contactto .innerbox {
      margin: 5px 0;
      font-size: 15px; }
      .privacypolicy article .contactto .innerbox .notice {
        font-size: .9em; }
  .privacypolicy article .contactto > p {
    margin: 0; }

.flightguide .intro {
  background-color: #000000;
  color: #ffffff;
  padding: 20px; }
  .flightguide .intro h2 {
    font-family: "Anton", sans-serif;
    text-shadow: 3px 3px 0px #555555;
    font-size: 50px;
    text-align: center;
    line-height: 1.5em; }
  .flightguide .intro figure {
    margin: 30px auto; }
    .flightguide .intro figure img {
      width: 50%;
      display: block;
      margin: 0 auto; }
.flightguide .rule {
  background-color: #222222;
  color: #ffffff;
  padding: 40px 0; }
  .flightguide .rule .wrapper {
    position: relative; }
  .flightguide .rule h2 {
    border-top: 1px solid #ffffff;
    padding-top: 30px;
    line-height: 1.5em;
    margin-bottom: 30px; }
    .flightguide .rule h2 strong {
      display: block; }
    .flightguide .rule h2 em {
      display: block;
      font-size: .95em; }
  .flightguide .rule p.icon {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0; }
    .flightguide .rule p.icon img {
      width: 150px; }
  .flightguide .rule .linkinfo {
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px; }
    .flightguide .rule .linkinfo a {
      color: #000000;
      position: relative;
      display: inline-block;
      padding-left: 1.2em; }
      .flightguide .rule .linkinfo a:before {
        display: block;
        content: '▶︎';
        position: absolute;
        top: 1px;
        left: 0; }
      .flightguide .rule .linkinfo a:hover {
        color: #3366ff; }
  .flightguide .rule section {
    padding: 50px 0; }
    .flightguide .rule section h3 {
      font-size: 25px;
      position: relative;
      border-bottom: 1px solid #ffffff;
      line-height: 1.5em;
      padding: .5em;
      padding-left: 0;
      overflow: hidden; }
      .flightguide .rule section h3 span.num {
        font-family: "Anton", sans-serif;
        font-size: 60px;
        position: relative;
        top: 4px;
        border-right: 1px solid #ffffff;
        padding: 0 35px;
        margin-right: 35px; }
    .flightguide .rule section .innerbox {
      margin: 10px 0 0;
      background-color: #ffffff;
      color: #000000;
      padding: 30px; }
      .flightguide .rule section .innerbox figure {
        text-align: center;
        padding: 20px 0; }
        .flightguide .rule section .innerbox figure figcaption {
          font-size: 12px; }
          .flightguide .rule section .innerbox figure figcaption a {
            color: #3366ff; }
        .flightguide .rule section .innerbox figure.img1 img {
          width: 60%; }
        .flightguide .rule section .innerbox figure.img2 img {
          width: 30%; }
      .flightguide .rule section .innerbox p a {
        color: #3366ff; }
    .flightguide .rule section .approval {
      text-align: center;
      border: 1px solid #222222;
      border-radius: 10px;
      padding: 0 20px 0px;
      position: relative;
      margin-top: 40px; }
      .flightguide .rule section .approval .h4wrap {
        background-color: #222222;
        border-radius: 30px;
        color: #ffffff;
        display: inline-block;
        padding: 10px 20px;
        margin-top: -25px; }
        .flightguide .rule section .approval .h4wrap h4 {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center; }
          .flightguide .rule section .approval .h4wrap h4 img {
            width: 25px;
            margin-right: 10px; }
      .flightguide .rule section .approval figure {
        width: 70%;
        margin: 0 auto; }
.flightguide .points {
  background-color: #eeeeee;
  color: #222222;
  padding: 50px 0; }
  .flightguide .points h2 {
    color: #3b2924;
    border-bottom: 1px solid #3b2924;
    font-size: 30px;
    padding: 20px 0; }
    .flightguide .points h2 img {
      width: 50px;
      margin-left: 10px;
      margin-right: 30px;
      vertical-align: middle; }
  .flightguide .points section {
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
    padding-left: 90px;
    margin-top: 50px; }
    .flightguide .points section span.num {
      position: absolute;
      font-size: 150px;
      top: 5px;
      left: 7px;
      font-family: "Anton", sans-serif;
      color: #eeeeee;
      line-height: 1em; }
    .flightguide .points section h3 {
      font-size: 25px;
      color: #3b2924;
      padding: 20px 0; }
    .flightguide .points section .gallery {
      display: flex;
      justify-content: flex-start; }
      .flightguide .points section .gallery > img {
        width: 49%;
        margin-right: 2%; }
      .flightguide .points section .gallery.bigger > img {
        width: 100%; }
      .flightguide .points section .gallery a {
        display: block;
        width: 30%;
        transition-duration: 0.5s; }
        .flightguide .points section .gallery a img:hover {
          transform: scale(1.2);
          transition-duration: 0.5s; }
    .flightguide .points section .innerbox a {
      color: #3366ff; }
      .flightguide .points section .innerbox a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )"; }

.onlyPC {
  font-size: inherit !important; }
  .onlyPC.inline {
    display: inline; }
  .onlyPC.inb {
    display: inline-block; }
