@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Readex+Pro:wght@400;700&display=swap";

*:where(:not(iframe, canvas, img, video, svg, svg *, symbol *)) {
  all: unset;
  display: revert
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a, button {
  cursor: revert
}

b {
  font-weight: 600
}

ol, ul, menu {
  list-style: none;
  padding: 0;
  margin: 0
}

img {
  max-width: 100%
}

table {
  border-collapse: collapse
}

textarea {
  white-space: revert
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert
}

::-webkit-input-placeholder {
  color: unset
}

::-moz-placeholder {
  color: unset
}

:-ms-input-placeholder {
  color: unset
}

::-ms-input-placeholder {
  color: unset
}

::placeholder {
  color: unset
}

:where([hidden]) {
  display: none
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space
}

:where([draggable=true]) {
  -webkit-user-drag: element
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

h2 {
  font-size: 1.5em;
  margin: .75em 0
}

h3 {
  font-size: 1.17em
}

h5 {
  font-size: .83em;
  margin: 1.5em 0
}

h6 {
  font-size: .75em;
  margin: 1.67em 0
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bolder
}

:root {
  --clr-prime: #d1003f;
  --clr-second: #fdd500;
  --clr-gray-light: #f7f7f7;
  --clr-gray-mid: #e7e7e7;
  --clr-gray-dark: #151515;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-blue: #2767c8;
  --clr-light-blue: #e7edf4;
  --clr-gray: #6f6f72;
  --clr-success: #a3ca60;
  --clr-info: #0650cb;
  --clr-warning: #eaba5d;
  --clr-error: #dd3e34;
  --clr-bg: #fff;
  --clr-text: #222222;
  --clr-border: #c1c6c9;
  --fs-sm: .75em;
  --fs-md: 1em;
  --fs-lg: 1.5em;
  --ff-default: sans-serif;
  --ff-en: sans-serif;
  --ff-ja: sans-serif
}

html {
  font-family: var(--ff-default);
  font-size: var(--fs-md)
}

body {
  font-family: Noto Sans CJK JP, sans-serif;
  background-color: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.6
}

a {
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all
}

img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@font-face {
  font-family: Noto Sans CJK JP;
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/notosansjp/NotoSansJP-Thin.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans CJK JP;
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/notosansjp/NotoSansJP-Light.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans CJK JP;
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/notosansjp/NotoSansJP-DemiLight.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans CJK JP;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/notosansjp/NotoSansJP-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans CJK JP;
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/notosansjp/NotoSansJP-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans CJK JP;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/notosansjp/NotoSansJP-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans CJK JP;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/notosansjp/NotoSansJP-Black.woff2) format("woff2")
}

.footer {
  background: #fff
}

.footer__relation-wrapper {
  background: var(--dark-gray, #383838);
  padding: 60px 0 0;
  margin-top: 64px;
  position: relative;
  z-index: 1
}

@media (max-width: 768px) {
  .footer__relation-wrapper {
    padding: 40px 20px;
    margin-top: 56px
  }
}

.footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff
}

@media (min-width: 1701px) {
  .footer__logo-wrap {
    padding: 0 340px
  }
}

@media (max-width: 1700px) {
  .footer__logo-wrap {
    padding: 0 200px
  }
}

@media (max-width: 1650px) {
  .footer__logo-wrap {
    padding: 0 180px
  }
}

@media (max-width: 1535px) {
  .footer__logo-wrap {
    padding: 0 140px
  }
}

@media (max-width: 1440px) {
  .footer__logo-wrap {
    padding: 0 100px
  }
}

@media (max-width: 1024px) {
  .footer__logo-wrap {
    padding: 0 80px
  }
}

@media (max-width: 900px) {
  .footer__logo-wrap {
    padding: 0 60px
  }
}

@media (max-width: 768px) {
  .footer__logo-wrap {
    padding: 0
  }
}

@media (max-width: 560px) {
  .footer__logo-wrap {
    display: block
  }
}

.footer__logo-left {
  width: 70%
}

.footer__logo-right {
  width: 30%
}

@media (max-width: 768px) {
  .footer__logo-right {
    width: 80%
  }
}

@media (max-width: 610px) {
  .footer__logo-right {
    width: 90%
  }
}

@media (max-width: 610px) {
  .footer__logo-right {
    width: 100%
  }
}

.footer__logo-right a {
  text-align: center;
  float: right;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 700;
  color: #2767c8;
  background-color: #fff;
  padding: 12px 20px 12px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background: var(--white, #fff);
  overflow: hidden;
  position: relative;
  z-index: 1
}

@media (max-width: 768px) {
  .footer__logo-right a {
    float: none;
    width: 100%;
    margin: 24px auto auto;
    display: block;
    padding: 12px 16px 12px 32px;
    position: relative;
    text-align: left;
    font-size: 14px
  }
}

.footer__logo-right a span {
  background-color: #e7edf4;
  border-radius: 20px;
  padding: 4px 9px;
  color: #2767c8;
  margin-left: 10px
}

@media (max-width: 768px) {
  .footer__logo-right a span {
    position: absolute;
    right: 10px;
    top: 8px
  }
}

.footer__logo-right a:after {
  background: var(--clr-blue);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: .2s cubic-bezier(.45, 0, .55, 1);
  transition: .2s cubic-bezier(.45, 0, .55, 1);
  z-index: -1
}

.footer__logo-right a:hover {
  color: #fff
}

.footer__logo-right a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1)
}

