@charset "utf-8";
/*---------------------------------------
common.css
create:asoTWC/nishioka
---------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');



*{
	margin:0;
	padding:0;
}


body {
	width: 100%;
	height: 100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 0.95rem; /* modern browser */
	-webkit-text-size-adjust:100%;/* iPhone用テキストサイズ指定 */
	background-color:#dfdfdf;
	color:#000;
	word-wrap:break-word;
	word-break:break-all;
}
/*
body, x:-moz-any-link {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 84%;
}
*/

html {
	overflow-y:scroll;
}




/* link
--------------------------------------------------------------*/
a:link,a:visited {text-decoration: none;color:#1144CC;}
a:hover,a:active {text-decoration: underline; color: #2a92ff;}


h6 {
    padding: 10px 0 5px;
}
h6 a,a.button {
    text-decoration: none !important;
    border-radius: 0.5rem;
    line-height: 1.3em;
    text-align: center;
    color: #fff !important;
    padding: 1rem 4rem;
    background-color: #087e3a;
    display: inline-block;
}
h6 a:hover,a.button:hover {
    background-color: #2e97ff;
}

a.buttonS {
    font-size: 1em;
    padding: 0.5rem 2rem 0.6rem;
}
a.buttonSS {
    font-size: 0.9em;
    padding: 0.2rem 1rem 0.3rem;
}


/* frame
--------------------------------------------------------------*/

#container {
	background-color:#fff;
}
#skiplink a {
    color: #FFF;
    background-color: #239d55;
    padding: 10px 20px;
    display: block;
    position: absolute;
    left: -9999px;
    font-size: 100%;
    font-weight: bold;
}
#skiplink a.dispskip {
    left: 0;

}
.bgWhite {
	background-color:#fff;
}
.bgBlack {
	background-color:#000 !important;
}

#wrapper {
	width:1280px;
	margin:0 auto;
	padding-bottom: 30px;
	clear:both;
}


#header ul li,
#widget ul li,
#footer ul li,
.topWidgetUnit ul li,
.breadCrumb ul li,
.authorBox li,
.purposeList li,
.adBannerList li {
	list-style-type: none;
}


#contentsArea .entry-content ul.purposeList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 0 2em;
    padding: 0;
}
#contentsArea .entry-content ul.purposeList li {
	width: 31%;
	margin-bottom: 2%;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	/*box-shadow: 0 0 5px #ccc;*/
	border: 1px solid #087E3A;
	border-left: 5px solid #087E3A;
}
#contentsArea .entry-content ul.purposeList::after {
	content: "";
	width: 31%;
}
#contentsArea .entry-content ul.purposeList li a {
	display: inline-block;
	padding: 1em;
	position: relative;
}
#contentsArea .entry-content ul.purposeList li a::before {
	content: "";
	display: inline-block;
	line-height: 1em;
	height: 0.3em;
	width: 0.6em;
	border-bottom: 3px solid #087E3A;
	border-left: 3px solid #087E3A;
	transform: rotate(-45deg);
	margin: 0 0.5em 0.3em 0;
}
@media (max-width: 800px) {
	#contentsArea .entry-content ul.purposeList li {
		width: 48%;
	}
}
@media (max-width: 500px) {
	#contentsArea .entry-content ul.purposeList li {
		width: 100%;
	}
}


.inner {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

.innerNarrow {
    max-width: 900px;
}



/* header
--------------------------------------------------------------*/



/*　サイトロゴ　*/

#siteLogo {
	width:auto;
	position:relative;
	z-index: 999;
}
#siteLogo .inner {
	position: relative;
}
#siteLogo a {
	display: block;
	position: absolute;
	left: 0;
	top: 28px;
	width: 230px;
	height: 70px;
}
#siteLogo a img {
	width: 230px;
	height: 70px;
}

#header {
	width:100%;
	/*height:172px;
	background:url(../img/header_bg.gif) repeat-x left bottom #fff;*/
}
#header .headerInner {
	max-width:1280px;
	width: 96%;
	/*height:172px;*/
	margin:0 auto;
	position:relative;
}
#header .headerInner .mainContents {
    display: none;
}

#smToggle {
	display: none;
}

/* 文字サイズ・背景色
--------------------------------------------------------------*/


#siteFunction {
	width:324px;
	position: absolute;
	right: 120px;
	top: 5px;
}
#language {
	width:381px;
	position: absolute;
	right: 0;
	top: 20px;
}

.siteFunc {
	font-size:0.8rem;
	line-height:24px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}
.siteFunc ul {
	border-radius:3px;
	border:1px solid #087e3a;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}
.siteFunc ul li {
}
.siteFunc ul li a {
	display:block;
	color:#555;
	text-align:center;
	text-decoration: none;
	background-color: #fff;
}
.siteFunc ul li a.active {
	display:block;
	background-color:#087e3a;
	color:#FFF;
}
.siteFunc ul li a:hover {
	display: block;
	background-color:#087e3a;
	color:#FFF;
	text-decoration:none;
}
.siteFunc #fontSizeChanger {
	width: 115px;
}
.siteFunc #fontSizeChanger .fontSizeLabel {
	height: 22px;
	color: #000;
	text-shadow: unset;
}
.siteFunc #fontSizeChanger ul li a {
	width: 56px;
	height:24px;
	overflow: hidden;
}
.siteFunc #bgColorChanger {
	width: 79px;
}
.siteFunc #bgColorChanger .bgColorLabel {
	overflow: hidden;
	height: 22px;
	color: #000;
	text-shadow: unset;
}
.siteFunc #bgColorChanger ul.bgColorButton li a {
	width:38px;
}
.siteFunc #readSpeaker {
	width:96px;
	padding-top: 22px;
}
.siteFunc #readSpeaker a {
	display:block;
	border-radius:3px;
	border:1px solid #239d55;
	background-color:#fff;
	color:#555;
	text-decoration:none;
	text-align: center;
}
.siteFunc #readSpeaker a:hover {
	background-color:#239d55;
	color:#FFF;
}
#xp1.rsbtn {
	position: fixed;
	right: 15px;
	bottom: 15px;
}




#header #searchButton {
	width: 120px;
	overflow: hidden;
	position: absolute;
	right: -25px;
	top: -60px;
}
#header #searchButton a {
    display: block;
    text-align: center;
    background: #087E3A;
    color: #fff;
    border-radius: 100%;
    width: 120px;
    padding: 60px 0 0;
    height: 60px;
}
#header #searchButton a span {
    display: inline-block;
    background-image: url(../img/icon_search_w.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center 5px;
    padding: 29px 0 0;
    line-height: 1.2rem;
    font-size: 1.1rem;
}






/* gnavi */
#header .headerInner ul.gNavi {
	list-style-type: none;
	padding-top: 70px;
	padding-left: 240px;
	padding-bottom: 1rem;
	text-align: right;
}
#header .headerInner ul.gNavi li {
	display: inline-block;
	margin-left: 0.7em;
}
#header .headerInner ul.gNavi li a {
	display: block;
	font-size: 1.05em;
	border-radius: 0.4rem;
	padding: 0.5rem 0 0.5rem 3rem;
	color: #333;
	background-position: 0.8rem center;
	background-repeat: no-repeat;
	background-size: auto 2rem;
	background-color: #fff;
}
#header .headerInner ul.gNavi li.home {
	display: none;
}
#header .headerInner ul.gNavi li.home a {
	background-image: url(../img/sm_home.png);
}
#header .headerInner ul.gNavi li.citizens a {
	background-image: url(../img/sma1.png);
}
#header .headerInner ul.gNavi li.tourism a {
	background-image: url(../img/sma2.png);
}
#header .headerInner ul.gNavi li.furusato a {
	background-image: url(../img/sma3.png);
}
#header .headerInner ul.gNavi li.municipal a {
	background-image: url(../img/sma4.png);
}
#header .headerInner ul.gNavi li.education a {
	background-image: url(../img/sma5.png);
}
#header .headerInner ul.gNavi li.disaster a {
	background-image: url(../img/sma6.png);
}
#header .headerInner ul.gNavi li.business a {
	background-image: url(../img/sma7.png);
}






