@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  letter-spacing: 0.05em;
}

ul,
ol {
  list-style: none;
}

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

img {
  width: 100%;
  display: block;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=email],
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

body {
  color: #202925;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
}

html.fixed,
html.fixed body {
  height: 100%;
  overflow: hidden;
}

.header {
  height: 5rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .header {
    height: 9.375rem;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    align-items: start;
  }
}

.logoBlack {
  width: re(105);
  height: 3.125rem;
  z-index: 50;
  display: block;
}
@media screen and (min-width: 768px) {
  .logoBlack {
    width: 14.375rem;
    height: 6.875rem;
  }
}

.header__logo a {
  height: 5rem;
  display: flex;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__logo a {
    height: inherit;
    padding-top: 2.5rem;
  }
}

.logoWhite {
  position: absolute;
  top: 0.9375rem;
  width: 6.5625rem;
  height: 3.125rem;
  display: none;
}

.logoWhite.open {
  display: block;
  z-index: 50;
}

.logoBlack.open {
  display: none;
}

.header__hamburger {
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    position: static;
  }
}

.footer {
  margin-top: 5.25rem;
  background-color: #202925;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 6.125rem;
    padding-bottom: 5.875rem;
  }
}

.footer__inner {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 0.625rem;
  }
}

.footer__logo {
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 13.75rem;
  }
}

.footer__logo a {
  height: 5rem;
  display: flex;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__logo a {
    padding-top: 1.875rem;
    height: 8.4375rem;
  }
}

.footer__logo img {
  width: 8.4375rem;
  height: 3.875rem;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 13.75rem;
    height: 6.5625rem;
  }
}

.footer__info {
  margin-top: 1.6875rem;
  margin-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .footer__info {
    display: flex;
    width: 56.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.125rem;
  }
}

.footer_items {
  font-size: 1rem;
  line-height: 1.4375;
  color: #E3E3E3;
  font-weight: 400;
}

.footer__item {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .footer__item {
    margin-top: 1.375rem;
  }
}

.footer__title {
  float: left;
}
.footer__text {
  padding-left: 6.625rem;
}
@media screen and (min-width: 768px) {
  .footer__text {
    padding-left: 6.375rem;
  }
}

.footer__info iframe {
  aspect-ratio: 345/200;
  width: 100%;
  margin-top: 2.625rem;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .footer__info iframe {
    aspect-ratio: 370/260;
    width: 44%;
    margin-top: 0;
    margin-left: 9.625rem;
    margin-bottom: 0;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1130px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.btn {
  text-align: center;
}

.submit,
.btn a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
  color: #E3E3E3;
  background: linear-gradient(to right, #91855F, #494330);
  display: inline-block;
  min-width: 6.4375rem;
  text-align: center;
  padding: 0.625rem 1.875rem;
  border-radius: 1.25rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .submit,
.btn a {
    min-width: 7.5625rem;
    padding: 0.5625rem 2.25rem;
  }
}

.btn a:hover {
  opacity: 0.5;
}

.section-title {
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 0.375rem;
    margin-left: 0.0625rem;
    text-align: center;
  }
}

.section-title__content {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 400;
  border: 1px solid #91855F;
  padding: 0.5rem 0.5rem 0.3125rem 0.5rem;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .section-title__content {
    font-size: 2.5rem;
    line-height: 1.425;
    padding: 0.625rem 0.375rem 0.5625rem 0.625rem;
  }
}

.section-title__content::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #91855F;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .section-title__content::before {
    top: 0.3125rem;
    left: 0.25rem;
  }
}

.hamburger {
  padding: 0.8125rem;
  background-color: #202925;
  border-radius: 5rem;
  opacity: 0.8;
}

.hamburger span {
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #E2E2E2;
  transition: 0.3s;
  border-radius: 0.0625rem;
}

.hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.hamburger.open span:nth-child(1) {
  transform: translate(3px, 2px) rotate(45deg);
  transform-origin: left;
  background-color: #202925;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translate(3px, -3px) rotate(-45deg);
  transform-origin: left;
  background-color: #202925;
}

.hamburger.open {
  background-color: #E2E2E2;
}

.header-nav {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .header-nav {
    overflow-y: initial;
    height: 9.375rem;
  }
}

