/*
Theme Name: 北海公営
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&display=swap');
/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #020202;
  height: 100%;
  font-family: 'Jost','Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  background: #fff;
  position: relative;
  letter-spacing: .4px;
}
b, strong, .bold,h1,h2,h3,h4,h5,h6{
  font-family: 'Jost','Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.min {
  font-family: 'Noto Serif JP', serif;
}
/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: 'Jost','Noto Sans JP', "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

sup,sub {
  font-size: 70%;
}
small {
  font-size: 80%;
}


/*@media only screen and ( max-width : 767px ) {
  body {font-size: 13px;}
}*/


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  padding:10px;
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  border: 1px solid #ccc;
  width: 100%;
}

input.short_input {
  width: 10em;
  display: inline-block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 8px 5px 22px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #ef9457;
  border: 1px #ef9457 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="radio"]:checked + span::before {
  border: 4px #ef9457 solid;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(./img/arrow.png) no-repeat center / 100%;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#535353;
    width:100%;
    background: #fff;
    border: 1px solid #ccc;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
/*@media print, screen and ( min-width : 768px ) {
  .select-wrap {
    width: 50%;
  }
}*/
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 767px ) {
  .container {
    padding: 0 6%;
  }
  .sp_inner {
    padding: 0 6%;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .sp_sbox {
    margin-bottom: 30px;
  }
  .sp_ssbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .ssbox {
    margin-bottom: 15px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 60px 0;
  }
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}

@media print, screen and ( min-width : 991px ) {
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  transition: .3s;
  color: #222222;
  background: #fff;
}
#header.is-fixed {
  /*background: rgba(0,78,162,1);*/
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}
#h_logo a {
  display: block;
  /*background: #004094;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,.4);*/
}
#header.is-fixed #h_logo a img {
  transition: .5s;
}
#nav li a {
  font-size: 13px;
}
#nav li.h_contact_btn a {
  position: relative;
  background: #184e5f;
  font-weight: normal;
}
#nav li.h_contact_tel a .h_contact_tel_num,.mean-container .mean-nav ul li.h_contact_tel a {
  color: #004094;
  font-size: 18px;
}
#nav li.h_contact_tel a .h_contact_tel_num i,.mean-container .mean-nav ul li.h_contact_tel a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#nav li.h_contact_tel a .h_contact_tel_num i img,.mean-container .mean-nav ul li.h_contact_tel a i img {
  display: block;
}
#nav li a span {
  font-weight: normal;
  letter-spacing: 0;
  letter-spacing: 0.15em;
}
/*.h_contact_btn a:before {
  content: "\e904";
  font-family: 'icomoon' !important;
  position: absolute;
  line-height: 1em;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
}*/

@media only screen and ( max-width : 991px ) {
  #header {
    height: 70px;
    display: flex;align-items: center;
    padding-left: 15px;
  }
  #h_logo {
    width: 200px;
  }
  #menu_btn {
    top: 0;
    right: 0;
    transition: .3s;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all .5s;
    margin-top: 70px;
  }
  #menu_btn {
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 24px;
    height: 18px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3f3f3f;
    transition: all .5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  #nav .container {
    max-width: 100%;
    padding: 0;
  }
  nav#nav {
    width: 250px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background-color: #111;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    transform: translate(250px);
    transition: all .5s;
  }
  nav#nav.open {
    transform: translateZ(0);
  }
  nav#nav li {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  nav#nav li:last-child {
    margin-bottom: 0;
  }
  nav#nav li a {
    position: relative;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  nav#nav li a span {
    font-size: 12px;
    display: block;
  }
}

@media only screen and ( max-width : 575px ) {
}

@media only screen and ( max-width : 320px ) {

}


@media print, screen and ( min-width : 768px ) {

}

