@charset "utf-8";

table{
  border-spacing: 0;
}
p{
  margin: 0;
}
.lpWrapper {
  padding: 40px 0;
  background: url(../images/wh-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
.lpWrapper img{
  display: block;
  width: 100%;
}
.lpWrapper a:hover{
  opacity: .8;
  cursor: pointer;
}
.lpWrapper .contentWrapper{
  width: 750px;
  margin: 0 auto;
  box-shadow: -8px 0 20px rgba(0,0,0,0.15),
  20px 0 20px rgba(0,0,0,0.15),
  0 -20px 20px rgba(0,0,0,0.15),
  0 20px 20px rgba(0,0,0,0.15);
  background: #FFF;
}
.base{
  position: relative;
}
.base a{
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  width: 650px;
  margin: auto;
}
.base iframe{
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  margin: auto;
}
.sidebar {
  display: none;
}
.link {
  background: #603814;
  padding: 15px 0;
}
.link ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 70%;
}
.link ul li {
  width: 50%;
  text-align: center;
}
.link ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.link ul li a:hover {
  text-decoration: none;
}
@media (max-width: 750px) {
  /* 共通
  ------------------------------*/
  .iframe {
    margin: 15px auto 0;
    text-align: center;
  }
  .link ul {
    padding: 10px 0;
    width: 100%;
  }
  .link ul li {
    width: 50%;
    text-align: center;
  }
  .link ul li a {
    font-size: 12px;
  }
}