@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

/* ===========================================================================

/assets/sass/gallery.scss
/gallery/以下

=========================================================================== */
#galleryIndex {
  padding-bottom: 90px; }

#galleryCatch {
  margin-bottom: 30px; }
  #galleryCatch_contents {
    position: relative; }
  #galleryCatch_icon {
    position: absolute;
    top: 0;
    left: 0; }
    #galleryCatch_icon img {
      width: 71px; }
  @media print, screen and (min-width: 601px) {
    #galleryCatch_contents {
      width: 500px;
      margin: 0 auto;
      padding: 40px 0 0 90px; } }
  @media print, screen and (max-width: 600px) {
    #galleryCatch_contents {
      padding: 60px 0px 0px 40px; } }

#galleryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 900px) {
    #galleryList .galleryList_item {
      -webkit-transition: .2s opacity ease-in;
      -o-transition: .2s opacity ease-in;
      transition: .2s opacity ease-in; }
      #galleryList .galleryList_item:hover {
        opacity: .7; } }
  #galleryList .galleryList_item.hidden {
    display: none; }
  @media print, screen and (min-width: 601px) {
    #galleryList .galleryList_item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
      flex: 0 0 32%;
      margin-bottom: 10px;
      margin-right: 2%; }
      #galleryList .galleryList_item:nth-child(3n) {
        margin-right: 0; } }
  @media print, screen and (max-width: 600px) {
    #galleryList {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #galleryList .galleryList_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        margin-bottom: 10px; } }


.gallery-bnr {
  text-align: center;
  margin-bottom: 90px;
}

.gallery-bnr .sp {
  display: none;
}

@media print, screen and (max-width: 600px) {

  .gallery-bnr {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-bnr .pc {
    display: none;
  }

  .gallery-bnr .sp {
    display: block;
  }
}