@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; }

/*
------------------------------------------------
home
------------------------------------------------*/
.home_top {
  background-color: #F7F7F7;
  position: relative; }
  .home_top h1 {
    margin: 0 auto;
    height: 298px;
    position: relative;
    padding: 0 20px; }
    .home_top h1 img {
      position: absolute;
      bottom: 25px;
      width: 311px;
      margin: 0 auto;
      left: 0;
      right: 0; }

.home_cont ul {
  padding-bottom: 50px; }

.home_cont li {
  padding-top: 50px;
  text-align: center; }

.home_cont h2 {
  font-size: 25px;
  padding: 50px 0 15px 0;
  font-weight: normal; }

.home_cont p {
  padding: 0 18px 40px 18px;
  font-size: 14px;
  line-height: 2; }

.home_cont span {
  padding: 25px 0;
  display: block; }

.meeting {
  background-color: #313131;
  padding: 40px 0 0 0; }
  .meeting li {
    padding: 0 20px 30px 20px;
    position: relative; }
  .meeting h3 {
    background-color: white;
    font-size: 13px;
    font-weight: normal;
    width: 69px;
    text-align: center;
    padding: 6px 0;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 5; }
  .meeting p {
    padding: 17px 0 0 0;
    color: white;
    font-size: 14px; }

.blog_box {
  padding: 50px 0 0 0; }

.frame {
  padding-bottom: 45px; }
  .frame h2 {
    text-align: center;
    font-weight: normal;
    font-size: 25px;
    padding-bottom: 32px; }
    .frame h2 img {
      display: block;
      width: 140px;
      margin: 0 auto;
      padding-top: 8px; }

.box_in li {
  border-bottom: solid 1px black;
  padding: 18px 0;
  position: relative; }
  .box_in li:last-child {
    margin-bottom: 50px; }

.blog_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .blog_link h3 {
    color: #4A834A;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: 1.5em; }
  .blog_link p {
    font-size: 14px; }

.blog_title {
  padding-left: 8.5em; }

@media screen and (min-width: 651px) {
  .box_in a {
    margin: 0 auto;
    position: relative; }
  .meeting {
    height: 373px;
    padding: 57px 20px 0 20px; }
    .meeting ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .meeting li {
      max-width: 455px;
      padding-left: 0;
      padding-right: 0;
      width: 49%; }
    .meeting h3 {
      left: -10px; } }

@media screen and (min-width: 981px) {
  .home_top h1 {
    height: 463px;
    padding: 0 20px;
    max-width: 980px; }
    .home_top h1 img {
      max-width: 940px;
      bottom: 60px;
      width: 100%; }
  .home_cont {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 0 10px 0; }
    .home_cont li {
      padding: 0 0 130px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .home_cont li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .home_cont h2 {
      font-size: 50px;
      padding-bottom: 25px; }
    .home_cont p {
      padding: 0 0 40px 0; }
    .home_cont span {
      padding: 0; }
    .home_cont .top_img_link {
      display: block;
      max-height: 430px;
      width: 50%;
      max-width: 715px;
      -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2); }
    .home_cont .cont_img {
      max-width: 715px;
      width: 100%;
      height: 100%;
      display: block; }
    .home_cont .cont_tx {
      width: 490px;
      padding: 0 20px;
      margin: 0 auto; }
  .blog_box {
    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: 137px 0 0 0; }
  .frame {
    max-width: 457px;
    padding-bottom: 150px; }
  .box_in li {
    width: 457px;
    height: 89px;
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none; }
    .box_in li img {
      width: 38px;
      position: absolute;
      right: 0;
      margin: auto;
      top: 0;
      bottom: 0; }
  .box_in a {
    position: static;
    margin: inherit; }
  .blog_link h3 {
    left: 0; }
  .blog_title {
    padding-left: 7em;
    padding-bottom: 20px; }
  .lead {
    max-width: 362px; }
  .meeting {
    height: 373px;
    padding: 57px 20px 0 20px; }
    .meeting ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .meeting li {
      max-width: 455px;
      padding-left: 0;
      padding-right: 0; }
    .meeting h3 {
      left: -10px; } }

/*
------------------------------------------------
スライダー
------------------------------------------------*/
.slick-slide img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 20s;
  -o-transition: 20s;
  transition: 20s; }

.slick-current img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
