@charset "UTF-8";

/*=======================================================================*/
/* リセット用 */
/*=======================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	
}

body {

}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin: 0 auto;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-size: 100%;
  color: #000;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}

rp, rt {
	background: #fff;
	color: #666666;
	font-size: 86%;
	font-weight: normal;
}




/*=======================================================================*/
/* 汎用 */
/*=======================================================================*/

a {
	/*color: #0079d2;*/
  	color: #006c94;
}

a:visited {
  	/*color: #0079d2;*/
	color: #006c94;
}

a:hover {
	color: #292929;
	text-decoration: none;
}

ol, ul{
    list-style:none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	*zoom: 1;
}

* html .clearfix {
	height: 1px;
	*zoom: 1;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}





.both{
	clear:both;
}
.none{display: none;}

/*=======================================================================*/
/* カテゴリー　記事 */
/*=======================================================================*/
/*記事タイトル*/
h1#page-title {
    font-size: 1.6em;
    padding: 13px 10px;
    background: #5352A0;
    color: #ffffff;
    margin: 0 0 20px 0;
  text-align: left;
}

/*カテゴリー一覧テーブル*/
.tbl_row_title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
}

#cat table {
	width: 100%;
    border-top: 2px solid #5352A0;
    border-bottom: 2px solid #5352A0;
}

#cat tr td{
    border-bottom: 1px solid #cccccc;
}

#cat tr:last-child td{
    border-bottom: none;
}

#cat tr:first-child td {
    padding: 15px 0 5px 0;
}

#cat tr:last-child td {
	padding: 5px 0 15px 0;
}

#cat td {
    padding: 5px 0;
    word-break: break-all;
}

#cat td.date {
    width: 140px;
}
#cat span.cat_new {
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
background-color: #ff0000;
  color: #ffffff;
  padding: 1px 5px 2px 5px;
  font-size: 0.7em;
  margin-right: 10px;
  font-weight: 900;
}


/*ページトップ*/
.pagetop{
	display:none;
	position:fixed;
	bottom: 50px;
    right: 20px;
    margin-left: 440px;
	-moz-border-radius:0px 0 0 0;
	-webkit-border-radius:0px;
	border-radius:0px 0 0 0;
	/*background-color: #00955D;*/
  background-color: #008754;
	z-index: 9999;
}

.pagetop a{
	display:block;
	padding: 0px 9px 0px 9px;
	background:url(../img/t-arrow-w.png) no-repeat 15px 18px;
	background-image:none;
	color:#fff;
	text-decoration:none;
	text-indent: 0px;
}

@media print {
  .pagetop a{
     display: none; 
  }
}

.pagetop a span{
	display:block;
	font-size:4.0em;
}

/*記事*/
.categories {
    display: none;
}
.categories header {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 5px 0;
}
.categories .nodes {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 5px 0;
}
.categories .nodes li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-bottom
    font-size: 100%;
    font-weight: normal;
    list-style: none;
}

/*GooGleMap*/
.map-page{
margin-bottom: 40px;
}
.map-page h2{
    margin: 12px 0 6px;
    padding: 3px 10px 0;
    background: #cee;
    font-size: 115%;
    font-weight: bold;
}

/*関連ページ*/
.related-pages{
margin-bottom: 40px;
}
.related-pages h2{
    margin: 12px 0 6px;
    padding: 3px 10px 0;
    background: #cee;
    font-size: 115%;
    font-weight: bold;
}


/*お問い合わせ*/
footer.contact{
background-image : none!important;
position: static;
float: none;
border: 2px solid #bcbcbc;
margin-bottom: 40px;
}
footer.contact h2{
font-size : 1.2em;
background-color: #eeeeee;
  padding: 10px;
}
footer.contact h2::before{
	content: "この情報に関する"; 
}
.contact p.group{
padding: 5px 0px 5px 10px;
}
.contact dl,
.contact dt,
.contact dd{
float: left;
  margin: 0px 0px 5px 10px;
}
.contact dd{
margin-right: 10px;
}
.group::before{
	content: "【"; 
}
.group::after{
	content: "】"; 
}
.contact:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.contact {
	min-height: 1px;
	*zoom: 1;
}