/*　多言語ボタン　*/
#language ul#langChanger {
	width:237px;
	padding-left:142px;
	padding-top:9px;
}
#language ul#langChanger li {
	width:73px;
	text-align:center;
	padding-left:6px;
	float:left;
}
#language ul#langChanger li a {
	width:73px;
	height:19px;
	padding-top:5px;
	display:block;
	border-radius:3px;
	background-color:#777;
}
#language ul#langChanger li a img {
	display: block;
	margin: 0 auto;
}
#language ul#langChanger li a:hover {
	background-color:#333;
}



#headerBottom {
	background-color:#f1f1e3;
	border-bottom: 1px #eaeadd solid;
	padding:3px 0;
	margin-bottom:14px;
	clear:both;
	
}
body.home #headerBottom {
	padding:16px 0;
}




/* widget
--------------------------------------------------------------*/

#widget {
	width:240px;
	float:left;
	margin:19px 0 20px;
}
#wrapper .widgetIndex {
	margin-top:0px;
}
#widget h3 {
	font-weight:normal;
	color:#008a39;
	clear: both;
	margin-bottom: 0.5em;
}
#widget .widgetBox {
	width:100%;
	margin:0 0 25px;
	border-radius:0.4em;
	border:1px solid #087e3a;
	clear:both;
}
#widget .globalMenu {
	width:100%;
	margin:0 0 35px;
	border-radius:0;
	border:0;
	clear:both;
}
#widget .widgetBox .widgetTitle {
	font-weight:normal;
	color:#FFF;
	padding:20px 15px;
	margin: 0;
	background-color:#087e3a;
	text-align: center;
	font-size: 110%;
	border-bottom: 1px solid #fff;
}
#widget .widgetBox ul.widgetMenu {

}
#widget .widgetBox ul.widgetMenu li a {
	padding:0.7em 0.9em 0.9em;
	display:block;
	border-top:1px dotted #087e3a;
	line-height: 120%;
}
#widget .widgetBox ul.widgetMenu li:first-child a {
	border: 0;
}
#widget .widgetBox ul.widgetMenu li a:hover {
	background-color:#239d55;
	color:#FFF;
	text-decoration:none;
}
#widget .widgetBox ul.widgetMenu li.current_page_item a {
	font-weight: bold;
	color:#000;
	text-decoration:none;
}
#widget .widgetBox ul.widgetMenu li ul {
	font-size:90%;
	line-height: 120%;
	padding-left:7px;
	padding-bottom:6px;
}
#widget .widgetBox ul.widgetMenu li ul li {
	border:0;
	padding:0 0 0 5px;
}
#widget .widgetBox ul.widgetMenu li ul li a {
	border:0;
	background:url(../img/icon_small.gif) no-repeat left 9px;
	padding:5px 5px 5px 8px;
}
#widget .globalMenu {
	border: 0 !important;
	border-top:1px solid #239d55 !important;
}
#widget .globalMenu ul.widgetMenu li:first-child a {
	border: 0;
	border-bottom:1px solid #239d55;
	/*padding-top: 0;*/
}
#widget .globalMenu ul.widgetMenu li a {
	padding:0.7em 0.5em 0.9em;
	display:block;
	border-bottom:1px solid #239d55;
	border-top:0;
	line-height: 120%;
	font-size: 110%;
}

.page-citizens #widget .widgetBox .widgetTitle,
.page-citizens #widget .widgetBox ul.widgetMenu li a:hover { background-color:#007bd1; }
.page-citizens #widget .widgetBox,
.page-citizens #widget .widgetBox ul.widgetMenu li a { border-color:#007bd1; }

.page-business #widget .widgetBox .widgetTitle,
.page-business #widget .widgetBox ul.widgetMenu li a:hover { background-color:#ea3f84; }
.page-business #widget .widgetBox,
.page-business #widget .widgetBox ul.widgetMenu li a { border-color:#ea3f84; }

.page-tourism #widget .widgetBox .widgetTitle,
.page-tourism #widget .widgetBox ul.widgetMenu li a:hover { background-color:#ed8324; }
.page-tourism #widget .widgetBox,
.page-tourism #widget .widgetBox ul.widgetMenu li a { border-color:#ed8324; }

.page-municipal #widget .widgetBox .widgetTitle,
.page-municipal #widget .widgetBox ul.widgetMenu li a:hover { background-color:#6952e0; }
.page-municipal #widget .widgetBox,
.page-municipal #widget .widgetBox ul.widgetMenu li a { border-color:#6952e0; }

.page-education #widget .widgetBox .widgetTitle,
.page-education #widget .widgetBox ul.widgetMenu li a:hover { background-color:#1ea184; }
.page-education #widget .widgetBox,
.page-education #widget .widgetBox ul.widgetMenu li a { border-color:#1ea184; }

.page-disaster #widget .widgetBox .widgetTitle,
.page-disaster #widget .widgetBox ul.widgetMenu li a:hover { background-color:#ff4e3c; }
.page-disaster #widget .widgetBox,
.page-disaster #widget .widgetBox ul.widgetMenu li a { border-color:#ff4e3c; }

#widget .otherMenu {
	border:1px solid #aaa !important;
}
#widget .otherMenu ul.widgetMenu li a { border-color:#aaa !important; }
#widget .otherMenu { background-color: #f5f5f5; }
#widget .otherMenu ul.widgetMenu li a:hover { background-color: #666 !important; }


#widget .widgetSubMenu {
	margin-bottom:35px;
}


#widget .recentNews {
	width:100%;
	margin:0 0 35px;
	border-radius:0.4em;
	border:1px solid #087e3a;
	clear:both;
}


#widget ul.bannerList {
	margin:0 0 25px;
}
#widget ul.bannerList li {
	margin:0 0 16px;
	line-height:0.5em;
}
#widget ul.bannerList li img {

}
#widget ul.bannerList li.bnrFacebook {
	margin-top:-6px;
}

#widget ul.recentList {
	padding:10px 13px;
}
#widget ul.recentList li {
	background:url(../img/icon_small.gif) no-repeat left 1.1em;
	padding:0.5em 0.7em
}
#widget ul.recentList li a {
	font-size:0.9em;
	display: inline-block;
	line-height: 1.3em;
}

#widget dl.recentList {
	padding:10px 12px 5px;
}
#widget dl.recentList dt {
	font-size:90%;
	line-height: 120%;
	background:url(../img/icon_small.gif) no-repeat left 8px;
	padding:4px 0px 0px 8px;
}
#widget dl.recentList dd {
	font-size:75%;
	line-height: 120%;
	padding:2px 0px 9px 8px;
	border-bottom:1px dotted #aaa;
	color: #555;
	margin-bottom:7px;
}

#widget ul.topWidgetMenu {
	line-height:120%;
}
#widget ul.topWidgetMenu li a {
	padding:11px 12px 9px;
	display:block;
	border-top:1px dotted #239d55;
}
#widget ul.topWidgetMenu li:first-child a {
	border: 0;
}
#widget ul.topWidgetMenu li a:hover {
	background-color:#239d55;
	color:#FFF;
	text-decoration:none;
}


