@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)
*/
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: 63.5%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 52.5%; } }

body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-family: "Noto Sans JP"; }

a {
  transition: all 0.3s ease 0s;
  color: #000; }
  a:hover {
    color: #d6f1a1; }

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

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

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

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

@media screen and (min-width: 606px) and (max-width: 767px) {
  .tab {
    display: block !important; } }

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

a img {
  transition: all 0.3s ease 0s; }
  a img:hover {
    opacity: 0.8; }

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

.link {
  color: #000;
  text-decoration: none; }

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

.marker {
  background: linear-gradient(transparent 60%, #ffe800 60%);
  font-weight: bold; }

/*=======================================================
	
    header
    
========================================================*/
@media screen and (max-width: 767px) {
  #container {
    overflow: hidden; } }

#container header {
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
  position: fixed; }
  @media screen and (max-width: 767px) {
    #container header {
      padding: 0 10px; } }
  #container header.is-fixed {
    position: fixed;
    animation: nyuru 0.5s;
    background: rgba(255, 255, 255, 0.8); }
    #container header.is-fixed nav {
      padding: 25px 0; }
      #container header.is-fixed nav.pc ul.gnav li a {
        color: #000; }
        #container header.is-fixed nav.pc ul.gnav li a::after {
          background: #000; }

@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; } } }
  #container header nav {
    padding: 50px 0; }
    #container header nav.pc ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      #container header nav.pc ul.gnav li {
        margin: 0 20px;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.8rem;
        font-weight: bold; }
        #container header nav.pc ul.gnav li a {
          text-decoration: none;
          color: #fff;
          position: relative; }
        #container header nav.pc ul.gnav li a::after {
          position: absolute;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: #fff;
          bottom: -4px;
          transform: scale(0, 1);
          transform-origin: center top;
          transition: transform 0.3s; }
        #container header nav.pc ul.gnav li a:hover::after {
          transform: scale(1, 1); }

#container .menu-trigger,
#container .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff; }

#container .menu-trigger {
  width: 50px;
  height: 50px;
  float: right;
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 9999;
  background: #d6f1a1;
  transform: scale(0.8); }

#container .menu-trigger span {
  width: 30px;
  height: 3px;
  margin: auto auto auto 10px;
  position: absolute;
  background-color: #fff; }

#container .menu-trigger span:nth-of-type(1) {
  top: 15px; }

#container .menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0; }

#container .menu-trigger span:nth-of-type(3) {
  bottom: 15px; }

#container .menu-trigger.active {
  background: #d6f1a1; }

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

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

#container .menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

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

#container #overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 10%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
  text-align: center; }
  #container #overlay .btn_contact {
    text-align: center;
    margin: 0 30px; }
    #container #overlay .btn_contact a {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #d6f1a1;
      text-decoration: none;
      padding: 20px 40px;
      text-align: center;
      color: #fff;
      box-sizing: border-box;
      margin-bottom: 20px;
      font-size: 1.8rem; }
  #container #overlay .btn_contact02 {
    text-align: center;
    margin: 0 30px; }
    #container #overlay .btn_contact02 a {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ddf0fc;
      text-decoration: none;
      padding: 20px 20px;
      text-align: center;
      color: #fff;
      box-sizing: border-box; }

#container #overlay ul {
  width: 100%;
  margin: 10px 0; }

#container #overlay ul li {
  margin: 25px 15px;
  text-align: center;
  border: 0; }

#container #overlay ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #333; }
  #container #overlay ul li a span {
    font-weight: normal;
    font-size: 1.2rem;
    display: block; }

#container footer {
  padding: 0; }
  @media screen and (max-width: 767px) {
    #container footer {
      padding: 0;
      text-align: center; } }
  #container footer .inner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #container footer .inner {
        padding: 30px 15px;
        display: block;
        text-align: center; } }
    #container footer .inner .logo {
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        #container footer .inner .logo {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
    #container footer .inner .foot_info {
      font-size: 1.4rem;
      line-height: 1.6; }
  #container footer address {
    background: #d6f1a1;
    padding: 10px;
    margin: 20px auto 0;
    font-size: 1.2rem;
    text-align: center; }

