@charset "UTF-8";

.content .place .description {
  margin-top: 60px;
}

.content .place .description p {
  font-size: 16px;
  line-height: 33px;
}

.content .place .map {
  margin-top: 65px;
  width: 100%;
  height: 743px;
  background: #fbf8f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .place .map .img {
  max-width: 895px;
  width: 100%;
  height: auto;
}

.content .place .map .img img {
  width: 100%;
  height: auto;
}

.content .place .items {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 24px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content .place .items .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content .place .items .item h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.content .place .items .item .img {
  margin-top: 16px;
  width: 100%;
  height: auto;
}

.content .place .items .item .img img {
  width: 100%;
  height: auto;
}

.content .place .items .item .texts {
  margin-top: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content .place .items .item .texts p + p {
  margin-top: 8px;
}

.content .place .items .item .texts p {
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.content .place .items .item .texts p img {
  display: block;
}

.content .place .items .item .texts .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 8px;
}

.content .place .items .item .texts .btn .c-btn {
  width: 133px;
  height: 40px;
}

.content .activity {
  background: #fbf8f3;
  padding-bottom: 0;
}

.content .activity .description {
  margin-top: 80px;
}

.content .activity .description h3 {
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
}

.content .activity .description p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 33px;
}

.content .activity .description p span {
  text-decoration: underline;
}

.content .activity .items {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}

.content .activity .items .item h3 {
  font-weight: bold;
  font-size: 18px;
}

.content .activity .items .item .img {
  margin-top: 16px;
  width: 100%;
  height: auto;
}

.content .activity .items .item .img img {
  width: 100%;
  height: auto;
}

.content .activity .items .item .texts {
  width: 100%;
  margin-top: 14px;
}

.content .activity .items .item .texts p {
  font-size: 16px;
  line-height: 26px;
}

.content .activity .info {
  margin-top: 60px;
  background: #e6e3e0;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content .activity .info h4 {
  margin-right: 75px;
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
}

.content .activity .info p {
  font-size: 16px;
  line-height: 29px;
}

.content .activity .recommend {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
}

.content .activity .recommend .img {
  max-width: 350px;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content .activity .recommend .img img {
  width: 100%;
  height: auto;
}

.content .activity .recommend .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content .activity .recommend .texts h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #ffffff;
  background: #000000;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 15px;
}

.content .activity .recommend .texts h4 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.content .activity .recommend .texts p,
.content .activity .recommend .texts a {
  font-size: 16px;
  line-height: 27px;
}

.content .activity .recommend .texts p {
  margin-top: 10px;
}

.content .activity .recommend .texts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.content .activity .recommend .texts a span {
  display: block;
}

.content .activity .slide {
  margin-top: 80px;
}

.content .activity .slide .splide__slide img {
  width: 375px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content .restaurant .description {
  margin-top: 60px;
}

.content .restaurant .description h3 {
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
}

.content .restaurant .description p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 33px;
}

.content .restaurant .category {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fbf8f3;
  padding: 20px 0;
}

.content .restaurant .category .category-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
  height: 40px;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  z-index: 1;
}

.content .restaurant .category .category-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #000000;
  border-radius: 20px;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  z-index: -1;
}

.content .restaurant .category .category-btn:hover:not(.active) {
  color: #ffffff;
}

.content .restaurant .category .category-btn:hover:not(.active)::before {
  width: 100%;
  right: auto;
  left: 0;
}

.content .restaurant .category .category-btn.active {
  background: #000000;
  color: #ffffff;
}

.content .restaurant .items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 24px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content .restaurant .items .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content .restaurant .items .item h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.content .restaurant .items .item .img {
  margin-top: 16px;
  width: 100%;
  height: auto;
  position: relative;
}

.content .restaurant .items .item .img img {
  width: 100%;
  height: auto;
  display: block;
}

.content .restaurant .items .item .img .category-label {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: #777777;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  line-height: 1;
  margin: 0;
}

