@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s-noto.min.css");
.pchidden {
  display: none;
}

html, body {
  height: 100%;
}

html {
  min-width: 1140px;
  scroll-padding-top: 40px;
}
@media screen and (max-width: 798px) {
  html {
    min-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
}

body, html, p {
  font-family: YakuHanJP, "Zen Old Mincho", serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 798px) {
  body, html, p {
    letter-spacing: 0.1em;
  }
}

body {
  background-color: #fff;
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html, body, a {
  cursor: none !important;
}

#cursor {
  transform: translate(0, 0);
  pointer-events: none;
  position: fixed;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 50%;
  z-index: 999;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
}
@media screen and (max-width: 798px) {
  #cursor {
    display: none;
  }
}
#cursor.hov_ {
  top: -17px;
  left: -17px;
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.35);
}

img {
  max-width: 100%;
}

p {
  line-height: 2.2;
  font-size: 1rem;
}
@media screen and (max-width: 798px) {
  p {
    line-height: 2;
    font-size: 0.85rem;
  }
}

a {
  transition: 0.5s;
}

h2 {
  font-size: 2.6rem;
  margin: 3rem 0 2.5rem;
}
@media screen and (max-width: 798px) {
  h2 {
    font-size: 2.1rem;
    margin: 3rem 0 2.5rem;
  }
}

.ta_c {
  text-align: center;
}

.tel {
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 798px) {
  .tel {
    font-size: 1.2rem;
    margin-top: 0px;
    width: 100%;
  }
}
.tel a {
  width: auto;
  text-align: center;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  pointer-events: none;
}
@media screen and (max-width: 798px) {
  .tel a {
    width: 100%;
    border: solid 1px #000;
    pointer-events: painted;
  }
}
@media screen and (max-width: 798px) {
  .tel a:hover {
    color: #fff;
    background-color: #000;
  }
}

.tel a::before {
  content: "\f879";
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
}
@media screen and (max-width: 798px) {
  .tel a::before {
    font-size: 1.1rem;
  }
}

.googlemap {
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 798px) {
  .googlemap {
    margin-bottom: 20px;
  }
}
.googlemap::after {
  content: "\f35d";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  margin-left: 4px;
}
.googlemap:hover {
  color: #666;
}

.open {
  font-size: 3rem;
}
@media screen and (max-width: 798px) {
  .open {
    font-size: 1.7rem;
  }
}

.order {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 798px) {
  .order {
    font-size: 1.2rem;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.order a {
  width: 420px;
  text-align: center;
  padding: 20px;
  border: solid 1px #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
@media screen and (max-width: 798px) {
  .order a {
    width: 100%;
  }
}
.order a:hover {
  color: #fff;
  background-color: #000;
}

.order a::before {
  content: "\f073";
  font-weight: 600;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
}
@media screen and (max-width: 798px) {
  .order a::before {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 798px) {
  #reserve {
    padding: 0 5%;
  }
}

.reserve_img {
  background-image: url(../images/gaikan.jpg);
  background-size: cover;
}
@media screen and (max-width: 798px) {
  .reserve_img {
    background-image: url(../images/footer_ph.webp);
    height: 230px;
  }
}

.yoyaku {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 798px) {
  .yoyaku {
    font-size: 0.8rem;
  }
}

.instagram {
  color: #000;
  font-size: 30px;
  margin: auto;
  margin-top: 18px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.instagram img {
  width: 100%;
}
@media screen and (max-width: 798px) {
  .instagram {
    font-size: 30px;
    margin-top: 10px;
  }
}

.instagram:hover {
  opacity: 0.5;
}

.menu-reserve {
  margin-top: 3rem;
}

.menu-reserve a {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: inline-block;
  width: 350px;
  padding: 20px 0 !important;
}

#mainimage {
  width: 70vw;
  margin-left: auto;
  padding: 50px;
  min-height: 740px;
}
@media screen and (max-width: 798px) {
  #mainimage {
    width: 100vw;
    padding: 0;
    min-height: auto;
  }
}
#mainimage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 690px;
}
@media screen and (max-width: 798px) {
  #mainimage img {
    height: 100%;
  }
}

#shop {
  margin-top: 9rem;
}
@media screen and (max-width: 798px) {
  #shop {
    margin-top: 5rem;
  }
}

h1 {
  padding: 10px;
  width: 30vw;
  position: absolute;
}
@media screen and (max-width: 798px) {
  h1 {
    padding: 10px;
    width: 185px;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
  }
}
h1 img {
  position: absolute;
  left: 50%;
  top: 170px;
  transform: translateX(-50%);
  width: 240px;
}
@media screen and (max-width: 798px) {
  h1 img {
    top: 70px;
    width: 180px;
  }
}

nav {
  width: 30vw;
  position: absolute;
  top: 370px;
  text-align: center;
}
nav ul {
  text-align: center;
}
@media screen and (max-width: 798px) {
  nav {
    width: 100vw;
  }
}
nav li {
  margin-bottom: 35px;
  display: block;
}
nav li a:hover {
  opacity: 0.5;
}

.fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 2s, visibility 2s, transform 2s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.st-txt {
  position: sticky;
  top: 5rem;
}

.or1 {
  order: 1;
}

.or2 {
  order: 2;
}
@media screen and (max-width: 798px) {
  .or2 {
    order: 1;
  }
}

