@media only screen and (max-width: 767px) {

	html {
	}
	body {
		font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
		color: #231815;
		font-weight: 500px;
	}
.hamburger-menu {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background: #598f35;
  position: absolute;
  top: 65px;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #ffffff;
}
.navigation__list-item:first-child {
  border-top: solid 1px #ffffff;
}
.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
	.header-area {
		position: fixed;
		top: 0;
		width: 100%;
		background: #ffffff;
		border-bottom: 12px solid #598f35;
		z-index: 5;
	}
	header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding-top: 0;
		width: 100%;
		height: 65px;
		max-width: 980px;
		background: #ffffff;
	}
	.header-logo {
		margin: 0 10px;
		width: 50%;
		max-width: 200px;
	}
	.header-logo img {
		width: 100%;
	}
	.header-menu {
		display: none;
	}
	.header-snsico {
		display: none;
	}
	.header-snsico ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}
	.header-snsico li {
		position: relative;
		width: calc(100% / 2);
		list-style: none;
	}
	.header-snsico li:hover {
		background: #dcdddd;
	}
	.header-snsico li img {
		margin: auto;
		padding: 6px;
		width: 36px;
	}

	.main-area {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		/*background: #ff0;*/
	}
	.scroll {
		display: block;
		position: absolute;
		top: 20px;
		right: 50px;
	}
	@media only screen and (max-width: 1050px) {
		.scroll {
			display: none;
		}
	}

	.main {
		margin: 0 auto;
		width: 100%;
		/*height: 1000px;*/
		max-width: 920px;
		background: #ffffff;
	}

	footer {
		margin: 0;
		padding: 35px 0 50px 0;
		width: 100%;
		background-image:url("../img/footer-bg.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.footer-menu {
		display: flex;
		margin: 0 auto;
		width: calc(100% - 20px);
	}
	.footer-menu ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		padding: 0;
	}
	.footer-menu li {
		position: relative;
		width: calc(100% / 3);
		list-style: none;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 1em;
		border-left: 1px solid #ffffff;
	}
	.footer-menu li a {
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-decoration: none;
		color: #ffffff;
	}
	.footer-menu li:hover {
		background: #dcdddd;
	}
	.footer-menu li:nth-child(1),
	.footer-menu li:nth-child(2),
	.footer-menu li:nth-child(3) {
		margin-bottom: 17px;
	}
	.footer-menu li:nth-child(3),
	.footer-menu li:nth-child(6) {
		border-right: 1px solid #ffffff;
	}
	.footer-logo {
		display: block;
		margin: 25px auto;
		width: 30%;
		max-width: 300px;
	}

	.footer-info {
		color: #ffffff;
		font-size: 14px;
	}
	.footer-info p {
		padding: 2px 0;
		text-align: center;
	}
	.copyright {
		margin: 50px 0 0 0;
		padding: 0;
		text-align: center;
		font-size: 12px;
		color: #ffffff;
	}
	.sp-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 43px;
		display: flex;
		background-color: #598f35;
		border-top: 1px solid #ffffff;
		box-sizing: border-box;
	}
	.sp-footer-item {
		position: relative;
		margin: 0;
		padding: 0;
		width: 50%;
	}
	.sp-footer-item:first-child {
		border-right: 1px solid #ffffff;
	}
	.sp-footer-item img {
		margin: auto;
		padding: 8px 0 0 0;
		width: 30px;
	}
	.sp-footer-item a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


}





