@charset "UTF-8";
#header {
  background-color: #ffffff !important;
}

body {
  letter-spacing: 0.1em;
  color: #fff;
}

a {
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #fff000 !important;
}

div#breadcrumb_container ol li.active {
  color: #1a1a1a;
}

/*======================
mvArea
======================*/
.mvArea {
  text-align: center;
}
.mvArea h1 {
  font-size: 30px;
  margin: 2em 0 1em;
}
@media screen and (max-width: 767px) {
  .mvArea h1 {
    font-size: 24px;
  }
}
.mvArea h1 strong {
  color: #fff000;
}
.mvArea .mv_catch {
  font-size: 20px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .mvArea .mv_catch {
    font-size: 16px;
  }
}
.mvArea .mv_catch strong {
  color: #fff000;
}

/*======================
calendarArea
======================*/
.calendarArea {
  margin-top: 30px;
}

.notice {
  margin-top: 1em;
}

/*======================
shopArea
======================*/
.shopArea {
  margin: 70px 0 70px;
}
@media screen and (max-width: 767px) {
  .shopArea {
    padding: 0 0 60px;
    margin-top: 60px;
  }
}
.shopArea h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  padding: 0.5em 0;
  display: block;
  box-sizing: border-box;
  max-width: 8em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .shopArea h2 {
    font-size: 22px;
  }
}
.shopArea h2:before, .shopArea h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 40px;
  height: 1px;
  rotate: -25deg;
  display: inline-block;
}
.shopArea h2:before {
  top: -0.5em;
}
.shopArea h2:after {
  bottom: 0.5em;
}
.shopArea .shopcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  letter-spacing: 0.1em;
}
.shopArea .shopcontainer .shopBox {
  width: 30%;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .shopArea .shopcontainer .shopBox {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .shopArea .shopcontainer .shopBox:nth-child(n+2) {
    margin-top: 50px;
  }
}
.shopArea .shopcontainer .shopBox figure {
  width: 100%;
  height: 180px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.shopArea .shopcontainer .shopBox figure img {
  width: 100%;
}
.shopArea .shopcontainer .shopBox_openspace {
  font-size: 18px;
  letter-spacing: 0.03em;
  margin: 1em 0 0.5em;
}
.shopArea .shopcontainer .shopBox_name {
  margin: 1em 0;
}
.shopArea .shopcontainer .shopBox_name:before {
  content: "開催店舗";
  color: #1a1e5d;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #fff;
  padding: 0.1em 0.4em 0 0.5em;
  border-radius: 5px;
  margin-right: 0.5em;
}
.shopArea .shopcontainer .shopBox_btn {
  margin-top: 1em;
}
.shopArea .shopcontainer .shopBox_btn a {
  display: block;
  background-color: #9b2a62;
  text-align: center;
  padding: 0.5em;
  border-radius: 10px;
  border: solid 1px #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.shopArea .shopcontainer .shopBox a {
  color: #fff;
}/*# sourceMappingURL=shoplist.css.map */