@charset "UTF-8";
/* CSS Document */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
html {
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.8; }

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

a {
  text-decoration: none;
  transition: 0.3s;
  color: #1d1d1d; }
  a:hover {
    opacity: 0.8;
    text-decoration: underline; }

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 24%;
  position: relative; }
  @media screen and (max-width: 1340px) {
    .gmap {
      padding-bottom: 360px; } }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.wrap, header {
  width: 1340px;
  padding: 0 20px;
  margin: 0 auto; }
  @media screen and (max-width: 1340px) {
    .wrap, header {
      width: 100%; } }

.wrap {
  margin-bottom: 100px; }

.wrap h2 {
  font-family: 'Bitter', serif;
  font-size: 24px;
  letter-spacing: 4px;
  font-size: 18px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 40px; }
  .wrap h2 span {
    letter-spacing: 10px;
    font-size: 32px;
    padding: 0 0 10px;
    display: block; }

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

.brSp {
  display: none; }
  @media screen and (max-width: 520px) {
    .brSp {
      display: block; } }

header {
  padding: 80px 20px 0px; }
  @media screen and (max-width: 1020px) {
    header {
      padding: 50px 20px 0px; } }
  @media screen and (max-width: 520px) {
    header {
      padding: 20px 20px 0; } }

#gv {
  display: flex;
  justify-content: space-between; }
  #gv #headContact {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999; }
    #gv #headContact a {
      display: block;
      color: #4A6431;
      font-family: 'Bitter', serif;
      font-size: 24px;
      letter-spacing: 4px;
      padding: 10px 30px;
      background: #fff;
      opacity: 0.9; }
      #gv #headContact a:hover {
        background: #4A6431;
        color: #fff;
        text-decoration: none; }
      #gv #headContact a span {
        font-size: 18px; }
    #gv #headContact .dispSp {
      display: none; }
  #gv h1 {
    display: flex;
    align-content: center; }
    #gv h1 a {
      display: flex; }
      #gv h1 a img {
        width: 480px; }
  #gv nav.spnav {
    display: none; }
  #gv nav.pcnav {
    margin-right: 60px; }
    #gv nav.pcnav ul {
      display: flex;
      letter-spacing: 3px; }
      #gv nav.pcnav ul li {
        padding: 20px 0 20px; }
        #gv nav.pcnav ul li:not(#gv nav.pcnav ul li:last-child) {
          margin-right: 40px;
          padding-right: 40px;
          border-right: 1px solid #ccc; }
        #gv nav.pcnav ul li a {
          font-size: 18px; }
  @media screen and (max-width: 1020px) {
    #gv {
      flex-direction: column; }
      #gv nav.pcnav {
        margin-right: 20px; }
        #gv nav.pcnav ul {
          justify-content: flex-end; }
          #gv nav.pcnav ul li {
            padding: 5px 0 10px; }
            #gv nav.pcnav ul li a {
              font-size: 16px; } }
  @media screen and (max-width: 796px) {
    #gv #headContact a {
      padding: 2px 20px 2px;
      font-size: 20px; }
    #gv h1 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 520px) {
    #gv h1 a img {
      width: 300px; }
    #gv #headContact {
      position: fixed;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      display: flex; }
      #gv #headContact .dispSp {
        display: block;
        width: 70px;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
        background: #4A6431;
        color: #fff;
        cursor: pointer; }
      #gv #headContact a {
        flex: 1;
        text-align: right;
        position: relative;
        padding-left: 40px;
        letter-spacing: 2px; }
        #gv #headContact a span {
          position: absolute;
          top: 7px;
          left: 14px;
          display: block;
          font-size: 13px;
          letter-spacing: 1px; }
    #gv .openMenu {
      position: relative; }
      #gv .openMenu span {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 2px;
        width: 22px;
        border-radius: 2px;
        background: #fff;
        display: inline-block; }
        #gv .openMenu span:nth-of-type(1) {
          bottom: 25px; }
        #gv .openMenu span:nth-of-type(2) {
          bottom: 18px; }
        #gv .openMenu span:nth-of-type(3) {
          bottom: 10px; }
    #gv nav.pcnav {
      display: none; }
    #gv nav.spnav {
      display: none;
      position: fixed;
      bottom: 60px;
      left: 10;
      z-index: 999;
      width: 70%;
      margin-right: 0;
      background: #4A6431;
      border-radius: 10px; }
      #gv nav.spnav ul {
        display: block; }
        #gv nav.spnav ul li {
          padding: 0 0 0 0;
          border: none !important; }
          #gv nav.spnav ul li a {
            color: #fff;
            display: block;
            padding: 10px 20px; } }