/* breadcrumb
----------------------------------------------------------- */
.breadCrumb {
	width:1280px;
	margin:0px auto;
	clear:both;
}
.breadCrumb ul {
	padding:10px 0;
}
.breadCrumb ul li {
	float:left;
	padding:0 11px 0 0;
	font-size: 0.9em;
}
.breadCrumb ul li a {
	padding-right:17px;
	display:block;
	background:url(../img/icon_small.gif) no-repeat right center;
}



.breadCrumb ul li.printButton {
	font-size:80%;
	float:right;
	padding-right:0;
	margin: -3px 0;
}
.breadCrumb ul li.printButton a {
	background: #888;
	color:#fff;
	padding: 3px 8px 3px 23px;
	border-radius: 3px;
	display: block;
	background:url(../img/icon_print.gif) no-repeat 5px center #777;
}
.breadCrumb ul li.printButton a:hover {
	text-decoration: none;
}
.breadCrumb ul li.printButton {
	display: none;
}
body.page-template-default .breadCrumb ul li.printButton,
body.single .breadCrumb ul li.printButton {
	display: block;
}





/* contents
--------------------------------------------------------------*/
#contentsArea {
	width:1000px;
	float:right;
	margin:19px 0 20px;
}
#contentsArea.staticContents {
	float:none;
	margin:19px auto 20px;
}
#content {
}

.authorBox {
	width:300px;
	margin:20px auto 0;
	padding:10px;
	border:1px solid #ddd;
	background-color: #f5f5f5;
	clear:both;
	text-align: center;
}
.authorBox p {
	padding:0;
}

ul.secondMenu {
	margin:-30px 0 24px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;

}
ul.secondMenu li {
	font-weight: normal;
	margin:0 0 10px;
	padding-bottom:7px;
	clear: both;
	list-style-type: none;
	width: 48%;

/*	background:url(../img/icon_normal.png) no-repeat left 6px; */
}
ul.secondMenu li a {
	text-decoration: underline;
}
#contentsArea ul.secondMenu li h3 {
	font-size: 130%;
	color: #fff;
	font-weight: normal;
	margin-bottom: 1.3rem;
	padding: 6px 14px 8px;
	background-color: #239d55;
	margin-top: 0;
	border-radius: 0.4em;
}

body.page-citizens #contentsArea ul.secondMenu li h3 {background-color: #007bd1;}
body.page-business #contentsArea ul.secondMenu li h3 {background-color: #ea3f84;}
body.page-tourism #contentsArea ul.secondMenu li h3 {background-color: #ed7b00;}
body.page-municipal #contentsArea ul.secondMenu li h3 {background-color: #6952e0;}
body.page-education #contentsArea ul.secondMenu li h3 {background-color: #1ea184;}
body.page-disaster #contentsArea ul.secondMenu li h3 {background-color: #ff4e3c;}



ul.secondMenu li ul {
	padding:0px 0 0;
	margin-bottom: 20px;
	display: block;
}
ul.secondMenu li ul li {
	font-weight: normal;
	margin:0 0 10px 10px;
	background:url(../img/icon_small.gif) no-repeat left 0.7em;
	overflow:hidden;
	padding-bottom:1px;
	padding-left: 9px;
	float:left;
	width:46%;
	clear: none;
	border: none;


	margin: 0 0 1em 10px;
	float: none;
	width: auto;
}
ul.secondMenu li ul li.moreLink {
	margin-top: 2em;
	margin-left: 0;
	background: none;
}
ul.secondMenu li ul li.moreLink a {
	display: inline-block;
	color: #fff;
	font-size: 0.9em;
	background:url(../img/icon_small.gif) no-repeat 0.5em center;
	background-color: #777;
	padding: 0.2em 0.8em 0.35em 1.3em;
	text-decoration: none;
	border-radius: 0.5rem;
}

#content table.recentList {
	width:100%;
	clear:both;
	margin-bottom:50px;
	background-color: #f3f3f3;
	border:1px solid #ddd;
}
#content table.recentList td {
	width:100px;
	padding:14px 0 0px 25px;
	font-family:Verdana, Geneva, sans-serif;
	color:#555;
	font-size:80%;
	background:url(../img/icon_small.gif) no-repeat 15px 19px;
	border:none;
	line-height:normal;
	vertical-align:top;
}
#content table.recentList th {
	padding:10px 0;
	font-weight:normal;
	text-align:left;
	border:none;
	font-size:80%;
}
#content table.recentList th a {
	display: block;
	font-size: 130%;
}
#content table.recentList td,
#content table.recentList th {
	border-bottom: 1px dotted #ccc;
}

#contentsArea .secondPageInfo h2 {
	margin:0px;
	font-weight:normal;
	font-size:1.0em;
	line-height: 130%;
	padding: 13px 30px 12px;
	background-color: #f3f3f3;
	border:1px solid #ccc;
	border-bottom: 0;
	background: url(../img/icon_normal.png) no-repeat 13px center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#content .catRecentList {
	clear:both;
	margin-bottom:20px;
	background-color: #f9f9f9;
	border:1px solid #ccc;
	padding:10px 12px 0px;
}
#content .catRecentList dt {
	font-family:Verdana, Geneva, sans-serif;
	color:#239d55;
	font-size:80%;
	padding-bottom: 3px;
}
#content .catRecentList dd {
	font-size:85%;
	line-height: 130%;
	padding-bottom: 12px;
}




#content .formatLinkURL {
	border:1px dashed #bbb;
	padding:10px 12px;
	background-color: #f5f5f5;
	margin-bottom: 50px;
}
#contentsArea .secondMainColumn {
	padding-bottom: 3rem;
}
#contentsArea .secondSideColumn {
}

#contentsArea .entry-content dl {
	margin-bottom: 30px;
}
#contentsArea .entry-content dl dt {
	margin-top: 20px;
	font-weight: bold;
}
#contentsArea .entry-content dl dd {
}
#contentsArea .entry-content input,
#contentsArea .entry-content textarea {
	max-width: 100%;
}












/* entry-content
--------------------------------------------------------------*/
.pageTitle {
	padding-bottom:20px;
}
p {
	padding-bottom:1.2em;
	line-height:1.8em;
}
table {
	margin-bottom:25px;
	width:100%;
	border-color:#f5f5f5;
}
table td,
table th {
	padding:5px 9px;
	border-color:#cccccc;
}
table.border-table {
	margin-bottom:25px;
	width:100%;
}
table.border-table td,
table.border-table th {
	padding:9px 12px;
	border:1px solid #cccccc;
}
table.border-table-mini {
	margin-bottom:15px;
	width:100%;
	font-size:82%;
	line-height:130%;
}
table.border-table-mini td,
table.border-table-mini th {
	padding:3px 6px;
	border:1px solid #cccccc;
}


#imageHeader {
	padding: 8em 0;
	margin: 2em 0 1em;
	position: relative;
}
#imageHeader .ihBG {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    box-sizing: border-box;
    z-index: 0;
    border-radius: 1em;
    box-shadow: 0 0 10px #ccc;
}
#imageHeader .inner {
	width: 90%;
	z-index: 5;
	max-width: unset;
	border-radius: 1em;
}
#imageHeader .inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: linear-gradient(to right, #087e3a 0%, #087e3a 20%, transparent 50%);
	width: 100%;
	height: 100%;
	border-radius: 1em;
}
#imageHeader .inner h1 {
	position: relative;
	z-index: 5;
	font-size: 2.5em;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 0 0 5px rgb(0, 0, 0, 0.6), 0 0 5px rgb(0, 0, 0, 0.6);
}
#imageHeader .inner .topLevelCopy {
	position: relative;
	z-index: 5;
	color: #fff;
	text-shadow: 0 0 5px rgb(0, 0, 0, 0.6), 0 0 5px rgb(0, 0, 0, 0.6);
}
@media (max-width: 1300px) {
	#imageHeader .inner {
		border-radius: 0;
	}
	#imageHeader .inner::before {
		border-radius: 0;
	}
	#imageHeader .ihBG {
	    border-radius: 0px;
	}
}

