@charset "utf-8";


/* スマホ・タブレット向けCSS */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.focus01 {
  font-weight: bold;
  color: #ff0000;
}

.focus02 {
  font-weight: bold;
  color: #0acff1;
}

.font-ab {
  font-size: 1.1rem;
  font-weight: bold;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.author {
  font-size: 0.9rem;
}

.side-by,
.side-by .photo:nth-child(1) {
  margin-bottom: .5rem;
}

.photo {
  text-align: center;
}

.photo img {
  width: 13rem;
  border: 1px solid #b7a077;
}

.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 501px以上 */
@media screen and (min-width: 501px) {

  .side-by {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .side-by .photo:nth-child(1) {
    margin-bottom: 0;
  }

  .photo img {
    width: 12rem;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .side-by .photo:nth-child(1) {
    margin-left: 3rem;
  }

  .side-by .photo:nth-child(2) {
    margin-right: 3rem;
  }

  .photo img {
    width: 11rem;
  }
}
