@charset "utf-8";
/* CSS Document */
html {scroll-behavior: smooth;}
body {position: relative;
   font-family: "Yu Gothic UI", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
    color:#212121;
	font-size: 16px;
	font-weight: 450;
	line-height: 1.7;               /* 行間をしっかり */
  letter-spacing: 0.01em;           /* ほんの少し字間 */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
	word-break: break-all;
	text-align: justify;
	background-color: #000000;
	    background-attachment: fixed; /* これを追加 */
    background-repeat: no-repeat;
    background-size: cover; /* オプション：背景画像を全体に表示 */
	
}

.top_image {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
	text-align: center;
}



.top_text {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #1E1E1E; /* 必要に応じて変更 */
    width: 80%;
    
}

h1 {
    font-size: 250%;
    font-weight: bold;
	color: #FFFFFF;
    background-color: rgba(240,133,140,0.80);
    display: inline-block;
   width: 100%;
	padding: 10px 0;
}
.pc-1260{
	display: block;
}
.top_image{
	width: 100%;
	height: auto;

	align-items: center;
	margin-top: 30px;

}

.top_image img {
	width: 100%;
	height: auto; 
	object-fit: cover;
	object-position: top; /* ここを変えて試してもOK */
}

.flex_item{
	display: block;
	text-align: center;
	width: 45%;
	
}


.b-w{
	background-color:rgba(255,255,255,0.80);
	padding: 3px 0;
	color: #555555;
}

.day{
	text-align: center;
    font-size: 80%;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 300;
	margin-top: 20px;
	
}



@media (max-width: 1260px) {
	h1{
		font-size: 150%;
		margin: 0;
	}
	.top_image{
		display: block;
	}
	
	.top_image img{
		
		object-position: top 100%; /* ここを変えて試してもOK */
		margin-top: 50px;
		width: 100%;
	}
	.pc-1260{
	display: none!important;
}
	
	.flex_item{
		width: 95%;
		margin: 0 auto;
		
	}
}


main {
	margin-top: 20px;
	width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	/* 
	box-shadow: 0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #999;
	-webkit-box-shadow: 0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #999;*/
}

.contents_box{
	padding: 10px 50px;
	margin: 0 auto;
}


/* 
h2{color: #fff;
	text-align: left;
	margin-top: 2rem;
	padding: 5px 0px 5px 10px ;
	background-color: #555555;
	font-size: 130%;
}*/

h2{
	text-align: left;
    font-size: 140%;
	padding-left: 10px;
   color: #FFFFFF;
	background-color: crimson;
    font-weight: 600;
	margin-top: 40px;
}




a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-size: 110%;
	font-weight: bold;
	border: 2px solid #EC2326;
	background:#EC2326;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #EC2326;
	background: #fff;
}



 dt {
  color: #212121;
  font-weight: 600;
  margin-top: 2rem;
	margin-bottom: 12px;

  font-size: 115%;
  position: relative;
  padding-left: 1em; 
}

dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color:#F8728B;
  border-radius: 2px; }
dd{
	margin-top: 10px;
	margin-left: 10px;
}

ol,ul{
padding-inline-start: 25px;

}

.sch table, .pay table{
	border-spacing:0;
	border-style: 1px solid #575959;
	width: 100%;
	border-collapse:collapse;
	margin: 20px 0;
	
}
.sch th, .pay th{
	background-color: #C9C9C9;
	color: #000000;
	padding: 5px;
	vertical-align: middle;
	
}

.sch th{
border: 1px solid #575959;
text-align: center;
}

.pay th,td{
border: 1px solid #575959;
text-align: center;
vertical-align: middle;
}

.sch td{
	padding: 5px 5px;
	vertical-align: top;
	font-size: 90%;
}

.sch p{
	margin: 0;
}

.pay td{
	padding:20px;
	
}


.t-l{
	text-align: left!important;
}
.t-right{
	text-align: right!important;
}
.t-c{
	text-align: center!important;
}

.f-125{
	font-size: 125%;
	font-weight: bold;
}

.f-140{
	font-size: 140%;
	font-weight: bold;
}

.f-180{
	font-size: 180%;
	font-weight: bold;
}