.content .restaurant .items .item .texts {
  margin-top: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content .restaurant .items .item .texts p {
  font-size: 16px;
  line-height: 1.5;
}

.content .restaurant .items .item .texts p img {
  display: block;
  margin-right: 3px;
}

.content .restaurant .items .item .texts p + p {
  margin-top: 8px;
}

.content .restaurant .items .item .texts p:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.content .restaurant .items .item .texts .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 8px;
}

.content .restaurant .items .item .texts .btn .c-btn {
  width: 133px;
  height: 40px;
}

.content .restaurant .pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content .restaurant .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.content .restaurant .pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  font-family: "Marcellus", serif;
}

.content .restaurant .pagination ul li a:hover {
  background: #e6e3e0;
}

.content .restaurant .pagination ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
  font-size: 16px;
  border-radius: 50%;
  font-family: "Marcellus", serif;
}

.content .restaurant .pagination ul li.current span {
  background: #000000;
  color: #ffffff;
  cursor: default;
}

.content .restaurant .pagination ul li.dots span {
  border: none;
}

@media screen and (max-width: 1152px) {
  .content .place .map {
    height: auto;
  }

  .content .place .map .img {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 26px 20px;
  }

  .content .place .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .content .place .items .item {
    position: relative;
    padding-bottom: 70px;
  }

  .content .place .items .item .texts {
    position: static;
  }

  .content .place .items .item .texts .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0;
  }

  .content .place .items .item .texts .btn .c-btn {
    width: 80px;
    height: 80px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 0;
    padding: 0 6px 8px 0;
    gap: 4px;
    overflow: visible;
  }

  .content .place .items .item .texts .btn .c-btn::before {
    content: "→";
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    position: static;
    z-index: 1;
    width: auto;
    height: auto;
    background: none;
    -webkit-transition: none;
    transition: none;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }

  .content .place .items .item .texts .btn .c-btn:hover::before {
    content: "→";
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    position: static;
    width: auto;
    height: auto;
    background: none;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }

  .content .place .items .item .texts .btn .c-btn:hover span {
    color: #ffffff;
  }

  .content .place .items .item .texts .btn .c-btn span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    position: relative;
    z-index: 1;
  }

  .content .activity .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .content .activity .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    padding: 20px 20px;
  }

  .content .activity .info h4 {
    margin-right: 0;
    text-align: center;
    line-height: 1;
  }

  .content .activity .info p {
    text-align: center;
  }

  .content .activity .recommend {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px 20px;
  }

  .content .activity .recommend .img {
    grid-column: 1/2;
    grid-row: 3/4;
    max-width: 200px;
  }

  .content .activity .recommend .texts {
    display: contents;
  }

  .content .activity .recommend .texts h3 {
    grid-column: 1/-1;
    grid-row: 1/2;
  }

  .content .activity .recommend .texts h4 {
    grid-column: 1/-1;
    grid-row: 2/3;
    margin-top: 0;
    line-height: 19px;
  }

  .content .activity .recommend .texts .text {
    grid-column: 2/3;
    grid-row: 3/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content .activity .recommend .texts p {
    margin-top: 0;
  }

  .content .activity .recommend .texts a {
    margin-top: 10px;
  }

  .content .activity .slide {
    margin-top: 60px;
  }

  .content .restaurant .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .content .restaurant .items .item {
    position: relative;
  }

  .content .restaurant .items .item .texts {
    position: static;
  }

  .content .restaurant .items .item .texts p.benefit {
    width: calc(100% - 77px);
  }

  .content .restaurant .items .item .texts .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0;
  }

  .content .restaurant .items .item .texts .btn .c-btn {
    width: 80px;
    height: 80px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 0;
    padding: 0 6px 8px 0;
    gap: 4px;
    overflow: visible;
  }

  .content .restaurant .items .item .texts .btn .c-btn::before {
    content: "→";
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    position: static;
    z-index: 1;
    width: auto;
    height: auto;
    background: none;
    -webkit-transition: none;
    transition: none;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }

  .content .restaurant .items .item .texts .btn .c-btn:hover::before {
    content: "→";
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    position: static;
    width: auto;
    height: auto;
    background: none;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }

  .content .restaurant .items .item .texts .btn .c-btn:hover span {
    color: #ffffff;
  }

  .content .restaurant .items .item .texts .btn .c-btn span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 490px) {
  .content .place .description {
    margin-top: 40px;
  }

  .content .place .items {
    gap: 20px 10px;
  }

  .content .place .items .item {
    padding-bottom: 30px;
  }

  .content .place .items .item h3 {
    font-size: 14px;
    min-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content .place .items .item .img {
    margin-top: 7px;
  }

  .content .place .items .item .texts p + p {
    margin-top: 2px;
  }

  .content .place .items .item .texts p {
    font-size: 14px;
  }

  .content .place .items .item .texts .btn .c-btn {
    width: 40px;
    height: 40px;
    padding: 0 3px 4px 0;
    gap: 2px;
  }

  .content .place .items .item .texts .btn .c-btn::before {
    font-size: 8px;
  }

  .content .place .items .item .texts .btn .c-btn:hover::before {
    font-size: 8px;
  }

  .content .place .items .item .texts .btn .c-btn span {
    font-size: 8px;
  }

  .content .activity .description {
    margin-top: 60px;
  }

  .content .activity .description h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
  }

  .content .activity .description p {
    margin-top: 14px;
    line-height: 32px;
  }

  .content .activity .items {
    gap: 20px 10px;
  }

  .content .activity .items .item h3 {
    font-size: 14px;
    line-height: 19px;
  }

  .content .activity .items .item .img {
    margin-top: 7px;
  }

  .content .activity .items .item .texts {
    margin-top: 10px;
  }

  .content .activity .items .item .texts p {
    font-size: 12px;
    line-height: 22px;
  }

  .content .activity .info {
    gap: 22px;
  }

  .content .activity .info p {
    font-size: 13px;
    line-height: 22px;
  }

  .content .activity .recommend .texts h3 {
    font-size: 14px;
  }

  .content .activity .recommend .texts h4 {
    font-size: 14px;
  }

  .content .activity .recommend .texts p,
  .content .activity .recommend .texts a {
    font-size: 12px;
    line-height: 19px;
  }

  .content .activity .recommend .texts a span {
    width: 12px;
  }

  .content .activity .recommend .texts a span img {
    width: 12px;
    height: auto;
  }

  .content .activity .slide {
    margin-top: 50px;
  }

  .content .restaurant .description {
    margin-top: 40px;
  }

  .content .restaurant .description h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
  }

  .content .restaurant .description p {
    margin-top: 14px;
    line-height: 32px;
  }

  .content .restaurant .category {
    margin-top: 40px;
    gap: 10px;
  }

  .content .restaurant .category .category-btn {
    font-size: 14px;
    width: 150px;
  }

  .content .restaurant .category .category-btn.active {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 27px;
  }

  .content .restaurant .items {
    gap: 20px 10px;
  }

  .content .restaurant .items .item h3 {
    font-size: 14px;
    min-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content .restaurant .items .item .img {
    margin-top: 7px;
  }

  .content .restaurant .items .item .img .category-label {
    font-size: 12px;
    padding: 3px 8px;
    bottom: 1px;
    right: 1px;
  }

  .content .restaurant .items .item .texts p {
    font-size: 14px;
  }

  .content .restaurant .items .item .texts p.benefit {
    width: calc(100% - 24px);
  }

  .content .restaurant .items .item .texts p + p {
    margin-top: 6px;
  }

  .content .restaurant .items .item .texts .btn .c-btn {
    width: 40px;
    height: 40px;
    padding: 0 3px 4px 0;
    gap: 2px;
  }

  .content .restaurant .items .item .texts .btn .c-btn::before {
    font-size: 8px;
  }

  .content .restaurant .items .item .texts .btn .c-btn:hover::before {
    font-size: 8px;
  }

  .content .restaurant .items .item .texts .btn .c-btn span {
    font-size: 8px;
  }

  .content .restaurant .pagination {
    margin-top: 40px;
  }

  .content .restaurant .pagination ul li a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .content .restaurant .pagination ul li span {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=page-area.css.map */