.section-top-keyvisual {
  position: relative;
  overflow: hidden;
}
.section-top-keyvisual .keyvisual-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  pointer-events: none;
}
.section-top-keyvisual .keyvisual-video {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.section-top-keyvisual .object-common {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-top-keyvisual .keyvisual-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
}
.section-top-keyvisual .keyvisual-content.is-fade, .section-top-keyvisual .keyvisual-content.is-active {
  opacity: 1;
}
.section-top-keyvisual .fade-wrapper {
  height: 250vh;
}
.section-top-keyvisual .content-title {
  font-weight: 600;
  letter-spacing: 0.04em;
}
.section-top-keyvisual .content-subtitle {
  font-weight: 600;
  letter-spacing: 0.18em;
}
.section-top-keyvisual .content-link-title {
  position: relative;
  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;
  width: 100%;
  background-color: #fff;
  color: #213329;
  letter-spacing: 0.04em;
}
.section-top-keyvisual .content-link-title::before {
  position: absolute;
  content: "";
  top: 50%;
  background: url("../img/top/arrow_icn_black.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual .keyvisual-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-top-keyvisual .keyvisual-content.is-first {
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 245px;
  }
  .section-top-keyvisual .content-title {
    margin-bottom: 14px;
    font-size: 0.45rem;
    line-height: 1.5777777778;
  }
  .section-top-keyvisual .content-link-title {
    width: 300px;
    min-height: 68px;
    margin-bottom: 118px;
    font-size: 0.24rem;
    line-height: 1.5777777778;
  }
  .section-top-keyvisual .content-link-title::before {
    left: 18px;
    -webkit-transform: translateY(calc(50% - 22px));
    -ms-transform: translateY(calc(50% - 22px));
    transform: translateY(calc(50% - 22px));
    width: 20px;
    height: 24px;
  }
  .section-top-keyvisual .content-link-title .link-text {
    padding: 14px 50px;
  }
  .section-top-keyvisual .content-subtitle {
    margin-bottom: 118px;
    font-size: 0.27rem;
    line-height: 1.8888888889;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .keyvisual-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.88rem 0 0.56rem;
  }
  .is-ios .section-top-keyvisual .keyvisual-content {
    padding-bottom: 1.2rem;
  }
  .section-top-keyvisual .content-title {
    margin-bottom: 0.65rem;
    font-size: 0.2rem;
    line-height: 1.55;
  }
  .section-top-keyvisual .content-heading {
    text-align: center;
    width: 100%;
    margin-bottom: 0.03rem;
    font-weight: 600;
    font-size: 0.17rem;
    letter-spacing: 0.04em;
    line-height: 1.9166666667;
  }
  .section-top-keyvisual .content-subtitle {
    margin-bottom: 0.14rem;
    font-size: 0.14rem;
    line-height: 1.9166666667;
  }
  .section-top-keyvisual .content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1.67rem;
    min-height: 0.4rem;
    margin: 0.17rem auto 0;
    border: 0.01rem solid #fff;
    border-radius: 0.22rem;
    font-family: "adobe-garamond-pro", serif;
    font-size: 0.22rem;
    font-weight: 600;
    letter-spacing: 0.065em;
    line-height: 1.3;
    text-decoration: none;
  }
  .section-top-keyvisual .content-link-title {
    width: 2.27rem;
    min-height: 0.27rem;
    margin: 0 auto;
  }
  .section-top-keyvisual .content-link-title::before {
    left: 0.35rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.14rem;
  }
  .section-top-keyvisual .content-link-title .link-text {
    padding: 0 0.54rem;
  }
}
@media print {
  .section-top-keyvisual {
    min-height: 94vh;
    padding-top: 50px;
    background: url("https://img.youtube.com/vi/vuT_RAoVg2w/maxresdefault.jpg") no-repeat center/cover;
    -webkit-column-break-after: page;
    -moz-column-break-after: page;
    break-after: page;
  }
  .section-top-keyvisual .keyvisual-video {
    width: 100%;
    height: 100%;
  }
  .section-top-keyvisual .keyvisual-video iframe {
    display: none;
  }
  .section-top-keyvisual .keyvisual-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
  }
  .section-top-keyvisual .keyvisual-content.is-fade, .section-top-keyvisual .keyvisual-content.is-active {
    opacity: 1;
  }
}

