@charset "utf-8";
/* CSS Document */

#mainPhotoAreaPage {
	display: block;
	position: relative;
	width: 1024px;
	height: 235px;
	background: #fff;
	overflow: hidden;
}

#mainPhotoAreaPage #mainRogo {
	display: block;
	position: absolute;
	top: 0px;
	left:50%;
	margin-left: -93px;
	z-index: 500;
}
#mainPhotoAreaPage #mainRogo img {
	width: 186px;
}

#ill_top1 {
	display: block;
	width: auto;
	position: absolute;
	top: 0px;
	left: 150px;
	margin-left: -93px;
	z-index: 10;
}
#ill_top2 {
	display: block;
	width: auto;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: 100px;
	z-index: 500;
}
#ill_top3 {
	display: block;
	width: auto;
	position: relative;
	text-align: right;
	margin-top: -40px;
	margin-bottom: -75px;
	padding-right: 65px;
}
#contentsAreaPage {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1024px;
	box-sizing: border-box;
	margin: 0px auto;
	/*border: 1px solid #f00;*/
	/*background: #8C9DAF;*/
	padding: 0px;
	color: #fff;
}




/*施設の情報*/
#photo {
	display: block;
	position: relative;
	width: 720px;
	/*height: 505px;*/
	margin: 15px auto 30px auto;
	overflow: hidden;
	opacity: 0;
}
#photo ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#photo ul li {
	display: block;
	position: absolute;
	width: 720px;
	line-height: 145%;
	text-align: right;
	font-size: 81.25%;
}
#photo ul li:last-child {
	position: relative;
}
#photo ul li img {
	width: 100%;
}
#photo ul li:first-child span {
	opacity: 1;
}
#photo ul li span {
	opacity: 0;
}
#shisetsuText {
	display: block;
	position: relative;
	width: 720px;
	margin: 0px auto;
	text-align: justify;
}
ul#shareBtArea {
	display: block;
	width: 720px;
	margin: 0.25em auto 0px auto;
	padding: 0px;
	list-style: none;
}
ul#shareBtArea li {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: right;
}
ul#shareBtArea li:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: serif;
	height: 32px;
	line-height: 100%;
}
.textAeraAround,
#textAeraAround {
	display: block;
	position: relative;
	margin: 1.5em 0em 1em 0em;
	font-weight: bold;
	font-size: 137.5%;
	text-align: center;
}
.textAeraAround div,
#textAeraAround div {
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-top: -15px;
	margin-left: -9.5em;
}
#nene3 .textAeraAround div,
#nene3 #textAeraAround div {
	margin-left: -7em;
}
#table_shisetsu {
	width: 720px;
	margin: 1em auto;
}
#table_shisetsu td {
	border-top: 1px solid #858585;
	padding: 0.25em 0.75em;
	font-size: 87.5%;
}
#table_shisetsu tr:last-child td {
	border-bottom: 1px solid #858585;
}
#table_shisetsu td:nth-child(1) {
	width: 5em;
	white-space: nowrap;
	background: #f5eee9;
	text-align: center;
	font-weight: bold;
}
#table_shisetsu td img.sizeS {
	width: 24px;
	vertical-align: middle;
	margin-right: 0.5em;
	margin-left: 1em;
}
#table_shisetsu td img.sizeS:first-child {
	margin-left: 0em;
}
/*位置図*/
#map_shisetsu {
	display: table;
	position: relative;
	margin: 0em auto 2em auto;
}

