@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a:visited {
  color: inherit;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

ol > li > ul,
ul > li > ul {
  padding-left: 1em;
  padding-top: .3em;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

* section {
  clear: both;
}

a:focus, *:focus {
  outline: none;
}

a, a img {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  text-decoration: none;
}

a:hover > img {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

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

figure {
  text-align: center;
  margin: 0;
  padding: 0;
}

figure > img {
  width: auto;
  max-width: 100%;
}

figure figcaption {
  margin: 10px auto;
  text-align: left;
}

strong {
  font-weight: bold;
}

html {
  overflow: auto;
}

li, td, th, dt, dd, p, figcaption {
  text-align: left;
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html {
  font-size: 14px;
}
html main h2 {
  font-size: 26px;
}
html main h2 span {
  font-size: 70%;
}
html main h3 {
  font-size: 18px;
}
html main h3 span {
  font-size: 80%;
}
html main h4 {
  font-size: 16px;
}
html main h4 span {
  font-size: 80%;
}
html main h5 {
  font-size: 15px;
}
html main h5 span {
  font-size: 80%;
}
html main h6 {
  font-size: 14px;
}
html main h6 span {
  font-size: 80%;
}

@media (min-width: 1000px) {
  html {
    font-size: 14px;
  }
  html main h2 {
    font-size: 36px;
  }
  html main h2 span {
    font-size: 15px;
  }
  html main h3 {
    font-size: 24px;
  }
  html main h3 span {
    font-size: 16px;
  }
  html main h4 {
    font-size: 20px;
  }
  html main h4 span {
    font-size: 14px;
  }
  html main h5 {
    font-size: 19px;
  }
  html main h5 span {
    font-size: 80%;
  }
  html main h6 {
    font-size: 18px;
  }
  html main h6 span {
    font-size: 80%;
  }
}

body {
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: 'Vollkorn', serif;
  color: #3d3938;
  background: #fff;
  overflow: hidden;
  line-height: 1.8;
  word-break: break-all;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5px;
}

p {
  margin-bottom: 1em;
  word-break: break-all;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: left;
}

a {
  color: #3d3938;
}

@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
main section {
  padding: 1.5% 0;
}

header {
  position: relative;
  z-index: 300;
  padding: 0;
  background: rgba(123,108,92,.9);
  width: 100%;
}

header .inner {
  max-width: 98%;
}

.headInfo {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 40%;
  float: right;
}
.headInfo {
  margin-top: 25px;
}
@media (min-width: 1000px) and (max-width: 1160px) {
  .headInfo {
      width: 50%;
  }
}
@media (min-width: 1000px) {
    header {
        margin-top:100vh;
        margin-top: calc(100vh - 81px);
    }
    .scrolled header {
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .scrolled main {
        margin-top:100vh;
    }
}
@media screen and (max-width: 999px) {
  header {
      position: fixed;
      left: 0;
      width: 100%;
      top: 0;
  }
  .headInfo {
    position: initial;
    top: 0;
    bottom: 0;
    right: 5px;
    width: auto;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
  }
  main {
      margin-top: 65px;
  }
}
header h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  margin: 20px 0;
  max-width: 215px;
}
header h1 > img {
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 1000px) {
  header h1 {
    margin: 28px 0;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    max-width: 220px;
  }
}

header .ac_menu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 4px;
}
header .ac_menu span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 2px;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
header .ac_menu span:before, header .ac_menu span:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
header .ac_menu span:after {
  top: auto;
  bottom: -10px;
}
header .ac_menu.active span {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
header .ac_menu.active span:before, header .ac_menu.active span:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}
header .ac_menu.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header nav .navi {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #fff;
}
header nav .navi li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
header nav .navi li a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 1em;
  text-align: left;
  color: #fff;
  background: rgba(123,108,92,.9);
  border-bottom: 1px solid white;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}
header nav .navi li a span {
  font-size: 80%;
  margin-left: .8em;
}
header nav .navi li a:hover {
  background: #887a6c;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

header .navi li.has-child > a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
}
header .navi li.has-child > ul.subMenu {
  display: none;
  padding: 0;
  margin: 0;
}
header .navi li.has-child > ul.subMenu a {
  background: #fa8742;
  color: #fff;
  padding-left: 1em;
}
header .navi li.has-child > ul.subMenu a:hover {
  background: #887a6c;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}
header .navi li.has-child.pullOpen > a:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 1000px) {
  header .ac_menu {
    display: none;
  }

  header nav .navi {
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 15px auto;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
  }
  header nav .navi > li {
    display: inline-block;
    width: auto;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
    flex: auto;
  }
  header nav .navi > li > a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    -webkit-transition: .7s;
    transition: .7s;
    background: none;
    border: 0;
    padding: .3em .8em .8em;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-weight: normal;
  }
  header nav .navi > li > a span {
    font-size: 80%;
    display: block;
    margin: 0 auto;
    color: #887a6c;
    text-align: center;
    padding: 3px 0 0;
  }
  header nav .navi > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
  }
  header nav .navi > li > a:hover {
    color: #fff;
    background: none;
    -webkit-transition: .7s;
    transition: .7s;
  }
  header nav .navi > li > a:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .4s;
    transition: .4s;
  }
  header nav .navi > li > a:hover span {
    /*-webkit-animation: gnvahover .4s ease 0s .4 normal;
            animation: gnvahover .4s ease 0s .4 normal;*/
  }
  header nav .navi > li:first-child {
    margin-left: 0;
  }
  header nav .navi > li:last-child {
    margin-right: 0;
  }


  header .clearfix,
  header nav .navi {
    overflow: inherit;
    border:0;
  }

  header .navi li.has-child > a:after {
    content: none;
  }

  header .navi li.has-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #887a6c;
    border-right: 2px solid #887a6c;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: none;
  }
  header .navi li.has-child > ul.subMenu {
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    left: -10%;
    padding: 0;
    margin: auto;
    width: 120%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
  header .navi li.has-child > ul.subMenu > li {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    background: #887a6c;
  }
  header .navi li.has-child > ul.subMenu > li > a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 90%;
    text-decoration: none;
    padding: .8em .5em;
    text-align: center;
    background: #887a6c;
  }
  header .navi li.has-child > ul.subMenu > li:hover {
    background: #887a6c;
    -webkit-transition: .4s;
    transition: .4s;
  }
  header .navi li.has-child > ul.subMenu > li:last-child a {
    border-bottom: 0;
  }
  header .navi li.has-child:hover ul.subMenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

