@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

:root {
    --color-primary: #c7ab10;
    --color-secondary: #474747;
    --color-toptitle: #4d4d4d;
    --color-base: #fff;
    --font-family-title: "Noto Serif JP", serif;
    --font-family-toptitle: "Cutive Mono", monospace;

    --font-weight-title: 400;
    --font-weight-toptitle: 500;
}

h1,
h2,
p,
a {
    text-align: center;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    color: var(--color-secondary);
    font-family: Yu Gothic, arial, sans-serif;
}

/* header */
.header-inner {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-body-logo {
    width: 56px;
    margin: 0 auto;
}

.img-body-logo a {
    width: 100%;
}

.img-body-logo .img {
    width: 100%;
}

@media screen and (min-width:768px) {
    .header-inner {
        height: 100px;
    }

    .img-body-logo {
        width: 80px;
    }
}

/* header */

.main-title-wrapper {
    margin: 54px 7.2% 0;
    padding: 30px 0;
    text-align: center;
}

.main-title {
    font-size: 47px;
    color: var(--color-primary);
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
}

.main-bottom-title {
    font-size: 15px;
    line-height: 1;
    margin-top: 15px;
}

.body-lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: left;
    color: var(--color-primary);
}

.sub-title-wrapper {
    margin: 54px 7.2% 0;
}

.sub-title {
    font-size: 23px;
    color: var(--color-primary);
    font-family: var(--font-family-title);
    font-weight: var(--font-weight-title);
}

.body_text-wrapper {
    margin: 18px 7.2% 0;
}

.body_text {
    font-size: 12px;
    line-height: 1.75;
}

/* .content-title-wrapper {

}

.content-title {
    font-size: ;
} */

.img-wrapper {
    margin: 27px 0;
}

.img-body {
    height: 380px;
    max-height: 380px;
    position: relative;
}

.img-body .img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.img-text-wrapper {
    margin: 15px 7.2% 0;
}

.img-text {
    font-size: 12px;
}

.map-wrapper {
    display: flex;
    justify-content: center;
    padding: 1rem;
    /* 画面端の余白 */
}

.map-body {
    position: relative;
    width: 100%;
    max-width: 570px;
    aspect-ratio: 16 / 9;
    /* ここで比率固定！ */
    background-color: #eee;
    /* 読み込み前の背景色 */
    overflow: hidden;
}

.map-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:768px) {
    .main-title-wrapper {
        margin: 60px auto 50px;
        padding: 50px 0;
    }

    .main-title {
        font-size: 64px;
    }

    .main-bottom-title {
        font-size: 20px;
    }

    .body-lead {
        font-size: 20px;
        line-height: 1.2;
    }

    .sub-title-wrapper {
        margin: 60px auto 50px;
    }

    .sub-title {
        font-size: 32px;
    }

    .body_text-wrapper {
        margin: 60px auto 0;
        max-width: 880px;
    }

    .body_text {
        font-size: 13px;
        line-height: 2.1;
    }

    /* .content-title-wrapper {

}

.content-title {
    font-size: ;
} */

    .img-wrapper {
        margin: 60px auto 0;
        max-width: 1200px;
    }



    .img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .img-text {
        font-size: 13px;
    }
}

/* footer */
/* footer {
    background-color: var(--color-secondary);
    margin-top: 120px;
    position: relative;
}

.footer_inner {
    margin: auto;
    padding: 50px 7.2% 100px;
    text-align: center;
}

.footer_name {
    font-size: 13px;
}

.footer_text {
    font-size: 12px;
}

.footer_text--address {
    content: url();
}

.footer_copyright {
    font-size: 9px;
}

@media screen and (min-width:768px) {
    .footer_inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        width: calc(100% - 100px);
        padding: 60px 0;
        text-align: left;
    }

    .footer_copyright {
        font-size: 10px;
    }
} */

/* footer */
footer {
    background-color: var(--color-secondary);
    margin-top: 120px;
    position: relative;
}

footer p,
footer a {
    color: var(--color-base);
}

.footer-inner {
    margin: auto;
    padding: 50px 7.2% 100px;
    text-align: center;
}

.footer-name-wrapper {
    margin-bottom: 15px;
}

.footer-name {
    font-size: 13px;
}

.footer-info-wrapper {
    margin-top: 10px;
}

.footer-info {
    font-size: 12px;
}

.footer-info--address a {
    margin-left: 3px;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-nav-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nav-list-sns-wrapper {
    width: 100%;
}

.footer-nav-list-sns {
    text-align: center;
    text-decoration: none;
}

.footer-nav-list-sns::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f16d";
    font-size: 15px;
    color: #fff;
}

.footer-nav-list-privacy-wrapper {
    margin-top: 15px;
}

.footer-nav-list-privacy {
    font-size: 10px;
}

.footer-copyright-wrapper {
    margin-top: 30px;
}

.footer-copyright {
    font-size: 9px;
    color: #9b9b9b;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    height: 48px;
    width: 100%;
    background-color: var(--color-secondary);
}

.fixed-footer-inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.fixed-footer-list {
    width: 100%;
}

.fixed-footer-list--tel {
    flex-basis: 60%;
    background-color: var(--color-primary);
}

.fixed-footer-list--tel span {
    display: none;
}

.fixed-footer-list--tel i {
    font-size: 25px;
    margin-right: 5px;
}

.fixed-footer-list a {
    color: #fff;
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (min-width:768px) {

    footer p,
    footer a {
        text-align: left;
    }

    .footer-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        /* width: calc(100% - 100px); */
    }

    .footer-name-wrapper {
        margin-bottom: 15px;
    }

    .footer-name {
        font-size: 22px;
    }

    .footer-info {
        font-size: 13px;
    }

    .footer-nav {
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .footer-nav-list-sns-wrapper {
        width: auto;
        margin-left: 8px;
    }

    .footer-nav-list-sns::before {
        font-size: 15px;
    }

    .footer-nav-list-privacy-wrapper {
        margin-top: 0;
    }

    .fixed-footer {
        bottom: 0;
        right: 0;
        height: 99px;
        width: 320px;
        border: 2px solid var(--color-primary);
    }

    .fixed-footer-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .fixed-footer-list {
        width: 100%;
        height: 54px;
    }

    .fixed-footer-list--tel {
        flex-basis: 50%;
    }

    .fixed-footer-list--tel span {
        display: inline;
        font-weight: 400;
        font-size: 24px;
        margin-left: 8px;
    }

    .fixed-footer-list--tel i {
        font-size: 25px;
        margin-right: 5px;
    }

    .fixed-footer-list a {
        color: #fff;
        font-size: 16px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}