@charset "utf-8";

/* 共通部分 -------------------- */
html {
	font-size: 100%;
}
body {
	font-family: 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	color: #000000;
	background-color: #ffffff;
}
a {
	text-decoration: none;
}
.wrapper {
	width: 1100px;
	margin: 0 auto;
	padding: 0 4px;
}
.main {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	margin-top: 7px;
	margin-bottom: 6px;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 1.2rem;
	border-left: solid 5px #f00000;
}
.heading {
	border: solid 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	background-color: #ffffff;
}
.main table {
	width: 100%;
}

/* header -------------------- */
.logo {
	width: 230px;
	margin-top: 15px;
}

.page-header {
	justify-content: space-between;
	position: relative;
}
/* footer -------------------- */
.page-footer {
	display: flex;
	justify-content: center;
	clear: left;
}
div.page-footer {
	margin-top: 10px;
}
.copyright {
	padding: 10px;
}

/* home -------------------- */
#home {
	width: 100%;
	height: 200px;
}
.page-title {
	margin-bottom: 7px;
}
.page-title table {
	width: 100%;
}
.page-title .title {
	width: 100%;
	text-align: left;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	padding-top: 10px;
}
.index {
	margin-top: 0px;
	margin-bottom: 0px;
}
.main-header table {
	width: 100%;
	margin-bottom: 5px;
}
.main-header table td {
	vertical-align: top;
}
.main-header table td p {
	margin-left: 8px;
	margin-right: 5px;
}

/* サイドメニュー -------------------- */
.sidemenu {
	width: 180px;
	vertical-align: top;
	background-color: #ffffff;
}
.menubtn {
	position: relative;
	width: 180px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	color: #040404;
	background-color: #f0f0f0;
}
.menubtn:hover {
	color: #ffffff;
	background-color: #e04040;
}
.menubtn p {
	position: absolute;
	top: 8px;
	left: 17px;
	cursor: pointer;
}

/* ページ内容 -------------------- */
td.content {
	padding-top: 0px;
	padding-left: 10px;
	vertical-align: top;
}
p.content {
	padding-left: 10px;
	margin-bottom: 10px;
}
p.content-indent {
	text-indent: 1em;
	padding-left: 24px;
	margin-bottom: 24px;
}
img.index {
	width: 100%;
}
div.thumbnail {
	background:#e5e5e5;
}
ul.thumbnail {
	list-style:none;
	overflow:hidden;
	padding-left:0;
}
ul.thumbnail li {
	float: left; 
	width: calc(100%/3);
	line-height: 0;
}
ul.thumbnail div.outer {
	display: table;
	width: 100%;
	height: 250px;
	padding: 5px;
}
ul.thumbnail div.inner {
	background:#202020;
	display: table-cell;
	object-fit: contain;
	vertical-align: middle;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #808080;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #808080;
}
ul.thumbnail div.inner:hover {
	background:#e5e5e5;
	transition: .4s ease;
}
ul.thumbnail img {
	vertical-align: middle;
	text-align: center;
	border-top: 2px solid #808080;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #808080;
	border-right: 2px solid #ffffff;
}

/* トピックス -------------------- */
.post-list li {
	border-bottom:1px dashed #c0c0c0;
	list-style: none;
}
.post-list a {
	text-decoration: none;
	display: block;
	padding: 8px 0px 8px 8px;
}
.post-list a:hover {
	background-color:#ccc;
}
.post-list span {
	color: #333;
	vertical-align: middle;
	display: inline-block;
	width: 85px;
	margin-right: 10px;
}
.post-list p {
	color: #333;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.post-list div {
	padding: 8px 0px 8px 8px;
}

/* グーグルマップ -------------------- */
.gmap {
	width: 600px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
/* スマホ用メニュー -------------------- */
nav {
	display: none;
}
.toggle_btn {
	display: none;
}
#mask {
	display: none;
}
