
            .selection {
                display: none;
            }
            #page-1 {
                display: block;
            }


            .pagination-holder{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
            }
/*-----------------------------共通-----------------------------*/
html body {
  	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  	-webkit-text-size-adjust: 100%;
	line-height:1.4;
  position:relative;
  background-color: #000;
	}


a:link {
      text-decoration: none;
}
a:visited {
      text-decoration: none;
}

a:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
	}

a img {
        border-width: 0px;
        border-style: none;
        border-color: #fff;
        background: transparent;
  }

/*ページトップボタン*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index:2;
}
.pagetop a {
    display: block;
    background-color: #FFF;
    text-align: center;
    color: #990066;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
　　filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #CCC;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
　　filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* テキスト色 */
.pink{
  color: #FF6699;
}


@media (min-width:1000px) {/*ＰＣ用ナビ------------------------*/
article{
padding-top:80px;
}
}
/*---------------------------------------------------------------*/

/*----------------▼▼▼▼▼トップページ▼▼▼▼▼-----------------------------*/

/*-----------//////////////トップ動画//////////////---------------------*/


@media (min-width:768px) {/*ＰＣ------------------------*/

/*
#TOP .topvideo{
  height: 100%; /* 高さを画面いっぱいに指定する。(vhが効かない場合の対策)*/
  /*height: 100vh; /* 高さを画面いっぱいに指定する。*/
  /*position: relative;  /*横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。*/
  /*width: 100%; /* 横幅もいっぱいに。*/
  /*background:linear-gradient(180deg, rgba(246,255,0,0.5), rgba(255,0,161,0.6));*/
/*}

#TOP video {
position: fixed;
right: 0;
bottom: 0;
left:0;
right:0;
min-width: 100%;
min-height: 100%;
width: 100vw;
height: auto;
z-index: -10;
background:#000;
}
*/

#TOP .sec1{
position: relative; /*必ず必要*/
z-index: 2; /*必ず必要*/
}


#TOP .sec2{
position: relative; /*必ず必要*/
z-index: 2; /*必ず必要*/
}
}
/*-------------------------------------------------------*/

@media (max-width:767px) {/*タブレット以下--------------*/

/*#TOP video{
display:none;
}

#TOP .topvideo{
background:url('images/gallery/sample_16.jpg')0 0 no-repeat;
}*/

}/*--------------------------------------------------------*/





/*-----------//////////////ヘッダー（全共通）//////////////---------------------*/
header{
  background-color: #000;
}

header a{
 color: #fff;
 display: block;/*選択範囲を広げる*/
}

header nav{
  color: #FFF;
}

header ul{
  text-align: center;
  padding:10px 0;
}

header ul li{/*メニュー英語*/
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 5px;
}

header ul span{/*読み仮名*/
  display: inline;
  font-size: 1rem;
}

header ul:last-child li{/*アイコン*/
  font-size: 1.2rem;
  margin-top: 10px;
}


header h1{/*ロゴ*/
  padding:10px 0px
}

@media (max-width:999px) {/*タブレット以下のナビ--------------*/
  header ul{
    border-bottom: 1px solid #333;
    display: block;
  }
  header ul:last-child li{/*アイコン*/
    display: block;
    padding: 3px;
  }

  nav{
    display: none;/*削除不可！画面サイズで表示非表示切り替え*/
  }

  header .container_mini{
   position: relative;
   height: 50px;
  }

  header .container_mini h1{
    margin:0 auto;
    max-width:200px;
  }

  header .container_mini h1 img{
    width: 100%;
    height: auto;
  }


  header .container_mini .button{
    background-color: #ccc;
  }

  header .container_mini .toggle{
   position: fixed;
   top: 0;
   left: 0;
   right: auto;
   bottom: auto;
   z-index:9999;
   cursor:pointer;
   color: #FFF;
   border: none;
   outline: none;
   background-color: #999;
   font-size: 25px;
   padding:10px;
   border-top-right-radius:10px;
   border-bottom-right-radius: 10px;
  }

  header nav{
  position:fixed;
  z-index:9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background:#000;
  }


}/*タブレット以下ここまで---------------------------------*/

