@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: 'Noto Serif JP', "游明朝体", 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
section h1 {
  font-size: 2.8rem;
}
section h2 {
  font-size: 2.4rem;
}
section h3 {
  font-size: 1.4rem;
  line-height: 4.2rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
.header {
  height: 50px;
  background-color: #fff;
  position: relative;
  
  
    width: 100%;
    margin: 0 auto;
}
.header_navigation {
  display: none;
}
@media(min-width:480px) {
  .header {
    max-width: 1440px;
    margin: 0 auto;
  }
}
/*ハンバーガーアイコン*/
#nav-drawer {
  padding: 12px 6.4% 0 0;
  text-align: right;
  position: relative;

}
#nav-open {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 22px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 30px;
  background-color: #777;
  display: block;
  content: "";
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
#nav-content {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 40%;
  max-width: 420px;
  height: 100%;
  background-color: #fff;
  text-align: left;
  padding: 15px 0 0 24px;
  transform: translateX(-105%);
  transition: 0.3s ease-in-out;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
}
@media(max-width:700px) {
  #nav-content {
    width: 76%;
  }
}
.nav-drawer__title {
  display: block;
  font-size: 2.0rem;
  font-weight: 600;
  color: #94990E;
  margin-bottom: 46px;
}
.nav-list__top {
  text-decoration: none;
  color: #94990E;
}
@media(max-width:320px) {
  .nav-list__top {
    font-size: 1.7rem;
  }
}
.nav-icon {
  padding-right: 6px;
  width: 20px;
  height: 20px;
}
.nav-drawer__link top {
  display: block;
}
#nav-content {
  padding: 15px 0 0 20px;
}
#nav-content ul li {
  margin-bottom: 36px;
}
#nav-content ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #94990E;
}
#nav-input:checked ~ #nav-close {
  display: block;
}
#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
}
@media(min-width:1040px) {
  #nav-drawer {
    max-width: 1040px;
    margin: 0;
    padding: 10px 13.8%;
    text-align: right;
    position: relative;
  }
}
.button {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0 60px 0;
}
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #333333;
  height: 50px;
  padding: 0 6% 0 6%;
  color: #333333;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn:hover {
  background: #333333;
  color: #fff;
}
a.btn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn:hover:before {
  border-color: transparent transparent transparent #fff;
}
.footer {
  max-width: 1440px;
  background-color: #E2E3CB;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  z-index: 2;
}
.footer__container {
  text-align: left;
  padding: 0 6.4%;
}
.footer__site-map {
  margin-bottom: 60px;
  float: left;
}
.footer__site-map ul {
  display: inline-block;
  margin-left: 10px;
}
.footer__site-map li {
  margin: 0;
  padding-bottom: 16px;
  display: block;
  font-size: 1.6rem;
  line-height: 3.4rem;
}
.footer__site-map li a {
  text-decoration: none;
  color: #94990E;
}
.footer__site-map li a:visited {
  color: #94990E;
}
.footer__sns_links {
  float: right;
}
.footer__sns_links img {
  width: 100%;
  padding-bottom: 40px;
}
.footer__npo-link {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 2.0rem;
  text-align: center;
  color: #94990E;
}
.footer__npo-linktext {
  width: 100%;
  text-decoration: none;
  color: #94990E;
}
.footer small {
  clear: both;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #9A9A9A;
}
@media(max-width:320px) {
  .footer__npo-linktext {
    font-size: 1.8rem;
    margin-top: 30px;
    margin: 0 auto;
  }
}
@media(min-width:760px)  {
  .footer {
    z-index: 2;    
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .footer__container {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: left;
}
  }
  .footer__site-map {
    float: left;
  }
  .footer__site-map ul {
    display: inline-block;
    margin-left: 10px;
  }
  .footer__site-map li {
    margin: 0;
    padding-bottom: 16px;
    display: block;
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  .footer__sns_links {
    float: right;
  }
  .footer__npo-link {
    clear: both;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 320px;
    font-size: 2.2rem;
    text-align: center;
    color: #94990E;
  }
  .footer__npo-linktext {
    text-decoration: none;
    color: #94990E;
  }
  .footer small {
    clear: both;
    display: block;
    text-align: center;
    padding-bottom: 30px;
    max-width: 1040px;
    margin: 0 auto;
  }

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(183, 40, 46, 0.5);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: 700;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 3%;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media (min-width: 375px) {
  #page-top {
  right: 6%;
}
}
@media (min-width: 400px) {
  #page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
  }
}
  @media (min-width: 1000px) {
  #page-top a {
    width: 60px;
    height: 60px;
    font-size: 4.0rem;
  }
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* 改行 */
.break_sp:after {
  content: "\A";
  white-space: pre;
}
@media(min-width:760px){
.break_tb:after {
  content: "\A";
  white-space: pre;
}
}
@media(min-width:1000px) {
  .break_pc:after {
    content: "\A";
    white-space: pre;
  }
}
@media(min-width:1200px) {
  .break_dt:after {
    content: "\A";
    white-space: pre;
  }
}

/*==================================================
ふわっ fadeUp
===================================*/


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
