@charset "utf-8";
/* CSS Document */

/* reset css */

body {
	font: normal 90% "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-img.jpg);
	background-repeat: repeat;
}
a:link {
	color: #36c;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #36c;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #f60;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: #f60;
	background-color: transparent;
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	display: none;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
table {
	_font-size: 90%; /* ie6 */
}
/* ※※※※※※　各領域定義　※※※※※※ */

/*	header
=================================================================== */
header {
	background-color: #7dcdf3;
	border-bottom: 7px solid #0e70bb;
	width: 100%;
}
#headerArea {
/*	background: url(../images/bg-header.png) center top no-repeat;*/
	height: 150px;
	margin: 0 auto;
	width: 1000px;
}
#headerArea h1 {
	float: left;
	margin-top: 35px;
	margin-left: 73px;
	margin-bottom: 32px;
	width: 210px;
}
#headerArea h1 span {
	display: none;
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
}
#headerArea img {
	vertical-align: bottom;
	margin: 0 auto;
}

#headerArea #headerInfo {
	float: right;
	margin-top: 10px;
	padding-right: 40px;
	width: 280px;
}
#headerArea #headerInfo img {
	vertical-align: bottom;
}

/*	bread crumb
=================================================================== */
/* breadcrumb */
#breadcrumb {
	margin: 20px auto 10px auto;
	width: 1000px;
}
#breadcrumb p {
	margin-left: 96px;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:after {
	content: " ＞ ";
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb .current {
	color: #036eb8;
}
/*	g-navi
=================================================================== */
#g-navi {
	margin: 0 auto;
	width: 1000px;
}
#g-navi ul {
	list-style-type: none;
	margin: 0 0 0 65px;
	padding: 0;
}
#g-navi ul li {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	text-align: center;
}
#g-navi ul li a {
	color: #717071;
	display: block;
	height: 85px;
	text-decoration: none;
}
#g-navi ul li a:hover {
	color: #ec7658;
}
#g-navi ul li.current {
	color: #ec7658;
}
#g-navi ul li#g-home a {
	background: url(../images/bg-navi1.png) top left no-repeat;
	padding: 28px 0 0 0;
	width: 109px;
	height: 77px;
}
#g-navi ul li#g-home a:hover{
	background: url(../images/bg-navi1_o.png) top left no-repeat;
}
#g-navi ul li#g-home.current {
	background: url(../images/bg-navi1_o.png) top left no-repeat;
	padding: 28px 0 0 0;
	width: 109px;
	height: 77px;
}
#g-navi ul li#g-about a {
	background: url(../images/bg-navi2.png) top left no-repeat;
	padding: 20px 0 0 0;
	width: 191px;
	height: 85px;
}
#g-navi ul li#g-about a:hover {
	background: url(../images/bg-navi2_o.png) top left no-repeat;
}
#g-navi ul li#g-about.current {
	background: url(../images/bg-navi2_o.png) top left no-repeat;
	padding: 20px 0 0 0;
	width: 191px;
	height: 85px;
}
#g-navi ul li#g-guide {
	line-height: 100%;
	margin-top: 2px;
}
#g-navi ul li#g-guide a {
	background: url(../images/bg-navi3.png) top left no-repeat;
	padding: 28px 0 0 0;
	width: 193px;
	height: 77px;
}
#g-navi ul li#g-guide a:hover {
	background: url(../images/bg-navi3_o.png) top left no-repeat;
}
#g-navi ul li#g-guide.current {
	background: url(../images/bg-navi3_o.png) top left no-repeat;
	padding: 28px 0 0 0;
	width: 193px;
	height: 77px;
}
#g-navi ul li#g-event a {
	background: url(../images/bg-navi4.png) top left no-repeat;
	padding: 20px 0 0 0;
	width: 193px;
	height: 85px;
}
#g-navi ul li#g-event a:hover {
	background: url(../images/bg-navi4_o.png) top left no-repeat;
}
#g-navi ul li#g-event.current {
	background: url(../images/bg-navi4_o.png) top left no-repeat;
	padding: 20px 0 0 0;
	width: 193px;
	height: 85px;
}
#g-navi ul li#g-kosodate a {
	background: url(../images/bg-navi5.png) top left no-repeat;
	padding: 28px 0 0 0;
	width: 190px;
	height: 77px;
}
#g-navi ul li#g-kosodate a:hover {
	background: url(../images/bg-navi5_o.png) top left no-repeat;
}
#g-navi ul li#g-kosodate.current {
	background: url(../images/bg-navi5_o.png) top left no-repeat;
	padding: 28px 0 0 0;
	width: 190px;
	height: 77px;
}
/*	contents
=================================================================== */
#wrap {
}
#contents {
	margin: 24px auto;
	width: 870px;
}
#contents #mainArea {
	background-color: #fffdec;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	float: left;
	width: 670px;
}
#contents #main {
	border: 1px dotted #d3ca01;
	margin: 10px;
	padding: 0 25px 20px 25px;
}
/* top news */
#contents #main h3.h3news {
	background: url(../images/bg-h3news.png) top left no-repeat;
	color: #88526b;
	font-size: 140%;
	margin-top: 8px;
	padding: 10px 0 8px 40px;
}
/* page */
#contents #main h3 {
	color: #88526b;
	font-size: 140%;
	margin-top: 30px;
	padding: 10px 0 25px 80px;
}
#contents #main h3.h3_01 {
	background: url(../images/bg-h3_01.png) top left no-repeat;
}
#contents #main h3.h3_02 {
	background: url(../images/bg-h3_02.png) top left no-repeat;
}
#contents #main h3.h3_03 {
	background: url(../images/bg-h3_03.png) top left no-repeat;
}
#contents #main h3.h3_04 {
	background: url(../images/bg-h3_04.png) top left no-repeat;
}
#contents #main h3.h3_05 {
	background: url(../images/bg-h3_05.png) top left no-repeat;
}
#contents #main h3.h3_06 {
	background: url(../images/bg-h3_06.png) top left no-repeat;
}
#contents #main h3.h3_07 {
	background: url(../images/bg-h3_07.png) top left no-repeat;
}
#contents #main h3.h3_08 {
	background: url(../images/bg-h3_08.png) top left no-repeat;
}
#contents #main h3.h3_09 {
	background: url(../images/bg-h3_09.png) top left no-repeat;
}
#contents #main h3.h3_10 {
	background: url(../images/bg-h3_10.png) top left no-repeat;
}
#contents #main h3.h3_11 {
	background: url(../images/bg-h3_11.png) top left no-repeat;
}
#contents #main h4.h4main {
	color: #6C4155;
	font-size: 110%;
	margin: 5px 0;
	padding: 5px 0 5px;
}
#contents #sub {
	float: right;
	width: 180px;
}
#contents #sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#contents #sub ul li {
	margin-bottom: 15px;
}
#contents #sub ul li:last-child {
	margin-bottom: 0;
}
#contents #sub ul li img {
	vertical-align: bottom;
}


