@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;
}

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,
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],
input[type=radio] {
  display: none;
}

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

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

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

body {
  color: #202925;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@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;
  }
  a:hover {
    opacity: 0.5;
  }
}

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

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

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

.header__logo {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  margin-left: 0.9375rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 14.375rem;
    margin-left: 0;
  }
}

.header__logo a {
  height: inherit;
}

.logo.open {
  display: none;
}

.sp-drawer-logo {
  display: none;
}

.sp-drawer-logo.open {
  display: block;
  z-index: 3;
}

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

.header-nav {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: url(../img/common/img_sp_mv.png) no-repeat center/cover;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: initial;
    height: inherit;
    overflow: initial;
    background-image: none;
  }
}

.header-nav__items {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    min-height: initial;
    flex-direction: row;
    align-items: initial;
    justify-content: initial;
    text-align: initial;
  }
}

.header-nav__item {
  width: 11.6875rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    width: initial;
  }
}

.header-nav__item a {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #E2E2E2;
  text-transform: uppercase;
  display: block;
  padding: 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    padding: 1.875rem 0;
    position: relative;
    color: initial;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-left: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a:hover {
    opacity: 1;
  }
}

.header-nav__item a::before {
  content: "";
  position: absolute;
  height: 0.0625rem;
  width: 100%;
  background-color: #707070;
  bottom: 1.25rem;
  transform: scale(0, 1);
  transition: 0.3s;
}

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

.header__hamburger {
  position: relative;
  z-index: 30;
}

.menu-header-nav__item a {
  color: #E3E3E3;
}

.footer {
  background-color: #202925;
}

.footer__inner {
  padding-top: 1.25rem;
  padding-bottom: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 2.5rem;
    padding-bottom: 6.4375rem;
  }
}

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

.shop__info {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .shop__info {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    width: 56.5rem;
    justify-content: space-between;
  }
}

.shop-ad {
  color: #E3E3E3;
  font-size: 1rem;
  line-height: 1.1875;
}
.address-item {
  display: flex;
}
.address-item:nth-child(n+2) {
  margin-top: 1.5625rem;
}

.address-item dt {
  width: 6.375rem;
}

.address-item dd {
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .address-item dd {
    width: 18rem;
  }
}

.shop__map {
  margin-top: 2.6875rem;
  width: 21.5625rem;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .shop__map {
    margin-top: initial;
    width: 22.5rem;
    height: 16.3125rem;
  }
}

.shop__map iframe {
  width: 100%;
  height: 100%;
}

.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;
  }
}

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

.hamburger {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.625rem 0.9375rem;
  background-color: #202925;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

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

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

.hamburger.open span {
  background-color: #202925;
}

.hamburger span:nth-child(n+2) {
  margin-top: 0.4375rem;
}

.hamburger.open span:nth-child(1) {
  transform: translate(3px, 2px) rotate(45deg);
  transform-origin: left;
  border-radius: 0rem;
}

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

.hamburger.open span:nth-child(3) {
  transform: translate(3px, -2px) rotate(-45deg);
  transform-origin: left;
  border-radius: 0rem;
}

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

.menu-hamburger span {
  background-color: #202925;
}

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

.contact__btn {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    margin-top: 4.8125rem;
  }
}

.btn {
  color: #E3E3E3;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  display: inline-block;
  border-radius: 3.125rem;
  min-width: 7.5625rem;
  font-size: 0.875rem;
  line-height: 1;
  background: linear-gradient(90deg, #91855F 35%, #494330);
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 0.8125rem 2.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__btn a {
    min-width: 11.25rem;
    padding: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
    border-radius: 1.25rem;
  }
}

.mv__wrapper {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .mv__wrapper {
    height: 100vh;
  }
}

.mv__img {
  height: inherit;
}

.mv__img img {
  height: inherit;
  object-fit: cover;
}

.section {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 5rem;
  }
}

.section__inner {
  padding: 0 0.9375rem;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .section__inner {
    margin-bottom: 2.8125rem;
    padding: 0 1.5625rem;
    text-align: center;
  }
}

.section-title-text {
  position: relative;
  padding: 0.875rem 0.625rem 0.625rem 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2083333333;
  border: 0.0625rem solid #707070;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .section-title-text {
    padding: 1.3125rem 0.625rem 1rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.section-title-text::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  right: -0.3125rem;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #707070;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .section-title-text::before {
    bottom: -0.3125rem;
  }
}