@media print, screen and ( min-width : 992px ) {
  #header {
    /*padding: 40px 0;*/
    height: 90px;
    padding-left: 40px;
  }
  #h_content {
  }
  #h_logo {
    width: 300px;
  }
  #h_logo a {
    /*padding: 25px 0;*/
  }
  /*#header.is-fixed #h_logo a {
    padding: 15px;
  }
  #header.is-fixed #h_logo a img {
    width: 60px;
  }
  #header.is-fixed .h_contact_btn a {
    background: #fff;
    color: #004ea2;
  }*/
  #nav li {
    position: relative;
  }
  #nav li:last-child {
    margin-right: 0;
  }
  #nav li a {
    display: block;
    color: #222;
    text-align: center;
    font-weight: bold;
    padding: 0 40px;
    position: relative;
  }
  #nav li a:after {
    content: "";
    height: 20px;
    width: 1px;
    background: #111;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #nav li a span {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  #nav li.h_contact_btn a {
    padding: 15px 30px;
    color: #fff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  #nav li.h_contact_btn a span {
    margin-top: 5px;
  }
}

@media print, screen and ( min-width : 1200px ) {

}




/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #184e5f;
  position: relative;
  color: #fff;
  font-size: 13px;
}
#footer a {
  color: #fff;
}
#footer .copy {
  text-align: center;
  padding: 25px 0;
  font-size: 11px;
  border-top: 1px solid rgba(255,255,255,.15);
}

@media only screen and ( max-width : 991px ) {
  #f_content {
    padding: 30px 0;
  }
  #f_nav {
    /*margin-top: 50px;*/
    padding: 0;
  }
  #f_nav ul {
  }
  #f_nav li a {
    display: block;
    padding: 5px 0;
  }
}
@media only screen and ( max-width : 767px ) {
  #footer {
    padding-bottom: 55px;
  }
  #f_logo .f_logo_img {
    width: 220px;
    display: block;
    margin: 0 auto 30px;
  }
  #fixed_contact {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    font-size: 15px;
    position: fixed;
    background: #222;
    z-index: 99;
  }
  #fixed_contact a {
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #fixed_contact a span {
    line-height: 55px;
    position: relative;
    display: block;
  }
  #fixed_contact a span:after {
    font-family: 'icomoon' !important;
    font-weight: normal;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
    height: 1em;
    font-size: 18px;
  }
  #fixed_contact a span:before {
    margin-right: 10px;
  }
  #fixed_contact a span:after {
    content: "\e900";
    right: 20px;
  }
  #f_nav {
    font-size: 12px;
  }
  #f_nav ul {
    margin-right: 60px;
  }
  #f_nav ul:last-child {
    margin-right: 0;
  }
}
@media only screen and ( max-width : 575px ) {


}
@media print, screen and ( min-width : 768px ) {
  #fixed_contact {
    display: none;
  }
}
@media print, screen and ( min-width : 992px ) {
  #f_content {
    padding: 60px 0;
  }
  #f_nav  ul {
  }
  #f_nav li {
    margin-bottom: 10px;
  }
  #f_nav li:last-child {
    margin-bottom: 0;
  }
  .f_logo_img {
    margin-bottom: 30px;
    display: block;
  }
  
}
@media print, screen and ( min-width : 1200px ) {
  #f_content {
    padding: 80px 0;
  }
  
}



/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */
#pagetop {
  right: 0;
  bottom: 0;
  z-index: 99;
}
#pagetop a {
  display: block;
  text-align: center;
  background: #184e5f;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
}

@media only screen and ( max-width : 767px ) {
  #pagetop {
    display: none !important;
  }
}

@media print, screen and ( min-width : 992px ) {
}

@media print, screen and ( min-width : 1400px ) {
}

/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: block;
  margin: 0 auto;
  background: #184e5f;
  color: #fff;
  text-align: center;
  position: relative;
}
.btn_left {
  margin: 0;
}
.btn.btn_small {
  padding: 15px;
  width: 200px;
}
.btn:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 1.2rem;
}
.btn.back:after {
  content: "\e901";
  right: auto;
  left: 10px;
}

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
  .btn {
    padding: 20px;
    /*width: 140px;*/
  }
  .btn:after {
  }

}
@media only screen and ( max-width : 320px ) {

}

@media print, screen and ( min-width : 768px ) {
  .btn {
    width: 300px;
    padding: 25px;
  }
  .btn:after {
  }
}

@media print, screen and ( min-width : 992px ) {
}


