@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
	border: none;
}
body {
	font-size:10px;
	font-family: "メイリオ","ＭＳＰゴシック","ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height:1.5;
	}
#wrapper {
	overflow: hidden;
	background-color: #FFFFFF;
}
.sidebar{
	width: 248px;
	height: 100%;
}
.maincol{
	width: 100%;
}
.header-logo{
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	width:149px;
	height: 25px;
	font-size: 0;
	margin: 20px 0 0 10px;
}
.lnav ul li {
	margin: 5px 0 5px 20px;
}

.infobox {
	position: relative;
	width: 100%;
	padding: 70.0% 0 0 0; 
}
iframe{
	overflow: scroll;
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	border: none;
}
.gnavbox img{
	transition:all ease 1s;
	width: 100%;
}
.gnav a:hover img{
	filter:brightness(0.4);
}
h1,h2,h3{
	font-size: 14px;
}
ul{
	list-style-type: none;
}
h3{
	margin: 10px;
}
.your_location{
	color: purple;
}
/*ここからPC*/
@media screen and (min-width:640px){
	body {
	font-size:16px;
	}
h1,h2,h3{
	font-size: 20px;
}
.sidebar{
	position: fixed;
	float: left;
	width: 248px;
	height: 100%;
}
.maincol{
	float: right;
	width: 100%;
}
.maincol-container{
	margin-left: 248px;
}
.header-logo{
	margin: 40px 0 30px 10px;
}
.lnav ul li {
	margin: 10px 0 10px 20px;
}
.infobox {
	position: relative;
	width: 50%;
	padding: 55.4% 0 0 0; 
	float: left;
}
iframe{
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	border: none;
}
.gnavbox img{
	float: left;
	transition:all ease 1s;
	width: 50%;
}
.gnav a:hover img{
	filter:brightness(0.4);
}
}
/*ここまでPC*/
.topbox a:hover img{
	filter:brightness(0.4);
}
.topbox img{
	transition:all ease 1s;
	width: 100%;
}
.kaijyo {
	clear: left;
}
.subbox img{
	float: left;
	transition:all ease 1s;
	width: 50%;
} 
.subbox a:hover img{
	filter:brightness(0.4);
}
.lnav ul li,main_menu ul li{
    display: block;
    font-size: 105%;
    font-family: "soft mincho W5", "游明朝";
    line-height: 2.125;
    letter-spacing: 1px;
    cursor: pointer; 
}
.lnav ul li a{
	 display: block;
	 color: #000;
}
.lnav ul li a:link{
	color: #000;
    text-decoration: none;
	font-weight: bold
}
.lnav ul li a:hover{
	opacity: 0.3;
	transition:all ease 1s;
}
footer {}
.footer-containre {
	overflow: hidden;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background-color: #330033;
}
.copyright{
	float: left;
	margin: 0;
	font-size:0.8rem;
	color:#ffffff;
}
footer address{
	float: right;
	font-style: normal;
	font-size:0.8rem;	
	color: #ffffff;
}
h2 img{
	width: 100%;
}
