@charset "UTF-8";
/* スムーススクロール（任意） */
html {
  scroll-behavior: smooth;
}
/*=====================================
テキスト・カラー指定
=====================================*/ :root {
  --wht: #fff;
  --blk: #3a3d3f;
  --dgry: #474a4c;
  --gry: #6b6f72;
  --pgry: #f5f5f7;
  --lgry: #dbdbdb;
  --mgry: #a0a2a3;
  --clr1: #f26d57;
  --clr2: #fca660;
  --clr3: #fff3f1;
  --clr4: #0f97db;
  --clr5: #8bcdeb;
  --clr6: #edf6ff;
  --trp: rgba(255, 255, 255, 0);
  --c: center;
  --r: right;
  --l: left;
  --t2xl: clamp(21px, 5.38vw, 28px);
  --txl: clamp(16px, 4.1vw, 24px);
  --tl: clamp(15px, 3.8vw, 21px);
  --tm: clamp(13px, 3.5vw, 17px);
  --nm: clamp(12px, 3.2vw, 15px);
  --ts: clamp(10px, 2.8vw, 12px);
  --txs: clamp(9px, 2.56vw, 11px);
}
@media (min-width: 835px) {
  :root {
    --wht: #fff;
    --t2xl: clamp(36px, 2.85vw, 39px);
    --txl: clamp(30px, 2.26vw, 31px);
    --tl: clamp(21px, 1.8vw, 25px);
    --tm: clamp(18px, 1.65vw, 20px);
    --nm: clamp(14px, 1.1vw, 18px);
    --ts: clamp(13px, .9vw, 16px);
    --txs: clamp(10px, .8vw, 13px);
  }
}
a {
  color: var(--clr4);
  text-decoration: underline;
}
@media (hover: hover) {
  a, a * {
    transition: .3s
  }
  a:hover {
    color: var(--clr4);
    text-decoration: none
  }
  a::before, a::after {
    transition: .3s
  }
}
html, body {
  color: var(--blk);
  font-family: "Roboto", "Noto Sans JP", serif;
  font-size: var(--nm);
  line-height: 1.8;
  letter-spacing: .05em
}
body {
  overflow-x: hidden;
  width: 100%
}
h1, h2, h3 {
  line-height: 1.5;
}
.pd02 {
  padding: min(2%, 16px) !important
}
.pd04 {
  padding: min(4%, 32px) !important
}
.pd06 {
  padding: min(6%, 48px) !important
}
.pd08-00 {
  padding: min(8%, 64px) 0 !important
}
.pd06-04 {
  padding: min(6%, 48px) min(4%, 32px) !important
}
.pd08-04 {
  padding: min(8%, 64px) min(4%, 32px) !important
}
.pd02-04 {
  padding: min(2%, 16px) min(4%, 32px) !important
}
.pdt00 {
  padding-top: 0 !important
}
.pdt02 {
  padding-top: min(2%, 16px) !important
}
.pdt05 {
  padding-top: min(5%, 35px) !important
}
.pdt07 {
  padding-top: min(7%, 49px) !important
}
.pdb00 {
  padding-bottom: 0 !important
}
.pdb08 {
  padding-bottom: min(8%, 64px) !important
}
.mg00 {
  margin: 0 !important
}
.mgt00 {
  margin-top: 0 !important
}
.mgt02 {
  margin-top: min(2%, 16px) !important
}
.mgt03 {
  margin-top: min(3%, 21px) !important
}
.mgt05 {
  margin-top: min(5%, 35px) !important
}
.mgt07 {
  margin-top: min(7%, 49px) !important
}
.mgt10 {
  margin-top: min(10%, 70px) !important
}
.mgt15 {
  margin-top: min(15%, 105px) !important
}
.mgt17 {
  margin-top: min(17%, 119px) !important
}
.mgb00 {
  margin-bottom: 0 !important
}
.mgb02 {
  margin-bottom: min(2%, 16px) !important
}
.mgb03 {
  margin-bottom: min(3%, 21px) !important
}
.mgb05 {
  margin-bottom: min(5%, 35px) !important
}
.mgb07 {
  margin-bottom: min(7%, 49px) !important
}
.mgb10 {
  margin-bottom: min(10%, 70px) !important
}
.mgb15 {
  margin-bottom: min(15%, 105px) !important
}
.bg-wht {
  background-color: var(--wht)
}
.bg-gry {
  background-color: var(--pgry)
}
@media (max-width: 834px) {
  .spno {
    display: none !important;
  }
  .pcno {
    display: block !important;
  }
}
@media (min-width: 835px) {
  .spno {
    display: block !important;
  }
  .pcno {
    display: none !important;
  }
  .al_center-pc {
    text-align: center
  }
}
.txt-red {
  color: var(--red) !important
}
.txt-gry {
  color: var(--gry) !important
}
.txt-wht {
  color: var(--wht) !important
}
.txt-clr1 {
  color: var(--clr1) !important
}
.txt-blk {
  color: var(--blk) !important
}
.txt-c {
  text-align: var(--c) !important
}
.txt-r {
  text-align: var(--r) !important
}
.txt-l {
  text-align: var(--l) !important
}
.fs-es {
  font-size: var(--t2s) !important
}
.fs-s {
  font-size: var(--ts) !important
}
.fs-l {
  font-size: var(--tm) !important
}
.fs-el {
  font-size: var(--tl) !important
}
.fs-exl {
  font-size: var(--txl) !important
}
.ofh {
  overflow: hidden
}
/*=====================================
ヘッダー / メインメニュー
=====================================*/
header {
  flex-shrink: 0;
  position: fixed;
  z-index: 9999;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5vw;
  background: var(--wht);
}
.header__logo {
  margin: 0;
  padding: 0;
}
.header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo a .masanavi-logo {
  flex-shrink: 0;
}
.masanavi-logo {
  aspect-ratio: 392/74;
}
.global-navigation__list .global-navigation__heading {
  padding: 10px 16px;
  color: #6b6f72;
  font-weight: 700;
  background: #fafafa;
}
.global-navigation__list li a {
  color: var(--blk);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase
}
.humberger {
  display: block;
  aspect-ratio: 1/1;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 10;
}
.humberger.-active .humberger__line {
  background-color: transparent;
}
.humberger.-active .humberger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.humberger.-active .humberger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.humberger.-active .humberger__text::before {
  content: 'close';
}
.humberger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  background-color: var(--gry);
  transition: 0.4s;
}
.humberger__line:before, .humberger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: var(--gry);
  transition: inherit;
}
.header__nav-area {
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 100%;
  visibility: hidden;
  background-color: var(--wht);
  opacity: 0;
  transition: 0.4s;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
.header__nav-area__inner {
  height: auto;
  padding: 0 0 7%;
  overflow-y: scroll;
}
.global-navigation {
  padding: 0;
}
.global-navigation__list {
  margin: 0 auto;
  width: min(100%, 600px);
  border-bottom: 1px solid #d5d5d5;
  list-style: none
}
.global-navigation__list > li {
  border-top: 1px solid #d5d5d5;
  font-size: var(--tm)
}
.global-navigation__list > li:not([class]) {
  padding: 4% 5%;
}
.global-navigation__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
  color: var(--dgry)
}
.global-navigation__list a span {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: min(3.8vw, 30px);
  background-color: var(--clr1);
  border-radius: 50%;
  font-size: 0
}
.global-navigation__list a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: 28%;
  aspect-ratio: 1/1;
  width: 32%;
  border-top: 1.5px solid var(--wht);
  border-right: 1.5px solid var(--wht);
  transform: rotate(45deg)
}
@media (min-width: 1025px) {
  .header__inner {
    height: 90px;
    padding: 0 0 0 2%;
    transition: .4s
  }
  .header__logo a .masanavi-logo {
    flex-shrink: 0;
    aspect-ratio: 392/74;
    height: 50px
  }
  .humberger {
    width: 90px;
  }
  .humberger__line:before {
    top: -11px;
  }
  .humberger__line:after {
    top: 11px;
  }
  .header__nav-area {
    top: 90px;
    height: calc(100dvh - 100px);
  }
  .global-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 10%;
    height: calc(100dvh - 90px)
  }
}
@media (max-width: 1024px) {
  /*global navi*/
  .header__inner {
    height: 70px;
    padding: 8px 0 8px 3%;
  }
  header.-active .header__inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }
  .header__logo a .masanavi-logo {
    height: 42px
  }
  .humberger {
    width: 70px;
  }
  .humberger__line:before {
    top: -8px;
  }
  .humberger__line:after {
    top: 8px;
  }
  .header__nav-area {
    top: 70px;
    height: calc(100dvh - 70px);
  }
}
/* =========================================
   ハンバーガーメニュー：縦スクロール可能に
   （はみ出し防止 & iOSセーフエリア対応）
========================================= */