@media (max-width: 800px) {
	#imageHeader {
		padding: 5em 0;
	}
}












#contentsArea table.layoutTable {
	width:100%;
	margin-bottom:25px;
}
#contentsArea table.layoutTable td {
	padding:1px 5px !important;
	border:none !important;
	vertical-align:top;
}
#contentsArea table.layoutTableB {
	width:100%;
	margin-bottom:25px;
}
#contentsArea table.layoutTableB td {
	padding:0px !important;
	border:none;
}



#contentsArea h1 {
	margin-bottom:15px;
}
#contentsArea h2 {
	margin-top:5px;
	margin-bottom:15px;
}
#contentsArea h3 {
	margin-top:30px;
	margin-bottom:1em;
}
#contentsArea h4 {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 110%;
}
#contentsArea h5 {
	padding:10px 0 20px;
}
#contentsArea h5 a {
	font-size: 140%;
	display:block;
	padding:12px 20px;
	background-color: #c4e4ff;
	-webkit-box-shadow: #9bcaf1 0px 0px 5px;
	-moz-box-shadow: #9bcaf1 0px 0px 5px;
	box-shadow: #9bcaf1 0px 0px 5px;
	border-radius: 4px;
	text-align: center;
	color:#0051ad;
	text-decoration: none;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #9bcaf1;
	letter-spacing: 1px;
}
#contentsArea h6 {
	padding:10px 0 20px;
	font-size: 100%;
}
#contentsArea h6 a {
	padding:9px 17px;
	background-color: #0073d4;
	-webkit-box-shadow: #bbb 0px 0px 5px;
	-moz-box-shadow: #bbb 0px 0px 5px;
	box-shadow: #bbb 0px 0px 5px;
	text-shadow: 0px -1px 0px #005dac;
	border-radius: 4px;
	color:#fff;
	text-decoration: none;
	display: inline-block;
}



#contentsArea .image-title {
	padding:0px 0 15px;
}
#contentsArea .post-title {
	padding:0.7em 0.9em 0.8em;
	border:1px solid #e4e9d5;
	border-top:3px solid #239d55;
	margin-bottom:10px;
	font-size:160%;
	color: #333;
	background-color: #f1f6e5;
}
#contentsArea .eventTitle {
	border-bottom:1px solid #8cb3ce;
	margin-bottom:20px;
}
#contentsArea div.entry-title {
	padding:5px 0px 0px;
	margin-bottom:10px;
	font-size: 1rem;
	color:#333;
	font-weight: bold;
	border-top:2px solid #555;
	position: relative;
	text-align: right;
	display: none;
}
body.page-mayor #contentsArea div.entry-title {
	display: none;
}
body.page-citizens #contentsArea div.entry-title {
	color:#007bd1;
	border-color:#007bd1;
}
#contentsArea div.entry-title a {

}
#contentsArea h1.childTitle,
#contentsArea h1.entry-title {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0.5em 0.7em 0.65em;
	background: none;
	color: #333;
	border: 1px solid #bbb;
	border-radius: 4px;
	line-height: 110%;
}
body.page-citizens #contentsArea h1.entry-title {color:#007bd1; font-size: 2.2em;border-color:#007bd1;}
body.page-business #contentsArea h1.entry-title {color:#ea3f84; font-size: 2.2em;border-color:#ea3f84;}
body.page-tourism #contentsArea h1.entry-title {color:#ed8600; font-size: 2.2em;border-color:#ed8600;}
body.page-municipal #contentsArea h1.entry-title {color:#6952e0; font-size: 2.2em;border-color:#6952e0;}
body.page-education #contentsArea h1.entry-title {color:#1ea184; font-size: 2.2em;border-color:#1ea184;}
body.page-disaster #contentsArea h1.entry-title {color:#ff4e3c; font-size: 2.2em;border-color:#ff4e3c;}
body.page-kumamoto_eq #contentsArea h1.entry-title {color:#fff; font-size: 200%;border-color:#a50006;background:#d5080f;padding-bottom:19px;}
body.category-emergency h1.entry-title {
    background: #fff0f0 !important;
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
}

#contentsArea h1.eyeCatchTitle {
	font-weight:normal;
	font-size: 2.2em;
}
#contentsArea h1.eyeCatchImg {
	font-weight:normal;
	font-size: 2.2em;
}
body.page-scene #contentsArea h1.eyeCatchTitle {
	font-weight:normal;
	font-size: 2em;
	padding-left:30px;
	border:1px solid #ddd;
	border-radius: 4px;
	line-height: 190%;
	background-color: #f8f8f8;
	text-shadow: 0px 2px 0px #FFF;
}


#contentsArea div.childTitle {
	display: none;
}
#contentsArea .thirdTitle {
	font-size:130%;
	color:#fff;
	font-weight:normal;
	margin-bottom:15px;
	padding:8px 20px 10px;
	background-color: #239d55;
	border-radius:4px;
}

body.page-citizens #contentsArea .thirdTitle {background-color: #007bd1;}
body.page-business #contentsArea .thirdTitle {background-color:#ea3f84;}
body.page-tourism #contentsArea .thirdTitle {background-color:#ed8600;}
body.page-municipal #contentsArea .thirdTitle {background-color:#6952e0;}
body.page-education #contentsArea .thirdTitle {background-color:#1ea184;}
body.page-disaster #contentsArea .thirdTitle {background-color:#ff4e3c;}


#contentsArea .entry-content h2 {
	background-color:#f1f1f1;
	color: #000;
	padding:0.7em 1em;
	font-size:140%;
	line-height:120%;
	border:1px dotted #ddd;
	text-shadow: 0px 1px 0px #FFF;
	font-weight: normal;
	margin-top: 1em;
}

#contentsArea .entry-content h3 {
	padding:1em 0 0.5em;
	border-bottom:2px solid #ccc;
	font-weight:normal;
	font-size:140%;
	color:#111;
}


#contentsArea .entry-content ol {
	margin: 0 0 18px 20px;
	padding-left:10px;
}
#contentsArea .entry-content ol li {
	margin-bottom:8px;
	line-height:130%;
}
#contentsArea .entry-content ul {
	margin: 0 0 0 18px;
	padding-left:10px;
	padding-bottom: 1em;
}
#contentsArea .entry-content ul li {
	margin-bottom:8px;
	line-height:130%;
}



#contentsArea ul.thirdMenu {
	margin: -10px 0 20px 0px;
	padding-left:0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}
#contentsArea ul.thirdMenu li {
	width: calc(50% - 10px);
	padding:1px;
	margin:0 0px 12px;
	line-height:1.4em;
	font-size: 110%;
	border:1px solid #ddd;
	border-radius: 0.5em;
	background-color: #f5f5f5;
}
#contentsArea ul.thirdMenu li a {
	background: url(../img/icon_normal.png) no-repeat 10px 0.95em #f5f5f5;
	padding:9px 12px 9px 27px;
	display:block;
}
#contentsArea ul.thirdMenu li a:hover {
	background-color:#fff;
}
#contentsArea .hentry {
	margin: 0 0 30px 0;
}
#contentsArea .hentry .entry-meta {
	padding-bottom: 2em;
}
body.archive #contentsArea .hentry {
	padding: 20px 0;
	margin:0;
}
body.search-results #contentsArea .hentry {
	padding: 2em 0;
	margin: 0;
}
#content .list-title {
	font-size:120%;
	margin-bottom: 0.5em;
}
#content .listContent {
	font-size:85%;
	color: #777;
	line-height: 1.7em;
}

