@charset "UTF-8";
/* ▼▼▼ floormap,category,freeword
====================================================== */
.head_area {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .head_area {
    margin-bottom: 60px;
  }
}
.head_area a {
  width: 100%;
}

.shop_category .head_area {
  padding-bottom: 24px;
}

.page_ttl .ttl_head:before {
  content: "SHOP GUIDE";
}

/* レストラン・新店リニューアルリンク */
.category_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.category_link li {
  width: 100%;
}
.category_link li a {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  position: relative;
}
.category_link li a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
}
.category_link li a.delete {
  padding: 0;
}
.category_link li a.delete::after {
  content: none;
}
.category_link li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category_link li a span:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.category_link li a span.restaurant:before {
  background-image: url(../img/shopguide/icon_restaurant.svg);
  width: 13px;
  height: 17px;
  margin-right: 10px;
}
.category_link li a span.newshop:before {
  background-image: url(../img/shopguide/icon_newshop.svg);
  width: 17px;
  height: 16px;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .category_link {
    gap: 20px;
    margin-bottom: 40px;
  }
  .category_link li a {
    font-size: 16px;
    padding: 16px;
  }
  .category_link li a:after {
    width: 7px;
    height: 7px;
    right: 20px;
  }
  .category_link li a span.restaurant:before {
    width: 23px;
    height: 27px;
    margin-right: 20px;
  }
  .category_link li a span.newshop:before {
    width: 27px;
    height: 26px;
    margin-right: 15px;
  }
}

.shop_area {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .shop_area {
    padding: 80px 0;
  }
}

/* ▼▼▼ category
====================================================== */
.genre_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 5px;
  margin-bottom: 15px;
}
.genre_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  text-align: center;
  border: 1px solid #C1C1C1;
  height: 100%;
  padding: 5px 0;
  line-height: 1.45;
}
.genre_list li.current a {
  background-color: #716F6F;
  border-color: #716F6F;
  color: #fff;
}

.sub_genre_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.sub_genre_list li {
  margin: 0 8px 8px 0;
}
.sub_genre_list li a {
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
.sub_genre_list li a br {
  display: none;
}
.sub_genre_list li.current a {
  background-color: #716F6F;
  border-color: #716F6F;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .genre_list {
    gap: 20px;
  }
  .genre_list li a {
    font-size: 16px;
    height: 70px;
  }
  .genre_list li a br {
    display: none;
  }
  .sub_genre_list {
    margin: 40px auto 0;
  }
  .sub_genre_list li {
    margin: 0 15px 15px 0;
  }
  .sub_genre_list li a {
    padding: 7px 35px;
    font-size: 15px;
  }
  .shop_category .category_link li a {
    padding-left: 80px;
  }
  .shop_category .category_link li a span {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* ▼▼▼ freeword
====================================================== */
.shop_area .article_list {
  gap: 35px 13px;
}
@media screen and (min-width: 769px) {
  .shop_area .article_list {
    gap: 70px 30px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  vertical-align: middle;
}
select::-ms-expand {
  display: none;
}

.select2-container--default {
  width: 100% !important;
}
.select2-container--default .selection {
  height: 100%;
}
.select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* ▼ modal
----------------------------------------*/
.freeword .md_inner {
  padding: 20px 20px 50px;
  position: relative;
}
.freeword .md_inner .close_btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.seach_btn {
  font-size: 12px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seach_btn li {
  color: #383838;
  width: 100%;
  height: 40px;
  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;
  position: relative;
  border: 1px solid #C1C1C1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.seach_btn li.active {
  background-color: #716F6F;
  border-color: #716F6F;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .seach_btn {
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .seach_btn li {
    width: 310px;
    height: 55px;
  }
}

.btn_box ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn_box ul li {
  width: 46px;
  height: 46px;
}
.btn_box ul li a.current {
  color: #fff;
  background: #716F6F;
  border: none;
}
.btn_box ul li a:hover {
  background: #e2e2e2;
}

@media screen and (min-width: 769px) {
  #modal02 .btn_box ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
  }
}

/* ▼▼▼ #floormap
====================================================== */
.map_box {
  margin-bottom: 16px;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  position: relative;
}
.map_box > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.map_box > svg path,
.map_box > svg rect,
.map_box > svg polygon,
.map_box > svg polyline {
  opacity: 0;
}
.map_box > svg a:hover path,
.map_box > svg a:hover rect,
.map_box > svg a:hover polygon,
.map_box > svg a:hover polyline {
  opacity: 1;
  fill: #f00;
  fill-opacity: 0.3;
  stroke: #f00;
  stroke-width: 4;
  -webkit-transition: opacity 0.45s linear;
  transition: opacity 0.45s linear;
}

.area_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
.area_list li a {
  background-color: #fff;
  border: 1px solid #C1C1C1;
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 12px;
  line-height: 1.42;
}
.area_list li.active a {
  background-color: #716F6F;
  color: #fff;
  border-color: #716F6F;
}

.floor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.floor_list li a {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 3px 5px;
  font-size: 16px;
  color: #707070;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.floor_list li.active a {
  background-color: #707070;
  color: #fff;
}

.floor_guide {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
.floor_guide .zoom_btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  position: absolute;
  bottom: 18px;
  right: 13px;
  z-index: 10;
}
.floor_guide .zoom_btn button {
  width: 32px;
  height: 32px;
}
.floor_guide .zoom_btn button img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .floor_guide .zoom_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .map_box {
    margin-bottom: 40px;
  }
  .area_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 40px;
  }
  .area_list li a {
    padding: 20px;
    font-size: 18px;
  }
  .floor_list {
    gap: 30px;
    margin-bottom: 60px;
  }
  .floor_list li a {
    padding: 3px 10px;
    font-size: 23px;
    line-height: 1.42;
  }
}
.form_box .input_box {
  position: relative;
  height: auto;
  padding: 10px 0;
  border-radius: 100vmax;
  border: 2px solid #707070;
  background-color: #F2F2F2;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .form_box .input_box {
    font-size: 16px;
  }
}
.form_box .input_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/btn_search.svg) center/auto no-repeat;
  width: 45px;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .form_box .input_box::after {
    width: 70px;
  }
}
.form_box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #707070;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .form_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
}
.form_box .select2-container--default {
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .form_box .select2-container--default {
    padding-left: 44px;
  }
}

