@charset "UTF-8";
.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button:before {
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  color: #A58F5E !important;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
  opacity: 1 !important;
  background: url(../img/common/btn_slidearrow.svg) 50% no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: block;
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slick-prev,
.slick-next {
  z-index: 1;
  width: 30px !important;
  height: 30px !important;
}

/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, Helvetica, Arial, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #77726F;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 1.2rem;
  }
}

.lato {
  font-family: 'Lato', sans-serif;
}

.libre {
  font-family: 'Libre Baskerville', serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

.inview {
  opacity: 0;
}

@media screen and (min-width: 1001px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type='text'],
  input[type='search'],
  input[type='submit'] {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
