@charset "Shift_JIS";
/* CSS Document */
html {
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100%;
  color: #444;
  font: large/0px 'M PLUS 1', sans-serif;
  background-image: url("../images/body_bg2.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
  background-attachment: scroll;
  /*  background-image: url("../images/body_bg.png"), url("../images/venus.png"), url("../images/body_bg2.png");
  background-repeat: repeat-x, no-repeat, repeat;
  background-position: left top, right top, left top;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;*/
}
*, *:before, *:after {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a img {
  border: none;
  outline: none;
}
ul li {
  list-style: none;
}
/*
---------------------------------------------------ヘッダー
*/
header {
  width: 100%;
  line-height: 100%;
  padding: 1% 2%;
}
/*
---------------------------------------------------ナビ
*/
#naviBox {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
#naviBox ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#naviBox ul li {
  width: 100px;
  height: 50px;
}
#naviBox a {
  display: block;
  width: 100px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  border-style: none;
}
#naviBox a:hover {
  background-position: center bottom;
  background-repeat: no-repeat;
}
#naviBox .navi1 {
  background-image: url(../images/nb_01.png);
}
#naviBox .navi2 {
  background-image: url(../images/nb_02.png);
}
#naviBox .navi3 {
  background-image: url(../images/nb_03.png);
}
#naviBox .navi4 {
  background-image: url(../images/nb_04.png);
}
#naviBox .navi5 {
  background-image: url(../images/nb_05.png);
}
#naviBox .navi6 {
  background-image: url(../images/nb_06.png);
}
#naviBox .navi7 {
  background-image: url(../images/nb_07.png);
}
#naviBox .navi8 {
  background-image: url(../images/nb_08.png);
}
#naviBox .navi9 {
  background-image: url(../images/nb_09.png);
}
#naviBox .navi10 {
  background-image: url(../images/nb_10.png);
}
#naviBox .navi11 {
  background-image: url(../images/nb_11.png);
}
#naviBox_mb {
  display: none;
}
/*
---------------------------------------------------メインカラム
*/
main {
  width: 100%;
  display: block;
  line-height: 240%;
  letter-spacing: 0.1em;
  margin: 0 auto 80px;
}
main a {
  text-decoration: none;
}
main a:hover {}
/*
---------------------------------------------------フッター
*/
footer {
  display: block;
  width: 100%;
  height: auto;
  line-height: 100%;
  padding: 1%;
  background-image: url("../images/angel01.png"), url("../images/angel02.png");
  background-repeat: no-repeat no-repeat;
  background-position: left top, right top;
}
#footerLogo {
  width: 100%;
  text-align: center;
}
#footerNavi {
  width: 100%;
  margin: 40px auto;
}
#footerNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footerNavi ul li {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  white-space: nowrap;
}
#footerNavi ul li:last-child {
  border: none;
}
#footerNavi ul li a {
  text-decoration: none;
  color: #00662E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#footerNavi ul li a:hover {
  color: #C3962B;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.7em;
}
#page-top a {
  background: rgba(0, 102, 46, 0.4);
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 30%;
  text-align: center;
  display: block;
  border-radius: 40px;
  line-height: 1.2em;
}
#page-top a:hover {
  text-decoration: none;
  background: rgba(0, 102, 46, 0.6);
}
.copyright {
  font-size: 0.8em;
  text-align: center;
}
/*
---------------------------------------------------レスポンシブ768
*/
@media screen and (max-width:768px) {
  .lf::after {
    content: "\A";
    white-space: pre;
  }
  #naviBox {
    display: none;
  }
  #naviBox_mb {
    display: block;
    overflow: hidden;
  }
  #naviBox_mb .naviBtn {
    display: block;
    width: 40px;
    height: 40px;
    z-index: 9999;
    border: none;
    position: absolute;
    top: 1.5em;
    right: 2%;
  }
  #naviBox_mb .bar {
    width: 40px;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00662E;
  }
  #naviBox_mb .bar:nth-child(1) {
    top: 5px;
  }
  #naviBox_mb .bar:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #naviBox_mb .bar:nth-child(3) {
    bottom: 5px;
  }
  #naviBox_mb .naviBtn.close .bar:nth-child(1) {
    transform: translate(-50%, 13px) rotate(45deg);
    transition: transform .3s;
  }
  #naviBox_mb .naviBtn.close .bar:nth-child(2) {
    opacity: 0;
    transition: opacity .3s;
  }
  #naviBox_mb .naviBtn.close .bar:nth-child(3) {
    transform: translate(-50%, -13px) rotate(-45deg);
    transition: transform .3s;
  }
  #naviBox_mb .naviBtn p {
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 40px;
    color: #00662E;
  }
  #naviBox_mb .naviContent {
    transform: translateX(100%);
    transition: .3s;
    width: 100vw;
    height: 100vh;
    padding: 2em;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9990;
    background-color: rgb(255, 255, 255, 0.9);
  }
  #naviBox_mb .naviContent ul {
    display: block;
    position: relative;
    top: 40px;
    left: 0;
  }
  #naviBox_mb .naviContent ul li:nth-child(3n+1) {
    margin-right: 0;
    background-image: url("../images/nb_mb_bg1.png");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  #naviBox_mb .naviContent ul li:nth-child(3n+2) {
    margin-right: 0;
    background-image: url("../images/nb_mb_bg2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  #naviBox_mb .naviContent ul li:nth-child(3n) {
    margin-right: 0;
    background-image: url("../images/nb_mb_bg3.png");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  #naviBox_mb .naviContent li a {
    padding: 0.5em 1em;
    margin: 10px 0;
    display: block;
    width: 100%;
    transition: color .1s;
    text-decoration: none;
    color: #00662E;
    font-weight: 700;
    text-align: right;
  }
  #naviBox_mb .naviContent li a:hover {
    background-color: #00662E;
    color: #fff;
  }
  #naviBox_mb .naviContent.slide-in {
    transform: translateX(0);
    transition: .3s;
  }
  #footerNavi ul {
    line-height: 150%;
  }
  main {
    background-size: 10vw;
  }
  /*
---------------------------------------------------768ここまで
*/
}
/*
---------------------------------------------------レスポンシブ480
*/
@media screen and (max-width:480px) {
  body {
    font: medium/0px 'M PLUS 1', sans-serif;
    background-image: url("../images/body_bg2.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: auto;
    /*    background-position: left -50px, right 30px, left top;
    background-size: auto, 60%, auto;*/
    background-attachment: scroll;
  }
  header {
    width: 100%;
    height: auto;
    line-height: 100%;
    padding: 0;
  }
  main {
    overflow: hidden;
  }
  footer {
    background-size: 25%;
  }
  #footerNavi ul {
    margin-bottom: 60px;
  }
  #footerNavi ul li {
    border: none;
  }
  #page-top a {
    background: rgba(0, 102, 46, 0.4);
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 30%;
    text-align: center;
    display: block;
    border-radius: 30px;
    line-height: 1.2em;
  }
  /*
---------------------------------------------------480ここまで
*/
}