@charset "UTF-8";
/**
 * 上下空き
 */
.p-noshiro-tabi-gap-tb {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-noshiro-tabi-gap-tb-02 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .p-noshiro-tabi-gap-tb-02 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/**
 * 左右空き
 */
.p-noshiro-tabi-gap-lr {
  padding-left: 5%;
  padding-right: 5%;
}

/**
 * コンテンツタイトル
 */
.p-noshiro-tabi-content-title {
  margin: 1em 0;
  padding-bottom: 5px;
  border-bottom: 3px solid #00b7cd;
  color: #00b7cd;
  font-weight: bold;
  font-size: 24px;
}

/**
 * hover
 */
.p-noshiro-tabi-hover {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-noshiro-tabi-hover:hover {
  opacity: 0.5;
}

/**
 * 全体
 */
.p-noshiro-tabi {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.p-noshiro-tabi__content {
  margin-left: 5%;
  margin-right: 5%;
}

/**
 * ヒーロー
 */
.p-noshiro-tabi-hero {
  margin: 0;
  text-align: center;
}

.p-noshiro-tabi-hero-img {
  vertical-align: bottom;
  width: 100%;
}

/**
 * 電子書籍
 */
@media all and (min-width: 768px) {
  .p-noshiro-tabi-book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-noshiro-tabi-book__img {
    width: 33%;
  }
  .p-noshiro-tabi-book__content {
    width: 60%;
    margin-top: -3rem;
  }
}

.p-noshiro-tabi-book-img {
  border: 1px solid #c3c3c3;
  vertical-align: bottom;
}

/**
 * ポスター
 */
@media all and (min-width: 480px) {
  .p-noshiro-tabi-poster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-noshiro-tabi-poster__item {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

/**
 * バーナー画像
 */
.p-noshiro-tabi-banner-img {
  width: 100%;
  border: 1px solid #c1c1c1;
  vertical-align: bottom;
}

/**
 * util
 */
.u-noshiro-tabi-text-align-center {
  text-align: center;
}

.u-noshiro-tabi-vertical-align-bottom {
  vertical-align: bottom;
}/*# sourceMappingURL=style.css.map */