@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

*:focus {
  outline: none;
}

body,
html,
div,
p,
span,
blockquote,
u,
s,
i,
b,
table,
tr,
th,
td,
ul,
ol,
dl,
li,
dt,
dd,
strong,
h1,
h2,
h3,
h4,
h5,
em,
header,
footer,
nav,
aside,
section,
input,
select,
option,
textarea,
button {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: justify;
  text-justify: inter-ideograph;
  color: inherit;
}

body {
  font-weight: 400;
  font-size: 16px;
  font-family: vdl-v7mincho, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #604C3F;
  background: #FCF2E3;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition-property: all;
  transition: 0.3s linear;
}
a:hover {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
}

.wrap {
  width: 100vw;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1090px;
}

.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.cream {
  color: #FCF2E3 !important;
}

.red {
  color: #B0362C !important;
}

.blue {
  color: #0058FF !important;
}

.bg-black {
  background: #000 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-cream {
  background: #FCF2E3 !important;
}

.bg-red {
  background: #B0362C !important;
}

.small {
  font-size: 0.8rem !important;
}

.normal {
  font-size: 1rem !important;
}

.middle {
  font-size: 1.2rem !important;
}

.big {
  font-size: 1.5rem !important;
}

.large {
  font-size: 2rem !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.bold {
  font-weight: 700 !important;
}

.lh {
  line-height: 2;
}

.mt30 {
  margin-top: 30px !important;
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(96, 76, 63, 0.6);
  z-index: 10;
}

.header_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 40px;
}
.header_wrap .header_ttl {
  display: inline-block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: bold;
  color: #fff;
}
.header_wrap a {
  display: inline-block;
}
.header_wrap .header_tel {
  margin-left: 20px;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: bold;
}
.header_wrap .header_button {
  display: block;
  width: 300px;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #B0362C;
  border: 1px solid #FFF3C3;
  border-radius: 10px;
}
@media (max-width: 1110px) {
  .header_wrap .header_ttl {
    display: block;
    font-size: 1.5rem;
  }
  .header_wrap .header_tel {
    display: block;
    margin-left: 0;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .header_wrap {
    padding: 20px;
  }
  .header_wrap .header_ttl {
    font-size: 0.8rem;
  }
  .header_wrap .header_tel {
    font-size: 1.5rem;
  }
  .header_wrap .header_button {
    width: 200px;
  }
}
@media (max-width: 429px) {
  .header_wrap .header_ttl {
    font-size: 0.6rem;
  }
  .header_wrap .header_tel {
    font-size: 1.2rem;
  }
  .header_wrap .header_button {
    font-size: 0.8rem;
    width: 150px;
  }
}

.header_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.header_menu li {
  padding-left: 15px;
}
.header_menu a {
  display: block;
}
@media (max-width: 768px) {
  .header_menu {
    width: 100%;
  }
  .header_menu li {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .header_menu li a {
    padding: 10px 0;
  }
}

.header_bars {
  position: absolute;
  right: 50px;
  bottom: -50px;
  z-index: 100;
}
.header_bars span {
  display: block;
  margin: 5px 0;
  width: 30px;
  height: 3px;
  background: #B0362C;
  border-radius: 5px;
  transition: all 0.6s;
}
.header_bars:hover {
  cursor: pointer;
}
.header_bars::after {
  content: "menu";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateY(0) translateX(-50%) rotate(0);
  -webkit-transform: translateY(0) translateX(-50%) rotate(0);
  color: #B0362C;
  font-size: 0.6rem;
  text-transform: uppercase;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .header_bars {
    right: 30px;
  }
}

.header_bars.active::after {
  content: "close";
  color: #fff;
}
.header_bars.active span {
  background: #fff;
}
.header_bars.active span:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
.header_bars.active span:nth-child(2) {
  opacity: 0;
}
.header_bars.active span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media (max-width: 500px) {
  .header_bars.active {
    top: 20px;
    bottom: auto;
    animation-name: hederBarsFade;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
}

nav {
  position: absolute;
  top: 80px;
  right: 25px;
  padding: 70px 40px 40px 50px;
  width: 100%;
  max-width: 300px;
  transform: translateX(500px);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1110px) {
  nav {
    top: 130px;
  }
}
nav img {
  display: block;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
nav ul {
  margin-top: 30px;
}
nav ul li {
  position: relative;
  opacity: 0;
}
nav ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%) translateX(-10px);
  -webkit-transform: translateY(-50%) translateX(-10px);
  margin-right: 10px;
  color: #fff;
  font-weight: 900;
}
nav ul li:nth-child(n+2) {
  margin-top: 15px;
}
nav ul a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
}
nav ul a::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.4s ease-in;
}
nav ul a:hover {
  opacity: 1;
}
nav ul a:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  nav {
    top: 100px;
    right: 10px;
  }
}
@media (max-width: 500px) {
  nav {
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: initial;
    border: none;
  }
  nav img {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
}

nav.active {
  transform: translate(0);
}
nav.active img {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
nav.active li {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
nav.active li:nth-child(1) {
  animation-delay: 0.35s;
}
nav.active li:nth-child(2) {
  animation-delay: 0.4s;
}
nav.active li:nth-child(3) {
  animation-delay: 0.45s;
}
nav.active li:nth-child(4) {
  animation-delay: 0.5s;
}
nav.active li:nth-child(5) {
  animation-delay: 0.55s;
}
nav.active li:nth-child(6) {
  animation-delay: 0.6s;
}
nav.active li:nth-child(7) {
  animation-delay: 0.65s;
}
nav.active li:nth-child(8) {
  animation-delay: 0.7s;
}
nav.active li:nth-child(9) {
  animation-delay: 0.75s;
}
nav.active li:nth-child(10) {
  animation-delay: 0.8s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hederBarsFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer .footer_menu {
  display: table;
  margin: 70px auto;
  padding: 20px;
  border-top: 1px solid #604C3F;
  border-bottom: 1px solid #604C3F;
}
footer .footer_menu li {
  display: inline;
  margin: 0 10px;
}
footer .footer_menu li a {
  color: #604C3F;
  font-size: 0.8rem;
}
footer .footer_info_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}
footer .footer_info_wrap p, footer .footer_info_wrap li, footer .footer_info_wrap a, footer .footer_info_wrap dt, footer .footer_info_wrap dd {
  text-align: center;
}
footer .footer_info_wrap dl {
  margin: 30px 0;
}
@media (max-width: 768px) {
  footer .footer_info_wrap {
    padding: 40px 0;
    margin-bottom: 0;
  }
}
footer .footer_info {
  width: 31%;
}
footer .footer_info_img {
  width: 31%;
}
footer .footer_info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer iframe {
  width: 100vw;
  height: 375px;
}
footer .copyright {
  padding: 10px 20px;
  text-align: center;
  font-size: 8px;
}
@media (max-width: 768px) {
  footer .footer_menu {
    display: none;
  }
  footer .footer_info {
    margin-top: 30px;
    width: 100%;
  }
  footer .footer_info_img {
    padding: 0 20px;
    width: 100%;
  }
  footer .footer_info_img img {
    object-position: center center;
  }
}

.footer_insta {
  display: table;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer_insta {
    margin: 0 auto;
  }
}

.totop {
  display: table;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.totop img {
  width: 25px;
}
.totop:hover {
  cursor: pointer;
}

.searchform {
  position: relative;
  width: 327px;
}
.searchform input {
  width: 100%;
  padding: 12px 59px 12px 12px;
  border: 1px solid #000;
}
.searchform button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: #000;
  border: 1px solid #000;
}
.searchform button:hover {
  cursor: pointer;
}
.searchform button img {
  width: 25px;
}

.breadcrumb {
  padding: 6px 0;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb ul li::after {
  content: "»";
  margin: 0 10px;
}
.breadcrumb ul li:last-child::after {
  display: none;
}

article h2 {
  margin-top: 100px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 1.5rem;
}
article h3 {
  margin-top: 60px;
  padding: 10px;
  font-weight: 700;
  font-size: 1.5rem;
}
article h4 {
  margin-top: 40px;
  font-weight: 700;
}
article p {
  margin-top: 30px;
  line-height: 2;
}
article a {
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}
article .wp-block-table {
  margin-right: 10px;
  margin-left: 10px;
}
article table {
  min-width: 100%;
  border-bottom: 2px solid #dfdfdf;
}
article table tr:nth-child(odd) {
  background: #dfdfdf;
}
article table th, article table td {
  padding: 10px;
}
article table th {
  font-weight: 700;
  color: #fff;
  background: #acacac;
}
article strong {
  font-weight: 700;
  font-style: normal;
}
article em {
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(transparent 60%, #acacac 60%);
}
article ul, article ol {
  margin-top: 30px;
  padding: 15px 10px 15px 40px;
  background: #dfdfdf;
}
article ul li, article ol li {
  padding-top: 10px;
}
article ul li:first-child, article ol li:first-child {
  padding-top: 0;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article dl {
  margin-top: 30px;
}
article dl dt {
  padding-top: 10px;
}
article dl dt:first-child {
  padding-top: 0;
}
article dl dd {
  padding: 3px 0 3px 20px;
}
article input[type=text],
article input[type=tel],
article input[type=email],
article textarea {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #acacac;
}
article input[type=submit] {
  display: table;
  margin: 0 auto;
  padding: 5px 40px;
  color: #000;
  background: #acacac;
  border: 2px solid #acacac;
}
article input[type=submit]:hover {
  color: #000;
  background: #fff;
}
article input[type=submit]:active {
  color: #000;
  background: #fff;
}
article blockquote {
  position: relative;
  margin-top: 30px;
  padding: 40px;
  background: #dfdfdf;
}
article blockquote p:first-child {
  margin-top: 0;
}
article blockquote::before, article blockquote::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
article blockquote::before {
  top: 10px;
  left: 10px;
  background-image: url("../img/icon_quote1.svg");
}
article blockquote::after {
  right: 10px;
  bottom: 10px;
  background-image: url("../img/icon_quote2.svg");
}
article blockquote cite {
  padding-top: 20px;
  font-style: normal;
  font-size: 0.8rem;
  color: #acacac;
}

.toc {
  display: table;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #acacac;
}

.toc_title {
  margin-top: 0;
  text-align: center;
  font-weight: 700;
}

.toc_list {
  counter-reset: dt;
}
.toc_list dt, .toc_list dd {
  text-decoration: underline;
}
.toc_list dt:hover, .toc_list dd:hover {
  cursor: pointer;
  text-decoration: none;
}
.toc_list dt {
  counter-increment: dt;
  counter-reset: dd;
  padding: 20px 0 0 20px;
}
.toc_list dt::before {
  content: counter(dt) ". ";
  margin-left: -20px;
}
.toc_list dd {
  counter-increment: dd;
  padding-left: 47px;
}
.toc_list dd::before {
  content: counter(dt) "-" counter(dd) ". ";
  margin-left: -34px;
}

.para {
  position: relative;
  padding-top: min(80vh,75%);
  height: 0%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .para {
    display: none;
    background-attachment: scroll;
  }
}

.contact_button {
  display: block;
  padding: 10px;
  width: 100%;
  max-width: 400px;
  border-radius: 6px;
}

.page_ttl_wrap h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.2rem;
}
.page_ttl_wrap h2::before {
  content: "〜";
  margin-right: 5px;
}
.page_ttl_wrap h2::after {
  content: "〜";
  margin-left: 5px;
}
.page_ttl_wrap p {
  max-width: 375px;
  margin: 20px auto 0;
  text-align: center;
}

.list, .list_iframe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.list::after, .list_iframe::after {
  content: "";
  display: block;
  width: clamp(230px, 30vw, 335px);
}
@media (max-width: 768px) {
  .list, .list_iframe {
    justify-content: space-around;
  }
  .list::after, .list_iframe::after {
    width: clamp(270px, 30vw, 335px);
  }
}
@media (max-width: 600px) {
  .list, .list_iframe {
    justify-content: center;
  }
}

.list_iframe::after {
  content: "";
  display: block;
  width: 220px;
}
.list_iframe iframe {
  margin-top: 20px;
}

.item {
  width: clamp(230px, 30vw, 335px);
}
.item:nth-child(n+4) {
  margin-top: 40px;
}
.item .item_img {
  width: clamp(230px, 30vw, 335px);
  height: clamp(230px, 30vw, 335px);
}
.item .item_name_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 20px 0 1px;
}
.item .item_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex: 1;
  font-weight: bold;
}
.item .item_name::before {
  content: "・";
}
.item .item_price {
  margin-left: 20px;
}
.item .item_desc {
  padding-left: 17px;
  font-size: 0.8rem;
}
.item .item_red {
  padding: 10px;
  margin: 20px auto 0;
  width: 90%;
  color: #FCF2E3;
  text-align: center;
  background: #604C3F;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .item {
    width: clamp(270px, 30vw, 335px);
  }
  .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .item .item_img {
    width: clamp(270px, 30vw, 335px);
    height: clamp(270px, 30vw, 335px);
  }
}
@media (max-width: 600px) {
  .item {
    width: min(calc(100vw - 40px),350px);
  }
  .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .item .item_img {
    width: min(calc(100vw - 40px),350px);
    height: min(calc(100vw - 40px),350px);
  }
}

.wine_menu .item_name_wrap {
  display: block;
}
.wine_menu .item_price {
  margin: 10px 0 0 auto;
}
.wine_menu .item_price p {
  text-align: right;
}

.center_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 768px) {
  .center_list {
    display: block;
  }
}

.center_item {
  width: clamp(230px, 30vw, 335px);
}
.center_item:nth-child(odd) {
  margin-right: 20px;
}
.center_item:nth-child(even) {
  margin-left: 20px;
}
.center_item img {
  width: 100%;
}
.center_item .center_item_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.center_item .center_item_content {
  margin-top: 20px;
}
.center_item .center_item_ttl_wrap {
  flex: 1;
}
.center_item .center_item_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.center_item .center_item_name::before {
  content: "・";
}
.center_item .center_item_text {
  margin-top: 5px;
  font-size: 0.8rem;
}
.center_item .center_item_price {
  margin-left: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .center_item {
    margin: 0 auto;
    width: clamp(230px, 60vw, 400px);
  }
  .center_item:nth-child(odd) {
    margin-right: auto;
  }
  .center_item:nth-child(even) {
    margin-left: auto;
  }
  .center_item:nth-child(n+2) {
    margin-top: 50px;
  }
}

.dishes .dishes_ttl {
  margin-bottom: 50px;
}
.dishes .dishes_ttl p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px 5px;
  font-size: 1.2rem;
}
.dishes .dishes_ttl p::before {
  content: "〜";
  margin-right: 5px;
}
.dishes .dishes_ttl p::after {
  content: "〜";
  margin-left: 5px;
}
.dishes .dishes_ttl h2 {
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
  border-top: 1px solid #604C3F;
}
.dishes .dishes_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.dishes .dishes_wrap .dishes_img {
  width: min(28vw,310px);
  width: min(28vw,310px);
}
.dishes .dishes_wrap .dishes_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dishes .dishes_wrap ul {
  padding-top: 30px;
  width: min(28vw,310px);
}
.dishes .dishes_wrap li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.dishes .dishes_wrap li:nth-child(n+2) {
  margin-top: 10px;
}
.dishes .dishes_wrap .dishes_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex: 1;
}
.dishes .dishes_wrap .dishes_name::before {
  content: "・";
}
.dishes .dishes_wrap .dishes_price {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .dishes .dishes_wrap .dishes_img {
    width: 100%;
    height: 300px;
  }
  .dishes .dishes_wrap .dishes_img img {
    object-position: center center;
  }
  .dishes .dishes_wrap ul {
    width: 100%;
  }
  .dishes .dishes_wrap_reverse {
    flex-direction: column-reverse;
  }
}

