@charset "UTF-8";
html {
  color: #333;
  font-family: "Noto Sans JP";
}

a {
  transition: all 0.4s ease;
}
a:hover {
  opacity: 0.8;
}

h2.title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 80px;
}
h2.title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #C68B47;
}
h2.subtitle {
  max-width: 1320px;
  padding-inline: 20px;
  margin: 0 auto 200px;
  font-family: "Open Sans";
  font-size: 80px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1079px) {
  h2.title {
    font-size: 16px;
    gap: 8px;
    margin-bottom: 64px;
  }
  h2.title::before {
    width: 8px;
    height: 8px;
  }
  h2.subtitle {
    margin-block: 127px;
    font-size: 48px;
    padding-inline: 20px;
  }
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding-inline: 160px;
  max-width: 1920px;
}
.site-header-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 80px;
  padding-block: 40px;
}
.site-header-wrap h1 {
  flex-shrink: 0;
}
.site-header-wrap h1 a img {
  display: block;
  max-width: 62px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.site-header-wrap nav img {
  display: none;
}
.site-header-wrap nav ul {
  display: flex;
  gap: 60px;
  align-items: center;
}
.site-header-wrap nav ul li a {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.site-header-wrap nav .reserve-btn {
  display: none;
}
.site-header .reserve-btn {
  display: block;
  border-radius: 39px;
  background: #333;
  width: 300px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding: 24px 0;
  text-align: center;
  /* 30px */
}
@media screen and (max-width: 1079px) {
  .site-header .reserve-btn {
    display: none;
  }
}
.site-header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 1079px) {
  .site-header .hamburger-menu {
    width: 56px;
    height: 56px;
    background: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 1;
  }
  .site-header .hamburger-menu span {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    transition: all 0.4s ease;
  }
  .site-header .hamburger-menu.active span:nth-of-type(1) {
    transform: rotate(45deg) translate(3px, 5px);
  }
  .site-header .hamburger-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .site-header .hamburger-menu.active span:nth-of-type(3) {
    transform: rotate(-45deg) translate(3px, -5px);
  }
}
@media screen and (max-width: 1079px) {
  .site-header {
    display: block;
    width: 100%;
    padding: 0;
  }
  .site-header-wrap {
    background: #fff;
    justify-content: space-between;
    padding: 0;
    padding-left: 20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  .site-header-wrap h1 {
    z-index: 1;
  }
  .site-header-wrap h1 a img {
    width: 40px;
    height: auto;
  }
  .site-header-wrap nav {
    padding-top: 35px;
    position: fixed;
    transform: translateY(-100%);
    inset-inline: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    background: #fff;
    padding-bottom: 123px;
  }
  .site-header-wrap nav img {
    display: block;
    width: 100%;
    height: auto;
  }
  .site-header-wrap nav ul {
    display: block;
    padding-inline: 20px;
    margin-bottom: 64px;
  }
  .site-header-wrap nav ul li {
    padding: 20px 24px;
    border-top: solid rgba(51, 51, 51, 0.5) 1px;
  }
  .site-header-wrap nav ul li a {
    font-size: 16px;
  }
  .site-header-wrap nav ul li:last-of-type {
    border-bottom: solid rgba(51, 51, 51, 0.5) 1px;
  }
  .site-header-wrap nav .reserve-btn {
    display: block;
    margin: auto;
  }
  .site-header-wrap nav.active {
    transform: translateY(0%);
    top: 0;
  }
}

.site-footer {
  margin-top: 205px;
  margin-inline: auto;
  max-width: 1920px;
  padding-bottom: 32px;
}
.site-footer-wrap {
  padding-inline: 160px;
}
.site-footer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 85px;
}
.site-footer-head nav ul {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: start;
}
.site-footer-head nav ul li {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.site-footer-head > a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/insta-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer-bottom ul {
  display: flex;
  gap: 26px;
  justify-content: end;
  align-items: center;
}
.site-footer-bottom ul li {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1079px) {
  .site-footer {
    margin-top: 100px;
  }
  .site-footer-wrap {
    padding-inline: 20px;
  }
  .site-footer-head {
    align-items: end;
    margin-bottom: 64px;
  }
  .site-footer-head nav ul {
    display: block;
  }
  .site-footer-head nav ul li {
    margin-bottom: 20px;
  }
  .site-footer-head nav ul li:last-of-type {
    margin-bottom: 40px;
  }
  .site-footer-bottom {
    align-items: end;
  }
  .site-footer-bottom ul {
    display: block;
    text-align: right;
  }
}

.top-fv {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 264px;
}
.top-fv .logo {
  max-width: 719px;
  width: 100%;
  height: auto;
  aspect-ratio: 92/65;
  background-image: url(../img/fv-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -55px;
}
.top-fv .image {
  max-width: 1200px;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/674;
  background-image: url(../img/fv-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1079px) {
  .top-fv {
    display: block;
    margin-bottom: 120px;
  }
  .top-fv .image {
    aspect-ratio: 375/404;
    background-image: url(../img/fv-img-sp.png);
  }
}
.top-concept {
  max-width: 1280px;
  margin: 0 auto 202px;
}
.top-concept-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-concept-content:first-of-type {
  margin-bottom: 79px;
}
.top-concept-content .text {
  font-family: "Noto Sans JP";
  max-width: 600px;
}
.top-concept-content .text h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 40px;
}
.top-concept-content .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4;
}
.top-concept-content .text .sp {
  display: none;
}
.top-concept-content .image1, .top-concept-content .image2 {
  width: 100%;
  height: auto;
  max-width: 600px;
  aspect-ratio: 600/389.61;
}
.top-concept-content .image1 {
  background-image: url(../img/fv-concept1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-concept-content .image2 {
  position: relative;
}
.top-concept-content .image2::before {
  content: "";
  display: block;
  width: 428.438px;
  height: 571.25px;
  background-image: url(../img/fv-concept2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.top-concept-content .image2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -21px;
  display: block;
  width: 360px;
  height: 234px;
  aspect-ratio: 20/13;
  background-image: url(../img/fv-concept3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 1079px) {
  .top-concept {
    margin-bottom: 120px;
    padding: 20px;
  }
  .top-concept-content {
    display: block;
  }
  .top-concept-content .text h3 {
    font-size: 20px;
  }
  .top-concept-content .text p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .top-concept-content .text .sp {
    display: inline;
  }
  .top-concept-content:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .top-concept-content:nth-of-type(2) .image2::before {
    width: 239.211px;
    height: 318.948px;
  }
  .top-concept-content:nth-of-type(2) .image2::after {
    width: 201px;
    height: 130.65px;
    aspect-ratio: 20/13;
  }
}
.top-food, .top-alcohol {
  background-color: #eee;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/776;
  display: flex;
  align-items: center;
}
.top-food-content, .top-alcohol-content {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.top-food-content h2, .top-alcohol-content h2 {
  color: #fff;
}
.top-food-content p, .top-alcohol-content p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4;
  max-width: 752px;
}
@media screen and (max-width: 767px) {
  .top-food, .top-alcohol {
    aspect-ratio: 375/702;
    padding: 120px 20px;
  }
  .top-food-content p, .top-alcohol-content p {
    font-size: 14px;
  }
}
.top-food {
  background-image: url(../img/top-food.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top-food {
    background-image: url(../img/top-food-sp.webp);
  }
}
.top-alcohol {
  background-image: url(../img/top-alcohol.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-alcohol {
    background-image: url(../img/top-alcohol-sp.webp);
  }
}
.top-menu-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 80px;
}
.top-menu-content ul {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 0 80px;
}
.top-menu-content ul li {
  width: 300px;
  height: 451px;
  flex-shrink: 0;
  aspect-ratio: 149/224;
}
.top-menu-content ul li:nth-of-type(1) {
  background-image: url(../img/top-menu1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-menu-content ul li:nth-of-type(2) {
  background-image: url(../img/top-menu2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-menu-content ul li:nth-of-type(3) {
  background-image: url(../img/top-menu3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-menu-content ul li:nth-of-type(4) {
  background-image: url(../img/top-menu4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-menu-content ul li:nth-of-type(5) {
  background-image: url(../img/top-menu5.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-menu-content ul li:nth-of-type(6) {
  background-image: url(../img/top-menu6.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1079px) {
  .top-menu-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-inline: 20px;
  }
  .top-menu-content ul li {
    width: 162px;
    height: 243px;
    aspect-ratio: 2/3;
    margin: auto;
  }
}
.top-map {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 77px;
  aspect-ratio: 1280/520;
  width: 100%;
  height: auto;
  background: #eee;
}
.top-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1079px) {
  .top-map {
    aspect-ratio: 375/260;
  }
}
.top-about {
  max-width: 1149.5px;
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.top-about-left img {
  display: block;
  max-width: 426px;
  height: auto;
}
.top-about-left p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.top-about-left a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
}
.top-about-left a::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../img/tel-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-about-right {
  max-width: 640px;
  width: 100%;
  font-family: "Noto Sans JP";
}
.top-about-right dl {
  display: flex;
  gap: 16px;
  align-items: start;
  border-bottom: solid 1px rgba(51, 51, 51, 0.5);
  padding-left: 24px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}
.top-about-right dl:not(:last-of-type) {
  margin-bottom: 40px;
}
.top-about-right dl dt {
  width: 128px;
  font-weight: 500;
}
.top-about-right dl dd {
  font-weight: 400;
}
@media screen and (max-width: 1079px) {
  .top-about {
    display: block;
    margin-bottom: 120px;
  }
  .top-about-left {
    margin-bottom: 64px;
  }
  .top-about-left img {
    aspect-ratio: 78/55;
    width: 295px;
    height: auto;
    margin: -40px auto 0;
  }
  .top-about-right {
    padding-inline: 20px;
    margin: auto;
  }
  .top-about-right dl {
    margin-bottom: 0;
    font-size: 14px;
    justify-content: space-between;
  }
  .top-about-right dl:first-of-type {
    border-top: solid 1px rgba(51, 51, 51, 0.5);
  }
  .top-about-right dl {
    padding: 20px 12px;
  }
  .top-about-right dl dt {
    white-space: nowrap;
    width: auto;
  }
  .top-about-right dl dd {
    width: 207px;
  }
}

.about {
  max-width: 1320px;
  padding-inline: 20px;
  margin: auto;
}
.about h3 {
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
}
.about p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 2.4;
  width: 829px;
  margin: auto;
  margin-bottom: 80px;
}
.about-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.about-flex.reverse {
  flex-direction: row-reverse;
}
.about-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 190px;
  align-items: start;
}
.about-images.reverse {
  align-items: end;
}
.about .image1 {
  display: block;
  width: 600px;
  height: 389.61px;
  aspect-ratio: 77/50;
  background-image: url(../img/about1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.about .image2 {
  display: block;
  width: 360px;
  height: 480px;
  background-image: url(../img/about2.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.about .image3 {
  display: block;
  width: 320px;
  height: 208px;
  aspect-ratio: 20/13;
  margin-left: auto;
  margin-bottom: 20px;
  background-image: url(../img/about3.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.about .image4 {
  display: block;
  width: 520px;
  height: 338px;
  aspect-ratio: 20/13;
  margin-right: 80px;
  background-image: url(../img/about4.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.about .image5 {
  display: block;
  width: 600px;
  height: 389.61px;
  aspect-ratio: 77/50;
  background-image: url(../img/about5.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.about .image6 {
  display: block;
  width: 520px;
  height: 338px;
  aspect-ratio: 20/13;
  margin-right: 80px;
  background-image: url(../img/about6.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.about .image7 {
  display: block;
  width: 320px;
  height: 208px;
  aspect-ratio: 20/13;
  margin-left: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  background-image: url(../img/about7.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.about .image8 {
  display: block;
  width: 360px;
  height: 480px;
  background-image: url(../img/about8.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1079px) {
  .about h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .about p {
    font-size: 14px;
    margin-bottom: 64px;
    width: auto;
  }
  .about-flex {
    display: block;
    margin-bottom: 40px;
  }
  .about-images {
    display: block;
    margin-bottom: 100px;
  }
  .about .image1 {
    width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 335/218;
  }
  .about .image2 {
    width: 100%;
  }
  .about .image3 {
    width: 100%;
    width: 178.667px;
    height: 116.133px;
    aspect-ratio: 20/13;
  }
  .about .image4 {
    width: 100%;
    width: 290.333px;
    height: 188.717px;
    aspect-ratio: 20/13;
  }
  .about .image5 {
    width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 335/218;
  }
  .about .image6 {
    width: 100%;
    width: 290.333px;
    height: 188.717px;
    aspect-ratio: 20/13;
  }
  .about .image7 {
    width: 100%;
    width: 178.667px;
    height: 116.133px;
    aspect-ratio: 20/13;
  }
  .about .image8 {
    width: 100%;
  }
}

.menu {
  max-width: 1320px;
  padding-inline: 20px;
  margin: auto;
}
.menu > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 160px;
}
.menu > ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 829px;
  margin: auto;
}
.menu > ul li img {
  max-width: 213px;
  aspect-ratio: 1;
}
.menu > ul li > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu > ul li > div h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.menu > ul li > div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.menu dl {
  max-width: 640px;
  margin: auto;
  width: 100%;
  display: flex;
  border-top: solid 1px rgba(51, 51, 51, 0.5);
  gap: 80px;
  font-size: 16px;
  padding: 40px 24px;
}
.menu dl:last-of-type {
  border-bottom: solid 1px rgba(51, 51, 51, 0.5);
}
.menu dl dt {
  font-weight: 500;
  line-height: 1.5;
  width: 128px;
}
.menu dl dd {
  line-height: 1.7;
}
@media screen and (max-width: 1079px) {
  .menu h2.title {
    margin-bottom: 40px;
  }
  .menu > ul {
    gap: 20px;
    margin-bottom: 64px;
  }
  .menu > ul li {
    gap: 20px;
    align-items: start;
    width: auto;
  }
  .menu > ul li img {
    width: 112px;
  }
  .menu > ul li > div h3 {
    font-size: 16px;
  }
  .menu > ul li > div p {
    font-size: 13px;
  }
  .menu dl {
    font-size: 14px;
    gap: 48px;
  }
  .menu dl dt {
    width: 56px;
  }
}

.contact {
  max-width: 696px;
  margin: auto;
}
.contact > p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 80px;
}
.contact form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact .recruit-form__group > p {
  display: flex;
  align-items: start;
}
.contact .recruit-form__group > p label {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  width: 230px;
  padding-block: 10px;
}
.contact .recruit-form__group > p label::after {
  content: "必須";
  display: block;
  background: #D80C0C;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 8px;
}
.contact .recruit-form__group > p input, .contact .recruit-form__group > p textarea {
  padding: 12px 20px;
  background: #EFEFEF;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.contact .recruit-form__group > p input::-moz-placeholder, .contact .recruit-form__group > p textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.contact .recruit-form__group > p input::placeholder, .contact .recruit-form__group > p textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.contact .wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: auto;
  border-radius: 39px;
  background: #333;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  padding: 24px 130px;
  border: none;
}
@media screen and (max-width: 1079px) {
  .contact {
    padding-inline: 40px;
  }
  .contact > p {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 64px;
  }
  .contact .wpcf7-form-control-wrap {
    position: unset;
  }
  .contact .recruit-form__group > p {
    flex-direction: column;
    gap: 8px;
  }
  .contact .recruit-form__group > p label {
    padding-block: 0;
  }
  .contact .recruit-form__group > p br {
    display: none;
  }
  .contact .recruit-form__group > p input {
    max-width: 230px;
  }
  .contact .recruit-form__group > p textarea {
    width: 100%;
  }
}

.privacy {
  padding-inline: 20px;
  margin: auto;
}
.privacy h2, .privacy p, .privacy ol {
  max-width: 900px;
  margin: auto;
}/*# sourceMappingURL=style.css.map */