@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

html {
  color: #333333;
  font-size: 14px; }

#main-visual {
  width: 100%; }

#content-block {
  padding-top: 40px;
  padding-bottom: 48px;
  background-image: url(../_images/bg_beach.jpg);
  background-position: center top;
  background-repeat: no-repeat; }
  #content-block .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.inner {
  width: 980px;
  margin: 0 auto; }

#footer {
  padding-bottom: 253px;
  position: relative;
  margin-bottom: 40px;
  background-image: url(../_images/bg_footer.jpg);
  background-position: bottom center;
  background-repeat: no-repeat; }
  #footer .c-footer-bg {
    background: #0C80C8;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%; }
  #footer .p-sponsor {
    margin-bottom: 30px;
    padding-left: 3px; }
    #footer .p-sponsor .c-desc-title::before {
      color: #0C80C8; }
    #footer .p-sponsor .c-desc-text {
      width: 922px;
      font-size: 1rem; }
    #footer .p-sponsor .c-text-block a {
      color: #333333; }
    #footer .p-sponsor .c-text-block::after {
      content: "、";
      font-size: 0.92857rem; }
    #footer .p-sponsor .c-text-block:last-child::after {
      content: ""; }
  #footer .p-contact-btn {
    margin-bottom: 20px; }
    #footer .p-contact-btn .c-btn-title {
      border: 1px solid #0C80C8;
      height: 38px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.21429rem;
      text-align: center;
      text-decoration: none;
      color: #0C80C8;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      font-weight: bold; }
  #footer .p-footer-message {
    margin-bottom: 19px;
    line-height: 130%; }
    #footer .p-footer-message .c-title {
      font-size: 1.14286rem;
      color: #0C80C8;
      margin-bottom: 4px; }
    #footer .p-footer-message .c-sub-title {
      font-size: 1.07143rem;
      font-weight: bold;
      margin-bottom: 2px; }
    #footer .p-footer-message a {
      color: #000; }
  #footer .copyright {
    font-size: 0.92857rem; }

#header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #header .inner .p-title {
    width: 600px; }
  #header .inner .p-sub-title {
    width: 380px; }

#main {
  width: 620px; }

#sub {
  width: 320px; }
  #sub .banner-otanosimi {
    margin-top: -10px; }
  #sub > * {
    margin-bottom: 18px; }
  #sub .p-youtube__title {
    font-size: 1.07143rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #sub .p-youtube__title::before {
      content: "";
      display: block;
      width: 111px;
      height: 42px;
      margin-right: 12px;
      background-image: url(../_images/logo_youtube.png);
      background-size: contain;
      background-position: left center;
      background-repeat: no-repeat; }

#global-navi {
  background: #0C80C9;
  border-top: 4px solid #3C99D4; }
  #global-navi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #global-navi ul li {
      width: 12.5%;
      margin-top: -4px;
      border-right: 1px solid rgba(255, 255, 255, 0.3); }
      #global-navi ul li:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
      #global-navi ul li a {
        border-top: 4px solid #3C99D4;
        color: #fff;
        text-decoration: none;
        padding: 15px 0 15px 0;
        text-align: center;
        display: block;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        letter-spacing: 1px;
        font-size: 1.07143rem; }
        #global-navi ul li a::before {
          content: "";
          display: inline-block;
          margin-left: 2px; }
        #global-navi ul li a:hover {
          background: #0660B2;
          border-top: 4px solid #3880C1; }

.c-banner {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .c-banner:hover {
    opacity: 0.7; }
  .c-banner img {
    width: 100%;
    height: auto; }

.c-btn {
  border: 2px solid #0C80C8;
  padding: 0.5em;
  display: block;
  font-size: 1.14286rem;
  text-align: center;
  text-decoration: none;
  color: #0C80C8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  .c-btn:hover {
    background: #0C80C8;
    color: #fff; }

.c-news {
  font-size: 1rem; }
  .c-news-list {
    padding: 15px 0 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ccc;
    line-height: 130%; }
  .c-news-date {
    min-width: 130px;
    font-size: 0.92857rem;
    font-size: 0.96857rem; }
  .c-news-title {
    width: 100%;
    line-height: 143%; }

.c-list-text {
  line-height: 140%; }
  .c-list-text__item {
    margin-bottom: 1px; }

.c-desc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 142%; }

.c-desc-title {
  margin-bottom: 1px; }
  .c-desc-title::before {
    content: "●";
    display: inline-block;
    margin-right: 1px;
    font-size: 0.64286rem; }
  .c-desc-title::after {
    content: "／"; }

.c-desc-text {
  margin-bottom: 1px; }

.c-title {
  font-weight: bold;
  font-size: 1.42857rem; }

.c-text {
  line-height: 180%; }

.c-link {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .c-link:hover {
    color: #0C80C8; }

.c-mark {
  color: #f00; }

.p-notice {
  color: #CC0000;
  border: 4px solid #CC0000;
  margin-bottom: 20px; }
  .p-notice-inner {
    padding: 13px 21px 12px;
    background: #FCF2F2;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .p-notice .c-title {
    text-align: center;
    margin-bottom: 8px; }
  .p-notice .c-text {
    font-size: 1.21429rem;
    line-height: 134%;
    letter-spacing: 0.1px; }

.p-news {
  margin-bottom: 20px;
  background: #fff;
  padding-bottom: 20px; }
  .p-news-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid #fff;
    padding: 6px 0 5px; }
    .p-news-title .c-title {
      margin-right: 2px;
      border-left: 8px solid #fff;
      padding: 10px 0 5px 10px;
      font-size: 1.5rem; }
    .p-news-title .c-sub-title {
      padding: 5px 0 5px 5px;
      font-size: 1.14286rem;
      letter-spacing: 1px; }
      .p-news-title .c-sub-title::before {
        content: "["; }
      .p-news-title .c-sub-title::after {
        content: "]"; }
  .p-news-box {
    height: 320px;
    margin-right: 13px;
    overflow: auto;
    overflow-y: scroll;
    padding: 0 5px 0 20px; }
  .p-news--news .p-news-title {
    border-bottom-color: #0C80C8; }
    .p-news--news .p-news-title .c-title {
      border-left-color: #C2DFF1;
      color: #0C80C8; }
  .p-news--news .c-news-date {
    color: #0C80C8; }
  .p-news--topics .p-news-title {
    border-bottom-color: #EB6EA5; }
    .p-news--topics .p-news-title .c-title {
      border-left-color: #FADBE8;
      color: #EB6EA5; }
  .p-news--topics .c-news-date {
    color: #EB6EA5; }
  .p-news--topics .c-link:hover {
    color: #EB6EA5; }

.p-swiper {
  height: 460px; }
  .p-swiper .swiper-slide {
    width: 100%;
    height: 460px;
    background-position: center center;
    background-size: cover; }
  .p-swiper .swiper-pagination {
    bottom: 18px; }
    .p-swiper .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
      border: 2px solid #fff;
      margin: 0 3px !important;
      opacity: 1;
      background: #CCCCCC; }
      .p-swiper .swiper-pagination-bullet-active {
        background: #EB6EA5; }
