@charset "UTF-8";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
/*===========================================================================*/
/*  common  */
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* ハック
---------------------------------------------------------------------------- */
/* letter-spacing hack */
@media screen {
  body {
    letter-spacing: 0.5px;
  }

  br {
    letter-spacing: 0;
  }
}
/* height100% hack */
body > #container {
  height: auto;
}

/* リンク
---------------------------------------------------------------------------- */
a {
  overflow: hidden;
  color: #393937;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #393937;
  text-decoration: underline;
}

a:hover img,
.btn a:hover {
  opacity: 0.7;
}

/* 基本スタイル
---------------------------------------------------------------------------- */
html {
  overflow: auto;
}

body {
  position: relative;
  height: 100%;
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6;
  word-wrap: break-word;
}
body:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 476px;
  height: 300px;
  background-color: #C30D23;
  z-index: -9000;
}
body:after {
  position: absolute;
  top: 260px;
  right: 15%;
  display: block;
  content: "";
  width: 19px;
  height: 204px;
  background: transparent url("../img/line_motif.png") 50% 50% no-repeat;
  z-index: 0;
}

/* マウスドラッグ時のテキストカラー
---------------------------------------------- */
::selection {
  background: #255e9e;
  color: #fff;
}

/* Firefox */
::-moz-selection {
  background: #255e9e;
  color: #fff;
}

/* hamburger
---------------------------------------------------------------------------- */
a.hamburger {
  width: 159px;
  height: 123px;
  left: auto;
  right: 0;
  background-color: #333;
}
a.hamburger .hamburger__icon {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
}
a.hamburger .hamburger__icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  width: 45px;
  height: 2px;
}
a.hamburger .hamburger__icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 50%;
  width: 45px;
  height: 2px;
}
a.hamburger.active:before {
  opacity: 0;
}
a.hamburger.active .hamburger__icon {
  opacity: 1;
}
a.hamburger.active .hamburger__icon:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
a.hamburger.active .hamburger__icon:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}
a.hamburger:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .25s ease;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  font-size: 1.2em;
  letter-spacing: 2px;
  content: "MENU";
  color: #fff;
  text-align: center;
}

/*アニメーション設定
---------------------------------------------------------------------------- */
.anim {
  visibility: hidden;
}

.anim-off {
  visibility: visible;
}

.animated {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  visibility: visible !important;
}

