@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
blockquote, dl, dd, figure, ol, ul, p, pre {
  margin: 0;
}
/*
* {
  box-sizing: border-box;
}


html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

a:active, a:focus,
button:focus, input[type="button"] {
  outline: none;
}

article, aside, details, figure, figcaption, footer, header, main, nav, section {
  display: block;
}

address, em, i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ol, ul {
  list-style-type: none;
  padding: 0;
}

li {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
  vertical-align: top;
}

th, td {
  padding: 0;
}

.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
*/
.owl-carousel {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .owl-carousel {
    width: 100%;
  }
}
.owl-carousel li {
  position: relative;
  margin-bottom: 10px;
}
.owl-carousel p {
  width: 100%;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.owl-carousel button {
  border: 0;
  padding: 0;
}

/*
 * サムネイル
 */
.owl-thumb-item img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .owl-thumb-item img {
    width: 80px;
  }
}

.owl-thumbs {
  text-align: center;
}

.owl-thumb-item {
  cursor: pointer;
  margin: 0 5px;
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.owl-thumb-item.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/*
 * ドットナビゲーション
 */
.owl-controls {
  display: none;
}
