@charset "UTF-8";
main {
  background-color: #fffaf5;
  padding-bottom: 1px;
}
h1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fa7d00;
  text-align: center;
  padding-top: 20px;
}

@media screen and (min-width:768px) {
header {
  height: 80px;
}
h1 {
  font-size: 2.4rem;
  padding-top: 80px;
}
}


#mapArea {
  margin: 30px auto 100px;
}
#mapArea li a {
  display: block;
  font-size: 1.6rem;
  color: #8c6239;
  text-decoration: underline;
  height: 60px;
  padding: 22px 10px 0;
  border-bottom: 1px dotted #d2c8be;
}
#mapArea li a:hover {
  text-decoration: none;
}
#mapArea li a span,
#mapArea dt span {
  border-left: 5px solid #c69c6d;
  padding-left: 10px;
}
#mapArea dl {
  border-bottom: 1px dotted #d2c8be;
  padding-bottom: 12px;
}
#mapArea dt {
  display: block;
  font-size: 1.6rem;
  color: #8c6239;
  height: 60px;
  padding: 22px 10px 0;
}
#mapArea dd {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 0 25px;
}
#mapArea dd a {
  display: block;
  width: 85px;
  height: 40px;
  font-size: 1.4rem;
  text-align: center;
  color: #8c6239;
  background-color: #fff;
  border: 1px solid #c69c6d;
  text-decoration: underline;
  padding-top: 13px;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#mapArea dd a:hover {
  text-decoration: none;
}

@media screen and (min-width:768px) {
#mapArea {
  width: 980px;
  margin: 80px auto 200px;
}
#mapArea li a,
#mapArea dt {
  height: 80px;
  padding: 32px 25px 0;
}
#mapArea li a span,
#mapArea dt span {
  border-left: 5px solid #c69c6d;
  padding-left: 10px;
}
#mapArea dl {
  padding-bottom: 22px;
}
#mapArea dd a {
  width: 100px;
  height: 40px;
}
#mapArea .list2 {
  display: flex;
}
#mapArea .list2 li {
  width: 25%;
  border-right: 1px dotted #d2c8be;
}
#mapArea .list2 li:last-of-type {
  border-right: none;
}
}