@charset "UTF-8";
.contact_footer {
  padding: 100px 0;
  background-image: url("../img/bg_txt03.png");
  background-size: 80%;
  background-position: center top;
  background-repeat: no-repeat;
}
.contact_footer .inner {
  width: 80%;
  margin: 0 auto;
}
.contact_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_footer ul li {
  width: 49.5%;
  padding: 30px 0;
  float: left;
  text-align: center;
}
.contact_footer ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.contact_footer ul li h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}
.contact_footer ul li:first-child {
  border-right: solid 1px #b0353e;
}
.contact_footer ul li:first-child p {
  display: block;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 30px;
}
.contact_footer ul li:last-child p {
  display: block;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 24px;
}
footer {
  padding: 80px 0 50px;
  background-color: #730009;
  position: relative;
}
footer .bg_txt {
  width: 100%;
  height: 300px;
  background-image: url("../img/bg_txt02.png");
  background-size: 3500px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll 100s linear infinite;
  position: absolute;
  bottom: 100px;
  margin: auto;
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3500px 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3500px 0;
  }
}
footer .inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
footer .logo {
  width: 300px;
  margin-bottom: 50px;
}
footer .logo img {
  width: 100%;
}
footer .address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .address ul li {
  width: 23.25%;
  padding: 10px 5% 0;
  float: left;
  font-size: 13px;
  line-height: 38px;
}
footer .address ul li {
  border-right: solid 1px #4d080d;
}
footer .address ul li:last-child {
  border-right: none;
}
footer .address ul li h4 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0;
}
footer .address ul li .map a {
  display: block;
  text-decoration: none;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: -10px;
}
footer .address ul li .map i {
  font-size: 14px;
  margin-right: 10px;
}
footer nav ul {
  margin: 0;
  padding: 150px 0;
  list-style: none;
  text-align: center;
}
footer nav ul li {
  display: inline-block;
  margin: 0 3%;
}
footer nav ul li a {
  display: block;
  text-decoration: none;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 18px;
  color: #fff;
}
footer small {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 10px;
  display: block;
  text-align: center;
}
.page-top a {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  display: inline-block;
  position: fixed;
  right: 2%;
  bottom: 0;
  z-index: 2;
  padding: 0 10px 100px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.page-top a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 1px;
  height: 200px;
  background: #fff;
}
.page-top a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 1px;
  height: 200px;
  background: rgba(255, 255, 255, .3);
}
.page-top a:after {
  animation: sdl02 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl02 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}
@media screen and (max-width:1050px) {
  .contact_footer {
    padding: 20px 0;
    background-image: url("../img/bg_txt03.png");
    background-size: 80%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .contact_footer .inner {
    width: 80%;
    margin: 0 auto;
  }
  .contact_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .contact_footer ul li {
    width: 100%;
    padding: 20px 0 10px;
    float: none;
    text-align: center;
  }
  .contact_footer ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .contact_footer ul li h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: -15px;
  }
  .contact_footer ul li:first-child {
    border: none;
    border-bottom: solid 1px #b0353e;
  }
  .contact_footer ul li:first-child p {
    display: block;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 28px;
  }
  .contact_footer ul li:last-child p {
    display: block;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 22px;
  }
  footer {
    padding: 50px 0 30px;
    background-color: #730009;
    position: relative;
  }
  footer .bg_txt {
    width: 100%;
    height: 270px;
    background-image: url("../img/bg_txt02.png");
    background-size: 3500px auto;
    background-position: center;
    background-repeat: repeat-x;
    animation: bgscroll 50s linear infinite;
    position: absolute;
    bottom: 120px;
    margin: auto;
  }
  footer .inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  footer .logo {
    width: 180px;
    margin-bottom: 40px;
  }
  footer .logo img {
    width: 100%;
  }
  footer .address ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer .address ul li {
    width: 100%;
    padding: 0;
    float: none;
    font-size: 12px;
    line-height: 28px;
  }
  footer .address ul li {
    border: none;
    margin-bottom: 40px;
  }
  footer .address ul li h4 {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
  }
  footer .address ul li .map a {
    display: block;
    text-decoration: none;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: -10px;
  }
  footer .address ul li .map i {
    font-size: 14px;
    margin-right: 10px;
  }
  footer nav ul {
    margin: 0;
    padding: 30px 0 50px;
    list-style: none;
    text-align: left;
  }
  footer nav ul li {
    display: block;
    margin: 20px 0;
  }
  footer nav ul li a {
    display: block;
    text-decoration: none;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 16px;
    color: #fff;
  }
  footer small {
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 10px;
    display: block;
    text-align: center;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}