@charset "utf-8";
/* CSS Document */

/*==============================================================================
	全体
============================================================================= */


/*==============================================================================
	kv
============================================================================= */
.path-internal-search .container.w900.maincontent{
  max-width: 100%;
  padding-left:0px;
  padding-right: 0px;
}
.shop-list-gallery .item-list{
  padding-left:15px;
  padding-right: 15px;
}
.shop-list-gallery ul{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
.shop-list-gallery ul li img{
  box-sizing: border-box;
  padding:5px;
  background:#fff;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  width: 100%;
}

.view-content .views-row .profile--view-mode--list {

  margin-bottom: 24px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  color: var(--text-color);
  background: #E6E6E6;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.view-content .views-row .to-shop-link:hover{
  background:#e0f7fa;
}
.shop-list-headarea{
  display: flex;
  gap:10px;
}
.shop-list-headarea .field{
  font-size: 12px;
  color: var(--green-color);
  display: block;
  font-weight: 600;
}

.to-shop-link .shop-name span.field-content {
  font-size: 16px;
  font-weight: 600;
}

 .views-row .to-shop-link .shop-name {
  background-color: #e6e6e6;
  padding: 10px 10px;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  
  font-weight: 600;
  color:var(--green-color);
  align-items: flex-start;
  
  position: relative;
}
.views-row .shop-name .field--name-field-cop-name{
  /* font-family: "CormorantSC", 'NotoSansJP', serif; */
  font-size:24px;
  /* font-size-adjust: 0.6; *//* font 違いによる調整 */
}
.views-row .shop-name .field--name-field-copex-name-kana{
  font-size:16px;
  margin-left:15px;
}
.shop-list-image img{
  width:100%;
  height: auto;
  object-fit: cover;
  margin: 0px 0px 10px 0px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  box-sizing: border-box;
}

.views-element-container .to-shop-link img.image-style-_80-520 {
  max-width: 100%;
  height: auto;
}
.profile--view-mode--list .field--name-field-shp-st-pr-catch{
  font-weight: 600;
  font-size:12px;
  color:var(--text-color);
  margin-bottom:15px;
}
/* キャッチコピー 3行まで */
.profile--view-mode--list .field--name-field-shp-st-pr-catch .field__item{
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.profile--view-mode--list .col-md-6:last-child{
  padding:10px;
  box-sizing: border-box;
}
.profile--view-mode--list .shop-list-icons .flex{
  margin-bottom:10px;
}
.profile--view-mode--list .shop-list-icons .station{
  background:url("../img/icon/pin.svg") no-repeat 2px 0px;
  padding-left:20px;
  background-size:13.47px 20px;
  margin-bottom:10px;
  min-height: 20px;
  
}
.profile--view-mode--list .shop-list-icons .sales-time{
  background:url("../img/icon/clock.svg") no-repeat;
  padding-left:20px;
  background-size: 18px;
  flex:1;
  min-height: 20px;
  
}
.profile--view-mode--list .shop-list-icons .holiday{
  background:url("../img/icon/ng.svg") no-repeat;
  padding-left:20px;
  background-size: 18px;
  flex:1;
  min-height: 20px;
}


.view-area-page-shop-list .view-header .count_num{
  font-size:16px;
  color:#333;
  
  margin-right:5px;
}
.qupon{
  padding:10px;
}
.qupon-list {
  
}
.qupon-list .view-header {
  cursor: pointer;
  position: relative;
  padding-right: 24px;
  width: 100%;
  height:50px;
  display: block;
  background:var(--main-color-1);
  color:#fff;
  font-weight: 600;
  font-size:16px;
  border-radius: 5px 5px 0px 0px;
  padding:0px 20px 0px 20px;
  line-height: 50px;
  
  box-sizing: border-box;
}

.qupon-list .view-header::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 0;
}

.qupon-list.is-open .view-header::after {
  content: "－";
}

.qupon-list .view-content {
  display: none;
}

.qupon-list.is-open .view-content {
  display: block;
  background:var(--main-color-1);
  border-radius: 0px 0px 5px 5px;
  padding:20px 20px 20px 20px;

}
.qupon-list.is-open .view-content img{
  width: 100%;
  height:auto;
  object-fit: contain;
}
.qupon-list a.btn {
  margin-left:auto;
  margin-right:auto;
  color: var(--main-color-1);
  background: #fff;
  font-size: 16px;  
}

.shop-list.view.view-area-page-prefectures-shop-list{
  margin-left:-15px;
  margin-right:-15px;
}
.shop-list-body{
  padding-left:15px;
  padding-right:15px;
}
@media screen and (max-width: 767.9px) {

  .views-row .profile--view-mode--list .shop-name .field--name-field-copex-name-kana{
    display: none;
  }
  .views-row .profile--view-mode--list .shop-name{
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
    padding-top:15px;
    padding-bottom:10px;
    align-items: flex-start;
  }
  .views-row .profile--view-mode--list .shop-name .field--name-field-copex-name-kana{
    margin-left:0px;
  }

  .path-list main .col.layout-content{
    padding-left:0px;
    padding-right:0px;
  }
  .profile--view-mode--list .field--name-field-shp-st-pr-catch{
    font-size:12px;
  }
  .view-area-page-shop-list .view-header{
        margin-bottom: 10px;
  }
  .qupon-list .view-header {
    margin:0px;
  }
  
}
.vip-banner{
  width:100%;
  height:auto;
}
body.path-vip .vip-shop-list {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body.path-vip .vip-shop-list .view-content {
  height: 100%;
  transition: transform 0.45s ease;
  will-change: transform;
}

body.path-vip .vip-shop-list .views-row {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  flex-shrink: 0;
}

/* 中の画像を画面いっぱいにする場合 */
body.path-vip .vip-shop-list .views-row img {
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

body.path-vip .vip-shop-section {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE / Edge旧 */
}

body.path-vip .vip-shop-section::-webkit-scrollbar {
  display: none; /* Chrome / Safari / Edge */
}

/* スマホでアドレスバー影響を減らす */
@supports (height: 100dvh) {
  body.path-vip .vip-shop-list,
  body.path-vip .vip-shop-list .views-row {
    height: 100dvh;
  }
}


body.path-vip #vip-shop-list {
    position: absolute!important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100vw;
    max-width: 500px;
    height: 100vh;
    height: 100dvh;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #000;
    z-index: 1;
}
body.path-vip #vip-shop-list .vip-shop-section .field--type-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
    pointer-events: none;
}



.vip-main-menu {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 220px;
  z-index: 100;
  font-family: serif;
  color: #fff;
}

.vip-main-menu:has(li.selected) {
  width: 300px;
}

.vip-main-title {
  width: 100%;
  height: 30px;
  background: rgba(60, 30, 25, 0.55);
  border: 2px solid rgba(255,255,255,0.9);
  color: #fff;
  font-family: serif;
  font-size: 16px;
  letter-spacing: 0.35em;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.vip-main-arrow {
  letter-spacing: 0;
}

.vip-main-menu-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  border: 2px solid rgba(255,255,255,0.9);
  background: rgba(60, 30, 25, 0.55);

  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}

.vip-main-menu.is-open .vip-main-menu-list {
  max-height: 320px;
  opacity: 1;
  pointer-events: auto;
  padding: 12px 0;
}

.vip-main-menu-list li {
  margin: 0;
}

.vip-main-menu-list a {
  display: block;
  padding: 8px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

.vip-main-menu-list a:hover {
  background: rgba(255,255,255,0.15);
}

/* ===============================
  エリアTOP：FV上の横スクロールメニュー
================================ */

/* 親を基準にする */
.node--type-prefecturestop.node--view-mode-full > .node__content {
  position: relative;
}

/* block_12：エリアメニューを画像の上に重ねる */
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12 {
  margin-top: 1px; /* ヘッダー下の位置。必要に応じて調整 */



   left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
   right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
      z-index: 30;
    
  width: 110%;
  padding: 0 !important;

  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* block_12の外側余白を消す */
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12.pt-40,
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12.pb-40 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12 .view-content,
.node--type-prefecturetop .view-front-shop-gravure.view-display-id-block_12 .item-list {
  margin: 0;
  padding: 0;
}

/* 横スクロール */
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12 .item-list ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;

  margin: 0;
  padding: 0 12px;
  list-style: none;

  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;

  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12 .item-list ul::-webkit-scrollbar {
  display: none;
}

.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12 .item-list li {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

/* メニューリンク */
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12 .views-field-title a {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 36px;
  padding: 0 16px;

  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12 .views-field-title a:hover {
  background: rgba(255, 255, 255, 0.45);
}

/* FV画像側 */
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_6 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 0;
}

.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_6 img {
  display: block;
  width: 100%;
  height: auto;
}

/* slick周りの余白対策 */
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_6 .slick,
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_6 .slick__slider,
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_6 .slick-list,
.node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_6 .slick-track {
  margin-top: 0;
}

/* スマホ微調整 */
@media screen and (max-width: 767px) {
  .node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12 {
    top: 0px;
  }

  .node--type-prefecturestop .view-front-shop-gravure.view-display-id-block_12 .views-field-title a {
    height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }
}