.price_caution {
  margin-top: 100px;
  text-align: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .price_caution {
    margin-top: 50px;
  }
}

.button_red, .button_red_top {
  display: block;
  padding: 10px;
  margin: 0 auto;
  width: 300px;
  color: #fff;
  text-align: center;
  background: #B0362C;
  border-radius: 10px;
}

.button_red_top {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .button_red_top {
    margin-top: 60px;
  }
}

.dishes_button {
  display: block;
  padding: 10px;
  margin-top: 30px;
  width: 100%;
  color: #fff;
  background: #604C3F;
  border-radius: 10px;
  justify-content: center !important;
}

.info_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.info_wrap .info_content {
  position: relative;
  padding-bottom: 80px;
  width: 40%;
}
.info_wrap .info_content p {
  text-align: center;
  line-height: 2.5;
}
.info_wrap .info_content p:nth-child(n+2) {
  margin-top: 40px;
}
.info_wrap .info_content .info_content_img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}
.info_wrap img {
  display: block;
  margin-left: 20px;
  width: 50%;
}
@media (max-width: 768px) {
  .info_wrap img {
    display: none;
  }
}
@media (max-width: 768px) {
  .info_wrap .info_content {
    margin-top: 60px;
    width: 100%;
  }
  .info_wrap img {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .info_wrap_reverse {
    flex-direction: column-reverse;
  }
}

.pr {
  position: relative;
}

.ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.ttl_middle {
  display: table;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .ttl_middle {
    margin-bottom: 40px;
  }
}

.b_b {
  padding-bottom: 5px;
  border-bottom: 1px solid #FFCC00;
}

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

.sec_padi {
  padding: 50px 0 100px;
}

.sec_padi_bottom {
  padding-bottom: 100px;
}

.sec_padi_top {
  padding-top: 100px;
}

.sec_padi_big {
  padding: 350px 0 100px;
}
@media (max-width: 768px) {
  .sec_padi_big {
    padding: 80px 0 100px;
  }
}

.sec_padi_short {
  padding: 40px 0;
}

.sec_padi_vis {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .sec_padi_vis {
    padding-bottom: 30px;
  }
}

.sec_padi_commitment {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .sec_padi_commitment {
    padding: 60px 0;
  }
}

.sec_padi_commitment_last {
  padding: 50px 0 150px;
}

.ms {
  margin: 30px 0;
}

.mc {
  display: table;
  margin: 0 auto;
}

.text_wrap p {
  text-align: center;
  line-height: 1.8;
}
.text_wrap p:nth-child(n+2) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .text_wrap p:nth-child(n+2) {
    margin-top: 20px;
  }
}

