@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

.header {
  height: 65px;
}

/*.page-title {
  color: rgb(16, 65, 122);
  font-size: 2.2rem;
  text-transform: none;
  font-weight: normal;
  font-family: 'Lobster', cursive;
  line-height: 35px;
  padding-top: 20px;
  margin-bottom: 12px;
}

.page-title-2 {
  color: #008b80;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: bold;
  line-height: 10px;
  margin-bottom: 20px;
  border-bottom: 1px rgb(219, 219, 219) solid;
  width: 100%;
  padding-bottom: 8px;
}*/

.header-site-menu {
  display: none;
}
/*
.site-menu ul {
  display: flex;
  line-height: 35px;

}

.site-menu ul li {
  margin-right: 20px;
  font-family: 'Ysabeau SC', sans-serif;
  font-size: 14px;
  font-weight: normal
}*/

.toggle-menu-button {
  display: none;
  background-color: #ffffff;
}



.footer {
  color: #ffffff;
  background-color: #797979;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

.site-menu2 ul {
  display: flex;
  line-height: 40px;
}

.site-menu2 ul li {
  margin-right: 20px;
  font-family: 'Ysabeau SC', sans-serif;
  font-size: 16px;
  font-weight: normal
}


@media (max-width: 800px) {
  
/*  .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 8%;
      z-index: 10;
    }  
  
    .page-title {
      line-height: 10px;
      padding-top: 20px;
      margin-bottom: 8px;
      font-size: 25px;
    }
  
    .page-title-2 {
      font-size: 12px;
      padding-bottom: 1em;
      line-height: 5px;
    }

    .header-site-menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      color: #ffffff;
      background-color: #86ad90;
      padding-bottom: 10px;
      display: none;      
    }
   
    .site-menu ul {
      display: block;
      text-align: center;
    }
  
    .site-menu ul li {
      margin-top: 20px;
      margin-bottom: 12px;
      line-height: 0.3;
      font-size: 17px;
      font-weight: bold;
    }
  
    .toggle-menu-button {
      display: block;
      width: 14%;
      height: 2em;
      background-image: url(../images/common/icon-menu.png);
      background-size: 50%;
      background-repeat: no-repeat;
      border: none;
      border-radius: 0;
      outline: none;
      margin-left: 90%;
      margin-top: -5%;
      background-color: rgb(185,213,218);
    }
  
    .header-site-menu.is-show {
      display: block;
    }
  
    .main {
      padding-top: 0;
    }*/
  
    .footer {
      display: flex;
      margin-top: 12%;
     }

      .site-menu2 ul {
        display: block;
        text-align: center;
      }
    
      .site-menu2 ul li {
        line-height: 1.8;
        font-size: 4vw;
        margin: auto;
        font-weight: bold;
      }

      .copyright {
        padding: 10px;
      }
    }