@charset "utf-8";

/*========================================================================
トップページ
=========================================================================*/

/* ====== 共通 ====== */

p {
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none !important;
  /*opacity: 0.8;*/
}

a.button:hover,
a.navbar-brand:hover,
a.nav-link:hover,
a.btn:hover {
  opacity: 0.8;
}

header.top-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  height: 80px;
}

header .navbar-brand {
  width: 20%;
  min-width: 190px;
  max-width: 240px;
}

header .navbar-brand .logo {
  width: 100%;
  width: 150px;
}

section {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

li.nav-item {
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 767px) {
  li.nav-item {
    font-size: 18px;
    line-height: 1.6;
  }

  ul.navbar-nav {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  header .navbar-brand .logo {
    width: 180px;
  }
}

/* --- ナビのホバーエフェクト --- */

.navbar-nav .nav-link {
  position: relative;
  color: #002b60;
  font-weight: 500;
  transition: color 0.3s ease;
  padding-bottom: 5px;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 0%;
  height: 2px;
  background-color: #f73d0b;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #f73d0b;
}

.navbar-nav .nav-link:hover::after {
  width: 90%;
  left: 5%;
}

@media (max-width: 767.98px) {
  .navbar-nav .nav-link::after {
    display: none;
  }
} /*end*/

/* ====== TOTOP ====== */

/* ページトップ */

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.5rem;
  z-index: 20;
}

#page-top a {
  background: rgba(255, 241, 59, 0.8);
  color: #002b60;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#page-top a:hover {
  background: #fff100;
}

/* ====== TOPPAGE SECTION ====== */

.ttl-bdr {
  font-size: clamp(2rem, 5vw, 2.5rem);
  line-height: 1.4;
  position: relative;
  margin-bottom: 0.7em;
}

.ttl-bdr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid #fff100;
  /*border-bottom: 5px solid #f5ca21;*/
  width: 12%;
  margin: 0 auto -12px;
}

/*========================================================================
追加
=========================================================================*/

.top-main {
  margin: 0 1.5rem;
}

.container {
  overflow: hidden;
}

h2 {
  color: #002b60;
}

p {
  text-align: justify;
}

.nav_ctn {
  margin: 0 0.75rem;
  padding: 0 0.5rem !important;
}

.text-333 {
  color: #333;
}

.lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  line-height: 1.8rem;
}

.m-plus-1p-black {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.noto-sans-jp-black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar {
  will-change: transform; /*スクロールや読み込み時の再描画を安定化*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ====== カルーセル ====== */

/*コントロールボタン*/

.carousel-control-next,
.carousel-control-prev {
  height: 60px !important;
  width: 60px !important;
  top: 50% !important;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #002b60 !important;
  opacity: 1 !important;
  transition: background-color 0.3s ease, opacity 0.3s ease !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: #54626e !important;
  opacity: 0.8 !important;
}

.carousel-control-prev {
  left: 30px !important;
}

.carousel-control-next {
  right: 30px !important;
}

@media screen and (max-width: 1200px) {
  .carousel-control-next,
  .carousel-control-prev {
    height: 50px;
    width: 50px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }
}

@media screen and (max-width: 880px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }
}

/*カルーセル 上余白*/
/*
#mainCarousel {
  margin-top: 18px;
  transform: translateZ(0);
}

@media screen and (min-width: 782px) {
  #mainCarousel {
    padding-top: 14px;
  }
}

@media screen and (min-width: 992px) {
  #mainCarousel {
    padding-top: 22px;
  }
}
*/

/*カルーセル画像*/

.carousel-item img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 200px;
}

/*画像とキャプション*/

.carousel-caption-box {
  font-size: clamp(0.5em, 5vw, 1.3em);
  position: absolute;
  /*bottom: 15%;*/
  top: 17%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
  text-shadow: 0 0 10px rgba(12, 1, 51, 0.404);
}

.svgMessage {
  position: relative;
  display: inline-block;
  width: 100%;
}

.svgMessage text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  stroke: #002b60;
  fill: #fff100;
  letter-spacing: 0.02em;
  text-anchor: middle;
  dominant-baseline: alphabetic;
}

