@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

th {
  text-align: left;
  vertical-align: top;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/*──────────────────────────────────────────────

	color	

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	margin

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	max

──────────────────────────────────────────────*/
/*──────────────────────────────────────────────

	font

──────────────────────────────────────────────*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6666;
  color: #000;
  background: #F8F3E7;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 2.2rem;
    padding-left: 140px;
  }
}

button {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

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

p {
  text-align: justify;
}

/*───────────────────────────────────────

	inline

───────────────────────────────────────*/
a {
  color: #0073C4;
  text-decoration: none;
}

small {
  font-size: 1.4rem;
}

select {
  color: #000;
}

small {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  ._sp-n {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  ._pc-n {
    display: none !important;
  }
}
._bl-center {
  margin-left: auto;
  margin-right: auto;
}

._dp-n {
  display: none;
}

._mb {
  margin-bottom: 2.4rem;
}

._mb-2 {
  margin-bottom: 4.8rem;
}

._mb-4 {
  margin-bottom: 9.6rem;
}

._ml-a {
  margin-left: auto;
}

._mt-s {
  margin-top: 1.2rem;
}

._mt {
  margin-top: 2.4rem;
}

._mt-2 {
  margin-top: 4.8rem;
}

._mt-3 {
  margin-top: 7.2rem;
}

._mt-4 {
  margin-top: 9.6rem;
}

._mt-6 {
  margin-top: 14.4rem;
}

._ofx-h {
  overflow-x: hidden;
}

._op1 {
  opacity: 1 !important;
}

._ta-c {
  text-align: center;
}

._ul-disc li::before {
  content: "・";
  font-weight: 700;
  margin-right: 0.25em;
}

/*───────────────────────────────────────

	common

───────────────────────────────────────*/
main.common {
  padding-top: 2.4rem;
  padding-bottom: 9.6rem;
}
@media screen and (min-width: 769px) {
  main.common {
    padding-top: 4.8rem;
  }
}

.flex {
  display: flex;
}
.flex.--aic {
  align-items: center;
}
.flex.--spb {
  justify-content: space-between;
}

.js-scrolls > *,
.js-scroll {
  opacity: 0;
  transform: translateY(5vh);
  transition: 1s;
}
.js-scrolls > *.show,
.js-scroll.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .js-scrolls > *,
  .js-scroll {
    transform: translateY(3vh);
  }
}

/*───────────────────────────────────────

	hero

───────────────────────────────────────*/
.hero {
  background: #232323 url("../images/common/hero_dish_sp.jpg") no-repeat center right/cover;
}
@media screen and (min-width: 769px) {
  .hero {
    background-image: url("../images/common/hero_dish.jpg");
  }
}

body.company .hero, body.recruit2 .hero {
  background-image: url("../images/common/hero_nigiri_sp.jpg");
}
@media screen and (min-width: 769px) {
  body.company .hero, body.recruit2 .hero {
    background-image: url("../images/common/hero_nigiri.jpg");
  }
}

.hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero__title {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.hero__title span.small {
  font-size: 50%;
  letter-spacing: 0.25em;
}
.hero__title span.dot {
  display: inline-block;
  transform: translateX(0.2em);
}

@media screen and (max-width: 768px) {
  .hero__inner {
    aspect-ratio: 393/254;
  }
}
@media screen and (min-width: 769px) {
  .hero__inner {
    height: 410px;
  }
  .hero__title {
    font-size: 4.8rem;
  }
}
/*───────────────────────────────────────

	header

───────────────────────────────────────*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #232323;
  color: #fff;
  z-index: 100;
}
.header a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  .header {
    width: max-content;
    height: 100%;
    display: grid;
    transform: translateX(-100%);
    transition: 0.5s;
    left: 140px;
    grid-template-columns: auto 140px;
    grid-template-rows: auto auto 1fr auto;
    grid-template-areas: "gnav logo" "gnav vnav" "gnav lang" "gnav hbb";
  }
  .header.show {
    transform: translateX(-140px);
  }
  .header .header__logo {
    grid-area: logo;
  }
  .header .vnav__list {
    grid-area: vnav;
  }
  .header .header__lang {
    grid-area: lang;
  }
  .header .header__menu-btn {
    grid-area: hbb;
  }
  .header .gnav {
    grid-area: gnav;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 5px 8px;
    height: 40px;
    overflow: hidden;
  }
  .header__inner a,
  .header__inner picture {
    display: inline-block;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    height: 100%;
  }
  .header__logo img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header__logo {
    text-align: center;
  }
  .header__logo img {
    width: 112px;
  }
}

.vnav__list {
  display: flex;
  font-size: 2.6rem;
  flex-direction: column;
  gap: 1.5em;
  justify-content: center;
}

.vnav__item {
  text-align: center;
}

.vnav__item span {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  display: inline-block;
}

@media screen and (max-height: 768px) {
  .vnav__item--tel {
    display: none;
  }
}
.tel-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.tel-btn i {
  line-height: 1;
}

.store-list {
  display: block;
  background: #232323;
  margin-left: auto;
  margin-right: auto;
}
.store-list dt {
  font-size: 2.4rem;
  line-height: 1;
}
.store-list dd {
  font-size: 2rem;
  line-height: 1.3;
}
.store-list .store-list__tel-link {
  display: inline-block;
  border: solid 1px #fff;
  line-height: 1;
  padding: 0.4em 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .store-list {
    position: fixed;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 200;
    top: 40px;
    left: 0;
    padding: 4.8rem 2.4rem;
    transition: 0.3s;
    left: 100vw;
  }
  .store-list dd {
    margin-top: 0.5em;
  }
  .store-list dt:nth-of-type(n+2) {
    margin-top: 4.8rem;
  }
  .store-list.show {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .store-list .store-list__inner {
    width: auto;
    display: grid;
    grid-template-columns: auto auto;
    gap: 2.8rem;
  }
  .store-list dt {
    font-size: 2.8rem;
  }
  .store-list dd {
    font-size: 2.2rem;
  }
}

.store-list__close-btn {
  display: block;
  width: 44px;
  height: 40px;
  margin-top: 9.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.store-list__close-btn::before, .store-list__close-btn::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.store-list__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .gnav__list {
    display: block;
    background: #232323;
    position: fixed;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 200;
    top: 40px;
    left: 0;
    padding-block: 4.8rem;
    transition: 0.3s;
    left: 100vw;
  }
  .gnav__list li {
    text-align: center;
  }
  .gnav__list a {
    display: block;
    padding: 0.5em 0;
  }
  .gnav__list.show {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .gnav__list {
    font-size: 2.6rem;
    line-height: 2.6;
    padding-left: 2.6em;
    padding-right: 2.6em;
    margin-top: 2.6em;
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__menu-btn {
  position: absolute;
  width: 44px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 101;
}
.header__menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 10px;
}
.header__menu-btn::before, .header__menu-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  top: 12px;
  left: 10px;
}
.header__menu-btn::after {
  top: 26px;
}
.header__menu-btn.show span {
  opacity: 0;
}
.header__menu-btn.show::before, .header__menu-btn.show::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__menu-btn.show::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .header__menu-btn {
    width: 50px;
    height: 29px;
    top: revert;
    bottom: 45px;
    right: 45px;
  }
  .header__menu-btn span {
    width: 50px;
    height: 3px;
    top: 13px;
    left: 0;
  }
  .header__menu-btn::before, .header__menu-btn::after {
    width: 50px;
    height: 3px;
    top: 0;
    left: 0;
  }
}

/*──────────────────────────────────────────────

	heading

──────────────────────────────────────────────*/
.hd1 {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.hd1.--bd {
  border-top: 1px solid #B09D6E;
  border-bottom: 1px solid #B09D6E;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.hd1.--icon {
  display: flex;
  align-items: center;
  padding-left: 0.25em;
  padding-right: 0.25em;
  gap: 0.25em;
}
.hd1.--icon i {
  display: flex;
  align-items: center;
}
.hd1.--icon img {
  height: 1.5em;
  width: auto;
}
@media screen and (max-width: 768px) {
  .hd1 .icon-hotei {
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .hd1 {
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
  }
  .hd1.--bd {
    border-left: 1px solid #B09D6E;
    border-right: 1px solid #B09D6E;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    width: fit-content;
  }
  .hd1.--icon {
    position: relative;
    height: fit-content;
  }
  .hd1.--icon img {
    height: auto;
    width: 1.5em;
  }
  .hd1 .icon-hotei img {
    position: absolute;
    bottom: 0;
    width: calc(100% + 2.4em);
    left: 50%;
    transform: translate(-50%, 110%);
  }
}

.hd2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  line-height: 1.3;
}
.hd2.--tate {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 769px) {
  .hd2 {
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
    letter-spacing: 0.25em;
    margin-bottom: 0;
  }
}

.hd3 {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.5em;
}
@media screen and (min-width: 769px) {
  .hd3 {
    font-size: 3.6rem;
  }
}

/*──────────────────────────────────────────────

	sec1

──────────────────────────────────────────────*/
.sec1,
.sec2 {
  padding-inline: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sec1,
  .sec2 {
    padding-inline: 5.8823529412%;
  }
}

.sec1 {
  padding-block: 2.4rem;
}
@media screen and (min-width: 769px) {
  .sec1 {
    padding-block: 4.8rem;
  }
}
@media screen and (min-width: 1632px) {
  .sec1 {
    width: 1440px;
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media screen and (min-width: 1392px) {
  .sec2 {
    width: 1392px;
    padding-left: 96px;
    padding-right: 96px;
  }
}

/*───────────────────────────────────────

	list

───────────────────────────────────────*/
.dl1 {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.6rem;
}

.dl1__label {
  font-weight: 600;
  padding-right: 2em;
}

.dl1__label,
.dl1__value {
  padding-bottom: 1.2rem;
  border-bottom: solid 1px #D6D5D5;
}

.dl1__label:nth-of-type(n+2),
.dl1__value:nth-of-type(n+2) {
  margin-top: 1.2rem;
}

@media screen and (min-width: 769px) {
  .dl1__label {
    font-size: 2.2rem;
    padding-right: 4em;
  }
  .dl1__value {
    font-size: 1.8rem;
  }
  .dl1__label,
  .dl1__value {
    padding-bottom: 2.2rem;
  }
  .dl1__label:nth-of-type(n+2),
  .dl1__value:nth-of-type(n+2) {
    margin-top: 2.2rem;
  }
}
/*──────────────────────────────────────────────

	btn

──────────────────────────────────────────────*/
.btn {
  display: inline-block;
  cursor: pointer;
  background: #554000;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 0.75em 2em;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .btn {
    min-width: 65.0406504065%;
  }
}
.btn.--blue {
  background: #004755;
}
.btn.--arrow {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.35em;
}
.btn.--arrow i {
  display: flex;
  align-items: center;
}
.btn.--arrow img {
  width: auto;
  height: 0.35em;
}

/*───────────────────────────────────────

	others

───────────────────────────────────────*/
.menu {
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 2.4rem 1.2rem;
  }
}

.menu__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.menu__text {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.menu__photos {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 1.2rem;
  justify-content: center;
  width: 65.5826558266%;
}

@media screen and (min-width: 769px) {
  .menu__inner {
    padding: 0 5.8823529412%;
    flex-direction: row;
    display: grid;
    grid-template-columns: auto 1fr 55.1626591231%;
    grid-template-areas: "hd text figure" "hd btn btn";
    gap: 2.4rem 3.0303030303%;
  }
  .menu__title {
    grid-area: hd;
  }
  .menu__photos {
    grid-area: figure;
    flex-direction: row;
    width: revert;
    padding-top: 2.4rem;
  }
  .menu__text {
    grid-area: text;
    padding-top: 2.4rem;
  }
  .menu__btn {
    grid-area: btn;
    justify-self: end;
    padding-top: 2.4rem;
  }
}
@media screen and (min-width: 1632px) {
  .menu__inner {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 96px;
    padding-right: 96px;
  }
}
/*──────────────────────────────────────────────

	footer

──────────────────────────────────────────────*/
.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 2.4rem;
  background: #554000;
  color: #fff;
}
.fixed-btn .fixed-btn__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 2.4rem 0.6rem;
}
.fixed-btn a {
  color: inherit;
}
.fixed-btn i {
  width: 1.1em;
  height: 1.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fixed-btn .fixed-btn__text {
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
  }
}

.footer {
  background: #313131;
  padding: 2.4rem 2.4rem 4.8rem;
  color: #fff;
}
.footer a {
  color: inherit;
}

.footer__logo {
  width: 45.8015267176vw;
}

.footer__shops {
  margin-top: 2.4rem;
}
.footer__shops dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem;
}

.footer__shop-tel {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.5rem;
}
.footer__shop-tel a {
  font-size: 2.6rem;
}

.footer__shop-name {
  font-size: 2.4rem;
}

.footer__shop-address {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .footer a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 4.8rem 6.0606060606%;
  }
  .footer__inner {
    max-width: 1584px;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-areas: "logo shops" "logo nav";
    gap: 2.4rem 4.8rem;
  }
  .footer__logo {
    grid-area: logo;
    max-width: 300px;
  }
  .footer__shops {
    margin-top: 0;
    grid-area: shops;
  }
  .footer__shops dl {
    grid-template-columns: auto 1fr auto 1fr;
    gap: 2.4rem;
  }
  .footer__nav {
    grid-area: nav;
  }
  .footer__sns {
    display: inline-block;
    margin-top: 1.2rem;
    width: 40px;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: 30% 30% 1fr;
    padding-top: 2.4rem;
    border-top: solid 1px #fff;
    font-size: 1.6rem;
  }
  .footer__nav-item a {
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
  .footer__nav-item i {
    width: 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/*───────────────────────────────────────

	takeout

───────────────────────────────────────*/
.takeout__title {
  margin-left: auto;
  margin-right: auto;
}

.takeout__list {
  margin-top: 7.2rem;
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
}

.takeout-item__inner {
  position: relative;
}

.takeout-item__title {
  display: block;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  font-size: 2.5rem;
  background: #fff;
  position: absolute;
  right: 2.4rem;
  top: 0;
  transform: translateY(-50%);
  height: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5em;
  border-left: 5px solid #140880;
  border-right: solid 5px #140880;
  line-height: 1;
}
.takeout-item__title::before, .takeout-item__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #140880;
  top: 0;
  left: 1px;
}
.takeout-item__title::after {
  left: auto;
  right: 1px;
}

.takeout__btn {
  text-align: center;
  margin-top: 4.8rem;
}

@media screen and (min-width: 769px) {
  .takeout__title {
    font-size: 4.8rem;
    grid-area: hd;
  }
  .takeout__text {
    grid-area: text;
    padding-top: 7.2rem;
  }
  .takeout__list {
    flex-direction: row;
    gap: 3.8277511962%;
    grid-area: list;
    margin-top: 9.6rem;
  }
  .takeout__inner {
    max-width: 1584px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6.0606060606%;
    padding-right: 6.0606060606%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "hd text" "hd list" "btn btn";
    gap: 0 4.8rem;
  }
  .takeout-item__title {
    font-size: 2.8rem;
    height: 5em;
    transform: translateY(-33.3%);
  }
  .takeout__btn {
    grid-area: btn;
    justify-self: end;
  }
}
body.honten .menu {
  background: #fff;
}

body.higashiten {
  background: #fff;
}
body.higashiten .menu {
  background: #F8F3E7;
}

/*──────────────────────────────────────────────

	intro

──────────────────────────────────────────────*/
.intro {
  padding: 2.4rem 1.2rem 0;
  position: relative;
}

.intro__title {
  font-size: 3.6rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
.intro__title span:nth-of-type(2) {
  padding-top: 1.5em;
}

.intro__text {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  overflow: hidden;
}

/*
.slide__list {
	display: flex;
	width: 400%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
*/
.slide__list {
  position: relative;
}
.slide__list li {
  opacity: 0;
  transition: opacity 3s ease;
}
.slide__list li:nth-of-type(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__list li.active {
  opacity: 1;
}

.slide__btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  list-style: none;
}
.slide__btns li {
  height: 20px;
  cursor: pointer;
  position: relative;
}
.slide__btns li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #d9d9d9;
}
.slide__btns li.active::before {
  background: #CB8E00;
}
.slide__btns span {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .slide__list {
    margin-top: 2.4rem;
  }
  .intro__title {
    margin-bottom: 2.4rem;
  }
  .intro__inner {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .intro {
    position: relative;
    padding: 2.4rem 0 2.4rem 9.6rem;
  }
  .intro__inner {
    max-width: 1584px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: auto 59.3434343434%;
    grid-template-areas: "hd slide" "text slide";
    gap: 2.4rem 6.0606060606%;
  }
  .intro__title {
    font-size: 4.8rem;
    grid-area: hd;
  }
  .intro__text {
    grid-area: text;
  }
  .intro .slide {
    grid-area: slide;
    align-self: center;
  }
  .slide__btns {
    width: 58.6170212766%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*──────────────────────────────────────────────

	七福神紹介

──────────────────────────────────────────────*/
.shichifuku {
  padding: 2.4rem 1.2rem;
  position: relative;
}

.shichifuku__inner {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 1.6rem;
}

.shichifuku__title {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
}
.shichifuku__title span {
  font-size: 3.6rem;
  padding-top: 1.5em;
}

.shichifuku__text {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-feature-settings: "vert" 1, "vrt2" 1;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-top: 4em;
}

.shichifuku__list {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.calendar {
  position: relative;
  overflow-x: hidden;
}

.calendar__hd {
  font-size: 3.2rem;
  font-weight: 500;
}

.calendar__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.2rem;
}

.calendar__table {
  width: 100%;
  max-width: 700px;
  border-top: 1px solid #A4A4A4;
  border-left: 1px solid #A4A4A4;
  font-size: 1rem;
}
.calendar__table th,
.calendar__table td {
  width: 14.2857142857%;
  border-bottom: 1px solid #A4A4A4;
}
.calendar__table th {
  text-align: center;
  background: #554000;
  color: #fff;
  border-right: 1px solid #fff;
}
.calendar__table th:nth-child(6) {
  background: #3B80B8;
  border-right: 1px solid #A4A4A4;
}
.calendar__table th:nth-child(7) {
  background: #B93838;
  border-right: 1px solid #A4A4A4;
}
.calendar__table td {
  background: #fff;
  border-right: 1px solid #A4A4A4;
}
.calendar__table td:nth-child(6) {
  color: #3B80B8;
}
.calendar__table td:nth-child(7) {
  color: #B93838;
}

.calendar__td {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
}

.calendar__date {
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.calendar__date.--holiday {
  color: #B93838;
}

.calendar__off {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  line-height: 1;
  background: #B93838;
  color: #fff;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.calendar__shichifukus {
  position: absolute;
  top: 33.333%;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: center;
  gap: 0 4%;
}
.calendar__shichifukus > li {
  flex: 0 0 48%;
}
.calendar__shichifukus > li:nth-child(3) {
  transform: translateY(-20%);
}

.legends {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1.2rem;
}
.legends dt {
  text-align: center;
}
.legends dd {
  align-self: center;
}

.calendar__link {
  font-size: 1.6rem;
  margin-top: 1em;
}

.tenpo__bg {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tenpo__bg.--honten.--3 {
    top: 0;
    left: 0%;
    width: 39.1857506361vw;
    transform: translateY(31%);
  }
  .tenpo__bg.--honten.--2 {
    top: 0;
    right: 0;
    width: 50.1272264631vw;
    transform: translateY(325%);
  }
}
@media screen and (min-width: 769px) {
  .tenpo__bg.--honten.--1 {
    top: 4.8rem;
    left: 0;
    width: 20.0757575758%;
    max-width: 318px;
  }
  .tenpo__bg.--honten.--2 {
    top: 0%;
    right: 0;
    width: 27.8409090909%;
    max-width: 441px;
    transform: translateY(76%);
  }
  .tenpo__bg.--honten.--3 {
    bottom: 0;
    left: 0;
    width: 15.6565656566%;
    max-width: 248px;
    transform: translateY(76%);
  }
}
@media screen and (max-width: 768px) {
  .tenpo__bg.--higashiten.--1 {
    top: 0%;
    left: 0%;
    width: 66.9211195929vw;
  }
  .tenpo__bg.--higashiten.--2 {
    bottom: 0;
    right: 0%;
    width: 89.5674300254vw;
    transform: translateY(-200%);
  }
  .tenpo__bg.--higashiten.--3 {
    left: 0;
    bottom: 0%;
    width: 85.4961832061vw;
  }
}
@media screen and (min-width: 769px) {
  .tenpo__bg.--higashiten.--1 {
    top: 0;
    left: 0;
    width: 51.452020202%;
    max-width: 815px;
  }
  .tenpo__bg.--higashiten.--2 {
    width: 70.0757575758%;
    bottom: -4%;
    right: 0;
    transform: translateX(8%);
  }
  .tenpo__bg.--higashiten.--3 {
    width: 70.0757575758%;
    bottom: 0%;
    left: 0%;
  }
}

@media screen and (max-width: 768px) {
  .calendar__holiday {
    font-size: 8px;
  }
  .calendar.--higashiten {
    padding-block: 2.4rem;
    padding-inline: 1.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .shichifuku {
    padding-left: 9.6rem;
    padding-right: 9.6rem;
    padding-bottom: 2.4rem;
    display: grid;
    grid-template-columns: 56.3762626263% auto;
    grid-template-areas: "list text";
    gap: 4.8rem;
  }
  .shichifuku__inner {
    grid-area: text;
    gap: 4.8rem;
    justify-content: start;
  }
  .shichifuku__title {
    font-size: 3rem;
  }
  .shichifuku__title span {
    font-size: 4.8rem;
    padding-top: 1em;
  }
  .shichifuku__list {
    grid-area: list;
  }
  .calendar__inner {
    padding-block: 4.8rem;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "legends table" "link table";
    grid-template-rows: auto 1fr;
    gap: 2.4rem 6.6666666667%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .calendar__title {
    grid-area: hd;
  }
  .calendar__table {
    grid-area: table;
  }
  .calendar__link {
    grid-area: link;
  }
  .calendar__hd {
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
    font-size: 4.8rem;
    grid-area: hd;
  }
  .legends {
    grid-area: legends;
    margin-top: 0;
    grid-template-columns: 66px 1fr;
    gap: 2.4rem;
    align-self: start;
    padding-top: 4.8rem;
  }
  .legends dt {
    text-align: center;
    align-self: center;
  }
  .legends dd {
    align-self: center;
  }
  .calendar__off {
    font-size: 1.6rem;
  }
  .calendar.--higashiten {
    max-width: revert;
    padding-left: 0;
    padding-right: 0;
  }
  .calendar.--higashiten .calendar__inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "table hd";
  }
  .calendar.--higashiten .calendar__table {
    grid-area: table;
    justify-self: right;
  }
}
/*──────────────────────────────────────────────

	menu

──────────────────────────────────────────────*/
.menu {
  margin-top: 2.4rem;
}
.menu.--nomt {
  margin-top: 0;
}

.course,
.lunch {
  margin-top: 2.4rem;
}

.menu__title {
  margin-bottom: 1.2rem;
}

.menu__text {
  padding-left: 0;
  padding-right: 0;
}

.lunch-header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lunch-header .disabled {
  opacity: 0.1;
  pointer-events: none;
}

.lunch-header__btn {
  width: 42px;
  height: 42px;
  padding: 20%;
  background: #EDE5D0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu__items {
  display: grid;
  margin-top: 1.2rem;
  transition: 0.5s ease;
}
.menu__items.--3 {
  width: 300%;
  grid-template-columns: repeat(3, 1fr);
}
.menu__items.--5 {
  width: 500%;
  grid-template-columns: repeat(5, 1fr);
}

.menu__item {
  display: flex;
  flex-direction: column;
}
.menu__item > * {
  order: 2;
}

.menu__item-title {
  font-weight: 600;
}

.menu__item-figure {
  order: 1;
  margin-bottom: 1.2rem;
}
.menu__item-figure img {
  width: 100%;
  aspect-ratio: 440/312;
  object-fit: cover;
}

.menu__item-price {
  text-align: right;
  margin-top: 1.2rem;
}

.menu__notes,
.menu__item-notes {
  font-size: 1.6rem;
  grid-area: note;
}

.menu__other,
.menu__item-other {
  margin-top: 2.4rem;
  font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
  .menu {
    padding-top: 2.4rem;
    padding-bottom: 4.8rem;
  }
  .menu.lunch .menu__inner {
    grid-template-columns: auto 1fr;
    grid-template-areas: "hd slide" "hd note";
  }
  .menu.lunch .slide {
    grid-area: slide;
  }
  .menu.course .menu__inner {
    grid-template-columns: auto 1fr 33%;
    grid-template-areas: "hd text figure" "hd note note";
  }
  .lunch-header ul {
    justify-content: flex-end;
    gap: 0.8rem;
  }
  .lunch-header__btn {
    width: 48px;
    height: 48px;
    padding: 25%;
  }
  .menu__text {
    padding-top: 0;
  }
  .menu__items {
    margin-top: 2.4rem;
    gap: 4.8rem;
  }
  .menu__items.--3 {
    width: 120%;
    grid-template-columns: repeat(3, 1fr);
  }
  .menu__items.--5 {
    width: 200%;
    grid-template-columns: repeat(5, 1fr);
  }
  .menu__item-title {
    font-size: 2.2rem;
  }
}
.monthly .menu__notes {
  margin-top: 0;
}

.monthly__catch {
  color: #C50000;
  font-weight: 600;
}

/*──────────────────────────────────────────────

	shop

──────────────────────────────────────────────*/
.shop-info__title {
  font-size: 3.2rem;
  margin-bottom: 1.2rem;
}

.shop-info__map {
  aspect-ratio: 16/9;
}
.shop-info__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.shop-info__list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem 2.4rem;
  margin-top: 2.4rem;
}
.shop-info__list dt {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .shop-info {
    padding: 4.8rem 0 9.6rem;
  }
  .shop-info__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "hd map" "text text";
    gap: 2.4rem;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .shop-info__title {
    writing-mode: vertical-rl;
    letter-spacing: 0.25em;
    font-feature-settings: "vert" 1, "vrt2" 1;
    font-size: 4.8rem;
    margin-bottom: 0;
    grid-area: hd;
  }
  .shop-info__map {
    grid-area: map;
    aspect-ratio: 2/1;
  }
  .shop-info__list {
    grid-area: text;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .fixed-btn {
    font-size: 1.8rem;
    bottom: 20px;
    border-left: 10px solid #C50000;
    pointer-events: none;
  }
  .fixed-btn .fixed-btn__inner {
    flex-direction: row;
    align-items: center;
    padding: 0.5em 0.8em 0.4em;
    pointer-events: auto;
  }
}

@media screen and (max-width: 768px) {
  .monthly__inner {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .monthly__inner > * {
    order: 3;
  }
  .monthly__inner .monthly__title {
    order: 1;
  }
  .monthly__inner .monthly__figure {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .monthly__inner {
    display: grid;
    grid-template-columns: auto 1fr 23.6111111111%;
    grid-template-areas: "hd catch figure" "hd note figure";
    gap: 2.4rem 3.0303030303%;
  }
  .monthly__inner .monthly__title {
    grid-area: hd;
  }
  .monthly__inner .monthly__catch {
    grid-area: catch;
  }
  .monthly__inner .monthly__notes {
    grid-area: note;
  }
  .monthly__inner .monthly__figure {
    grid-area: figure;
  }
}/*# sourceMappingURL=tenpo.css.map */