body {
  background-image: url("../images/bg01.jpg");
}

a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s;
}

a:visited {
  color: #ffffff;
}

a:hover {
  color: #00ff00;
}

a:active {
  color: #00ff00;
}

.basewaku {
  width: 800px;
  background-color: rgba(200,255,200,0.6);
  margin: 20px auto 20px auto;
  border-radius: 40px 40px 40px 40px;
}

.centertext {
  width: 640px;
  padding: 20px;
  margin: auto;
  text-align: center;
}

.centerslider {
  margin: 0 auto;
  text-align: center;
}

.textcontents {
  width: 600px;
  margin: 20px auto 20px auto;
  text-align: center;
  color: #ffffff;
  /* font-weight: 500; */
  /* text-shadow: 0 0 1px #ffffff,0 0 1px #ffffff; */
  text-shadow: 0 0 1px #ffffff;
  background-color: rgba(0,100,0,0.6);
  padding: 20px;
}

.textinner {
  text-align: left;
  margin: auto;
  width: 560px;
}

.pinner {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  text-indent: 1em;
}

.komelist {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  text-indent: -1.5em;
}

.ulinner {
  margin: 0px auto 0px 20px;
  padding: 0px;
}

#btn_home {
  border-style: none;
}

#lip {
  margin-top: 10px;
}

#textshadow {
  color: #005500;
  text-shadow: 0 0 1px #00ff00,0 0 1px #00ff00;
  dbackground: #111;
  /* padding: 5px; */
  font-size: 20px;
  position: relative;
  top: -20px;
}

#textfooter {
  color: #006600;
}

.swiper-container {
  width: 640px;
}
