/* CSS Document */

#pcOnly {
	display:none;
	width:0px;
}

body  {
	width:100%;
	margin:0px;
	font-size:16px;
	line-height:180%;
}

#incHeaderWrap  {
	width:100%;
	border-top:solid 20px #006934;
	background:#FFFFFF;
	position: fixed;
	z-index: 999;
}

#headerWrap   {
	max-width:100vw;
	margin:auto;
	padding-top:100px;
	overflow: hidden;
}


#headerBar  {
	width:100%;
	padding-left:10px;
	margin:auto;
	margin-top:-20px;
	height:15px;
	background:#006934;
	font-size:10px;
	color:#FFFFFF;
}

#wrapper    {
	width:100%;
	margin:auto;
	padding:10px;
	font-size:16px;
	line-height:180%;
}

.swiper-container {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	color: #fff;
	font-size: 30px;
	width:100%;
}

.swiper-slide > img {
	width:100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 15px;
  height: 15px;
  margin-top: -16px;
}
.swiper-button-prev {
    background: url(https://haniwaman.com/wp-content/uploads/2018/05/swiper3.png) no-repeat center center / contain;
}
.swiper-button-next {
    background: url(https://haniwaman.com/wp-content/uploads/2018/05/swiper4.png) no-repeat center center / contain;
}

#globalMenu {
	display:none;
}

#spHeader, #informationFooter_sp  {
	display:block;
}

#spHeader {
	border-bottom:solid 2px #999;
}

/*----------------------Burger*/
/*ヘッダーまわりはご自由に*/
header {
	float:left;
	width:50px;
  padding-left:5px;
  padding-top:5px;
	margin-top:-60px;
  background: #006934;
}

#nav-drawer {
	padding-top:10px;
  position: relative;
}

#nav-drawer img{
	height:20px;
	margin-bottom:0px;
}

#nav-drawer > a:nth-child(5) > img,#nav-drawer > a:nth-child(4) > img  {
	margin-left:10px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 50px;
    height: 22px;
	margin-bottom:10px;
	margin-left:7px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: #FFFFFF;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 1000;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;/*最前面に*/
    width: 80%;/*右側に隙間を作る*/
    max-width: 280px;/*最大幅*/
    height: 100%;
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
    background-color: rgba(51,51,51,0.6);
    padding-left: 10px;
    border: 1px solid #000;
    color: #fff;
}

#nav-content > a{
	color:#FFFFFF;
	font-size:14px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/*----------------------Burger*/

#nav-content > ul {
	width:100%;
	margin:auto;
	padding-left:0px;
	display:inline-block;
}

#nav-content  > ul > li {
	display:inline-block;
	float:left;
	width:200px;
	height:70px;
}

#nav-content > ul > li > a {
	padding-top:15px;
	padding-left:15px;
	height:25px;
	color:#FFFFFF;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
}

#mainContents > img {
	width:100%;
}

#mainContents {
	width:100%;
}

h1 {
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
	font-size:24px;
	text-align:center;
	border-bottom:solid 3px #006837;
	border-top:none;
}

h2 {
	max-width:300px;
	margin:auto;
	margin:20px 0 20px 20px;
	font-size:18px;
	padding-left:30px;
	border-left:solid 10px #006837;
	border-bottom:dotted 2px #006837;
	border-top:none;
}

#incHeader   {
	width:100%;
}

#headerWrap >img {
	width:100%;
}

.swiper-container {
	width: 100%;
}
.swiper-slide {
	width:100%;
	text-align: center;
	color: #fff;
	font-size: 30px;
}

#headerWrapUnder   {
	width:100%;
	padding-top:60px;
}

#headerWrapUnder > img {
	width:100%;
	margin:auto;
}

#topLogo > a > img   {
	display:block;
	margin:auto;
	margin-top:-10px;
	margin-left:70px;
	width:200px;
}

#topTel > a img {
	display:block;
	margin-top:20px;
	margin-left:calc(100vw - 125px);
	width:120px;
}

#footerLogo  {
	width:100%;
}

#footerLogo > a > img {
	display:block;
	width:200px;
	margin: auto;
}

#footerCatalog > a > img  {
	display:block;
	width:70vw;
	margin: auto;
}

#incFooter {
	width:100%;
	background:#006934;
	padding:10px 0 30px 0;
}

#incFooterinner {
	width:100%;
	margin:auto;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}