@charset "UTF-8";
/*======================================================================
 * ショップニュースページ レイアウト
======================================================================*/
/* ------------------------------------------------------------
  * 共通
------------------------------------------------------------ */
/* ------------------------------------------------------------
  * 一覧
------------------------------------------------------------ */
.search-block {
  margin: 40px auto 46px;
}
.l-content-list {
  margin-top: -25px;
}
.l-content-list > * {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .l-content-list {
    margin-top: -20px;
  }
  .l-content-list > * {
    margin-top: 20px;
  }
}

/* ------------------------------------------------------------
  * 詳細
------------------------------------------------------------ */
.article .shopnews-title {
  margin: 2em auto 21px;
}
@media screen and (max-width: 768px) {
  .article .shopnews-title {
    margin-top: 20px;
  }
}
.article .shopnews-title .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .article .shopnews-title .info {
    margin-bottom: 3px;
  }
}
.article .shopnews-title .new {
  margin: 0 9px 0 0;
  font-size: 1.1rem;
}
.article .shopnews-title .new span {
  background: #FD4D4F;
  border-radius: 3px;
  padding: 4px 8px;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Alegreya Sans", 'Montserrat', sans-serif;
  color: #fff;
}
.article .shopnews-title .date {
  margin: 0;
  color: #727272;
  font-size: 1.4rem;
}
.article .shopnews-title .date span {
  font-family: "Alegreya Sans", "Montserrat", sans-serif;
  letter-spacing: 0;
}
.article .shopnews-title .shop-name {
  margin: 0;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.71;
  background: url("../images/common/icon-shop-name.svg") 0 50%/16px 16px no-repeat;
}
.article .shopnews-title .tel {
  margin: 0 0 7px;
}
@media screen and (max-width: 768px) {
  .article .shopnews-title .tel {
    margin-bottom: 15px;
  }
}
.article .shopnews-title .tel a {
  color: inherit;
  text-decoration: none;
}
.article .shopnews-detail {
  border-bottom: 1px solid #000;
  word-break: break-all;
}
.article .shopnews-detail .content {
  margin: auto;
  line-height: 1.69;
  border-bottom: solid 1px #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.article .shopnews-detail .content > p a {
  color: #000;
}
.article .shopnews-detail .content a {
  color: #000;
}
.article .shopnews-detail .content span {
  font-size: 1.6rem !important;
}
.article .shopnews-detail .image {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
}
.article .shopnews-detail .info {
  margin-bottom: 5px;
}
.article .shopnews-detail .info dl {
  display: block;
  margin: 0 0 10px;
}
.article .shopnews-detail .info dl dt, .article .shopnews-detail .info dl dd {
  display: inline-block;
  margin: 0;
}
.article .shopnews-detail .info dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 87px;
  margin-top: 3px;
  margin-right: 5px;
  padding: 3px 10px;
  line-height: 1.1;
  text-align: center;
  background: #000;
  vertical-align: top;
  color: #fff;
}
.article .shopnews-detail .info dl dd {
  width: calc(100% - 97px);
  line-height: 1.69;
  word-break: break-all;
}

.article .shopnews-detail .link-heading a.icon {
  position: relative;
  color: #000;
  text-decoration: none;
}
.article .shopnews-detail .link-heading a.icon.-pdf span {
  position: relative;
  word-break: break-all;
}
.article .shopnews-detail .link-heading a.icon.-pdf span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url("../images/common/icon-pdf.svg") no-repeat center 3px;
  background-size: 100% auto;
  position: absolute;
  right: -20px;
}

/* 関連キーワード */
.article .related-keywords {
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .article .related-keywords .heading {
    text-align: left;
    margin-bottom: 1.6rem;
  }
}

/* SNSリンク */
.article .shopnews-detail .sns-link {
  margin: 34px auto 40px;
}

/*------------------------------------------------------------
 * ショップ情報、新着ショップニュース、今後のイベント情報
------------------------------------------------------------*/
/* 共通 */
.section-container {
  margin-top: 32px;
}
.section-container:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-container:last-child {
    margin-bottom: 0;
  }
}
.section-container .l-title-line {
  margin-bottom: 20px;
}
.l-content-slider .content .title {
  color: #000;
}


