@charset "UTF-8";

br.sp{
	display:none;
}

.sp_only{
	display: none;
}


/* INTERFACE */

body>header{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 96px;
	background-color: #fff;
	z-index: 1000;
}

body>header>div{
	padding: 0 4%;
}

body>header>div>h1,
body>header>div>a{
	width: 350px;
	margin: 0;
	font-size: 0;
	position: absolute;
	top: 19px;
	left: 4%;
}

body>header>div>h1 img,
body>header>div>a img{
	width: 100%;
}

body>header>div>nav{
	position: absolute;
	top: 28px;
	right: 10%;
}

body>header>div>nav ul{
	display: flex;
	align-items: center;
	gap: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body>header>div>nav ul li{
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

body>header>div>nav ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body>header>div>nav ul li span{
	display: block;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color:#333;
}

@media screen and (max-width:1024px) {
	body>header{
		height: 80px;
	}
	body>header>div>h1,
	body>header>div>a{
		width: 280px;
		top: 16px;
	}
	body>header>div>nav{
		position: absolute;
		top: 24px;
		right: 4%;
	}
	body>header>div>nav ul{
		gap: 33px;
	}
	body>header>div>nav ul li{
		font-size: 13px;
	}
	body>header>div>nav ul li span{
		font-size: 18px;
	}
}


/* footer */

body>footer{
	padding: 3% 4% 1%;
	text-align: center;
	background-color: #0E5197;
}

body>footer>img{
	display: block;
	width: 300px;
	margin: 0 auto 2%;
}

body>footer>div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 0 0 2%;
}

body>footer>div a{
	width: 38px;
	height: 38px;
	background-color: #FFF;
	border-radius: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body>footer>div img {
	width: 100%;
}

body>footer small{
	font-family:Verdana,sans-serif;
  font-size: 10px;
  color: #fff;
}

@media screen and (max-width:1024px) {
	body>footer>img{
		width: 230px;
	}
	body>footer>div {
		gap: 12px;
	}
	body>footer>div a{
		width: 30px;
		height: 30px;
	}
}


/* home_contents_area */

#home_contents_area {
	background: linear-gradient(to top, #9cd7f5 10%, #e1f7ff 90%);
}

#home_bg_area{
  background:url(../img/bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}

#home_contents_area p{
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 1em;
}

#home_key_area {
  text-align: center;
}

#home_key_area img {
  width: 100%;
  max-height: calc(100vh - 96px);
  object-fit: contain;
}

#home_bnr_area {
	max-width: 820px;
	margin: 4% auto 0;
	padding: 0 4%;
}

#home_bnr_area img{
	width: 100%;
}

@media screen and (max-width:1024px) {
	#home_bnr_area {
		max-width: 60%;
	}
}

/* news */

#news{
	padding: 105px 4% 8%;
}

#news>div{
	max-width: 1100px;
	margin: 0 auto;
	padding: 3% 6%;
	box-sizing: border-box;
	background-color: #fff;
}

#news h2{
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 400;
	color: #0E5197;
	line-height: 0.8;
	text-align: center;
	margin: 0 0 1em;
}

#news h2 span{
	display: block;
	font-family: "Tangerine", cursive;
	font-size: 80px;
	font-weight: 600;
}

#news ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#news ul li{
	font-size: 16px;
	text-align: justify;
	border-bottom: 1px solid #b5c7db;
	padding: 1.5em 0;
	display: flex;
	align-items: center;
	gap: 2em;
}

#news ul li time{
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding: 0.2em 1em;
	background-color: #0E5197;
	border-radius: 999px;
}

@media screen and (max-width:1024px) {
	#news{
		padding: 90px 4% 8%;
	}
}

/* sub_contents_area */

#sub_contents_area h1{
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 0.8;
	text-align: center;
	margin: 0;
	padding: 35px 0 ;
	background:linear-gradient(45deg, #015cbb 30%,#ade5f9 100%);
	text-shadow: 2px 3px 20px rgb(57 103 150);
}