#mv {
  display: flex; }
  #mv .wrap {
    margin-bottom: 140px; }
  #mv .slider, #mv .c-video {
    position: relative; }
    #mv .slider::after, #mv .c-video::after {
      content: "昭和町のお洒落なカフェ BEAUTIFULDAY";
      font-size: 14px;
      color: #ccc;
      writing-mode: vertical-rl;
      position: absolute;
      left: -30px;
      top: 0; }
  #mv .slick-dots {
    bottom: 15px;
    left: -30px;
    width: 20px; }
  #mv h2 {
    width: 300px;
    margin-top: -390px;
    z-index: 9999;
    position: relative;
    margin-left: 40px; }
  @media screen and (max-width: 1420px) {
    #mv .wrap {
      margin-left: 35px;
      width: calc(100% - 35px);
      padding: 0; }
    #mv .slick-slide img {
      width: 100%; }
    #mv h2 {
      width: 30%;
      margin-left: 20px;
      margin-top: -38%; } }
  @media screen and (max-width: 740px) {
    #mv h2 {
      margin-top: -48%; }
    #mv .wrap {
      margin-left: 0;
      width: 100%; }
    #mv .slider::after, #mv .c-video::after {
      writing-mode: horizontal-tb;
      left: 0;
      top: auto; } }

#about {
  margin-bottom: 60px;
  position: relative; }
  #about .wrap {
    margin-bottom: 230px; }
  #about p {
    width: 1000px;
    padding-right: 500px;
    margin: 0 auto; }
    #about p span.img {
      width: 47vw;
      display: block;
      position: absolute;
      background: url("../img/concept1.jpg") center/cover no-repeat;
      top: 230px;
      right: 0;
      height: 480px; }
  @media screen and (max-width: 1440px) {
    #about p span.img {
      height: 28vw; } }
  @media screen and (max-width: 1040px) {
    #about .wrap {
      margin-bottom: 100px; }
    #about p {
      width: 680px;
      padding-right: 0; }
      #about p span.img {
        width: 600px;
        height: 280px;
        position: static;
        margin: 0 auto 30px; } }
  @media screen and (max-width: 740px) {
    #about p {
      width: 100%; }
      #about p span.img {
        width: calc(100% - 20px);
        height: 40vw; } }
  @media screen and (max-width: 520px) {
    #about p {
      text-align: left; } }

#sec1 {
  background: url("../img/bg_sec1.jpg") no-repeat center/cover fixed;
  position: relative; }
  #sec1::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #sec1 .wrap {
    position: relative;
    padding-right: 680px;
    padding-bottom: 120px; }
  #sec1 .brPc {
    display: block; }
  #sec1 h2 {
    text-align: left;
    padding-top: 120px;
    padding-left: 30px;
    color: #fff;
    font-size: 32px;
    border-left: 2px solid #fff; }
  #sec1 p.description {
    padding-left: 30px;
    color: #fff;
    margin-bottom: 120px; }
  @media screen and (max-width: 1280px) {
    #sec1 .wrap {
      padding-right: 52%; } }
  @media screen and (max-width: 980px) {
    #sec1 .wrap {
      padding-right: 30%; } }
  @media screen and (max-width: 680px) {
    #sec1 {
      background: url(../img/bg_sec1.jpg) no-repeat top/contain; }
      #sec1::before {
        content: none; }
      #sec1 .wrap {
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 49vw;
        padding-left: 10px; }
      #sec1 .brPc {
        display: none; }
      #sec1 h2 {
        font-size: 25px;
        color: #1d1d1d;
        border-left: 2px solid #1d1d1d; }
        #sec1 h2 span {
          letter-spacing: 5px; }
      #sec1 p.description {
        padding: 0;
        color: #1d1d1d;
        padding-right: 20px; } }