.svgMessage text tspan {
  font-size: 130%;
  fill: #f73d0b;
}

.svgMessage > svg > use:nth-of-type(1),
.svgMessage > svg > use:nth-of-type(3) {
  stroke-width: 7px;
  paint-order: stroke;
  stroke-linejoin: round;
}

.svgMessage > svg > use:nth-of-type(2),
.svgMessage > svg > use:nth-of-type(4) {
  stroke-width: 0;
}

/*透過帯*/

.carousel-item {
  position: relative;
}

.carousel-item img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 200px;
}

.carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 30%;
  height: 40%;
  /*background: rgba(0, 0, 0, 0.6);*/
  z-index: 1;
  transition: height 0.3s ease;
  background: rgb(0 43 96 / 80%);
  mix-blend-mode: color;
}

.carousel-item-steel-blue::before {
  background: rgb(70 130 180 / 80%);
}

.carousel-item-indigo-blue::before {
  background: rgb(28 65 158 / 80%);
}

@media screen and (min-width: 576px) {
  .carousel-item img {
    height: clamp(200px, 30vh, 300px);
  }

  .carousel-caption-box {
    top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-item img {
    height: clamp(400px, 30vh, 550px);
  }

  .carousel-caption-box {
    font-size: clamp(1.8em, 3vw, 2.5em);
    top: 33%;
  }

  .svgMessage > svg > use:nth-of-type(1),
  .svgMessage > svg > use:nth-of-type(3) {
    stroke-width: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .carousel-caption-box {
    top: 38%;
  }

  .carousel-item img {
    height: 550px;
  }
} /*end*/

/* ====== concept ====== */

#concept h3 {
  font-size: calc(1.2rem + 0.6vw);
}

#concept .col-md-5 {
  position: relative;
  aspect-ratio: 22 / 13;
  max-height: 416px;
  overflow: hidden;
}

#concept .col-md-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#concept .col-md-5 img.obj-position-top {
  object-position: top;
}

#concept .col-md-5 img.obj-position-bottom {
  object-position: bottom;
}

/* ====== news ====== */

.news-wrapper {
  background-color: #f8fdff;
  max-width: 700px;
  margin: auto;
}

.news-link {
  align-items: center;
  display: flex;
  padding: 16px 10px;
  transition: background-color 0.5s;
}
.news-link:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.news-info {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
.news-date {
  color: #333;
  font-size: 14px;
}
.news-category {
  background-color: #488dff;
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
  padding: 0 1px 1px 1px;
  width: 100px;
  text-align: center;
  border-radius: 99px;
}
.news-title {
  color: #333;
  font-size: 1em;
  line-height: 1.5;
  margin-left: 10px;
  margin-bottom: 0;
}
.news-link:hover {
  background-color: #fff98d;
}

@media screen and (max-width: 430px) {
  .news-wrapper {
    padding: 15px;
  }
  .news-link {
    display: block;
  }
  .news-category {
    font-size: 14px;
  }
  .news-title {
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* ====== group-services ====== */

.img-wrapper {
  position: relative;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.img-wrapper .card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: clamp(1.6rem, 5vw, 2rem);
  color: #fff;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}

#group-services button {
  background-color: #002b60;
  color: #fff;
  width: 98%;
  max-width: 18rem;
} /*end*/

/* ====== FAQ ====== */

/*アコーディオン*/

#faq details,
#faq summary {
  font-size: 1.1rem;
}

.accordion-faq {
  display: block;
  max-width: 1000px;
  background-color: #f1f1e6;
  margin-right: auto;
  margin-left: auto;
}

.accordion-faq:not([open]) {
  margin-bottom: 7px;
}

.accordion-faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.8em 1em;
  border-radius: 5px;
  background-color: #488dff;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.accordion-faq summary::-webkit-details-marker {
  display: none;
}

.accordion-faq summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transition: transform 0.3s;
}

.accordion-faq[open] summary::after {
  transform: rotate(225deg);
}

