@charset "UTF-8";
/* foundation/Reset
   
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com

   ----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Fjalla+One&subset=latin-ext");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.7em; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

li {
  list-style: none; }

address {
  font-style: normal; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:focus, select:focus, textarea:focus {
  outline: 0; }

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

input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* Base
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }

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

html {
  height: 100%;
  font-size: 16px; }

body {
  height: 100%;
  color: #595757;
  font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8em;
  letter-spacing: 1px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: .8rem; } }

.en, .head, .head .ttl {
  font-family: "Fjalla One", sans-serif; }

.minc {
  font-family: YuMincho, 'Yu Mincho', serif; }

a {
  color: #2f2c2c;
  text-decoration: none; }

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

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

.tran, .gnav .sns .sns_target, figure figcaption {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.text_efect:after, .gnav .target li a:after, #footer .fnav .target a:after, .about .catch a:after, #single .pagenation a:after {
  bottom: -5px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.11, 0.7, 0, 1); }

.text_efect:hover:after, .gnav .target li a:hover:after, #footer .fnav .target a:hover:after, .about .catch a:hover:after, #single .pagenation a:hover:after {
  transform: scale(1); }

.text_efect:after, .gnav .target li a:after, #footer .fnav .target a:after, .about .catch a:after, #single .pagenation a:after {
  background-color: #595757;
  height: 1px; }

.l-inner {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  body {
    padding-top: 75px; } }

@media screen and (max-width: 767px) {
  body {
    padding-top: 55px; } }

#header {
  position: fixed;
  background: #fff;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #header .l-inner {
      padding: 10px 0; } }
  @media screen and (max-width: 767px) {
    #header .l-inner {
      padding: 15px 0; } }
  @media screen and (min-width: 768px) {
    #header .l-inner .logo svg {
      height: 18px; } }
  @media screen and (max-width: 767px) {
    #header .l-inner .logo svg {
      width: 80%; } }

/*gnav*/
@media screen and (min-width: 768px) {
  .gnav .gnav_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #595757; } }

@media screen and (min-width: 768px) {
  .gnav .target {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .gnav .target li {
    padding: 0 20px; } }

@media screen and (max-width: 767px) {
  .gnav .target li {
    margin-bottom: 30px; } }

.gnav .target li a {
  color: #646262;
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    .gnav .target li a {
      padding: 2px 4px; } }
  @media screen and (max-width: 767px) {
    .gnav .target li a {
      color: #fff; } }

@media screen and (min-width: 768px) {
  .gnav .sns {
    margin-left: 20px; } }

.gnav .sns .sns_target {
  position: relative; }
  .gnav .sns .sns_target:hover {
    opacity: .6; }
  @media screen and (min-width: 768px) {
    .gnav .sns .sns_target svg {
      width: 30px;
      margin-left: 15px; }
      .gnav .sns .sns_target svg path {
        fill: #646262 !important; } }
  @media screen and (max-width: 767px) {
    .gnav .sns .sns_target svg {
      width: 25px;
      margin: 20px 10px; } }

/*ハンバーガーメニュー*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 40px; }
  @media screen and (min-width: 768px) {
    .menu-trigger {
      height: 26px; } }
  @media screen and (max-width: 767px) {
    .menu-trigger {
      height: 23px; } }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #595757; }
  @media screen and (min-width: 768px) {
    .menu-trigger span {
      height: 5px; } }
  @media screen and (max-width: 767px) {
    .menu-trigger span {
      height: 3px; } }

.menu-trigger.active span {
  background-color: #fff; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 10px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

@media screen and (min-width: 768px) {
  #footer {
    margin-top: 160px;
    padding-bottom: 60px; } }

@media screen and (max-width: 767px) {
  #footer {
    margin-top: 120px;
    padding-bottom: 40px; } }

#footer .fnav .target {
  display: inline-block; }
  #footer .fnav .target:not(:first-child):before {
    content: "|"; }
    @media screen and (min-width: 768px) {
      #footer .fnav .target:not(:first-child):before {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      #footer .fnav .target:not(:first-child):before {
        padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    #footer .fnav .target a {
      font-size: .7rem; } }

@media screen and (min-width: 768px) {
  #footer small {
    padding-top: 50px; } }

@media screen and (max-width: 767px) {
  #footer small {
    padding-top: 40px; } }

@media screen and (max-width: 767px) {
  #footer small {
    font-size: .7rem; } }

/*bxsliderリセット*/
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important; }

/*works*/
figure {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    figure {
      width: 33.33333%;
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); } }
  figure figcaption {
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); }
    @media screen and (min-width: 768px) {
      figure figcaption {
        opacity: 0;
        height: 100%;
        top: 0;
        padding: 10%; } }
    @media screen and (max-width: 767px) {
      figure figcaption {
        bottom: 0;
        padding: 2% 5%; } }
  figure.close figcaption {
    background: rgba(133, 133, 133, 0.8); }
  @media screen and (min-width: 768px) {
    figure:hover figcaption {
      opacity: 1; } }

/*about*/
@media screen and (min-width: 768px) {
  .about {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 40px; } }

.about .catch a {
  color: #000; }

@media screen and (min-width: 768px) {
  .about .catch {
    width: 45%; } }

@media screen and (max-width: 767px) {
  .about .catch {
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) {
  .about .description {
    width: 55%; } }

.about .description .ttl {
  border-bottom: 1px solid #000; }
  @media screen and (min-width: 768px) {
    .about .description .ttl {
      padding: 0 0 10px 10%;
      font-size: 1.3rem; } }
  @media screen and (max-width: 767px) {
    .about .description .ttl {
      padding: 10px;
      font-size: 1.1rem; } }

@media screen and (min-width: 768px) {
  .about .description .value {
    padding: 20px 0 30px 10%; } }

@media screen and (max-width: 767px) {
  .about .description .value {
    padding: 10px; } }

@media screen and (min-width: 768px) {
  .about .description .address {
    padding: 0 0 30px 10%; } }

@media screen and (max-width: 767px) {
  .about .description .address {
    padding: 10px; } }

.about .description .address dt {
  clear: both;
  width: 6em;
  padding-top: .2em;
  float: left; }

.about .description .address dd {
  border-bottom: 1px solid #999999;
  padding: 0.2em 0 0.2em 6em; }

@media screen and (min-width: 768px) {
  .contact {
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 30px; } }

.contact .ttl {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .contact .ttl {
      padding-left: 10%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .contact .ttl {
      margin-bottom: 10px; } }

.contact .group {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .contact .group {
      width: 80%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .contact .group {
      margin-bottom: 10px; } }
  .contact .group label {
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    width: 8em; }
    @media screen and (min-width: 768px) {
      .contact .group label {
        height: 50px;
        line-height: 50px; } }
    @media screen and (max-width: 767px) {
      .contact .group label {
        height: 40px;
        line-height: 40px; } }
    @media screen and (min-width: 768px) {
      .contact .group label.msg {
        height: 10em; } }
    @media screen and (max-width: 767px) {
      .contact .group label.msg {
        height: 200px; } }
  .contact .group input, .contact .group textarea {
    width: 100%;
    font-size: 1rem;
    border: 1px solid #000;
    margin-left: -1px;
    padding: .5em; }
  @media screen and (min-width: 768px) {
    .contact .group input {
      height: 50px;
      line-height: 50px; } }
  @media screen and (max-width: 767px) {
    .contact .group input {
      height: 40px;
      line-height: 40px; } }
  @media screen and (min-width: 768px) {
    .contact .group textarea {
      height: 10em; } }
  @media screen and (max-width: 767px) {
    .contact .group textarea {
      height: 200px; } }

.contact .send {
  width: 30%;
  text-align: center;
  border: 1px solid;
  font-size: 1rem;
  color: #595757;
  padding: .5em;
  margin-top: 20px; }

@media screen and (min-width: 768px) {
  .head .spec {
    font-size: .9rem; } }

@media screen and (max-width: 767px) {
  .head .spec {
    font-size: .8rem; } }

.head .ttl {
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .head .ttl {
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .head .ttl {
      font-size: 1rem; } }

#single .border {
  border-bottom: 3px solid #000; }
  @media screen and (min-width: 768px) {
    #single .border {
      padding-bottom: 6px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    #single .border {
      padding-bottom: 5px;
      margin-bottom: 25px; } }
  #single .border .inner {
    border-bottom: 6px solid #000;
    padding-bottom: 60px; }

@media screen and (min-width: 768px) {
  #single .head {
    padding-top: 100px;
    padding-left: 45%; } }

@media screen and (max-width: 767px) {
  #single .head {
    margin-bottom: 50px;
    padding-top: 50px; } }

@media screen and (max-width: 767px) {
  #single .head .logo {
    width: 40%; } }

@media screen and (min-width: 768px) {
  #single .eye {
    margin-bottom: 60px; } }

@media screen and (max-width: 767px) {
  #single .eye {
    margin-bottom: 40px; } }

@media screen and (min-width: 768px) {
  #single .other {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px; } }

@media screen and (max-width: 767px) {
  #single .other {
    margin-bottom: 40px; } }

@media screen and (min-width: 768px) {
  #single .other .item {
    width: 50%; } }

@media screen and (max-width: 767px) {
  #single .other .item {
    margin-bottom: 40px; }
    #single .other .item.mov {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 75%; } }

#single .other .item iframe {
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    #single .other .item iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

#single .other.multi .item {
  max-height: 500px; }
  @media screen and (min-width: 768px) {
    #single .other.multi .item {
      width: 25%; } }