/*凡例*/
#legArea ul {
	display: table;
	width: 720px;
	margin: 2em auto;
	padding: 0px;
	text-align: right;
	z-index: 1000;
}
#legArea ul li {
	display: block;
	position: relative;
	list-style: none;
	float: left;
	/*width: 35px;
	height: 35px;*/
	margin: 0em 0.75em 0em 0em;
	background: #fff;
}
#legArea ul li div {
	display: none;
	position: absolute;
	top: -25px;
	left: 28px;
	width: auto;
	height: 2em;
	background: #fffdd8;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.35);
	padding: 0.1em 0.5em;
	font-size: 12px;
	white-space: nowrap;
	z-index: 5000;
}
#legAllBt {
	display: block;
	width: 720px;
	margin: -3em auto 1em auto;
	text-align: right;
	font-size: 87.5%;
}
#legAllBt span {
	cursor: pointer;
}
#legAllArea {
	display: none;
	width: 720px;
	margin: 1em auto;
	border: 4px solid #d1d1d1;
	border-radius: 10px;
	padding: 0.75em 1.25em;
	box-sizing: border-box;
}
#legAllArea ul {
	display: flex;
	float: left;
	flex-direction: column;
	position: relative;
	list-style: none;
	/*white-space: nowrap;*/
	margin: 0;
	padding: 0;
}
#legAllArea ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 0.5em;
	font-size: 87.5%;
	line-height: 135%;
}
#legAllArea ul:nth-child(1) {
	padding-right: 1.5em;
}
#legAllArea ul li img {
	vertical-align: middle;
	margin-right: 0.5em;
}
#legClose {
	display: flex;
	align-items: center;
	justify-content: right;
	line-height: 100%;
	cursor: pointer;
}
#legClose div {
	display: flex;
	background: #ccc;
	color: #fff;
	padding: 0.15em;
	width: 1.25em;
	height: 1.25em;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
#legAllArea p {
	margin-bottom: 0.75em;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 0.25em;
	font-size: 87.5%;
}
#lagAllPictArea {
	display: flex;
}

/************/
.lineSpacer {
	display: block;
	/*width: 720px;*/
	width: 700px;
	height: 12px;
	margin: 1em auto;
	background: url(../images/dot.png) repeat-x 0% 50%;
}
#listMenu {
	padding: 20px 50px 0px 50px;
	font-size: 87.5%;
}
#pageTitle {
	display: block;
	width: 720px;
	margin: 1.5em auto 0px auto;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	color: #777;
}
/********************/
.contBlock {
	display: block;
	width: 720px;
	margin: 0px auto;
	text-align: justify;
}

/********************/
#banner_yorimichi {
	display: block;
	position: absolute;
	top: 55px;
	left: 10px;
	z-index: 9800;
}

#yorimichi {
	display: none;
	text-align: center;
	flex-direction: column;
    justify-content: center;
}

/*************************/
.titleSent {
	width: 720px;
	margin: 0px auto 0px auto;
	text-align: center;
}
.listNews {
	display: flex;
	width: 700px;
	margin: 0px auto;
}
.areaList {
	display: block;
	width: 100%;
}
.textDate {
	display: block;
	width: 8em;
	font-size: 93.75%;
}
.textNews {
	font-size: 93.75%;
	text-align: left;
}
/*カテゴリー*/
.listCate {
	display: flex;
}
.textCate {
	display: table;
	margin-right: 0.75em;
	border-radius: 8px;
	padding: 0.5em 1em 0.35em 1em;
	background: #f19b9e;
	text-align: center;
	line-height: 100%;
	color: #fff;
	font-size: 81.25%;
}

/***********バナーエリア************/
#bannerArea {
	display: flex;
	justify-content: center;
	margin: 30px 0px 42px 0px;
}
#bannerArea div {
	margin: 0px 21px;
	line-height: 0%;
	background: #000;
	cursor: pointer;
}