.accordion-faq p {
  transform: translateY(-10px);
  opacity: 0;
  padding: 1em 1.2em 1em 1.2em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-faq[open] p {
  transform: none;
  opacity: 1;
}

.accordion-faq ul,
accordion-faq ol {
  margin-bottom: 0;
}

ul.custom-list {
  list-style: none;
  padding-left: 2.5em;
}

ul.custom-list li {
  position: relative;
  margin-bottom: 0.5em;
}

ul.custom-list li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.45em;
  width: 0.6em;
  height: 0.6em;
  background-color: #002b60;
} /*end*/

/* ====== SHOP LIST ====== */

.shop-pic {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.shop-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shop-pic {
  transition: 0.3s;
}

a.shop-pic:hover {
  opacity: 0.8;
}

p.lead.card-text {
  padding: 0 0.2rem;
}

.btn-primary {
  --bs-btn-bg: #002b60;
  --bs-btn-border-color: #002b60;
  --bs-btn-hover-bg: #003b85;
  --bs-btn-hover-border-color: #003676;
  height: 38px;
  line-height: 1.4;
}

.shop-name-br {
  display: inline;
}

a.tel {
  color: #003676;
  font-size: 1.15em;
  height: 38px;
  line-height: 1.1;
}

a.tel:hover {
  color: #f73d0b;
}

.info-label {
  font-weight: bold;
  color: #003676;
  width: auto;
  font-size: 17px;
  margin-bottom: 0.2rem;
  /*padding-left: 1.2rem;*/
  padding-top: 0.2rem;
  text-align: center;
}

/*営業時間*/

.opening-hours-shell {
  background-color: #f9f9f9;
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  margin: 1.2rem 0;
}

.opening-hours {
  /*width: 90%;*/
  max-width: 478px;
  margin: 0 auto;
  padding: 0.5rem 0.5rem 0.2rem 0.5rem;
  /*padding: 0.5rem 0;*/
  border-top: 1px solid #666;
  /*border-bottom: 1px solid #666;*/
}

.opening-hours > div {
  margin: 0 auto;
}

.opening-hours dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 270px;
  margin: 0 auto 0.4rem auto;
}

.opening-hours dt {
  width: 48%;
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.opening-hours dd {
  flex: 1;
  font-size: 1.25em;
  margin: 0;
}

.fw-400 {
  font-weight: 400;
}

.form-select-dp {
  width: 240px;
}

/*セレクトボタンの装飾*/

select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* arrows */
select.form-select-dp {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #002b60, #002b60);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

select.form-select-dp:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #488dff, #488dff);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: #488dff;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
} /*end*/

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  background-color: #488dff;
  border-color: #488dff;
  color: #fff;
}

.area-btn-txt {
  font-size: 1.2em;
}

.card-alt {
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  padding: 1.25rem;
}

.lead.location {
  font-family: var(--bs-body-font-family);
  font-size: 1.1em !important;
}

@media (min-width: 370px) {
  .shop-name-br {
    display: none;
  }
}

@media (min-width: 992px) {
  .location {
    height: 116px;
  }

  .opening-hours {
    height: 204px;
  }
}

@media (min-width: 1400px) {
  .opening-hours {
    height: 192px;
  }
}

/*
.row-cols-1-alt > * {
flex: 0 0 auto;
width: 100%;
}

@media (min-width: 700px) {
.row-cols-sm-2-alt > * {
flex: 0 0 auto;
width: 50%;
}

.opening-hours-shell {
background-color: #fff;
}
}

@media (min-width: 1140px) {
.row-cols-lg-3-alt > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
}
*/

/* ====== FOOTER ====== */

.footer-container-pt {
  padding-top: 2.5rem;
}

