@charset "utf-8";

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    max-width: 1920px;
    width: 100%;
    margin: 60px auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-cover-text-box {
    display: inline-block;
}

.in-cover-title {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 3.2362)), 90px);
    font-weight: 100;
    font-family: var(--font-family02);
    letter-spacing: 0.15em;
}

.in-cover-text {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: center;
}

/*===========================================================
パンくず
===========================================================*/

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 15px;
}

.bread-box {
    max-width: 1220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.bread-link {
    display: block;
    color: var(--base-font-color);
    text-decoration: underline;
}

.bread-link:hover {
    color: var(--base-font-color);
    text-decoration: none;
}

/*===========================================================
inner
===========================================================*/

.in-first-wrapper {
    padding: 60px 0 0 !important;
}

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}

.inner01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.inner02 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.inner03 {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}

.inner04 {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto;
}

a[data-cke-saved-href] {
    color: var(--base-font-color);
    text-decoration: underline;
}

a:hover[data-cke-saved-href] {
    color: var(--base-font-color);
    text-decoration: none;
}

/*===========================================================
共通パーツ
===========================================================*/

.common-id-position {
    width: 100%;
    height: 60px;
    position: absolute;
    top: -60px;
}

.common-first-text-box .text01 {
    text-align: center;
    line-height: 3.88888;
}

.common-second-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 5%;
    position: relative;
    z-index: 1;
}

.common-third-container {
    margin: 60px 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.common-third-main-title-area {
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
}

.common-third-title-box {
    padding: 0 0 10px;
    border-bottom: 1px solid var(--black);
}

.common-third-item-area {
    margin: 40px 0 0;
    padding: 0 10px;
}

.common-third-row {
    padding: 10px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom: 1px dotted var(--black);
}

.common-third-item01 {
    padding: 0 10px 0 0;
    width: 100%;
    flex: 1;
}

.common-third-row:first-child {
    padding: 0 0 10px;
}

.common-third-item-text01 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.1294)), 18px);
    font-weight: 300;
    letter-spacing: 0.05em;
}

.common-third-item-text02 {
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1294)), 14px);
    font-weight: 300;
    letter-spacing: 0.05em;
}

.common-fourth-container {
    padding: 60px 15px;
    width: 100%;
    border: 1px solid var(--black);
}

.common-fourth-area {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.common-fourth-title-box {
    padding: 0 0 10px;
    display: inline-block;
    position: relative;
}

.common-fourth-title-box::before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: var(--black);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.common-fourth-text-box {
    margin: 40px 0 0;
    text-align: center;
}

.common-fourth-btn-area {
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.common-fourth-btn-area .text01 {
    text-decoration: underline;
}

.common-sixth-frame {
    max-width: 1650px;
    width: 100%;
    margin: 60px auto 0 0;
}

.common-sixth-main-title-area {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.common-sixth-container {
    max-width: 1560px;
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.common-sixth-img-box {
    width: 100%;
}

.common-sixth-address-container {
    width: 100%;
}

.common-sixth-logo-box {
    margin: 0 auto;
    max-width: 120px;
    width: 100%;
}

.common-sixth-address-area {
    margin: 40px 0 0;
}

.common-sixth-address-row {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid var(--black);
}

.common-sixth-address-row:first-child {
    padding: 0 0 10px;
}

.common-sixth-address-th {
    width: 100%;
}

.common-sixth-address-td {
    width: 100%;
}

.common-sixth-sns-area {
    margin: 40px 0 0;
}

.common-fifth-reserve-container {
    margin: 60px 0 0;
    padding: 40px 20px;
    border: 1px solid var(--black);
}

.common-fifth-reserve-area {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
}

.common-fifth-area {
    max-width: 1160px;
    width: 100%;
    margin: 60px auto 0;
}

.common-fifth-text-box02 {
    margin: 20px 0 0;
}

.common-fifth-link-area {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 13%;
    position: relative;
    z-index: 1;
}

.common-map-box {
    width: 100%;
}

.map {
    width: 100%;
    height: 300px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/

    .common-third-row {
        flex-direction: row;
    }

} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================

===========================================================*/

/*===========================================================
下層カバー
===========================================================*/

/*===========================================================
inner
===========================================================*/

    .in-wrapper {
        padding: 80px 0;
    }

/*===========================================================
共通パーツ
===========================================================*/

    .common-id-position {
        top: -80px;
    }

    .common-third-container {
        margin: 80px 0 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .common-third-row {
        flex-direction: column;
    }

    .common-sixth-frame {
        margin: 80px auto 0 0;
    }

    .common-sixth-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .common-sixth-img-box {
        max-width: 899px;
    }

    .common-sixth-address-container {
        max-width: 550px;
    }

    .common-sixth-logo-box {
        margin: 0;
    }

    .common-sixth-address-area {
        margin: 40px 0 0;
    }

    .common-sixth-address-row {
        flex-direction: row;
        align-items: flex-start;
    }

    .common-sixth-address-th {
        width: 20%;
    }

    .common-sixth-address-td {
        width: 80%;
    }

    .common-fifth-reserve-container {
        margin: 80px 0 0;
        padding: 60px 20px;
    }

    .map {
        height: 450px;
    }

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================

===========================================================*/

/*===========================================================
パンくず
===========================================================*/

    .bread-box {
        font-size: 14px;
    }

/*===========================================================
inner
===========================================================*/

    .in-wrapper {
        padding: 150px 0;
    }

/*===========================================================
共通パーツ
===========================================================*/

    .common-id-position {
        top: -120px;
    }

    .common-third-row {
        flex-direction: row;
    }


} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 