/* パネル自体は高さを画面にフィットさせて、内側でスクロール */
.header__nav-area {
  position: fixed;
  left: 0; right: 0;
  overflow: hidden;                 /* 内側にスクロールを委譲 */
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
  .header__nav-area {
    top: 70px !important;
    height: calc(100dvh - 70px) !important;
  }
}
@media (min-width: 1025px) {
  .header__nav-area {
    top: 90px !important;
    height: calc(100dvh - 90px) !important;
  }
}

/* 中身を縦スクロール。下に余白を持たせてホームバーに被らないように */
.header__nav-area__inner {
  height: 100% !important;
  overflow-y: auto !important;
  padding-bottom: max(7%, env(safe-area-inset-bottom, 16px)) !important;
  overscroll-behavior: contain;
}

/* ナビ自体の下余白は最小に（不要なはみ出しを防ぐ） */
.global-navigation {
  padding-bottom: 0 !important;
  min-height: 100%;
}

/*=====================================
フッター
=====================================*/
footer {
  margin-top: 3px;
  padding: min(8%, 60px) 5%;
  background-color: var(--pgry)
}
.footer__logo a .masanavi-logo {
  display: block;
}
footer p {
  color: #8d9091
}
.footer__inner {
  padding-bottom: min(4%, 32px);
  border-bottom: 1px solid var(--lgry);
}
.footer__inner-txt p + p {
  margin-top: min(2%, 10px)
}
ul.footer__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: min(4%, 32px);
  font-size: 0;
  text-align: center;
}
ul.footer__menu a {
  color: #8d9091;
}
.copyright {
  padding: min(5%, 40px) 0 0;
  color: #8d9091;
  text-align: center
}
@media (max-width: 834px) {
  .footer__logo a .masanavi-logo {
    margin: 0 auto 5%;
    height: 42px;
    transform: translateX(-5px)
  }
  footer p {
    font-size: var(--ts)
  }
  ul.footer__menu {
    gap: 5px 10px;
  }
  ul.footer__menu li {
    font-size: var(--ts)
  }
}
@media (min-width: 835px) {
  .footer__inner {
    display: flex;
    gap: 5%
  }
  .footer__logo a .masanavi-logo {
    height: 48px;
  }
  footer p {
    font-size: var(--txs)
  }
  ul.footer__menu {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    gap: 5px 20px;
  }
  ul.footer__menu li {
    font-size: var(--txs)
  }
}
/*=====================================
共用コンテンツ
=====================================*/
@media (min-width: 1025px) {
  main {
    margin-top: 90px
  }
}
@media (max-width: 1024px) {
  main {
    margin-top: 70px
  }
}
main img {
  max-width: 100%;
  height: auto
}
[class^="inner-"] {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 835px) {
  .inner-l {
    width: min(90%, 1040px)
  }
  .inner-m {
    width: min(80%, 960px)
  }
  .inner-s {
    width: min(60%, 750px)
  }
}
@media (max-width: 834px) {
  .inner-l, .inner-m, .inner-s {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%
  }
}
ul:not([class]), ol:not([class]) {
  margin-left: 1rem
}
.cmn-title {
  font-size: var(--txl);
  font-weight: 700;
  color: var(--dgry);
  text-align: center
}
@media (min-width: 835px) {
  .cmn-title {
    margin-bottom: min(5%, 40px);
  }
}
@media (max-width: 834px) {
  .cmn-title {
    margin-bottom: 1.5rem;
  }
}
.sub-title1 {
  margin-bottom: min(3.2%, 31px);
  padding: min(2.5%, 10px) 0 min(2.5%, 10px) min(3%, 21px);
  background-color: var(--clr1);
  border-left: min(1vw, 8px) solid var(--clr2);
  line-height: 1.4;
  color: var(--wht);
  font-size: var(--tl);
  font-weight: 700;
}
.sub-title2 {
  margin-bottom: min(3.2%, 31px);
  padding: min(.5%, 4px) 0 min(.5%, 4px) min(3%, 21px);
  border-left: min(.6vw, 4px) solid var(--clr1);
  line-height: 1.4;
  color: var(--dgry);
  font-size: var(--tl);
  font-weight: 700;
}
.sub-title3 {
  margin-bottom: min(3.2%, 31px);
  padding: min(.5%, 4px) 0 min(.5%, 4px) min(3%, 21px);
  border-left: 1px solid var(--lgry);
  line-height: 1.5;
  color: var(--dgry);
  font-size: var(--tl);
  font-weight: 700;
  line-height: 1.4;
}
* + .sub-title2, * + .sub-title3 {
  margin-top: min(6%, 48px)
}
.point-title {
  margin-bottom: .6rem;
  font-size: var(--tl);
  font-weight: 700;
}
.point-num {
  display: block;
  margin-bottom: .4rem;
  color: var(--clr1);
  font-size: var(--nm);
  font-weight: 400;
  vertical-align: middle
}
.point-num::before {
  content: "";
  display: inline-block;
  margin: -2px 8px 0 1px;
  width: 1rem;
  height: 1px;
  background-color: var(--clr1);
}
.shop-title {
  font-size: var(--t2xl);
}
.thumbnail {
  padding: 1.5em 0 0 0;
  margin: 0 auto;
  text-align: center;
}
.area-search {
  border-top: 1px solid var(--lgry);
}
ul.area-search__main {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none
}
@media (max-width: 834px) {
  ul.area-search__main li {
    flex-basis: calc((100% - 16px) / 3)
  }
}
@media (min-width: 835px) {
  ul.area-search__main li {
    flex-basis: calc((100% - 40px) / 6)
  }
}
.area-search__item {
  aspect-ratio: 230/200;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(1vw, 12px);
  color: var(--wht);
  font-size: var(--txl);
  font-weight: 700;
  text-decoration: none
}
.area-search__item:hover {
  color: var(--wht);
  opacity: .75
}
.area-search__item.hokkaido {
  background: url("../imgs/area-hokkaido.webp") no-repeat center / cover;
}
.area-search__item.tokyo {
  background: url("../imgs/area-tokyo.webp") no-repeat center / cover;
}
.area-search__item.aichi {
  background: url("../imgs/area-aichi.webp") no-repeat center / cover;
}
.area-search__item.osaka {
  background: url("../imgs/area-osaka.webp") no-repeat center / cover;
}
.area-search__item.hiroshima {
  background: url("../imgs/area-hiroshima.webp") no-repeat center / cover;
}
.area-search__item.fukuoka {
  background: url("../imgs/area-fukuoka.webp") no-repeat center / cover;
}
.area-list__wrap {
  border: 1px solid var(--lgry);
  padding: min(2%, 16px) min(3%, 21px)
}
ul.area-list {
  list-style: none;
  font-size: 0
}
ul.area-list li {
  display: inline-block;
  margin: 0;
  padding: min(1%, 8px) 0;
  font-size: var(--ts);
  line-height: 1.5;
  vertical-align: middle
}
ul.area-list li:not(:last-child):not(.area-list__item-cities)::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  margin: -1px 8px 0;
  width: 1px;
  height: 1.2rem;
  background-color: var(--lgry);
}
ul.area-list li.area-list__item-cities {
  padding-top: min(2%, 8px);
  width: 100%
}
.bg-grd {
  background-image: linear-gradient(90deg, var(--clr6), var(--clr3));
}
ul.for-manager__btn {
  list-style: none;
  font-size: 0
}
ul.for-manager__btn li + li {
  margin-top: min(4%, 28px)
}
.info {
  text-align: center;
  padding: 1em 0 2em;
}
/*ボタン*/
section > *:last-child {
  margin-bottom: 0
}
.cmn-btn {
  display: block;
  gap: 1rem;
  position: relative;
  margin: 0 auto 2%;
  padding: 1.2em 2em;
  width: min(84vw, 480px);
  border-radius: min(1.2vw, 8px);
  color: var(--wht);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: .3s
}
@media (max-width: 834px) {
  .cmn-btn {
    font-size: var(--tl);
  }
}
@media (min-width: 835px) {
  .cmn-btn {
    font-size: var(--tm);
  }
}
.cmn-btn.clr1 {
  background-image: linear-gradient(90deg, var(--clr1), var(--clr2));
}
.cmn-btn.clr5 {
  background-image: linear-gradient(90deg, var(--pgry), var(--pgry));
 color: #8d9091;
}
.cmn-btn.clr4 {
  background-image: linear-gradient(90deg, var(--clr4), var(--clr5));
}
.cmn-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 1.3em;
  display: block;
  aspect-ratio: 1/1;
  width: min(1vw, 10px);
  border-top: 1.5px solid var(--wht);
  border-right: 1.5px solid var(--wht);
  transform: rotate(45deg);
  transition: .3s
}
.cmn-btn:hover::after {
  right: 1em;
}
.cmn-btn.clr1:hover {
  background-image: linear-gradient(90deg, var(--clr2), var(--clr1));
  color: var(--wht);
}
.cmn-btn.clr4:hover {
  background-image: linear-gradient(90deg, var(--clr5), var(--clr4));
  color: var(--wht);
}
.border-top {
  border-top: 1px solid var(--lgry)
}
/*アコーディオン*/
.accordion__wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.accordion__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(1.5%, 11px) min(1.5%, 11px) min(1.5%, 11px) 0;
  color: var(--dgry);
  font-size: var(--nm);
  line-height: 1.4;
  cursor: pointer
}
.accordion__label span.plus {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: var(--gry);
  border: 1px solid var(--gry);
  transform: translateY(-5%);
  transition: transform .4s;
  border-radius: 50%;
}
.accordion__label span.plus::after {
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  background-color: #fff;
  transition: transform .4s;
  transform: translate(-50%, -50%);
}
.accordion__label span.plus::before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform .4s;
  opacity: 1;
}
.-open .accordion__label span.plus {
  background-color: var(--wht);
  border: 1px solid var(--gry);
  border-radius: 50%;
}
.-open .accordion__label .plus::after {
  background-color: var(--gry);
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 834px) {
  .accordion__label span.plus {
    margin-right: 8px;
  }
  .accordion__cont {
    padding: 4% 0
  }
}
@media (min-width: 835px) {
  .accordion__label span.plus {
    margin-left: 8px;
    margin-right: 8px;
  }
  .accordion__cont {
    width: 80%;
    margin: 0 auto;
    padding: 4% 2%
  }
}
.exp {
  font-size: var(--ts);
  font-weight: 700;
  line-height: 1.6
}
#widget {
  margin-top: .4rem;
  text-align: right;
  font-size: 0
}
.ic-sns {
  aspect-ratio: 1/1;
  width: 1.7rem;
  margin: 0 1.5px
}
/*=====================================
トップページ
=====================================*/
@keyframes opAnm {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes opAnm {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes cpyAnm {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes cpyAnm {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@-webkit-keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  background: url("../imgs/mv.webp") no-repeat center center / cover;
  opacity: 0;
  -webkit-animation: opAnm .6s ease-out .2s 1 forwards;
  animation: opAnm .6s ease-out .2s 1 forwards
}
.mv-txt {
  margin: 0 auto;
  color: var(--blk);
  font-weight: 700;
  text-align: right;
  opacity: 0;
  -webkit-animation: cpyAnm 1s ease-out 1s 1 forwards;
  animation: cpyAnm 1s ease-out 1s 1 forwards
}
@media (max-width: 749px) {
  .mv, .mv__inner {
    aspect-ratio: 780/400;
  }
  .mv-txt {
    font-size: var(--ts);
    margin-top: min(5%, 40px);
    margin-right: min(4%, 32px)
  }
}
@media (min-width: 750px) {
  .mv, .mv__inner {
    aspect-ratio: 780/240;
  }
  .mv-txt {
    width: 90%;
    font-size: var(--tm);
    margin-top: min(8%, 64px);
  }
}
.feature__item .feature__item-ph {
  border-radius: min(2.3vw, 12px)
}
.feature__item .feature__item-ph {
  object-fit: cover;
}
@media (max-width: 834px) {
  .feature__item {
    display: flex;
    align-items: flex-start;
    gap: 15px
  }
  .feature__item + .feature__item {
    margin-top: 7%
  }
  .feature__item .feature__item-ph {
    aspect-ratio: 1/1;
    width: 38%;
  }
}
@media (min-width: 835px) {
  .feature__wrap {
    display: flex;
    gap: min(5vw, 50px);
  }
  .feature__item .feature__item-ph {
    aspect-ratio: 2/1;
    object-position: center 15%
  }
  .feature__item .feature__item-txt {
    margin-top: 10px;
  }
}
.counter {
  padding: min(3%, 30px);
}
.ic-tag {
  background-color: var(--clr1);
  padding: 2px 4px;
  border-radius: 2px;
  color: var(--wht);
  font-size: var(--txs);
}
.counter-txt {
  text-align: center
}
.counter-txt time {
  padding: 0 10px;
  color: var(--mgry);
  font-size: var(--txs);
}
.counter-txt strong {
  padding: 0 2px;
  color: var(--clr1);
  font-size: var(--t2xl);
}
/*=====================================
中面コンテンツ
=====================================*/
ul.area-btn {
  list-style: none;
  font-size: 0
}
ul.area-btn li {
  display: inline-block;
  margin: 4px 3px;
}
ul.area-btn li a, ul.area-btn li span {
  display: block;
  box-sizing: border-box;
  padding: 5px 6px;
  background-color: var(--wht);
  border: 2px solid var(--lgry);
  border-radius: min(1.2vw, 8px);
  color: var(--blk);
  font-size: var(--nm);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 834px) {
  ul.area-btn li a, ul.area-btn li span {
    min-width: calc((92vw - 26px) / 4);
  }
}
@media (min-width: 835px) {
  ul.area-btn li a, ul.area-btn li span {
    min-width: 201px
  }
}
.branches__item {
  padding: min(5%, 40px) min(4%, 32px);
  border-top: 1px solid var(--lgry)
}
.branches__item .branches__item-link {
  color: var(--dgry);
  text-decoration: none
}
.branches__item-link {
  display: grid;
  margin-left: auto;
  margin-right: auto;
}
.branches__item-name {
  display: flex;
  gap: .4rem;
  font-size: var(--tl)
}
.branches__item-name::before {
  content: "";
  display: block;
  flex-shrink: 0;
  background: var(--clr1);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.branches__item-txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4
}
.branches__item-img {
  aspect-ratio: 6/5;
  object-fit: cover;
  object-position: top center
}
.branches__item-table {
  border-collapse: collapse;
  border: 1px solid var(--lgry);
  margin: 15px auto 0;
}
.branches__item-table th, .branches__item-table td {
  width: calc(100% / 3);
  border: 1px solid var(--lgry);
  font-size: var(--ts);
  line-height: 1.4;
  text-align: center
}
.branches__item-table th {
  background-color: var(--pgry);
  color: var(--gry);
  font-weight: 400
}
@media (max-width: 834px) {
  .branches__item-name::before {
    height: .7rem;
    width: calc(.7rem / 2);
    transform: translateY(70%)
  }
  .branches__item-link {
    gap: 5px 10px;
    grid-template-rows: auto 19vw;
    grid-template-columns: 1fr 23vw;
  }
  .branches__item-name {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
  .branches__item-txt {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .branches__item-txt p {
    font-size: var(--ts);
    -webkit-line-clamp: 5;
  }
  .branches__item-img {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  .branches__item-table {
    width: 100%
  }
  .branches__item-table th {
    padding: 2px 6px 1px;
  }
  .branches__item-table td {
    padding: 6px;
  }
}
@media (min-width: 835px) {
  .branches__item-name::before {
    height: 1rem;
    width: calc(1rem / 2);
    transform: translateY(60%)
  }
  .branches__item-link {
    width: min(86%, 700px);
    gap: 10px 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 180px;
  }
  .branches__item-link:hover {
    color: var(--mgry)
  }
  .branches__item-name {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .branches__item-txt {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .branches__item-txt p {
    font-size: var(--nm);
    -webkit-line-clamp: 4;
  }
  .branches__item-img {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
  }
  .branches__item-table {
    width: min(86%, 700px);
  }
  .branches__item-table th {
    padding: 4px 10px 3px;
  }
  .branches__item-table td {
    padding: 10px;
  }
}
.free-area img {
  display: block;
  margin: min(3%, 24px) auto
}
.shop-info {
  border-collapse: collapse;
  border: 1px solid var(--lgry);
  margin: 15px auto 0;
}
.shop-info th, .shop-info td {
  border: 1px solid var(--lgry);
  font-size: var(--nm);
  line-height: 1.4;
  text-align: left
}
.shop-info th {
  width: 23%;
  background-color: var(--pgry);
  color: var(--dgry);
  font-weight: 700
}
@media (max-width: 834px) {
  .shop-info {
    width: 100%
  }
  .shop-info th, .shop-info td {
    padding: 6px 8px;
  }
}
@media (min-width: 835px) {
  .shop-contents, .shop-title, #widget {
    width: min(90%, 1040px);
    margin-left: auto;
    margin-right: auto
  }
  .shop-info {
    width: min(86%, 700px);
  }
  .shop-info th, .shop-info td {
    padding: 10px;
  }
}
/* 固定ページ */
#page h1 {
  font-size: var(--t2xl);
  padding: min(6%, 48px) min(4%, 32px) 0 !important;
}
#page h2 {
  margin: min(6%, 48px) 0 min(3.2%, 31px);
  padding: min(.5%, 4px) 0 min(.5%, 4px) min(3%, 21px);
  border-left: min(.6vw, 4px) solid var(--clr1);
  line-height: 1.4;
  color: var(--dgry);
  font-size: var(--tl);
  font-weight: 700;
}
* + #page h2 {
  margin-top: min(6%, 48px)
}
@media (min-width: 835px) {
  #page h1 {
    width: min(90%, 1040px);
    margin-left: auto;
    margin-right: auto
  }
}
#manager h1 {
  font-size: var(--t2xl);
  padding: min(6%, 48px) min(4%, 32px) 0 !important;
}
#manager h2 {
  margin: min(6%, 48px) 0 min(3.2%, 31px);
  padding: min(.5%, 4px) 0 min(.5%, 4px) min(3%, 21px);
  border-left: min(.6vw, 4px) solid var(--clr1);
  line-height: 1.4;
  color: var(--dgry);
  font-size: var(--tl);
  font-weight: 700;
}
#manager h3 {
  margin: min(6%, 48px) 0 min(3.2%, 31px);
  padding: min(.5%, 4px) 0 min(.5%, 4px) min(3%, 21px);
  line-height: 1.4;
  color: var(--dgry);
  font-size: var(--tl);
  font-weight: 700;
}
* + #manager h2 {
  margin-top: min(6%, 48px)
}
@media (min-width: 835px) {
  #manager h1 {
    width: min(90%, 1040px);
    margin-left: auto;
    margin-right: auto
  }
}
/*表*/
/* ===== ベース ===== */
.table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden; /* 角丸を有効化 */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  line-height: 1.6;
  margin: 1em 0;
}
/* 見た目の基本（thead/tbodyが無くても効く） */
.table01 th, .table01 td {
  padding: 14px 16px;
  border-bottom: 1px solid #f0f2f5;
  vertical-align: top;
}
/* 左カラム（見出し） */
.table01 th {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  color: #334155;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  width: 28%; /* お好みで調整 */
}
/* 右カラム（値） */
.table01 td {
  color: #374151;
}
/* 偶数行のうっすらシマシマ（行全体） */
.table01 tr:nth-child(even) th, .table01 tr:nth-child(even) td {
  background-color: #fbfdff;
}
/* ホバー（PCのみ） */
@media (hover: hover) {
  .table01 tr:hover th, .table01 tr:hover td {
    background-color: #f3f7ff;
  }
}
/* 末行のボーダー消し */
.table01 tr:last-child th, .table01 tr:last-child td {
  border-bottom: none;
}
/* 最初/最後の角を丸める（thead無しでもOK） */
.table01 tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
.table01 tr:first-child td:last-child {
  border-top-right-radius: 12px;
}
.table01 tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
}
.table01 tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
/* 数値右寄せユーティリティ */
.table01 .is-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
/* リンクの色味 */
.table01 a {
  color: #2563eb;
  text-decoration: none;
}
.table01 a:hover {
  text-decoration: underline;
}
/* ===== レスポンシブ（横スクロール派） ===== */
.table01-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.table01-wrap::-webkit-scrollbar {
  height: 8px;
}
.table01-wrap::-webkit-scrollbar-thumb {
  background: #c7d2fe;
  border-radius: 8px;
}
.table01-wrap::-webkit-scrollbar-track {
  background: #eef2ff;
}
/* ===== スタック表示にしたい場合のオプション ===== */
/* .table01--stack を table に付けると、スマホで th を上・td を下に積む */
@media (max-width: 640px) {
  .table01.table01--stack tr {
    display: block;
  }
  .table01.table01--stack th, .table01.table01--stack td {
    display: block;
    width: 100%;
  }
  .table01.table01--stack th {
    border-bottom: none;
    background: #f8fafc;
  }
  .table01.table01--stack td {
    padding-top: 6px;
  }
}
/*問い合わせフォームの場合*/
/* ===============================
   お問い合わせフォーム（#contact_form）
   ※ HTMLは現状のままでOK
================================= */
/* テーブル本体（table01 風） */
#contact_form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden; /* 角丸反映 */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  line-height: 1.6;
  margin: 1em 0;
}
/* セル共通 */
#contact_form th, #contact_form td {
  padding: 14px 16px;
  border-bottom: 1px solid #f0f2f5;
  vertical-align: middle;
}
/* 左列（見出し） */
#contact_form th {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  color: #334155;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  width: 28%; /* お好みで調整 */
}
/* 右列（入力欄） */
#contact_form td {
  color: #374151;
}
/* 最終行のボーダー消し */
#contact_form tr:last-child th, #contact_form tr:last-child td {
  border-bottom: none;
}
/* 最初/最後の角丸 */
#contact_form tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
#contact_form tr:first-child td:last-child {
  border-top-right-radius: 12px;
}
#contact_form tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
}
#contact_form tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
/* 入力欄全体の統一デザイン */
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="password"], #contact_form input[type="tel"], #contact_form input[type="url"], #contact_form input[type="datetime-local"], #contact_form input[type="number"], #contact_form textarea, #contact_form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 8px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
/* フォーカス時のカラー（var(--clr1) 使用） */
#contact_form input[type="text"]:focus, #contact_form input[type="email"]:focus, #contact_form input[type="password"]:focus, #contact_form input[type="tel"]:focus, #contact_form input[type="url"]:focus, #contact_form input[type="datetime-local"]:focus, #contact_form input[type="number"]:focus, #contact_form textarea:focus, #contact_form select:focus {
  border-color: var(--clr1);
  box-shadow: 0 0 0 2px rgba(193, 219, 129, 0.2);
  outline: none;
}
/* textarea 高さ */
#contact_form textarea {
  min-height: 160px;
  resize: vertical;
}
/* 必須マーク */
#contact_form .red {
  color: #e11d48; /* 落ち着いた赤（rose-600） */
  margin-left: .4em;
  font-weight: 600;
}
/* 送信/リセットボタン周り */
#contact_form .submit {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
/* Button 共通（FormHelperのbutton出力を想定） */
#contact_form .submit button, #contact_form .submit input[type="reset"] {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 18px;
  background: var(--clr1);
  color: #fff;
  cursor: pointer;
  transition: transform .02s ease, box-shadow .2s ease, opacity .2s ease, background-color .2s ease, border-color .2s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
