* {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}

h2.edge {
  color: #002f63;
  -webkit-text-stroke: 15px rgb(255, 255, 255);
  paint-order: stroke;
}

p {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.header {
  position: relative;
  background-image: url(../img/mv.jpg);
  height: 1100px;
  background-size: cover;
  background-size: 100%;
  background-position: center top -110px;
  z-index: -3;
}
.header h1 {
  position: absolute;
  font-size: 8rem;
  font-weight: 700;
  color: #002f63;
  -webkit-text-stroke: 25px rgb(255, 255, 255);
  paint-order: stroke;
  letter-spacing: 1.5rem;
  writing-mode: vertical-rl;
  top: 80px;
  left: 10%;
}

.main {
  position: absolute;
  top: 600px;
  z-index: -3;
}
.main .food,
.main .menu,
.main .course {
  margin-top: 100px;
}
.main .concept {
  position: relative;
  display: flex;
  padding-top: 28%;
}
.main .concept__text {
  width: 60%;
  text-align: left;
  padding: 0 5%;
  z-index: 2;
}
.main .concept__text h2 {
  font-size: 10rem;
  font-weight: 700;
}
.main .concept__text p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-shadow: 1px 1px 4px #525252;
  line-height: 150%;
  margin-top: 20px;
}
.main .concept__img {
  width: 70%;
}
.main .concept__img .buri {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}
.main .concept__img .nami {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.main .concept__img .nami_sp {
  display: none;
}
.main .bg {
  background-image: url(../img/bg.png);
  background-size: 100%;
  background-attachment: fixed;
}
.main .food h2 {
  font-size: 7rem;
}
.main .food__list--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .food__list--item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.main .food__list--item .text {
  max-width: 60%;
  min-width: 350px;
  padding: 0 5%;
}
.main .food__list--item .img {
  width: 100%;
}
.main .food__list--item .img p {
  text-align: right;
  margin: 10px 100px 0 0;
}
.main .menu .wrapper {
  position: relative;
  max-width: 90%;
  border: 5px solid #3a82ab;
  margin: 0 auto;
}
.main .menu .wrapper h2 {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  width: 350px;
  color: #fff;
  font-size: 4.5rem;
  background-color: #3a82ab;
  text-align: center;
  border-radius: 50px;
  padding: 5px 0;
  margin: 0 auto;
}
.main .menu .wrapper__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content max-content auto;
  padding: 60px 30px;
}
.main .menu .wrapper__list--item {
  margin-top: 10px;
}
.main .menu .wrapper__list--item dl dt {
  font-size: 3rem;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.main .menu .wrapper__list--item dl dd {
  font-size: 2rem;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
}
.main .course .term p {
  max-width: 35rem;
  color: #002f63;
  background-color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 2px 2px 10px #a0a0a0;
  padding: 20px 0;
  margin: 0 auto;
}
.main .course .price {
  text-align: center;
  margin-top: 20px;
}
.main .course .price h2 {
  width: 350px;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  background-color: #002f63;
  box-shadow: 2px 2px 10px #a0a0a0;
  text-align: center;
  border-radius: 50px;
  padding: 5px 0;
  margin: 0 auto;
}
.main .course .price p {
  font-size: 8rem;
  color: #002f63;
  font-weight: 700;
  text-align: center;
}
.main .course .price p span {
  font-size: 4rem;
  font-weight: 500;
}
.main .course {
  padding-bottom: 100px;
}
.main .course .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .course .list__hotel {
  width: 50%;
  text-align: center;
}
.main .course .list__hotel:nth-of-type(1) {
  border-right: 5px solid #002f63;
}
.main .course .list__hotel img {
  display: block;
  padding-bottom: 30px;
}
.main .course .list__hotel p,
.main .course .list__hotel img {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
}
.main .course .list__hotel .tell {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #002f63;
  font-weight: 700;
}
.main .course .list__hotel .tell::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/logo_tell.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}

.footer p {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #002f63;
  padding: 10px 0;
}/*# sourceMappingURL=style.css.map */