@charset "UTF-8";
/* コンテンツ */

#title section span:nth-child(1) {
    background-image: url("../img/title_bg.webp");
}

.sub_box {
    margin-bottom: 5em;
}
.sub_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sub_box ul li:first-child {
    margin-right: 5em;
    text-align: center;
    line-height: 1.5;
}
.sub_box ul li:first-child h3 {
    font-size: 2.4em;
}
.sub_box ul li:last-child {
    text-align: left;
    line-height: 1.7;
}
.sub_box ul li:last-child h4 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.tx2 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.map_img {
    position: relative;
    width: 100%;
    margin-bottom: 5em;
}
.map_img section img {
    width: 100%;
}
.swipe {
    display: none;
}

.mt_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mt_box1 ul li {
    width: 30%;
}
.mt_box1 ul li img {
    width: 100%;
}
.mt_box1 ul li h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.mt_box1 ul li p {
    line-height: 1.6;
    font-size: 0.92em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}
.mt_box1 ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1em;
}

.mt_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mt_box2 ul li {
    width: 29%;
}
.mt_box2 ul li img {
    width: 100%;
    margin-bottom: 1em;
}
.mt_box2 ul li h4 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.mt_box2 ul li p {
    margin-top: 1em;
    line-height: 1.6;
    font-size: 0.92em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

@media screen and (max-width: 960px) {
.sub_box {
    margin-bottom: 3em;
}
.sub_box ul {
    flex-direction: column;
}
.sub_box ul li:first-child {
    margin-right: 0;
    margin-bottom: 2em;
}
.sub_box ul li:first-child h3 {
    font-size: 2.2em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.32em;
}

.map_img {
    margin-bottom: 4em;
}
.mt_box1 ul {
    margin-bottom: -3em;
}
.mt_box1 ul li {
    width: 47%;
    margin-bottom: 3em;
}
.mt_box1 ul li:first-child {
    width: 100%;
}

}

@media screen and (max-width: 520px) {
.sub_box ul li:first-child h3 {
    font-size: 2.0em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.24em;
}

.tx2 {
    font-size: 1.32em;
}

.map_img {
    margin-bottom: 3em;
}
.map_img section {
    overflow: auto;
}
.map_img section img {
    width: 750px;
}

.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}

.mt_box1 ul {
    margin-bottom: -2em;
}
.mt_box1 ul li {
    width: 100%;
    margin-bottom: 2em;
}
.mt_box1 ul li h6 {
    text-align: center;
}
.mt_box1 ul li h6 img {
    width: 80%;
}

.mt_box2 ul {
    justify-content: space-around;
    margin-bottom: -3em;
}
.mt_box2 ul li {
    width: 70% !important;
    margin-bottom: 3em;
}
.mt_box2 ul li img {
    width: 100% !important;
    margin-bottom: 1em;
}


}