/* hover/active/focus */
#contact_form .submit button:hover, #contact_form .submit input[type="reset"]:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
  opacity: .95;
}
#contact_form .submit button:active, #contact_form .submit input[type="reset"]:active {
  transform: translateY(1px);
}
#contact_form .submit button:focus-visible, #contact_form .submit input[type="reset"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--clr1) 25%, transparent);
}
/* リセットボタンは淡色版に（主ボタンとの差別化） */
#contact_form .submit input[type="reset"] {
  background: #eef2ff;
  color: #1f2937;
  border-color: #dbe4ff;
}
#contact_form .submit input[type="reset"]:hover {
  background: #e6ecff;
}
/* 右寄せセル（.alncenter を尊重） */
#contact_form .alncenter {
  text-align: center;
}
/* 連絡文の括弧内リンクの微調整 */
#contact_form a {
  color: var(--clr1);
  text-decoration: none;
}
#contact_form a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* reCAPTCHA hidden input の邪魔排除 */
#contact_form #recaptchaResponse {
  display: none;
}
.message.success {
  display: block;
  background: var(--clr1);
  color: #fff;
  font-size: medium;
  padding: 1em;
  text-align: center;
}
/* ========== スマホ向け：スタック表示（任意） ==========
   幅が狭い端末では、th を上、td を下に積んで可読性UP */