/***********バナーエリア2************/
#slideArea {
	display: flex;
	align-items: center; 
	width: 1192px; 
	margin: 0px auto; 
	padding-bottom: 10px;
	/*background: url(../images2/bg_search2.svg);*/
}
#bannerArea2 {
	display: block;
	position: relative;
	width: 1092px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	border: 0px solid #f00;
}
#bannerArea2Inn {
	display: flex;
	align-items: flex-start;
	margin-left: -273px;
}
#bannerArea2Inn > div {
	margin: 0px 12px;
	line-height: 135%;
	/*background: #fff;*/
	/*cursor: pointer;*/
	text-align: center;
}
#bannerArea2Inn > div > div:nth-child(1) {
	margin-bottom: 0.5em;
	line-height: 0;
	/*background: #000;*/
}
#bannerArea2Inn > div > div:nth-child(2) {
	line-height: 150%;
	padding-bottom: 0.25em;
	font-weight: bold;
	font-size: 93.75%;
	/*font-size: 87.5%;*/
	line-height: 135%;
	color: #222;
}
#bannerArea2Inn > div > div:nth-child(3) {
	font-size: 81.25%;
	line-height: 135%;
	text-align: justify;
}


#bannerBtL {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 48px;
	height: 48px;
	/*top: 70px;
	left: 10px;*/
	cursor: pointer;
	margin-top: -75px;
	line-height: 0;
}
#bannerBtR {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 48px;
	height: 48px;
	/*top: 70px;
	right: 10px;*/
	cursor: pointer;
	margin-top: -75px;
	line-height: 0;
}
.seeMore {
	display: table;
	position: relative;
	margin: 20px auto 0px auto;
	border: 1px solid #555;
	padding: 0.25em 4em;
	text-align: center;
	font-size: 87.25%;
	background: #fff;
	cursor: pointer;
	z-index: 500;
}
.seeMore:hover {
	background: #fff2d0;
}
/***********バナーエリア2B************/
#slideAreaB {
	display: flex;
	align-items: center; 
	width: 1192px; 
	margin: 0px auto; 
	padding-bottom: 10px;
	/*background: url(../images2/bg_search2.svg);*/
}
#bannerArea2B {
	display: block;
	position: relative;
	width: 1092px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	border: 0px solid #f00;
}
#bannerArea2BInn {
	display: flex;
	align-items: flex-start;
	margin-left: -273px;
}
#bannerArea2BInn > div {
	margin: 0px 12px;
	line-height: 135%;
	/*background: #fff;*/
	/*cursor: pointer;*/
	text-align: center;
}
#bannerArea2BInn > div > div:nth-child(1) {
	margin-bottom: 0.5em;
	line-height: 0;
	background: #000;
}
#bannerArea2BInn > div > div:nth-child(2) {
	line-height: 150%;
	padding-bottom: 0.25em;
	font-weight: bold;
	font-size: 93.75%;
	/*font-size: 87.5%;*/
	line-height: 135%;
	color: #222;
}
#bannerArea2BInn > div > div:nth-child(2) span {
	font-size: 81.25%;
	font-weight: normal;
}
#bannerArea2BInn > div > div:nth-child(3) {
	font-size: 81.25%;
	line-height: 135%;
	text-align: justify;
}

#bannerBtLB {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 48px;
	height: 48px;
	/*top: 70px;
	left: 10px;*/
	cursor: pointer;
	margin-top: -75px;
	line-height: 0;
}
#bannerBtRB {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 48px;
	height: 48px;
	/*top: 70px;
	right: 10px;*/
	cursor: pointer;
	margin-top: -75px;
	line-height: 0;
}


/*****インフォエリア*****/
#infoArea {
	display: block;
	position: relative;
	margin-top: 2.625em;
	height: 250px;
	text-align: center;
	/*overflow: hidden;*/
}
#infoArea2 {
	display: block;
	position: relative;
	margin-top: 2.625em;
	height: auto;
	text-align: center;
}
#infoIll1 {
	display: block;
	position: absolute;
	top: -76px;
	left: 0px;
	z-index: 20;	
}
#infoIll2 {
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -48px;
	z-index: 20;	
}
#infoIll3 {
	display: table;
	position: absolute;
	bottom: 60px;
	right: 0%;
	z-index: 10;
}
#infoTitle {
	display: table;
	position: relative;
	margin: -6em auto 15px auto;
	z-index: 10;
}

