@charset "utf-8";

.echigo-sanzan {
  max-width: 675px;
  margin: 0 auto;
  padding: 0 50px;
}
.echigo-sanzan h1 {
  text-align: center;
  margin-bottom: 75px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: black;
}
.echigo-sanzan h1 span:nth-of-type(1) {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}
.echigo-sanzan h1 span:nth-of-type(2) {
  font-size: 16px;
  display: block;
}
.echigo-sanzan h2 {
  text-align: center;
  color: #00846D;
  margin-bottom: 35px;
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.5rem;
  padding-left: 0.5rem;
}
.echigo-sanzan h3 {
  text-align: center;
  color: #00846D;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 175%;
}
.echigo-sanzan p {
  line-height: 200%;
  font-size: 16px;
}higo-sanzan .indent01 {
  text-indent: 1em;
}
#echigo-sanzan01 {
  margin-bottom: 100px;
  position: relative;
}
#echigo-sanzan01 .text01 {
  font-size: 10px;
  color: white;
  position: absolute;
  bottom: 25px;
  left: 50px;
}
#echigo-sanzan02 {
  margin-bottom: 100px;
}
#echigo-sanzan03 {
  margin-bottom: 100px;
}
.photo_text01 {
  max-width: 500px;
  margin: 50px auto 0 auto;
}
.photo_text01 .photo {
  position: relative;
}
.photo_text01 .text01 {
  font-size: 12px;
  color: white;
  position: absolute;
  bottom: 5px;
  left: 15px;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35),
               1px 0px 2px rgba(0,0,0,0.35),
               0px -1px 2px rgba(0,0,0,0.35),
               -1px 0px 2px rgba(0,0,0,0.35),
               1px 1px 2px rgba(0,0,0,0.35),
               1px 1px 2px rgba(0,0,0,0.35),
               1px 2px 2px rgba(0,0,0,0.35),
               2px 1px 2px rgba(0,0,0,0.35);
}
.photo_text01 .text02 {
  font-size: 12px;
  margin-top: 15px;
}
.photo_text02 {
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.photo_text02 li {
  width: 24%;
  line-height: 100%;
}
.photo_text02 li div {
  position: relative;
}
.photo_text02 li .text01 {
  font-size: 10px;
  color: white;
  position: absolute;
  bottom: 5px;
  left: 5px;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.35),
               1px 0px 2px rgba(0,0,0,0.35),
               0px -1px 2px rgba(0,0,0,0.35),
               -1px 0px 2px rgba(0,0,0,0.35),
               1px 1px 2px rgba(0,0,0,0.35),
               1px 1px 2px rgba(0,0,0,0.35),
               1px 2px 2px rgba(0,0,0,0.35),
               2px 1px 2px rgba(0,0,0,0.35);
}
.photo_text02 li .text02 {
  font-size: 11px;
  margin-top: 7px;
  display: block;
}
.echigo-sanzan_illust {
  max-width: 400px;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 767px) {
  .echigo-sanzan h1 {
    margin-bottom: 35px;
  }
  .echigo-sanzan h1 span:nth-of-type(1) {
    font-size: 26px;
  }
  .echigo-sanzan h1 span:nth-of-type(2) {
    font-size: 16px;
  }
  .echigo-sanzan h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .echigo-sanzan h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .echigo-sanzan p {
    font-size: 14px;
  }
  .echigo-sanzan {
    padding: 0 25px;
  }
  #echigo-sanzan01,
  #echigo-sanzan02,
  #echigo-sanzan03 {
    margin-bottom: 50px;
  }
  #echigo-sanzan01 .text01 {
    bottom: 25px;
    left: 25px;
  }
  .photo_text02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .photo_text02 li {
    width: 48%;
  }
  .photo_text02 li:nth-child(n + 3) {
    margin-top: 4%;
  }
  .echigo-sanzan_illust {
    max-width: 150px;
    margin: 0 auto 25px auto;
  }
}