#single .about {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    #single .about {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    #single .about .description {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    #single .about .description {
      width: 70%; } }

#single .pagenation {
  text-align: right; }
  #single .pagenation a {
    padding: 2px 5px;
    margin: 0 5px; }

.wpcf7-form-control-wrap {
  width: 100%; }

/* Utility
   ----------------------------------------------------------------- */
.pos-s {
  position: static !important; }

.pos-r, .text_efect, .gnav .target li a, #footer .fnav .target a, .about .catch a, #single .pagenation a, figure, #single .head {
  position: relative !important; }

.pos-a, .text_efect:after, .gnav .target li a:after, #footer .fnav .target a:after, .about .catch a:after, #single .pagenation a:after, figure figcaption, #single .head .logo {
  position: absolute !important; }

.pos-sk {
  position: sticky !important; }

.pos-f {
  position: fixed !important; }

.t-a {
  top: auto !important; }

.t0, #header, #single .head .logo {
  top: 0 !important; }

.t100p {
  top: 100% !important; }

.r-a {
  right: auto !important; }

.r0, #single .head .logo {
  right: 0 !important; }

.r100p {
  right: 100% !important; }

.b-a {
  bottom: auto !important; }

.b0 {
  bottom: 0 !important; }

.b100p {
  bottom: 100% !important; }

