@charset "utf-8";

/* font-weight */
.g-wrap .p-shop_name ._main,
.g-wrap .p-shop_info ._title,
.g-wrap .p-shopnews_title,
.g-wrap .feature_name,
.g-wrap .p-shopnews_list ._text,
.g-wrap .shop_sns {
  font-weight: 700;
}

.g-wrap .footer_nav_bottom {
  display: none;
}

.g-wrap .footer_fixed_adjust {
  height: 0;
}

/*======================================================================
 * ショップ詳細
======================================================================*/
.g-wrap .p-new_ribbon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
}

.g-wrap .p-new_ribbon>span {
  background: #FF0000;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.8em;
  /*整数*/
  max-height: 50px;
  position: relative;
  padding: 0 0.5em;
}

.g-wrap .p-new_ribbon>span::before,
.g-wrap .p-new_ribbon>span::after {
  content: "";
  display: block;
  height: 1.8em;
  /*整数*/
  max-height: 50px;
  aspect-ratio: 19/52;
  background-repeat: no-repeat;
  background-size: auto calc(100% + 2px);
  background-position: center;
  position: absolute;
  /*   top: 50%; */
  top: 0;
}

.g-wrap .p-new_ribbon>span::before {
  background-image: url(../images/shop_detail/shop_ribbon_left.svg);
  left: 0;
  transform: translate(calc(-100% + 1px), 0);
}

.g-wrap .p-new_ribbon>span::after {
  background-image: url(../images/shop_detail/shop_ribbon_right.svg);
  right: 0;
  transform: translate(calc(100% - 1px), 0);
}

.g-wrap .p-new_ribbon>span>span {
  transform: translateY(0.1em);
}

