@charset "UTF-8";
/* CSS Document */
header {
	width: 100%;
	height: 120px;
	background-color: #fefefe;
	z-index: 1000;
	position: fixed;
	margin-left: -5%;
}
h1 {
	width: 60%;
	float: left;
	padding-top: 42px;
	margin-left: 5%;
}
nav {
	float: right;
	padding-top: 70px;
	margin-right: 6%;
	font-size: 14px;
	font-weight: bold;
}
nav li {
	float: left;
	padding-left: 50px;
}
nav img {
	vertical-align: top;
}
#topImage {
	min-height: 600px;
	height: 90vh;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
	background: url(../images/kamikita_topimg_03.jpg) center 120px no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.logo {
	position: absolute;
	top: 320px;
	left: 50%;
	margin-left: -150px;
	display: block;
	text-align: center
}
.kinkyu {
	color: #000;
	text-align: center;
	background-color: rgba(185,175,149,0.7);
	padding: 20px 10px;
	border: solid 1px;
	margin: 200px 150px;
	line-height:normal
}
#about {
	width: 96%;
	padding: 2%;
}
.aboutMain {
	background-color: #009999;
	padding: 110px 15% 90px;
}
.borderBottom {
	width: 100px;
	height: 4px;
	background: #111;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: 40px;
}
.left {
	float: left;
	width: 55%;
	position: relative;
	overflow: hidden;
}
.right {
	float: right;
	width: 40%;
	margin-top:130px;
}
.left p {
	text-align: center;
	line-height: 30px;
}
.w {
	font-size: 24px;
	text-align: center;
	margin-top: 0;
}
.m_80 {
	margin-top: 80px;
}
.time {
	font-weight: bold;
	font-size: 16px;
	margin-top: 80px;
}
#subNav {
	width: 90%;
	margin: 50px auto 80px;
}
.pc_subnav ul {
	margin: 40px 0 60px;
}
.pc_subnav li {
	position: relative;
	float: left;
	margin-right: 12.5%;
	width: 25%;
	text-align: center;
}
.pc_subnav .lastli {
	margin-right: 0;
}
.pc_subnav .lastli p {
	letter-spacing: 0.1em;
}
.pc_subnav div {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,153,153,0.5);
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.pc_subnav p {
	font-size: 24px;
	font-weight: bold;
	
	position: relative;
	top: 20px;
	margin-top: 46%;
	letter-spacing: 0.5em;
	
}
nav a:hover {
	opacity: 0.5;
}
#subNav a:hover {
	cursor: pointer;
}
@media screen and (max-width:640px) {
header {
	height: 60px;
	margin-left: 0;
}
h1 {
	position: absolute;
	float: none;
	padding-top: 0;
	left: 50%;
	top: 33%;
	width: 144px;
	margin-left: -50px;
	height: 48px;
}
nav{
	display: none;
}
#topImage {
	height: 100vh;
	width: 100%;
	margin-bottom: 0;
	background: url(../images/kamikita_topimg_03.jpg) center 60px no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
.logo {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -115px;
	display: block;
	text-align: center;
	width: 230px;
}
.kinkyu {
	font-size: 12px;
    margin: 100px 10px;
    border: none;
    letter-spacing: 0.1em;
}
#about {
	width: 100%;
	padding: 15px 0;
}
.aboutMain {
	
	padding: 50px 10px 35px;
}
.borderBottom {
	
	margin-top: 20px;
}
.left {
	float: none;
	width: 100%;
}
.right {
	float: none;
	width: 60%;
	margin: 20px auto;
}
.left p {
	text-align: center;
	line-height: 20px;
}
.w {
	font-size: 17px;
	
	margin-top: 0;
}
.m_80 {
	margin-top: 50px;
}
.time {
	font-weight: normal;
	
	margin-top: 50px;
}
.pc_subnav{
	display: none;
}
#subNav {
	width: 50%;
	margin: 0 auto;
}
#subNav p {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fefefe, -1px 1px 0 #fefefe, 1px -1px 0 #fefefe, -1px -1px 0 #fefefe;
	position: relative;
	top: 20px;
	margin-top: 46%;
	letter-spacing: 0.5em;
}
.mobile_subnav{
	display: block;
}
.mobile_subnav li{
	width: 150px;
	height: 150px;
	background-color: #5095CD;
	margin: 30px auto;
	text-align: center;
	font-size: 14px;
	padding-top: 65px;
	box-sizing: border-box;
	color: #fefefe;
}
.subNavPhoto1{
	background-image: url(../images/k_photo1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.subNavPhoto2{
	background-image: url(../images/k_photo2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.subNavPhoto3{
	background-image: url(../images/k_photo3.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

}