.l-a {
  left: auto !important; }

.l0, .text_efect:after, .gnav .target li a:after, #footer .fnav .target a:after, .about .catch a:after, #single .pagenation a:after, figure figcaption {
  left: 0 !important; }

.l100p {
  left: 100% !important; }

.z-a {
  z-index: auto !important; }

.z0 {
  z-index: 0 !important; }

.z1 {
  z-index: 1 !important; }

.z2, figure figcaption {
  z-index: 2 !important; }

.z3 {
  z-index: 3 !important; }

.z4 {
  z-index: 4 !important; }

.z5 {
  z-index: 5 !important; }

.z6 {
  z-index: 6 !important; }

.z9999, #header, .menu-trigger {
  z-index: 9999 !important; }

.bxz-cb {
  box-sizing: content-box !important; }

.bxz-bb {
  box-sizing: border-box !important; }

.d-i {
  display: inline !important; }

.d-n {
  display: none !important; }

.d-b, #footer small {
  display: block !important; }

.d-ib {
  display: inline-block !important; }

.d-ifx {
  display: inline-flex !important; }

.d-tb {
  display: table !important; }

.d-itb {
  display: inline-table !important; }

.d-tbhg {
  display: table-header-group !important; }

.d-tbfg {
  display: table-footer-group !important; }

.d-tbrg {
  display: table-row-group !important; }

.d-tbr {
  display: table-row !important; }

.d-tbc {
  display: table-cell !important; }

.d-li {
  display: list-item !important; }

.d-ih {
  display: inherit !important; }

.d-fx, #header .l-inner, .gallery, .contact .group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.fxw-w, .gallery {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.jc-c {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.jc-fe {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end; }

.jc-sb, #header .l-inner {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.jc-fe {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.ai-c, #header .l-inner {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.ai-fs {
  -webkit-align-items: flex-start;
  -ms-align-items: start;
  align-items: flex-start; }

.ai-fe {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.f-dr {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.fd-rr {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

ta-l {
  text-align: left !important; }

.ta-c, .gnav .target, .gnav .sns, #footer, .contact {
  text-align: center !important; }

.ta-r {
  text-align: right !important; }

.ta-j {
  text-align: justify !important; }
