@charset "UTF-8";
.concept {
  padding-bottom: min(60px, 10.42%);
}
.concept .section-inner {
  display: flex;
  gap: 60px;
}
@media (max-width: 599px) {
  .concept .section-inner {
    flex-direction: column-reverse;
    padding-bottom: 0;
    gap: 0;
  }
}
@media (max-width: 599px) {
  .concept .concept__contents__tx {
    position: relative;
    margin: -30px auto 0;
    padding: 20px 0 0;
    width: 90%;
    background-color: #fff;
  }
}
.concept .concept__contents__tx .title {
  text-align: left;
}
@media (max-width: 599px) {
  .concept .concept__contents__tx .title {
    text-align: center;
    line-height: 2.9;
  }
}
.concept .concept__contents__tx__inner {
  background-color: #F9F9F9;
  padding: 20px 40px 20px 0;
  position: absolute;
  z-index: 1;
}
@media (max-width: 599px) {
  .concept .concept__contents__tx__inner {
    padding: 0 0 20px 0;
    position: static;
    background-color: #fff;
  }
}
.concept .concept__contents__tx .maintext {
  margin-bottom: 4%;
}
@media (max-width: 599px) {
  .concept .concept__contents__tx .maintext {
    margin-bottom: 30px;
  }
}
.concept .concept__contents__tx .maintext span {
  display: block;
}
.concept .concept__contents__img {
  flex: 1;
}
@media (max-width: 599px) {
  .concept .concept__contents__img {
    margin: 0 auto;
  }
}
.concept .concept__contents__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .concept .concept__contents__img img {
    width: 100%;
    aspect-ratio: 32/17;
  }
}

.about {
  margin-bottom: 8.13vw;
}
@media (max-width: 599px) {
  .about {
    margin-bottom: 40px;
  }
}
.about .section-inner {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about .about__contents {
  display: flex;
  margin-bottom: 6.15vw;
}
@media (max-width: 599px) {
  .about .about__contents {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    position: relative;
  }
}
.about .about__contents .about__contents__tx {
  order: 2;
  padding: 2.92% 6.56%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .about .about__contents .about__contents__tx {
    width: 90%;
    position: relative;
    margin: -30px auto 0;
    padding: 20px 0 0;
    background-color: #fff;
  }
}
.about .about__contents .about__contents__tx .title {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 599px) {
  .about .about__contents .about__contents__tx .title {
    text-align: center;
    line-height: 2.9;
    width: 100%;
  }
}
.about .about__contents .about__contents__tx .maintext {
  margin-bottom: 4%;
}
@media (max-width: 599px) {
  .about .about__contents .about__contents__tx .maintext {
    margin-bottom: 50px;
  }
}
.about .about__contents .about__contents__tx .maintext span {
  display: block;
}
@media (max-width: 599px) {
  .about .about__contents .bt-wrapper {
    padding: 20px 0;
  }
}
.about .about__contents .about__contents__img {
  width: 64.69vw;
  margin: 0 auto 0 0;
}
@media (max-width: 599px) {
  .about .about__contents .about__contents__img {
    width: 100%;
  }
}
.about .about__contents .about__contents__img:nth-child(2) {
  order: 3;
  align-self: flex-end;
}
@media (max-width: 599px) {
  .about .about__contents .about__contents__img:nth-child(2) {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
  }
}
@media (max-width: 599px) {
  .about .about__contents .about__contents__img:nth-child(2) picture {
    display: block;
    width: 70%;
    margin-left: auto;
  }
}
.about .about__contents .about__contents__img:nth-child(2):nth-child(3) {
  order: 1;
  padding-bottom: 3%;
}
.about .about__contents .about__contents__img:nth-child(2):nth-child(3) img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 32/17;
}

