@charset "utf-8";

body {
	font-family: "メイリオ", Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	line-height: 1.4em;
}

#container {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 20px;
}

#footer {
	width: 100%;
	font-size: 10px;
	float: left;
	color: #FFFFFF;
	text-align:center;
	line-height: 50px;
	height: 50px;
	background-color:#5d8ab3;
	margin-right: auto;
	margin-left: auto;
}


.g_navi {
	width: 25%;
	float: left;
}

img{
	max-width: 100%;
	height: auto;
}

#Hnavi_PC {
	height: 45px;
}

#gallery_list {
	padding-right: 30px;
	padding-left: 20px;
}

#facebook {
	width: 30px;
	height: auto;
	font-size: 10px;
	text-align: center;
	border-top-style: none;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #5D8AB3;
	text-decoration: none;
}
a:visited {
	color: #5D8AB3;
	text-decoration: none;
}
a:hover {
	color: #ACC4D9;
	text-decoration: none;
}

/*mobile用navi*/
a.white{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}


#slide {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

#slide img {
	position: absolute;
	left: 0;
	top: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

th {
	background-color: #f2f2f2;
	color: #333;
}

td {
	vertical-align: top;
}

td:first-child {
	font-weight: bold;
	width: 30%;
}

/*ハンバーガーメニュー*/
#input{
	display: none;
}

#input:checked ~ #content{
	transform: translate(0);
}

.menu-btn {
	position: fixed;
	top: 10px;
	right: 0px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #5d8ab3;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after{
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}

.menu-btn span:before{
	bottom: 8px
}
.menu-btn span:after {
	top: 8px;
}
#input:checked ~ .menu-btn span{
	background-color:rgba(255,255,255,0.00)/*メニューオープン時は真ん中の線を透明にする*/
}

#input:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#input:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}

#content{
	background-color: #5d8ab3;
	width: 100%;
	height: 920px;
	position: fixed;
	top: 0px;
	transform: translateX(120%);
	transition: all 0.5s;/*アニメーション設定*/
	z-index: 89;
}

#content ul{
	padding-top: 50px;
	padding-bottom: 100%;
	
}

#navigation {
	width: 85%;
}

#navigation li{
	width: 85%;
	height: 20px;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

@media(min-width: 599px){
	#Hnavi_mobile{
		display: none;
	}
}

@media(max-width: 599px){
	#Hnavi_PC{
		display: none;
	}
	#header{
		display: none;
	}

}

