@charset "UTF-8";
@import url(reset.css);
body {
  letter-spacing: 0.05em;
  line-height: 1.5; }

.ffj {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.ffe {
  font-family: Times; }

a {
  color: black; }

li {
  list-style: none; }

img {
  width: 100%;
  height: auto; }

.pc {
  display: none; }

.top {
  padding-top: 60px;
  overflow: hidden; }

.none img {
  display: none; }

.arrow_r, .arrow_l {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0; }

.arrow_r {
  right: 0; }

.arrow_l {
  left: 0; }

.cont_top {
  font-size: 14px; }
  .cont_top h2 {
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 335px; }
  .cont_top span {
    padding: 0 4px; }

.category {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 12px; }

@media screen and (min-width: 651px) {
  .cont_top h2 {
    font-size: 20px;
    max-width: 950px;
    margin: 0 20px; }
  .category {
    font-size: 16px; } }

@media screen and (min-width: 981px) {
  .top {
    padding-top: 100px; }
  .inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
  .cont_top h2 {
    font-size: 22px; }
  .cont_top span {
    padding: 0 50px; } }

/*
------------------------------------------------
nav
------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 10; }

.gnav {
  background-color: black;
  position: relative;
  height: 60px; }
  .gnav img {
    width: 92px;
    padding: 10px 0 0 20px;
    z-index: 11;
    position: fixed; }

.nav_logo {
  padding-left: 20px; }

.gnav_tx {
  font-size: 15px;
  letter-spacing: 0.3em;
  padding-left: 0.3em; }

.nav_eng {
  font-size: 11px;
  font-style: italic;
  margin: 7px 0 30px 0; }

@media screen and (max-width: 980px) {
  /*メニュー部分*/
  nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: black;
    left: 0;
    z-index: 2; }
  header nav ul {
    display: block;
    width: 90%;
    height: 350px;
    position: absolute;
    top: 80px;
    right: 0px;
    left: 0px;
    margin: auto; }
  header nav ul li {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px; }
  header nav ul li:last-child {
    border: none; }
  header nav ul li a {
    display: block;
    color: white; }
  .nav_eng_sp {
    margin: 7px 0 10px 0;
    font-size: 11px;
    font-style: italic; } }

@media screen and (max-width: 980px) {
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 12; }
  #nav_toggle div {
    position: relative; }
  #nav_toggle span {
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  #nav_toggle span:nth-child(1) {
    top: 0px;
    width: 50px; }
  #nav_toggle span:nth-child(2) {
    top: 12px;
    width: 39px; }
  #nav_toggle span:nth-child(3) {
    top: 24px;
    width: 28px; }
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    width: 30px;
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav_toggle span:nth-child(3) {
    width: 30px;
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); } }

@media screen and (min-width: 981px) {
  nav,
  .sp {
    display: none !important; }
  .pc {
    display: block; }
    .pc a {
      color: #fff; }
  .gnav {
    height: 100px; }
    .gnav img {
      width: 148px;
      padding-top: 17px; }
  .gnav_pc {
    width: 72%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 20px; } }

/*動き
-------------------------------------------*/
@media screen and (min-width: 981px) {
  .hvrLine {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
  .hvrLine:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -2px;
    background: #fff;
    height: 1px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  a:hover .hvrLine:before {
    left: 0;
    right: 0; } }

/*
------------------------------------------------
footer
------------------------------------------------*/
#footer {
  background-color: black;
  height: 200px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 2;
  position: relative; }
  #footer img {
    width: 113px;
    padding-top: 28px; }
    @media screen and (min-width: 981px) {
      #footer img {
        padding-top: 80px; } }

.address ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto; }

.copyright {
  font-size: 12px;
  padding-top: 10px; }

@media screen and (min-width: 981px) {
  #footer {
    height: 414px; }
    #footer img {
      width: 176px; }
  .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 555px;
    margin: 0 auto; }
    .address ul {
      margin: 0; }
  .footer_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 700px;
    padding-top: 70px; }
  .footer_bb {
    border-bottom: solid 1px white;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 140px; } }

