
/*****トップページ*******/
#header{
	width:100%;
	display:block;
	height:100%;
	background-size:100%;
	background-repeat:no-repeat;
	position:fixed;
	background-image:url("../images/common/back.jpg");
	margin:0 auto;
	z-index:-99;
}
#header_2{
	width:100%;
	display:block;
	height:100%;
	background-size:100%;
	background-repeat:no-repeat;
	position:fixed;
	background-image:url("../images/common/back2.jpg");
	margin:0 auto;
	z-index:-99;
}

h3.h3_sp span{
	display:none !important;
}
#sp_header{
	display:none !important;
}
.sp_concept{
	display:none !important;
}
.top_logo_back{
	position:absolute;
	background-image:url("../images/top/logo_back.png");
	width:250px;
	height:550px;
	left:100px;
}
.top_campaign{
	position:absolute;
	background-image:url("../images/top/logo_back.png");
	width:540px;
	height:auto;
	right:30px;
	bottom:30px;
	padding:10px;
}
#concept{
	width:98%;
	height:auto;
	background-image:url("../images/top/concept.jpg");
	background-position:bottom;
	margin:0 auto;
    /*box-shadow*/
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    
    /*ボックスのデザイン*/
    padding:80px 10px 80px 10px;
    border:1px solid #ccc;
	text-align:center;
}
.concept_box{
	margin:0 auto;
	width:1100px;
	background-color:#FFF;
	height:auto;
	padding:50px;
/*  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";*/

    /*box-shadow*/
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    
    /*ボックスのデザイン*/
    padding:80px 10px 80px 10px;
    border:1px solid #ccc;
	text-align:center;
}
table.menu th{
	color:#FFF;
	font-weight:bold;
	font-size:1.3em;
	text-align:left;
}
table.menu td{
	color:#FFF;
	font-size:1.2em;
	padding-left:15px;
	text-align:left;
}
#top_header ul{
	list-style:none;
}
ul.ml_20 li span{
	padding:0px 3px 0px 3px;
	background-color:#900;
	color:#FFF;
	font-size:12px;
}
#back_w{
	width:100%;
	background-color:#FFF;
	height:auto;
	margin:0 auto !important;
	text-align:center !important;
	padding:80px 10px 80px 10px;
}
.btn_kankou{
	padding:5px 10px 5px 10px;
	border:dotted #666 1px;
	width:200px;
	margin:0 auto;
}
/*****************matsu************************/
.matsu_box1{
	float:left;
	width:700px;
}
.matsu_box2{
	float:left;
	width:300px;
	height:auto;
	background-color:#FFF;
	padding:20px;
	text-align:left;
}
.matsu_box3{
	float:left;
	margin-left:20px;
	margin-top:40px;
	width:280px;
	text-align:left;
}

.sp_bar{
	display:none;
}
@media screen and (max-width: 640px) {
	#header{
	width:100%;
	display:block;
	height:100%;
	background-size:100%;
	background-repeat:no-repeat;
	position:fixed;
	background-image:none;
	margin:0 auto;
	z-index:-99;
}
#header_2{
	width:100%;
	display:block;
	height:100%;
	background-size:100%;
	background-repeat:no-repeat;
	position:fixed;
	background-color:#333;
	background-image:none;
	margin:0 auto;
	z-index:-99;
}
.side_bar{
	display:none;
}
.mein{
	margin-left:0px;
	float:none;
}

.r_bar{
	display:none;
}
.sp_bar{
	width:96%;
	padding:2%;
	display:block;
	margin:0 auto;
	text-align:center;
	background-color:#FFF;
	height:auto;
	/*background:url("../images/common/side_bar.jpg");*/
}
.sp_bar2{
	margin:0 auto !important;
	text-align:center !important;

}
table.menu{
	width:98%;
	margin-left:1%;
}
table.menu th{
	font-size:1.1em;
	width:45% !important;
}
table.menu td{
	font-size:1em;
	padding-left:10px;
	width:55% !important;
}


}