html {
  font-size: 10px;
  line-height: 1.5;
  cursor: default;
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #5a5b5b;
  background-color: #fff;
}

header, main, section, footer {
  display: block;
  margin: 0;
  padding: 0;
}

.sans-serif {
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6,
p,
dl, dt, dd {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

small {
  font-size: 80%;
}

*, :after, :before {
  box-sizing: border-box;
}

:after, :before {
  vertical-align: inherit;
  text-decoration: inherit;
}

a {
  transition: opacity 0.2s ease;
  text-decoration: none;
  color: #a20073;
}

@media only screen and (min-width: 769px) {
  a:hover,
  a:focus {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 319px) {
  html, body {
    font-size: 4.375vw;
  }
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  overflow: visible;
  height: 0;
}

* + p {
  margin-top: 1em;
}

img {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
  user-drag: none;
  -webkit-user-drag: none;
}

iframe, img {
  border-style: none;
}

table {
  border-collapse: collapse;
}

input {
  overflow: visible;
}

button {
  padding: 0;
  letter-spacing: inherit;
  border: none;
  background: none;
  appearance: none;
}

@media (min-width: 821px) {
  br.sp {
    display: none;
  }
  .storeNavFixed > .sp {
    display: none;
  }
}

@media (max-width: 820px) {
  .storeNavFixed > .sp {
    padding: 23px 0 20px;
  }
}


.t-general {
  overflow: inherit;
  padding-bottom: 40px;
}

.o-header {
  position: fixed;
  z-index: 50;
  background: #fff;
}

.o-footer_text {
  padding: 12px 0;
  text-align: center;
}

.section.-pagebottom {
  position: absolute;
}

@media (min-width: 821px) {
  .menu-open .t-general a:focus,
  .storeNav_list .storeNav_item a:focus {
    opacity: unset !important;
  }
}

@media (max-width: 820px) {
  .menu-open .t-general a:active {
    opacity: 1 !important;
  }
}

.menu-open .t-general a:hover,
.storeNav_list .storeNav_item a:hover {
  opacity: 0.8 !important;
}

.contents_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #595959;
}

.noticeArea {
  font-size: 1.6rem;
  margin: 20px 0 0 auto;
  color: #595959;
}

@media (min-width: 821px) {
  .noticeArea {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 282px;
  }
}
.notice_ttl {
  font-weight: bold;
  margin-bottom: 12px;
}

.notice_txt {
  font-size: 1.2rem;
  margin-bottom: 32px;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

@media (min-width: 821px) {
  .notice_txt {
    flex: 0 0 282px;
  }
}

.notice_txt.red {
  margin: 0 0 -1em;
  color: #eb0015;
}

.notice_txt:last-child {
  margin-bottom: 0;
}

.contents_btn {
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 120px;
  padding: 8px 0;
  text-align: center;
  color: white !important;
  border-radius: 4px;
  background-color: #D13F93;
}

#storeContents {
  position: relative;
  width: 1024px;
  margin: 0 auto 120px;
  padding-top: 130px;
}

.storeMain {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.storeMain:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.storeNav {
  position: relative;
  flex: 0 0 282px;
}

.storeNavFixed {
  position: sticky;
  top: 112px;
  transform: translateX(0) !important;
}

.storeNavFixed.fixed {
  width: 100%;
}

.storeNav_item {
  margin-top: 8px;
}

.storeNav_item:first-child {
  margin-top: 0;
}

.storeNav_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 42px;
  position: relative;
  display: block;
  height: 42px;
  padding: 0 16px;
  cursor: pointer;
  color: white !important;
  border-radius: 4px;
  background: #D13F93;
}

.storeNav_ttl .icon,
.storeArea_ttl .icon {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
}

.storeNav_ttl .icon:before,
.storeNav_ttl .icon:after,
.storeArea_ttl .icon:before,
.storeArea_ttl .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  content: "";
  transform: translate(-50%, -50%);
  background: white;
}

.storeNav_ttl .icon:after,
.storeArea_ttl .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.storeNav_item.active .storeNav_ttl {
  border-radius: 4px 4px 0 0;
}

.storeNav_item.active .storeNav_ttl .icon:after {
  display: none;
}

.storeNav_card {
  margin-top: 4px;
}

.storeNav_card:first-child {
  margin-top: 0;
}

.storeNav_card a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 32px;
  display: block;
  height: 32px;
  padding: 0 16px;
  background: #F0F5F5;
}

