@charset "UTF-8";

/* ////////////// 共通 ////////////// */

html {
  font-size: 100%;
}

body {
  font-family: 'HiraMinProN-W6',serif,'MS Mincho';
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #131313;
  font-weight: bold;
  background-color:#eeeeee;
  padding-top: 80px;
}

a {
  text-decoration: none;
  color: #131313;
}

a:hover{
  color: #38bce0;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
}

.wrapper {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body{
    padding-top: 60px;
  }
  .wrapper{
    max-width: 767px;}
}

/* ---メディアクエリ--- */
@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
  display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/* ////////////// header ////////////// */

header{
  position: fixed;
  top:0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 80px;
  /* border-bottom: 0.1em solid #001e46; */
  background-color: #fff;
  position: relative;
  top:0;
}

.l-header__logo {
  max-width: 160px;
}

.l-header__logo img {
  width: 198px;
  margin-top: 10px;
  margin-left: 13px;
}

@media (max-width: 767px) {
  .l-header {
    height: 62px;
    background-color: #fff;
    z-index: 999;
    font-weight: bold;
  }
  .l-header__logo img {
    width: 140px;
    margin-top: 13px;
    margin-left: 7px;
  }
}

/* ---グローバルナビゲーション---*/
.c-nav__list li {
  margin-left: 30px;
  padding-bottom: -5px;
  font-size: 16px;
  font-weight: bold;
}

.c-nav__list {
  display: flex;
  position:absolute;
  right: 0;
}

.sp-app a{
  margin-right: 70px;
}

.sp-app a,.app a{
  color: #fff;
  background-color: #38bce0;
  /* border: 1.5px solid #38bce0; */
  padding: 6px 10px;
  border-radius: 0 5px 0 0;
}

.sp-app a:hover,.app a:hover{
  color: #38bce0;
  background-color: #eeeeee;
  /* border: 1.5px solid #38bce0; */
}


@media (min-width: 768px) {
  .sp-app{
    display: none;
  }
}

