@charset "UTF-8";
.access-common-explanation__button {
  display: block;
  position: relative;
  border: solid 1px #983b13;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  margin: 30px auto 20px;
  width: 480px;
  text-align: center;
  background-color: #983b13;
  padding:10px 0;
}
.access-common-explanation__button a {
  display:inline-block;
  color: #fff;
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .access-common-explanation__button {
     font-size: 15px;
     width: 100%; } }
.access-common-explanation__button:hover {
  background-color: #fff;
}
.access-common-explanation__button:hover a {
  color: #983b13;
}
.access-contact__wrapper {
  max-width: 820px;
  text-align: left;
  margin: 1em auto;
  border: 1px solid #754c24;
  padding: 20px;
}
.access-contact__wrapper ul {
  text-align: left;
  padding-left: 2em;
}
.access-contact__wrapper ul li {
  position: relative;
}
.access-contact__wrapper ul li:before {
  position: absolute;
  content: "・";
  left: -1.5em;
  top: 0;
}
.access-contact__wrapper ul li.kome:before {
  position: absolute;
  content: "※";
}
.access-contact__visitor__wrapper {
  border-bottom: 1px solid #754c24;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.access-contact__adress__wrapper {

}
.access-contact__notice__wrapper {
      margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #754c24;
}
.access-index-section__heading {
  font-size: 24px;
  width: 100%;
  color: #754c24;
  margin-top: 20px;
}
.access-kouji__wrapper {
  max-width: 820px;
  text-align: left;
  margin: 1em auto;
  border: 1px solid #754c24;
  padding: 20px;
  font-size: 13px;
  height: 600px;
  overflow-y: scroll;
}
.access-kouji__wrapper h4{
    color:#754c24;
  font-size: 15px;
    font-weight: 800;
    border-bottom:1px solid #754c24;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.access-kouji__wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access-kouji__wrapper ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.access-kouji__wrapper ul li h5 {
  font-weight: 800;
  color: #754c24;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.access-kouji__wrapper ul li h5 .place {
  background-color: #754c24;
  color: #fff;
  padding: 2px 6px;
  margin-right: 10px;
}
.access-kouji__wrapper ul li:nth-child(2n) {
  margin-right: 0;
}
.nyusatsu-wrapper{
    padding:30px 0 60px;
    max-width: 860px;
}
.nyusatsu-lists{
    text-align: left;
    margin-left: 2em;
    list-style-type: decimal;
    color: #983b13;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .access-kouji__wrapper {
    width: 80%;
    height: 400px;
  }
  .access-index-section__heading {
    font-size: 16px;
  }
  .access-kouji__wrapper ul li h5 {
    font-size: 13px;
  }
  .access-kouji__wrapper ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {}