@charset "UTF-8";

body {
    font-family: "Kiwi+Maru", "Open Sans", "Noto Sans JP", sans-serif;
    background-color: #FFF3E4;
}

main {
    background-image:
        url(../images/cafe_cake.png),
        url(../images/cafe_tomatopasta.png),
        url(../images/cafe_bread.png);
    background-position: -45% 0%, 120% 48%, -45% 100%;
    background-size: 300px 215px, 300px 200px, 300px 215px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-attachment: fixed;
}

@media screen and (560px <=width) {
    main {
        background-position: -20% 0%, 120% 48%, -15% 100%;
        background-size: 345px 235px, 365px 225px, 345px 255px;
    }
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #090909;
    text-align: center;
}

img {
    width: 100%;
}

h1 {
    width: 180px;
    padding: 20px 0 0 20px;
}

h2 {
    font-size: 28px;
    color: #303030;
}

h3 {
    font-size: 24px;
    text-align: center;
}

header {
    width: 100%;
    height: 70px;
    align-items: center;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.pc_top_logo {
    display: none;
}

.global-nav-pc {
    display: none;
}

.drawer-hamburger {
    width: 25px;
    z-index: 120;
    padding: 18px .75rem 24px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
    background-color: #402502;
}

.drawer-overlay {
    background-color: rgba(255, 255, 255, 0.1);
}

.drawer-nav {
    width: 100%;
    z-index: 100;
    background-color: #FFF3E4;
}

.drawer--right .drawer-nav {
    right: -100rem;
}

.drawer--right.drawer-open .drawer-hamburger {
    z-index: 110;
    left: 20px;
}

.drawer--right .drawer-hamburger {
    right: 0;
}

.drawer-menu li {
    border-bottom: 1px solid #77040a;
    text-align: center;
    padding: 16px 0;
    font-size: 18px;
    margin: 0 64px;
}

.drawer-menu {
    max-width: 355px;
    margin: 0 auto;
}

.drawer-menu li .drawer_nav_link {
    position: relative;
    display: block;
    padding: 20px;
    text-decoration: none;
    border-bottom: 1px solid #77040a;
}

.drawer-menu li :hover {
    color: #77040a;
}

.drawer_logo {
    width: 180px;
    margin: 0 auto;
    padding: 24px 0 8px;
}

.drawer-nav_contents {
    padding: 24px 32px;
    max-width: 355px;
    margin: 0 auto;
}

.contents_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.menu_main_text {
    text-align: left;
    font-size: 16px;
    color: #222222;
}

.menu_sub_text {
    font-size: 16px;
    text-align: right;
    color: #222222;
}

.top {
    position: relative;
    padding: 32px 20px;
}


.top_img img {
    border-radius: 30px 10px 30px 10px;
}

.top_rezerva {
    position: absolute;
    z-index: 10;
    background-color: #9F9280;
    border-radius: 100%;
    border: 2px dashed #402502;
    padding: 72px;
    top: 8%;
    right: 8%;
    transition: transform 0.3s ease;
}

.top_rezerva:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple 1.5s infinite;
    color: #fff;
    -webkit-transform: scale(0.6);
    transform: scale(1.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #402502
    }

    70% {
        box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);
    }
}

.top_rezerva_double {
    position: absolute;
    z-index: 9;
    background-color: #9F9280;
    border-radius: 100%;
    border: 2px dashed #402502;
    top: 11px;
    right: 9px;
}

.rezerva_main_text {
    font-size: 20px;
    padding: 30px 20px 6px;
    color: #ffffff;
}

.rezerva_sub_text {
    font-size: 12px;
    padding: 0 6px 30px;
    color: #ffffff;
}

.top_title {
    position: absolute;
    bottom: 3%;
    left: 3%;
    z-index: 10;
    padding: 20px;
}

.top_title_text {
    color: #ffffff;
    font-size: 12px;
    text-align: left;
}

.top_title_sub {
    position: absolute;
    right: 16px;
}

.top_title_subtext {
    color: #402502;
    text-align: left;
    padding-bottom: 48px;
}

button {
    cursor: pointer;
}

.title_name {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 24px;
    font-size: 24px;
    text-align: center;
    width: 80%;
    max-width: 320px;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #404040;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contents_left {
    border-radius: 0 30px 10px 0;
}

.fadeIn {
    opacity: 0;
    transition: 2s;
}

