body {
	margin: 0;
	padding: 0;
}
* {
	color: #666;
	font-family: Quicksand, CI, Meiryo, ΰSVbNΜ, 'Yu Gothic', YuGothic, 'qMmpSVbN Pro', 'Hiragino Kaku Gothic Pro';
	font-weight: 500;
	letter-spacing: 0.1em;
}
a {
	color: #0f3683;	
}
a:hover {
	color: #8cbfbe;	
	text-decoration: none;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;	
}
a:hover img {
	opacity: 0.7;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;	
}
img {
	margin: 0 auto 20px;
}
h1,
h2,
h3 {
	font-weight: 500 !important;
	margin: 0;
	padding: 0;
}
h3 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 130%;
	border-bottom: 1px solid #e4e4e4;
}
h3:before {
	margin-right: 5px;	
	content: "\f0d7";
	font-family: FontAwesome;
}

p,
dt,
dd,
th,
td {
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	h2, h3 {
		font-weight: 500;	
	}
	h3 {
		font-size: 160%;			
	}
	p,
	dt,
	dd,
	th,
	td {
		font-size: 110%;
	}
}
.o-a {
	overflow: auto;	
}
.d-b {
	display: block;	
}
.m-0-a {
	margin: 0 auto;	
}
.font-cinzel {
	font-family: 'Cinzel';
	font-weight: 600;
}
/* #header-content */
#topbar {
	background: #888;
	width: 100%;
	margin: 0 auto;
	height: 5px !important;	
}

#header {
	background-color: #fff;
	position: relative;	
}
.navbar {
	margin-bottom: 0;
	border: none;
	height: 100px;
	border-radius: 0 !important;
}
.navbar-nav {
	padding-top: 14px;	
}
.navbar-default {
	background: #fff;
	z-index: 10000;	
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
}
.navbar-default .navbar-nav>li>a {
	color: #888;
	font-size: 90%;
	text-align: center;	
	background: #fff;
	letter-spacing: 0.3em;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #888;
	background: #f4f4f4;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.navbar-default .navbar-nav>li>a span {
	font-family: 'Cinzel';
	font-weight: 700;
	color: #888;
	font-size: 85%;	
	letter-spacing: 0.3em;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: #efefef;	
}
.navbar-brand {
	padding: 0;	
	margin: 0;
}
.navbar-toggle {
	margin-top: 32px;
	margin-right: 2px !important;	
}
@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 95%;
		padding-left: 30px;
		padding-right: 30px;	
	}
}