.contact_table {
  width: 100%;
}
.contact_table th {
  padding: 10px 10px 10px 0;
}
.contact_table td {
  padding: 10px 0 10px 10px;
}
@media (max-width: 768px) {
  .contact_table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .contact_table th, .contact_table td {
    width: 100%;
  }
  .contact_table th {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .contact_table td {
    padding-top: 5px;
    padding-left: 0;
  }
}
.contact_table input[type=text],
.contact_table input[type=tel],
.contact_table input[type=email],
.contact_table textarea {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #000;
}
.contact_table label:hover {
  cursor: pointer;
}
.contact_table input[type=checkbox] + label {
  position: relative;
  padding-right: 20px;
}
.contact_table input[type=checkbox] + label::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
}
.contact_table input[type=checkbox]:checked + label::after {
  display: block;
  position: absolute;
  content: "";
  top: -4px;
  left: 4px;
  width: 0.4em;
  height: 1em;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}
.contact_table input[type=radio] + label {
  position: relative;
  padding-right: 20px;
}
.contact_table input[type=radio] + label::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}
.contact_table input[type=radio]:checked + label::after {
  display: block;
  position: absolute;
  content: "";
  top: 3px;
  left: 4px;
  width: 0.6em;
  height: 0.6em;
  background: #000;
  border-radius: 50%;
}

