@charset "UTF-8";
/* --------------------------------------------------
トップページ　PC
-------------------------------------------------- */
h1 {
  background-image: none;
}

#toppage h2 {
  width: 230px;
  float: left;
  letter-spacing: 0.4em;
  border-left: 5px solid #019844;
  padding: 60px 0 0 32px;
}

.tolist {
  clear: both;
  float: right;
  margin-top: 1.5em;
}
.tolist a {
  display: block;
	background: url(../img/tri_green.jpg) 5% 0.2em no-repeat;
	padding-left: 2em;
  text-decoration: underline;
}

#news, #recruit, #parks {
  clear: both;
  margin: 0 0 20px 0;
}


#main_vis {
	clear: both;
	width: 100%;
	margin: 0 auto 40px auto;
  position: relative;
}

/*
Slider
___________________________________________________________________*/

.mod-bxslider {
  clear: both;
  overflow: hidden;
  position: relative;
}

/*
@media all and (-ms-high-contrast: none){
	.mod-bxslider {
	max-height: 450px;	
}
}*/

.bx-viewport:before,
.bx-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.bx-wrapper .bx-viewport {
    overflow: visible !important;
    left: 0;
    border-width: 0;
    box-shadow: none;
}

.bx-viewport:before {
    right: 100%;
    left: -100%;
}

.bx-viewport:after {
    left: 100%;
    right: -100%;
}
.js-demo-01 img {
 width: 1054px;
 height: auto;
 overflow: hidden;
}


.bx-wrapper .bx-pager {
 bottom: 6px;
 left: 5%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    outline: 0;
    border: solid 1px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
 /* bottom: 10px;
	left: 0;
	width: 80px;*/
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -121px -13px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -121px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 13px;
	outline: 0;
	background: url(../img/controls.png) -121px -39px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -121px -25px;
	
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #444444 !important;
		border: none !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFFFFF !important;
		border: none !important;
}

/*__ //slider //__*/
#main_vis { 
  background: #eeeeee;
  min-height: 16em;
  overflow: hidden;
}

#main_vis #attention {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  width: 800px;
  height: auto;
  margin: 1em auto;
  background: #ffffff;
  border-radius: 6px;
  padding: 10px 16px;
	display: -ms-flexbox;
	display: flex;
  z-index: 9999;
}

#main_vis #attention h2 {
  font-size: 100%;
  font-weight: normal;
}

#main_vis #attention h2 span {
  background: url(../img/icon_notice.png)no-repeat 0 0;
  padding: 0.2em 2em;
  margin: 0;
}

#main_vis #attention li {
  margin-bottom: 0.5em;
}
#main_vis #attention li a {
  text-decoration: underline;
}
/*__ お知らせ ________________________________________________*/
#news ul {
  padding-top: 60px;
  margin-left: 230px;
}
#news li {
  border-bottom: 1px solid #E3E3E3;
  width: 100%;
  padding: 20px 16px;
	display: flex;
}
#news li:first-child {
  padding-top: 0;
}

#news span.date,
#news span.label {
	white-space: nowrap;
}

#news span.label .label_01 { background: #EDE8E3; white-space: nowrap; padding: 4px 16px; margin: 0 1em;}
#news span.label .label_02 { background: #ECD2D1; white-space: nowrap; padding: 4px 16px; margin: 0 1em;}
#news span.label .label_03 { background: #FDE3CF; white-space: nowrap; padding: 4px 16px; margin: 0 1em;}
#news span.label .label_04 { background: #D7DBE2; white-space: nowrap; padding: 4px 16px; margin: 0 1em;}
#news span.label .label_05 { background: #DADDD6; white-space: nowrap; padding: 4px 16px; margin: 0 1em;}

/*__ 採用情報 ________________________________________________*/
#recruit h2 {
  margin-right: 20px;
}

#recruit .overbox {
  letter-spacing: -1em; /* 文字間を詰める */
  white-space: nowrap; /* 自動で折り返ししない */
  padding-top: 60px;
margin-left: 250px;
}

#recruit .overbox .box {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
  width: 262px;
  vertical-align: top;
}
#recruit .overbox a:first-child .box {
  margin-left: 0;
}

#recruit .box span {
  position: absolute;
  top: 10px;
  left: -20px;
  padding: 6px 8px;
  color: #ffffff;
}

#recruit .box span.andersen {
  background-color: #9C1C1C;
}
#recruit .box span.center {
  background-color:#455633;
}
#recruit .box span.sanbanse {
  background-color:#354B69;
}
#recruit .box span.regularstaff {
  background-color:#778899;
}

/*__ 管理施設 ________________________________________________*/
#parks h3 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
#parks .overbox {
  padding-top: 60px;
  margin-left: 230px;
  width: calc(100% - 230px);
}

#parks .box {
  position: relative;
  margin-bottom: 80px;
  height: auto;
  margin-top: 60px;
}
#parks .visual {
  position: absolute;
  width: 340px;
  top: -40px;
  z-index: 10;
}

#parks span {
  position: absolute;
  background:#F0F8E6;
  display: block;
  right: 4%;
  bottom: 8%;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  color:#000000;
  text-align: center;
  padding-top: 0.9em;
  line-height: 1.2;
}

#parks .text {
  background:#f0f8e6;
  margin: 0 0 0 240px;
  padding: 40px 50px 40px 140px;
  z-index: 0;
  height: 100%;
}

/*__ 図鑑 ________________________________________________*/
#zukan {
  background-size: cover;
  background-image: url(../img/zukan_bg.jpg);
  padding: 55px 0;
}

#zukan .button {
  margin: 0 auto;
  width: 20%;
  text-align: center;
  background: #ffffff;
  padding: 20px 10px;
}

#zukan .button a { display: block; }

#zukan .button span {     display: block;
    font-size: 120%;
    font-weight: 700; }

/*__ バナー広告 ________________________________________________*/
#ad_area {
  background:#ECE7E3;
  padding: 60px 0 50px 0;
}

#ad_area .inner {
  display: flex;
  width: 820px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#ad_area a {
  margin-right: 20px;
  margin-bottom: 10px;
  width: 190px;
}

#ad_area a:nth-child(4n) {
    margin-right: 0;
} 