/*
------------------------------------------------
ページhead
------------------------------------------------*/
.page_head {
  position: relative; }
  .page_head p {
    width: 195px;
    height: 40px;
    font-size: 13px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .page_head span {
    border: solid 1px #707070;
    text-align: center !important;
    position: absolute;
    display: block;
    padding: 7px 43px;
    width: 8.2em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.bread_cramb {
  padding-top: 12px;
  font-size: 13px;
  padding-left: 16px; }

.bread_cramb_title {
  color: #366E12;
  border-bottom: solid 1px #366E12; }

.bread_cramb_arrow {
  font-size: 11px; }

@media screen and (min-width: 651px) {
  .page_head p {
    font-size: 22px;
    width: 318px;
    height: 68px; }
  .page_head span {
    padding: 11px 72px;
    width: 160px;
    text-align: center; } }

@media screen and (min-width: 981px) {
  .page_head p {
    font-size: 22px;
    width: 405px; }
  .page_head span {
    padding: 13px 118px;
    width: 160px;
    text-align: center; }
  .bread_cramb {
    padding-top: 29px;
    font-size: 14px; } }

/*
------------------------------------------------
buttom
------------------------------------------------*/
.buttom {
  display: block;
  font-size: 14px;
  border: solid 1px black;
  width: 287px;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .buttom img {
    position: absolute;
    right: 20px;
    top: 23px;
    width: 38px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }

.buttom_green {
  display: block;
  font-size: 14px;
  border: solid 1px #366E12;
  padding: 7px 0;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .buttom_green img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  .buttom_green .white {
    z-index: -1; }

@media screen and (min-width: 981px) {
  .buttom:after {
    position: absolute;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #000000;
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1; }
  .buttom:hover {
    cursor: pointer;
    color: #ffffff; }
    .buttom:hover .white {
      z-index: 2; }
    .buttom:hover::after {
      left: -10%;
      width: 120%; }
  .buttom_green {
    padding: 10px 0; }
    .buttom_green:after {
      position: absolute;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      content: '';
      width: 0;
      left: 50%;
      bottom: 0;
      height: 3px;
      background: #ffffff;
      height: 120%;
      left: -10%;
      -webkit-transform: skewX(15deg);
      -ms-transform: skewX(15deg);
      transform: skewX(15deg);
      z-index: -1; }
    .buttom_green:hover {
      cursor: pointer;
      color: #366E12; }
      .buttom_green:hover .white {
        z-index: 2; }
      .buttom_green:hover::after {
        left: -10%;
        width: 120%; } }

/*
------------------------------------------------
左右動き
------------------------------------------------*/
.movebox {
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1; }

.movebox.move {
  transform: translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  opacity: 0; }
  .movebox.move.right {
    transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0); }
  .movebox.move.bottom {
    transform: translate(0, -50px);
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px); }

/*
------------------------------------------------
tx link 動き
------------------------------------------------*/
@media screen and (min-width: 981px) {
  .move_tx {
    position: relative;
    overflow: hidden; }
  .figcaption_tx {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(175, 175, 175, 0.2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0; }
  .move_tx:hover .figcaption_tx {
    opacity: 1; } }

/*
------------------------------------------------
img link 動き
------------------------------------------------*/
figcaption h4 {
  display: none; }

@media screen and (min-width: 981px) {
  figure {
    position: relative;
    overflow: hidden; }
    figure img {
      display: block; }
  figcaption {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1; }
  figcaption h4 {
    font-weight: normal;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block; }
  figure:hover figcaption {
    top: 0;
    left: 0; } }

/*
------------------------------------------------
topbuttom
------------------------------------------------*/
@media screen and (min-width: 981px) {
  .totop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: -50px;
    width: 40px;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: -999;
    cursor: pointer; }
    .totop.view {
      z-index: 99;
      opacity: 1;
      right: 100px; } }

/* wp-pagenavi
-------------------------------------------------
プラグイン設定で「pagenavi-css.css を使用」チェックを外す */
.pagination {
  padding: 30px 0;
  margin: 0 auto; }

.wp-pagenavi {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page, .wp-pagenavi span, .first, .last {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px; }

.current {
  text-decoration: none;
  background-color: black;
  color: white; }

.page, .first, .last {
  text-decoration: none;
  background-color: white;
  color: black; }

.wp-pagenavi span.current {
  position: relative; }
  .wp-pagenavi span.current::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: '';
    width: 14px;
    height: 1px;
    margin-left: -7px; }

.wp-pagenavi span.pages {
  display: none; }

.page, .current, .first, .last {
  border: solid 1px black; }

@media screen and (min-width: 981px) {
  .pagination {
    padding: 80px 0 70px 0; }
  .page:hover, .first:hover, .last:hover {
    color: white;
    background-color: black;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; } }

.extend {
  color: black;
  background-color: white; }

/* ページ送り非表示 */
.nextpostslink,
.previouspostslink {
  display: none; }

/*
------------------------------------------------
single
------------------------------------------------*/
.single_cont {
  padding: 50px 0; }

.side h3 {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-align: center; }

.side span {
  border-bottom: solid 1px #4A834A;
  width: 63px;
  margin: 0 auto;
  display: block;
  padding-top: 13px;
  margin-bottom: 10px; }

.cont_box {
  padding: 0 20px 40px 20px; }
  .cont_box .title {
    font-size: 20px; }
  .cont_box .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto; }

.next, .prev {
  width: 35%; }
  .next a, .prev a {
    font-size: 14px;
    line-height: 1.714;
    margin: 50px 0 40px 0;
    display: block;
    position: relative; }
  .next p, .prev p {
    border: solid 1px black;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -7px; }

.next a {
  padding-right: 40px;
  text-align: right; }

.next p {
  right: 0;
  background-image: url("../img/single/arrow_r.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center 13px; }

.prev a {
  padding-left: 40px; }

.prev p {
  left: 0;
  background-image: url("../img/single/arrow_l.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center 13px; }

.main_cont p {
  font-size: 14px;
  line-height: 2; }

.main_cont img {
  padding-top: 14px;
  width: auto;
  max-width: 100%; }

.main_cont a {
  border-bottom: solid 1px #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .main_cont a:hover {
    border-bottom: none; }

.category {
  border-bottom: solid 1px #707070;
  padding: 20px 0;
  text-align: right;
  font-size: 12px; }

.year {
  padding: 20px 0; }

.news {
  padding-bottom: 45px; }
  .news li {
    position: relative;
    border-bottom: solid 1px #707070;
    padding: 17px 0; }
  .news h4 {
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px; }
  .news img {
    width: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px; }

.slug {
  padding: 50px 20px 0 20px; }
  .slug ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 17px; }
  .slug li {
    width: 45%;
    text-align: center;
    border: solid 1px black;
    border-radius: 4px;
    margin-bottom: 15px; }
  .slug a {
    display: block;
    padding: 12px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .slug a:hover {
      background: rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 981px) {
  .single_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cont_box {
    width: 64%; }
    .cont_box .nav_list {
      max-width: 100%; }
  .slug {
    padding: 50px 0 0 0; }
  .side {
    max-width: 270px; }
  .buttom {
    width: 268px; }
  .news img {
    right: 0; } }

/*-----------------------------
wp テンプレ
------------------------------*/
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.alignnone {
  padding: 0;
  margin: 0; }

.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both; }

.alignright {
  float: right;
  display: inline; }

.alignleft {
  float: left;
  display: inline; }

hr {
  clear: both; }

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/**
 * Table of Contents
 *
 * 11.0 - Content
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 */
/**
 * 11.2 - Posts and pages
 */
.site-main > article {
  margin-bottom: 3.5em;
  position: relative; }

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
  /*
  margin-right: 7.6923%;
  margin-left: 7.6923%;
  */ }

.entry-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em; }

.entry-title a {
  color: #1a1a1a; }

.entry-title a:hover,
.entry-title a:focus {
  color: #007acc; }

.post-thumbnail {
  display: block;
  margin: 0 7.6923% 1.75em; }

.post-thumbnail img {
  display: block; }

.no-sidebar .post-thumbnail img {
  margin: 0 auto; }

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85; }

.entry-content,
.entry-summary {
  border-color: #d1d1d1; }

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em; }

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em; }

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 2.9473684211em;
  margin-bottom: 1.4736842105em; }

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em; }

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase; }

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
  font-style: italic; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  /*font-weight: 900;*/ }

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
  margin-top: 0; }