#menu {
  position: relative; }
  #menu p.caution {
    font-size: 80%;
    text-align: right;
    color: #333;
    margin-top: -55px;
    margin-bottom: 55px; }
  #menu .menuimage {
    width: calc(100% - 120px);
    margin: 0 auto 60px;
    position: relative; }
    #menu .menuimage::before {
      content: "";
      position: absolute;
      width: calc(100% + 120px);
      border: 1px solid #1d1d1d;
      height: 100%;
      top: -110px;
      left: -60px;
      z-index: -1; }
    #menu .menuimage img {
      width: 100%; }
  #menu h2 span {
    position: relative;
    z-index: 1; }
    #menu h2 span::before {
      position: absolute;
      content: "";
      width: 400px;
      height: 60px;
      top: 0;
      left: calc(50% - 200px);
      background: #fff;
      z-index: -1; }
  #menu ul .cat {
    padding: 8px;
    color: #4A6431;
    letter-spacing: 3px;
    position: relative; }
    #menu ul .cat::after {
      position: absolute;
      content: "";
      height: 0;
      width: 20%;
      top: calc(50% - 3px);
      right: 0;
      border-bottom: 3px dotted #4A6431; }
    #menu ul .cat span {
      font-family: 'Bitter', serif;
      font-size: 24px;
      letter-spacing: 4px;
      margin-right: 20px;
      border-left: 20px solid #4A6431;
      padding-left: 20px;
      display: inline-block; }
  #menu ul.clm1 {
    width: 800px;
    margin-bottom: 60px;
    position: relative; }
    #menu ul.clm1:nth-of-type(1)::after {
      position: absolute;
      content: "";
      width: 280px;
      height: 280px;
      background: url("../img/img_dish.jpg") no-repeat center/cover;
      border-radius: 50%;
      top: 20px;
      right: -430px; }
    #menu ul.clm1 li {
      border-bottom: 1px solid #ccc;
      padding: 10px 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #menu ul.clm1 li span {
        display: inline-block;
        min-width: 100px;
        text-align: right; }
      #menu ul.clm1 li span.desc {
        display: block;
        width: 100%;
        text-align: left;
        color: #333;
        font-size: 60%; }
  #menu ul.clm2 {
    display: flex; }
    #menu ul.clm2 > li {
      width: 600px; }
      #menu ul.clm2 > li:first-child {
        margin-right: 40px; }
      #menu ul.clm2 > li ul {
        margin-bottom: 40px; }
        #menu ul.clm2 > li ul li {
          border-bottom: 1px solid #ccc;
          padding: 10px 20px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #menu ul.clm2 > li ul li span {
            display: inline-block;
            min-width: 100px;
            text-align: right; }
          #menu ul.clm2 > li ul li span.desc {
            display: block;
            width: 100%;
            text-align: left;
            color: #333;
            font-size: 60%; }
  #menu::after {
    position: absolute;
    content: "";
    width: 270px;
    height: 270px;
    background: url(../img/img_dish2.jpg) no-repeat center/cover;
    border-radius: 50%;
    bottom: -200px;
    right: 80px; }
  @media screen and (max-width: 1280px) {
    #menu ul.clm1::after {
      right: -330px;
      width: 220px;
      height: 220px; } }
  @media screen and (max-width: 1180px) {
    #menu ul.clm1::after {
      display: none; } }
  @media screen and (max-width: 920px) {
    #menu h2 span::before {
      width: 36%;
      left: 31%; } }
  @media screen and (max-width: 840px) {
    #menu ul.clm1 {
      width: 100%; }
      #menu ul.clm1::after {
        display: none; }
    #menu ul.clm2 {
      display: block; }
      #menu ul.clm2 li {
        width: 100%; }
      #menu ul.clm2 > li:first-child {
        margin-bottom: 60px; }
    #menu::after {
      width: 160px;
      height: 160px;
      bottom: -180px;
      right: 60px; } }
  @media screen and (max-width: 520px) {
    #menu h2 {
      margin-bottom: 20px; }
      #menu h2 span::before {
        width: 50%;
        left: 25%; }
    #menu .menuimage {
      width: 100%; }
      #menu .menuimage::before {
        width: calc(100% + 20px);
        left: -10px; }
    #menu ul.clm1 li,
    #menu ul.clm2 > li ul li {
      padding: 10px 0; }
      #menu ul.clm1 li span,
      #menu ul.clm2 > li ul li span {
        width: 100%; }
    #menu ul.clm1 li.cat span,
    #menu ul.clm2 > li ul li.cat span {
      text-align: left; }
    #menu::after {
      width: 30vw;
      height: 30vw;
      bottom: -34vw;
      right: 4vw; } }

