@charset "utf-8";
/* TOP PAGE(SP) CSS Document */



/*****************************************************************
 CONTETNS AREA
******************************************************************/



/* mainvisual */
#mainvisual {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
#mainvisual li img,
#mainvisual #copy img {
	width: 100%;
	height: auto;
}
#mainvisual #copy {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 90;
}

/* Arrows */
#slide_nav button {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
#slide_nav .slick-prev,
#slide_nav .slick-next {
	display: block;
	position: absolute;
	width: 31px;
    height: 58px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	cursor: pointer;

}
#slide_nav .slick-prev {
	left: 25px;
}
#slide_nav .slick-prev:before {
    content: url("../images/slide_prev.png");
}
#slide_nav .slick-next{
	right: 25px;
}
#slide_nav .slick-next:before {
    content: url("../images/slide_next.png");
}


/* Dots */
.slick-dots {
	display: block;
    position: absolute;
	right: 20px;
    bottom: 20px;
    width: 110px;
	height: 11px;
    padding: 0;
    margin: 0;
}
.slick-dots li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
	vertical-align: middle;
}
.slick-dots li button {
	display: block;
    font-size: 0;
    line-height: 0;
	width: 11px;
    height: 11px;
	padding: 0;
    border: 0;
	border-radius: 50%;
    outline: none;
    background: #fff;
	cursor: pointer;
}
.slick-dots li button#tglBtn {
	border-radius: 0 !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li.slick-active button {
    background: #989ed8;
}

#tglBtn {
	background: none;
	border: none;
	color: #fafafa;
	padding: 0;
}
#tglBtn:hover {
	cursor: pointer;
}



/* topContetns */
#topContetns {
	padding: 30px 0 0;
}
#topContetns a {
	color: #223048;
}

/* newsArea */
#newsArea {
	overflow: hidden;
	margin-bottom: 30px;
}
#newsArea ul.tab {
	overflow: hidden;
	margin: 0 0 -1px;
}
#newsArea ul.tab li {
	float: left;
	margin-right: 1%;
	padding: 10px 0;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	background: #59493f;
	color: #fff;
	text-align: center;
	font-size: 110%;
	cursor: pointer;
}

#newsArea ul.tab li:nth-of-type(-n+2) {
	width: 27%;
}

#newsArea ul.tab li:nth-of-type(3) {
	width: 42%;
}

#newsArea ul.tab li:last-child {
	margin-right: 0;
}
#newsArea ul.tab li:hover {
	background: #fff;
	color: #000;
}
#newsArea ul.tab li.current {
	border-top: 2px solid #323662;
	background: #fff;
	color: #000;
}
#newsArea .panel {
	overflow: hidden;
	display:none;
	padding: 30px 20px 10px;
	border: 1px solid #c9c9c9;
	background: #fff;
	color: #000;
}
#newsBoxs .panel:nth-child(1) {
	display: block;
}
#newsArea .panel dl {
	width: 100%;
	margin-bottom: 5px;
}
#newsArea .panel dd {
	margin: 5px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #666;
}
#newsArea dd span {
	display: inline-block;
	margin-left: 5px;
	color: #326232;
	font-weight: bold;
}
#newsArea .links {
	margin: 20px 0 0;
	text-align: right;
	font-size: 95%;
}
#newsArea .links li {
	display: inline-block;
	margin-left: 10px;
	padding-left: 14px;
	background: url(../images/icon_right4.png) left center no-repeat;
}
#newsArea .links li.rss {
	padding-left: 20px;
	background: url(../images/icon_rss.png) left center no-repeat;
}


/*  */
#eventBox .title,
#shimosuwaInfo .title,
#lifesceneBox .title,
#lifeUsefulBox .title,
#inshimosuwaBox .title {
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: 1px solid #8e847c;
	color: #313131;
	font-size: 110%;
	font-weight: bold;
}

.inBox {
	background: rgba(255,255,255,0.7);
}

