@charset "UTF-8";
.btn-3ple {
  align-items: center;
  background: #d92984;
  border-radius: 27.5px;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  height: 55px;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
/**PC横並びトピックス**/
.pcview {
  display: inline-block !important;
}
.spview {
  display: none !important;
}
@media (max-width: 1000px) {
  .pcview {
    display: none !important;
  }
  .spview {
    display: inline-block !important;
  }
	.separator--first {
		background-image: url(../img/pcheader_bg_sp7.jpg) !important;
        background-size: 100% !important;
        background-position: top !important;
	}
}
.section-image {
  height: 100px;
  object-fit: contain;
  margin: 1rem;
}
.sections-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;

}
@media (max-width: 1000px) {
  .sections-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .section-text {
    color: #1f2937;
    font-size: 1.1em !important;
    font-weight: 600;
    flex-grow: 1;
    padding-right: 15px;
    line-height: 2rem;
  }
}
.section-card {
  background-color: #EEECE7; 
  display: flex;
  flex: 1;
  flex-direction: row; 
  align-items: center;
  justify-content: center; 
  text-align: left; 
}
@media (min-width: 768px) {
  .section-card {
  }
}
.section-text {
  color: #1f2937; 
  font-size: 1.3rem; 
  font-weight: 600;
  flex-grow: 1;
  padding-right: 15px;
  line-height: 2rem;
}
@media (max-width: 640px) { 
  .section-text {
    font-size: 1rem; 
  }
  .section-card {
	  
	}
  .section-image {
    height: 60px; 
    object-fit: contain;
  }
}
/**PC横並びトピックス**/
/**店舗リスト**/
.shoplist__wraper {
  font-family: sans-serif;
  margin: 0 auto 24px;
  /*padding: 20px;*/
  background-color: #f0f0f0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh; 
  box-sizing: border-box; 

}

.shoplist__details{
width: 50%;
}

.shoplist__container {

  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
  width: 100;
}
.shoplist__text-content {
  /*padding: 40px;*/
  justify-content: space-between;
  display: flex;

}
.shoplist__new-open {
  background-color: #333;
  color: #fff;
  padding: 8px 15px;
  font-size: 1.5em;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.shoplist__department-store-name {
  color: #333; 
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 40px;
}
.shoplist__mall-name {
  color: #F93099; 
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 28px;
}
.shoplist__details p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;

}
.shoplist__image-content {
  width: 48%;

}

.shoplist__image-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.shop-table {
    width: 100%;
    max-width: 600px; /* 表の最大幅 */
    border-collapse: collapse;

    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
  }

  .shop-table th, 
  .shop-table td {
    padding: 16px;
    border-bottom: 1px solid #eee; /* 下線のみのシンプルなデザイン */
    text-align: left;
  }

tr.nopadding td,tr.nopadding th {
padding-top:0 ;

}
  /* 見出し（左側）のスタイル */
  .shop-table th {

    width: 30%;
    font-weight: 600;
    color: #555;
    vertical-align: top;
  }

  /* 住所のフォント調整 */
  .shop-table td {
    width: 70%;
  }

  /* スマホ表示用の設定（画面幅が狭い時） */
  @media (max-width: 1000px) {
    .shop-table th, 
    .shop-table td {

      width: 100%;
      box-sizing: border-box;
      padding: 10px 0; /* 上下のスペースを減らす */
    }
    .shop-table th {
      padding-bottom: 0;
      /* border-bottom: none; */
      background-color: transparent; /* スマホでは背景色を消す */
      color: #888;
      font-size: 13px;
      width: 20%;
    }
.shoplist__image-content {
    width: 100%;
    margin-top: 30px;
}
  }

