@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  width: 100%;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
  font-weight: normal;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "kawasemi";
  src: url("fonts/kawasemi.ttf?jrwi45") format("truetype"), url("fonts/kawasemi.woff?jrwi45") format("woff"), url("fonts/kawasemi.svg?jrwi45#kawasemi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kawasemi" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-about:before {
  content: "\e902";
}

.icon-alacarte:before {
  content: "\e903";
}

.icon-dinner:before {
  content: "\e904";
}

.icon-lunch:before {
  content: "\e905";
}

.icon-home:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\f095";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

html.pushbar_locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.pushbar_locked .pushbar_main_content.pushbar_blur {
  filter: blur(15px);
}

.pushbar_overlay {
  z-index: -999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: opacity;
  transition: opacity 0.5s ease;
  opacity: 0;
}

html.pushbar_locked .pushbar_overlay {
  opacity: 0.8;
  z-index: 999;
}

[data-pushbar-id] {
  z-index: 1000;
  position: fixed;
  overflow-y: auto;
  will-change: transform;
  transition: transform 0.2s ease;
  background: #fff;
}

[data-pushbar-direction=right][data-pushbar-id] {
  top: 0;
  width: 240px;
  max-width: 100%;
  height: 100%;
}

[data-pushbar-direction=right][data-pushbar-id] {
  right: 0;
  transform: translateZ(0) translateX(100%);
}

[data-pushbar-id].opened {
  display: block;
  transform: translateX(0px) translateY(0px);
}

#pushmenu_btn {
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  background: #000;
  text-align: center;
  width: 48px;
  height: 48px;
  z-index: 12;
  color: #000;
}
#pushmenu_btn span {
  position: absolute;
  margin: auto;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: #fff;
}
#pushmenu_btn::before, #pushmenu_btn::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: #fff;
}
#pushmenu_btn::before {
  top: 18px;
}
#pushmenu_btn::after {
  top: 32px;
}

