/* //// */
/* 共通 */
/* //// */
header, .vk-mobile-nav-menu-btn {
  display: none !important;
}

.page_top_btn {
  display: none !important;
}

.mt1 {
  margin-top: 1rem;
}
.mb1 {
  margin-bottom: 1rem;
}


/* 全体のベース（日本語は游ゴシック Medium） */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* 明朝体を使いたい箇所（例：特定の文） */
.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "MS 明朝", serif;
}

/* 時間表示用（欧文フォント） */
.time {
  font-family: "Helvetica", "Helvetica Regular", Arial, sans-serif;
}

/* //////////////// */
/* voltexホームページ */
/* //////////////// */

/* ヘッダー */
.voltex-header {
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
  margin-top: -5rem;
}

.header-voltex {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 7rem;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.8rem 0rem 1rem 4rem;
  /* flex-wrap: wrap; */
}

/* ロゴ */
.voltex-logo img {
  height: auto;
  width: 80px;
  /* filter: brightness(0) invert(1);*/
  /* margin-left: 2.1rem; */
  margin-bottom: -0.2rem;
}

.voltex-logo img:hover {
  opacity: 0.6;
}

/* ナビゲーション */
.voltex-nav {
  margin-left: 40%;
  margin-right: -1rem;
}

.voltex-nav ul {
  list-style: none;
  display: flex;
  gap: 1.8rem;
  margin: 0;
  justify-content: flex-end;
}

.voltex-nav a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  position: relative;
  transition: color 0.3s;
}

.voltex-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}
.voltex-nav a:hover {
  color: #fff;
  opacity: 0.6;
}
.voltex-nav a:hover::after {
  width: 100%;
}

/* 右：SNSとボタン */
.logo-phone img{
  display: flex;
  align-items: center;
  /* gap: 1rem; */
  /* padding-bottom: 0.35rem; */
  padding-right: 0rem;
  width: 20px;
  /* transition: 0.3s; */
}

.logo-mail img{
  display: flex;
  align-items: center;
  /* gap: 1rem; */
  /* padding-bottom: 0.35rem; */
  padding-right: 0rem;
  width: 25px;
  /* transition: 0.3s; */
}

.logo-phone img:hover,
.logo-mail img:hover {
  opacity: 0.6;
}

/* スマホレイアウト */
@media (max-width: 1050px) {
  .voltex-nav {
    display: none;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 1rem 0;
    /* border-top: 1px solid #f4b6c1; */
  }
  .voltex-nav.active {
    display: block;
  }
  .voltex-nav ul {
    flex-direction: column;
    gap: 1rem;
  }
  .logo-phone img,
  .logo-mail img {
    display: none;
  }
  .menu-voltex {
    display: flex;
  }

  .voltex-container {
    /* padding: 1rem 1rem; */
  }

  /* --- ロゴ --- */
  .voltex-logo img {
    width: 80px;
    /* height: auto; */
    margin-top: 0.5rem;
    margin-left: -1.8rem;
  }

  /* ------------------------------
    ハンバーガー（スマホのみ）
  ------------------------------ */

  /* --- ハンバーガーメニュー（白線 + 白丸枠） --- */
  .menu-voltex {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;         /* 丸のサイズ */
    height: 42px;
    border: 2px solid #fff;  /* 白い丸い枠線 */
    border-radius: 50%;      /* 丸にする */
    cursor: pointer;
    z-index: 20000;
    margin-right: 2rem;
  }

  /* 三本線（白） */
  .menu-voltex span {
    position: absolute;
    width: 22px;
    height: 3px;
    background: #fff;        /* 白線に変更 */
    border-radius: 2px;
    transition: all .35s ease;
  }

  .menu-voltex span:nth-child(1) { top: 12px; }
  .menu-voltex span:nth-child(2) { top: 19px; }
  .menu-voltex span:nth-child(3) { top: 26px; }

  /* --- X のアニメーション --- */
  .menu-voltex.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-voltex.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-voltex.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* ------------------------------
     スマホメニュー
  ------------------------------ */
  .voltex-nav {
    display: flex;
    gap: 26px;
    position: fixed;
    top: 0px;
    right: 15px;
    width: 100%;
    height: calc(100vh - 60px);
    background: #000;
    transform: translateX(100%);
    transition: transform .35s ease;
    padding: 30px 20px;
    z-index: 15000;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
  }

  .voltex-nav.open {
    transform: translateX(0);
  }

  /* スマホ：縦並び＆横文字 */
  .voltex-nav ul {
    flex-direction: column;
    gap: 22px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* 区切り | を追加しない */
  .voltex-nav li:not(:last-child)::after {
    display: none;
  }

  .voltex-nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase; /* ← 横文字化 */
  }

  /* PCメニューを消す */
  .voltex-nav.desktop-only {
    display: none;
  }

}



