@charset "utf-8";
/*  style　[  ]
=================================================================== */
#photoGallrey {
  padding: 5em 0 0 0;
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {

/* 5文字 */
#photoGallrey h2:before {
  right: 144px;
}
#photoGallrey h2:after {
  left: 143px;
}
}

/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
/* 5文字 */
#photoGallrey h2:before {
  right: 232px;
}
#photoGallrey h2:after {
  left: 230px;
}
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
/* 5文字 */
#photoGallrey h2:before {
  right: 311px;
}
#photoGallrey h2:after {
  left: 311px;
}
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  #photoGallrey h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
}

.flex-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 /* -webkit-box-pack: space-around ;
     -ms-flex-pack: space-around ;
   justify-content: space-around ;*/
  -ms-flex-line-pack: stretch;
       align-content: stretch;
margin-left: 10px;
}

.item2 {
  width: 32%;
  text-align: center;
  margin: 1em 5px;
  border: #ccc 1px solid;
  border-radius: 10px;
  padding: 10px 5px;
  background-color: #fff;
}
.item2 span {
  /*border: #ccc 1px solid;
  border-radius: 10px;
  padding: 10px 5px;
  background-color: #fff;
  display: inline-block;*/
}
.item2 h3 {
  color: #ff6a6a;
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  font-weight: 400;
}

.item2 img {
  margin: 0 auto;
}
.item2 p {
  text-align: left;
  margin-top: 10px;
}
/*.item2 span {
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 5px;
  color: #ff6a6a;
  display: block;
}*/

.item2 a:hover img {
  opacity: 0.8;
}

/* 767px(xs)～ ____________________________________________________ */
@media screen and (min-width: 768px) and  (max-width: 991px) {
  .item2 {
  width: 48%;
  text-align: center;
  margin: 1em auto;
}
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .flex-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-around ;
     -ms-flex-pack: space-around ;
   justify-content: space-around ;
/*  -ms-flex-line-pack: stretch;
       align-content: stretch;*/
margin-left: 0;
}
  .item2 {
  width: 98%;
  text-align: center;
  margin: 1em auto;
}

  
  
}


h4 {
  margin: 1em 0;
  font-weight: 600;
}


/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
