@charset "UTF-8";
body {
  background: linear-gradient(-45deg, #f5f8f8 20.014116646%, #fff 80.0156636757%);
}

#footer {
  margin-top: 100px;
}

.btn {
  margin: 35px 0 10px 0;
  width: 10em;
  border-radius: 12px;
  border: solid 1px #ccc;
  font-size: 20px;
  text-align: center;
  background-image: linear-gradient(178deg, rgb(251, 249, 249), rgb(212, 211, 211));
}
.btn a {
  padding: 5px 0;
  display: block;
}
.btn a:before {
  font-family: "Material Icons";
  margin-right: 4px;
  content: "\e409";
  color: #000;
  position: relative;
  top: 1px;
  font-size: 16px;
}

/******************************
 * リサイクル
******************************/
#recycle h3 {
    margin-top: 80px;
}
#recycle p span {
  font-weight: 600;
  margin-top: 35px;
}
#recycle .r_img {
  text-align: center;
}
#recycle .r_img img {
  width: 100%;
  height: auto;
  max-width: 650px;
}
.tbl_2m {
  display: flex;
  justify-content: space-between;
}
.tbl_1m table {
  width: 100%;
  margin-bottom: 35px;
}
.tbl_2m table {
  width: 48%;
  margin-bottom: 35px;
}
.tbl_1m table tr th,
.tbl_1m table tr td {
  padding: 10px 5px;
  border: solid 1px #999;
}
.tbl_2m table tr th,
.tbl_2m table tr td {
  padding: 10px 2px;
  border: solid 1px #999;
}
.tbl_1m table tr th,
.tbl_2m table tr th {
  background: #efefef;
  text-align: center;
}
.tbl_2m table tr td {
  text-align: right;
  font-size: 15px;
}
#recycle ol li {
  margin-left: 1em;
  list-style: disc;
}
#recycle ol li span {
  font-weight: 600;
}

@media screen and (max-width: 830px) {
  .tbl_2m {
    display: block;
  }
  .tbl_2m table {
    width: 100%;
  }
}

/******************************
 * 施設
******************************/
#access h3,
#gaiyou h3 {
  margin-top: 80px;
}

#gaiyou h4 {
  background: #efefef;
  padding: 10px 15px;
  border-radius: 12px;
}
#gaiyou h5 {
  border-bottom: dashed 1px #999;
  padding-bottom: 7px;
  font-size: 18px;
  margin: 35px 0 15px 0;
}
#gaiyou .hinmoku {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
#gaiyou .hinmoku li {
  padding: 7px 10px;
  border: solid 1px #999;
  margin: 0 15px 15px 0;
  border-radius: 8px;
}
#gaiyou .col_red {
  font-weight: 600;
}
#gaiyou .kome {
  margin: 35px 0;
}
#gaiyou .kome li {
  margin: 0 0 7px 1em;
  list-style: disc;
}
#gaiyou .recycle {
  font-size: 18px;
  font-weight: 600;
}
#gaiyou .recycle li {
  margin-bottom: 10px;
  color: green;
}
#gaiyou .recycle li:before {
  color: green;
  font-family: "Material Icons";
  margin-right: 0.5em;
  content: "\e760";

}

#shoukai dl {
  display: flex;
  flex-wrap: wrap;
}
#shoukai dl dt {
  width: 10em;
  padding: 15px 0;
  border-bottom: solid 1px #999;
  font-weight: 600;
}
#shoukai dl dd {
  width: calc( 100% - 10em );
  padding: 15px 0;
  border-bottom: solid 1px #999;
}
#shoukai dl dd h4 {
  margin: 35px 0 7px 0;
  font-size: 16px;
}
#shoukai dl dd ol {
  display: flex;
  flex-wrap: wrap;
}
#shoukai dl dd ol li {
  margin: 0 10px 15px 0;
  text-align: center;
  font-size: 13px;
}
#shoukai dl dd ol li img {
  display: block;
  margin-bottom: 7px;
  width: 100%;
  height: auto;
  max-width: 320px;
}

@media screen and (max-width: 769px) {
  #shoukai dl {
    display: block;
    padding-top: 25px;
    border-bottom: none;
  }
  #shoukai dl dt {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  #shoukai dl dd {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0 25px 0;
  }
}

#access iframe {
  margin: 55px auto;
}
#access .mapimg {
  display: flex;
  justify-content: center;
}
#access .mapimg li {
  margin: 0 15px 15px 15px;
}
#access .mapimg li img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
#access dl {
  margin-top: 55px;
}
#access dl dt {
  clear: left;
  float: left;
  width: 3em;
  font-weight: 600;
  padding-bottom: 10px;
}
#access dl dd {
  margin-left: 4em;
  padding-bottom: 10px;
}

/******************************
 * 見学案内
******************************/
#visit h3 {
  margin-top: 80px;
}
#visit h3:first-of-type {
  margin-top: 0;
}
#visit .imgr {
  margin: 0 0 25px 25px;
  text-align: center;
}
#visit .imgr img {
  width: 100%;
  height: auto;
  max-width: 320px;
  margin-bottom: 7px;
}
#visit .imgr span {
  font-size: 13px;
  display: block;
}
#visit dl {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  border-top: solid 1px #999;
}
#visit dl dt {
  width: 10em;
  padding: 25px 0;
  border-bottom: solid 1px #999;
  font-weight: 600;
}
#visit dl dd {
  width: calc( 100% - 10em );
  padding: 25px 0 25px 25px;
  border-bottom: solid 1px #999;
}


@media screen and (max-width: 769px) {
  #visit .imgr {
    margin: 0 auto 55px auto;
    float: none;
  }
  #visit dl {
    display: block;
    padding-top: 25px;
  }
  #visit dl dt {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  #visit dl dd {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0 25px 0;
  }
}