@charset "UTF-8";
@font-face {
  font-family: "alpha";
  src: url("../fonts/Helvetica.ttc"); }
@font-face {
  font-family: "otf";
  font-weight: normal;
  src: url("../fonts/AP-OTF-A1GothicStd-Regular.otf"); }
body {
  font-family: otf, sans-serif;
  font-weight: normal;
  color: #333;
  position: relative;
  width: 100%;
  margin: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  vertical-align: bottom; }

p, h2 {
  margin: 0; }

a {
  text-decoration: none;
  color: #333; }
  a:hover {
    text-decoration: underline; }

.sp__only {
  display: block; }
  @media (min-width: 769px) {
    .sp__only {
      display: none; } }

.pc__only {
  display: none; }
  @media (min-width: 769px) {
    .pc__only {
      display: block; } }

.sp__only__il {
  display: inline; }
  @media (min-width: 769px) {
    .sp__only__il {
      display: none; } }

.pc__only__il {
  display: none; }
  @media (min-width: 769px) {
    .pc__only__il {
      display: inline; } }

.section {
  position: relative;
  padding-top: 60px; }
  .section .header {
    text-align: center;
    font-size: 1.6875rem;
    font-weight: bold;
    font-family: alpha; }
    @media (min-width: 769px) {
      .section .header {
        text-align: left;
        position: absolute;
        left: -6vw;
        writing-mode: vertical-rl;
        font-size: 3.125rem; } }
    @media (max-width: 1350px) {
      .section .header {
        left: 0;
        font-size: 3rem; } }
  @media (min-width: 769px) {
    .section {
      padding-top: 100px; } }

.container {
  position: relative;
  width: 100%; }
  @media (min-width: 769px) {
    .container {
      margin: 0 auto;
      width: 1179px;
      z-index: 0; } }
  @media (max-width: 1179px) {
    .container {
      margin: 0 auto;
      width: 100%; } }

.colWrap {
  display: flex;
  justify-content: center; }

.colWrap.pc__only {
  display: none; }
  @media (min-width: 769px) {
    .colWrap.pc__only {
      display: flex; } }

.col2 li {
  width: 100%; }
  @media (min-width: 769px) {
    .col2 li {
      width: 50%; } }

.wrap {
  flex-wrap: wrap; }

.text__center {
  text-align: center; }

.spReverse {
  flex-direction: column-reverse; }
  @media (min-width: 769px) {
    .spReverse {
      flex-direction: row; } }

header {
  font-family: alpha, sans-serif;
  position: relative; }
  @media (min-width: 769px) {
    header {
      position: relative; }
      header .gnav {
        position: absolute;
        right: 60px;
        top: 20px;
        z-index: 20; }
        header .gnav ul {
          justify-content: flex-end; }
          header .gnav ul li {
            margin: 0 30px; }
            header .gnav ul li:last-child {
              margin-right: 0; }
            header .gnav ul li i {
              font-size: 1.5rem; }
      header .eyecatch {
        margin-top: -100px; }
        header .eyecatch img {
          width: 100%; } }

.gnav__sp .menu__btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90; }
  .gnav__sp .menu__btn span, .gnav__sp .menu__btn span:before, .gnav__sp .menu__btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #333;
    position: absolute; }
  .gnav__sp .menu__btn span::before {
    bottom: 8px; }
  .gnav__sp .menu__btn span::after {
    top: 8px; }
.gnav__sp .menu__content {
  padding: 60px 15%;
  font-size: 1.5rem;
  width: calc(100% - 30%);
  height: calc(100% - 120px);
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #67645E;
  transition: all 0.5s; }
  .gnav__sp .menu__content p {
    margin: 0; }
  .gnav__sp .menu__content ul {
    padding: 60px 0 0; }
    .gnav__sp .menu__content ul li {
      line-height: 1;
      margin-bottom: 40px; }
      .gnav__sp .menu__content ul li a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        color: white;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative; }
    .gnav__sp .menu__content ul .insta__link {
      font-size: 2rem; }
  .gnav__sp .menu__content .address {
    color: white;
    font-size: 0.875rem; }
