@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6;
  color: #333;
}

img {
  vertical-align: middle;
  border: none;
}

a {
  text-decoration: none;
  color: #36F;
}

a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
}

/*------------------------------------------------------------
sp
------------------------------------------------------------*/
/***コメント***/
.sp {
  display: block;
}

.pc {
  display: none;
}

/***header***/
header {
  width: auto;
  border-bottom: none;
}
header ul {
  width: auto;
  overflow: hidden;
}
header ul li {
  width: 100%;
  float: inherit;
  text-align: center;
  border-bottom: 1px solid #f9519f;
}
header ul li a {
  display: block;
  padding: 30px 0;
}
header ul li a img {
  width: auto;
  height: 15px;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 35px;
}

/***footer***/
footer {
  width: 100%;
  background: url(../images/footer_bg.png) repeat-x center top;
  background-size: 100% 100%;
  padding: 20px 0 20px;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/*------------------------------------------------------------
pc
------------------------------------------------------------*/
@media screen and (min-width: 960px) {
  /***コメント***/
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /***header***/
  header {
    width: auto;
    border-bottom: 1px solid #f9519f;
  }
  header ul {
    width: auto;
    overflow: hidden;
  }
  header ul li {
    width: 50%;
    float: left;
    text-align: center;
    border-bottom: none;
  }
  header ul li a {
    display: block;
    padding: 30px 0;
  }
  header ul li a img {
    width: auto;
    height: 24px;
  }
  header ul li:nth-of-type(1) {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #f9519f;
  }

  /***conter***/
  #content {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 70px;
    background: url(../images/map_bg.jpg) repeat-x center top;
  }

  /***footer***/
  footer {
    width: 100%;
    background: url(../images/footer_bg.png) repeat-x center top;
    background-size: 100% auto;
    padding: 35px 0 35px;
  }
  footer p {
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
}

/*# sourceMappingURL=base.css.map */