.fadeIn.is-show {
    opacity: 1;
}

.limited_menu {
    padding-top: 48px;
}

.slider {
    padding: 32px 20px;
    max-width: 560px;
    margin: 0 auto;
}

.slider_img {
    position: relative;
    display: inline-block;
}

.slider_img img {
    border-radius: 30px 10px 30px 10px;
    display: block;
}

.slider_text {
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.6);
    background-size: contain;
    border-radius: 0 0 30px 10px;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #402502;
    width: 100%;
    bottom: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: relative;
}

.slick-dots li {
    justify-self: center;
    justify-items: center;
}

.slick-dots li button::before {
    font-size: 15px;
}

.slick-dots li button:hover::before {
    color: #402502;
}

.slick-dots li.slick-active button::before {
    color: #402502;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.slick-prev::before,
.slick-next::before {
    font-size: 30px;
    color: #402502;
}

.slick-prev {
    top: 90%;
    left: 32px;
    z-index: 10;
}

.slick-next {
    top: 90%;
    right: 32px;
    z-index: 10;
}

.contents_right {
    border-radius: 30px 0 0 10px;
    margin: 0 0 0 auto;
}

.hospitality {
    padding: 48px 0;
    position: relative;
}

.hospitality_contents {
    padding: 32px 20px;
    max-width: 560px;
    margin: 0 auto;
}

.hospitality_img img {
    border-radius: 30px 10px 30px 10px;
}

.concept_text {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0 30px 10px 0;
    text-align: left;
    padding: 28px;
    max-width: 320px;
    margin: 0 auto 0 0;
    position: absolute;
    z-index: 20;
    bottom: -100px;
    left: 0;
    font-size: 16px;
}

.service {
    padding-top: 148px;
}

.service_list {
    padding: 32px 20px 8px;
    max-width: 560px;
    margin: 0 auto;
}

.service_contents img {
    border-radius: 30px 10px 30px 10px;
}

.title_subname {
    padding: 32px 0 16px;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #402502;
}

.title_subname_text {
    font-size: 16px;
}

.service_about_text {
    font-size: 16px;
    text-align: left;
    padding-bottom: 40px;
}

.menu_main_text_contents {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 0 0 30px 10px;
}

.menu_main {
    padding: 32px 20px 48px;
    max-width: 560px;
    margin: 0 auto;
}

.menu_main_title {
    font-size: 24px;
    font-weight: bold;
    color: #402502;
    padding-bottom: 16px;
}

.menu_main_text {
    font-size: 14px;
    padding-bottom: 16px;
}

.arrowbtn a {
    box-shadow: 0 2px 5px rgb(158, 117, 3);
    position: relative;
    transition: .3s all;
    --arrow-color: #fff;
    color: var(--arrow-color);
    border-radius: 30px;
    background-color: #402502;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 50px 10px 20px
}

.arrowbtn a::after {
    content: '';
    border-bottom: 1px solid var(--arrow-color);
    border-right: 1px solid var(--arrow-color);
    width: 28px;
    height: 6px;
    transform: skewX(45deg);
    position: absolute;
    right: 20px;
    bottom: 40%;
    transition: .3s all;
}

.arrowbtn a:hover {
    --link-btn-color: #fff;
    background-color: var(--link-btn-color);
    border-color: var(--link-btn-color);
    color: #402502;
}

.arrowbtn a:hover:after {
    border-color: #402502;
    right: 15px;
}

.menu_main_img {
    border-radius: 30px 10px 0 0;
}

#content .menu_item {
    display: none;
}

.menu_sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 48px;
}

.menu_sub:last-child {
    justify-self: center;
    align-self: center;
    grid-column: 1 / -1
}

