.access_sec h2{
    margin-bottom: 4rem;
}
.access_sec iframe{
    width: 100%;
    height: 27.125rem;
    margin-bottom: 2rem;
}
.access_sec p{
    margin-bottom: 1.25rem;
    text-align: center;
}
.access_sec strong{
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    display: block;
}

.access_sec a{
    border-radius: 3.125rem;
background: #4C3B30;
padding: 1rem 2.1875rem;
display: inline-block;
color: #FFF;
text-align: center;
font-size: 1.25rem;
font-weight: 700;
line-height: 100%;
}

/*---▼車でお越しの方▼---*/
.car_sec{
    background: #fff;
}
.car_sec .flex_box{
    gap:1.5rem;
}
.car_sec h2{
    margin-bottom: 4rem;
}
.car_sec .flex_box>div{
    flex:1;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.car_sec .flex_box>div:first-child{
    padding-right: 1.5rem;
    border-right: 1px solid #000;
}
.car_sec .flex_box>div p{
    margin-bottom: auto;
}
.car_sec .flex_box>div iframe{
height: 28.0625rem;
margin-top: 1.38rem;
width: 100%;
}


/*---▼電車でお越しの方▼---*/
.train_sec h2{
    margin-bottom: 2rem;
}
.train_sec .train_img{
    margin: 0rem 10rem 8rem 10rem;
}

.train_sec .flex_box{
    gap:3rem;
}
.train_sec .flex_box>div{
    flex:1;
}
.train_sec iframe{
    width: 100%;
    height: 27.125rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 780px) {
.access_sec h2,.train_sec h2,.car_sec h2{
    margin-bottom: 2rem;
}
.car_sec .flex_box>div:first-child {
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-right: none;
    border-bottom: 1px solid #000;
}
.train_sec .train_img{
    margin: 0rem 0rem 4rem 0rem;
}
}