@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}
header {
  margin-bottom: 30px;
}
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;
  text-align: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer nav ul li {
  border-left: 1px solid #7C5D48;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  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;
  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: 10px;
  padding-right: 10px;
}
section {
    margin-bottom: 20px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
img {
  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;
}
.layoutwrap {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.layoutwrap aside {
  width: 420px;
}
.table1 th, td {
  border: 1px solid #999999;
}
.table1 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.table1 th {
  width: 20%;
  padding: 10px;
}
.table1 td {
  padding: 0.5em;
  text-align: left;
}
.imgList {
  text-align: center
}
.imgList p {
  font-size: 14px;
  margin-top: 0px;
  padding-bottom: 5px;
}
.map {
  margin-top: 10px;
  margin-bottom: 10px;
}
.equipment {
  flex-wrap: wrap;
  display: flex;
}
.equipment-list {
  display: block;
  background-color: #E6E6E6;
  color: #7C5D48;
  font-weight: bold;
  border-radius: 20px;
  font-size: 1.1rem;
  width: 30%;
  text-align: center;
  list-style-type: none;
  padding: 1px 0;
  margin: 0 5px 8px;
}
.onsen {
    background-image: url(../img/icon_onsen2.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    font-family: "Courier New", Courier, monospace;
    line-height: 42px;
}
.sisetsu {
    padding-left: 50px;
    background-image: url(../img/icon_sisetsu2.png);
    background-repeat: no-repeat;
    font-family: "Courier New", Courier, monospace;
    line-height: 42px;
}
.access {
    background-image: url(../img/icon_access2.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    font-family: "Courier New", Courier, monospace;
    line-height: 42px;
}
.ad-box01 {}
.ad-box02 {
  width: 100%;
}
.text-red{
    color: #DF5656;
    font-weight: bold;
}
@media screen and (max-width:640px) {
  header {
    width: 100%;
  }
  footer {
    width: 100%;
  }
  section {
    width: 100%;
  }
  .layoutwrap aside {
    width: 100%;
  }
  .layoutwrap {
    display: block;
  }
  .innerWrap {
    width: 100%;
  }
  .table1 {
    width: 100%;
  }
  img {
    width: 100%;
  }
  header img {
    width: 70%;
    padding-left: 10px;
  }
  footer img {
    width: 50%;
  }
  footer nav ul {
    display: block
  }
  header p {
    padding: 0px 10px;
  }
  h2 {
    font-size: 30px;
  }
  .equipment {
    margin-top: 10px;
  }
}
