<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.about, .cta {
  padding: 100px 20%;
}

@media (max-width: 1280px) {
  .about, .cta {
    padding: 80px 10%;
  }
}

@media (max-width: 768px) {
  .about, .cta {
    padding: 80px 5%;
  }
}

html,
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #422A10;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  background-image: url(images/bg.png);
  background-size: cover;
}

section {
  overflow: hidden;
  -webkit-transition: .8s;
  transition: .8s;
}

.section__title {
  font-size: 48px;
  text-align: left;
}

.section__title--description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  /*top: -100px;*/
  position: relative;
  width: 100%;
  /*margin: 100px auto 0;*/
  margin: 0 auto;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #422A10;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  /*float: left;*/
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  padding: 10px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: 5px;
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#global-nav ul li {
  padding: 5px 10px;
  border-left: 1px solid #fff;
}

#global-nav ul li:last-child {
  border-right: none;
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  -webkit-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
    border-left: none;
  }
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  font-size: 20px;
  color: #fff;
}

#head_wrap.fixed #global-nav ul li a {
  color: #fff;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #422A10;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo, #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    font-size: 18px;
    color: #fff;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #422A10;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 640px) and (max-width: 640px) {
  #global-nav ul {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a, #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
}

@media (max-width: 640px) and (max-width: 640px) {
  #head_wrap #global-nav ul li a, #head_wrap.fixed #global-nav ul li a {
    padding: 1rem 0;
  }
}

@media (max-width: 640px) {
  #nav-toggle {
    display: block;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  /* #global-nav スライドアニメーション */
}

/*hero ----------------------*/
.hero {
  padding: 180px 10% 200px;
  background-image: url(images/img_head.jpg);
  background-position: center;
  /*background-image: linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%);*/
  color: #fff;
  text-align: center;
}

.hero h1 {
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .hero h1 img {
    width: 100%;
  }
}

.hero p {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 768px) {
  .hero p {
    line-height: 1.5;
    font-size: 14px;
  }
}

.hero a {
  display: inline-block;
  background: #fff;
  padding: 15px 40px 15px 20px;
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #FF6B95;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #fff;
  position: relative;
}

@media (max-width: 768px) {
  .hero a {
    display: block;
  }
}

.hero a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #FF6B95;
  border-right: 2px solid #FF6B95;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero a:hover {
  background: #FF6B95;
  color: #fff;
}

.hero a:hover::after {
  border-color: #fff;
}

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

.about__image {
  width: 50%;
}

@media (max-width: 768px) {
  .about__image {
    width: 100%;
  }
}

.about__image img {
  width: 100%;
  height: auto;
}

.about__text {
  width: 50%;
}

@media (max-width: 768px) {
  .about__text {
    width: 100%;
  }
}

.about__text p {
  line-height: 2;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .about__text p {
    margin: 20px 0 0;
  }
}

#food, #access {
  margin-top: 1rem;
}

#food h2, #access h2 {
  margin-left: 50px;
}

@media (max-width: 768px) {
  #food h2, #access h2 {
    margin: 20px 0 0;
  }
}

#food p, #access p {
  margin-left: 50px;
  margin-right: 0;
}

@media (max-width: 768px) {
  #food p, #access p {
    margin: 20px 0 0;
  }
}

#food p img, #access p img {
  width: 100%;
}

#drink {
  margin-top: 1rem;
}

#drink p img {
  width: 100%;
}

.cta {
  background-image: none;
}

.cta__btn {
  text-align: center;
}

.cta__btn a {
  display: inline-block;
  padding: 15px 20px;
  margin: 0px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #422A10;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #422A10;
  position: relative;
}

@media (max-width: 768px) {
  .cta__btn a {
    display: block;
  }
}

.cta__btn a:hover {
  border-color: #fff;
  background: #422A10;
  color: #422A10;
}

footer {
  padding: 15px 0;
  text-align: center;
  color: #999;
}

footer small {
  font-size: 12px;
  line-height: 1;
}

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

/***トップへ戻るボタン***/
#page-top {
  display: block;
  max-width: 240px;
  font-weight: bold;
  padding: .7em;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  /*背景色*/
  color: #666;
  /*文字色*/
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

/***マウスオーバー時***/
#page-top:hover {
  background: #666;
  /*背景色*/
  color: #fff;
  /*文字色*/
}

/***トップへ戻るボタンここまで***/
.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.nohand {
  cursor: default;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>