/*	footer
=================================================================== */
footer {
	background-color: #7dcdf3;
	color: #FFF;
	width: 100%;
}
footer ul#f-navi {
	list-style-type: none;
	margin: 0 auto;
	padding: 25px 0 35px 0;
	width: 780px;
}
footer ul#f-navi li {
	border-right: 1px solid #FFF;
	display: block;
	float: left;
	margin: 0 25px 0 0;
	padding: 0 25px 0 0;
}
footer ul#f-navi li:last-child {
	border-right: none;
	margin: 0;
	padding: 0;
}
footer ul#f-navi li a {
	color: #FFF;
	text-decoration: none;
}
footer ul#f-navi li a:hover {
	text-decoration: underline;
}
footer #copy {
	border-top: 1px solid #FFF;
	margin: 0 auto;
	padding: 30px 0 35px 0;
	text-align: center;
/*	width: 870px;*/
}

/*	top
=================================================================== */
/* top image */
#areaBillboard {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1000px;
	height: 300px;
	position: relative;
}
#areaBillboard #billboard {
	margin: 0 0 0 245px;
	padding: 22px 0 15px 0;
	width: 490px
}
#areaBillboard #billboardFrame {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -435px;
	z-index: 10;
}
#areaBillboard #billboardFrame img {
	vertical-align: bottom;
}

