@charset "UTF-8";
.sp_v {
    display: none;
}
html {
    height: 100%;
    min-width: 1000px;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 13px;
    font-family: "Noto Serif JP", sans-serif;
    line-height: 200%;
    color: #222;
    background-color: #e9e6dd;
}
body:has(.food_page) {
    background-image: url(../img/bg.png);
}
.en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
#wrap {
    width: 100%;
    height: auto;
    position: relative;
}
#wrap-bg {
    width: 100%;
    position: relative;
}
#intro {
    position: fixed;
    inset: 0;
    background-color: #af4f47;
    z-index: 12;
    display: grid;
    place-content: center;
    clip-path: circle(150% at 50% 50%);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.11, 0.51, 0, 0.01);
}
#intro.loaded {
    clip-path: circle(0% at 50% 50%);
}
#intro_logo {
    width: 300px;
}
h1 {
    box-sizing: border-box;
}
h2, h3 {
    font-size: 28px;
    font-weight: 800;
}
h2 img,
h3 img {
    width: 100%;
}
a {
    color: #555;
    text-decoration: none;
}
img {
    vertical-align: top;
    max-width: 100%;
}
.arrow {
    display: inline-block;
    margin: 10px auto 0;
}
.arrow img {
    width: 25px;
    height: auto;
}
#mainv,
#lead,
#contents-wrap,
.page-contents-wrap,
#map,
#foot {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.head_nav {
    position: absolute;
    top: -1.5rem;
    right: 30px;
    z-index: 99;
    opacity: 0;
    transition: 1s;
    transition-delay: 1.5s;
}
.head_nav.active {
    opacity: 1;
    top: 1.5rem;
}
#head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem 2rem;
    text-align: left;
    color: #fff;
    z-index: 98;
    font-size: 16px;
    font-weight: 800;
    font-weight: bold;
    animation: header_bg linear both;
    animation-timeline: scroll(root block);
    animation-range: 0 100%;
}
@keyframes header_bg {
    from {
        background-color: rgba(0, 0, 0, 0);
        backdrop-filter: blur(0px);
    }
    to {
        background-color: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(1rem);
    }
}
#head ._menu {
    display: flex;
    align-items: stretch;
}
#head ._menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 3rem;
    line-height: 1.25;
}
#logo h1 a,
#head ._menu a span {
    background-image: linear-gradient(-90deg, #fff 0%, #fff 35%, #ffc002 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
    -webkit-background-clip: text;
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s;
    white-space: nowrap;
}
#head ._menu a span:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.05rem;
}
#logo h1 a,
#head ._menu a span:nth-child(2) {
    font-size: 0.8rem;
    font-weight: bold;
}
#logo h1 a:hover,
#head ._menu a:hover span {
    background-position: 0;
}
#head ._menu a._reserve {
    background-image: linear-gradient(-90deg, #FFEB3B 0%, #FFEB3B 35%, #ffc002 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
}
#head ._menu a:hover {
    background-position: 0;
}
#head ._menu a._reserve {
    padding: 0.25rem 2rem;
    border-radius: 0.25rem;
    background-image: linear-gradient(-90deg, #ffffff 0%, #ffffff 35%, #ffc002 35%, #ffc000 50%, #af4f47 66%, #af4f47 100%);
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: clip-path 0.35s, background-position 0.5s;
    transition-delay: 0.35s, 0s;
}
#head ._menu a._reserve:hover {
    background-position: 0;
}
#head ._menu a._reserve:hover span {
    color: #fff;
}
#head ._menu a._reserve span {
    background-image: unset;
    -webkit-background-clip: unset;
    background-size: unset;
    background-position: unset;
    -webkit-text-fill-color: initial;
    transition: color 0.5s;
    color: #333;
}
#head ._menu a._reserve span._large {
    font-family: "Noto Serif JP", serif;
}
#logo {
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.btn-rsv {
    padding: 0.5rem;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
    display: block;
    text-align: center;
    font-size: 1rem;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
    background-size: 300%;
    background-position: 100%;
    transition: 0.5s;
}
.btn-rsv:hover {
    background-position: 0;
    color: #fff;
    border-color: #af4f47;
}
.tel span {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.1rem;
    background-image: linear-gradient(-90deg, #fff 0%, #fff 33%, #ffc002 33%, #ffc000 50%, #af4f47 66%, #af4f47 100%);
    -webkit-background-clip: text;
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s;
}
.tel:hover span {
    background-position: 0;
}
.telhref {
    color: #fff;
}
.tel img {
    width: 189px;
    height: 25px;
}
.btn-fb img {
    width: 20px;
    height: 20px;
}
#top-top {
    position: relative;
    height: 100svh;
    display: grid;
    place-content: center;
    overflow: hidden;
}
#top-top ._video,
#top-top ._image {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
}
#top-top ._video video,
#top-top ._image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#top-top ._body {
    opacity: 0;
    transition: opacity 1s;
    transition-delay: 0.5s;
}
#top-top ._body.active {
    opacity: 1;
}
#top-top ._logo {
    margin-bottom: 1rem;
}
#top-top ._logo.active {
    opacity: 1;
}
#top-top ._logo img {
    display: block;
    max-width: max(45vw, 720px);
    max-height: 61.8vh;
    margin: auto;
}
#top-top-image {
    width: max(55.5vw, 720px);
}
#top-top-image .swiper-wrapper {
    transition-timing-function: linear;
}
#top-top-image .swiper-slide ._inner {
    margin: 0 0.5rem;
    aspect-ratio: 1.333;
}
#top-top-image .swiper-slide ._inner img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mainv_contents {
    width: 100%;
    height: 350px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.mainv_contents._middle {
    justify-content: center;
}
.mainv_contents._middle h2 {
    margin-bottom: 0;
}
.mainv_contents img {
    width: 3rem;
    display: block;
    margin-bottom: 1rem;
}
.mainv_contents h2 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 2rem;
    line-height: 1;
    opacity: 0;
    font-family: "Montserrat", sans-serif;
}
.mainv_contents h2.active {
    opacity: 1;
}
.mainv_contents h2 span {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
}
.mainv_contents.sitemap_page {
    background: url(../img/bg_ttl_sitemap.jpg) no-repeat scroll center center;
    background-size: cover;
    -moz-background-size: cover;
}
.mainv-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.mainv-in p {
    font-size: 15px;
    line-height: 180%;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 30px;
}
.mainv_h1 {
    width: 300px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.mainv_h1 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.5);
    clip-path: circle(0% at 50% 50%);
    transform: rotate(-270deg);
    transition: 1s, 0.75s;
    transition-delay: 1s, 1s;
    transition-property: transform, clip-path;
    transition-timing-function: cubic-bezier(0, 1, 1, 1), cubic-bezier(0.4, 0, 1, 1);
}
.mainv_h1 img.active {
    clip-path: circle(100% at 50% 50%);
    transform: rotate(0deg);
}
#menu_top {
    position: sticky;
    top: 0;
    background-color: #000;
    text-align: center;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    z-index: 2;
}
#menu_top a {
    margin: 0 1.75rem;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: clip-path 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
}
#menu_top a span {
    color: #fff;
    background-image: linear-gradient(-90deg, #fff 0%, #fff 33%, #ffc002 33%, #ffc000 50%, #af4f47 66%, #af4f47 100%);
    -webkit-background-clip: text;
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s;
    white-space: nowrap;
}
#menu_top a span:nth-child(1) {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    letter-spacing: 0.05rem;
}
#menu_top a span:nth-child(2) {
    font-weight: bold;
}
#menu_top a:hover span {
    background-position: 0;
}
#menu_top a.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#menu_top a:nth-child(1) {
    transition-delay: 0.05s;
}
#menu_top a:nth-child(2) {
    transition-delay: 0.1s;
}
#menu_top a:nth-child(3) {
    transition-delay: 0.15s;
}
#menu_top a:nth-child(4) {
    transition-delay: 0.2s;
}
#menu_top a:nth-child(5) {
    transition-delay: 0.25s;
}
#menu_top a:nth-child(6) {
    transition-delay: 0.3s;
}
#menu_top a:nth-child(7) {
    transition-delay: 0.35s;
}
#menu_top a:nth-child(8) {
    transition-delay: 0.4s;
}
#menu_top a:nth-child(9) {
    transition-delay: 0.45s;
}
#menu_top a:nth-child(10) {
    transition-delay: 0.5s;
}
#menu_top a:nth-child(11) {
    transition-delay: 0.55s;
}
#menu_top a:nth-child(12) {
    transition-delay: 0.6s;
}
#menu_top a:nth-child(13) {
    transition-delay: 0.65s;
}
#menu_top a:nth-child(14) {
    transition-delay: 0.7s;
}
#menu_top a:nth-child(15) {
    transition-delay: 0.75s;
}
#menu_top a._reserve {
    padding: 0.25rem 2rem;
    border-radius: 0.25rem;
    background-image: linear-gradient(-90deg, #ffffff 0%, #ffffff 35%, #ffc002 35%, #ffc000 50%, #af4f47 66%, #af4f47 100%);
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: clip-path 0.35s, background-position 0.5s;
    transition-delay: 0.35s, 0s;
}
#menu_top a._reserve:hover {
    background-position: 0;
}
#menu_top a._reserve:hover span {
    color: #fff;
}
#menu_top a._reserve span {
    background-image: unset;
    -webkit-background-clip: unset;
    background-size: unset;
    background-position: unset;
    -webkit-text-fill-color: initial;
    transition: color 0.5s;
    color: #333;
}
#menu_top a._reserve span._large {
    font-family: "Noto Serif JP", serif;
}
.common-in {
    position: relative;
    text-align: center;
    width: 82%;
    margin: 0 auto;
    opacity: 0;
    z-index: 1;
    transition: opacity 1s;
}
.common-in.active {
    opacity: 1;
}
.common-in ._icon {
    width: 300px;
    margin-bottom: 2rem;
}
.common-in h2,
.common-in h2 a {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    letter-spacing: 0.1rem;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.2;
}
.common-in h2 a {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.top-f8-in h2 a::before,
.top-f8-in h2 a::after,
.common-in h2 a::before,
.common-in h2 a::after {
    position: absolute;
    content: "";
    top: calc(50% - 0.4rem);
    right: -2rem;
    width: 0.5rem;
    height: 1rem;
    background-color: #fff;
    transition: opacity 1s, right 0.5s;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    opacity: 0;
}
.top-f8-in h2 a::before,
.top-f8-in h2 a::after {
    opacity: 1;
}
.common-in h2.active a::before,
.common-in h2.active a::after {
    opacity: 1;
}
.common-in:has(._icon:hover) h2 a::before,
.common-in h2 a:hover::before {
    right: -3rem;
    opacity: 0;
}
.top-news-in h2 a::before,
.top-news-in h2 a::after,
.top-voice-in h2 a::before,
.top-voice-in h2 a::after,
.top-instagram-in h2 a::before,
.top-instagram-in h2 a::after {
    content: none;
}
.common-in h2 span {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    letter-spacing: 0.1rem;
    color: #fff;
}
.common-in h2 span,
.mainv_contents h2 span {
    display: inline-block;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.common-in h2.active span,
.mainv_contents h2.active span {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.common-in h2 span:nth-child(1) {
    transition-delay: 0.05s;
}
.common-in h2 span:nth-child(2) {
    transition-delay: 0.1s;
}
.common-in h2 span:nth-child(3) {
    transition-delay: 0.15s;
}
.common-in h2 span:nth-child(4) {
    transition-delay: 0.2s;
}
.common-in h2 span:nth-child(5) {
    transition-delay: 0.25s;
}
.common-in h2 span:nth-child(6) {
    transition-delay: 0.3s;
}
.common-in h2 span:nth-child(7) {
    transition-delay: 0.35s;
}
.common-in h2 span:nth-child(8) {
    transition-delay: 0.4s;
}
.common-in h2 span:nth-child(9) {
    transition-delay: 0.45s;
}
.common-in h2 span:nth-child(10) {
    transition-delay: 0.5s;
}
.common-in h2 span:nth-child(11) {
    transition-delay: 0.55s;
}
.common-in h2 span:nth-child(12) {
    transition-delay: 0.6s;
}
.common-in h2 span:nth-child(13) {
    transition-delay: 0.65s;
}
.common-in h2 span:nth-child(14) {
    transition-delay: 0.7s;
}
.common-in h2 span:nth-child(15) {
    transition-delay: 0.75s;
}
.common-in h2 span:nth-child(16) {
    transition-delay: 0.8s;
}
.common-in h2 span:nth-child(17) {
    transition-delay: 0.85s;
}
.common-in h2 span:nth-child(18) {
    transition-delay: 0.9s;
}
.common-in h2 span:nth-child(19) {
    transition-delay: 0.95s;
}
.common-in h2 span:nth-child(20) {
    transition-delay: 1s;
}
.mainv_contents h2 span:nth-child(1) {
    transition-delay: 0.05s;
}
.mainv_contents h2 span:nth-child(2) {
    transition-delay: 0.1s;
}
.mainv_contents h2 span:nth-child(3) {
    transition-delay: 0.15s;
}
.mainv_contents h2 span:nth-child(4) {
    transition-delay: 0.2s;
}
.mainv_contents h2 span:nth-child(5) {
    transition-delay: 0.25s;
}
.mainv_contents h2 span:nth-child(6) {
    transition-delay: 0.3s;
}
.mainv_contents h2 span:nth-child(7) {
    transition-delay: 0.35s;
}
.mainv_contents h2 span:nth-child(8) {
    transition-delay: 0.4s;
}
.mainv_contents h2 span:nth-child(9) {
    transition-delay: 0.45s;
}
.mainv_contents h2 span:nth-child(10) {
    transition-delay: 0.5s;
}
.mainv_contents h2 span:nth-child(11) {
    transition-delay: 0.55s;
}
.mainv_contents h2 span:nth-child(12) {
    transition-delay: 0.6s;
}
.mainv_contents h2 span:nth-child(13) {
    transition-delay: 0.65s;
}
.mainv_contents h2 span:nth-child(14) {
    transition-delay: 0.7s;
}
.mainv_contents h2 span:nth-child(15) {
    transition-delay: 0.75s;
}
.mainv_contents h2 span:nth-child(16) {
    transition-delay: 0.8s;
}
.mainv_contents h2 span:nth-child(17) {
    transition-delay: 0.85s;
}
.mainv_contents h2 span:nth-child(18) {
    transition-delay: 0.9s;
}
.mainv_contents h2 span:nth-child(19) {
    transition-delay: 0.95s;
}
.mainv_contents h2 span:nth-child(20) {
    transition-delay: 1s;
}
.common-in>p {
    margin-bottom: 1.5rem;
}
.common-in>p:empty {
    display: none;
}
.bg_fix {
    position: absolute;
    inset: 0;
    clip-path: inset(0);
}
.bg_fix>div:first-child {
    position: fixed !important;
}
.bg_fix ._img {
    position: fixed;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.333) !important;
    z-index: -1;
}
.bg_cut {
    position: absolute;
    width: 61.8vh;
    aspect-ratio: 1;
    overflow: hidden;
    clip-path: polygon(0 29.3%, 29.3% 0, 70.7% 0, 100% 29.3%, 100% 70.7%, 70.7% 100%, 29.3% 100%, 0 70.7%);
    box-shadow: 5vw 5vw 5vw #fff;
    animation-name: moveScale;
    animation-timeline: --section;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-range: entry 0% exit 100%;
}
.bg_cut img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bg_cut_01 {
    top: 10vh;
    left: -7.5vh;
}
.bg_cut_02 {
    bottom: 10vh;
    right: -7.5vh;
}
#lead {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    view-timeline-name: --section;
    view-timeline-axis: block;
    overflow: hidden;
}
.lead-in {
    width: 80%;
    margin: 0 auto;
}
.lead-in ._icon {
    width: 100px;
}
#lead p {
    color: #fff;
}
#top-info h2 {
    margin: 0 auto;
}
#top-f9 h2 {
    width: 300px;
    margin: 0 auto 30px;
}
#top-f8 {
    position: relative;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    view-timeline-name: --section;
    view-timeline-axis: block;
}
#top-f8 .circle_mask {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: grid;
    place-content: center;
    z-index: 0;
}
#top-f8 .circle_mask ._video {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#top-f8 .circle_mask ._video video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.top-f8-in h2 a {
    position: relative;
}
.top-f8-in>p:empty {
    display: none;
}
#top-f9 {
    text-align: center;
    height: 100vh;
    padding: 7.5rem 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    view-timeline-name: --section;
    view-timeline-axis: block;
}
#top-drink {
    text-align: center;
    padding: 7.5rem 0;
    min-height: 61.8vh;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#top-food {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #fff;
    min-height: 61.8vh;
    padding: 7.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#top-space {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #FFF;
    min-height: 61.8vh;
    padding: 7.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#top-news {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #000;
    background: #FFFFFF;
    min-height: 61.8vh;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#top-voice {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #000;
    background: #eee;
    min-height: 61.8vh;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#top-instagram {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #fff;
    min-height: 61.8vh;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.acd-btn {
    padding: 2px 5px;
    margin: 20px auto 0;
    box-sizing: border-box;
    border: 1px solid #eee;
    display: inline-block;
    cursor: pointer;
}
.acd-con {
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    display: none;
}
.mainv_contents.f8_page img {
    width: 7.5rem;
}
.mainv_contents.f9_page img {
    width: 7.5rem;
}
.mainv_contents.food_page img {
    width: 5rem;
}
.mainv_contents.course_page img {
    width: 12rem;
}
.mainv_contents.space_page img {
    width: 9rem;
    margin-bottom: 1.5rem;
}
.mainv_contents.seat_page img {
    width: 8rem;
    margin-bottom: 1rem;
}
.mainv_contents.news_page img {
    width: 4rem;
}
.mainv_contents.voice_page img {
    width: 10rem;
}
.mainv_contents.voice_page h2 {
    margin-bottom: 5rem;
}
.mainv_contents.contact_page img {
    width: 5rem;
}
.page-contents-wrap {
    width: 1000px;
    margin: 40px auto 100px;
}
.line {
    width: 585px;
    height: auto;
    margin: 40px auto 0;
    text-align: center;
}
.line img {
    width: 100%;
    height: auto;
}
.attend {
    font-size: 90%;
    text-align: center;
    margin-top: 60px;
}
#breadcrumb {
    font-size: 11px;
    font-family: "Noto Sans JP", sans-serif;
    color: #939393;
}
#breadcrumb a,
#breadcrumb span,
#breadcrumb span strong {
    font-weight: bold;
}
#breadcrumb a {
    font-weight: bold;
    color: #636363;
}
.section {
    margin: 7.5rem auto 0;
    position: relative;
}
.section2 {
    margin: 0 auto;
}
.section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.inner_sp4 .sp4_box,
.inner_three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}
.inner_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
.menu_img_wrap {
    position: relative;
    aspect-ratio: 1.5;
    overflow: hidden;
    margin-bottom: 1rem;
}
.menu_img_wrap._non {
    aspect-ratio: unset;
    background-color: #e2ddd2;
}
.menu_img_wrap ._recommend {
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    line-height: 1;
    font-size: 1.25rem;
}
.menu_img_wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.menu_name {
    overflow: hidden;
}
.menu_name span._jp {
    position: relative;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}
