/***********************/
.message {
  width: calc(100% - 240px);
  max-width: 1390px;
  margin: 0 auto; }
  .message .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
  .message .txt {
    width: calc(100% - 390px);
    max-width: 960px; }
    .message .txt p {
      font: 1.9rem/2.4em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.04em;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0 0 20px; }
  .message .pic {
    width: 350px; }
    .message .pic > img {
      width: 100%;
      margin: 0 0 15px; }
    .message .pic p {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center; }
      .message .pic p small {
        font: 1.7rem/1em "Noto Sans JP", serif;
        font-weight: 400;
        display: block;
        width: 100%;
        margin: 0 0 15px; }
      .message .pic p span {
        padding: 0 0 0 15px;
        font: 1.6rem/1em "EB Garamond", serif;
        font-weight: 400;
        letter-spacing: 0.02em; }
      .message .pic p img {
        width: 155px; }

@media (max-width: 1280px) {
  .message {
    width: calc(100% - 100px); }
    .message .flex {
      max-width: 900px;
      margin: 0 auto; }
    .message .txt {
      width: 100%;
      max-width: 960px;
      margin: 0 auto 60px; }
      .message .txt p {
        margin: 0 0 20px; }
    .message .pic {
      width: 350px;
      margin: 0 auto; } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .message {
    width: calc(100% - 60px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .message {
    width: calc(100% - 50px);
    max-width: 325px;
    margin: 0 auto; }
    .message .txt p {
      font: 1.6rem/2.4em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.04em;
      margin: 0 0 20px; }
    .message .pic {
      width: 100%;
      max-width: 285px; }
      .message .pic p small {
        font: 1.4rem/1em "Noto Sans JP", serif;
        font-weight: 400; }
      .message .pic p span {
        font: 1.4rem/1em "EB Garamond", serif;
        font-weight: 400; }
      .message .pic p img {
        width: 125px; } }
/*max-width:480px*/
