[feature-images-column-section="1"] .text {
    margin-bottom: 61px;
}

p {
    text-align: center;
}

h1 {
    font-size: 3.8rem;
}

dl {
    display: flex;
    flex-wrap: wrap;
}

dl dt {
    width: 15%;
}

dl dd {
    width: 85%;
    margin-bottom: 15px;
}

.flex {
    margin: 50px 0;
    display: flex;
    align-items: flex-start;
}

.text {
    text-align: center;
}

.fa-solid {
    margin-left: 10px;
}

.logo {
    width: 100px;
    height: auto;
    display: block;
}

#main_mv {
    background-position: top right;
    background-size: cover;
    width: auto;
    height: 75vh;
}

#main_txt {
    width: auto;
    height: auto;
    padding: 40px 60px;
    top: 70%;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#main_txt h1 {
    font-size: 7rem;
    line-height: 4rem;
}

#main_txt img {
    margin: 15px auto 0;
}

#detail+.flex {
    margin: 50px 0;
    justify-content: space-around;
}

#detail-items h2 {
    font-size: 50px;
    margin-bottom: 55px;
}

#detail-items .flex:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.detail_flex_txt {
    width: 580px;
    padding: 50px 0;
}

.right_padding50 {
    padding-right: 50px;
}

.left_padding50 {
    padding-left: 50px;
}

#photo img,
#leaflet img {
    width: 100%;
    height: auto;
}

#info .flex {
    width: 100%;
    height: auto;
    margin-top: 85px;
    justify-content: space-around;
}

#info-txt {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 56px;
}

.y_center {
    margin: 0 auto;
    text-align: center;
}

#logo_leathersday {
    width: 250px;
    height: auto;
}