.gnav__sp #menu-btn-check {
  display: none; }
  .gnav__sp #menu-btn-check:checked ~ .menu__btn span {
    background-color: rgba(255, 255, 255, 0); }
    .gnav__sp #menu-btn-check:checked ~ .menu__btn span::before {
      bottom: 0;
      transform: rotate(45deg);
      background-color: white; }
    .gnav__sp #menu-btn-check:checked ~ .menu__btn span::after {
      top: 0;
      transform: rotate(-45deg);
      background-color: white; }
  .gnav__sp #menu-btn-check:checked ~ .menu__content {
    left: 0; }

h1 {
  margin-left: 10px;
  position: relative;
  z-index: 10; }

.slick-slider.sp__only {
  display: block; }
  @media (min-width: 769px) {
    .slick-slider.sp__only {
      display: none; } }

.slick-slider .slick-dots {
  bottom: 0; }
  .slick-slider .slick-dots li {
    width: 30px;
    height: 30px; }
    .slick-slider .slick-dots li button::before {
      color: white; }
  .slick-slider .slick-dots .slick-active button::before {
    color: white; }

@media (min-width: 769px) {
  #instagram {
    padding-top: 60px; }
    #instagram .header {
      line-height: 1;
      margin-top: 60px; } }

#about {
  text-align: center;
  line-height: 2.25; }
  @media (min-width: 769px) {
    #about {
      text-align: left; }
      #about .header {
        line-height: 1; } }
  #about .text {
    padding: 60px 0; }
    @media (min-width: 769px) {
      #about .text {
        padding: 0 0 0 100px;
        margin-bottom: 100px;
        width: calc(50% - 100px); } }

.menus {
  background: #F2EFEE;
  text-align: center;
  line-height: 2.625;
  padding-bottom: 60px;
  position: relative; }
  @media (min-width: 769px) {
    .menus {
      text-align: left;
      padding-top: 100px; } }
  .menus .header {
    padding: 30px 0; }
    @media (min-width: 769px) {
      .menus .header {
        padding: 0;
        line-height: 1; } }
  .menus .text {
    padding: 60px 0; }
    @media (min-width: 769px) {
      .menus .text {
        padding: 30px 0; } }
  .menus .drink {
    margin-bottom: 60px; }
    @media (min-width: 769px) {
      .menus .drink {
        margin-top: -100px;
        padding-top: 100px;
        background-image: url(../img/bg-menu.png);
        background-repeat: no-repeat;
        background-position: right top; } }
    @media (min-width: 769px) {
      .menus .drink .container {
        padding-left: 100px;
        width: 1079px; } }
    @media (max-width: 1179px) {
      .menus .drink .container {
        padding: 0 5%;
        width: 90%; } }
    @media (max-width: 769px) {
      .menus .drink .container {
        padding: 0;
        width: 100%; } }
    .menus .drink .container .photos {
      padding: 7vw 0 0 0; }
  .menus .cake p {
    margin-bottom: 60px; }
    @media (min-width: 769px) {
      .menus .cake p {
        margin-bottom: 30px; } }
  .menus .cake .bottom {
    line-height: 2; }
  @media (min-width: 769px) {
    .menus .cake .container {
      background-image: url(../img/bg-cake.png);
      background-repeat: no-repeat;
      background-position: left top;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      min-height: 728px; } }
  .menus .lunch {
    margin-bottom: 60px; }
    @media (min-width: 769px) {
      .menus .lunch {
        padding-top: 100px;
        background-image: url(../img/bg-lunch.png);
        background-repeat: no-repeat;
        background-position: right top;
        min-height: 728px; } }
    @media (min-width: 769px) {
      .menus .lunch .container {
        padding-left: 100px;
        width: 1079px; } }
    @media (max-width: 1179px) {
      .menus .lunch .container {
        padding: 0 5%;
        width: 90%; }
        .menus .lunch .container .text {
          margin-bottom: 60px; } }
    @media (max-width: 769px) {
      .menus .lunch .container {
        padding: 0;
        width: 100%; }
        .menus .lunch .container .text {
          margin-bottom: 0; } }
  @media (max-width: 1179px) {
    .menus .container {
      padding: 0 5%;
      width: 90%; } }
  @media (max-width: 769px) {
    .menus .container {
      padding: 0;
      width: 100%; } }
  @media (min-width: 769px) {
    .menus .photos {
      padding: 60px 0;
      justify-content: space-between;
      padding-left: 100px;
      width: 1079px; } }
  @media (max-width: 1179px) {
    .menus .photos {
      padding-left: 0;
      width: 100%; } }