.menu_name span._jp::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100vw;
    max-width: 1000px;
    background-color: #c1b69f;
    bottom: calc(0.5rem + 1px);
    right: 0;
    left: calc(100% + 0.5rem);
}
.menu_name span._en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    opacity: 0.5;
    line-height: 1.4;
}
.sec_half {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    margin-bottom: 2rem;
}
.sec_half .menu_name span {
    color: #4c4c4c;
}
.sec_half .menu_price {
    text-align: right;
    line-height: 1.6;
}
.sec_sp4,
.sec_three {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    margin-bottom: 3rem;
}
.sec_sp4 .menu_name,
.sec_three .menu_name {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}
.sec_sp4 .menu_name span,
.sec_three .menu_name span {
    color: #4c4c4c;
}
.sec_sp4 .menu_desc,
.sec_three .menu_desc {
    line-height: 1.8;
}
.sec_sp4 .menu_price,
.sec_three .menu_price {
    width: 100%;
    line-height: 1.6;
    text-align: right;
}
.sec_four {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    margin-bottom: 2rem;
}
.sec_four .menu_name {
    width: 100%;
    line-height: 1.6;
}
.sec_four .menu_name span {
    color: #4c4c4c;
}
.sec_four .menu_price {
    width: 100%;
    line-height: 1.6;
    text-align: right;
}
.sec_left {
    display: block;
    margin-bottom: 2rem;
}
.sec_left .menu_img_wrap {
    display: none;
}
.sec_left .menu_name {
    line-height: 1.6;
}
.sec_left .menu_name span {
    font-size: 0.9rem;
    color: #4c4c4c;
}
.sec_left .menu_price {
    text-align: right;
    line-height: 1.6;
}
.menu_img img {
    margin-bottom: 10px;
    width: 100%;
}
.page-contents-wrap h3 {
    position: relative;
    margin: 0 auto 3rem;
    height: auto;
    text-align: center;
}
.page-contents-wrap h3::after {
    position: absolute;
    content: "";
    top: -6rem;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/fire.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10rem;
    height: 10rem;
    z-index: -1;
    opacity: 1;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: 0.5s;
}
.page-contents-wrap h3.active::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.1;
}
.page-contents-wrap h3 span {
    display: block;
    margin: 1rem auto 0;
    line-height: 1.7;
}
.page-contents-wrap h4 {
    font-size: 20px;
    font-weight: bold;
    color: #4c4c4c;
}
.page-contents-wrap h4 span {
    font-size: 13px;
    font-weight: normal;
    color: #4c4c4c;
}
.course .course_inner ._list .swiper-wrapper {
    display: block;
}
.course .course_inner ._list ._item {
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
}
.course .course_inner ._list ._item ._img {
    width: 45%;
}
.course .course_inner ._list ._item ._txt {
    width: 50%;
    overflow: hidden;
}
.course .course_inner ._list ._item ._txt ._name {
    margin-bottom: 0.5rem;
}
.page-contents-wrap .course_inner ._list ._item ._txt ._name h3::after {
    content: none;
}
.page-contents-wrap .course .course_inner ._list ._item ._txt ._name h3 {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 auto;
    text-align: left;
}
.course .course_inner ._list ._item ._txt ._name h3::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100vw;
    background-color: #c1b69f;
    top: 50%;
    right: 0;
    left: calc(100% + 0.5rem);
}
.course .course_inner ._list ._item ._txt ._name_en {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    opacity: 0.3;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.course .course_inner ._list ._item ._txt ._detail {
    display: flex;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    margin-bottom: 1rem;
}
.course .course_inner ._list ._item ._txt ._detail>div {
    position: relative;
    background-color: #af5047;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 0.75rem;
}
.course .course_inner ._list ._item ._txt ._detail>div:before {
    position: absolute;
    content: "";
    top: -0.2rem;
    right: -0.2rem;
    width: 1rem;
    height: 1rem;
    background-color: #eae6dd;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.course .course_inner ._list ._item ._txt>._body {
    margin-bottom: 1rem;
    font-weight: 500;
}
.course .course_inner ._list ._item ._txt ._dish {
    background-color: #e3ddce;
    padding: 1rem 1.25rem 1.25rem 1.5rem;
    margin-bottom: 0.5rem;
}
.course .course_inner ._list ._item ._txt ._dish ._food {
    margin-bottom: 1rem;
}
.course .course_inner ._list ._item ._txt ._dish ._eat {
    margin-bottom: 1rem;
}
.course .course_inner ._list ._item ._txt ._dish ._eat h5 {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 2;
    margin-top: 1rem;
}
.course .course_inner ._list ._item ._txt ._dish ._food ul {
    list-style: decimal;
    list-style: square;
    margin-left: 1rem;
}
.course .course_inner ._list ._item ._txt ._dish ._food ul li {
    padding-left: 0.25rem;
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink {
    cursor: pointer;
    margin-bottom: 0.5rem;
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink>._head span {
    position: relative;
    font-size: 0.9rem;
    transition: 0.5s;
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink>._head span::before,
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink>._head span::after {
    position: absolute;
    content: "";
    height: 1.5px;
    width: 1rem;
    background-color: #a38a50;
    transform-origin: center;
    top: 50%;
    right: -1.5rem;
    left: calc(100% + 1rem);
    transition: 0.5s;
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink>._head span::after {
    transform: rotate(90deg);
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink>._body {
    display: none;
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink>._body h5 {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 2;
    margin-top: 1rem;
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink:hover ._head span {
    opacity: 0.5;
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink.active>._head span::before {
    width: 21rem;
    height: 1px;
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink.active>._head span::after {
    width: 0;
}
.course .course_inner ._list ._item ._txt ._dish .free_flow_drink.active>._body {
    line-height: 1.6;
    padding-bottom: 1rem;
    margin-top: 1rem;
}
.course .course_inner ._list ._item ._txt ._desc {
    padding: 0 1.5rem;
}
.seat {
    padding-top: 5rem;
    margin-bottom: 5rem;
}
.seat ._title h3 {
    margin-bottom: 4rem;
}
.seat_item {
    margin-bottom: 3rem;
}
.seat_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seat_item ._img {
    width: 50%;
    aspect-ratio: 1.5;
}
.seat_item ._img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.seat_item ._txt {
    width: 45%;
}
.seat_item ._title {
    margin-bottom: 1rem;
}
.seat_item ._title h4 {
    display: inline-block;
}
.seat_item ._title span {
    position: relative;
    display: inline-block;
    margin-left: 5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #7e5905;
}
.seat_item ._title span::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 3rem;
    background-color: rgba(126, 89, 5, 0.5);
    top: 50%;
    left: -3.75rem;
}
.seat_item ._item table {
    width: auto;
    background-color: #e6d9bd;
    border-collapse: collapse;
    border-color: red;
    border-width: 2px;
}
.seat_item ._item th,
.seat_item ._item td {
    border: 1px solid #eae6dd;
    padding: 0.75rem 2rem;
    text-align: left;
}
.seat_item ._item td {
    background-color: #e3d3b1;
}
.seat_item ._desc {
    margin-bottom: 1rem;
}
.section.gallery_box {
    overflow: hidden;
}
.gallery_box ._box {
    position: relative;
    margin-bottom: 8rem;
}
.gallery_box ._box ._head {
    margin-bottom: 2rem;
    overflow: hidden;
}
.gallery_box ._box ._head h3 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 0;
}
.gallery_box ._box ._head h3::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background-color: #c1b69f;
    top: 50%;
    right: 0;
    left: calc(100% + 1rem);
    transition: width 2s;
}
.gallery_box ._box ._head h3.active::before {
    width: 100vw;
}
.gallery_box ._box ._head h3::after {
    content: none;
}
.gallery_box ._box ._body {
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    /* gap: 1rem; */
}
.gallery_box ._box ._body .swiper-wrppaer {
    display: flex;
}
.gallery_box ._box ._body .swiper-slide ._inner {
    display: flex;
    flex-wrap: wrap;
}
.gallery_box ._box ._body .swiper-slide ._inner a {
    width: 25%;
}
.gallery_box ._box ._body .swiper-button-next,
.gallery_box ._box ._body .swiper-button-prev {
    color: #fff;
    background-color: red;
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 50%;
    padding: 0.5rem;
    top: calc(50% + 0.75rem);
}
.gallery_box ._box ._body .swiper-button-prev {
    left: 0;
}
.gallery_box ._box ._body .swiper-button-next {
    right: 0;
}
.gallery_box ._box ._body .swiper-button-next,
.gallery_box ._box ._body .swiper-button-prev {
    bottom: 6.5rem;
    top: auto;
}
.gallery_box ._box ._body .swiper-scrollbar {
    z-index: 10;
    bottom: -2.5rem;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    background-color: #d9d3c6;
    height: 2px;
}
.gallery_box ._box ._body .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #b37800;
}
.gallery_box ._box ._body a {
    aspect-ratio: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    transition: 0.25s;
    box-sizing: border-box;
    padding: 0.5rem;
}
.gallery_box ._box ._body a:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2rem 100%, 0 calc(100% - 2rem));
}
.gallery_box ._box ._body a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page-contents-wrap table {
    width: 100%;
    line-height: 150%;
}
.page-contents-wrap table th {
    padding: 6px 6px 6px 0;
    word-wrap: break-word;
}
.page-contents-wrap table td {
    text-align: right;
}
.page-contents-wrap.drink_page table {
    margin-bottom: 20px;
}
.sitemap1 ul {
    margin: 0 auto;
    width: 50%;
}
.sitemap1 ul li {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.sitemap1 ul li span {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
}
.sitemap1 ul li a {
    position: relative;
    font-weight: bold;
}
.sitemap1 ul li a:before {
    content: "▶︎";
    position: absolute;
    font-size: 60%;
    left: -20px;
    top: -4px;
}
#map {
    height: 60vh;
}
#foot {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 5rem 0 2rem;
}
.foot-info-wrap {
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}
.foot-logo {
    margin-bottom: 3rem;
    width: 200px;
}
.foot-logo a {
    display: block;
    border-radius: 20rem;
    overflow: hidden;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}
.foot-logo a:hover {
    transform: rotate(360deg) scale(1.2);
}
.foot-logo img {
    width: 100%;
    height: auto;
}
.foot-info a {
    color: #fff;
}
.foot-info tr {
    border-bottom: 1px dashed #757575;
    text-align: left;
}
.foot-info tr th {
    padding: 5px 70px 5px 0;
}
.foot-info tr td {
    padding-right: 70px;
    padding: 0 0 5px 0;
}
.foot-info .no_border tr {
    border-bottom: none;
}
.foot-info .no_border tr th {
    padding: 0px 30px 0 0;
}
.foot-info .no_border tr td {
    padding-right: 0;
}
.foot-info tr.bnr_foot {
    border-bottom: none;
}
.foot-info tr.bnr_foot th {
    padding: 15px 0 0 0;
    text-align: left;
}
#foot_nav {
    margin: 0 auto 30px;
}
#foot_nav a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: linear-gradient(-90deg, #fff 0%, #fff 33%, #ffc002 33%, #ffc000 50%, #af4f47 66%, #af4f47 100%);
    -webkit-background-clip: text;
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s;
}
#foot_nav a:hover {
    background-position: 0%;
}
.copyright {
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
}
#fixed {
    position: fixed;
    display: none;
    right: 0;
    bottom: 70px;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: bottom right;
    z-index: 10;
}
#fixed a {
    display: inline-block;
    margin-right: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    padding: 10px 10px 8px;
    line-height: 1;
    -webkit-background-clip: text;
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s;
}
#fixed a:hover {
    background-position: 0;
}
#fixed ._reserve {
    background-color: #af4f47;
}
#fixed ._reserve a {
    background-image: linear-gradient(-90deg, #b05048 0%, #af5047 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
}
#fixed ._pagetop {
    background-color: #000;
    line-height: 0;
}
#fixed ._pagetop a {
    background-image: linear-gradient(-90deg, #fff 0%, #fff 33%, #ffc002 33%, #ffc000 50%, #af4f47 66%, #af4f47 100%);
}
.grecaptcha-badge {
    bottom: 0px !important;
    z-index: 1;
}
#top-info {
    display: flex;
    flex-wrap: wrap;
}
.top-info-item {
    position: relative;
    width: 50%;
    aspect-ratio: 1.5;
}
.top-info-item::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    clip-path: polygon(-30% 25%, 75% -65%, 130% 75%, 25% 165%);
    transition: clip-path 1s;
    transition-timing-function: ease-in-out;
}
.top-info-item.active::before {
    background-color: rgba(0, 0, 0, 0.5);
    clip-path: polygon(75% -65%, 75% -65%, 130% 75%, 130% 75%);
}
.top-info-item:nth-child(2n)::before {
    transition-delay: 0.25s;
}
.top-info-in {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top-info h2 {
    color: #fff;
    font-size: 2rem;
}
#top-info h2 span {
    color: #fff;
    font-size: 2rem;
}
#top-info h2 img {
    width: 100% !important;
}
.top-food-in ._icon {
    width: 125px;
}
.top-drink-in ._icon {
    width: 75px;
}
.top-space-in ._icon {
    width: 200px;
    margin-bottom: 1rem;
}
#map iframe {
    width: 100%;
    height: 100%;
}
#top-news h2,
#top-news h2 span,
#top-news h2 a {
    color: #000;
}
.top-news-in ._icon {
    width: 80px;
    margin-bottom: 1rem;
}
.top-news-in ._list {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}
.inner_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_left {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.inner_left h1 {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
}
.inner_right {
    width: 20%;
    overflow: hidden;
}
.inner_right.single {
    margin-top: 2.5rem;
}
.single {
    display: flex;
    flex-direction: column;
}
.inner_right ul {
    display: flex;
    flex-direction: column;
}
.inner_right ul li a {
    background-image: linear-gradient(-90deg, #555 0%, #555 35%, #ffc002 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
    -webkit-background-clip: text;
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s;
    font-weight: 500;
}
.inner_right ul li a:hover {
    background-position: 0;
}
.inner_right h4 {
    margin-bottom: 1rem;
}
.page-contents-wrap .inner_right h4 span {
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
}
.inner_right h4 span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(100% + 0.5rem);
    right: -100vw;
    height: 1px;
    background-color: #ccc;
}
.news_item {
    display: block;
    width: 31.5%;
    background-color: #eeeeee;
}
.news_item_arc {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    background-image: linear-gradient(45deg, #eae6dd 0%, #eae6dd 50%, #fff 50%, #fff 100%);
    background-size: 400%;
    background-position: 100%;
    transition: background-position 1.5s;
    margin-bottom: 1rem;
    clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 1.5rem, 100% 100%, 0 100%);
}
.news_item_arc:hover {
    background-position: 0;
}
.news_image {
    aspect-ratio: 1.5;
    overflow: hidden;
}
.news_image_arc {
    width: 20%;
    overflow: hidden;
    aspect-ratio: 1;
}
.news_image._non,
.news_image_arc._non {
    background-color: #af4f47;
    padding: 0.5rem;
    box-sizing: border-box;
}
.news_image_sgl {
    width: 100%;
    margin: 1rem 0;
    overflow: hidden;
}
.news_image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: 0.5s;
}
.news_image._non img {
    -o-object-fit: contain;
    object-fit: contain;
}
.news_image_arc img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.news_image_sgl img {
    width: 100%;
}
.news_item:hover .news_image img,
.news_item_arc:hover .news_image_arc img {
    transform: scale(1.1);
}
.news_content {
    padding: 0.75rem 1rem 0.75rem;
}
.news_content_arc {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 1rem;
}
.news_content_sgl {
    width: 100%;
    font-size: 1rem;
    margin: 1rem 0 2rem;
}
.news_content_sgl p {
    margin-bottom: 1rem;
}
.news_area {
    background-color: #fff;
    padding: 3rem 4rem 3rem;
}
.news_date {
    text-align: right;
    font-size: 1rem;
    color: #666;
    line-height: 1;
}
.news_date_arc {
    text-align: left;
    font-size: 1rem;
    color: #666;
    mix-blend-mode: difference;
    padding-top: 1rem;
}
.news_date_sgl {
    text-align: right;
    color: #999;
    padding-top: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.news_date_sgl span {
    position: relative;
    font-size: 0.9rem;
    font-weight: 500;
}
.news_date_sgl span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -100vw;
    right: calc(100% + 1rem);
    height: 1px;
    background-color: #ccc;
}
.news_title {
    text-align: left;
    line-height: 1.6;
    color: #000000;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
}
.news_title_arc {
    text-align: left;
    line-height: 1.6;
    padding-bottom: 1rem;
    font-size: 1rem;
    color: #fff;
    mix-blend-mode: difference;
}
.news_more {
    width: 100%;
}
.news_more_link {
    display: block;
    margin: 8vh auto;
    padding: 10px 5px 7px;
    border: 1px solid #d1d1d1;
    width: 20%;
    max-width: 360px;
    line-height: 1;
    text-align: center;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
    background-size: 300%;
    background-position: 100%;
    transition: 0.5s;
    font-weight: 600;
}
.news_more_link:hover {
    background-position: 0;
    color: #fff;
    border: 1px solid #af5047;
}
.pagenation {
    margin: 1.5rem 0 3rem;
}
.pagenation nav .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.pagenation nav .nav-links {
    font-family: eb-garamond, serif;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.pagenation nav .nav-links .page-numbers {
    border: 1px solid rgb(128, 108, 102);
    aspect-ratio: 1;
    width: 2rem;
    display: grid;
    place-content: center;
    font-family: "Montserrat", sans-serif;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 192, 2, 0) 35%, #ffbc00 50%, #4c4c4c 65%, #4c4c4c 100%);
    background-size: 300%;
    background-position: 100%;
    transition: 0.333s;
}
.pagenation nav .nav-links .page-numbers.current {
    background-color: var(--color-accent);
    background-image: none;
    color: #fff;
    background-color: #af5047;
    border: 1px solid #af5147;
}
.pagenation nav .nav-links .page-numbers.dots {
    border: none;
    padding: 0;
    aspect-ratio: unset;
    width: auto;
    background-image: none;
}
.pagenation nav .nav-links a.page-numbers:hover {
    background-position: 0;
    color: #fff;
}
.news_page .news,
.voice_page .review {
    overflow: hidden;
}
.news_page .news::after,
.voice_page .review::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 17.5rem;
    height: 17.5rem;
    transform: rotate(30deg);
    bottom: 0;
    right: 0;
    opacity: 0.25;
    z-index: -1;
}
.news_page .news::after {
    background-image: url(../img/logo_8f_white.png);
}
.voice_page .review::after {
    background-image: url(../img/logo_9f_white.png);
}
#top-voice h2,
#top-voice h2 span,
#top-voice h2 a {
    color: #000;
}
.top-voice-in ._icon {
    width: 150px;
    margin-bottom: 1rem;
}
.top-voice-in ._list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4rem;
}
.voice_item {
    position: relative;
    width: 17%;
    display: flex;
    flex-direction: column;
    padding: 1% 1% 2%;
    background-image: linear-gradient(45deg, #f6f6f6 0%, #f6f6f6 50%, #fff 50%, #fff 100%);
    background-size: 400%;
    background-position: 100%;
    transition: background-position 1s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1.75rem 100%, 0 calc(100% - 1.75rem));
}
.voice_item:hover {
    background-position: 0;
}
.voice_item_arc {
    position: relative;
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 4%;
    margin-bottom: 1rem;
    margin-top: 3px;
    background-image: linear-gradient(45deg, #f6f6f6 0%, #f6f6f6 50%, #fff 50%, #fff 100%);
    background-size: 400%;
    background-position: 100%;
    transition: background-position 1s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1.75rem 100%, 0 calc(100% - 1.75rem));
}
.voice_item_arc:hover {
    background-position: 0;
}
.voice_area {
    background-color: #fff;
    padding: 1rem 2rem 3rem;
}
.voice_head_arc {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.voice_img_sgl {
    width: 10%;
}
.voice_img_sgl img {
    width: 100%;
}
.date-txt {
    color: #999;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.05rem;
}
.voice_info {
    line-height: 1.4;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.voice_info_sgl {
    width: 90%;
    line-height: 1.4;
    text-align: left;
    padding: 0 1rem;
    display: flex;
    align-items: baseline;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.info-rate::before {
    font-size: 1.35rem;
}
.info-rate[rating="1"]::before {
    content: "★☆☆☆☆";
    color: #ffc800;
}
.info-rate[rating="2"]::before {
    content: "★★☆☆☆";
    color: #ffc800;
}
.info-rate[rating="3"]::before {
    content: "★★★☆☆";
    color: #ffc800;
}
.info-rate[rating="4"]::before {
    content: "★★★★☆";
    color: #ffc800;
}
.info-rate[rating="5"]::before {
    content: "★★★★★";
    color: #ffc800;
}
.voice_info_sgl .date-txt {
    font-size: 1rem;
}
.voice_info_sgl .info-rate {
    font-size: 1rem;
    margin: 1rem 0 0;
}
.voice_box {
    text-align: left;
    border-top: 1px dotted #999;
    margin-top: 1rem;
    padding-top: 1rem;
}
.voice_box_arc {
    text-align: left;
    border-top: 1px dotted #999;
    margin-top: 1rem;
    padding-top: 1rem;
}
.voice_box ._beginning,
.voice_box_arc ._beginning {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 1rem;
}
.voice_box .read-more,
.voice_box_arc .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.25rem 1rem;
    font-size: 0.8rem;
    background-color: #f6f6f6;
}
.voice_box_sgl {
    text-align: left;
    font-size: 1rem;
    border-top: 1px dotted #999;
    margin-top: 1rem;
    padding-top: 1rem;
    line-height: 2;
}
.top-instagram-in ._icon {
    width: 80px;
    margin-bottom: 1.5rem;
}
.pict_img {
    margin: 1rem 0;
    width: 50%;
}
.inner_form {
    width: 95%;
    margin: 0 auto;
}
.lead {
    width: 95%;
    margin: 0 auto 20px;
    text-align: center;
}
/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl {
    width: 100%;
}
#cf-tbl table {
    width: 100%;
}
#cf-tbl table tr th,
#cf-tbl table tr td {
    padding: 1rem;
    text-align: left;
    vertical-align: top;
    vertical-align: middle;
    font-size: 1rem;
}
#cf-tbl table tr th {
    width: 27.5%;
    font-size: 1rem;
}
#cf-tbl table tr td {
    width: 72.5%;
}
.required {
    font-size: 0.75rem;
    font-weight: bold;
    padding: 5px 0.5rem;
    background: #af5047;
    color: #fff;
    margin-right: 0.5rem;
    letter-spacing: 0.1rem;
    line-height: 1;
}
.optional {
    background-color: #000000;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 5px 0.5rem;
    color: #fff;
    margin-right: 0.5rem;
    letter-spacing: 0.1rem;
    line-height: 1;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 98%;
    padding: 0.75rem;
    font-size: 1.1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-sizing: border-box;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
    line-height: 1.4;
}
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 20px auto 10px;
    border: 0px;
    cursor: pointer;
    background-image: linear-gradient(-90deg, #af5047 0%, #af5047 34%, #af5147 33%, #6f221a 50%, #000000 66%, #000000 100%);
    background-size: 300%;
    background-position: 100%;
    transition: background-position 0.5s;
}
input.wpcf7-submit:hover {
    background-position: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border: none;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 1rem 2rem;
    font-size: 1rem;
}
.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    background-color: #af5047;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem 2rem;
    line-height: 1.8;
}
select {
    display: block;
    font-size: 1.1rem;
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 0;
}
input[type=datetime-local] {
    display: block;
    font-size: 1.1rem;
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    border: none;
    background-color: #fff;
    color: #000;
    border-radius: 0;
}
input[type=number] {
    font-size: 1.1rem;
    padding: 0.75rem;
    margin-right: 1rem;
    border: none;
    background-color: #fff;
    border-radius: 0;
}
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
    margin-top: 0.5rem;
}
#breadcrumbs span>span {
    position: relative;
    display: inline-block;
    margin-right: 2.5rem;
    color: #b9a171;
    font-weight: 600;
    line-height: 1;
}
#breadcrumbs span>span::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 1.5rem;
    background-color: #dfd2b6;
    top: 45%;
    right: -1.75rem;
    left: calc(100% + 0.75rem);
}
#breadcrumbs span>span:last-child::before {
    content: none;
}
#breadcrumbs span>span>a {
    color: #b9a171;
    background-image: linear-gradient(-90deg, #b9a171 0%, #b9a171 35%, #ffc002 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
    -webkit-background-clip: text;
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s;
    font-weight: 600;
    line-height: 1;
}
#breadcrumbs span>span>a:hover {
    background-position: 0;
}
.breadcrumbs {
    width: 90%;
    margin-inline: auto;
}
.breadcrumbs > span a {
    color: #b9a171;
    background-image: linear-gradient(-90deg, #b9a171 0%, #b9a171 35%, #ffc002 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
    -webkit-background-clip: text;
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s;
    font-weight: 600;
    line-height: 1;
}
.breadcrumbs > span span {
    position: relative;
    display: inline-block;
    margin-right: 2.5rem;
    color: #b9a171;
    font-weight: 600;
    line-height: 1;
}
.breadcrumbs > span span::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 1.5rem;
    background-color: #dfd2b6;
    top: 45%;
    right: -1.75rem;
    left: calc(100% + 0.5rem);
}
.breadcrumbs > span a span {
    color: #b9a171;
    background-image: linear-gradient(-90deg, #b9a171 0%, #b9a171 35%, #ffc002 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
    -webkit-background-clip: text;
    background-size: 300%;
    background-position: 100%;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s;
    font-weight: 600;
    line-height: 1;
}
.breadcrumbs > span a span:hover {
    background-position: 0;
}
.breadcrumbs > span:last-child span::before {
    content: none;
}
#lightbox .lb-data .lb-number {
    font-family: "Montserrat", sans-serif;
}
#sb_instagram .sbi_follow_btn a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    border-radius: 0;
    background-image: linear-gradient(-90deg, #b05048 0%, #af5047 35%, #ffc000 50%, #af4f47 65%, #af4f47 100%);
    background-size: 300%;
    background-position: 100%;
    color: #fff;
    transition: 0.5s;
}
#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover {
    background-position: 0;
    box-shadow: none;
}
#sb_instagram .sbi_follow_btn a {
    background-color: #b05048;
}
#sb_instagram .sbi_follow_btn a span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
#sbi_images {
    margin-bottom: 1rem;
}
@keyframes moveScale {
    from {
        transform: translateY(20vh) scale(0.25);
    }
    to {
        transform: translateY(0) scale(1);
    }
}
@media (max-width: 767px) {
    .pc_v {
        display: none !important;
    }
    .sp_v {
        display: block;
    }
    html {
        min-width: 0;
    }
    body {
        font-size: 15px;
    }
    h1 img,
    h2 img,
    h3 img {
        max-width: 90%;
    }
    .head_nav {
        position: static;
        display: flex;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        background-color: #af4f47;
        padding: 10px 2.5% 0;
        transition-delay: 1.5s, 2s;
        opacity: 1;
        transition-property: opacity, box-shadow;
    }
    .head_nav.active {
        box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    }
    #head_h1 h1 {
        text-align: left;
        display: inline-block !important;
        width: 100%;
        margin: 0 auto;
        padding: 10px 2.5%;
        box-sizing: border-box;
        background: #000;
    }
    #head_h1 h1 a {
        color: #fff;
        display: inline-block;
        font-size: 0.66rem;
        font-weight: bold;
    }
    #head_sp {
        position: fixed;
        inset: 0;
        display: none;
        background: #af4f47;
        width: 100%;
        text-align: center;
        z-index: 11;
        padding-top: 2rem;
    }
    #head_sp a {
        color: #fff;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 0.75rem 1rem;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
    }
    #head_sp a._reserve {
        color: #f6ff00;
    }
    #head_sp a:last-child {
        border-bottom: none;
    }
    #head_sp a {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        transition-property: clip-path;
        transition-duration: 2s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    #head_sp.active a {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    #head_sp a:nth-child(1) {
        transition-delay: 0.05s;
    }
    #head_sp a:nth-child(2) {
        transition-delay: 0.1s;
    }
    #head_sp a:nth-child(3) {
        transition-delay: 0.15s;
    }
    #head_sp a:nth-child(4) {
        transition-delay: 0.2s;
    }
    #head_sp a:nth-child(5) {
        transition-delay: 0.25s;
    }
    #head_sp a:nth-child(6) {
        transition-delay: 0.3s;
    }
    #head_sp a:nth-child(7) {
        transition-delay: 0.35s;
    }
    #head_sp a:nth-child(8) {
        transition-delay: 0.4s;
    }
    #head_sp a:nth-child(9) {
        transition-delay: 0.45s;
    }
    #head_sp a:nth-child(10) {
        transition-delay: 0.5s;
    }
    #head_sp a:nth-child(11) {
        transition-delay: 0.55s;
    }
    #head_sp a:nth-child(12) {
        transition-delay: 0.6s;
    }
    #head_sp a:nth-child(13) {
        transition-delay: 0.65s;
    }
    #head_sp a:nth-child(14) {
        transition-delay: 0.7s;
    }
    #head_sp a:nth-child(15) {
        transition-delay: 0.75s;
    }
    .btn-rsv {
        display: inline-block;
        box-sizing: border-box;
        padding: 5px 15px;
        font-size: 0.75rem;
        vertical-align: middle;
    }
    .tel {
        display: inline-block;
    }
    .telhref {
        color: #FFFFFF;
    }
    .tel img {
        width: 100%;
        height: auto;
    }
    .btn-fb {
        display: inline-block;
        margin: 7px 0 0;
        float: right;
    }
    .btn-fb img {
        width: 25px;
        height: 25px;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: fixed;
        width: 25px;
        height: 20px;
        right: 13px;
        margin-top: 7px;
        z-index: 12;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 2px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px;
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
        background-color: #fff;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg);
    }
    #head-wrap {
        position: absolute;
        z-index: 99;
        width: 100%;
    }
    #top-top ._body {
        margin-top: 10vh;
    }
    #top-top ._logo {
        width: 100vw;
    }
    #top-top ._logo img {
        max-width: 90vw;
    }
    #top-top-image {
        width: 100vw;
    }
    #top-top-image .swiper-button-prev,
    #top-top-image .swiper-button-next {
        width: 2.5vw;
    }
    #top-top-image .swiper-button-prev svg,
    #top-top-image .swiper-button-next svg {
        fill: #fff;
    }
    #top-top-image .swiper-button-prev svg path,
    #top-top-image .swiper-button-next svg path {
        fill: #fff;
    }
    #top-top-image .swiper-button-prev {
        left: 1rem;
    }
    #top-top-image .swiper-button-next {
        right: 1rem;
    }
    #mainv {
        height: 100%;
    }
    .mainv_contents {
        width: 100%;
        height: 200px;
        position: relative;
    }
    .mainv_contents>img {
        margin-bottom: 1rem;
    }
    .mainv_contents.f8_page>img {
        width: 6rem;
    }
    .mainv_contents.f9_page>img {
        width: 6rem;
    }
    .mainv_contents.space_page img {
        width: 8rem;
        margin-bottom: 1rem;
    }
    .mainv_contents.drink_page img {
        width: 2.5rem;
    }
    .mainv_contents.contact_page img {
        width: 3rem;
    }
    .mainv_contents.news_page img {
        width: 2.5rem;
    }
    .mainv_contents.voice_page img {
        width: 7rem;
    }
    .mainv-in p {
        font-size: 18x;
    }
    .mainv-in .mainv_h1 {
        width: 50vw;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
    .mainv-in .mainv_h1 img {
        width: 100%;
        height: auto;
    }
    #wrap #lead {
        background-attachment: scroll;
        padding: 100px 0;
    }
    .lead-in {
        width: 90%;
        transform: none;
        margin: 0 auto;
    }
    #lead h2 {
        margin-bottom: 30px;
        font-size: 1.75rem;
    }
    #lead h2 span {
        font-size: 1.75rem;
    }
    #lead p {
        text-align: left;
        font-size: 0.8rem;
        line-height: 1.8;
    }
    #lead p.en {
        font-size: 0.75rem;
    }
    #lead p br {
        display: none;
    }
    #top-info {
        height: unset;
        display: flex;
        flex-direction: column;
    }
    .top-info-item {
        width: 100%;
    }
    .top-info-item:nth-child(2n)::before {
        transition-delay: 0s;
    }
    #top-info h2 {
        text-align: center;
        font-size: 1.25rem;
    }
    #top-info h2 span {
        font-size: 1.25rem;
    }
    #top-info h2 img {
        max-width: unset;
    }
    .common-in ._icon {
        width: 200px;
        margin-bottom: 1rem;
    }
    .common-in h2,
    .common-in h2 span,
    .common-in h2 a {
        font-size: 2rem;
    }
    .common-in>p {
        text-align: left;
        font-size: 0.85rem;
        line-height: 1.8;
        margin-bottom: 1rem;
    }
    .common-in>p br {
        display: none;
    }
    .common-in>p.en {
        font-size: 0.8rem;
    }
    .bg_cut {
        width: 33.3vh;
        aspect-ratio: 1;
    }
    #lead .bg_cut_01 {
        top: 1vh;
    }
    .top-f8-in h2 a::before,
    .top-f8-in h2 a::after,
    .common-in h2 a::before,
    .common-in h2 a::after {
        top: calc(50% - 0.4rem);
        right: -1.55rem;
        width: 0.5rem;
        height: 1rem;
    }
    .top-f8-in h2 a::before,
    .top-f8-in h2 a::after {
        width: 0.5rem;
        height: 1rem;
        top: calc(50% - 0.5rem);
        right: -1.75rem;
    }
    .top-f8-in:has(._icon:hover) h2 a::before,
    .top-f8-in h2 a:hover::before {
        right: -3rem;
    }
    .common-in:has(._icon:hover) h2 a::before,
    .common-in h2 a:hover::before {
        right: -3rem;
    }
    #top-f8 {
        padding: 7.5rem 0;
    }
    .top-f8-in {
        padding: 3rem 5%;
    }
    .top-f8-in h2 {
        margin-bottom: 1.5rem;
    }
    .top-f8-in h2 a {
        font-size: 2rem;
    }
    .top-f8-in p {
        text-align: left;
        font-size: 0.85rem;
        line-height: 1.8;
    }
    .top-f8-in p.en {
        font-size: 0.8rem;
    }
    .top-f8-in p br {
        display: none;
    }
    .top-drink-in,
    .top-food-in,
    .top-space-in {
        width: 90%;
        margin: 0 auto;
    }
    #top-drink {
        text-align: center;
        padding: 50px 0;
        background: url(../img/img-top2.jpg) center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }
    #top-drink ._icon {
        width: 50px;
    }
    .acd-con {
        display: block;
        width: 100%;
    }
    #top-food {
        text-align: center;
        padding: 50px 0;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        background: url(../img/img-top3.jpg) center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        color: #000;
    }
    #top-food h2 {
        width: 108px;
        margin: 0 auto 30px;
    }
    #top-space {
        text-align: center;
        padding: 50px 0;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        background: url(../img/img-top4.jpg) center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }
    #top-space ._icon {
        width: 135px;
    }
    .mainv_contents h2 {
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }
    .mainv_contents h2 span {
        font-size: 1.5rem;
    }
    .page-contents-wrap {
        width: 100%;
        margin: 10px auto;
    }
    .line {
        width: 95%;
        height: auto;
    }
    .line img {
        width: 100%;
        height: auto;
    }
    .attend {
        text-align: center;
        width: 95%;
        margin: 30px auto;
        line-height: 1.8;
        font-size: 0.75rem;
    }
    #breadcrumb {
        width: 95%;
        margin: 0 auto;
    }
    .section {
        margin: 5rem auto 0;
    }
    .section2 {
        margin: 0 auto;
    }
    .section_inner {
        width: 90%;
        margin-inline: auto;
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: 5%;
        column-gap: 5%;
    }
    .section_inner.inner_two,
    .section_inner.inner_sp4,
    .section_inner.inner_three {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        -moz-column-gap: 0;
        column-gap: 0;
        display: block;
    }
    .inner_sp4 {
        width: 100%;
    }
    .sec_half {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .sec_half_left,
    .sec_half_right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    .menu_name span._jp {
        font-size: 0.85rem;
        line-height: 1.7;
    }
    .menu_name span._en {
        display: inline-block;
        font-size: 0.66rem;
        margin-top: 0.5rem;
    }
    .menu_price {
        font-size: 0.9rem;
    }
    .menu_desc {
        font-size: 0.7rem;
        line-height: 1.8;
        margin-bottom: 1rem;
    }
    .swiper_box {
        margin: 0 5%;
    }
    .swiper._sp4 {
        padding-top: 1.5rem;
        background-color: #eaddc0;
    }
    .swiper._sp4 .swiper-slide {
        padding: 0 5%;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 1fr 1fr;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .swiper_box .swiper-button-next,
    .swiper_box .swiper-button-prev,
    .course .swiper .swiper-button-next,
    .course .swiper .swiper-button-prev {
        color: #fff;
        background-color: red;
        width: 1rem !important;
        height: 1rem !important;
        border-radius: 50%;
        padding: 0.5rem;
        top: calc(50% + 0.75rem);
    }
    .swiper_box ._note {
    line-height: 1;
    vertical-align: text-bottom;
    text-align: right;
    padding: 0.9rem;
    font-size: 0.9rem;
}
    .swiper_box ._note img {
    height: 0.9rem;
    margin-right: 0.33rem;
}
    .course .course_inner ._list .swiper-wrapper {
        display: flex;
    }
    .swiper_box .swiper-button-prev,
    .course .swiper .swiper-button-prev {
        left: 0.5rem;
    }
    .swiper_box .swiper-button-next,
    .course .swiper .swiper-button-next {
        right: 0.5rem;
    }
    .course .swiper .swiper-button-next,
    .course .swiper .swiper-button-prev {
        top: 7.5rem;
    }
    .sec_three {
        width: 100%;
        margin: 0 auto 1rem;
        display: block;
    }
    .sec_four {
        margin: 0 auto 2rem;
    }
    .inner_four {
        flex-direction: row;
    }
    .course {
        margin-inline: auto;
    }
    .course .course_inner ._list .swiper-slide {
        padding: 0 5%;
        box-sizing: border-box;
    }
    .course .course_inner ._list ._item {
        display: block;
    }
    .course .course_inner ._list ._item ._img {
        width: 100%;
        aspect-ratio: 1.5;
        overflow: hidden;
        margin-bottom: 1rem;
    }
    .course .course_inner ._list ._item ._img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .course .course_inner ._list ._item ._txt {
        width: 100%;
    }
    .page-contents-wrap .course .course_inner ._list ._item ._txt ._name h3 {
        font-size: 1.25rem;
    }
    .course .course_inner ._list ._item ._txt ._body {
        font-size: 0.9rem;
        line-height: 1.8;
    }
    .course .course_inner ._list ._item ._txt ._desc {
        padding: 0 1rem;
        font-size: 0.8rem;
        line-height: 1.6;
    }
    .course .course_inner ._list ._item ._txt ._eat br {
        display: none;
    }
    .seat {
        margin: 0 5% 3rem;
    }
    .seat ._title h3 {
        margin-bottom: 3rem;
    }
    .seat_item {
        display: block;
    }
    .seat_item ._img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .seat_item ._txt {
        width: 100%;
    }
    .seat_item ._title {
        text-align: center;
        overflow: hidden;
    }
    .seat_item ._title span {
        display: inline-block;
        text-align: center;
        margin: auto;
    }
    .seat_item ._title span::before,
    .seat_item ._title span::after {
        position: absolute;
        content: "";
        height: 1px;
        background-color: rgba(126, 89, 5, 0.5);
        top: 50%;
    }
    .seat_item ._title span::before {
        width: auto;
        left: -45vw;
        right: calc(100% + 0.75rem);
    }
    .seat_item ._title span::after {
        left: calc(100% + 0.75rem);
        right: -45vw;
    }
    .seat_item ._item table {
        margin: auto;
    }
    .seat_item ._desc {
        font-size: 0.8rem;
        line-height: 2;
        margin-bottom: 1.5rem;
    }
    .seat_item ._desc br {
        display: none;
    }
    .gallery_box {
        /* width: 90%; */
    }
    .gallery_box ._box ._head {
        margin: 0 5% 1rem;
    }
    .gallery_box ._box ._body {
        /* grid-template-columns: repeat(2, 1fr); */
        /* gap: 0.75rem; */
    }
    .gallery_box ._box ._body .swiper-wrppaer {
        display: flex;
    }
    .gallery_box ._box ._body .swiper-slide {
        padding: 0 5%;
        box-sizing: border-box;
    }
    .gallery_box ._box ._body .swiper-slide ._inner a {
        width: 50%;
    }
    .gallery_box ._box ._body .swiper-button-next,
    .gallery_box ._box ._body .swiper-button-prev {
        color: #fff;
        background-color: red;
        width: 1rem !important;
        height: 1rem !important;
        border-radius: 50%;
        padding: 0.5rem;
        top: calc(50% + 0.75rem);
    }
    .gallery_box ._box ._body .swiper-button-prev {
        left: 0.5rem;
    }
    .gallery_box ._box ._body .swiper-button-next {
        right: 0.5rem;
    }
    .gallery_box ._box ._body .swiper-button-next,
    .gallery_box ._box ._body .swiper-button-prev {
        top: calc(50% + 1.75rem);
    }
    .gallery_box ._box ._body .swiper-scrollbar {
        z-index: 11;
        bottom: -2rem;
        margin: 0 5%;
        width: 90%;
    }
    .page-contents-wrap table {
        width: 100%;
        line-height: 150%;
        box-sizing: border-box;
    }
    .page-contents-wrap table th {
        padding: 6px 10px 6px 0;
        word-wrap: break-word;
    }
    .page-contents-wrap h4 {
        word-wrap: break-word;
        width: 100%;
    }
    .page-contents-wrap table td {
        text-align: right;
    }
    .page-contents-wrap h3 {
        margin: 0 auto 1.5rem;
        height: auto;
        text-align: center;
        font-size: 1.5rem;
    }
    .page-contents-wrap h3::after {
        width: 5rem;
        height: 5rem;
        top: -2rem;
    }
    .inner_form {
        width: 90%;
        margin: 0 auto 2rem;
    }
    .lead {
        width: 90%;
        font-size: 0.9rem;
        text-align: left;
        margin: 0 auto 2.5rem;
        line-height: 1.7;
    }
    .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 0.9rem;
        line-height: 1.7;
        padding: 0.5rem 2rem;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 0.9rem;
        line-height: 1.7;
        padding: 0.5rem 1rem;
    }
    .sitemap1 ul {
        width: 80%;
        margin-bottom: 20px;
    }
    #map {
        height: auto;
        width: 100%;
        aspect-ratio: 1;
    }
    .foot-info-wrap {
        display: block;
        margin: 0 auto 2rem;
        width: 90%;
    }
    .foot-logo,
    .foot-info {
        display: block;
        margin: 0 auto;
    }
    .foot-logo {
        width: 150px;
        margin-bottom: 2.5rem;
    }
    .foot-info table {
        width: 100%;
    }
    .foot-info tr {
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .foot-info tr th {
        width: 95%;
        font-size: 0.9rem;
        padding-right: 0;
        font-weight: bold;
    }
    .foot-info tr td {
        font-size: 0.8rem;
        line-height: 1.8;
        width: 95%;
        padding-right: 0;
    }
    .foot-info .no_border tr {
        display: block;
        width: 100%;
        padding-bottom: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .foot-info .no_border tr th {
        display: block;
        padding: 0px 0 0 0;
        width: 100%;
    }
    .foot-info .no_border tr td {
        display: block;
        padding-right: 0;
        width: 100%;
    }
    .copyright {
        margin: 0 auto;
        font-size: 12px;
    }
    #top-news ._icon {
        width: 50px;
    }
    .top-news-in ._list {
        display: block;
    }
    .news_item {
        width: 100%;
        margin: 0 auto 2rem;
    }
    .news_title {
        padding-bottom: 0.5rem;
        font-size: 0.9rem;
        font-weight: 600;
    }
    .news_date {
        font-size: 0.8rem;
    }
    .news_title_arc {
        text-align: left;
        line-height: 1.6;
        padding-bottom: 1rem;
        font-size: 1.1rem;
    }
    .news_more_link {
        margin: 6vh auto 3vh;
        width: 50%;
        font-size: 0.8rem;
    }
    .inner_wrap {
        flex-direction: column;
        align-items: center;
    }
    .inner_left {
        width: 90%;
        margin-bottom: 3rem;
    }
    .inner_left h1 {
        font-size: 1.25rem;
        text-align: left;
    }
    .inner_right {
        width: 80%;
        margin-bottom: 2rem;
    }
    .news_area {
        padding: 2rem 1.5rem;
    }
    .news_image_arc {
        width: 45%;
    }
    .news_image_arc img {
        width: 100%;
    }
    .news_content_arc {
        width: 55%;
    }
    .news_date_arc {
        padding-top: unset;
        font-size: 0.9rem;
    }
    .news_title_arc {
        padding-bottom: unset;
        font-size: 0.9rem;
    }
    .news_page .news::after,
    .voice_page .review::after {
        width: 10rem;
        height: 10rem;
        bottom: 0;
        right: -1rem;
    }
    #top-voice h2 {
        margin: 0 auto 4vw;
    }
    .top-voice-in {
        flex-direction: column;
    }
    .top-voice-in ._icon {
        width: 125px;
    }
    .top-voice-in ._list {
        display: block;
    }
    .voice_item {
        width: 90%;
        margin: 1rem 0;
        padding: 5% 5% 10%;
    }
    .voice_box {
        font-size: 0.8rem;
        line-height: 1.8;
    }
    .voice_box .read-more {
        margin-top: 0.5rem;
    }
    .voice_item_arc {
        width: 90%;
        margin: 1rem 0;
        padding: 5% 5% 10%;
    }
    #breadcrumbs {
        width: 90%;
        margin: 0 auto;
        line-height: 1.5;
    }
    #breadcrumbs span>span {
        margin-right: 1.75rem;
        font-size: 0.75rem;
        display: inline;
    }
    #breadcrumbs span>span::before {
        width: 1rem;
        left: calc(100% + 0.5rem);
    }
    .voice_img_sgl {
        width: 30%;
    }
    .voice_info_sgl {
        width: 70%;
    }
    .voice_box_sgl {
        margin: 1rem 0 1rem;
    }
    .pict_img {
        margin: 1rem 0;
        width: 80%;
    }
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        width: 90%;
        padding: 3% 5%;
    }
    #wrap #top-instagram {
        background-attachment: scroll;
    }
    .top-instagram-in ._icon {
        width: 50px;
    }
    .footer_sp_wrap {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #3c3c3c;
        z-index: 11;
    }
    .footer_sp_item {
        display: flex;
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .footer_sp_item li {
        width: 33.3%;
    }
    .footer_sp_btn a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 50px;
        color: #FFF;
        background-color: #000;
    }
    .footer_sp_item li:last-child a {
        background-color: #af4f47;
    }
    .footer_sp_btn a span {
        font-size: 12px;
        font-family: "Noto Serif JP", serif;
        font-weight: bold;
        margin-top: 5px;
    }
    #fixed {
        right: 0;
        bottom: 120px;
    }
    #fixed a {
        font-size: 10px;
        margin-right: 0;
    }
    .grecaptcha-badge {
        bottom: 55px !important;
    }
    #foot {
        padding: 50px 0 150px;
    }
    #cf-tbl {
        width: 100%;
    }
    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        display: block;
        margin-bottom: 1rem;
    }
    #cf-tbl table {
        width: 100%;
        border-width: 0 0 1px 0;
    }
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    #cf-tbl table tr td {
        border-width: 0px 1px 0px 1px;
    }
    input.wpcf7-submit {
        width: 250px;
        font-size: 1rem;
        padding: 0.5rem;
    }
}
/* ------------ thanks ------------ */
