@charset "UTF-8";
@font-face {
  font-family: 'design_plus';
  src: url('../fonts/design_plus.eot?v=1.3');
  src: url('../fonts/design_plus.eot?v=1.3#iefix') format('embedded-opentype'),
       url('../fonts/design_plus.woff?v=1.3') format('woff'),
       url('../fonts/design_plus.ttf?v=1.3') format('truetype'),
       url('../fonts/design_plus.svg?v=1.3#design_plus') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*===== COMPASS =====*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
    background-color: #7ec034;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
img{
	vertical-align: bottom;
}
a img {
  border: none;
}
@media (min-width: 768px){.spbr{display: none;}}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
body *{
	box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
article{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 80px;
}

header{
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
}
header article{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	padding-top: 0;
}
header .logo{
	padding: 10px;
}
header nav{
	flex: 1;
	text-align: right;
	padding-top: 18px;
	padding-bottom: 1em;
}
header nav a img{
	margin: 0 1em;
}

section{
	padding: 80px 0;
}
section article{
	text-align: center;
	padding: 0 30px 30px;
}
h2{
	margin-bottom: 2.4em;
}
#main{
	xheight: 100vh;
	text-align: center;
	xpadding-bottom: 10vh;
	padding: 0 0 0;
	box-sizing: border-box;
	background-color: #ffebed;
	overflow: hidden;
}
#main img{
	width: 100%;
}
#about{
	padding-bottom: 54px;
	background-color: #7ec034;
}
#about article{
	padding-bottom: 0;
}
#about h2{
	margin-bottom: 0;
}
#hello{
	background-color: #79dcee;
}
#hello article{
	border-radius: 24px;
	background-color: #fff;
	padding: 64px 30px;
}
#hello .text{
	font-size: 1.4em;
	color: #666;
	text-align: left;
	padding: 1em 2em;
	line-height: 1.7;;
}
#hello .img{
	padding-top: 2em;
}
#flow{
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}
#flow article{
	border-radius: 24px;
	background-color: #fff;
	padding: 64px 30px;
}
#area{
	background-color: #fff;
	padding: 0;
}
#area article{
	border-radius: 24px;
	background-color: #fff;
	padding: 64px 30px;
}
@media screen and (min-width:769px){
#flow article{
	position: relative;
}
#flow .flow01{
	display: none;
}
#flow .flow02{
	position: absolute;
    background: #000;
    width: 385px;
    height: 66px;
    right: 81px;
    top: 220px;
}
#flow .flow02 img:hover{
	filter: brightness(120%);
}
#area .img{
	margin-bottom: 32px;
}
#area .img:last-child{
	margin-bottom: 0px;
}
}
#access{
	padding-bottom: 0;
	background-color: #7ec034;
}
#access img{
	max-width: 100%;
}
#access .gmap{
	padding: 20px;
}
#access .gmap a{
	display: inline-block;
	color: #fff;
}
#access .address{
	line-height: 1.7;
	color: #fff;
}
#contact{
	border-top: #fff 3px double;
}
#contact,footer{
	padding: 0;
	background-color: #7ec034;
}
#contact article{
	padding-top: 39px;
	padding-bottom: 1px;
}
footer{
	color: #fff;
}
footer small{
	display: block;
	text-align: center;
	padding: 12px 0;
	font-weight: normal;
}
footer small span{
	display: inline-block;
	background-color: #fff;
	color: #7ec034;
	font-size: 0.8em;
    padding: 0.3em;
    vertical-align: 2px;
}
.footer_bar{
	display: none;
}
footer .btn-gotop {
    cursor: pointer;
    position: fixed;
    background: #7ec034;
    bottom: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
}

	.hamburger{display: none !important;}
