@charset "UTF-8";
.btn {
  display: block;
  width: 242px;
  height: 339px;
  background: no-repeat;
  padding: 20px;
  margin: 0 auto;
/*  color: #fff;
*/  text-align: center;
  text-decoration: none;
  background-image: url("kandansa60.png");
/*  border-radius: 5px;
*/}
.btn:hover {
  opacity: 0.8;
}
.remodal {
  padding: 0;
  background: #f1ece5;
}
.remodal-cancel {
  width: 100%;
  color: #fff;
  background: #998675;
}
.remodal-cancel:hover {
  background: #c7b299;
}
.embed-container {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  color: #998675;
  margin: 50px;
}
h1, h2 {
  font-size: 20px;
  letter-spacing: 0.3px;
}
figure p {
  width: 420px;
  line-height: 30px;
  letter-spacing: 0.3px;
  list-style-image: none;
  text-align: justify;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  font-weight: normal;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}