/*第二階層タイトル
---------------------------------------------------------------------------- */
.pagetitle {
  margin-bottom: 40px;
  padding-top: 190px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

/* ヘッダー
---------------------------------------------------------------------------- */
header {
  position: relative;
  height: 123px;
  padding: 20px;
}
header .lead {
  margin-bottom: 8px;
  font-size: 12px;
}
header .logo img {
  max-height: 50px;
}
header:before {
  position: absolute;
  left: 0;
  top: 123px;
  content: "";
  width: 100%;
  height: 108px;
  background-color: #333;
  z-index: -9999;
}

/* page-heading
---------------------------------------------------------------------------- */
.page-heading {
  margin-bottom: -135px;
  padding-left: 75px;
}
.page-heading p {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.page-heading p img {
  max-width: 100%;
}
.page-heading p:before {
  position: absolute;
  bottom: -110px;
  left: -100px;
  display: block;
  content: "";
  width: 281px;
  height: 215px;
  background: #f0f0f0 url("../img/stripe.png") 0 0 repeat;
  z-index: -1;
}

/* fat-nav
---------------------------------------------------------------------------- */
.fat-nav li {
  font-size: 1.7em;
}

/* 明朝体
---------------------------------------------------------------------------- */
.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

/* 縦書き
---------------------------------------------------------------------------- */
.vertical {
  position: absolute;
  height: 100%;
  left: 25px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: 2px;
}
.vertical span {
  color: #C30D23;
}

/* wysiwyg
---------------------------------------------------------------------------- */
.wysiwyg {
  margin: 0 auto 60px;
  line-height: 2;
  word-wrap: break-word;
  zoom: 1;
}
.wysiwyg:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.wysiwyg p {
  margin: 0 auto 25px;
}
.wysiwyg em {
  font-style: italic;
  font-family: "MS P Gothic","ＭＳ Ｐゴシック";
}
.wysiwyg b {
  font-weight: bold;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg .alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.wysiwyg .alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.wysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg ul {
  list-style-type: disc;
  margin: 0 0 15px 20px;
}
.wysiwyg ol {
  list-style-type: decimal;
  margin: 0 0 15px 20px;
}
.wysiwyg blockquote {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 40px;
  background-color: #ededed;
  font-family: Georgia, "Bitstream Charter", serif;
  font-weight: normal;
}
.wysiwyg blockquote:before {
  position: absolute;
  top: 7px;
  left: 7px;
  content: "”";
  font-size: 80px;
  color: #bbb;
  line-height: 1;
}
.wysiwyg blockquote:after {
  position: absolute;
  bottom: 7px;
  right: 7px;
  content: "”";
  font-size: 80px;
  color: #bbb;
  line-height: 0;
}
.wysiwyg h1 {
  width: auto;
  font-size: 2em;
}
.wysiwyg h2 {
  border: none;
  font-size: 1.8em;
}
.wysiwyg h3 {
  font-size: 1.6em;
}
.wysiwyg h4 {
  font-size: 1.3em;
}
.wysiwyg h5 {
  font-size: 0.9em;
}
.wysiwyg h6 {
  font-size: 0.8em;
}
.wysiwyg address {
  font-style: italic;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: bold;
}
.wysiwyg .gallery .gallery-item img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}
.wysiwyg table, .wysiwyg th, .wysiwyg td {
  border-style: solid;
  border-color: #c2c2c2;
}
.wysiwyg table {
  width: 100%;
  margin: 0 0 1.5em;
  border-width: 1px 1px 0 0;
}
.wysiwyg th, .wysiwyg td {
  padding: 10px 15px;
  border-width: 0 0 1px 1px;
  text-align: left;
  vertical-align: top;
}
.wysiwyg th {
  background: #f3f3f3;
  font-size: 1em;
  font-weight: bold;
}
.wysiwyg td {
  font-size: 1em;
}
.wysiwyg hr {
  zoom: 1;
}
.wysiwyg hr:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.wysiwyg .wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 5px 0 0;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  text-align: center;
}
.wysiwyg .wp-caption .wp-caption-text {
  margin-bottom: 0;
  padding: 5px 0;
  color: #333;
}

/* pagenav
---------------------------------------------------------------------------- */
.pagenav {
  width: 1000px;
  margin: 0 auto 40px;
}
.pagenav ul {
  overflow: hidden;
}
.pagenav ul li a {
  font-size: 14px;
}
.pagenav ul li.prev {
  float: left;
  width: 50%;
}
.pagenav ul li.prev a {
  position: relative;
  padding-left: 1em;
}
.pagenav ul li.prev a:before {
  position: absolute;
  top: -2px;
  left: 0;
  font-family: FontAwesome;
  content: "\f104";
}
.pagenav ul li.next {
  float: right;
  width: 50%;
  text-align: right;
}
.pagenav ul li.next a {
  position: relative;
  padding-right: 1em;
}
.pagenav ul li.next a:before {
  position: absolute;
  top: -2px;
  right: 0;
  font-family: FontAwesome;
  content: "\f105";
}

/* pager
---------------------------------------------------------------------------- */
.pager {
  width: 95%;
  margin: 0 auto 5em;
}
.pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.pager .wp-pagenavi span.pages {
  margin: 0 .2em;
  margin-bottom: .5em;
  font-size: 14px;
}
.pager .wp-pagenavi span.current {
  margin: 0 .2em;
  margin-bottom: .5em;
  padding: .3em .8em;
  font-size: 14px;
  background-color: #333;
  color: #fff;
}
.pager .wp-pagenavi a {
  display: block;
  margin: 0 .2em;
  margin-bottom: .5em;
  padding: .3em .8em;
  border: 1px solid #cacaca;
  font-size: 14px;
}
.pager .wp-pagenavi a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

/* f-contact
---------------------------------------------------------------------------- */
.f-contact {
  width: 1000px;
  margin: 0 auto 60px;
}
.f-contact .title {
  margin-bottom: 40px;
  text-align: center;
}
.f-contact .title h2 {
  font-size: 22px;
}
.f-contact .title p {
  font-size: 12px;
}
.f-contact .inner {
  display: flex;
  justify-content: center;
}
.f-contact .inner .block {
  width: 33%;
  padding: 20px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
.f-contact .inner .block .ico {
  position: relative;
  margin-bottom: 10px;
  min-height: 65px;
}
.f-contact .inner .block dl dt {
  margin-bottom: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 11px;
}
.f-contact .inner .block dl dd {
  font-size: 24px;
}
.f-contact .inner .block dl dd a {
  color: #fff;
}
.f-contact .inner .block .sub {
  font-size: 9px;
}
.f-contact .inner .block:not(:last-of-type) {
  margin-right: .5%;
}
.f-contact .inner .block:last-of-type {
  padding: 0;
  background-color: #C30D23;
}
.f-contact .inner .block:last-of-type a {
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.f-contact .inner .block:last-of-type a .ico {
  padding-top: 9px;
}
.f-contact .inner .block:last-of-type a:hover {
  opacity: .8;
  text-decoration: none;
}

/* フッター
---------------------------------------------------------------------------- */
footer .nav-area {
  padding: 60px 0;
  background: transparent url("../img/bg_footer.jpg") 50% 50% no-repeat;
  background-size: cover;
}
footer .nav-area .inner nav {
  margin-bottom: 40px;
}
footer .nav-area .inner nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .nav-area .inner nav ul li {
  margin: 0 10px;
}
footer .nav-area .inner nav ul li a {
  font-size: 14px;
}
footer .nav-area .inner nav ul li a:before {
  content: "[";
}
footer .nav-area .inner nav ul li a:after {
  content: "]";
}
footer .nav-area .inner nav ul li a span {
  color: #C30D23;
}
footer .nav-area .inner .logo-area {
  text-align: center;
}
footer .nav-area .inner .logo-area .lead {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
}
footer .info-area {
  background-color: #333;
}
footer .info-area .inner {
  display: flex;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
}
footer .info-area .inner .left {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 11px;
}
footer .info-area .inner .left .info {
  padding-left: 20px;
}
footer .info-area .inner .left .info a {
  color: #fff;
}
footer .info-area .inner .right ul {
  display: flex;
  padding-top: 10px;
}
footer .info-area .inner .right ul li a {
  color: #fff;
  font-size: 11px;
}
footer .info-area .inner .right ul li:not(:last-of-type) a:after {
  margin: 0 10px;
  content: "/";
}
footer .copyright {
  padding: 5px 0;
  font-size: 10px;
  background-color: #e4e4e4;
  text-align: center;
}

/* フッター
---------------------------------------------------------------------------- */
#topcontrol {
  z-index: 1000;
}

/*===========================================================================*/
/*  media quary:1260px  */
/*===========================================================================*/
@media screen and (max-width: 1260px) {
  /* -------------------------------------------- */
  /* vertical */
  /* -------------------------------------------- */
  .vertical {
    left: 19px;
  }

  /* -------------------------------------------- */
  /* f-contact */
  /* -------------------------------------------- */
  .f-contact {
    width: 95%;
    margin-bottom: 35px;
  }

  /* -------------------------------------------- */
  /* footer */
  /* -------------------------------------------- */
  footer .nav-area {
    padding: 30px 0;
    background-position-x: 70%;
  }
}
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /* -------------------------------------------- */
  /* body */
  /* -------------------------------------------- */
  body:before {
    width: 41vw;
    height: 149px;
  }
  body:after {
    top: 150px;
    right: 8%;
    background-size: 80%;
  }

  /* -------------------------------------------- */
  /* header */
  /* -------------------------------------------- */
  header {
    padding: 9px;
    height: 65px;
  }
  header .lead {
    display: none;
  }
  header .logo img {
    max-height: 45px;
  }
  header:before {
    top: 65px;
    height: 60px;
  }

  /* -------------------------------------------- */
  /* pagetitle */
  /* -------------------------------------------- */
  .pagetitle {
    margin-bottom: 30px;
    padding-top: 120px;
    font-size: 30px;
  }

  /* -------------------------------------------- */
  /* hamburger */
  /* -------------------------------------------- */
  a.hamburger {
    width: 80px;
    height: 65px;
  }
  a.hamburger:before {
    font-size: 1em;
    letter-spacing: normal;
  }

  /* -------------------------------------------- */
  /* page-heading */
  /* -------------------------------------------- */
  .page-heading {
    margin-bottom: -55px;
    padding-left: 0;
  }
  .page-heading p:before {
    bottom: -100px;
    left: 0;
    width: 150px;
    height: 30vw;
  }

  /* -------------------------------------------- */
  /* pagenav */
  /* -------------------------------------------- */
  .pagenav {
    width: 95%;
    margin: 0 auto 40px;
  }
  .pagenav ul li a {
    font-size: 13px;
  }

  /* -------------------------------------------- */
  /* vertical */
  /* -------------------------------------------- */
  .vertical {
    display: none;
  }

  /* -------------------------------------------- */
  /* f-contact */
  /* -------------------------------------------- */
  .f-contact .inner .block {
    width: 50%;
  }

  /* -------------------------------------------- */
  /* footer */
  /* -------------------------------------------- */
  footer .info-area .inner {
    width: 95%;
  }
  footer .nav-area {
    padding: 30px 0;
    background-position-x: 69%;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* -------------------------------------------- */
  /* body */
  /* -------------------------------------------- */
  body:before {
    height: 140px;
  }
  body:after {
    display: none;
  }

  /* -------------------------------------------- */
  /* footer */
  /* -------------------------------------------- */
  .fat-nav li {
    font-size: 1.4em !important;
  }

  /* -------------------------------------------- */
  /* pagetitle */
  /* -------------------------------------------- */
  .pagetitle {
    margin-bottom: 20px;
    padding-top: 100px;
    font-size: 20px;
  }

  /* -------------------------------------------- */
  /* page-heading */
  /* -------------------------------------------- */
  .page-heading {
    margin-bottom: -55px;
  }
  .page-heading p:before {
    bottom: -80px;
    width: 60px;
  }

  /* -------------------------------------------- */
  /* f-contact */
  /* -------------------------------------------- */
  .f-contact {
    margin-bottom: 30px;
  }
  .f-contact .inner .block {
    padding: 10px;
  }
  .f-contact .inner .block .ico {
    min-height: inherit;
    margin-bottom: 5px;
  }
  .f-contact .inner .block .ico img {
    max-width: 45px;
  }
  .f-contact .inner .block:last-of-type a {
    padding: 10px;
  }
  .f-contact .inner .block dl dd {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: normal;
    font-feature-settings: "palt";
  }

  /* -------------------------------------------- */
  /* footer */
  /* -------------------------------------------- */
  footer .info-area {
    padding-top: 20px;
  }
  footer .info-area .inner {
    width: 95%;
    display: block;
    padding-bottom: 20px;
  }
  footer .info-area .inner .left {
    justify-content: center;
  }
  footer .info-area .inner .right ul {
    justify-content: center;
  }
  footer .nav-area {
    padding: 20px 0;
    background-position-x: 80%;
  }

  /* -------------------------------------------- */
  /* topcontrol */
  /* -------------------------------------------- */
  #topcontrol img {
    max-width: 50px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* body */
  /* -------------------------------------------- */
  body:before {
    height: 120px;
  }

  /* -------------------------------------------- */
  /* footer */
  /* -------------------------------------------- */
  .fat-nav li {
    padding: 8px 10px;
    font-size: 1.2em !important;
  }

  /* -------------------------------------------- */
  /* pagetitle */
  /* -------------------------------------------- */
  .pagetitle {
    padding-top: 80px;
  }

  /* -------------------------------------------- */
  /* hamburger */
  /* -------------------------------------------- */
  a.hamburger {
    width: 55px;
    height: 55px;
  }
  a.hamburger:before {
    font-size: 12px;
  }

  /* -------------------------------------------- */
  /* header */
  /* -------------------------------------------- */
  header {
    height: 55px;
  }
  header .logo img {
    max-height: 40px;
  }
  header:before {
    top: 55px;
    height: 50px;
  }

  /* -------------------------------------------- */
  /* f-contact */
  /* -------------------------------------------- */
  .f-contact {
    display: block;
  }
  .f-contact .inner .block dl dt {
    padding: 3px 0;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .f-contact .inner .block dl dd {
    font-size: 16px;
    line-height: 1.4;
  }
  .f-contact .inner .block dl dd a span {
    font-size: 16px;
  }
  .f-contact .inner .block .sub {
    text-align: left;
  }
  .f-contact .inner .block a .sub {
    text-align: center;
  }

  /* -------------------------------------------- */
  /* footer */
  /* -------------------------------------------- */
  footer .nav-area {
    background-position: 73% 100%;
    background-repeat: repeat-x;
    background-size: auto 80%;
    background-color: #a9a8b8;
  }
  footer .nav-area .inner nav {
    margin-bottom: 20px;
  }
  footer .nav-area .inner nav ul li a {
    font-size: 12px;
  }
  footer .nav-area .inner .logo-area .lead {
    width: 95%;
  }
  footer .info-area {
    padding: 20px 0;
  }
  footer .info-area .inner {
    margin: 0 auto;
  }
  footer .info-area .inner .left {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
  }
  footer .info-area .inner .left .photo {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .info-area .inner .left .info {
    padding-left: 0;
  }
  footer .info-area .inner .right ul {
    flex-wrap: wrap;
    padding-top: 5px;
    line-height: 1.3;
  }
  footer .info-area .inner .right ul li a {
    text-decoration: underline;
  }

  /* -------------------------------------------- */
  /* topcontrol */
  /* -------------------------------------------- */
  #topcontrol {
    bottom: 0 !important;
  }
  #topcontrol img {
    max-width: 43px;
  }
}