@media (min-width:1000px) {/*ＰＣ用ナビ------------------------*/

header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  z-index:9999;
}

header .container{/*ロゴとナビ*/
    padding:10px;
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content:         center;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
  }

header nav{/*メニュー（と振り仮名）を並べる*/
display: flex;/*削除不可！画面サイズで表示非表示切り替え*/
display: -webkit-flex; /* Safari */
top:0;
left:auto;
right:0;
bottom:auto;
}

  header nav ul:last-child{/*アイコンを並べる*/
    display: flex;
    display: -webkit-flex; /* Safari */
  }

  header nav ul{/*メニューの間隔と右の線*/
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
  }

  header nav ul:last-child li{/*アイコンの間隔*/
    padding-right: 20px;
  }

  header nav ul:last-child li:last-child{/*アイコンの最後の間隔を調節*/
    padding-right: 0px;
  }

  header ul li{/*メニュー英語*/
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 5px;
  }

  header ul span{/*読み仮名*/
    display: inline;
    font-size: 0.5rem;
  }

  header ul:last-child li{/*アイコン*/
    font-size: 1.2rem;
    margin-top: 10px;
  }

header .toggle{/*ＰＣでトグルボタン非表示*/
  display: none;
}

}/*ＰＣここまで---------------------------------------------*/
@media screen and (max-width:768px) {
.sp{
display: block;
}
.pc{
display: none;
}
}

@media screen and (min-width:769px) {
.sp{
display: none;
}
.pc{
display: block;
}
}

/*----------------//////////////TOP sec1//////////////-----------------------------*/

#TOP .sec1{
  background: url('../images/T_sec1_bg_small.jpg') 0 0 no-repeat;
  background-size: cover;
}

.slider-pro{
  min-height: 300px;
}

@media (max-width:767px) {
  .slider-pro{
    min-height: 162px;
  }
}


@media (max-width:767px) {/*タブレット以下--------------*/

#TOP .sec1{
  max-height:466px;
  padding-bottom:10px;
}

#TOP .sec1 .container{
      padding: 40px 0px;
}

#TOP .sec1 .line_pc{
  display: none;
}

#TOP .sec1 .line_mob{
  max-width:383px;
  display: block;
  margin: 0 auto;
  padding:0px 10px 20px 10px;
}

#TOP .sec1 .line_mob img{
width: 100%;
}


}/*タブレット以下ここまで---------------------------------------------*/

@media (min-width:768px) {/*ＰＣ------------------------*/

#TOP .sec1{
  min-height:576px;
  background: url('../images/T_sec1_bg.jpg') 0 0 no-repeat;
  background-size: cover;
}

#TOP .sec1 .container{
    padding: 80px 0px;
}

#TOP .sec1 .sp-image{
	display:none;
}

#TOP .sec1 .line_mob{
  display: none;
}

#TOP .sec1 .line_pc{
  max-width:980px;
  display: block;
  margin: 0 auto;
  padding:0px 20px 100px 20px;
}

#TOP .sec1 .line_pc img{
width: 100%;
}


}/*ＰＣここまで---------------------------------------------*/


/*-----------------//////////////TOP sec2//////////////--------------------------*/

#TOP .sec2{
 background-color: #000;
 padding-bottom: 40px;
}

#TOP .sec2 h2{
max-width: 172px;
max-height: 41px;
width: 80%;
padding: 40px 0px 20px;
margin: 0 auto;
text-align: center;
}

#TOP .sec2 h2 img{
  width: 80%;
  height: auto;
}

#TOP .sec2 .container{
  width: 100%;
  background-color: #CCC;
  padding-top: 20px;
}

#TOP .sec2 .swiper-container{
  text-align: center;
  color: #000;
  font-weight: bold;
  padding-bottom: 25px;
}

#TOP .sec2 .swiper-container .swiper-slide video{
  aspect-ratio: 346/195;
  width: 100%;
  max-width: 346px;
  height: 100%;
}

