.cbSrcIframe {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 3rem;
}

.groupBoxCk {
  display: flex;
  /* padding-bottom: 2.5rem; */
}

.shop_box02 {
  background-color: #f0f7f5;
  padding: 4.5rem 0 0 3rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
  padding-bottom: 0;
}

.listShopAddress02 {
  width: 63rem;
  display: block;
  margin: 0 auto;
}

#myiframe {
  width: 75rem;
  height: 100rem;
  margin-top: 5.5rem;
}

.lstFrameUrl .styleTT img {
  width: 12.6rem;
  margin: 3.5rem 0 0 0;
}

.lstFrameUrl p {
  margin: 0 0 3.5rem 0;
}

.ttlF {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 63rem;
  align-items: center;
  color: #08abaa;
  font-size: 3rem;
  font-weight: 500;
}

.ttlF span {
  background: #08abaa;
  color: #fff;
  border-radius: 0.9rem;
  width: 10.8rem;
  height: 4.6rem;
  font-weight: bold;
  font-size: 3rem;
  padding: 0 2.5rem;
}

.hide {
  display: none;
}

/* Lst Shop */
/* Lst Shop */
.lstShop {
  background: #ddd7c5;
}

.lstShop .styleTT img {
  margin-top: 15.5rem;
}

.lstShop .styleTxt {
  font-size: 3rem;
  color: #433917;
  padding: 4rem 0 0 0;
}

.lstStore {
  padding: 0 0 4rem 0;
  box-sizing: border-box;
  width: 69rem;
  margin: 0 auto;
}

/* .shop_box, .shop_area, .shop_info {
    display: none;
  } */

#shop_list .collapse {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  font-size: 5rem;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listShopAddress02 #shop_list .shop_ttl01 {
  margin-top: 1.5rem;
}

.shop_ttl01 {
  color: #fff;
  position: relative;
  width: 100%;
  padding: 1rem 3rem;
  margin-top: 1rem;
  font-weight: 500;
  background-color: #a98a46;
}

#shop_list .collapse.shop_ttl01::after {
  content: "";
  display: block;
  background: url(../img/arrShop.svg) no-repeat center top;
  background-size: contain;
  border-radius: 0.2rem;
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.5rem;
}

#shop_list .collapse.shop_ttl01.active::after {
  rotate: 180deg;
  top: 0;
}

.shopContainer {
  width: 100%;
  background: #fff;
  display: none;
}

.shop_box {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.shop_ttl03 {
  color: #a98a46;
  position: relative;
  width: 95%;
  height: 7.4rem;
  font-weight: 400;
  background-color: #fff;
  margin: 0 auto;
  /* margin-bottom: 1rem; */
  border: 1px solid #a98a46;
}

.shop_ttl03:first-child {
  margin-top: 2rem;
}

#shop_list .shop_ttl03.collapse::after {
  content: "";
  position: absolute;
  background: url(../img/arrShop02.svg) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.5rem;
  width: 2.9rem;
  height: 2.9rem;
}

#shop_list .shop_ttl03.collapse.active::after {
  rotate: 180deg;
  top: 10%;
}