#contents #main ul#topNews0 {
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	height: 212px;*/
	overflow: auto;
}
#contents #main ul#topNews0 li {
	border-bottom: 1px dotted #faed00;
	margin: 0 0 0 25px;
	padding: 5px 5px 5px 15px;
}
#contents #main ul#topNews0 .date {
	color: #036eb8;
	float: left;
	padding: 0;
	width: 140px;
}
#contents #main ul#topNews0 .newsTit {
	color: #221814;
	float: left;
	width: 395px
}
#contents #main ul#topNews0 .newsTit a {
	color: #006834;
	text-decoration: none;
}
#contents #main ul#topNews0 .newsTit a:hover {
	color: #920683;
}
#contents #main ul#topNews0 .newsTit a:visited {
	color: #920683;
}
#contents #main ul#topNews0 .newsTit a:active {
	color: #920683;
}

/* -------- */
#contents #main ul#topNews {
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	height: 212px;*/
	height: 450px;
	overflow: auto;
}
#contents #main ul#topNews li {
	border-bottom: 1px dotted #faed00;
	margin: 0 0 0 25px;
	padding: 5px 5px 5px 15px;
}
#contents #main ul#topNews .date {
	color: #036eb8;
	float: left;
	padding: 0;
	width: 140px;
}
#contents #main ul#topNews .newsTit {
	color: #221814;
	float: left;
	width: 395px
}
#contents #main ul#topNews .newsTit a {
	color: #006834;
	text-decoration: none;
}
#contents #main ul#topNews .newsTit a:hover {
	color: #920683;
}
#contents #main ul#topNews .newsTit a:visited {
	color: #920683;
}
#contents #main ul#topNews .newsTit a:active {
	color: #920683;
}


#topMenu {
	clear: both;
}
#topMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 30px 0 0;
}
#topMenu ul li {
	background-color: #FFF;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	float: left;
	display: inline-block;
	margin-right: 34px;
	min-height: 300px;
	padding: 10px;
/*	width: 247px;*/
    width: 267px;
}
#topMenu ul li.last {
	margin-right: 0;
}
#topMenu ul li h4.infoTit {
  font-size: 18px;
  text-align: center;
  color: #FFF;
  background-color: #479ee3;
  border-radius: 10px;
  padding: 5px 0;
  margin-bottom: 10px;
}  
#topMenu ul li h5 {
	color: #0086C3;
	font-weight: 100%;
	text-indent: 1em;
	margin: 0;
	padding: 3px 0;
}
#topMenu ul li p {
	font-size: 90%;
}
#topMenu ul li #map img {
	width: 247px;
}

