/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2020 | 06:55:49 */
.g_menu{
border-bottom:1px solid #185c11;
}

.g_menu a:hover{
opacity:0.7;
}


/*ここから*/
.accordion1{
  width:100%;
  margin:0;
  padding:0;
}

.accordion1 {
  text-align: center;
}

.accordion1 .inner {
  display: none;
}

.accordion1 p{
  cursor: pointer;
  padding: 10px;
}

.accordion1 p.ac1{
  color:#6a3906;
  background: #ecd21f;
  font-weight:bold;
}

.accordion1 .inner li{
  font-size:10px;
  width:50%;
  height:110px;
  padding-top: 8px;
  float:left;
}

.accordion1 li{
  list-style:none;
}

.content1-1{
  color:#6a3906;
  width:100%;
  text-align:center;
  background:#fffaeb;
  border: 1px solid #fff;
  box-sizing:border-box;
}

.accordion1 li a{
  color:#6a3906;
  display:block;
}