.contact_error {
  display: none;
  padding-top: 5px;
}

.contact_error_all {
  display: none;
  text-align: center;
}

.contact_submit button {
  display: table;
  margin: 10px auto 0 auto;
  padding: 10px 50px;
  color: #fff;
  background: #000;
  border: 2px solid #000;
}
.contact_submit button:active {
  color: #000;
  background: #fff;
}
.contact_submit a {
  display: table;
  margin: 10px auto 0 auto;
  padding: 10px 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.youtube {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-intro {
  position: relative;
}
.top-intro .top-intro_flower {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .top-intro .top-intro_flower {
    display: block;
    width: 50vw;
  }
}

.top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top-menu {
    display: none;
  }
}

.top-menu_card {
  width: 22%;
}
.top-menu_card .top-menu_img {
  display: block;
  width: 100%;
  height: 300px;
}
.top-menu_card .top-menu_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.top-menu_card .top-menu_ttl {
  margin-top: 10px;
  text-align: center;
  color: #604C3F;
}
.top-menu_card .top-menu_subttl {
  text-align: center;
  color: #604C3F;
}
.top-menu_card:hover {
  opacity: 1;
  transform: translateY(-20px);
}

.top-menu_sp_item {
  display: table;
  margin: 0 auto;
}
.top-menu_sp_item p {
  color: #604C3F;
  text-align: center;
}
.top-menu_sp_item .top-menu_sp_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #B0362C;
}
.top-menu_sp_item:nth-of-type(n+2) {
  margin-top: 30px;
}

