html,body,header,main,footer,div,p,ul,li,dl,dt,dd,a,span,h1,h2,h3,h4,h5,h6,video,iframe,section {
	padding:0;
	margin:0;
	box-sizing:border-box;
}
html,body {
	width:100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color:#000;
	text-decoration:none;
	display:inline-block;
}
ul {
	list-style:none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#sp-menu-button,
#sp-menu-hide-button,
#sp-map-wrapper {
	display:none;
}
.image-background {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
}
section h2,
section h3,
section p {
	text-align:center;
}
section h2 {
	font-size:35px;
	font-weight:bold;
	padding-bottom:20px;
	margin-top:-15px;
}
section h3 {
	font-size:24px;
	font-weight:bold;
	padding-bottom: 15px;
}
header {
	padding:10px;
	height:60px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
header section {
	float:left;
	width:30%;
}
header section h1 img {
	height:40px;
	width:auto;
}
header nav {
	float:right;
	width:70%;
	text-align:right;
}
header nav ul li {
	display:inline-block;
	padding-right:20px;
}
header nav ul li a {
	font-size:12px;
	padding: 0 0.7em;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
#social-wrapper {
	position:relative;
}
#social img {
	width: 17px;
	vertical-align: bottom;
}
#social:hover + #social-popup,
#social-popup:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
	left: -200px;
}
#social-popup {
	opacity:0;
	width:250px;
	position:absolute;
	top: 20px;
	padding:20px 0;
	left: 500px;
}

.background {
	opacity:0;
	min-height:1000px;
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-100;
}
.background-half-wrapper {
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:-100;
}
.background-half {
	font-size:0;
	height:100%;
	display:inline-block;
	width:50%;
	position:fixed;
	top:0;
	left:0;
	z-index:-100;
}
.background-half-wrapper .background-half:last-child {
	left:50%;
}
#home .background {
	background-image: url('../img/background2.jpg');
	z-index:-90;
	opacity:1;
}
#sprout .background-half {
	background-image: url('../img/sprout-background-1.jpg');
	z-index:-80;
}
#sprout .background-half:last-child {
	background-image: url('../img/sprout-background-2.jpg');
	z-index:-80;
}
#adm .background-half {
	background-image:url('../img/adm-background-1.jpg');
	z-index:-70;
}
#adm .background-half:last-child {
	background-image:url('../img/adm-background-2.jpg');
	z-index:-70;
}
#macaroni .background {
	background-image:url('../img/macaroni-background.jpg');
	z-index:-60;
}
#foodies .background {
	background-image:url('../img/foodies-background.jpg');
	z-index:-50;
}
#about .background {
	background-image:url('../img/about-background.jpg');
	z-index:-40;
}

