@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.8;
  text-align: center;
}
section h2 {
  font-size: 3.0rem;
  padding-bottom: 80px;
  padding-top: 150px;
}
/*
a:hover {
  opacity: 0.5;
}
*/
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}

.main {
  max-width: 1440px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}


.nav {
  font-size: 2.8rem;
  
}
.pagetop-button_top-wrap {
  padding: 20px 15px;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 998;
}
.pagetop-button_top {
  margin: 0 auto;
  padding-top:15px;
  display: none;
}
.pagetop-button_top a {
  opacity: 1.0;
}



.main {
  padding-bottom: 40px;
}

.header {
  position: relative;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
/*  height: 70px;*/
  box-sizing: border-box;
}
/*
header.is-fixed {
  position: fixed;
  z-index: 999;
}
*/
/*
.header-wrap {
  max-width: 1160px;
  margin: 0 auto 10px;
  padding: 10px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
*/
.header-logo_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 10px auto;
  align-items: center;
  background-color: #fff;
  padding-bottom: 10px;
}

.header-kyousanlogo_img1, .header-kyousanlogo_img2 {
  padding: 10px;
  margin-top: 15px;
}

.border {
  border: 5px solid #333;
  width: 100%;
  margin: 0 0 20px;
}

.nav {
  max-width: 1160px;
  margin: 0 auto 18px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.6rem;
  background-color: #fff;
}
.nav li {
  list-style: none;
  
}
.nav_btn {
  text-decoration: none;
  border: 3px #333 solid;
  padding: 7px 10%;
  background-color: #00aaee;
  color: #fff;
  font-weight: 600;
  width: 113px;
  display: inline-block;
}
.entry_btn {
  background-color: #feff03;
  color: #000;
  text-decoration: none;
  border: 3px #333 solid;
  padding: 7px 10%;
  font-weight: 600;
  width: 138px;
  display: inline-block;
}

.nav a:hover {
  background-color: #ee0077;
  color: #fff;
}






.venue_title {
  transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
/*  margin-right: -10px;*/
}
.venue_title img {
  max-width: 350px;
  display: block;
}




.borasen_btn-wrap {
  border: #00a040 3px solid;
  max-width: 733px;
  margin: 150px auto 0;
  padding: 50px 0;
}
.borasen_btn img {
  max-width: 270px;
}
.borasen_btn-text {
  font-size: 2.4rem;
  color: #00a040;
  font-weight: 600;
}
.borasen_btn-comment {
  font-size: 1.2rem;
  padding: 20px 0 10px;
}













/*固定用css*/
.fixed {
  position: relative;
  top: 0;
  width: 100%;
  
}

/*
.header-wrap a {
  text-decoration: none;
  color: #0083d4;
}
.header-wrap ul {
  display: flex;
  align-items: center;
}
.nav-wrap ul {
  font-size: 2.8rem;
}
.nav-wrap li {
  padding-right: 60px;
  letter-spacing: 0.05em
}
.nav-wrap li:last-child {
  padding-right: 0;
}
.header-logo img {
  width: 70%;
}
*/





.notes_wrap {
  display: inline-block;
}
.notes {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 24px;
}
.notes h4 {
  background-color: #333;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.notes li {
  font-size: 1.3rem;
  text-align: left;
}
.notes_sns-icon {
  max-width: 28px;
  margin: 5px 7px;
}


.font {
  font-family: "AB-suzume";
  font-size: 5.5rem;
  color: #0083d4;
  font-weight: 500;
  padding-bottom: 70px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}

.sp {
  display: none;
}



@media (max-width:960px) {
  .sp {
    display: block;
  }
  .font {
    padding-bottom: 40px;
  }
  .borasen_btn-wrap {
    max-width: 280px;
  }
  .borasen_btn img {
    max-width: 210px;
  }
  
  .notes li {
    font-size: 1.0rem;
  }
  
  
  
  
  
  
  
}










.footer {
  background-color: #00aaee;
}
.footer-copy {
  background-color: #00aaee;
  color: #fff;
  padding-bottom: 20px;
  font-size: 1.0rem;
}
.footer_category {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 50px;
  margin: 0 15px;
}
.footer_line {
  border: #333 solid 1px;
  width: 100%;
  margin: 10px auto 20px;
}
.footer_category-logo1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_category-snswrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.footer_category-icon {
  max-width: 30px;
  margin: 0 5px;
}
.footer_category-wrap1 {
  display: flex;
  justify-content: center;
  max-width: 1008px;
  margin: 0 auto;
}
.footer_category-logo2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_category-logo2 img, .footer_category-logo1_img{
  padding: 13px;
}
.footer_category2 {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin: 30px auto;
  max-width: 980px;
}










ul li {
  list-style: none;
}


.title li {
  list-style: none;
}
.title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_img {
/*  width: 75%;*/
  max-width: 350px;
  transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  margin-right: -10px;
}
.title_img-line {
  margin-left: -30px;
}
.what_text {
  width: 60%;
  text-align: left;
  margin: 0 auto;
  font-weight: 600;
  padding-bottom: 80px;
}





/*footer波*/
  
  
.wave_footer{
  position:relative;
  width:100%;
  height: 50vh;
  overflow: hidden;
  margin-bottom: -1px;
}
canvas{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
}


