<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */
html {
  scroll-behavior: auto;
}
/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　コンテンツ
========================== */
  #container .topicpath {
    margin-bottom: 60px;
  }
  #container {
    width: 90%;
    margin: 10px auto 50px;
  }
  .list_photo {
    width: 90%;
    margin: auto;
  }
  .list_photo ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .list_photo ul li {
    width: 50%;
    text-align: center;
    border-left: 1px solid #ccc;
    margin-bottom: 12px;

    position: relative;
    display: inline-block;
    color: #333;
    padding-bottom: 15px;
    text-decoration: none;
  }
  .list_photo ul li::after {
    border-right: 1px solid #383838;
    border-top: 1px solid #383838;
    bottom: 7px;
    content: " ";
    height: 5px;
    right: 47%;
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    width: 5px;
  }
  .list_photo ul li:nth-child(2n) {
    border-right: 1px solid #ccc;
  }
  .list_photo ul li:last-child {
    border-right: 1px solid #ccc;
  }
  .panel {
    display: none;
  }
  .panel.active {
    display: block;
  }
  .photo_type {
    margin: 35px auto;
  }
  .category li {
    cursor: pointer;
  }
  .category li:hover {
    color: #595959;
  }
  .section_header {
    text-align: center;
  }
  .section_wrap .section_inner {
    margin-top: 32px;
  }
  .gallery_list {
    display: grid;
    gap: 4px;
  }
  .gallery_list_item span {
    display: none;
  }
  .pswp__icn-shadow {
    stroke: none;
  }
  .gallery_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery_list_item:hover {
    cursor: pointer;
  }
  /* photoswipe  
   &gt;active to override grabbing cursor */
  .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
  .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
  .pswp__img {
    cursor: unset;
  }
}
/*タブレット*/
@media screen and (min-width: 768px) {
  .list_photo {
    width: 100%;
  }
  .list_photo ul li {
    font-size: 16px;
    width: 33%;
  }
  .list_photo ul li::after {
    right: 48%;
  }
  .list_photo ul li:nth-child(2n) {
    border-right: none;
  }
  .list_photo ul li:nth-child(3) {
    border-right: 1px solid #ccc;
  }
  .list_photo ul li:last-child {
    border-right: 1px solid #ccc;
  }
  .gallery_list {
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    grid-template-columns: repeat(5, 1fr);
  }
}
/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  .list_photo ul li {
    width: 16.5%;
  }
  .list_photo ul li::after {
    right: 47%;
  }
  .list_photo ul li:nth-child(3) {
    border-right: none;
  }
  .gallery {
    width: 900px;
    margin: 0 auto;
  }
}
/* PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　コンテンツ
========================== */
  #container {
    width: 1000px;
    margin: 10px auto 30px;
  }
  .photo_type {
    margin-bottom: 40px;
  }
  .section_wrap .section_inner {
    margin-top: 40px;
  }
  .index_list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    row-gap: 8px;
  }
  .index_list_item a.btn {
    padding-inline: 0;
  }
}

/* 画像ナビゲーション矢印の調整 */
.pswp--touch .pswp__button--arrow {
  visibility: inherit;
}
.pswp .pswp__button--arrow--prev,
.pswp .pswp__button--arrow--next {
  opacity: 0;
}
.pswp .pswp__button--arrow--prev .pswp__icn-shadow,
.pswp .pswp__button--arrow--next .pswp__icn-shadow {
  stroke: inherit;
}
.pswp .pswp__button--arrow--prev {
  left: initial;
  right: initial;
}
.pswp .pswp__button--arrow--next {
  left: initial;
  right: initial;
}
.pswp-caption-content.caption_en {
  display: none;
}
</pre></body></html>