@charset "UTF-8";

/* ───────────  共通(すべての幅) ここに残す ─────────── */

#responsiveBaseFrame header section.clearfix {
  padding-top: 12px;
  padding-bottom: 8px;
  min-height: 42px;
}

#responsiveBaseFrame header section.clearfix > h1,
#responsiveBaseFrame header section.clearfix > h1 a {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 125px;
  height: 30px;
}

#responsiveBaseFrame header section.clearfix > h1 a {
  background-image: url(../../pc_images_v2/sp/header/logo.png); /* ←要パス確認 */
  -webkit-background-size: 125px 30px;
  background-size: 125px 30px;
}

#responsiveBaseFrame header section.clearfix > nav > ul > li.information a {
  background-position: center 1px; /* ★typo 修正済み */
}

/* 問い合わせボタン共通 */
#responsiveBaseFrame .btn-inquiry,
#responsiveBaseFrame .btn-inquiry:link,
#responsiveBaseFrame .btn-inquiry:visited {
  position: relative;
  display: block;
  padding: 5px 0 5px 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #707070;
}
#responsiveBaseFrame .btn-inquiry:hover {
  background: #8d8d8d;
}

/* 右矢印 */
#responsiveBaseFrame .btn-inquiry::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 7px;
  margin-top: -3px;
  background: url(../../pc_images_v2/sp/common/arrowWhiteRight.png) no-repeat
    right center/5px 7px;
}

/* アイコン別 */
#responsiveBaseFrame .btn-inquiry.btn-mail span {
  background: url(../../pc_images_v2/sp/event/iconMail.png) no-repeat left
    center/17px 11px;
  padding-left: 23px;
  margin-left: -13px;
}
#responsiveBaseFrame .btn-inquiry.btn-tel span {
  background: url(../../pc_images_v2/sp/event/iconTel.png) no-repeat left
    center/14px 14px;
  padding-left: 20px;
  margin-left: -10px;
}
#responsiveBaseFrame .btn-inquiry.btn-web span {
  background: url(../../pc_images_v2/sp/event/iconWeb.png) no-repeat left
    center/17px 17px;
  padding-left: 23px;
  margin-left: -13px;
}

/* ───────────  PC／タブレット用 (幅641px以上) ─────────── */
@media screen and (min-width: 641px) {
  #responsiveBaseFrame {
    width: 750px;
    margin: 0 auto;
  }

  #responsiveBaseFrame .inner {
    width: 680px !important;
    margin: 0 auto;
  }

  /* フッタ拡張 */
  #responsiveBaseFrame footer nav li a {
    font-size: 15px;
  }
  #responsiveBaseFrame footer .inner .to-top-pc {
    display: none;
  }

  /* PCレイアウト調整例 */
  #responsiveBaseFrame #pageTitle {
    margin-top: -1px;
    border-top: 1px solid #d9e0e0;
  }

  /* …ここに PC 固有の追加スタイルを続ける … */
}

/* ───────────  スマホ用 (幅640px以下) ─────────── */
@media screen and (max-width: 640px) {
  /* 備考ブロックを 1 カラム表示に変換 */
  #responsiveBaseFrame #areaContents .data dl dt {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #responsiveBaseFrame #areaContents .data dl dd {
    padding-left: 0;
  }

  /* マージンやフォント微調整など、SP 固有の追加をここへ */
}
