@charset "UTF-8";
/*=======================================
フォトギャラリー
=========================================*/
.p-gallery__info {
  padding-bottom: 10px;
  margin-bottom: 120px;
  border-bottom: 1px solid #d1d1d1; }

.p-gallery__catch {
  margin-bottom: 60px; }
  .p-gallery__catch p {
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: 0.4rem;
    line-height: 2; }

.p-gallery__category {
  text-align: center;
  margin-bottom: 45px; }
  .p-gallery__category ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-gallery__category li {
    margin-right: 22px; }
    .p-gallery__category li:last-child {
      margin-right: 0; }
  .p-gallery__category a {
    display: block;
    width: 135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    color: #878787;
    text-decoration: none;
    border-radius: 16px;
    padding-top: 1px;
    padding-bottom: 1px; }
  .p-gallery__category li.current-cat a,
  .p-gallery__category a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    color: #fff;
    border-color: #000;
    background: #000; }

.p-gallery-block {
  margin-bottom: 120px; }

.p-gallery-title {
  padding-bottom: 60px;
  margin-bottom: 30px;
  position: relative; }
  .p-gallery-title h3 {
    text-align: center;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.6rem;
    font-weight: normal; }
    .p-gallery-title h3 span {
      font-size: 1.6rem;
      color: #b8b7b7;
      display: block;
      font-family: "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-top: 4px; }
  .p-gallery-title::before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #d1d1d1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0; }

.p-gallery-card ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .p-gallery-card ul li {
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 0.5%; }
    .p-gallery-card ul li:nth-child(3n) {
      margin-right: 0; }
    .p-gallery-card ul li img {
      width: 100%;
      height: 265px;
      -o-object-fit: cover;
         object-fit: cover; }

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-gallery__info {
    padding-bottom: 10px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d1d1d1; }
  .p-gallery__category {
    text-align: center;
    margin-bottom: 10px; }
    .p-gallery__category ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .p-gallery__category li {
      margin-bottom: 15px;
      width: 40%; }
      .p-gallery__category li:nth-child(2n) {
        margin-right: 0; }
      .p-gallery__category li:last-child {
        margin-right: 0; }
      .p-gallery__category li a {
        width: auto;
        min-width: 100px; }
  .p-gallery__catch {
    margin-bottom: 30px; }
    .p-gallery__catch p {
      text-align: center;
      font-size: 1.7rem;
      letter-spacing: 0.2rem;
      line-height: 1.8; }
  .p-gallery-block {
    margin-bottom: 60px; }
  .p-gallery-title {
    padding-bottom: 40px;
    margin-bottom: 24px; }
    .p-gallery-title h3 {
      font-size: 2.0rem; }
      .p-gallery-title h3 span {
        font-size: 1.2rem; }
    .p-gallery-title::before {
      height: 30px; }
  .p-gallery-card ul li img {
    height: 20vw; } }