@media (max-width: 1400px) {
  .g-wrap .p-new_ribbon {
    margin: 40px auto 0;
  }

  .g-wrap .p-new_ribbon>span {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .g-wrap .p-new_ribbon {
    margin: 30px auto 0;
  }

  .g-wrap .p-new_ribbon>span {
    font-size: 16px;
    max-height: 27px;
  }

  .g-wrap .p-new_ribbon>span::before,
  .g-wrap .p-new_ribbon>span::after {
    max-height: 27px;
  }
}

/*  */
.g-wrap .p-shop_head {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* margin-top: 60px; */

  margin-top: 20px;
}

.g-wrap .shop_head_item:nth-child(1) {
  /* width: calc((100% - 420px)/2); */
  /* display: flex;
  justify-content: flex-end; */
}

.g-wrap .shop_head_item:nth-child(2) {
  /* width: 300px; */
}

.g-wrap .shop_head_item:nth-child(3) {
  /* width: calc((100% - 420px)/2); */
}

.g-wrap .shop_head_content {
  padding-left: 1em;
}

.g-wrap .p-new_period {
  font-size: 12px;
  margin-bottom: 7px;
}

.g-wrap .shop_head_column {
  display: flex;
  align-items: center;
}

.g-wrap .p-shop_floor {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  margin: 0 12px 0 0;
  padding: 3px 8px 0;
  border-radius: 5px;
  background-color: #004471;

  /* color: #fff;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  max-width: 2.5em;
  aspect-ratio: 1;
  background: url(../images/shop_detail/shop_floor.svg) no-repeat center / contain; */
}

.g-wrap .p-shop_floor>span {
  transform: translate(0.1em, 0.1em);
}

.g-wrap .p-shop_floor._many>span {
  /* font-size: 0.6em; */
  /* transform: translate(0.1em, 0.1em); */
}

.g-wrap .p-shop_logo {
  /* width: 100%; */
  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;

  /* border: 1px solid #004471; */
}

.g-wrap .p-shop_logo img {
  object-fit: contain;
  width: 100%;
  /* aspect-ratio: 2/1; */
  /* border: 1px solid #004471; */

  height: 100%;
}

.g-wrap .p-shop_category {
  /* font-size: 14px;
  letter-spacing: 0.01em;
  word-wrap: break-word; */

  font-size: 12px;
  color: inherit;
  margin: 0;
  display: block;
}

.g-wrap .p-shop_name {
  /* margin-top: 50px;
  font-size: 24px;
  text-align: center; */
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
  margin: 0;
  padding: 0.2em 0 0 0;
}

.g-wrap .p-shop_name span {
  display: block;
}

.g-wrap .p-shop_name ._main {
  font-size: 1em;
}

.g-wrap .p-shop_name ._sub {
  font-size: 0.75em;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .g-wrap .p-shop_head {
    /* margin-top: 30px; */
  }

  .g-wrap .shop_head_item:nth-child(1) {
    width: calc((100% - 170px)/2);
    display: flex;
    justify-content: flex-end;
  }

  .g-wrap .shop_head_item:nth-child(2) {
    width: 150px;
  }

  .g-wrap .shop_head_item:nth-child(3) {
    width: calc((100% - 170px)/2);
  }


  .g-wrap .p-shop_floor {
    /* font-size: 14px; */
    /* width: 3em;
    max-width: 3em; */
  }

  .g-wrap .p-shop_floor>span {
    transform: translate(0.1em, 0.12em);
  }

  .g-wrap .p-shop_floor._many>span {
    /* font-size: 10px; */
  }

  .g-wrap .p-shop_category {
    font-size: 10px;
  }

  .g-wrap .p-shop_name {
    font-size: 14px;
    margin-top: 16px;
  }

  .g-wrap .p-shop_name ._sub {
    font-size: 12px;
  }
}

/*======================================================================
 * ショップ画像Swiper
======================================================================*/
.g-wrap .p-shop_image {
  /* margin-top: 50px; */

  margin-top: 35px;
}

.g-wrap .swi_shop_img img.ofi-c {
  aspect-ratio: 40/27;
}

.g-wrap .swi_shop_img {
  margin-left: calc(-56px - 30px);
  /* padding-left: calc(56px + 30px); */
  padding-left: calc(106px + 30px);
  margin-right: calc(-56px - 30px);
  /* padding-right: calc(56px + 30px); */
  padding-right: calc(106px + 30px);
  /* padding-bottom: calc(50px + 9px); */
}

.g-wrap .swi_shop_img::before,
.g-wrap .swi_shop_img::after {
  /* width: calc(56px + 30px); */
  width: calc(106px + 30px);
}

.g-wrap .swi_shop_img .l-swiper_btn {
  width: 56px;
  top: calc(41.4% - 30px);
  display: none;
}

.g-wrap .swi_shop_img .swiper-pagination {
  margin-top: 10px;
  position: static;
}

.g-wrap .swi_shop_img .swiper-pagination-bullet {
  /* margin: 0 12px !important; */
  /* width: 9px !important; */
  /* height: 9px !important; */
  width: 19%;
  height: auto;
  margin: 0 5px!important;
  border-radius: 0;
  overflow: hidden;
  transition: all .2s;
  background-color: #F5F9F7;
  position: relative;
}

.g-wrap .swi_shop_img .swiper-pagination-bullet:only-child {
  display: inline-block!important;
}

.g-wrap .swi_shop_img .swiper-slide-thumbnail::before,
.g-wrap .swi_shop_img .swiper-slide-thumbnail::after {
  content: "";
  width: 100%;
  display: block;
}
.g-wrap .swi_shop_img .swiper-slide-thumbnail::before {
  aspect-ratio: 40 / 27;
}
.g-wrap .swi_shop_img .swiper-slide-thumbnail::after {
  height: 100%;
  background-color: rgba(255,255,255,.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all .2s;
}

.g-wrap .swi_shop_img .swiper-pagination-bullet-active {
  background-color: rgba(242,245,248,.6);
}

.g-wrap .swi_shop_img .swiper-pagination-bullet-active::after {
  content: none;
  background-color: transparent;
}

.g-wrap .swi_shop_img .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-position: 50% 50%;
  object-fit: contain;
}


@media (max-width: 1100px) {
  .g-wrap .p-shop_image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .g-wrap .swi_shop_img {
    margin-left: calc(-40px);
    padding-left: calc(40px);
    margin-right: calc(-40px);
    padding-right: calc(40px);
  }

  .g-wrap .swi_shop_img::before,
  .g-wrap .swi_shop_img::after {
    width: calc(40px);
  }

  .g-wrap .swi_shop_img .l-swiper_btn {
    width: 40px;
  }

  .g-wrap .swi_shop_img .swiper-button-prev {
    left: 20px;
  }

  .g-wrap .swi_shop_img .swiper-button-next {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .g-wrap .p-shop_image {
    width: 100%;
    /* margin-top: 17px; */

    margin-top: 10px;
  }

  .g-wrap .swi_shop_img {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: calc(20px + 6px);
  }

  .g-wrap .swi_shop_img::before,
  .g-wrap .swi_shop_img::after {
    width: 15px;
  }

  .g-wrap .swi_shop_img .l-swiper_btn {
    width: 23px;
    top: calc(50% - 13px);
  }

  .g-wrap .swi_shop_img .swiper-button-prev {
    left: 5px;
  }

  .g-wrap .swi_shop_img .swiper-button-next {
    right: 5px;
  }

  .g-wrap .swi_shop_img .swiper-pagination-bullet {
    /* margin: 0 5px !important;
    width: 6px !important;
    height: 6px !important; */
  }
}

/*======================================================================
 * 
======================================================================*/
.g-wrap .p-shop_desc {
  margin-top: 40px;
  /* font-size: 15px; */

  font-size: 14px;
  line-height: 1.5;
}

.g-wrap .p-shop_desc .l-text_desc {
  overflow: hidden;
  transition: height 0.3s ease;
}

.g-wrap .p-shop_desc .comment-button {
  text-align: center;
  margin: 10px 0 0;
}

.g-wrap .p-shop_desc .js-comment-more {
  text-decoration: underline;
  padding-right: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.g-wrap .p-shop_desc .js-comment-more::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #004471;
  border-right: 1px solid #004471;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.g-wrap .p-shop_desc .js-comment-more.expanded::after {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.g-wrap .p-shop_desc ._note {
  display: block;
  font-size: calc(1em - 3px);
  margin-top: 5px;
}

.g-wrap .p-shop_info_heading {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
  padding: 5px 10px;
  background: #004471;
}
.g-wrap .p-shop_info {
  /* margin-top: 30px; */
  /* font-size: 15px; */
  font-size: 14px;
}

.g-wrap .p-shop_info li {
  display: flex;
  align-items: center;
  /* padding: 1.2em 1em 1.2em 2.2em; */
  border-top: 1px solid #B2C6D4;

  padding: 15px 0 13px;
}

.g-wrap .p-shop_info li:first-child,
.g-wrap .p-shop_info li.keyword {
  border-top: none;
}

.g-wrap .p-shop_info li:last-child {
  border-bottom: 1px solid #004471;
}

.g-wrap .p-shop_info ._title {
  /* width: 11em; */
  flex-shrink: 0;
  letter-spacing: 0.04em;

  font-weight: bold;
  width: 220px;
  padding: 0 5px;
}

.g-wrap .p-shop_info ._desc p {
  line-height: 1.6;
  word-break: break-all;
}

.g-wrap .p-shop_info a {
  text-decoration: underline;
}

.g-wrap .p-shop_info ._caption {
  font-size: 0.8em;
  display: block;
  padding: 0.5em 0 0;
}

.g-wrap .keyword_list {
  font-size: 13px;
  justify-content: flex-start;
}

.g-wrap .keyword_list li {
  border-top: none;
  margin: 6px 5px;
  padding: 0;
  /* padding: 6px 5px; */
}

.g-wrap .keyword_list li:last-child {
  border-bottom: none;
}

.g-wrap .keyword_list a {
  text-decoration: none;
  padding: 6px 12px;
}

@media (max-width: 768px) {
  .g-wrap .p-shop_desc {
    margin-top: 15px;
    /* font-size: 15px; */
  }

  .g-wrap .p-shop_info_heading {
    margin-top: 20px;
  }
  .g-wrap .p-shop_info {
    /* margin-top: 30px; */
    /* font-size: 13px; */
  }

  .g-wrap .p-shop_info li {
    padding-left: 0;
    padding-right: 0;
  }

  .g-wrap .p-shop_info li.keyword {
    display: block;
  }

  .g-wrap .p-shop_info ._title {
    width: 120px;
  }

  .g-wrap .p-shop_info ._caption {
    padding-left: 0;
    font-size: 12px;
  }

  .g-wrap .p-shop_info li.floormap ._title {
    display: none;
  }
  
  .g-wrap .p-shop_info li.floormap ._desc {
    width: 100%;
  }

  .g-wrap .keyword_list {
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .g-wrap .page_content .keyword_group {
    /* justify-content: center; */
  }
}

/*  */
.g-wrap .p-shop_feature {
  margin-top: 70px;
}

.g-wrap .feature_title {
  font-size: 16px;
  color: #fff;
  background: #004471;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.8em 0;
  position: relative;
}

.g-wrap .feature_title::before,
.g-wrap .feature_title::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.g-wrap .feature_title::before {
  transition: 0.4s;
  transform: translateY(-50%) rotate(-90deg);
}

.g-wrap .feature_title._js-active::before {
  transform: translateY(-50%) rotate(0);
}

.g-wrap .feature_group {
  /* js_slideToggle用 */
  display: none;
}

.g-wrap .feature_box {
  margin-top: 5px;
  border: 1px solid #B6C6D3;
  background-color: #F7F9FA;
  font-size: 17px;
  padding: 1.7em 1.7em 1em;
}

.g-wrap .feature_name {
  font-size: 1em;
}

.g-wrap .feature_desc {
  font-size: 0.88em;
  margin-top: 0.6em;
}

.g-wrap .feature_note {
  font-size: 0.76em;
  margin-top: 0.6em;
  color: #407191;
}

.g-wrap .feature_link {
  font-size: 0.7em;
  margin-top: 0.3em;
  text-align: right;
}

@media (max-width: 768px) {
  .g-wrap .p-shop_feature {
    margin-top: 35px
  }

  .g-wrap .feature_title {
    font-size: 14px;
  }

  .g-wrap .feature_box {
    font-size: 14px;
    padding: 14px;
  }

  .g-wrap .feature_name {
    font-size: 1em;
  }

  .g-wrap .feature_desc,
  .g-wrap .feature_note {
    font-size: 13px;
    margin-top: 0.4em;
  }

  .g-wrap .feature_link {
    font-size: 12px;
  }
}

/*  */
.g-wrap .p-shopnews_title {
  margin-top: 100px;
  font-size: 28px;
  letter-spacing: 0.045em;
  text-align: center;
}

.g-wrap .p-shopnews_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3em;
  background: url(../images/common/title_deco.svg) no-repeat center/ contain;
  margin: 1em 0 0 0;
}

.g-wrap .p-shopnews_list {
  margin-top: 60px;
  display: flex;
}

.g-wrap .p-shopnews_list::after,
.g-wrap .p-shopnews_list li {
  width: 30%;
  max-width: 225px;
  font-size: 16px;
}

.g-wrap .p-shopnews_list._5col::after,
.g-wrap .p-shopnews_list._5col li {
  max-width: 209px;
  width: 18%;
}

.g-wrap .p-shopnews_list ._img {
  border: 1px solid #DDDDDD;
}

.g-wrap .p-shopnews_list ._img img.ofi-c {
  aspect-ratio: 1;
}

.g-wrap .p-shopnews_list ._text {
  margin-top: 1.2em;
}

@media (max-width: 768px) {
  .g-wrap .p-shopnews_title {
    font-size: 16px;
    margin-top: 50px;
  }

  .g-wrap .p-shopnews_title::after {
    height: 0.4em;
  }

  .g-wrap .p-shopnews_list {
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .g-wrap .p-shopnews_list._5col li,
  .g-wrap .p-shopnews_list li {
    width: calc(50% - 10px);
    font-size: 14px;
    letter-spacing: 0.06em;
    max-width: none;
    margin-top: 20px;
  }

  .g-wrap .p-shopnews_list ._text {
    margin-top: 0.8em;
  }
}

/* ショップ詳細：3col_ショップニュース */
.g-wrap .swi_shop_list._3col .p-shopnews_list {
  margin-top: 0;
}

.g-wrap .swi_shop_list._3col {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .g-wrap .swi_shop_list._3col {
    margin-top: 0;
  }
}

/* p-shopnews_swiper */
.g-wrap .p-shopnews_swiper .swi_shop_list {
  padding-left: 40px;
  margin-left: -40px;
  padding-right: 40px;
  margin-right: -40px;
}

.g-wrap .p-shopnews_swiper .swi_shop_list::before,
.g-wrap .p-shopnews_swiper .swi_shop_list::after {
  width: 40px;
  background: #fff;
}

@media (max-width: 1000px) {
  .g-wrap .p-shopnews_swiper .swi_shop_list {
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    margin-right: -15px;
  }

  .g-wrap .p-shopnews_swiper .swi_shop_list::before,
  .g-wrap .p-shopnews_swiper .swi_shop_list::after {
    width: 15px;
  }
}

@media (max-width: 768px) {
  .g-wrap .p-shopnews_swiper .swi_shop_list {
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    margin-right: -15px;
  }

  .g-wrap .p-shopnews_swiper .swi_shop_list::before,
  .g-wrap .p-shopnews_swiper .swi_shop_list::after {
    content: none;
  }
}

/* swiper-wrapper.p-shopnews_list */

.g-wrap .swiper-wrapper.p-shopnews_list::after {
  content: none;
}

.g-wrap .swiper-wrapper.p-shopnews_list li {
  width: auto;
  max-width: none;
}

@media (max-width: 768px) {
  .g-wrap .swiper-wrapper.p-shopnews_list {
    flex-wrap: nowrap;
  }

  .g-wrap .swiper-wrapper.p-shopnews_list li {
    width: auto;
    max-width: none;
  }
}

/*======================================================================
 * SNS
======================================================================*/
.g-wrap .shop_sns {
  background: #fff;
  border: 1px solid #004471;
  border-right: none;
  padding: 24px;
  max-width: 198px;
  letter-spacing: 0.04em;
  border-radius: 40px 0 0 40px;
  text-align: center;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.g-wrap .shop_sns_title {
  width: 100%;
  font-size: 16px;
  padding-bottom: 14px;
}

.g-wrap .shop_sns_title:hover {
  opacity: 1;
}

.g-wrap .shop_sns_icon {
  border-top: 1px solid #004471;
}

.g-wrap .shop_sns_icon li {
  display: flex;
  justify-content: center;
}

.g-wrap .shop_sns_icon li {
  padding-top: 24px;
}

.g-wrap .shop_sns_icon li:last-child {
  padding-bottom: 24px;
}

.g-wrap .shop_sns_icon a {
  display: block;
  width: 37px;
}

.g-wrap .shop_sns_link {
  font-size: 14px;
}

.g-wrap .shop_sns_link li {
  border-top: 1px solid #004471;
}

.g-wrap .shop_sns_link a {
  display: block;
  padding: 20px 0;
}

@media (max-width: 1400px) {
  .g-wrap .shop_sns {
    padding: 1vw;
    border-radius: 2.8vw 0 0 2.8vw;
  }

  .g-wrap .shop_sns_title {
    font-size: 1vw;
    padding-bottom: 1vw;
  }

  .g-wrap .shop_sns_icon li {
    padding-top: 1vw;
  }

  .g-wrap .shop_sns_icon li:last-child {
    padding-bottom: 1vw;
  }

  .g-wrap .shop_sns_icon a {
    width: 2vw;
  }

  .g-wrap .shop_sns_link {
    font-size: 1vw;
  }

  .g-wrap .shop_sns_link a {
    padding: 1vw 0;
  }
}

@media (max-width: 768px) {
  .g-wrap .shop_sns {
    max-width: none;
    width: 100%;
    top: auto;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    border-right: 1px solid #004471;
    border-bottom: none;
    padding: 14px 35px 0;
    transition: 0.4s;
  }

  .g-wrap .shop_sns_title {
    font-size: 12px;
    padding-bottom: 10px;
    position: relative;

  }

  .g-wrap .shop_sns_title::before,
  .g-wrap .shop_sns_title::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #004471;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% - 5px));
    transition: 0.4s;
  }

  .g-wrap .shop_sns_title::before {
    transform: translateY(calc(-50% - 5px)) rotate(-90deg);
  }

  .g-wrap ._js-active .shop_sns_title::before {
    transform: translateY(calc(-50% - 5px)) rotate(0);
  }

  .g-wrap .shop_sns_group {
    max-height: 0;
    visibility: hidden;
    transition: 0.6s;
  }

  .g-wrap ._js-active .shop_sns_group {
    max-height: calc(46px + 35px);
    visibility: visible;
  }

  .g-wrap .shop_sns_icon {
    display: flex;
    justify-content: space-evenly;
  }

  .g-wrap .shop_sns_icon li {
    padding: 10px 0;
  }

  .g-wrap .shop_sns_icon li:last-child {
    padding-bottom: 1vw;
  }

  .g-wrap .shop_sns_icon a {
    width: 25px;
  }

  .g-wrap .shop_sns_link {
    font-size: 10px;
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #004471;
  }

  .g-wrap .shop_sns_link li {
    border: none;
  }

  .g-wrap .shop_sns_link a {
    padding: 10px 0;
  }
}

/*======================================================================
 * フロアマップボタン
======================================================================*/
.g-wrap .link_button_area._floormap {
  /* margin-top: 20px; */
  margin-top: 0;
}

.g-wrap ._floormap .link_button._pdf {
  font-size: 14px;
  /* height: 48px; */
  border-radius: 48px;
  /* max-width: 360px; */

  height: 40px;
  max-width: initial;
  min-width: initial;
  width: auto;
  text-decoration: none;
  padding: 0 10px;
}

.g-wrap .link_button span {
  padding-right: 1.5em;
}

.g-wrap .link_button._pdf span::after {
  top: 41%;
}

@media (max-width: 768px) {
  .g-wrap .link_button_area._floormap {
    /* margin-top: 20px; */
  }

  .g-wrap ._floormap .link_button._pdf {
    /* font-size: 13px; */
    /* height: 40px; */
    /* max-width: 230px; */

    font-size: 14px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}

/*======================================================================
 * フロアマップボタン
======================================================================*/
.g-wrap .keyword_area {
  margin-top: 30px;
}

/*======================================================================
 * 投稿管理画面用_SP表示流用
======================================================================*/
.g-wrap .p-shop_head {
  container-type: inline-size;
  container-name: p-shop_head;
}

@container p-shop_head (max-width: 600px) {
  .g-wrap .shop_head_item:nth-child(1) {
    width: calc((100% - 170px)/2);
    display: flex;
    justify-content: flex-end;
  }

  .g-wrap .shop_head_item:nth-child(2) {
    width: 150px;
  }

  .g-wrap .shop_head_item:nth-child(3) {
    width: calc((100% - 170px)/2);
  }

  .g-wrap .p-shop_floor {
    /* font-size: 14px; */
    /* width: 3em;
    max-width: 3em; */
  }

  .g-wrap .p-shop_floor>span {
    transform: translate(0.1em, 0.12em);
  }

  .g-wrap .p-shop_floor._many>span {
    /* font-size: 10px; */
  }

  .g-wrap .p-shop_category {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.g-wrap .page_content {
  container-type: inline-size;
  container-name: page_content;
}

@container page_content (max-width: 768px) {
  #PreviewBox .p-shop_image {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
  }

  .g-wrap .swi_shop_img {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
    /* padding-bottom: calc(20px + 6px); */

    padding-bottom: 0;
  }

  .g-wrap .swi_shop_img::before,
  .g-wrap .swi_shop_img::after {
    width: 15px;
  }

  .g-wrap .swi_shop_img .l-swiper_btn {
    width: 23px;
    top: 35%;
  }

  .g-wrap .swi_shop_img .swiper-button-prev {
    left: 5px;
  }

  .g-wrap .swi_shop_img .swiper-button-next {
    right: 5px;
  }

  .g-wrap .swi_shop_img .swiper-pagination-bullet {
    /* margin: 0 5px !important;
    width: 6px !important;
    height: 6px !important; */
  }
}