.page-title {
	font-size: 150%;
}
.page-title span {
	color: #333;
	font-size: 120%;
	font-weight: normal;
}

.section_name {
width: 300px;
margin: 0 auto;
text-align: center;
padding: 7px;
border: 1px solid #DDDDDD;
background-color: #FBFBFB;
}

.category-mayor .listContent {
	display: none;
}





/* PageNavi */

.wp-pagenavi {
	text-align:center;
	padding:15px 0;
	clear: both;
	font-family:Verdana, Geneva, sans-serif;
}
.wp-pagenavi .pages {
	margin:0 20px 0 0;
	color:#888;
}
.wp-pagenavi span,
.wp-pagenavi a {
	padding:5px 8px 6px;
	margin-right: 3px;
	line-height: 2.3em;
	border-radius:3px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border:1px solid #ccc !important;
}
.wp-pagenavi .pages {
	border:none !important;
}
.wp-pagenavi a:hover {
	background-color:#e3e3e3;
	color:#40b0ff;
}

.wp-pagenavi span.current {
	background-color:#239d55;
	color:#fff;
}
.previouspostslink {
	border:1px solid #ddd;
	margin-right:10px;
	background-color: #ddd;
}
.nextpostslink {
	border:1px solid #ddd;
	margin-left:10px;
	background-color: #ddd;
}

#nav-below {

}
.nav-previous,
.nav-next {
	display:none;
}




/* gallery
--------------------------------------------------------------*/

dl.gallery-item dt.gallery-icon {
	padding-bottom: 3px;
}

dl.gallery-item dd.wp-caption-text {
	padding: 0 18px;
}
table.wp-gallery td {
	text-align:center;
	font-size:85%;
	padding-bottom:25px;
}
table.wp-gallery td img {
	display:block;
	padding:6px;
	border:solid 1px #ccc;
	margin:0 auto 5px;
}
table.wp-gallery td a {
	color:#333;
}




/* pagetop
--------------------------------------------------------------*/
.pageTop {
	position: absolute;
	right: 2em;
	top: 2em;
	text-align: center;
	z-index: 1;
	width: 92px;
	height: 92px;
}
.pageTop a {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid #087E3A;
	display: block;
	position: relative;
	color: #087E3A;
	text-decoration: none;
}
.pageTop a span {
	font-size: 0.9rem;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0)
}
.pageTop a span::after,
.pageTop a span::before {
	content: "";
	height: 1px;
	width: 15px;
	background: #087E3A;
	position: absolute;
}
.pageTop a span::after {
	top: -15px;
	left: calc(50% - 13px);
	transform: rotate(-45deg);
}
.pageTop a span::before {
	top: -15px;
	left: calc(50% - 3px);
	transform: rotate(45deg);
}

/* footer
--------------------------------------------------------------*/


#footer {
	padding:5em 0;
	position: relative;
	background-color:#f2f2f2;
}

#footer .footerInner {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}







/*　サイト内検索　*/

#footer .searchBox {
    padding-bottom: 3em;
}
#footer .searchBox #searchform {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    align-content: flex-start;
    justify-content: flex-start;
	width: 370px;
}
#footer .searchBox .searchText {
	width:17em;
	padding:0.5em 0.8em;
	border:1px solid #087E3A;
	background-color: #fff;
	font-size: 1.1rem;
	line-height: 1.3em;
	color: #000;
	border-right:none;
	border-top-left-radius:0.4em;
	border-bottom-left-radius:0.4em;
	display: block;
}
#footer .searchBox .sButton {
	display: block;
	font-size:1rem;
	line-height: 1.3em;
	border:none;
	padding:0.7em 1em 0.7em;
	background-color: #087E3A;
	color:#fff;
	border-top-right-radius:0.4em;
	border-bottom-right-radius:0.4em;
	cursor: pointer;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}
#footer.bgBlack .searchBox .sButton {
	border: 1px solid #777;
}


#footer .footerSitemap {
	width: 100%;
	max-width: calc(100% - 365px);
	line-height: 1.3em;
}

#footer .footerSitemap .sitemapUnit {
	padding-bottom: 2rem;
}
#footer .footerSitemap .sitemapUnit .smTitle {
	padding-bottom: 1rem;
}

