@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

*{box-sizing: border-box;}

html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.6em;
	letter-spacing: 0.03em;
	color: #555;
	background: #e8eaf0;
}

/* Display Width Under 500px (for smatt phone) -------------------------------------------------------- */
#header{
	width: 100%;
	background: #1d235e;
}

#header h1{
	display: block;
	margin: 0 auto;
	padding: 10px;
	max-width: 1000px;
	overflow: hidden;
}

#header h1 #saiseikai_logo img{
	max-width: 320px;
	width: 75%;
}

#header h1 #ja_logo{
	display: block;
	overflow: hidden;
	float: right;
	padding-top: 20px;
}

#header h1 #ja_logo img{
	
}


#menu_open{
	padding: 12px 24px 12px 12px;
	background: #5157a5;
	color: #fff;
	text-align: right;
}

#menu{
	display: none;
	max-width: 1000px;
	padding: 12px 4px 8px 4px;
	margin: 0 auto;
}

#menu a{
	display: block;
	padding: 12px 12px 12px 6px;
	margin-bottom: 4px;
	background: #5157a5;
	border: #fff 1px solid;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	font-weight: 200;
	line-height: 0;
}

#privacy ul{
	list-style:none;
}

/* ------------------------------ */
.headline{
	display: block;
	max-width: 1000px;
	width: 100%;
	padding: 5px 12px 5px 12px;
	margin: 12px auto;
	margin-top: 50px;
	border-radius: none;
	background: #1d235e;
	border-top: #1d235e 2px solid;
	border-bottom: #5157a5 4px solid;
	font-size: 1.25rem;
	font-weight: normal;
	color: #fff;
}

.headline:nth-of-type(1){
	margin-top: 0px;
}

.contents{
	max-width: 1000px;
	padding: 0 12px 0 12px;
	margin: 0 auto;
}

.contents_cassette{
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 10px;
}

.caption{
	display: block;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 12px 8px 3px 12px;
	border-bottom: #5157a5 4px solid;
	color: #444;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1em;
}

.contents ul{
	padding: 0 14px 8px 2em;
	margin-left: 14px;
}

.contents .normal{
	padding: 0 14px 8px 16px;
	margin-bottom: 14px; 
}

.contents ul li{
	padding: 0 14px 4px 0;
	margin-top: 0; 
}

.contents p{
	padding: 0 14px 8px 2em;
}

.contents h4{
	padding: 0 14px 0 2em;
	margin-bottom: 0
	font-weight:bold; 
	}

#footer{
	width: 100%;
	padding: 0 12px 0 12px;
	background: #1d235e;
	color: #fff;
}

#sitemap_head{
	padding: 6px 8px 1px 8px;
	border-bottom: #5157a5 2px dashed;
}

#sitemap_links{
	padding: 12px 4px 8px 4px;
	border-bottom: #5157a5 2px dashed;
}

#sitemap_links a{
	display: block;
	padding: 12px 12px 12px 6px;
	margin-bottom: 4px;
	background: #5157a5;
	border: #fff 1px solid;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	line-height: 0;
}

#sitemap_links a img{
	vertical-align: 0px;
}

#signature{
	margin-top: 12px;
	padding: 12px;
	font-size: 1rem;
	line-height: 1.5em;
	border-radius: 4px;
	background: #fff;
	color: #777;
}

.small{
	font-size: 0.8rem;
	line-height: 1.5em;
}

#footer_JIH{
	margin-top: 12px;
	text-align: center;
}

#footer_JIH img{
	max-width: 180px;
	width: 100%;
}

#copyright{
	font-size: 0.4rem;
	line-height: 1.3em;
	text-align: center;
	padding: 12px;
}

.sp_only{
	display: initial;
}

.pc_only{
	display: none;
}






/* Display Width Over 500px (for Tablet) -------------------------------------------------------- */
@media only screen and (min-width: 500px){

#header h1 #JIH_logo img{
	height: 70px;
}

.sp_only{
	display: none;
}

.pc_only{
	display: initial;
}

}

/* Display Width Over 800px (for PC)-------------------------------------------------------- */
@media only screen and (min-width: 800px){

#menu_open{
	display: none;
}

#menu{
	display: block !important;
	padding: 0px 4px 8px 4px;
	text-align: center;
}

#menu_innner{
	display: inline-block;
	padding: 0 1px 1px 1px;
	overflow: hidden;
}

#menu a{
	display: block;
	float: left;
	padding: 12px 12px 12px 12px;
	border-top: none;
	border-left: none;
	border-radius: 0;
	font-weight: 100;
}

#menu a img{
	display: none;
}

#menu a:first-of-type{
	border-radius: 0 0 0 4px;
}

#sitemap_head{
	text-align: center;
}

#sitemap_links{
	text-align: center;
}

#sitemap_links a{
	display: inline-block;
}

#signature{
	text-align: center;
}

}

/* Acsess-------------------------------------------------------- */
.map_canvas{
	width: 80%;
	height: 80%;
	margin: 0 auto;
}

.map_canvas {
position: relative;
padding-top: 75%;
height: 0;
overflow: hidden;
}
.map_canvas iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#googlemap_wrap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#googlemap_wrap iframe,
#googlemap_wrap object,
#googlemap_wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Display Width Over 800px (for PC)-------------------------------------------------------- */
@media only screen and (min-width: 1015px){

.headline{
	border-radius: 4px;
}

}