* html .contact {
	height: 1px;
	*zoom: 1;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*PDF*/
.ss-adobe-reader{
padding: 10px;
border: 3px solid #dc2b2b;
margin-bottom: 40px;
}

/*フィードバック*/
#feedback{
color : #666666;
  margin-bottom: 40px;
}
#feedback h2{
    margin: 12px 0 6px;
    padding: 3px 10px 0;
    background: #cee;
    font-size: 115%;
    font-weight: bold;
}
#feedback p{
margin-bottom: 0.9em;
}
#feedback .inquiry-form dl,
#feedback .inquiry-form .columns{
	margin-bottom: 1em;
	padding: 0;
	border: none;
}
#feedback .inquiry-form dl dt,
#feedback .inquiry-form legend{
	font-weight: bold;
}

#feedback footer{
background-image : none!important;
position: static;
float: none;
}
.inquiry-form .send input,
.columns .send input,
.form-login .send input {
	width : 100%;
	color : #333333;
	padding: 10px 0px;
	text-align :center;
	border: 1px solid #929292;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #d5d5d5;
	font-size: 1.0em;
}

/*本文--------------------------------------------------*/
article.body,
.inquiry-html{
margin-bottom: 40px;
}
article.body h1,
.inquiry-html h1{
    font-size: 1.2em;
    padding: 10px;
background: #5352A0;
    border: 3px solid #5453A0;
color: #ffffff;
    margin: 40px 0 10px 0;
}
article.body h2,
.inquiry-html h2{
  /*    border: 3px solid #5453A0;
    color: #5352A0;*/
    font-size: 1.2em;
    padding: 10px 10px 10px 20px;
    margin: 40px 0 10px 0;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
article.body h2::after,
.inquiry-html h2::after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
article.body h3,
.inquiry-html h3{
/*  
  background: #ececec;
  border: 1px solid #5453A0;
  color: #5453A0;
*/
    font-size: 1.1em;
    padding: 5px;
    margin: 40px 0 10px 0;

  border-radius: 6px;
  	border: 1px solid #ccc;
	border-left: 3px solid #3498db;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

article.body h4,
.inquiry-html h4{
    font-size: 1.0em;
  /*
    padding: 0px 0px 5px 0px;
    color: #5453A0;*/
    border-bottom: 2px solid #5453A0;
    margin: 40px 0 10px 0;
	position: relative;
	border-bottom: 4px solid #ccc;
}
article.body h4::after,
.inquiry-html h4::after{
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}
article.body table,
.inquiry-html table{
border-collapse: collapse;
margin-left: 5px;

}
article.body th,
.inquiry-html th{
background: #eee;
border-color: #999;
border-style: solid;
border-width: 1px;
padding: 5px;
text-align : center;
font-weight :900;
}
article.body td,
.inquiry-html td{
border-color: #999;
border-style: solid;
border-width: 1px;
padding: 5px;
}
article.body .table-non th,
.inquiry-html .table-non th{
border: 0px solid #999;
}
article.body .table-non td,
.inquiry-html .table-non td{
border: 0px solid #999;
}
article.body th p,
article.body td p{
	text-align: unset;
}

article.body a,
.inquiry-html a{
/*color: #0079d2;*/
color: #006c94;
}
article.body ol,
.inquiry-html ol{
margin-left: 25px;
}
article.body li,
.inquiry-html li{
list-style-type: decimal;
}
article.body ul,
.inquiry-html ul{
margin-left: 20px;
}
article.body ul li,
.inquiry-html ul li{
list-style-type: disc;
}
article.body ol li,
.inquiry-html ol li{
list-style-type: decimal;
}
article.body ol li ul li, .inquiry-html ol li ul li{
list-style-type: disc;
}



article.body img,
.inquiry-html img{
margin: 0px 5px 5px 5px;
}

article.body *,
.inquiry-html *{
/*color : #333;*/
  font-size : 1.0em;
line-height: 1.6em;
}
hr.clearfix{
height: auto;
border: 0;
}
/*----------------------*/
hr.clearfix {
margin:8px 0;
padding:0;
clear:both;　/* floatを解除する */
height:0;　/* ＜hr＞の実線を消す */
border:none;　/* モダンブラウザはここまでで消えます */
}
* html hr.clearfix{　/* * htmlでIEのみに読ませる */
border-top: 1px solid;　　/* ここが苦肉の策・・・・（汗） */
}
*:first-child+html hr.clearfix{/* for IE7 */
border-top:1px solid;
} 
/*----------------------*/

/*ページャー---------------------------*/
.pagination{
margin-top: 10px;
}
.pagination .page{
margin-right: 5px;
width: 15px;
padding: 3px 5px 3px 7px;
border-color: #cccccc;
border-width: 1px;
border-style: solid;
}
.pagination .page.current{
background-color: #5352A0;
color: #ffffff;
}

/*サイトマップ------------------------------------------*/
.sitemap-body h2 {
    font-size: 1.2em;
    border-style: solid;
    border-color: #5352A0;
    border-width: 1px;
    padding: 5px;
    margin-top: 20px;
}
.sitemap-body h3 {
    margin-left: 20px;
    font-size: 1.0em;
}
.sitemap-body ul {
    margin-left: 40px;
      padding-left: 20px;
}
.sitemap-body li {
    list-style-type: circle;
}

/*メールフォーム*/
.inquiry-form dl,
.inquiry-form fieldset,
.columns dl,
.form-login dl{
border-width : 1px 0px 0px 0px;
border-color : #cccccc;
border-style: solid;
clear: both;
padding-top: 10px;
}
.inquiry-form dl dd,
.inquiry-form .fields,
.columns dl dd,
.form-login dl dd {
    float: left;
    width: 50%;
    padding: 0 12px;
}

.inquiry-form dl dt,
.inquiry-form legend,
.columns dl dt,
.form-login dl dt {
    clear: both;
    float: left;
    width: 45%;
    padding: 6px 15px;
    font-weight: bold;
    background: #f0ebe1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 10px;
}
.inquiry-form dl select,
.inquiry-form .fields select,
.columns dl select,
.form-login dl select{
width: 90%;
    padding: 5px;
}


@media screen and (max-width: 768px){
	.inquiry-form dl dt,
	.inquiry-form legend,
	.columns dl dt,
	.form-login dl dt {
		width: 100%;
	}
	.inquiry-form dl dd,
	.inquiry-form .fields,
	.columns dl dd,
	.form-login dl dd {
		width: 100%;
		margin-bottom: 20px;
	}
}

.inquiry-form dl dd input[type="text"],
.inquiry-form .fields input[type="text"],
.columns dl dd input[type="text"],
.form-login dl dd input[type="text"] {
	width: 250px;
	padding: 5px;
 	margin: 5px 0 10px 0;
}

.inquiry-form dl dd input[type="email"],
.inquiry-form .fields input[type="email"],
.inquiry-form .fields input[type="email"],
.columns dl dd input[type="email"],
.form-login dl dd input[type="email"] {
	width: 350px;
	padding: 5px;
	margin: 5px 0 10px 0;
}

.inquiry-form dl dd textarea,
.inquiry-form .fields textarea,
.columns dl dd textarea,
.form-login dl dd textarea {
	width: 460px;
	min-height: 200px;
	padding: 5px;
}
.inquiry-form dl dt .required,
.inquiry-form legend .required,
.columns dl dt .required,
.form-login dl dt .required {
	color: #bb0000;
	font-weight: normal;
	font-size: 0.8em;
	display: block;
}




/*-公共施設案内マップ------------------------------------------------------------*/
div.map{
margin-top: 40px;
}
.map h2,
.map legend {
  clear: both;
  margin-bottom: 6px;
  padding: 0 10px;
  border-bottom: 2px solid #4d380d;
  color: #000000;
  font-size: 115%;
  font-weight: bold;
}
.map .cms-nodes h2 {
  margin: 0;
  border: none;
}
.map #side-menu h2 {
  margin-bottom: 0;
}
.map .keyword input {
  width: 469px;
  padding: 5px;
}
@media screen and (max-width: 768px){
  .map .keyword input {
  width: auto;
}
}


.map .keyword, .map .category, .map .service, .map .location {
  zoom: 1;
  margin-bottom: 12px;
}
.map .keyword:before, .map .keyword:after, .map .category:before, .map .category:after, .map .service:before, .map .service:after, .map .location:before, .map .location:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.map .keyword:after, .map .category:after, .map .service:after, .map .location:after {
  clear: both;
}
.map .keyword div, .map .category div, .map .service div, .map .location div {
  float: left;
  min-width: 177px;
  min-height: 20px;
  margin-bottom: 3px;
}
.map .keyword div.three, .map .category div.three, .map .service div.three, .map .location div.three {
  margin-right: 12px;
}
footer.send {
  margin-bottom: 24px;
  text-align: center;
  background-image: none!important;
}

.map .send input {
  padding: 6px 12px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.2em;
  background-color: #ffd3d3;
}
.map .send input.reset{
  font-size: 0.9em;
  background-color: #eeeeee;
}
.map .send input:hover {
  background: #f48b22;
}
.map .condition {
  zoom: 1;
}
.map .condition:before, .map .condition:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.map .condition:after {
  clear: both;
}
.map .condition dt {
  clear: both;
  width: 160px;
  float: left;
  margin-right: 24px;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #a18b74;
}
.map .condition dd {
  float: left;
  margin-bottom: 6px;
  padding: 3px 0;
}
.service{
display : none;
}
.map .settings {
  zoom: 1;
  margin-bottom: 35px;
}
.map .settings:before, .map .settings:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.map .settings:after {
  clear: both;
}
.map .settings .ajax-box {
  display: block;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #eeeeee;
  color: #333333;
  text-decoration: none;
  text-align: center;
width: 12em;
margin: 0px auto;
}
.map .settings .ajax-box:hover {
  background: #f48b22;
}
.map .result {
  float: left;
}
.map .result h2,
.map .result legend{
  border: none;
  font-size: 100%;
  font-weight: normal;
}
.map .tabs {
  zoom: 1;
  border-bottom: 2px solid #a18b74;
}
.map .tabs:before, .map .tabs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.map .tabs:after {
  clear: both;
}
.map .tabs ul {
  zoom: 1;
  float: right;
}
.map .tabs ul:before, .map .tabs ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.map .tabs ul:after {
  clear: both;
}
.map .tabs ul li {
  float: left;
}
.map .tabs ul li a {
  display: block;
  margin-left: 12px;
  padding: 3px 30px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background: #cccccc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #bbbbbb));
  background-image: -moz-linear-gradient(top, #cccccc, #bbbbbb);
  background-image: -webkit-linear-gradient(top, #cccccc, #bbbbbb);
  background-image: linear-gradient(to bottom, #cccccc, #bbbbbb);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFBBBBBB');
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDQ0NDQ0MiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQkJCQkIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzIpIiAvPgo8L3N2Zz4=);
  color: #666666;
  text-decoration: none;
}
.map .tabs ul .current a {
  background: #a18b74;
  color: #ffffff;
}
.map #map-sidebar {
  float: left;
  width: 20%;
  height: 480px !important;
  padding: 9px;
  border: 1px solid #ccc;
  overflow-y: scroll;
}
.map #map-sidebar .column {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.map #map-sidebar .column:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.map #map-canvas {
  position: relative;
  width: 100% !important;
  height: 480px !important;
  overflow: hidden;
  margin-bottom: 12px;
}
#body--life-maps-map .map #map-canvas {
  width: 80% !important;
}
.map #map-canvas .maker-info {
  width: 300px;
}
.map .filters {
  zoom: 1;
}
.map .filters:before, .map .filters:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.map .filters:after {
  clear: both;
}
.map .filters li {
  float: left;
}
.map .filters li a {
  display: block;
  margin: 0 12px 12px 0;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ccc;
  color: #666666;
  text-decoration: none;
}
.map .filters li a:hover {
  background-color: #cceeee;
}
.map .filters li a.clicked {
  background-color: #4d380d;
  color: #fff;
}
.map .filters li a.clicked:hover {
  background-color: #a18b74;
  color: #666666;
}
.map .filters .area-list li a {
  padding: 3px 10px;
}
.map .columns .column {
  clear: both;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.map .columns .column h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
}
.map .columns .column .categories {
  margin-bottom: 0;
  border: none;
  text-align: left;
}
.map .columns .column .categories ul {
  zoom: 1;
}
.map .columns .column .categories ul:before, .map .columns .column .categories ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.map .columns .column .categories ul:after {
  clear: both;
}
.map .columns .column .categories li {
  float: left;
  list-style: none;
}
.map .columns .column .categories li a {
  display: block;
  margin: 0 6px 6px 0;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ccc;
  color: #666666;
  text-decoration: none;
}
.map .columns .column .categories li a:hover {
  background-color: #cceeee;
}
.map .summary-image {
  float: right;
  padding: 4px;
  border: 1px solid #ccc;
}
.map .body {
  float: left;
 /* width: 528px;*/
}
.map .body dd {
/*  width: 344px;*/
}
.map .see {
  zoom: 1;
}
.map .see:before, .map .see:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.map .see:after {
  clear: both;
}
.map .see dt {
  clear: both;
  float: left;
  width: 150px;
  margin: 0 24px 12px 0;
  padding: 3px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #a18b76;
}
.map .see dd {
  float: left;
  margin-bottom: 12px;
  padding: 3px 0;
}
.map .see + p {
  border: 1px solid #ccc;
  padding: 4px;
}
.map .additional-info {
  margin-bottom: 24px;
}
.map .images {
  zoom: 1;
  margin-bottom: 24px;
}
.map .images:before, .map .images:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.map .images:after {
  clear: both;
}
.map .images .image {
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px;
  border: 1px solid #ccc;
}

