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


.tx1 h3 {
    width: 70%;
    margin: 0 auto 3em;
    line-height: 0;
}
.tx1 p {
    width: 50%;
    margin: 0 auto;
}

.ev_box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.ev_box ul li {
    width: 45%;
    margin-bottom: 3em;
}
.ev_box ul li h4 {
    padding: 0.5em;
    background-color: #fff;
}
.ev_box ul li p {
    width: 50%;
    margin: 1em auto 0;
}

.ctx1 {
    text-align: center;
    margin: 1em auto 3em;
}
.ctx1 h3 {
    line-height: 1.5;
    font-size: 1.16em;
    color: #41210f;
}
.ctx1 section {
    display: inline-block;
    text-align: left;
}
.ctx1 p {
    line-height: 1.7;
    margin-top: 0.5em;
}

.tx2 {
    margin-bottom: 3em;
}

.md_box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.md_box ul li {
    width: 30%;
}

.gmap_tx {
    line-height: 1.5;
    font-size: 1.32em;
    text-align: center;
    margin-bottom: 1em;
}
.gmap_tx p {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
}
.gmap_btn {
    width: 250px;
    line-height: 0;
    margin: 2em auto 0;
}

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

}


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

.tx1 h3 {
    width: 80%;
    margin: 0 auto 1.5em;
    line-height: 0;
}
.tx1 p {
    width: 70%;
    margin: 0 auto;
}

.ev_box ul {
    margin-bottom: -2em;
}
.ev_box ul li {
    width: 100%;
    margin-bottom: 2em;
}
.ev_box ul li h4 {
    padding: 0.5em;
    background-color: #fff;
}
.ev_box ul li p {
    width: 70%;
    margin: 0.5em auto 0;
}

.ctx1 {
    text-align: left;
    margin: 2em auto 2em;
}
.ctx1 p {
    font-size: 0.84em;
    line-height: 1.5;
}

.tx2 {
    margin-bottom: 2em;
}

.md_box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.md_box ul li {
    width: 80%;
    margin-bottom: 2em;
}

.gmap_tx {
    line-height: 1.5;
    font-size: 1.16em;
    text-align: center;
    margin-bottom: 1em;
}
.gmap_btn {
    width: 200px;
}
}
