img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
	margin: 0px 0px 0px 0px;
    z-index: 10000;
}

.pc_hd{
display: none;
}

/*
==========================================================
header
==========================================================
*/

header {
    width: 1200px;
    height: 140px;
	margin: 0px auto;
}

header .logo{
background: url(../image/logo.png) no-repeat;
	background-size: 100%;
height: 41px;
width: 382px;
	position: relative;
	top:45px;
	left: 0%;
}
header .logo a{
	display: block;
height: 41px;
width: 382px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 80%;
	background-color: hsla(0,0%,100%,0.85);
}

.contents{
width: 100%;
background: #f7f8f8;
padding: 0;
margin: 0;
overflow: hidden;
}

header .menu_btn{
	position: relative;
	top: -5px;
	left: auto;
	float: right;
	margin: 0 0 0 6px;
	padding: 0;
	width: 220px;
}
header .menu_btn a{
	line-height: 55px;
	background: #e84709;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
header .menu_btn a:hover{
	background: #FF8200;
}
header .menu_btn button{
	line-height: 53px;
	background: #e84709;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
    font-size: 14px;
    border: 0px;
    border-radius: 0;
    width: 220px;
    margin: 0px;
    font-family: "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header .menu_btn button:hover{
	background: #FF8200;
}

/*
==========================================================
pushbar
==========================================================

.pushbar.from_right{
}
.pushbar.from_right ul{
	width: 100%;
	padding: 0;
	margin: 0px auto 20px;
}
.pushbar.from_right ul li{
	width: 100%;
	padding: 10px 0;
	margin: 0px;
	border-bottom: #e84709 dotted 1px;
	font-size: 16px;
}
.pushbar.from_right ul li a{
color: #e84709;
	text-decoration: none;
}
.pushbar.from_right ul li a:hover{
	color:  #FF8200;
}
.pushbar.from_right .close_btn{
	border: 0;
	color: #fff;
	background: #e84709;
	font-size: 12px;
	padding: 8px 10px;
}
*/

/*
==========================================================
drawer
==========================================================
*/
.drawer-nav{
}

.drawer-nav ul{
	width: 100%;
	padding: 0;
	margin: 0px auto 20px;
}
.drawer-nav ul li{
	width: 100%;
	padding: 10px 0;
	margin: 0px;
	border-bottom: #e84709 dotted 1px;
	font-size: 16px;
}
.drawer-nav ul li a{
color: #e84709;
	text-decoration: none;
}
.drawer-nav ul li a:hover{
	color:  #FF8200;
}
.drawer-nav .close_btn{
	border: 0;
	color: #fff;
	background: #e84709;
	font-size: 12px;
	padding: 8px 10px;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


/*
==========================================================
footer
==========================================================
*/
footer {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto 0px auto;
	overflow:hidden;
	clear:both;
	background: #EFE9DC;
	position: relative;
	bottom: 0;
	border-bottom: 5px solid #E10012;
}

footer .footer_logo{
	text-align: center;
	margin: 15px auto 0px auto;
}

footer .copyright{
	text-align: center;
	font-size: 12px;
	color: #333;
	margin: 0px auto 10px auto;
}