.commitment {
  background-image: url(../img/common/white-bg.png);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .commitment__wrapper {
    display: flex;
  }
}

.commitment-img {
  display: block;
  width: 15rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .commitment-img {
    width: 21.25rem;
  }
}

.commitment-img {
  aspect-ratio: 240/160;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .commitment-img {
    aspect-ratio: 340/340;
  }
}

.commitment__text__wrapper {
  background-color: #202925;
  color: #E3E3E3;
  padding: 1.6875rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .commitment__text__wrapper {
    margin-left: 3.125rem;
    padding: 2.9375rem 4.6875rem 4rem;
  }
}

.commitment__text-title {
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .commitment__text-title {
    text-align: center;
  }
}

.commitment-text {
  margin-top: 1.125rem;
  font-size: 1rem;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .commitment-text {
    margin-top: 2.375rem;
    line-height: 2.25;
  }
}

.dish {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .dish {
    padding-bottom: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .dish__wrapper {
    display: flex;
    flex-direction: row-reverse;
    height: 24.5625rem;
  }
}

.dish__img__wrapper {
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .dish__img__wrapper {
    padding-right: initial;
  }
}

.dish-img {
  display: block;
  width: 21.5625rem;
}
@media screen and (min-width: 768px) {
  .dish-img {
    width: 33.75rem;
  }
}

.dish-img img {
  aspect-ratio: 345/251;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .dish-img img {
    aspect-ratio: 540/393;
  }
}

@media screen and (min-width: 768px) {
  .dish__body {
    height: 100%;
  }
}

.dish__title__wrapper {
  margin-top: 1.6875rem;
  padding-right: 0.9375rem;
  writing-mode: vertical-rl;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dish__title__wrapper {
    margin-top: 0.125rem;
    padding-right: initial;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.dish-title {
  font-size: 1.5rem;
  line-height: 1.2083333333;
  letter-spacing: 0.625rem;
}

.dish-title:nth-child(n+2) {
  margin-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .dish-title:nth-child(n+2) {
    margin-right: 6.25rem;
  }
}

.dish__text__wrapper {
  background-color: #202925;
  color: #E3E3E3;
  padding: 1.25rem 0.9375rem 1.6875rem;
}
@media screen and (min-width: 768px) {
  .dish__text__wrapper {
    padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
  }
}

.dish-text {
  font-size: 1rem;
  line-height: 2.25;
}

.recommend {
  background-image: url(../img/common/brown-bg.png);
  background-size: cover;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding-bottom: 6.25rem;
  }
}

.recommend__img__wrapper {
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .recommend__img__wrapper {
    width: 27.5rem;
  }
}

.recommend__img__wrapper img {
  object-fit: 300/218;
}
@media screen and (min-width: 768px) {
  .recommend__img__wrapper img {
    object-fit: 440/320;
  }
}

.recommend__body {
  width: 19.8125rem;
  margin: 0.625rem 0 0 auto;
  background-color: #202925;
  color: #E3E3E3;
  padding: 1.6875rem 1.375rem 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .recommend__body {
    width: 43.125rem;
    margin-top: -13.375rem;
    padding: 2.9375rem 0 4.125rem;
  }
}

.recommend-title {
  font-size: 1.5rem;
  line-height: 1.2083333333;
}
@media screen and (min-width: 768px) {
  .recommend-title {
    text-align: center;
  }
}

.recommend-text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .recommend-text {
    width: 33.75rem;
    margin-top: 2.1875rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.25;
  }
}

.owner {
  background-image: url(../img/common/white-bg.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .owner {
    padding-bottom: 8.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .owner__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.owner__img__wrapper {
  display: block;
  width: 10.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .owner__img__wrapper {
    width: 23.125rem;
    margin: initial;
  }
}

.owner-img img {
  aspect-ratio: 172/209;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .owner-img img {
    aspect-ratio: 370/450;
  }
}

.owner__text-title {
  padding: 0 0.9375rem;
  margin-top: 1.5625rem;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .owner__text-title {
    font-size: 5rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .owner__body-wrapper {
    margin-top: auto;
  }
}

.owner__text__wrapper {
  background-color: #202925;
  color: #E3E3E3;
  padding: 1.25rem 0.9375rem 0.4375rem;
}
@media screen and (min-width: 768px) {
  .owner__text__wrapper {
    width: 43.125rem;
    padding: 2.5rem 4.6875rem 2.8125rem;
  }
}

.owner-text {
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .owner-text {
    line-height: 2.25;
  }
}

.menu__img-wrapper {
  max-width: 67.5rem;
  margin: 0 auto;
  display: flex;
  gap: 2.5rem;
}

.menu-img {
  width: 15rem;
}

.menu-img img {
  aspect-ratio: 240/240;
  object-fit: cover;
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .swiper-wrapper {
    transition-timing-function: none;
    display: flex;
    gap: 2.5rem;
  }
}

/* 画像のサイズ調整 */
.swiper-slide {
  width: 10rem;
  height: 6.875rem;
  margin-right: 0.3125rem;
}

.swiper-slide img {
  aspect-ratio: 160/110;
  object-fit: cover;
}

.news {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 6.25rem;
  }
}

.accordion__wrapper {
  position: relative;
  background-color: #91855F;
}
@media screen and (min-width: 768px) {
  .accordion__wrapper {
    max-width: 50rem;
    margin: 0 auto;
  }
}

.accordion__wrapper:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .accordion__wrapper:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.news__item-date {
  font-size: 0.875rem;
  line-height: 1.0714285714;
}
@media screen and (min-width: 768px) {
  .news__item-date {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.accordion-container .accordion__title {
  position: relative;
  margin: 0;
  font-size: 1rem;
  line-height: 0.9375;
  color: #E3E3E3;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accordion-container .accordion__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.accordion-container .accordion__title:hover,
.accordion-container .accordion__title:active,
.accordion-title.open {
  opacity: 0.5;
}

.accordion__wrapper::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #e3e3e3;
  border-right: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .accordion__wrapper::before {
    top: 1.4375rem;
    left: 2.5rem;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 21px solid #e3e3e3;
  }
}

.accordion__wrapper.open::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.accordion__title {
  padding: 0.5625rem 0rem 0.3125rem 2.9375rem;
}
@media screen and (min-width: 768px) {
  .accordion__title {
    padding-top: 1.25rem;
    padding-right: initial;
    padding-left: 4.5625rem;
    padding-bottom: 0.875rem;
    display: flex;
    align-items: center;
  }
}

.accordion-title {
  margin-top: 0.3125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .accordion-title {
    margin-left: 1.875rem;
    margin-top: initial;
  }
}

.accordion-content {
  display: none;
  background-color: #fff;
  border: 1px solid #707070;
}

.accordion-content p {
  padding: 1.25rem 1.1875rem 0.1875rem 1.1875rem;
  font-size: 1rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .accordion-content p {
    padding: 2.5rem 2.5rem 2.9375rem 2.5rem;
    line-height: 2.25;
  }
}

/* CSS for CodePen */
.accordion-container {
  margin: 0 auto;
}

.menu-mv {
  padding-top: 5rem;
  background-color: #202925;
}

@media screen and (min-width: 768px) {
  .mv-menu__wrapper {
    display: flex;
    margin: 0 8.9375rem 0 auto;
    max-width: 58.6875rem;
  }
}

.menu-mv-title {
  margin-top: 3.4375rem;
  margin-right: 1.625rem;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #91855F;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .menu-mv-title {
    display: inline-flex;
    align-items: center;
  }
}

.menu-mv__img {
  margin: 4rem 0 0 auto;
  width: 20rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .menu-mv__img {
    width: 38.75rem;
  }
}

.menu-mv__img img {
  aspect-ratio: 320/301;
}

.menu-swiper {
  margin-top: 5rem;
}

/* スライドの動き等速 */
.menu-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .menu-swiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

/* 画像のサイズ調整 */
.swiper-slide__menu {
  width: 11.25rem;
  height: 8.1875rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .swiper-slide__menu {
    width: 20.625rem;
    height: 15rem;
  }
}

.swiper-slide__menu img {
  aspect-ratio: 180/131;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .swiper-slide__menu img {
    aspect-ratio: 340/240;
    object-fit: cover;
  }
}

.menu-section-title {
  margin-top: 1.125rem;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2083333333;
}
@media screen and (min-width: 768px) {
  .menu-section-title {
    margin-top: 4.875rem;
    font-size: 6.25rem;
    line-height: 1.2;
  }
}

.menu-section-title span {
  color: #91855F;
}

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

.menu-lists {
  margin-left: 3.1875rem;
  width: 15.1875rem;
}
@media screen and (min-width: 768px) {
  .menu-lists {
    display: flex;
    margin-left: 8.125rem;
    width: 100%;
  }
}

.menu-desktop__wrapper:nth-child(n+2) {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .menu-desktop__wrapper:nth-child(n+2) {
    margin-top: 0rem;
    margin-left: 6.25rem;
  }
}

.menu-list {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .menu-list {
    font-size: 1rem;
    line-height: 1.5625;
    width: 15.625rem;
  }
}

.menu-list:nth-child(n+2) {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .menu-list:nth-child(n+2) {
    margin-top: 2.9375rem;
  }
}

.menu-attention {
  margin-top: 3.4375rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.soft-drink {
  padding-bottom: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .soft-drink {
    padding-bottom: 6.3125rem;
  }
}

.contact-mv {
  background: url(../img/common/img_recommend.png) no-repeat 80%/cover;
  height: calc(100Vh - 8.1875rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-mv {
    background: url(../img/common/contact-fv.png) no-repeat center/cover;
    height: 43.75rem;
  }
}

.contact-mv:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.49);
  height: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact-menu__wrapper {
  position: relative;
}

.contact-mv-title {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 400;
  color: #E2E2E2;
  position: absolute;
  top: 8.75rem;
  right: 0.9375rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .contact-mv-title {
    font-size: 2.5rem;
    line-height: 1.2;
    top: 22.5rem;
    left: 10.8125rem;
  }
}

/* スライドの動き等速 */
.contact-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .contact-swiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

/* 画像のサイズ調整 */
.swiper-slide__contact {
  width: 11.25rem;
  height: 8.1875rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .swiper-slide__contact {
    width: 20.625rem;
    height: 15rem;
  }
}

.swiper-slide__contact img {
  aspect-ratio: 180/131;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .swiper-slide__contact img {
    aspect-ratio: 340/240;
    object-fit: cover;
  }
}

.menu-section {
  padding-bottom: 2.5rem;
}

.contact-inner {
  padding: 0 0.9375rem;
}

.from {
  margin-top: 1.6875rem;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .from-item {
    display: flex;
    width: 43.125rem;
    margin: 0 auto;
  }
}

.from-item:nth-child(n+2) {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .from-item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.from-title {
  font-size: 1rem;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .from-title {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.required {
  font-size: 0.625rem;
  line-height: 1.1875;
  color: #91855F;
}
@media screen and (min-width: 768px) {
  .required {
    font-size: 0.9375rem;
  }
}

.from-input-wrapper {
  margin-left: auto;
  min-width: 18.375rem;
}
@media screen and (min-width: 768px) {
  .from-input-wrapper {
    min-width: 26.25rem;
  }
}

.from-input-wrapper input[type=text],
.from-input-wrapper input[type=email],
.from-input-wrapper input[type=tel] {
  height: 2.1875rem;
  width: 100%;
  border: 0.0625rem solid #91855F;
  border-radius: 0 0.625rem 0 0;
}

.from-input-wrapper__radio {
  display: flex;
  margin-top: 0.9375rem;
}

.from-radio {
  position: relative;
}

.from-radio:nth-child(2) {
  margin-left: 4.125rem;
}

.from-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}

.from-radio label {
  font-size: 1rem;
  line-height: 1.1875;
  display: flex;
  align-items: center;
  position: relative;
}

.from-radio label:hover {
  cursor: pointer;
}

.from-radio label::before {
  content: "";
  display: inline-block;
  min-width: 1rem;
  min-height: 1rem;
  border: 0.0625rem solid #91855F;
  border-radius: 50%;
  margin-right: 1.375rem;
}

.from-radio input[type=radio]:checked + label::after {
  content: "";
  display: inline-block;
  min-width: 0.75rem;
  min-height: 0.75rem;
  background-color: #91855F;
  border-radius: 50%;
  position: absolute;
  top: 0.21875rem;
  left: 0.125rem;
}

.from-input-wrapper textarea {
  min-height: 15.625rem;
  width: 100%;
  border: 0.0625rem solid #91855F;
  border-radius: 0 0.625rem 0 0;
  resize: none;
}
@media screen and (min-width: 768px) {
  .from-input-wrapper textarea {
    height: 18.75rem;
  }
}

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

.from-attention-text {
  margin: 0 -1.6875rem 0 auto;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  width: 18.375rem;
}
@media screen and (min-width: 768px) {
  .from-attention-text {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}

.from-attention-text span {
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .from-attention-text span {
    font-size: 0.6875rem;
  }
}

.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 */
