@charset "UTF-8";
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
body::before {
  content: "";
  background: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 1000;
  pointer-events: none;
}
body.open::before {
  opacity: 0.9;
  pointer-events: auto;
}

img {
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

#wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#header {
  background: #00479b;
  position: fixed;
  width: 100%;
  max-width: 750px;
  height: 44px;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #header {
    height: 70px;
  }
}
#header .header_inner {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .logo {
  padding-left: 2vw;
}
#header .logo img {
  width: 45vw;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #header .logo {
    padding-left: 12px;
  }
  #header .logo img {
    width: auto;
    height: 36px;
  }
}
#header #sp_menu a {
  display: block;
  background: url(../images/ico_menu.png) no-repeat center/20px;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  #header #sp_menu a {
    width: 70px;
    height: 70px;
    background-size: 30px;
  }
}
#header #sp_menu a.selected {
  background-image: url(../images/ico_close.png);
}

#gnav {
  background: #fff;
  color: #fff;
  display: none;
  width: 100%;
  height: auto;
  top: 70px;
  position: absolute;
  top: 44px;
  border: 2px solid #88e9ff;
  padding: 6vw 6vw 10vw;
  font-size: 0.9em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  #gnav {
    display: none;
    width: 100%;
    height: auto;
    top: 70px;
    right: 0;
    padding: 30px 15% 60px;
    transition: none;
    text-align: center;
  }
}
#gnav.open {
  right: 0;
}
#gnav .sttl {
  padding-bottom: 20px;
}
#gnav .sttl img {
  max-width: 70px;
}
#gnav ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #3f79f1;
}
#gnav ul > li:nth-child(odd) {
  background: #b3f1ff;
}
#gnav ul > li:nth-child(even) {
  background: #e7fbff;
}
#gnav ul > li > a {
  display: block;
  padding: 15px 6vw;
}
@media screen and (min-width: 768px) {
  #gnav ul > li > a {
    padding: 20px 30px;
    font-size: 1.25rem;
  }
}
#gnav ul > li.contact {
  padding: 10px;
  border-top: 1px solid #EF87B6;
}
#gnav ul > li.contact dl {
  font-size: 90%;
  padding: 10px 10px 5px;
}
#gnav ul > li.contact dl a {
  display: block;
  padding: 0;
  text-decoration: underline;
}
#gnav ul > li.contact dl dd {
  padding-left: 10px;
  font-size: 90%;
  margin-top: 5px;
}
#gnav .gnav__menu_b {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
#gnav .gnav__menu_b a {
  display: block;
  width: 48%;
}
#gnav .gnav__menu_b a:nth-of-type(3) {
  margin-top: 20px;
}

/************************************************

	Utility

*************************************************/
.mt20_40 {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .mt20_40 {
    margin-top: 40px !important;
  }
}

.b-small {
  font-size: 70%;
}

/************************************************

	Contents

*************************************************/
.contents {
  padding-top: 44px;
  background-image: url("../../images/bg01.jpg");
  background-repeat: no-repeat;
  background-position: 0 44px;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .contents {
    padding-top: 70px;
  }
}