.sitemap {
  padding: 0 1rem;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

.sitemap .col {
  margin-top: 0;
}

.sitemap ul {
  margin-bottom: 0;
}

.sitemap ul li {
  padding-bottom: 1rem;
}

.copyright-bg {
  background-color: #002b60;
}

.container.privacy-policy-style li::marker {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .container.privacy-policy-style {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/************************************
** 店舗ページ
************************************/

/* ====== ヘッダー ====== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.header-top {
  background-color: #fff;
  padding: 8px 16px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-logo {
  position: relative;
  left: 0;
  top: 50%;
}

.header-logo a img {
  width: 100%;
  height: 54px;
  object-fit: contain;
}

a.btn-all-stores {
  display: block;
  background-color: #488dff;
  color: #fff;
  width: 122px;
  padding: 8px 12px;
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
a.btn-all-stores:hover {
  background-color: #f1f1e6;
  color: #002b60;
  opacity: 1;
}

.header-nav {
  background-color: #002b60;
  text-align: center;
}

.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  gap: 40px;
  padding-bottom: 4px;
  font-size: 17px;
}

.header-nav .nav-item-s {
  position: relative;
}

.header-nav .nav-link-s {
  display: inline-block;
  color: #fff;
  padding: 14px 0;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

.header-nav .nav-link-s::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0%;
  height: 2px;
  background-color: #fff100;
  transition: width 0.3s ease;
}

.header-nav .nav-link-s:hover {
  color: #fff100;
}

.header-nav .nav-link-s:hover::after {
  width: 100%;
}

.main-s {
  padding-top: calc(80px + env(safe-area-inset-top));
  margin: 0 1rem;
}

@media (min-width: 769px) {
  .main-s {
    padding-top: calc(120px + env(safe-area-inset-top));
  }

  .btn-all-stores {
    right: 0;
  }
}

@media (min-width: 992px) {
  .main-s {
    margin: 0 1.5rem;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
    width: 28px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 46%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: #0f2450;
    margin: 5px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .header-nav {
    display: none;
    background-color: #002b60;
    width: 100%;
  }

  .header-nav ul {
    display: block;
    padding: 10px 0;
    gap: 0;
  }

  .header-nav .nav-item-s {
    text-align: center;
    padding: 10px 0;
  }

  .header-nav .nav-link::after {
    display: none;
  }

  .header-nav.open {
    display: block;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
} /* end */

section#basic-info,
section#shop-feature,
section#shop-products,
section#shop-payment,
section#shop-news,
section#shop-promo,
section#shop-stock,
section#shop-info,
section#shop-nearby {
  border-bottom: 2px solid #ddd;
}

/* セクション見出し */
section#basic-info h2,
section#shop-feature h2,
section#shop-products h2,
section#shop-payment h2,
section#shop-news h2,
section#shop-promo h2,
section#shop-stock h2,
section#shop-info h2,
section#shop-map h2,
section#shop-nearby h2 {
  padding: 0.1em 0.5em 0.2em 0.4em;
  background: transparent;
  border-left: solid 5px #f73d0b;
} /* END */

.main-s h1 {
  font-size: 1.4em;
}

.main-s h2 {
  font-size: 1.3em;
}

.main-s h3 {
  font-size: 1.2em;
}

.main-s p,
ul.feature-check-lists {
  font-size: 1.05em;
}

@media (min-width: 992px) {
  .main-s h1 {
    font-size: 1.5em;
  }

  .main-s h2 {
    font-size: 1.4em;
  }

  .main-s h3 {
    font-size: 1.3em;
  }
}

.fs-1_3em {
  font-size: 1.3em !important;
}

.fs-1_2em {
  font-size: 1.2em !important;
}

.fs-1_15em {
  font-size: 1.15em !important;
}

.fs-1_1em {
  font-size: 1.1em !important;
}

.fs-1_05em {
  font-size: 1.05em !important;
}

.fs-1_02em {
  font-size: 1.02em !important;
}

.fs-1em {
  font-size: 1em !important;
}

.fs-0_9em {
  font-size: 0.9em !important;
}

/* ====== 店舗基本情報 ====== */

.basic-info-img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.basic-info-img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 0.5rem;
}

.basic-info-pic-oguchi {
  overflow: hidden;
  object-fit: cover;
  max-height: 480px;
}

.basic-info-pic-kariya {
  overflow: hidden;
  object-fit: cover;
  max-height: 480px;
}

