  html,body {
    width:100%;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch
  }
  a {
    text-decoration: underline;
  }
  header {
    background-color:rgba(255,255,255,0.8);
  }
  header section {
    float:initial;
    width:100%;
    text-align:center;
  }
  header nav {
    float: initial;
    width: 100%;
    text-align: center;
    position: fixed;
    display: none;
    padding-top: 25%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: rgba(92,92,92,0.9);
  }
  header nav ul li {
    display:block;
    padding:0;
  }
  header nav ul li a {
    font-size:24px;
    display: block;
    padding: 10px 0;
    color:#fff;
  }
  #social-wrapper {
    display:none;
  }
  .background {
    min-height:300px;
    height:300px;
    position:static;
    top:initial;
    left:initial;
    opacity:1;
  }
  .background-half-wrapper,
  .background-half {
    position:static;
    top:initial;
    left:initial;
    opacity:1;
    height: 300px;
    width:100%;
    z-index:initial;
  }
  .background-half-wrapper .background-half:last-child {
    display:none;
  }
  #home {
    padding: 0;
    text-shadow: 0 0 10px #000;
    color: #fff;
    overflow-x: hidden;
    width:100%;
  }
  #home .background {
    position: absolute;
    top: 0;
    left: 0;
  }
  #news {
    padding: 70px 10px 20px;
  }
  .page {
    min-height:initial;
    padding-top:0;
  }
  .background-margin {
    display:none;
  }
  #service-images > div {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: 200px;
  }
  #service-images > div div {
    top:58px;
  }
  section h2 {
    margin-top:0;
    padding-bottom: 10px;
    font-size:24px;
  }
  section h3 {
    font-size:18px;
  }
  section p {
    padding:0 15px;
    text-align: left;
  }
  #news-list {
    margin:0;
  }
  #news-list li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
  }
  #news-list li .news-date,
  #news-list li .news-title {
    width:100%;
    display:block;
  }
  #news-list li .news-title a {
    text-decoration:underline;
  }
  #news-list li .news-read-more {
    display:none;
  }
  #sp-menu-button {
    display:block;
    position: absolute;
    top: 15px;
    left:15px;
    width: 30px;
    height: 30px;
  }
  #sp-menu-button img {
    width:30px;
    height:auto;
  }
  #sp-menu-hide-button {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #fff;
    line-height: 50px;
  }
  #news-heading {
    text-align:left;
    padding-bottom: 5px;
  }
  #news-all {
    text-align:right;
    padding: 0;
  }
  #sprout-description, #adm-description, #macaroni-description {
    width: 100%;
    margin: 0;
  }
  #macaroni-description {
    padding-top:20px;
  }
  #macaroni-button a {
    border:none;
  }
  #macaroni-button-wrapper img {
    width: 85%;
    padding: 10px 16px;
  }
  #macaroni-button-wrapper #macaroni-button img {
    width: 75%;
    border: 2px solid #000;
    border-radius: 5px;
  }
  #macaroni-button-wrapper #app-buttons {
    width: 96%;
    margin: 0 2%;
  }
  #video-wrapper {
    margin: 30px 0 25px;
    height:auto;
  }
  #video-wrapper video {
    margin:0;
  }
  #policy-wrapper section {
    width: 100%;
    display: block;
    border-left:none;
    border-bottom:1px solid #fff;
  }
  #policy-wrapper section:first-child {
    border-bottom:1px solid #fff;
  }
  #policy-wrapper section p {
    padding: 0 10px;
  }
  #map-wrapper {
    display:none !important;
  }
  #sp-map-wrapper {
    display:block;
    position: relative;
    padding-bottom: 70%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #sp-map-wrapper iframe,
  #sp-map-wrapper object,
  #sp-map-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #company-infomation-background div {
    height: auto;
    overflow: hidden;
    width:100%;
    display:block;
    padding-top: 20px;
  }
  #gallery-contact-wrapper section {
    display: block;
    width: 100%;
    margin-bottom:40px;
  }
  #gallery-contact-wrapper section .button {
    padding: 10px 0;
  }
  footer {
    padding: 0 0 10px;
    background-color: #b2cfd2;
    color: #fff;
    font-size:14px;
  }
  footer small {
    margin-top: 20px;
    display: block;
    font-size:12px;
  }
  #footer-links {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  #footer-links a {
    color:#fff;
    display: block;
    padding-top: 5px;
  }
  .footer-heading {
    padding-top:20px;
    font-size:18px;
  }
  #home-heading {
    padding-top:50%;
  }
  #service {
    padding-top:60px;
  }
  .service-links {
    height:200px;
  }
  #sprout,
  #adm,
  #macaroni,
  #foodies {
    padding-bottom:30px;
  }
  #sprout h2 ,
  #adm h2,
  #macaroni h2,
  #foodies h2,
  #about h2 {
    margin-top:-17px;
  }
  #macaroni-button-wrapper #app-buttons {
    padding-bottom:0;
  }
  .button a {
    text-decoration:none;
    text-shadow:none;
  }


	#gallery {
		width:100%;
		margin:10px auto;
		min-height: initial;
		height: auto;
		padding-top: 50px;
		margin-bottom: 50px;
	}
	#gallery ul li {
		display:block;
		width: 94%;
		margin: 0 3% 10px;
		height: 210px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position-x: 50%;
		background-position-y: 50%;
	}
	#gallery ul li a {
		width:100%;
		height:100%;
	}
	.lb-nav a.lb-next,
	.lb-nav a.lb-prev {
		opacity:1 !important;
	}
.recruit-background {
	width:100%;
	height:300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
}
.recruit-heading,
#recruit-body {
	text-align:center;
}
.recruit-heading {
	padding-bottom: 10px;
	font-size: 24px;
	margin-top:-17px;
	font-weight:bold;
}
#recruit-body p,
#recruit-body h3 {
	padding-bottom:20px;
}
.recruit-list-item {
	padding-bottom:20px;
	font-size:0;
	display:block;
}
.recruit-link {
	cursor:pointer;
	display:block;
}
.list-item-left {
	float:left;
	width:30%;
	box-sizing:border-box;
}
.list-item-right {
	float:right;
	width:70%;
	padding-left:10px;
	box-sizing:border-box;
	text-align: left;
}
.list-item-img {
	width:100%;
	height:100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
}
.recruit-title {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px !important;
	color:#3A83D0;
	text-decoration:underline;
}
.recruit-job-category {
	font-size:14px;
	padding-bottom:0 !important;
}
.category-item {
	padding:3px 5px;
	border:1px solid #2866A7;
	border-radius:3px;
	margin-right:10px;
	margin-bottom:5px;
	color:#2866A7;
	display: inline-block;
}

#privacy {
  padding: 70px 15px;
  font-size :16px;
}
#privacy h3 {
  font-size :22px;
  text-align: left;
}
#privacy .large_title {
  font-weight: bold;
}
