<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
  article {
    padding-top: 8rem;
  }
  section .inner_wrap {
    width: 96rem;
    margin: 0 auto;
  }
  section .text {
    font-size: 1.6rem;
    line-height: 4rem;
    letter-spacing: 0.04em;
  }
  section#kv {
    width: 100%;
    aspect-ratio: 1400/788;
    min-height: 788px;
    background: url(../images/afternoontea_mv.jpg) center/cover no-repeat;
  }
  section#kv .inner_wrap {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  section#kv .kv_text {
    color: #fff;
    font-size: 5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
  }
  section .reserve .reserve_btn {
    transition: opacity 0.2s ease;
    width: 27rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    border: #33302f 1px solid;
  }
  section#intro {
    padding: 4.2rem 0 0;
  }
  section#intro .inner_wrap {
    width: 100%;
  }
  section#intro .text {
    width: 96rem;
    margin: 0 auto;
  }
  section#intro .slider_wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 8.2rem;
  }
  section#intro .slider_wrap .slider {
    width: 159rem;
    left: calc(50% - 79.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#intro .slider_wrap .slider .slide {
    width: 53rem;
    padding: 0 2.5rem;
    box-sizing: border-box;
  }
  section#intro .slider_wrap .slider .slide .slide_inner {
    overflow: hidden;
    height: 36rem;
  }
  section#intro .slider_wrap .slider .slide .slide_inner img {
    width: auto;
    max-width: none;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  section#intro .cap_area {
    margin: 2rem auto 0;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 4rem;
  }
  section#intro .cap_area .cap_col {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease 1s;
    width: 100%;
  }
  section#intro .cap_area .cap_col.active {
    opacity: 1;
  }
  section#intro .reserve {
    margin-top: 10rem;
  }
  section#afternoontea {
    padding: 10rem 0 0;
  }
  section#afternoontea .inner_wrap {
    width: 80rem;
  }
  section#afternoontea .section_title {
    font-size: 4rem;
    text-align: left;
    letter-spacing: 0.1em;
    margin-bottom: 7.6rem;
  }
  section#afternoontea .item_name {
    margin-top: 3rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-bottom: 2rem;
    line-height: 1;
    border-bottom: #33302f 1px solid;
    margin-bottom: 4.8rem;
  }
  section#afternoontea .price, section#afternoontea .price2 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  section#afternoontea .price2 {
    margin-top: 3.2rem;
  }
  section#afternoontea .price2 .bar {
    display: inline-block;
    width: 20.5rem;
    height: 1px;
    background: #33302f;
    margin: 1rem 2rem 0;
    margin: 0 2rem 0;
    position: relative;
    top: -0.5rem;
  }
  section#afternoontea .note {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.05em;
    margin-top: 4.9rem;
  }
  section#afternoontea .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 9.6rem;
  }
  section#afternoontea .flex_wrap .col {
    width: 38rem;
  }
  section#afternoontea .flex_wrap .col:nth-child(n+3) {
    margin-top: 2.8rem;
  }
  section#afternoontea .flex_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #33302f;
    top: 1rem;
    left: 0;
    opacity: 0.3;
  }
  section#afternoontea .flex_wrap .col .col_title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-right: 1.9rem;
    background: #f9f6f1;
    width: fit-content;
  }
  section#afternoontea .flex_wrap .col .note {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: right;
    margin-top: 1.3rem;
  }
  section#afternoontea .flex_wrap .col .note + .ul {
    margin-top: 2rem;
  }
  section#afternoontea .flex_wrap .col ul {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 2.6rem;
  }
  section#links_section {
    padding: 10rem 0 15.5rem;
  }
  section#links_section .link_back {
    transition: opacity 0.2s ease;
    margin: 10rem auto 0;
    display: block;
    width: fit-content;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #33302f;
    padding-left: 3.8rem;
  }
  section#links_section .link_back:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0.9rem;
    aspect-ratio: 1;
    box-sizing: border-box;
    border-left: #33302f 1px solid;
    border-bottom: #33302f 1px solid;
    transform: rotate(45deg);
    top: 0.3rem;
  }
}
@media screen and (min-width: 751px) {
  article {
    padding-top: 8rem;
  }
  section .inner_wrap {
    width: 96rem;
    margin: 0 auto;
  }
  section .text {
    font-size: 1.6rem;
    line-height: 4rem;
    letter-spacing: 0.04em;
  }
  section#kv {
    width: 100%;
    aspect-ratio: 1400/788;
    min-height: 788px;
    background: url(../images/afternoontea_mv.jpg) center/cover no-repeat;
  }
  section#kv .inner_wrap {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  section#kv .kv_text {
    color: #fff;
    font-size: 5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
  }
  section .reserve .reserve_btn {
    transition: opacity 0.2s ease;
    width: 27rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    border: #33302f 1px solid;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  section .reserve .reserve_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  section#intro {
    padding: 4.2rem 0 0;
  }
  section#intro .inner_wrap {
    width: 100%;
  }
  section#intro .text {
    width: 96rem;
    margin: 0 auto;
  }
  section#intro .slider_wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 8.2rem;
  }
  section#intro .slider_wrap .slider {
    width: 159rem;
    left: calc(50% - 79.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#intro .slider_wrap .slider .slide {
    width: 53rem;
    padding: 0 2.5rem;
    box-sizing: border-box;
  }
  section#intro .slider_wrap .slider .slide .slide_inner {
    overflow: hidden;
    height: 36rem;
  }
  section#intro .slider_wrap .slider .slide .slide_inner img {
    width: auto;
    max-width: none;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  section#intro .cap_area {
    margin: 2rem auto 0;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 4rem;
  }
  section#intro .cap_area .cap_col {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease 1s;
    width: 100%;
  }
  section#intro .cap_area .cap_col.active {
    opacity: 1;
  }
  section#intro .reserve {
    margin-top: 10rem;
  }
  section#afternoontea {
    padding: 10rem 0 0;
  }
  section#afternoontea .inner_wrap {
    width: 80rem;
  }
  section#afternoontea .section_title {
    font-size: 4rem;
    text-align: left;
    letter-spacing: 0.1em;
    margin-bottom: 7.6rem;
  }
  section#afternoontea .item_name {
    margin-top: 3rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-bottom: 2rem;
    line-height: 1;
    border-bottom: #33302f 1px solid;
    margin-bottom: 4.8rem;
  }
  section#afternoontea .price, section#afternoontea .price2 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  section#afternoontea .price2 {
    margin-top: 3.2rem;
  }
  section#afternoontea .price2 .bar {
    display: inline-block;
    width: 20.5rem;
    height: 1px;
    background: #33302f;
    margin: 1rem 2rem 0;
    margin: 0 2rem 0;
    position: relative;
    top: -0.5rem;
  }
  section#afternoontea .note {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.05em;
    margin-top: 4.9rem;
  }
  section#afternoontea .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 9.6rem;
  }
  section#afternoontea .flex_wrap .col {
    width: 38rem;
  }
  section#afternoontea .flex_wrap .col:nth-child(n+3) {
    margin-top: 2.8rem;
  }
  section#afternoontea .flex_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #33302f;
    top: 1rem;
    left: 0;
    opacity: 0.3;
  }
  section#afternoontea .flex_wrap .col .col_title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-right: 1.9rem;
    background: #f9f6f1;
    width: fit-content;
  }
  section#afternoontea .flex_wrap .col .note {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: right;
    margin-top: 1.3rem;
  }
  section#afternoontea .flex_wrap .col .note + .ul {
    margin-top: 2rem;
  }
  section#afternoontea .flex_wrap .col ul {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 2.6rem;
  }
  section#links_section {
    padding: 10rem 0 15.5rem;
  }
  section#links_section .link_back {
    transition: opacity 0.2s ease;
    margin: 10rem auto 0;
    display: block;
    width: fit-content;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #33302f;
    padding-left: 3.8rem;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  section#links_section .link_back:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  section#links_section .link_back:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0.9rem;
    aspect-ratio: 1;
    box-sizing: border-box;
    border-left: #33302f 1px solid;
    border-bottom: #33302f 1px solid;
    transform: rotate(45deg);
    top: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  article {
    padding-top: 5rem;
  }
  section .inner_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 2.75rem;
  }
  section .text {
    font-size: 1.4rem;
    line-height: 3rem;
    letter-spacing: 0.04em;
  }
  section#kv {
    width: 100%;
    height: 54rem;
    background: url(../images/afternoontea_mv.jpg) center/cover no-repeat;
  }
  section#kv .inner_wrap {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  section#kv .kv_text {
    color: #fff;
    font-size: 3.5rem;
    line-height: 5rem;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
    text-align: center;
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
  }
  section .reserve .reserve_btn {
    width: 27rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    border: #33302f 1px solid;
  }
  section#intro {
    padding: 4.4rem 0 5rem;
  }
  section#intro .text {
    text-align: justify;
    padding: 0 2.75rem;
  }
  section#intro .inner_wrap {
    padding: 0;
  }
  section#intro .slider_wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 4.4rem;
  }
  section#intro .slider_wrap .slider {
    width: 61.5rem;
    left: calc(50% - 30.75rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#intro .slider_wrap .slider .slide {
    width: 20.5rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }
  section#intro .slider_wrap .slider .slide .slide_inner {
    overflow: hidden;
    height: 13.5rem;
  }
  section#intro .slider_wrap .slider .slide .slide_inner img {
    width: auto;
    max-width: none;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  section#intro .cap_area {
    margin: 1.7rem auto 0;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3rem;
  }
  section#intro .cap_area .cap_col {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease 1s;
    width: 100%;
  }
  section#intro .cap_area .cap_col .text {
    text-align: center;
  }
  section#intro .cap_area .cap_col.active {
    opacity: 1;
  }
  section#intro .reserve {
    margin-top: 10rem;
  }
  section#afternoontea {
    padding: 5rem 0 0;
  }
  section#afternoontea .section_title {
    font-size: 3rem;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.05em;
    margin-bottom: 2.5rem;
  }
  section#afternoontea .item_name {
    margin-top: 1.2rem;
    font-size: 2rem;
    letter-spacing: 0.04em;
    padding-bottom: 1.5rem;
    line-height: 1.5;
    border-bottom: #33302f 1px solid;
    margin-bottom: 2.6rem;
  }
  section#afternoontea .price {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  section#afternoontea .price2 {
    margin-top: 2.4rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  section#afternoontea .price2 .bar {
    display: inline-block;
    width: calc(100% - 29rem);
    height: 1px;
    background: #33302f;
    margin: 0 1.1rem 0;
    position: relative;
    top: -0.5rem;
  }
  section#afternoontea .note {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.05em;
    margin-top: 2.4rem;
  }
  section#afternoontea .flex_wrap {
    width: 100%;
    margin-top: 5rem;
  }
  section#afternoontea .flex_wrap .col {
    width: 100%;
  }
  section#afternoontea .flex_wrap .col:nth-child(n+2) {
    margin-top: 4.4rem;
  }
  section#afternoontea .flex_wrap .col:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #33302f;
    top: 1rem;
    left: 0;
    opacity: 0.3;
  }
  section#afternoontea .flex_wrap .col .col_title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-right: 1.4rem;
    background: #f9f6f1;
    width: fit-content;
  }
  section#afternoontea .flex_wrap .col .note {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: right;
    margin-top: 0;
  }
  section#afternoontea .flex_wrap .col .note + .ul {
    margin-top: 2.4rem;
  }
  section#afternoontea .flex_wrap .col ul {
    font-size: 1.4rem;
    line-height: 3rem;
    letter-spacing: 0.04em;
    margin-top: 2rem;
  }
  section#links_section {
    padding: 9.4rem 0 10.6rem;
  }
  section#links_section .link_back {
    transition: opacity 0.2s ease;
    margin: 10rem auto 0;
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #33302f;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 750px) and (min-width: 751px) {
  section#links_section .link_back:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  section#links_section .link_back:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0.8rem;
    aspect-ratio: 1;
    box-sizing: border-box;
    border-left: #33302f 1px solid;
    border-bottom: #33302f 1px solid;
    transform: rotate(45deg);
    top: 0.3rem;
  }
}</pre></body></html>