.select2-container--open .select2-dropdown--below {
  border: none;
  top: 15px;
  background: #F8F8F8;
}
@media screen and (min-width: 769px) {
  .select2-container--open .select2-dropdown--below {
    top: 25px;
  }
}
.select2-container--open .select2-dropdown--above {
  border: none;
  top: -15px;
  background: #F8F8F8;
}
@media screen and (min-width: 769px) {
  .select2-container--open .select2-dropdown--above {
    top: -30px;
  }
}

.select2-results__message {
  color: #e40606 !important;
  font-weight: 700 !important;
}

.select2-search__field {
  border-radius: 4px !important;
}
.select2-search__field:focus {
  border-color: #716F6F !important;
  border: 2px solid !important;
  outline: none !important;
}

.select2-results__option--highlighted {
  background-color: #909090 !important;
  color: #FFFFFF !important;
}

form.shop_form {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-search--dropdown .select2-search__field {
  font-size: 16px;
}

/* フロアマップ クリッカブルマップ
====================================================== */
#shop-index-level .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  #shop-index-level .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0 0;
  }
}
#shop-index-level .flex .md_btn {
  font-size: 12px;
  margin: 20px 0 0;
  text-align: end;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #shop-index-level .flex .md_btn {
    width: auto;
    margin: 0 0 15px;
  }
}
#shop-index-level .flex .md_btn span {
  position: relative;
  text-decoration: underline;
}
#shop-index-level .flex .md_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
  background-image: url(../img/shopguide/floormap/icon/icon15.png);
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
#shop-index-level .modal {
  background-color: rgba(0, 0, 0, 0.16);
}
#shop-index-level .modal .modal_inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
#shop-index-level .modal .modal_inner .modal_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 95%;
}
@media screen and (min-width: 769px) {
  #shop-index-level .modal .modal_inner .modal_wrap {
    width: 700px;
  }
}
#shop-index-level .modal .modal_inner .modal_wrap .ttl {
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
}
#shop-index-level .level {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  padding: 0 0 0 1em;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #shop-index-level .level {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 50px;
    width: 80%;
  }
}
#shop-index-level .level li {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.5;
}
#shop-index-level .level li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-1em, 2px);
          transform: translate(-1em, 2px);
  width: 15px;
  height: 15px;
}
#shop-index-level .level li.pink::before {
  background-color: #fcd8ea;
}
#shop-index-level .level li.green::before {
  background-color: #e0edc3;
}
#shop-index-level .level li.s-blue::before {
  background-color: #b7ebee;
}
#shop-index-level .level li.yellow::before {
  background-color: #ffec8a;
}
#shop-index-level .level li.orange::before {
  background-color: #fbd2b1;
}
#shop-index-level .level li.purple::before {
  background-color: #eac3f4;
}
#shop-index-level .level.icon {
  padding: 25px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  width: 100%;
}
#shop-index-level .level.icon li {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  #shop-index-level .level.icon li {
    font-size: 16px;
  }
}
#shop-index-level .level.icon li span {
  margin-right: 10px;
}

