<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* .con_sig_det .box_sig .sig_box_wrp {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  position: relative;
}

.con_sig_det .box_sig .sig_box_wrp .sig_box {
  width: 400px;
  padding: 20px 29px 20px 29px;
  margin-bottom: 4.2em;
  border: none;
} */

html{
   scroll-behavior: smooth;
}

.con_sig_det .box_sig .sig_box_wrp .sig_box .btn {
  text-align: center;
  margin-top: 20px;
  /* width: 45%; */
  border-radius: 5px;
  padding: unset;
  border: unset;
}

.con_sig_det .box_sig .sig_box_wrp .sig_box .btn a {
  padding: 10px 5px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.con_sig_det .box_sig .sig_box_wrp .sig_box .btn_map a {
  padding: 10px 35px;
}

.con_sig_det .box_sig .sig_box_wrp .sig_box .btn_map {
  background: rgb(141, 37, 11);
}

.con_sig_det .box_sig .sig_box_wrp .sig_box .btn_hp {
  background: rgb(206, 132, 21);
}

.map_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.map_cont .button_area {
  display: flex;
  justify-content: space-around;
  /* position: absolute;
  left: 0;
  right: 0; */
  bottom: 1em;
  margin: 0 auto;
}

.inawashiro_cate {
  width: 100%;
  font-size: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.inawashiro_cate a {
  text-align: left;
  padding: 20px;
  display: block;
  color: #fff;
  text-decoration: none !important;
}

.inawashiro_cate h2 {
  border-bottom: solid 1px #0c0c0c;
  padding-bottom: 10px;
  text-align: center;
}

.map_cat {
  margin: 0 auto;
}

.map_cat div .column {
  background: #9bd37e;
  margin: 10px;
}

.map_cat a:hover {
  opacity: 0.8;
  color: #fafafa;
}

.wrap_nav * {
  box-sizing: unset !important;
}

.con_sig_det .box_sig .sig_box_wrp .sig_box {
  width: 100%;
  border: unset;
}

.con_sig_det .box_sig .sig_box_wrp {
  width: 100%;
}

.map_cont .card-footer {
  padding: unset;
  background: unset;
}

.con_sig_det {
  width: 100%;
}

.con_sig_det .box_sig {
  width: 100%;
}

.con_sig_det .tab h2 {
  text-align: center;
  background: #8dc6ef;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  border-top: 5px solid #3f7dac;
  font-size: 1.7rem;
  letter-spacing: 3px;
}

.box_sig h3 {
  border-bottom: solid 1px #0c0c0c;
  padding-bottom: 10px;
}

#catenav .inner {
  width: auto;
}

.con_map {
  width: 100%;
}

#topicpath {
  width: 100%;
}

.con_int {
  width: 100%;
}

.footer-txt {
  text-align: center;
  background: #ddd;
  padding: 20px 0;
}

.ijinden_summary h2 {
  font-size: 1.5rem;
  margin-left: 100px;
}

.ijinden_head {
  width: 800px;
  margin: 10px auto;
}
.ijinden_head h2 {
  text-align: center;
  font-size: 1.2rem;
}
.ijinden_head p {
  margin: 10px;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  line-height: 1.8;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  text-decoration: none !important;
}

@media (max-width: 475px) {
  .ijinden_summary h2 {
    font-size: 1rem;
  }
  .ijinden_summary .head {
    padding: 0;
  }
  #topicpath {
    font-size: 0.7rem;
  }
  #catenav {
    font-size: 0.7rem;
  }
  .ijinden_head {
    width: 100%;
    margin: 10px auto;
  }
  .ijinden_head h2 {
    text-align: center;
    font-size: 0.9rem;
  }
  .ijinden_head p {
    margin: 10px 20px;
    font-size: 0.7rem;
  }

  .con_sig_det .tab_nav_sig {
    padding: 0;
  }

  .con_sig_det .tab_nav_sig li a {
    font-size: 0.7rem;
  }

  .map-desc {
    font-size: 0.7rem;
  }
}

@media (max-width: 750px) {
  .ijinden_summary h2 {
    margin-left: 0;
  }
}
</pre></body></html>