

.header-banner {

    /*
    background-image: url('2022.04.29.3.jpg');
    */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*
    height: 90px;
*/
}
header h1 {
  opacity: 5;
  padding: 1rem 65px 0px;
  position: fixed;
  /* top: 1.2rem; */
  /* left: 31.5rem; */
  z-index: 1000;
  background-color: #fff;
}

.maingifue{
  width: auto;
  height: auto;
  opacity:1;
}
.maingifuetb{
  padding: 6px 0 1 6px;
  width: 200px;
  height: auto;
  opacity:1;
}
.maingifsita{

  height: auto;
  opacity:1;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
/*メニューバー設定*/
nav {
    width: 100%;
    height: 42px;
    background: #fff;
    postion: fixed;
    z-index: 10;
}
/*メニューバー会社名*/
nav div {

    font-size: 2rem;

    position: absolute;
    top: 0;
    left: 2%;
    /*20240816
    visibility: hidden;
*/

}
.visible-title {
    visibility: visible;
}
.navback{
  background-color: #fff;
}
nav ul {
    list-style-type: none;
    margin: 0 2% auto 0;
    padding-left: 0;
    text-align: right;
    max-width: 100%;
    font-family:"Comic Sans MS";
        font-size: inherit;
}
nav ul li {
    display: inline-block;
    line-height: 54px;
    margin-left: 10px;
}
.swiper-container {
  width: 100%;
  height: 105px;
}

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: transform 0.3s, box-shadow 0.3s; /* ホバー効果のためのトランジションを追加 */
  }

.swiper-pagination {
  position: relative; /* ドットの位置を調整 */
  bottom: 10px; /* スライドショーの真下に配置 */
  text-align: center;
  margin-top: 20px;
}

.swiper-slide:hover {
  transform: scale(1.05); /* ホバー時に拡大 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* ホバー時にシャドウを追加 */
}




.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: -60px;
}

.mySlides {
  display: none;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s; /* ここを変更 */
  animation-name: fade;
  animation-duration: 3s; /* ここを変更 */
}

@-webkit-keyframes fade {
  from {opacity: 0.1; background-color: transparent;} /* 半透明な状態から */
  to {opacity: 1; background-color: #ffe6e6;} /* 完全に表示され、背景が薄いピンクに */
}

@keyframes fade {
  from {opacity: 0.1; background-color: transparent;} /* 半透明な状態から */
  to {opacity: 1; background-color: #ffe6e6;} /* 完全に表示され、背景が薄いピンクに */
}






.indicator {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.active {
  background-color: #717171;
}


.content {
  position: relative;
  width: 200px;
  height: 100%;
}


.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 340px;
}

.slideshow {
  display: flex;
  -webkit-animation: loop-slide 50s infinite linear 0s both;
  animation: loop-slide 50s infinite linear 0s both;
}

@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.content-hover {
  transition: all 0.2s;
  margin-right: 20px;
}

.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}


/*
 PC画面　表示時の左側エリア
スマフォ画面表示時は非表示
 */
@media (max-width: 768px) {
    .hide-on-small-screen {
        display: none!important;
    }
}






#fix-phone-under-menu table{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 1;
  z-index: 99;
}

#fix-phone-under-menu td{
  display: inline-block;
  width: 33.33%;
  font-size: 14px;
  border-right: 1px solid #fff;
  background: #D389B3;
}

#fix-phone-under-menu td a{


  width: 8%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
  margin: auto;
}




/*スライド用　20240926*/
.slideshow-container0 {
           position: relative;
           max-width: 100%;
           margin: auto;
           overflow: hidden;
       }
       .slides0 {
           display: none;
           width: 100%;
       }
       .prev0, .next0 {
           cursor: pointer;
           position: absolute;
           top: 50%;
           width: auto;
           padding: 16px;
           margin-top: -22px;
           color: white;
           font-weight: bold;
           font-size: 18px;
           transition: 0.6s ease;
           border-radius: 0 3px 3px 0;
           user-select: none;
       }
       .next0 {
           right: 0;
           border-radius: 3px 0 0 3px;
       }
       .dot-container0 {
           text-align: center;
           padding: 10px;

       }
       .dot0 {
           cursor: pointer;
           height: 10px;
           width: 10px;
           margin: 0 2px;
           background-color: #bbb;
           border-radius: 50%;
           display: inline-block;
           transition: background-color 0.6s ease;
       }
       .active0, .dot0:hover {
           background-color: #717171;
       }





/*イベント情報のスライド用　20241030
*/