.footer__logo-img {
  width: 140px;
  display: block;
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .footer__logo-img {
    width: 145px
  }
}

.footer__address {
  opacity: .7;
  color: var(--white, #fff);
  font-family: Readex Pro, Noto Sans JP, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px
}

@media (max-width: 768px) {
  .footer__address {
    font-size: 12px;
    line-height: 20px
  }
}

.footer__site-map {
  border-top: 1px solid #a6a6a6;
  margin-top: 40px;
  color: #fff
}

@media (max-width: 768px) {
  .footer__site-map {
    margin-top: 24px
  }
}

.footer__site-map-wrapper {
  padding: 40px 200px
}

@media (min-width: 1701px) {
  .footer__site-map-wrapper {
    padding: 40px 340px
  }
}

@media (max-width: 1650px) {
  .footer__site-map-wrapper {
    padding: 40px 180px
  }
}

@media (max-width: 1535px) {
  .footer__site-map-wrapper {
    padding: 40px 140px
  }
}

@media (max-width: 1440px) {
  .footer__site-map-wrapper {
    padding: 40px 40px 40px 100px;
  }
}

@media (max-width: 1300px) {
  .footer__site-map-wrapper {
    padding: 40px 100px
  }
}

@media (max-width: 1090px) {
  .footer__site-map-wrapper {
    padding: 40px 80px
  }
}

@media (max-width: 1024px) {
  .footer__site-map-wrapper {
    padding: 40px 80px
  }
}

@media (max-width: 900px) {
  .footer__site-map-wrapper {
    padding: 40px 60px
  }
}

@media (max-width: 768px) {
  .footer__site-map-wrapper {
    padding: 24px 0 0
  }
}

.footer__site-map-wrapper a:hover {
  opacity: .7
}

.footer__site-map-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 0 0 20px;
  gap: 40px
}

@media (max-width: 1300px) {
  .footer__site-map-wrap {
    gap: 20px
  }
}

@media (max-width: 768px) {
  .footer__site-map-wrap {
    padding: 0 0 22px
  }
}

.footer__site-map-wrap:last-child {
  padding-bottom: 0 !important
}

.footer__site-map-left {
  width: 120px
}

.footer__site-map-left.first-map-left {
  width: 110px
}

.footer__site-map-center {
  width: 80px
}

.footer__arrow_icon-top {
  text-align: center;
  color: #2767c8
}

.footer__arrow_icon-top span {
  font-size: 16px;
  font-family: Readex Pro
}

.footer__arrow_icon-top a:hover {
  opacity: .7
}