.button_title {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.button_title img {
    height: auto;
    transition: transform .6s ease;
    width: 100%;
}

.button_title:hover img {
    transform: scale(1.1);
}

.button_text {
    position: absolute;
    font-size: 36px;
    font-weight: bolder;
    color: #fff;
    bottom: -13px;
    left: 50%;
    translate: -50% 0;
    text-align: center;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.information_contents {
    padding: 0 20px;
}

.information_contents {
    max-width: 375px;
    margin: 0 auto;
}

.map iframe {
    aspect-ratio: 4/5;
    width: 100%;
    max-height: 500px;
}

.information_logo {
    width: 180px;
    justify-self: center;
    padding: 24px 0;
}

.info_text_contents {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px 10px 30px 10px;
    border: 1px solid #402502;
    padding: 24px;
}

.information_address_text {
    padding-bottom: 24px;
    justify-self: center;
}

.information_address_text p {
    text-align: left;
    font-size: 16px;
}

.information_opentime_text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-self: center;
    gap: 8px 24px;
}

.info_title {
    text-align: left;
    font-size: 16px;
}

.info_opentime {
    text-align: right;
    font-size: 16px;
}

.wrap {
    width: 335px;
    height: 300px;
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #402502;
    border-radius: 30px 10px 30px 10px;
    margin: auto;
}

.inner {
    height: 100%;
    overflow-y: scroll;
}

.inner::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 0.8);
    width: 15px;
    border: 1px solid #402502;
    border-radius: 10px;
}

.inner::-webkit-scrollbar-thumb {
    background-color: #402502;
    border-radius: 10px;
    height: 40px;
}

dt {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #402502;
}

dd {
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #402502;
    padding-bottom: 8px;
    margin: 8px 20px;
    color: #090909;
}

.rezerva {
    padding: 20px;
}

.rezerva_contents {
    max-width: 560px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 24px;
    border-radius: 30px 10px 30px 10px;
    border: 1px solid #402502;
    font-size: 14px;
}

.rezerva_text {
    text-align: left;
}

.rezerva_link {
    text-align: center;
    margin: 32px auto 0;
    box-shadow: 0 2px 5px rgb(158, 117, 3);
    position: relative;
    transition: .3s all;
    --arrow-color: #fff;
    color: var(--arrow-color);
    border-radius: 30px;
    background-color: #402502;
    display: block;
    border: 1px solid #fff;
    padding: 10px 50px 10px 20px
}

.rezerva_link::after {
    content: '';
    border-bottom: 1px solid var(--arrow-color);
    border-right: 1px solid var(--arrow-color);
    width: 66px;
    height: 6px;
    transform: skewX(45deg);
    position: absolute;
    right: 20px;
    bottom: 40%;
    transition: .3s all;
}

.rezerva_link:hover {
    --link-btn-color: #fff;
    background-color: var(--link-btn-color);
    border-color: var(--link-btn-color);
    color: #402502;
}

.rezerva_link:hover:after {
    border-color: #402502;
    right: 15px;
}

.contact_title {
    writing-mode: vertical-rl;
    color: #402502;
    font-size: 12px;
    text-align: center;
    padding-left: 3px;
    position: relative;
}

#slideR {
    background-color: #9F9280;
    z-index: 1000;
    cursor: pointer;
    position: fixed;
    top: 18%;
    right: -335px;
    width: 355px;
    color: #090909;
    font-size: 14px;
    border-radius: 10px 0 0 10px;
}

#slideR::before,
#slideR::after {
    content: "";
    position: absolute;
    border-top: 3px solid #402502;
    border-right: 3px solid #402502;
    width: 10px;
    height: 10px;
    top: 20px;
    left: 4px;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
}

#slideR.is-active::before,
#slideR.is-active::after {
    content: "";
    position: absolute;
    border-top: 3px solid #402502;
    border-right: 3px solid #402502;
    width: 16px;
    height: 1px;
    top: 20px;
    left: 4px;
    transition: transform 0.3s ease;
    transform-origin: center;
}

#slideR.is-active::before {
    transform: rotate(45deg);
}

#slideR.is-active::after {
    transform: rotate(-45deg);
}

#slideR.is-active {
    right: 0;
}

.slide_contents {
    display: flex;
    gap: 24px;
}

.contact_telephone_number {
    font-size: 18px;
}

.address_contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    align-items: center;
}

.contact_map {
    text-align: right;
}

.contact_map a {
    border-bottom: 1px solid #fff;
}

.contact_text_contents {
    font-size: 14px;

}

.contact_inquiries_text {
    color: #fff;
}

.contact_inquiries {
    padding: 18px 0 16px;
}

.contact_address {
    padding-bottom: 8px;
}

.contact_map {
    padding-bottom: 8px;
}

.contact_map::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/map_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1px;
}

.contact_weekdays {
    padding-bottom: 8px;
}

.contact_closedday {
    padding-bottom: 16px;
}

.contact_weekdays {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    align-items: center;
}

.contact_weekend {
    padding-bottom: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    align-items: center;
}

