@charset "UTF-8";
/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  padding-bottom: 60px;
  max-width: 1800px; }
  @media screen and (min-width: 768px) {
    #content {
      padding-bottom: 100px; } }

.inner {
  padding: 30px 0 30px; }
  @media screen and (min-width: 901px) {
    .inner {
      padding: 50px 0 30px; } }

h2.title {
  position: relative;
  margin: 0 auto 15px;
  font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #006bb3; }
  @media screen and (max-width: 480px) {
    h2.title {
      font-size: 2.6rem; } }
  @media screen and (min-width: 768px) {
    h2.title {
      margin: 0 auto 30px;
      font-size: 3.6rem; } }

p.title_subtext {
  text-align: center;
  margin-bottom: 30px;
  color: #666666; }
  @media screen and (min-width: 768px) {
    p.title_subtext {
      margin-bottom: 45px; } }

header.photo-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #006bb3; }
  header.photo-header .date {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 10px 7px;
    width: 110px;
    font-weight: normal;
    text-align: center; }
  header.photo-header h2.phototitle {
    font-weight: 600;
    background: #ebebeb;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    padding: 10px 10px;
    color: #ffffff;
    background: #006bb3; }
    @media screen and (min-width: 768px) {
      header.photo-header h2.phototitle {
        padding: 20px 15px;
        font-size: 2.0rem; } }

.imgArea img {
  width: 100%;
  border: 1px solid #ebebeb; }

.note {
  font-weight: normal;
  font-size: 1.4rem; }

/* ----------------------------------------
	#galleryList
---------------------------------------- */
#galleryList ul.List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  #galleryList ul.List li {
    width: 50%;
    border: 1px solid #ffffff; }
    @media screen and (min-width: 1025px) {
      #galleryList ul.List li {
        width: 25%; } }
    #galleryList ul.List li .imgArea {
      aspect-ratio: 1 / 1;
      width: 100%;
      overflow: hidden; }
      #galleryList ul.List li .imgArea a.gallery-link {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        /* タイトル背景バー（常時表示） */
        /* タイトル文字 */ }
        #galleryList ul.List li .imgArea a.gallery-link img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          display: block; }
        #galleryList ul.List li .imgArea a.gallery-link .gallery-overlay {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          min-height: 18%;
          /* 写真の4分の1 */
          background: rgba(0, 107, 179, 0.83);
          display: flex;
          align-items: center;
          justify-content: center;
          pointer-events: none;
          padding: 5px; }
        #galleryList ul.List li .imgArea a.gallery-link .gallery-title {
          color: #fff;
          font-size: 1.5rem;
          line-height: 1.4;
          text-align: center;
          padding: 0 12px; }
          @media screen and (min-width: 1025px) {
            #galleryList ul.List li .imgArea a.gallery-link .gallery-title {
              font-size: 2.0rem; } }

#fancybox-outer {
  padding: 20px 20px !important;
  background: #fff !important;
  border: 1px solid #ccc !important; }

/* ----------------------------------------
	.photogallery-single
---------------------------------------- */
article.photogallery-single {
  max-width: 800px;
  margin: 0px auto;
  width: 100%;
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    article.photogallery-single {
      padding-top: 30px; } }

/* .wp-pagenavi */
.wp-pagenavi {
  clear: both;
  margin: 80px auto 0;
  text-align: center;
  position: relative;
  line-height: 1.0;
  margin-bottom: 20px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    text-decoration: none !important;
    white-space: nowrap;
    border: 1px solid #006bb3;
    margin: 0 4px;
    padding: 6px 8px;
    display: inline-block;
    transition-property: all;
    transition: 0.2s linear;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1; }
    .wp-pagenavi a.current, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a:hover,
    .wp-pagenavi span.current,
    .wp-pagenavi span.previouspostslink,
    .wp-pagenavi span.nextpostslink,
    .wp-pagenavi span:hover {
      font-weight: normal;
      color: #FFFFFF;
      background: #006bb3;
      border: 1px solid #006bb3; }
    .wp-pagenavi a.extend,
    .wp-pagenavi span.extend {
      border: none; }