.footer__site-map-title {
  width: 100px;
  color: var(--white, #fff);
  font-family: Readex Pro, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "HEXP" 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px
}

.footer__site-map-title.footer__site-map-city-title {
  width: 120px
}

.footer__site-map-link {
  opacity: .7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 40px
}

.footer__site-map-link a {
  color: var(--white, #fff);
  font-family: Readex Pro, Noto Sans JP, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
  gap: 0px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 50px
}

@media (max-width: 768px) {
  .footer__site-map-link a {
    margin-right: 15px;
    width: 100%;
    text-wrap: nowrap
  }
}

@media (max-width: 768px) {
  .footer__site-map-link {
    gap: unset
  }
}

.footer__site-map-link.footer__shop-link a {
  max-width: 195px;
  width: 190px;
  margin-right: 9px;
  display: inline-block;
  margin-top: -3px;
}

@media (max-width: 1090px) {
  .footer__site-map-link.footer__shop-link a {
    width: 160px;
  }
}

.footer__site-map-link.footer__shop-link.footer__shop-one-link a {
  display: inline-block;
  width: 500px
}

.footer__site-map-link.footer__shop-other-link a.footer__shop-width-adjust-link {
  max-width: 220px;
  width: 210px
}

@media (max-width: 1700px) {
  .footer__site-map-link.footer__shop-other-link a.footer__shop-width-adjust-link {
    width: 190px
  }
}

@media (max-width: 1090px) {
  .footer__site-map-link.footer__shop-other-link a.footer__shop-width-adjust-link {
    width: 200px
  }
}

.footer__site-map-link.footer__shop-other-link a {
  max-width: 250px;
  width: auto;
  margin-right: 50px
}

@media (max-width: 1182px) {
  .footer__site-map-link.footer__shop-other-link a {
    margin-right: 40px
  }
}

@media (max-width: 1090px) {
  .footer__site-map-link.footer__shop-other-link a {
    margin-right: 60px
  }
}

.footer__site-map-link.footer__shop-link a.footer__shop-other-saitama-link {
  max-width: 250px;
  width: auto;
  margin-right: 33px
}

.footer__site-map-link.show-on-sp {
  width: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.footer__site-map-sp-link {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

/* .footer__site-map-sp-link .-saitama {
  gap: 10px;
} */
@media (max-width: 768px) {
  .footer__site-map-sp-link a {
    flex: 0 1 calc(48% - 6px);
  }
/*   
  .footer__site-map-sp-link .-saitama {
    flex: 0 1 calc(60% - 6px);
  } */
}
@media (max-width: 615px) {
  .footer__site-map-sp-link a {
    flex: 1 1 calc(40% - 4px);
  }
}
.footer__site-map-left-link {
  float: left;
  width: 50%
}

.footer__site-map-right-link {
  float: right;
  width: 50%
}

.footer__site-map-right {
  width: 95%
}

.footer__privacy-policy {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 300;
  font-size: 13px
}

@media (min-width: 1701px) {
  .footer__privacy-policy {
    padding: 32px 340px
  }
}

@media (max-width: 1700px) {
  .footer__privacy-policy {
    padding: 32px 100px
  }
}

@media (max-width: 768px) {
  .footer__privacy-policy {
    display: block;
    padding: 24px 92px;
    font-size: 11px;
    font-weight: 100
  }
}

.footer__privacy-left {
  width: 50%
}

.footer__privacy-left span {
  float: left;
  color: var(--white, #fff);
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Noto Sans CJK JP;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

@media (max-width: 768px) {
  .footer__privacy-left span {
    padding-bottom: 16px
  }
}

.footer__privacy-right {
  width: 50%
}

.footer__privacy-right span {
  float: right;
  color: var(--white, #fff);
  text-align: right;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lexend;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

@media (max-width: 768px) {
  .footer__privacy-right {
    margin-top: 40px
  }
}

.footer__to_top_icon {
  width: 8px;
  margin: auto 20px auto auto;
  vertical-align: -3px
}

.footer__privacy-policy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #222
}

@media (min-width: 1701px) {
  .footer__privacy-policy-wrap {
    padding: 32px 340px
  }
}

@media (max-width: 1700px) {
  .footer__privacy-policy-wrap {
    padding: 32px 200px
  }
}

@media (max-width: 1650px) {
  .footer__privacy-policy-wrap {
    padding: 32px 180px
  }
}

@media (max-width: 1535px) {
  .footer__privacy-policy-wrap {
    padding: 32px 140px
  }
}

@media (max-width: 1440px) {
  .footer__privacy-policy-wrap {
    padding: 32px 100px
  }
}

@media (max-width: 1090px) {
  .footer__privacy-policy-wrap {
    padding: 32px 80px
  }
}

@media (max-width: 1024px) {
  .footer__privacy-policy-wrap {
    padding: 32px 80px
  }
}

@media (max-width: 768px) {
  .footer__privacy-policy-wrap {
    display: block;
    padding: 24px 0
  }
}

.footer__privacy-policy-wrap a:hover {
  opacity: .7
}

.footer__privacy-policy-wrap>* {
  width: 100%
}

@media (max-width: 768px) {
  .footer__privacy-policy-wrap>* {
    text-align: center
  }
}

.footer__privacy-policy-link {
  font-size: 11px
}

@media (max-width: 768px) {
  .footer__privacy-policy-link {
    margin-bottom: 16px
  }
}

.footer__privacy-policy-link a {
  margin-right: 20px
}

@media (max-width: 768px) {
  .footer__privacy-policy-link a {
    display: block;
    margin-bottom: 8px
  }
}

.footer__privacy-policy-copyright {
  font-size: 11px;
  text-align: right
}

@media (max-width: 768px) {
  .footer__privacy-policy-copyright {
    text-align: center
  }
}

.footer__company-wrap a {
  margin-right: 60px
}

@media (max-width: 1300px) {
  .footer__company-wrap a {
    margin-right: 40px
  }
}

.footer__recruit-wrap a {
  margin-right: 23px !important
}

@media (max-width: 1300px) {
  .footer__recruit-wrap a {
    margin-right: unset !important
  }
}

@media (max-width: 768px) {
  .footer__recruit-wrap a {
    margin-right: 10px !important
  }
}

.footer__corporation-wrap {
  opacity: .7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 48px
}

.footer__corporation-wrap a {
  color: var(--white, #fff);
  font-family: Readex Pro, Noto Sans JP, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
  gap: 0px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px
}

@media (max-width: 768px) {
  .footer__corporation-wrap a {
    gap: unset;
    width: 100%
  }
}

@media (max-width: 1300px) {
  .footer__corporation-wrap {
    gap: 30px
  }
}

@media (max-width: 768px) {
  .footer__corporation-wrap {
    gap: unset
  }
}

.footer__long-text-adjust {
  line-height: 25px !important
}

@media (max-width: 768px) {
  .footer__shop-sp-link-adjust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

@media (max-width: 560px) {
  .footer__shop-sp-link-adjust {
    display: block;
    width: 100%
  }
}

@media (max-width: 768px) {
  .footer__site-map-wrap, .footer__privacy-policy {
    display: block
  }

  .footer__logo-left, .footer__site-map-left, .footer__site-map-right, .footer__site-map-center, .footer__privacy-left, .footer__privacy-right {
    width: 100%
  }

  .footer__privacy-left, .footer__privacy-right {
    text-align: center
  }

  .footer__privacy-left span, .footer__privacy-right span {
    float: none
  }
}

.saitama_link_wrap {
  max-width: 250px !important;
  width: auto !important;
  margin-right: 40px !important
}

.sp-saitama-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 496px) {
  .sp-saitama-link {
    display: block
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  background-color: #fff;
  height: 92px;
  position: relative;
  z-index: 1000;
  top: -105px
}

@media (min-width: 1701px) {
  .header {
    padding: 34px 48px
  }
}

@media (max-width: 1700px) {
  .header {
    padding: 34px 36px
  }
}

@media (max-width: 768px) {
  .header {
    padding: 34px 20px
  }
}

@media (min-width: 1701px) {
  .header__logo-img {
    width: 188px
  }
}

@media (max-width: 1700px) {
  .header__logo-img {
    width: 141px
  }
}

.header__logo-img:hover {
  opacity: .7
}

.header__menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer
}

.header__menu-toggle:hover {
  opacity: .6
}

.header div#menu-toggle.is_active__toggle-bar:first-child {
  -webkit-transform: rotate(15deg) translate(-10px, 10px);
  transform: rotate(15deg) translate(-10px, 10px);
  position: absolute;
  top: 35px;
  right: 0
}

.header div#menu-toggle.is_active__toggle-bar:last-child {
  -webkit-transform: rotate(-15deg) translate(-10px, -10px);
  transform: rotate(-15deg) translate(-10px, -10px);
  position: absolute;
  top: 32px;
  right: 0
}

.header__toggle-bar {
  height: 2px;
  background-color: #000;
  margin: 3px 0;
  -webkit-transition: .3s;
  transition: .3s
}

@media (min-width: 1701px) {
  .header__toggle-bar {
    width: 64px
  }
}

@media (max-width: 1700px) {
  .header__toggle-bar {
    width: 48px
  }
}

#shop_info_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

div#menu-toggle.is_active {
  position: relative;
  width: 48px;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

div#menu-toggle.is_active .header__toggle-bar:first-child {
  -webkit-transform: rotate(15deg) translate(-10px, 10px);
  transform: rotate(15deg) translate(-10px, 10px);
  position: absolute;
  top: 3px;
  right: -12px
}

div#menu-toggle.is_active .header__toggle-bar:last-child {
  -webkit-transform: rotate(-15deg) translate(-10px, -10px);
  transform: rotate(-15deg) translate(-10px, -10px);
  position: absolute;
  right: -12px
}

.nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  width: 100%;
  background: #fff
}

.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px
}

.nav ul li {
  border-bottom: 1px solid #dfe1e6;
  color: #000;
  padding: 20px
}

@media (max-width: 1700px) {
  .nav ul li {
    padding: 14px
  }
}

@media (max-width: 768px) {
  .nav ul li {
    padding: 20px
  }
}

.nav ul li a {
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 16px
}

.nav ul li a span {
  float: right;
  margin-right: 10px;
  color: #2767c8;
  background-color: #e7edf4;
  border-radius: 15px;
  padding: 0 5px
}

.nav ul li a:hover {
  opacity: .7
}

.nav ul li:hover {
  cursor: pointer
}

.nav__service-list, .nav__info-list, .nav__shopinfo-list, .nav__apply-list, .nav__corporate-list {
  display: none
}

.nav__service-list li, .nav__info-list li, .nav__shopinfo-list li, .nav__apply-list li, .nav__corporate-list li {
  border-bottom: unset !important;
  font-size: 15px;
  padding: 10px 0 10px 10px
}

.nav__service-list.show, .nav__info-list.show, .nav__corporate-list.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  gap: 60px;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-animation: 1.1s forwards topFadeSlideIn;
  animation: 1.1s forwards topFadeSlideIn
}

@-webkit-keyframes topFadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media (max-width: 768px) {
  .nav__service-list.show, .nav__info-list.show, .nav__corporate-list.show {
    gap: unset
  }
}

.nav__apply-list.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  gap: 95px;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-animation: 1.1s forwards topFadeSlideIn;
  animation: 1.1s forwards topFadeSlideIn
}

