

@charset "utf-8";


img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.gallery{
  margin:0 0 5px 0;
}

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}

.choice-btn li{
  cursor: pointer;
  outline: none;
  background:#333;
  width:25%!important;
}

.choice-btn li img{
  opacity: 0.4;
}

.choice-btn li.slick-current img{
  opacity: 1;
}


.wrapper{
  width:94%;
  max-width:900px;
  margin:0 auto;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}

h1{
  text-align: center;
  font-family: 'Ephesis', cursive;
  font-size: 6vw;
  letter-spacing: 0.1em;
  margin:30px 0;
  text-shadow: 0px 3px 6px #00000029;
  color: #FFA52B;
}

p{
  margin:30px 0;
  word-wrap : break-word;
  text-align: center;
}

