html {
  font-size: 14px;
}
@media (min-width: 767px) {
  html {
  font-size: 16px;
}
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #454545;
  line-height: 1.4;
  letter-spacing: .05rem;
}
.wrap {
  /* padding: 61px 0 0; */
}
@media (min-width: 767px) {
  .wrap  {
    width: 480px;
    margin: auto;
  }
}
.c_wrap {
  padding: 0 1.6rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
header h1 {
}
header h1 a {
  display: table;
  padding: 20px 0 0 20px;
}
header h1 img {
  height: 20px;
}
footer {
  color: #fff;
  background-color: #000;
  padding: 1.6rem;
  text-align: center;
}

.overlay-menu li:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.2rem;
  margin-bottom: 2.2rem;
}
.overlay-menu li:first-child span {
  display: block;
  margin-top: .8rem;
}
.nav_logo {
  width: 50%;
  margin: auto;
}

.s_title {
  font-size: 1.6rem;
  font-weight: bold;
}
.s_title span {
  display: block;
  font-size: 1rem;
  font-weight: nomal;
}
.t_s_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.t_s_title span {
  display: block;
  font-size: 1rem;
  font-weight: nomal;
  margin-top: .1rem;
}

.img_r {
  max-width: 100%; }

.img_r_f {
  width: 100%;
  max-width: 100%; }

.slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 0px;
}
.slider a {
    outline: none;
}
.slider img {
    width: 100%;
}
.slider .slick-slide {
    height: auto;
    padding: 0px;
}
.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.slick-next {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 99;
    margin-top: -30px;
}
.slick-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 100;
    margin-top: -30px;
}
.slick-dots {
    position: absolute;
    top: -15px;
    left: 0;
    display: block;
    /*width: 100%;*/
    height: 20px;
    padding: 0;

    list-style: none;

    text-align: right;
    z-index: 999;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .5;
    color: #000;
}