<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ----店舗一覧：block-store-list---- */

.block-store-list--area {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.block-store-list--area-title {
  font-weight: bold;
}

.block-store-list--area-anchor li {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
}

.block-store-list--area-anchor a {
  text-decoration: underline;
}

.block-store-list--area-anchor a:before {
  content: "＞";
}

.block-store-list--stores {
  max-width: 100%;
  margin-bottom: 20px;
}

.block-store-list--stores-title {
  margin-bottom: 20px;
  clear: both;
}

.block-store-list--store {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.block-store-list--store a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}

.block-store-list--store a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  font-size: 20px;
}

.block-store-list--store-image {
  margin: 10px;
  width: 180px;
}

.block-store-list--store-image figure {
  background: #f5f5f5;
  width: 180px;
  height: 135px;
}

.block-store-list--store-description {
  margin: 10px 20px 10px 0;
}

.block-store-list--store-name {
  margin-bottom: 10px;
  font-weight: bold;
}

.block-store-list--store-details {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.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-detail---- */

.block-store-detail--title {
  margin-top: 10px;
}

.block-store-detail--store-images {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 10px;
}

.block-store-detail--store-src-1 {
  padding: 10px;
  order: 10;
}

.block-store-detail--store-src-2 {
  padding: 10px;
  order: 20;
}

.block-store-detail--store-src-3 {
  padding: 10px;
  order: 30;
}

.block-store-detail--store-src-4 {
  padding: 10px;
  order: 40;
}

.block-store-detail--store-src-5 {
  padding: 10px;
  order: 50;
}

.block-store-detail--store {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-store-detail--store-info {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px 10px;
  font-size: 12px;
}

.block-store-detail--store-info dl {
  display: flex;
}

.block-store-detail--store-info dt {
  white-space: nowrap;
}

.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-comment {
  width: 100%;
  order: 80;
}

.block-store-detail--store-map-info {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.block-store-detail--store-map {
  display: none;
  width: 100%;
  height: 300px;
}

.block-store-detail--store-separate-map {
  display: none;
  margin-top: 5px;
  text-decoration: underline;
}

.block-store-detail--store-separate-map a:before {
  content: "＞";
}

.block-store-detail--blog-link {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  text-decoration: underline;
}

.block-store-detail--blog-link a:before {
  content: "＞";
}

.block-store-detail--staff {
  width: 100%;
  margin-bottom: 20px;
}

.block-store-detail--staff-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-store-detail--staff-info {
  width: 25%;
  padding: 10px;
}

.block-store-detail--blog-staff-link {
  text-decoration: underline;
}

.block-store-detail--staff-image figure {
  background: #f5f5f5;
  width: 100%;
  height: 70px;
}

.block-store-detail--staff-name {
  word-wrap: break-word;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
}

.block-store-detail--staff-image img {
  font-size: 12px;
}
</pre></body></html>