#sub_contents_area h1 span{
	display: block;
	font-family: "Tangerine", cursive;
	font-size: 80px;
	font-weight: 600;
}

#sub_contents_area p{
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 1em;
}

#sub_contents_area strong{
	display: block;
	font-size: 16px;
	margin: 1em 0 0 ;
}

#sub_contents_area>section{
	max-width: 900px;
	padding: 0 6%;
	margin: 5% auto 6%;
}

#sub_contents_area>section>section{
	margin: 5% auto 5%;
}

#sub_contents_area section h2{
	font-size: 22px;
	font-weight: 600;
	color: #0E5197;
	margin: 0 0 1.3em;
	padding: 0 0 0 2.2em;
	position: relative;
}

#sub_contents_area section h2::before{
	content: '';
	width: 1.8em;
	height: 1.8em;
	background: url(../img/interface/h2.svg) center / contain no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

#sub_contents_area section h3{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 1em;
}

#sub_contents_area section h3::before{
	content: "▶︎";
	font-size: 14px;
	color: #0E5197;
}


/* overview */

table{
	border-collapse: collapse;
}

.overview_table th{
	font-size: 16px;
	font-weight: 600;
	color: #0E5197;
	padding: 0.5em 2em 0.5em 0;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}

.overview_table td{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0.5em 0;
}


/* ticket */

.ticket ul li {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 0.3em;
}

.ticket-table {
	width: 100%;
	margin: 1em 0;
}

.ticket-table thead th{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0.7em 1em;
	background-color: #015cbb;
	border: 2px solid #fff;
}

.ticket-table tbody th{
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding: 1em;
	background-color: #ebf4ff;
	border: 2px solid #fff;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}

.ticket-table tbody td{
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding: 1em;
	text-align: right;
	background-color: #fff;
	border: 1px solid #eee;
}

.ticket .ticket-table tbody tr:hover th,
.ticket .ticket-table tbody tr:hover td {
	background-color: #d6e9ff;
}

/* notes */

.notes ul li{
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 1em;
}

.notes ul ul li{
	margin: 0 0 0.2em;
}


/* support_bnr_area */

#support_bnr_area.sub{
	background-color: #e1f7ff;
}

#support_bnr_area>div{
	max-width: 1500px;
	margin: 0 auto;
	padding: 3% 4% 2%;
}

#support_bnr_area>div ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#support_bnr_area>div li{
	width: 20%;
	margin: 0;
	padding: 1%;
	box-sizing: border-box;
}

#support_bnr_area>div li img{
	width: 100%;
	border: 1px solid #ccc;
}

#support_bnr_area h2{
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 400;
	color: #0E5197;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 0.5em;
}

#support_bnr_area h2 span{
	font-family: "Tangerine", cursive;
	font-size: 50px;
	font-weight: 600;
	margin: 0 0.3em 0 0;
}

@media screen and (max-width:1024px) {
	#support_bnr_area>div li{
		width: 30%;
	}
}


/* sns_area */

#sns_area{
	text-align: center;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1000;
	opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#sns_area.is-show {
  opacity: 1;
  visibility: visible;
}

#sns_area a {
	width: 160px;
	height: 70px;
	background-color: #0E5197;
	border-radius: 999px;
	border: 1px solid #fff;
	margin: 10px 0;
	padding: 0 0.8em;

	display: grid;
	grid-template-columns: 35px 1fr;
	align-items: center;
	gap: 5px;
}

#sns_area a>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	padding: 4%;
}

#sns_area img {
	width: 70%;
}

#sns_area small {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.04em;
}

#sns_area p{
	font-size: 18px;
	font-weight: 800;
	color: #0E5197;
	margin: 0;
}

@media screen and (max-width:1024px) {
	#sns_area{
		right: 30px;
		bottom: 30px;
	}
	#sns_area a {
		width: 125px;
		height: 58px;
		padding: 0 0.6em;
	}

	#sns_area a>span {
		width: 34px;
		height: 34px;
	}
	#sns_area small {
		font-size: 15px;
	}
	#sns_area p{
		font-size: 16px;
	}
}