/*********SNS*********/
#snsArea {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: center;
	align-items: center;
	width: 	100%;
	margin: 80px auto 0px auto;
	/*border: 1px solid #F00;*/
	padding: 20px 0px;
	background: url(../images2/bg_search2.svg);
}
#snsArea > div {
	display: block;
	position: relative;
	margin: 25px;
	line-height: 1.25;
}
#snsArea > div > div:nth-child(1) {
	display: flex;
    align-items: center;
	margin-bottom: 10px;
}
#snsArea > div > div:nth-child(1) > a {
	display: flex;
    align-items: center;
	margin-bottom: 10px;
}
#snsArea > div > div img {
	padding-right: 8px;
}

/*****CALENDAR*****/
#calendarArea {
	display: block;
	width: 	100%;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	padding: 20px 0px;
	text-align: center;
	background: url(../images2/bg_search2.svg);
}
#calendarArea iframe {
	padding: 20px 0px;
}
	
/*****ABOUT US*****/
#aboutusArea {
	display: block;
	position: relative;
	max-width: 1024px;
	margin: 2.625em auto 05em auto;
	height: 250px;
	text-align: center;
	/*overflow: hidden;*/
}
#aboutusArea2 {
	display: block;
	position: relative;
	margin-top: 2.625em;
	height: auto;
	text-align: center;
}
#aboutusContArea {
	display: block;
	position: relative;
	max-width: 1024px;
	margin: 0px auto 10px auto;
	text-align: center;
}
#aboutusIll1 {
	display: block;
	position: absolute;
	top: -44px;
	left: 0px;
	z-index: 20;	
}
#aboutusIll2 {
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -48px;
	z-index: 20;	
}
#aboutusIll3 {
	display: table;
	position: absolute;
	bottom: 25px;
	right: 0%;
	z-index: 10;
}
#aboutusTitle {
	display: table;
	position: relative;
	margin: -6em auto 15px auto;
	z-index: 10;
}
#aboutusContArea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#aboutusContArea ul li {
	display: block;
	width: 35.4%;
	margin: 10px;
	border: 1px solid #b1b1b1;
	padding: 0.25em 0.75em;
	background: #fff;
	font-size: 87.25%;
	cursor: pointer;
}
#aboutusContArea ul li span {
	color: #F00;
}
#aboutusContArea ul li:hover {;
	background: #e1e5ba;
}

#listSBrute {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1024px;
	margin: 20px auto 0px auto;
	padding: 0px;
}
#listSBrute li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 390px;
	height: 76px;
	margin: 10px;
	background: url(../images2/bt_base.png) no-repeat;
	font-family:"BIZ UD明朝", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 112.5%;
	cursor: pointer;
}
#listSBrute li:hover {
	background: url(../images2/bt_base2.png) no-repeat;
}
/*****map******/
#mapArea {
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: flex-end;
	position: relative;
	width: 926px;
	/*height: 526px;*/
	margin: 60px auto 20px auto;
	padding: 0px;
}
#mapArea > div:nth-child(1){
	border: 1px solid #ccc;
	margin-right: 20px;
	line-height: 0;
}

#areaInfo {
	display: flex;
	flex-direction: column;
	width: 926px;
	margin: 0px auto;
}
#areaInfo > div {
	width: 560px;
	box-sizing: border-box;
	background: url(../images/bg_search2.svg);
}
#areaInfo > div:nth-child(1) {
	border-radius: 12px 12px 0px 0px;
		padding: 1em 1em 0em 1em;
}
#areaInfo > div:nth-child(2) {
	border-radius: 0px 0px 12px 12px;
		padding: 0em 1em 1em 1em;
}
#areaInfo ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;	
}
#areaInfo ul li {
	margin-left: 2em;
}
#areaInfo ul li:firts-child {
	margin-left: 0em;
}