@media (max-width: 640px) {
  #contact_form tr {
    display: block;
  }
  #contact_form th, #contact_form td {
    display: block;
    width: 100%;
  }
  #contact_form th {
    border-bottom: none;
    background: #f8fafc;
  }
  #contact_form td {
    padding-top: 6px;
  }
  #contact_form .submit {
    width: 100%;
  }
}
/* FAQアコーディオン */
.faq-acc {
  margin: 1rem 0 2rem;
  display: grid;
  gap: 10px;
}
/* details 本体 */
.faq-acc details {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
/* summary（質問行） */
.faq-acc summary {
  position: relative;
  list-style: none; /* Safari での黒丸除去 */
  cursor: pointer;
  padding: 14px 48px 14px 16px;
  font-weight: 600;
  color: #111827;
  line-height: 1.6;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  user-select: none;
}
/* デフォルトのカーソル/マーカーを消す（ブラウザ差異吸収） */
.faq-acc summary::-webkit-details-marker {
  display: none;
}
/* 開閉アイコン（右側） */
.faq-acc summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #111827;
  border-radius: 6px;
  background: #eef2f7;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
/* 開いたときはアイコンを×風に */
.faq-acc details[open] summary::after {
  content: "−";
  background: var(--clr1, #2563eb);
  color: #fff;
}
/* 回答エリア */
.faq-acc .faq-a {
  padding: 14px 16px 16px;
  color: #374151;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  line-height: 1.8;
}
/* 中のリンクはサイトの変数色に */
.faq-acc a {
  color: var(--clr1);
  text-decoration: none;
}
.faq-acc a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* スマホ微調整 */
@media (max-width: 640px) {
  .faq-acc summary {
    padding: 12px 44px 12px 14px;
  }
  .faq-acc .faq-a {
    padding: 12px 14px 14px;
  }
}
/* ===============================
   #page 内のリスト装飾
   - リンク色: var(--clr1)
   - 非リンク文字色: #999
================================= */
#page ul {
  margin: 1.5em 0;
  padding-left: 1.5em;
  list-style: none; /* デフォルトの黒丸を消す */
}
#page ul li {
  position: relative;
  margin: 0.6em 0;
  padding-left: 1.2em;
  color: #999; /* 非リンク時の文字色 */
  line-height: 1.7;
}
/* 左の丸アイコン（アクセント） */
#page ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--clr1); /* アクセントカラーを変数で */
  opacity: 0.85;
}
/* ネスト（子はやや控えめ） */
#page ul ul {
  margin-top: 0.4em;
  padding-left: 1.2em;
}
#page ul ul li::before {
  opacity: 0.45;
}
/* リンクは変数色。hover時は下線のみ（色は変えない） */
#page ul li a {
  color: var(--clr1);
  text-decoration: none;
  transition: text-decoration-color 0.2s ease, opacity 0.2s ease;
}
#page ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
/* スマホ微調整 */
@media (max-width: 640px) {
  #page ul li {
    margin: 0.4em 0;
    padding-left: 1em;
  }
  #page ul li::before {
    top: 0.65em;
    width: 5px;
    height: 5px;
  }
}
/*エリア選択ページ*/
#manager .area {
  padding: 0 0 1em;
}
#manager .area-btn__link.is-active {
  background: var(--clr1);
  color: #fff;
  border-color: var(--clr1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
}
/* 固定ヘッダで隠れないようにオフセット */
#city-anchor {
  scroll-margin-top: 80px; /* ヘッダが約50pxならこれでOK */
}
/* ========== ヒーロー3点 ========== */
.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 18px;
}
.feature-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}
.feature-card .fc-title {
  font-weight: 700;
  color: #111;
}
.feature-card .fc-sub {
  color: #555;
}
/* ========== メリット（2カラムカード） ========== */
.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
}
.benefits li {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

/* benefits はカード表示なのでポチ無効化 */
.benefits {
  list-style: none; /* 通常のポチを無効化 */
  padding-left: 0; /* 左インデント除去 */
  margin-left: 0;
}
/* #page ul li 用の ::before を打ち消す */
.benefits li {
  position: static; /* #page ul li の position:relative を打ち消し */
  padding-left: 0; /* 擬似マーカー分の余白を除去 */
}
.benefits li::before {
  content: none !important; /* 丸マーカーを完全に消す */
}
/* ========== 3ステップ（3カラムカード） ========== */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 22px;
  padding: 0;
  list-style: none;
}
.steps li {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}
.steps b {
  display: block;
  margin-bottom: 4px;
}
/* ========== FAQ（details/summary）既存 .faq-acc がある場合は追加的にOK ========== */
.faq-acc {
  display: grid;
  gap: 10px;
  margin: 10px 0 24px;
}
.faq-acc details {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}
.faq-acc summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 600;
  color: #111;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.faq-acc summary::-webkit-details-marker {
  display: none;
}
.faq-acc .faq-a {
  padding: 14px 16px;
  border-top: 1px solid #e5e7eb;
}
/* ========== 補助 ========== */
.note-muted {
  color: #999;
}
.center {
  text-align: center;
}
/* ========== レスポンシブ ========== */
@media (max-width: 960px) {
  .feature-cards {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .benefits {
    grid-template-columns: 1fr;
  }
}
/* --- 共通カードパネル --- */
.panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  margin: 10px 0 18px;
}
/* 中央寄せのユーティリティ */
.center {
  text-align: center;
}
/* うすい注釈 */
.note-muted {
  color: #999;
}
/* --- ポイント表示ブロック --- */
.points-panel .points-value {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.points-panel .points-suffix {
  font-weight: 600;
  color: #111;
}
/* --- 3ステップ進捗（マイページ用） --- */
.steps-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 22px;
  padding: 0;
  list-style: none;
}
.steps-progress li {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}
.steps-progress li b {
  display: block;
  margin-bottom: 6px;
  color: #111;
}
/* 矢印（→） */
.steps-progress li::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-weight: 700;
}
.steps-progress li:last-child::after {
  content: none;
}
/* 状態色 */
.steps-progress li.is-done {
  border-color: #d1fae5;
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
}
.steps-progress li.is-done b {
  color: #065f46;
}
.steps-progress li.is-current {
  border-color: var(--clr1);
  box-shadow: 0 0 0 2px rgba(193, 219, 129, .25);
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.steps-progress li.is-current b {
  color: var(--clr1);
}
.steps-progress li.is-next {
  border-style: dashed;
}
/* 内部のアクションリンク */
.steps-progress .step-action {
  margin-top: 8px;
}
.steps-progress .step-action .cmn-btn {
  margin-top: 6px;
  width: 100%;
}
/* SP時は縦並び＆矢印は「↓」に */
@media (max-width: 960px) {
  .steps-progress {
    grid-template-columns: 1fr;
  }
  .steps-progress li::after {
    content: "↓";
    right: 50%;
    top: auto;
    bottom: -12px;
    transform: translateX(50%);
  }
  .steps-progress li:last-child::after {
    content: none;
  }
}
/* ====== 登録済み店舗リスト：超シンプル版 ====== */
#manager .branch-list-simple {
  display: grid;
  gap: 12px;
}
#manager .branch-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  margin-top: 1em;
}
#manager .branch-box__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  position: relative !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#manager .branch-box__meta {
  color: #999;
  font-weight: 600;
}
#manager .branch-box__name {
  margin: 0;
  line-height: 1.4;
}
#manager .branch-box__name a {
  color: inherit;
  text-decoration: none;
}
#manager .branch-box__name a:hover {
  text-decoration: underline;
}
/* ボタン3つをスマホは縦、PCは横3列 */
#manager .branch-box__btns {
  display: grid;
  gap: 8px;
}
@media (min-width: 835px) {
  #manager .branch-box__btns {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* 既存 .cmn-btn をそのまま活かしつつ、小さめに */
#manager .cmn-btn.btn--compact {
  width: 100%;
  max-width: none;
  margin: 0; /* 余計な外側余白を消す */
  padding: .9em 1.1em; /* 既存より少しコンパクト */
}
/* ========== ポイント購入についてページ ========== */
.newformat h1 {
  font-size: 130%;
  color: #FFF;
  padding: 0;
  margin: 0 0 30px 0;
  background: none;
}
.newformat img {
  width: 100%;
}
.newformat strong {
  color: #AE2B2B;
  font-weight: bold;
}
.newformat h4 {
  margin: 7px 0 11px 0;
  background: #EFEFEF;
  color: #FD9103;
}
.newformat h4 span {
  background: #FD9103;
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #FFF;
  line-height: 34px;
  text-align: center;
  margin: 0 7px 0 0;
}
.graybox {
  background: #EFEFEF;
  padding: 18px;
}
.frowbox {
  background-image: url("/images/point/arrow.png");
  background-position: 12px bottom;
  background-repeat: no-repeat;
  padding: 0 0 30px 34px;
}
.frowbox.end {
  background-image: url("/images/point/arrowend.png");
  background-position: 12px bottom;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex div {
  width: 50%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ========== フローチャート ========== */
.flowchart {
  margin-left: .5em;
  border-left: 2px dashed;
}
.flowchart h3 {
  position: relative !important;
  margin-left: 2em !important;
  margin-bottom: 0 !important;
  line-height: 1.4em !important;
}
.flowchart p {
  margin-top: .3em !important;
  margin-left: 3em !important;
  margin-bottom: 1em !important;
}
.flowchart h3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: calc(-2em - 6px);
  top: .5em;
}
.flowchart h3:after {
  content: "";
  border-bottom: 1px solid;
  width: 1.5em;
  background: #000;
  position: absolute;
  top: .7em;
  left: -2em;
}
/* =========================================
   すぐ割予約カード 一式（2カラムレイアウト）
   ========================================= */
/* カード群全体（2カラム固定） */
.items-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 20px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  font-size: inherit;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .items-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* 各カード本体 */
.item-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 16px;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
/* タイトル（長文対応） */
.item-card__title {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
  color: #111;
  font-size: var(--tm);
}
/* メタ情報（開始/受付終了/価格など） */
.item-card__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 8px 0 14px;
}
@media (max-width: 640px) {
  .item-card__meta {
    grid-template-columns: 1fr;
  }
}
/* 各情報ブロック */
.item-meta {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  padding: 10px;
  min-height: 84px;
}
.item-meta b {
  display: block;
  margin-bottom: 4px;
  color: #111;
}
.item-meta small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  line-height: 1.4;
  font-size: 0.85em;
}
/* ボタンエリア */
.item-card__actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.item-card__actions .cmn-btn {
  flex: 1 1 180px;
  margin: 0;
  width: auto;
  text-align: center;
  justify-content: center;
}
/* 「予約済み」などの状態 */
.item-status {
  margin-top: 6px;
  color: #64748b;
  font-size: 0.9em;
}
.item-status a {
  color: var(--clr1);
  text-decoration: none;
}
.item-status a:hover {
  text-decoration: underline;
}
/* 冒頭の注意文 */
.info-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #92400e;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin: 12px 0 20px;
}
.info-note::before {
  content: "i";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f59e0b;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}