.point {
  background: url(../img/backimg-link.png) repeat;
  background-size: 40%;
}
@media (max-width: 599px) {
  .point {
    background-size: 60%;
  }
}
@media (max-width: 599px) {
  .point .section-inner {
    padding: 40px;
    margin-bottom: 0;
  }
}
.point .point-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  max-width: 1200px;
  gap: 2.6vw;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .point .point-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 44px;
  }
}
.point .point-list .point-list__item {
  position: relative;
  aspect-ratio: 215/153;
  border-radius: 30px;
  display: grid;
  place-content: center;
  place-items: center;
  color: #fff;
}
.point .point-list .point-list__item__inner {
  width: 100%;
  height: 100%;
  position: absolute; /* aタグを親要素の全体に広げる */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  place-items: center;
}
.point .point-list .point-list__item:first-child {
  background: url(../img/backimg-item.jpg) center/cover no-repeat;
}
.point .point-list .point-list__item:nth-child(2) {
  background: url(../img/backimg-menu.jpg) center/cover no-repeat;
}
.point .point-list .point-list__item .point-list__item__title {
  text-align: center;
  font-size: clamp(2.9rem, 3.8vw, 7.3rem);
  position: relative;
  margin-bottom: clamp(24px, 20.8%, 78px);
}
@media (max-width: 599px) {
  .point .point-list .point-list__item .point-list__item__title {
    margin-bottom: 0;
  }
}
.point .point-list .point-list__item .point-list__item__title::after {
  content: "";
  display: block;
  width: clamp(14px, 9.33vw, 35px);
  height: 2px;
  background-color: #fff;
  bottom: 0;
  right: 50%;
  translate: 50%;
  position: absolute;
}
@media (max-width: 599px) {
  .point .point-list .point-list__item .point-list__item__title::after {
    width: 14px;
    height: 1px;
    top: 81%;
    right: 50%;
    translate: 50%;
  }
}
.point .point-list .point-list__item .bt.bt-primary {
  filter: brightness(0) invert(1);
  position: absolute;
  bottom: 3%;
  right: 3%;
}

.access {
  text-align: center;
}
@media (max-width: 599px) {
  .access {
    padding-top: 80px;
  }
}
.access .access-title {
  margin-bottom: 5.21vw;
}
.access .access-title::before {
  left: -30%;
  top: 56%;
  translate: 0 -50%;
}
@media (max-width: 599px) {
  .access .access-title::before {
    left: 50%;
    translate: -50%;
    top: -24%;
  }
}
.access .access-title::after {
  top: 100%;
  right: 50%;
  translate: 50%;
}
.access .access__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 49/24;
  vertical-align: bottom;
}
@media (max-width: 599px) {
  .access .access__map iframe {
    aspect-ratio: 49/37;
  }
}

.menu .section-inner {
  text-align: center;
}
@media (max-width: 599px) {
  .menu .section-inner {
    padding-top: 40px;
  }
}
.menu .manu-title-img img {
  aspect-ratio: 960/389;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu .title::before {
  left: -40%;
  top: 56%;
  translate: 0 -50%;
}
@media (max-width: 599px) {
  .menu .title::before {
    left: 50%;
    translate: -50%;
    top: -24%;
  }
}
.menu .menu__contents {
  max-width: 1200px;
  margin: 0 auto;
}
.menu .menu__contents__title {
  color: #A08A00;
  font-size: clamp(2.4rem, 2.64vw, 3.8rem);
  line-height: 1;
  background-color: #fff;
  padding: 8px 8px 8px clamp(16px, 2.6vw, 50px);
  text-align: left;
  margin: 4% 0 2%;
}
.menu .menu__contents__title span {
  font-size: 70%;
}
.menu .menu__contents__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(20px, 3%);
  font-size: clamp(1.6rem, 2.5vw, 3.6rem);
  margin-bottom: 2%;
  line-height: 1;
}
.menu .menu__contents__item .menu-name {
  font-weight: 500;
  text-align: left;
  line-height: 1.55;
}
.menu .menu__contents__item .menu-name span {
  display: block;
  font-size: 75%;
  margin-left: 1.5rem;
}
@media (max-width: 599px) {
  .menu .menu__contents__item .menu-name span {
    font-size: 90%;
  }
}
.menu .menu__contents__item .menu-price {
  color: #7E7E80;
  font-size: clamp(1.8rem, 2.78vw, 4rem);
}
.menu .menu__contents__item .menu-price span {
  font-size: 0.8em;
}
.menu .menu__contents__item.display-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
.menu .menu__contents__note {
  text-align: left;
}/*# sourceMappingURL=style.css.map */