@charset "UTF-8";
/*======================================================================
 * ショップニュースページ レイアウト
======================================================================*/
/* ------------------------------------------------------------
  * 共通
------------------------------------------------------------ */
.related-keywords {
  max-width: initial;
  flex-wrap: wrap;
}
.related-keywords .heading {
  text-align: left;
  width: 100%;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .related-keywords .heading {
    margin-bottom: 1.6rem;
  }
}

.search-box ul li a.-current {
  background: #E0F6FA;
}

.search-box {
  background: #F4F4F4;
  padding: 15px 20px 22px;
  margin: 3.6rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .search-box {
    margin: 15px calc(50% - 50vw) 30px;
  }
}
.search-box .main-heading {
  text-align: center;
}
.search-box .category {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .search-box .category {
    padding: 20px 25px;
  }
}
.search-box .category .category-list {
  margin-top: 15px;
}
.search-box ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-box ul li {
  margin-right: 13px;
  width: calc((100% - 39px) / 4);
  font-size: 1.4rem;
}
.search-box ul li input[type=checkbox],
.search-box ul li input[type=radio] {
  display: none;
}
.search-box ul li input[type=checkbox]:checked + label,
.search-box ul li input[type=radio]:checked + label {
  background: #E0F6FA;
}
.search-box ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #14AECC;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #14AECC;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .search-box ul li {
    width: calc((100% - 11px) / 2);
    margin-right: 11px;
  }
  .search-box ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.search-box ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  border: 1px solid #14AECC;
  border-radius: 5px;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #14AECC;
  padding: 5px;
  text-align: center;
}
.search-box ul li:nth-child(4n) {
  margin-right: 0;
}
.search-box ul li:nth-child(n+5) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.search-box .floor {
  background: #ffffff;
  margin: 10px auto 30px;
  border-radius: 5px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .search-box .floor {
    padding: 20px 25px;
    margin: 20px auto 30px;
  }
}
.search-box .floor .floor-list {
  margin-top: 15px;
}
.search-box .floor ul li {
  margin-right: 13px;
  width: calc((100% - 52px) / 5);
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li {
    margin-right: 8px;
    width: calc((100% - 16px) / 3);
  }
}
.search-box .floor ul li a {
  min-height: 40px;
}
.search-box .floor ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li:nth-child(5n) {
    margin-right: 8px;
  }
}
.search-box .floor ul li:nth-child(n+5) {
  margin-top: 0;
}
.search-box .floor ul li:nth-child(n+6) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li:nth-child(3n) {
    margin-right: 0;
  }
  .search-box .floor ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .search-box .floor ul li:nth-child(n+4) {
    margin-top: 10px;
  }
}
.search-box .link-button-group {
  margin-top: 30px;
}
.search-box .show-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  border: 1px solid #14AECC;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #14AECC;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-box .show-button {
    width: 100%;
    max-width: none;
  }
}
.search-box .show-button:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url("../images/common/icon-search.svg") no-repeat;
  background-size: 100%;
}
.search-box .clear-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-box .clear-button {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
}

/* ------------------------------------------------------------
  * 一覧
------------------------------------------------------------ */
.search-block {
  margin: 40px auto 46px;
}
.search-block .search-form {
  width: 600px;
  /* height: 42px; */
}
@media screen and (max-width: 768px) {
  .search-block .search-form {
    margin-top: 40px;
  }
}
.search-block .search-form input[type=text] {
  padding: 0 10px;
}
.search-block .search-form button[type=submit] {
  /* top: -4px; */
}
.search-block .search-form button[type=submit] i::before {
  /* right: 15px;
  width: 17px; */
}
@media screen and (max-width: 768px) {
  .search-block {
    margin: 40px auto 24px;
  }
  .search-block .search-form {
    width: 100%;
    height: 35px;
  }
  .search-block .search-form input[type=text] {
    padding: 0 10px;
  }
  .search-block .search-form button[type=submit] {
    top: -10px;
    right: -10px;
  }
  .search-block .search-form button[type=submit] i::before {
    right: 10px;
  }
}

.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;
}
.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;
}
.article .shopnews-title .new {
  margin: 0 9px 0 0;
  font-size: 1.1rem;
}
.article .shopnews-title .new span {
  background: #FFE72E;
  padding: 2px 4px;
  top: 0;
  left: 0;
  z-index: 2;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.article .shopnews-title .date {
  margin: 0;
  color: #727272;
  font-size: 1.4rem;
}
.article .shopnews-title .date span {
  font-family: "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;
}
.article .shopnews-title .tel a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .article .shopnews-title {
    margin-top: 20px;
  }
  .article .shopnews-title .info {
    margin-bottom: 3px;
  }
  .article .shopnews-title .tel {
    margin-bottom: 15px;
  }
}
.article .shopnews-detail {
  border-bottom: 1px solid #D6D6D6;
}
.article .shopnews-detail a {
  color: #14AECC;
}
.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;
}
.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: #F4F4F4;
  vertical-align: top;
}
.article .shopnews-detail .info dl dd {
  width: calc(100% - 97px);
  line-height: 1.69;
  word-break: break-all;
}
.article .shopnews-detail .content {
  margin: auto;
  line-height: 1.69;
  border-bottom: solid 1px #D6D6D6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.article .shopnews-detail .content span {
  font-size: 1.6rem !important;
}
.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 .shopnews-detail .sns-link {
  margin: 34px auto 40px;
}

.section-container {
  margin-top: 32px;
}
.event-information .section-container {
  margin-top: 6rem;
}
.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;
}
.section-container .l-title-line + .news-block .sub-heading:first-child {
  margin-top: -5px;
}
.section-container .link-button-group {
  margin-top: 30px;
  margin-bottom: 0;
}

.news-block:nth-child(n+2) {
  margin-top: 20px;
}
.news-block.-current-shop {
  margin-top: 32px;
}
.news-block .sub-heading {
  margin: 0 0 5px;
  font-weight: bold;
}

.l-content-slider .content {
  margin: 12px 0 0;
  padding: 0;
  border: none;
}
.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;
  padding: 20px 40px 20px 20px;
  background: #F4F4F4;
  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 #14AECC;
  border-right: 1px solid #14AECC;
  -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;
  padding-left: 1.6rem;
  font-size: 1.1rem;
  line-height: 1;
}
.shop-info .floor:before {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.2rem;
  top: 50%;
  left: 0;
  margin-top: -0.6rem;
  background: url("../images/common/icon-floor.svg") no-repeat center center;
  background-size: contain;
}
.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;
}
@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;
  }
}

/*------------------------------------------------------------
 * おすすめ特集
------------------------------------------------------------*/
.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;
}