.contact_closedday {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    align-items: center;
}

.open_time p {
    text-align: left;
    font-size: 14px;
}

.open_time span {
    text-align: right;
    font-size: 14px;
}

.page_top {
    position: fixed;
    bottom: 58px;
    right: 20px;
    background-color: rgba(236, 232, 232, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.page_top.visible {
    opacity: 1;
    visibility: visible;
}

.page_top::after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: 50%;
    height: 10px;
    width: 10px;
    border-top: 3px solid #402502;
    border-right: 3px solid #402502;
    translate: -50% 0;
    rotate: -45deg;
    transition: 0.2s;
}

.page_top:hover {
    opacity: 0.8;
    text-decoration: none;
}

footer p {
    background-color: #402502;
    color: #fff;
    padding: 16px 24px;
    margin-top: 24px;
}

.footer_contents {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer_logo {
    max-width: 200px;
    margin: 0 auto;
    padding: 24px 0 32px;
}

.footer-nav {
    text-align: center;
}

.footer-nav li:hover {
    color: #77040a;
}

.footer-nav a {
    position: relative;
    display: inline-block;
    padding: 16px 0;
}

.footer-nav a::before,
.footer-nav a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #402502;
    transition: .3s;
}

.footer-nav a::before {
    top: 0;
    left: 0;
}

.footer-nav a::after {
    bottom: 0;
    right: 0;
}

.footer-nav a:hover::before,
.footer-nav a:hover::after {
    width: 100%;
}

/* タブレット */
@media screen and (768px <=width) {

    main {
        background-position: -5% 0%, 110% 35%, 10% 100%;
        background-size: 385px 285px, 385px 285px, 415px 305px;
    }

    p {
        font-size: 16px;
    }

    h1 {
        width: 200px;
        padding: 48px 0 0 20px;
    }

    .drawer-hamburger,
    .global-nav-sp {
        display: none;
    }

    .global-nav-pc {
        display: flex;
        justify-content: center;
    }

    .pc_menu {
        display: flex;
        gap: 15px;
        color: #402502;
        padding: 48px 0 8px;
        z-index: 200;
        font-size: 18px;
        transition: 0.3s;
    }

    .pc_menu li :hover {
        color: #77040a;
    }

    .global-nav-pc a {
        position: relative;
        display: inline-block;
        padding: 16px 0;
    }

    .global-nav-pc a::before,
    .global-nav-pc a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #402502;
        transition: .3s;
    }

    .global-nav-pc a::before {
        top: 0;
        left: 0;
    }

    .global-nav-pc a::after {
        bottom: 0;
        right: 0;
    }

    .global-nav-pc a:hover::before,
    .global-nav-pc a:hover::after {
        width: 100%;
    }

    .top {
        padding: 16px 40px;
    }

    .top_title {
        bottom: 0;
    }

    .top_rezerva {
        top: 10%;
        right: 7%;
    }

    .top_title_text {
        font-size: 18px;
    }

    .top_title_sub {
        position: absolute;
        right: 18px;
    }

    .top_title_subtext {
        font-size: 18px;
    }

    .title_name {
        padding: 14px 24px;
        font-size: 26px;
        width: 80%;
        max-width: 400px;
        font-weight: 500;
    }

    .limited_menu {
        padding-top: 80px;
    }

    .slider {
        padding: 56px 20px;
        max-width: 640px;
    }

    .slider_text {
        padding: 24px 0;
        font-size: 24px;
        font-weight: 500;
    }

    .slick-prev::before,
    .slick-next::before {
        font-size: 40px;
    }

    .hospitality {
        padding: 80px 0;
    }

    .hospitality_contents {
        padding: 56px 20px;
        max-width: 640px;
    }

    .concept_text {
        padding: 32px;
        max-width: 400px;
        bottom: -80px;
        font-size: 18px;
    }

    .service {
        padding-top: 164px;
    }

    .title_subname {
        font-weight: 700;
        padding: 32px 0 24px;
    }

    .service_list {
        padding: 56px 40px 80px;
        max-width: 1280px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .service_about_text {
        font-size: 16px;
        padding-bottom: 0;
    }

    .menu_main {
        max-width: 640px;
        padding: 32px 0 56px;
    }

    .menu_main_img {
        border-radius: 30px 10px 30px 10px;
    }

    .menu_item {
        position: relative;
    }

    .menu_main_text_contents {
        position: absolute;
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.8);
        top: 0;
        width: 300px;
        padding: 32px 20px;
        border-radius: 30px 0 30px 0;
    }

    .menu_main_title {
        font-size: 32px;
    }

    .arrowbtn {
        font-size: 12px;
    }

    .arrowbtn a {
        display: inline-block;
        border: 1px solid #fff;
        padding: 10px 50px 10px 20px
    }

    .menu_sub {
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 0;
    }

    .button_text {
        font-size: 40px;
        bottom: -18px;
    }

    .information {
        padding: 80px 0;
    }

    .information_contents {
        max-width: 800px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        padding: 0 40px;
    }

    .information_logo {
        padding: 56px 0 24px;
    }

    .info_text_contents {
        padding: 32px 14px;
        width: fit-content;
    }

    .information_address_text {
        margin-inline: 24px;
        justify-self: left;
    }

    .info_address_text_contents {
        display: block;
    }

    .information_opentime_text {
        margin-inline: 24px;
        justify-self: left;
        gap: 12px 0;
    }

    .info_title {
        font-size: 17px;
    }

    .info_opentime {
        font-size: 17px;
    }

    .wrap {
        height: 335px;
        padding: 24px 3px;
        width: 100%;
    }

    dt {
        font-size: 18px;
        margin-bottom: 12px;
        padding: 0 24px;
    }

    dd {
        font-size: 16px;
        padding-bottom: 16px;
        margin: 12px 24px;
    }

    .rezerva {
        padding: 0;
    }

    .news_rezerva_contents {
        max-width: 800px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        padding: 0 40px;
    }

    .rezerva_text {
        font-size: 14px;
    }

    .contact_title {
        font-size: 16px;
        padding: 6px;
    }

    #slideR {
        right: -365px;
        width: 395px;
    }

    #slideR::before,
    #slideR::after {
        top: 12px;
        left: 8px;
    }

    #slideR.is-active::before,
    #slideR.is-active::after {
        top: 12px;
        left: 8px;
    }

    #slideR.is-active {
        right: 0;
    }

    .contact_text_contents {
        font-size: 16px;
        padding-right: 14px;
    }

    .open_time p {
        font-size: 16px;
    }

    .open_time span {
        font-size: 16px;
    }

    .footer_contents {
        max-width: 800px;
    }

    .footer-nav {
        display: flex;
        gap: 24px;
        font-size: 18px;
        justify-content: center;
    }

}

