@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900");
/* font */
/* color */
/* mediaquery  */
/* レスポンシブサイト掲燕幣 */
/* PCのみ */
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

/* タブレット?PC */
@media screen and (max-width: 639px) {
  .pctb {
    display: none !important;
  }
}

/* タブレット?SP */
@media screen and (min-width: 960px) {
  .tbsp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (min-width: 640px) and (max-width: 959px) {
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

/* hover */
.footer {
  font-size: 109%;
  background-color: #EEEEEB;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 959px) {
  .footer {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 639px) {
  .footer {
    padding-top: 30px;
    font-size: 100%;
  }
}

.footer > .wrapper-base {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .footer > .wrapper-base {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 639px) {
  .footer > .wrapper-base {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

.footer > .wrapper-base .wrapper-right {
  width: 68.3%;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .footer > .wrapper-base .wrapper-right {
    width: auto;
  }
}

.footer-logo {
  width: 260px;
  height: 58px;
  text-indent: -9999px;
  background-image: url(/common/logo.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 260px auto;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .footer-logo {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 639px) {
  .footer-logo {
    margin: 0 auto 20px;
  }
}

.footer-add {
  font-size: 109%;
  line-height: 1.8;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .footer-add {
    text-align: center;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 639px) {
  .footer-add {
    text-align: center;
  }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  .footer-tel {
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  .footer-tel {
    text-align: center;
  }
}

.footer-tel a {
  color: #000000;
}

@media screen and (min-width: 960px) {
  .footer-tel a {
    text-decoration: none;
  }
}

.footer-nav {
  float: left;
  width: calc((100% - 40px) / 2);
  padding-left: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .footer-nav {
    width: auto;
  }
}

.footer-nav:first-child {
  padding-left: 0;
}

.footer-nav__ttl {
  color: rgba(178, 36, 60, 0.6);
  font-size: 134%;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  border-bottom: #cacac8 solid 1px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-nav-list {
  display: inline-block;
  vertical-align: top;
}

.footer-nav-list__first {
  width: 56.5%;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .footer-nav-list__first {
    width: auto;
  }
}

.footer-nav-list__item {
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .footer-nav-list__item {
    margin-right: 30px;
  }
}

.footer-nav-list__item:last-child {
  margin-bottom: 0;
}

.footer-nav-list__item a {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 109%;
  font-feature-settings: "palt";
  line-height: 1.3;
  padding-left: 17px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .footer-nav-list__item a {
    font-size: 100%;
  }
}

.footer-nav-list__item a::after {
  position: absolute;
  content: '';
  top: 7px;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b2243c;
  border-right: 1px solid #b2243c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__copy {
  color: #FFFFFF;
  font-size: 92%;
  background-color: #707070;
}

.footer__copy .wrapper-base {
  padding: 7px 0 6px;
}

.footer__copy .wrapper-base p {
  text-align: center;
}

.pageTop {
  width: 63px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 960px) {
  .pageTop {
    position: fixed;
    bottom: 63px;
    right: 20px;
    width: 43px;
  }
}

.pageTop a {
  display: block;
  height: 31px;
  text-indent: -9999px;
  background-image: url(/common/pagetop_sp.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 63px auto;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 960px) {
  .pageTop a {
    height: 43px;
    background-image: url(/common/pagetop.png);
    background-size: 43px auto;
  }
}

@media screen and (min-width: 960px) {
  .pageTop a:hover {
    opacity: 0.8;
  }
}

.footer-link {
  text-align: center;
  margin: 0px 20px 0px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid  #ccc;
}

.footer-link li {
  font-size: 125%;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 10px;
}

.footer-link li a {
  color: #707070;
}

/*# sourceMappingURL=footer.css.map */