#basic-info p {
  margin-bottom: 0.5rem;
}

.shop-logo {
  width: 1.8em;
  margin: 0 0.5em 0.5em 0;
}

.shop-logo-zeroshiki {
  width: 2em;
  margin: 0 0.4em 0.28em 0;
}

.shop-tel {
  width: 200px;
}

.shop-opening-hours {
  max-width: 280px;
  line-height: 1.3;
  padding: 0 1rem;
}

.shop-opening-hours dl {
  display: flex;
  justify-content: start;
  align-items: baseline;
  margin-bottom: 0;
}

.shop-opening-hours dt {
  width: 48%;
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.shop-opening-hours dd {
  flex: 1;
  font-size: 1.25em;
  margin: 0;
}

@media (min-width: 576px) {
  .shop-opening-hours {
    padding: 1rem 0 0 0;
  }
}

/* ====== 店舗特集 ====== */

#shop-feature h3.card-title.card-title-s.text-center.mt-sm-2 {
  color: #fff;
}

.shop-feature-text h3 {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}

.shop-feature-text p {
  padding-bottom: 1em;
}

.card-body-s {
  background-color: #fffeed;
  border-radius: 6px;
}

.card-title-s {
  position: relative;
  padding: 0.6em;
  background: #488dff;
  color: #fff;
  border-radius: 6px;
}

.card-title-s:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #488dff;
  width: 0;
  height: 0;
}

.br-s_feature-card-ttl {
  display: inline;
}

.p.pb-0.fs-1_1em.text-center.highlight {
  font-size: 1.05em;
}

.br-s_feature-card-highlight {
  display: inline;
}

.br-s_feature-card-highlight-oguchi {
  display: inline;
}

.feature-image {
  overflow: hidden;
  object-fit: cover;
  border-radius: 1.8rem;
  background-color: #fffeed;
  max-width: 580px;
}

.doukutsu-web-link {
  position: relative;
  font-weight: 600;
  color: #132eac;
  text-decoration: none;
  padding-right: 0.1em;
  transition: color 0.3s ease;
}

.doukutsu-web-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* 下線の位置（ここで余白を調整） */
  width: 100%;
  height: 2px; /* 線の太さ */
  background-color: #132eac;
  transition: background-color 0.3s ease;
}

.doukutsu-web-link:hover {
  color: #f73d0b;
}

.doukutsu-web-link:hover::after {
  background-color: #f73d0b;
}

@media (min-width: 375px) {
  .br-s_feature-card-highlight {
    display: none;
  }
}

@media (min-width: 390px) {
  .p.pb-0.fs-1_1em.text-center.highlight {
    font-size: 1.1em;
  }
}

@media (min-width: 576px) {
  .br-s_feature-card-ttl {
    display: none;
  }
  .br-s_feature-card-highlight-oguchi {
    display: none;
  }
}

@media (min-width: 576px) {
  .br-s_feature-card-ttl {
    display: none;
  }
}

