@charset "utf-8";
a:hover {
  text-decoration: none;
}
.photo-container {
  background-color: #FFFFFF;
  padding: 0 10px;
  text-align: center;
  width: 1040px;
  margin: 0 auto;
}
.photo-title {
  text-align: center;
  margin-top: 20px;
  /* width: 1040px; */
  margin: 20px auto 0;
}
.photo-area {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  flex-wrap: wrap;
  max-width: 599px;
  margin: 0 auto;
}
.discription {
  max-width: 600px;
  /* display: inline-block; */
  margin: 15px auto 50px;
  line-height: 25px;
  text-align: left;
}
.ph-design {
  margin-bottom: 75px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.box1 {
    max-width: 300px;
    /* padding: 0.5em 1em; */
    margin: 0 auto;
    color: #232323;
    background: #ffffff;
    border-left: solid 2px #cbcbcb;
    text-align: center;
    border-right: solid 2px #cbcbcb;
}

.box1 p {
    margin: 0; 
    padding: 0;
}

.box2 {
    max-width: 300px;
    /* padding: 0.5em 1em; */
    margin: 0 auto;
    color: #232323;
    background: #5a5a5a;
    border-left: solid 2px #cbcbcb;
    text-align: center;
    border-right: solid 2px #cbcbcb;
}
.color {
    margin: 0;
    /* padding: 0; */
    color: #fff;
}



@media screen and (max-width: 768px) {
  .photo-title {
    width: 100%;
    margin: 0 auto;
  }
  .photo-container {
    width: 100%
  }

  .photo-area{
   /* width: 100%; */
   text-align: center;
   display: flex;
   align-content: space-between;
   margin: inherit;
   flex-direction: row;
   /* justify-content: space-evenly; */
  }

}



@media screen and (max-width: 466px) {
  /*topへ戻る*/
  #page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #aaaaaa;
    opacity: 0.6;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
  }
  #page_top a::after {
    content: '▲';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 999;
  }
  /*topへ戻る　ここまで*/
}