#TOP .sec2 .swiper-container .swiper-slide img{
  max-width: 100%;
  height: auto;
}
.swiper-slide > img{
  object-fit: cover;
  width: 100%;
  height: auto;
}
#TOP .sec2 .swiper-pagination-bullet-active{
background:#FFF;
}



@media (min-width:768px) {/*ＰＣ------------------------*/

#TOP .sec2{
   padding-bottom: 80px;
}

#TOP .sec2 h2{
padding: 80px 0px 40px;
}

#TOP .sec2 h2 img{
    width: 100%;
    height: auto;
}

#TOP .sec2 .container{
    padding-top: 40px;
}

#TOP .sec2 .swiper-container{
  padding-bottom: 40px;
}

}/*PCここまで---------------------------------------------*/


/*-----------------//////////////TOP sec3//////////////--------------------------*/

.beachcm{
text-align:center;
padding-bottom: 60px;
}

.beachcm video{
aspect-ratio: 1000 / 562.5 ;
max-width: 1000px;
width: 100%;
}

.beachcm_text{
  color: #fff;
}
.beachmovie_text{
  color: #fff;
}
/*--------文字のサイズ-------------------------------------------*/

#TOP #sec3 .content .small{
font-size: 0.7rem;
}

#TOP #sec3 .content{
font-size: 1rem;
}

#TOP #sec3 .content .big1{
font-size: 1rem;
}

#TOP #sec3 .content .big2{
font-size: 1.2rem;
}

#TOP #sec3 .content .yellow{
  color: #FF0;
}

#TOP #sec3 .content .bold{
  font-weight: bold;
}

#TOP #sec3 .content .red{
  color: #F00;
}

.pink{
    color:#ff0099;
}
/*--------文字のサイズ　ここまで-------------------------------*/
#TOP #sec3 h2{
  max-width: 172px;
  max-height: 41px;
  width: 80%;
  padding: 40px 0px 20px;
  margin: 0 auto;
  text-align: center;
}

#TOP #sec3 h2 img{
  width: 80%;
  height: auto;
}

#TOP #sec3 .content{
  background: #333;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  letter-spacing:1px;
  margin-bottom: 40px;
}

#TOP #sec3 .box{
  padding-top:10px;
  display: block;
}

#TOP #sec3 .poster{
  padding: 10px 0px;
}

#TOP #sec3 .content .fa{
color: #ff0099;
font-weight: bold;
}

#TOP #sec3 .content .midashi{
  font-weight: bold;
  padding: 5px 0px;
}
#TOP #sec3 .content .fa-calendar{
 display: inline-block;
 padding-bottom: 5px;
 vertical-align: top;

}

#TOP #sec3 .content .e_day{
  display: inline-block;
  color:#FF6699;
}

#TOP #sec3 .content .e_title{
 border-bottom: 1px solid #fff;
 padding-top: 5px;
 padding-bottom: 5px;
 display: block;
}

.e_title_noborder{
  padding-top: 5px;
  padding-bottom: 5px;
}

.event_info{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  margin: 10px 0;
}

#TOP #sec3 .content .e_subtitle{
  font-weight: normal;
  padding-top: 5px;
}

#TOP #sec3 .content .e_place{
  padding: 5px 0px;
  padding-bottom: 10px;
  display: flex;
}

#TOP #sec3 .content .check{
  display: -webkit-flex; /* Safari */
  display: flex;
  padding-bottom: 10px;
}

#TOP #sec3 .content .e_place .fa-map-marker{
  display: inline-block;
  padding-left:2px;
  font-size: 1rem;
padding-right: 4px;
}

#TOP #sec3 .content .e_place .shop{
  display: inline-block;
}

#TOP #sec3 .content .e_place .map{
  display: inline-block;
  background:#ff0099;
  color: #fff;
  padding: 0px 10px;
  border-radius: 2px;
  margin-left: 5px;
  max-height: 20px;
}

#TOP #sec3 .content .e_time{
  display: -webkit-flex; /* Safari */
  display: flex;
  padding-bottom: 10px;
}

#TOP #sec3 .content .e_time .fa-clock-o{
  font-size: 1rem;
  padding-right: 4px;
  display: inline-block;
}