.button {
	padding:50px 0;
	text-align:center;
}
.page {
	min-height: 1000px;
	padding-top: 100px;
}
.button a {
	background-color:#b2cfd2;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:15px 20px;
}
.button-gray a {
	background-color:#999;
}
.button a:hover {
	box-shadow:0 0 20px #ccc;
}
.background-margin {
	height:400px;
	width:100%;
}
#home ,
#news {
	padding-top:300px;
}
#news ,
#service,
#sprout,
#adm,
#macaroni,
#foodies,
#about,
#company-infomation,
footer {
	background-color:#fff;
}
#news-heading,
#news-all {
	display:inline-block;
	width:49%;
}
#news-all {
	font-size:0;
}
#news-all a {
	font-size:14px;
}
#news-list {
	margin-top:30px;
}
#news-list li {
	width:50%;
	margin:0 25%;
	padding-top:20px;
	font-size:0;
}
#news-list li span {
	display:inline-block;
	font-size:16px;
}
#news-list li .news-date ,
#news-list li .news-read-more {
	width:20%;
}
#news-list li .news-title {
	width:60%
}
#news-list li .news-read-more {
	border:1px solid #00f;
	text-align:center;
}
.service-links {
	width: 100%;
	height: 250px;
}
#service-images {
	font-size:0;
	width:92%;
	margin: 20px 4% 0;
}
#service-images > div {
	display:inline-block;
	width:48%;
	margin:1%;
	height:250px;
	position:relative;
}
#service-sprout {
	background-image:url('../img/service-sprout.jpg');
}
#service-adm {
	background-image:url('../img/service-adm.jpg');
}
#service-macaroni {
	background-image:url('../img/service-macaroni.jpg');
}
#service-foodies {
	background-image:url('../img/service-foodies.jpg');
}
#service-images > div div {
	z-index: 10;
	position: absolute;
	top: 95px;
	width: 100%;
}
#service-images > div div p {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#service-images > div div p:last-child {
	padding-top:5px;
	font-size:22px;
}
#service-adm > a div p {
  font-size: 20px;
  padding-top:25px !important;
}
#service-images > div p.service-image-overlay {
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.4;
	z-index:0;
	position: absolute;
	top:0;
	left:0;
}
#sprout-description,
#adm-description,
#macaroni-description {
	width:60%;
	margin:0 20%;
}
#macaroni-button-wrapper p {
	margin-top:20px;
}
#macaroni-button-wrapper #app-buttons {
	width:60%;
	margin:0 20%;
	font-size:0;
	padding-bottom:100px;
}
#macaroni-button-wrapper #app-buttons p {
  width: 80%;
  margin: 20px auto 0;
  font-size: 14px;
  text-align: center;
}
#macaroni-button-wrapper img {
	width:300px;
}
#macaroni-button a {
	border: 2px solid #000;
	border-radius:5px;
	padding:10px;
}
#video-wrapper {
	width:100%;
	height:450px;
	overflow:hidden;
	margin:100px 0;
}
#video-wrapper video {
	width:100%;
	margin-top:-200px;
}
.background-wrapper {
	font-size:0;
}
.background-wrapper > div {
	display:block;
	width:100%;
	height:450px;
}

#policy {
	font-size:24px;
	font-weight:bold;
	margin:100px 0 20px;
}
#policy-wrapper {
	font-size:0;
	background-color:#999;
  margin-top:30px;
}
#policy-wrapper section {
	width:33.3%;
	display:inline-block;
	border-left:1px solid #fff;
	padding:20px 0;
	vertical-align: top;
}
#policy-wrapper section:first-child {
	border:none;
}
#policy-wrapper section h3 {
	padding: 0 25px 10px;
	color:#fff;
	text-align:left;
}
#policy-wrapper section p {
	padding:0 25px;
	font-size:14px;
	color:#fff;
	text-align:left;
	line-height:1.7em;
}
#company-infomation {
	padding-bottom:10px;
}
#company-infomation-background {
	font-size:0;
}
#company-infomation-background div {
	width:50%;
	display:inline-block;
	height:450px;
	overflow:hidden;
}
#company-infomation-body {
	background-color:#b2cfd2;
	padding: 20px;
}
#company-infomation-body h2,
#company-infomation-body h3 {
	text-align:left;
}
#company-infomation-body dt,
#company-infomation-body dd{
	font-size:14px;
	display:inline-block;
	padding-top:10px;
  vertical-align: top;
}
#company-infomation-body dt {
	width:40%;
}
#company-infomation-body dd {
	width:60%;
}
#gallery-contact-wrapper {
	margin-top:80px;
	font-size:0;
}
#gallery-contact-wrapper section {
	display:inline-block;
	width:50%;
}
#gallery-contact-wrapper .button a {
	width:250px;
}
footer {
	padding:0 0 50px;
	text-align:center;
	font-size:12px;
}

/* ギャラリー */
#gallery {
	width:1000px;
	margin:0 auto;
	min-height: 700px;
	height: 700px;
}
#gallery ul {
	font-size:0;
}
#gallery ul li {
	display:inline-block;
	width:333px;
	padding:10px;
}
#gallery ul li img {
	width:100%;
	background-color:#ccc;
}
/* ギャラリーここまで */
