@charset "UTF-8";
/* CSS Document */
/* !!------------------------------------ */
/* !! 追加 */
/* !!------------------------------------ */
.navtable td {
  width: auto !important; }

.door_link {
  border-bottom: 1px solid #3e3a39;
  color: #3e3a39;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 30px; }
  .door_link .circlearrow.black {
    margin-right: 10px; }

.inline {
  border: none;
  outline: none; }

#cboxOverlay {
  background: #000 !important; }

#inline-content {
  width: 1000px;
  margin: 0 auto;
  padding: 50px; }

.omoikiri_door h2 {
  font-size: 30px;
  color: #a12e2c;
  text-align: center;
  border-bottom: none;
  margin-bottom: 0; }

.omoikiri_door h3 {
  font-size: 26px;
  font-weight: normal;
  color: #006636;
  text-align: center;
  border-bottom: none;
  margin-bottom: 30px; }
  .omoikiri_door h3:nth-of-type(2) {
    font-size: 22px;
    color: #231815;
    margin-top: 50px; }

.omoikiri_door .sp {
  display: none; }

.omoikiri_door .pc {
  display: block; }

.omoikiri_door ul {
  list-style: none;
  font-size: 0;
  margin-bottom: 40px; }
  .omoikiri_door ul li {
    width: calc((100% - 40px)/2);
    display: inline-block;
    margin-right: 40px;
    vertical-align: top; }
    .omoikiri_door ul li + li {
      margin-right: 0; }

.omoikiri_door .lead p {
  line-height: 1.6;
  text-align: center; }

.omoikiri_door .wrap {
  font-size: 0; }
  .omoikiri_door .wrap ul {
    width: calc((100% - 40px)/2);
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0;
    vertical-align: top;
    list-style: none; }
    .omoikiri_door .wrap ul li {
      width: calc((100% - 20px)/2);
      display: inline-block;
      vertical-align: top;
      margin-right: 20px; }
      .omoikiri_door .wrap ul li + li {
        margin-right: 0; }
        .omoikiri_door .wrap ul li + li p {
          font-size: 16px;
          line-height: 1.6;
          text-align: justify; }
    .omoikiri_door .wrap ul + ul {
      margin-right: 0; }

.omoikiri_door .close {
  width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: 60px auto 0 auto;
  text-align: center;
  color: #fff;
  background: #a12e2c;
  position: relative; }
  .omoikiri_door .close:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg); }
  .omoikiri_door .close:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }

/* !!------------------------------------ */
/* !! お知らせ */
.mainwrapper.information-index {
  padding-bottom: 0 !important; }

section.information-wrap {
  overflow: hidden; }

.readmore, .move {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  font-size: 140%;
  background-image: url(../images/common/anchor1.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 20px;
  padding-left: 30px;
  border-bottom: 1px solid #666;
  padding-bottom: 5px; }

ul#information-list {
  width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0; }
  body.big ul#information-list li {
    font-size: 12px; }
  ul#information-list li {
    width: calc( (100% - 60px) / 3 );
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 10px; }
    ul#information-list li:nth-of-type(3n) {
      margin-right: 0; }
    ul#information-list li > a {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }
    ul#information-list li .date {
      width: 100px;
      height: 30px;
      line-height: 30px;
      color: #fff;
      font-size: 140%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      background: #A12C2C;
      text-align: center; }
    ul#information-list li .thumb {
      width: 100%;
      height: 230px;
      background: url(../images/pc/non.jpg) no-repeat center center;
      background-size: 100%; }
    ul#information-list li .title {
      line-height: 1.5;
      font-size: 180%;
      color: #64b064;
      margin: 20px 0 15px 0;
      text-align: justify; }

.wp-pagenavi {
  font-size: 13px;
  text-align: center !important;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 100% !important;
  white-space: nowrap; }
  .archive .wp-pagenavi {
    display: block; }
  .top .wp-pagenavi {
    display: none; }
  .wp-pagenavi > a, .wp-pagenavi > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center;
    border: none !important;
    font-weight: bold;
    background: #ccc;
    border-radius: 50%;
    color: #222;
    margin: 0 7px; }
    .wp-pagenavi > a.current, .wp-pagenavi > span.current {
      color: #fff;
      background: #A12C2C;
      border-radius: 50%; }