#TOP #sec3 .content .e_fee{
  display: -webkit-flex; /* Safari */
  display: flex;
  padding: 5px 0px;
}

#TOP #sec3 .content .men{
  display: inline-block;
  background-color: #538EA6;
  padding: 0px 5px;
  margin-right: 5px;
  font-size: 0.7rem;
  color: #000;
  border-radius: 2px;
}

#TOP #sec3 .content .women{
  display: inline-block;
  background-color: #F28C8C;
  padding: 0px 5px;
  margin-right: 5px;
  font-size: 0.7rem;
  color: #000;
  border-radius: 2px;
}


#TOP #sec3 .content .fa-jpy{
  padding-top: 5px;
  padding-left:2px;
  padding-right: 5px;
  font-size: 1rem;
}

#TOP #sec3 .content .ticket{
  padding: 10px 0px;
}

#TOP #sec3 .content .shita .message{
 padding-top: 10px;
}

#TOP #sec3 .content .shita .photo{
  padding: 20px;
}


#TOP #sec3 .content .shita{
  padding-bottom: 100px;
}

#TOP #sec3 .content .beach{
  padding-bottom: 80px;
}


#TOP #sec3 .content .swiper-slide{
  padding-top: 20px;
}

#TOP #sec3 .content .swiper-slide{
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}

#TOP #sec3 .content .swiper-slide img{
  width: auto;
  height: auto;
}

#TOP #sec3 .content .big .swiper-slide{
  max-width: 270px;
  max-height: 200px;
  overflow: hidden;
}


#TOP #sec3 .content .swiper-slide img{
  width: 100%;
}

#TOP #sec3 .content .moreA{/*moreAクラスはJsファイルで生成*/
  display: inline-block;
  color: #fff;
  width: 100%;
  padding:15px 0px;
  text-align: center;
  background-color: #666;
  font-size: 1rem;
  font-weight: bold;
}

#TOP .more{/*前回のイベント写真へリンク*/
  text-align: center;
  padding-top: 40px;
}

#TOP .more a{
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  padding: 10px;
  border: solid 1px #fff;
}

@media (max-width:767px) {/*タブレット以下--------------*/

#TOP #sec3::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-2;
    width:100%;
    height:100vh;
    background:url(images/T_sec3_bg.jpg) center/cover no-repeat; /*fixedをトル！*/
    -webkit-background-size:cover;/*Android4*/
    }

#TOP #sec3 .content{
  padding: 20px 12px 0px 12px;
  line-height: 1.3rem;
  margin-left: 10px;
  margin-right: 10px;
}

#TOP #sec3 .poster{
  max-width: 380px;
  margin: 0 auto;
}

#TOP #sec3 .poster img{
  width: 100%;
  height: auto;
}

#TOP #sec3 .text .ticket{
  max-width: 480px;
  margin: 0 auto;
}

#TOP #sec3 .text .ticket img{
  width: 100%;
  height: auto;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}

}/*タブレット以下ここまで--------------*/


@media (min-width:768px) {/*ＰＣ------------------------*/

#TOP #sec3{
  }

  #TOP #sec3 .bgimg{
    background: url('images/T_sec3_bg.jpg') 0 0 no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
       padding-bottom: 80px;
  }


#TOP #sec3 h2{
padding: 80px 0px 40px;
}

#TOP #sec3 h2 img{
    width: 100%;
    height: auto;
  }

#TOP #sec3 .content{
  padding: 60px 30px;
  line-height: 1.3rem;
  margin-bottom: 60px;
}

#TOP #sec3 .ue{
display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-direction: row-reverse; /* Safari */
flex-direction:         row-reverse;
justify-content: center;
}

#TOP #sec3 .poster{
  max-width: 380px;
  text-align: center;
  padding: 0 20px;
}

#TOP #sec3 .poster img{
  width: 100%;
  height: auto;
}

#TOP #sec3 .text{
  max-width: 500px;
  padding: 0 20px;
}

#TOP #sec3 .text img{
  width: 100%;
  height: auto;
}


#TOP #sec3 .content .shita .message{
  text-align: center;
  padding-top: 60px;
}

