div.common-banner-container {
  background-image: none;
  background-color: #417BAB;
}

.dayservice-container {
  float: left;
  width: 100%;
}

.dayservice-container-about div:first-child {
  float: left;
  width: 60%;
  padding-right: 35px;
  box-sizing: border-box;
}

.dayservice-container-about div:first-child p {
  font-size: 14px;
}

.dayservice-container-about div:last-child {
  float: right;
  width: 40%;
}

.dayservice-container-about div:last-child img {
  float: right;
  width: 100%;
}

#facility {
  margin-top: 45px;
  float: left;
  width: 100%;
}

.dayservice-container-facility h3 {
  font-size: 23px;
  font-weight: bold;
  color: #417BAB;
  margin-bottom: 40px;
}

.facility-div-top {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #939598;
  box-sizing: border-box;
}

.facility-div-top-a {
  width: 66%;
}

.facility-div-top-a img {
  float: left;
  width: 47%;
}

.facility-div-top-a img:first-child {
  margin-right: 10px;
}

.facility-div-top-b {
  width: 32%;
  float: right;
}

.facility-div-top-b p {
  font-size: 14px;
  line-height: 18px;
}

.facility-div-top-b p:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.facility-div-bottom {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #939598;
  box-sizing: border-box;
}

.facility-div-bottom-a {
  float: left;
  width: 64%;
}

.facility-div-bottom-a p {
  font-size: 14px;
  line-height: 18px;
}

.facility-div-bottom-a p:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.facility-div-bottom-b {
  float: right;
  width: 34%;
}

.facility-div-bottom-b img {
  width: 100%;
}

.facility-div-bottom-b img:first-child {
  margin-left: 10px;
}

.facility-map {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #939598;
}

.facility-map-iframe {
  float: left;
  width: 55%;
}

.facility-map-iframe iframe {
  width: 100%;
  height: 230px;
  border: 0;
}

.facility-map-table {
  float: right;
  width: 45%;
  padding-left: 30px;
  box-sizing: border-box;
}

.facility-map-table table tr td {
  font-size: 14px;
  vertical-align: top;
}

.facility-map-table table tr td:first-child {
  width: 80px;
}

.facility-map-table table tr:first-child td:first-child {
  vertical-align: middle;
}

.facility-map-table table tr:first-child td:last-child {
  font-size: 20px;
  font-weight: bold;
}

.facility-map-table table tr:first-child td:last-child a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
  cursor: auto;
}

.facility-map-table table tr:nth-of-type(3) td {
  padding-top: 18px;
}

.facility-map-table table tr:nth-of-type(4) td {
  padding-top: 18px;
}

.facility-map-table table tr:nth-of-type(6) td {
  padding-top: 18px;
}

.facility-map-box {
  float: left;
  width: 100%;
  margin-top: 30px;
  border: 4px solid #BCBEC0;
  padding: 15px 15px 25px 20px;
  box-sizing: border-box;
}

.facility-map-box h4 {
  font-size: 23px;
  font-weight: bold;
  color: #417BAB;
}

.facility-map-box p {
  font-size: 14px;
}

