@charset "utf-8";
/* CSS Document */

body {position: relative;
    background: #fff;
    font-family: 'Noto Sans JP', 'Helvetica Neue', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, YuGothic, Arial, 'メイリオ', Meiryo, sans-serif;
    color: #0A0A0A;
	line-height: 1.6;
	font-size: 16px;
    -webkit-text-size-adjust: 100%;
	word-break: break-all;
	text-align: justify;
	background-color: #FFFFFF;

 background-size: cover;
 background-repeat: no-repeat;
  background-attachment: fixed;
/*background-color: #2f679c;
background-image: linear-gradient(180deg, #2f679c 0%, #9e99b4 100%);
*/

}

header {
  position: fixed;
  width: 100%;
	height: 50px;
  top: 0;
  z-index: 10000;
background-color:#FFFFFF;
border-bottom: rgba(221,221,221,0.8) solid 2px;
	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;
}

nav{
margin: 10px auto;
	
text-align: center;
}
nav ul{
margin: 0 ;
padding: 0 ;

}
nav ul li{
list-style: none;
display: inline-block;
width: 8%;
min-width: 90px;
font-size: 90%;
font-weight: 200;
}
nav ul li a{
text-decoration: none;
color: #575959;
}
nav ul li.current a{
color: #F33135;
}
nav ul li a:hover{
color: #E7DA66;
}
strong {
    font-weight: 600;
    color: #f00;
}
a.anchor{
    
    padding-top: 100px;
    margin-top: -100px;
}


/* ハンバーガーメニューのスタイル */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 20px;
    cursor: pointer;
	position: absolute;
	top: 10px;
	left: 5px;
}


/* ハンバーガーメニューのアイコンのスタイル */
.hamburger-line {
    width: 100%;
    height: 2px;
    background-color: #575959;
    margin-bottom: 4px;
}

 /* activeクラスのスタイル */
    .active .hamburger-line:nth-child(1) {
      transform: translateY(6px) rotate(45deg);
    }


    .active .hamburger-line:nth-child(2) {
      opacity: 0;
    }


    .active .hamburger-line:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
    }


    /* メニューのスタイル */
    .menu {
      display: none;
      background-color:rgba(73,73,73,.5);
      padding: 10px;
	width: 30%;
	font-size: 85%;
	color: #FFFFFF;
	line-height: 2;
    }


    /* activeクラスが付与されたときのメニューのスタイル */
    .active + .menu {
      display: block;
    }


h1{margin-top: 50px;
	font-size: 360%;
	
	font-weight: bold;
	text-align: center;
	color: #3EC4B2;
  background-clip: text;
}
.pc-1260{
	display: block;
}
.top_image{
	width: 100%;
	height: auto;
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
	
	vertical-align: bottom;
	
}

.top_image img {
	width: 45%;
	height: auto;
	object-fit: cover;
	object-position:top right; /* ここを変えて試してもOK */
}

.flex_item{
	display: block;
	text-align: center;
	width: 50%;
	
}



.top_point{
	display: inline-block;
	margin: 20px auto;
	font-size: 100%;
	font-weight: normal;
	max-width: 80%;
	color: #161616;
	text-align: justify;
	padding: 20px 20px;
	border: dashed 2px #B4B4B4;
	border-radius: 50px;
	
}

.point_t{margin-top: 10px;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	color: #3EC4B2;
}


.top_point p{
	margin-bottom: 10px;
}

@media (max-width: 1260px) {
	h1{
		font-size: 250%;
		margin: 0;
	}
	.top_image{
		display: block;
		text-align: center;
	}
	
	.top_image img{
		width: 100%;
		height: 100%;
		max-width: 800px;
		object-position: top 100%; /* ここを変えて試してもOK */
		margin: 20px auto;
		text-align: center;
	}
	.pc-1260{
	display: none!important;
}
	
	.flex_item{
		width: 95%;
		margin: 0 auto;
		
	}
}
.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);
}


main {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding-top: 20px;

}

.contents_box{
	
	margin: 0 auto;
}

h1 img{
	/*margin-top: 20px;*/
	width: 100%;
}

h2{background-color:#3EC4B2;
	color: #FFFFFF;
	text-align: center;
	margin-top: 2rem;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px 0;
}

