@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
@font-face {
  font-family: 'kokoro';
  src: url("../font/kokoro.eot") format("oldIE"), url("../font/kokoro.woff") format("woff"), url("../font/kokoro.otf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333;
  font-family: "kokoro", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, .title_01 h2, 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 {
  font-weight: 500;
}

h1, .title_01 h2, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner1350 {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 20px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  padding-top: 60px;
  padding-bottom: 12%;
  overflow: hidden;
  z-index: 1;
}

.index_contents #contents_wrap {
  padding-top: 0;
}

#contents {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 0 50px auto;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .breadcrumb {
    margin: 0;
  }
}

.pankuzu {
  max-width: 1240px;
  margin: 0 0 0 auto;
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu li {
  display: inline-block;
}

.pankuzu a {
  color: #452a02;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.error_link h1, .error_link .title_01 h2, .title_01 .error_link h2 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #333;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.imgR, .imgL {
  margin: 0 0 0 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 640px) {
  .imgL {
    margin: 0 auto 20px;
  }
}

.mincho {
  font-family: "kokoro", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Scheherazade", serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

#global_header #hedFixed .hedInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8c5c26;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed .hedInfo {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header #hedFixed .hedInfo li {
    width: 50%;
  }
}

#global_header #hedFixed .hedInfo .lBrwn a {
  display: block;
  padding: 18px 20px;
  background: #8c5c26;
  border-left: 1px solid #452a02;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header #hedFixed .hedInfo .lBrwn a {
    padding: 18.5px 20px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header #hedFixed .hedInfo .lBrwn a {
    padding: 18.5px 3px;
    border: none;
  }
}

#global_header #hedFixed .hedInfo .lBrwn a:before {
  content: "";
  width: 17px;
  height: 19px;
  display: inline-block;
  margin: 0 5px 1px 0;
  background: url(../images/common/icon_tel.png);
  background-size: contain;
  vertical-align: middle;
}

#global_header #hedFixed .hedInfo .dBrwn {
  padding: 4px 20px 8px 20px;
  background: #452a02;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header #hedFixed .hedInfo .dBrwn {
    padding: 7px 20px 11px 20px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header #hedFixed .hedInfo .dBrwn {
    padding: 11px 4px;
  }
}

#global_header #hedFixed .hedInfo .dBrwn dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header #hedFixed .hedInfo .dBrwn dl {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header #hedFixed .hedInfo .dBrwn dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
  }
}

#global_header #hedFixed .hedInfo .dBrwn dl dt, #global_header #hedFixed .hedInfo .dBrwn dl dd {
  text-align: left;
}

#global_header #hedFixed .hedInfo .dBrwn dl dt {
  width: 80px;
}

@media only screen and (max-width: 640px) {
  #global_header #hedFixed .hedInfo .dBrwn dl dt {
    width: 60px;
  }
}

#global_header #hedFixed .navWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 834px) {
  #global_header #hedFixed .navWrapper {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 60px !important;
  }
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed .navWrapper #hednav {
    position: fixed;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 834px) {
  #global_header #hedFixed .navWrapper .navdamy {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed .navWrapper .navwrap {
    padding: 0;
    background: #8c5c26;
    margin-left: auto;
    display: block !important;
    width: 300px;
    height: 100%;
    opacity: 0;
    margin-left: auto;
    -webkit-transform: translateX(240%);
            transform: translateX(240%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-top: 80px;
  }
}

#global_header #hedFixed .navWrapper .inner {
  max-width: 100%;
  padding: 0;
}

@media only screen and (max-width: 834px) {
  #global_header #hedFixed .navWrapper .inner {
    padding: 0;
  }
}

#global_header #hedFixed .navWrapper .wrap .navwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#global_header #hedFixed .navWrapper .wrap .siteID {
  width: 90.5px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed .navWrapper .wrap .siteID {
    width: 100%;
  }
}

#global_header #hedFixed .navWrapper .wrap .siteID a {
  display: block;
  padding: 3px;
  background: #faf8f2;
}

@media only screen and (max-width: 834px) {
  #global_header #hedFixed .navWrapper .wrap .siteID a {
    padding: 3px !important;
    border-radius: 0 !important;
  }
}

#global_header #hedFixed .navWrapper .wrap .siteID a:hover {
  opacity: 1;
}

@media only screen and (max-width: 834px) {
  #global_header #hedFixed .navWrapper .wrap nav {
    border-radius: 0;
  }
}

#global_header #hedFixed .navWrapper .wrap nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed .navWrapper .wrap nav > ul {
    display: block;
  }
}

#global_header #hedFixed .navWrapper .wrap nav li {
  position: relative;
}

#global_header #hedFixed .navWrapper .wrap nav li a {
  display: block;
  padding: 11.5px 8px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed .navWrapper .wrap nav li a {
    padding: 14px 20px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 834px) {
  #global_header #hedFixed .navWrapper .wrap nav li a {
    padding: 13px 29px;
  }
}

#global_header #hedFixed .navWrapper .wrap nav li a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 33px;
  margin-right: 12px;
  vertical-align: middle;
}

#global_header #hedFixed .navWrapper .wrap nav li .sub {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(69, 42, 2, 0.7);
}

@media only screen and (max-width: 834px) {
  #global_header #hedFixed .navWrapper .wrap nav li .sub {
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

#global_header #hedFixed .navWrapper .wrap nav li .sub a {
  min-width: 180px;
  border-bottom: 1px solid rgba(140, 92, 38, 0.7);
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #global_header #hedFixed .navWrapper .wrap nav li .sub a {
    text-align: left;
  }
}