.slideshow-container1 {
           position: relative;
           max-width: 100%;
           margin: auto;
           overflow: hidden;
       }
       .slides1 {
           display: none;
           width: 100%;
       }
       .prev1, .next1 {
           cursor: pointer;
           position: absolute;
           top: 50%;
           width: auto;
           padding: 16px;
           margin-top: -22px;
           color: white;
           font-weight: bold;
           font-size: 18px;
           transition: 0.6s ease;
           border-radius: 0 3px 3px 0;
           user-select: none;
       }
       .next1 {
           right: 0;
           border-radius: 3px 0 0 3px;
       }
       .dot-container1 {
           text-align: center;
           padding: 10px;

       }
       .dot1 {
           cursor: pointer;
           height: 10px;
           width: 10px;
           margin: 0 2px;
           background-color: #bbb;
           border-radius: 50%;
           display: inline-block;
           transition: background-color 0.6s ease;
       }
       .active1, .dot1:hover {
           background-color: #717171;
       }

/*プランスライドショー用 */

.slideshow-container2 {
           position: relative;
           max-width: 100%;
           margin: auto;
           overflow: hidden;
       }
       .slides2 {
           display: none;
           width: 100%;
       }
       .prev2, .next2 {
           cursor: pointer;
           position: absolute;
           top: 50%;
           width: auto;
           padding: 16px;
           margin-top: -22px;
           color: white;
           font-weight: bold;
           font-size: 18px;
           transition: 0.6s ease;
           border-radius: 0 3px 3px 0;
           user-select: none;
       }
       .next2 {
           right: 0;
           border-radius: 3px 0 0 3px;
       }
       .dot-container2 {
           text-align: center;
           padding: 10px;

       }
       .dot2 {
           cursor: pointer;
           height: 10px;
           width: 10px;
           margin: 0 2px;
           background-color: #bbb;
           border-radius: 50%;
           display: inline-block;
           transition: background-color 0.6s ease;
       }
       .active2, .dot2:hover {
           background-color: #717171;
       }

       .ranking {
         position: relative;
         top: 0;
         left: 56;
         width: 60px; /* 必要に応じてサイズを調整 */
         height: 40px; /* 必要に応じてサイズを調整 */
         z-index: 1; /* スライド画像の上に表示するためにz-indexを追加 */
       }

       .ranking img {
         width: 100%;
         height: 100%;
         border-radius: 30px;
      }

       .new-slide {
         position: relative;
         min-width: 100%;
         box-sizing: border-box;
       }

       .new-slide img {
         width: 55%;
         display: block;
         margin: auto;
       }



       .new-wrap {
     position: relative;
     overflow: hidden;
     width: 100%;
     margin: auto;
   }
   .new-slideshow {
     display: flex;
     transition: transform 0.5s ease-in-out;

   }
   .new-slide {
     min-width: 100%;
     box-sizing: border-box;
     position: relative;
   }
   .new-slide img {
     width: 65%;
     display: block;
     margin: auto;
   }
   .prev, .next {
     cursor: pointer;
     position: absolute;
     top: 50%;
     width: auto;
     padding: 16px;
     margin-top: -22px;
     color: #e28585;
     font-weight: bold;
     font-size: 18px;
     transition: 0.6s ease;
     border-radius: 0 3px 3px 0;
     user-select: none;
   }
   .next {
     right: 0;
     border-radius: 3px 0 0 3px;
   }
   .prev:hover, .next:hover {
     background-color: rgba(0,0,0,0.8);
   }
   .indicators {
     text-align: center;
   }
   .dot {
     cursor: pointer;
     height: 10px;
     width: 10px;
     margin: 0 2px;
     background-color: #bbb;
     border-radius: 50%;
     display: inline-block;
     transition: background-color 0.6s ease;
   }
   .active, .dot:hover {
     background-color: #717171;
   }
   .new-slide::before, .new-slide::after {
   content: '';
   position: absolute;
   top: 0;
   width: 20%;
   height: 100%;
   background-size: cover;
   background-position: center;
   opacity: 0.5;
   background-image: url("url(" + slides[(currentIndex - 1 + totalSlides) % totalSlides].querySelector('.slide-image').src + ")");
background-size: cover;
background-position: center;
 }

 .new-slide::before {
   left: -20%;
   background-image: var(--prev-image);
 }

 .new-slide::after {
   right: -20%;
   background-image: var(--next-image);
 }






 .NewAcollection {
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: auto;
 }

 .NewAslideshow {
   display: flex;
   transition: transform 0.5s ease-in-out;
 }

 .NewAcontent {
   min-width: 100%;
   box-sizing: border-box;
   position: relative;
 }

 .NewAcontent img {
   width: 65%;
   display: block;
   margin: auto;
 }

 .NewAprev, .NewAnext {
   cursor: pointer;
   position: absolute;
   top: 50%;
   width: auto;
   padding: 16px;
   margin-top: -22px;
   color: #e28585;
   font-weight: bold;
   font-size: 18px;
   transition: 0.6s ease;
   border-radius: 0 3px 3px 0;
   user-select: none;
 }

 .NewAnext {
   right: 0;
   border-radius: 3px 0 0 3px;
 }

 .NewAprev:hover, .NewAnext:hover {
   background-color: rgba(0,0,0,0.8);
 }

 .NewAindicators {
   text-align: center;
 }

 .NewAdot {
   cursor: pointer;
   height: 10px;
   width: 10px;
   margin: 0 2px;
   background-color: #bbb;
   border-radius: 50%;
   display: inline-block;
   transition: background-color 0.6s ease;
 }

 .NewAactive, .NewAdot:hover {
   background-color: #717171;
 }





  .new-collection {
      position: relative;
      overflow: hidden;
      width: 100%;
      margin: auto;
  }

  .new-slideshow {
      display: flex;
      transition: transform 0.5s ease-in-out;
  }

  .new-slide {
      min-width: 100%;
      box-sizing: border-box;
      position: relative;
  }

  .new-slide img {
      width: 70%;
      height: auto;
      display: block;
      margin: auto;
  }

  .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: #e28585;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
  }

  .next {
      right: 0;
      border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
      background-color: rgba(0,0,0,0.8);
  }

  .indicators {
      text-align: center;
  }

  .dot {
      cursor: pointer;
      height: 10px;
      width: 10px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
      background-color: #717171;
  }





















