@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}

body {
  color: #0f643f; /* RGB */
  font-family:  "Noto Sans CJK JP Regular","YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  line-height: normal;
}
section h1 {
  font-size: 3.6rem;
  font-weight: 600;
}
section h2 {
  font-size: 1.8rem;
  font-weight: 600;
}

a:hover {
  opacity: 0.5;
}
a:visited {
	color: #A2DA2E;
}
a:link {
	color: #0f643f;
}
a {
  text-decoration: none;
}
.none{
  display: none;
}
*, *:before, *:after {
box-sizing: border-box;
}
header {
  position: fixed;
  z-index: 999999;
  top: 0px;
  right: 0px;
  left: 0px;
}
.background-yama1 {
  background-image: url("../image/background-yama-pc.png");
}
.header-background {
  background-color: #FFFFFF;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-position: center;
  margin: 0 auto;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  line-height: 1.0em;
}
.header-rogo {
  padding: 20px 0;
}
.header-ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.header-ul li {
  padding-right: 30px;
}
.header-border {
  border-left: 1px dashed;
}
.header-ul h4 {
  font-size: 1.2rem;
  line-height: normal;
}
.header-ul h3 {
  font-size: 1.8rem;
  line-height: normal;
}
.nav-drawer__title {
	display: none;
}
.globalMenuSp {
	display: none;
}
@media(max-width: 1025px) {
/*　ハンバーガーボタン　*/
	.globalMenuSp {
	display: block;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #0f643f;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
	.nav-drawer__title-img {
		width: 150px;
	}
	.nav-img-contact {
		width: 30px;
	}
	.nav-img-facebook {
		width: 30px;
	}
/* ナビ開いてる時のボタン */
.hamburger.active{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #FFFFFF;
  background: rgba(255,255,255,0.6);
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: rgba(255,255,255,0.6);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #0f643f;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#77ba9d;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #0f643f;
	font-weight: 400;
  padding: 10px 0;
  text-decoration :none;
}
 .nav-heater-icon {
		width: 5%;
	}
 .nav-heater-linkicon {
		width: 4%;
	}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
	.section-top-image-facebook-drawer {
		margin: 0px 0px 0 80px;
		max-width: 60px;
	}
		#nav-contact ul li h3 {
		margin-left: 40px;
		font-size: 1.6rem;
		font-weight: 500;
		color: #FFFFFF;
	}

.section-top-image-contact-drawer {
    margin: -50px 0;
    width: 50%;
    max-width: 100px;
	}
	#nav-contact ul li a img {
		height: 32px;
	}
	#nav-input:checked ~ #nav-close {
		display: block;
	}
	#nav-input:checked ~#nav-contact {
		transform: translateX(0%)
	}
.header-ul {
    display: none;
  }
  .header-background {
    text-align: left;
	  padding-bottom: 0px;
  }
  .header-rogo {
       margin: 15px 0 15px 20px;
    padding: 0;
    width: 150px;
  }
  .header-background {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
  footer {
    background-color: #0F643F;
    background-position: center;
    margin: 0 auto;
    padding: 50px 0 30px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    line-height: 1.0em;
    color: #fff;
    font-weight: 500;
  }
small {
	margin: 0 auto;
	font-size: 0.9rem;
}
  .footer-title ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer-title ul li {
    padding-right: 15px;
    color: #fff;
  }
  .footer-title ul li img {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-title h3 {
    line-height: normal;
    text-align: left;
    margin-bottom: 20px;
    text-decoration-line: underline;
    font-weight: 500;
  }
  .footer-title h4 {
    font-size: 1.4rem;
    line-height: normal;
    text-align: left;
    margin-bottom: 10px;
    text-decoration-line: underline;
    font-weight: 500;
  }
  .footer-name {
    background-color: #f3f2e0;
    border-radius: 50px;
    background-position: center;
    color: #0F643F;
    margin: 0 180px 50px;
    padding: 40px 0;
    background-repeat: no-repeat;
    vertical-align: bottom;
    line-height: 1.0em;
    font-weight: 500;
  }
  .footer-name ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  .footer-name ul li {
    margin-left: 30px;
  }
  .footer-name h2 {
    font-size: 1.8rem;
  }
  .footer-name-image {
    text-align: left;
    margin-bottom: 25px;
  }
  .footer-name-list-right {
    font-size: 1.4rem;
    text-align: left;
    line-height: normal;
  }
  .footer-name-list-right span {
    font-size: 1.2rem;
    color: #FFFFFF;
    background-color: #0F643F;
    border-radius: 8px;
    margin-left: 78px;
    padding: 0 10px;
    font-weight: 400;
  }
  .footer-name-list-right-map {
    margin-bottom: 30px;
  }
  footer {
    text-decoration: none;
}
   @media(max-width: 1023px) {
	     footer {
    background-color: #0F643F;
    background-position: center;
    margin: 0 auto;
    padding: 65px 20px 30px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    line-height: 1.0em;
  }
  .footer-title ul {
    display: block;
    margin-bottom: 45px;
  }
  .footer-title ul li img {
   display: none;
  }
  .footer-title h4 {
display: none;
	   }
  .footer-name {
    background-position: center;
    margin: 0 0 50px 0;
    padding: 40px 20px;
  }
  .footer-name ul {
    display: block;
  }
  .footer-name ul li {
    margin: 0 15px;
  }
  .footer-name h2 {
    font-size: 1.6rem;
	 font-weight: 500;
	  text-align: center;
	  margin-bottom: 30px;
  }
  .footer-name-image {
    text-align: center;
	  margin-bottom: 0px;
  }
  .footer-name-list-right span {
    font-size: 1.2rem;
    margin-left: 77px;
    padding: 0 10px;
	  font-weight: 300;
  }
  .footer-name-list-right-map {
    margin-bottom: 20px;
  }
	   .mail {
		   font-size: 1.3rem;
	   }
	   small{
		   margin-top: 50px;
		   font-size: 0.9rem;
	   }
	  }
.footer-a:link {
	color: #FFFFFF;
}
.footer-a {
  text-decoration: none;	
}
.footer-a:hover {
  opacity: 0.5;
}
.footer-a:visited {
	color: #FFFFFF;
}

/*ふわっとここから*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-25px);
  transition: all 1.5s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(25px);
  transition: all 1.5s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
/*ふわっとここまで*/
 /*ふわふわゆれる*/
.fuwafuwa {
  animation: fuwafuwa 2s infinite ease-in-out .4s alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

@media (max-width: 480px) {
  .member-button {
    position: absolute;
    top: 10px;
    right: -220px;
    text-align: center;
    background-color: #0f643f;
    width: 110px;
    height: 30px;
    font-size: 1.5rem;
    margin: 0 280px 100px 935px;
    border-radius: 100px;
    padding: 5px;
  }
}
@media (min-width: 481px) {
  .member-button {
    position: absolute;
    top: 10px;
    right: -120px;
    text-align: center;
    background-color: #0f643f;
    width: 110px;
    height: 30px;
    font-size: 1.5rem;
    margin: 0 280px 100px 935px;
    border-radius: 100px;
    padding: 5px;
  }
}
.member-button a{
  color: #FFF;
  vertical-align: middle;
}