#global_header #hedFixed .navWrapper .wrap nav li .sub a:before {
  display: none;
}

#global_header #hedFixed .navWrapper .wrap nav li .sub a:hover {
  background: #452a02;
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed .navWrapper .wrap nav .ddMenu .sub {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed .navWrapper .wrap nav .ddMenu.open .sub {
    display: block !important;
  }
}

.spNav {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .spNav {
    display: block;
  }
}

.peNone > a {
  pointer-events: none;
}

/* ----------------------------------------------------------
TOPpage navigation
---------------------------------------------------------- */
.index_contents #global_header #hedFixed {
  position: static;
  top: auto;
  left: auto;
}

@media only screen and (max-width: 1200px) {
  .index_contents #global_header #hedFixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
  }
}

.index_contents #global_header #hedFixed .hedInfo .lBrwn a {
  padding: 18px 37px;
}

@media only screen and (max-width: 640px) {
  .index_contents #global_header #hedFixed .hedInfo .lBrwn a {
    padding: 18.5px 3px;
  }
}

.index_contents #global_header #hedFixed .hedInfo .dBrwn {
  padding: 4px 40px 8px 40px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index_contents #global_header #hedFixed .hedInfo .dBrwn {
    padding: 7px 20px 11px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .index_contents #global_header #hedFixed .hedInfo .dBrwn {
    padding: 11px 4px;
  }
}

.index_contents #global_header #hedFixed .navWrapper {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .index_contents #global_header #hedFixed .navWrapper {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.index_contents #global_header #hedFixed .navWrapper .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .index_contents #global_header #hedFixed .navWrapper .inner {
    padding: 0;
  }
}

.index_contents #global_header #hedFixed .navWrapper .inner #hednav {
  display: inline-block;
  max-width: 300px;
}

.index_contents #global_header #hedFixed .navWrapper .wrap {
  position: relative;
}

.index_contents #global_header #hedFixed .navWrapper .wrap .navwrap {
  display: block;
}

.index_contents #global_header #hedFixed .navWrapper .wrap .siteID {
  width: 100%;
}

.index_contents #global_header #hedFixed .navWrapper .wrap .siteID a {
  padding: 33px 46px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

@media only screen and (max-width: 1200px) {
  .index_contents #global_header #hedFixed .navWrapper .wrap .siteID a {
    padding: 3px;
    border-radius: 0;
  }
}

.index_contents #global_header #hedFixed .navWrapper .wrap nav {
  background: rgba(69, 42, 2, 0.7);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.index_contents #global_header #hedFixed .navWrapper .wrap nav ul {
  display: block;
}

.index_contents #global_header #hedFixed .navWrapper .wrap nav li {
  position: static;
}

@media only screen and (max-width: 1200px) {
  .index_contents #global_header #hedFixed .navWrapper .wrap nav li {
    position: relative;
  }
}

.index_contents #global_header #hedFixed .navWrapper .wrap nav li a {
  padding: 26px 29px;
  font-size: 18px;
  border-bottom: 1px solid rgba(140, 92, 38, 0.7);
}

@media only screen and (max-width: 1200px) {
  .index_contents #global_header #hedFixed .navWrapper .wrap nav li a {
    padding: 14px 20px;
  }
}

.index_contents #global_header #hedFixed .navWrapper .wrap nav li a:hover {
  background: #452a02;
}

.index_contents #global_header #hedFixed .navWrapper .wrap nav li .sub {
  position: absolute;
  top: 50%;
  left: 300px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  background: rgba(69, 42, 2, 0.7);
  border-left: 1px solid rgba(140, 92, 38, 0.2);
}

@media only screen and (max-width: 1200px) {
  .index_contents #global_header #hedFixed .navWrapper .wrap nav li .sub {
    top: 0;
    left: -90px !important;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: auto;
  }
}

.index_contents #global_header #hedFixed .navWrapper .wrap nav li .sub a {
  display: block;
  min-width: 180px;
  height: auto;
  padding: 15px 20px;
  font-size: 16px;
}

/* ----------------------------------------------------------
navigation icon
---------------------------------------------------------- */
.nav01 > a:before {
  background: url(../images/contents/icon_nav01.png) 0 0 no-repeat;
  background-position: center;
}

.nav02 > a:before {
  background: url(../images/contents/icon_nav02.png) 0 0 no-repeat;
  background-position: center;
}

.nav03 > a:before {
  background: url(../images/contents/icon_nav03.png) 0 0 no-repeat;
  background-position: center;
}

.nav04 > a:before {
  background: url(../images/contents/icon_nav04.png) 0 0 no-repeat;
  background-position: center;
}

.nav05 > a:before {
  background: url(../images/contents/icon_nav05.png) 0 0 no-repeat;
  background-position: center;
}

.nav06 > a:before {
  background: url(../images/contents/icon_nav06.png) 0 0 no-repeat;
  background-position: center;
}

/* ----------------------------------------------------------
TOPpage header fixed
---------------------------------------------------------- */
.is-scrolled #global_header #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .is-scrolled #global_header #hedFixed .hedInfo {
    padding-right: 60px;
  }
}

.is-scrolled #global_header #hedFixed .hedInfo .lBrwn a {
  padding: 18px 20px;
}

