@charset "UTF-8";
/* Scss Document */
@import url(normalize.css);
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Merienda");
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  margin: 0;
  padding: 0; }

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho"; }

.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
  font-size: 62.5%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 58.5%; } }

body {
  font-size: 1.6rem;
  height: 100%;
  color: #131313;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.6rem;
      line-height: 1.8; } }

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

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

@media screen and (min-width: 1101px) {
  .sp {
    display: none !important; } }

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

@media screen and (min-width: 1400px) {
  .lg {
    display: none !important; } }

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

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; } }

.mrgT5 {
  margin-top: 5px; }

.mrgT10 {
  margin-top: 10px; }

.mrgT15 {
  margin-top: 15px; }

.mrgT20 {
  margin-top: 20px; }

.mrgT25 {
  margin-top: 25px; }

.mrgT30 {
  margin-top: 30px; }

.mrgT40 {
  margin-top: 40px; }

.mrgT50 {
  margin-top: 50px; }

.mrgT60 {
  margin-top: 60px; }

.mrgT70 {
  margin-top: 70px; }

.mrgB5 {
  margin-bottom: 5px; }

.mrgB10 {
  margin-bottom: 10px; }

.mrgB15 {
  margin-bottom: 15px; }

.mrgB20 {
  margin-bottom: 20px; }

.mrgB25 {
  margin-bottom: 25px; }

.mrgB30 {
  margin-bottom: 30px; }

.mrgB40 {
  margin-bottom: 40px; }

.mrgB50 {
  margin-bottom: 50px; }

.mrgB60 {
  margin-bottom: 60px; }

.mrgB70 {
  margin-bottom: 70px; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.fontBold {
  font-weight: bold; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.f14 {
  font-size: 1.4rem; }

.f16 {
  font-size: 1.6rem; }

.f18 {
  font-size: 1.8rem; }

.red {
  color: #c1272d; }

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

a {
  color: #131313; }
  a:hover {
    color: #888888; }

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

footer .inner .info a[href*="tel:"] {
  color: #fff; }

a:hover img {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.veg-movie {
  width: 100%;
  max-width: 800px; }

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
  width: 100%;
  height: 100px;
  background: #352d24; }
  @media screen and (max-width: 767px) {
    header {
      height: 80px; } }
  header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: nyuru 0.5s; }

@keyframes nyuru {
  0% {
    margin-top: -158px; }
  100% {
    margin-top: 0; } }
  @media screen and (max-width: 767px) {
    @keyframes nyuru {
      0% {
        margin-top: -78px; }
      100% {
        margin-top: 0; } } }
  header .inner {
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    header .inner .logo {
      padding: 10px 30px; }
    header .inner .wrap {
      text-align: right;
      width: 80%; }
      header .inner .wrap nav {
        line-height: 1.8;
        padding-right: 210px; }
        header .inner .wrap nav .gnav {
          margin: 0 auto;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-end; }
          header .inner .wrap nav .gnav li {
            margin: 0 40px 0 0;
            font-size: 1.7rem;
            text-align: center; }
            header .inner .wrap nav .gnav li:last-child {
              margin: 0; }
            header .inner .wrap nav .gnav li a {
              text-decoration: none;
              line-height: 1.6;
              color: #fff;
              display: flex;
              align-items: center; }
              header .inner .wrap nav .gnav li a:hover {
                color: #eeeeee; }
              header .inner .wrap nav .gnav li a.current {
                color: #eeeeee; }
    header .inner .reserve {
      width: 192px;
      height: 98px;
      position: absolute;
      top: 0;
      right: 0;
      display: table;
      align-items: center; }
      header .inner .reserve a {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: #862723;
        text-decoration: none;
        color: #fff;
        font-size: 1.8rem;
        text-align: center; }
        header .inner .reserve a span {
          font-size: 1.3rem;
          display: block; }
  header .sp .logo {
    position: absolute;
    left: 10px;
    top: 10px; }
  header .sp .contact_btn {
    margin: 20px 30px 0; }
    header .sp .contact_btn a {
      padding: 15px;
      line-height: 110%;
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      background: #172b68;
      text-decoration: none;
      color: #fff;
      font-size: 1.8rem;
      text-align: center; }
      header .sp .contact_btn a span {
        font-size: 1.3rem;
        display: block; }
  header .menu-trigger,
  header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff; }
  header .menu-trigger {
    width: 50px;
    height: 50px;
    float: right;
    position: fixed;
    top: 2%;
    right: 1%;
    z-index: 9999;
    background: #862723;
    transform: scale(0.8); }
  header .menu-trigger span {
    width: 30px;
    height: 3px;
    margin: auto auto auto 10px;
    position: absolute;
    background-color: #fff; }
  header .menu-trigger span:nth-of-type(1) {
    top: 15px; }
  header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0; }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 15px; }
  header .menu-trigger.active {
    background: #fff; }
  header .menu-trigger.active span {
    background-color: #862723; }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg); }
  header #overlay {
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-top: 5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #352e26;
    display: none;
    text-align: center; }
    header #overlay h1 {
      text-align: center;
      margin-bottom: 10px; }
    header #overlay .info {
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: 20px;
      color: #fff; }
  header #overlay ul {
    width: 100%;
    margin: 10px 0 10px; }
  header #overlay ul li {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 10px; }
  header #overlay ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff; }
    header #overlay ul li a span {
      display: none; }

/*
header.is-fixed{
	position: fixed;
	top: 0;
	z-index: 100;
	left: 50%;
transform: translate(-50%, 0%);
	background: url(../img/header.jpg) no-repeat center top;
}
*/
footer {
  background: url(../img/common/bg_footer.jpg) no-repeat top center/cover;
  color: #fff; }
  footer .inner {
    padding: 50px 0 20px;
    max-width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 1101px) {
      footer .inner {
        padding: 30px 15px; } }
    footer .inner nav {
      margin-bottom: 60px; }
      footer .inner nav ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        footer .inner nav ul li {
          margin: 0 10px;
          font-size: 1.4rem; }
          footer .inner nav ul li a {
            text-decoration: none;
            color: #fff; }
    footer .inner .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 1101px) {
        footer .inner .flex {
          display: block;
          text-align: center; } }
      footer .inner .flex .info {
        margin: 30px 0;
        line-height: 2.0;
        font-size: 1.4rem;
        margin-left: 30px;
        color: #fff; }
        footer .inner .flex .info a[href*="tel:"] {
          text-decoration: none; }
        @media screen and (max-width: 1101px) {
          footer .inner .flex .info {
            margin-left: 0; } }
  footer address {
    text-align: center;
    padding: 15px;
    font-size: 1.4rem; }

#mainImg {
  margin-bottom: -10px;
  position: relative; }
  #mainImg svg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100vw; }
    @media screen and (max-width: 1101px) {
      #mainImg svg {
        height: 70px; } }
  #mainImg video {
    width: 100%; }

.fix_bnr {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .fix_bnr img {
      width: 150px; } }

/*社内タブレットに合わせる為*/
/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
/* 画面全体の設定 */
#loader_wrap {
  z-index: 9999;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: url(../img/common/bg_main.jpg) repeat-y top center/cover; }

/* ローディングアニメーションの設定 */
.loader {
  width: 203px;
  height: 68px;
  background: url("../img/common/logo.png") no-repeat;
  opacity: 0;
  animation: blink 1.5s infinite linear; }

@keyframes blink {
  50% {
    opacity: 1; } }

/* ローディング終了後 */
.loaded {
  opacity: 0;
  visibility: hidden; }

#container {
  overflow: hidden; }
  #container .main section p {
    line-height: 1.6; }
  #container .main section .flex {
    display: flex;
    flex-wrap: wrap; }
  #container .main section .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 0; }
    @media screen and (max-width: 1101px) {
      #container .main section .inner {
        padding: 30px 15px;
        box-sizing: border-box; } }
    #container .main section .inner img {
      max-width: 100%;
      height: auto; }
  #container .main section img {
    max-width: 100%;
    height: auto; }
  #container .toTop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 4; }
    @media screen and (max-width: 767px) {
      #container .toTop {
        bottom: 80px;
        right: 10px; } }
  #container .gmap {
    padding: 0; }

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #container {
  overflow: hidden; }

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }

@keyframes fuwafuwa02 {
  0%, 100% {
    transform: translatex(0); }
  50% {
    transform: translatex(-20px); } }
  #top #container .anime-fuwafuwa {
    animation: 3s fuwafuwa infinite; }
  #top #container .anime-fuwafuwa02 {
    animation: 3s fuwafuwa02 infinite; }
  #top #container .box {
    position: relative;
    max-width: 1300px;
    margin: 0 auto; }
    #top #container .box img {
      max-width: 100%;
      height: auto; }
    #top #container .box .fig01 {
      position: absolute;
      top: 174px;
      left: -10px; }
    #top #container .box .fig02 {
      position: absolute;
      top: 174px;
      right: -20px; }
    #top #container .box .fig03 {
      position: absolute;
      top: 439px;
      right: -20px; }
    #top #container .box .fig04 {
      position: absolute;
      top: 636px;
      right: 30px; }
  #top #container .sp {
    position: relative;
    max-width: 100%;
    margin: 0 auto; }
    #top #container .sp img {
      max-width: 100%;
      height: auto; }
    #top #container .sp .fig01 {
      position: absolute;
      top: 5%;
      left: -10px;
      z-index: 999; }
    #top #container .sp .fig02 {
      position: absolute;
      top: 1%;
      right: -20px; }
    #top #container .sp .fig04 {
      position: absolute;
      top: 5%;
      right: 30px; }

/*# sourceMappingURL=style.css.map */