@charset "utf-8";

/* リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,address {
	margin: 0;
	padding: 0;
	margin: 0;
    padding: 0;
    line-height: 1.0;
	color: #555555;
    font-family:
	"ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "Hiragino Kaku Gothic Pro W3",
    "メイリオ",
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS P Gothic",
    sans-serif;
	overflow: hidden;
	
	font-family: 'Karla', sans-serif;
    font-family: 'Noto Serif JP', serif;
}



fieldset,img {
	border: 0;
	text-decoration: none;
}

table {
	border-collapse: collapse;border-spacing: 0;
}

a {
	overflow: hidden;
	text-decoration: none;
	outline: none;
	border: #FFF;
	color: #55555;
}

li {
	list-style: none;
}

ul li a img:hover {
  opacity:0.8;
}

	
html {
	height: 100%;
}


/* 背景 */
body {
	background-color: #FFFFFF;
	height: 100%;
	
}

#container {
	height: 100%;
  display: block;
}


/* ヘッダー */
.sidebar {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 200px;
	height: 100%;
}

.toggle{ font-family: Karla;
	     font-style: normal;
	     color: #606060;
	     font-size: 19px;
	     height: 25px;
}

.non-toggle{ font-family: Karla;
	     font-style: normal;
	     color: #606060;
	     font-size: 19px;
	     height: 25px;
}


.sidebar h1 {
	margin: 58px auto auto 56px;
	position: fixed;
}


.menu_s{ font-family: Karla;
	     font-style: italic;
	     color: #606060;
	     font-size: 19px;
	     height: 23px;
}


#sns {
	position: fixed;
	left: 64px;
	top: 420px;
}

#sns div { font-family: Karla;
	       font-style: normal;
	       font-size: 17px;
	       color: #606060;
	       border-bottom: solid 1px #606060 ;
	       height: 17px;
}


#sns ul {
	padding: 0px 5px 0px 5px;
	clear: both;
}

#sns ul li {
	margin: 16px 18px 20px 0px;
	float: left;
}

address {
	position: fixed;
	width: 150px;
	left: 60px;
	top: 519px;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	letter-spacing: -0.1px;
}


/* ナビゲーションメニュー */

.nav {
	top: 200px;
	left: 64px;
	width: 200px;
	position: fixed;
}
	
.nav a {
    display: block;
}
		
.nav .child {
    display: none;
    margin: 0px;
    padding: 0;
    background: #FFFFFF;
    border: 0; 
}
		
.nav .child {
      background: #FFFFFF;
}
			
.nav .child:hover {
      background: #FFFFFF; 
}
				
.nav .child > li {
      margin: 5px 0;
      padding: 0px 0px 0px 7px;
			background: #FFFFFF;
      border-bottom: 0; 
}

			
.nav .child > li:last-child {
  border-bottom: 0; 
}


.child {
    display: none;
}

.none {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.toggle img:hover {
  opacity:0.8;
}

/* トップページ */
top_img.html body {

}

#top_content {
	position: fixed;
	top: 57px;
	left: 305px;
}

#topimg{
}

#topimg ul li img {
	width: calc(100% - 250px);
	min-width: 370px;
	height: auto;
}


/* フッター */
footer {
	width: auto;
	height: auto;
}

#index_footer {
	width: auto;
	height: 730px;

}

#info_footer {
	height: inherit;
}