/* PC */
@media screen and (1024px <=width) {

    header {
        display: none;
    }

    .pc_top_logo {
        display: block;
    }

    h1 {
        width: 200px;
        padding: 32px 40px 16px 0;
    }

    main {
        background-position: -5% 0%, 110% 35%, 20% 120%;
        background-size: 445px 335px, 445px 335px, 445px 335px;
    }

    p {
        font-size: 16px;
    }

    .pc_menu {
        gap: 24px;
        padding: 32px 0 8px;
        font-size: 18px;
        align-items: center;
    }

    .top {
        padding: 0 40px 0;
    }

    .top_title {
        padding: 16px 20px 0;
    }

    .top_title_text {
        font-size: 24px;
    }

    .top_title_subtext {
        font-size: 20px;
    }

    .title_name {
        writing-mode: vertical-rl;
        text-orientation: upright;
        display: flex;
        align-items: center;
        padding: 40px;
        font-size: 28px;
        max-width: 0;
        flex: 0 1 auto;
    }

    .contents_left {
        margin-block: 0 60px;
    }

    .limited_flex_contents {
        display: flex;
        align-items: flex-start;
    }

    .limited_menu {
        padding-top: 110px;
    }


    .slider {
        padding: 56px 20px 0;
        max-width: 1024px;
        margin: 0 130px;
    }

    .slick-next {
        top: 50%;
        right: -32px;
    }

    .slick-prev {
        top: 50%;
        left: -40px;
    }

    .slider_text {
        font-size: 28px;
    }

    .hospitality {
        padding: 110px 0;
    }

    .hospitality_flex_contents {
        display: flex;
        align-items: flex-start;
        justify-self: end;
    }

    .contents_right {
        order: 2;
        margin-block: 60px 0;
    }

    .hospitality_contents {
        max-width: 1024px;
        margin: 0 60px;
    }

    .concept_text {
        padding: 40px;
        max-width: 480px;
        bottom: -20px;
    }

    .service {
        display: flex;
        align-items: flex-start;
    }

    .service_list {
        padding: 56px 60px 0;
        margin-block: 60px;
        margin: 0;
    }

    .menu {
        padding-top: 110px;
    }

    .menu_main_contents_flex {
        display: flex;
        align-items: flex-start;
        justify-self: end;
    }

    .menu_main {
        max-width: 1024px;
        padding: 56px 0;
        margin: 0 60px;
    }

    .menu_sub {
        grid-template-columns: repeat(5, 1fr);
    }

    .button_text {
        font-size: 36px;
        bottom: -16px;
    }

    .information {
        padding: 110px 0;
    }

    .information_address_flex {
        display: flex;
        align-items: flex-start;
    }

    .information_address_text {
        display: block;
    }

    .information_contents {
        display: flex;
        max-width: 1024px;
        margin-block: 60px;
        margin: auto;
        width: 100%;
        gap: 56px;
        padding: 0 60px;
    }

    .map_contents {
        width: 50%;
    }

    .map iframe {
        aspect-ratio: 3/2;
        max-height: 100%;
        width: 100%;
    }

    .map {
        flex: 2;
    }

    .info_text_contents {
        padding: 20px 0;
    }

    .information_logo {
        width: 150px;
        padding: 24px;
    }

    .wrap {
        width: 350px;
        height: 310px;
    }

    .news_rezerva_contents {
        max-width: 1024px;
        width: 100%;
        gap: 56px;
        padding: 0 60px;
        margin-block-end: auto;
    }

    .rezerva_contents {
        max-width: 480px;
    }

    .rezerva_text {
        font-size: 16px;
    }

}