#access {
  position: relative;
  overflow: hidden;
  padding-top: 100px; }
  #access::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 150%;
    margin-left: -50%;
    height: 100%;
    background-color: #e9e2d8;
    transform: skewX(-45deg);
    z-index: -1; }
  #access::after {
    content: "";
    position: absolute;
    background: url(../img/bg_access.png) no-repeat center/contain;
    top: 0;
    left: 0;
    width: 374px;
    height: 440px; }
  #access .build .image {
    width: 820px;
    margin: 0 0 0 auto; }
  #access .build p {
    background: #fff;
    width: 700px;
    margin-top: -100px;
    padding: 60px;
    position: relative; }
  @media screen and (max-width: 1140px) {
    #access::after {
      width: 262px;
      height: 311px;
      z-index: -1; } }
  @media screen and (max-width: 1080px) {
    #access .build p {
      margin-top: -50px; } }
  @media screen and (max-width: 960px) {
    #access::before {
      left: -110%; } }
  @media screen and (max-width: 880px) {
    #access .build .image {
      width: 100%; }
    #access .build p {
      width: calc(100% - 20px); } }
  @media screen and (max-width: 640px) {
    #access::after {
      width: 142px;
      height: 168px; } }
  @media screen and (max-width: 520px) {
    #access::before {
      left: -160%;
      width: 200%; }
    #access .build p {
      padding: 20px 10px; } }

footer #sns {
  background: #4A6431; }
  footer #sns ul {
    width: 800px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 80px 10px; }
    footer #sns ul li {
      width: 120px;
      height: 120px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      footer #sns ul li:not(footer #sns ul li:last-child) {
        margin-right: 40px; }
      footer #sns ul li img {
        width: 80px; }
  @media screen and (max-width: 880px) {
    footer #sns ul {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    footer #sns ul {
      padding: 40px 10px; }
      footer #sns ul li {
        width: 60px;
        height: 60px; }
        footer #sns ul li img {
          width: 40px; } }
footer #footer {
  background: #322A10;
  color: #E9E2D8;
  padding: 80px 10px;
  border-bottom: 1px solid #E9E2D8; }
  footer #footer .brSp {
    display: none; }
  footer #footer a {
    color: #E9E2D8; }
  footer #footer h3 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center; }
    footer #footer h3 img {
      width: 380px;
      margin: 0 auto 30px; }
  footer #footer p {
    font-weight: bold;
    background: #E9E2D8;
    width: 580px;
    border-radius: 3px;
    margin: 0 auto 30px;
    padding: 10px; }
    footer #footer p a {
      display: block;
      color: #322A10;
      padding: 20px;
      border: 1px solid #322A10;
      border-radius: 2px;
      text-align: center; }
      footer #footer p a span.tel {
        font-family: 'Bitter', serif;
        font-size: 24px;
        letter-spacing: 4px; }
        footer #footer p a span.tel em {
          font-size: 36px; }
      footer #footer p a span.message {
        display: block;
        font-weight: normal; }
        footer #footer p a span.message.message {
          font-size: 12px; }
      footer #footer p a:hover {
        text-decoration: none; }
  footer #footer table {
    width: 580px;
    margin: 0 auto; }
    footer #footer table th {
      width: 180px; }
    footer #footer table td a {
      text-decoration: underline; }
  @media screen and (max-width: 630px) {
    footer #footer {
      padding: 50px 10px; }
      footer #footer p {
        width: 100%; }
      footer #footer table {
        width: 100%;
        font-size: 13px; }
        footer #footer table th {
          width: 110px; } }
  @media screen and (max-width: 480px) {
    footer #footer .brSp {
      display: block; }
    footer #footer h3 {
      line-height: 1.2; }
    footer #footer p a {
      padding: 5px; }
      footer #footer p a span.tel {
        font-size: 16px; }
        footer #footer p a span.tel em {
          font-size: 26px; }
      footer #footer p a span.dispPc {
        display: none; } }
footer #copy {
  background: #322A10;
  color: #E9E2D8;
  position: relative;
  text-align: center;
  padding: 20px 10px; }
  footer #copy .cookie {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    padding-right: 10px; }
    footer #copy .cookie a {
      color: #efefef;
      text-decoration: underline; }
  @media screen and (max-width: 520px) {
    footer #copy {
      padding-bottom: 120px; }
      footer #copy .cookie {
        bottom: 60px !important; } }

.c-video__frame {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52%;
  background: #333; }
  .c-video__frame.is-loaded iframe {
    opacity: 1;
    visibility: visible; }
.c-video iframe {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  transition-property: opacity, visibility; }
