/*-------------------------------
デフォルトの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;
}

#tobideru_shoplist {
  background-color: #ebf5fc;
  margin: auto;
}

#tobideru_shoplist h1 {
  width: 547px;
  text-align: center;
  margin: 0 auto 100px;
}
#tobideru_shoplist h1 img {
  max-width: 100%;
}

.section-inner {
  width: 950px;
  padding: 0 20px;
  margin: auto;
}

.txt_date {
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
  font-feature-settings: "palt";
}

/*--------------------------------------
実施店舗
---------------------------------------*/
.store {
  width: 100%;
  background-color: #f4e8fc;
  padding: 100px 0 120px;
}
.store-title {
  margin: 0 auto 38px;
  display: block;
  width: 108px;
}
.txt_plan {
  text-align: center;
}
.target-store {
  padding: 11px 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 #a75fdb;
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 36px;
}
.open #prefView, .open #cityView {
  border-radius: 36px 36px 0 0;
}
#prefConsole, #cityConsole {
  cursor: pointer;
}
#prefList, #cityList {
  padding: 20px 5px 20px 0;
  background: #fff;
  border: 4px solid #a75fdb;
  border-radius: 0 0 36px 36px;
  box-sizing: border-box;
  border-top: none;
}
#prefList ul li:first-child, #cityList ul li:first-child {
  margin-top: 0;
}
#prefList ul li,#cityList ul li {
  margin-top: 40px;
  cursor: pointer;
}
#prefView::after, #cityView::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(/mobile/set/data/service/5glab/tobideru-shoplist/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%;
}
#prefList ul, #cityList ul {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
}
#prefList ul > li, #cityList ul  > li {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.open #prefList, .open #cityList {
  display: block;
}
.shopSearchBox_default {
  display: block;
  color: #8a70bc;
  margin-top: 40px;
  padding: 45px 0;
  background: #fff;
  border-radius: 16px;
  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.24;
  border: 2px solid #a75fdb;
  border-collapse: separate;
  border-radius: 16px;
  overflow: hidden;
}
.shopSearchBox_table .col-1 {
  width: 485px;
}
.shopSearchBox_table .col-2 {
  width: 375px;
}
.shopSearchBox_table .col-3 {
  width: 80px;
}
#shopSearchBox_thead {
  text-align: center;
  background: #a75fdb;
  color: #fff;
}
.shopSearchBox_table th {
  padding: 15px 0;
}
.shopSearchBox_table th:not(:last-of-type) {
  border-right: 2px solid #fff;
}
.shopSearchBox_table th:nth-child(n+3) {
  font-size: 14px;
}
#shopSearchBox_tbody {
  vertical-align: top;
}
.shopSearchBox_table td {
  padding: 14px 20px 12px;
  background: #fff;
}
.shopSearchBox_table td:nth-of-type(-n+2) {
  border-right: 2px solid #a75fdb;
}
.shopSearchBox_table tr:not(:last-of-type) td {
  border-bottom: 2px solid #a75fdb;
}
.shopSearchBox_table td:nth-child(2) {
  font-size: 16px;
}
.shopSearchBox_table td:nth-child(n+3) {
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
}
.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 {
  position: relative;
  margin-top: 18px;
  list-style: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
.txt_notes + .txt_notes {
  margin-top: 0;
}
/*--------------------------------------
SNS component
---------------------------------------*/
.sns-inner {
  width: 950px;
  margin: 30px auto 40px;
  padding: 0 20px;
}

#contents-body>*:last-child {
  margin-bottom: 40px;
}

/*--------------------------------------
オンラインショップ
---------------------------------------*/
.ols {
  padding: 100px 0;
}
.ols .section-inner {
  width: 865px;
}
.ols-title {
  margin: 0 auto 38px;
  display: block;
  width: 296px;
}
.mobile-page-u96-ols-list{
  display: grid;
  grid-template-columns: repeat(2, 345px);
  gap: 35px 135px;
  justify-content: center;
  margin: 36px 0 33px;
}
.mobile-page-u96-ols-list-icon {
  display: block;
  width: 100%;
  height: auto;
}
.newwindowicon{
  display: none;
}
.mobile-page-u96-ols-list-text {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #006cb7;
  margin-top: 12px;
}
.mobile-page-u96-ols-list-text .newwindowicon{
  display: none;
}
.ols .txt_notes{
  color: #cd0000;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}


/*--------------------------------------
戻る
---------------------------------------*/
.btn-back {
  padding-top: 113px;
  text-align: center;
}
.back-text-link {
  position: relative;
  color: #333 !important;
  font-size: 18px;
  padding-left: 1em;
  text-decoration: none !important;
}
.back-text-link:hover {
  opacity: 0.6;
  transition: opacity .4s;
}
.back-text-link[data-sb-category-icon=arrow]:after {
  position: absolute;
  display: block;
  content: "";
  border-top: solid 2px;
  border-left: solid 2px;
  width: 8px;
  height: 8px;
  bottom: 50%;
  left: -5px;
  opacity: 1;
  transform: translateY(50%) rotate(-45deg);
}
.back-text-link[data-sb-category-icon=arrow]:hover:after {
  animation: mercury-arrowL .4s 2;
}
@keyframes mercury-arrowL {
  0% {
      transform: translate3d(0,50%,0) rotate(-45deg);
      -webkit-transform: translate3d(0,50%,0) rotate(-45deg);
      -webkit-transform: translate3d(0,50%,0) rotate(-45deg);
      -moz-transform: translate3d(0,50%,0) rotate(-45deg);
      -ms-transform: translate3d(0,50%,0) rotate(-45deg);
      -o-transform: translate3d(0,50%,0) rotate(-45deg)
  }
  50% {
      transform: translate3d(-30%,50%,0) rotate(-45deg);
      -webkit-transform: translate3d(-30%,50%,0) rotate(-45deg);
      -moz-transform: translate3d(-30%,50%,0) rotate(-45deg);
      -ms-transform: translate3d(-30%,50%,0) rotate(-45deg);
      -o-transform: translate3d(-30%,50%,0) rotate(-45deg)
  }
  100% {
      transform: translate3d(0,50%,0) rotate(-45deg);
      -webkit-transform: translate3d(0,50%,0) rotate(-45deg);
      -moz-transform: translate3d(0,50%,0) rotate(-45deg);
      -ms-transform: translate3d(0,50%,0) rotate(-45deg);
      -o-transform: translate3d(0,50%,0) rotate(-45deg)
  }
}