.is-scrolled #global_header #hedFixed .hedInfo .dBrwn {
  padding: 4px 20px 8px 20px;
}

.is-scrolled #global_header #hedFixed .navWrapper {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.is-scrolled #global_header #hedFixed .navWrapper .inner {
  max-width: 100%;
  padding: 0;
}

.is-scrolled #global_header #hedFixed .navWrapper #hednav {
  max-width: 100% !important;
}

.is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap .siteID {
  width: 90.5px;
}

@media only screen and (max-width: 1200px) {
  .is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap .siteID {
    width: 100%;
    text-align: center;
  }
}

.is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap .siteID a {
  padding: 3px;
  border-radius: 0;
}

.is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap nav {
  background: transparent;
  border-radius: 0;
}

.is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap nav > ul {
    display: block !important;
  }
}

.is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap nav > ul > li {
  position: relative;
}

.is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap nav > ul > li > a {
  border: none;
  padding: 11.5px 8px;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap nav > ul > li > a {
    padding: 14px 20px;
    font-size: 18px;
  }
}

.is-scrolled #global_header #hedFixed .navWrapper #hednav .navwrap nav > ul > li .sub {
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(9px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(9px) rotate(45deg);
              transform: translateY(9px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0);
              transform: translateY(9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .global-menu-btn {
    position: relative;
    z-index: 11;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 60px;
    background: #8c5c26;
    cursor: pointer;
  }
  .global-menu-btn .menu-trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 20px;
  }
  .global-menu-btn .menu-trigger i {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .global-menu-btn .menu-trigger i:nth-child(1) {
    top: 0;
    -webkit-animation: menu-bar01 .75s forwards;
            animation: menu-bar01 .75s forwards;
  }
  .global-menu-btn .menu-trigger i:nth-child(2) {
    top: 9px;
    opacity: 1;
    width: 20px;
  }
  .global-menu-btn .menu-trigger i:nth-child(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 .75s forwards;
            animation: menu-bar02 .75s forwards;
  }
  .navdamy {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  #global_header #hedFixed #hednav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 60px;
    z-index: 14;
  }
  #global_header #hedFixed #hednav .wrap {
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  #global_header #hedFixed #hednav .wrap .navwrap {
    -webkit-transform: translateX(240%);
            transform: translateX(240%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block !important;
    height: 100%;
    opacity: 0;
    margin-left: auto;
    padding-top: 80px;
  }
  #global_header #hedFixed #hednav .wrap .navwrap nav {
    width: 100%;
    margin-top: 0 !important;
    background: none;
  }
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #452a02;
    text-align: left;
  }
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul > li > a {
    line-height: 1;
  }
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul > li .sub {
    display: block;
    top: 0 !important;
    left: -90px !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 641px) and (max-width: 834px) {
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul > li .sub {
    left: -180px !important;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul > li .sub {
    position: static !important;
  }
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul > li .sub li a {
    display: block;
    width: 180px;
    color: #fff;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul > li .sub li a {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul .ddMenu .arrows {
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 63px;
  }
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul .ddMenu .arrows:after {
    font-weight: 100;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(69, 42, 2, 0.4);
    z-index: 1;
    color: #fff;
  }
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul .ddMenu.open .arrows:after {
    content: "\f00d";
  }
  #global_header #hedFixed #hednav .wrap .navwrap nav > ul .ddMenu a:after {
    display: none;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(20px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0);
              transform: translateY(9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(45deg);
              transform: translateY(9px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
  }
  .MenuOpened {
    z-index: 13 !important;
    display: block;
  }
  .MenuOpened .global-menu-btn {
    z-index: 11;
    background: #8c5c26;
  }
  .MenuOpened .global-menu-btn i:nth-child(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
            animation: active-menu-bar01 .75s forwards;
  }
  .MenuOpened .global-menu-btn i:nth-child(2) {
    opacity: 0;
  }
  .MenuOpened .global-menu-btn i:nth-child(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
            animation: active-menu-bar03 .75s forwards;
  }
  .MenuOpened .wrap {
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.7) !important;
  }
  .MenuOpened .wrap .navwrap {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    overflow: initial;
    height: 100vh !important;
    margin-left: auto;
  }
}

@media only screen and (max-width: 640px) {
  #global_header #hedFixed #hednav .wrap .navwrap {
    height: 100%;
    overflow-y: auto;
  }
}

/* ----------------------------------------------------------
mainarea
---------------------------------------------------------- */
#mainArea {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #mainArea {
    margin-top: 60px;
  }
}

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  width: 100%;
  height: 100% !important;
  min-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    height: auto !important;
    min-height: 100% !important;
    width: auto !important;
  }
}

#mainArea .mainTxt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
}

footer#global_footer a {
  color: #fff;
  text-decoration: none;
}

footer#global_footer:before {
  content: "";
  position: absolute;
  bottom: 90px;
  left: 24%;
  z-index: 2;
  display: block;
  width: 8.2%;
  height: 10.32vw;
  background: url(../images/contents/pen08.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media only screen and (max-width: 834px) {
  footer#global_footer:before {
    bottom: 48px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer:before {
    width: 14%;
    height: 18vw;
  }
}

footer#global_footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

footer#global_footer #pagetop a {
  position: relative;
  display: block;
}

footer#global_footer #pagetop a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 41px;
  background: url(../images/common/totopPengin.png);
}

footer#global_footer #pagetop a:hover {
  opacity: 1;
}

