@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 160%;
	color: #333;
}

a:link, a:visited {

}

a:hover, a:active {
	color: #e76f11;	
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

h2 {
	font-size: 110%;
	color: #28516b;	
	line-height: 130%;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
}

header h2 {
	font-size: 110%;
	color: #fff;
	padding-top: 50px;
	font-weight: 700;
	text-align: center !important;
}

header h2 span {
	text-decoration: underline;
}

#reserve h2 {
	text-align: center !important;	
}

h2, p {
	padding-left: 15px;
	padding-right: 15px;	
}

/* nav */
.navbar-default {
	border-color: #000;
	border-radius: 0;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
}

.navbar-brand {
	padding: 0;	
}

.navbar-default .navbar-nav > li {
	border-left: 1px solid #ccc;
	margin:5px 0;
}

.navbar-default .navbar-nav > li > a {
	color: #333;
	font-size: 70% !important;
	padding:10px 18px;
}

.navbar-default .navbar-nav > li > a:hover {
	background: #c3dbde;
}

.navbar-right {
	padding-right: 20px;
}

h1 {
	font-size: 70%;
	margin: 8px 0 0 0;
	padding: 0;
}

nav p {
	padding: 0;
	margin: 0;
	font-size: 112%;
}

/* header, section */
#topbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
    background: #1b8fd3;
	height: 5px;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 80px 0 40px;
}

header .header-content .header-content-inner {
    margin: 0 auto;
    max-width: 970px;
}

section, aside {
    padding: 20px 0 40px;
}

#point, #fee, #map, #reserve {
	margin-top : -25px;
	padding-top : 25px;
}

.max-width-970 {
	max-width: 970px;
	margin: 0 auto;
}

.header-lead {
	font-size: 105%;
	line-height:130%;
	text-align: center;	
	color: #fff;	
	margin: 50px auto 50px;
}

.header-p {
	color: #fff;
}

section p, .form {
	max-width: 768px;
	margin: 0 auto 30px;
}

.header-p, #fee p, #map p, #reserve p {
	text-align: center;	
}

.form {
	padding-left: 15px;
	padding-right: 15px;	
	font-size: 80%;
}

select {
	margin-left: 10px;
	font-size: 90%;
	color: #666;
}

.form-group {
	padding-bottom: 20px;	
}

.anno-01 {
	font-size: 80%;
	line-height: 150%;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.anno-02 {
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* footer */
footer {
    position: fixed;
    bottom: 0;
    background: #1b8fd3;
    width: 100%;
	padding: 7px 5px 5px 5px;
	border-top: 1px solid #fff;
	height: 48px;
}

#footer {
	padding-bottom: 20px;
	height: 180px;
	text-align: center;
}

#footer p {
	max-width: 100% !important;
	font-size: 90%;	
}

#footer a {
	color: #fff !important;
}

#footer ul {
	list-style-type: none;	
}

#footer ul li {
	float: left;	
}

#footer ul li a {
	color: #fff;
	font-size: 80%;	
	margin-right: 50px;
}

#footer small {
	font-size: 70%;
	color: #fff;
	padding-top: 20px;
	margin-right: 0;
	text-align: center !important;
}

.footer-info {
	text-align: center;
	color: #fff;
	font-size: 90% !important;
	margin-bottom: 10px;
}

.footer-left {
	float: left;	
}

.footer-right {
	display: none;	
}


/* form */
label {
	font-weight: 400;	
	color: #28516b;
}

/* button */
.btn-default {
	color: #000;
	background: #fff;
	border-radius: 0;
	border: none;
}

.btn-default:hover {
	color: #fff;
	background: #000;
}

.btn-section, .btn-footer {
	background: #fb9200;
	border-radius: 0;
	color: #fff;
}

.btn-section {
	width: 100%;
	padding: 20px 0;
	font-size: 90%;
	background: #1b8fd3;
	margin-bottom: 20px;
}

.btn-section:hover, .btn-footer:hover {
	background: #e0423c;
	color: #fff;
}

	
/* PageTop */
.pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 0;
}

.pagetop a {
    width: 46px;
	height: 46px;
	border-radius: 23px;
	margin: 0 auto;
    display: table-cell;
	vertical-align: middle;
    color: #fff;
    background-color: #1b8fd3;
    text-align: center;
    font-size: 12px;
	line-height: 10px;
    text-decoration: none;
	border: 1px solid #fff;
}
 
.pagetop a:hover {
    background-color: #e0423c;
}

.fa-angle-up {
	margin-left: 3px;
	margin-right: 0;	
}

/* etc */
.border-bold {
	border: 5px solid #fff;	
}

