/* ページジャンプ用 */
section {
  scroll-margin-top: 150px;
}

.guide-title, .guide-top {
  text-align: center;
  background-color: #fff;
  color: #000;
  margin: 20px;
}

/* ご利用ガイドタイトル */
h1 {
  color: #d00000;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
}

.title-with-waves {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px; /* タイトルと波線の間隔 */
  margin-bottom: 0;
}

/* 波線のサイズ調整 */
.title-with-waves .wave-left,
.title-with-waves .wave-right {
  width: 300px;
  height: auto;
}

/* 左側の波線を反転 */
.title-with-waves .wave.left {
  transform: scaleX(-1);
}

/* トップ画面のボタン */
.guide-top {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap; 
  max-width: 500px;
  margin: 0 auto;
}

.guide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.label {
  font-size: 18px;
}

.circle {
  width: 100px;
  height: 100px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icons {
  width: 60px;
  height: 60px;
}

/* ホバー時に浮き上がる感じ */
.circle:hover {
  transform: translateY(-6px); /* 少し上に動かす */
}

.wave-left, .wave-right {
  width: 130px;
  height: auto;
  display: block;
}

.omakaseHeader {
  width: 1000px;
  height: 100px;
  display: block;
  margin: 0 auto; 
}

html {
  scroll-behavior: smooth;
}

/* h2:タイトル共通 */
h2 {
  color: #b72c02;
  text-align: center;
  font-size: 28px;
  margin-top: 80px;
  margin-bottom: 20px;
  font-weight: 500;
}

/* ご注文CSS */
.guide-order {
  color: #000;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 800px; /* 全体幅を少し小さく */
}

.step {
  margin-bottom: 20px; /* ステップ間の余白を詰める */
}

.step-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  flex-shrink: 0;
}

.step-title {
  font-size: 17px;
  font-weight: 600;
}

.step-explanation {
  margin-left: 36px;
  padding-left: 0;
}

.step-explanation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.step-explanation ul li {
  margin-bottom: 5px;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.step-explanation ul li:before {
  content: '・';
  margin-right: 4px;
  color: #333;
}

.caution {
  color: #d00000;
  font-size: 13px;
}

/* 配送CSS */
.guide-shipping {
  margin: 0 auto;
  max-width: 800px;
}
    
.shipping-header {
  max-width: 1000px;
  margin: 20px auto 40px;
  position: relative;
  padding: 0 20px;
}

.shipping-body {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.shipping-body b {
  font-size: 18px;
}

.shipping-body p {
  margin-bottom: 30px;
  margin-top: 0px;
}

/* お支払いCSS */
.guide-payment {
  margin: 0 auto;
  max-width: 800px;
}

/* クレジットロゴ画像 */
.logoCredit {
  display: block;
  margin: 0 auto 30px;
  width: 400px;
  height: auto;
}

/* 本文 */
.payment-body {
  max-width: 800px;
  /* margin: 0 auto; */
  font-size: 14px;
  line-height: 1.8;
}

.payment-body ul {
  padding-left: 25px;
  margin-top: 5px;
}

.payment-body li {
  margin-bottom: 0px;
}

/* 返品・交換CSS */
.guide-return {
  margin: 0 auto;
  max-width: 800px;
}

/* 本文 */
.return-policy {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.return-policy p {
  margin-top: 0;
  margin-bottom: 0;
}

.return-policy ul {
  margin-top: 5px;
  padding-left: 25px;
}

.return-policy li {
  margin-bottom: 0;
}

/* 会員CSS */
.guide-member {
  margin: 0 auto;
  max-width: 800px;
}

.page-header {
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.member-section {
  max-width: 800px;
  margin: 0 auto;
  color: #333;
}

.member-block {
  margin-bottom: 30px;
  font-size: 14px;
}

.member-label {
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.text {
  font-size: 15px;
}

.member-label .member-icons {
  margin-right: 6px;
}

.member-icons {
  width: 22px;
  height: 22px;
}

ul {
  margin: 8px 0 0 20px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

.member-block p {
  margin-top: 0;
  margin-bottom: 7px;
}

/* その他CSS */
.guide-others {
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.8;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.ul {
  margin: 0;
  padding-left: 20px;
}

.others-explanation li {
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.contact-header img {
  width: 28px;
  height: auto;
}

.contact-header p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.contact-text {
  font-size: 14px;
}

/* フッター */
.guide-footer {
  margin-top: 40px;
  font-size: 0.6rem;
  color: #777;
  text-align: center;
}