@charset "utf-8";
#sp_box {
  position: relative;
  z-index: 99999;
  display: none
}

#spicon {
  position: fixed;
  right: 175px;
  top: 40px;
  width: 100px;
  height: 100px;
  z-index: 9999;
  cursor: pointer
}

#spicon span {
  position: absolute;
  border-bottom: 2px solid #333;
  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%
}


#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
}



  #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: #333 !important;
	background-color: #f5f5f5;
	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: -1px;
    width: 100%;
    color: #333;
    display: block;
    bottom: 24px;
    font-size: 10px;
}


#center_box li {
  padding: 10px;
  border-bottom: 1px dashed #333;
  margin: 0 40px;
}


#center_box a {
    color: #333;
    font-size: 20px;
    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
}
#center_box li:nth-child(11) {
  transition-delay: 0.6s
}
#center_box li:nth-child(12) {
  transition-delay: 0.65s
}
#center_box li:nth-child(13) {
  transition-delay: 0.7s
}

.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: 1200px) {
  #sp_box {
    display: block
  }
  #spicon {
    position: fixed;
    right: 0;
    top: 25px;
    width: 100px;
    height: 100px;
}
  .fa-mobile-alt {
    font-size: 26px
  }

#spicon span:nth-child(1) {
  top: calc(32px - 5px);
}

#spicon span:nth-child(2) {
  top: calc(41px - 5px);
}

#spicon span:nth-child(3) {
  top: calc(50px - 5px);
}
	
  #close {
    bottom: 30px !important;
    font-size: 10px !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;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    display: table;
    height: 100%
  }
  #center_box .page_link {
    display: block;
    vertical-align: middle;
	width: 100%;
  }
  #center_box li {
    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: 37px;
    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 a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}
  #center_box #contact_m a {
    font-size: 14px
  }
  .etentou {
    position: absolute;
    top: 110px;
    left: 11%;
    width: 40px;
    height: auto
  }
#spicon {
    position: fixed;
    right: 15px;
    top: 23px;
    width: 50px;
    height: 50px;
}
#close {
    bottom: -5px !important;
    font-size: 10px !important;
    left: 3px;
}
}

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

#spicon {
    position: fixed;
    right: 0;
    top: 28px;
    width: 60px;
    height: 60px;
}
#close{
	display: none!important;
}
#center_box li {
    padding: 8px;
    border-bottom: 1px dashed #333;
    margin: 0 40px;
}
#center_box {
    text-align: center;
    position: fixed;
    color: #333 !important;
    background-color: #f5f5f5;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: scroll;
    padding: 100px 0;
}
	
}

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

#spicon {
    position: fixed;
    right: 4px;
    top: 26px;
    width: 50px;
    height: 50px;
}
#close{
	display: none!important;
}
	
}

@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
  }
}