@media (max-width: 768px) {
  .nav__apply-list.show {
    gap: unset
  }
}

.nav__service-list li a, .nav__info-list li a, .nav__apply-list li a, .nav__corporate-list li a, .nav__shopinfo-list li a {
  color: #383838 !important;
  font-weight: 400 !important;
  line-height: 32px;
  font-size: 14px !important;
  text-wrap: nowrap
}

.nav__info-list li a {
  margin-right: 25px
}

.nav__apply-list li a {
  margin-right: 35px
}

.nav__shopinfo-list li {
  padding: 0 !important;
  font-size: 14px;
  padding-right: 15px;
  width: 50%
}

.nav__shopinfo-list li a {
  color: #383838 !important;
  font-weight: 400 !important;
  line-height: 32px;
  font-size: 14px !important;
  text-wrap: nowrap
}

.nav__shopinfo-list.show {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  padding: 20px 0;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-animation: 1.1s forwards topFadeSlideIn;
  animation: 1.1s forwards topFadeSlideIn;
  gap: 43px;

  flex-wrap: wrap;
  gap: 5px; /* アイテム間のスペース */
}
/* shopページのため新しい追加しました。 */
.nav__shopinfo-list.show li {
  flex: 0 1 calc(39% - 5px); /* 55%に変更して少し広げる */
  box-sizing: border-box;
}
.nav__shopinfo-list.show li a {
  font-size: 13px!important;
}

