@charset "UTF-8";

/* 全体のリセット */
body, h1, p {
    margin: 0;
    padding: 0;
}

/* ベーススタイル */
body {
    font-family: 'Arial', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* バナーエリア */
.banner {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    justify-content: center; /* 横方向の中央揃え */
    background-color: #6db032; /* 緑背景 */
    color: #fff;

}

.banner2 {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    justify-content: center; /* 横方向の中央揃え */
    background-color: #f12323; /* 緑背景 */
    color: #fff;

}

/* アイコンエリア */
.icon-container {
    flex-shrink: 0;
    margin-right: 0px;
}

.icon {
    width: 190px;
    height: 190px;
    border-radius: 30%;
}

/* テキストエリア */
.text-container h1 {
    font-size: 3.0rem;
}

/* 概要テキスト */
.description {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    color: #333;
    font-size: 1rem;
}

.description p {
    margin: 0;
    line-height: 1.8;
}















/* ページ全体のコンテナ */
.container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: "Arial", "ヒラギノ角ゴ ProN", sans-serif;
    color: #333;
}

/* 戻るボタン */
.back-button {
    display: inline-flex;
    align-items: center;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 8px 20px;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    width: fit-content;
    margin-bottom: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.back-button:hover {
    background-color: #f0f0f0;
}

.back-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* 店舗情報全体を中央寄せに */
.store-info {
    max-width: 800px;         /* 最大幅を指定 */
    margin: 0 auto 40px auto; /* 左右を自動マージンにして中央寄せ、下に余白 */
    text-align: center;       /* テキストを中央揃え */
    border: solid 3px #000;
    border-radius: 5px;
}

/* 店舗名のフォントサイズを大きく */
.store-info h1 {
    font-weight: bold;
    font-size: 2.2rem;        
    margin-bottom: 20px;      /* 余白を少し広げる */
    color: #444;
}

/* 住所エリアのアイコンとリンクを中央揃えに */
.address {
    display: inline-flex;     /* フレックスで横並び */
    align-items: center;
    margin-bottom: 12px;
}

/* 住所リンクの文字サイズ拡大 */
.address-link {
    color: #4a1fbc;
    text-decoration: underline;
    font-size: 1.5rem;        
}

.address-link:hover {
    color: #2c088c;
}

/* 営業時間と電話番号の文字サイズ拡大＆行間調整 */
.store-info p {
    font-size: 1.5rem;          
    line-height: 1.6;
    color: #333;
    margin-bottom: 0;         /* 下マージンをなくしてまとめる */
}

/* 注文＆受取セクション */
.order-receive {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.order-box, .receive-box {
    border: solid; 
    border-radius: 5px;
    text-align: center;
    margin: 2em 0;
    width: 250px;
    background: #ffffff;
}

.order-box p, .receive-box p {
    background: #6db032;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

.time-info {
    padding: 5px;
    font-size: 1.5rem;
    color: #000000;
}

.time-info .big-text {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
}

/* 矢印ボックス */
.arrow-box {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-arrow {
    width: 50px;
    height: 50px;
}









.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Arial", "ヒラギノ角ゴ ProN", sans-serif;
  color: #333;
}

/* セクション共通 */
.finish-header h2 {
  background-color: #b30000;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

/* サブタイトル */
.sub-title {
  color: #b30000;
  text-align: center;
  border-bottom: 1px solid #b30000;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-size: 1.5rem;
}

/* 強調テキスト（黄色背景） */
.highlight-text {
  background-color: #ffff99;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 6px 0;
  font-size: 1.4rem;
}

/* 仕上げ画像エリア */
.finish-images {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 40px;
}

.finish-option {
  text-align: center;
  max-width: 300px;
  position: relative;
}

.finish-option img {
  width: 100%;
  height: auto;
}

/* フチなし・フチありを右上に赤破線の丸囲み表示 */
.finish-option p {
  color: #b30000;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 2px dashed #b30000;
  border-radius: 50%;
  padding: 6px 14px;
  background: white;
  font-size: 0.85rem;
  line-height: 1;
}

/* 画像下の説明 */
.finish-option h3 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.0rem;
}

/* 仕上げ比較表 */
.finish-table {
  overflow-x: auto;
}

.finish-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.finish-table th, .finish-table td {
  border: 1px solid #ccc;
  padding: 12px 8px;
  vertical-align: middle;
  padding: 20px;
}

.finish-table thead th {
  background-color: #f2f2f2;
  font-weight: 600;
  color: #b30000;
}

.finish-table tbody td {
  color: #333;
  line-height: 1.4;
}

/* サービスリスト */
.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.service-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 5%;
  margin-right: 5%;
}

.service-item:last-child {
  border-bottom: none;
}

.service-img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service-link {
  color: #333;
  text-decoration: none;
  flex-grow: 1;
  font-size: 1.3rem;
}

.service-link:hover {
  text-decoration: underline;
}



/* 注意書き */
.notes p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
    margin: 6px 0;
}

/* ボタンエリア */
.button-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
  margin-top: 30px;
}

.arrow-icon{
  width: 40px;
  height: 40px;
}

/* 共通ボタンスタイル */
.btn {
  display: inline-flex;
  align-items: center;
  border: 2px solid #00a651;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  color: #00a651;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  user-select: none;
}

/* 左矢印ボタン */
.btn-back {
  justify-content: flex-start;
  margin-left: 8%;
}

.btn-back .btn-arrow {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

/* 右矢印ボタン */
.btn-other {
  justify-content: flex-end;
  margin-right: 8%;
}

.btn-other .btn-arrow {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}


















  *{
   
}
outline: 2px red solid;  






/*フッター
---------------------------------------------------------------------------*/
footer * {margin: 0;padding: 0;}
footer ul {list-style: none;}

/*ブロック全体*/
footer {
	background: #222;	/*背景色*/
	color: #ccc;		/*文字色*/
	padding: 0 var(--content-space);
	width: 104%;
}

/* メディアクエリでレスポンシブ対応 */
@media (max-width: 750px) {
  .feature {
    flex-direction: column; /* スマホでは縦並びに変更 */
    text-align: center; /* テキストを中央寄せに */
  }

  .feature.reverse {
    flex-direction: column; /* 横並びを縦並びに変更 */
  }

  .feature-image,
  .feature-text {
    flex: none; /* 自動サイズ制御を解除 */
    padding: 10px;
  }
    /* テーブル全体の縮小対応 */
  .surface-list table {
    font-size: 0.9em; /* フォントサイズを少し縮小 */
  }

  .store-info h1 {
    font-size: 1.4rem;/* フォントサイズを少し縮小 */
}

.text-container h1 {
    font-size: 2.2rem;
}

.finish-table table {
  font-size: 0.9rem;
}

/* サブタイトル */
.sub-title {
  color: #b30000;
  text-align: center;
  border-bottom: 1px solid #b30000;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-size: 1.1rem;
}

/* 強調テキスト（黄色背景） */
.highlight-text {
  background-color: #ffff99;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 6px 0;
  font-size: 1.0rem;
}

.icon {
    width: 100px;
    height: 100px;
    border-radius: 30%;
}

  .surface-list td,
  .surface-list th {
    padding: 10px; /* スペースを狭くする */
  }
}