/* お知らせ */
#news-single {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#news-single .type-news {
  margin-top: 70px;
  margin-bottom: 40px;
}

#news-single .news-header {
  display: grid;
  row-gap: 30px;
  text-align: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 50px;
}

#news-single .news-header h1 {
  font-size: 1.6em;
}

.news-share-button-area {
  display: flex;
  justify-content: center;
}

/* イベント・セミナー */
#event-single .event-status {
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
  width: 120px;
  text-align: center;
  color: #fff;
  font-weight: 550;
}

#event-single .status-nonestatus {
  display: none !important;
}

#event-single .status-open {
  background-color: #ff6666;
}

#event-single .status-sameday {
  background-color: #ffa347;
}

#event-single .status-active {
  background-color: #42bbbe;
}

#event-single .status-closed {
  background-color: #6e6e6e;
}

#event-single {
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

#event-single .title {
  margin-bottom: 40px;
}

#event-single .category {
  width: auto;
  text-align: left;
}

#event-single .base-data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#event-single .thumbnail-container {
  position: relative;
}

#event-single .thumbnail-image {
  width: 300px;
}

#event-single .event-point {
  background-image: url(../image/point_flag.png);
  background-repeat: no-repeat;
  color: white;
  display: inline-block;
  width: 100px;
  position: absolute;
  left: -15px;
  top: 15px;
  padding-left: 15px;
}

#event-single .basic-info {
  margin-top: 10px;
  display: grid;
  row-gap: 5px;
}

#event-single .detail-info {
  margin-top: 20px;
}

#event-single table {
  border-collapse: collapse;
  border-top: unset;
  border-right: unset;
  width: 100%;
}

#event-single tr {
  border-top: 1px dashed gray;
  border-bottom: 1px dashed gray;
}

#event-single th,
#event-single td {
  padding: 0;
  border: none;
  text-align: left;
  background-color: unset;
}

#event-single iframe {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  #event-single .base-data {
    display: block;
  }

  #event-single .thumbnail-container {
    padding-bottom: 1.6em;
  }

  #event-single th,
  #event-single td {
    display: block;
    width: 100%;
  }
}

/* 加盟店ページ */

.store-single {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .store-single {
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
  }
}

.store-single .store-name {
  position: relative;
  margin-bottom: 20px;
}

.store-single .store-name h3 {
  font-size: 22px;
}

.store-single .category {
  font-size: 14px;
  font-weight: bold;
  color: #5b4e42;
}

.store-name::after {
  content: "";
  width: 50%;
  height: 2px;
  display: inline-block;
  background-color: #5b4e42;
  position: absolute;
  bottom: -10px;
}

.store-single .catch_copy {
  font-size: 14px;
  font-weight: bold;
  color: #ff6666;
}

.store-single .introductory {
  font-size: 14px;
  font-weight: bold;
  color: #826054;
  margin-top: 30px;
}

.store-single .store-data .data-item {
  font-size: 14px;
  font-weight: bold;
}

.store-single .store-data .data-item h5 {
  color: #826054;
  margin-bottom: 5px;
}

@media screen and (min-width: 751px) {
  .store-single article {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    row-gap: 40px;
  }

  .store-single .base-data {
    order: 2;
    max-width: 40%;
  }

  .store-single .image-gallery {
    order: 1;
    display: flex;
    column-gap: 5px;
    max-width: 55%;
    height: 100%;
    text-align: center;
  }

  .store-single .store-data {
    order: 3;
    width: 45%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .store-single .google-map {
    order: 4;
    width: 54%;
  }

  .store-single .google-map iframe {
    margin: 0;
  }

  .large-image {
    flex: 1;
    width: 100%;
    text-align: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .large-image img {
    width: 100%;
    height: auto;
  }

  .image-thumbnails {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    flex: 0.2;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-thumbnails>img {
    height: 25%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    cursor: pointer;
  }
}

@media screen and (max-width: 750px) {
  .store-single article {
    width: 100%;
  }

  .base-data {
    margin-bottom: 30px;
  }

  .large-image {
    width: 100%;
    text-align: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .large-image img {
    width: 100%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-thumbnails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-thumbnails img {
    max-width: 25%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    object-fit: cover;
    padding: 5px;
  }

  .store-single .store-data {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* 交換商品 */
body section.shopitem-single {
  max-width: 600px;
  color: #342415;
}

@media screen and (max-width: 1000px) {
  body section.shopitem-single {
    margin-left: 4%;
    margin-right: 4%;
    width: 92%;
  }
}

@media screen and (min-width: 750px) {
  #single-item .shop-item-thumbnail {
    border-radius: 50%;
    max-width: 200px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 749px) {
  #single-item .shop-item-thumbnail {
    border-radius: 50%;
    max-width: 130px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

#single-item {
  display: grid;
  row-gap: 40px;
}

#single-item .container {
  display: flex;
  column-gap: 20px;
}

#single-item .item-title {
  margin-bottom: 10px;
  font-size: 14px;
}

#single-item .item-title h1 {
  margin-bottom: 10px;
  font-size: 25.6px;
}

#single-item .item-price {
  color: #ff6666;
  font-weight: bold;
  margin-bottom: 5px;
}

#single-item .sales-shop-name {
  margin-bottom: 5px;
  font-size: 1.5em;
}

#single-item table {
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}

#single-item th.label {
  align-content: center;
}

#single-item .single_variation_wrap {
  font-size: 14px;
}

#single-item .woocommerce-variation-add-to-cart {
  display: flex;
  column-gap: 15px;
}

#single-item .single_add_to_cart_button {
  background-color: #ff6666;
}

#single-item .item-info {
  display: grid;
  row-gap: 10px;
  font-size: 14px;
}

#single-item .reset_variations {
  display: none !important;
}

/* Photoギャラリー */
.photo-single .theme_name {
  text-align: center;
  margin-bottom: 80px;
}

.photo-single article {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.photo-single h2 {
  color: #ff6666;
}

.photo-single h4 {
  padding-bottom: 30px;
  color: #342415;
}

.photo-single .image-block {
  display: block;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px;
  border: solid 15px #eaeaea !important;
}

.photo-single table {
  border-top: none;
  border-right: none;
}

.photo-single tr {
  border-top: 1px dashed gray;
  border-bottom: 1px dashed gray;
}

.photo-single td,
.photo-single th {
  background-color: white;
  border-left: none;
  border-bottom: none;
  vertical-align: unset;
}

.photo-single th {
  color: #826054;
}

.photo-2line {
  padding-top: 35px !important;
  padding-bottom: 10px !important;
}

@media screen and (max-width: 749px) {
  .photo-single table {
    border-top: 1px dashed gray;
  }

  .photo-single tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    border-bottom: none;
  }

  .photo-single td,
  .photo-single th {
    width: 50%;
    border-bottom: 1px dashed gray;
  }
}