article#post {
  font-size: 10px !important;
  display: block;
  width: 940px;
  margin: 50px auto; }
  body.big article#post {
    font-size: 12px !important; }
  article#post .date {
    width: 150px;
    height: 30px;
    background: #A12C2C;
    font-size: 160%;
    color: #fff;
    line-height: 30px;
    text-align: center; }
  article#post #eyecatch {
    display: block;
    margin-bottom: 20px;
    position: relative; }
    article#post #eyecatch .date {
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      z-index: 1; }
  article#post h1 {
    font-size: 300%;
    text-align: left;
    color: #64b064;
    border-bottom: 1px solid #64b064;
    overflow: visible; }
  article#post .content-wrap p {
    font-size: 160%;
    line-height: 1.63;
    margin-bottom: 1em; }
    article#post .content-wrap p:last-of-type {
      margin-bottom: 0; }
    article#post .content-wrap p > img {
      margin-right: 15px;
      display: inline-block; }
      article#post .content-wrap p > img:last-of-type {
        margin-right: 0; }
  article#post .prev-next {
    padding: 30px 0 0 0;
    margin-top: 50px;
    border-top: 1px solid #222;
    overflow: hidden;
    clear: both; }
    article#post .prev-next > div {
      width: calc(50% - 20px);
      position: relative;
      overflow: hidden;
      float: left; }
      article#post .prev-next > div a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%; }
        article#post .prev-next > div a:hover {
          background: rgba(255, 255, 255, 0.6); }
      article#post .prev-next > div > div {
        display: block;
        height: 100%;
        position: relative;
        white-space: normal;
        overflow: hidden; }
        article#post .prev-next > div > div .date {
          width: 100px;
          font-size: 140%; }
        article#post .prev-next > div > div .title {
          font-size: 150%;
          color: #64b064;
          text-align: justify;
          margin: 15px 0; }
      article#post .prev-next > div .move {
        position: absolute;
        bottom: 0;
        left: 215px;
        font-size: 140%;
        width: 114px !important;
        white-space: nowrap;
        background-image: url(../images/common/anchor-left.png); }
      article#post .prev-next > div .thumb {
        display: block;
        margin-right: 15px;
        width: 200px;
        float: left;
        overflow: hidden; }
        article#post .prev-next > div .thumb img {
          width: 100% !important;
          height: auto !important; }
      article#post .prev-next > div.next {
        float: right; }
        article#post .prev-next > div.next .thumb {
          float: right;
          margin-right: 0;
          margin-left: 15px; }
        article#post .prev-next > div.next .move {
          left: 0;
          background-image: url(../images/common/anchor-right.png); }
  article#post a.back-to-index {
    clear: both;
    display: block;
    width: 300px;
    line-height: 40px;
    background: #116435;
    margin: 50px auto;
    text-align: center;
    color: #fff;
    font-size: 160%;
    border-radius: 20px; }

