@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 店舗情報セクション */
.store-info {
  margin: 3em 0;
  padding: 1.5em;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* 見出し */
.store-info h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
  color: #333;
  border-left: 5px solid #0073aa; /* 青ライン */
  padding-left: 0.5em;
}

/* テーブル */
.store-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}
.store-table th,
.store-table td {
  padding: 0.8em;
  border: 1px solid #ddd;
}
.store-table th {
  width: 25%;
  background: #f2f2f2;
  text-align: left;
  font-weight: bold;
}
.store-table td {
  background: #fff;
}

/* 店舗画像 */
.store-image {
  margin: 1.5em 0;
  text-align: center;
}
.store-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Googleマップ */
.store-map {
  margin-top: 1.5em;
}
.store-map iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 10px;
}