@charset "UTF-8";
/*======================================================================
 * ショップ レイアウト
======================================================================*/
@media screen and (max-width: 768px) {
  .sp-fixed-menu {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pagetop-fix {
    bottom: 175px;
  }
}

.shop-slide {
  position: relative;
  margin: 30px auto 40px;
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .shop-slide {
    margin: 0 auto 15px;
  }
}

.shop-slide .swiper {
  padding: 0 0;
}

.shop-slide .swiper-slide {
  position: relative;
  width: 100%;
  padding-top: 66.57%;
}

.shop-slide .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*  */
.main-swiper-button-prev,
.main-swiper-button-next {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
}

.main-swiper-button-prev {
  left: -55px;
}

.main-swiper-button-next {
  right: -55px;
}

@media screen and (max-width: 840px) {

  .main-swiper-button-prev,
  .main-swiper-button-next {
    width: 34px;
  }

  .main-swiper-button-prev {
    left: -34px;
  }

  .main-swiper-button-next {
    right: -34px;
  }
}

@media screen and (max-width: 768px) {

  .main-swiper-button-prev,
  .main-swiper-button-next {
    width: 34px;
  }

  .main-swiper-button-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }

  .main-swiper-button-next {
    right: 0;
    transform: translate(50%, -50%);
  }
}

.main-swiper-button-prev:hover,
.main-swiper-button-next:hover {
  opacity: 0.5;
}

.main-swiper-button-prev::before,
.main-swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main-swiper-button-prev::before {
  background-image: url(../images/common/slide-arrow-prev.svg);
}

.main-swiper-button-next::before {
  background-image: url(../images/common/slide-arrow-next.svg);
}

.main-swiper-button-prev.swiper-button-disabled,
.main-swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

/*  */

.swiper-pagination.swiper-pagination-shop {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  position: static;
}

@media screen and (max-width: 768px) {
  .swiper-pagination.swiper-pagination-shop {
    bottom: -32px;
  }
}

.swiper-pagination.swiper-pagination-shop .swiper-pagination-bullet {
  background-color: #EBEBEB;
  width: 7px;
  height: 7px;
  opacity: 1;
  margin: 0 10px;
}

.swiper-pagination.swiper-pagination-shop .swiper-pagination-bullet:only-child {
  display: inline-block!important;
}

.swiper-pagination.swiper-pagination-shop .swiper-slide-thumbnail {
  width: 19%;
  height: auto;
  margin: 0 5px;
  border-radius: 0;
  overflow: hidden;
  transition: all .2s;
  background-color: #F5F9F7;
  background-color: rgba(245,249,247,1);
  position: relative;
}

.swiper-pagination.swiper-pagination-shop .swiper-slide-thumbnail::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 66.57%;
}

.swiper-pagination.swiper-pagination-shop .swiper-slide-thumbnail::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255,255,255,.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all .2s;
}

.swiper-pagination.swiper-pagination-shop .swiper-pagination-bullet-active {
  background-color: rgba(245,249,247,.4);
}

.swiper-pagination.swiper-pagination-shop .swiper-pagination-bullet-active::after {
  content: none;
  background-color: transparent;
}

.swiper-pagination.swiper-pagination-shop .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-position: 50% 50%;
  object-fit: contain;
}

.shop-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shop-title {
    margin: 0 0 10px;
  }
}

.shop-title .image {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border: 1px solid #D6D6D6;
  padding: 5px;
  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;
}