/* =========================================
   ページネーション
   ========================================= */
/* ツールバー（上段のカウンタ＋ソート＋Pager） */
.item-toolbar {
  display: grid;
  gap: 10px;
  align-items: center;
  margin: 8px 0 16px;
}
.item-toolbar__left {
  display: grid;
  gap: 6px;
}
.item-toolbar__sort {
  color: #6b6f72;
  line-height: 1.6;
}
.item-toolbar__sort a {
  color: var(--clr1);
  text-decoration: none;
}
.item-toolbar__sort a:hover {
  text-decoration: underline;
}
.item-counter {
  margin: 0;
  color: #6b6f72;
}
@media (min-width:1025px) {
  .item-toolbar {
    grid-template-columns: 1fr auto; /* 左にカウンタ/ソート、右にPager */
  }
}
/* =========================
   すぐ割：カード & 操作UI
========================= */
/* 件数表示・ソート行 */
.item-counter {
  margin: 8px 0 14px;
  color: #6b6f72;
}
.item-list-controls {
  display: grid;
  gap: 8px;
  margin: 8px 0 16px;
}
.item-list-controls__sort {
  color: #6b6f72;
  line-height: 1.6;
}
.item-list-controls__sort a {
  color: var(--clr1);
  text-decoration: none;
}
.item-list-controls__sort a:hover {
  text-decoration: underline;
}
.item-list-controls__paging {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center
}
.item-list-controls__paging a, .item-list-controls__paging span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #374151;
  text-decoration: none;
  line-height: 1;
}
.item-list-controls__paging a:hover {
  background: #f8fafc
}
.item-list-controls__paging .current {
  background: var(--clr1);
  border-color: var(--clr1);
  color: #fff;
}
.item-list-controls__paging .is-disabled {
  opacity: .45;
  pointer-events: none
}
/* カード一覧 */
.item-cards {
  display: grid;
  gap: 14px;
}
@media (min-width:1025px) {
  .item-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* カード本体 */
.item-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item-card__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.item-card__title {
  margin: 0;
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-weight: 700;
  color: #111;
}
.badge {
  flex-shrink: 0;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .85em;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #666;
}
.badge--pending {
  border-color: #fde68a;
  background: #fffbeb;
  color: #92400e;
} /* 予約前 */
.badge--done {
  border-color: #d1fae5;
  background: #ecfdf5;
  color: #065f46;
} /* 予約済 */
/* カードのメタ情報 */
/* --- すぐ割：カード内メタ情報調整 --- */
.item-card__meta {
  display: grid;
  gap: 10px;
  margin: 4px 0 2px;
}
/* 各ブロック共通 */
.item-card__meta-block {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  padding: 10px;
}
/* dt, dd の体裁 */
.item-card__meta-block dt {
  color: #6b6f72;
  font-weight: 700;
  margin-bottom: 4px;
}
.item-card__meta-block dd {
  margin: 0;
  color: #111;
  line-height: 1.6;
}
.item-card__meta .note {
  display: block;
  margin-top: 3px;
  color: #999;
  font-size: 0.85em;
}
/* PCでは価格を下段に表示（開始・受付終了と横並びにしない） */
@media (min-width: 1025px) {
  .item-card__meta {
    grid-template-columns: 1fr 1fr; /* 開始と受付終了のみ並列 */
  }
}
.item-card__meta .note {
  margin-top: 3px;
  margin-left: 1em;
  color: #999;
  font-size: .85em;
}
@media (min-width:1025px) {
  .item-card__meta {
    grid-template-columns: 1fr 1fr;
  }
  .item-card__meta .note {
    display: block;
    margin-left: 0;
  }
}
/* ボタン行（編集/削除 or 詳細/削除不可） */
.item-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}
.item-card__actions .cmn-btn {
  width: 100%;
  margin: 0;
}
.item-card .cmn-btn.disabled {
  pointer-events: none;
  opacity: .55;
  background: #eef2f7;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
}
/* 予約済みカードの雰囲気を少し落とす（任意） */
.item-card.is-locked {
  border-color: #eef2f7;
  background: #fcfcfd
}
/* 統一ページネーション */
.pager {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin: 18px 0;
}
.pager ul, .pager li {
  list-style: none !important;
}
.pager a, .pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #374151;
  text-decoration: none;
  line-height: 1;
}
.pager a:hover {
  background: #f8fafc
}
.pager .current {
  background: var(--clr1);
  border-color: var(--clr1);
  color: #fff;
}
.pager .is-disabled {
  opacity: .45;
  pointer-events: none
}
.pager .ellipsis {
  padding: 0 4px;
  color: #9ca3af;
}
/* =========================================
   調整・競合回避
   ========================================= */
