@charset "UTF-8";
@import url(entry.css);
/********** 投稿共通 **********/
#postDet .modTtl {
  text-align: center; }

.postBloc {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  border-bottom: 3px double #ccc;
  position: relative;
  display: block;
  clear: both; }

/********** 新着情報一覧 **********/
/*** ページ送り（投稿一覧） ***/
.wp-pagenavi {
  width: 100%;
  margin: 0 auto;
  clear: both;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 10px 0 0;
  padding: 5px 12px;
  border-radius: 50px; }

.wp-pagenavi span {
  border: 1px solid #000; }

.wp-pagenavi span.pages {
  border: 1px solid #000;
  background: #000;
  color: #fff; }

.wp-pagenavi span.extend {
  border: none;
  color: #000; }

.wp-pagenavi a,
.wp-pagenavi a:link {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  text-decoration: none; }

.wp-pagenavi a:hover {
  border: 1px solid #000;
  color: #000;
  background: #fff; }

.wp-pagenavi a:active {
  border: 1px solid #000;
  color: #fff; }

.wp-pagenavi span.current {
  font-weight: bold;
  color: #000;
  background: #fff; }

.wp-pagenavi a.last {
  margin-right: 0; }

/********** 投稿詳細 **********/
#postDet .postBox {
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ccc; }

.postTtl {
  width: 100%;
  margin: 0 auto 40px; }

.postTtl h2 {
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: normal;
  display: block; }
  @media screen and (max-width: 1050px) {
    .postTtl h2 {
      font-size: 1.2rem; } }

.postTtl h2 a {
  text-decoration: none; }

.postTtl h2 a:hover {
  color: #999; }

.postMeta {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: baseline; }

.postMeta .date {
  margin-right: 20px;
  font-weight: bold; }

.postMeta a {
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.75rem; }
  @media screen and (max-width: 1050px) {
    .postMeta a {
      padding: 5px 15px;
      font-size: 0.65rem; } }

.postMeta a:hover {
  background: #999; }

/*** ページ送り（投稿シングル） ***/
.flip {
  width: 100%;
  margin: 0 auto;
  line-height: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flip a {
  text-decoration: none; }

.flipLeft {
  width: 50%; }

.flipRight {
  width: 50%;
  text-align: right; }

/***** PHOTOGRAPHS一覧 *****/
.cateBloc {
  width: 100%;
  margin-bottom: 40px; }

.cateBloc ul {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 800px) {
    .cateBloc ul {
      width: 100%;
      flex-wrap: wrap; } }

.cateBloc ul li {
  margin: 5px 15px; }

.cateBloc ul li a {
  text-decoration: none; }

.cateBloc ul li a:hover {
  text-decoration: underline; }

.photographsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 1050px) {
    .photographsList {
      justify-content: flex-start; } }

.photographsList li {
  width: 32%;
  margin: 0 2% 60px 0;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .photographsList li {
      width: 49%;
      margin-right: 2%; } }

@media screen and (min-width: 801px) {
  .photographsList li:nth-of-type(3n) {
    margin-right: 0; } }

@media screen and (max-width: 800px) {
  .photographsList li:nth-child(2n) {
    margin-right: 0; } }

.photographsList li img {
  margin: 0 auto; }
