/*
Theme Name: yamazoe
Theme URI: http://www.vill.yamazoe.nara.jp/
Author: vill.yamazoe
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 90%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
/*	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	 font-size: 100%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family:  "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family:  "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
a {
	outline: none;
	color: #006D55;
	text-decoration: none;
}
a:hover {
	color: #006D55;
	text-decoration: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 0 0 0;
	margin: 0 0 0;

}
.widget-area {
	margin: 0 0 0;
	margin: 0 0 0;
}



/* Header */
.site-header {
/*	padding: 24px 0;
	padding: 1.714285714rem 0; */
/*	line-height: 0; */
}
#site-navigation ul{
    margin-top: -2px;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {			/* ヘッダー画像周りの余白　*/
/*	margin-top: 24px;
	margin-top: 1.714285714rem; */
}

/* Navigation Menu */
.main-navigation {      /*グローバルナビ周りの余白 */
	margin-top: 0;
	margin-top: 0rem;
	text-align: center;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.71428571rem;
	word-wrap: break-word;
}

.widget-area .widget h3 {

	margin-bottom: 12px;
	margin-bottom: 0.8571428rem;

}


/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}

.office-info {
	text-align: center;
  font-size: 14px;

}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}

/* エントリータイトル */
h1.entry-title {
	margin-top: 15px;
	margin-top: 1.07142857175rem;
	border-bottom: solid 4px #017A03;
	background: #fff;
	line-height: 24px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	padding: 20px 0 10px 10px;
	display: block;
	background-color: #ecf2e9;
}

.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}

.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.entry-content h1{
	font-size: 18px;
	font-size: 1.2857142rem;
	line-height: 1.5;
	padding:5px;
	border-left: 5px solid #017A03;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	font-weight: normal;
	background-color: #f7f8f6;

}

.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}

.entry-content h2{
	font-size: 16px;
	font-size: 1.1428571rem;
	font-weight: normal;
	margin-bottom: 10px;

}

.entry-content h2::before{
	content:url(./img/lm_1.png);
	margin-right: 10px;
}

.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
/*	line-height: 1.846153846; */
	font-weight: normal;
}

.entry-content h3{
	border-bottom: 2px solid #017A03;
}

.entry-content h3::before{
	content:url(./img/h3.png);
	margin-right: 8px;

}

/* ■みどり */
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: normal;
}

.entry-content h4::before{
	content:url(./img/lm01008.png);
	margin-right: 5px;
}

/*みとりの線だけ*/
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: normal;
	margin:1rem 0px;
}
.entry-content h5{
	border-bottom: 2px solid #017A03;
}

/*青の丸*/
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: normal;
	margin:1rem 0px;
}
.entry-content h6::before{
	content:url(./img/h6.png);
	margin-right: 5px;
	position: relative;
}


.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #005d6d;
	text-decoration: none;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}

/* オレンジのリストマーク */
.entry-content .or_list li{
	list-style: none url(./img/h5.png);
}