/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */
.sec_title span {
  display: block;
  /*text-align: center;*/
  letter-spacing: 0.1em;
}
.sec_title span.sec_title_en {
  position: relative;
  color: #184e5f;
}
.sub_tit {
  border-left: 2px solid #222;
  padding-left: 1.2em;
  letter-spacing: 0.1em;
}
@media only screen and ( max-width : 767px ) {
  .sec_title {
    margin-bottom: 30px;
    font-size: 11px;
  }
  .sec_title span.sec_title_jp {
    font-size: 22px;
  }
  .sub_tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .sec_title {
    margin-bottom: 50px;
    font-size: 13px;
  }
  .sec_title span.sec_title_jp {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .sub_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.bg {
  background: #fcfcfc;
}

.decimal li {
  list-style: decimal;
  margin-left: 1.4em;
}
.disc li {
  list-style: disc;
  margin-left: 1.4em;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
.dl-list dt {
  font-weight: bold;
}

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
  .dl-list dt {
    margin-bottom: 10px;
  }
  .dl-list dd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .dl-list dt,.dl-list dd {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
  }
  .dl-list dt {
    width: 200px;
    padding-right: 40px;
  }
  .dl-list dd {
    width: calc(100% - 200px);
  }

}
@media print, screen and ( min-width : 992px ) {
  .dl-list {
    max-width: 900px;
    margin: 0 auto;
  }
  #main {
    margin-top: 90px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */

.post_cat {
  display: inline-block;
  font-size: 12px;
  background: #0150a8;
  color: #fff;
  width: 74px;
  margin-left: 15px;
}
.post_cat a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 3px 10px;
  text-decoration: none !important;
}
.post_cat.cat_results a {
  background: #ab5b14;
}
.post_cat.cat_products a {
  background: #2c7622;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   ACCESS

--------------------------------------------------------------------------------------------- */
#access iframe {
  display: block;
  width: 100%;
}
/*#access iframe,
#access object,
#access embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}*/
#access dl {
  border-left: 3px solid #222;

}
@media only screen and ( max-width : 767px ) {
  #access iframe {
    height: 300px;
  }
  #access dl {
    padding-left: 30px;
  }
  #access dt {
    font-weight: bold;
  }
  #access dd {
    margin-bottom: 15px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #access dl {
    max-width: 500px;
    padding-left: 50px;
  }
  #access dt,#access dd {
    padding: 10px 0;
  }
  #access dt {
    width: 120px;
  }
  #access dd {
    width: calc(100% - 120px);
  }
}



/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 6px 14px;
  margin: 0 5px;
  white-space: nowrap;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-align: center;
  text-decoration:none;
  display: inline-block;
  border: none;
}
.wp-pagenavi span {
  color: #184e5f;
  border: none;
}
.wp-pagenavi a.page {
  color: #3e603b;
  /*border: none;*/
  border: 1px solid #f5f5f5;
  font-weight: normal;
  background: #f5f5f5;
}
.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink {
  border-bottom: none;
}
.wp-pagenavi a:hover{
}
.wp-pagenavi span.current{
  border: 1px solid #184e5f;
  background-color: #fff;
  /*border: 1px solid #184e5f;
  background-color: #fff;
  font-weight: normal;*/
}




/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */

.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
  transition-delay: .1s;
}
.fadein.fadein__active.delay1 {
  transition-delay: .2s;
}
.fadein.fadein__active.delay2 {
  transition-delay: .3s;
}
.fadein.fadein__active.delay3 {
  transition-delay: .4s;
}

@media print, screen and ( min-width : 768px ) {
  .order3_anim .fadein.fadein__active:nth-child(3n+2) {
    transition-delay: .3s !important;
  }
  .order3_anim .fadein.fadein__active:nth-child(3n) {
    transition-delay: .6s !important;
  }
}

.fadein_up {
  opacity: 0;
  transition: .8s;
  animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
}
.fadein_up.fadein_up__active {
  opacity: 1;
  animation-name: fadein_up__active;
  animation-duration: 1.2s;
}
@media screen and (min-width:768px) {
  .order2_anim .fadein_up.fadein_up__active:nth-child(2n) {
    transition-delay: .3s;
    animation-delay: .3s;
  }
  .order3_anim .fadein_up.fadein_up__active:nth-child(3n+2) {
      transition-delay: .3s;
      animation-delay: .3s;
  }
  .order3_anim .fadein_up.fadein_up__active:nth-child(3n) {
      transition-delay: .6s;
      animation-delay: .6s;
  }
}


@keyframes fadein_up__active {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}
/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