header  .pc {
    display: block !important;
  }
header  .sp {
    display: none !important;
  }
@media only screen and (max-width: 999px) {
header  .pc {
    display: none !important;
  }
header  .sp {
    display: block !important;
  }
}

footer {
  background-image: url(../img/bg_img002.jpg) ;
    background-repeat: no-repeat;
    background-size: auto 100vh;
  background-attachment: fixed;
  overflow: hidden;
  line-height: 1.3;
  padding: 0;
  position: relative;
  height: auto;
}
footer > .inner {
  padding: 0;
}
footer .footInfo {
  padding:10% 0;
}
footer .footInfo img {
  padding:30px 0;
}
footer .footInfo p, footer .footInfo p a {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
footer .footInfo .telNo {
  font-size: 36px;
}
footer .footInfo .telNo a {
  font-family: 'Vollkorn', serif!important;
  text-decoration: none;
}
footer .footInfo .telNo a:hover {
  text-decoration: underline;
}
footer .footInfo .telNo span {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  footer > .inner {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background-attachment: inherit;
    background-position: bottom;
  }
}
.copy {
  display: block;
  text-align: center;
  margin: 0 auto 0;
  padding: .8em 0;
}
.copy:after {
  content: "";
  display: block;
  clear: both;
}
.copy p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  text-align: center;
}

#toTop {
  position: fixed;
  z-index: 9999;
  bottom: 12%;
  right: 2%;
  background: #d1c07d;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
}
#toTop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}
#toTop img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
  #toTop:after {
    width: 15px;
    height: 15px;
  }
}