.header-nav__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-nav__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-nav__items {
  position: absolute;
  bottom: 2.75rem;
  right: 2.6875rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    min-height: inherit;
    flex-direction: row;
    justify-content: flex-end;
    height: 9.375rem;
    position: static;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item {
    margin-right: 1.25rem;
  }
}

.header-nav__item a {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  text-transform: uppercase;
  display: block;
  padding: 2.625rem 0;
  color: #E3E3E3;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    color: #202925;
    height: 6.25rem;
    display: flex;
    margin-left: initial;
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.5625rem;
  }
}

.header-nav__item a:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .header-nav__item a:first-child {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a:last-child {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:last-child {
    margin-right: 0;
  }
}

.header-nav__item {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .header-nav__item::after {
    position: absolute;
    bottom: 3.75rem;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #707070;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:hover::after {
    transform: scale(1, 1);
  }
}

.hitosara__box {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .hitosara__box {
    margin-top: 0;
  }
}

.hitosara__title {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .hitosara__title {
    margin-left: 0;
  }
}

.hitosara__inner {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hitosara__inner {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 2.75rem;
  }
}

.hitosara__inner img {
  aspect-ratio: 1.374501992;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hitosara__inner img {
    width: 33.75rem;
    height: 24.5625rem;
    object-fit: cover;
  }
}

.hitosara__box h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 4.1875rem;
  letter-spacing: 0.75rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-left: auto;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .hitosara__box h3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    line-height: 7.8125rem;
    letter-spacing: 0.6875rem;
  }
}

.hitosara__box p {
  background-color: #202925;
  color: #E3E3E3;
  font-size: 1rem;
  line-height: 2.3125;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-top: 1rem;
  padding-top: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .hitosara__box p {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0.375rem;
    padding: 1.25rem;
    padding-top: 0.625rem;
    letter-spacing: normal;
    padding-bottom: 0.8125rem;
  }
}

.hitosara__btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .hitosara__btn {
    margin-top: 2.5rem;
  }
}

.oshinagaki__title {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .oshinagaki__title {
    margin-left: 0;
  }
}

.oshinagaki__imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .oshinagaki__imgs {
    margin-top: 2.9375rem;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .oshinagaki__imgs li {
    margin-right: 2.5rem;
  }
}

.oshinagaki__imgs li img {
  aspect-ratio: 180/130;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .oshinagaki__imgs li img {
    width: 15rem;
    height: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .oshinagaki__imgs li:nth-child(4n) {
    margin-right: 0;
  }
}

.oshinagaki__btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .oshinagaki__btn {
    margin-top: 2.625rem;
  }
}

.page-header img {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-header img {
    width: 14.375rem;
    height: 6.875rem;
    margin-top: 1.75rem;
  }
}

.page-header__hamburger {
  background-color: #E3E3E3;
}

.page-header__hamburger span {
  background-color: #202925;
}

.page-header__item a {
  color: #E3E3E3;
}

.menu-slide__imgs {
  display: flex;
}

.menu-slide__img img {
  aspect-ratio: 1.3740458015;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .menu-slide__img img {
    aspect-ratio: 1.375;
  }
}

.page-footer {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .page-footer {
    margin-top: 6.25rem;
  }
}

.mv__img img {
  width: 100%;
  height: 40.1875rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mv__img img {
    height: 43.75rem;
  }
}

.top-kodawari {
  background-image: url("../img/common/back/img_back1.jpg");
  padding-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .top-kodawari {
    height: 40.125rem;
    padding-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .kodawari__box {
    display: flex;
    justify-content: center;
    margin-top: 2.75rem;
  }
}

.kodawari__img img {
  aspect-ratio: 1.5;
  width: 70%;
  object-fit: cover;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .kodawari__img img {
    width: 21.5625rem;
    height: 21.5625rem;
    margin-top: 0;
    margin-left: -0.25rem;
  }
}

.kodawari__content {
  background-color: #202925;
  padding-top: 1.25rem;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .kodawari__content {
    width: 43rem;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    padding-right: 4.0625rem;
    padding-left: 4.0625rem;
    margin-left: 2.8125rem;
  }
}

.kodawari__content h3 {
  color: #E3E3E3;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .kodawari__content h3 {
    text-align: center;
  }
}

.kodawari__content p {
  color: #E3E3E3;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .kodawari__content p {
    line-height: 2.25;
    margin-top: 2rem;
    letter-spacing: normal;
  }
}

.top-hitosara {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .top-hitosara {
    margin-top: 6.25rem;
  }
}