footer#global_footer #pagetop a:hover:before {
  -webkit-animation: squash 1s ease-in-out;
          animation: squash 1s ease-in-out;
}

footer#global_footer #copy {
  display: block;
  padding: 34px 10px;
  font-size: 16px;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #copy {
    padding: 10px;
  }
}

footer#global_footer #copy:hover {
  opacity: 1;
}

@-webkit-keyframes squash {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.2, 0.5) translate(0, -80px);
            transform: scale(1.2, 0.5) translate(0, -80px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}

@keyframes squash {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.2, 0.5) translate(0, -80px);
            transform: scale(1.2, 0.5) translate(0, -80px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.cont_01 {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 53%;
}

.cont_01 .bgWh {
  position: relative;
  max-width: 820px;
  margin: 0 0 0 auto;
  padding: 80px 70px 85px 70px;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 640px) {
  .cont_01 .bgWh {
    padding: 40px 30px;
  }
}

.cont_01 .title_01 p {
  font-size: 18px;
}

.cont_01:after {
  content: "";
  position: absolute;
  bottom: -22%;
  right: 0;
  z-index: -1;
  width: 62.6%;
  height: 23.1vw;
  display: block;
  background: url(../images/contents/ashi01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .cont_01:after {
    bottom: -50px;
  }
}

.cont_02 {
  position: relative;
  background-repeat: no-repeat;
  background-position: top 55px right;
  background-size: 53%;
}

@media only screen and (max-width: 640px) {
  .cont_02 {
    background-position: top 130px right;
  }
}

.cont_02:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  width: 100%;
  height: 28.1vw;
  background: url(../images/contents/ashi02.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .cont_02 .title_01 article {
    text-align: center !important;
  }
}

.cont_02 .box02:nth-of-type(odd) {
  margin-top: -13%;
}

@media only screen and (max-width: 640px) {
  .cont_02 .box02:nth-of-type(odd) {
    margin-top: 0;
  }
}

.cont_02 .box02:nth-of-type(even) {
  margin-top: 34%;
}

@media only screen and (max-width: 640px) {
  .cont_02 .box02:nth-of-type(even) {
    margin-top: 0;
  }
}

.cont_02 .box02:first-of-type {
  margin-top: 0;
}

.cont_02 .box02 .bgWood {
  margin: 0 auto;
  padding: 20px;
  background: url(../images/contents/frame_wood.jpg);
  background-size: cover;
}

.cont_02 .box02 div {
  position: relative;
  z-index: 1;
  margin: -28% 9.5% 0 9.5%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 640px) {
  .cont_02 .box02 div {
    margin: -15% 8% 0 8%;
    padding: 20px;
  }
}

.cont_02 .box02 h3 {
  position: relative;
  margin-bottom: 11px;
  padding-bottom: 42px;
  font-size: 30px;
  color: #8c5c26;
  line-height: 1;
}

.cont_02 .box02 h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 26px;
  background: url(../images/contents/titleLine_leaf.png) repeat-x;
}

.cont_02 .box02 .price {
  display: block;
  text-align: right;
  font-size: 20px;
  color: #8c5c26;
}

.cont_03 {
  position: relative;
  margin-top: 25%;
  background: rgba(69, 42, 2, 0.5);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_03 {
    margin-top: 17%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03 {
    margin-top: 45%;
  }
}

.cont_03:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 22vw;
  background: url(../images/contents/namiTop.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.cont_03:after {
  content: "";
  position: absolute;
  bottom: 102%;
  left: 0;
  display: block;
  width: 92.4%;
  height: 23.3vw;
  background: url(../images/contents/ashi03.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.cont_03 .flexBox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 834px) {
  .cont_03 .flexBox {
    padding: 0 20px;
  }
}

.cont_03 .flexBox .imgBox, .cont_03 .flexBox .txtBox {
  position: relative;
  z-index: 1;
}

.cont_03 .flexBox .imgBox {
  width: 51%;
  padding-left: 5%;
}

@media only screen and (max-width: 834px) {
  .cont_03 .flexBox .imgBox {
    position: absolute;
    top: -45px;
    right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03 .flexBox .imgBox {
    top: -125px;
  }
}

.cont_03 .flexBox .txtBox {
  position: relative;
  width: 49%;
  margin-top: -3%;
}

@media only screen and (max-width: 834px) {
  .cont_03 .flexBox .txtBox {
    width: 100%;
    padding: 0;
  }
}

.cont_03 .flexBox .txtBox .wrap {
  position: relative;
  padding: 45px 4.5% 3.6%;
}

@media only screen and (max-width: 834px) {
  .cont_03 .flexBox .txtBox .wrap {
    padding: 0;
  }
}

.cont_03 .flexBox .txtBox .wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .cont_03 .flexBox .txtBox .wrap:before {
    display: none;
  }
}

.cont_03 .flexBox .txtBox .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 90%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .cont_03 .flexBox .txtBox .wrap:after {
    height: 78%;
  }
}

@media only screen and (max-width: 1000px) {
  .cont_03 .flexBox .txtBox .wrap:after {
    height: 73%;
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
  }
}

@media only screen and (max-width: 834px) {
  .cont_03 .flexBox .txtBox .wrap:after {
    display: none;
  }
}

.cont_03 h2 {
  position: relative;
  margin-bottom: 40px;
  padding: 0 4.5%;
  font-size: 45px;
  line-height: 1;
  color: #fff;
}

@media only screen and (max-width: 1920px) {
  .cont_03 h2 {
    font-size: 2.7vw;
  }
}

@media only screen and (max-width: 834px) {
  .cont_03 h2 {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 0 30px 0;
    border-bottom: 4px solid #fff;
    font-size: 3.7vw;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03 h2 {
    font-size: 20px;
  }
}

.cont_03 p {
  font-size: 18px;
  color: #fff;
}

.cont_04 {
  position: relative;
  background-repeat: no-repeat;
  background-position: top 18px left 26%;
  background-size: 62%;
}

@media only screen and (max-width: 1200px) {
  .cont_04 {
    background-position: top 18px left -144%;
    background-size: 90%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_04 {
    background-position: top 30px left -144%;
  }
}

.cont_04 .title_01 article {
  text-align: center;
}

.cont_04 .newsTxt {
  position: relative;
  padding: 10px 50px;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 640px) {
  .cont_04 .newsTxt {
    padding: 20px;
  }
}

.cont_04 .newsTxt:before {
  content: "";
  position: absolute;
  bottom: 96%;
  right: -6px;
  z-index: 1;
  display: block;
  width: 9.75%;
  height: 9.9vw;
  background: url(../images/contents/pen06.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .cont_04 .newsTxt:before {
    width: 14%;
    height: 21vw;
  }
}

.cont_04 .newsTxt .scroll {
  max-height: 446px;
  overflow-y: auto;
}

@media only screen and (max-width: 640px) {
  .cont_04 .newsTxt .scroll {
    max-height: 300px;
  }
}

.cont_04 .newsTxt dl {
  margin-right: 10px;
  padding: 45.5px 0;
  border-bottom: 1px dashed #ccc;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_04 .newsTxt dl {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 640px) {
  .cont_04 .newsTxt dl {
    display: block !important;
    padding: 20px 0;
  }
}

.cont_04 .newsTxt dl dt, .cont_04 .newsTxt dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .cont_04 .newsTxt dl dt, .cont_04 .newsTxt dl dd {
    width: 100% !important;
  }
}

.cont_04 .newsTxt dl dt {
  min-width: 155px;
}

.cont_05 {
  position: relative;
}

.cont_05:before {
  content: "";
  position: absolute;
  top: 41%;
  right: 1%;
  z-index: -1;
  display: block;
  width: 57.5%;
  height: 30.5vw;
  background: url(../images/contents/ashi05.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cont_05 .title_01 article {
  text-align: center;
}

.cont_05 .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
}

.cont_05 .sns_list > div {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 25px;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .cont_05 .sns_list > div {
    width: 48%;
    margin-right: 4%;
  }
}

.cont_05 .sns_list > div:nth-of-type(5n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .cont_05 .sns_list > div:nth-of-type(5n) {
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_05 .sns_list > div:nth-of-type(even) {
    margin-right: 0;
  }
}

.cont_05 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.cont_05 .sns_list .sns_text {
  display: none;
}

.newsTxt.pen.active:before {
  -webkit-animation: puyon 1.0s linear 0s 1;
          animation: puyon 1.0s linear 0s 1;
}

@-webkit-keyframes puyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
            transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes puyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
            transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

.scroll::-webkit-scrollbar {
  width: 10px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(69, 42, 2, 0.6);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.btn_pan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn_pan ul li {
  float: none !important;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
  text-align: center !important;
}

.btn_pan ul li:nth-of-type(3n) {
  margin-right: 0;
}

.btn_pan ul li a {
  position: relative;
  display: block;
  height: 11.2vw;
  padding: 20px;
  background: #fff;
  font-size: 20px;
  color: #8c5c26;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .btn_pan ul li a {
    height: 12.5vw;
  }
}

@media only screen and (max-width: 1000px) {
  .btn_pan ul li a {
    height: 16vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btn_pan ul li a {
    height: 23vw;
  }
}

@media only screen and (max-width: 640px) {
  .btn_pan ul li a {
    height: 30vw;
    font-size: 18px;
  }
}

.btn_pan ul li a:before {
  content: "";
  position: absolute;
  right: -13px;
  bottom: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-style: solid;
  border-color: #8c5c26 transparent transparent transparent;
  border-width: 23px 23px 0 23px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

@media only screen and (max-width: 640px) {
  .btn_pan ul li a:before {
    right: -7px;
    border-width: 13px 13px 0 13px;
  }
}

.btn_pan ul li a article {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.btn_pan ul li a img {
  margin-bottom: 10px;
}

.btn_pan ul li a:hover {
  opacity: 1;
}

.btn_pan ul li a:hover:before {
  border-color: #452a02 transparent transparent transparent;
}

.btn_pan ul li a:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Penguins */
#pen01 {
  background: url(../images/contents/pen01.png) 0 0 no-repeat;
  background-size: contain;
}

#pen02 {
  background: url(../images/contents/pen02.png) 0 0 no-repeat;
  background-size: contain;
}

#pen03 {
  background: url(../images/contents/pen03.png) 0 0 no-repeat;
  background-size: contain;
}

#pen04 {
  background: url(../images/contents/pen04.png) 0 0 no-repeat;
  background-size: contain;
}

#pen05 {
  background: url(../images/contents/pen05.png) 0 0 no-repeat;
  background-size: contain;
}

#pen06 {
  background: url(../images/contents/pen06.png) 0 0 no-repeat;
  background-size: contain;
}

#pen07 {
  background: url(../images/contents/pen07.png) 0 0 no-repeat;
  background-size: contain;
}

#pen08 {
  background: url(../images/contents/pen08.png) 0 0 no-repeat;
  background-size: contain;
}

.pen {
  position: absolute;
  z-index: 2;
  display: block;
}

#pen01 {
  width: 27%;
  height: 10.24vw;
  top: 30px;
  left: -23%;
  background-position: top right;
}

@media only screen and (max-width: 1000px) {
  #pen01 {
    left: -17%;
  }
}

