@media only screen and (max-width: 768px) and (min-width: 641px){
/*--------------------------------------------------
	タブレットのみ適応
--------------------------------------------------*/
.dsp_smt { display: none; }

/* メニュー */
/*#menu {
	display: block !important;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#menu li {
	width: 19%;
}
#menu li:nth-child(2) {
	width: 24%;
}*/

/* ナビ */
.navi_rit .fl {
	float: left;
	width: 48%;
}
.navi_rit .fr {
	float: right;
	width: 48%;
}

}
@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
.dsp_hp { display: none; }
.w100 img { width: 100%; 	height: auto; }
.br { display: block; }

/* ヘッダ */
#header {
	padding: 0 10px
}
#header h1 {
	padding-left: 160px;
	text-align: left;
}
/* ヘッダ */
#header h1 {
	padding-left: 115px;
	font-size: 10px;
}
#header .title {
	width: 110px;
}
#header .title img,
#menu_link img {
	width: 100%;
	height: auto;
}
/* ページタイトル */
#page_title h2 img {
	width: 100%;
	height: 90px;
}
/* メニュー */
#menu {
	height: auto;
}
#menu li {
	float: none;
	width: auto;
	border-bottom: 1px solid #331802;
}
#menu_link {
	position: relative;
	margin-bottom: -29px;
	float: right;
	width: 60px;
	padding: 8px 15px 10px;
	background: #331802 url(../img/bg_footer.jpg);
	border-radius: 0 0 5px 5px;
	z-index:10;
}

/* コンテナ */
#container{
	padding: 20px 15px 0;
}
#main, #navi {
	clear: both;
	padding-bottom: 20px;
}
#main:after,
#navi:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
#navi .iframe-wrap {
	text-align: center;
}
#navi .iframe-wrap iframe {
	margin: 0 auto;
}
#navi .snsbana {
	width: 100%;
	padding: 20px 10px 0 0;
}
#navi .snsbana .btn-sns {
	width: 90%;
}
#page_title h2.w100 img {
	height: auto;
}
#top_topics {
	overflow-y: scroll;
	height: 320px;
}
/* フッター */
#footer {
	margin-bottom: 140px;
}
/*下LINE*/
#footer #line{
	position: relative;
}
#footer #line a .box{
	position: fixed;
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	background: rgba(0,185,0,0.6);
	border: 1px solid #00B900;
	bottom: 0;
	text-decoration: none;
	padding-top: 40px;
}
#footer #line a img{
	padding-left: 50px;
	width: 70px;
	float: left;
}
#footer #line p,
#footer #line span,
#footer #line span.time{
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	}
#footer .box {
	padding: 10px;
}
#footer_contact.box {
	padding-top: 15px;
}
#footer_contact .txt {
	width: 460px;
	margin: auto;
}
#footer_contact .txt p {
	text-align: center;
}
#copyright {
	text-align: center;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/

/* 挨拶 */
#top_welcome h2 img {
	max-width: 645px;
}
#top_welcome .img_rit {
	width: 200px;
}
#top_welcome .img_rit img {
	width: 100%;
	height: auto;
}
/* コンテンツ */
#top_contents ul {
	width: 69%;
	float: left;
}
#top_contents li {
	width: 48%;
	margin-right: 2%;
}
#top_contents p {
	width: 28%;
	float: right;
}
#top_contents img {
	width: 100%;
	height: auto;
}
/* ご案内 */
#top_infomation .map {
	width: 48%;
}
#top_infomation .week {
	width: 48%;
}
#top_infomation dl {
	padding-top: 80px;
}


/*------------------------------------------------*/
}