
@charset "utf-8";
h1{
background:rgba(242,239,227,0.6);
text-align:center;
width:100%;
height:110px;
position:relative;
z-index:10;
}

.page_tit{
background:url(../img/tit_bg.png);
background-size:cover;
padding:180px 0;
max-height:550px;
display:flex;
justify-content:center;
align-items:center;
margin-bottom:80px;
}

.point_txt{
font-size:20px;
line-height:2em;
text-align:center;
margin-bottom:120px;
}

.point_area{
padding:80px 0 200px;
background:#f1eee2;
margin-bottom:90px;
}
.point_area ul{
width:calc(100% - 220px);
max-width:1200px;
margin:0 auto;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.point_area li{
margin-bottom:90px;
}
.point_area li:last-child{
margin-bottom:0;
}

.point_contact{
text-align:center;
margin-bottom:120px;
}


@media screen and (max-width: 950px) {
h1{
text-align: center;
position:static;
transform: translateX(0);
z-index:10;
width:auto;
background:transparent;
}

.page_tit{
background-size:cover;
padding:10% 0;
max-height:300px;
margin-bottom:5%;
}

.point_txt{
font-size:17px;
margin:0 auto 10%;
line-height:1.5em;
width:90%;
}


.point_area{
padding:10% 0 15%;
margin-bottom:10%;
}
.point_area ul{
width:90%;
margin:0 auto;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.point_area li{
margin-bottom:10%;
}
.point_area li:last-child{
}

.point_contact{
margin-bottom:10%;
}
}