/*=======================================================
	
    共通レイアウト
    
========================================================*/
#container img {
  max-width: 100%;
  height: auto; }

#container .flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #container .flex .box01 {
      order: 1; } }
  @media screen and (max-width: 767px) {
    #container .flex .box02 {
      order: 2; } }
  #container .flex img {
    max-width: 100%; }

#container .fix_bnr {
  position: fixed;
  right: 0;
  top: 20%; }
  @media screen and (max-width: 767px) {
    #container .fix_bnr {
      left: 0;
      bottom: 0;
      top: inherit;
      right: inherit;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #container .fix_bnr a {
      display: block;
      background: #7b673f;
      padding: 20px;
      text-align: center;
      box-sizing: border-box; } }

#container #content .inner {
  max-width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container #content .inner {
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box; } }

#container #content section p {
  line-height: 1.6; }

#container #content section .inner {
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    #container #content section .inner {
      padding: 45px 15px;
      box-sizing: border-box; } }

#container #content section h2.style01 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #container #content section h2.style01 {
      font-size: 3.0rem; } }
  #container #content section h2.style01::before {
    width: 44px;
    height: 3px;
    background: #d6f1a1;
    display: block;
    margin: 0 auto 20px;
    content: ""; }
  #container #content section h2.style01 span {
    font-size: 1.4rem;
    display: block; }

#container #content section .more01 a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.3rem;
  text-align: center;
  max-width: 250px;
  background: #f0efe9;
  font-weight: bold;
  border-radius: 25px;
  margin: 20px auto 0; }
  #container #content section .more01 a:hover {
    background: #7b673f;
    color: #fff; }

#container #content section .more02 a {
  display: block;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 1.3rem;
  text-align: center;
  max-width: 250px;
  background: #f0efe9;
  font-weight: bold;
  border-radius: 25px;
  margin: 20px auto 0; }
  #container #content section .more02 a:hover {
    background: #7b673f;
    color: #fff; }

#container #content section .more03 a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 2.0rem;
  text-align: center;
  max-width: 450px;
  background: #7b673f;
  font-weight: bold;
  border-radius: 25px;
  margin: 40px auto 0;
  color: #fff; }
  #container #content section .more03 a:hover {
    background: #4f4023;
    color: #fff; }

#container .fixbnr {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 100; }

/*=======================================================
	
    TOPコンテンツ
    
========================================================*/
#top #container .mv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../img/mv.jpg") center/cover; }
  @media screen and (max-width: 767px) {
    #top #container .mv {
      min-height: 70vh; } }
  #top #container .mv h1 {
    margin: 0;
    position: absolute;
    top: calc(50% - 0.5em);
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #top #container .mv h1 {
        top: calc(30% - 0.5em); } }
  #top #container .mv .scroll {
    margin: 0;
    position: absolute;
    top: calc(90% - 0.5em);
    width: 100%;
    text-align: center;
    animation-name: fuwafuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s; }
    @media screen and (max-width: 767px) {
      #top #container .mv .scroll {
        top: calc(85% - 0.5em); } }

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0px); }
  100% {
    transform: translate(0, -15px); } }