/* 青のリストマーク */
.entry-content .sc_list li{
	list-style: none url(./img/h6.png);
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	/*margin-top: 12px;*/
	/*margin-top: 0.857142857rem;*/
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

img.attachment-full {
	clear: both;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-content table,
.comment-content table {
	border: 1px solid #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571428rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border: 1px solid #848484;
	padding: 10px 10px 10px 10px;
}

.entry-content th{
	font-size: 13px;
	background-color: #E8E8E8;
	padding: 10px 10px 10px 10px;
	border: 1px solid #848484;
	text-align: center;
	vertical-align: middle;
}

/* 表題テーブル */
.entry-content .title table{
	border: 1px solid #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571428rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.comment-content .title td {
	border: 1px solid #848484;
	padding: 10px 10px 10px 10px;
}

.entry-content .title th{
	font-size: 13px;
	background-color: #E8E8E8;
	padding: 10px 10px 10px 10px;
	border: 1px solid #848484;
	width: 38.46%;
}


/* 公共施設テーブル */
.entry-content .shisetsu table{
	border: 1px solid #CECECE;
	color: #828282;
	font-size: 13px;
	font-size: 0.928571428rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;

}

.entry-content .shisetsu td{
	border: 1px solid #CECECE;
	padding: 10px 10px 10px 10px;
	vertical-align:middle;
	text-align: center;
	width: 15%;

}

.entry-content .shisetsu th{
	font-size: 13px;
	background-color: #;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CECECE;
	width: 10%;
	text-align: center;
}
/* 多目的広場テーブル */
.entry-content .hiroba table{
	border: 1px solid #CECECE;
	color: #828282;
	font-size: 13px;
	font-size: 0.928571428rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;

}

.entry-content .hiroba td{
	border: 1px solid #CECECE;
	padding: 10px 10px 10px 10px;
	vertical-align:middle;
	text-align: center;
	width: 11.4%;

}

.entry-content .hiroba th{
	font-size: 13px;
	background-color: #;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CECECE;
	width: 20%;
	text-align: center;
	vertical-align:middle;
}


/* 広報やまぞえテーブル */
.entry-content .pub table{
	border: 1px solid #CECECE;
	color: #828282;
	font-size: 13px;
	font-size: 0.928571428rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry-content .pub td{
	border: 1px solid #CECECE;
	padding: 10px 10px 10px 10px;
	vertical-align:middle;
	width:33%;

}

.entry-content .pub th{
	font-size: 13px;
	background-color: #;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CECECE;
	width: 25%;
	text-align: center;
}


/* 診療所テーブル */
.entry-content .doc table{
	border: 1px solid #CECECE;
	color: #828282;
	font-size: 13px;
	font-size: 0.928571428rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;

}

.entry-content .doc td{
	border: 1px solid #CECECE;
	padding: 10px 10px 10px 10px;
	vertical-align:middle;
	text-align: center;
	width: 15%;

}

.entry-content .doc th{
	font-size: 13px;
	background-color: #;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CECECE;
	width: 25%;
	text-align: center;
}


/* 年表テーブル */

.entry-content .hist table{
	border: 1px solid #CECECE;
	color: #828282;
	font-size: 12px;
	font-size: 0.928571428rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry-content .hist td{
	border: 1px solid #CECECE;
	padding: 5px 5px 5px 5px;
	vertical-align:middle;

}

.entry-content .hist th{
	font-size: 12px;
	background-color: #;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CECECE;
	width: 80px;
	width: 5.71428571rem;
	text-align: center;
    font-style: normal;
    vertical-align: middle;
}

/* thが上の料金テーブル */

.entry-content .nouson table{
	border: 1px solid #CECECE;
	color: #828282;
	font-size: 13px;
	font-size: 0.928571428rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;

}

.entry-content .nouson td{
	border: 1px solid #CECECE;
	padding: 10px 10px 10px 10px;
	vertical-align:middle;


}

.entry-content .nouson th{
	font-size: 13px;
	background-color: #;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CECECE;
	text-align: center;
    vertical-align: middle;
    width: 25%;
}

/* 議会構成テーブル */

.entry-content .gikai table{
	border: 1px solid #CECECE;
	color: #828282;
	font-size: 13px;
	font-size: 0.928571428rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;

}

.entry-content .gikai td{
	border: 1px solid #CECECE;
	padding: 10px 10px 10px 10px;
	vertical-align:top;


}

.entry-content .gikai th{
	font-size: 13px;
	background-color: #;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CECECE;
	text-align: center;
  vertical-align: middle;
}

/* アドビダウンロード*/

.entry-content .adb{
	font-size: 11px;
}

.site-content article {
/*	border-bottom: 4px double #ededed; */
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;

}
.template-front-page .widget-area {
	clear: both;
	float: left;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
/*	border-top: 1px solid #ededed; */
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 18px;
	margin-left: 1.2857142rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* 人口と世帯 */
aside#text-2.widget_text 	{
	border: 1px solid #009900;
	padding-bottom: 10px;
	margin-top: 2em;
}

aside#text-2.widget_text h3 {
	background-color: #009900;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

aside#text-2.widget_text .textwidget td {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


/*topNews*/

#topNews ul li {
	border-bottom:1px dotted #444;
	padding:10px 5px;
	}
#topNews ul li span.date {
	margin-right:30px;
	font-family:Times, serif;
	font-size:107.8%;
	}

#topNews h4 {
	font-size: 20px;
	font-size: 1.428571rem;
	line-height: 1.846153846;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
	/*letter-spacing: 0.5em;*/
	background-color: #ffd12a;
	color: #fff;
	}



#topNews a{
	text-decoration: none;
	color: #444;
}

