@charset "utf-8";

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  color: #2a2a2a;
  font-family: 'Noto San JP', 'ヒラギノ角ゴ Pro W3', 'メイリオ';
  background: #fff;
  margin: auto;
  display: grid;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  overflow-x: hidden;
}
h1{
  margin: 0;
}
h2 {
  margin: 0;
  font-size: initial;
  letter-spacing: normal;
}
h3 {
  font-size: 1.5em;
  font-weight: 550;
  line-height: 1.5em;
  letter-spacing:0.1em;
}
p{
  font-size: 16px;
  letter-spacing:0.1em;
}
@media only screen and (max-width: 768px) {
    p{
      font-size: 15px;
    }
  }
  .pc {
    display: block !important;
    line-height: 0;
  }
  .sp {
    display: none !important;
  }
  @media only screen and (max-width: 768px) {
    .pc {
      display: none !important;
    }
    .sp {
      display: block !important;
    }
    }
    img{
      pointer-events: none;
     }
:target {
      scroll-margin-top: 100px; /* ヘッダー高さ + 余裕分 */
}
/*---------------------------------------- ヘッダーメニュー ----------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
.header{
  height: auto;
  padding: 10px 0 0;
  width: 100%;
  margin: auto;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: transform 0.4s ease-in-out;
}
.container-b {
  width: 100%;
  margin: auto;
}
.navbar {
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}
.navbar .menu-items {
  display: flex;
}
.menu-items .button02{
  margin-top: 30px;
}
.navbar .nav-container li {
  list-style: none;
}
.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0.7rem;
  transition: 0.5s;
  margin: auto;
}
@media screen and (max-width: 600px){
  .navbar .nav-container a{
    font-size: 1.8rem;
  }
}
.navbar .nav-container a:hover{
    color:#164E9D;
    transition: 0.5s;
}
.nav-container {
  display: block;
  position: relative;
  height: 70px;
}
.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 20px;
  width: 27px;
  top: 30%;
  right: 10%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.nav-container .hamburger-lines {
  display: block;
  height: 20px;
  width: 27px;
  position: absolute;
  top: 30%;
  right: 10%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-container .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: #164E9D;
}
.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.navbar .menu-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .9);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}
.navbar .menu-items li {
  margin-bottom: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.logo {
  position: absolute;
  top: 15%;
  left: 10%;
  font-size: 1.2rem;
  color: #0e2431;
}
@media screen and (max-width: 600px){
  .logo{
    top: 20%;
    left: 5%;
  }
}
.logo img{
  width: 250px;
}
@media screen and (max-width: 600px){
  .logo img{
    width: 200px;
  }
}
.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}
.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}
/*---------------------------------------- fv ----------------------------------------*/
.fv{
  position: relative;
}
.fv img{
  width: 100%;
}
.fixed {
  width: 200px;
  height: 180px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fixed {
    width: 100%;
    height: 90px;
    display: flex;
    box-shadow: 0px 5px 10px -11px rgba(0, 0, 0, 0.3);
  }
}
.fixed a{
  text-decoration: none;
  transition: 0.5s;
}
@media only screen and (max-width: 768px){
  .fixed a{
    width: 50%;
  }
}
.fixed a:hover{
  opacity: 0.8;
  transition: 0.5s;
}
.fixed img{
  width: 30px;
  display: block;
  margin: 0 auto 5px;
}
.fixed p{
  margin: 0;
}
.fpr{
  position: relative;
}
.fpa {
  width: 100%;
  height: 90px;
  z-index: 999;
  background: #164E9D;
  color: #fff;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .fpa{
    width: 100%;
  }
}
.arrows{
  position: relative;
}
.arrows::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 8%;
  right: 10%;
  width: 8px;    /* くの字を山なりに見た時、左側の長さ */
  height: 8px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
.fpr02{
  position: relative;
}
.fpa02 {
  width: 100%;
  height: 90px;
  z-index: 999;
  background: #fff;
  color: #164E9D;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .fpa02{
    width: 100%;
  }
}
.fixed02 p{
  margin: 0;
}
.arrows02{
  position: relative;
}
.arrows02::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 8%;
  right: 10%;
  width: 8px;    /* くの字を山なりに見た時、左側の長さ */
  height: 8px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #164E9D;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #164E9D;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
