.line-hei-20 { line-height: 200%; }
.line-hei-15 { line-height: 150%; }

/*
* slider
*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border:  none !important;
	background: none !important;
}

.bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

#slider div{
    width: auto !important;
    height: auto !important;
}
  
@media (min-width: 768px) {
 .minimenu { display: none; }
}

.left-menu {
 float: left;
 width: 50%; /* 要素の幅を50%に定義 */
  }

.right-menu {
 float: right;
 width: 50%; /* 要素の幅を50%に定義 */
  }