.pushmenu {
  color: #000;
  background: #fff;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.15);
  padding: 0 0 40px 40px;
}
.pushmenu_ttl {
  font-size: 1.2rem;
  font-family: var(--ff-cinzel);
  color: var(--clr-gray);
  letter-spacing: 0.2em;
  padding: 40px 0;
}
.pushmenu_nav {
  font-size: 1.6rem;
}
.pushmenu_nav li {
  margin: 0 0 25px;
}
.pushmenu_nav li ul {
  margin: 25px 0 0;
}
.pushmenu_nav li li {
  font-size: 1.4rem;
}
.pushmenu_nav li li a:before {
  content: "─ ";
}
.pushmenu_nav li:has(.icon-home) {
  font-size: 1.2rem;
}
.pushmenu_nav li:has(.icon-phone) {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.pushmenu_nav li i {
  padding: 0 10px 0 0.3em;
}
.pushmenu_nav li .icon-phone {
  vertical-align: 0.05em;
}
.pushmenu-close {
  position: relative;
  margin-left: calc(100% - 48px);
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.pushmenu-close::before, .pushmenu-close::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 70%;
  background: var(--clr-gray);
  left: 0;
  right: 0;
  margin: auto;
}
.pushmenu-close::before {
  transform: rotate(45deg);
}
.pushmenu-close::after {
  transform: rotate(135deg);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-size: clamp(1.4rem, 0.893vw + 0.686rem, 1.6rem);
  line-height: 2;
  overflow-x: hidden;
  background: #000;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.15s ease;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

em {
  font-style: normal;
}

main {
  margin: 48px auto 60px;
  flex: 1;
  overflow: hidden;
  width: 100%;
}

.inner {
  width: 100%;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

:root {
  --clr-blue: #1e62b2;
  --clr-green: #778e00;
  --clr-green-l: #9ebd01;
  --clr-menu: #888;
  --clr-beige: #bfb79f;
  --clr-beige-d: #8d8160;
  --clr-gray: #888;
  --ff-base: "リュウミン R-KL", serif;
  --ff-gothic: "メイリオ", "ヒラギノ角ゴ ProN W3", YuGothic, sans-serif;
  --ff-kaisho: "正楷書CB1", serif;
  --ff-cinzel: "Cinzel", serif;
  --ff-icon: "kawasemi";
}

.pc {
  display: none;
}

.sp_kai {
  display: block !important;
}

.wrapper {
  width: calc(100% - 40px);
  margin: auto;
}
.wrapper p {
  margin: 1em auto;
}

.content_ttl {
  font-size: clamp(1.8rem, 2.679vw - 0.343rem, 2.4rem);
  padding: 1.5em 0 1em;
}

.kome {
  text-indent: -1em;
  padding-left: 1em;
  font-size: clamp(1.2rem, 0.893vw + 0.486rem, 1.4rem);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 60px;
  z-index: 11;
  line-height: 48px;
  padding: 0 1em;
}
.header_ttl {
  font-size: clamp(0.9rem, 2.232vw - 0.886rem, 1.4rem);
  font-family: var(--ff-kaisho);
  letter-spacing: 0.1em;
  width: 180px;
}
.header_ttl img {
  width: 95px;
  margin-left: 1em;
  vertical-align: middle;
}
.header_nav {
  display: none;
}

.footer {
  color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
}
.footer::before {
  position: absolute;
  content: "";
  display: block;
  top: 40px;
  left: calc(50% - 420px);
  background: #fff;
  width: 840px;
  height: 840px;
  border-radius: 50%;
  z-index: -1;
}
.footer_ttl {
  margin: 64px auto 40px;
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-family: var(--ff-kaisho);
  letter-spacing: 0.5em;
  text-align: left;
  width: 120px;
}
.footer_ttl img {
  display: block;
  width: 80px;
  filter: invert(1) brightness(0);
}
.footer_nav ul {
  display: none;
}
.footer_nav-ttl {
  color: var(--clr-gray);
  font-family: var(--ff-cinzel);
  font-size: 1.2rem;
}
.footer_contact {
  margin: 70px 0 0;
  font-size: 1.4rem;
}
.footer_contact dt:first-letter {
  color: var(--clr-gray);
  margin-right: 0.3em;
}
.footer_contact dd:has(.icon-phone) {
  font-family: var(--ff-cinzel);
  font-size: 3.3rem;
  letter-spacing: 0.1em;
}
.footer_contact .icon-phone {
  font-size: 3.2rem;
  vertical-align: -0.1em;
}
.footer_contact dd:has(.icon-mail) {
  margin: 40px 0 60px;
  font-family: var(--ff-cinzel);
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.footer_contact .icon-mail {
  display: block;
  margin: auto;
  font-size: 3.2rem;
}
.footer_copyright {
  width: 100%;
  color: var(--clr-gray);
  font-family: var(--ff-gothic);
  font-size: 1rem;
  margin-bottom: 1em;
}

#footer_pagetop {
  display: none;
}

.top_header {
  height: 100svh;
  min-height: 100svw;
  overflow: hidden;
  position: relative;
}
.top_header-nav {
  display: none;
}
.top_header-ttl {
  margin: 70px auto;
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  font-size: 1.3rem;
  font-family: var(--ff-kaisho);
  letter-spacing: 0.5em;
  text-align: left;
  width: 140px;
}
.top_header-ttl img {
  display: block;
  width: 95px;
}
.top_header-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  position: absolute;
  z-index: -1;
}
.top_header-scroll {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  z-index: 10;
  font-size: 1rem;
  font-family: var(--ff-cinzel);
  font-optical-sizing: auto;
}
.top_header-scroll a {
  color: #ccc;
  margin: auto;
  left: 0;
  right: 0;
  width: 60px;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 32px;
}
.top_header-scroll a::before, .top_header-scroll a::after {
  top: 0;
  position: absolute;
  display: block;
  content: "";
  background: #ccc;
}
.top_header-scroll a::before {
  width: 1px;
  height: 32px;
}
.top_header-scroll a::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  animation: scroll 1.5s linear 0s infinite normal;
}
@keyframes scroll {
  0% {
    top: -24px;
  }
  100% {
    top: 24px;
  }
}
.top main {
  margin: 48px auto 0;
}
.top_point {
  padding: 30px 0;
}
.top_point-ttl {
  position: relative;
  font-family: var(--ff-kaisho);
  font-size: clamp(1.8rem, 6.25vw - 3.2rem, 3.2rem);
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
  gap: 1em;
  height: 18em;
  padding-top: 4em;
}
.top_point-ttl em {
  font-size: clamp(8.8rem, 32.143vw - 16.914rem, 16rem);
  line-height: 1.3;
  position: relative;
  padding: 0 0.2em;
  text-shadow: 0px 0px 8px #fff;
}
.top_point-ttl em::before, .top_point-ttl em::after {
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.top_point-ttl em::before {
  height: 1px;
  width: 65%;
}
.top_point-ttl em::after {
  width: 1px;
  height: 20%;
}
.top_point-ttl span {
  padding: 1.5em 0 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.25em;
}
.top_point-ttl img {
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: -1;
  max-width: 360px;
}
.top_point-txt {
  max-width: 720px;
  margin: auto;
}
.top_point-txt-ttl {
  font-size: clamp(1.8rem, 2.679vw - 0.343rem, 2.4rem);
  padding: 1.5em 0 1em;
}
.top_point-txt > *:not(picture) {
  margin: 0 20px;
}
.top_point-link a {
  width: 240px;
  position: relative;
  display: block;
  margin: 1.5em auto 0;
  font-family: var(--ff-gothic);
  font-size: 1.2rem;
  text-align: center;
  color: var(--clr-beige);
  border: 1px solid var(--clr-beige);
}
.top_point-link a::after {
  content: "\f105";
  position: absolute;
  display: block;
  top: 0;
  right: 0.5em;
  transition: all 0.15s ease;
  font-family: var(--ff-icon);
}
.top .shun em {
  color: var(--clr-green);
  text-shadow: 0px 0px 8px var(--clr-green-l);
}
.top .iki .top_point-ttl img {
  left: auto;
  right: 0;
}
.top .ikoi em {
  color: var(--clr-beige);
  text-shadow: 0px 0px 8px var(--clr-beige);
}

.menu_nav {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 24px;
  line-height: 1.8;
  margin: 40px 0;
}
.menu_nav li {
  width: 80px;
}
.menu_nav a {
  opacity: 0.5;
  display: block;
  border-bottom: 1px solid #fff;
}
.menu_nav i {
  display: block;
  font-size: clamp(4.8rem, 7.143vw - 0.914rem, 6.4rem);
}
.menu_nav span {
  display: block;
  font-family: var(--ff-cinzel);
  font-size: clamp(0.9rem, 0.893vw + 0.186rem, 1.1rem);
  padding-bottom: 1em;
}
.menu_nav .current {
  border-bottom: 1px solid var(--clr-beige);
}
.menu_nav .current a {
  opacity: 1;
}
.menu_momizi {
  display: none;
}
.menu_sakura {
  display: none;
}
.menu_topitem-ttl {
  color: var(--clr-beige);
  font-size: clamp(1.4rem, 0.893vw + 0.686rem, 1.6rem);
  margin: 1.5em 0 2em;
}
.menu_topitem-detail {
  font-size: clamp(1.1rem, 0.446vw + 0.743rem, 1.2rem);
  position: relative;
  padding: 20px !important;
  max-width: 720px;
  margin: 0 auto 3em;
}
.menu_topitem-detail::after {
  display: block;
  content: "";
  height: 1px;
  margin-top: 2em;
  background: #333;
}
.menu_topitem-detail .menu_topitem-sakura {
  display: block;
}
.menu_topitem-momizi, .menu_topitem-sakura {
  position: absolute;
  top: 2em;
  right: 0;
  z-index: -1;
  width: 180px;
}
.menu_topitem-momizi img, .menu_topitem-sakura img {
  width: 100%;
}
.menu_topitem-sakura {
  display: none;
  top: 6em;
}
.menu_sttl {
  position: relative;
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  justify-content: center;
  text-align: center;
  font-size: clamp(2rem, 1.786vw + 0.571rem, 2.4rem);
  letter-spacing: 0.4em;
  margin: 1em auto 0.5em;
  width: 200px;
  height: 200px;
  font-family: var(--ff-kaisho);
}
.menu_sttl img {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.menu_list {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.menu_list-momizi {
  display: none;
}
.menu_list-sakura {
  display: none;
}
.menu_item {
  padding: 20px;
}
.menu_item-detail {
  font-size: clamp(1.1rem, 0.446vw + 0.743rem, 1.2rem);
  border-bottom: 1px solid #333;
  padding: 0 0 24px;
}
.menu_item-detail-ttl {
  padding: 0.3em 0 0.3em 1em;
  margin: 1em 0;
  line-height: 1.5;
  border-left: 1px solid var(--clr-beige);
  font-size: clamp(2rem, 1.786vw + 0.571rem, 2.4rem);
}
.menu_item-detail-ttl span {
  display: block;
  font-size: clamp(1.6rem, -0.893vw + 2.314rem, 1.4rem);
}
.menu_item-detail-ttl + p:not(:last-child) {
  font-family: var(--ff-gothic);
}
.menu_item-detail-price {
  text-align: right;
  font-size: 1.2rem;
  margin: 1em 0 0;
}
.menu_item-detail-price em {
  font-size: 1.8rem;
}
.menu_item-detail-price a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-family: var(--ff-gothic);
  line-height: 24px;
  border: 1px solid var(--clr-beige);
  color: var(--clr-beige);
  width: 144px;
  text-align: center;
  margin-left: 1em;
}
.menu_item-detail-price a::before {
  position: absolute;
  content: "\f105";
  font-family: var(--ff-icon);
  right: 0.5em;
}
.menu_otherlist {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.menu_otherlist .menu_item:nth-child(odd) {
  padding: 20px 20px 0;
}
.menu_seikaiha {
  display: none;
}

.alacarte .menu_topitem-ttl {
  margin: 1em auto;
  text-align: center;
}

.about .mt0 {
  margin-top: 0 !important;
}
.about_header {
  position: relative;
}
.about_header-kasumi {
  position: absolute;
  top: 110px;
  right: 0;
  width: 100%;
  transform: scaleX(-1);
}
.about_header-txt {
  z-index: 1;
}
.about_header-img {
  display: block;
  text-align: center;
}
.about_header-ttl {
  width: 80px;
  border-bottom: 1px solid var(--clr-beige);
  text-align: center;
  margin: 2em auto 0;
}
.about_header-ttl i {
  display: block;
  font-size: clamp(4.8rem, 7.143vw - 0.914rem, 6.4rem);
  font-family: var(--ff-icon);
}
.about_header-ttl span {
  display: block;
  font-family: var(--ff-cinzel);
  font-size: clamp(0.9rem, 0.893vw + 0.186rem, 1.1rem);
  padding-bottom: 1em;
}
.about_sttl {
  display: flex;
  writing-mode: vertical-rl;
  font-size: clamp(1.8rem, 2.679vw - 0.343rem, 2.4rem);
  font-family: var(--ff-kaisho);
  width: 4em;
  margin: 2em auto 3em;
  letter-spacing: 0.3em;
}
.about_box {
  max-width: 720px;
  margin: auto;
}
.about_box img {
  margin: auto;
  display: block;
}
.about_box-ttl {
  font-size: clamp(1rem, 0.893vw + 0.286rem, 1.2rem);
  font-family: var(--ff-cinzel);
  color: var(--clr-beige);
  text-align: center;
  margin: 1em auto;
  letter-spacing: 0.3em;
}
.about_box-item {
  padding: 20px;
  display: block;
}
.about_box-item + .about_box-item {
  margin-top: 4em;
}
.about_box-pay {
  display: flex;
  flex-flow: wrap;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
}
.about_box-pay img {
  height: 24px;
}
.about_box-detail dt {
  padding: 24px 0 10px;
  font-size: clamp(1.2rem, 0.893vw + 0.486rem, 1.4rem);
  font-family: var(--ff-gothic);
}
.about_box-detail dt::before {
  content: "◆";
  margin-right: 0.3em;
  color: var(--clr-beige);
}
.about_box-detail dd {
  padding: 0 0 20px;
  font-size: clamp(1.6rem, 0.893vw + 0.886rem, 1.8rem);
  border-bottom: 1px solid #333;
}
.about_box-detail .kome + p {
  margin-top: 1em;
}
.about_box-map {
  margin: 2em auto 4em;
  width: 100%;
  display: block;
}
.about_box-address a[href]:not([href^="tel:"]) {
  font-family: var(--ff-gothic);
  font-size: 1.4rem;
  display: inline-block;
}
.about_box-address a[href]:not([href^="tel:"])::after {
  transition: all 0.15s ease;
  display: inline-block;
  content: "\f105";
  font-family: var(--ff-icon);
  color: var(--clr-gray);
  padding-left: 82px;
  background: linear-gradient(to right, transparent 0, transparent 30px, var(--clr-gray) 30px, var(--clr-gray) 100%);
  background-size: 78px 1px;
  background-repeat: no-repeat;
  background-position: left center;
}
.about_box-access dt {
  font-size: clamp(1.2rem, 0.893vw + 0.486rem, 1.4rem);
  font-family: var(--ff-gothic);
  margin: 2em 0 0.5em;
}
.about_box-access ul {
  margin-bottom: 1em;
}

.contact_ttl {
  display: flex;
  writing-mode: vertical-rl;
  font-size: clamp(1.8rem, 2.679vw - 0.343rem, 2.4rem);
  font-family: var(--ff-kaisho);
  width: 2em;
  margin: 2em auto 3em;
  letter-spacing: 0.3em;
}
.contact_sttl {
  text-align: center;
  margin: 2em auto;
}
.contact_form {
  background: rgba(141, 129, 96, 0.75);
  font-family: var(--ff-gothic);
  font-size: 1.2rem;
  padding: 20px 20px 60px;
  position: relative;
}
.contact_form-momizi {
  position: absolute;
  top: -130px;
  right: 0;
  width: 180px;
}
.contact_form-momizi img {
  width: 100%;
}
.contact_form-link {
  text-align: right;
  z-index: 10;
  position: relative;
}
.contact_form-link::before {
  content: "\f105";
  font-family: var(--ff-icon);
  margin-right: 0.5em;
}
.contact_list {
  z-index: 10;
  position: relative;
  padding-bottom: 2em;
}
.contact_list dt {
  font-size: 1.4rem;
  padding: 2.5em 0 0.5em;
}
.contact_list dt::before {
  content: "◆";
  margin-right: 0.3em;
  color: var(--clr-beige);
}
.contact_list .must {
  margin-left: 0.3em;
}
.contact_list .mfp_element_text,
.contact_list .mfp_element_number,
.contact_list .mfp_element_select-one,
.contact_list .mfp_element_email,
.contact_list .mfp_element_tel,
.contact_list .mfp_element_textarea,
.contact_list .mfp_element_date,
.contact_list .mfp_element_password {
  color: #000;
  max-width: none;
  width: 100%;
  height: 40px;
  background: #fff;
  font-size: 1.6rem;
  padding: 0.3em 0.5em;
}
.contact_list input[type=checkbox] {
  margin-right: 1em;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.contact_list textarea {
  max-width: none !important;
  width: 100% !important;
  height: 16em !important;
}
.contact_list label {
  font-size: 1.6rem;
}
.contact .mfp_element_submit,
.contact .mfp_element_reset,
.contact .mfp_element_button,
.contact button.mfp_next,
.contact button.mfp_prev {
  width: 160px;
  font-size: 1.8rem;
  height: 48px;
  background: #000;
  text-align: center;
  margin: 0 0.5em 1em;
  transition: all 0.15s ease;
}
.contact .mfp_element_submit:hover,
.contact .mfp_element_reset:hover,
.contact .mfp_element_button:hover,
.contact button.mfp_next:hover,
.contact button.mfp_prev:hover {
  background: #333;
}
.contact_privacy-ttl {
  position: relative;
  text-align: center;
  padding: 5em 0 2em;
  font-size: clamp(1.2rem, 0.893vw + 0.486rem, 1.4rem);
  z-index: 1;
}
.contact_privacy-ttl + .wrapper {
  font-size: clamp(1.2rem, 0.893vw + 0.486rem, 1.4rem);
}
.contact_privacy-ttl img {
  position: absolute;
  display: block;
  width: 180px;
  rotate: 180deg;
  top: -50px;
  left: 0;
  z-index: -1;
}
.contact_privacy dt {
  margin-top: 2em;
}

@media only screen and (min-width: 1024px), print {
  .pushbar.from_right {
    display: none;
  }
  #pushmenu_btn {
    display: none;
  }
  html {
    scroll-padding-top: 0;
  }
  body {
    overflow-x: auto;
  }
  main {
    margin-top: 0;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
  .sp_kai {
    display: inline-block !important;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
  .wrapper {
    width: 640px;
  }
  .content_ttl {
    padding: 2.7em 0 1.5em;
  }
  .header {
    position: relative;
    padding: 0 4em;
    height: 96px;
    line-height: 96px;
    display: flex;
    justify-content: space-between;
  }
  .header_ttl {
    width: 240px;
  }
  .header_ttl img {
    width: 150px;
  }
  .header_nav {
    display: flex;
    gap: 3em;
  }
  .header_nav ul {
    display: flex;
    align-items: center;
    gap: 3em;
    font-family: var(--ff-kaisho);
  }
  .header_nav ul ul {
    display: none;
  }
  .header_nav li:has(.icon-phone) {
    display: none;
  }
  .header_nav li:has(.icon-home) {
    font-size: 1rem;
    text-align: center;
    line-height: 2em;
  }
  .header_nav .icon-home {
    display: block;
    font-size: 1.4rem;
  }
  .header_nav a:hover {
    text-shadow: 0px 0px 8px #fff, 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff;
  }
  .footer {
    color: #fff;
    text-align: left;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    padding: 230px 70px 0;
  }
  .footer::before {
    left: calc(50% - 840px - 80px);
  }
  .footer_ttl {
    width: 50%;
    padding-right: 260px;
    color: #000;
    margin: 0;
    font-size: 1.6rem;
  }
  .footer_ttl img {
    filter: contrast(-100);
    width: 110px;
  }
  .footer_nav {
    display: flex;
    flex-flow: wrap;
    width: calc(50% - 320px);
    max-width: 350px;
    font-size: 1.4rem;
  }
  .footer_nav-ttl {
    font-size: 1.7rem;
    width: 100%;
    letter-spacing: 0.15em;
    margin-bottom: 1em;
  }
  .footer_nav a:hover {
    color: var(--clr-beige);
  }
  .footer_nav ul {
    display: block;
    width: 120px;
  }
  .footer_nav li {
    margin: 0 0 1.5em;
  }
  .footer_nav li ul {
    margin: 1em 0 0;
  }
  .footer_nav li li {
    margin: 0 0 1em;
    font-size: 1.2rem;
  }
  .footer_nav li li a:before {
    content: "─ ";
  }
  .footer_nav li:has(.icon-home) {
    font-size: 1.2rem;
  }
  .footer_nav li:has(.icon-phone) {
    display: none;
  }
  .footer_nav .icon-home {
    margin-right: 0.8em;
  }
  .footer_contact {
    width: 320px;
    margin: 0;
  }
  .footer_contact dd:has(.icon-mail) {
    display: none;
  }
  .footer_copyright {
    margin: 190px 0 10px;
    text-align: right;
  }
  #footer_pagetop {
    z-index: 100;
    position: fixed;
    bottom: 60px;
    right: 40px;
    cursor: pointer;
    text-align: center;
    color: var(--clr-beige);
    width: 90px;
    height: 90px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-family: var(--ff-cinzel);
  }
  #footer_pagetop .icon-angle-up {
    display: block;
    font-size: 2.4rem;
  }
  #footer_pagetop::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid var(--clr-beige);
    rotate: 45deg;
    z-index: -1;
    transition: all 0.15s ease;
  }
  #footer_pagetop:hover {
    color: #fff;
  }
  #footer_pagetop:hover::before {
    background: var(--clr-beige);
  }
  @keyframes fadeup {
    from {
      opacity: 0;
      transform: translate3d(0, 20%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .fadeup {
    animation-name: fadeup;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible !important;
  }
  .top_point-ttl > :not(img) {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.5s ease;
    transition-delay: 0.2s;
  }
  .top_point-ttl.is-animated > :not(img) {
    opacity: 1;
    transform: none;
  }
  @keyframes topfadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes topblur {
    0% {
      filter: blur(10px);
    }
    50% {
      filter: blur(8px);
    }
    100% {
      filter: blur(0);
    }
  }
  .top_header-main,
  .top_header-ttl,
  .top_header-nav,
  .top_header-scroll {
    opacity: 0;
  }
  .top_header-main img {
    filter: blur(0);
  }
  .js-loaded .top_header-main {
    animation: topfadeIn 1s ease forwards;
    animation-delay: 0.2s;
  }
  .js-loaded .top_header-main img {
    animation: topblur 1.3s ease forwards;
    animation-delay: 0.2s;
  }
  .js-loaded .top_header-ttl {
    animation: topfadeIn 1s ease forwards;
    animation-delay: 1s;
  }
  .js-loaded .top_header-nav {
    animation: topfadeIn 0.8s ease forwards;
    animation-delay: 1.8s;
  }
  .js-loaded .top_header-scroll {
    animation: topfadeIn 0.8s ease forwards;
    animation-delay: 1.8s;
  }
  .top_header {
    min-height: auto;
    max-height: 100svw;
  }
  .top_header-nav {
    position: absolute;
    top: 0;
    left: 50svw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 50svh;
    width: 50svw;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    padding: calc((50svh - 12em) / 2) 0;
    padding-right: 1em;
  }
  .top_header-nav li {
    margin-left: 1.5em;
    font-family: var(--ff-kaisho);
  }
  .top_header-nav li::before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 2em;
    background: var(--clr-beige);
    margin-bottom: 1.5em;
  }
  .top_header-nav li:has(.icon-home), .top_header-nav li:has(.icon-phone) {
    display: none;
  }
  .top_header-nav li ul {
    margin-right: 0.5em;
  }
  .top_header-nav li li {
    margin-left: 1em;
    padding-top: 3em;
    font-size: 1.4rem;
  }
  .top_header-nav li li::before {
    display: none;
  }
  .top_header-nav a:hover {
    text-shadow: 0px 0px 8px #fff, 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff;
  }
  .top_header-ttl {
    margin: 2.5em auto;
    font-size: clamp(1.8rem, 1.442vw + 0.323rem, 2.4rem);
    width: 10em;
  }
  .top_header-ttl img {
    width: 6.5em;
  }
  .top_point {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 80px 0 90px;
  }
  .top_point-ttl {
    position: initial;
    width: 50%;
    max-width: 720px;
    height: auto;
    padding-top: 0;
    gap: 2em;
  }
  .top_point-ttl em {
    line-height: 1.5;
  }
  .top_point-ttl em::after {
    height: 13%;
  }
  .top_point-ttl span {
    padding: 2em 0 0;
  }
  .top_point-ttl img {
    bottom: 0;
    max-width: 960px;
  }
  .top_point-txt {
    width: 50%;
    margin: 0;
    padding-top: 64px;
  }
  .top_point-txt-ttl {
    padding: 2.7em 0 1.5em;
  }
  .top_point-txt > *:not(picture) {
    margin: 0 80px 0 0;
  }
  .top_point-link a {
    display: inline-block;
    margin: 2.5em 0 0;
    border: none;
    width: auto;
    color: #fff;
  }
  .top_point-link a::after {
    position: initial;
    display: inline-block;
    content: "\f105";
    font-family: var(--ff-icon);
    color: var(--clr-gray);
    padding-left: 82px;
    background: linear-gradient(to right, transparent 0, transparent 30px, var(--clr-gray) 30px, var(--clr-gray) 100%);
    background-size: 78px 1px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .top_point-link a:hover::after {
    margin-left: 0.5em;
  }
  .top .iki {
    flex-flow: row-reverse;
  }
  .top .iki .top_point-txt > *:not(picture) {
    margin: 0 0 0 80px;
  }
  .menu_nav {
    gap: 64px;
    font-size: 1.8rem;
    margin: 30px 0 40px;
  }
  .menu_nav li {
    width: 160px;
  }
  .menu_nav a:hover {
    opacity: 1;
  }
  .menu_nav span {
    padding: 0.5em 0 1em;
  }
  .menu_momizi {
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    width: 400px;
    z-index: -1;
  }
  .menu_momizi img {
    width: 100%;
  }
  .menu_topitem {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    position: relative;
    padding: 60px 80px 60px 0;
  }
  .menu_topitem-img {
    width: calc(67% - 40px);
    max-width: 900px;
  }
  .menu_topitem-detail {
    width: 33%;
    max-width: 440px;
    margin: 0;
  }
  .menu_topitem-detail::after {
    display: none;
  }
  .menu_topitem-detail .menu_topitem-sakura {
    display: none;
  }
  .menu_topitem-momizi, .menu_topitem-sakura {
    display: none;
  }
  .menu_topitem-sakura {
    display: block;
    top: auto;
    bottom: 0;
    width: 540px;
  }
  .menu_sttl {
    width: 240px;
    height: 240px;
  }
  .menu_sttl img {
    width: 240px;
  }
  .menu_list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
    gap: 60px 80px;
    padding: 0 80px;
    max-width: 1440px;
  }
  .menu_list-momizi {
    display: block;
    width: 240px;
    margin: -50px auto -90px calc(50% - 210px);
    transform: scaleX(-1);
  }
  .menu_list-sakura {
    display: block;
    width: 240px;
    margin: -50px auto -90px calc(50% - 250px);
    rotate: -10deg;
  }
  .menu_item {
    width: 100%;
    max-width: 600px;
    padding: 20px 0;
  }
  .menu_item-detail-ttl {
    margin: 1em 0;
  }
  .menu_item-detail-ttl span {
    display: inline-block;
    margin-left: 1em;
  }
  .menu_item-detail-price a:hover {
    background: var(--clr-beige-d);
    color: #fff;
  }
  .menu_otherlist {
    margin: 0 auto;
    justify-content: start;
    display: flex;
    flex-flow: wrap;
    flex-direction: row-reverse;
    gap: 60px 0;
    padding: 0 80px;
    max-width: 1440px;
  }
  .menu_otherlist + .menu_list {
    margin-top: 100px;
  }
  .menu_otherlist .menu_item {
    width: 44.78%;
  }
  .menu_otherlist .menu_item:nth-child(odd) {
    width: 55.22%;
    max-width: 740px;
    padding: 110px 0 20px;
  }
  .menu_otherlist .menu_item-detail {
    padding-right: 80px;
    border: none;
  }
  .menu_seikaiha {
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    transform: scaleX(-1);
  }
  .menu_seikaiha + .menu_list .menu_item {
    grid-column: 2;
  }
  .alacarte .menu_topitem-ttl {
    margin: 2em auto;
    text-align: center;
  }
  .about_header {
    display: flex;
    flex-flow: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 160px auto 80px;
  }
  .about_header-kasumi {
    max-width: 960px;
    top: 0;
  }
  .about_header-txt {
    max-width: 600px;
    width: 50%;
  }
  .about_header-img {
    max-width: 720px;
    width: 50%;
  }
  .about_header-ttl {
    width: 160px;
    margin: 0 auto 2em;
  }
  .about_box {
    padding: 0 80px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
    gap: 60px 80px;
    max-width: 1440px;
  }
  .about_box-ttl {
    text-align: left;
  }
  .about_box-item {
    display: block;
    padding: 0;
  }
  .about_box-item + .about_box-item {
    margin-top: 0;
  }
  .about_box-pay {
    gap: 14px;
    padding: 20px 0;
  }
  .about_box-pay img {
    height: 32px;
  }
  .about_box-detail {
    display: flex;
    flex-flow: wrap;
  }
  .about_box-detail dt {
    width: 150px;
    padding: 30px 0 30px 20px;
    border-bottom: 1px solid #333;
  }
  .about_box-detail dt::before {
    display: none;
  }
  .about_box-detail dd {
    width: calc(100% - 150px);
    padding: 24px;
  }
  .about_box-map {
    width: 100%;
    max-width: 480px;
  }
  .about_box-address a:hover::after {
    margin-left: 0.5em;
  }
  .contact_ttl {
    margin: 1.5em auto 3em;
  }
  .contact_sttl {
    margin: 2em auto 3.3em;
  }
  .contact_form {
    padding: 20px calc((100% - 640px) / 2) 80px;
  }
  .contact_form-momizi {
    top: -220px;
    width: 400px;
  }
  .contact_privacy-ttl {
    padding: 5em 0 3em;
  }
  .contact_privacy-ttl img {
    width: 400px;
    top: -200px;
  }
}