@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

html {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

body {
    font-family: "BIZ UDPMincho", "ヒラギノ丸ゴ Pro", Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    color: #30353a;
    line-height: 1.8;
    /* overflow-x: hidden; */
}

.biz-udpmincho-regular {
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.4s;
}

a:hover {
    opacity: 0.7;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.inner {
    max-width: 1200px;
    /* max-width: 1000px; */
    width: 100%;
    padding-inline: 20px;
    margin-inline: auto;
}

.section-title {
    font-size: 50px;
    text-align: center;
    text-transform: capitalize;
    line-height: 1;
    color: #595959;
}

.section-desc {
    text-align: center;
    margin-top: 10px;
}

.section-bg {
    background-color: #f6efdb;
}

.header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #b9d0b1;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
}

.header__logo {
    height: inherit;
}

.header__link {
    height: inherit;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;

}

.header-nav__lists {
    display: flex;
    column-gap: 30px;
    height: inherit;
}

.header-nav__list {
    height: inherit;
    list-style: none;
}

.header-nav__link {
    font-size: 20px;
    color: #fff;
    height: inherit;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.sp__menu {
    display: none;
}

.sp__menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    transition: 0.3s;
}

.sp__menu span:nth-child(1) {
    top: 6px;
}

.sp__menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.sp__menu span:nth-child(3) {
    bottom: 6px;
}

.sp__menu.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.sp__menu.active span:nth-child(2) {
    opacity: 0;
}

.sp__menu.active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.fv {
    position: relative;
    height: 550px;
}

.fv::after {
    content: '';
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
}

.fv img {
    height: 100%;
    object-fit: cover;
}

.fv__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    white-space: nowrap;
    color: #fff;
    z-index: 100;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.3;
}

.fv__catch {
    font-family: "BIZ UDPMincho";
    text-shadow: 2px 2px 4px #595959;
}

.sp__br {
    display: none;
}

.about {
    padding-block: 50px 70px;
}

.about__content {
    display: flex;
    justify-content: center;
    column-gap: calc(80 / 960 * 100%);
    margin-top: 24px;
}

.about__text {
    flex: 1;
}

.about__lists {
    margin-top: 30px;
    padding-left: 1em;
}

.about__image {
    /* width: calc(400 / 960 * 100%); */
    width: 30%;
}

.service {
    padding-block: 50px;
}

.service__items {
    max-width: 790px;
    margin-inline: auto;
    margin-top: 35px;
    font-size: 15px;
    text-align: center;
    display: flex;
    column-gap: calc(80 / 790 * 100%);
}

.service-item {
    width: calc(210 / 790 * 100%);
}

.service-item__text {
    padding-top: 22px;
}

.service-item__image {
    width: 100%;
    margin-inline: auto;
}

.works {
    padding-block: 50px;
}

.works__items {
    font-size: 15px;
    text-align: center;
    display: flex;
    column-gap: calc(40 / 960 * 100%);
    margin-top: 35px;
}

.works-item {
    width: calc(210 / 960 * 100%);
}

.works-item__text {
    padding-top: 20px;
}

.price {
    padding-block: 50px;
}

table, td, th {
    border: 1px solid #595959;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    padding: 3px;
    width: 50%;
    height: 30px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.price-item__title {
    background-color: #595959;
    color: #fff;
    text-align: center;
}

.contact {
    padding-block: 50px 60px;
}

.contact__form {
    display: flex;
    justify-content: center;
}

.contact__iframe {
    width: 100%;
    height: 1706px;
}

footer {
    background: #d3c1af;
    padding-block: 60px 30px;
    text-align: center;
}

.footer__content {
    /* max-width: 435px; */
    max-width: 600px;
    margin-inline: auto;
}

.footer-nav {
    border-bottom: 1px solid #fff;
}

.footer-nav__lists {
    display: flex;
    justify-content: center;
    column-gap: 28px;
    list-style: none;

}

.footer-nav__link {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
}

.footer__copyright {
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
}

.sns__list {
    list-style: none;
    line-height: 0;
}

.sns {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 12px;
    margin-top: 16px;
}

.sns__link {
    width: 24px;
}

.sns__link--x {
    width: 20px;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .section-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .header-nav {
        position: fixed;
        top: 50px;
        left: 100%;
        width: 100%;
        height: 100vh;
        background: #b9d0b1;
        /* transition: transform 0.4s ease; */
        /* メニューを右から左にスライドさせたかったけど、横スクロールが発生するので一旦コメントアウト */
        /* display: block; */
        /* right: 0; */
        /* transform: translateX(100%); */
    }

    .header-nav.show {
        /* transform: translateX(0); */
        left: 0;
    }

    .no-scroll {
        overflow: hidden;
    }

    .header-nav__lists {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
        height: auto;
    }

    .header-nav__list {
        margin-bottom: 20px;
    }

    .header__link {
        font-size: 20px;
    }

    .sp__menu {
        display: block;
        width: 30px;
        height: 30px;
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 100;
    }

    .fv {
        height: 600px;
    }

    .fv__text {
        font-size: 40px;
        white-space: normal;
        text-align: center;
        line-height: 1.2;
        width: 80%;
    }

    .sp__br {
        display: block;
    }

    .about {
        padding-bottom: 60px;
    }

    .about__content {
        margin-top: 8px;
        display: block;
    }

    .about__image {
        width: 70%;
        margin-top: 16px;
        margin-inline: auto;
    }

    .service {
        padding-bottom: 48px;
    }

    .service__items {
        display: block;
    }

    .service-item {
        width: 100%;
    }

    .service-item:not(:first-of-type) {
        margin-top: 44px;
    }

    .service-item__image {
        width: 50%;
    }

    .works__items {
        display: block;
    }

    .works-item {
        width: 100%;
    }

    .works-item:not(:first-of-type) {
        margin-top: 36px;
    }

    .contact {
        padding-bottom: 50px;
    }

    footer {
        padding-block: 30px 40px;
    }

    .footer-nav {
        display: none;
    }

    .footer-nav__link {
        font-size: 20px;
    }

    .footer__copyright {
        font-size: 18px;
        margin-top: 5px;
    }

    .sns {
        justify-content: center;
    }
}

@media screen and (max-width: 374px) {
    .footer-nav__lists {
        flex-wrap: wrap;
        padding-inline: 60px;
    }

    .footer__copyright {
        line-height: 1;
    }

    .ib {
        display: inline-block;
    }
}