/* eventBox */
#eventBox {
	margin-bottom: 30px;
}
#eventBox .inBox {
	overflow: hidden;
	padding: 30px 0 20px;
}
#eventBox table {
	width: 90%;
	margin: 0 auto;
	border-spacing: 1px;
}
#eventBox caption {
	position: relative;
	margin-bottom: 5px;
}
#eventBox caption span {
	display: block;
	position: absolute;
	top: 4px;
	width: 12px;
	height: 9px;
}
#eventBox caption span.next {
	right: 0;
	text-align: right;
}
#eventBox caption span.prev {
	left: 0;
	text-align: left;
}
#eventBox table th,
#eventBox table td {
	padding: 0;
	line-height: 30px;
}
#eventBox table th {
	background: #7e6b5a;
	color: #fff;
}
#eventBox table th.event {
	background: #d9cab4;
}
#eventBox table th.satday {
	background: #719aab;
}
#eventBox table th.sunday {
	background: #d55e5e;
}
#eventBox table td {
	background: #e5e5e5;
	color: #000;
	text-align: center;
}
#eventBox table td a {
	display: block;
	background: #d9cab4;
	color: #000;
}
#eventBox table td.satday,
#eventBox table td.satday a {
	color: #285466;
}
#eventBox table td.sunday,
#eventBox table td.sunday a {
	color: #7e0000;
}


#todayEvent {
	padding: 20px;
	background: rgba(209,192,165,.8);
}
#todayEvent .inner {
	overflow-y: scroll;
	height: 110px;
}
#todayEvent .inner ul {
	margin-top: 10px;
	margin-left: 25px;
	padding-right: 20px;
}
#todayEvent .inner ul li {
	margin-bottom: 5px;
	list-style: disc;
}
#todayEvent .inner p {
	color: #313131;
	font-size: 110%;
	font-weight: bold;
}


/* shimosuwaInfo */
#shimosuwaInfo .inBox {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 15px;
}

#closeUp {
}
#closeUp dl {
	position: relative;
	float: left;
	width: 67%;
	min-height: 160px;
	margin: 0;
}
#closeUp dt {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
}
#closeUp dd ul {
	margin-bottom: 30px;
}
#closeUp dd p {
	font-size: 90%;
}
#closeUp dd ul li a,
#closeUp dd .list a {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/icon_right.png) left 4px no-repeat;
}
#closeUp dd .list {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
#closeUp .img {
	float: right;
	width: 30%;
	text-align: right;
}
#closeUp .img img{
	width: 100%;
	max-width: 113px;
	height: auto;
}

#topicsNews {
	overflow: hidden;
}
#topicsNews .img {
	float: left;
	width: 30%;
	max-width: 150px;
}
#topicsNews .img img {
	width: 100%;
	max-width: 150px;
	height: auto;
}
#topicsNews dl {
	position: relative;
	float: right;
	width: 68%;
	min-height: 150px;
}
#topicsNews dt {
	margin: 10px 0;
	font-weight: bold;
}
#topicsNews dd ul {
	margin-left: 22px;
	margin-bottom: 30px;
}
#topicsNews dd ul li {
	list-style: disc;
}
#topicsNews .list {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
#topicsNews .list a {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/icon_right.png) left 4px no-repeat;
	font-size: 90%;
}



/* lifesceneBox */
#lifesceneBox {
	margin-bottom: 25px;
}
#lifesceneBox ul {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#lifesceneBox li {
	display: inline-block;
	margin: 3px;
	max-width: 100px;
}
#lifesceneBox li img {
	width: 100%;
	max-width: 100px;
	height: auto;
}


/* lifeUsefulBox */
#lifeUsefulBox {
	margin-bottom: 30px;
}
#lifeUsefulBox ul {
	overflow: hidden;
	width: 99%;
	margin: 0 auto;
}
#lifeUsefulBox li {
	float: left;
	width: 33%;
	border-bottom: 1px solid #928062;
	border-right: 1px solid #928062;
	text-align: center;
	box-sizing: border-box;
}
#lifeUsefulBox li:nth-child(3n+1) {
	clear: both;
	border-left: 1px solid #928062;
}
#lifeUsefulBox li:first-child,
#lifeUsefulBox li:nth-child(2),
#lifeUsefulBox li:nth-child(3) {
	border-top: 1px solid #928062;
}
#lifeUsefulBox li img {
	width: 100%;
	max-width: 220px;
	height: auto;
}


