@charset "utf-8";


#title {
    background-image:url("../../img/lod_do_pc.webp");
    color: #222;
    text-shadow:none;
}
#title section {
    background-color: rgba(255,255,255,0.9);
    padding: 2em 4em 2.5em;
}

.larea_box {
    
}
.larea_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.larea_box ul li:first-child {
    width: 52%;
    margin-bottom: 4em;
}
.larea_box ul li:first-child img {
    width: 100%;
}
.larea_box ul li:first-child h3 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 1em;
}
.larea_box ul li:first-child p {
    line-height: 1.7;
    margin-bottom: 3em;
}
.larea_box ul li:last-child {
    width: 48%;
}
.larea_box ul li:last-child img {
    width: 100%;
}

.loc_img ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.loc_img ul li {
    width: 23%;
    margin-bottom: 2em;
}
.loc_img ul li img {
    width: 100%;
}
.loc_img ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.7em;
}

.loc_img2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.loc_img2 ul li:nth-child(1) {
    width: 29%;
}
.loc_img2 ul li:nth-child(2) {
    width: 17%;
}
.loc_img2 ul li:nth-child(3) {
    width: 20%;
}
.loc_img2 ul li:nth-child(4) {
    width: 34%;
}
.loc_img2 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.loc_img2 ul li ul {
    height: 100%;
}
.loc_img2 ul li ul li {
    width: 100% !important;
    height: 50% !important;
}

.areamap img {
    width: 100%;
}
.swiptx {
    display: none;
    font-size: 0.84em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 0.5em;
}

@media screen and (max-width: 1024px) {
#title section {
    padding: 2em 4em;
}
.larea_box {
    margin-bottom: 2em;
}
.larea_box ul li:first-child {
    width: 100%;
    margin-bottom: 3em;
    text-align: center;
}
.larea_box ul li:first-child h3 {
    font-size: 1.8em;
    margin-bottom: 1em;
}
.larea_box ul li:first-child h4 img {
    width: 80%;
}
.larea_box ul li:first-child p {
    line-height: 1.7;
    margin-bottom: 3em;
}
.larea_box ul li:last-child {
    width: 100%;
}

.loc_img ul li {
    width: 31%;
}
.loc_img ul li p {
    font-size: 0.76em;
}
}

@media screen and (max-width: 599px) {
#title {
    background-position: left 25% center;
}
#title section {
    padding: 2em 3em;
}
.larea_box ul li:first-child {
    margin-bottom: 3em;
    text-align: left;
}
.larea_box ul li:first-child h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
}
.larea_box ul li:first-child h4 {
    text-align: center;
}
.larea_box ul li:first-child h4 img {
    width: 80%;
}
.larea_box ul li:first-child p {
    line-height: 1.7;
    margin-bottom: 3em;
}

.loc_img ul li {
    width: 47%;
}

.loc_img2 ul li:nth-child(1) {
    width: 63%;
}
.loc_img2 ul li:nth-child(2) {
    width: 37%;
}
.loc_img2 ul li:nth-child(3) {
    width: 37%;
}
.loc_img2 ul li:nth-child(4) {
    width: 63%;
}

.areamap {
    width: 100%;
    overflow: auto;
}
.areamap img {
    width: 600px;
}
.swiptx {
    display: block;
}

}