/**************************/
#areaLinkBanner {
	display: flex;
	justify-content: center;
	width: 1024px;
	margin: 0px auto 25px auto;
}
#areaLinkBanner div {
	margin: 7px;
	text-align: center;
	background: #000;
	line-height: 0;
}
#areaLinkBanner img {
	/*width: 128px;*/
	box-shadow: 2px 2px 2px rgba(0,0,0,0.35);
}
	
	
	
/**/
.line_mapcodeText {
	font-size: 75%;
}

/**/
#newsArea {
	display: none;
}

/*************************/
.titleSent {
	width: 700px;
	margin: 30px auto 0px auto;
	text-align: center;
}
.listNews {
	display: flex;
	flex-direction: column;
	width: 700px;
	margin: 0px auto;
}
.areaList {
	display: block;
	width: 100%;
}
.textDate {
	display: block;
	/*width: 8em;*/
	font-size: 93.75%;
}
.textNews {
	font-size: 93.75%;
}
/*カテゴリー*/
.listCate {
	display: flex;
}
.publishCate {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.publishCate > div {
	display: flex;
	width: max-content;
	margin: 0.5em 5px 5px 0px;
	border-radius: 8px;
	padding: 0.15em 0.75em;
	font-size: 81.25%;
}
.publishCate {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.publishCate > div {
	display: flex;
	width: max-content;
	/*margin: 0.5em 5px 5px 0px;*/
	margin: 0.5em 5px 1px 0px;
	border-radius: 8px;
	padding: 0.15em 0.75em;
	font-size: 81.25%;
}
.bgCol1 {
	background: #40a381;
	color: #fff;
}
.bgCol2 {
	background: #4464b4;
	color: #fff;
}
.bgCol3 {
	background: #229ec6;
	color: #fff;
}
/**************/
#gamenOthers {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	width: auto;
	max-width: 980px;
	box-sizing: border-box;
	height: auto;
	margin: 0px auto 0px 0px;
	border: 0px solid #fff;
	border-radius: 20px;
	padding: 15px;
	text-align: left;
	opacity: 0;
	background: #fff;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.35);
	z-index: 9000;
	overflow: hidden;
}
#mapArea img {
	height: auto;
}
#bgmask {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.65;
	z-index: 8000;
}

/*************************/
#pictHanrei {
	display: flex;
	align-items: center;
	padding: 0.5em 0.5em 0.35em 1em;
	font-size: 81.25%;
	line-height: 100%;
}
#pictHanrei > div:first-child {
	margin-right: 0.5em;
	border-right: 1px dashed #ccc;
	padding: 0.5em 1em 0.5em 0em;
}
#pictHanrei > div:last-child {
	display: flex;
}
#pictHanrei > div > div {
	display: flex;
	align-items: center;
	padding-right: 1em;
}
#pictHanrei > div > div > img{
	width: 26px;
	height: 26px;
	padding: 0.35em 0.5em 0.5em 0.5em;
	line-height: 0;
}

/*****************************/
div[class^="flg"] {
    display: flex;
    width: max-content;
    /*margin: 0.5em 5px 5px 0px;*/
	margin: 0.5em 5px 1px 0px;
    border-radius: 8px;
    padding: 0.15em 0.75em;
    font-size: 81.25%;
    background: #229ec6;
    color: #fff;
}
div.flg_center {
    background: #40a381;
}
div.flg_council {
    background: #4464b4;
}
div.flg_route {
	display: none;
}
#text_noinfo {
	color: #adadad;
	text-align: center;
}
/*****************************/
.seeMore {
	display: none;
}
g[id*='svgSea']:hover,
g[id*='svgArea']:hover,
g[id*='svgText']:hover {
	cursor: pointer;
}


@media only screen and (max-width :580px){
#pictHanrei > div > div {
	flex-direction: column;
}
}