@media(max-width: 828px){
  /* この中にスマホ用のcssを記述 */

	/*  カラムデザインをクリア*/
	.contents {
		float: none;
		width: 100%;
	}
	#sidebar {
		float: none;
		width: 100%;
	}

	/* ヘッダー */
	/*タイトルを文字列にする場合*/

	.site-title h1 a {
	font-size: 1.5em;
	}
.site-title {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	/*スマホ用のメニューボタン*/
	#navbutton {
     display: inline-block;
     padding-right: 10px;
		z-index: 20;
	}

	#navbutton i {
	  color: #FEFFFF;
		font-size: 3em;
	}

	/* ヘッダーナビ */
	#header-nav {
		display: none;
		 background: #B68C58;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

#header-nav ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
		text-align: center;
}

#header-nav ul li {
    font-size: 1.1em;
    list-style-type: none;
    margin: 0;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px dotted #473422;
}

/* 最後はラインを描かない */
#header-nav ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#header-nav ul li a {
    display: block;
    padding: 1em 0;
}

/* フッターナビ */
.footer-inner  {
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
}


  .kiji-list a {
    padding: 10px;
  }
  .kiji-list img {
    width: 100px;
    height: 80px;
  }
  .kiji-list .text {
    margin-left: 120px;
  }
  .kiji-list h2 {
    font-size: .95em;
  }
  .kiji-date {
    margin-bottom: 0;
  }
  .kiji-list p {
    visibility: hidden;
    height: 0;
  }
  .contents > h1 {
    font-size: 1.3em;
  }



	  .kiji {
	    font-size: 92%;
	    padding: 0 10px 25px;
	  }
	  .kiji h1 {
	    font-size: 1.3em;
	  }
	  .kiji h2 {
	    font-size: 1.25em;
	  }
	  .kiji h3 {
	    font-size: 1.2em;
	  }
	  .kiji h3:after {
	    display: none;
	  }
	  .kiji h4 {
	    font-size: 1.15em;
	  }
	  .kiji h5 {
	    font-size: 1.1em;
	  }

		/* prev nextボタン */
		.paging {
			display: block;
		}

		.prev {
			float: right;
		}


/* 検索にもライン */
		.sidebar-wrapper h4{
		  margin:30px 0 10px 0;
		  padding: 30px 7px 10px 7px;
			background: url("../images/lineLong.png") no-repeat;
		}
/* トップページ用オーバーレイ */
		#introductionBox img {
			display: none;
		}

		#introductionBox{
			background-image: url("../images/title.jpg");
			background-size: cover;
			height: auto;
		}

	#introductionBoxText  {
	background-color:  rgba(254, 255, 255,0.8);
		width: auto;
		position: static;
		padding: 15px;
	}

	#introductionBoxText:after {
		content: "";
		clear: both;
		display: block;
	}
}