/* shopのliのoddたちを少し広げ */
/* oddのliの幅を広げる */
.nav__shopinfo-list.show li:nth-child(odd) {
  flex:1 1 calc(56% - 5px); /* 横幅50%でアイテム間のギャップを差し引く */
}


@media (max-width: 768px) {
  .nav__shopinfo-list.show li:nth-child(odd) {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .nav__shopinfo-list.show li:nth-child(odd) {
    flex:0 1 calc(50% - 5px);
  }
}

@media (max-width: 400px) {
  .nav__shopinfo-list.show li:nth-child(odd) {
    flex:1 1 calc(50% - 5px);
  }
}
@keyframes topFadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media (max-width: 768px) {
  .nav__shopinfo-list.show {
    gap: unset
  }
}

@media (max-width: 560px) {
  .nav__shopinfo-list.show {
    gap: 6px;
  }
  
}

.nav__privacy-policy-wrap {
  padding: 12px 0;
  font-size: 13px;
  margin-bottom: 30px
}

.nav.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 395px;
  right: 0;
  position: absolute;
  overflow-y: auto;
  height: 700px;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transform: translateY(3%);
  transform: translateY(3%);
  -webkit-animation: 1.2s forwards topFadeSlideIn;
  animation: 1.2s forwards topFadeSlideIn
}

