@charset "utf-8";
/* CSS Document */


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset end */
html,body{
	height: 100%;
	font-size: 62.5%;
}

.clearfix:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}

#cont{
    width: 100%;
    position: relative;
    height: auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
	margin: auto;
	padding: 0 0;
	overflow: hidden;
}

.floatl{
	float: left;
}

.floatr{
	float: right;
}

header{
	width: 100%;
}

section#main{
	height: 100%;
}

footer{
	clear: both;
	width: 100%;
    position: absolute;
    bottom: 0;
	text-align: center;
	margin: auto;
	display: block;
}

p{
	font-size: 1.4rem;
}

h1{
	width: 100%;
	background: #1b1c94;
	color: #fff;
	font-size: 1.1rem;
	margin: auto;
	display: block;
}

h1 span{
	width: 1000px;
	color: #fff;
	font-size: 1.1rem;
	padding: 10px 0;
	margin: auto;
	display: block;
}

.upper{
	width: 1000px;
	margin: auto;
	overflow: hidden;
	padding: 20px;
}

.upper .floatl{
	
}

.upper .floatl a{
	display: block;
	width: 600px;
	color: #000;
	text-decoration: none;
}

.upper .floatl a img{
	width: 220px;
	display: block;
	float: left;
	margin-right: 10px;
}

.upper .floatl .wrap-l{
	float: left;
	padding-top: 25px;
}

.upper .floatl .head-lupper{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.upper .floatl .head-llower .floatl{
	font-size: 24px;
	font-weight: bold;
}

.upper .floatl .head-llower .floatl:nth-child(2){
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}

.upper .floatr{
	padding: 20px 0 0;
	
}

.upper .floatr p{
	margin: 0 0 6px;
}

.upper .floatr p.tel{
	font-weight: bold;
	font-size: 1.6rem;
}

nav{
	width: 100%;
	overflow: hidden;
}

nav ul{
	width: 1000px;
	margin: auto;	
	background: #444;
	overflow: hidden;
}

nav ul li{
	width: 200px;
	float: left;
	text-align: center;
}

nav ul li a{
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}

nav ul li a:hover{
	background: #3e50bd;
}

#main{
	width: 1000px;
	margin: auto;
	padding: 40px 0;
}

#main h2{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 3.2rem;
	margin: 0 0 60px;
	background: #1b1c94;
	padding: 20px 0;
	color: #fff;
}

#main h3{
	font-size: 2.0rem;
    font-weight: normal;
    text-align: center;
    line-height: 3.0rem;
    margin: 0;
    background: #BAEBF5;
    padding: 10px 0;
    color: #1b1c94;
}

#main .label-point{
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	background: #ef702a;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}

#main .about .point{
	font-size: 1.05em;
	font-weight: bold;
	color: #cd2121;
}

#main .about.floatl{
	width: 460px;
}

#main .about.floatl p > img{
	width: 100%;
}

#main .about.floatr{
	width: 490px;
	margin-left: 50px;
}

#main .about.floatr p{
	font-size: 2rem;
	text-decoration: none;
	margin: 0 0 15px;
}

#main .about.floatr ul{
}

#main .about.floatr ul li{
	font-size: 1.8rem;
	line-height: 2.8rem;
	list-style: decimal;
	margin: 0 0 10px;
	margin-left: 1em;
}

#main .overview{
	padding: 10px 0;
	margin-top: 40px;
	margin-left: 200px;
}

#main .overview dt{
	font-size: 1.6rem;
	float: left;
	margin-right: 1em;
	background: #1b1c94;
	color: #fff;
	padding: 10px 20px;
}

#main .overview dd{
	font-size: 1.6rem;
	float: none;
	padding: 10px 0;
    padding-left: 120px;
}

#main .overview dd:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#main .overview dd span{
	color: #1b1c94;
	font-weight: bold;
	font-size: 1.2em;
}

#main .overview dd ul{
	margin: 10px 0 0;
}

#main .overview dd ul li{
	font-size: 1.2rem;
    line-height: 1.8rem;
}

#main .date{
	width: 100%;
	border: solid 1px #1b1c94;
}

#main .date tr th{
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: #1b1c94;
	padding: 10px;
}