/*---------------------------------------- sec01 日本橋クルーズとは？ ----------------------------------------*/
.sec01{
  max-width: 1200px;
  margin: 70px auto 20px;
}
@media only screen and (max-width: 768px){
  .sec01{
    margin: 50px auto 20px;
  }
}
.sec01 h2{
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 200;
  letter-spacing: 2px;
  font-weight: 700;
}
@media only screen and (max-width: 768px){
  .sec01 h2{
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.sec01 h2 img{
  width: 250px;
  height: 100%;
  padding-right: 5px;
}
@media only screen and (max-width: 768px){
  .sec01 h2 img{
    width: 200px;
  }
}
.sec01 h2 span{
  font-size: 30px;
  font-weight: 700;
  color: #164E9D;
  padding-left: 5px;
}
@media only screen and (max-width: 768px){
  .sec01 h2 span{
    font-size: 24px;
  }
}
.s01_flex{
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px){
  .s01_flex{
    display: block;
  }
}
.s01_box{
  width: 32%;
  margin: 0 10px;
}
@media only screen and (max-width: 768px){
  .s01_box{
    width: 90%;
    margin: 0 auto 20px;
  }
}
.s01_box p{
  line-height: 1.6;
  letter-spacing: 1px;
}
.s01_box img{
  width: 100%;
}
.blue_b{
  background: #019EE5;
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  border-radius: 3px;
  line-height: 1.2;
  padding: 10px 0;
  font-weight: 700;
}
.mt25 img{
  margin-top: 25px;
}
@media only screen and (max-width: 768px){
  .mt25 img{
    margin-top: 0;
  }
}
.s01_box span{
  color: #164E9D;
  font-weight: 600;
}
/*---------------------------------------- cta　予約はこちら ----------------------------------------*/
.cta{
  max-width: 650px;
  width: 100%;
  margin: 50px auto;
  padding: 30px;
  background: #164E9D;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
@media only screen and (max-width: 768px){
  .cta{
    width: 90%;
    margin: 10px auto 50px;
  }
}
.text_b{
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px){
  .text_b{
    font-size: 18px;
  }
}
.cta_flex{
  display: flex;
  justify-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px){
  .cta_flex{
    display: block;
    margin: auto;
  }
}
.button{
  margin: 0 10px;
}
@media only screen and (max-width: 768px){
  .button{
    margin: auto;
  }
  .button02{
    margin: auto;
  }
}
.button a {
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 5px;
  width: 250px;
  height: 50px;
  padding: 10px 40px 10px 40px;
  color: #164E9D;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}
@media only screen and (max-width: 768px){
  .button a{
    margin: 10px auto;
  }
}
.button a:hover {
  transform: scale(1.1);
}
.button a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #164E9D;
  border-right: 2px solid #164E9D;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button02 a {
  background: #F12A4B;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 5px;
  width: 250px;
  height: 50px;
  padding: 5px 40px 5px 40px;
  color: #fff!important;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 768px){
  .button02 a {
    margin: 15px auto;
  }
}
.button02 a:hover {
  transform: scale(1.1);
}
.button02 a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button02 img{
  width: 40px;
  margin-right: 10px;
}
.cta_text{
  width: 45%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
  .cta_text{
    width: 80%;
  }
}
.cta_text img{
  margin: 5px auto;
  width: 100%;
}
.cta_text02{
  width: 55%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
  .cta_text02{
    width: 90%;
  }
}
.cta_text02 img{
  margin: 5px auto;
  width: 100%;
}
/*---------------------------------------- sec02 日本橋クルーズをもっと詳しく ----------------------------------------*/
.sec02{
  max-width: 1200px;
  margin: 30px auto 20px;
}
@media only screen and (max-width: 768px){
  .sec02{
    margin: 30px auto 20px;
  }
}
.sec02 h2{
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 200;
  letter-spacing: 2px;
  font-weight: 700;
}
@media only screen and (max-width: 768px){
  .sec02 h2{
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
  }
}
.sec02 h2 img{
  width: 250px;
  height: 100%;
  padding-right: 5px;
}
@media only screen and (max-width: 768px){
  .sec02 h2 img{
    width: 200px;
  }
}
.sec02 h2 span{
  font-size: 30px;
  font-weight: 700;
  padding-left: 5px;
}
@media only screen and (max-width: 768px){
  .sec02 h2 span{
    font-size: 24px;
  }
}
/*---------------------------------
アコーディオンボックス 青
--------------------------------*/
.acbox{
  max-width: 800px;
  margin: auto;
  width: 100%;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  position: relative;
}
@media only screen and (max-width: 768px){
  .acbox{
    max-width: 100%;
  }
}
.acbox label{
  width: 100%;
  font-size: 20px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: left;
  background: #fff; /* ラベルの背景色 */
  position: relative;
  display: inline-block;
  padding: 20px 20px 20px 130px;
  border-radius: 7px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #164E9D;
  border: 5px solid #164E9D;
}
@media only screen and (max-width: 768px){
  .acbox label{
    width: 90%;
    margin: auto;
    display: block;
    padding: 8px 40px 8px 80px;
    font-size: 16px;
  }
}
.acbox input{
  display: none;
}
.acbox label:after{
  color: #164E9D;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}
.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.acbox input:checked ~ div{
  height: auto;
  padding: 20px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
  border-radius: 7px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
  .acbox input:checked ~ div{
    font-size: 16px;
  }
}
.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  border: 5px solid #164E9D;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 768px){
  .acbox-under{
    width: 90%;
    margin: 10px auto 0;
  }
}
.acbox-under img{
  width: 90%;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 768px){
  .acbox-under img{
    width: 100%;
    margin-bottom: 0;
  }
}
.qa_tt{
  background: #164E9D;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 15px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px){
  .qa_tt{
    font-size: 14px;
    padding: 20px 5px;
    letter-spacing: 1px;
  }
}
.text_bb{
  font-size: 30px;
}
@media only screen and (max-width: 768px){
  .text_bb{
    font-size: 18px;
  }
}
.c_b{
  color: #164E9D;
  font-weight: 700;
}
.c_p{
  color: #FD607A;
  font-weight: 700;
}
.c_red{
  color: #F12A4B;
  font-weight: 700;
}
/*---------------------------------
アコーディオンボックス ピンク
--------------------------------*/
.acbox2{
  max-width: 800px;
  margin: auto;
  width: 100%;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  position: relative;
}
@media only screen and (max-width: 768px){
  .acbox2{
    max-width: 100%;
  }
}
.acbox2 label{
  width: 100%;
  font-size: 20px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: left;
  background: #fff; /* ラベルの背景色 */
  position: relative;
  display: inline-block;
  padding: 20px 20px 20px 130px;
  border-radius: 7px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #DF878D;
  border: 5px solid #DF878D;
}
@media only screen and (max-width: 768px){
  .acbox2 label{
    width: 90%;
    margin: auto;
    display: block;
    padding: 20px 40px 20px 80px;
    font-size: 16px;
  }
}
.acbox2 input{
  display: none;
}
.acbox2 label:after{
  color: #DF878D;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.acbox2 input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}
.acbox2 div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.acbox2 input:checked ~ div{
  height: auto;
  padding: 20px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
  border-radius: 7px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
  .acbox2 input:checked ~ div{
    font-size: 16px;
  }
}
.acbox2-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  border: 5px solid #DF878D;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 768px){
  .acbox2-under{
    width: 90%;
    margin: 10px auto 0;
  }
}
.acbox2-under img{
  max-width: 600px;
  width: 90%;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 768px){
  .acbox2-under img{
    width: 100%;
    margin-bottom: 0;
  }
}
.qa_tt2{
  background: #DF878D;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 15px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px){
  .qa_tt2{
    font-size: 14px;
    padding: 20px 5px;
    letter-spacing: 1px;
  }
}
/*---------------------------------
アコーディオンボックス オレンジ
--------------------------------*/
.acbox3{
  max-width: 800px;
  margin: auto;
  width: 100%;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  position: relative;
}
@media only screen and (max-width: 768px){
  .acbox3{
    max-width: 100%;
  }
}
.acbox3 label{
  width: 100%;
  font-size: 20px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: left;
  background: #fff; /* ラベルの背景色 */
  position: relative;
  display: inline-block;
  padding: 20px 20px 20px 130px;
  border-radius: 7px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #EAB53D;
  border: 5px solid #EAB53D;
}
@media only screen and (max-width: 768px){
  .acbox3 label{
    width: 90%;
    display: block;
    margin: auto;
    padding: 20px 40px 20px 80px;
    font-size: 16px;
  }
}
.acbox3 input{
  display: none;
}
.acbox3 label:after{
  color: #EAB53D;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.acbox3 input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}
.acbox3 div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.acbox3 input:checked ~ div{
  height: auto;
  padding: 20px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
  border-radius: 7px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
  .acbox3 input:checked ~ div{
    font-size: 16px;
  }
}
.acbox3-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  border: 5px solid #EAB53D;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 768px){
  .acbox3-under{
    width: 90%;
    margin: 10px auto 0;
  }
}
.acbox3-under img{
  max-width: 600px;
  width: 90%;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 768px){
  .acbox3-under img{
    width: 100%;
    margin-bottom: 0;
  }
}
.qa_tt3{
  background: #EAB53D;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 15px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px){
  .qa_tt3{
    font-size: 14px;
    padding: 20px 5px;
    letter-spacing: 1px;
  }
}
/*---------------------------------
アコーディオンボックス グリーン
--------------------------------*/
.acbox4{
  max-width: 800px;
  margin: auto;
  width: 100%;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  position: relative;
}
@media only screen and (max-width: 768px){
  .acbox4{
    max-width: 100%;
  }
}
.acbox4 label{
  width: 100%;
  font-size: 20px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: left;
  background: #fff; /* ラベルの背景色 */
  position: relative;
  display: inline-block;
  padding: 20px 20px 20px 130px;
  border-radius: 7px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #4F9785;
  border: 5px solid #4F9785;
}
@media only screen and (max-width: 768px){
  .acbox4 label{
    width: 90%;
    display: block;
    margin: auto;
    padding: 20px 40px 20px 80px;
    font-size: 16px;
  }
}
.acbox4 input{
  display: none;
}
.acbox4 label:after{
  color: #4F9785;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.acbox4 input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}
.acbox4 div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.acbox4 input:checked ~ div{
  height: auto;
  padding: 20px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
  border-radius: 7px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
  .acbox4 input:checked ~ div{
    font-size: 16px;
  }
}
.acbox4-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  border: 5px solid #4F9785;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 768px){
  .acbox4-under{
    width: 90%;
    margin: 10px auto 0;
  }
}
.acbox4-under img{
  max-width: 600px;
  width: 90%;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 768px){
  .acbox4-under img{
    width: 100%;
    margin-bottom: 0;
  }
}
.qa_tt4{
  background: #4F9785;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 15px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px){
  .qa_tt4{
    font-size: 14px;
    padding: 20px 5px;
    letter-spacing: 1px;
  }
}
/*---------------------------------
アコーディオンボックス ライトブルー
--------------------------------*/
.acbox5{
  max-width: 800px;
  margin: auto;
  width: 100%;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  position: relative;
}
@media only screen and (max-width: 768px){
  .acbox5{
    max-width: 100%;
  }
}
.acbox5 label{
  width: 100%;
  font-size: 20px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: left;
  background: #fff; /* ラベルの背景色 */
  position: relative;
  display: inline-block;
  padding: 20px 20px 20px 130px;
  border-radius: 7px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #3FA1EA;
  border: 5px solid #3FA1EA;
}
@media only screen and (max-width: 768px){
  .acbox5 label{
    width: 90%;
    display: block;
    margin: auto;
    padding: 8px 40px 8px 80px;
    font-size: 16px;
  }
}
.acbox5 input{
  display: none;
}
.acbox5 label:after{
  color: #3FA1EA;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.acbox5 input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}
.acbox5 div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.acbox5 input:checked ~ div{
  height: auto;
  padding: 20px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
  border-radius: 7px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
  .acbox5 input:checked ~ div{
    font-size: 16px;
  }
}
.acbox5-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  border: 5px solid #3FA1EA;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 768px){
  .acbox5-under{
    width: 90%;
    margin: 10px auto 0;
  }
}
.acbox5-under img{
  max-width: 600px;
  width: 90%;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 768px){
  .acbox5-under img{
    width: 100%;
    margin-bottom: 0;
  }
}
.qa_tt5{
  background: #3FA1EA;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 15px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px){
  .qa_tt5{
    font-size: 14px;
    padding: 20px 5px;
    letter-spacing: 1px;
  }
}
/*---------------------------------
アコーディオンボックス ブラウン
--------------------------------*/
.acbox6{
  max-width: 800px;
  margin: auto;
  width: 100%;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  position: relative;
}
@media only screen and (max-width: 768px){
  .acbox6{
    max-width: 100%;
  }
}
.acbox6 label{
  width: 100%;
  font-size: 20px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: left;
  background: #fff; /* ラベルの背景色 */
  position: relative;
  display: inline-block;
  padding: 20px 20px 20px 130px;
  border-radius: 7px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #965450;
  border: 5px solid #965450;
}
@media only screen and (max-width: 768px){
  .acbox6 label{
    width: 90%;
    display: block;
    margin: auto;
    padding: 20px 40px 20px 80px;
    font-size: 16px;
  }
}
.acbox6 input{
  display: none;
}
.acbox6 label:after{
  color: #965450;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.acbox6 input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}
.acbox6 div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.acbox6 input:checked ~ div{
  height: auto;
  padding: 20px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
  border-radius: 7px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
  .acbox6 input:checked ~ div{
    font-size: 16px;
  }
}
.acbox6-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  border: 5px solid #965450;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 768px){
  .acbox6-under{
    width: 90%;
    margin: 10px auto 0;
  }
}
.acbox6-under img{
  max-width: 600px;
  width: 90%;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 768px){
  .acbox6-under img{
    width: 100%;
    margin-bottom: 0;
  }
}
.qa_tt6{
  background: #965450;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px 15px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px){
  .qa_tt6{
    font-size: 14px;
    padding: 20px 5px;
    letter-spacing: 1px;
  }
}
/*---------------------------------------- sec03 選ばれる理由 ----------------------------------------*/
.sec03{
  max-width: 1200px;
  margin: 30px auto 20px;
}
@media only screen and (max-width: 768px){
  .sec03{
    margin: 30px auto 20px;
  }
}
.sec03 h2{
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 200;
  letter-spacing: 2px;
  font-weight: 700;
}
@media only screen and (max-width: 768px){
  .sec03 h2{
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
  }
}
.sec03 h2 img{
  width: 250px;
  height: 100%;
  padding-right: 5px;
}
@media only screen and (max-width: 768px){
  .sec03 h2 img{
    width: 200px;
  }
}
.sec03 h2 span{
  font-size: 30px;
  font-weight: 700;
  padding-left: 5px;
}
@media only screen and (max-width: 768px){
  .sec03 h2 span{
    font-size: 24px;
  }
}
.sec03_flex{
  display: flex;
  justify-content: center;
  justify-items: center;
  margin: auto;
  max-width: 1100px;
}
@media only screen and (max-width: 768px){
  .sec03_flex{
    display: none;
  }
}
.s03_box{
  width: 32%;
  background: #F6F6F6;
  letter-spacing: 1.6px;
  border-radius: 10px;
  margin: 0 10px;
}
@media only screen and (max-width: 768px){
  .s03_box{
    margin: 0 auto;
    box-sizing: border-box;  /* 余白の計算を統一 */
  }
}
.s03_box img{
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.s03_b_f{
  display: flex;
  justify-content: left;
  justify-items: center;
  margin-left: 10px;
}
.s03_b_f h3{
  font-size: 20px;
  margin: 10px 5px 0;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .s03_b_f h3{
    font-size: 16px;
  }
}
.s03_b_f img{
  width: 15%;
  height: 15%;
  border-radius: 0;
  margin: 10px 5px 0;
}
.s03_box p{
  padding: 0 15px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 768px){
  .s03_box p{
    font-size: 14px;
    height: 250px;
  }
}
/*---------------スライダー---------------*/
@media only screen and (max-width: 768px) {
  .sec03_slider {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: auto;
  position: relative;
  }
}
@media only screen and (min-width: 769px){
  .sec03_slider.swiper {
    display: none;
  }
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px){
  .swiper-slide{
    display: block;
    width: 90%;
    margin: auto;
  }
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  overflow: visible!important;
  bottom: 3%!important;
}
.swiper{
  padding-bottom: 50px!important;
}
.container{
  position: relative;
    width: 100%;
    margin-inline: auto;
}
.container2{
  position: relative;
  width: 50%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px){
  .container2{
    width: 95%;
  }
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  font-size: 20px!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  font-size: 20px!important;
}
/* ナビゲーションボタンを完全な円に */
.swiper-button-prev,
.swiper-button-next {
  width: 40px!important; /* 丸の直径 */
  height: 40px!important;
  background-color: #fff; /* 白丸 */
  border-radius: 50%; /* 完全な円にする */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 影を追加 */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px){
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px!important; /* 丸の直径 */
    height: 30px!important;
  }
}
/* Swiper のデフォルト矢印の色とサイズを調整 */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px; /* 矢印のサイズ */
  color: #164E9D; /* 矢印の色 */
  font-weight: bold;
}
/* ボタンの位置調整（左右の余白を調整） */
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
/* 念のため、Flexbox の影響を受けないように */
.swiper-button-prev,
.swiper-button-next {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px){
  /* 矢印画像の高さと幅 */
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 15px!important;
    color: #019EE5!important;
  }
  .swiper-button-prev{
    left: -3%!important;
  }
  .swiper-button-next{
    right: -3%!important;
  }
  }

/*---------------スライダーここまで---------------*/
.mt50{
  margin-top: 50px;
}
@media only screen and (max-width: 768px){
  .mt50{
    margin-top: 30px;
  }
}
.mb0{
  margin-bottom: 0!important;
}
.review img{
  width: 30%;
  display: block;
  margin: 10px auto;
}
@media only screen and (max-width: 768px){
  .review img{
    width: 250px;
  }
}
/*---------------------------------------- sec04 お客様の声 ----------------------------------------*/
.sec04{
  max-width: 1200px;
  margin: 30px auto 20px;
}
@media only screen and (max-width: 768px){
  .sec04{
    margin: 30px auto 20px;
  }
}
.sec04 h2{
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 200;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px){
  .sec04 h2{
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
  }
}
.sec04 h2 img{
  width: 250px;
  height: 100%;
  padding-right: 5px;
}
@media only screen and (max-width: 768px){
  .sec04 h2 img{
    width: 200px;
  }
}
.sec04 h2 span{
  font-size: 30px;
  font-weight: 700;
  padding-left: 5px;
}
@media only screen and (max-width: 768px){
  .sec04 h2 span{
    font-size: 24px;
  }
}
.sec04_flex{
  display: flex;
  justify-content: center;
  justify-items: center;
  margin: auto;
  max-width: 1100px;
}
@media only screen and (max-width: 768px){
  .sec04_flex{
    display: none;
  }
}
.s04_box{
  width: 32%;
  background: #F6F6F6;
  letter-spacing: 1.6px;
  border-radius: 10px;
  margin: 15px 10px;
  padding: 20px;
  position: relative;
  height: 610px;
}
@media only screen and (max-width: 768px){
  .s04_box{
    margin: 0 auto;
    box-sizing: border-box;  /* 余白の計算を統一 */
    width: 100%;
    height: 540px;
    padding: 0 10px;
  }
}
.s04_box img{
  width: 90%;
  position: absolute;
  bottom: 3%;
  left: 5%;
}
@media only screen and (max-width: 768px){
  .s04_box img{
    position: relative;
    display: block;
    margin: 20px auto 0;
    bottom: 0;
    left: 0;
  }
}
.rv img{
  width: 150px;
  position: relative;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .rv img{
   margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec04_slider {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: auto;
  position: relative;
  }
}
@media only screen and (min-width: 769px){
  .container{
    display: none;
  }
}
/*---------------------------------------- sec05 メディア ----------------------------------------*/
.sec05 {
  width: 100%;
  padding: 120px 0; /* 上下に余白を追加 */
  background-image: linear-gradient(90deg, rgba(87, 211, 225, 1) 10%, rgba(29, 87, 180, 1) 90%);
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 10px auto 50px;
}
/* 波の基本スタイル */
.wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
}
/* 上の波 */
.wave-top {
  top: -2px;
}
/* 下の波 */
.wave-bottom {
  bottom: 2%;
}
@media only screen and (max-width: 768px) {
  .wave-bottom {
    bottom: -1%;
  }
}
.sec05_slider {
  display: block;
  max-width: 450px;
  width: 95%;
  margin: auto;
  position: relative;
}
.s05_box{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
}
.s05_box p{
  text-align: left;
}
.s05_box img{
  width: 100%;
}
.s05_icon img{
  width: 50px;
  display: block;
  margin: 0 auto 10px;
}
.s06_box{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  height: 510px;
}
@media only screen and (max-width: 768px) {
  .s06_box{
    height: 490px;
  }
}
.s06_box p{
  text-align: left;
}
.s06_box img{
  width: 100%;
}
.s06_icon img{
  width: 40px;
  display: block;
  margin: 0 auto 10px;
}
.t_yellow{
  color: #FBFB08;
  font-size: 25px;
  font-weight: 700;
}
.t_blue{
  color: #164E9D;
  font-size: 20px;
  font-weight: 700;
  text-align: center!important;
}
@media only screen and (max-width: 768px) {
  .t_blue{
    font-size: 18px;
  }
}
.t_white{
  color: #fff;
}
.s05_img img{
  width: 85%;
}
.sec04_pagination .swiper-pagination-bullet {
  background-color: #FBFB08;
}
.sec05_pagination .swiper-pagination-bullet {
  background-color: #FBFB08;
}
.sec052_box {
  display: block;
  max-width: 420px;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .sec052_box {
    width: 85%;
  }
}
.sec052_box a:hover{
  opacity: 0.7;
  transition: all 0.4s;
}
.mt30{
  margin-top: 30px;
}
.mt60{
  margin-top: 60px;
}
.in_t img{
  margin: 10px 0 15px;
}
.sec06_slider {
  display: block;
  max-width: 450px;
  width: 95%;
  margin: auto;
  position: relative;
}
.t_b6{
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin: 5px 0;
}
.t_b6b{
  background: #019EE5;
  width: 230px;
  padding: 3px 5px;
  margin: 0 0 15px;
  color: #fff;
  text-align: center!important;
  border-radius: 60px;
  font-size: 14px;
}
.bbb{
  font-size: 18px;
  font-weight: 700;
}
/*---------------------------------------- sec06 コース一覧 ----------------------------------------*/
.sec06{
  width: 100%;
  padding: 70px 0;
  background: #F2F6FE;
}
@media only screen and (max-width: 768px){
  .sec06{
    margin: 30px 0 20px;
  }
}
.sec06_t{
  font-size: 25px;
  text-align: center;
  font-weight: 700;
}
.sec06 p{
  text-align: center;
  color: #2a2a2a;
  margin: 0;
  padding: 0 15px;
}
.accordion-002 {
  max-width: 800px;
  margin-bottom: 7px;
  background: #019EE5;
  color: #fff;
  border-radius: 5px;
  margin: auto;
}
@media only screen and (max-width: 768px){
  .accordion-002{
    width: 90%;
  }
}
.accordion-002 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  font-weight: 600;
  cursor: pointer;
  background-image: url(../img/bg_c.webp);
  margin-top: 20px;
}
.accordion-002 summary::-webkit-details-marker {
  display: none;
}
.accordion-002 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #019EE5;
  border-right: 2px solid #019EE5;
  content: '';
  transition: transform .5s;
}
.accordion-002[open] summary::after {
  transform: rotate(225deg);
}
.accordion-002 .c-accordion_txt{
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
@media only screen and (max-width: 768px){
  .accordion-002 .c-accordion_txt{
    padding: 0;
  }
}
.accordion-002[open] .c-accordion_txt {
  transform: none;
  opacity: 1;
  background: #fff;
  padding-bottom: 30px;
}
.container3{
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px){
  .container3{
    width: 100%;
  }
}
.container3 img{
  display: block;
  margin: 20px auto;
  width: 70%;
}
@media only screen and (max-width: 768px){
  .container3 img{
    width: 90%;
  }
}
.container3 .swiper{
  padding-bottom: 20px!important;
}
@media only screen and (max-width: 768px){
  .sec07_slider {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .sec08_slider {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .sec09_slider {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .sec10_slider {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .sec11_slider {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .sec12_slider {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .sec13_slider {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
  }
}
.acc_title{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.praice{
  display: flex;
  justify-content: center;
  justify-items: center;
  font-size: 12px;
  max-width: 500px;
  text-align: left;
  margin: 20px auto;
  padding: 0 15px;
}
.praice img{
  width: 20px;
  height: 20px;
}
.praice span{
  font-size: 16px;
  font-weight: 700;
  padding-left: 5px;
}
.button003{
  max-width: 500px;
  margin-left: 20px;
  display: flex;
  justify-content: right;
}
.button003 a {
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right:0;
  max-width: 120px;
  padding: 3px 20px 3px 15px;
  border: 2px solid #164E9D;
  color: #164E9D;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
.button003 a:hover {
  background: #164E9D;
  color: #FFF;
}
.button003 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2.5px solid #164E9D;
  border-right: 2.5px solid #164E9D;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
  border-color: #FFF;
}
.btn_center{
  display: flex;
  justify-content: center;
}
.sec06_box{
  background: #fff;
  border-radius: 3px;
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 768px){
  .sec06_box{
    width: 90%;
    display: block;
    margin: auto;
  }
}
.sec06_box p{
  text-align: left;
}
.sec06_img{
  width: 100%;
}
@media only screen and (max-width: 768px){
  .sec06_img img{
    width: 100%;
    display: block;
    margin: auto;
  }
}
.s06_b{
  padding: 5px 10px;
  background: #164E9D;
  color: #fff;
  font-size: 10px;
  border-radius: 60px;
  margin-right: 5px;
}
.s06_y{
  padding: 5px 10px;
  background: #75752C;
  color: #fff;
  font-size: 10px;
  border-radius: 60px;
  margin-right: 5px;
}
.s06_o{
  padding: 5px 10px;
  background: #F9943F;
  color: #fff;
  font-size: 10px;
  border-radius: 60px;
  margin-right: 5px;
}
.s06_lb{
  padding: 5px 10px;
  background: #258CBC;
  color: #fff;
  font-size: 10px;
  border-radius: 60px;
  margin-right: 5px;
}
.s06_g{
  padding: 5px 10px;
  background: #62CFAA;
  color: #fff;
  font-size: 10px;
  border-radius: 60px;
  margin-right: 5px;
}
.s06_p{
  padding: 5px 10px;
  background: #F0627E;
  color: #fff;
  font-size: 10px;
  border-radius: 60px;
  margin-right: 5px;
  margin-top: 8px;
  display: inline-block;
}
.s06_flex{
  display: flex;
  justify-content: left;
  justify-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
@media only screen and (max-width: 768px){
  .s06_flex{
    font-size: 18px;
  }
}
.s06_flex img{
  width: 7%;
  height: 7%;
  margin-right: 5px;
}
.sec09_slider {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: relative;
}
.sec06_textbox{
  padding: 5px 15px 15px;
  height: 410px;
}
.container4{
  position: relative;
  width: 50%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px){
  .container4{
    width: 95%;
  }
}
/*---------------------------------------- sec07 ご予約の流れ ----------------------------------------*/
.sec07{
  width: 100%;
  margin: 70px auto 20px;
}
@media only screen and (max-width: 768px){
  .sec07{
    margin: 30px auto 20px;
  }
}
.sec07 p{
  text-align: center;
}
.s7_icon img{
  width: 20%;
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 768px){
  .s7_icon img{
    width: 60%;
  }
}
.sec7_t{
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.sec07_flex{
  display: flex;
  justify-content: center;
  justify-items: center;
  margin: 0 auto 50px;
  max-width: 1200px;
}
@media only screen and (max-width: 768px){
  .sec07_flex{
    display: block;
    width: 90%;
  }
}
.sec07_box{
  background: #F2F6FE;
  width: 30%;
  padding: 15px;
  margin: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 768px){
  .sec07_box{
    width: 90%;
  }
}
.step_icon img{
  width: 50px;
  display: block;
  margin: auto;
}
.sec07_box p{
  font-size: 20px;
  text-align: center;
  margin: 10px;
}
.step_img img{
  width: 90%;
  max-width: 450px;
  display: block;
  margin: auto;
}
.s07_fa{
  margin: auto;
}
@media only screen and (max-width: 768px){
  .s07_fa{
    display: none;
  }
}
.s07_fa img{
  width: 20px;
}
@media only screen and (min-width: 769px){
  .s07_fa_sp{
    display: none;
  }
}
.s07_fa_sp{
  margin: auto;
}
.s07_fa_sp img{
  width: 100px;
  display: block;
  margin: 20px auto;
}
.ticket img{
  display: block;
  margin: auto;
  width: 20%;
}
@media only screen and (max-width: 768px){
  .ticket img{
    width: 60%;
  }
}
.sectTit {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
  color: #019EE5;
  margin-bottom: 0;
}
.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #019EE5;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.sectTit:before {
  transform: rotate(-35deg);
}
.sectTit:after {
  transform: rotate(35deg);
}
/*---------------------------------------- sec08 船着馬 ----------------------------------------*/
.sec08{
  width: 100%;
  margin: 70px auto 20px;
  padding: 15px;
}
@media only screen and (max-width: 768px){
  .sec08{
    margin: 30px auto 20px;
  }
}
.sec08 img{
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
}
.sec08 p{
  text-align: center;
}
.sec8_t{
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.address{
  background: #F2F6FE;
  padding: 15px;
  display: flex;
  justify-content: center;
  justify-items: center;
  margin: 20px auto;
  max-width: 400px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px){
  .address{
    width: 100%;
  }
}
.address img{
  width: 10%;
  height: 10%;
  margin-right: 10px;
  margin-top: 10px;
  margin-left: 0;
}
.address span{
  font-size: 20px;
  font-weight: 700;
}
.purpose img{
  width: 30%;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 768px){
  .purpose img{
    width: 90%;
  } 
}
.sec08 iframe{
  max-width: 500px;
  max-height: 350px;
  display: block;
  margin: 30px auto;
  width: 100%;
}
/*---------------------------------------- sec09 よくある質問 ----------------------------------------*/
.sec09{
  width: 100%;
  margin: 50px auto 20px;
  padding: 15px;
}
@media only screen and (max-width: 768px){
  .sec09{
    margin: 30px auto 20px;
  }
}
.sec09 p{
  text-align: center;
}
.sec9_t{
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.accordion {
	margin: 4rem auto;
	max-width: 800px;
}
@media only screen and (max-width: 768px){
  .accordion {
    width: 95%;
  }
}
.toggle {
	display: none;
}
.faq {
	position: relative;
	margin-bottom: 1rem;
}
.question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}
.question {
	padding: 2rem 4.2rem 2rem 3rem;
	display: block;
	color: #fff;
  background: #019EE5;
  border-radius: 3px;
}
@media only screen and (max-width: 768px){
  .question{
    padding: 2rem 4.2rem 2rem 6rem;
    text-indent: -46px;
  }
}
.question span{
    font-size: 20px;
    padding: 3px 10px;
    color: #019EE5;
    background: #fff;
    border-radius: 100px;
    line-height: 0;
    margin-right: 10px;
}
.question:after,.question:before {
	content: "";
	position: absolute;
	right: 3.25rem;
	top: 0;
  bottom: 0;
  margin: auto;
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
}
@media only screen and (max-width: 768px){
  .question:after,.question:before{
    right: 1.5rem;
  }
}
.question:after {
	transform: rotate(90deg);
}
.anser {
	max-height: 0;
	overflow: hidden;
}
.anser span{
  font-size: 20px;
  padding: 3px 10px;
  color: #fff;
  background: #019EE5;
  border-radius: 100px;
  line-height: 0;
  margin-right: 10px;
}
.anser div {
	margin: 0;
	padding: 2rem 7.5rem 2rem;
	line-height: 1.8;
  text-indent: -44px;
}
@media only screen and (max-width: 768px){
  .anser div{
    padding: 2rem 2rem 2rem 5.8rem;
    text-indent: -44px;
  }
}
.toggle:checked + .question + .anser {
	max-height: 600px;
	transition: all 1.0s;
}
.toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}
.accordion .anser {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0 20px;
}
/* 開いたとき */
.toggle:checked + .question + .anser {
  padding: 15px 20px; /* 自然に開くように調整 */
}
/*---------------------------------------- footer ----------------------------------------*/
footer{
  width: 100%;
  background: #214E76;
  color: #fff;
  margin: auto;
  padding: 30px 0 0;
}
footer a:hover{
  opacity: 0.8;
  transition: all 0.4s;
}
footer p{
  margin: 0;
  font-size: 14px;
}
footer a, .f_bottom ul li a {
  text-decoration: none;
  color: #fff;
}
.fl_list{
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 768px){
  .fl_list{
    text-align: center;
  }
}
.fl_list ul li {
  display: inline;
}
.fl_list ul li a {
  display: inline-block;
  font-size: 14px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 5px;
}
@media only screen and (max-width: 768px){
  .fl_list ul li a {
    font-size: 10px;
    line-height: 0.5;
  }
}
.fl_list ul li a i {
  margin-left: 5px;
  margin-right: 5px;
  color: #AAA;
}
.f_logo{
  position: relative;
  background: #F0F6FF;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  height: 90px;
}
.f_logo p{
  color: #989BA1;
  position: absolute;
  right: 10%;
  bottom: 25%;
  font-size: 12px;
}
@media only screen and (max-width: 768px){
  .f_logo p{
    position: static;
    text-align: center;
  }
}
.f_logo img{
  position: absolute;
  right: 10%;
  width: 200px;
}
@media only screen and (max-width: 768px){
  .f_logo img{
    position: static;
    display: block;
    margin: auto;
  }
}
.fa-solid img{
  width: 12px;
}
/*---------------------------------------- アニメーション ----------------------------------------*/
.fade-in {
  opacity: 0;
  transform: translateY(50px); /* 下からフェードイン */
  transition: opacity 1s ease-out, transform 1s ease-out;
}
/* 表示時のスタイル */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
