/*--------------------------*/
img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
}

li {
  list-style: none;
}

body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
}
/*  */

/*========= 現在地表示のためのCSS ===============*/

 .nav {
  position: sticky; 
  height: auto;
  width: 100%;
  text-align: center;
  top: 0;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 30px;
  z-index: 999;
} 
main {
  width: 100%;
}

/*========= レイアウトのためのCSS ===============*/

h1 {
  font-size: 1.2rem;
}

h2 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 30px 0;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav ul li {
  width: 19%;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #666;
  transition: all 0.3s;
}
.backimg {
  background: url(../img/back_pc.png) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: auto;
  position: relative;
  padding: 0px 0 20px 0;
}
nav ul li.current a,
nav ul li a:hover {
  color: #fff;
}
.sectionback {
  background: #69A8DC;

} 

.c-inner {
  width: 100%;
  margin: 0px auto 0;
}
html {
  scroll-behavior: smooth;
}
.section {
  position: relative;
}

/*　上に上がる動き　*/

.navBox.UpMove {
  animation: UpAnime 0.5s forwards;
}
/*　下に下がる動き　*/
.contentBox {
  background: #fff;
}
p.superNote {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.noteBox {
  background: #fff;
  padding: 30px 15px;
  position: relative;
  z-index: 0;
}

.note ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.2;
}
.note ul li::after {
  position: absolute;
  content: "※";
  top: 0px; 
  left: 0px;
}
.note ul li+li {
  margin-top: 5px;
}

h1.mvTit {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding: 20px;
}
.contentBox {
  background: #fff;
}
h1.contentTit {
  color: #3B89C3;
  text-align: center;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.mgt_10 {
  margin-top: 15px;
}


 .pagetop {
  position: fixed;
  right: 0px;
  bottom: 30px;
  border: solid 2px rgba(0,0,0,0);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  background-color:rgba(0,0,0,0);
} 
 .pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
} 

/* fadeinクラスがついた時だけ表示する */



 a.js-curnav-switch.is-current::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  border-radius: 10px;
} 

 a.js-curnav-switch.is-current {
  position: relative;
}  
 /* .movie {
  aspect-ratio: 16 / 9; 
  max-width: 600px;
}
.movie iframe {
  width: 100%; 
  height: 100%; 
}  */
.topImg {
  background: #fff;
}
.eve{
  margin-top: 3px;
}  
.subNav.pc {
  display: none;
}
/* プルダウン */
.img_box {
  display: none;
  padding-bottom: 20px;
}
.pulldown ul {
  list-style-type: none;
  padding-left: 0;
  width: 85%;
  margin: 0 auto;
}
.title_btn {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  color: #696969;
  letter-spacing: 0.5rem;
  position: relative;
  font-weight: 500;
  padding: 1rem 0;
}
.title_btn.green {
  color: #3CB371;
  font-size: 1.2rem;
  line-height: 0;
  width: 90%;
  margin: 0 auto;
}
.title_btn::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 30px;
  top: 36%;
  transform: rotate(135deg);
  transition: transform .5s ease-in-out, top .5s ease-in-out;
  width: 8px;
  z-index: 1;
}
.title_btn.radius::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3CB371;
  right: 25px;
  border-radius:50%;
  z-index: 0;
  top: 50%;  
transform: translateY(-50%) translateX(-0%); 
-webkit-transform: translateY(-50%) translateX(-0%);
}
.title_btn.green::after {
  border-right: solid 2px #3CB371;
  border-top: solid 2px #3CB371;
  right: 90px;
  top: 25%;
}
.title_btn.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.img_box img {
  display: block;
}
.green{
  border: solid 1px #3CB371;
}
.bikeCt {
  padding: 10px 0;
}
.subNav {
  display: none;
}
/* ここまでボタンのデザイン */
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}


/* .content {
  margin-top: 0px;
} */
@media (min-width: 767px){
  nav ul li {
    width: 19%;
  }
  .sectionback {
    padding: 30px 15px;
  }
  .contentBox {
    padding: 20px 20px 20px;
  }
  .pagetop {
    width: 100px;
    height: auto;
}
h1.contentTit {
  font-size: 32px;
  padding: 20px;
}
p.superNote {
  font-size: 24px;
  line-height: 28px;
}
.mgt_10 {
  margin-top: 20px;
}
.note ul li {
  font-size: 20px;
}
  }
  @media (min-width: 1024px){
    nav ul li {
      width: 19%;
    }
    .sectionback {
      padding: 30px 15px;
    }
    .contentBox {
      padding: 20px 20px 20px;
    }
    .pagetop {
      width: 120px;
      height: auto;
  }
  h1.contentTit {
    font-size: 32px;
    padding: 20px;
  }
  p.superNote {
    font-size: 24px;
    line-height: 28px;
  }
  .mgt_10 {
    margin-top: 20px;
  }
  .note ul li {
    font-size: 20px;
}
    }

