@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
/**
 * 全体レイアウト
 * - コンテンツレイアウト
 */
.b-main {
  margin-bottom: 30px;
  /*** コンテンツレイアウト ***/
}
.b-main--contents {
  width: 1000px;
  margin: 10px auto 60px;
  overflow: hidden;
}

/**
 * 送迎メッセージレイアウト
 * - コンテンツレイアウト
 * - メッセージレイアウト
 */
.b-pickMsg {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 5px;
  /*** コンテンツレイアウト ***/
  /*** メッセージレイアウト ***/
}
.b-pickMsg--contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.b-pickMsg--data {
  width: 753px;
  height: 96px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  background: url("../../img/minimini/pickup/back_msg.png") no-repeat;
}
.b-pickMsg--data p {
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  font-weight: bold;
}

/*** コンテンツレイアウト ***/
.pickup-item > div:first-child {
  width: 197px;
  margin-right: 50px;
}
.pickup-item > div:first-child img {
  width: 100%;
}
.pickup-item > div:last-child {
  width: 750px;
}
.pickup-item > div:last-child p {
  font-size: 18px;
  margin-bottom: 20px;
}

/**
 * お問い合わせレイアウト
 * - 店舗レイアウト
 * - 画像レイアウト
 * - サービスレイアウト
 */
.b-pickContact {
  margin-bottom: 80px;
  overflow: hidden;
}
.b-pickContact--tenpo {
  display: flex;
  float: left;
  width: 600px;
}
.b-pickContact--img {
  float: right;
  width: 370px;
}
.b-pickContact--service {
  float: left;
  padding: 20px;
  background-color: #fef2f2;
  border-radius: 10px;
  margin-top: 20px;
  width: 600px;
  box-sizing: border-box;
}
.b-pickContact--service b {
  font-size: 16px;
}
.b-pickContact--service p {
  font-size: 14px;
  margin-top: 5px;
}

.tenpo-msg {
  background: url("../../img/minimini/pickup/pop.png") no-repeat;
  margin-right: 20px;
  width: 149px;
  height: 90px;
  position: relative;
}
.tenpo-msg p {
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  line-height: 24px;
  margin-left: 15px;
}

.item-list b {
  font-size: 24px;
}
.item-list img {
  vertical-align: middle;
  margin-right: 5px;
}
.item-list a {
  color: #000;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  /**
   * 全体レイアウト
   * - コンテンツレイアウト
   */
  .b-main {
    margin-bottom: 30px;
    /*** コンテンツレイアウト ***/
  }
  .b-main--contents {
    width: auto;
    margin: 20px auto 0;
    padding: 0 10px;
  }

  /**
   * 送迎メッセージレイアウト
   * - コンテンツレイアウト
   * - メッセージレイアウト
   */
  .b-pickMsg {
    /*** メッセージレイアウト ***/
  }
  .b-pickMsg--data {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(96 / 753 * 100%);
    background: url("../../img/minimini/pickup/back_msg.png") center center/cover no-repeat;
  }
  .b-pickMsg--data p {
    font-size: 12px;
  }

  /*** コンテンツレイアウト ***/
  .pickup-item {
    margin-bottom: 10px;
  }
  .pickup-item > div:first-child {
    width: 160px;
    margin-right: 20px;
  }
  .pickup-item > div:last-child {
    width: auto;
  }
  .pickup-item > div:last-child p {
    font-size: 12px;
  }

  /**
   * お問い合わせレイアウト
   * - 店舗レイアウト
   * - 画像レイアウト
   * - サービスレイアウト
   */
  .b-pickContact {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .b-pickContact--tenpo {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .b-pickContact--img {
    float: none;
    width: 100%;
  }
  .b-pickContact--service {
    float: none;
    width: 100%;
  }
  .b-pickContact--service b {
    font-size: 14px;
  }
  .b-pickContact--service p {
    font-size: 12px;
  }

  .item-list {
    font-size: 12px;
  }
  .item-list b {
    font-size: 16px;
  }
}

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