@charset "UTF-8";

/*中見出し*/
.headline_middle {
  font-size: 1.8rem;
  line-height: 3.2em;
  font-weight: bold;
  width: fit-content;
}

.headline_middle::before {
  white-space: pre-wrap;
  /*content: "\A";*/
}

.headline_middle::after {
  white-space: pre-wrap;
  content: "\A";
}

.headline_small {
  font-weight: bold;
  /*line-height: 3.2em;
  display: inline;*/
  margin: 2.8rem 0px 2.8rem 0px;
}

.mod-narrowContents .headline_small2 {
  margin: 0px 0px 2.8rem 0px;
}

.headline_small::before {
  white-space: pre-wrap;
  content: " ";
  height: 100%;
  background-color: #ccc;
  margin-right: 10px;
}

.headline_small::after {
  white-space: pre-wrap;
  content: "\A";
}

.back2menu {
  margin-top: -3rem;
  font-size: 0.8em;
  float: right;
  line-height: 1em;
}

.back2menu::before {
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
  content: "\f106";
}

.mod-pictureSampleThumbnails-item_txt {
  float: left;
}

@media screen and (max-width: 599px) {
  .mod-narrowContents_txt .mod-pictureSampleThumbnails-item {
    width: 100%;
  }

  .mod-narrowContents_txt .mod-pictureSampleThumbnails-itemInner {
    width: 100%;
  }

  .mod-narrowContents_txt .mod-pictureSampleThumbnails-image img {
    /* max-width: 134px; */
    /* max-height: 134px;*/
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .mod-heroImage {
    width: 100%;
  }

  .mod-heroImage img, .mod-heroImage iframe {
    width: calc(100vw - 3rem);
    height: calc((100vw - 3rem) / 16 * 9);
    max-width: none;
    max-height: none;
  }

  .back2menu {
    margin-top: -0.5rem;
  }

  .mod-pictureSampleThumbnails-item_txt {
    float: left;
    margin-bottom: 16px;
  }
}

.mod-narrowContents_txt .mod-pictureSampleThumbnails-image {
  height: auto;
}

.note_txt {
    font-size: 0.9em;
}
