/* 20260612 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
}
/* ./20260612 */

body {
  /*min-width: 1200px !important;*/
    min-width: 100%;
    width: 100%;
    
  }
  
  table.tbl_calendar {
      text-align: center;
      width: 100%;
      margin-bottom: 15px;
  }
  table.tbl_calendar caption{
    font-weight: bold;
    margin: 10px auto;
  }
  
  .fav-item{
    position: absolute;
    right: 25px;
    top: 10px;
  }
  .itemList--3 .fav-item {
     right: 3px;
    top: 3px;
  }
  .fav-item button {
      animation: none;
      border: none;
      background: none;
      padding: 0;
      color: rgba(0,0,0, 0.5);
     cursor: pointer;
  }
  .fav-item button.is-added {
      color: rgba(255, 115, 115, 0.5);
  }
  .gNav .megaMenu {
    padding-top: 10px !Important;
  }
  
  /* 20251125 CONSUL-1584 */
  .hdrBottom .inner_gnav .gNav {
    width: 100%;
  }
  .hdrBottom .inner_gnav .gNav > ul {
    justify-content: space-around;
  }
  .hdrBottom .inner_search .hdrSearch_wrap {
    flex: 0 0 100%;
    justify-content: center;
  }
  .hdrBottom .inner_search .hdrSearch_wrap .searchForm {
    max-width: 400px !important;
    flex: 0 0 100% !important;
  }
  .hdrBottom.bottomNav {
    background: #4B4129 !important;
  }
  .hdrBottom.bottomNav > ul > li {
    margin: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .hdrBottom.bottomNav > ul > li > a {
    padding: 0;
    border: none;
  }
  .hdrBottom.bottomNav > ul > li > a:before,
  .hdrBottom.bottomNav > ul > li > a:after {
    content: none !important;
  }
  .hdrBottom.bottomNav > ul > li > a .bottomNav__icon img {
    max-height: 30px;
    margin: auto;
  }
  .hdrBottom.bottomNav > ul > li > a .bottomNav__text {
    font-size: 12px;
  }
  .hdrBottom.bottomNav > ul > li > ul.open {
    position: absolute;
    top: 100%;
    display: block !important;
    z-index: 9;
    width: 100%;
    background: #fff;
    left: 0;
  }
  .hdrBottom.bottomNav > ul > li > ul.open li {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .hdrBottom.bottomNav > ul > li > ul.open li a {
    color: #000;
  }
  /* // 20251125 CONSUL-1584 */
  .gNav li.hasChildren > ul, .gNav li.hasChildren > .megaMenu{
    top: 60px!important;
  }

/* 20260612 */
.font--not-sans {
  font-family: var(--font-noto-sans-jp);
}

.iconNav a small.iconNav__small-text {
  color: #4B4129;
  font-weight: 500;
}

.hdrBottom .inner_gnav .gNav > ul.gNav__center {
  justify-content: center;
}

.gNav > ul.gNav__center > li:not(:last-child) {
  margin-right: 45px;
}

.hdrBottom.bottomNav > ul > li > .global-nav__item__button {
  background-color: none;
  border: none;
  padding: 0;
}

.global-nav__item__children {
  background-color: #FFFFFF;
  position: fixed;
  top: 125px;
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 125px);
  max-height: calc(100dvh - 125px);
}

.global-nav__item__children__inner {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  overflow-y: auto;
}

.global-nav__item__children__content {
  border: 1px solid #cccccc;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  background: #f7f7f7;
}

.iconNav > ul > li.menuToggle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menuToggle small.iconNav__small-text {
  font-size: 10px;
}

.global-nav__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.global-nav .gNav {
    width: 100%;
}
.global-nav .gNav > ul {
  justify-content: space-around;
}
.global-nav {
  position: sticky;
  z-index: 10;
}
.global-nav .gNav > ul > li > button {
  border: none;
  background-color: transparent;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
}
.global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a {
  position: relative;
}
.global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
}
@media screen and (min-width: 1200px) {
  .global-nav__inner {
    max-width: 1200px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .global-nav {
    background: #FFFFFF;
    top: 0;
  }
  .global-nav__inner {
    padding: 0 15px;
  }
  .global-nav .gNav > ul {
    justify-content: center;
  }
  .global-nav .gNav > ul > li:not(:last-child) {
    margin-right: 45px;
  }
  .global-nav .gNav > ul > li > button {
    color: #1b1b1b;
    font-size: 14px;
    display: flex;
    align-items: center;
    min-height: 60px;
    padding-right: 16px;
    padding-left: 0;
  }
  .global-nav .gNav li.hasChildren > button::after {
    content: "";
    right: 0;
    transform: rotate(135deg) translateY(-50%);
  }
  .global-nav li.hasChildren > button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1b1b1b;
    border-right: 2px solid #1b1b1b;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
  }
  .global-nav .gNav li.hasChildren:has(.megaMenu.open) > button::after {
    transform: rotate(-45deg) translateY(-50%);
    border-color: #3B301A;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a {
    display: inline-block;
    width: 100%;
    color: #1b1b1b;
    font-weight: 700;
    text-align: left;
    border: 1px solid #dfdfdf;
    border-radius: 100px;
    background: #FFFFFF;
    padding: 15px;
    transition: 0.3s;
    line-height: 27px;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a:hover {
    color: #3B301A;
    background: #F9F5EA;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a:hover:after {
    right: 12px;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a:has(span > img) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a > span {
    flex: 0 0 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 15px;
  }
  .global-nav .gNav > ul > li > button .bottomNav__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  html:has(.global-nav) {
    scroll-padding-top: 145px;
  }
  .global-nav {
    background: #4B4129;
    top: 0;
  }
  .global-nav__inner {
    padding: 10px;
  }
  .global-nav .gNav > ul > li {
    margin: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .global-nav .gNav > ul > li:not(:last-child) {
    margin: 0;
  }
  .global-nav .gNav > ul > li > button {
    display: block;
    padding: 0;
    color: #FFFFFF;
    width: 100%;
  }
  .global-nav .gNav > ul > li > button .bottomNav__text {
    font-size: 12px;
  }
  .global-nav .gNav > ul > li:has(.megaMenu.open) > button .bottomNav__text {
    text-decoration: underline;
  }
  .global-nav .gNav > ul > li > button .bottomNav__icon img {
    max-height: 30px;
    margin: auto;
  }
  .global-nav .gNav .global-nav__item--kesa {
    order: 1;
  }
  .global-nav .gNav .global-nav__item--goods {
    order: 4;
  }
  .global-nav .gNav .global-nav__item--butsugu {
    order: 2;
  }
  .global-nav .gNav .global-nav__item--reuse {
    order: 3;
  }
  .global-nav .gNav li.hasChildren > .megaMenu {
    top: 65px !important;
    padding: 0 15px 15px 15px !important;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__content {
    height: 100%;
    overflow-y: auto;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 0 0 8px 8px;
    padding: 10px 20px;
    max-height: 310px;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li {
    max-width: 100%;
    padding: 0;
  }
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 9px 30px 9px 11px;
    text-decoration: none;
    color: var(--text);
    transition: border-color 0.2s, box-shadow 0.2s;
    min-height: 52px;
    height: 100%;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }

  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a span {
    border: 1px solid #cccccc;
    border-radius: 5px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 0;
  }

  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a::after {
    border-color: #b8965a;
    width: 2.5px;
    height: 2.5px;
    border-width: 1px;
    right: 11px;
  }

  body:has(.global-nav .gNav li.hasChildren > .megaMenu.open) {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  html:has(.global-nav) {
    scroll-padding-top: 145px;
  }
}
@media (max-width: 700px) {
  .global-nav .gNav li.hasChildren > .megaMenu .megaMenu__inner li a {
    border-radius: 24px;
  }
}

.drawer__nav .drawer__snsNav li a {
  padding: 0;
  border-bottom: 0;
  display: inline;
}
.drawer__nav .drawer__snsNav li a::after {
  display: none;
}
.hdrMiddle__left .iconNav .color_bg {
  background: #F9F5EA;
  color: #3B301A;
}

.drawer__nav .color_bg {
  font-weight: 700;
  background: #F9F5EA;
  color: #3B301A;
}

body:has(.global-nav) #drawer {
  top: 90px;
  max-height: calc(100vh - 90px);
  max-height: calc(100dvh - 90px);
}

body:has(.global-nav) #overlay {
  max-height: calc(100vh - 90px);
  max-height: calc(100dvh - 90px);
  top: 90px;
}

/* body:has(.global-nav):has(.hdrMiddle.hdrMiddle--logoLeft.hdrFixed--sp[style*="position: fixed;"]) #drawer {
  top: 60px;
  max-height: calc(100dvh - 60px);
  max-height: calc(100vh - 60px);
}

body:has(.global-nav):has(.hdrMiddle.hdrMiddle--logoLeft.hdrFixed--sp[style*="position: fixed;"]) #overlay {
  max-height: calc(100dvh - 61px);
  max-height: calc(100vh - 61px);
  top: 61px;
} */

.iconNav__guide {
  margin-left: 10px;
}

.iconNav__guide__overlay {
  position: fixed;
  display: block;
  z-index: 9999997;
  max-height: calc(100vh - 90px);
  max-height: calc(100dvh - 90px);
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  text-align: right;
  color: #fff;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.iconNav__guide__overlay.open {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}

/* body:has(.global-nav):has(.hdrMiddle.hdrMiddle--logoLeft.hdrFixed--sp[style*="position: fixed;"]) .iconNav__guide__overlay {
  top: 60px;
  max-height: calc(100dvh - 60px);
  max-height: calc(100vh - 60px);
} */

#guideOverlay.iconNav__guide__overlay i {
  font-size: 30px;
}

.iconNav__guide__list {
  position: fixed;
  display: block;
  z-index: 9999999;
  top: 90px;
  max-height: calc(100dvh - 90px);
  max-height: calc(100vh - 90px);
  left: -300px;
  background: #FFF;
  width: 300px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}

.iconNav__guide__list.open {
  opacity: 1;
  transition: 0.3s;
  left: 0;
  pointer-events: all;
}

/* body:has(.global-nav):has(.hdrMiddle.hdrMiddle--logoLeft.hdrFixed--sp[style*="position: fixed;"]) .iconNav__guide__list {
  top: 60px;
  max-height: calc(100dvh - 60px);
  max-height: calc(100vh - 60px);
} */

.iconNav__guide__list li {
  list-style: none;
}

.iconNav__guide__list li a {
  text-align: left;
  position: relative;
  display: block;
  line-height: 24px;
  padding: 13px 15px 13px 20px;
  font-weight: 700;
  border-bottom: 1px solid #dfdfdf;
}

.iconNav__guide__list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
  right: 20px;
}
/* ./20260612 */

/* 20260617 */
@media screen and (min-width: 767px) {
  .footer-spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-pcOnly {
    display: none;
  }
  .contactBnr {
    margin: auto;
    padding: 15px;
    max-width: 585px;
  }
}
/* 20260617ここまで */

/* 260630 */
.fav-item .material-icons {
  -webkit-text-stroke: 1px white;
}
/* 260630ここまで */