@charset "utf-8";
.sub_main_img {
    background: url(../images/area_info_main.jpg) no-repeat center;
    background-size: cover;
}
.area,.area2{
	display: flex;
    flex-direction: column;
    margin: 30px 0;
}
.area .area_back{
    background: #FFF;
}
.area2 .area_back{
    background: #811925;
    color: #FFF;
}
.area_back{
    width: 100%;
    padding: 30px;
}
.area_back p:first-child{
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 15px;
    background: #811925;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}
.area2 .area_back p:first-child{
    text-align: left;
    background: #FFF;
    color: #811925;
}
.access{
    margin-top: 20px;
    padding-left:3.5em;
	text-indent:-3.5em;
}

.area_img,.area_img2,.area_img3{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.area_img{
    background: url(../images/hanaguri_beach.jpg) no-repeat center bottom;
}
.area_img2{
    background: url(../images/promenade.jpg) no-repeat center bottom;
}
.area_img3{
    background: url(../images/tokuyama_zoo.jpg) no-repeat center top;
}
span.line{
    width: 100px;
}
span.line2{
    color: #FFF;
    border-color: #FFF;
}

@media (min-width: 500px) and (max-width: 768px) {
.area_back{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (min-width: 1024px) {
.area,.area2{
    flex-direction: row;
    margin: 60px 0;
}
.area2{
    flex-flow: row-reverse;
}
.area_back{
    width: 50%;
    padding: 55px 50px 0 50px;
}
.area2 .area_back{
    padding: 70px 50px 0 50px;
}
.area_back p:first-child{
    font-size: 20px;
}
.area2 .area_back p:first-child{
    text-align: center;
}
.area_img,.area_img2,.area_img3{
    width: 50%;
    height: 400px;
}
}