/* ※※※※※※　class定義　※※※※※※ */
.noDisplay {
	display: none;
	margin: 0;
	padding: 0;
}
/* japanese  */
.jpara {
	text-indent: 1em;
}
/* color */
.red {
	color: #F04;
}
/* block */
.setRight {
	float: right;
	display: block;
}
.setLeft {
	float: left;
	display: block;
}
.setClear {
	clear: both;
	font: 0px/0px sans-serif;
}
/* text */
.v-bottom {
	vertical-align: bottom;
}
.v-middle {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.fBold {
	font-weight: bold;
}
.fSmall {
	font-size: 80%;
}
.sign {
	font-weight: bold;
	margin-bottom: 30px;
	text-align: right;
}
/* space */
.spaceTop05 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop13 {
	margin-top: 13px;
}
.spaceTop15 {
	margin-top: 15px;
}
.spaceTop50 {
	margin-top: 50px;
}
.spaceBottom05 {
	margin-bottom: 5px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}
.spaceBottom50 {
	margin-bottom: 50px;
}
.spaceTB10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* list */
.ulCircle {
	list-style-type: circle;
}
.ulSquare {
	list-style-type: square;
}
.ulDecimal {
	list-style-type: decimal;
}
.ulNone {
	list-style-type: none;
}
.ulspNo {
	margin: 0;
	padding: 0;
}
.ulspNo li {
	margin: 5px 0 5px 2em;
}
/* table width */
.tdwidth5 {
	width: 5%;
}
.tdwidth10 {
	width: 10%;
}
.tdwidth15 {
	width: 15%;
}
.tdwidth20 {
	width: 20%;
}
.tdwidth25 {
	width: 25%;
}
.tdwidth30 {
	width: 30%;
}
.tdwidth33 {
	width: 33%;
}
.tdwidth35 {
	width: 35%;
}
.tdwidth40 {
	width: 40%;
}
.tdwidth50 {
	width: 50%;
}
.tdwidth60 {
	width: 60%;
}
.tdwidth70 {
	width: 70%;
}
/* table */
table.thYellow {
	border-collapse: collapse;
	border: 1px solid #ff5600;
	font-size: 90%;
	width: 100%;
}
table.thYellow th {
	background-color: #ffc542;
	border: 1px solid #ff5600;
	color: #FFF;
	font-size: 200%;
	font-weight: normal;
	padding: 8px;
	width: 110px;
}
table.thYellow td {
	background-color: #FFF;
	border: 1px solid #ff5600;
	padding: 8px;
}
table.thYellow td.td30 {
	text-align: center;
	width: 30px;
}
/* back to top */
#BackToTop {
	font-size: 110%;
	margin: 10px 5px 5px 0;
	text-align: right;
}
#BackToTop a:link {
	text-decoration: none;
}
#BackToTop a:visited {
	text-decoration: none;
}
#BackToTop a:hover {
	text-decoration: none;
}
#BackToTop a:active {
	text-decoration: none;
}
/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
 *zoom:1;
}

.red {
  color: #CC0000;
}

/* グローバルナビ */
div#Navigation {
	margin: 22px 0 0 0;
}
div#Navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#Navigation ul li {
	float: left;
}

.gm li:last-child{
  border-right: 2px solid #c0c0c0;
}
.gm1 a,.gm a,.sm a{
  text-decoration: none;
  color:#404040;
}
.gm a:hover{
  color: #CC2B2E;
}
.gm a,.now{
  font-size: 73%;
  font-weight: 400;  
}

/* Back To Top */
#BackToTop {
  position: fixed;
  opacity: 0.8;
/*
  bottom: 10% !important;
  right: 2.7%;
*/
  bottom: 80px !important;
  right: 4px;
}
#BackToTop a {
  background-color: #f56363;
  border-radius: 70px;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  width: 72px;
  height: 72px;
  font-size: 0.85em;
}
#BackToTop a:hover {
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #f56363;
  text-decoration: none;
}
#BackToTop a .fa {
  display: block;
}
/** mail追加　**/
.top{
  position: absolute;
}
.mail{
  position: relative;
  left: 695px;
  top: -30px;
  font-weight: 600;
  color: #00439a;
}
.mail_sub{
  position: relative;
  left: 730px;
  top: 130px;
  font-weight: 600;
  color: #00439a;
}

.contents {
	margin: 24px auto;
	width: 870px;
}
.contents .mainArea {
	background-color: #fffdec;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	float: left;
	width: 670px;
}
.contents .main {
	border: 1px dotted #d3ca01;
	margin: 10px;
	padding: 0 25px 20px 25px;
}
/* top news */
.contents .main h3.h3news {
	background: url(../images/bg-h3news.png) top left no-repeat;
	color: #88526b;
	font-size: 140%;
	margin-top: 8px;
	padding: 10px 0 8px 40px;
}
/* page */
.contents .main h3 {
	color: #88526b;
	font-size: 140%;
	margin-top: 30px;
	padding: 10px 0 25px 80px;
}
.contents .main h3.h3_01 {
	background: url(../images/bg-h3_01.png) top left no-repeat;
}
.sm-navi{
  display: none;
}

