@charset "UTF-8";
/* CSS Document */
/* //////////////////////////////////////////////////
[フッター] 
////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////
スマホ
////////////////////////////////////////////////// */
#footer {
  height: 100%;
  padding-top: 30px;
  border-width: 10px;
  border-color: #c7d1dc;
  border-top-style: solid;
  clear: both;
  margin: 0 auto;
  background-image: url("/common/img/bg_footer_l.png"), url("/common/img/bg_skyblue.png");
  background-repeat: no-repeat, repeat;
  background-position: bottom left;
  background-size: 160px, 60px;
  overflow: hidden; /* 高さの認識*/
}
#footer a {}
#footer a:visited {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
/*footer　ナビ*/
ul#footer_navigation {
  width: 100%;
  max-width: 420px;
  padding-top: 0px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 0px;
}
ul#footer_navigation li {
  padding: 6px 8px 2px 30px;
  list-style: none;
  float: left;
  width: 48%;
  box-sizing: border-box;
  text-align: left;
}
ul#footer_navigation li a {
  color:#6A474C;
}
.arrow a { /*ボックス全体にリンク要素*/
  display: block;
}
.arrow {
  position: relative;
  padding-left: 23px;
}
.arrow::before { /*文頭に三角▶︎マーク*/
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 7px #d7a480;
  top: 18px;
  left: 15px;
  margin-top: -5px;
}
/*---フッターの園ロゴ */
.footer_logo {
  width: 100%;
  z-index: 1;
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center;
}
.footer_logo img { /*園ロゴ画像*/
  width: 60%;
  height: auto;
  max-width: 300px;
}
.footer_add {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
/*---ページTOPへ戻る */
.pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 1000;
}
.pagetop img {
  width: 80px;
  height: auto;
}
#copyright {
  clear: both;
  background-color: #6a474c;
  color: #FFFFFF;
  height: auto;
  padding: 5px 0px 0px 0px;
  margin: 0;
  text-align: center;
}
#copyright p {
  line-height: 1em;
  margin: 0;
  padding: 15px 0px 20px 0px;
}
/* //////////////////////////////////////////////////
PC
////////////////////////////////////////////////// */
@media screen and (min-width: 769px) {
  #footer {
    padding-top: 40px;
    background-size: 300px, 300px;
  }
  .footer_logo img { /*園ロゴ画像*/
    max-width: 400px;
  }
  /*footer　ナビ*/
  ul#footer_navigation {
    max-width: 1000px;
    width: auto;
    margin: 0 auto;
    padding-top: 15px;
    border-top: 0px;
  }
  ul#footer_navigation li {
    box-sizing: border-box;
    float: left;
    width: auto;
    margin: 0%;
    text-align: left;
    border-bottom: 0px;
    margin-left: 10px;
  }
  ul#footer_navigation li:nth-child(odd) { /*基数のみ*/
    border-right: 0px;
  }
  ul#footer_navigation li:hover {}
  .pagetop img {
    width: 100px;
    height: auto;
  }
}