body
{
	background: radial-gradient(circle at top left, #1a2a6c, #16213e, #000000)!important;
	
}

body p{
		color: #fff;
}

.elementor{
	margin-top: 58px; 
}

@media (max-width: 640px){
.elementor{
	margin-top: 60px; 
}
}



.title5 h5{
  color: #0b1d3a;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}


.mirror{
  position:relative;
  color:#fff;
  /* 旧構文をやめて modern 構文に */
  -webkit-box-reflect: below -3px
    linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,.5) 100%);
  line-height:1.2; /* 普通の行間に戻す */
}


.mirror h2{
	color:gold!important;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}

.min h2{	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;}


/* タイムライン */

/* ベース */
.tl { margin: 0 0 2rem 0; }
.tl-heading { font-size: 1.25rem; margin: 0 0 1.25rem; color:#ebff4f; }

/* 縦ライン */
.tl-list { position: relative; }
.tl-list::before{
  content:""; position:absolute; left: 1.25rem; top:0; bottom:0; width:2px; background:#d9e2ef;
}

/* アイテム */
.tl-item{ display:grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 0.25rem 0 0 0; }
.tl-title{ font-weight:700; font-size:1.25rem; margin:.-0.2rem 0 0 0; color:#ebff4f; } /* ←ユーザー指定色 */
.tl-sub{ margin:0 0 .5rem; color:#70b1ff; font-weight:600; } /* ←ユーザー指定色 */
.tl-body{ color:#ffffff; line-height:1.8; font-size:1rem;}

/* ドット */
.tl-dot{
  width:2rem; height:2rem; border-radius:50%;
  background:#b7d2f0; border:6px solid #6aa1d0;
  position:relative; z-index:1; margin-left:.25rem;
  display:grid; place-items:center; overflow:hidden;
}
.tl-dot__icon{ width:60%; height:auto; display:block; }
.tl-dot__svg{ display:block; width:70%; height:70%; }
.tl-dot__svg svg{ width:100%; height:100%; fill:#104557; }

/* スマホ */
@media (max-width: 640px){
  .tl-list::before{ left:1rem; }
  .tl-item{ grid-template-columns:2rem 1fr; gap:.75rem; }
  .tl-title{ font-size:1.1rem; }
}

/* グループ別カラー（必要に応じ追加） */
.tl--beach .tl-dot{ background:#cfefff; border-color:#3aa0e0; }   /* ビーチ */
.tl--beach .tl-title{ color:#f9f155; }
.tl--beach .tl-sub{ color:#356EB6; }

.tl--boat .tl-dot{ background:#e8f3ff; border-color:#2f6fb8; }    /* ボート */
.tl--boat .tl-title{ color:#f9f155; }
.tl--boat .tl-sub{ color:#356EB6; }

/* 補助：本文内で点線下線を入れたいとき */
.tl-body .dash { border-bottom:2px dashed #9fb6c9; }




/* 料金 */

.price {
  display: inline-block;
  background: linear-gradient(90deg, #2b7cc0, #3cb3e4);
  color: #f8f114;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 8px 16px;
  border-radius: 6px;
  letter-spacing: 0.03em;
  width: 100%;
text-align: center;
}

/* ラベル部分（楕円） */
.price .label {
background: rgba(255, 255, 255, 0.15);
color: #ffffff;
font-size: 0.8rem;
font-weight: 400;
border-radius: 100px;
padding: 5px 1em 4px 1em;
margin-right: 10px;
vertical-align: middle;
border: 1px solid rgba(255, 255, 255, 0.3);
}

.price .note {
  color: #cce8ff;
  font-size: 0.85rem;
  font-weight: normal;
  margin-left: 4px;
}

/* 見出し */

.menutitle .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #3cb3e4;
  border-radius: 6px;
  overflow: hidden;
  height: auto; /* 固定高さをやめる */
  line-height: 1.4;
  flex-wrap: wrap; /* 狭い時に折り返せるように */
}

.menutitle .heading .title {
  flex: 1;
  padding: 9px 15px;
  font-size: 1.2rem;
  color: yellow;
  font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}

.menutitle .heading .caption {
  display: flex;
  align-items: center;
  background: #3cb3e4;
  color: #fff;
  padding: 10px 20px 10px 40px;
  font-weight: normal;
  position: relative;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  /* ← 擬似要素ではなく clip-path で斜め部分を作る */
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}

@media (max-width: 600px) {
  .menutitle .heading {
    flex-direction: column;
    align-items: center;
  }
  .menutitle .heading .caption {
    width: 100%;
    clip-path: none;
    border-top: 1px solid #3cb3e4;
    border-radius: 0 0 6px 6px;
    text-align: center;
    justify-content: center;
  }
}


 .nms-btn {
display: inline-flex; /* インライン要素として扱う */
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  background-color: #fff;
  color: #5cb3e5; /* テキストの水色 */
  font-size: 16px;
  font-weight: bold;
  border-radius: 9999px; /* 完全な丸み */
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: auto; /* 幅をテキストに合わせる */
  max-width: max-content; /* 不要な横幅拡張を防止 */
}

.nms-btn::after {
  content: "›";
  font-size: 22px;
  margin-left: 8px;
  color: #5cb3e5;
  transition: transform 0.3s ease;
}

.nms-btn:hover {
  background-color: #f0f8ff; /* ホバー時に少し色を変える */
}

.nms-btn:hover::after {
  transform: translateX(3px);
}


#mega-menu-wrap-header-navi {
    background: rgb(31, 133, 209);
}

.elerning{
	border:solid 2px orange;
	border-radius:5px;
	padding:10px;
	line-height:1.2em;
}

.elerning2{
	border:solid 2px blue;
	border-radius:5px;
	padding:10px;
}

.footarea{
	margin: 0px auto;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    padding: 20px 2%;
}

.mainslide {
    float: left;
    margin-left: 0px;
}

.cam {
    width: 337px;
    float: left;
    margin-left: 46px;
}

@media (max-width: 480px) {
	
	.cam {
    width: 337px;
    float: left;
    margin-left: 23px;
		margin-bottom:20px;
}

	
}

.gallery-voting-count{
				display:none;
}



@media (max-width: 768px) {
#gallery-1 .gallery-item {
margin:10px 10px 0px;
width:30%!important;
}
}
			
@media (max-width: 480px) { 
#gallery-1 .gallery-item {
	width: 43% !important;
	}	

}
			
.gallery {
margin: auto;
}

.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
min-height: 230px;

}

.gallery img {border: 2px solid #cfcfcf;}

.gallery-caption {margin-left: 0;}

.wpcf7-form p{
	color:#222;
	font-weight:bold;
}

.wpcf7-response-output{
		color:#222;
}


/* 
テーブル */
/* 全体スタイル */
dl {
  background-color: #fff; /*  */
  color: #0b1d3a; /* 濃紺 */
  border-radius: 12px;
  padding: 24px;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

/* 各項目 */
dl > div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  padding: 12px 0;
}

/* 見出し(dt) */
dt {
  flex: 0 0 180px;
  font-weight: bold;
  color: #0b1d3a; /* 濃紺 */
  font-size: 1rem;
}

/* 内容(dd) */
dd {
  flex: 1;
  margin: 0;
  color: #0b1d3a;
  font-size: 0.95rem;
}

/* ul内リスト */
dd ul {
  margin: 6px 0 0 0;
  padding-left: 1.2em;
}
dd li {
  list-style: disc;
  margin-bottom: 4px;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  dl {
    padding: 16px;
  }

  dt {
    flex: 0 0 100%;
    margin-bottom: 4px;
    color: #0b1d3a;
    font-size: 0.95rem;
  }

  dd {
    flex: 0 0 100%;
    font-size: 0.9rem;
  }

  dl > div {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
    padding: 10px 0;
  }
}


/* 装飾 */
.yure {
  display: inline-block;
  animation: yureBounce 2s ease-in-out infinite;
}

@keyframes yureBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.hlight h4 {
  color: #fff86b!important; /* 明るい黄色 */
  	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;

  font-size: 1.5rem;
  font-weight: 700;

  text-shadow:
    0 0 10px rgba(255, 255, 120, 0.8),
    0 0 20px rgba(255, 255, 120, 0.5),
  margin: 1.5em 0 1em;
}

/* スマホで少し小さく */
@media (max-width: 600px) {
 .hlight h4 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}


.hlight h4::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, #fff86b, rgba(255,255,255,0));
  margin: 0.5em auto 0;
  border-radius: 2px;
}


.heading08 {
	font-size: 1.5em;
	color: #fff;}

.heading08 span {
	display: flex;
	align-items: center;
	color: #9cfa65;
	font-size: 18px;
	text-transform: uppercase;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #9cfa65;
}

.heading09 {
	font-size: 1.5em;
	color: #fff;}

.heading09 span {
	display: flex;
	align-items: center;
	color: #fab765;
	font-size: 18px;
	text-transform: uppercase;
}

.heading09 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #fab765;
}

.heading08, .heading09, .heading09 span, .heading08 span {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;}



/* 料金表 */
/* ベース（濃紺背景に合う色味） */
.price-table{
  width: 100%;
  margin: 1.5rem auto;
  border-collapse: collapse;
  color: #ffffff;
}

/* 偶数行に背景色（交互色） */
.price-table tr:nth-child(even):not(.sep) {
  background: rgba(255,255,255,0.05);
}
.price-table tr:nth-child(odd):not(.sep) {
  background: rgba(255,255,255,0.02);
}

.price-table td{
  padding: 12px 14px;
  border: 1px solid rgba(225, 246, 255, 1);
  vertical-align: middle;
}

.price-table tr td{
	  font-size: 1rem;
}

.price-table .item{
  /* PCでは長文でも折り返し可（はみ出し防止） */
  white-space: normal;
}

.price-table .item{
  text-align: left;
  }

.price-table .pricetb{
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums; /* 桁揃え */
  font-weight: 700;
  color: #fff;
}

/* セクション見出し行 */
.price-table .sep td{
  border-bottom: 0;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  color: #cce8ff;
}

}
