@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;
}


.sea_wave {
	position: relative;
  z-index: 110;
  vertical-align: bottom;
  margin-bottom: -1%;
}

.sea_wave2 {
position: relative;
  z-index: 110;
  vertical-align: top;

}
.sea_wave3 {
position: relative;
  z-index: 110;
  vertical-align: bottom;

}

.bg_top {
  position: relative;
  background:
    url("../img/p_bonodorinight_26.jpg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  height: auto;


}

.bg_workshop {
  background: url("../img/p_uminowakuwaku_31.webp") no-repeat,
              url("../img/p_uminowakuwaku_37.webp") repeat;
  background-size: 100% auto, 100% auto;
  background-position: center bottom, center top;
  height: auto;
}
.bg_night {
  background: url("../img/p_bonodorinight_50.jpg") no-repeat,
              #000000;
  background-size: 100% auto;
  background-position: center top;
	background-attachment: fixed;
  height: auto;
}
.water_surface {
  width: 100%;
  margin-top: -13%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.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_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_top {
    background:
      url("../img/p_bonodorinight_31.jpg") no-repeat;
    background-size: 100% auto;
  }
.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%;
  }
.bg_workshop {
  background: url("../img/p_uminowakuwaku_37.webp") repeat;
  background-size: 100% auto;
  background-position: center top;
  height: auto;
}
.bg_night {
  background: url("../img/p_bonodorinight_07.webp") repeat,
              #000000;
  background-size: 100% auto;
  background-position: center top;
	background-attachment: fixed;
	height: auto;
}
}
/*--------------------------------------
レイアウト
---------------------------------------*/
.box_center {
display: grid;
	place-content: center;
	margin: 0 auto;
}
.header3 {
  width: 100%;
  height: auto;
  background-color: #000000;
  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: #093e8d;
  border-radius: 999px; /*枠線四隅の曲率半径の一括指定*/
  padding: 1% 3%;
  font-size: 20px;
}
.laguna_top:hover {
  color: #093e8d !important;
}
.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%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 5%;
}

.content-wrapper3 {
  width: 100%;
  margin: 0 auto;
}

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

}

@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% 5%;
  }
}
/*--------------------------------------
フォント
---------------------------------------*/

.sawarabi-gothic-regular {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------
タイムテーブル
---------------------------------------*/

.timetable{
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  background:#fff;
  box-shadow:none;

}

/* 行高さ境界線 */
.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_coral {
  color: #ef868c;
}
.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(0.938rem, 0.912rem + 0.13vw, 1.063rem);
  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_large_1 {
  font-size: clamp(1.375rem, 0.284rem + 5.45vw, 4.375rem);
  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;
}
@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
}


/*--------------------------------------
top
---------------------------------------*/
.fade_deco{
 position: relative;
height: auto;

}

.bon_title {
display: block;
margin: 0 auto; /* 中央揃え */
max-width: 2200px; /* p_bonodorinight_27.webp のみ制限 */
width: 100%;
height: auto;
}
.umiminato-logo {
  z-index: 100;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90px;
}

.top_left{
  position: absolute;
  top: 13%;
  left: 2%;
  width: 12%;
	
}

.bottom_left{

  position: absolute;
  top:110%;
  left: 2%;
  transform: translate(-50%, -50%);
  width: 11%;
}

.top_right{
  position: absolute;
  top: 20%;
  right: 0%;
  transform: translate(-50%, -50%);
  width: 11%;
}

.bottom_right{
  position: absolute;
  top: 110%;
  right: 0%;
  transform: translate(-50%, -50%);
  width: 14%;
}

.top_left, .bottom_right,
.bottom_left, .top_right {
  display: inline-block;
  overflow: hidden;
  animation-duration: 0.7s;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: paused;
}

.top_left, .bottom_right {
  animation-name: tilt45;
}

.bottom_left, .top_right {
  animation-name: tilt-45;
}

.top_left.is-visible,
.bottom_left.is-visible,
.top_right.is-visible,
.bottom_right.is-visible {
  animation-play-state: running;
}

@keyframes tilt45 {
  from { transform: rotate(-30deg); }
  to   { transform: rotate(30deg); }
}

@keyframes tilt-45 {
  from { transform: rotate(30deg); }
  to   { transform: rotate(-30deg); }
}


/* 表示時 */
@keyframes bounceIn {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.3); /* ←行き過ぎ（バイーン） */
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(0.95); /* ←戻る */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

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


.top_left, .bottom_left, .top_right, .bottom_right{
	opacity: 0;
visibility: hidden;
	
}
	
}

@media screen and (max-width:768px) {
  .umiminato-logo {
    width: 70px;
  }


}
@media screen and (max-width:480px) {
  .umiminato-logo {
    width: 60px;
    top: 10px;
    left: 10px;
  }

}
.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%;
}
.sect_ttl{
width: 100%;
	max-width: 800px;
}
/*--------------------------------------
線
---------------------------------------*/
.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;
}
.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_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;
}

@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%;
}
}

@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;
}

/*--------------------------------------
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%;
}