#draggable {
  padding: 10px;
}
@media screen and (min-width: 769px) {
  #draggable {
    padding: 30px;
  }
}
#draggable .draggable_inner {
  position: relative;
}
#draggable svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
#draggable svg path,
#draggable svg rect,
#draggable svg polygon,
#draggable svg polyline {
  opacity: 0;
}
#draggable svg a:hover path,
#draggable svg a:hover rect,
#draggable svg a:hover polygon,
#draggable svg a:hover polyline {
  opacity: 1;
  fill: #f00;
  fill-opacity: 0.4;
  stroke: #f00;
  stroke-width: 4;
  -webkit-transition: opacity 0.45s linear;
  transition: opacity 0.45s linear;
}
#draggable svg a.nolink {
  pointer-events: none;
}

/* ▼▼▼ #shopguide_detail
====================================================== */
#shopguide_detail .head_area .page_ttl {
  margin-bottom: 0;
}

.shop_detail {
  padding-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .shop_detail {
    padding-bottom: 40px;
  }
}

.shop_detail_box {
  margin-bottom: 35px;
}
.shop_detail_box .new_info {
  color: #D41265;
  font-size: 18px;
  text-align: center;
  line-height: 1.42;
  border: 1px solid;
  padding: 5px;
  margin-bottom: 24px;
}
.shop_detail_box .new_info.close_info {
  color: #666;
}
.shop_detail_box .shop_info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.shop_detail_box .shop_info_head .shop_logo {
  width: 65px;
  height: 65px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.shop_detail_box .shop_info_head .shop_name h1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.shop_detail_box .shop_info_head .shop_name h1 small {
  font-size: 0.54em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: 5px;
}
.shop_detail_box .shop_img {
  margin-bottom: 30px;
  position: relative;
}
.shop_detail_box .shop_img .swiper-slide {
  padding-top: 75%;
  position: relative;
}
.shop_detail_box .shop_img .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop_detail_box .shop_caption p {
  color: #505050;
  line-height: 1.85;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
.shop_detail_box .shop_caption a {
  color: #0000FF;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .shop_detail_box {
    margin-bottom: 75px;
  }
  .shop_detail_box .new_info {
    font-size: 24px;
    padding: 7px;
    margin-bottom: 40px;
  }
  .shop_detail_box .shop_inner_wrap {
    display: grid;
    grid-template-columns: 35% 65%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .shop_detail_box .shop_info_head {
    display: block;
    margin-bottom: 0;
  }
  .shop_detail_box .shop_info_head .shop_logo {
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
  }
  .shop_detail_box .shop_info_head .shop_name h1 {
    font-size: 24px;
    padding-right: 35px;
  }
  .shop_detail_box .shop_info_head .shop_name h1 small {
    font-weight: 400;
  }
  .shop_detail_box .shop_img {
    margin-bottom: 0;
  }
}

.shop_description_box {
  margin-bottom: 45px;
}
.shop_description_box .tel_link {
  margin-bottom: 20px;
}
.shop_description_box .tel_link a {
  width: 100%;
  height: 45px;
  font-size: 16px;
  background: linear-gradient(60deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 97%, rgb(206, 246, 255) 100%);
  letter-spacing: 0.05em;
  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;
}
.shop_description_box .tel_link a:before {
  content: "";
  display: inline-block;
  background: url(../img/shopguide/icon_phone.svg) center/contain no-repeat;
  width: 16px;
  height: 20px;
  margin-right: 15px;
}

.open_privilege {
  margin-bottom: 32px;
}
.open_privilege h4 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
}
.open_privilege .open_privilege_box {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.open_privilege .open_privilege_box .privilege_txt {
  padding: 20px;
}
.open_privilege .open_privilege_box .privilege_txt h5 {
  font-size: 18px;
  font-weight: 500;
}
.open_privilege .open_privilege_box .privilege_txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #805800;
  font-size: 19px;
  margin-bottom: 15px;
}
.open_privilege .open_privilege_box .privilege_txt p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .open_privilege {
    margin-bottom: 80px;
    border-bottom: 1px solid #ccc;
  }
  .open_privilege h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
    margin-bottom: 0;
  }
  .open_privilege .open_privilege_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: auto;
    padding: 40px 50px;
    border: none;
  }
  .open_privilege .open_privilege_box .privilege_img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    padding-right: 50px;
  }
  .open_privilege .open_privilege_box .privilege_txt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    padding: 0;
  }
  .open_privilege .open_privilege_box .privilege_txt h5 {
    font-size: 22px;
    margin-bottom: 1em;
  }
  .open_privilege .open_privilege_box .privilege_txt p {
    color: #505050;
  }
}

