@charset "UTF-8";
/* CSS Document */

header {
border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 810px) {
header {
border-bottom: none;
}
}
#sp-area {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding-top:5px;
width: 600px;
margin: 0 auto;
background: #fff;
position: relative;
}
@media screen and (max-width: 810px) {
#sp-area {
width: 100%;
padding-top:60px;
border:none;
}
}
#contents {
  background: url("images/bg02.png") fixed;
  background-size: cover;
  background-attachment: fixed; /* 背景を固定 */
  margin: 0;
  padding: 0;
}
#map  {
  background: url("images/map-bg.png") repeat-x bottom center / contain;
}
a:hover {
  color: #333;
}
.tenji {
  background: url("images/tenji_bg.png") repeat-y top left / contain;
}
.tenji p {
color: #fff;
margin: 0 auto;
width: 450px;
}