@charset "UTF-8";
p, li {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

a {
  color: #93d8ec;
}
a :hover {
  color: #93d8ec;
  position: relative;
  top: 3px;
  left: 3px;
}

.inner {
  text-align: center;
}

.main {
  text-align: center;
}
.main__img {
  padding-top: 15px;
  margin: 0 auto;
}

.header__inner {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  background: #fff;
}

.flex-header {
  text-align: center;
  overflow: hidden;
}
.flex-header__logo {
  padding-top: 20px;
  margin: 0 auto;
}
.flex-header__inner {
  display: flex;
  flex-direction: row;
}
.flex-header__list {
  display: flex;
  flex-direction: row;
  padding-left: 100px;
}
.flex-header__listIcon {
  padding-left: 40px;
}
.flex-header__munu {
  display: flex;
  flex-direction: row;
}
.flex-header__munuText {
  min-width: 100px;
  padding-left: 50px;
  font-size: 12px;
}

.footer {
  box-shadow: 0 10px 5px -3px rgba(0, 0, 0, 0.1), 0 -10px 5px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  width: 100%;
}
.footer__copy {
  text-align: center;
}
.footer__copyText {
  color: #ccc;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.flex-content {
  position: relative;
  padding: 20px;
  background: #f0f0f0;
  text-align: center;
}
.flex-content__logo {
  margin: 0 auto;
  font-weight: bold;
  border-bottom: #fff solid 2px;
  width: 400px;
  font-size: 30px;
}
.flex-content__area {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.flex-content__card {
  margin: 0 auto;
  padding-left: 15px;
}

.flex-event {
  margin-top: 30px;
  position: relative;
  padding: 20px;
  background: #f0f0f0;
  text-align: center;
}
.flex-event__logo {
  margin: 0 auto;
  font-weight: bold;
  border-bottom: #fff solid 2px;
  width: 400px;
}
.flex-event__area {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.flex-event__texts {
  display: flex;
  flex-direction: row;
}
.flex-event__contents {
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 14px;
  width: 800px;
}
.flex-event__content {
  font-size: 23px;
  margin: 0 auto;
  margin-top: 15px;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 20px;
}
.flex-event__contentText {
  padding: 5px 0 15px 0;
}
.flex-event__cardArea {
  margin: 0 auto;
  position: relative;
}
.flex-event__cardText {
  min-width: 300px;
  background: #fff;
  padding: 15px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.flex-event__cardText span {
  font-weight: bold;
}
.flex-event__cardBox {
  text-align: center;
  display: flex;
  flex-direction: row;
}

.flex-info {
  text-align: center;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.flex-info__logo {
  margin: 0 auto;
}
.flex-info__texts {
  margin: 0 auto;
  text-align: center;
}
.flex-info__text {
  margin: 0 auto;
  border-bottom: #ccc solid 2px;
  width: 400px;
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.flex-info__txt {
  padding-left: 30px;
}

.flex-link {
  position: relative;
  margin: 0 auto;
  background: #ccc;
  text-align: center;
  margin-top: 50px;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.flex-link__logo {
  padding-top: 10px;
  margin: 0 auto;
  border-bottom: #fff solid 2px;
  width: 200px;
}
.flex-link__imgs {
  text-align: center;
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}
.flex-link__imgs a {
  color: #fff;
}
.flex-link__imgs a :hover {
  color: #fff;
}
.flex-link__img {
  text-align: center;
  margin: 0 auto;
  padding-left: 40px;
}

@media (max-width: 576px) {
  .flex-header__logo {
    padding: 10px;
  }
  .flex-header__list {
    display: none;
  }
  .flex-header__munu {
    display: none;
  }

  .flex-event {
    display: none;
  }

  .flex-link__imgs {
    display: block;
    margin-left: -80px;
  }
  .flex-link__img {
    padding-top: 10px;
  }

  .flex-content__area {
    margin-left: -50px;
    display: block;
  }
  .flex-content__card {
    padding-top: 10px;
  }

  .flex-info__text {
    margin-left: -10px;
    width: 300px;
  }
  .flex-info__txt {
    padding-left: 20px;
  }
}

/*# sourceMappingURL=okinawa.css.map */