.item-card, .item-card * {
  box-sizing: border-box;
}
.items-wrapper {
  width: min(90%, 1040px);
  margin: 0 auto;
}
/* ===============================
   すぐ割予約：リスト表示
   =============================== */
.sr-list {
  list-style: none;
  margin: 12px 0 18px;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  overflow: hidden; /* 角丸を有効化 */
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

/* 1行 */
.sr-list__row {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 12px 16px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #f0f2f5;
}
.sr-list__row:last-child { border-bottom: none; }

@media (hover:hover) {
  .sr-list__row:hover {
    background: #f8fafc;
  }
}

/* 日時バッジ */
.sr-list__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 6px 10px;
  min-width: 9em;
  border: 1px solid #eef2f7;
  border-radius: 999px;
  background: #ffffff;
  color: #111;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 1px #f3f4f6;
}

/* 本文（「エリア の 店名 が実施する キャンペーン」） */
.sr-list__body {
  min-width: 0;
  color: #374151;
  line-height: 1.8;
}

/* エリアの小さなチップ */
.sr-list__area {
  display: inline-block;
  margin-right: .25em;
  padding: 2px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #666;
  font-size: .9em;
  vertical-align: baseline;
}

/* テキストの折り返しを綺麗に */
.sr-list__text {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* 店名・キャンペーン名のリンク */
.sr-list__link {
  color: var(--clr4);
  text-decoration: underline;
}
.sr-list__link:hover { text-decoration: none; }

/* 強調（必要なら太字ベースに） */
.sr-list__shop { font-weight: 700; }
.sr-list__campaign { font-weight: 700; }

/* スマホ縦積み */
@media (max-width: 640px) {
  .sr-list__row {
    grid-template-columns: 1fr;   /* 1カラム */
    gap: 8px;
    align-items: flex-start;
  }
  .sr-list__time {
    justify-content: flex-start;
  }
}
/* パンくず */
.Breadcrumb {
  overflow: hidden;
}
.Breadcrumb-ListGroup {
  /*display: flex;*/
}
.Breadcrumb-ListGroup-Item {
  display: flex;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 3em;
  position: relative;
  top: 0;
  left: 0;
  background: #f5f5f5;
  line-height: 1;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover {
  opacity: 0.5;
}
.Breadcrumb-ListGroup-Item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
  border-left: 1.5em solid transparent;
  transform: translateX(-50%);
}
.Breadcrumb-ListGroup-Item:nth-child(1) {
  background: #f5f5f5;
}
.Breadcrumb-ListGroup-Item:nth-child(1)::before {
  border-top: 1.5em solid #f5f5f5;
  border-bottom: 1.5em solid #f5f5f5;
  border-right: 1.5em solid #f5f5f5;
}
.Breadcrumb-ListGroup-Item:nth-child(2) {
  background: #ddd;
}
.Breadcrumb-ListGroup-Item:nth-child(2)::before {
  border-top: 1.5em solid #ddd;
  border-bottom: 1.5em solid #ddd;
  border-right: 1.5em solid #ddd;
}
.Breadcrumb-ListGroup-Item:nth-child(3) {
  background: #ccc;
}
.Breadcrumb-ListGroup-Item:nth-child(3)::before {
  border-top: 1.5em solid #ccc;
  border-bottom: 1.5em solid #ccc;
  border-right: 1.5em solid #ccc;
}
.Breadcrumb-ListGroup-Item:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 3em;
  transform: translateX(50%);
  border-top: 1.5em solid #fff;
  border-bottom: 1.5em solid #fff;
  border-left: 1.5em solid #ccc;
  border-right: 1.5em solid #fff;
}
.dli-home {
  display: inline-block;
  vertical-align: middle;
  color: #CCC;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.75em;
  border: 0.2em solid currentColor;
  border-top: 0;
  box-sizing: border-box;
 margin-right: 0.5em;
}

