@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: 35px 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%;
}
.shop-slide .main-swiper-button-prev,
.shop-slide .main-swiper-button-next {
  position: absolute;
  top: 40.3%;
  width: 34px;
  height: 34px;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
}
@media screen and (max-width: 768px) {
  .shop-slide .main-swiper-button-prev,
  .shop-slide .main-swiper-button-next {
    top: 39.8%;
  }
}
.shop-slide .main-swiper-button-prev:before,
.shop-slide .main-swiper-button-next:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.shop-slide .main-swiper-button-prev:after,
.shop-slide .main-swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 61%;
  right: 64%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: -5px 0 0 -8px;
}
.shop-slide .main-swiper-button-next {
  right: -50px;
}
@media screen and (max-width: 920px) {
  .shop-slide .main-swiper-button-next {
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .shop-slide .main-swiper-button-next {
    right: 8px;
  }
}
.shop-slide .main-swiper-button-next:after {
  margin-right: -3px;
  transition: margin-right .2s;
}
.shop-slide .main-swiper-button-next:hover:after {
  margin-right: -6px;
}
.shop-slide .main-swiper-button-prev {
  left: -50px;
}
@media screen and (max-width: 920px) {
  .shop-slide .main-swiper-button-prev {
    left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .shop-slide .main-swiper-button-prev {
    left: 8px;
  }
}
.shop-slide .main-swiper-button-prev:after {
  margin-left: -5px;
  right: 46%;
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
  transform: translate(50%, -50%) rotate(-135deg);
  transition: right .2s;
}
.shop-slide .main-swiper-button-prev:hover:after {
  right: 52%;
}
.swiper-pagination.swiper-pagination-shop {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  position: static;
}
.swiper-pagination.swiper-pagination-shop .swiper-pagination-bullet {
  background-color: #E5E5E5;
  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: rgba(245,249,247,.2);
  position: relative;
}
.swiper-pagination.swiper-pagination-shop .swiper-slide-thumbnail::before,
.swiper-pagination.swiper-pagination-shop .swiper-slide-thumbnail::after {
  content: "";
  width: 100%;
  display: block;
}
.swiper-pagination.swiper-pagination-shop .swiper-slide-thumbnail::before {
  padding-top: 66.57%;
}
.swiper-pagination.swiper-pagination-shop .swiper-slide-thumbnail::after {
  height: 100%;
  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 auto 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-title .image {
  width: 100px;
  min-width: 100px;
  height: 100px;
  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;
  background-color: #fff;
}
@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: #FD4D4F;
  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 .namekana {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 0;
}
.shop-title .content h2,
.shop-title .content h2 .namelang {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  margin: 0;
  padding: 0.2em 0 0 0;
}
.shop-title .content h2 span.editname {
  font-size: 1.6rem;
  color: #000;
  padding: 0.2em 0 0 0;
}
.shop-title .content .biz_condition,
.shop-title .content .preview_edit {
  font-size: 1.2rem;
  font-weight: normal;
  color: inherit;
  margin: 0;
  display: block;
}

.shop-comment {
  font-size: 1.4rem;
  line-height: 1.5;
  /* padding: 0.4em 0 0; */
  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: #000;
}

.shop-detail > dl {
  font-size: 1.4rem;
  margin: 0;
  padding: 14px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #bbb;
}
.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;
  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 span {
  padding-right: 28px;
}
.shop-detail > dl dd p.floormap .link-button span::after {
  width: 14px;
  height: 18px;
  border: none;
  background: url('../images/common/icon-pdf-wh.svg') no-repeat center center / 100% auto content-box;
  top: 47%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shop-detail > dl dd p.floormap .link-button:hover span::after {
  right: 5px;
}
.shop-detail > dl dd a {
  color: #000;
}
.shop-detail > dl dd .note {
  font-size: 1.2rem;
  color: #676767;
  display: block;
  padding: 0.2em 0 0 0;
}
.shop-detail > dl dd .related-keywords ul li a {
  color: #FD4D4F;
}

.shop-benefits {
  border-top: 1px solid #777;
}
.shop-benefits > dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8em 0.8em 0.8em 0.2em;
  border-bottom: 1px solid #777;
  line-height: 1;
  margin: 0;
}
@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 #777;
  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: #777;
  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: #777;
  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: #000;
}

.shop-benefits > dl dd .benefits > dl dd .note {
  font-size: 1.2rem;
  color: #676767;
  display: block;
  padding: 0.2em 0 0 0;
}

/*------------------------------------------------------------
 * recommend-keywords, related-keywords
------------------------------------------------------------*/
.related-keywords {
  max-width: initial;
  flex-wrap: wrap;
  margin-top: 0;
}
.related-keywords .heading {
  width: 100%;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .related-keywords .heading {
    text-align: left;
    margin-bottom: 1.6rem;
  }
}


.shop-news {
  border-top: 1px solid #777;
  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 .l-content-slider .slide-button-prev,
.shop-news .l-content-slider .slide-button-next {
  top: 36%;
}

.shop-news ~ .bottom-button {
  margin: 2em 0 2.5em;
}
@media screen and (max-width: 768px) {
  .shop-news ~ .bottom-button {
    margin: 2em 0 1.5em;
  }
}

.shop-links {
  background-color: #FD4D4F;
  width: 200px;
  position: fixed;
  right: 0;
  bottom: 108px;
  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 #000;
  }
}
.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: #FD4D4F;
  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 #727272;
  }
}

@media screen and (max-width: 768px) {
  .g-container:has(.shop-links ul > :nth-child(1)) {
    padding-bottom: 110px;
  }
  .g-container:has(.shop-links ul > :nth-child(4)) {
    padding-bottom: 165px;
  }
  .g-container:has(.shop-links-header.-active) {
    padding-bottom: 55px!important;
  }
}