@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォン向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* common.css
----------------------------------------- */
body {
    /*  font-family: Helvetica, '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;*/
    font-family: "tbudgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #201E1E;
    line-height: 1.9;
    text-align: left;
    -webkit-text-size-adjust: 100%;
/*
   overflow-x: hidden;
   overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
*/
}
a {
  color: #201E1E;
  text-decoration: none;
}
a:hover {
  color: #0DB107;
  text-decoration: none;
}
a[target=_blank] u {
  padding-right: 20px;
  background: url("../img/icon_blank.svg") right center/20px auto no-repeat;
}/* header
----------------------------------------- */
header {
  margin-bottom: 0px;
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 10px 0px 20px #96E60A44;
  box-shadow: 10px 0px 20px #96E60A44;
}
header #inner {
  margin-bottom: 0px;
}
header h1 {
  margin: 20px 0 25px 0;
  text-align: left;
}
nav {
  margin-bottom: 0px;
}
nav li {
  float: left;
  width: 19%;
  border-bottom: 2px solid #00A29A;
  text-align: center;
  padding-top: 20px;
  white-space: nowrap;
}
nav li:last-child{
  width: 10%;
}
nav li:last-child a{
  padding-top: 28px;
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
nav li.home{
  width: 12%;
  margin-right: 2%;
}
nav li.home a{
  padding-top: 28px;
  background-image: url( "../img/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
nav ul li a {
  display: block;
  width: 100%;
  padding: 6px 0;
/*  font-family: 'Lato', sans-serif;*/
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
}

nav li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}
nav li a:hover{
	color:#00A29A;
}

nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:#00A29A;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 2);
    transform-origin: left top;
}
nav li a:hover::after {
    transform: scale(1, 1);
}

.header-nav__item a {
  color: #333;
}

/* カレント表示 */
.header-nav__item.current a {
  color: #00A29A;
  border-bottom: 3px solid #00A29A;
  font-weight: bold;
}

/* contents */
#main h2.ttl {
  font-family: "vdl-yotag", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00A29A;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 10px;
  margin-top: 100px;
  text-shadow: 0px 6px 10px #96E60A88;
/*  white-space: nowrap;*/
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

#main h3.ttl {
  font-family: "vdl-yotag", sans-serif;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 5px;
}
#main p.ttl{
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
  letter-spacing: 3px;
  color: #000000;
}
.under{
  background: linear-gradient(transparent 50%, yellow 50%);
  font-weight: bold;
}
.toTop{
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 80px;
  z-index: 10;
}

/* footer */
#copyright {
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  color: #6A6A6A;
}

/* SNS sp */
#sns {
  width: 95%;
  margin: 0 auto;
}
#sns p{
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 10px;
}
#sns img{
  width: 50%;
  margin: 0 auto 10px auto;
  display: block;
}

#contact {
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
footer{
  margin-top: 100px;
  background-color: #96E60A11;

}
/* footer NAV */
  #fnav{
    width: 90%;
    margin: 0 auto;
  }
  #fnav ul{
  width: 40%;
  margin: 30px 0 30px 10%;
  float: left;
  } 
  #fnav ul:nth-child(3){
  clear: left;    
  } 
  #fnav ul li a{
  text-decoration: underline;
  color: rgba(57,57,57,1.00);
  }
  #fnav ul li:not(:first-of-type){
  }
  #fnav ul li:first-of-type{
    font-size: 18px;
  }
.sp{
  display: inline;
}
.pc{
  display: none;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 760px) {
  /* header
----------------------------------------- */
  header {
  max-width: 100%;
  height: 60px;
  -webkit-box-shadow: 0px 10px 10px #96E60A44;
  box-shadow: 0px 10px 10px #96E60A44;
  inset: 0;
  margin: 0 auto;
  }
  header#inner {
     margin-bottom: 0px;
  }
  header section{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  header h1{
    width: 100px;
    float: left;
    margin-top: 0px;
  }
  header h1 img {
    height: 60px;
    margin: 0 auto;
    display: block;
  }
  header nav{
    width: 600px;
    float: right;
  }
  header nav li{
    width: 110px;
  }
  header nav li:last-child{
    width: 80px;
  }
  header nav li.home{
    width: 80px;
  }

  #mainVisual{
    margin-top: 60px;
  }
  footer {
  /*    max-width: 920px;*/
  margin: 0 auto;
  padding-bottom: 20px;
  text-decoration: none;
  }
  #copyright {
    float: right;
    width: 40%;
    margin-top: 32px;
    margin-bottom: 0;
    text-align: right;
  }
  
  /* SNS pc */
  #sns{
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
    display: block;
  }
  #sns img{
    float: left;
    width: 30%;
    margin: 0 10% 0px 10%;
  }

  /* contact */
  #contact{
    width: 70%;
    max-width: 920px;
  }
  
  #fnav{
    max-width: 920px;
  }
  #fnav ul{
    width: 25%;
    margin: 0px;
  } 
  #fnav ul:nth-child(3){
  clear: none;
  } 
  
.sp{
  display: none;
}
.pc{
  display: inline;
}

} /* PC向け */
