@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#page-header {
  position: relative; }
  #page-header .pagetop-txt {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    #page-header .pagetop-txt p {
      font-family: 'Stalemate', cursive;
      font-size: 3em;
      line-height: 1.0em; }
      @media (min-width: 1024px) {
        #page-header .pagetop-txt p {
          font-size: 5em; } }

h1.PageSabTitle {
  margin: 50px auto;
  font-size: 1.5em;
  text-align: center; }

.page-common-title {
  text-align: center;
  margin: 40px auto 50px;
  width: 90%; }
  @media (min-width: 1024px) {
    .page-common-title {
      margin: 80px auto 100px; } }
  .page-common-title h1 {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.5em; }
    @media (min-width: 1024px) {
      .page-common-title h1 {
        font-size: 1.75em; } }
  .page-common-title p {
    font-size: 0.9em;
    line-height: 1.7em;
    text-align: justify;
    max-width: 800px;
    margin: 40px auto 0; }
    @media (min-width: 1024px) {
      .page-common-title p {
        font-size: 1.15em; } }

.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  z-index: 10; }
  .imgWrap img {
    display: block;
    transition: .5s; }
    .imgWrap img:hover {
      transform: scale(1.1); }

/*
---------------------------------------------------------------------------------------------------------------------
ページナビ
---------------------------------------------------------------------------------------------------------------------
*/
.wp-pagenavi {
  margin: 20px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .wp-pagenavi {
      margin: 60px auto 80px; } }
  .wp-pagenavi a.page {
    color: #ef858c;
    background-color: #fff;
    transition: .5s;
    width: 34px;
    height: 34px;
    margin: 0 4px; }
    .wp-pagenavi a.page:hover {
      background-color: rgba(239, 133, 140, 0.7);
      color: #fff; }
  .wp-pagenavi a, .wp-pagenavi span {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .wp-pagenavi span.current {
    font-weight: bold;
    width: 34px;
    height: 34px;
    margin: 0 4px;
    color: #fff;
    background-color: #ef858c; }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    transition: .5s;
    transition: .5s; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
      background-color: rgba(255, 255, 255, 0.6); }