.main_vis {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/top_vis.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main_text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 250px;
}

.main_logo {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  -webkit-transform: translateY(-40%) translateX(-50%);
  width: 230px;
}

.main_vis_ttl {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
  padding: 30px 20px;
  background: rgba(176, 54, 44, 0.6);
}
.main_vis_ttl p {
  display: table;
  margin: 0 auto;
  padding-bottom: 5px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
}
.main_vis_ttl h1 {
  padding-top: 8px;
  text-align: center;
  color: #fff;
}

.main_dec {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(200px, 30vw, 350px);
}

.top_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.top_cards img {
  width: 40%;
  object-fit: cover;
}
.top_cards .top_cards_text_wrap {
  padding: 80px 3vw;
  width: 40%;
  background: #fff;
  border-radius: 10px;
}
.top_cards .top_cards_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.top_cards .top_cards_text p {
  color: #604C3F;
}
.top_cards .top_cards_text p:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 429px) {
  .top_cards .top_cards_text p:nth-child(n+2) {
    font-size: 0.8rem;
  }
}
.top_cards .top_cards_text span {
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .top_cards img {
    width: 100%;
  }
  .top_cards .top_cards_text_wrap {
    padding: 40px 20px;
    margin-top: 20px;
    width: 100%;
  }
}

.top_canicor {
  padding: 150px 20px;
}
@media (max-width: 768px) {
  .top_canicor {
    padding: 100px 25px;
  }
}

