@charset "UTF-8";
main {
    padding-top: 78px;
    padding-bottom: 50px;
}
.inner {
    padding: 0 140px;
}
.cmnfr>.inner {
    padding: 0 40px;
}
.page_top {
    width: 95%;
    margin: 0 auto 71px;
    max-width: 1290px;
    height: 250px;
    position: relative;
}
.page_top_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 125px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #FFFFFF;
    background-position: center;
    background-size: cover;
}
.page_top_wrapper::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #2C0C0080;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}
.page_top_ttl {
    position: relative;
    z-index: 2;
    line-height: 1.5;
    text-align: center;
}
.page_top_ttl>h1 {
    font-size: 30px;
    margin-bottom: 13px;
}
.page_top_ttl>p {
    font-size: 15px;
    font-family: 'Kanit';
}
.page_top_pnkz {
    position: absolute;
    z-index: 2;
    bottom: 29px;
    left: 6%;
    font-size: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.page_top {
    width: auto;
    margin: 0 0 30px;
    max-width: unset;
    height: auto;
}

.page_top_wrapper {
    color: #2C0C00;
    margin-bottom: 70px;
}
.page_top_wrapper::before {
    display: none;
}
.page_top_ttl {
    margin-bottom: 30px;
}
.page_top_pnkz {
    position: unset;
}
section {
    margin-bottom: 50px;
}
.section_ttl {
    padding-left: 14px;
    font-size: 23px;
    line-height: 1;
    position: relative;
    margin-bottom: 25px;
}
.section_ttl::before {
    content: "";
    width: 3px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1.5px;
    background: #378E2C;
}
.address {}
.address_wrapper {
    display: grid;
    grid-template-columns: 5fr 11fr;
}
.address_txt {}
.address_txt_cnt {}
.address_txt_cnt  a {
    color: #C75C1D;
    text-decoration: underline;
}
.address_map {
    width: 100%;
    height: auto;
    aspect-ratio: 33 / 22;
    background-color: aquamarine;
}
.traffic {}
.traffic_wrapper {}
.car {}
.car_wrapper {}
.car_cnt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.car_box {
    padding: 30px;
    border-radius: 5px;
    background: #FFFFFF;
}
.car_box_img {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
}
.car_box_img>img {
    width: 100%;
    height: auto;
}
.car_box_txt {}
.car_box_txt>p {
    padding-left: 18px;
    margin-bottom: 10px;
    position: relative;
}
.dotted::before {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #378E2C;
    left: 0;
    top: 10px;
}
.txt_l {
    font-size: 20px;
}


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

@media screen and (max-width:768px) {
    main {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .inner {
        padding: 0 24px;
    }
    .cmnfr>.inner {
        padding: 0 24px;
    }
    .page_top {
        margin-bottom: 23px;
    }
    .page_top_wrapper {
        overflow: unset;
        margin-bottom: 23px;
    }
    .page_top_wrapper::before {}
    .page_top_ttl {
        margin-bottom: 20px;
    }
    .page_top_ttl>h1 {
        font-size: 23px;
        margin-bottom: 8px;
    }
    .page_top_ttl>p {
        font-size: 13px;
    }
    .page_top_pnkz {
        flex-flow: wrap;
        justify-content: center;
    }
    .page_top {}
    .page_top_wrapper::before {}
    .page_top_ttl {}
    .page_top_pnkz {}
    section {
        margin-bottom: 30px;
    }
    .section_ttl {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section_ttl::before {
        height: 18px;
    }
    .address {}
    .address_wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .address_txt {}
    .address_txt_cnt {}
    .address_txt_cnt  a {}
    .address_map {}
    .traffic {}
    .traffic_wrapper {}
    .car {}
    .car_wrapper {}
    .car_cnt {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .car_box {
        padding: 20px;
    }
    .car_box_img {
        margin-bottom: 15px;
    }
    .car_box_img>img {}
    .car_box_txt {}
    .car_box_txt>p {
        margin-bottom: 5px;
        padding-left: 10px;
    }
    .dotted::before {
        top: 9px;
        width: 5px;
        height: 5px;
    }
    .txt_l {
        font-size: 16px;
    }

}