@media only screen and (max-width: 640px) {
  #pen01 {
    width: 30%;
    height: 20vw;
    top: 20px;
  }
}

#pen01.active {
  -webkit-animation: poyon 2s linear 0s 1;
          animation: poyon 2s linear 0s 1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

#pen02 {
  width: 16.9%;
  height: 10.2vw;
  bottom: -100px;
  right: -60px;
}

@media only screen and (max-width: 640px) {
  #pen02 {
    width: 26%;
    height: 22vw;
    bottom: -40px;
    right: -48px;
  }
}

#pen02.active {
  -webkit-animation: poyon 1.1s linear 0s 1;
          animation: poyon 1.1s linear 0s 1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

.pen03 {
  position: relative;
}

.pen03:before {
  content: "";
  position: absolute;
  bottom: 99%;
  right: 8%;
  z-index: 2;
  display: block;
  width: 26.3%;
  height: 10.8vw;
  background: url(../images/contents/pen03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media only screen and (max-width: 640px) {
  .pen03:before {
    right: -7%;
    height: 22vw;
  }
}

.pen03.active:before {
  -webkit-animation: korokoro 2.5s linear 0s 1;
          animation: korokoro 2.5s linear 0s 1;
}

@-webkit-keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}

@keyframes korokoro {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}

.pen04 {
  position: relative;
}

.pen04:before {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 6%;
  z-index: 2;
  display: block;
  width: 25%;
  height: 10.1vw;
  background: url(../images/contents/pen04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media only screen and (max-width: 640px) {
  .pen04:before {
    left: -5%;
    height: 24vw;
  }
}

.pen04.active:before {
  -webkit-animation: purupuru 0.8s linear 0s 1;
          animation: purupuru 0.8s linear 0s 1;
}

@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

#pen05 {
  width: 7%;
  height: 9.85vw;
  bottom: -6px;
  left: 7.5%;
}

#pen05.active {
  -webkit-animation: pururun 1.2s linear 0.2s 1;
          animation: pururun 1.2s linear 0.2s 1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pururun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
            transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
            transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
            transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
            transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
            transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
  }
  90% {
    -webkit-transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
            transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes pururun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
            transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
            transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
            transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
            transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
            transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
  }
  90% {
    -webkit-transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
            transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

#pen07 {
  width: 5.7%;
  height: 8.1vw;
  top: 455px;
  left: 2.5%;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  #pen07 {
    width: 13%;
    height: 18vw;
    top: 485px;
  }
}

