/* -------------------------------------------------
  base
---------------------------------------------------- */
footer {
  margin-top: 0px;
  padding-top: 0px;
}
#experience ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
#experience p {
  margin-bottom: 0px;
}
.more-link {
  margin-top: 2px;
}
/* -------------------------------------------------
  modal
---------------------------------------------------- */
.text-disabled {
  color: #cbcbcb;
  text-decoration: none;
}
.modal-backdrop {
  height: 100%;
  z-index: 1000 !important;
  position: fixed;
}
.panel .panel {
  box-shadow: none;
  border: none;
}
.panel hr {
  margin: 15px 0px;
  border-top: #eee 1px solid;
  width: 100%;
}
/* -------------------------------------------------
  breadcrumb-wrap
---------------------------------------------------- */
.breadcrumb-wrap {
  margin-bottom: 0px;
}
@media print, screen and (max-width: 767px) {
  .breadcrumb-wrap {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 400px) {
  .breadcrumb-wrap {
    font-size: 8px;
  }
}
/* -------------------------------------------------
  main
---------------------------------------------------- */
.main {
  background: #fff;
  font-size: 14px;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .main {
    font-size: 12px;
  }
}
.main__wrap {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}
/* -------------------------------------------------
  hero
---------------------------------------------------- */
.hero {
  background: rgb(247, 198, 221);
  background: linear-gradient(90deg, rgba(247, 198, 221, 1) 0%, rgba(247, 198, 221, 1) 0%, rgba(249, 218, 148, 1) 100%);
}
.hero img {
  max-width: 100%;
}
@media print, screen and (max-width: 768px) {
  .hero {
    background-image: none;
  }
}
.hero__image {
  max-width: 980px;
  margin: 0 auto;
}
.hero__image--sp {
  max-width: 768px;
  margin: 0 auto;
  display: none;
}
.hero__image--sp img {
  margin: 0px;
}
@media print, screen and (max-width: 768px) {
  .hero__image--sp {
    display: block;
  }
}
.hero__image--pc {
  max-width: 990px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .hero__image--pc {
    display: none;
  }
}
.hero__text {
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 480px) {
  .hero__text {
    padding: 4px;
    font-size: 13px;
  }
}
/* -------------------------------------------------
  areaSearch
---------------------------------------------------- */
.areaSearch {
  width: 40%;
  display: inline-block;
  padding-left: 10px;
}
@media print, screen and (min-width: 767px) {
  .areaSearch {
    padding-left: 0;
    padding-right: 10px;
  }
}
.areaSearch p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2px !important;
}
.areaSearch button {
  display: block;
  padding: 0 10px;
  position: relative;
  width: 100%;
  border: 2px solid #ccc;
  font-size: 16px;
  height: 2.5em;
  border-radius: 4px;
  color: #555555;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.areaSearch button::after {
  position: absolute;
  content: "▼";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.areaSearch button:hover {
  background-color: #e7e7e7;
}
@media print, screen and (max-width: 640px) {
  .areaSearch {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0 10px;
  }
  .areaSearch button {
    width: 100%;
    font-size: 16px;
    height: 35px;
    line-height: 28px;
    padding: 0px;
  }
}
/* -------------------------------------------------
  stationSearch
---------------------------------------------------- */
.stationSearch {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  width: 59%;
  padding-right: 10px;
}
@media print, screen and (max-width: 640px) {
  .stationSearch {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 767px) {
  .stationSearch {
    padding-right: 0;
  }
}
.stationSearch p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2px !important;
}
.stationSearch__title {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 1.2em;
}
.stationSearch__inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .stationSearch__inputGroup {
    width: 100%;
  }
}
.stationSearch__inputGroupWrap {
  width: 100%;
  position: relative;
}
.stationSearch__inputGroupWrap span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}
.stationSearch__inputGroupWrap span:hover {
  opacity: 0.8;
}
.stationSearch__inputGroup input {
  border: 2px solid #ccc;
  font-size: 16px;
  height: 2.5em;
  width: 100%;
  border-radius: 4px;
  color: #555555;
  background-color: #ffffff;
  padding: 6px 12px;
}
@media print, screen and (max-width: 640px) {
  .stationSearch__inputGroup input {
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
}
.stationSearch__inputGroup input:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(161, 136, 127, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(161, 136, 127, 0.6);
}
.stationSearch__inputGroup input::-webkit-input-placeholder, .stationSearch__inputGroup input:-ms-input-placeholder, .stationSearch__inputGroup input::-ms-input-placeholder, .stationSearch__inputGroup input::placeholder {
  color: #ccc;
}
.stationSearch__inputGroup button {
  border: 2px solid #ccc;
  font-size: 16px;
  height: 2.5em;
  color: #333333;
  background-color: #ffffff;
  border-radius: 4px;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 6px 31px;
}
@media print, screen and (max-width: 640px) {
  .stationSearch__inputGroup button {
    height: 35px;
    line-height: 35px;
  }
}
.stationSearch__inputGroup button:hover {
  background-color: #e7e7e7;
}
.stationSearch__candidate {
  width: 100%;
  position: relative;
}
.stationSearch__candidateList {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  max-height: 20em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.stationSearch__candidateList a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.stationSearch__candidateList .disabled {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
  pointer-events: none;
}
.stationSearch__candidateList a:hover {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.stationSearch__candidateList a::after {
  content: attr(data-number);
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ff7354;
  border-radius: 2em;
  color: #fff;
  font-size: 50%;
  font-weight: bold;
  line-height: 1;
  min-width: 2.5em;
  padding: 0.5em 0;
  text-align: center;
}
.stationSearch__candidateList .disabled::after {
  background-color: #999;
}
/* -------------------------------------------------
  stationSearch__history
---------------------------------------------------- */
.stationSearch__history {
  width: 100%;
  padding: 0 10px 10px 10px;
}
.stationSearch__history li {
  display: inline-block;
  padding-right: 3px;
}
/* -------------------------------------------------
  searchConditions
---------------------------------------------------- */
.searchConditions {
  background-color: #f1f1f1;
  padding: 10px 0px;
}
.searchConditions__top, .searchConditions__bottom {
  padding: 0 10px;
}
.searchConditions__top p {
  margin-bottom: 0px;
}
.searchConditions__top p[data-type="title"] {
  font-weight: bold;
}
.searchConditions__bottom {
  display: flex;
}
.searchConditions__bottom {
  margin-top: 5px;
}
.searchConditions__btn {
  border: thin solid #DDDDDD;
  border-width: 1px 1px 2px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 5px;
}
.searchConditions__btn[data-toggle="on"] {
  border-color: #e67b3a;
}
.searchConditions__btn[data-toggle="on"] i {
  color: #e67b3a;
}
.searchConditions__btn p, .searchConditions__btn a {
  display: block;
  color: #565656;
  font-weight: 700;
  border-width: 1px 1px 2px;
  background: #fff;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  line-height: 1.42857143;
  user-select: none;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.searchConditions__btn p:hover, .searchConditions__btn a:hover {
  background-color: #f5f5f5;
}
.searchConditions__btn + [data-type="clear"] {
  margin-left: auto;
}
/* -------------------------------------------------
  exrepo
---------------------------------------------------- */
.exrepo {
  padding: 10px 10px 0 10px;
  display: none;
}
.exrepo[data-toggle="on"] {
  display: block;
}
.exrepo__wrap {
  border: 1px solid #e67b3a;
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
}
.exrepo p {
  margin: 0px;
}
.exrepo__title {
  font-weight: bold;
  color: #e67b3a;
}
.exrepo__link {
  text-align: right;
}
.exrepo__link a {
  color: #795548;
  text-decoration: underline;
}
.exrepo__link a:hover {
  text-decoration: none;
}
/* -------------------------------------------------
  shopList
---------------------------------------------------- */
.shopList li {
  border: 2px solid #f1f1f1;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 10%);
  box-shadow: 0 0 2px rgb(0 0 0 / 10%);
}
@media print, screen and (max-width: 980px) {
  .shopList li {
    border-left: none;
    border-right: none;
    margin-bottom: 15px
  }
}
/* -------------------------------------------------
  shop
---------------------------------------------------- */
.shop a {
  color: #333;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
}
@media print, screen and (min-width: 767px) {
  .shop a {
    padding: 20px;
  }
}
.shop__date {
  color: rgb(131, 131, 131);
  margin-bottom: 0px;
  text-align: right;
}
.shop__label {
  margin-bottom: 8px;
  display: flex;
}
.shop__label span {
  padding: 2px 5px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 4px;
  width: 50px;
  display: block;
  text-align: center;
  color: #FFF;
}
.shop__label span:not(:first-child) {
  margin-left: 5px;
}
.shop__label span[data-type="new"] {
  background-color: #00c0c0;
}
.shop__label span[data-type="mw"] {
  background-color: #6B9CD6;
}
.shop__label span[data-type="men"] {
  background-color: #6B9CD6;
}
.shop__label span[data-type="women"] {
  background-color: #F79F9B;
}
.shop__label span[data-type="experience"] {
  background-color: #F99C2F;
}
.shop__name {
  color: #565656;
  word-break: break-all;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  margin: 8px 0;
}
@media print, screen and (min-width: 767px) {
  .shop__name {
    font-size: 22px;
  }
}
.shop__name:hover {
  opacity: 0.8;
}
.shop__detail {
  display: flex;
}
.shop__image {
  width: 42%;
  margin-right: 10px;
}
@media print, screen and (min-width: 767px) {
  .shop__image {
    width: 35%;
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 567px) {
  .shop__image {
    width: 45%;
    margin-right: 10px;
  }
}
.shop__image img {
  max-width: 100%;
  margin: 0;
}
.shop__wrap {
  width: 57%;
}
.shop__info {
  color: #333;
  font-size: 1em;
}
.shop__info p {
  margin-bottom: 0px;
  line-height: 1.5;
}
@media print, screen and (min-width: 767px) {
  #experience .shop__info p {
    margin-bottom: 10px;
  }
}
.shop__info i {
  color: #795548;
}
.shop__info span[data-type="evaluation"] {
  color: #e67b3a;
  font-weight: bold;
}
.shop a::before {
  display: none;
}
.shop__explanation {
  margin-bottom: 10px;
}
.shop__explanation p[data-type="title"] {
  color: #e67b3a;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.1;
}
@media print, screen and (min-width: 767px) {
  .shop__explanation p[data-type="title"] {
    font-size: 1.3em;
  }
}
.shop__explanation p[data-type="text"] {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  line-height: 1.5;
}
/* -------------------------------------------------
  introduction
---------------------------------------------------- */
.introduction {
  padding: 10px;
}
@media print, screen and (min-width: 767px) {
  .introduction {
    padding: 10px 0
  }
}
.introduction h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #795548;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .introduction h2 {
    font-size: 1em;
  }
}
@media print, screen and (max-width: 320px) {
  .introduction h2 {
    font-size: .96em;
  }
}
/* -------------------------------------------------
  paginationArea
---------------------------------------------------- */
.paginationArea {
  padding: 0 10px;
  padding-bottom: 2em;
  margin-top: 10px;
  text-align: center;
}
.paginationArea .displayCount {
  text-align: center;
}
/* -------------------------------------------------
  page
---------------------------------------------------- */
.page {
  display: inline-flex;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.page li a {
  background-color: #f5f2e9;
  text-align: center;
  display: block;
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
}
.page .active a, .page li a:hover {
  color: #fff;
  border: #795548 1px solid;
  background-color: #795548;
}
.page li[data-type="disabled"] {
  display: none;
}
.page li i {
  line-height: 34px;
}
.page li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.page li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* -------------------------------------------------
  displayCount
---------------------------------------------------- */
.displayCount {
  color: #777;
  margin: 0px;
}
@media print, screen and (max-width: 320px) {
  .displayCount {
    font-size: .96em;
  }
}
.displayCount span {
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
  margin-right: 2px;
}
/* -------------------------------------------------
  orderArea
---------------------------------------------------- */
.orderArea {
  margin-top: 10px;
}
.orderArea__wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  align-items: center;
}
/* -------------------------------------------------
  order
---------------------------------------------------- */
.order {
  display: flex;
  width: 50%;
  margin-left: 10px;
}
@media print, screen and (min-width: 767px) {
  .order {
    margin-left: 0;
  }
}
.order__label {
  display: block;
  width: 100%;
  color: #333;
  background-color: #f1f1f1;
  font-weight: bold;
  text-align: center;
  padding: 8px 0em;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.order__label:not(:last-of-type) {
  margin-right: 2px;
}
.order__label[data-type="active"], .order__label:hover {
  background-color: #e67b3a;
  color: #fff;
  text-decoration: none;
}
/* -------------------------------------------------
  search-shop-card-menu
---------------------------------------------------- */
.search-shop-card-menu {
  padding: 0 10px 10px 10px;
  font-size: 14px;
}
.search-shop-card-menu__name {
  text-decoration: underline;
}
@media print, screen and (min-width: 767px) {
  .discount_rate_br {
    display: none;
  }
  .epark-price {
    text-align: right;
    font-size: 1.1em;
  }
  .search-shop-card-menu {
    padding: 0 20px 20px 20px;
  }
  .coupon-price {
    font-size: 120%;
  }
}
.search-shop-card-menu__title {
  margin-bottom: 4px !important;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}
@media print, screen and (min-width: 767px) {
  .search-shop-card-menu__title {
    font-size: 14px;
  }
}
.search-shop-card-menu {
  border-top: none;
  background: #fcf8e3;
  color: #333;
  position: relative;
  text-decoration: none;
  padding: 10px;
  display: block;
  margin-top: 10px;
}