/*以下のカラーを変更*/
ul.ghost-btn.border-color li a,ul.ghost-btn02.border-color li a {
  border: 2px solid #00629d;
}
ul.ghost-btn.text-color li a,ul.ghost-btn02.text-color li a {
  color: #00629d;
}
.flickity-page-dots .dot {
  background: #00629d;
}
.flickity-button {
  color: #00629d;
}
/*ここまで*/
img {
  width: 100%;
  height: auto;
}
.logo {
  height: auto;
  width: 40%;
}
.main-carousel .slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container {
  width: 80%;

}
.container-index {
  width: 80%;

}
ul.ghost-btn {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ghost-btn02 {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
ul.ghost-btn li a,ul.ghost-btn02 li a {
  border-radius: 5px;
  display: block;
  list-style-type: none;
  display: list-item;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0 0;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}