@charset "utf-8";

.site {
    max-width: none;
}

/* 右上の固定メニュ用 */
.under-menu .insta:after {
    content: url(https://nido.style/wp-content/themes/twentytwentyone-child/img/share/instagram-blk.svg);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 0.5px;
    width: 30px;
    border-radius: 3px;
    background-color: #1A1311;
    position: absolute;
}

/* header画像 */
#header {
    width: 100%;
    height: 44vh;
    position: relative;
}

#header:before {
    content: "";
    position: fixed;
    top: -190px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url('https://nido.style/wp-content/themes/twentytwentyone-child/img/business-detail/catering-img.png') no-repeat center;
    background-size: contain;
}

#container {
    position: relative;
    z-index: 1;
    background: #fff;
}

/* ページタイトル用 */
.pagetitle-text {
    margin: 110px 0px 105px 0;
    text-align: center;
    position: relative;
}

.pagetitle-text h1::before {
    content: "";
    transform: rotateZ(180deg);
    width: 1px;
    height: 220px;
    background: #1A1311;
    position: absolute;
    top: -241px;
    left: 50%;
}

/* 流れ用 */

.nagare {
    margin: 0 0 160px 0;
}

.nagare h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    margin: 33px 0 0;
    letter-spacing: 9px;
    font-size: 28px;
}

.nagare h3::before {
    content: "";
    transform: rotateZ(180deg);
    width: 1px;
    height: 72px;
    background: #1A1311;
    position: absolute;
    top: -3px;
    left: -14px;
}

.nagare-table-text {
    position: relative;
    margin: 0 0 0 84px;
    text-align: left;
}

.nagare-table-num {
    position: absolute;
    top: -13px;
    left: -82px;
    background-color: #F0EFE7;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
}

.nagare-table-num p {
    padding: 16px 0 0;
    font-size: 19px;
}

.table th,
.table td {
    border: none;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table tr {
    border-bottom: 1px solid #ACACAC;
}

.table tr th,
.table tr td {
    text-align: left;
    vertical-align: top;
}


.table tr th {
    width: 20%;
    font-weight: 100;
    font-size: 18px;
    font-family: ryo-text-plusn, serif;
    padding: 42px 0;
    text-align: center;
}

.table tr td {
    width: 80%;
    padding: 30px 20px;
    vertical-align: middle !important;
}

.table .table-last {
    border-bottom: none;
}

.nagare a {
    color: #a1984b;
}

/* できること */

.whatwecan {
    position: relative;
}

.whatwecan h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 85px;
    top: -48px;
    letter-spacing: 9px;
    font-size: 28px;
}

.whatwecan h3::after {
    content: "";
    transform: rotateZ(180deg);
    width: 1px;
    height: 177px;
    background: #1A1311;
    position: absolute;
    top: 0px;
    right: -14px;
}

.whatwecan-img {
    /* width: 100%; */
    width: 32%;
    position: absolute;
    top: 40px;
    margin: 0 0 0 110px;
}

.whatwecan-img img {
    width: 100%;
}

.whatwecan-content {
    margin: 165px 0 0 0;
    font-size: 16px;
}

.whatwecan-content p {
    line-height: 2;
    font-family: ryo-gothic-plusn, sans-serif;
    margin: 0 0 40px 0;
}

.whatwecan a {
    text-decoration: none;
}

.btn-business-arch {
    text-align: center;
    margin: 50px 0 100px 0;
}

.btn-business-arch button {
    color: #8E8778;
    padding: 17px 108px;
    border: 1px solid #8E8778;
    background: none;
}

.btn-business-arch button:hover {
    background: #eee8dc;
    border-top: 0.5px solid black;
}

.btn-business-arch p {
    color: #8E8778;
    width: 400px;
    margin: auto;
    padding: 20px 0;
    border: 1.3px solid #8E8778;
    font-family: sans-serif;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .btn-business-arch p {
        color: #333;
        width: 100%;
        margin: auto;
        padding: 20px 0;
        border: 1px solid #8E8778;
    }
}

.btn-business-arch p:hover {
    background: #eee8dc;
}

/* bus-contactus */
.bus-contactus {
    border-top: 0.5px solid black;
}