/*
h2::after {
  position: absolute; /*positionをabsoluteに指定*/
  /*content: "";*/
 /* background-color:#3EC4B2; /*下線の色*/
/*opacity:.5;
  width: 50px; /*線の幅*/
  /*height: 3px; /*線の太さ*/
  /*bottom: -8px; /*線のタテ位置*/
  /*left: 50%;  /*線のヨコ位置*/
 /* transform: translateX(-50%);
}*/

.day{
	font-weight: bold;
	text-align: center;
	
	margin: 10px 0;
	font-size: 150%;

	
}

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #20558B;
	background: #20558B;
	color: #fff;
	border-radius:20px;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #20558B;
	background: #fff;
}

dt {
	color:#3EC4B2;
	border-bottom: 1px solid#3EC4B2;
	margin-top: 2rem;
	font-weight: bold;
	font-size: 120%;
	position: relative;
	padding-left: 1em; /* 縦線とテキストの間に余白を取る */
}

dt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px; /* 縦線の太さ */
	background-color:#3EC4B2; /* 縦線の色 */
}

dd{
	margin-top: 10px;
}

ol,ul{
padding-inline-start: 25px;
}

.sch{
	font-size: 100%;

}

table{
	margin-top: 1rem;
}

.teble_scroll{
width: 100%;
overflow: scroll;
}
.sch table{
    width: 1000px;
}
.sch table td:nth-child(9){
text-align: left;
}
.sch table, .pay table, .artist table{
	border-spacing:0;
	border-style: 1px solid #575959;
	width: 100%;
	border-collapse:collapse;
	
}
.sch th, .pay th, .artist th{
	background-color:#3EC4B2;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}

.sch th{
border: 1px solid #575959;
text-align: center;
vertical-align: middle;
font-size: 12px;
font-weight: normal;

}

.pay th,td, .artist th,td{
border: 1px solid #575959;
text-align: center;
vertical-align: middle;
}

.sch td{
	padding: 10px 10px;
	vertical-align: top;
    font-size: 90%;
}

.sch p{
	line-height: 1.6;
	margin-block-start: 0;
	margin-block-end: 0;
}

.pay td, .artist td{
	padding:10px;
    max-width: 200px;
}

.artist ul{
	text-align: left!important;
	margin: 0 auto;
}

.artist li{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 110%;
}
.t-l{
	text-align: left!important;
}
.t-right{
	text-align: right!important;
}
.t-c{
	text-align: center!important;
}

.bglp{
	background-color:#FFD1E7 !important;
}
.bglb{
	background-color:#D4E8FF!important;
}

.bglo{
	background-color: #FFCEA4!important;
}

.bgllo{
	background-color: #FFEBD8;
}

.bgpg{
	background-color: #d1ffd1;
}

.bgpp{
	background-color: #ead6ff;
}

.bgpw{
	background-color: white;
}
.border_tb_none{
	border-top: none!important;
	border-bottom: none!important;
}

.border_b_none{
	
	border-bottom: none!important;
}

.border_t_none{
	border-top: none!important;
	
}

.f-125{
	font-size: 125%;
	font-weight: bold;
}

.f-75{
	font-size: 75%;
	font-weight: normal;
}


.f-80{
	font-size: 80%;
	font-weight: normal;
}

.f-90{
	font-size: 90%;
}

.f-115{
	font-size: 115%;
}

.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;
}

.fwb{
	font-weight: bold;
}

.v-m{
	vertical-align: middle!important;
}

.fwb{
	font-weight: bold;
}
.entry{
	border: 1px solid #575959;
	padding: 10px 25px;
}
.step{
	text-align: center;
	background-color:#3EC4B2;
	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 solid#3EC4B2;
	margin-bottom: 3rem;
	padding: 0 1rem 0.5rem 1rem;
	background-image: linear-gradient( 0deg, #FAEFD9 10%, #FFFFFF 100%);
}

.point_box{
	width: 95%;
	margin: 0 auto;

	
}

.point_box ol li{
color:#3EC4B2!important;
font-size: 1.4rem;
font-weight: bold;
}

.point_box  li{
	margin-bottom: 10px;
}

.point_box img{
	width:320px;
	height: auto;
	
}

.point_medama{
	display: inline-block;
	border-bottom: solid 1px #7094d0;
	font-weight: bold;
	font-size: 120%;
	padding: 10px 0;
color: #C1036E;
}

.point_naiyo{
color:#3EC4B2;
	font-weight: bold;
	 text-shadow: 0px 0px 10px rgba(240, 16, 172, 0.52);
	font-size: 180%;
	margin-bottom: 12px;
}

.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:#3EC4B2;
  text-align:center;
  line-height: 40px;
margin-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	
}
.flex{
	display: flex;
	justify-content: center;
}