#TOP #sec3 .content .swiper-container{
  margin-top: 60px;
}

#TOP #sec3 .content .moreA{/*moreAクラスはJsファイルで生成*/
  padding:15px 0px;
}

}/*PCここまで---------------------------------------------*/
/*-----------------▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲-----------------*/



/*-----------------//////////////TOP sec4//////////////--------------------------*/

#TOP .sec4 {
    background: url('images/T_sec4_bg_small.jpg') 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

#TOP .sec4 h2{
  max-width: 203px;
  max-height: 37px;
  width: 80%;
  padding: 40px 0px 20px;
  margin: 0 auto;
  text-align: center;
}

#TOP .sec4 h2 img{
  width: 80%;
  height: auto;
}

#TOP .sec4 .img1 img{
  width: 100%;
  height: auto;
}


#TOP .sec4 picture img{
  width:100%;
display: block; margin: 0 auto;
}


/*  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  figcaption {
    font-size: 3rem;
    color: #FFF;
    display: -webkit-flex; /* Safari */
    /*display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
  }

  figcaption a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }

  figure:hover figcaption {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
    opacity: 1;
  }*/
/*-----------------//////////////TOP go_to_attend//////////////--------------------------*/

.go_to_attend {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin: 60px 0;
}

.go_to_attend p{
  margin-bottom: 20px;
}

.go_to_attend a{
  font-size: 1.4rem;
  color: #FF6699;
  margin-top: 20px; 
}

@media (min-width:768px) {/*ＰＣ------------------------*/

#TOP .sec4 {
    background: url('images/T_sec4_bg.jpg') 0 0 no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#TOP .sec4{
   padding-bottom: 80px;
  }

#TOP .sec4 h2{
padding: 80px 0px 40px;
}

#TOP .sec4 h2 img{
    width: 100%;
    height: auto;
  }

#TOP .sec4 .more{
    margin-top: 40px;
}

}
/*pcここまで*/

/*-----------------▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲-----------------*/
/*-----------------//////////////TOP sec5//////////////--------------------------*/
#TOP .sec5{
  background-color:#000;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

#TOP .sec5 h2{
  max-width: 91px;
  max-height: 38px;
  width: 80%;
  padding: 0px 0px 20px;
  margin: 0 auto;
  text-align: center;
}

#TOP .sec5 h2 img{
  width: 80%;
  height: auto;
}

#TOP .sec5 .container{
  text-align: center;
  padding-bottom: 20px;
}

#TOP .sec5 .container img{
  margin-left: 2%;
  margin-right:2%;
}

@media (min-width:768px) {/*ＰＣ------------------------*/

  #TOP .sec5{
    padding-bottom: 80px;
    padding-top: 80px;
  }

  #TOP .sec5 h2 img{
      width: 100%;
      height: auto;
    }

    #TOP .sec5 h2{
    padding: 0px 0px 40px;
    }

  #TOP .sec5 .container img{
    margin: 0px 15px;
  }
}

/*-----------------▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲-----------------*/
/*-----------------//////////////footer//////////////--------------------------*/
footer{
  background-color: #000;
  color:#fff;
  font-size: 10px;
  text-align: center;
  padding: 20px 0px;
}
/*-----------------▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲-----------------*/

/*-----------------▼▼▼▼▼ギャラリーページ▼▼▼▼▼-----------------*/

#GALLERY{
  color: #fff;
}

#GALLERY h2{
  max-width: 203px;
  max-height: 37px;
  width: 80%;
  padding:20px 0px 20px;
  margin: 0 auto;
  text-align: center;
}

#GALLERY h2 img{
  width: 80%;
  height: auto;
}

#GALLERY .contaner{
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
}

#GALLERY .contaner .inner1{
  background-color: #333;
  padding: 15px 10px;
}

#GALLERY .contaner .inner1 h3{
  font-size:0.9rem;
  text-align: right;
  margin-bottom: 5px;
}

#GALLERY .contaner .inner1 h4{
  font-size:1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
}

#GALLERY .contaner .inner2{
  background-color: #000;
}


#GALLERY .contaner .inner2 p{
  font-size:0.9rem;
  padding: 20px 30px 20px;
}


