@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*フォントウェイト　300,400,500,700,900*/
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/*
100=Thin (Hairline)
300=Light
400=Normal
500=Medium
700=Bold
800=Extra Bold (Ultra Bold)
900=Black (Heavy)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&display=swap");
/*フォントウェイト　100,300,350,400,500,700,900*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*/////////////////////////////
共通装飾クラス
/////////////////////////////*/
/*/////////////////////////////
リセットCSS
/////////////////////////////*/
*, *::before, *::after {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

/*
=====================================================
よく使用するクラス等
=====================================================
*/
a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.clear {
  clear: both;
  line-height: 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  overflow: hidden;
  zoom: 1;
  /*for IE 5.5-7*/
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

/* End hide from IE-mac */
.img_left {
  float: left;
  margin-right: 45px;
  margin-bottom: 15px;
}

.img_right {
  float: right;
  margin-left: 45px;
  margin-bottom: 20px;
}

.img_fit {
  width: 100%;
  height: auto;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.v_align_bottom {
  vertical-align: bottom;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.mb_150 {
  margin-bottom: 150px !important;
}

.mb_200 {
  margin-bottom: 200px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.font_sss {
  font-size: 8px;
}

.font_ss {
  font-size: 10px;
}

.font_s {
  font-size: 13px;
}

.font_m {
  font-size: 15px;
}

.font_l {
  font-size: 18px;
}

.font_ll {
  font-size: 20px;
}

.font_3l {
  font-size: 25px;
}

.font_4l {
  font-size: 30px;
}

.font_5l {
  font-size: 50px;
}

.font_it {
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
}

.font_cap {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 20px;
}

.ptop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 11;
}

.ptop img {
  filter: Alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.ptop img:hover {
  filter: Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}

#fb-root {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ptop {
    bottom: 2%;
    right: 2%;
    z-index: 9999;
  }
  .pic100p {
    width: 100%;
  }
  .pic90p {
    width: 90%;
  }
  .pic80p {
    width: 80%;
  }
  .pic70p {
    width: 70%;
  }
  .pic60p {
    width: 60%;
  }
  .pic50p {
    width: 50%;
  }
  .pic40p {
    width: 40%;
  }
  .pic30p {
    width: 30%;
  }
  .pic20p {
    width: 20%;
  }
  .pic10p {
    width: 10%;
  }
}
/*/////////////////////////////
共通レイアウト＋トップページ
/////////////////////////////*/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  color: #2b2420;
  background-color: #f5f0e8;
  font-size: clamp(11.7px, 3.735vw, 22.5px);
  line-height: 1.6;
  padding-top: 4em;
  padding-bottom: 5.3em;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* 600pxカラム */
.frame {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  padding: 0 5%;
  position: relative;
}

/*/////////////////////////////
見出し
/////////////////////////////*/
.ttl {
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 700;
  color: #2b2420;
  letter-spacing: 0.06em;
  padding: 2.2em 0 1.4em;
}
.ttl span {
  display: block;
  font-size: 1.6em;
  line-height: 1.3;
}
.ttl__deco {
  width: 42%;
  max-width: 240px;
  margin: 0.5em auto 0;
}
.ttl--min span {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
}
.ttl--onimg span {
  color: #2b2420;
}

/*/////////////////////////////
ヘッダー
/////////////////////////////*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: #fff;
  border-top: 3px solid #997a35;
  z-index: 50;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}
header .headerframe {
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-inline: auto;
  padding: 0 0.6em;
}
header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 32%;
  max-width: 190px;
}
header .logo img {
  width: 100%;
}
header .header__right {
  display: flex;
  align-items: center;
  gap: 0.8em;
}
header .header__btn {
  display: block;
  border: 1px solid #997a35;
  border-radius: 3px;
  color: #997a35;
  font-size: 0.66em;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  padding: 0.5em 0.6em;
  letter-spacing: 0.02em;
}
header .header__btn b {
  color: inherit;
  font-weight: inherit;
}

/* ハンバーガー */
.hamburger {
  width: 1.5em;
  height: 0.93em;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.16em;
  background: #997a35;
  border-radius: 2px;
  transition: 0.35s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
  bottom: 0;
}

body.active .hamburger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.active .hamburger span:nth-child(2) {
  opacity: 0;
}
body.active .hamburger span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* スライドメニュー */
nav.globalMenuSp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 45;
  width: 82%;
  max-width: 344px;
  height: 100vh;
  transform: translateX(110%);
  transition: transform 0.5s;
}
nav.globalMenuSp .w_box {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 4em 0 2em;
  box-shadow: -4px 0 14px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
nav.globalMenuSp ul li a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.95em;
  letter-spacing: 0.05em;
  padding: 1em 6%;
  border-bottom: 1px solid #eee;
}
nav.globalMenuSp .close_menu {
  text-align: center;
  margin-top: 1.4em;
  color: #6f6960;
  font-weight: 700;
  cursor: pointer;
}
nav.globalMenuSp.active {
  transform: translateX(0);
}

/*/////////////////////////////
FV
/////////////////////////////*/
#kv {
  background: #eadfc4;
  position: relative;
}
#kv figure {
  max-width: 600px;
  margin-inline: auto;
}