.map .facility-nodes {
  width: 100%;
  margin-bottom: 12px;
}
.map .facility-nodes caption {
  text-align: left;
}
.map .facility-nodes table {
  width: 100%;
  margin-bottom: 24px;
}
.map .facility-nodes caption {
  margin-bottom: 6px;
  padding: 0 10px;
  border-bottom: 2px solid #4d380d;
  color: #000000;
  font-size: 115%;
  font-weight: bold;
}
.map .facility-nodes th {
  padding: 3px 8px 0;
  border: 1px solid #ccc;
  background: #a18b76;
}
.map .facility-nodes td {
  padding: 3px 8px 0;
  border: 1px solid #ccc;
}
#body--kosodate-child-map-map .map #map-canvas {
    width: 80% !important;
    height: 480px !important;
}
.map .image{
max-width: 130px;
}
.map .image p{
text-align: center;
font-size: 0.7em;
}

/*Google検索*/
body .gsc-input-box{
    border: 1px solid #00955D;
}
@media screen and (max-width: 768px){
  body .gsc-input-box{
        margin-bottom: 3px;
  }
}
body gsc-search-box-tools .gsc-search-box .gsc-input {
     padding-right: 0px;
}
body table.gsc-search-box td.gsc-input {
     padding-right: 0px;
}
body table.gsc-search-box td.gsc-input {
     padding-right: 0px;
}
body .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px;
}
body .cse input.gsc-search-button,
body input.gsc-search-button {
    height: 25px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
body .cse .gsc-search-button input.gsc-search-button-v2,
body input.gsc-search-button-v2 {
    width: 13px;
    height: 25px;
    padding: 6px 27px;
    min-width: 13px;
    margin-top: 2px;
    margin-left: -1px;
}
body input.gsc-search-button,
body input.gsc-search-button:hover,
body input.gsc-search-button:focus {
    border-color: #00955D;
    background-color: #00955D;
    filter: none;
}
body .cse .gsc-search-button input.gsc-search-button-v2,
body input.gsc-search-button-v2 {
    min-width: 45px;
    padding: 4px 14px;
}
body .gsc-resultsHeader{
display: none;
}

footer.send input{
margin-bottom: 20px;
}

span.new{
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */
  padding: 4px 10px;
  background-color: #e10000;
  color: #ffffff;
  font-size: 0.7em;
  margin-right: 5px;
}

.click-marker{
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */
  border: 1px solid #ccc;
  padding: 4px 10px;
  background-color: #eeeeee;
  color: #666666f;
  font-size: 0.7em;
  margin-right: 5px;
}

/*ひまわり特集用*/
.himawari-body{
background-image: url("/img/kanko/himawari_bg01.png"),url("/img/kanko/himawari_bg02.png");
background-position: right top,left bottom;
background-repeat: no-repeat;
background-attachment: fixed;
}
.himawari-body #rside .rside_menu {
    background: #ffd5ab;
}
.himawari-body .inquiry-form dl dt,
.himawari-body .columns dl dt,
.himawari-body .form-login dl dt {
    background: #ffd5ab;
}
.himawari-body .main_bottom_inner {
    background: #ffffff;
}
.himawari-body .inquiry-form .send input,
.himawari-body .columns .send input,
.himawari-body .form-login .send input {
    border: 1px solid #b92f2f;
    background-color: #fffdaf;
}