.f-80{
	font-size: 80%;
}

.f-90{
	font-size: 90%;
}
.f-110{
	font-size: 110%;
}

.mb-15{
	margin-bottom: 15px;
}

.mb-30{
	margin-bottom: 30px;
}

.mt-15{
	margin-top: 15px;
}

.mt-0{
	margin-top: 0px!important;
}


.fwb{
	font-weight: bold;
}
.entry{
	border: 1px solid #575959;
	padding: 10px 25px;
}
.step{
	text-align: center;
	background-color: #555555;
	padding: 10px 0;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 0!important;
	border: 1px solid #575959;
	border-bottom: none;
}

.bank{
	border: 2px solid 
		#C8C8C8;
	padding: 1rem;
}

.arr {
	margin: 10px 0;
	text-align: center;
}
.box{
	border: 1px dashed
		#C8C8C8;
	padding: 10px;
}

.logo_knt{
	max-width: 400px;
}

.entry_area{
	text-align: center;
	margin: 50px 0;
}


/*
.point{
	border: 2px dashed #555555;
	margin-bottom: 3rem;
	padding: 0 1rem 1rem 1rem;
}

.point_box{
	width: 700px;
	margin: 0 auto;
	
}
.point p{
	width: auto;
	font-size: 150%;
}

.point_medama{
	display: inline-block;
	border-bottom: solid 1px #555555;
	font-weight: bold;
	font-size: 120%;
	padding: 10px 0;
color: #C1036E;
	
}

.point_naiyo{
	display: inline-block;
	border-bottom: solid 1px #555555;
	font-weight: bold;
	
}
*/
.medama_box{
	 display: inline-block;
  width: 100%;
font-size: 100%;
  height: 40px;
  background: #C1036E;
  text-align:center;
  line-height: 40px;
margin-right: 10px auto;
	color: #FFFFFF;
	font-weight: bold;
	
}

.p_box{
	 display: inline-block;
  width: 100px;
font-size: 80%;
  height: 40px;
  background: #555555;
  text-align:center;
  line-height: 40px;
margin-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	
}
.flex{
	display: flex;
	justify-content: center;
}
.flex p{
	margin: 10px;;
}
footer{
	background-color: #4B4B4B;
	color: #FFFFFF;
	width: 100%;

}

.footer_in{
	font-size: 90%;
	padding: 20px 10px;
	text-align: center;
}
.footer_in a{
	color: #FFFFFF;
}

@media (max-width: 999px) {
	main{
		width: 100%;
	}
	.flex{display: block;}
	
	/*.point_box{
	width: 100%;
	margin: 0 auto;
}*/
	
	/*.point p{
		width: auto;
	}*/
}

@media (max-width: 768px) {
	body{
		font-size: 15px;
	}
	.contents_box{
	padding:10px 20px;
	margin: 0 auto;
}
	.logo_knt{
	max-width: 90%;
}
	.teble_scroll {
    overflow-x: auto;
    display: block;
}

.teble_scroll table th,
.teble_scroll table td {
    white-space: nowrap;
}
	
	.entry ol, .entry ul{
		padding-inline-start: 10px;
	}
	
	/*.point p{
		font-size: 100%!important;
		text-align: center;
	}*/
	
	.p_box{
	 display: inline-block;
  width: 100%;
font-size: 100%;
  height: 20px;
  background: #555555;
  text-align:center;
  line-height: 20px;
margin-right: 10px auto;
	color: #FFFFFF;
	font-weight: bold;
	
}
	
	h1{font-size: 120%;
	
}
	.top_point{
		font-size: 120%;
	}
}

.pc{
	display: block;
}
.sp{
	display: none;
}

@media (max-width: 768px) {
	.pc{
	display: none;
}
.sp{
	display: block;
}
	
	
}
.red{
color: #ff0000;
}

.yellow{
color:yellow;
}

.pink{
	color: #C1036E;
	font-weight: bold;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}

.bg-w{
	background-color: #FFFFFF;
}

.bg-lg{
	background-color:rgba(224,240,222,1.00);
}

.bg-g{
	background-color:rgba(82,82,82,1.00);
	color: #FFFFFF;
}