/* ///////// */
/* メイン写真 */
/* ///////// */
.main-photo-voltex {
  width: 100vw; /* ビューポート幅100% */
  height: 700px; 
  margin-left: calc(50% - 50vw); /* コンテンツ中央寄せ時の余白を打ち消す */
  margin-top: -6rem;
  margin-bottom: 0rem;
  overflow: hidden; /* トリミング */
  position: relative;
}

.main-photo-voltex img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 余白を出さず、画面いっぱいに埋める */
  display: block;
}

/* スマホレイアウト */
@media (max-width: 1050px) {
  .main-photo-voltex {
    width: 100vw;
    height: 700px; 
    margin-left: calc(50% - 50vw);
    position: relative;
    overflow: hidden;
    /* margin-top: 4rem; */
    margin-bottom: -3rem;
  }

  .main-photo-voltex img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ← 中央を維持して左右をトリミング */
    object-position: center center; /* ← 中央を基準に */
    display: block;
  }
}


/* サブ背景ボックス */
.voltex-box {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #000;
  max-width: 100%;
  min-height: 360px;
  position: relative;
}

/* 横並び */
.voltex-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  width: 1050px;
  margin-top: -8rem;
  padding: 1rem;
}

/* 左テキスト */
.voltex-text {
  flex: 1;
  text-align: center;
}

.voltex-catch {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}

.voltex-catch .line0 {
  display: block;
  font-size: 2.5rem;
  color: #fff;
  margin: -14rem 0 0 ;
  position: relative;
  left: 42%;
  transform: translateY(-50%);  
  z-index: 2;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-shadow: 5px 5px 10px #00000090;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: start;
}

.voltex-catch .line0 span {
  font-size: 2rem;
}

.voltex-catch .line1 {
  display: block;
  font-size: 2rem;
  color: #fff;
  margin: 0 0 4rem 5rem; 
  position: relative;
  text-align: left;
  z-index: 2;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 5px 5px 10px #00000090;
}

.voltex-catch .line2 {
  display: block;
  text-align: left;
  font-size: 0.7rem;
  color: #fff;
  margin: -2rem 0 2rem 6.5rem;
  line-height: 2;
}

.voltex-catch .right img {
  margin: -2rem 0 3rem 0;
  width: 45%;
}

.voltex-catch .line3 {
  display: block;
  font-size: 2rem;
  color: #fff;
  margin: 0 4rem 4rem 0; 
  position: relative;
  text-align: left;
  z-index: 2;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 5px 5px 10px #00000090;
}

.voltex-catch .line4 {
  display: block;
  text-align: left;
  font-size: 0.7rem;
  color: #fff;
  margin: -2rem 0 2rem 2rem;
  line-height: 2;
}

/* グループ共通 */
.group {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
  position: relative;
}

/* 右に画像 */
.right-group {
  justify-content: space-between;
}

/* 左に画像 */
.left-group {
  justify-content: space-between;
}

/* テキスト */
.group .text {
  flex: 1;
  position: absolute;
}

/* 画像 */
.group .image img {
  width: 600px;
  height: auto;
  object-fit: cover;
}

/* 右画像パターン */
.right-group .image {
  margin-left: auto;
}

.right-group .text {
  left: 0;
}

/* 左画像パターン */
.left-group .image {
  margin-right: auto;
}

.left-group .text {
  right: 0;
  text-align: right;
}

/* スマホ対応 */
@media (max-width: 1050px) {

  .voltex-box {
    min-height: 180px;
  }

  .voltex-catch .line0 {
    font-size: 2.5rem;
    left: 39%;
    /* margin: -4rem 0 -0.6rem 0; */
  }

  .voltex-catch .line0 span {
    /* letter-spacing: -0.1rem; */
    font-size: 2rem;
  }

  .voltex-catch .line1 {
    font-size: 1.4rem;
    margin: -7rem 0 0 -0.5rem;
    width: 100%;
  }

  .voltex-catch .line2 {
    font-size: 0.55rem;
    margin: 1rem -0.5rem 0 0;
    width: 120%;
  }

  .voltex-catch .line3 {
    font-size: 1.4rem;
    margin: -8rem -3rem 0 0;
    width: 100%;
  }

  .voltex-catch .line4 {
    font-size: 0.55rem;
    margin: 1rem 1rem 0 1rem;
    width: 100%;
  }

  .group {
    flex-direction: column;
    padding: 4rem 0;
  }

}

