@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

h1 {
  font-size: 115px;
  color: #FFFFFF;
}

h2 {
  font-size: 72px;
  color: #FFFFFF;
}

h3 {
  font-size: 40px;
  color: #000000;
  border-bottom: 6px solid #E03131;
}

p {
  font-size: 14.4px;
  color: #000000;
}

@media (max-width: 768px) {
  h1 {
    font-size: 84.5px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
  }
}
.l-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.l-nav-items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.l-nav-item {
  margin: 0;
}

.l-nav-link {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14.4px;
  text-shadow: 1px 1px 2px rgba(18, 18, 18, 0.1607843137);
  transition: color 0.3s ease;
}
.l-nav-link:hover {
  color: #E03131;
}

.l-footer {
  width: 100%;
  text-align: center;
}

.p-main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.p-main-visual__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-main-visual__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  z-index: 5;
  margin: 0;
  width: calc(100% - 32px);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(18, 18, 18, 0.1607843137);
}

.p-menu {
  width: 100%;
  padding-top: 20px;
}

.p-menu__header {
  position: relative;
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-image: url(../images/menu.jpg);
  background-size: cover;
  background-position: center;
}
.p-menu__header .p-menu__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
}

.p-menu__container {
  width: calc(100% - 32px);
  max-width: 1000px;
  margin: 0 auto;
}
.p-menu__container .p-menu__body {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0px;
  padding: 90px 0 170px 0;
}
.p-menu__container .p-menu__body .p-menu__left {
  width: 50%;
  border-right: 1px solid #000;
  text-align: center;
}
.p-menu__container .p-menu__body .p-menu__left .c-menu-table {
  padding: 0;
  padding-right: 45px;
  margin: 0;
}
.p-menu__container .p-menu__body .p-menu__right {
  width: 50%;
  text-align: center;
}
.p-menu__container .p-menu__body .p-menu__right .c-menu-table {
  padding: 0;
  padding-left: 45px;
  margin: 0;
}
.p-menu__container .p-menu__body .p-menu__category {
  display: inline-block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
}
.p-menu__container .p-menu__body .p-menu__right .p-menu__category:nth-child(3) {
  margin-top: 55px;
}
.p-menu__container .p-menu__body .c-menu-table__item {
  display: flex;
  justify-content: space-between;
}
.p-menu__container .p-menu__body .c-menu-table__title {
  font-size: 14.4px;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 1px dotted #000;
  width: 85%;
}
.p-menu__container .p-menu__body .c-menu-table__description {
  font-size: 14.4px;
  width: 15%;
  margin: 0;
  margin-left: 15px;
  text-align: right;
}

@media (max-width: 768px) {
  .p-menu {
    padding-top: 10px;
  }
  .p-menu__header {
    height: 94px;
    background-attachment: scroll;
  }
  .p-menu__container .p-menu__body {
    flex-direction: column;
    padding: 30px 0 115px 0;
  }
  .p-menu__container .p-menu__body .p-menu__category {
    margin-bottom: 25px;
  }
  .p-menu__container .p-menu__body .p-menu__left {
    width: 100%;
    border-right: none;
  }
  .p-menu__container .p-menu__body .p-menu__left .c-menu-table {
    padding-right: 0;
  }
  .p-menu__container .p-menu__body .p-menu__right {
    width: 100%;
  }
  .p-menu__container .p-menu__body .p-menu__right .c-menu-table {
    padding-left: 0;
  }
  .p-menu__container .p-menu__body .p-menu__right .p-menu__category:nth-child(3) {
    margin-top: 0;
  }
}
.p-about {
  width: 100%;
}

.p-about__header {
  position: relative;
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-image: url(../images/about.jpg);
  background-size: cover;
  background-position: center;
}
.p-about__header .p-about__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
}

.p-about__container {
  width: calc(100% - 32px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.p-about__container .p-about__category {
  display: inline-block;
  text-align: center;
  margin: 90px 0;
}
.p-about__container .p-about__grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 40px;
  padding-bottom: 60px;
}
.p-about__container .p-about__grid-item {
  font-size: 14.4px;
  text-align: left;
}
.p-about__container .p-about__grid-item p {
  margin: 0;
}
.p-about__container .c-about-btn {
  display: inline-block;
  position: relative;
  color: #000000;
  text-align: center;
  padding: 17px 43px;
  margin-bottom: 170px;
  text-decoration: none;
}
.p-about__container .c-about-btn::before, .p-about__container .c-about-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  border: 1px solid #E03131;
  transition: width 0.3s ease, height 0.3s ease;
}
.p-about__container .c-about-btn::before {
  top: 0;
  left: 0;
  width: 32px;
  height: 25px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0;
  border-right-width: 0;
}
.p-about__container .c-about-btn::after {
  bottom: 0;
  right: 0;
  width: 32px;
  height: 25px;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.p-about__container .c-about-btn:hover::before {
  width: 165px;
  height: 58px;
}
.p-about__container .c-about-btn:hover::after {
  width: 165px;
  height: 58px;
}

@media (max-width: 768px) {
  .p-about__header {
    height: 94px;
    background-attachment: scroll;
  }
  .p-about__container .p-about__category {
    margin: 30px 0 35px 0;
  }
  .p-about__container .p-about__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 50px;
  }
  .p-about__container .c-about-btn {
    margin-bottom: 80px;
  }
}
.p-location {
  width: 100%;
}

.p-location__header {
  position: relative;
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-image: url(../images/location.jpg);
  background-size: cover;
  background-position: center;
}

.p-location__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
}

.p-location__container {
  width: calc(100% - 32px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.p-location__container .p-location__category {
  display: inline-block;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 70px;
}
.p-location__container .p-location__body {
  padding-bottom: 170px;
}
.p-location__container .p-location__body iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Safari対策 */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.p-location__container .p-location__info {
  text-align: left;
  margin-top: 20px;
}
.p-location__container .p-location__info p {
  font-size: 14.4px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-location__header {
    height: 94px;
    background-attachment: scroll;
  }
  .p-location__container .p-location__category {
    margin: 30px 0 25px 0;
  }
  .p-location__container .p-location__body {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=main.css.map */