/* pr表記の無効化 */
a[title="PR"] {
  pointer-events: none;
  cursor: default; /* カーソルも通常状態に変更 */
}

#main_contents {
  background-image: none !important;
}

.post_content h2 {
  font-size: 140%;
  padding: 1rem 1rem;
  border-left: 4px solid #000;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post_content h3 {
  position: relative;
  padding: 0.8em !important;
  background: #ff963b;
  line-height: 1 !important;
  margin-bottom: 30px;
  color: white;
}

.ark-block-step h3 {
  background: none;
  margin-bottom: 0;
}

.post_content h3:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ff963b;
  width: 0;
  height: 0;
}

.ark-block-step h3:after {
  content: none;
}

h4 {
  border-bottom: solid 2px skyblue;
  position: relative;
}

h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px black;
  bottom: -2px;
  width: 10%;
}

.post_content ul {
  margin-bottom: 0 !important;
}

.ark-block-step__body p {
  margin-bottom: 0;
}

/* 通知強調 */
.ark-block-notice__body p {
  margin-bottom: 0 !important;
}

.ark-block-notice {
  margin-bottom: 20px;
}

.ark-block-notice li {
  list-style: circle;
}

/* shoplist-table */
.shop-detail td:first-child {
  width: 100px;
  background-color: #dcecf4;
}

.shop-detail td {
  border: 1px solid #bbb;
}

/* テーブルCSS */
.header-color-skyblue th {
  background-color: #dcecf4;
}

.wp-block-table figcaption.wp-element-caption {
  margin-top: -24px;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #bbb !important;
}

.wp-block-table thead {
  border-bottom: 2px solid !important;
}

/* 吹き出し */
.liquid-speech-balloon-text p {
  margin-bottom: 0 !important;
  line-height: 1.6 !important;
}

.liquid-speech-balloon-text {
  padding: 20px 15px;
}

@media (max-width: 782px) {
  .liquid-speech-balloon-wrap {
    display: block;
  }
  .liquid-speech-balloon-avatar {
    z-index: 10;
    margin-bottom: -10px;
  }

  .liquid-speech-balloon-avatar:after {
    left: 105%;
    top: auto;
    bottom: 0px;
    font-size: 11px;
    border: 1px solid #666666;
    padding: 2px;
    background: white;
    border-radius: 3px;
  }

  .liquid-speech-balloon-text {
    margin-left: 0px;
  }

  .liquid-speech-balloon-arrow {
    display: none;
  }
}

@media (min-width: 783px) {
  .liquid-speech-balloon-wrap {
    margin-bottom: 3rem;
  }
}

/* 動画のアスペクト比 */
.wp-block-embed iframe {
  aspect-ratio: 16 / 9;
  height: auto;
}

/* mymap */
.mymap-tiiki {
  border: 1px solid #333;
}

/* buttun-shine */
.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 1.5s infinite ease-in-out;
  z-index: 1;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -150%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 150%;
  }
}
