@charset "UTF-8";

#mv a {
  display: block;
  text-align: center;
}

.container {
  box-sizing: border-box;
  width: min(1220px, 100%);
  padding: 0px 10px 100px 10px;
  margin: auto;
}

.premium_shops {
  padding: 10px 0;
  overflow: hidden;
}

.premium_slider {
  background: transparent;
  padding: 5px 0 0px;
}

.premium_slider .slick-list {
  overflow: visible;
}

.premium_slider + .premium_slider {
  margin-top: 4px;
}

.slick-slider {
  box-sizing: border-box;
}

.slick-slide {
  padding: 6px 6px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 中央以外を小さく・暗くして立体感を出す */
.slick-slide:not(.slick-center) {
  transform: scale(0.88);
  opacity: 0.6;
}

.slick-center {
  transform: scale(1);
  opacity: 1;
}

/* プレミアムスライド内のリンクを2:1（1500×750）のアスペクト比コンテナに */
.premium_shops .slick-slide a {
  display: block;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

.premium_shops .slick-slide img,
.premium_shops .slick-slide video {
  width: 100% !important;
  aspect-ratio: 1500 / 750;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
  display: block;
}

/* スライドキャプション（coupon_textのテキスト） */
.premium_shops .slide-caption {
  display: block;
  line-height: 1.6;
  color: #ffffff;
  background: linear-gradient(180deg, #650052 0%, #b91e74 100%);
  text-align: center;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  border-top: 1px solid #fd15ff;
  border-radius: 0 0 10px 10px;
  text-shadow: 0 0 8px rgb(0 0 0 / 70%), 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* ドットのスタイル */
.premium_slider .slick-dots {
  position: static;
  margin-top: 6px;
  padding: 0;
}

.premium_slider .slick-dots li button:before {
  color: #ffffff;
  opacity: 0.4;
  font-size: 8px;
}

.premium_slider .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}

h2 {
  margin: 0;
}

.newyear_shops h2 {
  background: url(../img/bg_ttl.png) no-repeat center center / 100% 80%;
  margin: 0;
}

.newyear_shops h2 img{
  width: 90%;
  margin: auto;
}

.h3 img{
  width: 90%;
  margin: auto;
}

.searchbox--wrap{
  background:white;
  text-align:center;
  border-radius: 10px;
  border: solid;
  border-color: #2F0000;
  width: 70%;
  margin: 0 auto 23px;
  padding: 20px 0 20px;
  box-sizing: border-box;
  position: relative;
}

.searchbox{
  display: block;
  font-weight: bold;
  background: linear-gradient(180deg, #430000 0%, #430000 30%, #430000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  box-sizing: border-box;
  width: 100%;
  font-size:2rem;
  margin:auto
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 4vw;
}

.searchbox--wrap::after {
  position: absolute;
  right: min(35px, 5%);
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-left: 10px solid transparent; /* 左側の透明部分 */
  border-right: 10px solid transparent; /* 右側の透明部分 */
  border-top: 17px solid #430000; /* 上側の三角形（色を指定） */
  transform: translateY(-50%);
}
.newyear_shop_item_wrap {
  width: 70%;
  margin: auto;
}

#event_kanban2026 {
  max-width: 1200px;
  margin: auto;
}

#event_kanban2026 h2 img{
  width: 100%;
  margin:auto;
  display: block;
}
#kanban2026{
    background-color: rgba(127, 0, 60, 0);
}

.premium_shops{
  max-width: 1200px;
  margin: auto;
}

hr{
  margin: 0 25px;
}

@charset "UTF-8";
/* SB の video用 */
.video-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.excellent_bg {
  background: linear-gradient(#fef9e3, rgba(255, 255, 255, 0) 400px),
    url("../images/excellent_bg.jpg") repeat top center;
  padding-bottom: 10px;
  background-size: 200px auto;
}

#searchBox option,
#searchBox optgroup,
#searchBoxStandard option,
#searchBoxStandard optgroup,
#searchBoxLight option,
#searchBoxLight optgroup{
  font-size: 25px;
}

.light_shop_item_wrap {
  width: 70%;
  margin: auto;
}

.shop_address--wrap{
  display: flex;
  align-items: center;
  gap: 20px;
}

.shop_address {
  background: #9C0060;
  color: #fff;
  padding: 9px 13px 5px;
  border-radius: 5px;
  line-height: 1;
}

.light_shop_item_wrap span{
  margin-left: 0;
  font-size: 22px;
  font-weight: bold;
}

.light_shop_item_wrap span:first-child{
  width: 12%;
  text-align: center;
}

.light_shop_item_wrap span:last-child{
  flex: 1 0 0;
}

.light_shop_item{
  background: #fff;
  margin-bottom: 2%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.light_shop_item a{
  display: block;
  margin-bottom:10px;
}

.excellent_shop_item {
    background: #000000;
    padding: 0 15px 15px;
    box-sizing: border-box;
    /* margin-bottom: 80px; */
    border: solid 2px #e6237f;
    border-radius: 10px;
}

.excellent_shop_item .area_txt{
  border:none;
  font-size: 16px;
  color: #D38C08;
  font-weight: bold;
  width: 100%;
  text-align: center;
}


.excellent_shop_item .detail_button {
  background: #D3B152;
  color: #fff;
  box-shadow: none;
  padding: 20px 0;
  border-radius: 30px;
  width: 100%;         
  max-width: 700px;     
  text-align: center;   
}

.excellent_shop_item a {
  display: flex;          /* リンク全体をボタンとして機能させる */
  justify-content: center; 
  align-items: center;
  width: 100%;            /* 横幅を100%に設定 */
  text-decoration: none;  /* リンクの下線を削除 */
}

.excellent_shop_item .link-arrow{
  font-size: 16px;
  font-family:"Hiragino Mincho ProN",
	YuMincho,
	serif;
  letter-spacing: 0.1em;
}

.excellent_shop_item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.newyear_shop_item_ttl {
  font-family:"Hiragino Mincho ProN",
	YuMincho,
	serif;
  border-top-right-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  margin: 0 -15px 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #060001;
  font-size: 20px;
  padding: 15px 10px;
  box-sizing: border-box;
}

.excellent_shop_item .photo {
  text-align: center;
  margin: auto 0;
}

.excellent_shop_item .photo a{
  display: block;
  width: fit-content;
  margin: auto;
}

.excellent_shop_item dl dt {
  background: white;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 5px;
  color: #7C1615;
  font-weight: bold;
  font-size: 15px;
  position: relative; /* 擬似要素の位置を基準にする */
}

.excellent_shop_item dl dt::before {
  content: "・"; /* 始まりに「・」を挿入 */
  font-size: 16px;
  color: #7C1615; 

}

.excellent_shop_item dl dd {
  margin-bottom: 5px;
}

.excellent_shop_item .accordion {
  font-family:"Hiragino Mincho ProN",
	YuMincho,
	serif;
  overflow: hidden;
  margin: 15px 25px;
  border-radius: 10px;
}

.excellent_shop_item .accordion-item {
  border-bottom: dashed 1px #8d0154;
  position: relative; /* 擬似要素を配置するための基準を設定 */

}


.excellent_shop_item .accordion-item::after {
  position: absolute;
  right: min(35px, 5%);
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid white;
  transform: translateY(-50%);
}

.excellent_shop_item .accordion-item:last-child {
  border-bottom: 0;
}

.excellent_shop_item .accordion-header {
  background: #802927;
  color: whitesmoke;
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
}

.excellent_shop_item .accordion-header::after {
  content: "";
  width: 19px;
  height: 11px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("../img/icon_down.svg") no-repeat right center/100%;
}

.newyear_shop_address{
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.excellent_shop_item .accordion-header.is-open::after {
  transform: rotate(180deg);
}

.excellent_shop_item .accordion-collapse {
  background: #fff;
  padding: 10px 10px 30px;
}

.excellent_shop_item .accordion-collapse h4:not(:first-child) {
  margin-top: 20px;
}

.excellent_shop_item .accordion-close {
  padding: 5px 20px;
  display: block;
  margin: 20px auto 0;
}

/* もっと見るボタン */
.more-read-wrap{
  text-align:center;
  width: 100%;
  margin: 10px 0;
}
.more-read {
  width: 70%;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #E0C886;
	background: black;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
.more-read:hover {
	color: black;
	background: #E0C886;
}

/* PC でスマートフォン幅に制限して中央表示 */
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
  #wrapper {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  #footer {
    max-width: 480px;
    margin: 0 auto;
  }
  /* ヘッダー・ナビを非表示（ロゴは残す） */
  .wrap {
    display: block;
    overflow: hidden;
    width: 100% !important;
  }
  .wrap > *:not(#mainmenu) {
    display: none;
  }
  #mainmenu {
    /* display: flex; */
    justify-content: center;
    /* background: #060001; */
    padding: 8px 0;
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #mainmenu ul li:not(.logo) {
    display: none;
  }
  #mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #mainmenu ul li.logo {
    width: 100%;
  }
  #mainmenu ul li.logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* mainのtopマージンをリセット */
  #main {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  /* kanban2026_sp.css (max-width: 767px) と同じレイアウトをPCにも適用 */
  .slick-slide img {
    height: auto;
  }

  .newyear_shops h2 img {
    width: 100%;
  }

  .searchbox--wrap {
    width: 100%;
    margin: 0 auto 15px;
    padding: 13px 0;
  }

  #event_kanban2026 h3 img {
    width: 100%;
  }

  .newyear_shops h3,
  .oshi_shops h3 {
    margin: 0px 0px 10px;
  }

  .searchbox {
    font-size: 15px;
    letter-spacing: -0.07em;
    padding: 0 0 0 20px;
  }

  .searchbox--wrap::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #430000;
  }

  #searchBox option,
  #searchBox optgroup,
  #searchBoxStandard option,
  #searchBoxStandard optgroup,
  #searchBoxLight option,
  #searchBoxLight optgroup {
    font-size: 16px;
  }

  .newyear_shop_item_wrap,
  .light_shop_item_wrap {
    width: 100%;
  }

  .excellent_shop_item h4 {
    padding: 15px 10px;
    font-size: 1rem;
  }

  .newyear_shop_item_ttl {
    margin: 0 -15px 10px;
  }

  .excellent_shop_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .excellent_shop_item .detail_button:not(.shop_bottom_left .detail_button) {
    font-size: small;
    width: 90%;
    max-width: 550px;
    padding: 7px 10px;
  }

  .excellent_shop_item .link-arrow {
    font-size: 0.9rem;
  }

  .plan-list {
    flex-direction: column;
  }

  .plan-list li {
    margin: -10px 0;
  }

  .plan-list li img {
    width: 80%;
    margin: 0 auto;
  }
}

/* ロゴ（PC・SP共通） */
#mainmenu ul li.logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 店舗カード レイアウト */

/* 上段：サムネイル（全幅） */
.shop_top {
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.shop_top img,
.shop_top video {
  width: 100%;
  max-height: 300px;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;
  object-fit: contain;
}

/* 下段：左に店名＋ボタン、右にクーポン */
.shop_bottom {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
}

.shop_bottom_left {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shop_bottom_left .newyear_shop_item_ttl {
  margin: 0;
  border-radius: 4px;
  font-size: 13px;
  padding: 6px 8px;
}

.excellent_shop_item .shop_bottom_left .detail_button {
  padding: 5px 8px;
  font-size: x-small;
  background: #bf389b;
  width: auto;
  max-width: 100%;
  border-radius: 30px;
}

.excellent_shop_item .shop_bottom_left .link-arrow {
  font-size: 0.65rem;
}

.shop_bottom_right {
  flex: 1;
}

.shop_bottom_right img {
  width: 100%;
  height: auto;
  display: block;
}

/* プランセレクタ */
.plan-selector {
  width: 100%;
}

.plan-list {
  display: flex;
  flex-wrap: wrap; /* 横幅が狭くなるときに縦に並ぶ */
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between; /* 横幅に応じて適切に配置 */
}

.plan-list li {
  flex: 1 1 calc(33.33% - 10px); /* PC時は3分割 */
  margin: 5px; /* 各バナー間に隙間を追加 */
  box-sizing: border-box;
  text-align: center; /* 画像を中央揃え */
}

.plan-list li img {
  width: 100%;
  height: auto; /* アスペクト比を維持 */
}

