@charset "utf-8";
/*------------------------------------------------------------
コメント
------------------------------------------------------------*/
.pc {
  display: none;
}

.sp {
  display: block;
}

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
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: bottom;
  border: none;
}

a {
  color: #36F;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: auto;
  min-width: 320px;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header {
  background: url(../common/images/m_bg_1.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 45px 0 58%;
}
header .sns_area {
  display: none;
}
header h1 {
  text-align: center;
  margin-bottom: 15px;
}
header h1 img {
  width: 250px;
  height: auto;
}
header p {
  text-align: center;
}
header p img {
  width: 270px;
  height: auto;
}

/*------------------------------------------------------------
ナビ
------------------------------------------------------------*/
nav {
  width: auto;
}
nav ul li a {
  font-size: 1.4rem;
  color: #fff;
  background: url(../common/images/nav_sp_bg.png) no-repeat 98% center;
  background-color: #f65c93;
  padding: 22px 10px;
  display: block;
  text-decoration: none;
  font-family: DINCondensedC;
  font-weight: normal;
}
nav ul li a strong {
  font-weight: bold;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
nav ul li:nth-of-type(2) {
  border-top: 2px solid #f98db4;
  border-bottom: 2px solid #f98db4;
}

/*------------------------------------------------------------
フッダ
------------------------------------------------------------*/
footer {
  background-color: #f54a87;
  padding: 10px 0;
}
footer ul {
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #f76e9f;
}
footer ul li {
  display: inline-block;
  margin-bottom: 5px;
}
footer ul li img {
  width: 95px;
  height: auto;
}
footer h1 {
  text-align: center;
  margin: 10px 0 10px;
}
footer h1 img {
  width: 64px;
  height: auto;
}
footer p {
  font-size: 10px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 960px) {
    /*------------------------------------------------------------
コメント
------------------------------------------------------------*/
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  header {
    background: url(../common/images/m_bg_1_pc.png) no-repeat center bottom;
    padding: 70px 0 310px;
    background-color: #000;
  }
  header .sns_area {
    display: inherit;
    position: absolute;
    top: 20px;
    right: 10px;
    color: #1b95e0;
  }
  header .sns_area a {
    color: #1b95e0;
    font-size: 12px;
  }
  header .sns_button {
    height: 25px;
  }
  header .sns_button li {
    margin-right: 10px;
    float: left;
  }
  header .sns_facebook {
    width: 96px;
  }
  header h1 {
    margin-bottom: 20px;
  }
  header h1 img {
    width: 494px;
    height: auto;
  }
  header p img {
    width: 356px;
    height: auto;
  }

  /*------------------------------------------------------------
  ナビ
  ------------------------------------------------------------*/
  nav {
    width: auto;
    background-color: rgba(245, 74, 135, 0.8);
    margin-top: -81px;
  }
  nav ul {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
  nav ul li {
    width: 240px;
    float: left;
    padding: 15px 0;
  }
  nav ul li:nth-of-type(1) {
    text-align: center;
  }
  nav ul li a {
    font-size: 1.8rem;
    color: #fff;
    background: none;
    background-color: inherit;
    padding: 0;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #eb7ea3;
  }
  nav ul li a span {
    font-size: 1.4rem;
    display: block;
  }
  nav ul li:nth-of-type(2) {
    border-top: none;
    border-bottom: none;
  }
  nav ul li:nth-of-type(1) a {
    border-left: none;
  }

  /*------------------------------------------------------------
  フッダ
  ------------------------------------------------------------*/
  footer {
    background-color: #f54a87;
    padding: 40px 0;
  }
  footer ul {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #f76e9f;
  }
  footer ul li {
    margin-bottom: 5px;
  }
  footer ul li img {
    width: 170px;
    height: auto;
  }
  footer ul li:nth-of-type(4) img {
    width: auto;
    height: 94px;
  }
  footer h1 {
    margin: 0px 0 20px;
  }
  footer h1 img {
    width: 128px;
    height: auto;
  }
  footer p {
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
記事用　余白
------------------------------------------------------------*/
.mt10_r {
  margin-top: 5px !important;
}

.mt20_r {
  margin-top: 10px !important;
}

.mt30_r {
  margin-top: 15px !important;
}

.mt40_r {
  margin-top: 20px !important;
}

.mb10_r {
  margin-bottom: 5px !important;
}

.mb20_r {
  margin-bottom: 10px !important;
}

.mb30_r {
  margin-bottom: 15px !important;
}

.mb40_r {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 960px) {
  .mt10_r {
    margin-top: 10px !important;
  }

  .mt20_r {
    margin-top: 20px !important;
  }

  .mt30_r {
    margin-top: 30px !important;
  }

  .mt40_r {
    margin-top: 40px !important;
  }

  .mb10_r {
    margin-bottom: 10px !important;
  }

  .mb20_r {
    margin-bottom: 20px !important;
  }

  .mb30_r {
    margin-bottom: 30px !important;
  }

  .mb40_r {
    margin-bottom: 40px !important;
  }
}

/*# sourceMappingURL=base.css.map */