.shop_ttl03 span {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.shop_content {
  background: #f8f4eb;
  width: 95%;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 400;
  padding: 2.5rem;
  box-sizing: border-box;
}

/* .shop_content:last-child{
    margin-bottom: 1rem;
} */

.shop_info {
  margin-bottom: 4rem;
  display: none;
}

.shop_info:last-child {
  padding-bottom: 3rem;
}

.lstShopContent {
  font-size: 3.4rem;
  font-weight: 400;
  color: #594c1f;
  text-align: center;
  padding: 0 3.5rem 2.5rem 3.5rem;
}

.city-block {
  margin-bottom: 1rem;
  /* border: 0.1rem solid #a98a47; */
  overflow: hidden;
}

.city-title {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  padding: 1.5rem 2rem;
  margin: 0;
  color: #fff;
  background-color: #a98a47;
  cursor: pointer;
  position: relative;
}

.city-title::after {
  content: "−";
  font-size: 3.7rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.city-title.active::after {
  content: "+";
}

.city-content {
  /* display: none; */
  padding: 2rem;
  padding-bottom: 1rem;
  background-color: #fff;
}

.shop-selector-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.city-content .shop-selector-grid:last-of-type {
  margin-bottom: 0;
}

.shop-selector {
  position: relative;
  font-size: 3.7rem;
  flex: 0 0 calc(50% - 0.75rem);
  box-sizing: border-box;
  padding: 1.5rem;
  border: 0.2rem solid #a98a46;
  border-radius: 1rem;
  color: #a98a46;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 16rem;
}

.shop-selector p {
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28rem;
}

.shop-selector span {
  display: inline-block;
  line-height: 1.2;
}

.shop-selector.active {
  background-color: #c4a97d;
  color: white;
  border-color: #c4a97d;
}

.shop-selector.active::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 3rem solid #c4a97d;
  z-index: 10;
}

.shop-details-panel {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.shop-details-panel img {
  width: 100%;
  height: auto;
  display: block;
}

.shop-details-panel a {
  position: absolute;
  /* background-color: #000; */
  cursor: pointer;
  width: 55rem;
  height: 15rem;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

/* QA */
.qa {
  padding-top: 10rem;
  background: #ddd7c5;
  padding-bottom: 5rem;
}

.qa .styleTT img {
  width: 66rem;
}

/*アコーディオンタイトル*/
.faq_q {
  cursor: pointer;
  padding: 2rem 2rem 2rem 10rem;
  position: relative;
  font-weight: 400;
  line-height: 1.667;
  background: #ddd7c5;
  color: #594c1f;
  border: 1px solid #a98a46;
  text-align: center;
  font-weight: 700;
  color: #594c1f;
}

.faq_q::before {
  content: "";
  font-family: "Noto Serif JP";
  font-size: 5rem;
  display: block;
  position: absolute;
  top: 15%;
  left: -1rem;
  transform: translate(0, -50%);
  background: url(../img/q.svg) no-repeat left top;
  width: 8.9rem;
  height: 10.1rem;
}

/*アコーディオンで現れるエリア*/
.faq_a {
  display: none;
  /*はじめは非表示*/
  background: #a98a46;
  padding: 4rem 4.5rem;
  margin-top: 1rem;
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
}

/*アイコンの＋と×*/
.faq_q::after {
  content: "";
  display: block;
  background: url(../img/arrQA.svg) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.2rem;
  position: absolute;
  width: 4.9rem;
  height: 3.4rem;
  top: 50%;
  transform: translate(0, -50%);
  right: 3rem;
  transition: 0.3s;
}

.faq_q.close::after {
  background: url(../img/arrQADown.svg) no-repeat;
  background-size: 100% 100%;
}

/*list store*/
.lstStoreTT {
  height: 17.6rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 6rem;
}

/* Date picker */
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #a98a46 !important;
}

.datepicker--cell.-current- {
  color: #a98a46 !important;
}

#shop_list .collapse:nth-child(13) span {
  margin-left: -2rem;
}

#shop_list .collapse:nth-child(15) span {
  margin-left: -4.5rem;
}

.fvNewBanner {
  margin-top: -4rem;
}

.bannerFVText {
  width: 54rem;
  position: absolute;
  left: 9rem;
  bottom: 7.5rem;
}

.fvNewBanner>img:first-child {
  height: 41.1rem;
  display: inline-block;
}

.gbBanner img {
  width: 76.2rem;
  max-width: initial;
  display: block;
  margin-left: -0.6rem;
  margin-bottom: -4rem;
}

.mt10M {
  margin-top: -10rem;
}

.bg3 {
  background-size: 100% auto;
}

footer {
  background-image: url(../img/footerBg.png);
  background-size: 100% 100%;
  text-align: center;
  padding: 2rem 0;
}

footer img {
  display: inline-block;
  width: 26.5rem;
  margin-bottom: 0.5rem;
}

footer p {
  color: #000000;
  font-family: "Noto Sans JP";
}