#pen07.active {
  -webkit-animation: poyon 1.1s linear 0s 1;
          animation: poyon 1.1s linear 0s 1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* ------------------------------------------------------------
shop.html
------------------------------------------------------------ */
.shop_cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 834px) {
  .shop_cont01 {
    display: block;
  }
}

.shop_cont01 .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .shop_cont01 .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.shop_cont01 .box02:nth-of-type(odd) {
  margin-right: 0;
}

.shop_cont01 .shopInfo {
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 640px) {
  .shop_cont01 .shopInfo dl {
    display: block !important;
    margin-bottom: 10px;
  }
}

.shop_cont01 .shopInfo dl dt, .shop_cont01 .shopInfo dl dd {
  display: block !important;
  padding: 10px 0 !important;
  border: none !important;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .shop_cont01 .shopInfo dl dt, .shop_cont01 .shopInfo dl dd {
    width: 100% !important;
  }
}

.shop_cont01 .shopInfo dl dt {
  min-width: 90px;
  border-bottom: 1px solid rgba(140, 92, 38, 0.5) !important;
}

.shop_cont01 .shopInfo dl dd {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5) !important;
}

@media only screen and (max-width: 640px) {
  .shop_cont01 .shopInfo dl dd {
    border: none !important;
  }
}

.slider02 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slider02 .slick-arrow {
  display: none !important;
}

.slider02 .slick-list .slick-track img {
  width: 100% !important;
  height: 20vw !important;
  min-height: 371px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 1200px) {
  .slider02 .slick-list .slick-track img {
    height: 30vw !important;
    min-height: 360px;
  }
}

@media only screen and (max-width: 1000px) {
  .slider02 .slick-list .slick-track img {
    min-height: 254px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider02 .slick-list .slick-track img {
    height: 60vw !important;
    min-width: 385px;
  }
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-list .slick-track img {
    height: 62vw !important;
    min-height: 232px;
  }
}

.slider02 .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop_contents #contents_wrap {
  padding-bottom: 0;
}

.shop_contents #global_footer:before {
  display: none;
}

.shop_contents #global_footer .woodWrap #wood11 {
  display: none;
}

/* ------------------------------------------------------------
gallery.html
------------------------------------------------------------ */
.gallery_insta {
  position: relative;
}

.gallery_insta .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

.gallery_insta .sns_list > div {
  display: block;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
  border: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .gallery_insta .sns_list > div {
    width: 23.5%;
  }
}

