@charset "UTF-8";

br.pc{
	display:none;
}


/* INTERFACE */

body>header{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background-color: #fff;
	z-index: 100;
}

body>header>div{
	padding: 0 4%;
}

body>header>div>h1,
body>header>div>a{
	width: 240px;
	margin: 0;
	font-size: 0;
	position: absolute;
	top: 12px;
	left: 10px;
}

body>header>div>h1 img,
body>header>div>a img{
	width: 100%;
}

body>header nav{
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s ease;
	pointer-events: none;

	width:100%;
	padding:1em 1em 0;
	box-sizing:border-box;
	background-color:#fff;
	position:absolute;
	top:65px;
	left: 0;
	right: 0;
	z-index: 100;
}

body>header nav.open{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

body>header nav ul{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
	position:static;
	border-bottom: 1px solid #b5c7db;
}

body>header nav ul li{
	border-bottom:1px solid #b5c7db;
}

body>header nav ul li:last-of-type{
	border-bottom:none;
}

body>header nav ul li a{
	display:block;
	padding: 1.5em 1em;
}

body>header nav ul li a{
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 0.8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

body>header nav ul li a span{
	font-family: "Tangerine", cursive;
	font-size: 40px;
	font-weight: 600;
}

#nav_sp{
	width: 65px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1000;
	background-color: #0E5197;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
}

#nav_sp span{
	display: block;
	width:34px;
	border-top:1px solid #fff;
}

#nav_sp.open span:first-of-type{
	transform:rotate(45deg);
	transition-duration:0.5s;
}

#nav_sp.open span:last-of-type{
	margin:-9px 0 0;
	transform:rotate(-45deg);
	transition-duration:0.5s;
}

#nav_sp.close span:first-of-type{
	transition-duration:0.5s;
}

#nav_sp.close span:last-of-type{
	transition-duration:0.5s;
}


/* footer */

body>footer{
	padding: 5% 4% 2%;
	text-align: center;
	background-color: #0E5197;
}

body>footer>img{
	display: block;
	width: 220px;
	margin: 0 auto 15px;
}

body>footer>div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 0 auto 15px;
}

body>footer>div a{
	width: 30px;
	height: 30px;
	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: 9px;
  color: #fff;
}


/* home_contents_area */

#home_contents_area {
	background: linear-gradient(to top, #9cd7f5 10%, #e1f7ff 90%);
}

#home_bg_area{
  background:url(../img/bg_sp.png);
	background-position: top;
	background-repeat: repeat;
	background-size: contain;
}

#home_contents_area p{
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 1em;
}

#home_key_area {
	
}

#home_key_area img {
  width: 100%;
}

#home_bnr_area {
	padding: 50px 4% 0;
}

#home_bnr_area img{
	width: 100%;
}


/* news */

#news{
	padding: 70px 4% 8%;
}

#news>div{
	margin: 0 auto;
	padding: 6%;
	box-sizing: border-box;
	background-color: #fff;
}

#news h2{
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	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: 60px;
	font-weight: 600;
}

#news ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#news ul li{
	font-size: 15px;
	text-align: justify;
	border-bottom: 1px solid #b5c7db;
	padding: 1.5em 0;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 0.5em;
}

#news ul li time{
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 0.2em 1em;
	background-color: #0E5197;
	border-radius: 999px;
}

/* sub_contents_area */

#sub_contents_area h1{
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	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: 60px;
	font-weight: 600;
}

#sub_contents_area p{
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 1em;
}

#sub_contents_area strong{
	display: block;
	font-size: 15px;
	margin: 1em 0 0 ;
}

#sub_contents_area>section{
	padding: 0 6%;
	margin: 5% auto 10%;
}

#sub_contents_area>section>section{
	margin: 5% auto 5%;
}

#sub_contents_area section h2{
	font-size: 20px;
	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;
}

table ul {
	padding: 0 0 0 1em;
}

table ul li{
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 0.2em;
}

.overview_table th{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #0E5197;
	padding: 1em 0 0.3em 0;
	text-align: left;
}

.overview_table td{
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0;
}


/* ticket */

.ticket ul li {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 0.3em;
}

.ticket-table {
	width: 100%;
	margin: 1em 0;
}

.ticket-table thead th{
	font-size: 15px;
	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: 15px;
	font-weight: 400;
	color: #333;
	padding: 1em;
	background-color: #ebf4ff;
	border: 2px solid #fff;
	text-align: left;
	vertical-align: top;
}

.ticket-table tbody td{
	font-size: 15px;
	font-weight: 400;
	color: #333;
	padding: 1em;
	text-align: right;
	white-space: nowrap;
	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: 15px;
	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{
	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: 50%;
	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: 15px;
	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: 40px;
	font-weight: 600;
	margin: 0 0.3em 0 0;
}


/* sns_area */

#sns_area{
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
	opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#sns_area.is-show {
  opacity: 1;
  visibility: visible;
}

#sns_area>div{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

#sns_area a {
	width: 50px;
	height: 50px;
	border-radius: 999px;
	background-color: #fff;
	border: 4px solid #0E5197;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
}

#sns_area img {
	width: 70%;
}

#sns_area small {
	display: none;
}

#sns_area p{
	font-size: 13px;
	font-weight: 800;
	color: #0E5197;
	margin: 0 0 3px;
}