@charset "UTF-8";
/* CSS Document */
.contents-top {
    height: 540px;
}
.contents-top::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.3);
    z-index: 10;
}
.contents-top-menu {
    background: url("../images/guide_2f.webp") no-repeat bottom/ cover;
}
.contents-top-coworking {
    background: url("../images/coworking.webp") no-repeat bottom / cover;
}
.contents-top-handmade {
    background: url("../images/handmade.webp") no-repeat center / cover;
}
.contents-top-brank {
    width: 100vw;
    height: 500px;
    display: block;
}
.top-title, .top-title-2 {
    width: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 20;
}
.top-title img {
    width: auto;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.top-title-2 img {
    width: auto;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.top-title p, .top-title-2 p {
    padding-top: 24px;
    position: relative;
}
.top-title p::after, .top-title-2 p::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.title {
    width: 100%;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}
.title img {
    width: auto;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.title p {
    padding-top: 24px;
    position: relative;
}
.title p::after {
    content: "";
    width: 240px;
    height: 1px;
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.title-note {
    font-size: 1rem;
    padding-top: 16px;
    display: block;
}
.sub-box {
    width: 92%;
    max-width: 500px;
    margin: 0 auto;
}
.sub-img img {
    width: 100%;
    max-width: 500px;
    border-radius: 24px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.sub-p {
    width: 100%;
    margin-bottom: 24px;
}
.sub-pc {
    display: none;
}
.sub-wtbg {
    width: 100%;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 24px;
}
.sub-wtbg li:first-child {
    position: relative;
    margin-bottom: 24px;
}
.sub-wtbg li:first-child::after, .plan-name::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sub-red {
    color: #A51A1A;
}
@media screen and (min-width: 767px) {
    .sub-box {
        width: 100%;
        max-width: 1040px;
        padding-right: 4vw;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        column-gap: 40px;
    }
    .sub-box span {
        flex: 1;
        max-width: 500px;
    }
    .sub-img {
        flex: 1;
        max-width: 500px;
    }
    .sub-pc {
        display: block;
    }
}
@media screen and (min-width: 1400px) {
    .sub-box {
        padding-right: 0;
    }
}
.lunch-box, .food-box2, .about-box, .service, .booth {
    margin-bottom: 80px;
}
.lunch-box .sub-img, .food-box1 .sub-img {
    margin-bottom: 24px;
}
.food-box1 {
margin-bottom: 40px;
}
.lunch-box h4, .food-box1 h4 {
    max-width: 300px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 100;
    text-align: center;
    display: block;
    padding-top: 4px;
}
.lunch-box p, .food-box1 p {
    max-width: 300px;
    margin: 0 auto;
}
.sub-right-side {
    padding: 8px 0;
    text-align: right;
    font-size: 1rem;
}
.food-box1-red {
    font-size: 1rem;
    color: #A51A1A;
    text-align: center;
}
.food-box2 {
    width: 100%;
    margin: 40px auto 80px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}
.food_table {
    width: 2160px;
    border-collapse: collapse;
    white-space: nowrap;
    text-align: right;
    margin-right: 40px;
}
.food_table th, .food_table td {
    padding: 0;
}
.food_table th img, .food_table td {
    width: 360px;
    padding-left: 40px;
}
.food_scroll {
    position: absolute;
    bottom: 0;
    left: 40px;
}
.food_scroll span {
    width: 100px;
    height: 20px;
    color: #634E42;
    display: block;
    position: relative;
}
.food_scroll span::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #634E42;
    position: absolute;
    bottom: 8px;
    right: 0;
    animation: ScrollArrow 2s ease-in-out infinite;
}
.food_scroll span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #634E42;
    border-bottom: 1px solid #634E42;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 4px;
    right: 0;
    animation: ScrollArrow 2s ease-in-out infinite;
}
.drinks ul {
    width: 300px;
    height: 100%;
    position: relative;
    padding-left: 24px;
    margin-top: 40px;
}
.drinks ul::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}
.drinks ul li {
    display: block;
    padding-top: 8px;
}
.drinks-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 0;
}
.room-img {
    width: 100%;
    max-width: 500px;
    border-radius: 24px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 8px;
}
.service {
    width: 84%;
    max-width: 700px;
    min-width: 360px;
    height: auto;
    margin: auto 0 80px auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 24px 0 0 24px;
}
.service h4 {
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 24px;
}
.service-box ul {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    text-align: center;
    margin-top: 24px;
    color: #A51A1A;
}
.service-box ul .icon_red {
    color: #A51A1A;
}
.plan-name {
    position: relative;
    margin: 24px 0;
}
.handemade-p {
    width: 100%;
    margin-bottom: 0;
}
.booth {
    text-align: center;
}
@media screen and (min-width: 767px) {
    .lunch-box, .food-box2, .service, .booth {
        margin-bottom: 120px;
    }
    .lunch-box .sub-img, .food-box1 .sub-img {
        margin-bottom: 0;
    }
    .lunch-box h4, .food-box1 h4 {
        margin: 0 auto 0 0;
    }
    .lunch-box p, .food-box1 p {
        margin: 0 auto 0 0;
    }
    .service {
        max-width: 900px;
    }
    .service-box {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 40px;
        flex-direction: row-reverse;
    }
    .service-box div {
        flex: 4;
    }
    .service-box ul {
        flex: 1;
        display: block;
        margin-top: 0;
    }
    .service-box ul li {
        margin-bottom: 16px;
    }
}
@media screen and (min-width:1400px) {
    .lunch-box .sub-img, .food-box1 .sub-img {
        margin-left: 40px;
    }
    .service {
        padding-right: 80px;
    }
}