@charset "UTF-8";
/* body */
#pc {
  display: none;
}
body {
  margin: 0 auto;
  background-image: url("../img/back_7.jpg");
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  background-size: contain;
}
/* メイン */
#main {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(114, 66, 37, 1.00);
}
#main2 {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(114, 66, 37, 1.00);
}
/* トップロゴ */
#top img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#top_navi {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px;
}
/* ナビ */
#navi {
  text-align: center;
}
#navi .inner {
  display: none;
}
#navi .navi_06 {
  background: rgba(114, 66, 37, 1.00)
}
#navi .navi_01 {
  background: rgba(114, 66, 37, 1.00)
}
#navi .navi_02 {
  background: rgba(114, 66, 37, 1.00)
}
#navi .navi_03 {
  background: rgba(114, 66, 37, 1.00)
}
#navi .navi_04 {
  background: rgba(114, 66, 37, 1.00)
}
#navi .navi_05 {
  background: rgba(114, 66, 37, 1.00)
}
#navi li a {
  display: block;
  padding: 8px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 1px dotted white;
}
#navi li a:hover {
  background: rgba(155, 121, 100, 1.00);
}