/* 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;
  -webkit-text-decoration-skip: ink;
          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 Sans JP", 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.1713030747vw;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}

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

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

.header {
  padding: 0 0.9375rem;
  width: 100%;
  height: 5rem;
  position: fixed;
  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;
  justify-content: space-between;
  height: inherit;
}

.header-inner a {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .header-inner a {
    position: absolute;
  }
}

.header-logo {
  width: 6.5625rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 14.375rem;
    height: 6.875rem;
  }
}

.header-logo a {
  height: inherit;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-logo a {
    width: 14.375rem;
  }
}

.header-hamburger {
  position: relative;
  z-index: 20;
}
@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 {
  background-color: #202925;
  color: #e3e3e3;
}

.footer-inner {
  padding: 1.25rem 0.9375rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 2.5rem 8.9375rem 6.25rem;
  }
}

.footer-item {
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .footer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 16.1875rem;
  }
}

.footer-logo_area {
  width: 8.125rem;
  height: 3.875rem;
}
@media screen and (min-width: 768px) {
  .footer-logo_area {
    width: 13.75rem;
    height: 6.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-info {
    margin-left: 4.875rem;
    width: 23.4375rem;
  }
}

.footer-info div {
  display: flex;
}

.footer-info div:nth-child(n+2) {
  margin-top: 1.375rem;
}

.footer-info dt {
  width: 4.9375rem;
  font-size: 1rem;
  line-height: 1.3125;
}

.footer-info dd {
  width: 16.0625rem;
  padding-left: 2.375rem;
  font-size: 1rem;
  line-height: 1.3125;
}

.footer-container {
  margin-top: 2.5625rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer-container {
    margin-top: initial;
  }
}

.footer-map {
  width: 21.5625rem;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .footer-map {
    width: 22.5rem;
    height: 16.3125rem;
    margin-right: 5.5rem;
  }
}

.footer-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: 1366px;
    padding-right: 8.9375rem;
    padding-left: 8.9375rem;
  }
}

.btn {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  color: #e3e3e3;
  background-color: #91855f;
  display: inline-block;
  min-width: 6.4375rem;
  text-align: center;
  padding: 0.625rem;
  border-radius: 1.25rem;
  text-transform: uppercase;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn {
    min-width: 7.5625rem;
  }
}

.a:hover {
  opacity: 0.6;
}

.section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3333333333;
  border: 1px solid #91855f;
  opacity: 1;
  padding-left: 0.1875rem;
  padding-right: 2.375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.625rem;
  display: inline-flex;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.5rem;
    line-height: 1.325;
    font-weight: 400;
    padding-left: 0.3125rem;
    padding-right: 3.5rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}

.section-title::after {
  content: "";
  border: 1px solid #91855f;
  position: absolute;
  top: 0.3125rem;
  right: -0.3125rem;
  width: 100%;
  height: 100%;
}

.hamburger {
  padding: 0.625rem;
}

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

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

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

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

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

.header-nav {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: initial;
    height: inherit;
    overflow-y: initial;
    position: relative;
    background-color: transparent;
  }
}

.header-nav img {
  width: 6.5625rem;
  height: 3.125rem;
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header-nav img {
    display: none;
  }
}

.header-nav_items {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 41.6875rem;
  background-image: url(../../img/img_sp_mv.jpg);
  justify-content: flex-end;
  align-items: flex-end;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .header-nav_items {
    padding: 4.375rem 0 1.875rem;
    min-height: initial;
    flex-direction: row;
    background-image: none;
  }
}

@media screen and (min-width: 768px) {
  .header-nav_item {
    height: inherit;
  }
}

.header-nav_item a {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: flex;
  padding: 1.25rem 0;
  position: relative;
  color: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .header-nav_item a {
    height: inherit;
    display: flex;
    align-items: center;
    padding: 0 2.5rem;
    position: relative;
    color: #202925;
  }
}

.header-nav_item-a a {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: flex;
  padding: 1.25rem 0;
  position: relative;
  color: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .header-nav_item-a a {
    height: inherit;
    display: flex;
    align-items: center;
    padding: 0 2.5rem;
    position: relative;
  }
}

.header-nav_item a:nth-child(n+2) {
  margin-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .header-nav_item a::before {
    content: "";
    position: absolute;
    width: calc(100% - 1.5625rem);
    height: 0.125rem;
    background-color: #707070;
    left: 0.78125rem;
    bottom: 2.03125rem;
    transform: scale(0, 1);
    transition: 0.3s;
  }
}

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

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

.recommendation-cards {
  padding: 1.375rem 0.9375rem 3.5625rem;
  background-color: #202925;
  width: 19.5625rem;
  height: 19.625rem;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .recommendation-cards {
    padding: 2.625rem 4.625rem 3.8125rem 4.75rem;
    width: 43.125rem;
    height: 21.25rem;
    display: block;
    position: relative;
    margin-left: auto;
    margin-top: -13.5rem;
  }
}

.recommendation-title {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .recommendation-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.recommendation-text {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.3125;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recommendation-text {
    line-height: 2.25;
  }
}

.owner-cards {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .owner-cards {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.owner-cards_img {
  width: 11.1875rem;
  height: 13.0625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .owner-cards_img {
    width: 23.125rem;
    height: 28.125rem;
  }
}

.owner-cards_title {
  font-size: 1.875rem;
  line-height: 1.325;
}
@media screen and (min-width: 768px) {
  .owner-cards_title {
    font-size: 5rem;
    line-height: 1.325;
  }
}

.owner-cards_text {
  background-color: #202925;
  padding: 1.25rem 0 3.3125rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3125;
}
@media screen and (min-width: 768px) {
  .owner-cards_text {
    padding: 2.5rem 4.6875rem 2.625rem;
    width: 43.125rem;
    height: 10.9375rem;
    line-height: 2.25;
  }
}

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

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

.news-title {
  height: 3.1875rem;
  font-size: 0.875rem;
  line-height: 1.0714285714;
  padding-top: 0.3125rem;
  padding-left: 2.9375rem;
  padding-bottom: 0.3125rem;
  position: relative;
  transition: 0.3s;
  background-color: #91855f;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news-title {
    height: 3.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 0.9375rem;
    padding-bottom: 0.8125rem;
  }
}

.news-title span {
  font-size: 1rem;
  line-height: 0.9375;
}
@media screen and (min-width: 768px) {
  .news-title span {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-left: 1.75rem;
  }
}

.news-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.625rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  margin-top: -0.375rem;
}

.news-title.selected::before {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}

.news-text {
  padding: 1.25rem 1.25rem 3.4375rem;
  height: 12.5625rem;
  display: none;
  font-size: 1rem;
  line-height: 1.3125;
}
@media screen and (min-width: 768px) {
  .news-text {
    padding: 2.5rem 2.5rem 2.625rem;
    height: 13.1875rem;
    line-height: 2.25;
  }
}

.move-img {
  background-color: #202925;
}

.move-img img {
  width: 78.875rem;
  height: 8.1875rem;
  -webkit-animation-name: moveX;
          animation-name: moveX;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 768px) {
  .move-img img {
    width: 144.375rem;
    height: 15rem;
  }
}

@-webkit-keyframes moveX {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes moveX {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.menu-titles {
  font-size: 1.875rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .menu-titles {
    font-size: 5rem;
    line-height: 1.33;
    margin-left: 8.9375rem;
  }
}

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

.test {
  font-size: 1rem;
  color: red;
}
@media screen and (min-width: 768px) {
  .test {
    font-size: 3.125rem;
    color: green;
  }
}

.obsession {
  padding: 2.5rem 0 1.25rem;
  background-image: url(../../img/bg-white.jpg);
}
@media screen and (min-width: 768px) {
  .obsession {
    padding: 5rem 0 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .obsession-inner {
    display: flex;
    margin-top: 2.5rem;
  }
}

.obsession-img {
  margin-top: 1.25rem;
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}
@media screen and (min-width: 768px) {
  .obsession-img {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .obsession-img img {
    aspect-ratio: 340/340;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.obsession-body {
  padding: 1.375rem 0.9375rem 3.4375rem;
  background-color: #202925;
}
@media screen and (min-width: 768px) {
  .obsession-body {
    padding: 2.5625rem 4.6875rem 3.8125rem;
  }
}

.obsession_section-title {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .obsession_section-title {
    text-align: center;
  }
}

.obsession-title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .obsession-title {
    text-align: center;
  }
}

.obsession-text {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.3125;
  color: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .obsession-text {
    line-height: 2.25;
  }
}

.dishes {
  padding: 1.25rem 0 2.4375rem;
}
@media screen and (min-width: 768px) {
  .dishes {
    padding: 6.25rem 0;
  }
}

@media screen and (min-width: 768px) {
  .dishes-inner {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .dishes-item {
    display: flex;
    flex-direction: row-reverse;
  }
}

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

@media screen and (min-width: 768px) {
  .dishes-item img {
    width: 50%;
  }
}

.obsession_section-title {
  margin-left: 0.9375rem;
}

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

.dishes-title {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .dishes-title {
    align-items: center;
    margin-top: 0;
  }
}

.dishes-title p {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

.dishes-title_wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dishes-title_wrapper {
    padding: 0 8.375rem 0 2.125rem;
  }
}

.dishes-title_wrapper span {
  margin-left: 2.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .dishes-title_wrapper span {
    margin-left: 6.25rem;
  }
}

.dishes-text {
  margin-top: 2.4375rem;
  padding: 1.25rem 0 1.375rem;
  width: 100%;
  background-color: #202925;
  font-size: 1rem;
  line-height: 2.25;
  color: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .dishes-text {
    margin-top: 2rem;
    padding: 1.25rem 1.25rem 1.375rem;
  }
}

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

.recommendation {
  background-image: url(../../img/bg-brown.jpg);
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .recommendation {
    padding: 6.25rem 0;
  }
}

.recommendation-img {
  margin-right: 3.75rem;
}
@media screen and (min-width: 768px) {
  .recommendation-img {
    width: 27.5rem;
    height: 20rem;
    margin-top: 2.5rem;
    display: block;
    position: relative;
  }
}

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

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

.owner {
  padding-top: 2.5rem;
  background-image: url(../../img/bg-white.jpg);
}
@media screen and (min-width: 768px) {
  .owner {
    padding: 6.25rem 0;
  }
}

@media screen and (min-width: 768px) {
  .owner_section-title {
    text-align: center;
  }
}

.menu {
  padding: 2.5rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .menu {
    padding: 6.25rem 0;
  }
}

@media screen and (min-width: 768px) {
  .news_section-title {
    text-align: center;
  }
}

.menu-img_wrapper {
  margin-top: 1.25rem;
  overflow-x: scroll;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .menu-img_wrapper {
    margin-top: 2.5rem;
    overflow: initial;
    margin-left: initial;
    margin-right: initial;
  }
}

.menu-img {
  width: 40.9375rem;
  height: 6.875rem;
}
@media screen and (min-width: 768px) {
  .menu-img {
    width: initial;
    height: initial;
  }
}

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

.news {
  padding: 2.5rem 0 5rem;
}

@media screen and (min-width: 768px) {
  .news_section-title {
    text-align: center;
  }
}

.mv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202925;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 9.375rem;
    padding-bottom: 2.5rem;
    flex-direction: row;
  }
}

.mv-text {
  font-size: 2.5rem;
  text-align: right;
  margin-top: 2.6875rem;
  margin-right: 1.875rem;
  color: #91855f;
}
@media screen and (min-width: 768px) {
  .mv-text {
    width: 50%;
    margin-top: 0;
    margin-right: 0;
    text-align: center;
    display: table;
  }
}

.mv-text p {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .mv-img_menu {
    width: 50%;
  }
}

.mv-img_menu img {
  width: 20rem;
  height: 18.8125rem;
  margin-top: 3.9375rem;
  margin-left: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .mv-img_menu img {
    width: 37.625rem;
    height: 35.3125rem;
    margin-top: 0;
    margin-left: 0;
  }
}

.Plates {
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .Plates {
    padding-bottom: 5.5rem;
  }
}

.Plates-inner {
  padding: 0.8125rem 3.25rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .Plates-inner {
    padding: 0;
  }
}

.menu-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu-list {
    padding: 2.8125rem 8.9375rem 0 15.625rem;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
}

.menu-item td {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  padding: 0.625rem 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .menu-item td {
    font-size: 1rem;
    line-height: 1.3125;
    padding: 1.3125rem 2.75rem 1.3125rem 0;
  }
}

.Course {
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .Course {
    padding-bottom: 5.5rem;
  }
}

.Course-inner {
  padding: 0.8125rem 3.25rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .Course-inner {
    padding: 0;
  }
}

.Course-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .Course-text {
    display: block;
    text-align: right;
    margin-top: 3.25rem;
    margin-right: 11.875rem;
    font-size: 0.875rem;
    line-height: 1.3571428571;
    font-weight: 500;
  }
}

.Desert {
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .Desert {
    padding-bottom: 5.5rem;
  }
}

.Desert-inner {
  padding: 0.8125rem 3.25rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .Desert-inner {
    padding: 0;
  }
}

.Drink {
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .Drink {
    padding-bottom: 5.5rem;
  }
}

.Drink-inner {
  padding: 0.8125rem 3.25rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .Drink-inner {
    padding: 0;
  }
}

.SoftDrink {
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .SoftDrink {
    padding-bottom: 5.5rem;
  }
}

.SoftDrink-inner {
  padding: 0.8125rem 3.25rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .SoftDrink-inner {
    padding: 0;
  }
}

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

.contact_mv-text {
  font-size: 2rem;
  line-height: 1.3125;
  text-align: right;
  margin-top: 8.3125rem;
  margin-left: 10.1875rem;
  color: #e3e3e3;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .contact_mv-text {
    width: 50%;
    margin-top: 0;
    margin-right: 0;
    text-align: center;
    display: table;
    top: 50%;
    right: 50%;
  }
}

.mv-img_contact {
  background-color: #202925;
  display: inline-block;
}

.mv-img_contact source,
.mv-img_contact img {
  display: block;
  opacity: 0.7;
}

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

.contact-inner {
  padding-top: 1.4375rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact-inner {
    padding-top: 2.75rem;
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .form-item {
    display: flex;
    justify-content: space-between;
  }
}

.form-item:nth-child(n+2) {
  margin-top: 2.5rem;
}

.form-label {
  font-size: 1rem;
  line-height: 1.3125;
}
@media screen and (min-width: 768px) {
  .form-label {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.form-require {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #91855f;
}

.form-input_wrapper {
  margin-left: 0.75rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .form-input_wrapper {
    margin-left: 0;
    width: 60%;
    justify-content: space-around;
  }
}

@media screen and (min-width: 768px) {
  .form-input_wrapper input[type=text],
.form-input_wrapper input[type=tel],
.form-input_wrapper input[type=email] {
    height: 3.125rem;
  }
}

.form-input_wrapper input[type=text],
.form-input_wrapper input[type=tel],
.form-input_wrapper input[type=email],
.form-input_wrapper textarea {
  width: 100%;
  border-top-right-radius: 0.625rem;
  border: 1px solid #91855f;
}

@media screen and (min-width: 768px) {
  .form-input_wrapper textarea {
    height: 18.75rem;
  }
}

.from-radio {
  position: relative;
}

.from-radio label {
  font-size: 1rem;
  line-height: 1.3125;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .from-radio label {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

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

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

.contact-message {
  font-size: 0.5625rem;
  line-height: 1.3333333333;
  padding-left: 1.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-message {
    width: 120%;
    font-size: 0.875rem;
    line-height: 1.3571428571;
    margin-top: 2.5625rem;
    padding-left: 28.125rem;
  }
}

.contact-btn {
  margin-top: 3.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    margin-top: 5.0625rem;
  }
}

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