@charset "utf-8";

@media print, screen and (min-width:601px) {
body {
  margin: 0px;
  background-color: #eee;
}
#container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  font-family: "Meiryo","BIZ UDゴシック","游ゴシック",sans-serif;
  font-size: 16px;
  color: #191970;
  background-color: #fff;
  border-left: 1px solid #bbb;
  border-right:1px solid #bbb;
  box-shadow: 5px 5px 5px #bbb;
  border-top: 1px solid #777;
}
header {
  width: 100%;
  margin-top: 5px;
  padding: 10px 0 10px 0;
  position: relative;
}
.title1 {
  font-size: 28px;
  text-align: center;
  padding-top: 5px;
}
.return {
  width: 60px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 20px;
  padding: 8px 0px 0 0px;
  text-align: center;
  border: 1px solid #777;
}
.tile:link,.tile:visited {
  color: #000;
  text-decoration: none;
}
.tile:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
  background-color: #fffbfb;
}
/* ==========■■ main ■■========== */
main {
  width: 100%;
  margin-bottom: 30px;
}

/* ==========■■ 個別地図 ■■========== */
#map1 {
  width: calc(100% - 80px);
  margin: 5px auto 0;
}
.image {
  width: 100%;
  vertical-align: bottom;
  border: 1px solid #999;
}
.text1 {
  margin: 30px 0 0 41px;
  font-size: 15px;
  font-weight: bold;
}
.text2 {
  width: calc(100% - 84px);
  margin: 10px 20px 0 64px;
  font-size: 15px;
  text-indent: -15px;
  line-height: 20px;
}
.text3 {
  width: calc(100% - 50px);
  margin: 5px 0 0 50px;
  font-size: 15px;
  color: #000;
  line-height: 20px;
}
footer {
  width: 100%;
  height: 36px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 5px 0;
  padding-top: 20px;
  background-color: #444;
}
}









@media print, screen and (max-width:600px) {
body {
  margin: 0px;
  background-color: #eee;
}
#container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-family: "Meiryo","BIZ UDゴシック","游ゴシック",sans-serif;
  font-size: 16px;
  color: #191970;
  background-color: #fff;
  border-left: 1px solid #bbb;
  border-right:1px solid #bbb;
  box-shadow: 5px 5px 5px #bbb;
  border-top: 1px solid #777;
}
header {
  width: 100%;
  margin-top: 5px;
  padding: 10px 0 10px 0;
}
.return {
  width: 60px;
  height: 20px;
  margin-left: 20px;
  font-weight: bold;
  padding: 8px 0px 0 0px;
  text-align: center;
  border: 1px solid #777;
}
.title1 {
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
}

/* ==========■■ main ■■========== */
main {
  width: 100%;
  margin-bottom: 20px;
}

/* ==========■■ 個別地図 ■■========== */
#map1 {
  width: calc(100% - 20px);
  margin: 5px auto 0;
}
.image {
  width: 100%;
  vertical-align: bottom;
  border: 1px solid #999;
}
.text1 {
  margin: 30px 0 0 10px;
  font-size: 15px;
  font-weight: bold;
}
.text2 {
  width: calc(100% - 44px);
  margin: 10px 10px 0 34px;
  font-size: 15px;
  text-indent: -15px;
  line-height: 20px;
}
.text3 {
  width: calc(100% - 25px);
  margin: 5px 5px 0 20px;
  font-size: 13px;
  color: #000;
  line-height: 20px;
}
footer {
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 5px 0;
  padding-top: 20px;
  background-color: #444;
}

}