#GALLERY .contaner .inner2 .grid {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 20px;
}

#GALLERY .contaner .inner2 .grid .cell {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 160px;
    height: 120px;
    background-size: cover;
    box-sizing: border-box;
    margin: 5px;
}


.cell.is-empty {
  height: 0!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  margin-top: 0!important;
  margin-bottom: 0!important;
}
@media (max-width:767px) {/*タブレット以下--------------*/
  #GALLERY::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(images/gallery_bg.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }
}/*タブレット以下ここまで*/

@media (min-width:768px) {/*ＰＣ------------------------*/


  #GALLERY .bgimg{
    background: url('images/gallery_bg.jpg') 0 0 no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    border-bottom: solid 1px #fff;
  }

#GALLERY h2{
    padding:80px 0px 60px;
}

#GALLERY h2 img{
    width: 100%;
    height: auto;
  }


  #GALLERY .contaner{
    padding-bottom: 80px;
  }

  #GALLERY .contaner .inner1 h4{
    font-size:1.2rem;
  }

  #GALLERY .contaner .inner2 p{
    font-size:0.9rem;
    text-align: center;
  }

}

/*-----------------▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲-----------------*/






/*-----------------▼▼▼▼▼参加申し込みページ▼▼▼▼▼-----------------*/
#ATTEND .sec1{
/*background: #f7ff00;  /* fallback for old browsers */
/*background: -webkit-linear-gradient(to top, #db36a4, #f7ff00);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to top, #db36a4, #f7ff00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-image: linear-gradient(180deg, #6408F7, #FB00FF);
padding: 20px;
}


#ATTEND #formWrap {
	max-width:1000px;
  background:#FFF;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#ATTEND #formWrap h3{
  text-align: center;
  padding-top:20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

#ATTEND #formWrap p{
  text-align: center;
  padding:0 10px 20px;
}

#ATTEND table.formTable{
	margin:0 auto;
	border-collapse:collapse;
  width: 95%;
  margin-bottom: 20px;
}

#ATTEND table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}

#ATTEND table.formTable th{
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

#ATTEND table.formTable option{
  width: 10px;
}

#ATTEND input[name="お名前"]{
  width:100%;
  box-sizing:border-box;
}

#ATTEND input[name="電話番号"]{
  width:100%;
  box-sizing:border-box;
}

#ATTEND input[name="Email"]{
  width:100%;
  box-sizing:border-box;
}

#ATTEND table.formTable select[name="参加イベント"]{
-webkit-appearance:none;
width: 100%;
}

@media (min-width:768px) {/*ＰＣ------------------------*/
#ATTEND .sec1{
  padding: 80px 20px 80px;
}

#ATTEND input[name="お名前"]{
  width:50%;
  box-sizing:border-box;
}

#ATTEND input[name="電話番号"]{
  width:50%;
  box-sizing:border-box;
}

#ATTEND input[name="Email"]{
  width:60%;
  box-sizing:border-box;
}

#ATTEND table.formTable select[name="参加イベント"]{
-webkit-appearance:none;
width: 80%;
}

}/*pcここまで*/

/*-----------------▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲-----------------*/

/*-----------------▼▼▼▼▼スタッフ募集ページ▼▼▼▼▼-----------------*/

#STAFF .sec1{
background-image: linear-gradient(180deg, #A5E000, #7F00E0);
padding: 20px;
}

#STAFF #formWrap {
	max-width:1000px;
  background:#FFF;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#STAFF #formWrap h3{
  text-align: center;
  padding-top:20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

#STAFF #formWrap p{
  text-align: center;
  padding:0 10px 20px;
}

#STAFF table.formTable{
	margin:0 auto;
	border-collapse:collapse;
  width: 95%;
  margin-bottom: 20px;
}

#STAFF table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}

#STAFF table.formTable th{
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

#STAFF table.formTable option{
  width: 10px;
}

#STAFF input[name="お名前"]{
  width:100%;
  box-sizing:border-box;
}

#STAFF input[name="電話番号"]{
  width:100%;
  box-sizing:border-box;
}