.top-recommend {
  margin-top: 2.5rem;
  background-image: url(../img/common/back/img_back_brown.jpg);
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .top-recommend {
    margin-top: 6.25rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.recommend__box {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recommend__box {
    margin-top: 0;
  }
}

.recommend__box img {
  aspect-ratio: 300/218;
  width: 87%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .recommend__box img {
    aspect-ratio: 440/320;
    width: 41%;
    margin-top: 2.75rem;
  }
}

.reccomend__text {
  margin-top: 1.25rem;
  padding: 1.25rem 0.0625rem;
  width: 90%;
  background-color: #202925;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .reccomend__text {
    margin-top: -13.625rem;
    margin-left: 24.375rem;
    margin-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 3.375rem;
    padding-right: 6.25rem;
    padding-left: 4.75rem;
    text-align: center;
    width: initial;
  }
}

.reccomend__text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5416666667;
  color: #E3E3E3;
}
@media screen and (min-width: 768px) {
  .reccomend__text h3 {
    display: inline-block;
    text-align: left;
    margin-left: 1.75rem;
    letter-spacing: normal;
    line-height: 1.5;
  }
}

.reccomend__text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #E3E3E3;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .reccomend__text p {
    display: inline-block;
    text-align: left;
    margin-top: 2.125rem;
    letter-spacing: normal;
    line-height: 2.1875;
  }
}

.top-owner {
  background-image: url("../img/common/back/img_back_paper.jpg");
  padding-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .top-owner {
    padding-top: 6.25rem;
    padding-bottom: 8.0625rem;
  }
}

.owner__title {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .owner__title {
    margin-left: 0;
  }
}

.owner__inner {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .owner__inner {
    display: flex;
    flex-direction: row-reverse;
  }
}

.owner__inner img {
  aspect-ratio: 172/209;
  width: 50%;
  object-fit: cover;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .owner__inner img {
    aspect-ratio: 371/451;
    width: 34%;
    margin-top: 1.375rem;
    margin-right: 0;
    margin-left: auto;
  }
}

.owner__box {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .owner__box {
    margin-top: auto;
    margin-right: 1.25rem;
  }
}

.owner__box h3 {
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .owner__box h3 {
    font-size: 5rem;
    line-height: 1.4375;
  }
}

.owner__text {
  font-size: 1rem;
  line-height: 1.5625;
  background-color: #202925;
  color: #E3E3E3;
  padding: 1.25rem 0.9375rem;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .owner__text {
    line-height: 2.25;
    padding: 2rem 4.6875rem;
    margin-right: 0;
    margin-left: 0;
    margin-top: -1.5625rem;
    letter-spacing: normal;
  }
}

.top-oshinagaki {
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .top-oshinagaki {
    margin-top: 6.25rem;
  }
}

.top-news {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-news {
    margin-top: 6.125rem;
  }
}

.news__items {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .news__items {
    margin-top: 1.875rem;
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.news__title {
  position: relative;
  margin: 0;
  padding-top: 0.125rem;
  padding-left: 3.0625rem;
  padding-bottom: 0.5rem;
  background-color: #91855F;
  color: #E3E3E3;
  cursor: pointer;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news__title {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 4.75rem;
    margin-top: 1.1875rem;
    display: flex;
  }
}

.news__title time {
  font-size: 0.875rem;
  line-height: 1.0714285714;
}
@media screen and (min-width: 768px) {
  .news__title time {
    padding-right: 1.875rem;
    padding-top: 0.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.news__title h3 {
  font-size: 1rem;
  line-height: 0.9375;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: serif;
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .news__title h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    letter-spacing: normal;
    padding-top: 0.375rem;
  }
}

.news__title::after {
  content: "";
  position: absolute;
  top: 1.1875rem;
  left: 0.9375rem;
  width: 0;
  height: 0;
  border-top: 1.0625rem solid #E3E3E3;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .news__title::after {
    top: 1.375rem;
    left: 2.375rem;
    border-top: 1.25rem solid #E3E3E3;
    border-right: 0.75rem solid transparent;
    border-left: 0.75rem solid transparent;
  }
}

.news__title.open::after {
  content: "";
  position: absolute;
  top: 1.1875rem;
  left: 0.625rem;
  border-top: 1.0625rem solid #E3E3E3;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .news__title.open::after {
    top: 1.375rem;
    left: 2.4375rem;
    border-top: 1.25rem solid #E3E3E3;
    border-right: 0.75rem solid transparent;
    border-left: 0.75rem solid transparent;
  }
}

.news__content {
  display: none;
  padding: 1.1875rem;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .news__content {
    padding: 2rem 2.375rem;
    padding-top: 2rem;
  }
}

.news__content p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news__content p {
    line-height: 2.25;
    letter-spacing: normal;
  }
}

