@charset "UTF-8";
/* CSS Document */
/*共通部分-----------------------------------------------------------------------------------*/
html{
	font-size: 100%;
}
body{font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
line-height: 1.7;
color: #450506;
background-color: #E1CBCB;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
#menu{
	text-align: center;
	width: 100%;
	height: 100px;
	position: fixed;
	top:0;
	background-color: rgba(255,255,255,0.68);
}
h1{
	margin-top: 15px;
}
h2{
	font-size: 175%;
}

.home{
	margin-top: 0px;
}
.main-nav{
	display: flex;
	font-size: 1.0rem;
	text-transform: none;
	margin-top: -8%;
	list-style: none;
	color: #FFFFFF;
}
.main-nav li{
	margin-top: 0%;
	margin-left: 32px;
}
.main-nav a{
	color: #0C1A10;
}
.main-nav a:hover{
	color: #FFFFFF;
}
.page-header{
	justify-content: space-between;
}
.wrapper{
	color: #450506;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 70%;
}
/*HOME--------------------------------------------------------------------*/
.home-content{
	color: aliceblue;
	text-align: center;
	margin-top: -3%;
	
}
.home-content p{
	font-size: 1.125rem;
	margin: 10px 0 42px;
}
/*大きな背景画像--------------------------------------------------------------*/
.big-bg{
	background-size: cover;
	background-position: center top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#home{
	background-image: url("../183090/img/kona.jpg");
	min-height: 100vh;
}
.page-title{
	text-transform: none;
}
.location-map{
	width: 100%;
	margin-bottom: 0px;
}
footer{
	text-align: center;
}
footer hr{
	top:0;
	margin-bottom: 25px;
}
footer p{
	margin-bottom: 25px;
}