/* 1440px */
@media screen and (1440px <=width) {


    h3 {
        font-size: 32px;
    }

    main {
        background-position: -5% 0%, 105% 20%, 32% 120%;
        background-size: 475px 365px, 475px 365px, 475px 365px;
    }

    p {
        font-size: 18px;
    }

    .pc_menu {
        font-size: 22px;
    }

    .top {
        padding: 0 60px 0;
    }

    .top_title {
        padding: 16px 40px 0;
    }

    .top_title_text {
        font-size: 28px;
    }

    .top_title_subtext {
        font-size: 24px;
    }

    .title_name {
        padding: 70px 50px;
        font-size: 40px;
    }

    .contents_left {
        margin-block: 0 60px;
    }

    .slider {
        max-width: 1280px;
        padding: 56px 60px 0;
    }

    .slick-next {
        top: 50%;
        right: -30px;
    }

    .slick-prev {
        top: 50%;
        left: -48px;
    }

    .slick-prev::before,
    .slick-next::before {
        font-size: 48px;
    }

    .slider_text {
        font-size: 32px;
    }

    .contents_right {
        margin-block: 60px 0;
    }

    .hospitality {
        padding: 110px 0 0;
    }

    .hospitality_contents {
        max-width: 1280px;
        padding: 56px 0;
        margin: 0 130px;
    }

    .concept_text {
        padding: 40px;
        max-width: 480px;
        bottom: -48px;
        font-size: 20px;
    }

    .service_list {
        padding: 56px 130px 0;
        max-width: 100%;
    }

    .title_subname_text {
        font-size: 20px;
    }

    .service_about_text {
        font-size: 20px;
    }

    .menu_main {
        max-width: 1280px;
        padding: 56px 0;
        margin: 0 130px;
    }

    .menu_main_text_contents {
        width: 400px;
        padding: 40px 24px;
    }

    .menu_main_title {
        font-size: 40px;
    }

    .menu_main_text {
        font-size: 18px;
        padding-bottom: 24px;
    }

    .arrowbtn a {
        padding: 14px 64px 14px 20px;
        font-size: 16px;
    }

    .arrowbtn a::after {
        width: 40px;
        height: 8px;
    }

    .button_text {
        font-size: 48px;
        bottom: -20px;
    }

    .service {
        padding-top: 168px;
    }

    .information_contents {
        max-width: 1280px;
        gap: 64px;
        padding: 56px 130px;
    }

    .news_rezerva_contents {
        gap: 64px;
        padding: 0 60px;
        margin: 0 60px;
    }

    .wrap {
        width: 420px;
        height: 310px;
    }


}