@charset "UTF-8";

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../font/NotoSansCJKjp-Regular.eot") format("eot"), url("../font/NotoSansCJKjp-Regular.ttf") format("ttf"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../font/NotoSansCJKjp-Bold.eot") format("eot"), url("../font/NotoSansCJKjp-Bold.ttf") format("ttf"), url("../NotoSansCJKjp-Bold.woff2") format("woff2"), url("../NotoSansCJKjp-Bold.woff") format("woff");
}

html {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'NotoSansCJKjp', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
  line-height: 1.2;
  overflow-x: hidden;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
}

a>span {
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover>span {
  opacity: 0.7;
}

.emphasis-text {
  color: #e71f19;
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #e71f19 60%);
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

.all-wrapper {
  background: #000;
  margin-top: -15px;
}

#mvSectionPc {
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  height: 300px;
}

#mvSectionPc .mv-section-pc__img {
  background: url("../img/img_mv-store_pc.jpg") center center no-repeat;
  background-size: cover;
  height: 300px;
}

#mvSectionPc .mv-section-pc__title-block {
  min-width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#mvSectionPc .mv-title-pc {
  margin: 40px 0 0 auto;
  padding: 19px 0 18px 24px;
  width: 440px;
  background: #000;
  color: #fff;
}

#mvSectionPc .mv-title-pc__text {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: #B0B0B0;
  font-size: 24px;
  text-align: left;
  display: block;
  margin: 0 0 0 25px;
}

#mvSectionPc .mv-title-pc__text-line {
  display: block;
  font-size: 36px;
  line-height: 1.5;
}

#mvSectionPc .title-block-pc__inner {
  padding: 15px 18px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mvSectionPc .title-block-pc__title {
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  letter-spacing: .6px;
}

#mvSectionPc .title-block-pc__title-small {
  font-weight: bold;
  font-size: 25px;
  vertical-align: bottom;
  letter-spacing: .6px;
  padding-left: 3px;
}

#mvSectionPc .title-block-pc__title-line {
  font-weight: bold;
  display: block;
  font-size: 48px;
  text-align: left;
  letter-spacing: .6px;
}

#storeListTitle .store-list__title-wrap {
  background: #fff;
}

#storeListTitle .store-list__heading-wrap {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1000px;
  margin: auto;
}

#storeListTitle .store-list__heading {
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
}

#storeListTitle .store-list__heading-area {
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 768px) {
  #storeListTitle .store-list__heading-area {
    display: block;
    margin: 0 35px 20px 0;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 0;
  }
}

#storeListTitle .store-list__content {
  padding: 25px 0 50px;
}

#storeListTitle .store-list__content-wrap {
  width: 1000px;
  margin: auto;
}

#storeListTitle .store-list__text {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.6px;
  position: relative;
}

#storeListTitle .shop-card {
  background: #fff;
  padding: 20px 24px 20px;
  border-radius: 8px;
  display: flex;
}

#storeListTitle .shop-card:not(:first-of-type) {
  margin-top: 24px;
}

#storeListTitle .shop-card__shop-name {
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 29px;
  font-weight: bold;
  flex-basis: 330px;
}

#storeListTitle .shop-card__shop-address {
  font-size: 14px;
  line-height: 1.9;
  flex-basis: 480px;
}

#storeListTitle .shop-card__link-wrap {
  flex-basis: 135px;
}

#storeListTitle .shop-card__link {
  display: inline-block;
  background: #000;
  padding: 11px 24px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff !important;
}

#storeListTitle .shop-card__other-link-wrap {
  margin: 60px auto 0;
  text-align: center;
}

#storeListTitle .shop-card__other-link {
  border-radius: 6px;
  display: inline-block;
  padding: 11px 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
}

/* アコーディオンメニュー */
.accordion-single {
  margin-top: 10px;
}

.accordion-single .accordion-single-item:last-of-type .accordion-single-title {
  margin: 0 0 0;
}

.accordion-single .accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
}

.accordion-single .accordion-single-item.is-open .accordion-single-title__box::after {
  transform: translateY(-10%) rotate(315deg);
}

.accordion-single .accordion-single-item.is-open .accordion-single-content {
  margin-bottom: 35px;
  max-height: inherit;
  padding: 0 20px;
}

.accordion-single .accordion-single-item:last-of-type .accordion-single-title {
  margin: 0 0 35px;
}

.accordion-single .accordion-single-title {
  padding: 20px 24px 20px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  margin: 0 0 32px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .accordion-single .accordion-single-title {
    padding: 11px 13px 11px;
    margin: 0 0 20px;
  }
}

.accordion-single .accordion-single-title__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.accordion-single .accordion-single-title__box::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  border: solid 2px #000;
  position: absolute;
  transform: translateY(-50%) rotate(135deg);
  right: 50px;
  top: 51%;
}

@media screen and (max-width: 768px) {
  .accordion-single .accordion-single-title__box::before {
    right: 15px;
  }
}

.accordion-single .accordion-single-title__box::after {
  content: "";
  position: absolute;
  right: 65px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .accordion-single .accordion-single-title__box::after {
    right: 30px;
  }
}

.accordion-single .accordion-single-title:before {
  margin-right: 16px;
  display: block;
  content: '';
  background-size: contain;
  width: 104px;
  min-width: 104px;
  height: 72px;
  background: url(../img/ico_shop2.svg) no-repeat;
}

@media screen and (max-width: 768px) {
  .accordion-single .accordion-single-title:before {
    background: url(../img/ico_shop.png) no-repeat;
    width: 64px;
    height: auto;
    min-width: initial;
    background-size: contain;
  }
}

.accordion-single .accordion-single-title .title1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 768px) {
  .accordion-single .accordion-single-title .title1 {
    font-size: 20px;
    line-height: 175%;
    letter-spacing: 1.2px;
  }
}

.accordion-single .accordion-single-title .title2 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 768px) {
  .accordion-single .accordion-single-title .title2 {
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 1.2px;
  }
}