/* ショップ情報 */
.shop-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  padding: 20px 40px 20px 20px;
  background: #fff;
  text-decoration: none;
  color: inherit;
}
.shop-info a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shop-info .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 180px;
  margin-right: 10px;
  background: #fff;
  overflow: hidden;
}
.shop-info .image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.shop-info .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop-info .floor {
  position: relative;
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1;
}
.shop-info .category {
  margin-top: 5px;
  color: #727272;
  font-size: 1rem;
}
.shop-info .shop-name {
  margin: 0;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.71;
  background: url("../images/common/icon-shop-name.svg") 0 16%/16px 16px no-repeat;
}
.shop-info .shop-name .namekana {
  font-size: 1.1rem;
  display: block;
}
.shop-info .taxfree {
  width: 100%;
}
.shop-info .taxfree img {
  max-width: 65px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .shop-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 16px 32px 16px 10px;
  }
  .shop-info a::after {
    right: 14px;
  }
  .shop-info .image {
    width: 120px;
    margin-right: 16px;
  }
  .shop-info .floor {
    margin-bottom: 6px;
  }
  .shop-info .shop-name {
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.6875;
    background: none;
  }
  .shop-info .taxfree img {
    max-width: 75px;
  }
}


/*  */
.event-information .section-container {
  margin-top: 6rem;
}


/* この店舗のショップニュース、新着ショップニュース */
.news-block:nth-child(n+2) {
  margin-top: 2rem;
}
.news-block .sub-heading {
  font-weight: bold;
  margin: 0 0 1.5rem;
  padding-bottom: 2px;
  position: relative;
}
.news-block .sub-heading::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #000;
}
.news-block .sub-heading span {
  padding: 5px 0 3px 10px;
  position: relative;
  display: inline-block;
}


/*------------------------------------------------------------
 * おすすめ特集
------------------------------------------------------------*/
.recommend-feaature {
  margin-top: 4rem;
}
.recommend-feaature .title {
  margin-bottom: 1em;
  padding-bottom: 5px;
}

.feature-swiper-container {
  position: relative;
  margin-top: 0.5em;
}
.feature-swiper-container .swiper-button-disabled {
  display: none;
}
.feature-swiper-container.cinema .feature-swiper-button-next, .feature-swiper-container.cinema .feature-swiper-button-prev {
  top: 36%;
}
.feature-swiper-container.cinema ul li a .image {
  padding-top: 142%;
}
.feature-swiper-container.cinema ul li a .text p.title {
  margin-bottom: 0;
}
.feature-swiper-container .shop-slider {
  max-width: 1000px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .shop-slider {
    margin: 0 calc(50% - 50vw) 30px 0;
  }
}
.feature-swiper-container .shop-slider ul {
  margin: 0;
}
.feature-swiper-container .feature-swiper-button-next, .feature-swiper-container .feature-swiper-button-prev {
  position: absolute;
  top: 38%;
  width: 34px;
  height: 34px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.feature-swiper-container .feature-swiper-button-next:hover, .feature-swiper-container .feature-swiper-button-prev:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-next, .feature-swiper-container .feature-swiper-button-prev {
    display: none;
  }
}
.feature-swiper-container .feature-swiper-button-next:before, .feature-swiper-container .feature-swiper-button-prev:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #14AECC;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.feature-swiper-container .feature-swiper-button-next:after, .feature-swiper-container .feature-swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  right: 64%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  margin: -5px 0 0 -8px;
}
.feature-swiper-container .feature-swiper-button-next {
  right: -18px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-next {
    right: 7%;
  }
}
.feature-swiper-container .feature-swiper-button-next:after {
  margin-right: -3px;
}
.feature-swiper-container .feature-swiper-button-prev {
  left: -18px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-prev {
    left: 7%;
  }
}
.feature-swiper-container .feature-swiper-button-prev:after {
  margin-left: -5px;
  right: 43%;
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
  transform: translate(50%, -50%) rotate(-135deg);
}
.feature-swiper-container ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .feature-swiper-container ul::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .feature-swiper-container ul li {
    width: 246px;
    margin-right: 10px;
  }
  .feature-swiper-container ul li:last-child {
    margin-right: 5.5vw;
  }
}
.feature-swiper-container ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000000;
}
.feature-swiper-container ul li a.-new:before {
  position: absolute;
  content: "NEW";
  font-size: 1.1rem;
  background: #FFE72E;
  padding: 0 4px;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}
.feature-swiper-container ul li a .image {
  position: relative;
  padding-top: 75%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.feature-swiper-container ul li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-swiper-container ul li a .text p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feature-swiper-container ul li a .text p.title {
  color: #000000;
  line-height: 1.68;
  margin-bottom: 0.25em;
}
.feature-swiper-container ul li a .text p.detail {
  font-size: 1.4rem;
  color: #727272;
  line-height: 1.43;
}

@media screen and (min-width: 769px) {
  .feature-slider {
    margin-left: -17px;
    margin-right: -17px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .feature-slider {
    margin-right: calc(50% - 50vw);
  }
}
.feature-slider .slide-button-prev, .feature-slider .slide-button-next {
  top: 42%;
}
@media screen and (max-width: 768px) {
  .feature-slider .feature-item {
    width: 240px;
  }
}
.feature-slider .feature-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.feature-slider .feature-item .text {
  padding-top: 1rem;
}