#access {
  padding-top: 120px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif; }
  @media (min-width: 769px) {
    #access .header {
      line-height: 1; } }
  #access p {
    line-height: 2; }
  @media (min-width: 769px) {
    #access ul {
      justify-content: space-between; } }
  #access ul li {
    margin: 30px 0; }
    @media (min-width: 769px) {
      #access ul li {
        width: calc(40% - 60px);
        margin: 0; } }
    #access ul li:first-child {
      margin-bottom: 0; }
      @media (min-width: 769px) {
        #access ul li:first-child {
          width: 60%; } }
      #access ul li:first-child .map {
        width: 100vw;
        height: 580px; }
        @media (min-width: 769px) {
          #access ul li:first-child .map {
            width: 100%;
            height: 650px; } }
  #access h3 {
    background: #424242;
    color: white;
    margin-bottom: 0; }
    @media (min-width: 769px) {
      #access h3 {
        padding-left: 0.5em; } }
  @media (min-width: 769px) {
    #access .text__center {
      text-align: left; } }

.time {
  line-height: 2;
  margin: 0; }
  @media (min-width: 769px) {
    .time {
      justify-content: flex-start !important; } }
  .time dt {
    width: 3em; }
  .time dd {
    margin-left: 1em; }

@media (min-width: 769px) {
  #contact div {
    position: relative; }
  #contact .container {
    position: absolute;
    top: 100px;
    left: calc(50% - 590px); }
    #contact .container .header {
      color: white;
      line-height: 1; } }
@media (max-width: 1350px) {
  #contact .container {
    width: 100%;
    left: 0; } }
@media (min-width: 769px) {
  #contact img {
    width: 100%; } }

.footer {
  background: #67645E;
  color: white;
  padding: 30px 0;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif; }
  @media (min-width: 769px) {
    .footer {
      padding: 60px 0; } }
  @media (min-width: 769px) {
    .footer .colWrap {
      justify-content: space-between; }
      .footer .colWrap .col2 {
        justify-content: flex-start;
        font-family: alpha; }
        .footer .colWrap .col2 li {
          margin-bottom: 30px; }
          .footer .colWrap .col2 li i {
            font-size: 1.5rem; } }
  .footer .address p {
    line-height: 2; }
  .footer li:first-child {
    margin-bottom: 30px; }
  .footer li a {
    color: white; }
  @media (min-width: 769px) {
    .footer {
      line-height: 2.5; } }
  @media (min-width: 769px) {
    .footer .text__center {
      text-align: left; } }

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px; }

#sb_instagram {
  margin-top: 60px; }
  #sb_instagram #sbi_images img {
    width: 100%; }
  #sb_instagram #sbi_images .sbi-screenreader {
    display: none; }
  #sb_instagram #sbi_images .sbi_photo_wrap .sbi_photo {
    padding-bottom: 0 !important; }

@media (min-width: 769px) {
  .container__head {
    position: absolute;
    top: 100px;
    left: calc(50% - 590px);
    z-index: 1; }
    .container__head .header {
      line-height: 1; } }
@media (max-width: 1350px) {
  .container__head {
    width: 100%;
    left: 0; } }

#sb_instagram .sb_instagram_header, .sb_instagram_header {
  width: calc(100% - 10px); }
