@charset "UTF-8";

/* ----店舗一覧：block-store-list---- */

.block-store-list--area {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.block-store-list--area-title {
  font-weight: bold;
  margin-right: 10px;
}

.block-store-list--area-anchor ul {
  display: flex;
}

.block-store-list--area-anchor li {
  position: relative;
  margin-right: 12px;
}

.block-store-list--area-anchor a {
  text-decoration: underline;
}

.block-store-list--area-anchor a:hover {
  text-decoration: none;
}

.block-store-list--stores {
  margin-bottom: 20px;
}

.block-store-list--stores-title {
  border-bottom: 1px solid #551937;
  margin-bottom: 20px;
  clear: both;
  font-weight: bold;
  color: #551937;
}

.block-store-list--stores-list {
  display: flex;
  flex-wrap: wrap;
}

.block-store-list--store {
  width: calc((100% - 90px) / 4);
  margin: 0 30px 20px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #f3edf0;
}

.block-store-list--store:nth-child(4n) {
  margin-right: 0;
}

.block-store-list--store-image {
  width: 100%;
  margin: 0 0 8px;
}

.block-store-list--store-image figure {
  width: 100%;
}

.block-store-list--store-image figure:hover {
  opacity: 0.7;
}

.block-store-list--store-name {
  margin-bottom: 4px;
  font-size: 16px;
}

.block-store-list--store-name a {
  position: relative;
    width: 100%;
    display: block;
}

.block-store-list--store-name a:hover {
  color: #aa0046;
}

.block-store-list--store-name a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #551937;
    border-right: 1px solid #551937;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.block-store-list--store-details {
  display: flex;
  flex-direction: column;
}

.block-store-list--store-details dl {
  display: flex;
}

.block-store-list--store-details dt {
  white-space: nowrap;
}

.block-store-list--store-address {
  width: 100%;
  order: 10;
}

.block-store-list--store-tel {
  width: 100%;
  order: 20;
}

.block-store-list--store-sales-info {
  width: 100%;
  order: 30;
}

.block-store-list--store-regularholiday {
  width: 100%;
  order: 40;
}

.block-store-list--store-access {
  width: 100%;
  order: 50;
}

.block-store-list--store-brand a {
  color: #AA0046;
  text-decoration: underline;
}

.block-store-list--store-brand a:hover {
  text-decoration: none;
}

/* ----店舗詳細：block-store-detail---- */

.block-store-detail--title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-store-detail--store-images {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
}

.block-store-detail--store-images li {
  width: 380px;
  margin: 0 20px 20px 0;
}

.block-store-detail--store-images li:nth-child(3n) {
  margin-right: 0;
}

.block-store-detail--store {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.block-store-detail--store-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}

.block-store-detail--store-info dl {
  display: flex;
  border: 1px solid #DEDEDE;
}

.block-store-detail--store-info dl:not(:last-of-type) {
  border-bottom: 0;
}

.block-store-detail--store-info dt {
  width: 128px;
  padding: 8px;
  background: #F8F8F8;
  border-right: 1px solid #DEDEDE;
}

.block-store-detail--store-info dd {
  padding: 8px;
  width: calc(100% - 128px);
}

.block-store-detail--store-address {
  width: 100%;
  order: 10;
}

.block-store-detail--store-tel {
  width: 100%;
  order: 20;
}

.block-store-detail--store-fax {
  width: 100%;
  order: 30;
}

.block-store-detail--store-sales-info {
  width: 100%;
  order: 40;
}

.block-store-detail--store-regularholiday {
  width: 100%;
  order: 50;
}

.block-store-detail--store-etc-sales-info {
  width: 100%;
  order: 60;
}

.block-store-detail--store-access {
  width: 100%;
  order: 70;
}

.block-store-detail--store-freespace {
  width: 100%;
  order: 75;
}

.block-store-detail--store-comment {
  width: 100%;
  order: 80;
}

.block-store-detail--store-map-info {
  width: 50%;
}

.block-store-detail--store-reserve-info {
    width: 50%;
}

.block-store-detail--store-map {
  display: none;
  width: 100%;
  height: 400px;
}

.block-store-detail--store-separate-map {
  display: none;
  margin-top: 5px;
  text-decoration: underline;
  text-align: right;
}

.block-store-detail--store-map-btn {
  display: block;
  color: #8D075C;
  font-size: 14px;
  width: 240px;
  padding: 9px 0;
  border: 1px solid #8D075C;
  border-radius: 30px;
  background: #FFF;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  transition: .3s ease;
  cursor: pointer;
}

.block-store-detail--store-map-btn:hover {
  color: #EA0161;
  border-color: #EA0161;
  text-decoration: none;
}

.block-store-detail--store-reserve-btn {
    display: block;
    color: #8D075C;
    font-size: 14px;
    width: 240px;
    padding: 9px 0;
    border: 1px solid #8D075C;
    border-radius: 30px;
    background: #FFF;
    letter-spacing: 1px;
    text-align: center;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    transition: .3s ease;
    cursor: pointer;
}

    .block-store-detail--store-reserve-btn:hover {
        color: #EA0161;
        border-color: #EA0161;
        text-decoration: none;
    }
.block-store-list--store-freespace {
    margin: 10px 0 5px;
}
.block-store-list--store-freespace span {
    display: inline-block;
    border: solid 1px #721f49;
    border-radius: 4px;
    background-color: #fff;
    color: #721f49;
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1;
    margin: 0 0.58333em 0.28333em 0;
    padding: 0.25em 0.66667em;
}
.block-store-detail--store-info .block-store-detail--store-freespace .white-space-pre-wrap span {
    display: inline-block;
    border: solid 1px #721f49;
    border-radius: 4px;
    background-color: #fff;
    color: #721f49;
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1;
    margin: 0 0.58333em 0.28333em 0;
    padding: 0.25em 0.66667em;
}