@media (min-width: 992px) {
  .br-s_feature-card-ttl {
    display: inline;
  }
  .br-s_feature-card-highlight-oguchi {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .br-s_feature-card-ttl {
    display: none;
  }
}

.highlight strong {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0 1em;
}

/* 左側の装飾 */
.highlight strong::before {
  content: "";
  position: absolute;
  left: -0.8em;
  top: 50%;
  transform: translateY(-50%) rotate(60deg);
  width: 2em;
  height: 2px;
  background-color: #f73d0b;
}

/* 右側の装飾 */
.highlight strong::after {
  content: "";
  position: absolute;
  right: -0.8em;
  top: 50%;
  transform: translateY(-50%) rotate(-60deg);
  width: 2em;
  height: 2px;
  background-color: #f73d0b;
}

/* 左側の装飾 */
.highlight-navy strong::before {
  /*content: "";
  position: absolute;  
  top: 50%;
  transform: translateY(-50%) rotate(60deg);
  height: 2px;*/
  left: -0.5em;
  width: 1.5em;
  background-color: #002b60;
}

/* 右側の装飾 */
.highlight-navy strong::after {
  /*content: "";
  position: absolute;  
  top: 50%;
  transform: translateY(-50%) rotate(-60deg);
  height: 2px;*/
  right: -0.5em;
  width: 1.5em;
  background-color: #002b60;
}

.br-highlight-navy {
  display: inline;
}

@media (min-width: 390px) {
  .br-highlight-navy {
    display: none;
  }
}

.row.position-relative {
  position: relative;
}

.feature-check-lists {
  list-style: none;
  padding-left: 0;
}
/*end*/

/* ====== 取扱商品 ====== */

.products-border-top {
  border-top: 2px dotted #c0c0c0;
  padding-top: 1.5rem;
}

/* ====== 支払方法 ====== */

.shop-payment-box {
  background-color: #f8f9fa;
  padding: 1rem 1rem 2.2rem 1rem;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

.shop-payment-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -1rem;
  justify-content: center;
}

.shop-payment-list li {
  padding: 0.2rem;
  flex: 1 1 calc(14.66% - 0.5rem);
  max-width: calc(14.66% - 0.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #f8f9fa;*/
  border-radius: 5px;
  height: 80px;
}

.shop-payment-list img {
  max-height: 85%;
  max-width: 85%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

@media (max-width: 992px) {
  .payment-list li {
    flex: 1 1 22%;
    max-width: 22%;
  }
}

@media (max-width: 768px) {
  .shop-payment-list li {
    flex: 1 1 calc(16.66% - 0.5rem);
    max-width: calc(16.66% - 0.5rem);
  }
}

@media (max-width: 576px) {
  .shop-payment-list li {
    flex: 1 1 calc(25% - 0.5rem);
    max-width: calc(25% - 0.5rem);
  }
}

@media (max-width: 360px) {
  .shop-payment-list li {
    flex: 1 1 calc(33.33% - 0.5rem);
    max-width: calc(33.33% - 0.5rem);
  }
}

.touch-icon {
  width: 1.6em;
  height: 1.6em;
  vertical-align: middle;
  margin-right: -0.3em;
  fill: currentColor; /* テキストと同じ色になる */
}

.amex {
  max-height: 76% !important;
  max-width: 76% !important;
}

.paypay {
  max-height: 100% !important;
  max-width: 100% !important;
}

.paypay_s {
  max-height: 78% !important;
  max-width: 78% !important;
}

.dbarai {
  max-height: 78% !important;
  max-width: 78% !important;
} /*end*/

/* ====== 最新情報 ====== */

.shop-news-wrapper {
  /*border: 1px solid #38acf9;*/
  padding: 10px;
}

/*.shop-news-container {
  margin-top: 20px;
}*/

.shop-news-link {
  align-items: center;
  display: flex;
  padding: 16px 10px;
  transition: background-color 0.5s;
}

.shop-news-link:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.shop-news-info {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.shop-news-date {
  color: #333;
  font-size: 14px;
}

.shop-news-category {
  background-color: rgb(72, 141, 255);
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
  text-align: center;
  width: 100px;
  padding: 0 1px 1px;
  border-radius: 99px;
}

.shop-news-title {
  color: rgb(51, 51, 51);
  font-size: 1em !important;
  line-height: 1.5;
  margin-left: 10px;
  margin-bottom: 0;
}

.shop-news-link:hover {
  background-color: #fff98d;
}

.card-sale-now {
  border-width: 3px;
  /*max-width: 450px;
  margin: 0 auto;*/
  color: #212529 !important;
  font-weight: 600;
}

.card-sale-now-header h3 {
  padding-left: 2.5rem;
}

@media screen and (min-width: 400px) {
  .card-sale-now-header h3 {
    padding-left: 0;
  }
}

.bg-light-yellow {
  background-color: #fffee4;
}

.bg-light-aqua {
  background-color: #eefbff;
}

.text-19448e {
  color: #19448e;
}

.text-navy {
  color: #002b60;
}

.attention-badge {
  position: absolute;
  top: -14px;
  left: 0px;
  width: 70px;
  height: 70px;
  background: radial-gradient(circle at 30% 30%, #ffb347, #ff2e63);
  color: #fff;
  font-weight: 800;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(-10deg);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  animation: popIn 0.6s ease-out;
  z-index: 10;

  animation-name: popIn;
  animation-duration: 1.5s;
  animation-iteration-count: 6;
  animation-fill-mode: forwards; /* 最終状態を保持 */
  animation-timing-function: ease-in-out;
  transform-origin: center;
}

.attention-badge-blue-purple {
  background: radial-gradient(circle at 30% 30%, #3a7bd5, #5f27cd);
}

/*@keyframes popIn {
  0% {
    transform: scale(0.7) rotate(-20deg);
    opacity: 0;
  }
  80% {
    transform: scale(1.1) rotate(-8deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-10deg);
  }
}*/

@media screen and (max-width: 400px) {
  .shop-news-wrapper {
    padding: 15px;
  }

  .shop-news-link {
    display: block;
  }

  .shop-news-category {
    font-size: 14px;
  }

  .shop-news-title {
    font-size: 16px !important;
    margin-left: 0;
    margin-top: 10px;
  }
} /*end*/

/* ====== 在庫 ====== */

.shop-stock-shell {
  max-width: 1100px;
  margin: 0 auto !important;
}

.stock-card {
  border: 2px solid #002b60;
}

.stock-header {
  color: #fff100 !important;
  background-color: rgb(0 43 96) !important;
  border-radius: 0.25rem 0.25rem 0 0 !important;
}

.condition-alt {
  display: block;
  font-size: 0.9em;
  color: #fff;
  margin-top: 0.25em;
}

.pieces-box {
  font-size: 1.7em !important;
  font-weight: 600;
}

.pieces-alt {
  font-size: 0.8em;
}

.rank-badge-alt {
  position: absolute;
  left: -0.8rem;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  width: 6em;
  height: 6em;
  padding-top: 1.5em;
}

/* 金属風グラデーション */
.rank-badge-alt.gold {
  background: linear-gradient(145deg, #ffd700, #ffec8b, #c5a200);
  border: 1px solid #b39500;
  color: #a0522d;
}

.rank-badge-alt.silver {
  background: linear-gradient(145deg, #dcdcdc, #f8f8f8, #b0b0b0);
  border: 1px solid #a9a9a9;
  color: #333;
}

.rank-badge-alt.bronze {
  background: linear-gradient(145deg, #cd7f32, #d88c49, #a0522d);
  border: 1px solid #7a3e1a;
}

.rank-number {
  font-size: 1.5em;
}

.rank-digit {
  font-size: 1.35em;
}

.stock-line {
  border-top: 2px dotted #c0c0c0;
  padding-top: 0.5rem;
  margin: 0 auto;
  opacity: 1;
  max-width: 200px;
}

.row-cols-alt-2 {
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 460px) {
  .stock-line,
  .row-cols-alt-2 {
    max-width: 480px;
  }

  .row-cols-alt-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .rank-badge-alt {
    top: 70px;
    left: 8px;
    font-size: 0.55em;
  }
}

@media (min-width: 576px) {
  .condition-alt {
    display: inline;
    margin-top: 0;
  }
}

/*end*/

/* ====== 店舗からのお知らせ ====== */

.shop-recruitment {
  max-width: 900px;
  margin: 0 auto;
}

.shop_recruitment-attention {
  position: relative;
  font-weight: 700;
  color: #002b60;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

.shop_recruitment-attention::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #f73d0b;
  transition: width 0.3s ease;
}

.shop_recruitment-attention:hover {
  color: #f73d0b;
}

.shop_recruitment-attention:hover::after {
  width: 100%;
} /*end*/

/* ====== MAP ====== */

iframe {
  width: 100%;
  height: 300px;
}

/*@media screen and (max-width: 767px) {
  iframe {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  iframe {
    height: 450px;
  }
}*/ /*end*/

/* END */

/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px;
  }
} /* END */

/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }
} /* END */

/*
*,
*::before,
*::after {
  outline: 1px solid red;
}
*/
