#distant .wrapper {
    margin: 0 auto;
    width: 980px;
}

@media only screen and (max-width: 1080px) {
    #distant .wrapper {
        width: 90.74074vw;
    }
}

@media only screen and (max-width: 736px) {
    #distant .wrapper {
        width: 84.375vw;
    }
}

#distant .ib,
.top__distant__bnr .ib {
    display: inline-block;
}

#distant .pcb {
    display: inline-block;
}

@media only screen and (max-width: 736px) {
    #distant .pcb {
        display: inline;
    }
}

#distant .block__ttl span .ib::after {
    content: none;
}

#distant section {
    margin-bottom: 120px;
}

@media only screen and (max-width: 736px) {
    #distant section {
        margin-bottom: 18.75vw;
    }
}

#distant section:last-of-type {
    margin-bottom: 160px;
}

@media only screen and (max-width: 736px) {
    #distant section:last-of-type {
        margin-bottom: 25vw;
    }
}

#distant .lead {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 2.4em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #3e3a3a;
}

@media only screen and (max-width: 736px) {
    #distant .lead {
        margin-bottom: 7.8125vw;
        font-size: 3.75vw;
        font-weight: 300;
        line-height: 2.2em;
        text-align: left;
    }
}

#distant .photo img {
    width: 100%;
}

#distant .intro .photo {
    margin-top: 10px;
}

#distant .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media only screen and (max-width: 900px) {
    #distant .flexbox {
        display: block;
    }
}

#distant .flexbox .photo {
    width: 440px;
}

@media only screen and (max-width: 900px) {
    #distant .flexbox .photo {
        margin-bottom: 30px;
        width: 100%;
    }
}

#distant .plan .point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #ebe9e3;
}

@media only screen and (max-width: 736px) {
    #distant .plan .point {
        display: block;
    }
}

#distant .plan .point li {
    padding: 28px 0;
    width: 48%;
    border-bottom: 1px solid #ebe9e3;
    box-sizing: border-box;
}

@media only screen and (max-width: 736px) {
    #distant .plan .point li {
        padding: 5.46875vw 0;
        width: 100%;
    }
}

#distant .plan .point li h3 {
    margin-bottom: 10px;
    padding-left: 14px;
    border-left: 3px solid #d7c390;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    color: #42210B;
}

@media only screen and (max-width: 736px) {
    #distant .plan .point li h3 {
        font-size: 4.0625vw;
    }
}

#distant .plan .point li p {
    font-size: 15px;
    line-height: 1.9em;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 736px) {
    #distant .plan .point li p {
        font-size: 3.4375vw;
        font-weight: 300;
    }
}

#distant .item__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

@media only screen and (max-width: 736px) {
    #distant .item__list {
        margin-bottom: 9.375vw;
    }
}

#distant .item__list .item {
    margin-bottom: 40px;
    width: 48%;
}

@media only screen and (max-width: 736px) {
    #distant .item__list .item {
        margin-bottom: 0;
        width: 100%;
    }

    #distant .item__list .item:not(:last-child) {
        margin-bottom: 6.25vw;
    }
}

#distant .item__list .item figure {
    margin-bottom: 15px;
}

#distant .item__list .item figure img {
    width: 100%;
}

@media only screen and (max-width: 736px) {
    #distant .item__list .item figure {
        margin-bottom: 2.34375vw;
    }
}

#distant .item__list .item .item__title {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #42210B;
}

@media only screen and (max-width: 736px) {
    #distant .item__list .item .item__title {
        margin-bottom: 1.5625vw;
        font-size: 4.0625vw;
        line-height: 1.8em;
    }
}

#distant .item__list .item .item__text {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.9em;
    text-align: center;
}

@media only screen and (max-width: 736px) {
    #distant .item__list .item .item__text {
        font-size: 3.4375vw;
        font-weight: 300;
        text-align: inherit;
    }
}

#distant .way .text {
    width: 480px;
}

@media only screen and (max-width: 900px) {
    #distant .way .text {
        width: 100%;
    }
}

#distant .way .text h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #42210B;
}

@media only screen and (max-width: 736px) {
    #distant .way .text h3 {
        font-size: 4.0625vw;
    }
}

#distant .way .text p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.9em;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 736px) {
    #distant .way .text p {
        font-size: 3.4375vw;
        font-weight: 300;
    }
}

#distant .way .text .c__btn {
    margin-top: 30px;
}

@media only screen and (max-width: 736px) {
    #distant .way .text .c__btn {
        margin: 7.8125vw auto 0;
    }
}

.top__distant__bnr {
    padding: 0 0 100px;
    background: rgba(214, 126, 70, 0.078);
}

@media only screen and (max-width: 736px) {
    .top__distant__bnr {
        padding-bottom: 15.625vw;
    }
}

.top__distant__bnr a {
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    width: 1130px;
    background: #fff;
    border: 1px solid #e4ddcd;
    box-shadow: 0 2px 10px rgba(66, 33, 11, 0.06);
    transition: 0.4s;
}

.top__distant__bnr a:hover {
    border-color: #d7c390;
    box-shadow: 0 6px 20px rgba(66, 33, 11, 0.14);
}

.top__distant__bnr a:hover .more {
    background: #5c3216;
}

@media only screen and (max-width: 1080px) {
    .top__distant__bnr a {
        width: 98.26087vw;
    }
}

@media only screen and (max-width: 736px) {
    .top__distant__bnr a {
        display: block;
        margin-left: auto;
        margin-right: 0;
        width: 92.1875vw;
    }
}

.top__distant__bnr .photo {
    width: 565px;
    overflow: hidden;
}

@media only screen and (max-width: 1080px) {
    .top__distant__bnr .photo {
        width: 49.13043vw;
    }
}

.top__distant__bnr .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 736px) {
    .top__distant__bnr .photo {
        width: 100%;
        height: 46.875vw;
    }
}

.top__distant__bnr .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 55px;
    width: 565px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1080px) {
    .top__distant__bnr .text {
        padding: 3.47826vw 4.34783vw;
        width: 49.13043vw;
    }
}

@media only screen and (max-width: 736px) {
    .top__distant__bnr .text {
        padding: 6.25vw 5.46875vw 7.8125vw;
        width: 100%;
    }
}

.top__distant__bnr .text .eng {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #d7c390;
}

.top__distant__bnr .text .ttl {
    margin-bottom: 18px;
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    color: #3e3a3a;
}

@media only screen and (max-width: 736px) {
    .top__distant__bnr .text .eng {
        margin-bottom: 3.125vw;
        font-size: 3.125vw;
    }

    .top__distant__bnr .text .ttl {
        margin-bottom: 3.125vw;
        font-size: 4.375vw;
    }
}

.top__distant__bnr .text .txt {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 0.02em;
    color: #3e3a3a;
}

.top__distant__bnr .text .more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    border-radius: 50px;
    background: #42210B;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #fff;
    transition: 0.4s;
}

.top__distant__bnr .text .more::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    width: 6px;
    height: 6px;
}

@media only screen and (max-width: 736px) {
    .top__distant__bnr .text .more {
        margin: 0 auto;
        width: 62.5vw;
        height: 14.0625vw;
        border-radius: 7.8125vw;
        font-size: 3.4375vw;
    }

    .top__distant__bnr .text .more::after {
        right: 9.375vw;
        width: 1.25vw;
        height: 1.25vw;
        border-width: 2px 2px 0 0;
    }
}

@media only screen and (max-width: 736px) {
    .top__distant__bnr .text .txt {
        margin-bottom: 5.46875vw;
        font-size: 3.4375vw;
        font-weight: 300;
    }
}
