@charset "utf-8";


/* スマホ・タブレット向けCSS */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.wrapper .marg-b05 {
  margin-bottom: .5rem;
}

.wrapper .marg-b0 {
  margin-bottom: 0;
}

.font-ab {
  font-size: 1.1rem;
  font-weight: bold;
}

.focus01 {
  font-weight: bold;
  color: #ff0000;
}

.focus02 {
  font-weight: bold;
  color: #0acff1;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.author {
  font-size: 0.9rem;
}

.photo01,
.photo02,
.photo03 {
  text-align: center;
  margin-bottom: .5rem;
}

.photo01 img,
.photo02 img,
.photo03 img {
  width: 12rem;
  border: 1px solid #b7a077;
}

.comm {
  margin-bottom: 1.3rem;
}

.comm p {
  margin-bottom: 0;
}

ol {
  padding-left: 1.5rem;
  margin-bottom: 1.3rem;
}

.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .photo01 {
    float: left;
    margin-bottom: 0;
  }

  .photo02,
  .photo03 {
    float: right;
    margin-bottom: 0;
  }

  .photo01 img {
    width: 13rem;
    margin-right: 1rem;
  }

  .photo02 img {
    width: 13rem;
    margin-left: 1rem;
  }

  .photo03 img {
    width: 21rem;
    margin-left: 1rem;
  }

  .photo01~.comm::after,
  .photo02~.comm::after,
  .photo03~.comm::after {
    clear: both;
    content: "";
    display: block;
  }
}
