@charset "UTF-8";
/* CSS Documinstallent */

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Noto serif JP', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #595757;
    letter-spacing: 0.2rem;
    background-color: #fff;
    line-height: 1.6;
    text-align: center;
}

h2, h3, h4 {
    line-height: 1.6;
}

a {
    color: #595757;
}

a:hover {
    color: #595757;
}

a:focus {
    color: #595757;
    text-decoration: none;
}

/* ------------------------------------- /
/   common
/* ------------------------------------- */

.inner {
    max-width: 1080px;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.jc-s {
    justify-content: start;
}

.ai-c {
    align-items: center;
}

.ai-fe {
    align-items: flex-end;
}

.sec1 {
    margin: 130px 0;
}

a.opa {
    transition: 0.5s;
}

a.opa:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.pc1024 {
    display: block !important;
}

.sp1024 {
    display: none !important;
}

.pc768 {
    display: block !important;
}

.sp768 {
    display: none !important;
}

@media (max-width: 1024px) {
    .inner {
        padding: 0 20px;
    }

    .pc1024 {
        display: none !important;
    }

    .sp1024 {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .pc-menu {
        display: none !important;
    }

    .pc768 {
        display: none !important;
    }

    .sp768 {
        display: block !important;
    }
}

@media (max-width: 500px) {
    .inner {
        padding: 0 10px;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .sec1 {
        margin: 60px 0;
    }
}

@media(min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

a {
    text-decoration: none;
    color: #595757;
}

/* ------------------------------------- /
/   common2
/* ------------------------------------- */
h2.ttl {
    font-size: 3.4rem;
    margin-bottom: 90px;
    text-align: center;
}

.more_btn {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    padding: 10px 0;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    background-color: #595757;
    color: #fff;
    border: 2px solid #595757;
    transition: 0.3s;
}

.more_btn:hover {
    background-color: #fff;
    color: #595757;
    transition: 0.3s;
}

.id_mg {
    padding-top: 70px;
    margin-top: -70px;
}

@media (max-width: 500px) {
    h2.ttl {
        font-size: 3rem;
        margin-bottom: 50px;
    }

    .more_btn {
        font-size: 1.8rem;
        padding: 10px 0;
    }
}

/* ------------------------------------- /
/   header
/* ------------------------------------- */

.head_area {
    padding: 45px 45px;
    color: #595757;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    font-size: 1.8rem;
    z-index: 9999;
}

.head_area a {
    transition: 0.5s;
}

.head_area a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.head_area h1 {
    font-size: 3.6rem;
    font-weight: 500;
}

.head_area ul li img {
    max-width: 36px;
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .head_area {
        font-size: 1.6rem;
        padding: 25px 0;
    }

    .head_area h1 {
        font-size: 3rem;
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .head_area h1 {
        text-align: left;
    }
}

@media (max-width: 500px) {}

@media (max-width: 425px) {}

@media (max-width: 375px) {}

    {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}

/*---------------------------------  /
/*  ttl_area
/*--------------------------------- */
.ttl_area {
    padding: 170px 0 40px;
}

.ttl_area h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.ttl_area p.ttl_p {
    font-size: 8rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.ttl_area h3 {
    font-size: 4.2rem;
}

.ttl_area h3 span {
    font-size: 1.8rem;
    margin-top: 30px;
}


@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .ttl_area {
        padding: 100px 0 0;
    }

    .ttl_area h2 {
        font-size: 2rem;
    }

    .ttl_area p.ttl_p {
        font-size: 4.5rem;
        margin-bottom: 50px;
        line-height: 1.4;
    }

    .ttl_area h3 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .ttl_area h3 span {
        font-size: 1.6rem;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {}

@media (max-width: 425px) {}

@media (max-width: 375px) {}

    {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}

/*---------------------------------  /
/*  news_area
/*--------------------------------- */
.news_area .fb_area {
    max-width: 470px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
}

.news_area .fb_area iframe {
    width: 100%;
}

/*---------------------------------  /
/*  concept_area
/*--------------------------------- */
.concept_area {
    line-height: 2;
}

.concept_area p {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 70px;
}

.concept_area img {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 40px;
}

.concept_area h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 80px;
}

.concept_area h4 {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.4;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .concept_area h4 {
        font-size: 2.8rem;
        font-weight: 900;
    }
}

@media (max-width: 500px) {
    .concept_area p {
        margin-bottom: 40px;
        text-align: left;
        font-size: 1.6rem;
    }

    .concept_area h3 {
        font-size: 1.8rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .concept_area p br, .concept_area h3 br, .concept_area h4 br {
        display: none !important;
    }

    .concept_area h4 {
        font-size: 2rem;
        font-weight: 900;
        text-align: left;
    }
}

@media (max-width: 425px) {}

@media (max-width: 375px) {}

    {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}

/*---------------------------------  /
/*  gallery_area
/*--------------------------------- */
.gallery_area h2.d1 {
    margin-bottom: 150px;
}

.gallery_area h2.d2 {
    margin-bottom: 200px;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .gallery_area h2.d1 {
        margin-bottom: 40px;
    }

    .gallery_area h2.d2 {
        margin-bottom: 0px;
    }
}

@media (max-width: 500px) {}

@media (max-width: 425px) {}

@media (max-width: 375px) {}

    {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}

/*---------------------------------  /
/*  access_area
/*--------------------------------- */
.access_area {
    text-align: left;
}

.access_area .box:first-child {
    width: 52%;
}

.access_area .box:first-child iframe {
    width: 100%;
    height: 470px;
}

.access_area .box:last-child {
    width: 43%;
}

.access_area .box:last-child h3 {
    font-size: 4rem;
}

.access_area .box:last-child a {
    display: block;
    font-size: 4rem;
    padding-left: 65px;
    position: relative;
}

.access_area .box:last-child a::before {
    position: absolute;
    content: "";
    width: 53px;
    height: 38px;
    top: 14px;
    left: 0;
    background-image: url(../img/icon_tel.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.access_area .box:last-child p {
    font-size: 1.8rem;
    font-weight: 600;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .access_area .box:first-child {
        width: 100%;
    }

    .access_area .box:last-child {
        width: 100%;
    }

    .access_area .box:first-child iframe {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .access_area .box:first-child iframe {
        margin-bottom: 10px;
    }

    .access_area .box:last-child h3 {
        font-size: 3rem;
    }

    .access_area .box:last-child a {
        font-size: 2.5rem;
        padding-left: 40px;
    }

    .access_area .box:last-child a::before {
        width: 29px;
        height: 22px;
        top: 10px;
        left: 0;
    }

    .access_area .box:last-child p {
        margin-top: 5px;
        font-size: 1.5rem;
        font-weight: 600;
    }
}

@media (max-width: 425px) {}

@media (max-width: 375px) {}

    {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}

/*---------------------------------  /
/*  contact_area
/*--------------------------------- */
.contact_area {
    text-align: left;
}

.contact_area .inner {
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
}

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

.contact_area tr {
    margin-bottom: 30px;
    display: block;
}

.contact_area th, .contact_area td {
    width: 100%;
    display: block;
}

.contact_area td:first-child {
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 900;
}

.contact_area td:last-child input, .contact_area td:last-child textarea {
    border: 1px solid #595757;
    outline: none;
}

.contact_area input, .contact_area textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
}

.contact_area .more_btn {
    width: 200px;
    font-size: 2.1rem;
    font-weight: 900;
}

.contact_area a.top_btn {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    background-image: url(../img/icon_arrow.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    margin-top: 180px;
    transition: 0.5s;
}

.contact_area a.top_btn:hover {
    background-position: center top 5px;
    transition: 0.5s;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .contact_area a.top_btn {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .contact_area .more_btn {
        padding: 10px 0;
        font-size: 1.8rem;
    }
}

@media (max-width: 425px) {}

@media (max-width: 375px) {}

    {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}

/*---------------------------------  /
/*  thanks
/*--------------------------------- */
.contact_area.thanks h3, .contact_area.thanks p.txt {
    font-size: 1.6rem;
    margin: 30px 0;
}

/*---------------------------------  /
/*  page-top
/*--------------------------------- */

#page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 3%;
    z-index: 9999;
}

#move-page-top {
    cursor: pointer;
}

#move-page-top img {
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
    #page-top {
        right: 10px;
    }
}

/*---------------------------------  /
/*  footer
/*--------------------------------- */

.footer_area {
    width: 100%;
    padding-bottom: 30px;
    text-align: left;
}

.footer_area .box {
    width: 50%;
}


.footer_area .box h2 {
    font-size: 4rem;
    margin-bottom: 0;
    transition: 0.5s;
}

.footer_area .box a.tel {
    position: relative;
    padding-left: 63px;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_area .box a.tel::before {
    position: absolute;
    content: "";
    width: 53px;
    height: 39px;
    top: 9px;
    left: 0;
    background-image: url(../img/icon_tel.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_area .box p.txt {
    font-size: 1.6rem;
    font-weight: 700;
}

.footer_area .box p span {
    padding-left: 30px;
    position: relative;
}

.footer_area .box p span::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 16px;
    top: 5px;
    left: 0;
    background-image: url(../img/icon_mail.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_area .box ul {
    display: block;
    margin: 0 auto;
    width: 135px;
}

.footer_area .box ul li {
    margin-bottom: 10px;
}

.footer_area .box ul li a {
    font-size: 1.8rem;
    padding-left: 30px;
    position: relative;
    transition: 0.5s;
    text-align: left;
}

.footer_area a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.footer_area .box ul li a::before {
    position: absolute;
    content: "";
    color: #595757;
    width: 19px;
    height: 19px;
    top: 5px;
    left: 0;
    background-color: #595757;
    border-radius: 50px;
}

.footer_area .copy {
    text-align: center;
    padding: 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin-top: 35px;
}


@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .footer_area .box {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_area .box ul {
        margin: 0 auto 0 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer_area .box ul::after {
        width: 30%;
        display: block;
        content: "";
    }

    .footer_area .box ul li {
        width: 30%;
    }
}

@media (max-width: 500px) {
    .footer_area {
        padding-top: 30px;
    }

    .footer_area .box h2 {
        font-size: 3rem;
        margin-bottom: 0;
        transition: 0.5s;
    }

    .footer_area .box a.tel {
        font-size: 2.5rem;
        padding-left: 40px;
        margin-bottom: 30px;
    }

    .footer_area .box a.tel::before {
        width: 29px;
        height: 22px;
        top: 9px;
        left: 0;
    }

    .footer_area .box p.txt {
        font-size: 1.5rem;
        margin-top: 20px;
    }

    .footer_area .box ul li a {
        font-size: 1.4rem;
        padding-left: 18px;
    }

    .footer_area .box ul li a::before {
        width: 12px;
        height: 12px;
        top: 6px;
    }

    .footer_area .box ul::after {
        width: 31%;
    }

    .footer_area .box ul li {
        width: 31%;
    }

    .footer_area .copy {
        font-size: 1rem;
    }
}