#main .date tr td{
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #222;
	padding: 10px;
	border-right: dotted 1px #ddd;
	border-bottom: dashed 1px #ddd;
}
#main .date tr th:nth-child(6){
	width: 9%;
}

#main .date tr td:nth-child(1),
#main .date tr td:nth-child(2),
#main .date tr td:nth-child(3),
#main .date tr td:nth-child(5){
	text-align: center;
}

#main .date tr th:nth-child(4),
#main .date tr td:nth-child(4){
	width: 13%;
}

#main .date tr td:last-child{
	border-right: none;
}

#main .date tr td > p{
	margin-bottom: 0;
}

#main .date tr td .stay{
	background: #ef702a;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	float: right;
	border-radius: 5px;
}

#main .date tr td .blue{
	color: #1b1c94;
	font-size: 1.1em;
	font-weight: bold;
}

#main .date tr td .red{
	color: #cd2121;
	font-size: 1.1em;
	font-weight: bold;
}

#main .date tr td .green{
	color: #005c00;
	font-size: 1.1em;
}

#main .caption{
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 2rem;
}

.fa.fa-plane{
	transform: rotate(-45deg);
}

@media screen and (max-width: 640px){
	.upper{
		width: 100%;
		box-sizing: border-box;
		padding: 20px 10px
	}
	
	.upper .floatl{
		float: none;
		display: block;
	}
	
	.upper .floatl:after{
		content: "";
		display: block;
		height: 0;
		clear: both;
	}
	
	.upper .floatl .head-llower .floatl:nth-child(2){
		margin: 0;
	}
	
	.upper .floatl a img{
		width: 100px;
	}
	.upper .floatl .wrap-l{
		padding-top: 0;
		
	}
	.upper .floatl .head-lupper{
		font-size: 10px;
		margin-bottom: 5px;
	}

	.upper .floatr{
		float: none;
	}

	.upper .floatr p{
		font-size: 1rem;
		text-align: center;
	}

	.upper .floatr p.tel{
		font-size: 1.2rem;
	}
	
	nav ul{
		width: 100%;
	}
	
	nav ul:after{
		content: "";
		display: block;
		height: 0;
		clear: both;
	}
	
	nav ul li{
		width: 50%;
		float: left;
	}

	nav ul li:nth-child(5){
		width: 100%;
	}
	
	#main{
		width: 100%;
	}
	
	#main h2{
		font-size: 1.6rem;
	}

	#main h2 span{
		font-size: 1.4rem;
	}
	
	#main .about.floatl{
		float: none;
		width: 100%;
	}

	#main .about.floatl img{
		width: 100%;
		display: block;
	}
	
	#main .about.floatr{
		width: 100%;
		float: none;
		margin: 0;
	}

	#main .about.floatr ul {
    	padding: 0 20px 20px;
	}
	
	#main .overview{
		margin: 0;
		padding: 0 20px;
	}
	
	#main .date:before{
		content: "";
	    border-top: solid 1px #1b1c94;
	}

	#main .date tr{
		
	}
	
	#main .date tr th,
	#main .date tr td{
		display: block;
		box-sizing: border-box;
	}

	#main .date tr td:nth-child(1){
		display: none;		
	}
	#main .date tr th:nth-child(6){
	width: 100%;
}
	#main .date tr td:nth-child(2),
	#main .date tr td:nth-child(6),
	#main .date tr td:nth-child(3),
	#main .date tr td:nth-child(4),
	#main .date tr td:nth-child(5){
		/*float: left;*/
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	#main .date tr td:last-child{
		border-bottom: solid 1px #1b1c94;
	}

	#main .date tr:last-child td:last-child{
		border-bottom: none;
	}

	#main .date tr td .stay{
		float: none;
		width: 100%;
		box-sizing: border-box;
	}

	#main .date tr td .pc{
		display: none;
	}

	#main .date tr th{
		display: none;
	}

	#main .date tr td ul li{
		display: inline-block;
		margin: 0 10px;
	}
	
	#main .overview dt,
	#main .overview dd{
		float: none;
		padding: 0;	
		box-sizing: border-box;
	}
	
	#main .overview dt{
		padding: 10px;
	}

	#main .overview dd{
		padding: 10px;
	}
	
	#main .caption{
		padding: 0 10px;
	}

}