@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width: 100%;
}
/* モバイルレイアウト : 480 px およびそれ以下. */


header {
	position: fixed;
	position: device-fixed;
	background-color: #4a1c1c;
	height: 60px;
	z-index: 9999;
	width: 100%;
	margin: 0px;
}
header hgroup h2 {
	width: 110px;
	margin: 10px auto;
	height: 40px;
}
#lh_menu {
	position: relative;
	display: block;
}
#lh_drawer_menu {
}

#lh_drawer_menu .toggle {
	display: block;
	position: absolute;
	top: -45px;
	z-index: 10000;
	width: 30px;
	left: 15px;
	float: left;
}
#lh_drawer_menu #nav {
	display: none;
	position: absolute;
	top: 0px;
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 0;
	left: 0px;
	overflow: auto;
	height: 100vh;
	z-index: 9999;
}
#lh_drawer_menu #nav .nav-menu  ul{
	display: none;
}
#lh_drawer_menu #nav .nav-menu li {
	display: block;
	float: none;

	padding: 0px;
	line-height: 3em;
	border-bottom: medium solid #9c824f;
}
#lh_drawer_menu #nav .nav-menu li a {
	background-color: #eae6db;
	color: #000;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
}
#lh_contact_menu {
	width: 30px;
	position: absolute;
	top: -45px;
	right: 15px;
	display: block;
}
#contents {
	padding-top: 70px;
}
footer {
	width: 100%;
	margin: 0px;
	color: #FFF;
	text-align: center;
	padding-top: 60px;
}
footer a:link{
	color: #FFF;
}
footer a:visited{
	color: #CCC;
}
#lf_jump {
	width: 33%;
	margin: 0px 5% 0px auto;
}
#lf_sns {
		background-color: #4a1c1c;
	padding: 5%;
}
#lf_sns nav ul {
	font-size: 0;
}

#lf_sns nav ul li {
	width: 50px;
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
}
#lf_menu {
		background-color: #4a1c1c;
	padding: 5%;
}
#lf_menu nav ul {
	font-size: 1em;
}

#lf_menu nav ul li {
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
	line-height: 2em;
}
#lf_corp  {
	background-color: #4a1c1c;
	padding: 10px 0px 20px;
}

#lf_corp h2 {
	width: 110px;
	margin: 0px auto 10px;
	height: 40px;
}
#lf_corp address {
	font-style: normal;
	font-weight: normal;
	line-height: 2em;
}
#lf_copy {
		background-color: #4a1c1c;
	line-height: 3em;
	border-top: 1px solid #FFF;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media print, screen and (min-width: 769px) { 
header {
	height: 90px;
	background-image: url(/img/layout/lh_bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 10% auto;
	background-color: #4a1c1c;
}
header hgroup h2 {
	width: 165px;
	margin: 15px auto;
	height: 60px;
}
#lh_menu {
	position: relative;
	display: block;
}
#lh_drawer_menu {


}

#lh_drawer_menu .toggle {
	display: none;
}
#lh_drawer_menu #nav {
	display: block;
	position: static;
	top: 0px;
	float: none;
	text-align: center;
	width: 100%;
	left: 0px;
	overflow: hidden;
	height: 40px;
	z-index: 1;
	margin: 0px;
	background-color: #eae6db;
	border-top: 5px solid #9c824f;
	border-bottom: 5px solid #9c824f;
}
#lh_drawer_menu #nav .nav-menu {
	margin: 0px auto;
	width: 1080px;
}
#lh_drawer_menu #nav .nav-menu li {
	display: inline-block;
	float: none;
	padding: 0px 0.5em;
	line-height: 40px;
	border-bottom: none;
	width: auto;
	text-align: center;
}
#lh_drawer_menu #nav .nav-menu li a {
	background-color: #eae6db;
	color: #000;
	display: block;
	font-size: 12pt;
	text-decoration: none;
}
#lh_contact_menu {
	top: -90px;
	height: 30px;
	width: 150px;
	text-indent: -10000px;
	background-image: url(/img/layout/plh_contact.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#lh_contact_menu a{
	display: block;
	height: 30px;
	width: 150px;
}
#contents {
	padding-top: 170px;
}


footer {
	width: 100%;
	margin: 0px;
	color: #FFF;
	text-align: center;
	height: 340px;
	padding-top: 30px;
	clear: both;
}
footer a:link{

}
footer a:visited{

}
#lf_jump {
	width: 176px;
	margin: 0px auto;
}
#lf_sns {
	background-color: #4a1c1c;
	padding: 0;
	font-size: 0px;
	margin: 0px auto;
	height: 120px;
}
#lf_sns nav ul {
	font-size: 0px;
	width: 280px;
	margin: 0px auto;
	padding: 25px;
	height: 50px;
}

#lf_sns nav ul li {
	width: 50px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	height: 50px;
}
#lf_menu {
	background-color: #4a1c1c;
	padding: 10px 0%;
	clear: both;
	height: 60px;
}
#lf_menu nav{
	padding: 0%;
	margin: auto;
	width: 680px;
}
#lf_menu nav ul {

}

#lf_menu nav ul li {
	display: inline;
	margin-right: 0.5em;
	margin-left: 0.5em;
	line-height: 30px;

}
#lf_corp  {
	padding: 20px 0px 40px;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
}
#lf_corp #lfc_inner {
	width: 880px;
	margin: 0px auto;
}


#lf_corp h2 {
	width: 110px;
	margin: 0px 10px 10px 0px;
	height: 40px;
	float: left;
}
#lf_corp address {
	text-align: left;
	line-height: 1.5em;
}
#lf_corp address br.break{
	display: none;

}
#lf_copy {
		background-color: #4a1c1c;
	line-height: 3em;
	border-top: 1px solid #FFF;
}
a:hover img{
 filter: alpha(opacity=90);
-moz-opacity:0.9;
 opacity:0.9;
 } 
}