#news_link {
	font-size: 12px;
	font-size: 0.8571428rem;
	text-align: right;
	margin-top: 10px;
	margin-top: 0.7142857rem;
	padding-bottom: 10px;
}

#news_link::before {
	content:url(./img/arrow001_01.gif);
}

div #ten_list {
	border: 2px solid #ffd12a;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 10px;

}


/* パンくずリスト */
.breadcrumbs{
	margin-top: 15px;
	margin-top: 1.071429rem;
	font-size: 14px;
	font-size: 1rem;
	color: #D90064;
	margin-left: 15px;
	margin-right: 1.071429rem;
}
.breadcrumbs a{
	text-decoration: none;

}



/* サイドメニュー */

.side_menu_box {
	position: relative;
}

.side_menu_box:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.side_menu_ten img {
	float: left;
}

.side_menu_title {
	background-color: #ffd12a;
	color:#384D98;
	margin-top: 0.714286rem;
	padding-top: 0.714286rem;
	padding-bottom: 0.714286rem;
	padding-left: 45px;
	padding-left: 3.214285714rem;
}

.widget-area ul {
	list-style-image: url(./img/lm_4.png);
	margin: 10px 0 6px 0;
	margin: 0.714285rem 0 0.42857rem 0;
}
.widget-area li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
	margin-top: 10px;
	margin-top: 0.714285rem;

}
.widget-area a {
	color: #757575;
	text-decoration: none;
}
.widget-area a:hover {
	color: #21759b;
	text-decoration: underline;
}

.widget-area ul.children{
	list-style-image: url(./img/lm_5.png);
	margin: 14px 0 14px 0;
	margin: 1rem 0 1rem 0;
}

/* 文字サイズ チェンジ */
hgroup {
    position: relative;
}
#masthead div#fontChange{
  width: 170px;
  text-align: right;
}
/*
* header 文字の大きさ
*/
#masthead div#fontChange ul{
  padding: 0px;
  display: inline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
#masthead div#fontChange ul li{
  display: inline;
}
#masthead div#fontChange ul li img{
  margin-left: 5px;
}


/* 緊急情報 */
div#urgent{
    max-width: 100%;
    width: auto;
    background-color: #dc143c;
    border-color: #dc143c;
    border-style: solid;
    border-width: 3px;
    padding: 0px 0px 3px 0px;
}
.urgent_header {
    width: 950px;
    background-color: #fffacd;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
}
.urgent_header img {
    vertical-align: text-bottom;
    margin-left: 5px;
}

.urgent_header a:link,
.urgent_header a:visited {
    margin-left: 20px;
    color: #dc143c;
    text-decoration: underline;
}

div#urgent ul{
    display: block;
    padding: 2px;
    color: #ffffff;
    font-size: 100%;
    margin: 5px 0px 0px 40px;
}
div#urgent ul li{
    margin-bottom: 5px;
    padding: 2px;
}
.urgent_content a:link,
.urgent_content a:visited {
    color: #ffffff;
    text-decoration: underline;
}

/* トピックス サイドメニュー */
#recent-posts-2 h3.widget-title,
#categories-2 h3.widget-title,
#archives-2 h3.widget-title
{
	background-color: #5EA064;
	padding: 10px;
	padding: 0.7142857rem;
	margin-top: 10px;
	margin-top: 0.7142857rem;
	color: #fff;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	font-weight: normal;
}

/* デフォルト アーカイブヘッダ 非表示 */
.archive-header {
    display: none;
}