.cal2 {
  width: 50%;
}
.cal2 p {
  margin: 30px 0;
}
@media screen and (max-width: 798px) {
  .cal2 {
    width: 100%;
  }
}

.txt_s {
  font-size: 0.8rem;
  margin: 2rem 1.5rem;
}

.section1 {
  margin-top: 10rem;
  align-items: flex-start;
}
@media screen and (max-width: 798px) {
  .section1 {
    margin-top: 0rem;
  }
}

.secton1-img {
  padding-left: 5vw;
  margin-bottom: 5rem;
}
@media screen and (max-width: 798px) {
  .secton1-img {
    padding-left: 0vw;
  }
}

.section1 .cal2 {
  text-align: center;
}
.section1 .cal2 p {
  line-height: 3;
  margin-top: 30px;
}
@media screen and (max-width: 798px) {
  .section1 .cal2 p {
    line-height: 2.5;
    margin-top: 20px;
  }
}
.section1 .cal2 img {
  margin-bottom: 4rem;
}
@media screen and (max-width: 798px) {
  .section1 .cal2 img {
    margin-bottom: 1.8rem;
  }
}

.price {
  border-top: solid 1px #eee;
  padding-top: 20px;
  text-align: center;
  margin-top: 5px;
}

.section3 {
  margin-top: 10rem;
}
@media screen and (max-width: 798px) {
  .section3 {
    margin-top: 0rem;
  }
}

.copy {
  text-align: center;
  margin: 5rem auto;
}

/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab li a {
  display: block;
  width: 200px;
  line-height: 56px;
  border-radius: 50px;
  text-align: center;
  background: #fafafa;
  margin: 15px 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 798px) {
  .tab li a {
    width: 150px;
    margin: 0px 10px;
    font-size: 0.8rem;
  }
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #f6f0f7;
}

.tab li.active {
  position: relative;
}

.tab li.active::after {
  content: "";
  position: absolute;
  bottom: -65px;
  display: inline-block;
  width: 1px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
}
@media screen and (max-width: 798px) {
  .tab li.active::after {
    height: 35px;
    bottom: -45px;
  }
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  padding: 50px 20px;
}
@media screen and (max-width: 798px) {
  .area {
    padding: 40px 0;
  }
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-img {
  width: calc(100vw - 490px);
  overflow-x: auto;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  padding-top: 50px;
}
@media screen and (max-width: 798px) {
  .menu-img {
    padding-top: 10px;
    width: calc(100vw - 0px);
  }
}

.menu-img ul {
  display: flex;
  flex-wrap: nowrap;
}

.menu-img li {
  flex-shrink: 0;
  width: calc(70vw - 450px);
  margin-right: 20px;
}
@media screen and (max-width: 798px) {
  .menu-img li {
    width: 80vw;
    margin-right: 5px;
  }
}

.scroll-box {
  overflow-x: auto;
}

.menu-img::-webkit-scrollbar {
  height: 2px;
}

.menu-img::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.menu-img::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.simplebar-track.simplebar-horizontal {
  height: 2px;
  background: #eee;
  border-radius: 5px;
  max-width: 372px;
  margin: 0 auto;
}

.simplebar-scrollbar {
  height: 2px;
  background: #666;
  border-radius: 5px;
  top: 0;
}

.menu-txt {
  padding-left: 80px;
  padding-top: 50px;
  width: 400px;
}
.menu-txt h3 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 798px) {
  .menu-txt {
    padding-left: 40px;
    padding-top: 50px;
  }
}

.sub_txt {
  font-size: 0.6rem;
  display: block;
}

.menu-txt dl {
  display: flex; /*横並び*/
  flex-wrap: wrap; /*折り返し*/
  font-size: 0.8rem;
  line-height: 1.7;
}

.menu-txt dt {
  width: 70px;
  margin-bottom: 20px;
  font-weight: 400;
}

.menu-txt dd {
  margin-left: 0; /*初期値リセット*/
  width: 250px;
  margin-bottom: 20px;
}
@media screen and (max-width: 798px) {
  .menu-txt dd {
    width: calc(85vw - 70px);
  }
}

.area .f_box {
  align-items: flex-start;
}

.link {
  margin-top: 50px;
}
@media screen and (max-width: 798px) {
  .link {
    margin-top: 20px;
    font-size: 0.8rem;
    padding-left: 20px;
  }
}

.link a::after {
  color: #777777;
  content: "\f35d";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  margin-left: 4px;
}

.footer_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.footer_info p {
  color: #000;
  text-align: center;
  line-height: 2.8;
}

.f_box {
  display: flex;
  flex-wrap: wrap;
}

.f_center {
  justify-content: center;
}

footer {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 798px) {
  footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
footer p {
  font-size: 13px;
  line-height: 1.7;
}

@media screen and (max-width: 798px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0; /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.3s;
  }
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-nav.panelactive ul {
    display: block;
  }
  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: #fff;
  }
  .openbtn.active span {
    background-color: #000;
  }
  .openbtn.scl span {
    background-color: #000;
  }
  .openbtn span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  .openbtn span:nth-of-type(2) {
    top: 29px;
    width: 30%;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  .openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  .sphidden {
    display: none;
  }
  .pchidden {
    display: block;
  }
  .st-txt {
    top: 0;
    padding: 1.8rem 2% 2rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
  }
  .secton1-img {
    position: relative;
    z-index: -1;
  }
}/*# sourceMappingURL=style.css.map */