@charset "utf-8";
/* CSS Document */
body {
	background-color:#0d2348;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a { transition: all .2s ease; }

img { max-width: 100%; }

section p,section li {
	color: #fff;
	font-weight: bold;
	font-size: 25px ;
	line-height:1.5;
	
}

section p {
	letter-spacing: 3px;
}

header {
	width: 100%;
	background-color: #0d2348;
	
}

header img {
	text-align: left;
}


section {
	text-align: center;
	background: url("../img/back.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

section .inner {
	width: 1000px;
	margin: 0 auto;
}
section .place span{
	font-size: 30px;
}
section h2 img {
	margin-top: 100px;
}

section dl {
	display: flex;
	justify-content: center;
    align-items: flex-end;
	margin: 40px 0;
}

.muryou span {
	display: inline-block;
	margin: 30px auto;
	padding: 0 100px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border-radius: 100px;
	letter-spacing: 20px;
}

section .boushi {
	font-size: 15px ;
	font-weight: normal;
	margin-top: 10px;
}

section ul{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}

section li {
	border: 2px solid;
	border-color: #fff;
	width: 49%;
	font-size: 14px ;
	line-height:2.5;
	padding: 0 20px;
	letter-spacing: 2px;
}

	section li br {
		display: none;
	}

section li span {
	font-size: 45px ;
	line-height:1.5;
	display: block;
	border-bottom: 2px solid;
	letter-spacing: 5px;
}

section table{
	width: 100%;
    margin-top: 30px;
	padding: 15px 10px;
    border: 2px solid;
	border-color: #fff;
	background: linear-gradient(to top left, #00A9A9, transparent); 
	border-collapse: separate;
}


section td {
	color: #fff;
	font-size: 15px;
	vertical-align: middle;
	line-height: 2;
	
}
section th.title { padding: 5px 0; }
section th.title span {
	color: #fff;
	text-align: center;
	width: 200px;
	display: inline-block;
	border: 1px solid;
	border-right:none;
	border-left:none;
	margin: 10px 20px;
	letter-spacing: 5px;
	line-height: 2.6;
}

section .giyou {
	text-align: left;
	font-size: 15px ;
	
	
}
section .giyou.lh1{
	line-height: 1;
}
section .giyou span{
	font-size: 12px;
	line-height: 1;
}
section .syusai {
	padding: 15px 0;
	font-size: 10px ;
	line-height:1;
}

section .syusai br {
	display: none;
}


section .link {
	margin: 50px 0;
	font-size: 50px ;
	display: inline-block;
}

section .link a {
	display: block;
	padding:15px  20px;
	color: #fff;
	background: linear-gradient(to top left, #FF00CC, transparent);
}
.link a:hover {
	background: linear-gradient(to top left, #ff79e4, transparent);
}

footer {
	background-color: #0d2348;
	text-align: center;
	color: #FFFFFF;
	margin: 25px 0;
}

@media screen and (max-width: 1000px) {
	section .inner {
		width: 92%;
	}
}

@media screen and (max-width: 896px) {
	section table { box-sizing: border-box; }
	section th,
	section td {
		display: block;
		padding: 25px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	section th.title span {
		margin: auto;
		width: 100%;
	}
	header h1 {
	width: 60%;
}
	
section ul{
	margin-top: 20px;
	display: block;
}
	
	section li {
	width: 100%;
	font-size: 15px;
	line-height:2.5;
	margin-top: 30px;
}
	
	section li span {
		width: 80%;
	font-size: 40px;
	line-height:1.5;
	display: inline-block;
	border-bottom: 2px solid;
	padding: 0 50px;
}
		section li span {
		width: 100%;
		font-size:1.8rem;
		margin-bottom: 10px;
	}
	section li {
		padding: 10px;
		font-size: 0.75rem;
		line-height: 1.6;
		
	}
	section li br {
		display: inherit;
	}
		section .syusai {
		text-align: left;
		line-height: 1.5;
	}
	
	section .syusai br {
	display: inherit;
}
	section .boushi { text-align: left; }
	
section .link a {
		font-size: 1.37rem;
	}
	
	section .link {
		width: 100%;
		margin: 30px 0;
	}
}
@media screen and (max-width: 480px) {
	section .place span{
		font-size: 18px;
	}
	section h2 img {
	margin-top: 50px;
}
	section dl {
	margin: 20px 0 30px;
}
	
	section li span {
		width: 100%;
		font-size:1.8rem;
		margin-bottom: 10px;
	}
	section li {
		padding: 10px;
		font-size: 0.75rem;
		line-height: 1.6;
		
	}
	section li br {
		display: inherit;
	}
	
	section p, section li{
		font-size: 1rem;
	}
	.muryou span {
		padding: 0 20px ;
		width: 100%;
		letter-spacing: inherit;
		line-height: 2.2;
		font-size: 1.12rem;
	}
	section td {
		padding: 10px;
	}
	
	
	.place span {
		display: block;
		
	}
	section .syusai {
		text-align: left;
		line-height: 1.5;
	}
	
	section .syusai br {
	display: inherit;
}
	footer p img {
		width: 50%;
	}
}