.mv .mv_unit {
  position: relative;
}
.mv .mv__btn01 {
  position: absolute;
  width: 88%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.mv .mv__btn02 {
  position: absolute;
  width: 88%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.line {
  width: 88%;
  margin: -23% auto 0;
}
.line .line__accor__btn {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .line .line__accor__btn:hover {
    cursor: pointer;
  }
}
.line .line__accor__btn::before, .line .line__accor__btn::after {
  content: "";
  display: block;
  height: 3%;
  width: 5%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3%;
}
.line .line__accor__btn::before {
  transform: translateY(-50%);
}
.line .line__accor__btn::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.line .line__accor__btn.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.line .line__accor__body {
  border: 2px solid #00b900;
  position: relative;
  display: none;
}
.line .line__accor__body .line__btn {
  position: absolute;
  bottom: 5%;
  left: 4%;
  width: 50%;
}

.info {
  margin: 6% 0;
}

.news {
  background: #ddffe1;
  padding: 60px 30px;
}
@media screen and (max-width: 640px) {
  .news {
    padding: 60px 5%;
  }
}
.news h2 {
  text-align: center;
  margin-bottom: 30px;
}
.news h2 img {
  max-width: 148px;
}
@media screen and (max-width: 640px) {
  .news h2 img {
    max-width: 30%;
  }
}
.news .news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news .news__list li {
  width: 48%;
}
.news .news__list li:nth-child(n+3) {
  margin-top: 4%;
}
.news .news__list li .news__img {
  background-image: url(/eventnews/images/default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  margin: 0;
  width: 100%;
  padding-bottom: 46.15%;
  overflow: hidden;
  position: relative;
}
.news .news__list li .news__txt {
  margin-top: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .news .news__list li .news__txt {
    font-size: 0.8125rem;
  }
}
.news .news__btn {
  margin: 6% auto 0;
  max-width: 210px;
}
@media screen and (max-width: 640px) {
  .news .news__btn {
    width: 40%;
  }
}

.news__slider {
  padding: 0 50px 20px;
}
@media screen and (max-width: 640px) {
  .news__slider {
    padding: 0 6% 20px;
  }
}
.news__slider.news__slider_block01 {
  background: url("../../images/img_block01_08.jpg") repeat-y;
  background-size: contain;
}
.news__slider.news__slider_block02 {
  background: url("../../images/img_block02_10.jpg") repeat-y;
  background-size: contain;
}
.news__slider li.slick-slide {
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .news__slider li.slick-slide {
    padding: 0 20px;
  }
}
.news__slider li.slick-slide a {
  display: block;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .news__slider li.slick-slide a:hover {
    opacity: 0.7;
  }
}
.news__slider li.slick-slide .news__slider__img {
  background-image: url(/eventnews/images/default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  margin: 0;
  width: 100%;
  padding-bottom: 46.15%;
  overflow: hidden;
  position: relative;
}
.news__slider li.slick-slide .news__slider__txt {
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .news__slider li.slick-slide .news__slider__txt {
    font-size: 0.8125rem;
  }
}
.news__slider .slick-prev,
.news__slider .slick-next {
  font-size: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 36px;
  top: 38%;
}
.news__slider .slick-prev::before,
.news__slider .slick-next::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .news__slider .slick-prev:hover,
.news__slider .slick-next:hover {
    cursor: pointer;
  }
}
.news__slider .slick-prev {
  left: 20%;
  background-image: url(../images/ico_prev.png);
}
.news__slider .slick-next {
  right: 20%;
  background-image: url(../images/ico_next.png);
}
@media screen and (max-width: 980px) {
  .news__slider .slick-prev,
.news__slider .slick-next {
    top: 40%;
  }
}
@media screen and (max-width: 640px) {
  .news__slider .slick-prev,
.news__slider .slick-next {
    width: 13px;
    height: 18px;
    top: 37%;
  }
  .news__slider .slick-prev {
    left: 16%;
  }
  .news__slider .slick-next {
    right: 16%;
  }
}

.block01 .block01__inner .block01_unit01 {
  position: relative;
}
.block01 .block01__inner .block01_unit01 .block01__btn01 {
  position: absolute;
  width: 43%;
  top: 64%;
  left: 5%;
}
.block01 .block01__inner .block01_unit01 .block01__btn02 {
  position: absolute;
  width: 43%;
  top: 64%;
  right: 5%;
}
.block01 .block01__inner .block01_unit01 .block01__btn03 {
  position: absolute;
  width: 88%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block01 .block01__inner .block01_unit01 .block01__btn04 {
  position: absolute;
  width: 28%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.block02 .block02__inner .block02_unit01 {
  position: relative;
}
.block02 .block02__inner .block02_unit01 .block02__btn01 {
  position: absolute;
  width: 76%;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
}
.block02 .block02__inner .block02_unit01 .block02__btn02 {
  position: absolute;
  width: 88%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block02 .block02__inner .block02_unit01 .block01__btn03 {
  position: absolute;
  width: 28%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block02 .program__accor__btn {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block02 .program__accor__btn:hover {
    cursor: pointer;
  }
}
.block02 .program__accor__btn::before, .block02 .program__accor__btn::after {
  content: "";
  display: block;
  height: 3%;
  width: 5%;
  background: #333;
  position: absolute;
  top: 50%;
  right: 3%;
}
.block02 .program__accor__btn::before {
  transform: translateY(-50%);
}
.block02 .program__accor__btn::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.block02 .program__accor__btn.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.block02 .program__accor__body {
  border-left: 2px solid #f67995;
  border-right: 2px solid #f67995;
  border-bottom: 2px solid #f67995;
  position: relative;
  display: none;
}

.block03 .block03__inner {
  background: #fff;
}
.block03 .block03__inner .block03_unit {
  position: relative;
}
.block03 .block03__inner .block03__btn {
  position: absolute;
  width: 80%;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
}

.block04 .block04__inner {
  background: #fff;
}
.block04 .block04__inner .block04_unit {
  position: relative;
}
.block04 .block04__inner .block04__btn {
  position: absolute;
  width: 95%;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}
.block04 .block04__inner .block04__btn02 {
  position: absolute;
  width: 95%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section_safety {
  /*background: #bce9eb;
  padding: 10px;*/
}
@media screen and (min-width: 768px) {
  .section_safety {
    /*padding: 20px;*/
  }
}
.section_safety .section_safety__inner {
  /*border: 1px solid #00479b;
  padding-bottom: 5.633%;*/
}
@media screen and (min-width: 768px) {
  .section_safety .section_safety__inner {
    /*border-width: 2px;*/
  }
}
.section_safety .section_safety__accor {
  margin-right: 5.633%;
  margin-left: 5.633%;
}
.section_safety .section_safety__accor .section_safety__accor__btn {
  display: block;
  position: relative;
}
.section_safety .section_safety__accor .section_safety__accor__btn::before, .section_safety .section_safety__accor .section_safety__accor__btn::after {
  content: "";
  display: block;
  height: 5.755%;
  width: 7.142%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3.174%;
}
.section_safety .section_safety__accor .section_safety__accor__btn::before {
  transform: translateY(-50%);
}
.section_safety .section_safety__accor .section_safety__accor__btn::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.section_safety .section_safety__accor .section_safety__accor__btn.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.section_safety .section_safety__accor .section_safety__accor__body {
  display: none;
}

/*.gmap {
    position: relative;

    .gmap__map {
        width: 90%;
        margin: 0 auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;

        iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
}*/
/************************************************

	Footer

*************************************************/
.b-footer {
  position: relative;
}
.b-footer .unit_btn01 {
  display: block;
  width: 26%;
  padding-bottom: 4%;
  height: 0;
  position: absolute;
  bottom: 33%;
  left: 37%;
}
.b-footer .bottom_contact__tel {
  position: absolute;
  display: block;
  top: 25%;
  left: 15%;
  width: 36%;
  aspect-ratio: 10/1.5;
}

/************************************************

	Btn

*************************************************/
#btn_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 9px 1px rgba(28, 28, 28, 0.5);
  background: #88e9ff;
  text-align: center;
}
#btn_fixed .btn_fixed__iner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
#btn_fixed a {
  display: block;
}
#btn_fixed img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #btn_fixed img {
    width: 500px;
  }
}

/************************************************

	モーダル

*************************************************/
.modal_bg {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
}

.modal_close_btn {
  color: #ccc;
  position: absolute;
  top: -6%;
  right: 0;
  padding: 30px;
  font-size: 30px;
  z-index: 10001;
}
.modal_close_btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .modal_close_btn {
    padding: 12px 10px;
  }
}

.modal_contents {
  display: none;
  top: 50%;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 10000;
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .modal_contents {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .modal_contents {
    width: 100%;
  }
}
.modal_contents .modal_contents_inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
  position: relative;
}
.modal_contents .modal_contents_inner .modal_close_btn {
  color: #fff;
  top: -20px;
  right: -20px;
}
.modal_contents .modal_contents_inner .h3_ttl {
  text-align: center;
  color: #fff;
  margin: 40px 0 20px;
  font-size: 28px;
  font-weight: bold;
}
.modal_contents .modal_contents_inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal_contents .modal_contents_inner ul li {
  width: 23%;
  margin-bottom: 30px;
  margin-right: 2.6666666667%;
}
.modal_contents .modal_contents_inner ul li:nth-child(4n) {
  margin-right: 0;
}
.modal_contents .modal_contents_inner ul li a {
  background: #fff;
  display: block;
}
.modal_contents .modal_contents_inner ul li:hover {
  cursor: pointer;
}
.modal_contents .modal_contents_inner ul li img {
  width: 100%;
}
.modal_contents .modal_contents_inner .contactLink {
  width: 420px;
  margin: 0 auto;
  padding: 60px 30px 70px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
.modal_contents .modal_contents_inner .contactLink a {
  background: #fff;
  display: block;
}
.modal_contents .modal_contents_inner .contactLink p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.modal_contents .modal_contents_inner .contactLink img {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 980px) {
  .modal_contents .modal_contents_inner {
    width: 86% !important;
    margin: 0 7%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .modal_contents .modal_contents_inner {
    width: 86% !important;
    margin: 0 7%;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .modal_contents .modal_contents_inner .modal_close_btn {
    top: 0;
    right: -10px;
    position: static;
    text-align: right;
  }
  .modal_contents .modal_contents_inner .h3_ttl {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .modal_contents .modal_contents_inner ul {
    justify-content: space-between;
  }
  .modal_contents .modal_contents_inner ul li {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .modal_contents .modal_contents_inner .contactLink {
    width: 100%;
    padding: 40px 30px 50px;
  }
  .modal_contents .modal_contents_inner .contactLink p {
    font-size: 16px;
  }
}

/************************************************

	アコーディオン

*************************************************/
.accordion .accordion__btn {
  position: relative;
}
.accordion .accordion__btn::before, .accordion .accordion__btn::after {
  content: "";
  display: block;
  width: 5%;
  aspect-ratio: 10/1;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 9.5%;
  transform: translateY(-50%);
}
.accordion .accordion__btn::after {
  transition: transform 0.3s;
  transform: translateY(-50%) rotate(-90deg);
}
.accordion .accordion__btn.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.accordion .accordion__btn.accordion__btn--02::before, .accordion .accordion__btn.accordion__btn--02::after {
  right: 11.3%;
}
.accordion .accordion__contents {
  display: none;
}
/*# sourceMappingURL=style.css.map */
