@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------

 のみバスページ用

---------------------------------------------------------------------------*/

/*-------------------------------------------
/* トップページ
-------------------------------------------*/

/* お問い合わせ先
-------------------------------------------*/
#nomibus-top-contact {
	width: 100%;
	margin: 1em auto;
}

#nomibus-top-contact h2 {
	margin: 0;
	padding: 2px 0 0;
	min-height: 2em;
	font-size: 100%;
	background-color: #835b3b;
	border-radius: 6px 6px 0 0;
	color: #fff;
	text-align: center;
}

#nomibus-top-contact .nomibus-top-contact-inner {
	background-color: #fcf5ea;
	border: 1px solid #D0D0D0;
	padding: 0.5em 2em 1em 2em;
}

#nomibus-top-contact dl {
	display: flex;
	flex-flow: row wrap;
}
#nomibus-top-contact dt {
	font-size: 88%;
	border-bottom: 1px solid #D0D0D0;
	padding: 0.5em;
	width: 30%;
}
#nomibus-top-contact dd {
	font-size: 88%;
	border-bottom: 1px solid #D0D0D0;
	padding: 0.5em;
	width: 70%;
}



/*-------------------------------------------
/* バス停情報ページ
-------------------------------------------*/

/* 地図見出し
-------------------------------------------*/
.map-item h2 {
    border-top: 4px solid #ff8800;
    border-bottom: 1px solid #908888;
    font-size: 175%;
    font-weight: bold;
    line-height: 1.1em;
    margin: 30px 0 10px;
    padding: 0.5em 0 0.5em;
}

/* -------------------------------------------------------------------------
　PC表示
---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {


}/*　PC表示用ここまで */





/* -------------------------------------------------------------------------------------------------------------
　スマートフォン表示
---------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

	/*-------------------------------------------
	/* トップページ
	-------------------------------------------*/

	/* お問い合わせ先
	-------------------------------------------*/
	#nomibus-top-contact .nomibus-top-contact-inner {
		padding: 0.5em 1em 1em 1em;
	}
	#nomibus-top-contact dt {
		font-size: 100%;
		border-bottom: 0px;
		padding: 0.5em 0;
		width: 100%;
	}
	#nomibus-top-contact dd {
		font-size: 100%;
		margin-top: 0;
		padding: 0 0 0.5em 1em;
		width: 100%;
	}

	/*-------------------------------------------
	/* バス停情報ページ
	-------------------------------------------*/

	/* 地図見出し
	-------------------------------------------*/
	.map-item h2 {
	    font-size: 150%;
	}



}/*　スマートフォン表示用ここまで */