.section-top-common {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: -1px;
}
.section-top-common .gallery-top-primary {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-top-common .image-common {
  height: 100%;
  -o-object-position: bottom;
  object-position: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-top-common .title-top-common,
.section-top-common .subtitle-top-common,
.section-top-common .description-top-common {
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.section-top-common .title-top-common {
  font-family: "adobe-garamond-pro", serif;
  line-height: 1.3;
}
.section-top-common .subtitle-top-common {
  letter-spacing: 0.05rem;
}
@media print, (min-width: 768px) {
  .section-top-common {
    min-height: 850px;
  }
  .section-top-common .title-top-common {
    font-size: 0.52rem;
  }
  .section-top-common .wrapper.is-padding-top {
    padding-top: 600px;
    padding-left: 4px;
  }
  .section-top-common .wrapper.is-padding-top .title-top-common {
    margin-bottom: 16px;
  }
  .section-top-common .subtitle-top-common {
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .section-top-common .description-top-common {
    font-size: 0.18rem;
    line-height: 2.2222222222;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-common {
    min-height: 3.2rem;
  }
  .section-top-common .wrapper {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .section-top-common .title-top-common {
    margin-bottom: 0.11rem;
    font-size: 0.25rem;
  }
  .section-top-common .subtitle-top-common {
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 1.5714285714;
  }
  .section-top-common .description-top-common {
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 0;
    text-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.5);
  }
  .section-top-common .gallery-top-primary {
    overflow: hidden;
  }
  .section-top-common .gallery-top-primary img {
    -webkit-animation: shrinkImage 5s infinite alternate;
    animation: shrinkImage 5s infinite alternate;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .section-top-common .wrapper {
    width: calc(100% - 150px);
  }
}

@media print, (min-width: 768px) {
  .section-top-location .wrapper {
    padding: 103px 3px 20px;
  }
  .section-top-location .location-title {
    margin-bottom: 19px;
  }
  .section-top-location .location-description {
    max-width: 475px;
    letter-spacing: 0.05em;
  }
  .section-top-location .image-common {
    -o-object-position: top;
    object-position: top;
  }
}
@media only screen and (max-width: 767.98px) {
  .is-ios .section-top-location .wrapper {
    padding-right: 0;
  }
  .section-top-location .location-title {
    margin-bottom: 0.2rem;
  }
  .section-top-location .location-description {
    letter-spacing: 0.017em;
  }
  .is-ios .section-top-location .location-description {
    letter-spacing: 0;
  }
}

@media print, (min-width: 768px) {
  .section-top-living .wrapper {
    padding: 62px 0 10px;
  }
  .section-top-living .wrapper.is-padding {
    max-width: 1140px;
  }
  .section-top-living .living-content {
    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;
  }
  .section-top-living .content-wrapper {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 314px 4px 10px;
  }
  .section-top-living .living-title {
    margin-bottom: 14px;
  }
  .section-top-living .living-description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 443px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: 0.07em;
  }
  .section-top-living .living-description::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -28px;
    width: 1px;
    height: calc(100% - 16px);
    background-color: #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-living .living-content {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 2.8rem;
  }
  .section-top-living .living-title {
    margin-bottom: 0.08rem;
  }
  .section-top-living .living-subtitle {
    margin-bottom: 0.3rem;
  }
  .section-top-living .living-description.is-spacing {
    margin-right: -0.3rem;
  }
}

.section-top-terrace {
  margin-bottom: -1px;
}
.section-top-terrace .terrace-information {
  position: relative;
}
.section-top-terrace .information-image {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
}
.section-top-terrace .image-common {
  height: 100%;
  -o-object-position: bottom;
  object-position: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-top-terrace .information-title {
  position: relative;
  z-index: 1;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.3;
}
@media print, (min-width: 768px) {
  .section-top-terrace .terrace-information {
    min-height: 640px;
  }
  .section-top-terrace .wrapper.is-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-top-terrace .information-content {
    width: 50%;
    padding-top: 563px;
  }
  .section-top-terrace .information-content:last-child {
    padding-left: 54px;
  }
  .section-top-terrace .information-image {
    width: 50%;
  }
  .section-top-terrace .information-image.is-left {
    left: 0;
  }
  .section-top-terrace .information-image.is-right {
    right: 0;
  }
  .section-top-terrace .information-title {
    margin-bottom: 10px;
    font-size: 0.35rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-terrace .terrace-information {
    width: 100%;
  }
  .section-top-terrace .wrapper.is-padding {
    padding: 0;
  }
  .section-top-terrace .information-content {
    position: relative;
    width: 100%;
    min-height: 3.2rem;
    padding: 0.52rem 0.25rem;
  }
  .section-top-terrace .information-image {
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .section-top-terrace .information-image img {
    -webkit-animation: shrinkImage 5s infinite alternate;
    animation: shrinkImage 5s infinite alternate;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .section-top-terrace .information-title {
    font-size: 0.25rem;
  }
}

.section-top-floor {
  margin-bottom: -1px;
  background-color: #213329;
}
.section-top-floor .title-common-primary.is-top {
  font-weight: 600;
}
.section-top-floor .floor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-floor .list-item {
  position: relative;
}
.section-top-floor .list-item:last-child {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-bottom: 0;
}
.section-top-floor .item-number {
  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;
  border: 1px solid #fff;
  font-family: "adobe-garamond-pro", serif;
}
.section-top-floor .item-image {
  position: absolute;
}
.section-top-floor .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-top-floor .content-wrapper::before {
  content: "";
  position: absolute;
  background-color: #fff;
}
.section-top-floor .content-heading {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
  letter-spacing: 0.11em;
}
.section-top-floor .content-heading::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.section-top-floor .content-description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 0.05em;
}
.section-top-floor .information-heading {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  color: #394831;
  font-family: "adobe-garamond-pro", serif;
  letter-spacing: 0.12em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-top-floor {
    padding-top: 125px;
  }
  .section-top-floor .title-common-primary.is-top {
    margin-bottom: 65px;
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }
  .section-top-floor .floor-list {
    margin-bottom: 105px;
  }
  .section-top-floor .list-item {
    min-height: 910px;
    margin-bottom: 31px;
  }
  .section-top-floor .item-image {
    top: 111px;
    left: 88px;
    max-width: 1020px;
    max-height: 785px;
  }
  .section-top-floor .item-image.is-last {
    top: -23px;
    left: 167px;
    max-width: 604px;
    max-height: 585px;
  }
  .section-top-floor .item-number {
    width: 107px;
    height: 88px;
    margin-left: 104px;
    padding-top: 9px;
    font-size: 0.6rem;
    line-height: 1.2;
  }
  .section-top-floor .item-number.is-last {
    margin-bottom: 343px;
  }
  .section-top-floor .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 78px;
  }
  .section-top-floor .content-wrapper {
    width: 367px;
  }
  .section-top-floor .content-wrapper::before {
    content: "";
    top: 8px;
    left: -20px;
    width: 1px;
    height: calc(100% - 16px);
  }
  .section-top-floor .content-heading {
    width: 102px;
    padding-right: 14px;
  }
  .section-top-floor .content-description {
    width: calc(100% - 102px);
    padding-left: 6px;
  }
  .section-top-floor .description-number {
    position: relative;
    bottom: 6px;
    font-size: 0.1rem;
  }
  .section-top-floor .information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 916px;
    margin: 0 auto;
  }
  .section-top-floor .information-heading {
    width: 155px;
    margin: 3px 0 27px;
    font-size: 0.22rem;
    line-height: 1.1;
  }
  .section-top-floor .heading-text {
    display: block;
    padding-top: 3px;
  }
  .section-top-floor .information-description {
    width: calc(100% - 155px);
    padding-left: 25px;
    font-size: 0.18rem;
    letter-spacing: 0.035em;
    line-height: 1.7777777778;
  }
  .section-top-floor .description-notes {
    margin-top: 24px;
    font-size: 0.16rem;
    letter-spacing: 0.09em;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .section-top-floor .item-number.is-last {
    margin-bottom: 10px;
  }
  .section-top-floor .item-image {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
  .section-top-floor .item-image.is-last {
    top: -40px;
    left: 0;
  }
  .section-top-floor .item-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .section-top-floor .list-item {
    min-height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-floor {
    padding: 0.63rem 0 0;
    overflow: hidden;
  }
  .section-top-floor .title-common-primary.is-top {
    margin-bottom: 0.36rem;
    font-size: 0.22rem;
    letter-spacing: 0.005em;
  }
  .section-top-floor .floor-list {
    margin-bottom: 0.45rem;
  }
  .section-top-floor .list-item {
    min-height: 2.65rem;
    margin-bottom: 0.5rem;
  }
  .section-top-floor .item-image {
    top: 0.29rem;
    left: -0.22rem;
    width: 3.2rem;
    height: 2.47rem;
  }
  .section-top-floor .item-image.is-last {
    top: -0.17rem;
    left: 0.47rem;
    width: 1.93rem;
    height: 1.87rem;
  }
  .section-top-floor .item-number {
    width: 0.32rem;
    height: 0.26rem;
    font-size: 0.18rem;
    line-height: 1.1666666667;
  }
  .section-top-floor .item-number.is-last {
    margin-bottom: 1.7rem;
  }
  .section-top-floor .content-wrapper {
    width: 100%;
    padding-left: 0.13rem;
  }
  .section-top-floor .content-wrapper::before {
    top: 0.04rem;
    left: 0;
    width: 0.01rem;
    height: calc(100% - 0.08rem);
  }
  .section-top-floor .content-heading {
    width: 0.75rem;
    padding-right: 0.1rem;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .section-top-floor .content-description {
    width: calc(100% - 0.75rem);
    padding-left: 0.08rem;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .section-top-floor .information-heading {
    width: 0.8rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0.1rem;
    padding-top: 0.03rem;
    font-size: 0.14rem;
    letter-spacing: 0.075em;
    line-height: 1.2;
  }
  .section-top-floor .information-description {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    letter-spacing: 0.075em;
    line-height: 1.3;
  }
  .section-top-floor .description-number {
    position: relative;
    bottom: 0.06rem;
    font-size: 0.1rem;
  }
  .section-top-floor .description-notes {
    font-size: 0.12rem;
    margin-top: 0.24rem;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media print {
  .section-top-floor .list-item:first-child {
    -webkit-column-break-after: page;
    -moz-column-break-after: page;
    break-after: page;
  }
}

.section-top-cuisine {
  margin-bottom: -1px;
  background-color: #213329;
}
.section-top-cuisine .cuisine-description {
  font-weight: 600;
}
@media print, (min-width: 768px) {
  .section-top-cuisine {
    padding-top: 127px;
  }
  .section-top-cuisine .title-common-primary {
    margin-bottom: 71px;
  }
  .section-top-cuisine .cuisine-description {
    margin-bottom: 59px;
    padding-left: 104px;
    font-size: 0.32rem;
    letter-spacing: 0.009em;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-cuisine {
    padding-top: 0.5rem;
  }
  .section-top-cuisine .cuisine-description {
    margin-bottom: 0.17rem;
    font-size: 0.15rem;
    letter-spacing: 0.005em;
    line-height: 1.7692307692;
  }
}

.slider-top-cuisine {
  position: relative;
  overflow: hidden;
}
.slider-top-cuisine .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.slider-top-cuisine .slider-wrapper.is-active {
  pointer-events: auto;
}
.slider-top-cuisine.is-active .slider-wrapper {
  pointer-events: auto;
}
.slider-top-cuisine .slider-item {
  height: auto;
  border: 1px solid #fff;
}
.slider-top-cuisine .item-thumbnail {
  position: relative;
}
.slider-top-cuisine .item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-top-cuisine .item-title,
.slider-top-cuisine .item-content {
  letter-spacing: 0.05em;
}
.slider-top-cuisine .item-content {
  margin: 0;
}
@media print, (min-width: 768px) {
  .slider-top-cuisine {
    margin-left: calc(50% - 560px);
  }
  .slider-top-cuisine .slider-wrapper {
    margin: 0 -12px;
  }
  .slider-top-cuisine .slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 482px;
    margin: 0 12px;
    border-radius: 30px;
  }
  .slider-top-cuisine .item-wrapper {
    padding: 36px 35px 41px;
  }
  .slider-top-cuisine .item-thumbnail {
    margin-bottom: 30px;
    padding-top: 68.2926829268%;
  }
  .slider-top-cuisine .item-title {
    margin-bottom: 18px;
    font-size: 0.3rem;
    line-height: 1.6;
  }
  .slider-top-cuisine .item-content {
    font-size: 0.17rem;
    line-height: 1.5882352941;
  }
}
@media (min-width: 768px) and (max-width: 1179.98px) {
  .slider-top-cuisine {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-top-cuisine {
    margin-left: 0.23rem;
  }
  .slider-top-cuisine .slider-wrapper {
    margin: 0 -0.03rem;
  }
  .slider-top-cuisine .slider-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.77rem;
    margin: 0 0.03rem;
    border-radius: 0.1rem;
  }
  .slider-top-cuisine .item-wrapper {
    padding: 0.12rem 0.13rem 0.17rem;
  }
  .slider-top-cuisine .item-thumbnail {
    margin-bottom: 0.12rem;
    padding-top: 68.4563758389%;
  }
  .slider-top-cuisine .item-title {
    margin-bottom: 0.05rem;
    font-size: 0.13rem;
    line-height: 1.5454545455;
  }
  .slider-top-cuisine .item-content {
    font-size: 0.1rem;
    line-height: 1.75;
    text-align: justify;
  }
}

.section-top-restaurant {
  background-color: #213329;
}
.section-top-restaurant .content-title {
  font-weight: 400;
}
.section-top-restaurant .content-describe .describe-text {
  letter-spacing: 0.04em;
}
.section-top-restaurant .content-describe .describe-text:last-child {
  margin-bottom: 0;
}
.section-top-restaurant .restaurant-wrapper:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-restaurant {
    padding: 125px 0 135px;
    overflow: hidden;
  }
  .section-top-restaurant .content-title {
    margin-bottom: 39px;
    font-size: 0.35rem;
    letter-spacing: 0.02em;
    line-height: 1.5142857143;
  }
  .section-top-restaurant .restaurant-wrapper {
    position: relative;
    min-height: 695px;
    margin-bottom: 80px;
  }
  .section-top-restaurant .block-restaurant-gallery {
    position: absolute;
    top: 0;
    left: -76px;
  }
  .section-top-restaurant .restaurant-content {
    padding-top: 117px;
    padding-right: 48px;
    padding-left: calc(50% + 150px);
  }
  .section-top-restaurant .content-describe {
    font-size: 0.17rem;
    line-height: 1.9411764706;
  }
  .section-top-restaurant .content-describe.is-spacing {
    margin-right: -7px;
  }
  .section-top-restaurant .title-common-primary {
    margin-bottom: 55px;
  }
  .section-top-restaurant .paragraph-common {
    font-size: 0.32rem;
    margin-bottom: 80px;
    padding: 0 104px;
  }
  .section-top-restaurant .restaurant-wrapper.is-revert .block-restaurant-gallery {
    right: -76px;
    left: unset;
  }
  .section-top-restaurant .restaurant-wrapper.is-revert .restaurant-content {
    padding-top: 104px;
    padding-right: calc(50% + 144px);
    padding-left: 54px;
  }
  .section-top-restaurant .restaurant-wrapper.is-revert .restaurant-content.is-spacing {
    padding-right: calc(50% + 132px);
  }
}
@media print {
  .section-top-restaurant {
    page-break-before: always;
  }
  .section-top-restaurant .restaurant-wrapper:nth-child(2), .section-top-restaurant .restaurant-wrapper:nth-child(4) {
    page-break-after: always;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .section-top-restaurant {
    padding-bottom: 50px;
  }
  .section-top-restaurant .restaurant-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .section-top-restaurant .restaurant-content {
    padding-top: 0;
    padding-right: 0;
  }
  .section-top-restaurant .restaurant-wrapper.is-revert .restaurant-content {
    padding-top: 0;
    padding-right: calc(50% + 150px);
    padding-left: 0;
  }
  .section-top-restaurant .block-restaurant-gallery {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-top-restaurant .restaurant-wrapper {
    margin-bottom: 0;
  }
  .section-top-restaurant .restaurant-wrapper .restaurant-content {
    padding-left: calc(50% + 130px);
  }
  .section-top-restaurant .restaurant-wrapper.is-revert .restaurant-content {
    padding-right: calc(50% + 130px);
  }
}
@media (min-width: 768px) and (max-width: 899.98px) {
  .section-top-restaurant {
    padding-bottom: 50px;
  }
  .section-top-restaurant .restaurant-wrapper .restaurant-content {
    padding-left: calc(50% + 69px);
  }
  .section-top-restaurant .restaurant-wrapper.is-revert .restaurant-content {
    padding-right: calc(50% + 63px);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-restaurant {
    padding: 0.64rem 0 1.13rem;
  }
  .section-top-restaurant .content-title {
    font-size: 0.19rem;
    letter-spacing: 0.04em;
    line-height: 1.5888429752;
  }
  .section-top-restaurant .title-common-primary {
    margin-bottom: 0.33rem;
  }
  .section-top-restaurant .paragraph-common {
    font-size: 0.16rem;
    margin-bottom: 0.42rem;
  }
  .section-top-restaurant .block-restaurant-gallery {
    margin-bottom: 0.2rem;
  }
  .section-top-restaurant .restaurant-wrapper {
    margin-bottom: 0.45rem;
  }
}

.block-restaurant-gallery .gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 768px) {
  .block-restaurant-gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 62.03125%;
    max-width: 699px;
  }
  .block-restaurant-gallery .banner-image .image-wrapper,
  .block-restaurant-gallery .gallery-image .image-wrapper {
    position: relative;
  }
  .block-restaurant-gallery .banner-image img,
  .block-restaurant-gallery .gallery-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .block-restaurant-gallery .banner-image .image-wrapper {
    padding-top: 60.8011444921%;
  }
  .block-restaurant-gallery .gallery-image {
    width: 100%;
    max-width: 349px;
  }
  .block-restaurant-gallery .gallery-image .image-wrapper {
    padding-top: 77.3638968481%;
  }
}
@media print, (min-width: 768px) {
  .block-restaurant-gallery .paragraph-common {
    font-size: 0.32rem;
    letter-spacing: 0.09em;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-restaurant-gallery .paragraph-common {
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    line-height: 1.7692307692;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-restaurant-gallery .banner-image .image-wrapper {
    width: 2.7rem;
    height: 1.64rem;
  }
  .block-restaurant-gallery .gallery-image .image-wrapper {
    width: 1.35rem;
    height: 1.04rem;
  }
}

.restaurant-button {
  position: relative;
  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;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.restaurant-button .line {
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #fff;
  width: 0;
}
.restaurant-button .arrow-head {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
}
.restaurant-button .arrow-head .arrow-line {
  position: absolute;
  width: 0;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.restaurant-button .button-tag {
  position: absolute;
  font-weight: 500;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, (min-width: 768px) {
  .restaurant-button {
    margin-top: 125px;
    width: 291px;
    min-height: 79px;
    border: 1px solid #fff;
  }
  .restaurant-button .button-text {
    padding: 10px 20px 10px;
    font-size: 0.15rem;
    line-height: 1.3;
  }
  .restaurant-button .line {
    left: calc(100% - 20px);
    -webkit-animation: drawLine 2.5s linear infinite;
    animation: drawLine 2.5s linear infinite;
  }
  .restaurant-button .arrow-head {
    left: calc(100% - 26px);
  }
  .restaurant-button .arrow-head .arrow-line {
    -webkit-animation: drawArrowLine 2.5s linear infinite;
    animation: drawArrowLine 2.5s linear infinite;
  }
  .restaurant-button .button-tag {
    display: block;
    font-size: 0.15rem;
    top: calc(50% + 2px);
    left: calc(100% + 19px);
    width: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .restaurant-button {
    margin-top: 0.48rem;
    width: 1.2rem;
    min-height: 0.32rem;
    border: 1px solid #fff;
  }
  .restaurant-button .button-text {
    padding: 0.1rem 0.2rem 0.1rem;
    font-size: 0.14rem;
    line-height: 1.3;
  }
  .restaurant-button .line {
    left: calc(100% - 0.1rem);
    -webkit-animation: drawLinesp 2.5s linear infinite;
    animation: drawLinesp 2.5s linear infinite;
  }
  .restaurant-button .arrow-head {
    left: calc(100% - 0.07rem);
  }
  .restaurant-button .arrow-head .arrow-line {
    -webkit-animation: drawArrowLinesp 2.5s linear infinite;
    animation: drawArrowLinesp 2.5s linear infinite;
  }
}

@-webkit-keyframes drawLine {
  0% {
    width: 0;
    opacity: 1;
  }
  40% {
    width: 110px;
    opacity: 1;
  }
  99% {
    width: 110px;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes drawLine {
  0% {
    width: 0;
    opacity: 1;
  }
  40% {
    width: 110px;
    opacity: 1;
  }
  99% {
    width: 110px;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@-webkit-keyframes drawArrowLine {
  0%, 39% {
    width: 0;
    opacity: 0;
    left: 25px;
  }
  40% {
    width: 0;
    opacity: 1;
    left: 25px;
  }
  60% {
    width: 25px;
    opacity: 1;
    left: 0;
  }
  99% {
    width: 25px;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes drawArrowLine {
  0%, 39% {
    width: 0;
    opacity: 0;
    left: 25px;
  }
  40% {
    width: 0;
    opacity: 1;
    left: 25px;
  }
  60% {
    width: 25px;
    opacity: 1;
    left: 0;
  }
  99% {
    width: 25px;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@-webkit-keyframes drawLinesp {
  0% {
    width: 0;
    opacity: 1;
  }
  40% {
    width: 0.45rem;
    opacity: 1;
  }
  99% {
    width: 0.45rem;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes drawLinesp {
  0% {
    width: 0;
    opacity: 1;
  }
  40% {
    width: 0.45rem;
    opacity: 1;
  }
  99% {
    width: 0.45rem;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@-webkit-keyframes drawArrowLinesp {
  0%, 39% {
    width: 0;
    opacity: 0;
  }
  40% {
    width: 0;
    opacity: 1;
    left: 0.06rem;
  }
  60% {
    width: 0.07rem;
    opacity: 1;
    left: 0;
  }
  99% {
    width: 0.07rem;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes drawArrowLinesp {
  0%, 39% {
    width: 0;
    opacity: 0;
  }
  40% {
    width: 0;
    opacity: 1;
    left: 0.06rem;
  }
  60% {
    width: 0.07rem;
    opacity: 1;
    left: 0;
  }
  99% {
    width: 0.07rem;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
/*# sourceMappingURL=top.css.map */