@charset "UTF-8";



/* body */
#pc{
    display: none;
}

body{
	margin:0 auto;
}

#logo img{
    width: 60%;
    height: 60%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
#top_navi{
    margin: 0 auto;
    width: 90%;
    margin-bottom: 10px;
    margin-top: 30px;
}

/* ナビ */
#navi {text-align: center;}
#navi .inner {display: none;}
#navi .navi_01 {background-color: #11932A}
#navi .navi_02 {background-color: #11932A}
#navi .navi_03 {background-color: #11932A}
#navi .navi_04 {background-color: #11932A}
#navi .navi_05 {background-color: #11932A}
#navi .navi_02_child li {background-color:#54BF60}
#navi .navi_04_child li {background-color:#54BF60}
#navi .navi_05_child li {background-color:#54BF60}
#navi li a{
    display: block;
    padding: 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px dotted white;
}
#navi .navi_05 :last-of-type {
  border-bottom: none;/*最後のliの線だけ消す*/
    }
#navi li a:hover{
    background: #C9C9C9;
}



/* メイン */

#main{
    margin: 0 auto;
}
/* 左側 */
#main_left{
    width: 90%;
    margin: 0 auto;
}
/* 右側 */
#main_right{
    width:90%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.banner img:hover {
    opacity: 0.5;
  }
    
  .sonohoka {
    margin-top: 20px;
    font-size: 17px;
  }
  .sonohoka2 {
    margin-top: 10px;
    font-size: 17px;
  }
  #kaatsu {
    margin: 20px auto;
  }
#kaatsu img{
    width: 100%;
    height: 100%;
}
  #kaatsu .kaatsu {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    padding-top: 20px;
  }

/* 茶色い帯 */
.cha {
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px ;
  background-image: url("../img/cyaobi.jpg");
  color:#FFF;
}
/* バナー */

.banner img{
    width: 100%;
    height: 100%;
}
.banner img:hover {
	opacity: 0.5 ;
}
.banner a {
    text-decoration: none;
    text-indent: -9999px;
}
.banner{
    margin-bottom: 10px;
}
.sonohoka,.sonohoka2{
    margin-left: 20px;
}

#mobile{
    margin-top: 10px;
    margin-bottom: 30px;
}

#topobi {
    width: 100%;
}
#topobi img{
    width: 100%;
    height: 100%;
}

#setsumei,#setsumei2{
    width: 100%;
}