@media only screen and (max-width: 640px) {
  .gallery_insta .sns_list > div {
    width: 48%;
    margin-right: 4%;
  }
}

.gallery_insta .sns_list > div:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .gallery_insta .sns_list > div:nth-of-type(5n) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .gallery_insta .sns_list > div:nth-of-type(5n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .gallery_insta .sns_list > div:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .gallery_insta .sns_list > div:nth-of-type(even) {
    margin-right: 0;
  }
}

.gallery_insta .sns_list > div .sns_photo {
  width: 100%;
  margin-bottom: 7px;
  padding: 0;
}

.gallery_insta .sns_list > div .sns_text {
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}

.gallery_insta .sns_list > div .sns_text .sns_date {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 5px 5px 5px;
  background: #8c5c26;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1;
  color: #fff !important;
}

/* ------------------------------------------------------------
bread
------------------------------------------------------------ */
.bread_cont01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .bread_cont01 {
    display: block;
  }
}

.bread_cont01 .box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bread_cont01 .box {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .bread_cont01 .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.bread_cont01 .box:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bread_cont01 .box:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .bread_cont01 .box:nth-of-type(even) {
    margin-right: 0;
  }
}

.bread_cont01 .box td {
  border: none !important;
}

.bread_cont01 .box td div {
  line-height: 1.5;
}

.bread_cont01 .box .ttlBox {
  width: 100% !important;
  padding-bottom: 7px !important;
}

.bread_cont01 .box .ttlBox img {
  margin-bottom: 5px;
}

.bread_cont01 .box .ttlBox div {
  font-size: 22px;
  color: #8c5c26;
}

@media only screen and (max-width: 640px) {
  .bread_cont01 .box .ttlBox div {
    font-size: 18px;
  }
}

.bread_cont01 .box .priceBox {
  padding-bottom: 5px !important;
}

.bread_cont01 .box .priceBox div {
  font-size: 18px;
}

.bread_cont01 .box .txtBox {
  padding-bottom: 10px !important;
}

.bread_cont01 .box .aller {
  padding: 10px !important;
}

.bread_cont01 .box .aller div {
  font-size: 13px;
}

/* ------------------------------------------------------------
pingouin.html
------------------------------------------------------------ */
.title_02.pTxt article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title_02.pTxt p {
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.loop .slick-track img {
  width: 100% !important;
  height: 14vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 640px) {
  .loop .slick-track img {
    height: 26vw !important;
  }
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
@media only screen and (max-width: 834px) {
  .telSt div {
    text-align: center !important;
  }
}

.telSt a {
  display: inline-block;
  margin-right: 15px;
  font-size: 34px;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  .telSt a {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
  }
}

.mail.title {
  display: none !important;
}

.annot {
  display: none;
}

.cont_form dt, .cont_form dd {
  border: none !important;
}

.cont_form dt label {
  margin-top: 3px;
  padding: 2px 10px 6px;
  background: #452a02;
  color: #fff !important;
  line-height: 1;
}

.cont_form dt label:after {
  content: "必須";
}

.policyWrap .container {
  padding: 30px;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .policyWrap .container {
    padding: 15px 20px;
  }
}

.policyWrap .container .scroll {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 10px;
}

.policyWrap .container h3 {
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 1px dashed rgba(140, 92, 38, 0.5);
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .policyWrap .container h3 {
    font-size: 16px;
  }
}

.policyWrap .container h4 {
  position: relative;
  margin: 30px 0 2px;
  padding: 0 10px 7px 17px;
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .policyWrap .container h4 {
    font-size: 16px;
  }
}

.policyWrap .container h4:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 7px;
  height: 20px;
  border-radius: 5px;
  background: #8c5c26;
}

.policyWrap .container p {
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .policyWrap .container p {
    font-size: 14px;
  }
}

.agree_check {
  text-align: center;
}

.agree_check label {
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .agree_check label {
    position: relative;
    display: inline-block;
    padding: 30px 0 0 30px;
    text-align: left;
  }
}

.agree_check label span {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px 6px;
  background: #452a02;
  font-size: 13px;
  color: #fff !important;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .agree_check label span {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 640px) {
  .agree_check label #check {
    position: absolute;
    top: 29px;
    left: 0;
  }
}

.form_wrap.confirm {
  margin-top: 70px;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .flexBox {
    display: block;
  }
}

.flexBox .box02 {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box02:nth-of-type(even) {
  margin-right: 0;
}

/* ------------------------------------------------------------
object-fit
------------------------------------------------------------ */
.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttlArea {
  position: relative;
  z-index: -1;
}

.ttlArea .title_01 article {
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttlArea:after {
    bottom: -110%;
  }
}

@media only screen and (max-width: 640px) {
  .ttlArea:after {
    bottom: -50%;
  }
}

.ttl_en p {
  font-family: "Scheherazade", serif;
  font-size: 100px;
  font-weight: 400;
  color: #8c5c26;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .ttl_en p {
    font-size: 8.3vw;
  }
}

@media only screen and (max-width: 640px) {
  .ttl_en p {
    font-size: 42px;
    text-align: center;
  }
}

.title_01 h1, .title_01 h2 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 30px 10px;
  border-left: 1px solid #8c5c26;
  border-right: 1px solid #8c5c26;
  font-size: 30px;
  color: #8c5c26;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .title_01 h1, .title_01 h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 640px) {
  .title_01 h1, .title_01 h2 {
    padding: 0 15px 10px;
    font-size: 22px;
  }
}

