.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 113px;
  }
}

body {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  color: rgb(72, 72, 72);
  background: #fff;
  font-weight: 300;
}

.inner {
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}

.opacity-none {
  opacity: 1;
}

.button {
  display: inline-block;
  min-width: 158px;
  padding: 11px;
  border: 1px solid rgb(72, 72, 72);
  font-family: "Gruppo", sans-serif;
  color: rgb(72, 72, 72);
  font-weight: bold;
  background: #FFF;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02px;
  transition: all 0.5s;
}
.button:hover {
  color: #fff;
  background: rgb(72, 72, 72);
}

.title {
  display: flex;
  justify-content: center;
}

.heading {
  font-family: "Gruppo", sans-serif;
  font-size: 30px;
  color: rgb(72, 72, 72);
  font-weight: 600;
  display: inline-block;
  text-align: center;
  position: relative;
}
.heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: -60px;
  width: 30px;
  height: 2px;
  background: rgb(72, 72, 72);
}
.heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: -30px;
  width: 30px;
  height: 2px;
  background: rgb(72, 72, 72);
}

.header {
  height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: auto;
  }
}
.header__inner {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    flex-direction: column;
    gap: 10px;
    padding-block: 10px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .header__logo a {
    transition: 0.3s;
  }
}
.header__logo a:hover {
  opacity: 0.5;
}
.header__logo a img {
  display: block;
  width: 120px;
}
@media screen and (min-width: 900px) {
  .header__logo a img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .header__icon {
    display: none;
  }
}
.header__nav {
  background: #fff;
  width: 100%;
  height: calc(100% - 60px);
  position: fixed;
  right: 0;
  top: 60px;
  padding: 32px 15px;
  transform: translateX(100%);
  transition: all 0.4s;
  z-index: 50;
}
.header__nav.is-checked {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .header__nav {
    background-color: transparent;
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    transform: translateX(0);
  }
}
.header__nav__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  color: rgb(72, 72, 72);
}
@media screen and (min-width: 768px) {
  .header__nav__lists {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (min-width: 900px) {
  .header__nav__lists {
    gap: 40px;
  }
}
.header__nav__list {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .header__nav__list {
    font-size: 14px;
  }
}
.header__nav__link {
  display: inline-block;
  padding-block: 8px;
  transition: opacity 0.3s;
  font-family: "Gruppo", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .header__nav__link {
    color: rgb(72, 72, 72);
  }
}
.header__nav__link:hover {
  opacity: 0.6;
}

.drawer-icon {
  width: 30px;
  height: 18px;
  position: relative;
  transition: top 0.4s transform 0.4s;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}
.drawer-icon__bar {
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  background: rgb(72, 72, 72);
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 8px;
}
.drawer-icon__bar:nth-child(3) {
  top: 16px;
}

.main {
  display: grid;
  gap: 120px;
}
@media screen and (min-width: 768px) {
  .main {
    gap: 200px;
  }
}

.js-load {
  display: none;
}

.mv {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
}
.mv__img {
  background: url(../img/mv.jpg) no-repeat 30% 50%/cover;
  height: calc(100vh - 60px);
}
.mv__textbox {
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 320px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .mv__textbox {
    max-width: 600px;
    padding-block: 50px;
  }
}
.mv__text {
  padding: 40px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .mv__text {
    font-size: 25px;
  }
}

.concept__box, .concept__box2 {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .concept__box {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .concept__box2 {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.concept__imgbox {
  flex: 1;
}
.concept__explain {
  flex: 1;
}
.concept__text {
  flex: 1;
}
.concept__photobox {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .concept__photobox {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .concept__photobox {
    gap: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .concept__photobox {
    gap: 150px;
  }
}
.concept__photo1 {
  width: 250px;
  height: 300px;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .concept__photo1 {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .concept__photo1 {
    width: 350px;
    height: 400px;
  }
}
.concept__photo1 img {
  width: 100%;
  height: 100%;
}
.concept__photo2 {
  width: 300px;
  height: 200px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .concept__photo2 {
    margin-top: 200px;
    margin-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .concept__photo2 {
    width: 350px;
    height: 250px;
  }
}
.concept__photo2 img {
  width: 100%;
  height: 100%;
}

.menu__img {
  width: 100%;
  margin-bottom: 40px;
}
.menu__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__content1, .menu__content2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 90%;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .menu__content1, .menu__content2 {
    flex-direction: row;
    justify-content: center;
  }
}
.menu__table {
  width: 300px;
  margin-top: 15px;
}
.menu__table th {
  text-align: left;
}
.menu__table td {
  text-align: end;
  margin-left: 50px;
}

.style__cards {
  margin-inline: auto;
  display: grid;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
  justify-items: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .style__cards {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
}
.style__text {
  margin-top: 30px;
  text-align: center;
}
.style__text p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .style__text p {
    text-align: center;
    font-size: 16px;
  }
}
.style__button {
  text-align: center;
  margin-top: 30px;
}

.reserve {
  background: #EFEDE9;
}
.reserve__inner {
  padding-block: 50px;
}
.reserve__text {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .reserve__text p {
    text-align: center;
  }
}
.reserve__button {
  text-align: center;
  margin-top: 30px;
}

.staff__cards {
  display: grid;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .staff__cards {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    max-width: 800px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 900px) {
  .staff__cards {
    gap: 40px;
  }
}
.staff__card {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin-inline: auto;
}
.staff__card-img1, .staff__card-img2, .staff__card-img3 {
  width: 300px;
  height: 350px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .staff__card-img1, .staff__card-img2, .staff__card-img3 {
    width: 100%;
  }
}
.staff__card-img1 {
  background: url(../img/staff1.jpg) no-repeat 55% top/cover;
}
.staff__card-img2 {
  background: url(../img/staff2.jpg) no-repeat center top/cover;
}
.staff__card-img3 {
  background: url(../img/staff3.jpg) no-repeat center top/cover;
}
.staff__card-tag {
  font-size: 18px;
  margin-top: 20px;
}
.staff__card-text {
  text-align: center;
}
.staff__card-name {
  display: block;
}
.staff__card-explain {
  text-align: left;
  font-size: 14px;
  margin-top: 20px;
}

.access__imgbox {
  margin-top: 50px;
  height: 480px;
}
.access__imgbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access__content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .access__table {
    width: 650px;
    margin-inline: auto;
  }
}
.access__table tr {
  display: block;
  padding-bottom: 30px;
}
.access__table tr:last-child {
  padding-bottom: 0;
}
.access__table th {
  width: 120px;
  text-align: left;
}
.access__table td {
  width: 350px;
  font-size: 14px;
  text-align: left;
}
.access__map {
  width: 100%;
  margin-top: 50px;
  height: 400px;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.footer {
  background: rgb(72, 72, 72);
}
.footer__inner {
  padding-block: 50px;
  padding-inline: 20px;
}
.footer__logo {
  width: 120px;
  margin-inline: auto;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 100px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer__content {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .footer__content {
    flex-direction: column;
  }
}
.footer__left, .footer__right {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.footer__left h3, .footer__right h3 {
  margin-bottom: 10px;
  text-align: center;
}
.footer__left__margin, .footer__right__margin {
  margin-left: 15px;
}
.footer__button {
  margin-top: 15px;
}
.footer__sns {
  width: 30px;
  height: 30px;
  margin-inline: auto;
  margin-top: 50px;
}
.footer__copy {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.button2 {
  transition: all 0.5s;
}
.button2:hover {
  background: rgb(114, 114, 114);
  color: #fff;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  position: fixed;
  right: 2px;
  bottom: 100px;
  height: 30px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 75%;
  line-height: 1.5rem;
  color: #737373;
  padding: 0 0 0 35px;
  border-top: solid 1px;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}/*# sourceMappingURL=style.css.map */