/*/////////////////////////////
CTA（共通）
/////////////////////////////*/
.cta {
  background: #f0e7d5;
  padding: 0.9em 0;
}
.cta__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5%;
}
.cta {
  /* 元SVGが同じ横幅（179px）なので等幅で並べる */
}
.cta .cta__tel {
  width: 49.5%;
}
.cta .cta__web {
  width: 49.5%;
}
.cta .cta__tel img, .cta .cta__web img {
  width: 100%;
  height: auto;
}
.cta {
  /* ウィンドウ幅ギリギリまで広げる。左右余白とボタン間隔を0にして最大化
     （画像自体に影用の余白が約2%入っているので、見た目の隙間はそこで確保される）
     ボタン1つのページも幅は2つのページと揃え、中央寄せのまま */
}
.cta__inner--wide {
  padding-inline: 0;
  gap: 0;
}
.cta__inner--wide .cta__tel, .cta__inner--wide .cta__web {
  width: 50%;
}

/* 1つめのCTAはKVに重ねる */
.cta--onkv {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.11em;
  z-index: 2;
  background: transparent;
  padding: 0;
}

/*/////////////////////////////
クーポン
/////////////////////////////*/
#coupon {
  background: #fff;
  padding: 14px 0.4em;
}
#coupon figure {
  max-width: 520px;
  margin-inline: auto;
}

/*/////////////////////////////
他店より高く買います
/////////////////////////////*/
#achievements {
  padding-bottom: 1.5em;
}
#achievements .ach__card {
  display: flex;
  align-items: center;
  gap: 4%;
  background-color: #fff;
  border: 1px solid #d9c9a4;
  border-radius: 12px;
  padding: 4%;
  margin-bottom: 1.1em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#achievements .ach__card figure {
  width: 33%;
  flex-shrink: 0;
}
#achievements .ach__card .ach__body {
  width: 63%;
}
#achievements .ach__card h3 {
  font-size: 1.12em;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.4em;
}
#achievements .ach__card .ach__ref {
  font-size: 0.82em;
  color: #6f6960;
  line-height: 1.4;
}
#achievements .ach__card .ach__ref span {
  display: block;
  color: #2b2420;
  font-weight: 500;
}
#achievements .ach__card .ach__price {
  font-size: 0.82em;
  color: #6f6960;
  margin-top: 0.4em;
  line-height: 1.2;
}
#achievements .ach__card .ach__price b {
  display: block;
  font-size: 1.85em;
  color: #997a35;
  font-weight: 800;
  letter-spacing: 0;
}
#achievements .ach__card .ach__up {
  background: #7c1d1d;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 0.92em;
  letter-spacing: 0.03em;
  border-radius: 6px;
  padding: 0.4em 0;
  margin-top: 0.5em;
}

.note {
  font-size: 0.74em;
  color: #6f6960;
  line-height: 1.7;
  margin-top: 1.2em;
}

/*/////////////////////////////
対応ブランド
/////////////////////////////*/
#brand {
  padding-bottom: 1.5em;
  background: #fff;
}
#brand .brand__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  /* 画像とブランド名を1つのボックスに収める */
}
#brand .brand__list li {
  width: 22.75%;
  margin-bottom: 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #d9c9a4;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
#brand .brand__list li figure img {
  width: 100%;
}
#brand .brand__list li span {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 0.66em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  padding: 0.5em 0.2em 0.8em;
}
#brand .brand__note {
  text-align: center;
  font-size: 0.82em;
  color: #6f6960;
  margin-top: 0.6em;
}

/*/////////////////////////////
選ばれる理由
/////////////////////////////*/
#reason {
  background: #fff;
  padding-bottom: 2em;
}
#reason .reason__card {
  display: flex;
  align-items: center;
  gap: 4%;
  border: 1px solid #d9c9a4;
  border-radius: 12px;
  padding: 5% 4%;
  margin-bottom: 1.1em;
  /* 背景画像は元画像に左フェードが焼き込まれているのでオーバーレイなし */
  background-color: #faf7f0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