.dli-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.70711em;
  height: 0.70711em;
  border: 0.1em solid currentColor;
  border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%, -46%) rotate(45deg) skew(-10deg, -10deg);
}

.dli-home::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.1em;
  width: 45%;
  height: 75%;
  background: #fff;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-50%);
}

/* Honeypotフィールドを画面外に退避（スクリーンリーダにも配慮） */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
/* フォームエラー時 */
.form-errors { background:#fff5f5; border:1px solid #fca5a5; padding:12px; margin:16px 0; }
.error-message { color:#b91c1c; font-size:.95em; margin-top:6px; }
.input.error input, .input.error select, .input.error textarea { border-color:#b91c1c; }
/* ===== フローティング 2×2 FAB ===== */
.mgr-fab {
  position: fixed;
  left: 0;
  right: 0;
  bottom: env(safe-area-inset-bottom, 0);
  z-index: 1000;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(150%) blur(6px);
  border-top: 1px solid #e5e7eb;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0));
}
.mgr-fab__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 560px;
  margin: 0 auto;
}
.mgr-fab__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: transform .06s ease, box-shadow .12s ease, background .12s ease;
}
.mgr-fab__btn:hover { background: #f9fafb; }
.mgr-fab__btn:active { transform: translateY(1px); }
.mgr-fab__icon { font-size: 16px; }
.mgr-fab__label { white-space: nowrap; }

/* ===== オーバーレイ ===== */
.mgr-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  z-index: 1000;
}
.mgr-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* ===== パネル（ボトムシート風） ===== */
.mgr-panel {
  position: fixed;
  left: 50%;
  bottom: calc(env(safe-area-inset-bottom, 0) + 80px); /* FABの上に出す */
  transform: translate(-50%, 20px);
  width: min(92vw, 520px);
  max-height: 70vh;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  z-index: 1001;
}
.mgr-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.mgr-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
}
.mgr-panel__header h3 {
  margin: 0;
  font-size: 16px;
}
.mgr-panel__close {
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.mgr-panel__body {
  max-height: 60vh;
  overflow: auto;
}
.mgr-panel__menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.mgr-panel__menu li a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  color: inherit;
  text-decoration: none;
}
.mgr-panel__menu li a:hover {
  background: #f9fafb;
}