.storeArea {
  flex: 0 0 700px;
}

.storeArea_block {
  margin-top: 60px;
}

.storeArea_block:first-child {
  margin-top: 0;
}

.storeArea_ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 56px;
  position: relative;
  height: 56px;
  text-align: center;
  color: white;
  border-radius: 4px 4px 0 0;
  background: #D13F93;
}

.storeArea_body {
  display: block;
}

.storeArea_inner {
  padding: 32px 32px 40px;
  background: #F0F5F5;
}

.storeArea_group {
  margin-top: 32px;
}

.storeArea_group:first-child {
  margin-top: 0;
}

.storeArea_subttl {
  font-size: 1.8rem;
  margin-bottom: 18px;
  text-align: center;
  color: #D13F93;
}

.storeArea_panel {
  padding: 24px;
  background: white;
}

.storeArea_item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
}

.storeArea_item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.storeArea_note {
  font-size: 1.2rem;
  display: block;
  margin-top: 20px;
  color: #595959;
}

.storeCard {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.storeCard_main {
  color: #595959;
}

.storeCard_name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.storeCard_name a {
  font-size: 2rem;
  font-weight: bold;
  display: inline;
  margin-right: 16px;
  color: #595959 !important;
}

.storeCard_name .label {
  padding-bottom: 5px;
}

.storeCard_name .badge {
  font-size: 1.4rem;
  color: #D13F93;
}

.storeCard_address,
.storeCard_tel {
  font-size: 1.6rem;
  line-height: 1.6875;
  background-size: 16px 16px;
}

.storeCard_tel {
  margin-top: 6px;
}

.storeCard_contents {
  font-size: 1.2rem;
  display: flex;
  margin-top: 10px;
  padding-right: 100px;
  color: #808080;
}

.storeCard_contents span {
  margin-left: 1em;
}

.storeCard_contents span:first-child {
  margin-left: 0;
}

.storeCard_map {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.hamburger-btn {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 10px;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  user-select: none;
  border: none;
  border-radius: 4px;
  -webkit-tap-highlight-color: transparent;
}

.hamburger-btn span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 2.75px 0;
  transition: all 0.3s ease;
  transform-origin: center;
  background: #666;
}

.hamburger-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.menu-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.menu-overlay.active {
  display: block;
}

@media (max-width: 820px) {
  .js-headercontainer {
    position: relative;
    z-index: 1000;
  }

  .contents_ttl {
    font-size: 2.4rem;
  }

  .noticeArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.4rem;
    padding: 0 6.4vw;
    margin-right: auto;
    margin-left: auto;
    width: 282px;
  }

  .notice_ttl {
    margin-bottom: 2vw;
  }

  .notice_txt {
    flex: 0 0 282px;
    margin-bottom: 4vw;
  }

  .contents_btn {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.1333333333vw;
  }

  #storeContents {
    width: auto;
    padding-top: 100px;
  }

  .storeMain {
    display: block;
    margin-top: 20px;
  }

  .hamburger-btn {
    display: flex;
  }

  .storeNav {
    position: fixed;
    z-index: 1000;
    top: 50px;
    left: 0;
    visibility: hidden;
    overflow-y: auto;
    width: 100vw;
    height: calc(100dvh - 50px);
    padding: 20px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    background: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .storeNav.active {
    visibility: visible;
    opacity: 1;
  }

  .storeNavFixed {
    position: static;
    height: auto;
    transform: none !important;
  }

  .storeNav .storeNav_ttl {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .storeNav .storeNav_ttl .icon {
    display: block !important;
  }

  .storeNav .storeNav_body {
    display: none;
    overflow: hidden;
  }

  body.menu-open {
    overflow: hidden;
  }

  .storeArea {
    width: 100%;
    padding: 0 3.2vw;
  }

  .storeArea_block {
    margin-top: 3.2vw;
  }

  .storeArea_ttl {
    padding: 0 4.2666666667vw;
    text-align: left;
    border-radius: 4px;
  }

  .storeArea_ttl .icon {
    right: 4.2666666667vw;
  }

  .storeArea_block.active .storeArea_ttl {
    border-radius: 4px 4px 0 0;
  }

  .storeArea_block.active .storeArea_ttl .icon:after {
    display: none;
  }

  .storeArea_inner {
    padding: 0;
    background: transparent;
  }

  .storeArea_ttl.active + .storeArea_body {
    margin-bottom: 8vw;
    border-bottom: 1px solid #CCCCCC;
  }

  .storeArea_group {
    margin-top: 0;
  }

  .storeArea_subttl {
    line-height: 46px;
    height: 46px;
    margin-bottom: 0;
    padding: 0 2.6666666667vw;
    text-align: left;
    background: #F0F5F5;
  }

  .storeArea_group .storeArea_subttl {
    margin-top: 14px;
  }

  .storeArea_group:first-child .storeArea_subttl {
    margin-top: 0;
  }

  .storeArea_panel {
    padding: 0;
  }

  .storeArea_item {
    margin-top: 14px;
    padding: 14px 2.6666666667vw 0;
  }

  .storeArea_item:first-child {
    margin-top: 0;
    padding: 26px 2.6666666667vw 0;
  }

  .storeArea_item:last-child {
    padding-bottom: 3.7333333333vw;
  }

  .storeCard_name {
    font-size: 1.6rem;
  }

  .storeCard_name a {
    font-size: 1.6rem;
    margin-right: 3.2vw;
  }

  .storeCard_name .badge {
    font-size: 1.2rem;
  }

  .storeCard_address,
  .storeCard_tel {
    font-size: 1.2rem;
    background-position: left 3px;
    background-size: 14px 14px;
  }

  .storeCard_contents {
    flex-direction: column;
    padding-right: 60px;
  }

  .storeCard_contents span {
    margin-left: 0;
  }
}

@media (min-width: 821px) {
  .hamburger-btn,
  .menu-overlay {
    display: none !important;
  }

  .storeNav {
    position: relative;
    left: auto;
    visibility: visible;
    flex: 0 0 282px;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
    background: transparent;
    box-shadow: none;
  }
}

.to-pagetop-btn-wrap {
  position: relative;
  min-height: 100px;
}

.to-pagetop-btn {
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 30px;
  visibility: hidden;
  width: 60px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
}

.to-pagetop-btn.-is-show {
  visibility: visible;
  opacity: 1;
}

.to-pagetop-btn.-is-show:hover {
  opacity: 0.8;
}

.to-pagetop-btn.-fixed {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
}

.to-pagetop-btn.-is-show {
  transition: opacity 0.2s ease 0s, visibility 0s ease 0s;
}

.to-pagetop-btn:not(.-is-show) {
  transition: opacity 0.2s ease 0s, visibility 0s ease 0.2s;
}

.to-pagetop-btn.-fixed.-is-show {
  transition: opacity 0.2s ease 0s, visibility 0s ease 0s, bottom 0.2s ease 0s;
}

.to-pagetop-btn.-fixed:not(.-is-show) {
  transition: opacity 0.2s ease 0s, visibility 0s ease 0.2s, bottom 0.2s ease 0s;
}

@media only screen and (max-width: 768px) {
  .to-pagetop-btn-wrap {
    min-height: 5rem;
  }

  .to-pagetop-btn {
    width: 3.8rem;
  }

  .to-pagetop-btn.-is-show:hover {
    opacity: 1;
  }
}

#bedore-webagent-inner {
  display: none !important;
}

.storeNav_body {
  display: none;
}