#footer .footerSitemap .sitemapUnit .smMenu {
	list-style-type: none;
}
#footer .footerSitemap .sitemapUnit .smMenu li {
	display: inline-block;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
}
#footer .footerSitemap .sitemapUnit .smMenu li a {
	display: block;
	border: 1px solid #aaa;
	font-size: 0.9em;
	border-radius: 0.4rem;
	padding: 0.5rem 1rem 0.5rem 3rem;
	color: #333;
	background-position: 0.8rem center;
	background-repeat: no-repeat;
	background-size: auto 1.8rem;
	background-color: #fff;
}
#footer .footerSitemap .sitemapUnit .smMenu li.home a {
	background-image: url(../img/sm_home.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.citizens a {
	background-image: url(../img/sma1.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.tourism a {
	background-image: url(../img/sma2.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.furusato a {
	background-image: url(../img/sma3.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.municipal a {
	background-image: url(../img/sma4.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.education a {
	background-image: url(../img/sma5.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.disaster a {
	background-image: url(../img/sma6.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.business a {
	background-image: url(../img/sma7.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.child a {
	background-image: url(../img/sm01.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.rearing a {
	background-image: url(../img/sm02.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.school a {
	background-image: url(../img/sm03.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.marriage a {
	background-image: url(../img/sm04.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.welfare a {
	background-image: url(../img/sm05.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.condolence a {
	background-image: url(../img/sm06.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.moving a {
	background-image: url(../img/sm07.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.garbage a {
	background-image: url(../img/sm08.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.medical a {
	background-image: url(../img/sm09.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.examination a {
	background-image: url(../img/sm10.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.evacuation a {
	background-image: url(../img/sm11.png);
}
#footer .footerSitemap .sitemapUnit .smMenu li.it a {
	background-image: url(../img/sm12.png);
}

#footer.bgBlack .footerSitemap .sitemapUnit .smMenu li a {
	background: none;
	padding: 0.5rem 1rem 0.5rem 1rem;
}


#footer .footerSitemap .sitemapUnit .exMenu {
	list-style-type: none;
}
#footer .footerSitemap .sitemapUnit .exMenu li {
	display: inline-block;
	padding-right: 1em;
	font-size: 0.9em;
}
#footer .footerSitemap .sitemapUnit .exMenu li::after {
	content: "　/";
	font-size: 0.9em;
	line-height: 2em;
	color: #555;
}
#footer .footerSitemap .sitemapUnit .exMenu li a {
	color: #555;
	font-size: 0.9em;
	line-height: 2em;
}
#footer .footerSitemap .sitemapUnit .exMenu li:last-child::after {
	display: none;
}


#footer .footerIndex {
	padding-top: 5em;
	width: 100%;
	max-width: 365px;
	text-align: right;
}
#footer .footerIndex .footerLogo {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 1.5rem 0 0.5rem 4.5rem;
	background: url(../img/logo_asocity.svg) no-repeat left center;
	margin-bottom: 1rem;
}
#footer .footerIndex address {
	font-size: 0.9em;
	display: block;
	padding-bottom: 2rem;
	line-height: 1.6em;
}

#footer .footerIndex ul.snsList {
   text-align: right;
   padding-bottom: 2em;
}
#footer .footerIndex ul.snsList li {
	width: 30px;
	height: 30px;
	margin: 0 0 0 15px;
	display: inline-block;
}
#footer .footerIndex ul.snsList li a {
    border: 0;
    padding: 0;
}
#footer .footerIndex ul.snsList li a img {
	width: 100%
}
#footer .footerIndex .footerInq {
	font-size:85%;
	padding-top:10px;
	color:#444;
}
#copyrights {
	clear:both;
	color:#666;
	padding:15px;
	font-size:0.7rem;
	text-align:center;
}


/* add icon
--------------------------------------------------------------*/
.pdfLink {
	background: url(../img/icon_pdf.gif) no-repeat right center;
	padding-right:18px;
}
.docLink {
	background: url(../img/icon_word.gif) no-repeat right center;
	padding-right:18px;
}
.xlsLink {
	background: url(../img/icon_excel.gif) no-repeat right center;
	padding-right:18px;
}
.rtfLink {
	background: url(../img/icon_rtf.gif) no-repeat right center;
	padding-right:15px;
}
h6 a.pdfLink,
h6 a.docLink,
h6 a.xlsLink,
h6 a.rtfLink {
	padding-left:35px !important;
	background-position:16px center;
}



/* form
--------------------------------------------------------------*/

form {
}
form table th {
	background-color:#f3f3f3;
	font-weight:normal;
	text-align:left;
}

form input {
	padding: 3px 8px;
}
form button {
	padding: 3px 8px;
}
form span.error {
	padding-left:5px;
	color:#e00;
	font-weight:bold;
}

/* common format
--------------------------------------------------------------*/

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	zoom: 100%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
.clr {clear:both}
.clrR {clear:right;}
.clrL {clear:left;}
.fir {display:none;}

li {
	*display: inline; /* IE7以下用 */
	*zoom: 1; /* IE7以下用 */
}
img {border:none}
table {
	border-collapse:collapse;
}
address {font-style:normal;}

.borderNone {border:none !important}

/*h1,h2,h3,h4,h5,h6 {font-weight:normal;line-height:130%;}*/

.displayBlock {display:block !important;}
.displayNone {display:none !important;}
.displayInline {display:inline !important;}

/* align float */
.alignLeft {text-align:left !important}
.alignRight {text-align:right !important}
.alignCenter {text-align:center !important}
.floatLeft {float:left !important}
.floatRight {float:right !important}

/* textformat */
.fontSize1 { font-size:150%;}
.fontSize2 { font-size:127%;}
.fontSize3 { font-size:114%;}
.fontSize4 { font-size:80%;}
.fontSize5 { font-size:74%;}
.fontSize6 { font-size:62%;}

.textRed {color:#f00 !important;}
.textRed2 {color:#b00 !important;}
.textGreen2 {color:#0b0 !important;}
.textBlue2 {color:#0082a8 !important;}
.textOrange {color:#f80 !important;}
.textPink {color:#f48 !important;}
.textPurple {color:#70c !important;}

/* bordercolor */
.bcGreen {border-color:#7fdfbe !important;}
.bcRed {border-color:#ff9b9b !important;}
.bcPink {border-color:#ffb4d9 !important;}
.bcBlue {border-color:#c9eaff !important;}
.bcGray {border-color:#bbb !important;}
.bcOrange {border-color:#ffd59b !important;}

/* backgroundcolor */
.bgGreen {background-color:#e1eed3 !important;}
.bgBrightRed {background-color:#fff7f7 !important;}
.bgYellow {background-color:#ffffe9 !important;}
.bgRed {background-color:#ffd4d4 !important;}
.bgPink {background-color:#ffe0ef !important;}
.bgBlue {background-color:#eaf7ff !important;}
.bgGray {background-color:#ddd !important;}
.bgOrange {background-color:#ffefd8 !important;}

/* width */
.width10 {width:10% !important;}
.width15 {width:15% !important;}
.width20 {width:20% !important;}
.width30 {width:30% !important;}
.width40 {width:40% !important;}
.width45 {width:45% !important;}
.width50 {width:50% !important;}
.width60 {width:60% !important;}
.width70 {width:70% !important;}
.width80 {width:80% !important;}
.width90 {width:90% !important;}
.width100 {width:100% !important;}

/* margin-bottom */
.marginAuto {margin-left:auto;margin-right:auto !important;}
.marginBottom0 {margin-bottom:0px !important;}
.marginBottom10 {margin-bottom:10px !important;}
.marginBottom20 {margin-bottom:20px !important;}
.marginBottom30 {margin-bottom:30px !important;}
.marginBottom40 {margin-bottom:40px !important;}
.marginBottom50 {margin-bottom:50px !important;}
.marginBottom60 {margin-bottom:60px !important;}
.marginBottom70 {margin-bottom:70px !important;}
.marginBottom80 {margin-bottom:80px !important;}
.marginBottom90 {margin-bottom:90px !important;}

/* margin-left,margin-right */
.marginLeft0 {margin-left:0px !important;}
.marginLeft10 {margin-left:10px !important;}
.marginLeft20 {margin-left:20px !important;}
.marginLeft30 {margin-left:30px !important;}
.marginLeft40 {margin-left:40px !important;}
.marginLeft50 {margin-left:50px !important;}
.marginRight0 {margin-right:0px !important;}
.marginRight10 {margin-right:10px !important;}
.marginRight20 {margin-right:20px !important;}
.marginRight30 {margin-right:30px !important;}
.marginRight40 {margin-right:40px !important;}
.marginRight50 {margin-right:50px !important;}

/* margin-top */
.marginTop0 { margin-top:0px !important; }
.marginTop10 { margin-top:10px !important; }
.marginTop20 { margin-top:20px !important; }
.marginTop30 { margin-top:30px !important; }
.marginTop40 { margin-top:40px !important; }
.marginTop50 { margin-top:50px !important; }
.marginTop60 { margin-top:60px !important; }
.marginTop70 { margin-top:70px !important; }
.marginTop80 { margin-top:80px !important; }
.marginTop90 { margin-top:90px !important; }
.marginTop100 { margin-top:100px !important; }

/* padding-top */
.paddingTop0 { padding-top:0px !important; }
.paddingTop10 { padding-top:10px !important; }
.paddingTop20 { padding-top:20px !important; }
.paddingTop30 { padding-top:30px !important; }
.paddingTop40 { padding-top:40px !important; }
.paddingTop50 { padding-top:50px !important; }
.paddingTop60 { padding-top:60px !important; }
.paddingTop70 { padding-top:70px !important; }
.paddingTop80 { padding-top:80px !important; }
.paddingTop90 { padding-top:90px !important; }
.paddingTop100 { padding-top:100px !important; }

/* padding-bottom */
.paddingBottom0 {padding-bottom:0px !important;}
.paddingBottom10 {padding-bottom:10px !important;}
.paddingBottom20 {padding-bottom:20px !important;}
.paddingBottom30 {padding-bottom:30px !important;}
.paddingBottom40 {padding-bottom:40px !important;}
.paddingBottom50 {padding-bottom:50px !important;}
.paddingBottom60 {padding-bottom:60px !important;}
.paddingBottom70 {padding-bottom:70px !important;}
.paddingBottom80 {padding-bottom:80px !important;}
.paddingBottom90 {padding-bottom:90px !important;}

/* padding-left,padding-right */
.paddingLeft0 {padding-left:0px !important;}
.paddingLeft10 {padding-left:10px !important;}
.paddingLeft20 {padding-left:20px !important;}
.paddingLeft30 {padding-left:30px !important;}
.paddingLeft40 {padding-left:40px !important;}
.paddingLeft50 {padding-left:50px !important;}
.paddingRight0 {padding-right:0px !important;}
.paddingRight10 {padding-right:10px !important;}
.paddingRight20 {padding-right:20px !important;}
.paddingRight30 {padding-right:30px !important;}
.paddingRight40 {padding-right:40px !important;}
.paddingRight50 {padding-right:50px !important;}



/* =Responsive Structure
----------------------------------------------- */

body {
	-webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
	from {
		padding: 0;
	}
	to {
		padding: 0;
	}
}
/*
@media (min-width: 1500px) {
	#header .headerInner {
		width: 994px;
		padding-left: 8px;
	}
}*/
@media (max-width: 1280px) {
	body {
		font-size: 100%; /* modern browser */
		-webkit-text-size-adjust:100%;/* iPhone用テキストサイズ指定 */
	}

	/* Simplify the basic layout */
	#topEventWta,
	.sideUnitBox,
	#primary,
	#wrapperSecond #widget,
	#advertisingArea,
	.secondSideColumn,
	.topWidget,
	.breadCrumb ul li.printButton {
		display:none !important;
	}
	#contentsArea,
	#widget,
	#footer .footerIndex,
	#footerSiteMap {
		float:none !important;
	}
	#container,
	#widget,
	#wrapper,
	.secondMainColumn,
	.topContents {
		width:100% !important;
		float:none !important;
	}
	.headerInner,
	#footerSiteMap,
	.footerInner,
	#footer .footerIndex {
		width:95% !important;
		margin:0 auto;
	}
	img {
		max-width: 100%;
		height:auto;
	}
	/* separate settings */
	body {
		background-color: #fff;
	}
	#headContents {
	    width: 100% !important;
	    margin: 16px auto !important;
	}
	#contentsArea {
		width:100%;
		margin:0 auto;
	}
	#contentsArea {
		width:95% !important;
		margin:0 auto;
	}
	#header {
		position: inherit;
		background:none;
		height:auto;
		margin-bottom:0;
	}
	#header .headerInner {
		height: auto;
		margin: 0 auto;
		background: none;
		position: relative;
		padding-left: 0;
	}
	#header .headerInner .mainContents {
		width: 100%;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    align-content: flex-start;
	}
	#header .headerInner .mainContents li {

	}
	#header .headerInner .mainContents li img {
		width: 200px;
		border-radius: 15px;

	}

	.breadCrumb {
		width: 95%;
		margin:0 auto;
		padding:0;
	}

	#contentsArea h1.entry-title {
		font-size: 2rem;
	}
	#contentsArea .childTitle {
		font-size:1.5rem;
	}

	#contentsArea img.floatLargeImg {
		width:50%;
	}
	ul.secondMenu li {
		font-size:90%;
	}
	ul.secondMenu li ul {
		font-size:120%;
	}
	#widget .widgetBox {
		width: 100%;
		border-radius: 0px;
		border: 1px solid #239d55;
		border-left: none;
		border-right: none;
		clear: both;
	}
	#widget .bannerList {
		padding-top: 20px;
	}
	#widget .bannerList li {
		padding: 0 5px;
	}
	#widget .otherMenu {
		border-left: none #aaa !important;
		border-right: none #aaa !important;
	}
	#widget .recentNews {
		border-radius: 0px;
		border-left: none;
		border-right: none;
	}
	#widget h3 {
		padding: 0 0.6rem;
	}
	#footer #footerSiteMap {
		padding:0;
	}
	#footer .footerIndex {
		padding:3rem 0 0;
		text-align: center;
	}
	#footer .footerIndex ul.snsList {
		text-align: center;
	}
	#footer .footerIndex ul.snsList li {
		margin: 0 7px;
	}
	#widget ul.bannerList {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	#widget ul.bannerList li {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width:31%;
		margin:0 1% 0 !important;
		padding:0 0 15px;
		text-align: center;
	}
	#widget ul.bannerList li.mayor img {
		margin-top: -19px;
	}
	#widget ul.bannerList::after {
		display: block;
		content: "";
		width: 31%;
		margin:0 1% 0;
	}
/*
	#widget ul.bannerList li img {display:block;}
	#widget ul.bannerList li.furusato img { margin-top:16px; }
	#widget ul.bannerList li.asokikin img { margin-top:16px; }
	#widget ul.bannerList li.bnrFacebook img { margin-top:24px; }
	#widget ul.bannerList li.asosta img { margin-top:30px; }
	#widget ul.bannerList li.pr img { margin-top:30px; }
	#widget ul.bannerList li.cook img { margin-top:10px; }
	#widget ul.bannerList li.wta img { margin-top:10px; }
*/
	#content {
		background-color: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 10px 0px 30px;
		margin: 0 0 0px;
	}
	.topContents .topSpotInfo {
		width:44% !important;
	}
	.topContents .topSpotInfo2 {
		width:44% !important;
	}
	#footer .footerSitemap {
		max-width: unset;
	}
}
@media (max-width: 1000px) {
	#header #headerNavigation {
		position: relative;
	}
	#header .headerInner {
		position: static;
	}
	#header #searchButton {
		width: 112px;
		height: 60px;
		right: 0px;
		top: 0px;
		z-index: 999999;
	}
	#header #searchButton a {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	}
}
@media (max-width: 820px) {
	body {
		font-size: 0.9rem;
	}
	#siteLogo {
		margin-bottom: 0;
		text-align: center;
		width: 100%;
	}
	#siteLogo a {
		position: relative;
		left: unset;
		top: unset;
		padding: 15px 0;
		width: 181px;
    	height: 55px;
	}
	#siteLogo a img {
		width: 181px;
    	height: 55px;
	}
    #smToggle {
    	display: block;
        position: fixed;
        left: 7px;
        bottom: 7px;
        border-radius: 50%;
        padding: 0;
        width: 60px;
        height: 60px;
        transition: background 0.4s cubic-bezier(0.8, 0.0, 0.2, 1.0);
        background: #087E3A;
        box-shadow: 0 0 5px #000;
        cursor: pointer;
        z-index: 9999999;
    }
    #smToggle::after {
    	content: "MENU";
    	color: #fff;
    	position: absolute;
    	left: 0;
    	bottom: 0.8rem;
    	font-size: 0.65rem;
    	text-align: center;
    	width: 100%;
    	height: 1em;
    	z-index: 999;
    }
    #smToggle span {
        /* hamburger icon in CSS */
        position: absolute;
        display: block;
        height: 2px;
        width: 30px;
        left: 15px;
        top: 0;
        background: #FFF;
        transition: background 0.3s 0.3s;
    }
    #smToggle span.barT {
        top: 19px;
    }
    #smToggle span.barM {
        top: 25px;
        width: 25px;
    }
    #smToggle span.barB {
        top: 31px;
        width: 20px;
    }
    #smToggle span {
        /* other 2 lines */
        content: '';
        /* Force Hardware Acceleration in WebKit */
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform-origin: 0% 50%;
        transition: all 0.3s;
        opacity: 1;
    }
    /* open */
    #smToggle.selected {
        background-color: #FFF;
    }
    #smToggle.selected span.barT {
            background: #087E3A;
            transform: translateX(4px) translateY(-5px) rotate(45deg);
        }
    #smToggle.selected span.barM {
        transform: translateX(4px) translateY(-9px) rotate(45deg);
        opacity: 0;
    }
    #smToggle.selected span.barB {
        background: #087E3A;
        width: 30px;
        transform: translateX(4px) translateY(4px) rotate(-45deg);
    }
    #smToggle.selected::after {
    	content: "CLOSE";
    	color: #087E3A;
    }
	#header #headerNavigation {
		display: none;
		position: fixed;
		background-color: #fff;
		left: 3%;
		bottom: 2%;
		width: 94%;
		height: 96%;
		border-radius: 2rem;
		box-shadow: 0 0 5px #000;
		z-index: 99999;
	}
	#header #headerNavigation .navInner {
		padding: 2.5rem 1.2rem 1.2rem 1.2rem;
		overflow-y: scroll;
	}
	#siteFunction {
		position: relative;
		margin: 0 auto 20px;
		right: unset;
		top: unset;
	}
	#language {
		position: relative;
		margin: 0 auto 20px;
		top: unset;
		right: unset;
		display: block !important;
		width: 237px;
	}
	#language ul#langChanger {
	    width: 237px;
	    padding-left: 0;
	    padding-top: 0;
	}
	#header .headerInner ul.gNavi {
		margin: 1rem 0 0;
		padding: 0;
		display: block !important;
		text-align: left;
		border-top: 1px solid #aaa;
	}
	#header .headerInner ul.gNavi li {
		display: block;
		border-bottom: 1px solid #aaa;
		margin-left: 0;
	}
	#header .headerInner ul.gNavi li.home {
		display: block;
	}
	#header .headerInner ul.gNavi li a {
		padding-top: 1.1rem;
		padding-bottom: 1.1rem;
		padding-left: 3.5rem;
		background-color: unset;
	}
	#contentsArea table td, table th {
	    font-size:0.85em;
	}
	#widget ul.bannerList li {
		width:46%;
		height:80px;
		margin:0 2% 0 !important;
		text-align:center;
	}
	#contentArea .entry-content table {
		width:auto !important;
	}
}