.menu-mv {
  background-color: #202925;
}

.menu-mv__inner {
  padding-top: 7.875rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .menu-mv__inner {
    padding-top: 6rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
  }
}

.menu-mv__inner h2 {
  color: #91855F;
  font-size: 2.5rem;
  line-height: 1.425;
  text-transform: uppercase;
  text-align: right;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .menu-mv__inner h2 {
    margin-left: 8.8125rem;
  }
}

.menu-mv__img {
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .menu-mv__img {
    margin-top: 0;
  }
}

.menu-mv__img img {
  aspect-ratio: 1.0631229236;
  width: 93%;
  margin-left: auto;
  margin-right: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .menu-mv__img img {
    aspect-ratio: 1.0654867257;
    width: 75%;
  }
}

.top-menu {
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .top-menu {
    margin-top: 2.5rem;
  }
}

.menu__box {
  margin-top: 1.25rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .menu__box {
    margin-top: 4.375rem;
  }
}

.page__title {
  margin-top: 1.875rem;
  margin-left: 0.9375rem;
}

.page__title:first-child {
  margin-top: 0;
  margin-left: 0;
}

.page__title h2 {
  font-size: 3rem;
  line-height: 1.4375;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page__title h2 {
    font-size: 6.25rem;
    line-height: 1.44;
  }
}

.page__title h2::first-letter {
  text-transform: uppercase;
}

.page__title__accent {
  color: #91855F;
}

.page__title span {
  text-transform: uppercase;
}

.menu__items {
  margin-top: 1.5rem;
  margin-left: 3.3125rem;
  max-width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .menu__items {
    margin-top: 2.5rem;
    margin-left: 8.0625rem;
    width: 100%;
    max-width: 59.375rem;
  }
}

.menu__item {
  margin-top: 1.375rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .menu__item {
    margin-top: 2.5rem;
    justify-content: initial;
    display: flex;
    width: 15.9375rem;
  }
}

