@charset "UTF-8";

/*----------------------------- 概要 */
#txt_info {
  text-align: center;
  padding-bottom: 25px;
}
#txt_info img {
  display: block;
  margin: 0 auto;
}
#info .float_left {
  width: 670px;
}
#info .float_left p {
  text-align: center;
}
#info_recruit {
  margin-top: 39px;
  background: url(../img2/info_img/bg_recruit.jpg) no-repeat left top;
  padding: 20px 0 22px;
}
#info_recruit h4 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
#info_recruit p {
  text-align: center;
  line-height: 1.35;
}

/*----------------------------- table */
.dl_table {
  display: table;
  width: 100%;
}
.dl_table dl {
  display: table-row;
}
.dl_table dt,
.dl_table dd {
  display: table-cell;
  padding: 12px 20px;
  box-shadow: 0 1px 0 #FFF inset,
    0 -1px 0 #FFF inset,
    1px 0 0 #FFF inset,
    -1px 0 0 #FFF inset;
}
.dl_table dt {
  width: 200px;
  font-weight: bold;
  text-shadow: 0 1px 0 #FFF;
}
.dl_table dd {
}

/* info */
#info_table {
  margin-top: 30px;
  border-top: 1px solid #d1c0a5;
}
#info_table dt,
#info_table dd {
  border-bottom: 1px dotted #d1c0a5;
}
#info_table dt:last-of-type,
#info_table dd:last-of-type {
  border-bottom: 1px solid #d1c0a5;
}
#info_table dt {
  background: url(../img2/info_img/bg_th01.gif) repeat left top;
  border-left: 1px solid #d1c0a5;
}
#info_table dd {
  border-right: 1px solid #d1c0a5;
}

/* history */
#history_table {
  margin-top: 30px;
  border-top: 1px solid #c9e4a6;
}
#history_table dt,
#history_table dd {
  border-bottom: 1px dotted #c9e4a6;
}
#history_table dt:last-of-type,
#history_table dd:last-of-type {
  border-bottom: 1px solid #c9e4a6;
}
#history_table dt {
  background: url(../img2/info_img/bg_th02.gif) repeat left top;
  border-left: 1px solid #c9e4a6;
}
#history_table dd {
  border-right: 1px solid #c9e4a6;
}

/*----------------------------- table */
#txt_facility {
  text-align: center;
  padding-bottom: 20px;
}
#txt_facility img {
  display: block;
  margin: 0 auto;
}

#img_facility {
  text-align: left;
  position: relative;
}
#baby {
  width: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#baby figure {
  text-align: center;
  padding-bottom: 15px;
}
#baby figure img {
  display: block;
  margin: 0 auto;
}
#baby h4 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 8px;
}
#baby p {
  text-align: center;
  padding-bottom: 15px;
}

/* ph */
#ph_facility {
  margin-top: 45px;
}
#ph_facility li {
  float: left;
  margin-right: 32px;
  margin-bottom: 20px;
}
#ph_facility li:nth-of-type(3n) {
  margin-right: 0;
}
#ph_facility li figure {
  position: relative;
}
#ph_facility li figure figcaption{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(79,66,47,0.75);
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #FFF;
}
#ph_facility li figure:hover {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  opacity: 0.75;
}

/*----------------------------- map */
#map_p {
  display: block;
  margin-top: -5px;
  padding-bottom: 20px;
  text-align: center;
}
#map_box {
}
#map_box iframe {
  width: 100%;
  height: 450px;
  border: 0;
}