@charset "UTF-8";
/* css reset
------------------------ */

body,
html {
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  list-style-type: none;
}

p {
  line-height: 1.3;
}

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

.wrap {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .wrap {
    min-width: auto;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.pc-only {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

/* header
-------------------------------------- */

header {
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    min-width: auto;
  }
}

header .header-inner {
  max-width: 945px;
  margin: 0 auto;
  padding: 28px 0 22px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  header .header-inner {
    padding: 15px 0;
  }
}

header .header-inner h1 {
  width: 11.32%;
  float: left;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  header .header-inner h1 {
    min-width: 46px;
    margin-left: 6.0%;
    margin-top: 1.2%;
  }
}

header .header-inner ul {
  width: 39.25%;
  /* 371 */
  float: right;
  font-size: 0;
  margin-right: 10.58%;
}

@media screen and (max-width: 768px) {
  header .header-inner ul {
    width: 43.25%;
    min-width: 170px;
  }
}

header .header-inner ul li {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  header .header-inner ul li {
    transition: .4s;
  }
}

header .header-inner ul li:nth-child(1) {
  width: 42.85%;
}

header .header-inner ul li:nth-child(2) {
  width: 36.65%;
  margin-left: 16.12%;
}

@media screen and (min-width: 769px) {
  header .header-inner ul li:hover {
    opacity: .6;
  }
}

/* footer
-------------------------------------- */

footer {
  background: url("../img/bg_footer.svg") no-repeat left top;
  background-size: 125% auto;
}

@media screen and (max-width: 768px) {
  footer {
    background-size: cover;
    position: relative;
  }
}

footer .footer-inner {
  width: 94.5%;
  max-width: 1114px;
  /* 参考サイト同様 */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .footer-inner {
    width: 88.0%;
    max-width: none;
    position: initial;
  }
}

footer .site-map {
  width: 30.15%;
  /* 285px */
  color: #fff;
  font-family: 'arial narrow', "Futura", sans-serif;
  font-weight: bold;
  margin-top: 5.29%;
  margin-left: 11.81%;
  margin-bottom: 24.86%;
  float: left;
}

@media screen and (max-width: 768px) {
  footer .site-map {
    width: 90%;
    float: none;
    margin-left: 0;
    margin-top: 11.29%;
    margin-bottom: 7.86%;
  }
}

footer .site-map .txt-menu {
  width: 100%;
  border-bottom: solid 2px #ffffff;
  margin-bottom: 5.26%;
}

footer .site-map .txt-menu img {
  width: 23.15%;
  margin-bottom: 3.5%;
}

footer .site-map ul {
  width: 100%;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  footer .site-map ul {
    width: 80%;
  }
}

footer .site-map ul li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  footer .site-map ul li {
    transition: .4s;
  }
}

footer .site-map ul li:nth-child(1) img {
  width: 95.07%;
}

footer .site-map ul li:nth-child(2) img {
  width: 86.61%;
  margin-left: 10.56%;
}

@media screen and (min-width: 769px) {
  footer .site-map ul li:hover {
    opacity: .6;
  }
}

footer .address {
  width: 39.15%;
  /* 370 */
  margin-top: 5.29%;
  float: right;
}

@media screen and (max-width: 768px) {
  footer .address {
    width: 100%;
    float: none;
    margin-top: 8.0%;
  }
}

footer .address address {
  font-style: normal;
}

footer .address .name {
  width: 77.02%;
  margin-bottom: 2.7%;
}

footer .address .adr01 {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  footer .address .adr01 {
    color: #fff;
    font-size: 12px;
    font-size: 3.42857vw;
  }
}

@media screen and (max-width: 768px) {
  footer .address .adr01 + .adr01 {
    margin-top: 2.0%;
  }
}

footer .address .adr01 + .adr01 span {
  font-weight: bold;
  font-size: 20px;
  font-family: 'arial black', "Futura", sans-serif;
}

@media screen and (max-width: 768px) {
  footer .address .adr01 + .adr01 span {
    font-size: 18px;
    font-size: 5.14286vw;
  }
}

footer .copy {
  clear: both;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-bottom: 1.58%;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  footer .copy {
    margin-top: 8.0%;
    margin-bottom: 6.0%;
  }
}

footer .btn-top {
  width: 2.7%;
  max-width: 27px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5.29%;
  margin-left: 5.82%;
}

@media screen and (min-width: 769px) {
  footer .btn-top {
    transition: .4s;
  }
}

@media screen and (max-width: 768px) {
  footer .btn-top {
    width: 4.7%;
    max-width: none;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 3.0%;
    margin-bottom: 6.0%;
  }
}

@media screen and (min-width: 769px) {
  footer .btn-top:hover {
    opacity: .6;
  }
}
