@charset "UTF-8";
/* common */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 120px 30px 0 30px;
}

.clear {
  overflow: hidden;
}

.icon-new {
  margin: 0 5px;
}

/* -------------------- header -------------------- */
#header-wrapper {
  position: fixed;
  width: 100vw;
  z-index: 9998;
  background-color: #fff;
}
#header-wrapper #header {
  color: #fff;
  height: 110px;
  /* ----- global-navi ----- */
}
#header-wrapper #header.wrapper {
  padding: 0;
}
#header-wrapper #header h1 {
  width: 100%;
}
#header-wrapper #header h1 a {
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/logo.svg) no-repeat;
  background-size: cover;
  background-position-x: center;
  text-indent: -9999em;
}
#header-wrapper #header strong {
  display: none;
  font-size: 0.7em;
  color: #000;
  display: block;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 7px;
}
#header-wrapper #header #menu-opener {
  z-index: 10000;
  position: fixed;
  top: 30px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  opacity: 0.9;
  border: 1px solid #ac0b19;
}
#header-wrapper #header #menu-opener span {
  display: block;
  position: absolute;
  width: 70%;
  height: 3px;
  left: 15%;
  background-color: #ac0b19;
}
#header-wrapper #header #menu-opener span:nth-child(1) {
  top: 12px;
}
#header-wrapper #header #menu-opener span:nth-child(2) {
  top: 24px;
}
#header-wrapper #header #menu-opener span:nth-child(3) {
  top: 36px;
}
#header-wrapper #header #global-navi {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: -250px;
  background-color: #e50012;
  width: 250px;
  height: 100vh;
  padding: 100px 20px 20px 20px;
  -webkit-transition: right 200ms ease;
  transition: right 200ms ease;
}
#header-wrapper #header #global-navi li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
#header-wrapper #header #global-navi li.pc-none {
  display: list-item;
}
#header-wrapper #header #global-navi.open {
  right: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}

/* -------------------- footer -------------------- */
#footer {
  /*color:#fff;*/
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
#footer .tieup-title {
  text-align: center;
  font-size: 0.8em;
  padding: 5px;
  background: #000;
  color: #fff;
}
#footer #tieup {
  margin-bottom: 30px;
}
#footer #tieup li {
  float: left;
  margin: 5px;
}
#footer #f-navi {
  display: none;
  padding: 10px 0;
  margin-left: 220px;
}
#footer #f-navi li {
  float: left;
  margin-right: 20px;
}
#footer #f-navi li a {
  display: block;
}
#footer #address {
  font-size: 0.9rem;
}

#map {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}
#map iframe {
  width: 100%;
  height: 100%;
}

.foot-small {
  font-size: 0.8em;
  background: #E50012;
  color: #FFF;
  display: block;
  text-align: center;
  padding: 5px 0;
}

.sns.pc-none {
  display: block;
}
.sns.sp-none {
  display: none;
}
.sns .sns-title {
  text-align: center;
  font-size: 0.8em;
  padding: 5px;
  background: #000;
  color: #fff;
}
.sns #sns-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 30px;
}
.sns #sns-list li {
  float: left;
  margin: 5px 10px;
}
.sns #sns-list li img {
  height: 30px;
}/*# sourceMappingURL=sp-style-common.css.map */