.post-navigation .post-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

body:not(.search-results) .entry-summary {
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em; }

body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em; }

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em; }

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0; }

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em; }

body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em; }

body:not(.search-results) .entry-summary blockquote {
  border-color: currentColor; }

body:not(.search-results) .entry-summary blockquote > :last-child {
  margin-bottom: 0; }

body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2631578947em 1.4736842105em 1.4736842105em 0; }

body:not(.search-results) .entry-summary .alignright {
  margin: 0.2631578947em 0 1.4736842105em 1.4736842105em; }

body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em; }

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0; }

.more-link {
  white-space: nowrap; }

.author-info {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  clear: both;
  padding-top: 1.75em;
  padding-bottom: 1.75em; }

.author-avatar .avatar {
  float: left;
  height: 42px;
  margin: 0 1.75em 1.75em 0;
  width: 42px; }

.author-description > :last-child {
  margin-bottom: 0; }

.entry-content .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0; }

.author-bio {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 1.6153846154em;
  overflow: hidden; }

.author-link {
  white-space: nowrap; }

.entry-footer {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em; }

.entry-footer:empty {
  margin: 0; }

.entry-footer a {
  color: #686868; }

.entry-footer a:hover,
.entry-footer a:focus {
  color: #007acc; }

.entry-footer > span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

.entry-footer .avatar {
  height: 21px;
  margin: -0.1538461538em 0.5384615385em 0 0;
  width: 21px; }

.sticky-post {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase; }

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none; }

.sticky .posted-on,
.byline {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-header {
  border-top: 4px solid #1a1a1a;
  margin: 0 7.6923% 3.5em;
  padding-top: 1.75em; }

body.error404 .page-header,
body.search-no-results .page-header {
  border-top: 0;
  padding-top: 0; }

.page-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043; }

.taxonomy-description {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154; }

.taxonomy-description p {
  margin: 0.5384615385em 0 1.6153846154em; }

.taxonomy-description > :last-child {
  margin-bottom: 0; }

.page-links {
  clear: both;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  margin: 0 0 1.75em; }

.page-links a,
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em; }