.albaTv {
  background: url(../img/albaTvBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 6rem 0;
}

.albaTvTT {
  display: block;
  margin: 0 auto;
  width: 63.3rem;
  height: 100%;
}

.albaTvImg {
  display: block;
  margin: 4.5rem auto 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gbBannerContent {
  position: relative;
  background-color: #fffff0;
  padding: 3rem 0 12rem 0;
  z-index: 5;
}

.gbBannerContent.pBottom {
  background-color: #fffff0;
  padding: 5rem 0 3rem 0;
}

.dateBlock {
  position: relative;
  margin-top: -10rem;
  z-index: 6;
}

.dateBlock .prev2Month {
  position: absolute;
  top: 65rem;
  left: 13.5rem;
}

.dateBlock .prev1Month {
  position: absolute;
  top: 74.4rem;
  left: 13.5rem;
}

.dateBlock .curMonth {
  position: absolute;
  bottom: 16rem;
  left: 11.5rem;
}

.compare {
  background-color: #ebedf0;
  padding: 5rem 0 1rem;
}

.comapreTT {
  display: block;
  margin: 0 auto;
  width: 57rem;
}

.comapreTbl {
  display: block;
  margin: 3rem auto;
  width: 62.5rem;
}

.deduction {
  border: 0.1rem solid #a98a46;
  border-top: 0.3rem solid #a98a46;
  background-color: #fff;
  width: 69rem;
  margin: 0 auto;
  padding: 5rem 0 6rem 0;
  margin-bottom: 6.5rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.3rem 0.3rem 0.5rem 0px rgba(0, 0, 0, 0.2);
}

.deduction img {
  width: 91.3%;
  display: block;
  margin: 0 auto;
}

.deduction p.dectxt {
  width: 60rem;
  margin: 0 auto;
  margin-bottom: 5.5rem;
}

.deduction p.dectxt_se {
  margin: 0 auto;
  width: 66rem;
  border-top: 0.1rem solid #a98a46;
  border-bottom: 0.1rem solid #a98a46;
  line-height: 1.8;
  margin-bottom: 4.5rem;
}

.mapweb {
  width: 69rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 6.5rem;
}

.shopTTs {
  width: 57.5rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 6rem;
}

.sliderShop {
  width: 69rem;
  margin: 0 auto;
}

.sliderShop .slick-dots {
  bottom: -5rem;
}

.sliderShop .slick-dots li button:before {
  font-size: 1rem;
}

.sliderShop .slick-dots li.slick-active button:before {
  color: #a98a46;
}

.sliderShop-item-arrow .slick-arrow {
  width: 5.6rem;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  bottom: 19rem;
  left: -2.5rem;
  transform: rotate(180deg);
}

.sliderShop-item-arrow .slick-arrow img {
  height: 15rem;
}

.sliderShop-item-arrow .slick-arrow.shop_btnNext {
  right: -2.5rem;
  left: initial;
  transform: none;
}

.sliderShop-item-arrow ul {
  position: relative;
}

/* issue */
.issue {
  background: url(../img/issueBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 32rem;
  padding-bottom: 5rem;
}

.issueTT {
  display: block;
  margin: 0 auto;
  width: 63rem;
}

.issueImg {
  display: block;
  margin: 5rem auto 2rem;
  width: 67rem;
}

.issueCircle {
  flex: 0 0 22rem;
  width: 22rem;
  object-fit: cover;
  display: block;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

/* point */
.point {
  position: relative;
  background-color: #ebedf0;
  padding-top: 17rem;
  padding-bottom: 15rem;
  z-index: 3;
}

.pointItem {
  position: relative;
  background-color: #fff;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 6.5rem;
  padding-bottom: 1rem;
}

.pointItem02 {
  padding-top: 8.5rem;
}

.pointItem h3,
.pointItem p {
  color: #594c1f;
}

.pointNumber {
  position: absolute;
  width: 15.5rem;
  left: 50%;
  transform: translateX(-50%);
  top: -12rem;
}

.pointItem02 .pointNumber {
  top: -9rem;
}

.pointImg {
  display: block;
  margin: 3.5rem auto;
  width: 67rem;
}

.pointItem img:last-child {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* rank */
.rank {
  background: url(../img/rankBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.rankTT {
  display: block;
  margin: 0 auto;
  width: 37rem;
}

.rankImg {
  display: block;
  margin: 0 auto;
  width: 67rem;
}