@charset "UTF-8";
/* CSS Document */

.header_wrapper{
  height: 66px;
  border-bottom:1px solid #EBEBEB;
  display: flex;
  align-items: center

}
.header_logo{
  /*! max-width: 82px; */
  /*! height: auto; */
/*   margin: auto */
}



.pages main{
  margin-top: 9rem;
}
@media screen and (max-width: 1024px) {
  .pages main{
  padding-left: 5%;
    padding-right: 5%
}
}
.photoBlock_wrap{
  max-width: 940px;
  margin:100px auto 50px
}
.photoBlock{
  margin-bottom: 160px
}

.mb_30{
  margin-bottom: 30px
}
.mb_60{
  margin-bottom: 60px
}

.caption_block p{
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 500
}

.pageTtl{
font-family: 'Playfair Display', serif;
font-weight: 500;
font-size: 30px;
text-align: center
}

.font_yen{
font-weight: 500;
font-style: italic;
font-size: 14px
}


.photo_single img{
 max-width: 520px;
 width: 100%;
 text-align: center
}
@media screen and (max-width: 599px) {

  .photo_single img{
   width: 100%;
    max-width: 100%;
    height: auto
  }
}


.photo_2set_single img{
 max-width: 460px;
 width: 100%;
 text-align: center
}
@media screen and (max-width: 599px) {

  .photo_2set_single img{
   width: 100%;
    max-width: 100%;
    height: auto
  }
}

.photo_2set {
  display: flex;
  justify-content: space-between;
}
.photo_2set img {
  max-width: 460px;
  width: calc((100% - 60px) / 2); /*順番に書くことと、マージンは中央一個の直*/
}

@media screen and (max-width: 599px) {
  .photo_2set {
    justify-content: center;
    flex-direction: column;
  }
  .photo_2set img {
   width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
     height: auto
  }
  .photo_2set img:first-child {
    margin-top: 0px
  }
}





.photo_3set {
  display: flex;
  justify-content: space-between;
}
.photo_3set img {
  max-width: 300px;
  width: calc((100% - 100px) / 3); /*順番に書くことと、マージンは２個の合計値*/
}

@media screen and (max-width: 599px) {
  .photo_3set {
    justify-content: center;
    flex-direction: column;
  }
  .photo_3set img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
     height: auto
  }
  .photo_3set img:first-child {
    margin-top: 0px
  }
}


.photo_3set_repeat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photo_3set_repeat img {
  
  width: calc((100% - 100px) / 3);
}
.photo_3set_repeat img:nth-child(n+4) {
  margin-top:30px;
}

@media screen and (max-width: 599px) {
  .photo_3set_repeat {
    flex-direction: column;
  }
  .photo_3set_repeat img {
       width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
     height: auto
  }
    .photo_3set_repeat img:first-child {
    margin-top: 0
 
  }
}
.footer_snsInsta{
  max-width: 150px;
  display: block;
  height: auto;
  margin: auto
}

.footer_address a{
  font-size: 12px;
  text-align: center;
  color: #000;
  display: block;
}


.footer_copyright{
  background: url("../img/common/logo_suchet.png")no-repeat left center / contain;
  background-position-y: -2px;
  padding-left: 75px;
  font-size: 9px;
  line-height: 1.4;
  margin-left: 10px
}

.footer_menu{
  border-top:1px solid #EBEBEB;
  max-width: 1200px;
  margin: 5rem auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_menu li:nth-child(n+2){
margin-top:16px 
}

