@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -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: 400;
  letter-spacing: 0.6;
  color: #1c1c1c;
  font-family: "Noto Serif JP", "游明朝体", "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, 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: 400;
}

.inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin: 80px auto 70px auto;
  overflow: hidden;
}

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

#contents {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.index_contents #contents_wrap {
  margin: 0 auto;
}

.index_contents #contents {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index_contents #contents {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .index_contents #contents {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 13px;
  color: #1c1c1c;
  text-align: right;
}

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

.pankuzu a {
  color: #1c1c1c;
  text-decoration: none;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_contents footer .wrapCont {
  display: none;
}

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

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

.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;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

@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 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "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;
}

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

@media only screen and (max-width: 1200px) {
  header#global_header {
    position: static;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 50px;
    background: #000;
  }
}

header#global_header .siteID {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation: mainLogoFadeIn 2s ease 1s both;
          animation: mainLogoFadeIn 2s ease 1s both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@media only screen and (max-width: 1200px) {
  header#global_header .siteID {
    top: 50%;
  }
}

@media only screen and (max-width: 640px) {
  header#global_header .siteID {
    width: 20%;
  }
}

header#global_header .siteID a {
  opacity: 1;
}

header#global_header nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: url(../images/contents/bg_nav.png) repeat;
}

header#global_header nav .siteID {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
  width: 20%;
  margin-left: 1%;
}

@media only screen and (max-width: 1500px) {
  header#global_header nav .siteID {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header nav .siteID {
    width: auto;
    margin: 10px auto 0 10px;
  }
}

header#global_header nav .siteID a {
  display: block;
  padding: 0 !important;
}

header#global_header nav #gnavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 0;
}

header#global_header nav #gnavi li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}

header#global_header nav #gnavi li a {
  display: block;
  padding: 22px 0;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(170, 144, 66, 0.7);
}

@media only screen and (max-width: 1500px) {
  header#global_header nav #gnavi li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header nav #gnavi li a {
    padding: 2% 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  header#global_header nav #gnavi li a {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
  }
}

header#global_header nav #gnavi li a:hover {
  color: #aa9042;
  text-shadow: none;
}

header#global_header nav .info {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 440px;
}

@media only screen and (max-width: 1500px) {
  header#global_header nav .info {
    min-width: auto;
  }
}

header#global_header nav .info li {
  width: 50%;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1500px) {
  header#global_header nav .info li {
    min-width: 180px;
    font-size: 17px;
  }
}

header#global_header nav .info .linkTel {
  background: url(../images/contents/bg_tel.gif);
}

@media only screen and (max-width: 640px) {
  header#global_header nav .info .linkTel {
    padding: 0;
  }
}

header#global_header nav .info .linkTel a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

header#global_header nav .info .fax {
  background: url(../images/contents/bg_fax.gif);
}

.index_contents header#global_header nav {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .index_contents header#global_header nav {
    position: fixed !important;
  }
}

#global_header .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
}

#global_header .fixed section .siteID {
  width: 20% !important;
}

#global_header .fixed section .wrapper {
  width: 78%;
  max-width: 100%;
}

#global_header .fixed section .wrapper ul {
  display: none;
}

#global_header .fixed section .wrapper nav ul {
  display: block;
  width: 100%;
  max-width: 100%;
}

#global_header .fixed section .wrapper nav ul li {
  margin: 0;
}

.spNav {
  display: none;
}

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

@-webkit-keyframes mainLogoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mainLogoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

#mainArea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/contents/main_eff.png);
  background-size: cover;
}

#mainArea #slider {
  width: 100%;
}

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

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

#mainArea #slider li {
  overflow: hidden;
}

#mainArea #slider li img {
  -webkit-animation: mainVisualFadeIn 10s ease-out 1s both;
          animation: mainVisualFadeIn 10s ease-out 1s both;
  -webkit-transition: -webkit-transform 10s 0s ease-in-out;
  transition: -webkit-transform 10s 0s ease-in-out;
  transition: transform 10s 0s ease-in-out;
  transition: transform 10s 0s ease-in-out, -webkit-transform 10s 0s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: animate;
}

#mainArea #slider .slick-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  will-change: animate;
  -webkit-animation: mainImgZoom 10s ease 2s both;
          animation: mainImgZoom 10s ease 2s both;
}

@-webkit-keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mainImgZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes mainImgZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

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