main h2 {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 auto 1em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: normal;
  color: #3d3938;
}
main h2 span {
  display: block;
}
main h3 {
  position: relative;
  text-align: left;
  padding: .65em 0;
  margin-bottom: 1em;
  font-weight: 600;
  color: #3d3938;
  letter-spacing: 0.05em;
  line-height: 1;
}
main h3 span {
  vertical-align: baseline;
}
main h3:before, main h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #f3e3e5;
}
main h3:after {
  width: 20%;
  border-bottom: 2px solid #887a6c;
}
main h4 {
  position: relative;
  text-align: left;
  padding: .5em .8em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #3d3938;
  letter-spacing: 0;
  line-height: normal;
  border-left: 4px solid #887a6c;
  background: rgba(249, 105, 19, .05);
}
main h4 span {
  vertical-align: baseline;
}
main h5 {
  position: relative;
  padding: .2em 0 .3em;
  margin-bottom: .5em;
  font-weight: bold;
  text-align: left;
  color: #3d3938;
  letter-spacing: 0;
  line-height: normal;
}
main h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  background: #887a6c;
}
main h6 {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: .3em;
  font-weight: bold;
  color: #3d3938;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
}
main h6:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #887a6c;
}
main h1 a, main h1 a:hover, main h2 a, main h2 a:hover, main h3 a, main h3 a:hover, main h4 a, main h4 a:hover, main h5 a, main h5 a:hover, main h6 a, main h6 a:hover {
  text-decoration: none;
  color: inherit;
}
main h1 img, main h2 img, main h3 img, main h4 img, main h5 img, main h6 img {
  vertical-align: middle;
}

.googlemap, .youtube {
  position: relative;
  width: 100%;
  padding-top: 26%;
  min-height: 400px;
}
.googlemap iframe, .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
.googlemap {
  padding-top: 75%;
}
}
.newsContent {
  background: none;
  padding: 0 0 0 5%;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #fff;
}
.newsContent dl {
  width: 100%;
}
.newsContent dl dt, .newsContent dl dd {
  padding: .5em .8em;
      display: block;
      text-align: left;
      letter-spacing: 0.08em;
      color: #fff;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.newsContent dl dt {
  width: 20%;
  clear: left;
  float: left;
  padding-left: 1.5em;
}
.newsContent dl dd {
  width: 80%;
  float: left;
  position: relative;
}
.newsContent dl dd:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 120%;
  height: 1px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.2);
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
@media screen and (max-width: 767px) {
  .newsContent {
    padding: 0;
    border-left: 0;
  }
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 0;
  }
  .newsContent dl dd {
    padding-top: 0;
    border-bottom: 1px solid #505050;
  }
  .newsContent dl dd:after {
    content: none;
  }
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.textIndent {
  text-indent: 1em;
}

.textLeft {
  text-align: left !important;
}

.textCenter {
  text-align: center !important;
}

.textRight {
  text-align: right !important;
}

.textTop {
  vertical-align: top !important;
}

.textMiddle {
  vertical-align: middle !important;
}

.textBottm {
  vertical-align: bottom !important;
}

.textLarge {
  font-size: 120% !important;
}

.textXLarge {
  font-size: 150% !important;
}

.textXXLarge {
  font-size: 200% !important;
}

.textSmall {
  font-size: 80% !important;
}

.textXSmall {
  font-size: 50% !important;
}