/* toggleΝ1199pxΘΊ */
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
		border-bottom: 1px solid #ddd;
    }
    .navbar-nav>li:last-child {
		border-bottom: 0;	
	}
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
/* PageTop */
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 10px;
}
.pagetop a {
    display: block;
    background: url(../images/img-pagetop.svg) no-repeat;
	background-size: cover;
    width: 50px;
	height: 50px;
}
.pagetop a:hover {
    background: url(../images/img-pagetop-hover.svg) no-repeat;
}
/* footer */
.footer {
	border-top: 1px solid #e4e4e4;
	width: 100%;
	margin: auto;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 0;
	background: #eee;
}
.footer h4 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.footer p {
	font-size: 12px;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #8cbfbe;
}
.footer .footer-menu {
	margin-bottom: 20px;
	margin-left: -30px;
	list-style-type: none;
}
.footer .footer-menu li {
	float: none;
}
.footer .footer-menu a {
	border: none;
	font-size: 12px;
}
.footer .footer-menu li:before {
	content: "\f0da";
	font-family: FontAwesome;
}
.footer .footer-menu li a {
	margin-left: 5px;	
}
.footer-parts {
	margin-bottom: 30px;
}
.bt-share img {
	margin-bottom: 10px;
}
.copyright {
	font-family: 'Cinzel';
	font-weight: 700;
	font-size: 80%;	
	line-height: 130%;
	padding-bottom: 20px;
}
.copyright a {
	font-family: 'Cinzel';
	font-weight: 700;	
}
@media (min-width: 768px) {
	.footer-parts {
		margin-bottom: 0px;	
	}
	.footer h4 br,
	.footer .copyright br {
		display: none;	
	}
}
/* {^ */
.bt-link a {
	display: block;
	color: #fff;
	padding: 20px;
	background: #65c1c9;
	border: 1px solid #65c1c9;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 0.2em;
}
.bt-link a:after {
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 5px;
}
.bt-link a:hover {
	color: #65c1c9;
	background: #fff;
	border: 1px solid #65c1c9;
}
/* #mainvisual */
.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
	width: 20%;
}
/* #home-menu */
#home-menu {
	padding-top: 30px;
	padding-bottom: 30px;	
}
#home-menu p {
	margin-bottom: 30px;	
}
#home-menu .home-menu-disc {
	height: 81px;	
}
/* #sub-header */
#sub-header {
	max-width: 100%;
	background: url(../images/bg-sub-header.png);
	-moz-background-size: cover;
	background-size: cover;
	clear: both;
	text-align: center;
}
#sub-header img {
	margin-bottom: 0;	
}
/* #pankuzu */
.breadcrumb {
	background: transparent;
	font-size: 90%;	
	margin-bottom: 0;
	padding: 10px 0 0 0;
}
.breadcrumb a,
.breadcrumb>.active {
	color: #666;
}
.breadcrumb>li+li:before {
    color: #666;
	content: ">";
}
/* #description */
#description {
	padding-top: 50px;	
}
#swingstar {
	padding-top: 50px;
	padding-bottom: 50px;
}
#swingstar iframe {
	margin: 0 auto 20px;
	display: block;
}
/* #outline */
#outline {
	padding-top: 50px;	
}
#outline table {
	width: 100%;
	margin-bottom: 20px;	
}
#outline th {
	background: #efefef;
}
#outline th,
#outline td {
	border: 1px solid #e4e4e4;
	padding: 10px;
}
#outline td a {
	color: #666;
}
@media (max-width: 767px) {
	#outline th {
		width: 85px;
	}
}
#outline dt {
	font-weight: 500;
	margin-bottom: 0;
}
#outline dd {
	border-bottom: 1px dashed #e4e4e4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	#history {
		margin-top: 50px;
	}
}

/* #contact */
#contact {
	padding-top: 50px;	
}
#contact table {
	width: 100%;
	margin-bottom: 20px;	
}
#contact th {
	background: #efefef;
}
#contact th,
#contact td {
	border: 1px solid #e4e4e4;
	padding: 10px;
}
#contact td a {
	color: #666;
}
@media (min-width: 996px) {
	#contact table {
		width: 50%;
	}	
}
/* #form */
#form {
	padding-top: 50px;	
}
.form {
	padding: 20px;
	overflow: auto;	
	font-size: 110%;
	color: #666;
	background: #f4f4f4;
	border: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.form-group {
	margin-bottom: 30px;	
}
span.any {
	display: inline-block;
	color: #fff;
	background: #aaa;
	padding: 3px;
	border-radius: 3px;
	font-size: 80%;
}
span.required {
	display: inline-block;
	color: #fff;
	background: #65c1c9;
	padding: 3px;
	border-radius: 3px;
	font-size: 80%;
}
.form-parts-title {
	font-size: 85%;
	margin-left: 5px;
}
@media (min-width: 996px) {
	.form {
		padding: 30px;
	}
	.form-parts-title {
		font-size: 90%;
	}
}
label,
.control-label {
	font-weight: 500;
	color: #666 !important;
}
input[type=submit] {
	background: #65c1c9;
	font-size: 90%;
	padding: 10px;
	color: #fff;
	border-radius: 0;
}
input[type=submit]:hover {
	background: #65c1c9;
	position: relative;
	top: 2px;
	left: 2px;
	color: #fff !important;
}