#STAFF input[name="Email"]{
  width:100%;
  box-sizing:border-box;
}

#STAFF input[name="年齢"]{
  width:100%;
  box-sizing:border-box;
}

#STAFF textarea[name="応募動機・問い合せ内容等"]{
  width:100%;
  box-sizing:border-box;
}

@media (min-width:768px) {/*ＰＣ------------------------*/
#STAFF .sec1{
  padding: 80px 20px 80px;
}

#STAFF input[name="お名前"]{
  width:50%;
  box-sizing:border-box;
}

#STAFF input[name="電話番号"]{
  width:50%;
  box-sizing:border-box;
}

#STAFF input[name="Email"]{
  width:60%;
  box-sizing:border-box;
}

#STAFF input[name="年齢"]{
  width:30%;
  box-sizing:border-box;
}

}/*pcここまで*/

/*-----------------▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲-----------------*/

/*注意*/
.box{
  border: solid 1px #FFF;
  padding: 10px;
}

.aferprice{
border-left: solid 5px #FFF;
border-bottom: solid 1px #FFF;
padding: 5px;
margin-right: 100px;
margin-bottom: 5px;
}
/*-------------*/

/*
スタイル追加
*/

/*TOPのスクロール画像大きい場合*/

.large_scroll{
  object-fit: contain !important;
  height: 100% !important;
}

.shita_event{
  display: inline-block;
  border-bottom: solid 1px #FF6699;
  padding: 16px 0;
  margin-bottom: 16px;
}


/*---------------------------------------------------
.beach2025
-----------------------------------------------------*/
:root{
  --pink:#FF6699;
}

.beach2025 img{
  width: 100%;
}



.beach2025__headline{
  text-align: center;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: var(--pink);
  line-height: 1.4;
}

.beach2025__poster{
  max-width: 840px;
  margin: 0 auto;
  margin-top:  40px;
  display: flex;
  gap:40px;
}

@media screen and (max-width:768px)  {
  .beach2025__poster{
flex-direction: column;
}
}

.beach2025__ticket{
  margin-top: 20px;
}
.beach2025__map{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}


.beach2025__txt{
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-weight: 400;
}

.beach2025__item .beach2025__item-txt{
  font-size: 1.2rem;
  line-height: 1.2;
}



.beach2025__list{
  max-width: 560px;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: 700;
}

.beach2025__item {
  border-top: 1px solid #fff;
  padding: 20px  10px;
}

.beach2025__item h4{
  font-size:1.2rem;
}



.beach2025__item h4 img{
  max-width: 22px;
  vertical-align: middle;
  margin-right: .3rem;
}

.beach2025__item .caution{
  font-weight: 400;
  font-size: 1rem;
}

.beach2025__list .col2{
 display: grid;
 grid-template-columns: 1fr 3fr;
 gap:20px;
}

@media screen and (max-width:768px) {
  .beach2025__list .col2{
 display: flex;
 flex-direction: column;
 grid:10px;
}
}

.beach2025__list .yellow{
  color:#ffff00;
}

.beach2025__list .col1 h4{
  display: flex;
  justify-content: center;
} 


.beach2025__list .col1{
  display: flex;
  flex-direction: column;
  margin-left:auto;
  margin-right: auto;
}



.beach2025__scedule {
  margin-top: 20px;
}

.beach2025__scedule dl {
 display: flex;
  margin-top: .5em;
}

.beach2025__scedule dt,
.beach2025__scedule dd{
  font-size:1.2rem;
}

.beach2025__scedule dt{
  margin-right: 1em;
}

.beach2025__food{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
  margin-top: 20px;
}

@media screen and (max-width:768px)  {
  .beach2025__food{
  grid-template-columns: 1fr;
}
}

.habush{
  max-width: 797px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

@media screen and (max-width:768px) {
 .beach2025__item .beach2025__item-txt,
 .beach2025__item h4{
  font-size: 1rem; 
}
  .beach2025__item .beach2025__item-txt{
  font-size: 1rem;
}
.beach2025__scedule dt,
.beach2025__scedule dd{
  font-size: 1rem;
}
}