.menu__item dt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .menu__item dt {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.menu__item dd {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .menu__item dd {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

@media screen and (min-width: 768px) {
  .plates-items {
    height: 15.3125rem;
    display: flex;
    flex-flow: column wrap;
  }
}

@media screen and (min-width: 768px) {
  .plates-items__item:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .plates-items__item:nth-child(4n+1) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .plates-items__item:nth-child(n+5) {
    margin-left: 6.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .course-items {
    display: flex;
    margin-top: -0.125rem;
  }
}

@media screen and (min-width: 768px) {
  .course-items__item {
    margin-left: 6.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .course-items__item:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .coures-items__text p {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    font-weight: 500;
    margin-top: 3.125rem;
    text-align: right;
    margin-right: 8.125rem;
    padding-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .dessert-items {
    display: flex;
    width: 100%;
    margin-top: -0.375rem;
    padding-bottom: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .dessert-items__item {
    margin-left: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .dessert-items__item:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .drink-items {
    height: 25.625rem;
    display: flex;
    flex-flow: column wrap;
  }
}

@media screen and (min-width: 768px) {
  .drink-items__item {
    width: 16.875rem;
  }
}

@media screen and (min-width: 768px) {
  .drink-items__item:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .drink-items__item:nth-child(8) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .drink-items__item:nth-child(11) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .drink-items__item:nth-child(n+8) {
    margin-left: 5rem;
  }
}

.drink-items::after {
  content: "";
  height: 100%;
}

.drink-items__item:nth-child(n+11) {
  order: 2;
}

@media screen and (min-width: 768px) {
  .softDrink-items {
    height: 9.375rem;
    display: flex;
    flex-flow: column wrap;
  }
}

@media screen and (min-width: 768px) {
  .softDrink-items__item {
    width: 15.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .softDrink-items__item:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .softDrink-items__item:nth-child(4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .softDrink-items__item:nth-child(6) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .softDrink-items__item:nth-child(n+4) {
    margin-left: 6.0625rem;
  }
}

.softDrink-items::after {
  content: "";
  height: 100%;
}

.softDrink-items__item:nth-child(n+6) {
  order: 2;
}

.contact-mv {
  background-color: #202925;
}

.contact-mv__img img {
  aspect-ratio: 0.5822981366;
  width: 100%;
  height: 40.25rem;
  object-fit: cover;
  opacity: 0.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-mv__img img {
    height: 43.75rem;
    aspect-ratio: 1.9514285714;
  }
}

.contact-mv__title {
  position: absolute;
  top: 8.625rem;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-mv__title {
    top: 21.8125rem;
    left: 10.8125rem;
  }
}

.contact-mv__title h2 {
  font-size: 2rem;
  line-height: 1.4375;
  color: #E3E3E3;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contact-mv__title h2 {
    font-size: 2.5rem;
    line-height: 1.425;
  }
}

.contact-form {
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .contact-form {
    margin-top: 2.5rem;
  }
}

.contact-form__items {
  margin-top: 1.4375rem;
  width: 19.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contact-form__items {
    width: 43.125rem;
    margin-top: 2.625rem;
  }
}

.form__list {
  margin-top: 2.625rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__list {
    display: flex;
    flex-direction: row;
    margin-top: 2.5rem;
  }
}

.form__list:nth-child(1) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .form__list:nth-child(4) {
    margin-top: 2.1875rem;
  }
}

.form__label {
  font-size: 1rem;
  line-height: 1.4375;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form__label {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    float: left;
    margin-top: 0.5rem;
    letter-spacing: normal;
  }
}

.form__area {
  background-color: white;
  border: 0.0625rem solid #91855F;
  border-radius: 0 0.625rem 0 0;
  width: 19rem;
  margin-left: auto;
  padding: 0.25rem 0.9375rem 0 0.75rem;
}
@media screen and (min-width: 768px) {
  .form__area {
    width: 26.25rem;
    height: 3.125rem;
    margin-top: 0;
    margin-left: auto;
  }
}

#name {
  display: block;
  width: 17.5rem;
  height: 1.875rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #name {
    width: 25.3125rem;
    height: 2.8125rem;
  }
}

#tel {
  display: block;
  width: 17.5rem;
  height: 1.875rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #tel {
    width: 25.3125rem;
    height: 2.8125rem;
  }
}

#mail {
  display: block;
  width: 17.5rem;
  height: 1.875rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #mail {
    width: 25.3125rem;
    height: 2.8125rem;
  }
}

.form__textarea {
  background-color: #fff;
  border: 0.0625rem solid #707070;
  border-radius: 0 0.625rem 0 0;
  margin-top: 0.625rem;
  margin-left: auto;
  width: 19.0625rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    width: 26.25rem;
    height: 18.75rem;
    margin-top: 0;
    margin-left: auto;
  }
}

#text {
  display: block;
  width: 16.25rem;
  height: 16.125rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #text {
    width: 25.4375rem;
    height: 18.4375rem;
  }
}

input[type=radio] {
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #91855F;
  border-radius: 50%;
  color: #91855F;
  vertical-align: middle;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  input[type=radio] {
    width: 1.25rem;
    height: 1.25rem;
  }
}

input[type=radio]:checked {
  accent-color: #91855F;
}

.form__radio {
  margin-top: 0.625rem;
  margin-left: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .form__radio {
    margin-top: 0;
    margin-left: 5rem;
  }
}

.form__radio label {
  padding: 0 4rem 0 1.125rem;
  font-size: 1rem;
  line-height: 1.4375;
  color: #202925;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__radio label {
    padding: 0.375rem 2.125rem 0 0.875rem;
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.required::after {
  content: "※";
  color: #91855F;
}

.form__radio label:nth-child(4) {
  padding-right: 0;
}

.contact-form__attention {
  margin-left: 1.9375rem;
  margin-top: 1.25rem;
  margin-right: -1.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__attention {
    margin-top: 2.5rem;
    margin-right: -12.1875rem;
    margin-left: 31.75rem;
  }
}

.contact-form__attention p {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.01;
}
@media screen and (min-width: 768px) {
  .contact-form__attention p {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: normal;
  }
}

.contact-form__btn {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .contact-form__btn {
    margin-top: 5rem;
  }
}

.submit {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .submit {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    min-width: 11.1875rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.submit:hover {
  opacity: 0.5;
}

.contact__footer {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .contact__footer {
    margin-top: 5rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