@media (max-width: 1000px) {
  .shoplist__container {
    width: 100%;
  }
  .shoplist__text-content, .image-content {
    padding: 20px;
    flex-direction: column;
    padding: 0;
  }
.shoplist__details {
    width: 100%;
}
  .shoplist__new-open {
    font-size: 1.2em;
  }
.shoplist__department-store-name {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 28px;
    line-height: 1.2;
}
  .shoplist__mall-name {
    font-size: 1.6em;
    font-weight: 800;
  }
  .shoplist__details p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 18px;
  }
  .shoplist__image-content {
    justify-content: center;
  }
  .shoplist__image-content img {
    max-width: 90%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
}
/**店舗リスト**/
/** google map **/
.map {
  position: relative;
  width: 100%;
  height: 400px;

}
/* Google Mapのiframe */
/* .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(105%) contrast(80%) grayscale(5%) hue-rotate(345deg) saturate(71%) sepia(12%);
} */
/**google map**/
@media (max-width: 768px) {
  /** google map **/
  .map {
    position: relative;
    width: 100%;
    height: 150px;
    padding-top: 50%; 
  }
  /* Google Mapのiframe */
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* filter: brightness(105%) contrast(80%) grayscale(5%) hue-rotate(345deg) saturate(71%) sepia(12%); */
  }
  /**google map**/
}
@media screen and (min-width: 1000px) {
  .btn-3ple {
    border-radius: 55px;
    height: 110px;
    margin: 0 auto;
    max-width: 600px;
  }
}
.btn-3ple--ranking {
  background: #f2b843;
}
.btn-3ple--negative {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .btn-3ple--negative {
    border-width: 2px;
  }
}
.btn-3ple__icon {
  margin-right: 8px;
}
@media screen and (min-width: 1000px) {
  .btn-3ple__icon {
    margin-right: 15px;
  }
}
.btn-3ple__text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .btn-3ple__text {
    font-size: 35px;
  }
}
.btn-3ple--negative .btn-3ple__text {
  color: #d92984;
}
.btn-3ple::after {
  bottom: 0;
  color: #fff;
  content: "\f054";
  display: none;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 700;
  height: 1em;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .btn-3ple::after {
    display: block;
    font-size: 30px;
    right: 30px;
  }
}
.date-check {
  background: #faf9f7;
  /* padding: 25px 0; */
  /* padding-bottom: 0; */
}
@media screen and (min-width: 1000px) {
  .date-check {
    /* padding: 50px 0; */
    /* padding-bottom: 0; */
  }
}
.date-check__text {
  font-size: 11px;
  font-weight: 700;
  line-height: 17.75px;
  margin: -3.375px 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .date-check__text {
    font-size: 30px;
    line-height: 1.6;
    margin: -.3em 0;
  }
}
.date-check__text .strong {
  color: #d92984;
}
.date-check__text .small {
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  .date-check__text .small {
    font-size: .7em;
  }
}
.date-check.js-date-check:not(.is-within) {
  display: none;
}
.footer-copy-wrapper {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 10px 0;
}
@media screen and (min-width: 1000px) {
  .footer-copy-wrapper {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer-copy {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.footer-copy__img {
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer-copy__img {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.footer-copy__text {
  color: #333;
  font-size: 10px;
  line-height: 1.6;
  margin: -.3em 0;
  text-align: center;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer-copy__text {
    font-size: 14px;
  }
}
.header-content {
  padding: 10px 0;
}
@media screen and (min-width: 1000px) {
  .header-content {
    padding: 20px 0;
  }
}
.header-content__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-content__logo {
  align-items: flex-end;
  display: flex;
  flex: 0 0 auto;
}
.header-content__logo-content:not(:last-child) {
  margin-right: 10px;
}
.header-content__logo-content img {
  height: 24px;
}
@media screen and (min-width: 1000px) {
  .header-content__logo-content img {
    height: 39px;
  }
}
.header-content__logo-content--d img {
  height: 16px;
}
@media screen and (min-width: 1000px) {
  .header-content__logo-content--d img {
    height: 26px;
  }
}
.header-content__link {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header-content__link {
    display: block;
    flex: 0 0 auto;
  }
  .header-content__link > a {
    color: inherit;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }
  .header-content__link > a .icon {
    color: #d92984;
    margin-right: .25em;
  }
}
.main {
  position: relative;
}
.pagetop-holder {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  text-align: right;
  width: 100%;
}
.pagetop-container {
  padding-bottom: 10px;
}
body:not(.is-bottom) .pagetop-container {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 1000px) {
  .pagetop-container {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .pagetop-container .container {
    max-width: 1200px;
  }
}
.pagetop {
  border-radius: 50%;
  display: inline-block;
  pointer-events: all;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  word-break: break-all;
}
button {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
main {
  display: block;
}
input {
  border: 0 none;
}
img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
select {
  line-height: 1;
}
select::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.container {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
}
.container img {}
.container__title {
  box-sizing: border-box;
  display: grid !important;
  justify-items: end;
  margin: 0 auto;
  padding: 0 10px;
}
.container__title img {
  justify-self: end;
}
@media screen and (min-width: 1000px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1000px) {
  .container {
    padding: 0 20px;
  }
}
.container--0pad {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .container--0pad {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .container--sp-0pad {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .container--pc-0pad {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .container--pc-only {
    max-width: none !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .container--sp-only {
    max-width: none !important;
    padding: 0 !important;
  }
}
body {
  color: #333;
  /*font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;*/
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .sp-content {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .pc-content {
    display: none;
  }
}
.wrap {
  display: block;
}
@media screen and (max-width: 1000px) {
  .sp-wrap {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .pc-wrap {
    display: block;
  }
}
.hover {
  transition: filter .2s, opacity .7s;
}
/*.hover:hover {
	filter: contrast(50%) brightness(135%) saturate(95%);
}*/
@media screen and (max-width: 999px) {
  .hover:active {
    filter: contrast(50%) brightness(135%) saturate(95%);
  }
}
@media screen and (min-width: 1000px) {
  .hover:hover {
    filter: contrast(50%) brightness(135%) saturate(95%);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hover:hover {
    opacity: .7;
  }
}
.img-block {
  line-height: 0;
  text-align: center;
}
.btn-container {
  display: flex;
  justify-content: center;
}
.btn-container__btn {
  flex: 0 1 auto;
}
.btn-container__btn img {
  width: 100%;
}
.js-lazy-img {
  transition: opacity .7s;
}
.js-lazy-img.is-init, .js-lazy-img.is-loading {
  opacity: 0;
}
.js-lazy-img.is-loaded {
  opacity: 1;
}
.js-lazy-srcset {
  display: none;
  transition: opacity .7s;
}
.js-lazy-srcset.is-loading {
  opacity: 0;
}
.js-lazy-srcset.is-loaded {
  animation: fade-in 1s;
  display: inline-block;
}
img.swiper-lazy {
  opacity: 0;
  transition: opacity .7s;
}
img.swiper-lazy.is-loaded {
  opacity: 1;
}
.js-lazy-bg__holder {
  opacity: 0;
  transition: opacity .2s;
}
.js-lazy-bg.is-loaded .js-lazy-bg__holder {
  opacity: 1;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv-content {
  /*display: inline-block;*/
}
.mv-content img {
  /*width: 100%;*/
  /*text-align: right;*/
  /*float: right;*/
	opacity: 0.8;
}
.main {
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .main {
    padding-bottom: 100px;
  }
}
.separator--first {
  margin-bottom: 15px;
  background-image: url("../img/pcheader_bg7.jpg");
        background-position: top ;
	background-repeat: no-repeat;
background-size: cover;
	background-attachment: fixed;
}
@media screen and (min-width: 1000px) {
  .separator--first {
    margin-bottom: 40px;
  }
}
.separator--content-list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .separator--content-list:not(:last-child) {
    margin-bottom: 80px;
  }
}
.separator--content:not(:last-child) {
  margin-bottom: 100px;
}
.separator--content2:not(:last-child) {
  margin:50px 0 20px;
}
@media screen and (min-width: 1000px) {
  .separator--content:not(:last-child) {
    margin-bottom: 97px;
  }
.separator--content2:not(:last-child) {
  margin:110px 0 86px;
}
}
.separator--banner-item:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (min-width: 1000px) {
  .separator--banner-item:not(:last-child) {
    margin-bottom: 95px;
  }
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
/*外部リンクアイコン*/
.fas {
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
}

}