@charset "UTF-8";



/*最上部画像
-------------------------------------*/
.top-img {
    position: relative;
    width: 100%;
    padding: 0 0 27px;
    background: #f5f4ed;
}

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

/*見出し
-------------------------------------*/
.top-img h2 {
    position: absolute;
    top: 45%;
    right: 20%;
    margin: 0;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    color: #FFF;
}

@media screen and (max-width: 900px) {
    .top-img h2 {
        text-align: center;
        top: 25%;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 1.6rem;
    }
}

main h3 {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
}

main h3.w-9r {
    width: 38rem;
    margin: 75px auto 50px;
    border-left: 2px dotted #707070;
    border-right: 2px dotted #707070;
    box-sizing: border-box;
}

main h3.w-4r {
    width: 18rem;
    margin: 75px auto 30px;
    border-left: 2px dotted #707070;
    border-right: 2px dotted #707070;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    main h3 {
        font-size: 1.7rem;
    }

    main h3.w-9r {
        width: 29rem;
        margin: 35px auto 20px;
    }

    main h3.w-4r {
        margin: 35px auto 20px;
    }
}


/*コンテンツ
-------------------------------------*/
h4 {
    background: #C6BB93;
    color: #fff;
    font-size: 2.0rem;
    padding: 0.5rem 2rem;
}

@media screen and (max-width: 900px) {
    h4 {
        margin: 2rem auto;
        font-size: 1.8rem;
        padding: 0.8rem 1rem;
        text-align: center;
    }
}

.cont-area,
.cont-area2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cont-area3 {
    width: 100%;

}

@media screen and (max-width: 900px) {

    .cont-area,
    .cont-area2 {
        display: block;
        width: 94%;
        margin: 0 auto 5rem;
    }
}

.cont-area2 .cont-left {
    display: flex;
    justify-content: space-between;
    margin-right: 1.5rem;
}

@media screen and (max-width: 900px) {
    .cont-area2 .cont-left {
        margin-right: 0;
    }
}

.cont-area2 .cont-right p,
.cont-area3 p {
    padding: 0.5rem 0;
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 900px) {

    .cont-area2 .cont-right p,
    .cont-area3 p {
        padding: 0.5rem 0;
        font-size: 1.4rem;
    }
}

.cont-img-box {
    width: 292px;
    margin: 0.5rem;
}


@media screen and (max-width: 900px) {
    .cont-img-box {
        margin-left: 0;
        width: 100%;
    }

    .cont-img-box img {
        object-fit: cover;
        height: 150px;
        width: 100%;
    }
}

.cont-img-box p {
    font-size: 1.2rem;
}

.mt {
    margin-top: 40px;
}

h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0;
}


.tel-button {
    width: 165px;
    height: 40px;
    line-height: 39px;
    padding-left: 15px;
    background-color: #01592D;
    border-radius: 20px;
    position: relative;
    font-size: 1.5rem;
}

.tel-button:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 50%;
    left: 20px;
    margin: -7px 0 0 0;
    background-image: url(../images/index/tel-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
}

.tel-button a {
    color: #fff;
    text-align: center;
}

.flow-title {
    display: flex;

}

.flow-title span {
    padding: 7px 15px;
    background: #01592D;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    height: 32px;
}

.flow-title .title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-left: 10px;
}

.flow-contents {
    margin-bottom: 15px;
}



@media screen and (max-width: 900px) {
    .tel-button {
        margin: 0 auto;
    }
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin-top: 100px;
}