/* iOS のホームバーに埋もれないよう確保 */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .mgr-fab { padding-bottom: calc(10px + env(safe-area-inset-bottom)); }
}
.mgr-fab {
  transition: transform .3s ease, opacity .3s ease;
}
.mgr-fab.is-hidden {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}

/*▼▼ マイページ内：順位ポイント案内 ▼▼ */

    /* ===== ベースカラー ===== */
    .rankpoint-guide {
      --pri: #2563eb;
      --pri-dark: #1e3a8a;
      --text: #0f172a;
      --sub: #475569;
      --border: #d1d5db;
      --bg: #f8fafc;
      --muted: #f1f5f9;
    }

    /* ===== レイアウト ===== */


    .rankpoint-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
     margin-top: 1em;
    }

    .rankpoint-main {
      flex: 1 1 600px;
      min-width: 300px;
    }

    .rankpoint-side {
      flex: 0 0 280px;
      min-width: 240px;
    }

    @media (max-width: 900px) {
      .rankpoint-container {
        flex-direction: column;
      }
      .rankpoint-side {
        order: 2;
      }
    }

    /* ===== 見出し ===== */
    .rankpoint-hero h2 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .rankpoint-hero p {
      font-size: 1rem;
      color: var(--sub);
      margin-bottom: 12px;
    }

    /* ===== ボタン ===== */
    .rp-btn {
      display: inline-block;
      padding: 10px 16px;
      border-radius: 6px;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.2s;
    }

    .rp-btn--buy {
      background: var(--pri);
      color: #fff;
    }

    .rp-btn--buy:hover {
      background: var(--pri-dark);
    }

    .rp-btn--link {
      background: #fff;
      border: 1px solid var(--border);
      color: var(--text);
    }

    /* ===== カード ===== */
    .rp-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 16px;
      margin-bottom: 16px;
    }

    .rp-card h3 {
      margin-top: 0;
      font-size: 1.1rem;
      margin-bottom: 6px;
      color: var(--pri-dark);
    }

    .rp-card ul {
      margin: 6px 0 0 1.2em;
    }

    /* ===== 3ステップ ===== */
    .rp-steps {
      display: grid;
      gap: 10px;
    }

    .rp-step {
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 12px;
      background: var(--muted);
    }

    .rp-step b {
      color: var(--pri-dark);
    }

    /* ===== サイドバー ===== */
    .rankpoint-side .rp-sidebox {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 14px;
      margin-bottom: 16px;
    }

    .rankpoint-side h4 {
      font-size: 1.05rem;
      margin: 0 0 6px;
    }

    .rp-price li {
      margin: 4px 0;
    }

    .rp-ss {
      text-align: center;
      font-size: 0.85rem;
      color: var(--sub);
      border: 1px dashed var(--border);
      border-radius: 4px;
      padding: 10px;
      margin-top: 8px;
    }
/* ===== FAQ（タップしやすいアコーディオン） ===== */
.rp-faq details {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  margin: 10px 0;
  overflow: hidden;
}

.rp-faq summary {
  list-style: none;                 /* デフォルト三角を消す */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 16px;
  cursor: pointer;
  color: var(--text);
  background: var(--muted);
  transition: background .15s, color .15s;
  min-height: 44px;                 /* タップ領域の確保 */
  position: relative;
}

.rp-faq summary::marker { display: none; }  /* Safari対策 */

.rp-faq summary span {
  font-weight: 600;
}

.rp-faq summary::after {
  content: "▸";                     /* 矢印 */
  font-size: 14px;
  transform: rotate(0deg);
  transition: transform .15s ease;
  color: var(--pri-dark);
}

.rp-faq details[open] summary {
  background: #eef2ff;              /* 開いた時の色 */
}

.rp-faq details[open] summary::after {
  transform: rotate(90deg);          /* 開くと矢印回転 */
}

.rp-faq summary:hover {
  background: #e5e7eb;
}

.rp-faq summary:focus-visible {
  outline: 2px solid var(--pri);
  outline-offset: 2px;
}

/* 本文 */
.rp-faq-a {
  padding: 12px 16px 16px;
  color: var(--sub);
  line-height: 1.7;
}

/* コントロール行（任意） */
.rp-faq-controls {
  display: flex;
  gap: 8px;
  margin: 6px 0 10px;
}