.himawari h1#page-title {
    font-size: 1.6em;
    padding: 13px 10px;
    background: #eef200;
    color: #000000;
    margin: 0 0 20px 0;
  text-align: left;
border: 3px solid #f39800;
background-image: url("/img/kanko/himawari01.png");
background-position: right center;
background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
  .himawari h1#page-title{
      width: 95%;
      margin: 0px auto 10px auto;
  }
}

.himawari article.body h1{
    font-size: 1.2em;
    padding: 10px;
	background: #eef200;
    border: 3px solid #f39800;
	color: #000000;
    margin: 40px 0 10px 0;
background-image: url("/img/kanko/himawari01.png");
background-position: right center;
background-repeat: no-repeat;
}
.himawari article.body h2{
    font-size: 1.2em;
    padding: 10px 10px 10px 20px;
    margin: 40px 0 10px 0;
  position: relative;
  border: 1px solid #f39800;
  border-radius: 6px;
background-image: url("/img/kanko/himawari02.png");
background-position: right center;
background-repeat: no-repeat;
}
.himawari article.body h2::after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #f39800;
	border-radius: 4px;
}
.himawari article.body h3{
    font-size: 1.1em;
    padding: 5px;
    margin: 40px 0 10px 0;
  border-radius: 6px;
  	border: 1px solid #f39800;
	border-left: 3px solid #f39800;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
background-image: url("/img/kanko/himawari03.png");
background-position: right center;
background-repeat: no-repeat;
}