.footer_umisakura-icon {
  display: flex;
  align-items: center;
}
  
  
@media (max-width:960px) {
  
  
  .header-kyousanlogo {
    display: flex;
    flex-direction: column;
    margin-left: 4%;
  }
  .header-logo_wrap {
    justify-content: flex-start;
  }
  .header-kyousanlogo_img1, .header-kyousanlogo_img2 {
    margin-top: 0;
    padding: 4px;
  }
  .header-logo_wrap {
    padding-bottom: 0;
  }
  
  
  
  
  .humbtn_logo {
    max-width: 150px;
  }
  
  
  
  .header-logo img {
    max-width: 150px;
    padding-left: 10px;
  }
  .header-kyousanlogo_img1 img, .header-kyousanlogo_img2 img {
    max-width: 100px;
  }
  .item1 {
    height: 70%;
  }
  
  section h2 {
    padding-bottom: 50px;
    padding-top: 30px;
}
  .title_img {
    width: 70%;
/*    margin-left: 24px;*/
    margin-bottom: -22px;
  }
  .titleline_img {
    width: 100%;
  }
  .title_wrap {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
  }
  .title_wrap li {
    text-align: left;
  }
  .what_text {
    width: 87%;
    font-size: 1.3rem;
  }
  
  
  
  
  .borasen_btn-wrap {
    margin: 80px auto;
    padding: 20px 10px;
  }
  .borasen_btn-text {
    font-size: 2.0rem;
  }
  .borasen_btn-comment {
    font-size: 1.0rem;  
  }
  
  
  .overview_map-list {
    width: 90%;
    height: 250px;
    max-width: 350px;
  }
  
  
  
  
  
  
  
  .footer_category-wrap1 {
/*    flex-direction: column;*/
  }
  .footer_category p ,.footer_category2 p {
    font-size: 1.2rem;
  }
  .footer_category-logo2 img, .footer_category-logo1_img {
    width: 100%;  
    padding: 0;
  }
  .footer_category-snswrap {
    flex-direction: column;
  }
  .footer_umisakura-icon {
    margin-top: 10px;
  }
  .footer_category {
    padding: 10px 20px;
    margin: 0 5px;
    max-width: 50%;
  }
  .footer_category-wrap1 {
    display: flex;
    max-width: 350px;
    margin: 0 auto;
    flex-direction: row;
  }
  .footer_umisakura-icon {
    display: flex;
  }
  .footer_category2 {
    margin: 9px auto;
    width: 84%;
    max-width: 350px;
  }
  .footer_category-logo2 li {
    padding: 5px 10px;
  }
  .wave_footer {
    height: 30vh;
    margin-bottom: -2px;
  }
  
  
  
  /*========= ナビゲーションのためのCSS ===============*/

  /*アクティブになったエリア*/
  #g-nav.panelactive{
      /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
      position:fixed;
      z-index: 999;
    top: 0;
    width:100%;
      height: 100vh;
  }

  /*丸の拡大*/
  .circle-bg{
      position: fixed;
    z-index:3;
      /*丸の形*/
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: #fff;
      /*丸のスタート位置と形状*/
    transform: scale(0);/*scaleをはじめは0に*/
      top:calc(50% - 50px);/*50%から円の半径を引いた値*/
      left:calc(50% - 50px);/*50%から円の半径を引いた値*/
      transition: all .6s;/*0.6秒かけてアニメーション*/
  }

  .circle-bg.circleactive{
    transform: scale(50);/*クラスが付与されたらscaleを拡大*/
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav-list{
      display: none;/*はじめは表示なし*/
      /*ナビの数が増えた場合縦スクロール*/
      position: fixed;
      z-index: 999; 
      width: 100%;
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
  }

  #g-nav.panelactive #g-nav-list{
       display: block; /*クラスが付与されたら出現*/
  }

  /*ナビゲーション*/
  #g-nav ul {
    opacity: 0;/*はじめは透過0*/
      /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
      position: absolute;
      z-index: 999;
      top:45%;
      left:50%;
      transform: translate(-50%,-50%);
  }

  /*背景が出現後にナビゲーションを表示*/
  #g-nav.panelactive ul {
      opacity:1;
  }

  /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
  #g-nav.panelactive ul li{
  animation-name:gnaviAnime;
  animation-duration:1s;
  animation-delay:.2s;/*0.2 秒遅らせて出現*/
  animation-fill-mode:forwards;
  opacity:0;
  }
  /*リストのレイアウト設定*/
  #g-nav li{
    text-align: center; 
    list-style: none;
    margin: 10px;
  }

  #g-nav li a{
    text-decoration: none;
    padding:10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}


  /*========= ボタンのためのCSS ===============*/
  .openbtn{
    position:fixed;
    top:10px;
    right: 10px;
    z-index: 9999;/*ボタンを最前面に*/
    cursor: pointer;
      width: 50px;
      height:50px;
  }

  /*×に変化*/	
  .openbtn span{
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 3px;
/*      border-radius: 2px;*/
    background-color: #333;
      width: 45%;
    }

  .openbtn span:nth-of-type(1) {
    top:15px;	
  }

  .openbtn span:nth-of-type(2) {
    top:23px;
  }

  .openbtn span:nth-of-type(3) {
    top:31px;
  }

  .openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }
  
  .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav_btn {
    width: 290px;
  }
  .entry_btn {
    width: 290px;
  }
  #g-nav li a {
    padding: 9px;
  }
  #g-nav li {
    margin: 10px;
  }
  
  
  
}
















@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


  
  
  
  
  
  
  
  
  
  






















  
  

 
  
  
  
  
  
  
  
  
  
  
  










