/*-------------------------------------------------
|- main-ttl
-------------------------------------------------*/
.main-ttl {
    width: 100%;
    padding: 115px 0;
    text-align: center;
    background: url(/iereno/assets/img/bg003.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.main-ttl__img {
    width: 633px;
}
.main-ttl__txt {
    margin-top: 20px;
    color: #fff;
    font-size: var(--font-size20);
    font-weight: bold;
    letter-spacing: .2rem;
    display: block;
}
.main-txt {
    width: 95%;
    margin: 65px auto 40px;
    font-size: var(--font-size17);
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 767px){
    .main-ttl {
        padding: 17px 0;
    }
    .main-ttl__img {
        width: 82%;
    }
    .main-ttl__txt {
        margin-top: 0;
        font-size: var(--font-size13);
    }
    .main-txt {
        margin: 20px auto 30px;
        font-size: var(--font-size13);
    }
}

/*-------------------------------------------------
|- top-nav
-------------------------------------------------*/
.top-nav {
    width: 90%;
    max-width: 1285px;
    padding-top: 188px;
    margin: -103px auto 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #231815;
    display: flex;
    justify-content: center;
}
.top-nav > * + * {
    margin-left: 2%;
}
.top-nav__item {
    width: 200px;
}
.top-nav__link {
    padding: 10px 0;
    text-align: center;
    display: block;
    transition: .3s;
}
.top-nav__link:hover {
    background: rgba(214,211,197,.6);
}
.top-nav__link.active {
    background: rgba(214,211,197,.6);
}
.top-nav__guide {
    width: 77px;
}
.top-nav_txt {
    margin-top: 5px;
    font-size: var(--font-size15);
    font-weight: bold;
    display: block;
}
@media screen and (max-width: 767px){
    .top-nav {
        position: relative;
        width: 77%;
        margin: 25px auto 0;
        padding: 0;
        border: 0;
        flex-wrap: wrap;
    }
    .top-nav::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
    }
    .top-nav__item {
        width: 50%;
        margin: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #d5d1c4;
        box-sizing: border-box;
    }
    .top-nav__item:nth-child(odd){
        border-right: 1px solid #d5d1c4;
    }
    .top-nav__item:nth-child(n+3){
        padding: 10px 0 0;
        border-bottom: 0;
    }
    .top-nav__link {
        width: 86%;
        margin: 0 auto;
        padding: 5px 0;
    }
    .top-nav__guide {
        width: 55%;
    }
    .top-nav_txt {
        margin: 0;
        font-feature-settings: 'palt';
        font-size: var(--font-size12);
        line-height: 1.5;
    }
}
/*-------------------------------------------------
|- footer-nav
-------------------------------------------------*/
.footer-nav {
    padding-top: 30px;
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 1px solid #2318;
}
@media screen and (max-width: 767px){
    .footer-nav {
        border: 0;
    }
}
/*-------------------------------------------------
|- section
-------------------------------------------------*/
.section {
    margin: 60px auto;
}
.section-ttl {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 50px;
    display: grid;
}
.section-ttl__txt {
    width: 100%;
    padding: 10px 0;
    font-size: var(--font-size30);
    font-weight: bold;
    text-align: center;
    letter-spacing: .1rem;
    border: 1px solid #231815;
    box-sizing: border-box;
    display: block;
}
.section-ttl__guide {
    max-width: 146px;
    margin-left: 15px;
}
.section-txt {
    font-size: var(--font-size17);
    font-weight: bold;
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 767px){
    .section {
        margin: 50px auto 0;
    }
    .section-ttl {
        width: 80%;
        margin: 0 auto 10px;
    }
    .section-ttl__guide {
        max-width: 90px;
        margin-left: 20px;
    }
    .section-ttl__txt {
        padding: 7px 0;
        font-size: var(--font-size17);
    }
    .section-txt {
        font-size: var(--font-size13);
    }
}
/*-------------------------------------------------
|- point-block
-------------------------------------------------*/
.point-block {
    width: 95%;
    margin: 100px auto 0;
}
.point-block:nth-child(n+3) {
    margin: 150px auto 0;
    /* background: pink; */
}
.point-ttl {
    margin-bottom: 30px;
    display: grid;
}
.point-ttl__img {
    max-width: 132px;
    margin: 0 auto 10px;
}
.point-ttl__txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: var(--font-size20);
    font-weight: bold;
    text-align: center;
    letter-spacing: .1rem;
    background: #a08e6f;
}
.point-txt {
    font-size: var(--font-size16);
    text-align: center;
    line-height: 2;
}
.check-txt {
    color: #cf6d2d;
    font-size: var(--font-size18);
    display: flex;
    justify-content: center;
    align-items: center;
}
.check-txt__img {
    max-width: 69px;
    margin-right: 10px;
}
@media screen and (max-width: 767px){
    .point-block {
        margin: 40px auto 0;
    }
    .point-block:nth-child(n+3) {
        margin: 90px auto 0;
    }
    .point-ttl {
        margin-bottom: 20px;
    }
    .point-ttl__img {
        max-width: 95px;
    }
    .point-ttl__txt {
        padding: 2px 10px;
        font-size: var(--font-size14);
        line-height:1.3;
    }
    .point-txt {
        font-size: var(--font-size13);
    }
    .check-txt {
        font-size: var(--font-size13);
    }
    .check-txt__img {
        max-width: 40px;
    }
}
/*-------------------------------------------------
|- inquiry-btn
-------------------------------------------------*/
.inquiry-btn {
    width: 510px;
    margin: 0 auto 130px;
}
.inquiry-btn__link {
    width: 100%;
    padding: 20px 0 24px;
    background: url(/iereno/assets/common/img/bg004.jpg);
    border-radius: 30px;
    display: grid;
}
.inquiry-btn__txt {
    color: #fff;
    font-size: var(--font-size32);
    font-weight: bold;
    text-align: center;
    letter-spacing: .2rem;
}
.inquiry-btn__img {
    width: 125px;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 767px){
    .inquiry-btn {
        width: 60%;
        margin: 0 auto 60px;
        border: 1px solid #000;
        box-sizing: border-box;
    }
    .inquiry-btn__link {
        padding: 15px 0 10px;
        background: #d78148;
        border-radius: 0;
    }
    .inquiry-btn__img {
        width: 90%;
        margin: 0 auto 5px;
    }
    .inquiry-btn__txt {
        color: #fff;
        font-size: var(--font-size14);
        font-weight: bold;
    }
}
/*-------------------------------------------------
|- mainVisualBlock
-------------------------------------------------*/
@media screen and (max-width: 767px){
}
/*-------------------------------------------------
|- btnArea
-------------------------------------------------*/
.btnArea {
    margin: 50px auto;
    width: 23%;
    max-width: 323px;
}
@media screen and (max-width: 767px){
    .btnArea {
        width: 81%;
        max-width: none;
    }
}
/*-------------------------------------------------
|- cs-topLink
-------------------------------------------------*/
.cs-topLink {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    background-color: #2a2a2a;
    display: block;
    transition: all .2s;
}
.cs-topLink:hover {
    opacity: 0.8;
    transition: all .2s;
}