@media (max-width: 768px) {
  .nav.show {
    height: 590px
  }
}

@media (max-width: 610px) {
  .nav.show {
    height: 580px
  }
}

@keyframes topFadeSlideIn {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media (max-width: 768px) {
  .nav.show {
    width: 100%
  }
}

.nav__sub-menu-toggle {
  display: block;
  float: right;
  color: #2767c8;
  background-color: #e7edf4 !important;
  padding: 13px;
  border-radius: 15px;
  position: relative
}

.nav__sub-toggle-bar {
  height: 2px;
  background-color: #000 !important;
  margin: 3px 10px 3px 0;
  -webkit-transition: .3s;
  transition: .3s;
  color: #2767c8 !important;
  background-color: #2767c8 !important;
  border-radius: 15px;
  padding: 0 5px;
  position: relative
}

.nav__sub-toggle-bar:last-child {
  -webkit-transform: rotate(90deg) translate(-10px, 10px);
  transform: rotate(90deg) translate(-10px, 10px);
  position: absolute;
  top: 20px;
  left: 17px;
  width: 12px
}

.nav__sub-toggle-bar:first-child {
  -webkit-transform: rotate(1deg) translate(-10px, 10px);
  transform: rotate(1deg) translate(-10px, 10px);
  position: absolute;
  top: 0;
  left: 17px;
  width: 12px
}

.nav__sub-menu-toggle.is_active__sub-toggle-bar:first-child {
  -webkit-transform: rotate(23deg) translate(-10px, 10px);
  transform: rotate(23deg) translate(-10px, 10px);
  position: absolute;
  top: 22px;
  right: 0
}

.nav__sub-menu-toggle.is_active__sub-toggle-bar:last-child {
  display: none
}

.nav__sub-menu-toggle.is_active .nav__sub-toggle-bar:first-child {
  -webkit-transform: rotate(1deg) translate(-10px, 10px);
  transform: rotate(1deg) translate(-10px, 10px);
  position: absolute;
  top: 0;
  right: 8px
}

.nav__sub-menu-toggle.is_active .nav__sub-toggle-bar:last-child {
  display: none
}

.show_active {
  padding-bottom: 0 !important
}

.hide {
  display: none
}

.nav__service-list.show li, .nav__info-list.show li, .nav__apply-list.show li, .nav__corporate-list.show li {
  padding: 0 0 3px;
  font-size: 14px;
  width: 100%
}

.nav__apply-list.show li, .nav__corporate-list.show li, .nav__info-list.show li {
  width: 50%;
  text-wrap: nowrap
}

.header.sub-header, .header.headerColorScroll {
  background: var(--clr-white);
  -webkit-transition: all .3s;
  transition: all .3s
}

.layout {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.layout__header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.layout__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative
}

.nav__shopinfo-list li a {
  width: 350px!important;
}
.nav__shopinfo-list li:last-child a {
  /* margin-left: 25px; */
}


.nav__shopinfo-div-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3px;
}

.nav__shopinfo-div-list span {
  width: 44%; /* 1行に2つ表示 */
  box-sizing: border-box; /* 幅を調整 */
}
.nav__shopinfo-div-list span a {
  color: #383838 !important;
  font-weight: 400 !important;
  line-height: 32px;
  font-size: 13px !important;
  text-wrap: nowrap;
}
#shop_info_wrapper {
  padding: 14px 0 14px 14px;
}

@media (min-width: 1700px) {
  #shop_info_wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  #shop_info_wrapper {
    padding: 20px;
  }
}
div#shop_on_off {
  margin-right: 14px;
}

@media (min-width: 1700px) {
  div#shop_on_off {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  div#shop_on_off {
    margin-right: 0;
  }
}
.other-shop-link {
  opacity: 1;
}