/* in shimosuwaBox */
#inshimosuwaBox {
	margin-bottom: 30px;
}
#inshimosuwaBox li {
	margin: 0;
}
#inshimosuwaBox a {
	display: table;
}
#inshimosuwaBox img,
#inshimosuwaBox span {
	display: table-cell;
	padding: 0 10px 10px 0;
	vertical-align: middle;
}
#inshimosuwaBox a span {
	margin-left: 10px;
	text-decoration: underline;
}
#inshimosuwaBox a span:hover {
	text-decoration: none;
}


/* adBnr */
#adBnr {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 15px 0 0;
	border-top: 1px solid #8e847c;
}
#adBnr .title {
	margin-bottom: 10px;
	padding: 5px;
	color: #313131;
	font-size: 110%;
	font-weight: bold;
}
#adBnr ul {
	overflow: hidden;
}
#adBnr li {
	float: right;
	width: 48%;
	margin-bottom: 10px;
	text-align: center;
}
#adBnr li:nth-child(odd) {
	clear: both;
	float: left;
}
#adBnr li img {
	width: 100%;
	max-width: 150px;
	height: auto;
}


#top #naviList {
	overflow: hidden;
	margin: 0 0 30px 1%;
}

/* sideContents =================================================================== */
#sideContents {
	color: #313131;
}
#sideContents a {
	color: #223048;
}

/* tourismBox */
#tourismBox {
	overflow: hidden;
	margin-bottom: 20px;
}
#tourismBox p {
	float: left;
	width: 49%;
	max-width: 245px;
}
#tourismBox p:nth-child(-n+2){
	margin-bottom: 10px;
}
#tourismBox p:nth-child(2n){
	float: right;
}
#tourismBox a img {
	width: 100%;
	height: auto;
}

/* panoramaBox（廃止） */
#panoramaBox {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #c9c9c9;
	background: #fff;
	color: #000;
}
#panoramaBox .photo {
	float: left;
	width: 48%;
	max-width: 245px;
}
#panoramaBox .photo img {
	width: 100%;
	height: auto;
}
#panoramaBox dl {
	float: right;
	width: 48%;
}
#panoramaBox dt {
	margin: 5px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#panoramaBox dd {
	margin-bottom: 5px;
	font-size: 95%;
	line-height: 1.4em;
}
#panoramaBox dd.bnr {
	margin-bottom: 0;
	text-align: center;
}
#panoramaBox .bnr img {
	width: 100%;
	max-width: 245px;
	height: auto;
}

/* emergencyBox */
#emergencyBox {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border: 1px solid #c9c9c9;
	background: #fff;
	color: #000;
}
#emergencyBox .title {
	padding: 20px 10px 20px 25px;
	border-bottom: 1px solid #c9c9c9;
	background: url(../images/bg_title.png) left 32px repeat;
	font-size: 120%;
	font-weight: bold;
}
#emergencyBox dl {
	padding: 15px 18px 0;
}
#emergencyBox dt {
	font-weight: bold;
}
#emergencyBox dd {
	margin-bottom: 10px;
}
#emergencyBox dd a,
#emergencyBox p a {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/icon_right2.png) left 4px no-repeat;
}
#emergencyBox p.list {
	margin-right: 15px;
	text-align: right;
}

/* disasterBox */
#disasterBox {
	margin-bottom: 10px;
}
#disasterBox dl {
	margin-bottom: 20px;
}
#disasterBox dt {
	padding: 20px 40px 20px 25px;
	border: 1px solid #c9c9c9;
	background: url(../../images/icon_plus.png) 97% center no-repeat,#720e19 url(../images/bg_title2.png) left 32px repeat;
	color: #fff;
	font-size: 120%;
	cursor: pointer;
}
#disasterBox dt.active {
	background: url(../../images/icon_minus.png) 97% center no-repeat,#720e19 url(../images/bg_title2.png) left 32px repeat;
}
#disasterBox dd {
	display: none;
	padding: 15px 18px;
	border: 1px solid #c9c9c9;
	border-top: none;
	background: #fff;
	color: #000;
}
#disasterBox dd li {
	margin-bottom: 5px;
}
#disasterBox dd a {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/icon_right3.png) left 4px no-repeat;
}






