@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;
}

.process {
  padding: 0;
  margin: 0 .5rem 1.5rem;
  list-style: none;
}

.process li {
  padding: .5rem 0 .5rem 1.3rem;
  text-indent: -1.3rem;
  border-bottom: 2px solid #b7a077;
}

.caption {
  margin-bottom: 1rem;
  border-bottom: 1px solid #000000;
}

.caption p {
  font-size: 1.1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  margin-bottom: .3rem;
}

.side-by-container {
  margin-bottom: 3rem;
}

.side-by {
  margin-bottom: 1.3rem;
}

.side-by p {
  font-size: 1.1rem;
  text-indent: 0;
  text-align: center;
  margin-bottom: .3rem;
}

.side-by img {
  width: 13rem;
  display: block;
  margin: 0 auto;
  border: 1px solid #b7a077;
}

/* スライダー全体 */
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
}

/* スライド画像 */
.slideimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: slideshow 8s infinite;
}

.slideimg:nth-child(1) {
  position: relative;
  animation-delay: 0s;
}

.slideimg:nth-child(2) {
  animation-delay: 2s;
}

.slideimg:nth-child(3) {
  animation-delay: 4s;
}

.slideimg:nth-child(4) {
  animation-delay: 6s;
}

/* スライドショー */
@keyframes slideshow {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.slideimg img {
  width: 15rem;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #b7a077;
}

.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 551px以上 */
@media screen and (min-width: 551px) {

  .side-by {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .side-by p {
    margin-top: 2rem;
  }

  .side-by img {
    width: 14rem;
  }

  .slideimg img {
    width: 18rem;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }
}