@media (max-width: 630px) {
	#container {
	}
	#skiplink {
		display:none;
	}
	#header {
		margin-bottom: 0;
	}
	#header #siteLogo {

	}
	#contentsArea {
		width:100% !important;
	}

	#contentsArea .entry-content img.size-medium {
		width:45%;
		height:auto;
	}
	#contentsArea .entry-content img.alignright {
		margin-left:10px;
	}
	#contentsArea .entry-content img.alignleft {
		margin-right:10px;
	}
	.secondPageInfo {
		display:none;
	}
	#widget .widgetSubMenu {
		display:none;
	}
	#widget .bannerList {
		text-align: center;
	}


	#content .hentry {
		width:95%;
		margin:0 auto 0px;
	}
	ul.secondMenu {
		border-top:1px solid #ccc;
		margin: 20px 0 0;
	}
	ul.secondMenu li {
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		width: 100%;
		clear: both;
		background: none;
		border-bottom:1px solid #bbb;
	}
	ul.secondMenu li a {
		text-decoration: none;
	}
	ul.secondMenu li ul li.moreLink {
		border-top: 0;
		padding: 0.5em 0;
		text-align: center;
		margin: 0.5em 0 1em;
	}
	#contentsArea ul.secondMenu li h3 {
		display:block;
		padding:0.7em 1em 0.8em;
		margin: 0;
		text-align: center;
		color:#000;
		background-color: #fff !important;
		border-radius: 0;
		cursor: pointer;
	}
	#container.bgBlack #wrapper #contentsArea ul.secondMenu li h3 {
		background-color: #222 !important;
	}
	ul.secondMenu li ul {
		padding: 0;
		margin: 0px;
	}
	ul.secondMenu li ul li {
		width:100%;
		display: block;
		padding: 0;
		margin: 0px;
		border-top:1px solid #ddd;
		background: #f3f3f3;
	}
	ul.secondMenu li ul li a {
		width:auto;
		overflow:hidden;
		display: block;
		padding: 7px 7px 7px 20px;
		margin: 0px;
		background:url(../img/icon_small.gif) no-repeat 10px 15px;
	}
	#contentsArea ul {
	/*	border-top: 1px solid #ddd;*/
	}
	#contentsArea ul.thirdMenu {
		width: 95%;
		margin: 0 auto;
	}
	#contentsArea ul.thirdMenu li {
		background: none;
		width:100%;
		float: none;
		padding:0px;
		margin:0px;
		line-height:130%;
		font-size: 100%;
		border:none;
		border-bottom: 1px solid #ddd;
		border-radius: 0;
	}
	#contentsArea ul.thirdMenu li a {
		display: block;
		background-color: unset;
		padding:1em 0 1em 1.7em;
		background-position: 0.5em center;
	}
	.wp-pagenavi {
		width:95%;
		margin: 0 auto;
	}
	.wp-pagenavi span,
	.wp-pagenavi a {
		padding:5px 8px 6px;
		float:left;
		display: block;
		margin-right: 3px;
		line-height: 1.5em;
		border-radius:3px;
		margin-bottom:3px;
	}

	#footerTop {
		padding: 0px;
	}
	#footer .footerIndex address,
	#footer .footerIndex .footerInq {
		font-size: 70%;
	}
	ul.secondMenu li ul {
		display: none;
	}
	.authorBox {
		width:90%;
	}
}
@media (max-width: 530px) {
	#contentsArea .entry-content .table-scroll-container {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		cursor: grab;
	}
	#contentsArea .entry-content .table-scroll-container::before {
		content: "表はスクロールできます ＞＞";
		display: block;
		font-size: 0.8em;
		padding-bottom: 0.2em;
		color: #555;
	}
	#contentsArea .entry-content .table-scroll-container table {
		table-layout: auto;
		margin-bottom: 8px;
    }

	#footer .pageTop {
		right: 1em;
		top: 1em;
		width: 75px;
		height: 75px;
	}
	#footer .pageTop a span {
		font-size: 0.8rem;
		white-space: nowrap;
	}
	#footer .searchBox {
		padding-top: 1.5rem;
	}
	#footer .searchBox #searchform {
		width: calc( 100% - 100px );
	}
	#footer .footerSitemap .sitemapUnit .smMenu li a {
	    font-size: 0.9em;
	    padding: 0.4rem 0.5rem 0.4rem 2.5rem;
	    background-size: auto 1.6rem;
	    background-position: 0.4rem center;
	}
}
@media (max-width: 430px) {
	#siteFunction {
		width: 100%;
	}
	#widget ul.bannerList li {
		float:none;
		width:100%;
		height:auto;
		margin:0 !important;
		padding-bottom:15px;
	}
	#widget ul.bannerList li img {margin:0 auto !important;}
}


.bgBlack * {
	background:#000 !important;
	color:#fff !important;
}
.bgBlack a:link,.bgBlack a:visited {text-decoration: underline;color:#ffff00 !important;}
.bgBlack a:hover,.bgBlack a:active {text-decoration: underline; color: #ffff00 !important;}

.bgBlack #header #smToggle {
	background-color: #fff !important;
}
.bgBlack #header #smToggle span {
	background-color: #000 !important;
}
.bgBlack #header #smToggle::after {
	color: #000;
}
.bgBlack #header #smToggle.selected::after {
	color: #000;
}
div#siteLogo.bgBlack a img {
	display: none !important;
	
}
div#siteLogo.bgBlack a {
	background: url(../img/header_logo2_w.svg) !important;
}