.shop_data .shop_data_box {
  background: linear-gradient(54deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 95%, rgb(206, 246, 255) 100%);
  padding: 20px;
  margin-bottom: 24px;
}
.shop_data .shop_data_box .shop_data_ttl {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.17;
  margin-bottom: 14px;
}
.shop_data .shop_data_box dl {
  border-top: 1px solid #CCC;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop_data .shop_data_box dl dt {
  width: 40%;
  font-weight: 600;
  line-height: 1.42;
}
.shop_data .shop_data_box dl dd {
  width: 60%;
  line-height: 1.42;
  overflow-wrap: anywhere;
}
.shop_data .shop_data_box .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.shop_data .shop_data_box .sns_link li {
  max-width: 28px;
}
.shop_data .shop_data_box .card_midashi {
  background-color: #D41265;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.shop_data .shop_data_box .card_list .tri {
  font-size: 12px;
  margin: 5px 0 20px;
}
.shop_data .shop_data_box .card_list a.btn {
  max-width: 100%;
  height: 40px;
  margin-top: 10px;
}
.shop_data .shop_data_box .card_list a.btn:after {
  content: none;
}
.shop_data .shop_place {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  padding: 10px;
}
.shop_data .shop_place .place_inner_box {
  position: relative;
}
.shop_data .recruit_box .btn {
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 769px) {
  .shop_data .shop_data_box {
    padding: 50px 60px;
    margin-bottom: 80px;
  }
  .shop_data .shop_data_box .shop_data_ttl {
    font-size: 27px;
    margin-bottom: 38px;
  }
  .shop_data .shop_data_box .shop_data_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shop_data .shop_data_box dl {
    padding: 30px 0;
    width: calc(50% - 30px);
  }
  .shop_data .shop_place {
    margin-bottom: 80px;
    padding: 30px;
  }
  .shop_data .recruit_box .btn {
    max-width: none;
    width: 310px;
  }
}