/* mayorBox */
#mayorBox {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #c9c9c9;
	background: #fff;
	color: #000;
}
#mayorBox .photo {
	float: left;
	width: 48%;
	max-width: 245px;
}
#mayorBox .photo img {
	width: 100%;
	height: auto;
}
#mayorBox dl {
	float: right;
	width: 48%;
}
#mayorBox dt {
	padding: 60px 5px 0 5px/*5px*/;
	font-size: 130%/*100%*/;
	font-weight: bold;
	text-align: center;
}
#mayorBox ul {
	margin-left: 8px;
}
#mayorBox ul li {
	display: block;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/icon_right4.png) left 4px no-repeat;
}


/* bnrList */
#bnrList {
	overflow: hidden;
	margin-bottom: 15px;
}
#bnrList li {
	float: right;
	width: 48%;
	margin-bottom: 15px;
	text-align: center;
}
#bnrList li:nth-child(odd) {
	clear: both;
	float: left;
}
#bnrList li img {
	width: 100%;
	max-width: 265px;
	height: auto;
}


/* recommendLinks , facilityBox , aboutBox */
#recommendLinks,
#facilityBox,
#aboutBox {
	margin-bottom: 20px;
	border: 1px solid #c9c9c9;
	background: #fff;
	color: #000;
}
#recommendLinks dt,
#facilityBox dt,
#aboutBox dt {
	padding: 18px 10px 18px 25px;
	background: #59493f url(../images/bg_title3.png) right top repeat-y;
	color: #fff;
	font-size: 120%;
}
#recommendLinks a,
#facilityBox a,
#aboutBox a {
	color: #223048;
}

/* recommendLinks */
#recommendLinks dd {
	position: relative;
	padding: 20px 0;	
}
#recommendLinks .banner {
	overflow: hidden;
	width: 88% !important;
	margin: 0 auto;
}
#recommendLinks .banner li {
	margin-right: 20px;
}
#recommendLinks .banner li img {
	width: 100%;
	max-width: 240px;
	height: auto;
}

/* Arrows */
#bnr_nav button {
	position: absolute;
	top: 50%;
	margin-top: -5px;
}
#bnr_nav .slick-prev,
#bnr_nav .slick-next {
	display: block;
	position: absolute;
	width: 10px;
    height: 16px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	cursor: pointer;

}
#bnr_nav .slick-prev {
	left: 10px;
}
#bnr_nav .slick-prev:before {
    content: url("../images/btn_left.png");
}
#bnr_nav .slick-next{
	right: 10px;
}
#bnr_nav .slick-next:before {
    content: url("../images/btn_right.png");
}

/* facilityBox */
#facilityBox dd {
	padding: 15px 18px 10px;
}
#facilityBox li {
	margin-bottom: 5px;
}
#facilityBox li a {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/icon_right4.png) left 4px no-repeat;
}

/* aboutBox */
#aboutBox {
	margin-bottom: 30px;
}
#aboutBox dd {
	padding: 5px 18px 10px;
}
#aboutBox li {
	border-bottom: 1px solid #e5e5e5;
}
#aboutBox li:last-child {
	border-bottom: none;
}
.time a,
.organization a,
.access a {
	display: inline-block;
	padding: 10px 0 10px 36px;
	font-size: 95%;
}
.time a {
	background: url(../../images/icon_time.png) left center no-repeat;
}
.organization a {
	background: url(../../images/icon_organization.png) left center no-repeat;
}
.access a {
	background: url(../../images/icon_access.png) 5px center no-repeat;
}





/*****************************************************************
 FOOTER
******************************************************************/
#top #footer {
	margin-top: 40px;
}

#statisticsBox {
	padding: 20px;
	border-radius: 2px;
	/* Webkitベースの古いブラウザ用 */
	background: -prefix-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,.7));
	/* Opera 12.1、IE 10、Fx 16 以降 */
	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,.7));
	color: #000;
}
#statisticsBox dl {
	font-size: 110%;
}
#statisticsBox .date {
	display: none;
}
#statisticsBox a {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/icon_right.png) left 8px no-repeat;
	color: #000;
	font-size: 120%;
}

#point {
	display: none;
}