/* 投稿日付表示 */
p.post-entry-date {
    text-align: right;
    margin-top: 5px;
    color: #666666;
    font-size: 13px;
}

/* 語りべロゴ */
.folktales-img {
    margin: -50px 0px 0px 10px;
}

.site-header p {
	float: left;
	margin-left: 10px;
}

.site-title img {
	width: 100%;
}


/* search form */

.search_form input {
    vertical-align: 8px;
}

#search_string {
    width: 200px;
}

.search_form .screen-reader-text {
	display: none;
}


/* page-title(Result of search for ...) */
h1.page-title {
    font-size:18px;
    background: #ecf2e9;
    padding:5px;
    border: 1px solid #a5a9a3;
    border-radius: 10px;
    margin-top: 20px;
}

.page-header p {
    margin-top: 10px;
}

/* トップページgrid */
#content-front {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 20px auto;
	grid-template-areas:
		"menu menu"
		"main aside";
	-ms-grid-columns: 3fr 20px 1fr;
	grid-template-columns: 3fr 1fr;
	grid-gap : 20px;
	}
.cont_menu {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: menu
	}

.maincont {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: main

}

#thirdly {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: aside}


/* スライダー下 */
.topslider {
	margin-bottom: 15px;
}


/* コンテンツメニュー  */

.cont_menu {
	padding: 0;
	}

.cont_menu ul {
	display: flex;
	text-align: center;
}

.cont_menu li {
	flex: 1;
	display: inline-block;
    text-decoration: none;
    color: #444;
    border: solid 2px #9DC838;
    border-radius: 10px;
    transition: .4s;
}

.cont_menu li:hover{
	background: #9DC838;
    color: white;
}

.cont_menu a {
	display: block;
	padding: 1em 1em;
	text-decoration: none;
	text-align: center;
	color:#444;
}

.cont_menu  a:hover {

	color: white;
}

/* くらしのガイドタイトル */

.kurashi {
	margin-bottom: 40px;
}


.kurashi h4 a {
	display: block;
	ont-size: 20px;
	font-size: 1.428571rem;
	line-height: 1.846153846;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
	background-color: #ffd12a;
	color: #fff;
	}


/* くらしのガイドメニュー */

.cont_menu1 ul {
	display: flex;

}

.cont_menu1 li {
	flex: 1;
	display: inline-block;
	margin-right: 3px;
}

.cont_menu1 li:last-child {
	margin-right: 0px;
}

.cont_menu1 img {
	width: 100%;
}

a.hover_img1 {
	background-color:#fff; /*背景に白を設定*/
    display:block; /*ブロック化重要！*/
}
a.hover_img1 img{
    transition:all 0.5s ease;
}
a:hover.hover_img1 img{
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* トップページロゴ */

#secondary-front .logo {
	text-align: center;
}

#secondary-front .logo img {
	width: 100%;
}

/*トップページ サイドメニュー*/

.top_side li {
	display: block;
	color: #444;
    border-bottom: solid 1px #009900;
    transition: .4s;
}

.top_side a:hover{
	background: #009900;
    color: white;
}

.top_side a {
	display: block;
	padding: 1em 1em;
	text-decoration: none;
	color: #444;
}

.top_side .soncho{
    text-decoration: none;
    color: #444;
    border-bottom: solid 1px #009900;
	background: url('./img/soncho.jpg') right bottom no-repeat  ;
	padding-top: 5em;
}

.top_side .soncho a:hover {
	background: none;
	color: #444;
}


/* ヘッダー検索・文字サイズ */
.whatever {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	float: right;
	margin-right: 40px;

}

.whatever1 {
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	justify-content:right;
	float: right;
	margin-right:40px;
}

    /* バナー広告エリア */

	.footer-w-area .widget-area-footer {
		display: flex;
		justify-content: center;
	}


	.footer-w-area .widget-area-footer aside {
		flex:1;
		margin-right: 2px;
	}

	.footer-w-area .widget-area-footer aside:last-child {
		margin-right: 0px;
	}


	.bannerad {
		border-top: 2px solid #009900;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		margin-top: 24px;

	}

	.bannerad p {
		margin-top: 12px;
		margin-bottom: 12px;
		padding: 0.5em;/*文字周りの余白*/
		color: #494949;/*文字色*/
		background: #fffaf4;/*背景色*/
		border-left: solid 3px #ffd12a;/*左線（実線 太さ 色）*/
}

