@charset "utf-8";
/* CSS Document */

/* common&reset */


body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

ul, li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0 none;
}
a {
	text-decoration:none;
	color: #00afff;
}

body{margin:0;padding:0;
	background:url(bg.jpg) repeat-x;
	background-size:contain;
	width:100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	color:#222;
	font-size:18px;
	font-weight:400;
}

html,body{
	width: 100%;
	}
a:hover img {
	opacity:0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
}
section {}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}



/*共通*/
.cf:after {
  display: block;
  clear: both;
  content: "";
}


/*インナー*/
.inner{width:1000px;margin:0 auto;}

/*フッター*/
footer{
	background:#000;
	color:#FFF;
	font-size:0.8em;
	padding:2% 0 70px;
	}
footer .left{float:left;}
footer .right{float:right;}
footer .right a{color:#FFF;padding-left:20px;display:block;background:url(../img/common/icon_gaibu.png) center left no-repeat;float:left;}
footer .right a.link1{width:10em;}
footer .right a.link2{width:5em;}

/*ページトップ*/
#pagetop {
    position: fixed;
    right: 5px;
    bottom: 10px;
    margin: 0;
	z-index:999;
}
#pagetop a {
    position: relative;
    display: flex;
    width: 45px;
    height: 40px;
    justify-content: center;
    background: rgb(255 166 80);
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
	line-height:1em;
    border-radius: 100%;
	padding-bottom:5px;
	right:0;
}
#pagetop a:hover {
    opacity: .3;
}

#pagetop  a.btm_contact{
	margin-bottom:10px;
	background:#036;
	width:60px;
	height:55px;
	margin-right:10px;
	float:left;
	
	}
#pagetop  a.btm_contact img{
	width:90%;
	display:block;
	position: relative;
	top: 1.5px;
	}

#pagetop  a.pagetop{margin:8px 0 0;}

@media screen and (max-width:767px) {
#pagetop a {
    width: 35px;
    height: 30px;
}
#pagetop{bottom:22vw;}
#pagetop  a.btm_contact{float:none;margin:0 auto 10px;}
#pagetop  a.pagetop{margin:auto;}

}



@media only screen and (max-width: 840px) {
body{font-size:21px;}
footer .left{float:none;text-align:center;padding:0;}
footer .right{float:none;width:300px;margin: 5% auto;}
}
