@charset "UTF-8";
/* CSS Document */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*--------------------------------------
背景設定
---------------------------------------*/
.bg_CLB {
  background-color: #0db7fd;
}
.bg_LGB {
  background-color: #a0d7e0;
}
.bg_LB {
  background-color: #9ad5ff;
}
.bg_DBL {
  background-color: #272985;
}
.bgYe {
  background-color: #ffc965;
}
.bglYe {
  background-color: #fff697;
}
.bgOr {
  background-color: #f39800;
}
.bg_bd_LBL {
  background: repeating-linear-gradient(135deg, #9dd1f1, #9dd1f1 10px, #cee3f6 10px, #cee3f6 20px);
}
.bg_kadomaru {
  border-radius: 30px;
	padding: 5%;
	max-width: 1100px;
	margin: 0 auto;
   position:relative;
    z-index:2;
}

.bg_kadomaru p{
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bg_kadomaru_pink{

  line-height: 1.5;
  text-decoration: none;
  font-size: clamp(1.063rem, 0.54rem + 2.61vw, 2.5rem);
  border-radius: 9999px;
  max-width: 700px;
  background-color: #ff5297;
  margin: 0 auto;
  color: white;
	padding: 3%;
}

.bg_kadomaru_cyan{

  line-height: 1.5;
  text-decoration: none;
  font-size: clamp(1.063rem, 0.54rem + 2.61vw, 2.5rem);
  border-radius: 9999px;
  max-width: 700px;
  background-color: #009fff;
  margin: 0 auto;
  color: white;
	padding: 3%;
}
.bg_top {
  position: relative;
	min-height: 500px;
overflow:hidden;

  background-image:
    url("../img/p_silverweek_20.webp"),
    url("../img/p_silverweek_2.webp");

  background-position:
    center top,
    center top;

  background-repeat:
    no-repeat,
    repeat;

  background-size:
    100%,
    auto;
}

#confetti-canvas{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:0;
}



.water_surface2 {
  width: 100%;
  margin-top: -10%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.bg_date {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  pointer-events: none;
}

@media screen and (max-width:768px) {
.bg_top {
  background-image:
    url("../img/p_silverweek_1.webp"),
    url("../img/p_silverweek_2.webp");

}
  .bg_kadomaru {
    border-radius: 20px;
  }
  .water_surface {
    margin-top: -15%;
  }
  .water_surface2 {
    margin-top: -10%;
  }
}

.bgWT_2 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #FFFFFF 13%, #fFFFFF 83%, rgba(255, 255, 255, 0.2));
  margin-top: -10%;
}
@media screen and (max-width:480px) {
  .bg_kadomaru {
    border-radius: 10px;
  }

.bg_bd_LBL{
      background: repeating-linear-gradient(135deg, #9dd1f1, #9dd1f1 5px, #cee3f6 5px, #cee3f6 10px);
}
  .bg_event {
    background-image: url("../img/p_uminofushigi_03.jpg");
  }
  .bgWT_2 {
    margin-top: 2%;
  }


}
/*--------------------------------------
レイアウト
---------------------------------------*/
.box_center {
display: grid;
	place-content: center;
	margin: 0 auto;
}
.header3 {
  width: 100%;
  height: auto;
  background-color: #eb6ea5;
  color: #ffffff;
  padding: 30px 3%;
}
.head_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.head_container ul {
  display: flex;
}
.head_container li a {
  color: white;
  list-style: none;
  font-size: 18px;
  padding-right: 40px;
}
.head_container a:hover {
  color: white;
}
.laguna_top {
  background-color: #ffffff;
  color: #eb6ea5;
  border-radius: 999px; /*枠線四隅の曲率半径の一括指定*/
  padding: 1% 3%;
  font-size: 20px;
}
.laguna_top:hover {
  color: #093e8d !important;
transition: 0.5s ;
}
.fixed2 {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.inner1 {
  max-width: 1100px;
  padding: 3%;
}
.inner2 {
  max-width: 650px;
  padding: 3%;
}


.content-wrapper3 {
  width: 100%;
  margin: 0 auto;
  position:relative;
    z-index:2;
	padding: 3%
}

.content-wrapper5 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0% 5%;

}

.image_box{
	  max-width: 800px;
  margin: 0 auto;
}
.flex_row_wrapper{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
}
.flex_row_content{
  width: clamp(44px, 6vw, 74px);
  height: clamp(44px, 6vw, 74px);
  flex: 0 0 auto;
}


.flex_row_box{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-bottom: 3%;
}
.flex_row_box img{
	width: 60px;
	height: auto;
	flex-shrink: 0;
}
.insta_line{
		width: 100%;
	height: 0.1em;
	background: linear-gradient(
		90deg,
		#4c64d3 0%,
		#cf2e92 35%,
		#f26939 75%,
		#ffdd83 100%

	);
}

@media screen and (max-width:480px) {
  .header3 {

    padding: 10px 3%;
  }
  .head_container {
    font-size: 12px;
  }
  .head_container li a {
    font-size: 13px;
    padding-right: 20px;
  }
  .laguna_top {
    font-size: 11px;
    padding: 2% 3%;
  }
  .content-wrapper3 {
    padding: 0% 7%;
  }
	
.flex_row_box img{
	width: 40px;

}
}
/*--------------------------------------
フォント
---------------------------------------*/
.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/* 行高さ境界線 */
.timetable tr{
  border-top:1px solid #828282;
  border-bottom:1px solid #828282;
  height:76px;
}

/* 左セル */
.timetable th.time{
  width:150px;
  text-align:left;
  vertical-align:middle;
  background:#aeb5ba;
  color:#fff;
  padding:0 20px;
  font-size:18px;
  white-space:nowrap;
}

/* 右セル */
.timetable td.event{
  padding:5px 24px;
  vertical-align:middle;
  font-size:22px;
	line-height: 1.3em;
}

/* sp */
@media (max-width:480px){
  :root{ --pad:12px; }
  .page-title{ font-size:24px; margin-bottom:18px; }
  .timetable tr{ height:75px; }
  .timetable th.time{ width:100px; font-size:13px; padding:0 12px; }
  .timetable td.event{ font-size:14px; padding:3px 9px; }
}

/*--------------------------------------
図形
---------------------------------------*/
.b_arrow {
  display: block;
  width: 141.4px;
  height: 150px;
  background: #ee8484;
  clip-path: polygon(0 52.9%, 26.3% 52.9%, 26.3% 0, 73.7% 0, 73.7% 52.9%, 100% 52.9%, 50% 100%);
}
@media screen and (max-width:480px) {
  .b_arrow {
    width: 70px;
    height: 80px;
  }
}

.night_line{

    border: 1px solid #08EEF2;
	max-width: 1100px;
	 box-shadow: 0 0 20px #00ffcc, inset 0 0 10px #00ffcc; 
	padding: 10% 0%;
	margin: 0 auto;

	
	
}
/*--------------------------------------
文字・文字色
---------------------------------------*/
.heading {
  font-size: 200%;
  padding: 3% 0%;
  line-height: 1.2;
}
.heading_at {
  font-size: 200%;
  line-height: 1.2;
  padding: 3% 0% 2% 0%;
}
.txt_or {
  color: #f07231;
}
.txt_bl {
  color: #272985;
}
.txt_bl2 {
  color: #0868BA;
}
.txt_gr {
  color: #22c300;
}
.txt_red {
  color: #DE2D2A;
}
.txt_yel {
  color: #FFEE03;
}
.txt_pink {
  color: #ff5297;
}
.txt_annot {
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
  line-height: 1.7;
}
.txt_BL {
  color: #1d2087;
}
.txt_middle {
  font-size: clamp(13px, calc(12px + 2vw), 30px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.txt_middle3 {
  font-size: clamp(8px, calc(8px + 2vw), 30px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.txt_middle_2 {
  font-size: clamp(8px, calc(7px + 2vw), 40px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.txt_middle4 {
  font-size: clamp(13px, calc(12px + 2vw), 30px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt_middle5 {
  font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt_middle6 {
  font-size: clamp(0.938rem, 0.756rem + 0.91vw, 1.438rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt_middle7 {
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt_middle8 {
  font-size: clamp(1.25rem, 0.864rem + 1.93vw, 2.313rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.txt_middle8 span {
  font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt_large_1 {
  font-size: clamp(1.563rem, 1.108rem + 2.27vw, 2.813rem);
  line-height: 1.2;

}
.txt_large_2 {
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0.1em;

}


.txt_medium span {
  color: red;
}
.txt_BL_OL {
  color: #1d2087;
  -webkit-text-stroke: 3px #FFFFFF;
  -webkit-text-fill-color: #1d2087; /* 文字の塗り色を確実に指定 */
  paint-order: stroke;
}
.txt_BK_OL {
  color: #000000;
  -webkit-text-stroke: 3px #FFFFFF;
  -webkit-text-fill-color: #000000; /* 文字の塗り色を確実に指定 */
  paint-order: stroke;
}
.detail{

  line-height: 1.5;
  text-decoration: none;
  font-size: clamp(0.938rem, 0.71rem + 1.14vw, 1.563rem);
  border-radius: 9999px;
  max-width: 120px;
  background-color: #0062c6;
  margin: 0 auto;
  color: white;
	text-align: center;
	padding: 1%;
}
.copyright{
  display: block;
  width: clamp(18.75rem, 16.898rem + 9.26vw, 25rem);
  margin: 0;
}

.copyright_r{
  display: block;
  width: clamp(9.375rem, 7.102rem + 11.36vw, 15.625rem);
margin-left: auto;
 
}

@media screen and (max-width:768px) {
  .heading {
    font-size: 150%;
  }
  .heading_at {
    font-size: 150%;
  }
}
.precautions {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: 0.5em
}


.line_break span{
	display: inline-block;
}
/*--------------------------------------
top
---------------------------------------*/
.fade_deco{
 position: relative;
height: auto;

}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fadein_2 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.fadein_2.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.swing-on-enter {
  transform-origin: top center;
}
.swing-on-enter.visible {
  animation: swing 1s ease-in-out;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*--------------------------------------
スペース
---------------------------------------*/
.space_top2 {
  padding-top: 2%;
}
.space_top3 {
  padding-top: 3%;
}
.space_top5 {
  padding-top: 5%;
}
.space_top7 {
  padding-top: 7%;

}
.space_top10 {
  padding-top: 10%;
}
.p_1{
	padding: clamp(1rem, 3vw + 0.4rem, 4rem);
}
.p_2{
padding: clamp(2rem, 2vw + 1.6rem, 4rem);
}
.p_3{
padding: clamp(24px, 4vw, 48px);
}
.space_bottom3 {
  padding-bottom: 3%;
}
.space_bottom5 {
  padding-bottom: 5%;
}
.space_bottom7 {
  padding-bottom: 7%;
}
.space_bottom10 {
  padding-bottom: 10%;
}

.space_bottom11 {
  padding-bottom: clamp(0.625rem, 0.17rem + 2.27vw, 1.875rem);
}
.sect_ttl{
width: 100%;
	max-width: 800px;
}

.content_space{
	margin-top: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
}
/*--------------------------------------
線
---------------------------------------*/
.dot_BK {
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 7px 4px;
}
.dot_WT {
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 7px 4px;
}
.dot_PK {
  background-image: radial-gradient(circle, #ff5297 1px, transparent 1px);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 7px 4px;
}.WT_line_box{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 5%;
	border: solid 0.3em #ffffff;
	
}


/*--------------------------------------
色々
---------------------------------------*/
.pe_none {
  pointer-events: none;
}
.glow_GR {

  box-shadow: 0 0 20px #00ffcc, inset 0 0 10px #00ffcc; 

}
/*--------------------------------------
カラム
---------------------------------------*/
.col_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 5vh;
  row-gap: 5vh;
  place-content: center;
  justify-items: center;
  padding: 5%;
}
.col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1vh;
  row-gap: 1vh;
  place-content: center;
  justify-items: center;
  padding: 5% 10%;
}
.col_2_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2vh;
  row-gap: 1vh;
  place-content: center;
  justify-items: center;
  padding: 3%;
}
.col_2_3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2vh;
  row-gap: 1vh;
  place-content: center;
  justify-items: center;
}

.col_2_nomove {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  column-gap: 1vh;
  row-gap: 1vh;
  place-content: center;
  justify-items: center;

}
.col_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2vh;
  row-gap: 2vh;
  place-content: center;
  justify-items: center;
  padding: 5%;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.col_4_2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2vh;
  row-gap: 2vh;
  place-content: center;
  justify-items: center;
  padding: 4%;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.col_4 img {
width: 100%;
	max-width: 250px;
}

.col_box {
  min-width: 100%;
  min-height: auto;
  padding: 1% 2%;
}

.col_box img{
	width: 100%;
	max-width: 300px;
}
.col_box iframe,
.col_box video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}

.col_box iframe {
    height: auto;
}

.col_box video {
    height: auto;
    object-fit: cover;
}

@media screen and (max-width:768px) {

.col_4_2 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1vh;
  row-gap: 1vh;
  place-content: center;
  justify-items: center;
  padding: 3% 2%;
}
.col_2_2 {
    grid-template-columns: repeat(1, 1fr);
  }
.col_2_3 {
  grid-template-columns: repeat(1, 1fr);

}
}

@media screen and (max-width:480px) {
	
.col_2 {
    grid-template-columns: repeat(1, 1fr);
  }
.col_2_2 {
    grid-template-columns: repeat(1, 1fr);
  }
	
.col_4 {
  column-gap: 0.4vh;
  row-gap: 0.4vh;
  place-content: center;
  justify-items: center;
  padding: 10% 2%;
}


}
/*--------------------------------------
アニメーション
---------------------------------------*/
/*zoomin*/
.anim-box.animate__zoomIn.animate__animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
/* slidein up */
.anim-box.animate__slideInUp.animate__animated {
  animation: slideInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/*--------------------------------------
ボタン
---------------------------------------*/


.btn_Y_shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  font-size: clamp(7px, calc(7px + 2vw), 25px);
  letter-spacing: 0.1em;
  border-radius: 9999px;
  border-bottom: 5px solid #E9A771;
  width: 70vw;
  height: 10vh;
  max-width: 800px;
  background-color: #FFE236;
  transition: all 0.5s ease;
  margin: 0 auto;
  color: black;
}
.btn_Y_shadow:hover {
  border-bottom-width: 0;
  transform: translateY(5px);
  background: #004ebe;
  color: white;
}

.btn_shine{
 transition: filter .3s ease;

}

.btn_shine:hover {
filter: brightness(1.2);

}

/*--------------------------------------
google map
---------------------------------------*/
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}