@charset "utf-8";
#sp_box {
  position: relative;
  z-index: 99999;
  display: none
}

#spicon {
  position: fixed;
  right: 175px;
  top: 40px;
  background-image: url(../images/aorange.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  z-index: 9999;
  cursor: pointer
}

#spicon span {
  position: absolute;
  border-bottom: 2px solid #67af6e;
  width: 28px;
  height: 2px;
  left: 35px;
  transition: all .4s
}

#spicon span:nth-child(1) {
  top: 32px
}

#spicon span:nth-child(2) {
  top: 41px
}

#spicon span:nth-child(3) {
  top: 50px
}

#spicon.m_active span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg)
}

#spicon.m_active span:nth-child(2) {
  opacity: 0
}

#spicon.m_active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-135deg);
  transform: translateY(-6px) rotate(-135deg)
}

#open_menu {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100%
}

#close {
  bottom: 20px !important;
  font-size: 12px !important
}

#center_box {
  text-align: center;
  color: #006b3a !important;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  display: table;
  height: 100%
}

#center_box .page_link {
  display: table-cell;
  vertical-align: middle
}

#close {
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #006b3a;
  font-size: 18px;
  display: none !important
}


  #open_menu {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%
  }
  #center_box {
    text-align: center;
    position: fixed;
	color: #fff !important;
	background-image: url(../images/ghai.jpg);
	background-size: contain;
	background-position: 50% 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: scroll;
    padding: 100px 0
  }
  #center_box .page_link {
    display: block;
    vertical-align: middle
  }


#open_menu {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100%
}


#center_box .page_link {
  display: block;
  vertical-align: middle;
}

#close {
    position: absolute;
    text-align: center;
    left: -21px;
    width: 100%;
    color: #fff;
    bottom: 15px !important;
    font-size: 16px !important;
}


#center_box li {
  padding: 5px 0;
	margin-top: 10px;
}


#center_box a {
  color: #67af6e;
  font-size: 24px;
  text-decoration: none;
  position: relative;
}
.rmenuspan{
	font-size: 14px;
}

#center_box span {
  display: inline-block;
  font-size: 18px
}

#center_box .ja {
  width: 120px;
  text-align: right;
  padding-right: 40px
}

#center_box .font10 {
  width: 120px;
  text-align: left;
  font-size: 28px;
  padding-left: 40px
}

#center_box li {
  position: relative;
  line-height: 1.8em
}

#center_box li, #center_box p, #center_box img {
  opacity: 0;
  top: 20px;
  transition: all .5s
}

#center_box li:nth-child(1) {
  transition-delay: 0.1s
}

#center_box li:nth-child(2) {
  transition-delay: 0.15s
}

#center_box li:nth-child(3) {
  transition-delay: 0.2s
}

#center_box li:nth-child(4) {
  transition-delay: 0.25s
}

#center_box li:nth-child(5) {
  transition-delay: 0.3s
}

#center_box li:nth-child(6) {
  transition-delay: 0.35s
}

#center_box li:nth-child(7) {
  transition-delay: 0.4s
}

#center_box li:nth-child(8) {
  transition-delay: 0.45s
}

#center_box li:nth-child(9) {
  transition-delay: 0.5s
}

#center_box li:nth-child(10) {
  transition-delay: 0.55s
}

.m_img {
  opacity: 0;
  transition: all .5s;
  transition-delay: 0.5s
}

#center_box .anime22 {
  opacity: 1;
  top: 0
}

#center_box p.anime22 {
  opacity: 1;
  top: 0
}

.m_img.anime22 {
  opacity: 1
}

#center_box .anime22 a {
  opacity: 1;
  top: 0
}

.sp_box {
  background-color: #FFF;
  padding: 20px;
  color: #000;
  width: 94%;
  max-width: 480px;
  margin: 0 auto
}

.sptel {
  padding-top: 5px
}

.sptel a {
  color: #1fa222 !important;
  font-size: 22px
}

#contact_m p {
  display: inline-block;
  margin: 0 5px
}

#contact_m a {
  display: block;
  background-color: #FFF;
  border-radius: 50px;
  text-align: center;
  width: 200px;
  color: #1fa222;
  padding: 10px 0
}

.fa-mobile-alt {
  font-size: 26px
}

@media only screen and (max-width: 1023px) {
  #sp_box {
    display: block
  }
  #spicon {
    position: fixed;
    right: 3%;
    top: 35px;
    width: 100px;
    height: 100px
  }
  .fa-mobile-alt {
    font-size: 26px
  }
  #open_menu {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%
  }
  #close {
    bottom: -20px;
    font-size: 14px
  }
  #center_box {
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    display: table;
    height: 100%
  }
  #center_box .page_link {
    display: table-cell;
    vertical-align: middle
  }
  #center_box li {
    padding: 10px 0;
    font-size: 14px
  }
  #center_box a:after {
    top: 10px
  }
  #center_box p {
    font-size: 12px
  }
  .m_img img {
    display: none
  }
  #sns_sp {
    position: absolute;
    left: 15px;
    top: 10px
  }
}

@media only screen and (max-width: 648px) {
#spicon {
    position: fixed;
    right: 3%;
    top: 27px;
    width: 60px;
    height: 60px;
}
  #spicon span {
    width: 20px;
    height: 2px;
    left: 19px
  }
  #spicon span:nth-child(1) {
    top: 16px
  }
  #spicon span:nth-child(2) {
    top: 22.7px
  }
  #spicon span:nth-child(3) {
    top: 31px
  }
  #spicon.m_active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg)
  }
  #spicon.m_active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg)
  }
  #close {
    bottom: 5px !important;
    font-size: 10px !important
  }
  #center_box a:after {
    top: 10px
  }
  #center_box .m_ac a:after {
    top: 10px
  }
  #contact_m p {
    display: inline-block;
    margin: 0 5px
  }
  #contact_m a {
    display: block;
    background-color: #FFF;
    border-radius: 50px;
    text-align: center;
    width: 130px;
    color: #1fa222;
    padding: 10px 0
  }
  #center_box #contact_m a {
    font-size: 14px
  }
  .etentou {
    position: absolute;
    top: 110px;
    left: 11%;
    width: 40px;
    height: auto
  }
#center_box li {
  padding: 5px 0;
}
#center_box a {
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

	
	
}

@media only screen and (max-width: 480px) {
#spicon {
    right: 2%;
    top: 29px;
}
}

@media only screen and (max-height: 600px) {
  #open_menu {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%
  }
  #center_box {
    text-align: center;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: scroll;
    padding: 100px 0
  }
  #center_box .page_link {
    display: block;
    vertical-align: middle
  }
}