/* reset add
----------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

/* default
----------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width:480px) {
  body {
    font-size: 14px;
  }
}

a:hover {
  opacity: 0.7;
}

br.br--pc {
  display: inline-block;
}

br.br--sp {
  display: none;
}

@media screen and (max-width:480px) {
  br.br--pc {
    display: none;
  }
  br.br--sp {
    display: inline-block;
  }
}
img.img--pc {
  display: inline;
}

img.img--sp {
  display: none;
}

@media screen and (max-width:480px) {
  img.img--pc {
    display: none;
  }
  img.img--sp {
    display: inline;
  }
}
/* top
----------------------------------- */
#page-top .block .inner {
  max-width: 1260px;
  margin: 0 auto;
}
#page-top .block--01 {
  background: #fbe4e3;
}
#page-top .block--02 {
  background: url(../images/bg.png);
  background-size: 31px;
}
#page-top .block--02 .inner {
  background: #ffffff;
}
#page-top .block--02 ul.btn {
  width: 480px;
  width: 38.0952380952%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width:480px) {
  #page-top .block--02 ul.btn {
    width: 90.9574468085%;
    padding-bottom: 25px;
  }
}
#page-top .block--02 ul.btn li {
  padding-bottom: 40px;
}
@media screen and (max-width:480px) {
  #page-top .block--02 ul.btn li {
    padding-bottom: 20px;
  }
}
#page-top .block--02 p.spot-btn {
  width: 34.5238095238%;
  margin-left: 53.4126984127%;
  margin-top: -11.9841269841%;
  padding-bottom: 7.1428571429%;
}
@media screen and (max-width:480px) {
  #page-top .block--02 p.spot-btn {
    width: 81.914893617%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -31.3829787234%;
    padding-bottom: 18.6170212766%;
  }
}
@media screen and (max-width:480px) {
  #page-top .block--table .inner {
    overflow-x: scroll;
  }
  #page-top .block--table picture {
    display: block;
    width: 1031px;
    margin: 0 auto;
  }
}
#page-top .block--table02 .table-text {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
#page-top .block--table02 p.table-btn {
  width: 38.1746031746%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -13.4920634921%;
  padding-bottom: 13.4920634921%;
}
@media screen and (max-width:480px) {
  #page-top .block--table02 p.table-btn {
    width: 92.5531914894%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -28.7234042553%;
    padding-bottom: 13.2978723404%;
  }
}
#page-top footer {
  background: #666666;
}
#page-top footer ul.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 40px;
}
@media screen and (max-width:768px) {
  #page-top footer ul.logo {
    display: block;
  }
}
@media screen and (max-width:768px) {
  #page-top footer ul.logo li {
    text-align: center;
  }
}
#page-top footer ul.logo li + li {
  margin-left: 40px;
}
@media screen and (max-width:768px) {
  #page-top footer ul.logo li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
#page-top footer ul.logo li:nth-child(1) img {
  height: 33px;
  width: auto;
}
@media screen and (max-width:768px) {
  #page-top footer ul.logo li:nth-child(1) img {
    height: 20px;
  }
}
#page-top footer ul.logo li:nth-child(2) img {
  height: 49px;
  width: auto;
}
@media screen and (max-width:768px) {
  #page-top footer ul.logo li:nth-child(2) img {
    height: 30px;
  }
}
#page-top footer ul.logo li:nth-child(3) img {
  height: 33px;
  width: auto;
}
@media screen and (max-width:768px) {
  #page-top footer ul.logo li:nth-child(3) img {
    height: 20px;
  }
}
#page-top p.copyright {
  font-size: 14px;
  text-align: center;
  padding-bottom: 30px;
  color: #ffffff;
}
@media screen and (max-width:480px) {
  #page-top p.copyright {
    font-size: 12px;
  }
}