.shopnews,
.recommend {
  padding: 25px 0;
}
.shopnews .ttl,
.recommend .ttl {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 26px;
  letter-spacing: 0.05em;
}
.shopnews .ttl span,
.recommend .ttl span {
  font-size: 2.3em;
  display: block;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.shopnews .news_reco_slide,
.recommend .news_reco_slide {
  overflow: hidden;
  margin-right: -20px;
}
.shopnews .news_reco_slide .swiper,
.recommend .news_reco_slide .swiper {
  overflow: visible;
}
.shopnews .news_reco_slide .swiper .swiper-slide,
.recommend .news_reco_slide .swiper .swiper-slide {
  max-width: 200px;
}
.shopnews .news_reco_slide .swiper .swiper-slide a,
.recommend .news_reco_slide .swiper .swiper-slide a {
  width: 100%;
}
.shopnews .news_reco_slide .swiper .swiper-slide .thumb,
.recommend .news_reco_slide .swiper .swiper-slide .thumb {
  margin-bottom: 12px;
  padding-top: 100%;
  position: relative;
}
.shopnews .news_reco_slide .swiper .swiper-slide .thumb img,
.recommend .news_reco_slide .swiper .swiper-slide .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shopnews .news_reco_slide .swiper .swiper-slide .title,
.recommend .news_reco_slide .swiper .swiper-slide .title {
  font-weight: 500;
  line-height: 1.42;
}
.shopnews .news_reco_slide .swiper .swiper-slide .name,
.recommend .news_reco_slide .swiper .swiper-slide .name {
  color: #707070;
  font-size: 12px;
  margin-top: 3px;
}
.shopnews .news_reco_slide .swiper .swiper-slide .tag,
.recommend .news_reco_slide .swiper .swiper-slide .tag {
  color: #fff;
  font-size: 13px;
  background-color: #969696;
  padding: 2px 6px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .shopnews,
  .recommend {
    padding: 40px 0 70px;
  }
  .shopnews .ttl,
  .recommend .ttl {
    font-size: 17px;
    margin-bottom: 45px;
  }
  .shopnews .news_reco_slide,
  .recommend .news_reco_slide {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
  .shopnews .news_reco_slide .swiper .swiper-slide,
  .recommend .news_reco_slide .swiper .swiper-slide {
    max-width: 320px;
  }
  .shopnews .news_reco_slide .swiper .swiper-slide .title,
  .recommend .news_reco_slide .swiper .swiper-slide .title {
    font-size: 17px;
  }
  .shopnews .news_reco_slide .swiper .swiper-slide .name,
  .recommend .news_reco_slide .swiper .swiper-slide .name {
    font-size: 15px;
  }
}

.recommend .news_reco_slide .swiper .swiper-slide .thumb {
  padding-top: 75%;
}

.page_back {
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .page_back {
    padding-top: 10px;
  }
}

/* ▼▼▼ 特集バナー
====================================================== */
#feature_banner {
  background-color: #F8F8F8;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  #feature_banner {
    padding: 50px 0;
  }
}
#feature_banner h3 {
  font-size: 15px;
  line-height: 1.24;
  border-left: 2px solid;
  letter-spacing: 0.05em;
  padding-left: 10px;
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  #feature_banner h3 {
    font-size: 20px;
    border-width: 4px;
    margin-bottom: 35px;
  }
}
#feature_banner .scroll_area {
  overflow-x: scroll;
  margin-right: -20px;
}
@media screen and (min-width: 769px) {
  #feature_banner .scroll_area {
    overflow: auto;
    margin-right: 0;
  }
}
#feature_banner .banner_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 150%;
  padding-right: 20px;
  padding-bottom: 5px;
}
@media screen and (min-width: 769px) {
  #feature_banner .banner_list_wrap {
    gap: 30px;
    width: 100%;
    padding: 0;
  }
}
#feature_banner .banner_list_wrap div a .txt {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 任意の行数を指定 */
}
@media screen and (min-width: 769px) {
  #feature_banner .banner_list_wrap div a .txt {
    font-size: 15px;
  }
}

.feature {
  background-color: #F8F8F8;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .feature {
    padding: 40px 0;
  }
}
.feature .ttl {
  font-size: 13px;
  border-left: 2px solid;
  padding-left: 5px;
  letter-spacing: 0.05em;
  line-height: 1.38;
  margin-bottom: 1.3em;
}
@media screen and (min-width: 769px) {
  .feature .ttl {
    font-size: 16px;
    padding-left: 10px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .feature .feature_banner {
    max-width: 660px;
    margin: auto;
  }
}
.feature .feature_banner .banner_item .item_txt {
  color: #505050;
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .feature .feature_banner .banner_item .item_txt {
    font-size: 14px;
  }
}

/* ▼▼▼ 明石
// ====================================================== */