@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Serif+JP:wght@200..900&display=swap");
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

*,
::after,
::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  outline: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
  border: 1px solid #aaa;
}

input[type=image] {
  border: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #282828;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

@media (max-width: 959px) {
  .cw {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 960px) {
  .cw {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 775px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .cw_l {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .cw_l {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ar {
  text-align: right;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

@media (max-width: 959px) {
  .tabletOnly {
    display: none !important;
  }
  .tabletminOnly {
    display: none !important;
  }
  .desktopminOnly {
    display: none !important;
  }
  .desktopOnly {
    display: none !important;
  }
  .tabletUpOnly {
    display: none !important;
  }
  .img-desktop {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1023px) {
  .mobileOnly {
    display: none !important;
  }
  .desktopminOnly {
    display: none !important;
  }
  .desktopOnly {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .desktopminOnly {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobileOnly {
    display: none !important;
  }
  .tabletOnly {
    display: none !important;
  }
  .touchOnly {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .img-desktop {
    display: none !important;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

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

@media (min-width: 960px) {
  .cfDesktop:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 959px) {
  .cfMobile:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.objectFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  width: 100%;
  height: 100%;
}

.objectFitContain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
  width: 100%;
  height: 100%;
}

.objectFitTop {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
  width: 100%;
  height: 100%;
}

.objectFitRight {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% center;
     object-position: 100% center;
  font-family: "object-fit: cover; object-position: 100% center;";
  width: 100%;
  height: 100%;
}

.objectFitLeft {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 center;
     object-position: 0 center;
  font-family: "object-fit: cover; object-position: 0 center;";
  width: 100%;
  height: 100%;
}

nav {
  width: 100%;
}

.navArea {
  position: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  z-index: 50;
  height: 80px;
  transition: all ease 0.5s;
  background: #F0F0F0;
}
.navArea .cw {
  width: 100%;
  padding-left: 30px;
  padding-right: 20px;
}
.navArea .inner {
  max-width: none;
  text-align: right;
  height: 100%;
  display: flex;
  align-items: center;
}
.navArea .navLogo {
  width: 102px;
}
.navArea .navLogo a {
  display: flex;
  position: relative;
  width: 100%;
  height: 20px;
}
.navArea .navLogo img {
  transition: all ease 0.5s;
}
.navArea .reservation {
  background: #000;
  color: #fff;
  margin-left: auto;
  margin-right: 50px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 31px;
}
.navArea a {
  font-size: 1.6rem;
}
.navArea a:visited, .navArea a:link {
  text-decoration: none;
}
.navArea .listWrap {
  margin-left: auto;
  width: 100%;
}
.navArea .navList {
  display: flex;
  height: 100%;
  position: relative;
  margin-left: auto;
}
.navArea .navList li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.navArea .navList li:last-child {
  margin-right: 0;
}
.navArea .navList li a {
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  height: 28px;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
.navArea .navList li a:hover, .navArea .navList li a.active {
  color: #fff;
}
.navArea.active .inner .listWrap {
  height: 100%;
  overflow-y: scroll;
}
.navArea.active .inner .navList {
  opacity: 1;
}
.navArea.active .navLogo img.white {
  opacity: 1 !important;
}
.navArea.active .navLogo img.black {
  opacity: 0 !important;
}
.navArea .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.navArea .listWrap {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 80px;
  overflow: hidden;
  transition: all ease 0.4s;
  background: #B5C9D4;
}
.navArea .listWrap .navFooter {
  padding-left: 23px;
  padding-right: 23px;
  margin-top: 50px;
}
.navArea .navList {
  padding-top: 20px;
  height: auto;
  transition: opacity ease 0.5s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-y: scroll;
  overscroll-behavior: none;
  padding-left: 23px;
  padding-right: 23px;
}
.navArea .navList li {
  width: 100%;
  display: flex;
  opacity: 0;
  transition: all ease 0.3s;
}
.navArea .navList li + li {
  border-top: 1px solid #000;
}
.navArea .navList li.visible {
  opacity: 1;
}
.navArea .navList li a {
  color: #000;
  font-family: "Marcellus", serif;
  display: flex;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-top: 35px;
  padding-bottom: 25px;
}
.navArea .spNavBtn {
  display: block;
  position: absolute;
  right: 10px;
  top: 18px;
  width: 40px;
  height: 40px;
  transition: all ease 0.3s;
  z-index: 30;
}
.navArea .spNavBtn span {
  transition: all ease 0.3s;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.navArea .spNavBtn span:nth-of-type(1) {
  top: 11px;
}
.navArea .spNavBtn span:nth-of-type(2) {
  top: 21px;
  transition: all ease 0.3s;
}
.navArea .spNavBtn span:nth-of-type(3) {
  top: 31px;
}
.navArea .spNavBtn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-315deg);
}
.navArea .spNavBtn.active span:nth-of-type(2) {
  opacity: 0;
  transform: translate(0, 0);
}
.navArea .spNavBtn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(315deg);
}
@media (min-width: 960px) {
  .navArea {
    position: fixed;
    z-index: -1;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    z-index: 50;
    height: 100vh;
    transition: all ease 0.5s;
    background: none;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 5%;
  }
  .navArea .cw {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .navArea .inner {
    max-width: none;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .navArea .navLogo {
    width: 100%;
  }
  .navArea .navLogo a {
    display: flex;
    position: relative;
    width: 11.45833333vw;
    height: 2.23958333vw;
  }
  .navArea .navLogo img {
    width: 100%;
    transition: all ease 0.5s;
  }
  .navArea a {
    font-size: 1.6rem;
  }
  .navArea a:visited, .navArea a:link {
    text-decoration: none;
  }
  .navArea .inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .navArea .listWrap {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    overflow: visible;
    transition: all ease 0.4s;
    background: #B5C9D4;
    margin-left: 0;
    width: 100%;
    height: 100%;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
  }
  .navArea .listWrap .navFooter {
    padding-left: 0;
    padding-right: 0;
    margin-top: auto;
    padding-bottom: 0;
  }
  .navArea .listWrap .navFooter .sns {
    justify-content: flex-start;
    margin-top: auto;
  }
  .navArea .listWrap .navFooter .sns a {
    width: 45px;
    height: 45px;
  }
  .navArea .listWrap .navFooter .sns a + a {
    margin-left: 25px;
  }
  .navArea .listWrap .navFooter .sns a img,
  .navArea .listWrap .navFooter .sns a svg {
    width: 100%;
    height: 100%;
  }
  .navArea .listWrap .navFooter .sns a img *,
  .navArea .listWrap .navFooter .sns a svg * {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .navArea .listWrap .navFooter .sns a {
    transition: all ease 0.3s;
  }
  .navArea .listWrap .navFooter .sns a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 960px) {
  .navArea .navList {
    padding-top: 0;
    transition: opacity ease 0.5s;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    overflow-y: visible;
    overscroll-behavior: none;
    padding-left: 0;
    padding-right: 0;
    height: 60vh;
    width: 100%;
  }
  .navArea .navList li {
    opacity: 1;
    max-height: 74px;
    height: 4.16666667vw;
  }
  .navArea .navList li a {
    font-size: 2.4rem;
  }
  .navArea .navList li + li {
    border: none;
  }
  .navArea .navList li.visible {
    opacity: 1;
  }
  .navArea .navList li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25vw;
    letter-spacing: 0.05em;
  }
  .navArea .reservation {
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
    font-size: 2.4rem;
    transition: all ease 0.3s;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.58333333vw;
    max-width: 100%;
    height: 60px;
  }
  .navArea .reservation:hover {
    opacity: 0.75;
  }
  .navArea .spNavBtn {
    display: none;
  }
}

/* =========================================================
 common style
========================================================= */
html.noScroll {
  overflow: hidden;
  overscroll-behavior-y: none;
}
html.noScroll body {
  overscroll-behavior-y: none;
}

body {
  width: 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 960px) {
  body {
    background: #B5C9D4;
    font-size:1.6rem;
  }
}
body a {
  color: #393C3E;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.fixed .bgGroup .bg {
  position: fixed;
}

img {
  max-width: 100%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  width: 165px;
  height: 31px;
  font-size: 1.2rem;
  transition: all ease 0.3s;
}
@media (min-width: 960px) {
  .btn {
    width: 14.27083333vw;
    height: 2.76041667vw;
    font-size: 0.9375vw;
  }
  .btn:hover {
    opacity: 0.7;
  }
}

main {
  background: #fff;
  padding-top: 120px;
}
main > section {
  margin-top: 100px;
}
main > section .sectionTitle {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
main > section .bodycopy {
  margin-top: 80px;
}
main > section:first-child {
  margin-top: 0;
}
@media (min-width: 960px) {
  main {
    width: 40%;
    margin-left: auto;
    padding-top: 240px;
  }
  main > section {
    margin-top:240px;
  }
  main > section .sectionTitle {
    font-size: 1.40625vw;
  }
}

.mvArea {
  display: none;
}
@media (min-width: 960px) {
  .mvArea {
    position: fixed;
    width: 40%;
    height: 100vh;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .mvArea .mvListWrap {
    max-height: 80%;
    height: 100%;
    width: 79.61783439%;
    box-sizing: border-box;
  }
  .mvArea .mvListWrap .swiper-wrapper {
    max-height: 100%;
  }
  .mvArea .mvListWrap .swiper-wrapper .swiper-slide {
    max-height: 100%;
  }
  .mvArea .mvListWrap .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

header {
  width: 100%;
  margin-left: auto;
  height: calc(100vh - 80px);
  margin-top: 80px;
}
header .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
header .imgArea {
  width: 100%;
  height: 100%;
}
header .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .txtArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 80px;
  font-family: "Noto Serif JP", sans-serif;
}
header .txtArea .mainTitle {
  /*font-size: 4.8rem;*/
  font-size: 3rem;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
header .txtArea .sub {
  font-family: "Marcellus", serif;
  font-weight: 300;
  margin-top: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media (min-width: 960px) {
  header {
    width: 40%;
    margin-left: auto;
    margin-top: 0;
    height: 100vh;
    max-width: none;
  }
  header .txtArea .mainTitle {
    font-size: 2.5vw;
    line-height: 2;
  }
  header .txtArea .sub {
    margin-top: 80px;
  }
}

#About .list {
  margin-top: 80px;
}
#About .list li + li {
  margin-top: 80px;
}
#About .list li .img {
  width: 64.25806452%;
}
#About .list li:nth-child(even) .img {
  margin-left: auto;
}
#About .list li:nth-child(even) .txtArea {
  margin-left: auto;
}
#About .list li .txtArea {
  margin-top: 35px;
  width: calc(100% - 25px);
}
#About .list li .txtArea .title {
  font-size: 1.8rem;
}
#About .list li .txtArea .txt {
  line-height: 2.4;
  margin-top: 20px;
}
@media (min-width: 960px) {
  #About .list li .txtArea {
    margin-top: 40px;
  }
  #About .list li .txtArea .title {
    font-size: 2.4rem;
  }
  #About .list li .img {
    width: 70%;
  }
}

#Message .bodycopy {
  line-height: 3.2;
  letter-spacing: 0.04em;
}

#Menu .sectionTitle {
  margin-bottom: 40px;
}
#Menu section + section {
  margin-top: 80px;
}
#Menu section .img {
  width: calc(100% + 46px);
  margin-left: -23px;
}
#Menu section .img img {
  width: 100%;
}
#Menu section .title {
  font-size: 1.8rem;
  margin-top: 20px;
}
#Menu section .body {
  margin-top: 20px;
  line-height: 2.4;
}
#Menu section .body .note {
  margin-top: 30px;
}
#Menu section .body .price {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  margin-top: 30px;
}
#Menu section .body .flowTitle {
  margin-top: 80px;
}
#Menu section .body .flowList li {
  margin-top: 40px;
}
#Menu section .body .flowList li h3 {
  font-size: 1.8rem;
}
#Menu section .body .block {
  margin-top: 80px;
}
#Menu section .body .block .txtArea {
  margin-top: 20px;
}
#Menu section .body .block .txtArea h2 {
  margin-top: 40px;
}
#Menu section .body .block .txtArea .list {
  margin-top: 40px;
}
#Menu section .body .btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (min-width: 960px) {
  #Menu .sectionTitle {
    margin-bottom: 80px;
  }
  #Menu section .title {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  #Menu section .body .flowList li h3 {
    font-size: 2.4rem;
  }
  #Menu section .body .btnWrap {
    margin-top:80px;
  }
}