.box_table{
  text-align: center;
  border: 2px solid #479EE3;
  margin: 10px 0;
}
.box_table tr td{
  border: 1px solid #479EE3;
  padding: 7px;
}
/*	for smartphone
=================================================================== */
@media screen and (min-width: 992px){
 /* div#area_gm {
    display: none;
  }*/

  div#mailform_alt {
/*    display: none;*/
  }

  .sp_only {
    display: none;
  }
  .contact{
    display: none;
  }
  
}

/*	for smartphone
=================================================================== */
@media screen and (max-width: 991px){

  body {
    font-size: 1em;
    width: 100%;
  }

  #headerArea {
    width: 100%;
    background-image: url("../images/header_sp.png");
    background-repeat: no-repeat;
  }

  #headerArea img {
    display: none;
  }

  #areaBillboard {
    display: none;
  }

  #g-navi {
    display: none;
  }

  div#area_gm a,.now{
    font-size: 1em;
  }

  #contents {
    width: 100%;
  }

  #contents #mainArea {
    margin: 0 auto;
    width: 98%;
    float: none; /* 2025/変更予定　*/
  }

  #contents #main ul#topNews0 {
/*    overflow: scroll; */
    overflow-wrap: break-word;
  }

  #contents #main ul#topNews0 li {
    padding: 5px 5px 5px 0;
    margin-left: 0;
  }

  #contents #main ul#topNews0 .newsTit {
    width: 300px
  }

  #contents #main ul#topNews {
/*    overflow: scroll; */
    overflow-wrap: break-word;
  }

  #contents #main ul#topNews li {
    padding: 5px 5px 5px 0;
    margin-left: 0;
  }

  #contents #main ul#topNews .newsTit {
    width: 300px
  }

  #contents #sub {
    margin: 0 auto;
    float: none;
    width: 98%;
  }

  #contents #sub ul {
    margin: 0 auto;
    width: 100%;
  }

  #contents #sub ul li {
    float: left;
    margin: 3px 1px 3px 3px;
  }

  #topMenu {
    margin: 0 auto;
    width: 98%;
  }

  #topMenu ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  #topMenu ul li p {
    padding-left: 1em;
  }

  #topMenu ul li p#map {
    margin: 0 auto;
    text-align: center;
  }

  #topMenu ul li p#map img {
    width: 80%;
  }

  #topMenu ul li p#topMenuBus {
    display: none;
  }

  #topMenu ul li.secondA {
    min-height: 8em;
  }
  #topMenu ul li.thirdA {
    min-height: 5em;
  }

/* footer */
  footer ul#f-navi {
    display: none;
  }

/* bread crumb */
  section#breadcrumb {
    display: none;
  }

/* main */
  #contents #main {
    margin: 5px;
    padding: 0 10px 5px 10px;
  }

/* page */
  #contents #main h3 {
    margin-top: 30px;
    padding: 10px 0 25px 60px;
  }

  #contents #main h3.h3_01 {
    vertical-align: 10px;
  }

  #contents #main h3.h3_03 {
    margin-top: 10px;
  }

  div#mailform {
/*    display: none; */
  }

  .pc_only {
    display: none;
  }
  /* mail追加*/
  .mail{
    display: none;
  }
  .top{
    position: static;
  }
  .mail_sub{
    display: none;
  }
  .contents {
    width: 100%;
  }

  .contents .mainArea {
    margin: 0 auto;
    width: 98%;
    float: none;
  }
  .sm-navi{
    display: block;
    margin: 0.7em auto 0 auto;
    text-align: center;
/*    margin-left: 0;
    margin-right: 0;*/
  }
  .navi-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 1em;
  }
  
  .sm-navi li{
    list-style: none;
    margin: 5px;
  }
  .sm-navi ul{
    padding-left: 0;
    margin: 0;
  }
  #topMenu ul {
	padding: 5px 0 0;
}
}