@media screen and (max-width: 767px) {
  /* !!------------------------------------ */
  /* !! SP追加 */
  /* !!------------------------------------ */
  .door_link {
    position: relative;
    bottom: auto;
    left: auto;
    padding-left: 25px;
    margin-top: 10px;
    text-align: justify; }
    .door_link .circlearrow.black {
      position: absolute;
      top: 5px;
      left: 0; }
  #inline-content {
    width: 100%;
    padding: 20px 15px; }
  .omoikiri_door h2 {
    font-size: 5.4vw; }
  .omoikiri_door h3 {
    font-size: 5vw;
    margin-bottom: 20px; }
    .omoikiri_door h3:nth-of-type(2) {
      font-size: 4.8vw;
      margin: 40px auto 20px auto; }
  .omoikiri_door .sp {
    display: block; }
  .omoikiri_door .pc {
    display: none; }
  .omoikiri_door ul {
    margin-bottom: 20px; }
    .omoikiri_door ul li {
      width: 100%;
      display: list-item;
      margin-right: 0;
      margin-bottom: 20px; }
  .omoikiri_door .lead p {
    text-align: justify; }
  .omoikiri_door .wrap ul {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 30px; }
    .omoikiri_door .wrap ul li {
      width: 100%;
      display: list-item;
      margin-right: 0;
      margin-bottom: 20px; }
      .omoikiri_door .wrap ul li img {
        width: 100%; }
  .omoikiri_door .close {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 30px; }
  /* !!------------------------------------ */
  /* !! お知らせ */
  .mainwrapper.information-index {
    padding-bottom: 0 !important; }
  section.information-wrap {
    overflow: hidden; }
  .readmore, .move {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    font-size: 140%;
    background-image: url(../images/common/anchor1.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 20px;
    padding-left: 30px;
    border-bottom: 1px solid #666;
    padding-bottom: 5px; }
  ul#information-list {
    width: 290px;
    padding: 0;
    display: block;
    font-size: 0; }
    body.big ul#information-list li {
      font-size: 12px; }
    ul#information-list li {
      width: 100%;
      list-style: none;
      display: block;
      margin-right: 0; }
      ul#information-list li:nth-of-type(3n) {
        margin-right: 0; }
      ul#information-list li > a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%; }
      ul#information-list li .date {
        width: 100px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 140%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        background: #A12C2C;
        text-align: center; }
      ul#information-list li .thumb {
        width: 100%;
        height: 230px; }
      ul#information-list li .title {
        line-height: 1.5;
        font-size: 180%;
        color: #64b064;
        margin: 20px 0 15px 0;
        text-align: justify; }
  .wp-pagenavi {
    font-size: 0;
    padding: 0 40px; }
    .wp-pagenavi > a, .wp-pagenavi > span {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 13px; }
  article#post {
    display: block;
    width: 100%;
    margin: 30px auto; }
    body.big article#post {
      font-size: 12px !important; }
    article#post .date {
      width: 150px;
      height: 30px;
      background: #A12C2C;
      font-size: 160%;
      color: #fff;
      line-height: 30px;
      text-align: center; }
    article#post #eyecatch {
      display: block;
      margin-bottom: 20px;
      position: relative;
      width: 100% !important; }
      article#post #eyecatch img {
        width: 100% !important;
        height: auto !important; }
    article#post h1 {
      font-size: 300%;
      text-align: left;
      color: #64b064;
      border-bottom: 1px solid #64b064;
      overflow: visible;
      margin: 0 15px;
      padding-bottom: 4.05vw; }
    article#post .content-wrap {
      margin: 30px 4.05vw; }
      article#post .content-wrap p {
        font-size: 160%;
        line-height: 1.63;
        margin-bottom: 1em; }
        article#post .content-wrap p:last-of-type {
          margin-bottom: 0; }
        article#post .content-wrap p > img {
          width: calc((100% - 15px)/2) !important;
          height: auto !important;
          margin-bottom: 15px; }
    article#post .prev-next {
      margin: 30px 4.05vw !important;
      margin-bottom: 0 !important;
      padding: 30px 0;
      padding-bottom: 0; }
      article#post .prev-next > div {
        width: 100%;
        position: relative;
        overflow: hidden;
        float: none;
        margin-bottom: 30px; }
        article#post .prev-next > div > div {
          display: block;
          height: 100%;
          position: relative;
          white-space: normal;
          overflow: hidden; }
          article#post .prev-next > div > div .date {
            width: 100px;
            font-size: 140%; }
          article#post .prev-next > div > div .title {
            font-size: 150%;
            color: #64b064;
            text-align: justify;
            margin: 15px 0; }
        article#post .prev-next > div .move {
          position: absolute;
          bottom: 0;
          left: 180px;
          font-size: 140%;
          width: 114px !important;
          white-space: nowrap;
          background-image: url(../images/common/anchor-left.png); }
        article#post .prev-next > div .thumb {
          display: block;
          margin-right: 20px;
          width: 160px;
          float: left;
          overflow: hidden; }
          article#post .prev-next > div .thumb img {
            width: 100% !important;
            height: auto !important; }
        article#post .prev-next > div.next {
          float: none; }
          article#post .prev-next > div.next .thumb {
            float: left;
            margin-right: 20px;
            margin-left: 0; }
          article#post .prev-next > div.next .move {
            left: 180px;
            background-image: url(../images/common/anchor-right.png); }
    article#post a.back-to-index {
      clear: both;
      display: block;
      width: 300px;
      line-height: 40px;
      background: #116435;
      margin: 0px auto;
      text-align: center;
      color: #fff;
      font-size: 160%;
      border-radius: 20px; } }
