@charset "UTF-8";

/* リセットCSS */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

body,
td {
	color: #666;
	font-size: 12px;
	line-height: 130%;
}

/*body {
	background: url(../image/bg028_09.gif);
}*/

a:link {
	color: #39399d;
	text-decoration: none;
}

a:visited {
	color: #26266a;
	text-decoration: none;
}

a:hover,
a:active {
	background: none;
	color: #1939bd;
	text-decoration: underline;
}

/* レイアウト */
.container {
	width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 154px 1fr 212px;
	gap: 0;
}

/* ヘッダー */
.header-container {
	width: 880px;
	margin: 0 auto;
	background: #fff;
}

.header-top {
	background: url(../image/town_miyakonjo_haikei.gif);
	padding: 5px 10px;
}

.header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

/* ナビゲーション */
.main-nav {
	background: #fff;
	padding: 5px 0;
}

/* サイドバー */
.sidebar {
	background: url(../image/bg028_02.gif);
	padding: 10px;
	border-right: 1px solid orange;
}

/* メインコンテンツ */
.main-content {
	background: #fff;
	padding: 15px;
	border-right: 1px solid orange;
}

/* 広告サイドバー */
.ad-sidebar {
	background: #fff;
	padding: 10px;
	text-align: center;
}

/* フッター */
.footer-container {
	width: 880px;
	margin: 0 auto;
	background: url(../image/head016_02.png);
	text-align: center;
	padding: 10px;
	color: #fff;
}

/* MyCSSMenu Core CSS [Do Not Modify!] */
.qmmc .qmdivider {
	display: block;
	position: relative;
	z-index: 1;
	border-width: 0;
	border-style: solid;
	font-size: 1px;
}

.qmmc .qmdividery {
	float: left;
	width: 0;
}

.qmmc .qmtitle {
	display: block;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	cursor: default;
}

.qmclear {
	display: block;
	float: none !important;
	clear: left;
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.qmmc {
	position: relative;
	z-index: 10;
	zoom: 1;
}

.qmmc a,
.qmmc li {
	display: block;
	position: relative;
	z-index: 1;
	float: left;
	white-space: nowrap;
}

.qmmc div a,
.qmmc ul a,
.qmmc ul li {
	float: none;
}

.qmsh div a {
	float: left;
}

.qmmc div {
	visibility: hidden;
	position: absolute;
}

.qmmc li {
	z-index: auto;
}

.qmmc ul {
	position: absolute;
	left: -10000px;
	z-index: 10;
}

.qmmc,
.qmmc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.qmmc li a {
	float: none;
}

.qmmc li:hover>ul {
	left: auto;
}

#qm0 ul {
	top: 100%;
}

#qm0 ul li:hover>ul {
	top: 0;
	left: 100%;
}

/* MyCSSMenu Styles */
/* ul構造対応: qm_pure()によるdiv変換を廃止したため直下liのaをfloat */
#qm0>li {
	float: left;
	display: block;
}

#qm0>li>a {
	float: left;
}

#qm0 a {
	margin: 0 5px 0 0;
	padding: 5px 30px 5px 8px;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: #fd614f;
	background-image: url(../images/main_background.gif);
	background-color: #fdfdf8;
	color: #eb4a17;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
}

#qm0 a:hover {
	background-color: #f0e6c1;
}

body #qm0 .qmactive,
body #qm0 .qmactive:hover {
	background-color: #f0e6c1;
	text-decoration: underline;
}

#qm0 div,
#qm0 ul {
	margin: -1px 0 0;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #a6a6a6;
	background-color: #fff;
}

#qm0 div a,
#qm0 ul a {
	margin: 0;
	padding: 2px 40px 2px 5px;
	border-color: #513666;
	background-image: none;
}

#qm0 div a:hover,
#qm0 ul a:hover {
	background-image: none;
	text-decoration: underline;
}

body #qm0 div .qmactive,
body #qm0 div .qmactive:hover {
	background-image: none;
}

#qm0 .qmritem span {
	border-color: #666;
	background-color: #eee;
}

#qm0 .qmritemcontent {
	padding: 0 0 0 4px;
}

#qm0 div .qmritem span {
	border-color: #666;
	background-color: #eee;
}

#qm0 div .qmritemcontent {
	padding: 0 0 0 4px;
}

.qmfv {
	visibility: visible !important;
}

.qmfh {
	visibility: hidden !important;
}

/**************************************
base
**************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	width: 100%;
	font-size: 62.5%;
}

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	vertical-align: baseline;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

header {}

#wrapper {
	width: 100%;
}

#contents {
	width: 100%;
}

footer {
	margin-top: auto;
}

.inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.column-3 {
	display: flex;
	flex-wrap: nowrap;
}

/**************************************
header
**************************************/
header .band {
	background-color: #f8c99a;
}

header h1 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 1.6rem;
}

header .inner {
	padding: 15px 0 30px;
}

header .content {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

header .top-bunner {
	display: flex;
	flex-wrap: nowrap;
}

header .top-bunner li {
	display: inline;
	width: 100%;
	max-width: 186px;
	text-align: center;
}

header .top-bunner li img {
	width: 100%;
}

header .main-logo img {
	width: 100%;
	min-width: 200px;
	max-width: 321px;
}

.main-menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.main-menu li {
	width: calc((100% - 11px) / 10);
	border-left: solid 1px #ea570e;
	text-align: center;
}

.main-menu li:nth-last-of-type(1) {
	border-right: solid 1px #ea570e;
}

.main-menu li a {
	display: block;
	padding: 5px 2px;
	color: #ea570e;
	font-size: 1.5rem;
}

/**************************************
left-side
**************************************/
#left-side {
	width: 200px;
}

#left-side a {
	color: #000;
	text-decoration: underline;
}

.left-1, .left-2, .left-3, .left-4, .left-5, .left-6, .left-7 {
	margin-bottom: 15px;
}

#left-side h2 {
	margin-bottom: 10px;
	color: #ea570e;
	font-size: 2rem;
	letter-spacing: .25em;
}

#left-side .left-1 img {
	width: 100%;
}

#left-side .left-2 {
	padding-bottom: 15px;
	border-bottom: dotted 1px #ea570e;
}

#left-side .left-2 input[type="text"] {
	width: calc(100% - 18px);
	margin-bottom: 8px;
	padding: 8px;
	border: solid 1px #bbb;
}

#left-side .left-2 input[type="submit"] {
	margin-right: 10px;
	padding: 6px 8px 5px;
	border: solid 1px #bbb;
	cursor: pointer;
}

#left-side .left-3 {
	padding-bottom: 15px;
	border-bottom: dotted 1px #ea570e;
}

#left-side .left-3 .count {
	margin-bottom: 10px;
	font-weight: bold;
}

#left-side .left-3 .count span {
	color: #ea570e;
	font-size: 1.2em;
}

#left-side .left-3 dt {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #888;
}

#left-side .left-3 dd {
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.2em;
}

/**************************************
main
**************************************/
#main {
	width: 640px;
	margin: 0 30px;
}

#main img {
	width: 100%;
}

/**************************************
right-side
**************************************/
#right-side {
	width: 200px;
}

#right-side img {
	width: 100%;
}

/* Google検索フォーム */
.search-button-container {
	display: inline-block;
	font-size: 67%;
}

.google-text {
	font-size: 67%;
	color: #666;
}

/* HTML5化対応 */
.header-wrap {
	display: flex;
	justify-content: center;
}

.header-wrap>table {
	margin: 0 auto;
}

.content-wrap {
	display: flex;
	justify-content: center;
}

.footer-table {
	display: flex;
	justify-content: center;
}

.sidebar-divider {
	width: 150px;
	height: 1px;
	border-color: orange;
	margin: 0 auto;
}

.logo-img {
	margin: 5px;
}

.text-red {
	color: #ff0000;
}

.text-muted-sm {
	font-size: 0.75em;
	color: #666666;
}