@media only screen and (max-width: 1200px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 12px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header nav {
    z-index: 999;
  }
  /* nav */
  #global_header nav {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0 0 0 !important;
    background: #071c06;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header nav ul li {
    display: block;
    width: 100%;
    padding: 0;
    text-decoration: none;
  }
  #global_header nav ul li a {
    display: block;
    padding: 3%;
    border-bottom: 1px solid rgba(28, 28, 28, 0.2);
    font-size: 20px !important;
    text-align: left;
    color: #1c1c1c;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
  #global_header nav ul li a {
    padding: 4%;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1200px) {
  #global_header nav ul li:first-of-type a {
    border-top: 1px solid rgba(28, 28, 28, 0.2);
  }
  .open #global_header nav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.open nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

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

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

footer#global_footer #footer {
  padding: 30px 0 10px 0;
}

footer#global_footer #footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .inner {
    display: block;
  }
}

footer#global_footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

footer#global_footer #pagetop a {
  display: block;
  width: 30px;
  padding: 5px 0;
  background: #000;
  border-radius: 3px;
  line-height: 1;
}

footer#global_footer #pagetop i {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

footer#global_footer address {
  width: 49%;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  footer#global_footer address {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

footer#global_footer address .siteID {
  margin-bottom: 10px;
}

footer#global_footer address p {
  color: #fff;
}

footer#global_footer address p .spBk {
  margin-right: 7px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer address p .spBk {
    margin-right: 0;
  }
}

footer#global_footer section {
  width: 49%;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

@media only screen and (max-width: 834px) {
  footer#global_footer section {
    width: 100%;
    padding: 30px 20px;
  }
}

footer#global_footer section p {
  margin-bottom: 10px;
  font-size: 22px;
}

footer#global_footer section p:before, footer#global_footer section p:after {
  content: "-";
  display: inline-block;
}

footer#global_footer section p:before {
  margin-right: 10px;
}

footer#global_footer section p:after {
  margin-left: 10px;
}

footer#global_footer section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  footer#global_footer section ul {
    display: block;
  }
}

footer#global_footer section ul li {
  width: 49%;
  margin-bottom: 10px;
  padding: 11px 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  footer#global_footer section ul li {
    width: 100%;
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer section ul .linkTel {
    padding: 0;
  }
}

footer#global_footer section ul .linkTel a {
  display: block;
  padding: 20px 10px;
}

footer#global_footer section ul .cont {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 640px) {
  footer#global_footer section ul .cont {
    width: 100%;
  }
}

footer#global_footer section ul .cont a {
  display: block;
  padding: 11px 3px;
  border-radius: 3px;
  background: #b2430f;
}

@media only screen and (max-width: 640px) {
  footer#global_footer section ul .cont a {
    padding: 20px 10px;
  }
}

footer#global_footer #copy {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
}

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

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

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.ttlDou {
  position: relative;
}

.ttlDou h2 {
  position: absolute;
  top: -80px;
  right: 6.3%;
  z-index: 1;
}

/* contents */
.topinner > div {
  max-width: 1020px;
  margin: 0 auto;
}

.topinner600 > div {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 910px) {
  .topinner.bgCover.fs24 div {
    font-size: 20px !important;
    text-align: left !important;
  }
}

.topImgR, .topImgL {
  position: relative;
}

.topImgR img, .topImgL img {
  position: relative;
  z-index: -2;
  width: 87% !important;
  max-width: 1670px;
  min-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 834px) {
  .topImgR img, .topImgL img {
    float: none !important;
    width: 100% !important;
    min-height: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .topImgR img, .topImgL img {
    min-height: 200px;
  }
}

.topImgR div, .topImgL div {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 470px;
  padding: 60px;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .topImgR div, .topImgL div {
    position: static;
    bottom: auto;
    left: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .topImgR div, .topImgL div {
    padding: 30px;
  }
}

.topImgR div:before, .topImgL div:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/contents/bg_grn.png);
}

@media only screen and (max-width: 834px) {
  .topImgR div:before, .topImgL div:before {
    display: none;
  }
}

.topImgL div {
  left: auto;
  right: 0;
}

.topImgL div:before {
  left: auto;
  right: 7px;
}

.slider02 .slick-initialized .slick-slide {
  outline: none;
  padding: 0 25px;
}

@media only screen and (max-width: 834px) {
  .slider02 .slick-initialized .slick-slide {
    padding: 0 !important;
  }
}

.slider02 .slick-dots {
  bottom: -30px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto !important;
}

.slider02 .slick-arrow {
  top: auto !important;
  bottom: -32px;
}

.slider02 .slick-next {
  right: 40% !important;
  translate: translateY(-50%);
}

@media only screen and (max-width: 1100px) {
  .slider02 .slick-next {
    right: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-next {
    right: 20px !important;
  }
}

.slider02 .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 30px;
  color: #1c1c1c;
  line-height: 1;
}

.slider02 .slick-prev {
  left: 40% !important;
  translate: translateY(-50%);
}