#top #container .about {
  padding: 70px 0; }
  #top #container .about .box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #top #container .about .box_wrap {
        padding: 0 15px; } }
    #top #container .about .box_wrap .cont {
      width: 58%;
      padding-left: 10%;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #top #container .about .box_wrap .cont {
          width: 100%;
          padding-left: 0;
          margin-bottom: 30px; } }
      #top #container .about .box_wrap .cont h3 {
        font-size: 3.0rem;
        display: flex;
        font-weight: 700;
        align-items: center;
        line-height: 1.6;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #top #container .about .box_wrap .cont h3 {
            font-size: 2.2rem; } }
        #top #container .about .box_wrap .cont h3::before {
          width: 49px;
          height: 2px;
          background: #d6f1a1;
          content: "";
          margin-right: 1em; }
      #top #container .about .box_wrap .cont p {
        line-height: 2.0; }
    #top #container .about .box_wrap figure {
      width: 38%; }
      @media screen and (max-width: 767px) {
        #top #container .about .box_wrap figure {
          width: 100%; } }
  #top #container .about .flex {
    justify-content: space-between;
    margin-bottom: 40px; }
    #top #container .about .flex figure {
      width: 38%; }
      @media screen and (max-width: 767px) {
        #top #container .about .flex figure {
          width: 100%; } }
    #top #container .about .flex .cont {
      width: 58%; }
      @media screen and (max-width: 767px) {
        #top #container .about .flex .cont {
          width: 100%;
          margin-top: 20px; } }
      #top #container .about .flex .cont h4 {
        font-size: 2.4rem;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 20px;
        border-left: 2px solid #d6f1a1;
        padding-left: 20px; }
        @media screen and (max-width: 767px) {
          #top #container .about .flex .cont h4 {
            font-size: 1.8rem; } }
        #top #container .about .flex .cont h4 span {
          font-size: 2.0rem;
          font-weight: normal; }
  #top #container .about .bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #top #container .about .bnr li {
      width: calc(50% - 10px); }
      @media screen and (max-width: 767px) {
        #top #container .about .bnr li {
          width: 100%;
          margin-bottom: 20px; } }

#top #container .menu {
  background: url(../img/bg_menu.jpg) no-repeat top center/cover; }
  #top #container .menu .inner .flex {
    justify-content: space-between; }
    #top #container .menu .inner .flex dl {
      width: calc(50% - 10px);
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #top #container .menu .inner .flex dl {
          width: 100%; } }
      #top #container .menu .inner .flex dl dt {
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 2.0rem; }
      #top #container .menu .inner .flex dl dd {
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        line-height: 1.6; }

#top #container .access {
  padding-bottom: 50px; }
  #top #container .access .inner .flex {
    justify-content: space-between; }
    #top #container .access .inner .flex .cont {
      width: 48%; }
      @media screen and (max-width: 767px) {
        #top #container .access .inner .flex .cont {
          width: 100%;
          margin-bottom: 30px; } }
      #top #container .access .inner .flex .cont dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #top #container .access .inner .flex .cont dl dt {
          padding-bottom: 20px;
          border-bottom: 1px solid #000;
          width: 20%;
          margin-bottom: 20px;
          line-height: 1.6; }
        #top #container .access .inner .flex .cont dl dd {
          padding-bottom: 20px;
          border-bottom: 1px solid #000;
          width: 80%;
          margin-bottom: 20px;
          line-height: 1.6; }
    #top #container .access .inner .flex figure {
      width: 48%; }
      @media screen and (max-width: 767px) {
        #top #container .access .inner .flex figure {
          width: 100%; } }

#top #container .reserve .box {
  padding: 50px 0;
  background: #e6e6e6;
  text-align: center; }
  #top #container .reserve .box .txt {
    margin-bottom: 40px;
    font-size: 1.4rem; }
  #top #container .reserve .box .more a {
    width: 500px;
    display: block;
    text-decoration: none;
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative; }
    @media screen and (max-width: 767px) {
      #top #container .reserve .box .more a {
        width: 90%; } }
    #top #container .reserve .box .more a span {
      font-size: 1.4rem;
      display: block; }
    #top #container .reserve .box .more a::after {
      content: "";
      background: #000;
      width: 62px;
      height: 2px;
      position: absolute;
      top: 50px;
      right: -20px;
      transition: all .3s; }
    #top #container .reserve .box .more a:hover::after {
      right: -30px; }

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