.bus-contactus-button {
    display: block;
    width: 100%;
    height: 300px;
    background-color: white;
    color: black;
    font-size: 24px;
    text-align: center;
    line-height: 300px;
    text-decoration: none;
    background-image: none;
    transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
    color: #1A1311;
}

.bus-contactus-button:hover {
    background-image: url('https://nido.style/wp-content/themes/twentytwentyone-child/img/fqa/contactus.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.bus-contactus-button-title {
    font-family: ryo-text-plusn, serif;
    height: 35px;
    margin: 0 0 12px 0;
    font-size: 30px;
}

.bus-contactus-button-subtitle {
    height: 35px;
    margin: 0 0 8px 0;
    font-size: 16px;
}

.table-container {
    display: flex;
    flex-direction: row;
}

/* イレギュラー対応 */
div#content {
    padding: 0;
}

.row {
    padding: 0 20px;
    margin: 0;
}


@media(max-width:750px) {
    .whatwecan-img {
        width: 100%;
        position: relative;
        top: 0;
        margin: 40px 0px 0 0;
    }

    th,
    td {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
    }

    .table tr th,
    .table tr td {
        width: 76% !important;
        padding: 9px 0.5rem;
        vertical-align: middle;
        margin: 0 0 0 75px;
    }
}

@media screen and (max-width: 480px) {
    .under-menu {
        transform: rotateZ(90deg);
        position: fixed;
        top: 274px;
        right: -105px;
    }

    .nido-logo-left-up {
        margin: 0px;
        position: fixed;
        top: 32px;
        left: 25px;
        width: 60px;
    }

    .menu-btn {
        cursor: pointer;
        position: fixed;
        top: 48px;
        right: 9px;
        display: flex;
        height: 60px;
        width: 51px;
        justify-content: center;
        align-items: center;
        z-index: 99;
    }

    #header:before {
        content: "";
        position: fixed;
        top: -217px;
        left: 0px;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background: url(https://nido.style/wp-content/themes/twentytwentyone-child/img/business-detail/catering-img.png) no-repeat center;
        background-size: unset;
    }

    #header {
        width: 100%;
        height: 15vh;
        position: relative;
    }

    .nagare-table-text {
        position: relative;
        margin: 14px 0 0px 0;
        font-size: 14px;
    }

    .nagare-table-num {
        position: absolute;
        top: -9px;
        left: -82px;
        background-color: #F0EFE7;
        width: 45px;
        height: 45px;
        border-radius: 100%;
    }

    .table tr th, .table tr td {
        font-size: 14px;
    }

    .table tr td {
        margin-bottom: 18px;
        line-height: 2;
    }

    .nagare-table-num p {
        padding: 10px 0 0;
        font-size: 14px;
    }

    td p {
        margin: 0;
        font-family: sans-serif;
        line-height: 2;
    }

    .whatwecan h3 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: absolute;
        right: 37px;
        top: -190px;
        letter-spacing: 9px;
        font-size: 18px;
    }

    .nagare {
        margin: 0;
    }

    .whatwecan-content {
        margin: 230px 0 0 0;
        font-size: 14px;
        position: relative;
    }

    .nagare h3 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: relative;
        margin: 33px 0 0;
        letter-spacing: 9px;
        font-size: 18px;
    }

    .nagare h3::before {
        content: "";
        transform: rotateZ(180deg);
        width: 1px;
        height: 49px;
        background: #1A1311;
        position: absolute;
        top: -1px;
        left: -11px;
    }

    .whatwecan h3::after {
        content: "";
        transform: rotateZ(180deg);
        width: 1px;
        height: 130px;
        background: #1A1311;
        position: absolute;
        top: 0px;
        right: -14px;
    }

    .bus-contactus-button-title {
        height: 35px;
        margin: 0 0 17px 0;
        font-size: 30px;
        font-family: ryo-text-plusn, serif;
    }

    .bus-contactus-button {
        display: block;
        width: 100%;
        height: auto;
        padding: 30px 0;
        background-color: white;
        color: black;
        font-size: 24px;
        text-align: center;
        line-height: 2;
        text-decoration: none;
        background-image: none;
        transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
        color: #1A1311;
    }

}