#Items .sectionTitle {
  margin-bottom: 40px;
}
#Items section + section {
  margin-top: 80px;
}
#Items section .itemTitle {
  text-align: center;
}
#Items section .img {
  width: calc(100% + 46px);
  margin-left: -23px;
  margin-top: 20px;
}
#Items section .img img {
  width: 100%;
}
#Items section .title {
  font-size: 1.8rem;
  margin-top: 20px;
}
#Items section .title.items-h2 {
  font-size: 2rem;
  margin-top: 80px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight:600;
}
#Items section .body {
  margin-top: 20px;
  line-height: 2.4;
}
#Items section .body .note {
  margin-top: 40px;
}
#Items section .body p + p {
  margin-top: 20px;
}
#Items section .body .linkWrap {
  margin-top: 10px;
}
#Items section .body .linkWrap .link {
  font-size: 1.4rem;
  text-decoration: underline;
}
#Items section .body .btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (min-width: 960px) {
  #Items section .title {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  #Items section .title.items-h2 {
  font-size: 3.2rem;
  }
  #Items section + section {
    margin-top: 160px;
  }
}

footer,
.navFooter {
  margin-top: 120px;
  line-height: 1.8;
  font-size: 1.2rem;
  padding-bottom: 20px;
  text-align: left;
}
footer a,
.navFooter a {
  font-size: 1.2rem;
}
footer p,
.navFooter p {
  line-height: 2.2;
}
footer .shopName span,
.navFooter .shopName span {
  display: block;
}
footer .shopName span:first-child,
.navFooter .shopName span:first-child {
  font-size: 1.8rem;
  font-family: "Marcellus", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
footer .shopName span:nth-child(2),
.navFooter .shopName span:nth-child(2) {
  font-size: 1.4rem;
}
footer .shopName span small,
.navFooter .shopName span small{
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing:0em;
}
footer .address,
.navFooter .address {
  margin-top: 30px;
}
footer .openHours,
.navFooter .openHours {
  margin-top: 20px;
}
footer .tel a,
.navFooter .tel a {
  text-decoration: underline;
}
footer .txt,
.navFooter .txt {
  margin-top: 30px;
}
footer .txt a,
.navFooter .txt a {
  text-decoration: underline;
}
footer .map,
.navFooter .map {
  margin-top: 40px;
}
footer .map iframe,
.navFooter .map iframe {
  width: 100%;
  max-width: 100%;
  height: 257px;
}
footer .linkWrap,
.navFooter .linkWrap {
  text-align: right;
  margin-top: 5px;
}
footer .linkWrap a,
.navFooter .linkWrap a {
  font-size: 1rem;
  text-decoration: underline;
}
footer .sns,
.navFooter .sns {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
footer .sns a + a,
.navFooter .sns a + a {
  margin-left: 20px;
}
footer .copyright,
.navFooter .copyright {
  margin-top: 80px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media (min-width: 960px) {
  footer {
    margin-top:240px;
    font-size: 1.6rem;
  }
  footer a,
  .navFooter a {
    font-size: 1.6rem;
  }
  footer .shopName span:first-child,
  .navFooter .shopName span:first-child {
    font-size: 3.2rem;
  }
  footer .shopName span:nth-child(2),
  .navFooter .shopName span:nth-child(2) {
    font-size: 1.6rem;
  }
  footer .map iframe,
  .navFooter .map iframe {
    width: 100%;
    max-width: 100%;
    height:100%;
    min-height: 257px;
  }
}