#reason .reason__card .reason__num, #reason .reason__card .reason__body {
  position: relative;
  z-index: 1;
}
#reason .reason__card .reason__num {
  width: 27%;
  flex-shrink: 0;
}
#reason .reason__card .reason__body {
  width: 66%;
}
#reason .reason__card h3 {
  font-size: 1.12em;
  font-weight: 800;
  color: #997a35;
  letter-spacing: 0.03em;
  margin-bottom: 0.45em;
}
#reason .reason__card p {
  font-size: 0.8em;
  color: #4a443d;
  line-height: 1.75;
}
#reason .reason__strip {
  margin-top: 1.5em;
}
#reason .reason__strip img {
  width: 100%;
}

/*/////////////////////////////
その心配、不要です
/////////////////////////////*/
#relief {
  background: #fff;
  padding: 2.4em 0 2.6em;
  text-align: center;
}
#relief .relief__lead {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 1em;
  color: #6f6960;
  letter-spacing: 0.04em;
}
#relief .relief__ttl {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
#relief .relief__ttl b {
  color: #7c1d1d;
  font-weight: 800;
}
#relief .relief__deco {
  width: 40%;
  max-width: 220px;
  margin: 0.6em auto 1.5em;
}
#relief .relief__list {
  text-align: left;
  max-width: 480px;
  margin-inline: auto;
}
#relief .relief__list li {
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-size: 1.02em;
  font-weight: 700;
  padding: 0.6em 0;
  border-bottom: 1px dashed #d8cdb5;
}
#relief .relief__list li img {
  width: 1.7em;
  flex-shrink: 0;
}

/*/////////////////////////////
お客様の声
/////////////////////////////*/
#voice {
  background: #f5f0e8;
  padding-bottom: 2em;
}
#voice .voice__head {
  background: url("../img/bg_voice.jpg") no-repeat center/cover;
  margin-bottom: 1.4em;
}
#voice .ttl--onimg {
  padding: 2.4em 0 2.2em;
}
#voice .voice__card {
  background: #fff;
  border: 1px solid #d9c9a4;
  border-radius: 12px;
  padding: 5%;
  margin-bottom: 1.2em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#voice .voice__card h3 {
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 0.7em;
}
#voice .voice__card .voice__prof {
  display: flex;
  align-items: center;
  gap: 0.8em;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #eee;
}
#voice .voice__card .voice__prof figure {
  width: 3.4em;
  flex-shrink: 0;
}
#voice .voice__card .voice__prof figure img {
  border-radius: 50%;
}
#voice .voice__card .voice__name {
  font-size: 0.88em;
  font-weight: 700;
}
#voice .voice__card .voice__star {
  color: #997a35;
  letter-spacing: 0.12em;
  font-size: 0.95em;
}
#voice .voice__card .voice__txt {
  font-size: 0.82em;
  color: #4a443d;
  line-height: 1.8;
}

/*/////////////////////////////
よくある質問（アコーディオン）
/////////////////////////////*/
#faq {
  background: #fff;
  padding-bottom: 2em;
  /* カードではなく罫線で区切る */
}
#faq .accordion-area li {
  border-bottom: 1px solid #d9c9a4;
}
#faq {
  /* Q/Aの丸は同サイズ。::beforeのfont-sizeを揃えてから直径1.9emを指定 */
}
#faq .faq__a::before, #faq .faq__q::before {
  position: absolute;
  left: 0;
  width: 1.9em;
  height: 1.9em;
  border: 1px solid #b08d4e;
  border-radius: 50%;
  color: #997a35;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq .faq__q {
  position: relative;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #2b2420;
  padding: 1.9em 2.2em 1.8em 2.3em;
  cursor: pointer;
}
#faq .faq__q::before {
  content: "Q";
  top: 2.08em;
  font-size: 0.88em;
}
#faq .faq__q {
  /* 開閉トグル（塗りの三角） */
}
#faq .faq__q::after {
  content: "";
  position: absolute;
  right: 0.3em;
  top: 2.38em;
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.58em solid #b08d4e;
  transition: transform 0.3s;
}
#faq .faq__q.open::after {
  transform: rotate(180deg);
}
#faq .faq__a {
  display: none;
  position: relative;
  font-size: 0.88em;
  line-height: 1.85;
  color: #6f6960;
  padding: 1.5em 0.4em 1.2em 2.5em;
  padding-top: 0;
}
#faq .faq__a::before {
  content: "A";
  top: 0.08em;
  font-size: 0.95em;
}