.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff; }

.page-links a:hover,
.page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff; }

.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto; }

.entry-attachment {
  margin-bottom: 1.75em; }

.entry-caption {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em; }

.entry-caption > :last-child {
  margin-bottom: 0; }

.content-bottom-widgets {
  margin: 0 7.6923%; }

.content-bottom-widgets .widget-area {
  margin-bottom: 3.5em; }

/**
 * 11.3 - Post Formats
 */
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.473684211;
  margin-bottom: 1.473684211em; }

.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none; }

/**
 * 11.4 - Comments
 */
.comments-area {
  margin: 0 7.6923% 3.5em; }

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em; }

.comments-title,
.comment-reply-title {
  border-top: 4px solid #1a1a1a;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em; }

.comments-title {
  margin-bottom: 1.217391304em; }

.comment-list {
  list-style: none;
  margin: 0; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0; }

.comment-list .children {
  list-style: none;
  margin: 0; }

.comment-list .children > li {
  padding-left: 0.875em; }

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em; }

.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px; }

.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px; }

.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154; }

.comment-metadata {
  margin-bottom: 2.1538461538em; }

.comment-metadata a,
.pingback .comment-edit-link {
  color: #686868; }

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #007acc; }

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block; }

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em; }

.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0; }

.comment-form {
  padding-top: 1.75em; }

.comment-form label {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase; }

.comment-list .comment-form {
  padding-bottom: 1.75em; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 2.1538461538em; }

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em; }

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0; }

.form-allowed-tags code {
  font-family: Inconsolata, monospace; }

.form-submit {
  margin-bottom: 0; }

.required {
  color: #007acc;
  font-family: Merriweather, Georgia, serif; }

.comment-reply-title small {
  font-size: 100%; }

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px; }

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a; }

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -5px; }

/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
  clear: both; }

.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem; }

.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem; }

.entry-header .entry-title {
  font-size: 20px;
  font-size: 1.428571429rem;
  line-height: 1.2;
  font-weight: normal; }

.entry-header .entry-title a {
  text-decoration: none; }

.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-weight: normal; }

.entry-header .comments-link {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575; }

.comments-link a,
.entry-meta a {
  color: #757575; }

.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b; }

article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center; }

.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714; }

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  margin: 1.714285714rem 0;
  line-height: 1.714285714; }

.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5; }

.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 18px;
  font-size: 1.285714286rem;
  line-height: 1.6; }

.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.846153846; }

.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846; }

.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846; }

.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.846153846; }

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714; }

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714; }

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0; }

.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside; }

.entry-content ol,
.comment-content ol {
  list-style: decimal outside; }

.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem; }

.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic; }

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0; }

.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, 'モリサワ新ゴR', 'Droid Sans', HiraKakuProN-W3, meiryo, 'IPAexGothic', 'MS PGothic', monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2; }

.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, 'モリサワ新ゴR', 'Droid Sans', HiraKakuProN-W3, meiryo, 'IPAexGothic', 'MS PGothic', monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem; }

.entry-content pre code,
.comment-content pre code {
  display: block; }

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem; }

img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0; }

img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem; }

img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem; }

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem; }

.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem; }

.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714; }

.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem; }

.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%; }

.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0; }

.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

.site-content article {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.page-links {
  clear: both;
  line-height: 1.714285714; }

footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575; }

.single-author .entry-meta .by-author {
  display: none; }

.mu_register h2 {
  color: #757575;
  font-weight: normal; }

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden; }

#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0; }

#nav-above {
  display: none; }

.paged #nav-above {
  display: block; }

.nav-previous,
.previous-image {
  float: left;
  width: 50%; }

.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%; }

.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }
