header .headerPC h1:before {
  display: none;
}

header .headerPC h1 span {
  display: none;
}

header .headerPC h1 .logo {
  position: relative;
  top: 5px;
  width: 80px;
}

h3 {
  font-size: 22px;
  letter-spacing: 2px;
  margin: 80px 0 30px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}

h3:before {
  content: "";
  border-bottom: 5px solid #4CB944;
  width: 60px;
  border-radius: 20px;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#photospage {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  #photospage {
    margin-bottom: 80px;
  }
}

#photospage .photoTitleBG {
  padding-top: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #ffe888;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #photospage .photoTitleBG {
    padding-top: 80px;
  }
}

#photospage .photoTitle {
  content: "";
  background: url(../img/photo.png) no-repeat center -4px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #photospage .photoTitle {
    background: url(../img/photo.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#photospage .photoTitle h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #photospage .photoTitle h2 {
    font-size: 32px;
  }
}

#photospage .photodetail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
}

#photospage .photodetail .photodetail_list {
  margin-bottom: 60px;
  background: #fafafa;
  padding: 2em;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
}

#photospage .photodetail .photodetail_list-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 2.5em;
}

#photospage .photodetail_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#photospage .photodetail_content ul li {
  width: calc(100% / 3 - 0.7rem);
  margin-bottom: 1rem;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  #photospage .photodetail_content ul li {
    width: calc(100% / 2 - 0.5rem);
  }
}

#photospage .photodetail_content ul li figure img {
  width: 100%;
}

#photospage .photodetail_content ul li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #photospage .photodetail_content ul li:nth-child(3n) {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #photospage .photodetail_content ul li:nth-child(2n) {
    margin-right: 0;
  }
}

#photospage .photodetail_content ul li span {
  background: #FFC31E;
  text-align: center;
  padding: 8px 6px;
  font-weight: bold;
  color: #fff;
  display: block;
  letter-spacing: 2px;
}

#photospage .photodetail_content ul li p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}
/*# sourceMappingURL=photo.css.map */