/*/////////////////////////////
無料査定フォーム
/////////////////////////////*/
#form {
  padding-bottom: 2em;
}
#form .form__box {
  border: 1px solid #d9c9a4;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  padding: 16px;
  color: #6f6960;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
}
#form .form__box .form__ttl {
  font-size: 1.2em;
}
#form .form__box .form__sub {
  font-size: 0.82em;
  margin-top: 0.4em;
}

/*/////////////////////////////
店舗情報
/////////////////////////////*/
#shop {
  padding-bottom: 2em;
}
#shop .shop__area {
  background: linear-gradient(180deg, #c9a45a 0%, #b48a4a 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.35em;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin: 1.4em 0 1em;
}
#shop .shop__pref {
  font-size: 1.25em;
  font-weight: 700;
  color: #2b2420;
  border-left: 0.28em solid #b08d4e;
  padding-left: 0.5em;
  margin: 1em 0 0.8em;
}
#shop .shop__box {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #d9c9a4;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1em;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  /* 写真はボックスの端まで（余白なし） */
}
#shop .shop__box figure {
  width: 38%;
  flex-shrink: 0;
}
#shop .shop__box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#shop .shop__box .shop__txt {
  width: 62%;
  padding: 4% 4.5%;
}
#shop .shop__box h5 {
  font-size: 1.02em;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.75em;
  /* 文字幅いっぱいではなく短い装飾線 */
}
#shop .shop__box h5::after {
  content: "";
  display: block;
  width: 1.4em;
  height: 2px;
  background: #b08d4e;
  margin-top: 0.5em;
}
#shop .shop__box .shop__open {
  display: block;
  font-size: 0.78em;
  color: #7c1d1d;
  font-weight: 700;
}
#shop .shop__box p {
  font-size: 0.78em;
  color: #6f6960;
  line-height: 1.55;
}

/*/////////////////////////////
フッター
/////////////////////////////*/
footer {
  background: #fff;
  border-top: 3px solid #b08d4e;
  text-align: center;
  padding: 2em 0;
}
footer .footer__license {
  font-size: 0.8em;
  color: #2b2420;
  font-weight: 600;
}
footer .footer__copy {
  font-size: 0.72em;
  color: #6f6960;
  margin-top: 1em;
  letter-spacing: 0.04em;
}

/*/////////////////////////////
固定CTA
/////////////////////////////*/
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(240, 231, 213, 0.96);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
  z-index: 40;
  padding: 0.5em 0;
  /* 600pxスクロールで出現（.showはJSで付与） */
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.35s, transform 0.35s, visibility 0.35s;
}
.fixed.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fixed .fixedframe {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3%;
}
.fixed .fixedframe .cta__tel {
  width: 48.5%;
}
.fixed .fixedframe .cta__web {
  width: 48.5%;
}
.fixed .fixedframe img {
  width: 100%;
  height: auto;
}
.fixed {
  /* ウィンドウ幅ギリギリまで広げる。左右余白とボタン間隔を0にして最大化 */
}
.fixed .fixedframe--wide {
  padding-inline: 0;
  gap: 0;
}
.fixed .fixedframe--wide .cta__tel, .fixed .fixedframe--wide .cta__web {
  width: 50%;
}

/*/////////////////////////////
PC表示（コンテンツ幅で背景を揃える）
追従ヘッダー・追従CTA・フッターは全幅のまま
/////////////////////////////*/
@media screen and (min-width: 601px) {
  body {
    background-color: #f0ebeb;
  }
  #kv,
  #coupon,
  #achievements,
  #brand,
  #reason,
  #relief,
  #voice,
  #faq,
  #form,
  #shop,
  .cta {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
  /* 独自の背景色を持たないブロックにページ背景色を明示 */
  #achievements,
  #brand,
  #form,
  #shop {
    background-color: #f5f0e8;
  }
}

/*# sourceMappingURL=manekiya.css.map */

/*/////////////////////////////
クーポン期限（当月末を自動表示・画像は日付なしの下地）
/////////////////////////////*/
#coupon .coupon-figure {
  position: relative;
  container-type: inline-size;
}
#coupon .coupon-figure img {
  display: block;
  width: 100%;
  height: auto;
}
#coupon .coupon-date {
  position: absolute;
  top: 18.1%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  white-space: nowrap;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #895729;
  font-size: clamp(16px, 5vw, 26px);
}
@supports (font-size: 1cqw) {
  #coupon .coupon-date {
    font-size: 5cqw;
  }
}