/* presentボックス */
.present-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  max-width: 100%;
}

/* 横並び */
.present-inner {
  background: #fff;
  max-width: 100%;
  margin: 2rem 0 5rem 0;
  padding: 5rem 8rem 5rem 10rem;
  max-width: 1200px;
  display: flex;
  align-items: center;
}

.present-inner img {
  width: 50%;
  max-width: 200px;
  height: auto;
  display: block;
}

.present-catch .line4 {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.present-catch .line6 {
  display: block;
  text-align: left;
  font-size: 0.7rem;
  color: #000;
  /* font-weight: 450; */
  line-height: 1.6;
  margin-left: 6rem;
}

.present-catch .line6 span {
  font-size: 0.9rem;
  color: #000;
  margin: 0 0.5rem;
}

/* 横並びのコンテナ */
.present-container {
  background-color: #000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* 各店舗カード */
.present-card {
  width: 250px;
  padding: 0.5rem;
  text-align: left;
  transition: transform 0.3s ease;
}

.present-card:hover {
  transform: translateY(-5px);
}

/* 写真 */
.present-photo {
  width: 200px;
  height: 130px;
  margin-top: 1rem;
}

/* 企業名 */
.present-name {
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  margin: -0.2rem 0;
  display: block;
  align-items: left;
  text-align: left;
  line-height: 1.2;
}

.present-card .present-name span {
  font-size: 0.8rem;
  margin-right: 0.5rem;
}

.present-table-inner {
  background: #fff;
  max-width: 100%;
  margin: 2rem 0 4rem 0;
  padding: 2rem 2rem 1rem 2rem;
  max-width: 800px;
}

.present-table {
  background: #fff;
  max-width: 100%;
  border: 1.5px solid #000;
  margin-bottom: 1rem;
}

.present-th {
  padding: 0;
  background: #E36783;
  color: #fff;
  font-size: 1.5rem;
  border: 1.5px solid #000;
}

.present-td {
  width: 50%;
  color: #000;
  font-size: 1.3rem;
  border: 1.5px solid #000;
  font-weight: bold;
  position: relative;
  padding: 0.8rem 1.5rem;
}

/* 左側（見積・割引額など） */
.present-td span:first-child {
  float: left;
}

/* 右側（金額） */
.present-td span:last-child {
  float: right;
  font-weight: bold;
}

/* float解除（重要） */
.present-td::after {
  content: "";
  display: block;
  clear: both;  
}

.present-td a {
  font-size: 0.8rem;
  color: #000;
  margin-left: 0.4rem;
}

.present-cost {
  font-size: 2rem;
  margin: -0.5rem 0 -0.3rem 0;
}

.present-note {
  font-size: 1rem;
  color: #000;
  line-height: 1.8;
  font-weight: bold;
}

/* スマホ対応 */
@media (max-width: 1050px) {

  .present-box {
    max-height: none;
    padding: 0;
    position: relative;
    overflow: visible; /* ボタンがはみ出しても見えるように */
  }

  .present-inner {
    background: #fff;
    max-width: 100%;
    margin:  -3rem 0 5rem 0;
    padding: 2rem 2rem;
    max-width: 1200px;
    display: block;
    align-items: center;
  }

  .present-inner img {
    display: block;
    margin: 0 auto;
  }

  .present-catch .line4 {
    font-size: 2rem;
    /* margin-top: 3rem; */
  }

  .present-catch .line6 {
    font-size: 0.7rem;
    line-height: 1.6;
    margin: auto;
  }

  .present-catch .line6 span {
    font-size: 0.8rem;
    color: #000;
  }

  /* 横並びのコンテナ */
  .present-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  /* 各店舗カード */
  .present-card {
    width: 320px;
    padding: 0.5rem;
    text-align: left;
    transition: transform 0.3s ease;
  }

  .present-card:hover {
    transform: translateY(-5px);
  }

  /* 写真 */
  .present-photo {
    width: 100%;
    margin-bottom: 1rem;
  }

  /* 式場名 */
  .present-name {
    font-size: 1.2rem;
    font-weight: 550;
    color: #fff;
    margin: -0.2rem 0;
  }

  .present-card .present-name span {
    font-size: 1rem;
  }

  .present-card .present-name strong {
    font-size: 1rem;
  }

  .present-table-inner {
    /* max-width: 100%; */
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .present-th {
    font-size: 2rem;
  }

  .present-td {
    width: 50%;
    color: #000;
    font-size: 0.9rem;
    border: 1.5px solid #000;
    font-weight: bold;
    position: relative;
    padding: 0.8rem 0.8rem;
  }

  .present-td a {
    font-size: 0.6rem;
    color: #000;
    margin-left: 0.4rem;
  }

  .present-cost {
    font-size: 1.2rem;
    margin: 0 0 -0.3rem 0;
  }

  .present-note {
    font-size: 0.7rem;
    color: #000;
    line-height: 0;
    font-weight: bold;
  }

}

/* Qボックス */
.Q-box {
  background-color: #fff;
  max-width: 100%;
  padding: 3rem 8rem 1rem 8rem;
  display: flex;
  align-items: center;
  justify-content: center;  
}

.Q-inner {
  max-width: 100%;
  max-width: 800px;
}

.Q-catch {
  display: block;
}

.Q-catch .line1 {
  display: block;
  color: #000;
  text-align: center;
  line-height: 1.8;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.Q-catch .line2 {
  display: block;
  text-align: left;
  align-items: center;
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}

.Q-catch .line3 {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  color: #000;
  padding: 0.5rem 0 3rem 0;
  letter-spacing: -0.5px;
  font-weight: bold;
}


/* スマホ対応 */
@media (max-width: 1050px) {

  .Q-box {
    max-height: none;
    padding: 2rem 2rem;
    position: relative;
  }

  .Q-catch .line1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .Q-catch .line2 {
    font-size: 1.2rem;
  }
  
  .Q-catch .line3 {
    font-size: 1.1rem;
  }

  .Q-catch .line4 {
    font-size: 1rem;
  }
}


/* ////////////// */
/* お問合せフォーム */
/* ////////////// */
/* ===== フォーム全体 ===== */
.contact-form-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem 4rem 2rem;
  background-color: #fff;
  width: 100%;
}

.contact-box {
  /* border: 3px solid #E36783; */
  border-radius: 15px;
  padding: 3rem;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* ===== タイトル ===== */
.contact-header {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-title {
  font-size: 2rem;
  color: #000;
  margin: 0;
}
.contact-subtitle {
  color: #E36783;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.form-message-area {
  margin-top: 1rem;
  min-height: 1.2em;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 auto;
  color: #E36783;
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 0.5rem 0;
}

/* ===== 入力欄（横並び） ===== */
.wpcf7 form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.wpcf7 form .form-group label {
  width: 30%;
  text-align: right;
  color: #000;
  font-size: 1rem;
  white-space: nowrap;
}

.wpcf7 form .wpcf7-form-control-wrap {
  width: 25rem;
  display: flex;
  justify-content: flex-start;
}

/* ===== 入力要素 ===== */
.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea {
  width: 100%;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.wpcf7 form input:focus,
.wpcf7 form select:focus,
.wpcf7 form textarea:focus {
  border-color: #E36783;
  outline: none;
}

/* ===== ラジオボタン ===== */

/* ===== iPhone Safari ラジオボタン完全修正 ===== */

/* ラジオ全体 */
.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* CF7の1項目 */
.wpcf7-list-item {
  display: block !important; /* ← inline-block を殺す */
  margin: 0 !important;
}

/* labelを完全制御 */
.wpcf7-radio label {
  display: grid !important;
  grid-template-columns: 20px auto; /* radio / text */
  align-items: center;
  column-gap: 0.5rem;
  line-height: 1.4;
}

/* radio本体（超重要） */
.wpcf7-radio input[type="radio"] {
  margin: 0 !important;
  padding: 0 !important;
  width: 16px;
  height: 16px;
  -webkit-appearance: radio;
  appearance: radio;
}

/* テキスト側 */
.wpcf7-list-item-label {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4;
}

/* ===== チェックボックス ===== */

/* チェックボックス全体 */
.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* 各項目 */
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

/* label */
.wpcf7-checkbox label {
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  column-gap: 0.6rem;
  cursor: pointer;
  color: #000;
  line-height: 1.5;
}

/* checkbox 本体 */
.wpcf7-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #C32071; /* ブランドカラー */
}

/* テキスト */
.wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 1rem;
}


/* ===== テキストエリア ===== */
.form-textarea {
  align-items: flex-start;
}
.form-textarea label {
  margin-top: 0.4rem;
}

/* ===== 必須項目マーク ===== */
.required {
  color: #E36783;
  font-size: 1.1rem;
  margin-left: 0.3rem;
  vertical-align: top;
}

/* ===== 注意書き ===== */
.form-note {
  text-align: right;
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 2rem;
}
.form-note span {
  color: #E36783;
}

.form-note-top {
  text-align: left; 
  font-size: 0.9rem;
  color: #E36783;
  margin-bottom: 2rem;
}

/* ===== 送信ボタン ===== */
.form-submit {
  text-align: center;
}
.wpcf7 form .form-submit input[type="submit"].btn-submit {
  background-color: #E36783;
  border: 3px solid #E36783;
  color: #fff;
  border-radius: 8px;
  padding: 0.5rem 3.2rem;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7 form .form-submit input[type="submit"].btn-submit:hover {
  background-color: #fff;
  color: #E36783;
}

.massage-phone {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

/* ===== スマホ対応 ===== */
@media screen and (max-width: 1050px) {
  .contact-box {
    padding: 2rem 1rem;
  }

  .wpcf7 form .wpcf7-form-control-wrap {
    width: 40vw;
    margin-left: -1.5rem;
  }

  .massage-pc {
    display: none;
  }

  .massage-phone {
    display: contents;
  }

  .wpcf7 form .form-submit input[type="submit"].btn-submit {
    padding: 0.6rem 5rem;
    font-size: 1.2rem;
  }
}

/* /////// */
/* 店舗情報 */
/* /////// */
/* 全体 */
.shop-section {
  background: #E6A8B7;
  padding: 4rem 2rem;
  text-align: center;
}

.shop-title {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 2.5rem;
}

/* 横並びのコンテナ */
.shop-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

/* 各店舗カード */
.shop-card {
  width: 320px;
  padding: 0.5rem;
  text-align: left;
  transition: transform 0.3s ease;
}

.shop-card:hover {
  transform: translateY(-5px);
}

/* 店名 */
.shop-name-info {
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* 写真 */
.shop-photo {
  width: 100%;
  margin-bottom: 1rem;
}

/* 住所・定休日・電話番号 */
.shop-address,
.shop-holiday {
  font-size: 1rem;
  font-weight: 550;
  color: #fff;
  margin: -0.2rem 0;
}

.shop-tel-item {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  padding: 1rem 0;
}

.shop-time {
  font-size: 0.7rem;
  color: #fff;
  margin: 0.3rem 0;
}

.shop-tel:hover {
  color: #ffffff60;
}

.shop-tel {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1;
}

.shop-tel i {
  font-size: 0.7em; /* 親文字より小さくする */
  margin-right: 5px; /* 数字との間に少し余白 */
  padding-bottom: 5px;
  vertical-align: middle; /* 文字と揃える */
  transform: rotate(10deg);
}


/* ボタン */
.shop-btn {
  display: inline-block;
  background: #fff;
  color: #C32071;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  padding: 0.7rem 1.5rem;
  margin-top: 1rem;
  transition: background 0.3s ease;
}

.shop-btn:hover {
  background: #fff;
}

.reserve-btn {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #C32071;
  padding: 0.4rem 0.5rem;
  margin-right: 2rem;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  /* border: 3px solid #fff; */
}
.reserve-btn img {
  height: auto;
  width: 25px;
  margin-right: 0.5rem;
}
.reserve-btn span { /* テキスト部分 */
  display: inline-block;
}
.reserve-btn:hover {
  background-color: #E36783;
  color: #fff; /* ホバー時に反転 */
  /* border: 3px solid #fff; */
}

/* スマホ対応 */
@media (max-width: 1050px) {
  .shop-container {
    flex-direction: column;
    align-items: center;
  }

  .shop-card {
    width: 90%;
  }

  .reserve-btn img {
    width: 20px;
    /* margin-right: 6px; */
  }

  .reserve-btn-phone {
    padding: 0.1rem 0.2rem;
    margin: 0 0 0 2rem;
    font-size: 0.8rem;
  }

  .reserve-btn:hover {
    background-color: #fff;
    color: #E36783; /* ホバー時に反転 */
  }
}