/* CSS Document */
@media screen and (max-width:828px) {
html, body{
	width: 100%;
	min-width: 320px;
}
img{
	max-width: 100%;
	height: auto;
}
#wrapper{
	width: 100%;
}
#sub_page {
	width: 100%;
	min-width: 320px;
	margin:27%  0 auto;
}
.contentInner .page-title p a {
	display: inline-block;
	font-size: 22px;
}
.contentInner h2 {
    margin: 30px 0 40px 0;
}
.navi{
	display: none;
}
.sp-dsp{
	display: block;
}
.pc {
	display: none;
}
/*header*/

#header{
	height: auto;
	position: fixed;
    top: 0;
    z-index: 999;
  padding-bottom: 0!important;
}
#header .headerinner {
	width: 100%;
}
.header_r , .header_l{
	display: none;
}
h1{
	color: #fff;

}
h1 span.sp-dsp{
	font-size: 16px!important;
	max-height: 999999px;
}
.pc_h1{
	display: none;
}
.sp_contact{
	float:right;
	margin: 16px;
	z-index: 120;

}
.txt_contact{
	float:left;
	font-size: 16px;
	line-height: 1.4em;
}
.sp_contact ul{
	float:left;
}
.sp_contact ul a{
	font-size: 28px;
	color: #fff;
	background: #0C0F19;
	display:inline-block;
	width: 270px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	margin: 0 16px 0 0 ;

}
.sp_contact ul a:after{
	content: "052-324-3334";
}
.sp_contact ul a i{
	line-height: 40px;
	margin-right: 10px;
}
#header .headerinner .header_r {
    display: none;
}
#header .headerinner{
	height: auto;
}
.sp_logo{
	width: 55%;
	float: left;
	margin: 20px 0 20px 10px;
}
.menu_btn{
	width: 15%;
	float:right;
	margin: 20px 10px 20px 0;
}
.mail_btn {
	width: 15%;
	float:right;
	margin: 20px 10px 20px 0;
}
/*SP用menu*/
#menu_list{
	background: #00C8FC;
}
#menu_list li:first-child {
	background: #ff9933;
	font-weight: bold;
}
#menu_list li:first-child a {
	color: #ffffff;
}
#menu_list li{
	display: block;
	border-top: 1px solid #ccc;
	line-height: 80px;
	font-size: 30px;
	text-align:center;
}
.conbg02{
	position:relative;
}
.conbg02 p {
   position: absolute;
   bottom: 0;

}
.conbg02 p.anime {
	width: 65%;
	margin: 0 0 70px 250px;
}
}
