@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Noto+Sans:wght@100..900&display=swap");
@font-face {
  font-family: "Cardinalfruit bold";
  src: url("../../fonts/cardinalfruit-bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cardinalfruit medium";
  src: url("../../fonts/cardinalfruit-medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cardinalfruit regular";
  src: url("../../fonts/cardinalfruit-regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cardinalfruit semibold";
  src: url("../../fonts/cardinalfruit-semibold.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
/*
 ==========================================================================
 Foundation
 ==========================================================================
 */
/*
 * Foundation - Base
 */
body {
  font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
/*
 * Foundation - Variables
 */
/*
 ==========================================================================
 Layout
 ==========================================================================
 */
.l_header__nav li a {
  padding: 22px 0;
}
@media (max-width: 825px) {
  .l_header__nav li a {
    padding: 22px 10px;
  }
}
/*
 ==========================================================================
 Object - Component
 ==========================================================================
 */
/*
 ==========================================================================
 Object - Project
 ==========================================================================
 */
.p_reserve a {
  padding: 18px 0 0 0;
}
.p_reserve a span:nth-child(1) {
  font-size: 17px;
}

@media screen and (max-width: 960px) {
  .p_reserve a {
    padding: 24px 0 0 10px;
  }
}
.p_lang.p_lang__en ul li:nth-child(2) a {
  background: #907c5b;
  color: #ece4da;
}

.p_mv__title {
  font-family: "Cardinalfruit regular", sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #907c5b;
}
.p_mv__title span {
  letter-spacing: 0;
}
.p_mv__title span:nth-child(1) {
  font-family: "Cardinalfruit medium", sans-serif;
  font-size: 20px;
  margin-bottom: 8px;
}
.p_mv__title span:nth-child(2) {
  font-size: 46px;
}

@media (max-width: 1250px) {
  .p_mv__title span:nth-child(2) {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .p_mv__title {
    padding: 30px 0 0 0;
  }
  .p_mv__title span:nth-child(2) {
    font-size: 36px;
  }
}
.p_story__title {
  color: #907c5b;
  font-family: "Cardinalfruit regular", sans-serif;
  font-weight: normal;
  display: block;
  line-height: 1.4;
  font-size: 36px;
  letter-spacing: 0;
}

.p_story__text {
  max-width: 600px;
  line-height: 1.8;
  font-size: 17px;
}

@media (max-width: 768px) {
  .p_story__title {
    font-size: 28px;
  }
  .p_story__text {
    font-size: 14px;
  }
}
.p_menu__subtitle {
  font-family: "Cardinalfruit regular", sans-serif;
  font-weight: normal;
  display: block;
  line-height: 1.4;
  font-size: 36px;
  letter-spacing: 0;
}

.p_menu__description {
  line-height: 1.8;
}

.p_menu__list li a span:nth-child(2) {
  top: 6px;
}

@media (max-width: 768px) {
  .p_menu__subtitle {
    font-size: 28px;
  }
  .p_menu__list li a {
    padding: 22px 0;
  }
  .p_menu__list li a span:nth-child(2) {
    top: 0px;
  }
}
.p_access__info-inner2 dl dt {
  width: 160px;
}

@media (max-width: 768px) {
  .p_access__info dl {
    display: block;
  }
  .p_access__info dl dt {
    width: 100%;
  }
  .p_access__info dl dd {
    width: 100%;
  }
  .p_access__info dl:nth-of-type(even) dt {
    width: 100%;
  }
}
/*
 ==========================================================================
 page
 ==========================================================================
 */
.p_policy h2 {
  text-transform: uppercase;
}