@media screen and (max-width: 768px) {
  .shop-title .image {
    min-width: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.shop-title .image img {
  margin: auto;
  width: 100%;
  height: 100%;
}

.shop-title .content {
  line-height: 1;
  padding: 0 0 0 1em;
}

.shop-title .content span {
  color: #003A8F;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.shop-title .content .column {
  display: flex;
  align-items: center;
}

.shop-title .content .period {
  font-size: 1.2rem;
  margin-bottom: 7px;
  display: inline-block;
}

.shop-title .content .floor {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin: 0 12px 0 0;
  padding: 3px 6px 4px;
  border-radius: 5px;
  background-color: #000;
}

.shop-title .content h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: 0.2em 0 0 0;
}

.shop-title .content h2 span {
  font-size: 1.1rem;
  color: inherit;
  display: block;
}

.shop-title .content .biz_condition {
  font-size: 1.2rem;
  line-height: 1.3;
  color: inherit;
  margin: 0;
  display: block;
}
.shop-title + .shop-comment {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .shop-title + .shop-comment {
    margin-top: 20px;
  }
}

.shop-comment {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.shop-comment .small {
  font-size: 1.2rem;
  display: block;
  padding: 0.4em 0 0 0;
}
.shop-comment .comment {
  margin: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.shop-comment .comment-button {
  text-align: center;
  margin: 10px 0 0;
}
.shop-comment .js-comment-more {
  text-decoration: underline;
  padding-right: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.shop-comment .js-comment-more::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2E2225;
  border-right: 1px solid #2E2225;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.shop-comment .js-comment-more.expanded::after {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shop-detail {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .shop-detail {
    margin-top: 20px;
  }
}
.shop-detail .shop-detail-heading {
  font-size: 1.8rem;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #003A8F;
}

.shop-detail > dl {
  font-size: 1.4rem;
  margin: 0;
  padding: 14px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #D6D6D6;
}
.shop-detail > dl.keywords {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .shop-detail > dl.keywords {
    display: block;
  }
}
.shop-detail > dl:first-of-type {
  padding-top: 0;
  border-top: none;
}
.shop-detail > dl dt {
  font-weight: bold;
  width: 220px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .shop-detail > dl dt {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .shop-detail > dl.keywords dt {
    width: 100%;
  }
}
.shop-detail > dl dd {
  width: calc(100% - 220px);
  margin: 0;
  padding: 0 10px 0 40px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .shop-detail > dl dd {
    width: calc(100% - 120px);
    padding: 0 10px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .shop-detail > dl.keywords dd {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
  }
}
.shop-detail > dl.contact dd p {
  margin: 0;
}
.shop-detail > dl.contact dd p:not(:first-child) {
  margin-top: 5px;
}
.shop-detail > dl dd p.floor {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .shop-detail > dl dd p.floor {
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .shop-detail > dl.map dt {
    display: none;
  }
  .shop-detail > dl.map dd {
    width: 100%;
    padding: 0 10px;
  }
}
.shop-detail > dl dd p.floormap {
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .shop-detail > dl dd p.floormap {
    margin: 2px auto;
    display: block;
  }
}
.shop-detail > dl dd p.floormap .link-button {
  min-height: 40px;
  max-width: initial;
  max-width: auto;
  width: auto;
  margin: 0;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .shop-detail > dl dd p.floormap .link-button {
    font-size: 1.4rem;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
.shop-detail > dl dd p.floormap .link-button.-pdf:after {
  content: none;
}
.shop-detail > dl dd p.floormap .link-button.-pdf span:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 22px;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background: url(../images/common/icon-pdf.svg) no-repeat center / contain;
  top: 50%;
  transform: translateY(-50%);
}
.shop-detail > dl dd p.floormap .link-button.-pdf span {
  padding-right: 28px;
  position: relative;
}
.shop-detail > dl dd a {
  color: #003A8F;
}
.shop-detail > dl dd a.tel {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .shop-detail > dl dd a.tel {
    color: #003A8F;
  }
}
.shop-detail > dl dd .note {
  font-size: 1.2rem;
  display: block;
  padding: 0.2em 0 0 0;
}
.shop-detail > dl dd .related-keywords ul li a {
  color: #003A8F;
}

.shop-benefits {
  border-top: 1px solid #D6D6D6;
}
.shop-benefits > dl dt {
  background-color: #F4F4F4;
  font-size: 1.6rem;
  padding: 0.8em 0.8em 0.7em 1em;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shop-benefits > dl dt {
    font-size: 1.6rem;
  }
}
.shop-benefits > dl dd {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 0.8em 0 0 0;
  margin: 0;
}

.shop-benefits > dl dd .benefits > dl {
  border: 1px solid #D6D6D6;
  padding: 0;
  margin: 0 0 10px;
}
.shop-benefits > dl dd .benefits > dl:first-child {
  margin: 3px 0 10px;
}
.shop-benefits > dl dd .benefits > dl dt {
  background-color: initial;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  text-align: left;
  width: 100%;
  border-bottom: none;
  position: relative;
  padding: 0.8em 0.8em 0.8em;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .shop-benefits > dl dd .benefits > dl dt {
    font-size: 2.2rem;
    padding: 0.5em 2em 0.8em 0.8em;
  }
}
.shop-benefits > dl dd .benefits > dl dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 5px;
  background: #003A8F;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .shop-benefits > dl dd .benefits > dl dt:before {
    top: 28px;
  }
}
.shop-benefits > dl dd .benefits > dl dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 5px;
  background: #003A8F;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .shop-benefits > dl dd .benefits > dl dt:after {
    top: 28px;
  }
}
.shop-benefits > dl dd .benefits > dl dt.-active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop-benefits > dl dd .benefits > dl dd {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  padding: 0 2em 0.8em 1em;
}
@media screen and (max-width: 768px) {
  .shop-benefits > dl dd .benefits > dl dd {
    font-size: 1.6rem;
  }
}
.shop-benefits > dl dd .benefits > dl dd .link_wrap {
  text-align: right;
  margin: 10px 0 0;
}
.shop-benefits > dl dd .benefits > dl dd .link_wrap a {
  font-size: 1.6rem;
  color: #003A8F;
}

.shop-benefits > dl dd .benefits > dl dd .note {
  font-size: 1.2rem;
  color: #676767;
  display: block;
  padding: 0.2em 0 0 0;
}




.shop-news {
  border-top: 1px solid #D6D6D6;
  margin: 0;
  padding: 36px 0 0;
}

.shop-news .sub-heading {
  font-size: 1.6rem;
  margin: 0 0 0.5em;
}

.shop-news .l-content-slider:not(:last-child) {
  margin-bottom: 3rem;
}

.shop-news~.bottom-button {
  margin: 2em 0 0;
}

@media screen and (max-width: 768px) {
  .shop-news~.bottom-button {
    margin: 2em 0 0;
  }
}

.shop-links {
  background-color: #003A8F;
  width: 200px;
  position: fixed;
  right: 0;
  bottom: 134px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 25px 12px;
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  .shop-links {
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 4;
  }
}

.shop-links .shop-links-header {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 0.5em;
  white-space: nowrap;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .shop-links .shop-links-header {
    pointer-events: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 0 0 0 3em;
    margin: 0;
    font-size: 1.6rem;
    position: relative;
    border-bottom: none;
    white-space: nowrap;
  }

  .shop-links .shop-links-header br {
    display: none;
  }

  .shop-links .shop-links-header:before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .shop-links .shop-links-header:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .shop-links .shop-links-header.-active {
    border-bottom: 1px solid #fff;
  }

  .shop-links .shop-links-header.-active:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.shop-links ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .shop-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
  }
}

.shop-links ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .shop-links ul li {
    height: 55px;
    border-bottom: 1px solid #003A8F;
  }
}

.shop-links ul li a {
  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;
  background-color: #fff;
  height: 40px;
  margin: 0 0 8px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #003A8F;
  font-weight: bold;
}

.shop-links ul li a br {
  display: none;
}

@media screen and (max-width: 768px) {
  .shop-links ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.2;
  }

  .shop-links ul li a br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .shop-links ul .w25 {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .shop-links ul .w33 {
    width: 33.333%;
  }
}

@media screen and (max-width: 768px) {
  .shop-links ul .w50 {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .shop-links ul .w100 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .shop-links ul .bor-r {
    border-right: 1px solid #ECECEC;
  }
}