@media (max-width: 767px) {
  .app{
    display: none;
  }
  .c-nav__list {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .c-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60vw;
    height: 100vh;
    transform: translateX(100vw);
    transition: 1s;
    background: #eeeeee;
  }
  .c-nav__list {
    margin-top: 80px;
    margin-left: 10px;
    margin-right: 78px;
  }
  .c-nav__list li {
    border-bottom: none;
    text-align: left;
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .c-nav__list li a {
    text-decoration: none;
    color: #001e46;
  }
  .act {
    transform: translateX(0);
  }

  .c-toggle {
    position: fixed;
    top: -10px;
    right: 0;
    z-index: 1000;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  .c-toggle.active span:nth-child(1) {
    top: 38px;
    transform: rotate(-45deg);
  }
  .c-toggle.active span:nth-child(2), .c-toggle.active span:nth-child(3) {
    top: 38px;
    transform: rotate(45deg);
  }
  .c-toggle span {
    position: absolute;
    left: 24px;
    display: block;
    width: 35px;
    transition: 0.6s ease-in-out;
    border-bottom: 1px solid #001e46;
  }
  .c-toggle span:nth-child(1) {
    top: 28px;
  }
  .c-toggle span:nth-child(2) {
    top: 40px;
  }
  .c-toggle span:nth-child(3) {
    top: 52px;
  }
} 


/* ////////////// main ////////////// */
.kv{
  background-color: #fff;
}

.sec1{
  max-width: 1440px;
  margin: 50px auto;
}

.sec2{
  max-width: 1000px;
  margin: 50px auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-w{
  background-color: #fff;
  /* padding-top: 30px;
  padding-bottom: 30px; */
  margin-top: 0;
  margin-bottom: 0;
}

.bg-b{
  background-color: #beebff;
  /* padding-top: 30px;
  padding-bottom: 30px; */
  margin-top: 0;
  margin-bottom: 0;
}

.h2box2 h2{
  text-align: right;
  margin-right: 50px;
}

h2{
  font-size: 5.5rem;
  color: #38bce0;
  margin-left: 50px;
}

h3{
  font-size: 2.5rem;
  margin-bottom: 30px;
}

h4{
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.cls_box{
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 50px;
}

td.wid20{
  width:20%;
}

td{
  padding: 10px;
}

#agree{
  font-size: 5rem;
}

.map_bg {
  position: relative;
  z-index: 0;
}

.map_btn {
  position: absolute;
  top: 32%;
  justify-content: center;
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  z-index: 10;
}

.map_btn img {
  max-width: 430px;
  width: 29%;
}

.map_on {
  position: relative;
  top: 0;
}

.map_on:hover {
  top: -5px;
  transition: 0.3s;
}

.map_off {
  opacity: 0.8;
}

.map_p{
  width: 900px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -30px;
}

.quest {
  margin-bottom: 50px;
}

.mov_btn {
  justify-content: space-between;
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}

.mov_btn img {
  max-width: 430px;
  box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.2);
}

.box_w{
  background-color: #fff;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
}

.break_txt{
  margin: 0 20px auto 20px;
}

.break_bt{
  width: 80%;
  margin: 20px auto;
}

.break_txt1, .break_txt2{
  width: 90%;
  margin: 20px auto;
}


@media (max-width: 767px){
  .sec1,.sec2{
    margin: 20px auto;
  }
  .sec1,.sec2{
    padding: auto 10px;
  }
  .h2box2 h2{
    margin-right: 20px;
  }
  h2{
    font-size: 4rem;
    color: #38bce0;
    margin-left: 20px;
  }
  table{
    margin: 20px;
  }
  td.wid20{
    width:30%;
  }
  #agree,#overview{
    font-size: 3.5rem;
  }
  .map_btn {
    gap:10px;
  }
  .map_btn img {
    width: 30%;
  }
  .map_p{
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

  .break{
    background-image: url(./images/break_bg.jpg);
    background-size: 150%;
    background-repeat: repeat;
  }

  .box_w{
    margin: 20px;
  }
}

@media (min-width: 767px){
  .clm2{
    max-width: 1440px;
    margin:0 auto;
    display: flex;
  }

  .break{
    background-image: url(./images/break_bg.jpg);
    background-size: auto 100%;
  }

  .break ul li{
    width: 30%;
  }

  .break ul{
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
  max-width: 720px; /* ここに動画の横幅を指定 */
  margin:0 auto;
  }

/* 動画を囲うdiv */
.video {
position: relative;
width:100%; /* 横幅は100%で固定 */
height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ////////////// agree ////////////// */

.agree-box{
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.agree-ttl{
  text-align: center;
  padding-top: 20px;
  font-size: 1.3rem;
  font-weight: bold;
}

.agree-text{
  background-color: #fff;
  padding: 20px;
  height: 160px;
  overflow-y: scroll;
  margin-top: 50px;
  margin-bottom: 50px;
}

.att{
  display: inline;
  color: #38bce0;
  border: 1.2px solid #38bce0;
  padding: 0 5px;
}

.att-text{
  text-align: left;
  display: inline-block;
}

.att-text ul{
  margin-top: 10px;
}

.btn:disabled{
  cursor:not-allowed;
}

.cancel,.agree-p{
  text-align: center;
  margin: 20px;
}

#consent{
  margin-top: 30px;
}

.quest a{
  color: #fff;
}

.quest{
  text-align: center;
}

.btn{
  text-align: center;
  margin: 50px;
  font-size: 1.3rem;
  color: #fff;
  display: inline;
  background-color: #38bce0;
  /* border: 1.5px solid #38bce0; */
  padding: 15px 50px;
  border-radius: 0 10px 0 0;
}

.btn:hover,.quest a:hover{
  color: #38bce0;
  background-color: #fff;
  /* border: 1.5px solid #38bce0; */
}


@media (max-width: 767px){
  .btn{
    text-align: center;
    margin: 30px 10px 0 10px;
    font-size: 1rem;
    color: #fff;
    display: inline;
    background-color: #38bce0;
    /* border: 1.5px solid #38bce0; */
    padding: 10px 20px;
    border-radius: 0 10px 0 0;
  }
}


/* input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #131313;
  vertical-align: -1px;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #131313;
  border-bottom: 2px solid #131313;
  content: '';
} */


/* ////////////// contact /////////// */

/* .l-contact iframe {
  padding-top:200px;
  background-color:#eeeeee;
  width: 80%;
  height: 1300px;
  display: block;
  margin:100px auto
}

@media (max-width: 767px) {
  .l-contact iframe {
    width: 95%;
    height: 1500px;
  }
} */


/* ////////////// fotter ////////////// */

.l-footer {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: #001e46;
}

footer a{
  color: #fff;
  font-size: 1.1rem;
}

.l-footer p {
  color: #fff;
  font-size: 0.8rem;
  margin-top: -10px;
}

.l-footer img {
  max-width: 180px;
}

@media (min-width: 768px) {
  .f-nav__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding: 30px;
  }
  .l-footer p {
    font-size: 0.6rem;
  }
  .l-footer img {
    max-width: 130px;
  }
  .f-nav{
    margin-bottom: 20px;
  }
}
