@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body *{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 110%;
	font-weight: 200;
	color: #1C1C1C;
	overflow:hidden;
	padding-bottom: 0.2em;
}

a:hover, a:hover p, a:hover h2, a:hover img {
   opacity: 0.8;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 120%;
  font-weight: 500;
}

section#box1, section#box3, section#box5, section#box7 {
	width: auto;
	padding-top: 5em;
	background-size: 100% auto;
}

section#box2, section#box4, section#box6 {
	width: auto;
	padding-top: 5em;
}

section#box1, section#box2, section#box3, section#box4, section#box5, section#box6, section#box7 {
	padding: 7% 0;
}


a, a:hover, a:visited, a:link, a:active {
text-decoration: none;
color: #000;
}

#box1 p, #box2 div, #box3 div, #box5 div, #box7 div {
	width: 65%;
	margin: 0 auto;
}

#box1 p, #box3 p, #box5 p ,#box7 p{ /* 文章 */
		line-height: 1.5em;
		margin-bottom: 1em;
}


/* --- top --------------------------------------------------------- */

h1 {
	text-align: center;
	margin-bottom: 2em;
}

h1 img {
	width: 45%;
	height: 45%;
}

.background-hack {
	background: url(../img/01.jpg) no-repeat;
	background-size: 100% auto;
  z-index: -1;
  background-color: #ccc;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#box1 p{
	color: #fff;
}

#box1 p.btn{
	text-align:center;
}

#box1 p img {
	width: 12%;
	height: 12%;
}

#box2 {
background: #ececec;
color: #161616;
}

#box2 h2 {
	margin: 0;
}

#box2 p img {
	width: 70%;
	height: 70%;
	margin-bottom: 0.5em;
}

#box2 div.box {
	width: 82%;
	margin: 0 auto;
	text-align: center;
}

#box2 div.box div p.text {
	text-align: left;
}

#box2 div.box h3 {
	font-size: 0.7em;
	margin-top: 0.5em;
}

#box2 div.box div div.square {
	border: solid #1C1C1C 1px;
	padding: 3%;
}

#box2 div.box div.box_left,
#box2 div.box div.box_center,
#box2 div.box div.box_right {
	width: 33.3%;
}

#box2 div.box div.box_left {
	float: left;
	overflow:hidden;
}

#box2 div.box div.box_center {
	float: left;
	overflow:hidden;
}

#box2 div.box div.box_right {
	overflow:hidden;
}

/* --- About us ----------------------------------------------------- */

#box3 { /* 写真 */
background: url(../img/02.jpg) no-repeat left top;
background-size: cover;
}

#box4 {
background: #ececec;
text-align: center;
}

#box4 img {
	width: 65%;
	height: 65%;
}

/* --- Business ----------------------------------------------------- */

#box5 { /* 写真 */
background: url(../img/03.jpg) no-repeat left top;
background-size: cover;
}

#box6 {
background: #ececec;
text-align: center;
}

#box6 img {
	width: 50%;
	height: 50%;
}

/* --- Company ----------------------------------------------------- */

#box7 { /* 蔦写真 */
	background: url(../img/04.jpg) no-repeat left top;
	background-size: cover;
	position:relative;
}

dl {
	margin: 2em auto;
}

dt {
	display: block;
	float: left;
	width: 8em;
	margin-bottom: 1.5em;
	text-align: left;
	line-height:130%;
}

dd {
	display: block;
	margin-bottom: 1.5em;
	text-align: left;
	line-height:130%;
}

/* --- コピーライト -------------------------------------------------- */

.copy_small {
	position:absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 1.5em;
	font-size: 0.5em;
	padding: 0;
	width: 30%;
	text-align: center;
	letter-spacing:0.3em;
}



/* --- メニュー ----------------------------------------------------- */

#headbar {
   /* 上端に固定するCSS */
   position: fixed;
   top: 0;
   right: 5%;
   width: 33%;
   z-index: 1;
}

#headbar li {
	width: 33%;
	float:left;
	list-style-type: none;
	font-size: 80%;
	text-align: center;
	padding-bottom: 0.2em;
}

#headbar ul li img {
	display: block;
	margin: 10% auto 5%;
}

#headbar ul li a {
	font-weight:500;
}

/* --- ページトップへボタン ----------------------------------------- */

.page_top {
	position:fixed;
	bottom:5%;
	right:10%;
}

.page_top img {
	width: 65%;
	height: 65%;
}