/* メインメニュー */
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: flex;
	}

	.main-navigation li {
		flex: 1;
		display: inline-block;
		text-decoration: none;
		color: #fff;
		background-color: #9DC838;
		transition: .4s;
		border-right: solid 2px #fff;
		line-height: 1.71428574;
		font-weight: bold;
}

	.main-navigation li:first-child {
		border-left:solid 2px #fff;
	}

	.main-navigation li a {
		display: block;
		padding: 1em 1em;
		text-decoration: none;
		text-align: center;
		color:#fff;

}

	.main-navigation li a:hover,
	.main-navigation li a:active,
	.main-navigation li a:focus {
		color: #9DC838;
		background-color: #fff;

	}

	.menu-toggle {
		display: none;
	}

	.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
		color: #9DC838;
		background-color: #fff;
		text-decoration: underline;
	}

/*Contact Form 7カスタマイズ*/

/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
 font-weight: normal;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}

/* リンク集ページテーブル */
.links td {
	vertical-align: top;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 320px) {
    	#fontChange {
	    display: none;
	}
}
@media screen and (min-width: 600px) {

		#fontChange {
	    display: block;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		/* max-width: 75rem;*/
		overflow: hidden;
	}
	#primary.site-content {
		float: right;
		width: 75%;
	}

	#primary-front.site-content{
		float: right;
		width: 78%;
	}

	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: left;
		width : 20%;
	}
	.widget-area .logo {
		text-align: center;
	}

	#secondary-front {
		float: left;
		width: 20%;
	}


	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}

	#nav-drawer {
		display: none;
	}

}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #fff;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 0;
		margin-top: 0rem;
		margin-bottom: 0;
		margin-bottom: 0rem;
		/* box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

/* 800px 以下 */
@media screen and (max-width: 800px) {

/* 村長の写真を非表示に */
#secondary-front .top_side .soncho  {
	background: none;
	pdding-top: 1em;
}



@media screen and (max-width: 599px) {

/* 599px 以下  モバイル時には一列で表示 */
#content-front {
	display: grid;
	grid-template-areas:
		"menu"
		"main"
		"aside";
	grid-template-columns: 1fr;
	}

.cont_menu ul {
	display : block;
	}

.cont_menu li {
	width: 100%;
	margin-bottom: 3px;
}

#secondary-front {
	display: none;
}

.office-info {
	text-align: left;
}

#site-navigation {
	display: none;
	}

/*トップページモバイル用メニュー*/

#nav-drawer {
  position: relative;
  margin-left:5px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 60px;
  height: 30px;
  vertical-align: middle;
  background: url('./img/mobmenu.jpg');
}



/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background-color: rgba( 255, 255, 251, 0.9 );/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content li {
	display: block;
	color: #444;
	border-bottom: solid 2px #009900;
	transition: .4s;
}

#nav-content a {
	display: block;
	padding: 1em 1em;
	color: #444;
}

#nav-content a:hover{
	background: #009900;
    color: white;
}

/*下部ページ*/
#nav-content li.under {
	display: block;
	color: #444;
	border-bottom: solid 2px #9DC838;
	transition: .4s;
}

#nav-content li.under a {
	display: block;
	padding: 1em 1em;
	color: #444;
}

#nav-content li.under a:hover{
	background: #9DC838;
    color: white;
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*スマホContact Form 7カスタマイズ*/
.entry-content .inquiry th,.entry-content .inquiry td {
 display:block;
 width:100%;
 border-top:none;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}
.entry-content .inquiry tr:first-child th{
 border-top:1px solid #d7d7d7;
}
/* 必須・任意のサイズ調整 */
.inquiry .haveto,.inquiry .any {
font-size:10px;
}


}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}

	.site-content {
		margin: 36px;
		margin: 2.571428571rem;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

}