/* モード用  */
 .NewAcollection2 {
     position: relative;
     overflow: hidden;
     width: 100%;
     margin: auto;
 }

 .NewAslideshow2 {
     display: flex;
     transition: transform 0.5s ease-in-out;
 }

 .NewAcontent2 {
     min-width: 100%;
     box-sizing: border-box;
     position: relative;
 }

 .NewAcontent2 img {
     width: 100%;  /* 画像の幅を100%に設定 */
     height: auto;  /* 高さを自動調整 */
     display: block;
     margin: auto;
 }

 .NewAprev2, .NewAnext2 {
     cursor: pointer;
     position: absolute;
     top: 33%;
     width: auto;
     padding: 16px;
     margin-top: -22px;
     color: #e28585;
     font-weight: bold;
     font-size: 18px;
     transition: 0.6s ease;
     border-radius: 0 3px 3px 0;
     user-select: none;
 }

 .NewAnext2 {
     right: 0;
     border-radius: 3px 0 0 3px;
 }

 .NewAprev2:hover, .NewAnext2:hover {
     background-color: rgba(0,0,0,0.8);
 }

 .NewAindicators2 {
     text-align: center;
 }

 .NewAdot2 {
     cursor: pointer;
     height: 10px;
     width: 10px;
     margin: 0 2px;
     background-color: #bbb;
     border-radius: 50%;
     display: inline-block;
     transition: background-color 0.6s ease;
 }

 .NewAactive2, .NewAdot2:hover {
     background-color: #717171;
 }




 /* イベント用  */
.NewAcollection3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.NewAslideshow3 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.NewAcontent3 {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.NewAcontent3 img {
    width: 100%;  /* 画像の幅を100%に設定 */
    height: auto;  /* 高さを自動調整 */
    display: block;
    margin: auto;
}

.NewAprev3, .NewAnext3 {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #e28585;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.NewAnext3 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.NewAprev3:hover, .NewAnext3:hover {
    background-color: rgba(0,0,0,0.8);
}

.NewAindicators3 {
    text-align: center;
}

.NewAdot3 {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.NewAactive3, .NewAdot3:hover {
    background-color: #717171;
}








/* プラン用  */
.NewAcollection4 {
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: auto;
}

.NewAslideshow4 {
   display: flex;
   transition: transform 0.5s ease-in-out;
}

.NewAcontent4 {
   min-width: 100%;
   box-sizing: border-box;
   position: relative;
}

.NewAcontent4 img {
   width: 100%;  /* 画像の幅を100%に設定 */
   height: auto;  /* 高さを自動調整 */
   display: block;
   margin: auto;
}

.NewAprev4, .NewAnext4 {
   cursor: pointer;
   position: absolute;
   top: 42%;
   width: auto;
   padding: 16px;
   margin-top: -22px;
   color: #e28585;
   font-weight: bold;
   font-size: 18px;
   transition: 0.6s ease;
   border-radius: 0 3px 3px 0;
   user-select: none;
}

.NewAnext4 {
   right: 0;
   border-radius: 3px 0 0 3px;
}

.NewAprev4:hover, .NewAnext4:hover {
   background-color: rgba(0,0,0,0.8);
}

.NewAindicators4 {
   text-align: center;
}

.NewAdot4 {
   cursor: pointer;
   height: 10px;
   width: 10px;
   margin: 0 2px;
   background-color: #bbb;
   border-radius: 50%;
   display: inline-block;
   transition: background-color 0.6s ease;
}

.NewAactive4, .NewAdot4:hover {
   background-color: #717171;
}