.facility-recreation {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.facility-recreation h3 {
  margin-bottom: 30px;
}

.facility-recreaton-div {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #939598;
}

.facility-recreaton-img {
  float: left;
  width: 37%;
}

.facility-recreaton-img img {
  width: 100%;
}

.facility-recreaton-txt {
  float: right;
  width: 60%;
}

.facility-recreaton-txt p {
  font-size: 14px;
}

.facility-recreaton-txt p:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.facility-panel-top, .facility-panel-bottom {
  float: left;
  width: 100%;
}

.facility-map-extend {
  border-bottom: none;
  margin-bottom: 80px;
}

div.backtotop a  {
  top: -40px;
}

@media all and (min-width: 320px) and (max-width: 768px) {
  #about, #facility {
    padding: 18px 45px 18px 25px;
    box-sizing: border-box;
    margin: 0px;
    position: relative;
  }

  .dayservice-container-about {
    padding: 0px 25px;
    box-sizing: border-box;
  }

  .dayservice-container-about div:first-child {
    float: none;
    width: 100%;
    padding-right: 0px;
    margin-top: 20px;
  }

  .dayservice-container-about div:last-child {
    float: left;
    width: 100%;
    padding: 0px 35px;
    margin-top: 25px;
    box-sizing: border-box;
    margin-bottom: 23px;
  }

  .facility-div-top-a {
    width: 100%;
    float: none;
  }

  .facility-div-top-b {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 18px;
  }

  .facility-div-top-a img:first-child {
    margin-right: 5px;
    width: 48%;
  }

  .facility-div-top-a img {
    width: 49%;
  }

  #facility-h3-01, #facility-h3-02 {
    padding: 18px 55px 18px 25px;
    box-sizing: border-box;
    color: #fff;
    background-color: #417BAB;
    margin-bottom: 0px;
    position: relative;
    font-size: 20px;
  }

  #facility-h3-01 span {
    display: block;
  }

  #facility {
    border-top: 1px solid #939598;
    margin-top: -1px;
  }

  .facility-div-top,
  .facility-div-bottom,
  .facility-map-iframe,
  .facility-map-table {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .facility-div-top {
    margin-top: 15px;
  }

  .facility-div-bottom-b {
    float: left;
    width: 100%;
  }

  .facility-div-bottom-a {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 18px;
  }

  .facility-div-bottom-b img:first-child {
    width: 60%;
    margin: 0 auto;
    display: block;
  }

  .facility-div-bottom-b img {
    width: 49%;
  }

  .facility-map-iframe {
    float: none;
    width: 100%;
  }

  .facility-map-table {
    float: none;
    width: 100%;
    margin-top: 25px;
  }

  .facility-map-box {
    float: none;
    width: 100%;
    border: none;
    padding: 15px 25px 25px 25px;
    background-color: #BDCAE7;
  }

  .facility-map {
    padding-bottom: 0px;
    border-bottom: none;
  }

  .facility-recreation {
    margin-top: 0px;
  }

  .facility-recreaton-img {
    float: none;
    width: 100%;
    padding: 0px 25px;
    box-sizing: border-box;
    margin-top: 15px;
  }

  .facility-recreaton-txt {
    float: none;
    width: 100%;
    padding: 0px 25px;
    box-sizing: border-box;
  }

  .facility-map-extend {
    margin-bottom: 0px;
  }

  .facility-recreaton-txt p:first-child {
    margin-top: 18px;
  }

  #facility-h3-01 {
    border-bottom: 1px solid #fff;
  }

  #facility-h3-01:after, #facility-h3-02:after {
    content: "";
    background: url(../images/dropdown-arrow-up-white.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 40%;
    width: 32px;
    height: 20px;
    transition: .2s;
    transform: rotateZ(180deg);
  }

  #facility:after {
    content: "";
    background: url(../images/dropdown-arrow-up.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 40%;
    width: 32px;
    height: 20px;
    transition: .2s;
    transform: rotateZ(180deg);
  }

  #about:after {
    content: "";
    background: url(../images/dropdown-arrow-up.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 40%;
    width: 32px;
    height: 20px;
    transition: .2s;
  }

  .facility-panel-top {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }

  .facility-panel-bottom {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }

  .facility-panel-bottom {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }

  .dayservice-container-facility {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }

  .dayservice-container-about {
    max-height: 600px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }

  .dropdown-dayservice-active-01 {
    max-height: 0px !important;
  }

  .dropdown-dayservice-active-02 {
    max-height: 3500px !important;
  }

  .dropdown-dayservice-active-03 {
    max-height: 1700px !important;
  }

  .dropdown-dayservice-active-04 {
    max-height: 1700px !important;
  }

  .facility-map-table table tr:first-child td:last-child a {
    pointer-events: all;
  }

  .facility-map-box h4 {
    font-size: 20px;
  }

  .facility-map-table table tr:first-child td:last-child {
    font-size: 17px;
  }
}