.bold {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  .pc-textCenter {
    text-align: center !important;
  }

  .pc-textRight {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-textCenter {
    text-align: center !important;
  }
}
img.alignright {
  float: right;
  margin: 0 0 10px 2%;
}

img.alignleft {
  float: left;
  margin: 0 2% 10px 0;
}

@media screen and (max-width: 767px) {
  img.alignright,
  img.alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.centering {
  display: block;
  margin: auto;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pd0 {
  padding: 0em !important;
}
.pd1 {
  padding: 1em !important;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif !important;
}
.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, sans-serif !important;
}

.caution {
  font-size: 90%;
  color: red;
  line-height: 1.3;
}

h2.textLeft:after {
  right: auto;
}

@media screen and (min-width: 768px) {
  h2.pc-textLeft:after {
    right: auto;
  }
}

.inner-wrap {
  display: block;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.inner-wrap .blockLine {
  padding: 0;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.inner-wrap .blockLine > .block {
  display: inline-block;
  width: 49%;
  padding: 0;
float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
.inner-wrap .blockLine > .block p {
  text-align: left;
}
.inner-wrap .blockLine > .block figure {
  display: block;
  margin: auto;
}
/*.inner-wrap .blockLine > .block:first-child {
  margin-left: 0 !important;
}*/
.inner-wrap .blockLine > .block:last-child {
  margin-right: 0 !important;
}
.inner-wrap .blockLine.blocks_2 > .block {
  width: calc((100% - 2%) / 2);
}
.inner-wrap .blockLine.blocks_2 > .block:nth-child(2n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_3 > .block {
  width: calc((100% - 4%) / 3);
}
.inner-wrap .blockLine.blocks_3 > .block:nth-child(3n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_4 > .block {
  width: calc((100% - 3.5%) / 4);
}
.inner-wrap .blockLine.blocks_5 > .block {
  width: calc((100% - 4.5%) / 5);
}
.inner-wrap .blockLine.blocks_6 > .block {
  width: calc((100% - 5.5%) / 6);
}
.inner-wrap .blockLine.blocks_7 > .block {
  width: calc((100% - 6.5%) / 7);
}
.inner-wrap .blockLine.blocks_8 > .block {
  width: calc((100% - 7.5%) / 8);
}
.inner-wrap .blockLine.vertical > .block {
  float: none;
  vertical-align: middle;
  position: relative;
}
.inner-wrap .blockLine.reversal > .block {
  float: right;
  position: relative;
}
@media (min-width: 768px) {
  .inner-wrap .blockLine .block.last + .block {
    margin-left: 0;
    clear: both;
  }
}
.inner-wrap .blockLine.reversal > .block:first-child {
  margin-left: 1% !important;
}
.inner-wrap .blockLine.reversal > .block:last-child {
  margin-left: 0;
}
.blockLine > .block.wd10 {
  width: 9%;
}
.blockLine > .block.wd15 {
  width: 14%;
}
.blockLine > .block.wd20 {
  width: 19%;
}
.blockLine > .block.wd25 {
  width: 24%;
}
.blockLine > .block.wd30 {
  width: 29%;
}
.blockLine > .block.wd35 {
  width: 34%;
}
.blockLine > .block.wd40 {
  width: 39%;
}
.blockLine > .block.wd45 {
  width: 44%;
}
.blockLine > .block.wd50 {
  width: 49%;
}
.blockLine > .block.wd55 {
  width: 54%;
}
.blockLine > .block.wd60 {
  width: 59%;
}
.blockLine > .block.wd65 {
  width: 64%;
}
.blockLine > .block.wd70 {
  width: 69%;
}
.blockLine > .block.wd75 {
  width: 74%;
}
.blockLine > .block.wd80 {
  width: 79%;
}
.blockLine > .block.wd85 {
  width: 84%;
}
.blockLine > .block.wd90 {
  width: 89%;
}
.blockLine > .block.wd95 {
  width: 94%;
}
.blockLine > .block.wd100 {
  width: 99%;
}
@media (max-width: 767px) {
  .inner-wrap .blockLine:not(.fix) > .block {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
    float: none;
  }
  .inner-wrap .blockLine:not(.fix) > .block:first-child {
    margin-left: 0 !important;
  }
  .inner-wrap .blockLine:not(.fix) .wd10, .inner-wrap .blockLine:not(.fix) .wd20, .inner-wrap .blockLine:not(.fix) .wd30, .inner-wrap .blockLine:not(.fix) .wd40, .inner-wrap .blockLine:not(.fix) .wd60, .inner-wrap .blockLine:not(.fix) .wd70, .inner-wrap .blockLine:not(.fix) .wd80, .inner-wrap .blockLine:not(.fix) .wd90, .inner-wrap .blockLine:not(.fix) .wd15, .inner-wrap .blockLine:not(.fix) .wd25, .inner-wrap .blockLine:not(.fix) .wd35, .inner-wrap .blockLine:not(.fix) .wd45, .inner-wrap .blockLine:not(.fix) .wd65, .inner-wrap .blockLine:not(.fix) .wd75, .inner-wrap .blockLine:not(.fix) .wd85, .inner-wrap .blockLine:not(.fix) .wd95 {
    width: 100%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block {
    display: inline-block;
    width: 48%;
    padding: 0;
    margin: auto;
    float: left;
    margin-top: 1%;
    text-align: left;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(even) {
    margin-left: 1.5%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(odd) {
    clear: both;
  }
}
.flexBox {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexBox.vertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexBox.reversal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flexBox.flexBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexBox.blocks_2 > * {
  width: calc(100% / 2);
}
.flexBox.blocks_3 > * {
  width: calc(100% / 3);
}
.flexBox.blocks_4 > * {
  width: calc(100% / 4);
}
.flexBox.blocks_5 > * {
  width: calc(100% / 5);
}
.flexBox.blocks_6 > * {
  width: calc(100% / 6);
}
.flexBox.blocks_7 > * {
  width: calc(100% / 7);
}
.flexBox.blocks_8 > * {
  width: calc(100% / 8);
}
@media screen and (max-width: 767px) {
  .flexBox:not(.sp_2) > * {
    width: 100%;
    display: block;
  }
  .flexBox:not(.sp_2) > *:not(ul) {
    margin: 20px auto;
  }

  .flexBox.sp_2 > * {
    width: calc(100% / 2);
  }
}

.half-inner {
  width: 100%;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.half-inner > div {
  width: 50%;
}
.half-inner > div.halfBg {
  background: url(../img/bnr_img003.png) no-repeat left/cover;
}
.half-inner > div.halfBg img {
  display: none;
}
.half-inner > div.halfText > * {
  max-width: 500px;
}
.half-inner.reversal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.half-inner.reversal .halfText {
  clear: both;
}
.half-inner.reversal .halfText > * {
  float: right;
}

@media screen and (max-width: 767px) {
  .half-inner {
    display: block;
    max-width: 1000px;
  }
  .half-inner > div {
    width: 100%;
  }
  .half-inner > div.halfBg {
    background: none;
  }
  .half-inner > div.halfBg img {
    display: block;
    margin: auto;
  }
  .half-inner > div.halfText {
    padding: 1em .5em;
  }
  .half-inner > div.halfText > * {
    float: none;
    max-width: inherit;
  }
}

.scaleBox {
  position: relative;
  display: table;
  table-layout: fixed;
  margin: auto;
}
.scaleBox > span {
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
.scaleBox > span img {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scaleBox > a {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.scaleBox:hover > span img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.borderBox {
  position: relative;
  display: inline-block;
  padding: 0;
  z-index: 2;
}
.borderBox > p {
  padding: 1.5em 1em;
}
.borderBox:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #887a6c;
  z-index: 1;
  display: block;
}

.scrollIn {
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  opacity: 0;
}
.scrollIn.up {
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
}
.scrollIn.down {
  -webkit-transform: translate(0, -150px);
          transform: translate(0, -150px);
}
.scrollIn.right {
  -webkit-transform: translate(150px, 0);
          transform: translate(150px, 0);
}
.scrollIn.left {
  -webkit-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
}
.scrollIn.scale {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.scrollIn.rotate {
  -webkit-transform: rotateX(270deg) scale(0);
          transform: rotateX(270deg) scale(0);
}
.scrollIn.para {
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
  opacity: 1;
}
.scrollIn.para > * {
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
}
.scrollIn.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.scrollIn.active.para > * {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.scrollIn.active.leftSlide > * {
  opacity: 0;
  -webkit-animation: catchfade 3s ease 0s 1 forwards;
          animation: catchfade 3s ease 0s 1 forwards;
  position: relative;
}
.scrollIn.active.leftSlide > *:before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-animation: leftSlide 2s ease 0s 1 normal;
          animation: leftSlide 2s ease 0s 1 normal;
  opacity: 0;
  z-index: 10;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(1) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(1)::before {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(2) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(2)::before {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(3) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(3) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(3)::before {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(4) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(4)::before {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(5) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(5) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(5)::before {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(6) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(6) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(6)::before {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(7) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(7) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(7)::before {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(8) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(8) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(8)::before {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(9) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(9) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(9)::before {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(10) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(10) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(10)::before {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(11) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(11) {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(11)::before {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(12) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(12) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(12)::before {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(13) {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(13) {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(13)::before {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(14) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(14) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(14)::before {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(15) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(15) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(15)::before {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(16) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(16) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(16)::before {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(17) {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(17) {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(17)::before {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(18) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(18) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(18)::before {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(19) {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(19) {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(19)::before {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(20) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(20) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(20)::before {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(21) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(21) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(21)::before {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(22) {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(22) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(22)::before {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(23) {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(23) {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(23)::before {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(24) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(24) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(24)::before {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(25) {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(25) {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(25)::before {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(26) {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(26) {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(26)::before {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(27) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(27) {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(27)::before {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(28) {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(28) {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(28)::before {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(29) {
  -webkit-transition-delay: 2900ms;
          transition-delay: 2900ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(29) {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(29)::before {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(30) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(30) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(30)::before {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mainimage .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1000px;
  max-width: 100%;
  -webkit-animation: catchfade 2s ease 0s 1 normal;
          animation: catchfade 2s ease 0s 1 normal;
}
.mainimage .catch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}
.mainimage .catch > div > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}
.mainimage .catch > div img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
}
@media screen and (min-width: 1000px) {
    .mainimage {
        position: absolute;
        height: calc(100vh - 81px);
        top: 0;
        left: 0;
    }
  .mainimage .catch > div img {
    top: 0;
  }
}

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

@keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainimage .catch img {
  max-height: 244px;
  max-width: 243px;
}
@media screen and (max-width: 1200px) {
  .mainimage .catch img {
    width:75%;
  }
}
@media screen and (max-width: 767px) {
  .mainimage .slick-slide img {
      height: 50vh;
      object-fit: cover;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  overflow: visible;
  height: auto;
}

.mainimage .slider div {
  overflow: hidden;
}
.mainimage .slider div img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 6s;
  transition: 6s;
}
.mainimage .slider div:nth-child(2) img {
  -webkit-transform: scale(1.2) translate(-5%, 0) rotate(0.001deg);
          transform: scale(1.2) translate(-5%, 0) rotate(0.001deg);
  -webkit-transition: 6s;
  transition: 6s;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }

  /* IE向けのCSS～START */
  .button {
    padding-top: .9em;
  }

  /* IE向けのCSS～END */
}
/*/-----------------ここから個別*/
@-webkit-keyframes gnvahover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes gnvahover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.textReversal h2, .textReversal h3 {
  color: #fff;
}
.textReversal h2:after, .textReversal h2:before, .textReversal h3:after, .textReversal h3:before {
  background-color: #fff;
  border-color: #fff;
}
.textReversal p, .textReversal li, .textReversal td, .textReversal th, .textReversal a {
  color: #fff;
}

/*/-----------------フッター*/
.footContents {
  padding: 2% 0 1%;
  background: #887a6c url(../img/foot_bg.png) repeat-x center top;
}
.footContents p {
  font-size: 14px;
  line-height: 1.8;
}
.footContents p strong {
  font-size: 18px;
}
.footContents .tel{
  padding-right:10px;
}
.footNavi li a {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footNavi li a {
    padding: 0 .5em;
  }
}

.footNavi {
  /*margin-bottom: 3%;*/
}
@media screen and (min-width: 768px) {
  .footNavi li {
    margin-bottom: .5em;
  }
}

/*/-----------------TOPページ*/
@-webkit-keyframes leftSlide {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  70% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
  }
}

@keyframes leftSlide {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  70% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
  }
}
#news {
  padding: 5% 0;
  margin-bottom: 0;
  background: #000;
}
#news .con_l {
  width: 20%;
}
#news .con_l h2 {
  text-align: left;
  color: #ffffff;
  margin:0;
}
#news .con_r {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #news .con_l, #news .con_r {
    width: 100%;
  }
  #news .con_l h2 {
    text-align: center;
    margin:0;
  }
  #news .flexBox:not(.sp_2) > *:not(ul) {
      margin: 10px auto;
  }
}

.parallax {
    height: 500px;
}

.parallax.parallax001 {
  background: url(../img/parallax_bg_img001.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.parallax.parallax002 {
  background: url(../img/parallax_bg_img002.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.parallax.parallax003 {
  background: url(../img/parallax_bg_img003.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .parallax {
      background-attachment: inherit!important;
      height: 250px;
  }
}

/*.parallax {
    background-repeat: no-repeat;
    background-size: auto 100vh;
    background-position: center;
}
.parallax.parallax001 {
    background-image: url(../img/parallax_bg_img001.jpg)
}
.parallax.parallax002 {
    background-image: url(../img/parallax_bg_img002.jpg)
}
.parallax.parallax003 {
    background-image: url(../img/parallax_bg_img003.jpg)
}*/

#about {
  padding: 5% 0;
  margin-bottom: 0;
  background: url(../img/bg_img001.jpg);
}
#about .block.con_l {
  width: 43%;
}
#about .block.con_r {
  width: 50%;
  margin-left: 4%;
  margin-right: 3%;
  position: relative;
}
#about .block .textImg {
    position: absolute;
    right: -42px;
    bottom: -26px;
}
@media screen and (max-width: 767px) {
  #about .block.con_l, #about .block.con_r {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 2%;
  }
    #about .block.con_r {
        margin-bottom: 8%;
    }
  #about .block .textImg {
      right: 10px;
      bottom: -42px;
      max-width: 50%;
      bottom: -11%;
  }
}

#gallery {
  padding: 5% 0;
  margin-bottom: 0;
  background: url(../img/bg_img001.jpg) no-repeat center/cover;
  color: #fff;
}
#gallery .inner {
  max-width:100%;
}
#gallery .flexBox > figure {
  width: 25%;
  padding: .5%;
}
@media screen and (max-width: 767px) {
#gallery .flexBox > figure {
    width: 50%;
    margin:0;
  }
}

#storeinfo {
  padding:5% 0 3%;
  background: #000;
}
#storeinfo h2, #storeinfo dl dt, #storeinfo dl dd, #storeinfo dl dd a {
  color: #fff;
}
#storeinfo dl dt, #storeinfo dl dd {
  padding:0.5em 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
#storeinfo dl dt {
  width: 20%;
  float: left;
}
#storeinfo .block.con_r {
  width: 47%;
}
#storeinfo .block.con_l {
  width: 43%;
  padding-left: 7%;
  padding-bottom: 2%;
  margin-right: 4%;
  position: relative;
}
#storeinfo .block.con_l .textImg {
  position: absolute;
  left: 0px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
#storeinfo .block.con_l {
  width: 50%;
  padding-left:0;
  margin:0 auto;
}
#storeinfo .block.con_r {
  width: 100%;
}
#storeinfo dl {
    max-width: 28em;
    margin: 0 auto;
}
}

#access {
  padding:4% 0 0;
  margin-bottom: 0;
  background: url(../img/bg_img001.jpg);
}
#access .inner {
  max-width: 100%;
}
#access .inner p {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  #access .googlemap {
    padding-top: 75%;
  }
}


/*/-----------------下層*/
/*/-----------------PC＆SP*/
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  img.pc {
    display: inline;
  }

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

  .sp {
    display: block;
  }

  img.sp {
    display: inline;
  }
}
@media only screen and (min-width: 1000px) {
  header .pc {
    display: block;
  }
  header img.pc {
    display: inline;
  }
  header .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  header .pc {
    display: none !important;
  }
  header .sp {
    display: block;
  }
  header img.sp {
    display: inline !important;
  }
}

.flexBox.blocks_2 figure > img {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
.flexBox.blocks_2 {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
.flexBox.blocks_2 > .block {
  width: calc((100% - 2%) / 2);
  margin-right: 2%;
  margin-bottom: 2%;
}
.flexBox.blocks_2 > .block:nth-child(2n) {
  margin-right: 0;
}
.flexBox.blocks_2.reversal > .block {
  width: calc((100% - 2%) / 2);
  margin-right: 0;
  margin-left:2%;
  margin-bottom: 2%;
}
.flexBox.blocks_2.reversal > .block:nth-child(2n) {
  margin-right: 0;
  margin-left:0;
}
}