.himawari article.body h4{
    font-size: 1.0em;
    margin: 40px 0 10px 0;
	position: relative;
	border-bottom: 4px solid #eef200;
  
border-radius: 6px 6px 0px 0px;
/*background-color:#fff3b2;*/
background-image: url("/img/kanko/himawari04.png");
background-position: 98% 0;
background-repeat: no-repeat;
padding: 14px 0px 0px 10px;
}
.himawari article.body h4::after{
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #f39800;
}



.gc_wrapper {
  max-width: 800px; 
  min-width: 300px; 
  margin: 2.0833% auto;
}
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
@media (max-width: 600px) {
    .big-container {
        display: none;
    }
    .small-container {
       padding-bottom: 200%;   /* 高さ */
    }
}
@media (min-width: 600px) {
    .small-container {
        display: none;
    }
}



/*=======================================================================*/
/* 共通ボタン */
/*=======================================================================*/
.but01{
	text-align: center;
}

.but01 a{
	display: inline-block;
	padding: 20px 20%;
	color: #000;
	background-color: #eee;
	border-style: solid;
	border-width: 2px;
	border-color: #b3c7b8;
	font-size : 0.9em;
	font-weight: 400;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
	transition: 0.5s;
}
.but01 a:hover {
	color: #fff;
	background-color: #008754;
}




