/* owl.carousel？？？ */
@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;
  padding-top: 30px;
} */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.owl-carousel {
  width: 1400px;/*1000px*/
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .owl-carousel {
    width: 90%;
  }
}
/*1024px*/
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
  font-size: 32px;/*32px  */
  font-size: 2rem;/*2rem */

  position: absolute;
  top: 25%;
  margin: 0;
  padding: 0 20px;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
@media screen and (max-width: 640px) {
  .owl-theme .owl-controls .owl-nav .owl-prev,
  .owl-theme .owl-controls .owl-nav .owl-next {
    padding: 0 10px;
  }
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -60px;
}
@media screen and (max-width: 640px) {
  .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: -60px;
}
@media screen and (max-width: 640px) {
  .owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
}