.caption{
	font-size: 80%;
	color: #FFFFFF;
	margin: 0 0 10px 15px;
	padding: 0;
}

.dot_box{
	border:  1px dotted rgba(55,55,55,1.00);
	padding: 1rem;
}

[id] {
  scroll-margin-top: 60px;
}

.b_course{
	background-color:steelblue;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 4.5rem;
	margin-right: 6px;
}

.c_course{
	background-color:palevioletred;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 4.5rem;
	margin-right: 6px;
}

.a_course{
	background-color:#2C00AC;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 4.5rem;
	margin-right: 6px;
}

.bg_b{
	background-color:steelblue!important;
	color: #FFFFFF;
	font-weight: bold;
}


.bg_c{
	background-color:palevioletred!important;
	color: #FFFFFF;
	font-weight: bold;
}

.bg_a{
	background-color:lightcyan!important;
	color: #000000;
	font-weight: bold;
}

.bgbrown{
	background-color:#ffe6e9!important;
		border-top: none;
	border-bottom: none;

}
.bgmb{
	background-color:steelblue;
	border-top: none;
	border-bottom: none;
	color: #FFFFFF;
}

.bgmb2{
	background-color:lightcyan;
	border-top: none;
	border-bottom: none;
	
}


.h_30{
	height: 30px!important;
}

/* 黒背景の中で使うリンクスタイル */
.black-bg {
  color: #acebe4; /* 明るい水色：目立つ */
  text-decoration: underline;
  transition: color 0.3s;
}

.black-bg:hover {
  color: #F7FD00; /* ホバー時は真っ白でさらに強調 */
  text-decoration: none;
}

/* スクロールアイコン */
.scroll-wrapper {
  position: relative;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:rgba(0,0,0,0.70);
  color: #fff;
  padding: 100px 20px;
  font-size: 1.4rem;
  border-radius: 8px;
  z-index: 20;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  white-space: nowrap;
  text-align: center;
}

.scroll-hint.hidden {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 601px) {
  .scroll-hint {
    display: none;
  }
}

/* スクロールアイコンここまで */

/*ツアーポイント*/
 

.point{
	background-color: #000000;
	padding-bottom: 2rem;
}

.point_title{
    text-align: center;
    font-size: 2rem;
    color: yellow; 
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-top: 0!important;
  }

  .tour-points {
    list-style: none;
    padding: 0;
    max-width: 768px;
    margin: 0 auto;
  }

.tour-points li {
    background: #111;
    border-left: 5px solid #ff0044;
    padding: 20px 20px 20px 30px;
    margin-bottom: 20px;
    font-size: 1.2em;
    position: relative;
	font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
    color:yellow;/* ← ここを追加 */
}

  .tour-points li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255,0,68,0.4);
  }

.tour-points li::before {
    content: "★"; /* アイコンとして星を使用 */
    position: absolute;
    left: -40px; /* ← ここを -25px → -40px に変更 */
    top: 50%;
    transform: translateY(-50%);
    color:yellow;
    font-size: 1.5em;
}

.point_main{
	font-size: 170%!important;
	font-weight: bolder;
}
.point_main_ticket{
	background-color: #ff0044;
	padding: 1px 4px;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
}
.tour-points a{
	text-decoration: none!important;
}
/* スマホ用調整 */
@media screen and (max-width: 480px) {
    .tour-points li::before {
        left: 0;           /* 左端に寄せる */
        font-size: 1em;    /* アイコンを少し小さく */
    }

    .tour-points li {
        padding-left: 30px; /* アイコン分のスペースを確保 */
    }
}


.bt{border-top: 1px solid #575959;}
.bb{border-bottom: 1px solid #575959;}

.bt_n{border-top: none!important;}
.bb_n{border-bottom: none!important;}


.mt-30{
	margin-top: -30px!important;
}

.mt-15{
	margin-top: -15px!important;
}

.mt_15{
	margin-top: 15px!important;
}

.divider {
    border: none;           /* デフォルトの線を消す */
    border-top: 1px solid #515151; /* 線に */
    margin: 20px 0 0 0;         /* 上下の余白 */
    opacity: 0.5;           /* 少し透けさせる */
}