@charset "UTF-8";
/*CORDING BY akihirohiramoto.jp*/
/*白*/
/*黒*/
/*グレイ*/
/*背景カラー*/
/*テーマカラー*/
/*サイト固有のテーマカラー*/
/*テキストシャドウ黒（ライトorダーク）text-shadow: / -webkit-text-stroke:*/
/*ボックスシャドウ（box-shadow）*/
/*セリフ系フォントファミリー*/
/*デフォルト設定サンセリフ系フォントファミリー*/
/*丸ゴシック系フォントファミリー*/
/*丸ゴシック系フォントファミリー*/
/*游ゴシック系*/
/*欧文ROBOTO*/
/*ダウンロード（<link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap" rel="stylesheet">）*/
/* NotoJP */
/* Urbanist */
/* Crimson Pro -  */
/* Helvetica */
/*フォント440px-1180px*/
/*可変フォントサイズ（参考：https://websemantics.uk/tools/fluid-responsive-property-calculator/）*/
/*CORDING BY akihirohiramoto.jp */
.entry-header {
  display: block;
  text-align: left; }
  .entry-header h1 {
    margin-bottom: 1em;
    line-height: 1.5; }

.entry-content p {
  line-height: 1.5;
  margin-bottom: .5em; }
.entry-content p.pdf-inner-l,
.entry-content p.pdf-inner-r {
  line-height: 1;
  margin-bottom: 0; }

.site-cont {
  min-height: 40dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  align-items: stretch; }
  .site-cont h4 {
    margin-left: -.5em;
    margin-bottom: 0; }
  .site-cont .post-cat::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: 25px;
    margin: 0 .5em .25em 0;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0); }
    @media (min-width: 959px) {
      .site-cont .post-cat::before {
        width: 45px;
        height: 45px;
        background-size: 30px; } }
  .site-cont .post-cat.shopping {
    color: #00b3ff; }
    .site-cont .post-cat.shopping::before {
      background-image: url(/wp251001/wp-content/img/store/ico-shop@2x.png); }
  .site-cont .post-cat.gourmet {
    color: #ff7b00; }
    .site-cont .post-cat.gourmet::before {
      background-image: url(/wp251001/wp-content/img/store/ico-gour@2x.png); }
  .site-cont .post-cat.beautyhealth {
    color: #22a500; }
    .site-cont .post-cat.beautyhealth::before {
      background-image: url(/wp251001/wp-content/img/store/ico-beau@2x.png); }
  .site-cont .type-post,
  .site-cont .type-store {
    display: block;
    margin-bottom: 10%;
    flex: 1 1 auto; }
  .site-cont .backto-cate {
    margin-top: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 1em 2em;
    border-radius: 3em;
    color: #c00000;
    font-size: 1.4rem; }
    @media (min-width: 380px) {
      .site-cont .backto-cate {
        font-size: 1.5rem;
        font-size: calc(1.4rem + ((1vw - 4.8px) * 0.25)); } }
    @media (min-width: 1279px) {
      .site-cont .backto-cate {
        font-size: 1.6rem; } }

.store-single-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10%; }
  @media (min-width: 767px) {
    .store-single-wrapper {
      flex-direction: row;
      align-items: flex-start;
      gap: 10%; } }

.store-single-left {
  width: 100%;
  display: block;
  flex: 1 1 auto;
  margin-bottom: 10%; }

.store-single-right {
  display: block;
  flex: 0 0 200px;
  height: auto;
  width: 200px; }
  @media (min-width: 767px) {
    .store-single-right {
      flex: 0 0 200px;
      width: 200px; } }
  @media (min-width: 959px) {
    .store-single-right {
      flex: 0 0 160px;
      width: 160px; } }
  @media (min-width: 1279px) {
    .store-single-right {
      flex: 0 0 200px;
      width: 200px; } }
  .store-single-right img {
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 4%; }

.category-event-info h4 {
  background-color: #511de1; }
.category-important-info h4 {
  background-color: #c00000; }

.category-event-info a {
  color: #511de1; }

.category-important-info a {
  color: #c00000; }

figcaption {
  display: inline-block;
  text-align: left;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  padding-top: .5em; }
  @media (min-width: 380px) {
    figcaption {
      font-size: 1.3rem;
      font-size: calc(1.2rem + ((1vw - 4.4px) * 0.2381)); } }
  @media (min-width: 1279px) {
    figcaption {
      font-size: 1.4rem; } }

.jpg-wrap-1p {
  width: 85%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin: 7.5% auto 0; }
  @media (min-width: 767px) {
    .jpg-wrap-1p {
      width: 65%; } }
  .jpg-wrap-1p img {
    display: inline-block;
    width: 100%;
    height: auto;
    pointer-events: none; }

.jpg-wrap-2p {
  margin: 7.5% auto 0;
  width: 85%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch; }
  .jpg-wrap-2p .wp-block-image {
    width: 100%;
    margin: 0 0 10%; }
    @media (min-width: 767px) {
      .jpg-wrap-2p .wp-block-image {
        margin: 0 2% 0; } }
  @media (min-width: 767px) {
    .jpg-wrap-2p {
      flex-direction: row; } }
  .jpg-wrap-2p img {
    display: inline-block;
    width: 100%;
    height: auto;
    pointer-events: none; }
    @media (min-width: 767px) {
      .jpg-wrap-2p img {
        width: 100%; } }