.border-white {
	border: 1px solid #fff;	
}

.border-gray {
	border: 1px solid #ccc;		
}

.bg-white {
	background: #fff;	
}

.bg-black {
	background: #333;	
}

.bg-black-dot-01 {
	background: url(../images/bg-top-01.png);
	background-position:center center;
}

.bg-black-dot-02 {
	background: url(../images/bg-top-02.png);
	background-position:center center;
}

.bg-gray {
	background: #ddd;	
}

.bg-blue-l {
	background: #c3dbde;
}

.bg-blue-m {
	background: #55a2e5;
}

.bg-blue-d {
	background: #1b8fd3;
}

.color-white {
	color: #fff;	
}

.color-black {
	color: #333;	
}

.color-red {
	color: #e0423c;	
}

.color-blue-l {
	color: #c3dbde;
}

.color-blue-d {
	color: #28516b;
}

.font-size-130 {
	font-size: 130%;	
}

.font-size-120 {
	font-size: 120%;	
}

.font-size-90 {
	font-size: 90%;	
}

.font-size-85 {
	font-size: 85%;	
}

.font-size-75 {
	font-size: 75%;	
}

.font-size-65 {
	font-size: 65%;	
}

.width-100 {
	width: 100%;	
}

.padding-10 {
	padding: 10px;	
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-right-5 {
	margin-right: 5px;	
}

.img-responsive {
	margin: 0 auto;
	display: block;
}

.display-block {
	display: block;	
}

.overflow-auto {
	overflow: auto;	
}

.next, .next:active, .next:focus {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 130%;
	padding-top: 2px;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	text-indent: none !important;
}

.next:hover {
	background: #1b8fd3;
	color: #fff;
}

table {
	font-size: 70%;
	border: 1px solid #999;
	overflow: auto;
}

table th, table td {
	border: 1px solid #999 !important;
	font-weight: 400;
	padding: 0 10px !important;
	height: 62px !important;
	width: 50%;
	vertical-align: middle !important; 
}

table th {
	background: #c3dbde;	
}

table td {
	background: #fff;	
}

table caption {
	color: #333;
	font-size: 140%;
	padding-bottom:0;
	font-weight: 400;
}

table caption:before {
	content: "\f046";
	font-family: FontAwesome;
	margin-right: 5px;
}

.caption-b {
	max-width: 970px;
	margin-top:	-5px;
	text-align: left !important; 
	font-size: 95%;
}

.col-00 {
	margin-bottom: 25px;
	border: 1px solid #fff;	
}

.col-01 {
	background: #1b8fd3;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	margin: 0;
	text-align: center;	
}

.col-01 span {
	display: block;
	padding-top: 20px;	
	padding-bottom: 10px;
}

.col-02 {
	padding: 20px 10px;
	margin: 0;
	background: #fff;
}

.col-03 {
	background: #fff;	
}

#map p {
	color: #fff;	
}

#map iframe {
	width: 100%;
	border: 1px solid #fff;
	height: 400px;
	overflow: auto;
	margin-bottom: 20px;
}

#map .map {
	width: 100%;	
	margin-bottom: 20px;
}

input {
	margin-top: -5px;	
}

@media (max-width: 768px) {
		
	.header-p br, #point p br, #fee p br, #map p br, #reserve p br {
		display: none;
	}

	.header-lead, #fee p, #map p, #reserve p {
		text-align: left !important;	
	}
	
}

@media (max-width: 765px) {
	
	h2 br {
		display: none;	
	}
		
}

@media (min-width: 768px) {
	
	h2 {
		font-weight: 400;
	}
	
	header h2 {
		font-weight: 400;
		font-size: 120%;
	}

	header h2 span {
		padding: 5px 10px 3px;
		border: 1px solid #fff;
		backgrond: rgba(0,0,0,0.8);
		text-decoration: none;	
	}
	
	.header-h2-sub {
		font-size: 150% !important;	
	}
	
	.header-lead {
		font-size: 160%;
	}

	table {
		font-size: 90%;
	}
	
	table caption {
		font-size: 130%;
	}
	
	.footer-right {
		display: block;
		float: right;
		padding-right: 7px;
	}

	.footer-right a {
		color: #c3dbde!important;	
	}

	.footer-right a:hover {
		color: #ffaa00!important;		
	}
	
	#footer {
		height:210px;
	}
	
	#footer small {
		font-size: 80%;
	}
	
	.form {
		font-size: 90%;
	}
	
	.footer-info {
		font-size: 100%;	
	}
}

@media (min-width: 992px) {
	
	h2 {
		font-size: 200%;		
	}

	.header-right {
		display: block;	
	}
}