@media screen and (max-width:768px){
img{
	max-width: 100%;
	height: auto;
}
section {
	padding: 10px;
}
section article{
	width: 100%;
	max-width: 100%;
	padding: 10px !important;
}
section#about,
section#about article{
	padding: 10px 0 !important;
}
header article{
	height: 0;
	overflow: visible;
}
header{
	background: none;
	height: 0px;
	position: static;
}
header .logo{
	width: 66.666%;
	margin: 1vh 1.5vw;
	position: relative;
	z-index: 2;
	padding: 10px 5px;
}
#main {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #7ec034;
}
#main img{
	position: relative;
}
.nav_orverlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
	background-color: rgba(255,255,255,.5);
}
.nav_orverlay.open{
	opacity: 1;
	pointer-events: all;
	z-index: 98;
}
nav{
	position: fixed;
	top: 0;
	right: 0;
	width: 70vw;
	z-index: 100;
	overflow: visible;
	transform: translateX(100vw);
	transition-duration: 0.4s;
}
nav.open{
	transform: translateX(0vw);
}
nav a{
	display: block;
	width: auto;
	margin-bottom: 1em;
}
nav a img{
	padding: 5px;
	border-radius: 14px 0 0 14px;
	background: #7ec034;
}
.nav_btn{
	position: fixed;
	right: 0;
	top: 0;
	padding: 20px;
	opacity: 1;
	transition-duration: 1.4s;
	transition-delay: 0.4s;
	z-index: 99;
}
.nav_btn.hidden{
	opacity: 0;
}
.hamburger02 {
    position: relative;
    xmargin-top: 7px;
    xmargin-bottom: 7px;
    background: #7ec034;
    color: #fff;
    font-weight: bold;
    padding: 0.4em;
    border-radius: 4px;
    z-index: 9999;
}
footer .btn-gotop{
	display: none !important;
}
footer a{
	text-decoration: none;
	color: #ec7898;
}
footer span{
	margin-top: 10px;
}
#hello article{
	padding-top: 36px !important;
}
#hello .img{
	width: 60%;
	margin: 0 auto 36px;
}

#hello .text{
	font-size: 1em;
}
#area article{
	padding-top: 36px !important;
	padding-bottom: 26px !important;
}
#area .img{
	margin: 0px;
}
#area .img:last-child{
	margin: 0px 5% 0;
}

.dp-footer-bar {
  background: #ffffff;
  border-top: 1px solid #ddd;
  display: table;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  z-index: 9998;
}
.dp-footer-bar a {
  display: block;
  padding: 15px 0;
}

.dp-footer-bar-item {
  display: table-cell;
  vertical-align: middle;
}
.dp-footer-bar-item + .dp-footer-bar-item {
  border-left: 1px solid #ddd;
}
.dp-footer-bar-item a{
	display: block;
	text-decoration: none;
	color: #7ec034;
	font-size: 1.5em;
}
.dp-footer-bar-item:only-child .dp-footer-bar-icon {
  display: block;
  position: relative;
}
.dp-footer-bar-item:only-child .dp-footer-bar-icon:before {
  position: absolute;
  right: 15px;
}
.dp-footer-bar-icon:before {
  font-family: "design_plus";
  font-size: 20px;
  vertical-align: 0px;
  margin-right: 5px;
  color: #7ec034;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: "design_plus" !important;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-envelope:before {
    content: "\f0e0";
  vertical-align: -1px;
}
.icon-phone:before {
    content: "\f095";
  vertical-align: -2px;
}
#contact h2{
	margin-bottom: 0;
}
footer{
	padding-bottom: 72px;
}
}

@media screen and (min-width:769px){
	.dp-footer-bar{
		display: none !important;
	}
	.nav_btn{
		display: none !important;
	}
}

/*POLICY*/
#policy{
	background-color: #fff;
}
#policy article{
	text-align: left;
	line-height: 1.7;
}
#policy article ol{
	list-style: decimal;
	padding-left: 1em;
}
#policy article ol ol{
	list-style: lower-roman;
}

#policy article ul{
	list-style: disc;
	padding-left: 1em;
}
#policy article li{
	margin-bottom: 1em;
	font-size: 20px;
}
#policy article h2{
	padding-top: 1.6em;
	font-size: 30px;
	margin-bottom: 1.6em;
	border-bottom: #000 3px double;
}
#policy article h3{
	font-size: 20px;
	margin-bottom: .6em;
}
#policy article h4{
	font-size: 18px;
	margin-bottom: .6em;
}
#policy article p,
#policy article ul li{
	font-size: 16px;
	margin-bottom: .6em;
	color: #555;
}
#policy .text-center{
	text-align: center;
	padding-top: 30px;
}
#policy .text-center .btn{
	border-radius: 4px;
	background-color: #4e4e4e;
	color: #fff;
	font-size: 18px;
	padding: 8px 16px;
	text-decoration: none;
}
#policy .text-center .btn:hover{
	background-color: #888;
}
a.to{
	position: absolute;
	left: 50%;
	margin-left: 200px;
	top: 352px;
	display: block;
	width: 200px;
	padding: 10px 20px;
	border-radius: 100px;
	color: #19a2ae;
	border: #19a2ae 1px solid;
	text-decoration: none;
}
a.to:hover{
	background-color: #19a2ae;
	color: #fff;
}
@media screen and (max-width:768px){
	a.to{
		position: static;
		margin-left: auto;
		margin-right: auto;
	}
	#flow .text-center{
		text-align: center;
		padding: 20px;
	}
}