@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
プルボタンメニューレイアウト
---------------------------------------------------------------------------------------------------------------------
*/
#ArchiveTitle {
  max-width: 1200px;
  width: 90%;
  margin: 50px auto 50px; }
  #ArchiveTitle .Pulldown {
    display: flex; }

/*
---------------------------------------------------------------------------------------------------------------------
プルボタン・セレクトメニューデザイン
---------------------------------------------------------------------------------------------------------------------
*/
.cp_ipselect {
  font-size: 0.8em;
  overflow: hidden;
  width: 160px;
  padding: 0 10px;
  position: relative;
  border: 1px solid #B4B4B4;
  border-radius: 50px;
  margin: 10px 10px 0 0; }
  @media (min-width: 768px) {
    .cp_ipselect {
      width: 220px; } }
  .cp_ipselect select {
    padding: 8px 38px 8px 8px;
    color: #111;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
    .cp_ipselect select::-ms-expand {
      display: none; }
  .cp_ipselect::before {
    position: absolute;
    top: 10px;
    right: 1.2em;
    width: 8px;
    height: 8px;
    content: '';
    border-bottom: solid 1px #111;
    border-right: solid 1px #111;
    transform: rotate(45deg);
    pointer-events: none; }

/*
---------------------------------------------------------------------------------------------------------------------
アーカイブヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#Column {
  background-color: #0079CE;
  width: 100%;
  height: auto;
  margin-top: 60px; }
  @media (min-width: 768px) {
    #Column {
      padding: 20px 0; } }
  @media (min-width: 1024px) {
    #Column {
      padding: 30px 0; } }
  #Column .ColumnIn {
    display: flex;
    max-width: 1200px;
    width: 90%;
    margin: auto; }
    #Column .ColumnIn .ArchiveTitle {
      color: #fff;
      width: 70%;
      text-align: left;
      display: flex;
      align-items: center;
      padding: 20px 0; }
      #Column .ColumnIn .ArchiveTitle h1 {
        font-size: 1.8em;
        line-height: 1.0em; }
        @media (min-width: 768px) {
          #Column .ColumnIn .ArchiveTitle h1 {
            font-size: 2.4em; } }
        @media (min-width: 1024px) {
          #Column .ColumnIn .ArchiveTitle h1 {
            font-size: 3.75em; } }
      #Column .ColumnIn .ArchiveTitle h3 {
        font-size: 0.8em;
        margin-top: 5px; }
        @media (min-width: 768px) {
          #Column .ColumnIn .ArchiveTitle h3 {
            font-size: 1.2em;
            margin-top: 20px; } }
        @media (min-width: 1024px) {
          #Column .ColumnIn .ArchiveTitle h3 {
            font-size: 1.5em; } }
    #Column .ColumnIn .AreaMap {
      width: 35%;
      display: flex; }
      @media (min-width: 768px) {
        #Column .ColumnIn .AreaMap {
          width: 30%; } }
      #Column .ColumnIn .AreaMap img {
        width: 100%;
        height: auto; }
        @media (min-width: 1024px) {
          #Column .ColumnIn .AreaMap img {
            width: 80%; } }

/*
---------------------------------------------------------------------------------------------------------------------
アーカイブ一覧
---------------------------------------------------------------------------------------------------------------------
*/
#Post {
  max-width: 1200px;
  margin: auto;
  width: 90%; }
  #Post h2 {
    font-size: 2.0em; }
  #Post .PostIn {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #Post .PostIn {
        display: flex; } }
    #Post .PostIn #Archive {
      margin-bottom: 80px; }
      @media (min-width: 1024px) {
        #Post .PostIn #Archive {
          width: calc( 100% - 270px );
          padding-right: 3%; } }
      @media (min-width: 1250px) {
        #Post .PostIn #Archive {
          padding-right: 5%; } }
      #Post .PostIn #Archive .ArchiveBox {
        border: 1px solid #707070;
        border-radius: 10px;
        margin-bottom: 20px;
        width: 100%; }
        #Post .PostIn #Archive .ArchiveBox figure {
          width: 100%;
          margin: 0; }
          #Post .PostIn #Archive .ArchiveBox figure img {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px; }
        #Post .PostIn #Archive .ArchiveBox .PostText {
          padding: 10px 20px 20px 20px; }
          #Post .PostIn #Archive .ArchiveBox .PostText h3 {
            font-size: 1.3em; }
          #Post .PostIn #Archive .ArchiveBox .PostText ul {
            margin-top: 10px; }
            #Post .PostIn #Archive .ArchiveBox .PostText ul li {
              display: inline-block;
              margin: 0 5px 10px 0; }
              #Post .PostIn #Archive .ArchiveBox .PostText ul li a {
                font-size: 0.7em;
                color: #111;
                text-align: center;
                border-radius: 4px;
                padding: 3px 5px;
                border: 1px solid #707070;
                font-feature-settings: "palt";
                letter-spacing: 0.08em;
                transition: .5s;
                transform: scale(1); }
          #Post .PostIn #Archive .ArchiveBox .PostText p {
            font-size: 0.9em;
            margin-top: 10px; }
      @media only screen and (min-width: 1024px) {
        #Post .PostIn #Archive .o-6column .col-md-6 {
          padding: 0 10px; }
        #Post .PostIn #Archive .o-6column {
          margin: 0 -10px; } }

/*
---------------------------------------------------------------------------------------------------------------------
ページナビ
---------------------------------------------------------------------------------------------------------------------
*/
.wp-pagenavi {
  margin: 60px auto 10px;
  text-align: right; }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 8px 8px;
    margin: 0 0px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none; }
    @media (min-width: 768px) {
      .wp-pagenavi a, .wp-pagenavi span {
        padding: 8px 10px; } }
    .wp-pagenavi a:hover, .wp-pagenavi span:hover {
      color: #FFF;
      background-color: #999;
      border-color: #999; }
  .wp-pagenavi span.current {
    color: #FFF;
    background-color: #0079CE;
    font-weight: bold; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #0079CE; }

.journalNavi {
  margin-right: 10px; }
