.c-button-style01 {
  background-color: #ffffff;
  border: 2px solid #406258;
  border-radius: 8px;
  color: #406258;
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  transition: 0.4s;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-button-style01 {
    font-size: 20px;
  }
}
.c-button-style01:hover {
  background-color: #dde7e4;
}
.c-button-style01 .reduce {
  display: block;
  font-size: 70%;
  font-weight: normal;
  margin-top: 0.5rem;
}
.c-button-style02 {
  background-color: #406258;
  border: 2px solid #406258;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  transition: 0.4s;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-button-style02 {
    font-size: 20px;
  }
}
.c-button-style02:hover {
  background-color: #5c8075;
}
.c-button-style02 .reduce {
  display: block;
  font-size: 70%;
  font-weight: normal;
  margin-top: 0.5rem;
}

/* =========================================================
top
========================================================= */
.p-top-mv--wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-height: 100vh;
  position: relative;
}
.p-top-mv_title {
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8352941176);
  position: absolute;
  top: -22vw;
  bottom: 0;
  left: 2vw;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .p-top-mv_title {
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5137254902);
  }
}
.p-top-menu--wrap {
  margin: auto;
  max-width: 580px;
  padding: 0 2vw;
}
@media screen and (min-width: 768px) {
  .p-top-menu--wrap {
    max-width: 1400px;
  }
}
.p-top-menu_contet {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-menu_contet {
    flex-direction: row;
  }
}
.p-top-menu_desc {
  background-color: #ccb37c;
  margin-top: 3.5714285714vw;
  padding: 9vw 7vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-menu_desc {
    margin-right: -14.1129032258vw;
    padding: 3vw 16.1290322581vw 3vw 3vw;
    width: 85.1814516129vw;
  }
}
@media screen and (min-width: 992px) {
  .p-top-menu_desc {
    margin-right: -10vw;
    padding: 3vw 11.4285714286vw 3vw 3vw;
    width: 55.3571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-menu_desc {
    margin-top: 40px;
    margin-right: -140px;
    padding: 3vw 160px 3vw 3vw;
    width: 775px;
  }
}
.p-top-menu_desc .title {
  color: #fff;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 992px) {
  .p-top-menu_desc .title {
    font-size: 48px;
  }
}
.p-top-menu_desc .title::before {
  background-image: url(../images/top/icon-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 200px;
}
.p-top-menu_desc .subtitle {
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 0.7142857143vw;
}
@media screen and (min-width: 992px) {
  .p-top-menu_desc .subtitle {
    font-size: clamp(21px, 1.71vw, 24px);
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-menu_desc .subtitle {
    font-size: 24px;
    margin-top: 10px;
  }
}
.p-top-menu_desc .text {
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  margin-top: 6.0483870968vw;
}
@media screen and (min-width: 992px) {
  .p-top-menu_desc .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-menu_desc .text {
    margin-top: 60px;
  }
}
.p-top-menu_image {
  margin-top: 6.5104166667vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-menu_image {
    margin-top: 0;
    width: 71.0685483871vw;
  }
}
@media screen and (min-width: 992px) {
  .p-top-menu_image {
    width: 55.3571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-menu_image {
    width: 775px;
  }
}
.p-top-menu_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10.4166666667vw auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-menu_link {
    margin: 4.1666666667vw auto 0;
    width: auto;
  }
}
.p-top-menu_link > li {
  margin: 0 1%;
  max-width: 300px;
  width: 48%;
}
.p-top-menu_link > li a {
  padding: 0.8rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu_link > li a {
    padding: 1.5rem 2rem;
  }
}
.p-top-menu_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.2083333333vw 20px;
  margin: 10.4166666667vw auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-menu_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.0833333333vw 20px;
    margin-top: 4.1666666667vw;
  }
}
.p-top-menu_list > li .image {
  border: 1px solid #f7f7f7;
}
.p-top-menu_list > li .category {
  background-color: #8da897;
  color: #fff;
  display: inline-block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 8px;
  padding: 0.15rem 0.8rem;
}
@media screen and (min-width: 992px) {
  .p-top-menu_list > li .category {
    font-size: 15px;
  }
}
.p-top-menu_list > li .name {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  margin-top: 1.4rem;
}
@media screen and (min-width: 992px) {
  .p-top-menu_list > li .name {
    font-size: 16px;
  }
}
.p-top-menu_list > li .price {
  color: #b28247;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  margin-top: 0.6rem;
}
@media screen and (min-width: 992px) {
  .p-top-menu_list > li .price {
    font-size: 16px;
  }
}
.p-top-menu_list > li .text {
  font-size: clamp(13px, 1.5vw, 15px);
  margin-top: 1.4rem;
}
@media screen and (min-width: 992px) {
  .p-top-menu_list > li .text {
    font-size: 15px;
  }
}
.p-top-about--wrap {
  margin: auto;
  max-width: 580px;
  padding: 15.625vw 2vw;
}
@media screen and (min-width: 768px) {
  .p-top-about--wrap {
    max-width: 1400px;
    padding: 6.25vw 2vw;
  }
}
.p-top-about_contet {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-top-about_contet {
    flex-direction: row;
  }
}
.p-top-about_desc {
  padding: 0 3vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about_desc {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about_desc {
    width: 53%;
  }
}
.p-top-about_desc .title {
  color: #b28247;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 992px) {
  .p-top-about_desc .title {
    font-size: 48px;
  }
}
.p-top-about_desc .title::before {
  background-image: url(../images/top/icon-about.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 200px;
}
.p-top-about_desc .subtitle {
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 0.7142857143vw;
}
@media screen and (min-width: 992px) {
  .p-top-about_desc .subtitle {
    font-size: clamp(21px, 1.71vw, 24px);
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-about_desc .subtitle {
    font-size: 24px;
    margin-top: 10px;
  }
}
.p-top-about_desc .text {
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  margin-top: 6.0483870968vw;
}
@media screen and (min-width: 992px) {
  .p-top-about_desc .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-about_desc .text {
    margin-top: 60px;
  }
}
.p-top-about_image {
  margin-bottom: 6.5104166667vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about_image {
    margin-bottom: 0;
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about_image {
    width: 47%;
  }
}
.p-top-about_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10.4166666667vw auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-about_link {
    margin: 4.1666666667vw auto 0;
    width: auto;
  }
}
.p-top-about_link > li {
  margin: 0 1%;
  max-width: 300px;
  width: 48%;
}
.p-top-about_link > li a {
  padding: 0.8rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-about_link > li a {
    padding: 1.5rem 2rem;
  }
}
.p-top-atmosphere {
  background-image: url(../images/top/bg-atmosphere.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-atmosphere--wrap {
  margin: auto;
  max-width: 580px;
  padding: 15.625vw 2vw;
}
@media screen and (min-width: 768px) {
  .p-top-atmosphere--wrap {
    max-width: 1400px;
    padding: 6.25vw 2vw;
  }
}
.p-top-atmosphere_title {
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(20px, 4.8vw, 44px);
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5137254902);
}
@media screen and (min-width: 992px) {
  .p-top-atmosphere_title {
    font-size: 44px;
  }
}
.p-top-atmosphere_contet {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 5.2083333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-atmosphere_contet {
    flex-direction: row;
    margin-top: 2.0833333333vw;
  }
}
.p-top-atmosphere_desc {
  padding: 10.4166666667vw 4vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-atmosphere_desc {
    padding: 0 3vw;
    width: 50%;
  }
}
.p-top-atmosphere_desc .title {
  color: #b28247;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5137254902);
}
@media screen and (min-width: 992px) {
  .p-top-atmosphere_desc .title {
    font-size: 48px;
  }
}
.p-top-atmosphere_desc .title::before {
  background-image: url(../images/top/icon-about.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 200px;
}
.p-top-atmosphere_desc .subtitle {
  color: #fff;
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5137254902);
}
@media screen and (min-width: 992px) {
  .p-top-atmosphere_desc .subtitle {
    font-size: clamp(21px, 1.71vw, 24px);
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-atmosphere_desc .subtitle {
    font-size: 24px;
  }
}
.p-top-atmosphere_desc .text {
  color: #fff;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  margin-top: 6.0483870968vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5137254902);
}
@media screen and (min-width: 992px) {
  .p-top-atmosphere_desc .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-atmosphere_desc .text {
    margin-top: 60px;
  }
}
.p-top-atmosphere_image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-atmosphere_image {
    width: 50%;
  }
}
.p-top-featured {
  border-top: 25px solid #406258;
  background-color: #f2ece4;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 6vw 5vw;
}
@media screen and (min-width: 768px) {
  .p-top-featured {
    flex-direction: row;
    margin-top: 4.1666666667vw;
    padding: 2vw;
  }
}
.p-top-featured_desc {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-featured_desc {
    width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-featured_desc {
    width: 34%;
  }
}
.p-top-featured_desc .subtitle {
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 0.7142857143vw;
}
@media screen and (min-width: 992px) {
  .p-top-featured_desc .subtitle {
    font-size: clamp(21px, 1.71vw, 24px);
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-featured_desc .subtitle {
    font-size: 24px;
    margin-top: 10px;
  }
}
.p-top-featured_desc .subtitle::before {
  background-image: url(../images/top/icon-featured.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 200px;
}
.p-top-featured_list {
  display: flex;
  margin-top: 7.8125vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-featured_list {
    margin-top: 0;
    width: 57%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-featured_list {
    width: 66%;
  }
}
.p-top-featured_list > li {
  border-right: 1px dashed #406258;
  padding: 0 3%;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-top-featured_list > li {
    padding: 0 5%;
  }
}
.p-top-featured_list > li:last-of-type {
  border-right: none;
}
.p-top-featured_list > li .image {
  border: 1px solid #f7f7f7;
}
.p-top-featured_list > li .category {
  background-color: #8da897;
  color: #fff;
  display: inline-block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 8px;
  padding: 0.15rem 0.8rem;
}
@media screen and (min-width: 992px) {
  .p-top-featured_list > li .category {
    font-size: 15px;
  }
}
.p-top-featured_list > li .name {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  margin-top: 1.4rem;
}
@media screen and (min-width: 992px) {
  .p-top-featured_list > li .name {
    font-size: 16px;
  }
}
.p-top-featured_list > li .price {
  color: #b28247;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  margin-top: 0.6rem;
}
@media screen and (min-width: 992px) {
  .p-top-featured_list > li .price {
    font-size: 16px;
  }
}
.p-top-featured_list > li .text {
  font-size: clamp(13px, 1.5vw, 15px);
  margin-top: 1.4rem;
}
@media screen and (min-width: 992px) {
  .p-top-featured_list > li .text {
    font-size: 15px;
  }
}
.p-top-featured_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.2083333333vw auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-featured_link {
    margin: 4.1666666667vw auto 0;
    width: auto;
  }
}
.p-top-featured_link a {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p-top-featured_link a {
    padding: 2rem;
  }
}
.p-top-featured_link a::after {
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: 5%;
  height: 15px;
  width: 40px;
}
.p-top-featured_link.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-featured_link.pc-show {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-top-featured_link.sp-show {
    display: none;
  }
}
.p-top-takeout--wrap {
  margin: auto;
  max-width: 580px;
  padding: 10.4166666667vw 2vw;
}
@media screen and (min-width: 768px) {
  .p-top-takeout--wrap {
    max-width: 1400px;
    padding: 6.25vw 2vw;
  }
}
.p-top-takeout_contet {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-top-takeout_contet {
    flex-direction: row;
  }
}
.p-top-takeout_desc {
  background-color: #ccb37c;
  margin-top: 3.5714285714vw;
  padding: 9vw 7vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-takeout_desc {
    margin-left: -14.1129032258vw;
    padding: 3vw 3vw 3vw 16.1290322581vw;
    width: 82.1572580645vw;
  }
}
@media screen and (min-width: 992px) {
  .p-top-takeout_desc {
    margin-left: -5.7142857143vw;
    padding: 3vw 3vw 3vw 7.8571428571vw;
    width: 41.7857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-takeout_desc {
    margin-top: 40px;
    margin-left: -80px;
    padding: 3vw 3vw 3vw 110px;
    width: 585px;
  }
}
.p-top-takeout_desc .title {
  color: #fff;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 992px) {
  .p-top-takeout_desc .title {
    font-size: 48px;
  }
}
.p-top-takeout_desc .title::before {
  background-image: url(../images/top/icon-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 200px;
}
.p-top-takeout_desc .subtitle {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 0.7142857143vw;
}
@media screen and (min-width: 992px) {
  .p-top-takeout_desc .subtitle {
    font-size: clamp(21px, 1.71vw, 24px);
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-takeout_desc .subtitle {
    font-size: 24px;
    margin-top: 10px;
  }
}
.p-top-takeout_desc .text {
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  margin-top: 6.0483870968vw;
}
@media screen and (min-width: 992px) {
  .p-top-takeout_desc .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-takeout_desc .text {
    margin-top: 60px;
  }
}
.p-top-takeout_desc .image {
  display: block;
  margin-top: 1.3020833333vw;
}
@media screen and (min-width: 768px) {
  .p-top-takeout_desc .image {
    margin-top: 1.0080645161vw;
  }
}
@media screen and (min-width: 992px) {
  .p-top-takeout_desc .image {
    margin-top: 0.5208333333vw;
  }
}
.p-top-takeout_image {
  margin-top: 6.5104166667vw;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-takeout_image {
    margin-top: 0;
    width: 58.9717741935vw;
  }
}
@media screen and (min-width: 992px) {
  .p-top-takeout_image {
    width: 58.2142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-takeout_image {
    width: 815px;
  }
}
.p-top-takeout_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10.4166666667vw auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-takeout_link {
    margin: 4.1666666667vw auto 0;
    width: auto;
  }
}
.p-top-takeout_link > li {
  margin: 0 1%;
  max-width: 300px;
  width: 48%;
}
.p-top-takeout_link > li a {
  padding: 0.8rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-takeout_link > li a {
    padding: 1.5rem 2rem;
  }
}
.p-top-experience {
  background-color: #f2ece4;
}
.p-top-experience--wrap {
  margin: auto;
  max-width: 580px;
  padding: 10.4166666667vw 2vw;
}
@media screen and (min-width: 768px) {
  .p-top-experience--wrap {
    max-width: 1400px;
    padding: 6.25vw 2vw;
  }
}
.p-top-experience_title {
  color: #b28247;
  display: flex;
  align-items: center;
  font-size: clamp(21px, 4vw, 40px);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .p-top-experience_title {
    font-size: 40px;
  }
}
.p-top-experience_contet {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 768px) {
  .p-top-experience_contet {
    flex-direction: row;
  }
}
.p-top-experience_desc {
  padding: 2vw 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-experience_desc {
    padding: 0 2vw 0 0;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-experience_desc {
    width: 35%;
  }
}
.p-top-experience_desc .title {
  color: #fff;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 992px) {
  .p-top-experience_desc .title {
    font-size: 48px;
  }
}
.p-top-experience_desc .title::before {
  background-image: url(../images/top/icon-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 200px;
}
.p-top-experience_desc .subtitle {
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 0.7142857143vw;
}
@media screen and (min-width: 992px) {
  .p-top-experience_desc .subtitle {
    font-size: clamp(21px, 1.71vw, 24px);
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-experience_desc .subtitle {
    font-size: 24px;
    margin-top: 10px;
  }
}
.p-top-experience_desc .text {
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 1.6;
  margin-top: 3.0241935484vw;
}
@media screen and (min-width: 992px) {
  .p-top-experience_desc .text {
    font-size: 16px;
    line-height: 2;
    margin-top: 4.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-experience_desc .text {
    margin-top: 60px;
  }
}
.p-top-experience_image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-experience_image {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-experience_image {
    width: 65%;
  }
}
.p-top-info--wrap {
  margin: auto;
  max-width: 580px;
  padding: 10.4166666667vw 2vw;
}
@media screen and (min-width: 768px) {
  .p-top-info--wrap {
    max-width: 1400px;
    padding: 6.25vw 2vw;
  }
}
.p-top-info_title {
  color: #b28247;
  display: block;
  font-size: clamp(32px, 4.4vw, 44px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-info_title {
    font-size: 44px;
  }
}
.p-top-info_desc {
  display: flex;
  flex-direction: column;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-info_desc {
    flex-direction: row;
  }
}
.p-top-info_desc .map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-info_desc .map {
    width: 50%;
  }
}
.p-top-info_desc .detail {
  padding: 2vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-info_desc .detail {
    padding: 0 2vw;
    width: 50%;
  }
}
.p-top-info_desc .detail--wrap {
  display: flex;
  margin-bottom: 1.5rem;
}
.p-top-info_desc .detail--wrap dt {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: bold;
  max-width: 150px;
  width: 30%;
}
@media screen and (min-width: 992px) {
  .p-top-info_desc .detail--wrap dt {
    font-size: 18px;
  }
}
.p-top-info_desc .detail--wrap dd {
  font-size: clamp(14px, 1.8vw, 18px);
  width: 70%;
}
@media screen and (min-width: 992px) {
  .p-top-info_desc .detail--wrap dd {
    font-size: 18px;
  }
}
.p-top-info_desc .detail--wrap dd .line {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.p-top-info_desc .detail--wrap dd a {
  color: #111111;
  text-decoration: underline;
}
.p-top-info_desc .detail--wrap dd a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style-top.css.map */