.title_02 h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0 10px 8px 95px;
  background: #452a02;
  border-bottom: 6px solid #8c5c26;
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .title_02 h2 {
    padding-left: 72px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .title_02 h2 {
    padding-left: 70px;
    border-bottom: 3px solid #8c5c26;
    font-size: 18px;
  }
}

.title_02 h2:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: #fff;
  background-image: url(../images/contents/pen01.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  border-radius: 50%;
  border: 4px solid #009a47;
}

@media only screen and (max-width: 834px) {
  .title_02 h2:before {
    width: 50px;
    height: 50px;
    background-size: 77%;
  }
}

@media only screen and (max-width: 640px) {
  .title_02 h2:before {
    border: 2px solid #009a47;
  }
}

.title_03 h2 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px 13px 48px;
  border-bottom: 2px solid #ccc;
  font-size: 28px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .title_03 h2 {
    padding: 0 0 8px 38px;
    font-size: 20px;
  }
}

.title_03 h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #009a47;
  border-radius: 50%;
}

@media only screen and (max-width: 640px) {
  .title_03 h2:before {
    width: 20px;
    height: 20px;
  }
}

.title_03 h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 640px) {
  .title_03 h2:after {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .title_02.pTxt img {
    width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .title_02.pTxt img {
    width: 100% !important;
    margin-top: 20px;
  }
}

.title_02.pTxt p {
  text-shadow: 0 0 10px #fff;
}

.scro_icon.scrollin h2:before {
  -webkit-animation: purupuru 1s ease 0.4s forwards;
          animation: purupuru 1s ease 0.4s forwards;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

@keyframes purupuru {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  40% {
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
  }
  80% {
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

::-moz-selection {
  background: #d8f8e7;
}

::selection {
  background: #d8f8e7;
}

::-moz-selection {
  background: #d8f8e7;
}

/* ----------------------------------------------------------
wood
---------------------------------------------------------- */
#wood01 {
  background: url(../images/contents/wood01.png) 0 0 no-repeat;
  background-size: contain;
}

#wood02 {
  background: url(../images/contents/wood02.png) 0 0 no-repeat;
  background-size: contain;
}

#wood03 {
  background: url(../images/contents/wood03.png) 0 0 no-repeat;
  background-size: contain;
}

#wood04 {
  background: url(../images/contents/wood04.png) 0 0 no-repeat;
  background-size: contain;
}

#wood05 {
  background: url(../images/contents/wood05.png) 0 0 no-repeat;
  background-size: contain;
}

#wood06 {
  background: url(../images/contents/wood06.png) 0 0 no-repeat;
  background-size: contain;
}

#wood07 {
  background: url(../images/contents/wood07.png) 0 0 no-repeat;
  background-size: contain;
}

#wood08 {
  background: url(../images/contents/wood08.png) 0 0 no-repeat;
  background-size: contain;
}

#wood09 {
  background: url(../images/contents/wood09.png) 0 0 no-repeat;
  background-size: contain;
}

#wood10 {
  background: url(../images/contents/wood10.png) 0 0 no-repeat;
  background-size: contain;
}

#wood11 {
  background: url(../images/contents/wood11.png) 0 0 no-repeat;
  background-size: contain;
}

#wood12 {
  background: url(../images/contents/wood12.png) 0 0 no-repeat;
  background-size: contain;
}

#contents_wrap,
#global_footer {
  position: relative;
}

.wood {
  position: absolute;
  z-index: 0;
  display: block;
}

.woodL {
  left: 0;
  background-position: top left;
}

.woodR {
  right: 0;
  background-position: top right;
}

#wood01 {
  width: 14.5%;
  height: 54.2vw;
  top: 100px;
  z-index: 1;
}

@media only screen and (max-width: 834px) {
  #wood01 {
    top: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #wood01 {
    width: 17.5%;
    height: 66.2vw;
  }
}

#wood02 {
  width: 22.34%;
  height: 53.35vw;
  top: 80%;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  #wood02 {
    width: 18.34%;
    height: 44.35vw;
    top: 370px;
  }
}

#wood05 {
  width: 11.6%;
  height: 41.15vw;
  top: 25%;
  z-index: 1;
}

#wood06 {
  width: 19.3%;
  height: 28.1vw;
  bottom: 5%;
  z-index: 1;
}

#wood07 {
  width: 17.3%;
  height: 20.85vw;
  top: 40px;
  z-index: 1;
}

#wood08 {
  width: 8.15%;
  height: 11.3vw;
  top: 505px;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  #wood08 {
    width: 14%;
    height: 20vw;
    top: 523px;
  }
}

#wood09 {
  width: 10.5%;
  height: 26.6vw;
  top: 100px;
  z-index: 1;
}

#wood10 {
  width: 13.24%;
  height: 22.04vw;
  top: 645px;
  z-index: 0;
}

#wood11 {
  width: 40.8%;
  height: 57.6vw;
  bottom: 0;
  z-index: -1;
}

#wood12 {
  width: 11.2%;
  height: 17.6vw;
  bottom: 140px;
}

@media only screen and (max-width: 834px) {
  #wood12 {
    bottom: 70px;
  }
}

/* ------------------------------------------------------------
animation
------------------------------------------------------------ */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein.delay2 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.fadein.delay3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
/*# sourceMappingURL=assets.css.map */