@media only screen and (max-width: 1100px) {
  .slider02 .slick-prev {
    left: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-prev {
    left: 20px !important;
  }
}

.slider02 .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 30px;
  color: #1c1c1c;
  line-height: 1;
}

.topSlider {
  background: url(../images/contents/kazariL.png), url(../images/contents/kazariR.png);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-color: #fff;
}

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

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

.topBtn .box {
  position: relative;
  width: calc(100% / 3);
  overflow: hidden;
}

@media only screen and (max-width: 1400px) {
  .topBtn .box {
    width: calc(100% / 2);
  }
}

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

@media only screen and (max-width: 834px) {
  .topBtn .box:first-of-type {
    margin-top: 20px;
  }
}

.topBtn .box a {
  display: block;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.topBtn .box a:hover img {
  -webkit-animation: mainImgZoom 3s ease 0s both;
          animation: mainImgZoom 3s ease 0s both;
}

.topBtn .box img {
  width: 100% !important;
  outline: solid 1px #071c06;
  outline-offset: -10px;
}

.topBtn .box h2 {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  font-size: 30px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  text-align: center !important;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 1100px) {
  .topBtn .box h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topBtn .box h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .topBtn .box h2 {
    font-size: 5vw;
  }
}

.topBtn .box h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.topBtn .box div {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 4%;
  min-height: 120px;
}

@media only screen and (max-width: 640px) {
  .topBtn .box div {
    position: static;
    min-height: auto;
  }
}

.topBtn .box:nth-of-type(odd) h2:before {
  background: url(../images/contents/icon01.png);
}

.topBtn .box:nth-of-type(odd) div {
  background: rgba(8, 17, 4, 0.9);
}

.topBtn .box:nth-of-type(even) h2:before {
  background: url(../images/contents/icon02.png);
}

.topBtn .box:nth-of-type(even) div {
  background: rgba(7, 28, 6, 0.9);
}

@keyframes mainImgZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* ------------------------------------------------------------
jiin_kusa.html
------------------------------------------------------------ */
.wrapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.wrapList .ttl {
  width: 30.5%;
}

@media only screen and (max-width: 640px) {
  .wrapList .ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}

.wrapList .ttl h2 {
  font-size: 20px;
}

.wrapList .list {
  width: 69.5%;
  padding-left: 7%;
  padding-right: 50px;
  border-left: 1px solid #acacac;
}

@media only screen and (max-width: 640px) {
  .wrapList .list {
    width: 100%;
    padding: 20px 0 0 0;
    border: none;
    border-top: 1px solid #acacac;
  }
}

.wrapList .list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}

.wrapList .list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/contents/icon_li.png);
  background-size: cover;
}

.slider03 .slick-initialized .slick-slide {
  outline: none;
}

.slider03 .slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}

.slider03 .slick-dotted.slick-slider li a {
  text-decoration: none;
}

.slider03 .slick-dotted.slick-slider li article div {
  text-align: center;
  color: #1c1c1c;
}

.slider03 .slick-dots {
  position: static !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider03 .slick-dots li {
  list-style: none;
  width: 18% !important;
  height: 3vw !important;
  min-height: 47px;
  margin: 0 !important;
  margin-right: 1.2% !important;
  margin: 10px 5px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  font-family: "object-fit: contain!important;";
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .slider03 .slick-dots li {
    height: 12vw !important;
  }
}

.slider03 .slick-dots li img {
  width: 100% !important;
}

.slider03 .slick-dots li:nth-of-type(5) {
  margin-right: 0 !important;
}

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

.bunkazai {
  display: inline-block;
  padding: 5px 10px;
  background: #b2430f;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

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

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

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

.flex .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
}

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

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

.flex .box02 img {
  width: 100% !important;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 30px;
  line-height: 1.5;
}

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

.ttl01 h3 {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.5;
}

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

.ttl02 h2 {
  font-size: 30px;
  line-height: 1.5;
}

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

.ttl02 h3 {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.5;
}

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

.ttl02 h2 {
  position: relative;
  padding: 10px 20px;
  background: #071c06;
  color: #fff;
}

.ttl02 h2:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #aa9042 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.h1txt h1 {
  font-size: 36px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .h1txt h1 {
    font-size: 24px;
  }
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .spLeft div {
    text-align: left !important;
  }
}

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

.fcWh div {
  color: #fff;
}

.txtShadowWh div {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

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

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

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

.tblSub td .sub {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px;
  background: #b2430f;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .tblSub td .sub {
    display: block;
    margin-left: 0;
  }
}

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

.bgfixed {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

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

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

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

.anc {
  clear: inherit !important;
}

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

@media only screen and (max-width: 640px) {
  .tile02 {
    height: auto !important;
  }
}
/*# sourceMappingURL=assets.css.map */