.flex_b{
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
}

.flex p{
	margin: 10px;;
}

.box_green{
	border: 2px solid #3EC4B2;
	border-radius: 10px;
	width: 100%;
	
	
}

.room{
	display: block;
	margin: 10px auto;
	max-width: 768px;
	padding: 5px;
}

.roomtype{
	font-size: 130%;
	font-weight: bold;
	border-bottom: 2px solid #3EC4B2;
	margin-bottom: 0;
}

.bggr{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3EC4B2;
	padding: 5px 5px 5px 10px;
}

footer{
	background-color:#3EC4B2;
	color: #FFFFFF;
	width: 100%;

}

footer a{color: #FFFFFF;
	
}

.footer_in{
	font-size: 90%;
	padding: 20px 10px;
	text-align: center;
}

.read {
font-size: 90%;
text-align:justify;
margin-right: 20px;

}

@media (max-width: 999px) {
	main{
		width: 93%;
		margin: 0 auto;
	}
	.point_box{
	width: 100%;
	margin: 0 auto;
}
	
	.point p{
		width: auto;
	}
}

@media (max-width: 600px) {
	body{
		font-size: 90%;
	}
	.contents_box{
	padding:15px;
	margin: 0 auto;
}
	.logo_knt{
	max-width: 90%;
}
	.teble_scroll {
    overflow-x: auto;
    display: block;
	font-size: 80%;
    overflow: scroll;
}

.teble_scroll table th,
.teble_scroll table td {
    white-space: nowrap;
}
	
	.entry ol, .entry ul{
		padding-inline-start: 10px;
	}
	.point_naiyo{
		font-size: 140%!important;
		text-align: center;
	}
	.p_box{
	 display: inline-block;
  width: 100%;
font-size: 115%;
  height: 24px;
  background:#3EC4B2;
  text-align:center;
  line-height: 24px;
margin-right: 10px auto;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	
}
	.artist li{
	font-size: 100%;
}
	.point_box img{
	max-width: 100%;
	height: auto;
	margin-left: 0;
	
}
	
	
	
}

.pc{
	display: block;
}
.sp{
	display: none;
}

@media (max-width: 768px) {
	.flex,.flex_b {display: block;
		text-align: center;
	}
	.flex_b img{
		margin: 0 auto;
	}
	.read {
font-size: 90%;
text-align:justify;
margin: 10px auto;
}
}

@media (max-width: 600px) {
	.pc{
	display: none;
}
.sp{
	display: block;
}
	.point_box ol li{
color:#3EC4B2!important;
font-size: 1.1rem;
font-weight: bold;
line-height: 1.2;
}

	
}
.red{
color: #ff0000;
}

.pink{
	color: #C1036E;
	font-weight: bold;
}

.caution{
	border: 2px solid red;
	margin-bottom: 20px;
}

.caution p {
	background-color: red;
	font-size: 120%;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0 ;
}

.caution ul {
	color: red;
	list-style: disc;
	font-weight: bold;
	margin: 10px;
	font-size: 105%;
}



.mb20{
	margin-bottom: 20px!important;
}

.w-90{
	max-width: 90%;
	margin: 0 auto;
}

.qa img{
	max-width: 100%;
}

.strikethrough {
  text-decoration: line-through;
	text-decoration-color: red; /* 色の指定 */
	text-decoration-style: solid;
	text-decoration-thickness: 2px;
}

.ml-1{
	margin-left: -40px;
}
.ml-1rem{
	margin-left: -1.5rem;
}
.mt0{
	margin-top: 0px;
}
.mb0{
	margin-bottom: 0;
}

h4{
	margin-bottom: 0;
	padding-bottom: 0;
}

.mr1{
	margin-right: 1rem;
}

.bgg{
	background-color: #DBFFE4;
}