@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}
header {}
footer {
  padding-top: 5px;
  text-align: center;
  background-color: #FCFBF7;
  border-top: 5px solid #7C5D48;
}
header nav ul {
  display: flex;
  width: 100%;
  background-color: #FDF4E9;
  font-size: 1.3rem;
  color: #DF5656;
  list-style-type: none;
}
header nav ul li {
  width: 33.3%;
  display: inline-block;
  text-align: center;
  height: 60px;
}
header nav ul li a {
  text-decoration: none;
  line-height: 60px;
  color: #DF5656;
  font-weight: bold;
  display: block;
}
header nav ul li a:hover {
  background-color: #DF5656;
  color: #FFFFFF;
  height: 60px;
  border-radius: 3px;
}
footer nav ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer nav ul li {
    border-left: 1px solid #7C5D48;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
footer nav ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #7C5D48;
}
footer nav ul li a:hover {
  font-weight: bold;
  color: #DF5656;
  margin-top: 0px;
}
footer p {
  background-color: #7C5D48;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer nav ul li:first-child {
  border: none;
}
.innerWrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  margin: 0;
  padding: 0;
  height: auto;
}
h1 {
  width: 350px;
  margin-top: 10px;
}
h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
h3 {
    color: #DF5656;
    font-weight: bold;
    font-size: 25px;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 10px;
}
h4 {
  color: #DF5656;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 18px;
}
section {
  margin-bottom: 20px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.layoutwrap {
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.tizu {
    background-image: url(../img/icon_map2.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding-left: 50px;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}
.info {
    padding-left: 50px;
    background-image: url(../img/icon_info2.png);
    background-repeat: no-repeat;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}
.slist {
    background-image: url(../img/icon_list2.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-top: 20px;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}
.contact {
    background-image: url(../img/icon_contact2.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}
.main-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.marker {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fef263 70%);
}
.infolist {
  padding: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #999999;
  font-family: Arial, Helvetica, sans-serif;
}
.scroll {
  height: 450px;
  overflow: auto;
}
.desc {
  background-color: #F9F5F1;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
.text3 {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin: 0px 10px;
}
.form {
  padding: 15px;
  width: 280px;
  border: 1px solid #525050;
  margin: 50px 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.table2 {
  width: 100%;
  border: 1px solid #999999;
  border-collapse: collapse;
}
.table2 th {
  text-align: center;
  background-color: #579EE3;
  padding: 0.5em;
  color: #FFFFFF;
}
.table2 td {
  text-align: center;
  padding: 0.5em;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.table3 {
  width: 100%;
  border: 1px solid #999999;
  border-collapse: collapse;
}
.table3 th {
  text-align: left;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 5px;
  font-weight: bold;
}
.table3 td {
  padding: 5px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  text-align: left;
}
.table3 tr:hover td {
  padding: 5px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #FFDACC;
}
tbody tr .namae {
  text-align: left;
}
@media screen and (max-width:640px) {
  header {
    width: 100%;
  }
  footer {
    width: 100%;
  }
  section {
    width: 100%;
  }
  .layoutwrap {
    display: block;
  }
  .innerWrap {
    width: 100%;
  }
  img {
    width: 100%;
  }
  header img {
    width: 70%;
  }
  footer img {
    width: 50%;
  }
  footer nav ul {
    display: block
  }
  footer nav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bnr {
    width: 45%;
    padding-left: 10px;
  }
  .table2 {
    width: 100%;
  }
header p {
    padding: 0px 10px;

}

}