.top_chef {
  position: relative;
  padding: 120px 0 200px;
}
.top_chef .top_chef_backimg {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 30vw;
  z-index: -1;
}

.top_chef_ttl {
  padding-bottom: 80px;
  color: #604C3F;
  text-align: center;
  font-size: 30px;
}

.top_chef_caution {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.top_contact {
  padding: 80px 0 100px;
}
.top_contact h2 {
  font-size: 30px;
}
.top_contact .top_contact_text {
  margin: 25px 0 40px;
  line-height: 2;
}
.top_contact .top_contact_tel, .top_contact .top_contact_web {
  text-align: center;
  background: #FCF2E3;
  color: #B0362C;
}
.top_contact .top_contact_tel {
  margin: 0 auto;
}
.top_contact .top_contact_web {
  margin: 40px auto 0;
}

.hamburg_set ul {
  display: table;
  margin: 30px auto 40px;
}
.hamburg_set li {
  display: inline-block;
}
.hamburg_set .hamburg_set_desc {
  margin: 0 auto;
  max-width: 375px;
  text-align: center;
}

.wester_set img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.wester_set h2 {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 1.5rem;
}
.wester_set p {
  text-align: center;
}

.commitment_img_r, .commitment_img {
  display: block;
  width: 40vw;
}

.commitment_img_r {
  margin: 0 0 0 auto;
}

.bg_img_r, .bg_img_l, .bg-basket, .bg-sheep {
  display: block;
  position: absolute;
  bottom: -10vw;
  max-width: 300px;
  width: 25vw;
  z-index: -1;
}

.bg_img_r {
  right: 20px;
}

.bg_img_l {
  left: 20px;
}

.bg-basket {
  left: -5vw;
}
@media (max-width: 768px) {
  .bg-basket {
    width: 40vw;
  }
}

.bg-sheep {
  right: 20px;
}

.countryside {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .countryside {
    padding-top: 100px;
  }
}

.course_wrap ul {
  margin-top: 30px;
}
.course_wrap li {
  text-align: center;
}
.course_wrap li:nth-child(n+2) {
  margin-top: 20px;
}

.course_menu {
  margin: 70px auto;
  padding: 40px 0;
  max-width: 375px;
  border-top: 1px solid #604C3F;
  border-bottom: 1px solid #604C3F;
}
.course_menu ul {
  margin-top: 20px;
}
.course_menu li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.course_menu .course_menu_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.course_menu .course_menu_name::before {
  content: "";
  display: block;
  margin: 10px 5px 0 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #604C3F;
}
.course_menu .course_menu_price {
  margin: 3px 0 0 10px;
  white-space: nowrap;
  font-size: 0.8rem;
}

.course_list {
  margin-top: 60px;
}

.course_list_wrap {
  margin-top: 30px;
}
.course_list_wrap p {
  text-align: center;
}
.course_list_wrap p:nth-child(n+2) {
  margin-top: 30px;
}

.annive_ttl {
  font-size: 1.2rem;
  text-align: center;
}

.annive_item {
  margin-top: 20px;
  text-align: center;
}
.annive_item p {
  text-align: center;
}

.annive_price {
  margin: 60px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.dessert_item {
  width: clamp(230px, 30vw, 335px);
}

.drink_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px auto 0;
  padding-top: 40px;
  width: min(100%,720px);
  border-top: 1px solid #604C3F;
}
.drink_list_wrap ul {
  width: 46%;
}
.drink_list_wrap li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.drink_list_wrap .drink_list_name {
  flex: 1;
}
@media (max-width: 768px) {
  .drink_list_wrap {
    width: min(100%,400px);
  }
  .drink_list_wrap ul {
    width: 100%;
  }
}

.drink_menu {
  margin-top: 50px;
}
.drink_menu::after {
  display: none;
}

.coffee_menu_text {
  margin: 40px auto 55px;
  max-width: 375px;
  text-align: center;
}

.coffee_menu_list {
  display: table;
  margin: 0 auto;
}
.coffee_menu_list dl:nth-child(n+2) {
  margin-top: 30px;
}
.coffee_menu_list dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  font-size: 1rem;
}
.coffee_menu_list .coffee_menu_name {
  flex: 1;
}
.coffee_menu_list dd {
  font-size: 0.8rem;
}

.coffee_ttl {
  margin-bottom: 50px;
}
.coffee_ttl p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px 5px;
  font-size: 1.2rem;
}
.coffee_ttl p::before {
  content: "〜";
  margin-right: 5px;
}
.coffee_ttl p::after {
  content: "〜";
  margin-left: 5px;
}
.coffee_ttl h2 {
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
  border-top: 1px solid #604C3F;
}

.coffee_text {
  max-width: 420px;
  margin: 0 auto;
}

.coffee_contact_wrap {
  padding: 60px 0;
}

.coffee_contact_tel, .coffee_contact_web {
  text-align: center;
  color: #B0362C;
  background: #FCF2E3;
}

.coffee_contact_tel {
  margin: 0 auto 25px;
}

.coffee_contact_web {
  margin: 55px auto 0;
}

.coffee_contact_info {
  font-size: 1.5rem;
}
.coffee_contact_info span {
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */