/*-------------------------------
デフォルトのcss 無効にする
-------------------------------*/
.header-inner,
.nav-global,
#topicpath-area,
#contents-area,
.footer-inner {
  width: 100%;
}
.lyt-col-1 #contents-body {
  width: 100%;
}
p, ul {
  margin: 0;
}
#nav-top-area {
  z-index: 10;
}

.pc-none {
  display: none;
}

/*------------------------------*/
* {
  box-sizing: border-box;
}

body {
  overflow-y: scroll;
}

#shoplist {
  background-color: #fff;
  margin: auto;
  padding-bottom: 50px;
}

.section-inner {
  width: 950px;
  padding: 0 20px;
  margin: auto;
}

#shoplist h1 {
  width: 244px;
  text-align: center;
  margin: 0 auto 40px;
}
#shoplist h1 img {
  max-width: 100%;
}

.txt_reserve {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  font-feature-settings: "palt";
}
.txt_date {
  text-align: right;
  font-size: 20px;
  line-height: 1.4;
  font-feature-settings: "palt";
}

/*--------------------------------------
実施店舗
---------------------------------------*/
.store {
  width: 100%;
  padding: 95px 0 62px;
}
.txt_plan {
  text-align: center;
}
.target-store {
  padding: 15px 0 0;
}
.shopSearchBox_select {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shopSearchBox_select dl {
  width: calc(50% - 25px);
}
.shopSearchBox_select dt {
  margin-top: 25px;
}
.shopSearchBox_select dt.labeltext {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
#shopSearchBox_select_pref, #shopSearchBox_select_city {
  display: none;
  font-size: 20px;
}
#prefView, #cityView {
  position: relative;
  margin-top: 18px;
  padding: 18px 0 16px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border: 4px solid #707070;
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.open #prefView, .open #cityView {
  border-radius: 8px 8px 0 0;
}
#prefConsole, #cityConsole {
  cursor: pointer;
}
#prefList, #cityList {
  padding: 20px 5px 20px 0;
  background: #fff;
  border: 4px solid #707070;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  border-top: none;
}
#prefList li:first-child, #cityList li:first-child {
  margin-top: 0;
}
#prefList li, #cityList li {
  margin-top: 40px;
  cursor: pointer;
}
#prefView::after, #cityView::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(/mobile/set/data/special/shop-list-202412/coupon03-list/img/shared/ico-arrow.png) no-repeat center bottom;
  background-size: contain;
  top: 50%;
  right: calc(20/430*100%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#prefList, #cityList {
  display: none;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
}
#prefList > li, #cityList > li {
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.open #prefList, .open #cityList {
  display: block;
}
.shopSearchBox_default {
  display: block;
  margin-top: 40px;
  padding: 45px 0;
  background: #c4c2c2;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.shopSearchBox_table {
  display: none; /* default */
  width: 100%;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.714;
}
.shopSearchBox_table .col-1 {
  width: 280px;
}
.shopSearchBox_table .col-2 {
  width: 440px;
}
.shopSearchBox_table .col-3 {
  width: 190px;
}
#shopSearchBox_thead {
  text-align: center;
  background: #707070;
  color: #fff;
}
.shopSearchBox_table th {
  padding: 1px 0 0;
  border: 2px solid#707070;
}
#shopSearchBox_tbody {
  vertical-align: top;
}
.shopSearchBox_table td {
  padding: 14px 20px 12px;
  border: 2px solid#707070;
}
.name a {
  color: #006cb7;
}
.shop_address {
  margin: 3px 0 -3px;
}
.shop_tel {
  display: inline-block;
  padding: 2px 0 0;
  pointer-events: none;
  color: #131313!important;
}
.txt_notes {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 18px;
  padding-left: 1em;
  text-indent: -1em;
}
