.recommend .fix-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.place .place-list .list .item a {
    pointer-events: none;
}
.recommend .fix-item .item{
    text-align: center;
    width: 28%;
    margin: 0 1% 70px;
}
@media (max-width:767px) {
    .recommend .fix-item .item{
        width: 100%;
        margin: 0 0 40px;
    }   
}
.recommend .fix-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.recommend .fix-item .item{
    text-align: center;
    width: 28%;
    margin: 0 1% 70px;
}
/* .mv{
	background: #e3eaf0;
	padding: 137px 0 0;
} */
.mv{
	background: url(../img/mv_bg.jpg) no-repeat!important;
	    background-size: cover;
    /* padding: 170px 0 0!important; */
}
.mv2 .content{
	width: 1200px;
    margin: auto;
    
}
@media (max-width:767px) {
/* .mv{
	padding: 0!important;
}	 */
    .recommend .fix-item .item{
        width: 100%;
        margin: 0 0 40px;
    }
    .mv2 .content{
	width: auto;
    
}   
}

.message .tel {
    padding: 20px 40px 30px;
}
.message .tel .num{
	position: relative;
}
.message .tel .tel-txt{
	position: absolute;
	font-size: 1.2rem;
	display: block;
	right: 0;
	bottom: -15px;
}
@media (max-width:767px) {
.message .tel .tel-txt{
	font-size: .8rem;
	
}	
}
@media (max-width: 576px) {
    .message .tel {
        padding: 10px 20px 20px;
    }
}

.header-notice{
    background: #d42828;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 5px 0 8px;
    font-size: 3.5rem;
}
.header{
    padding: 10px 0 0;
}
.mv {
    padding: 250px 0 0;
}
.mv.mv2 {
    padding: 150px 0 0;
}
@media (max-width: 576px) {
    .header-notice{
        position: relative;
        padding: 5px 0 8px;
        font-size: 1.7rem;
        top: 10px;
    }
    .mv {
        padding:10px 0 0;
    }  
    .mv.mv2 {
        padding: 0 0 0;
    }
    .header.header2{
        padding: 10px 0;
    }
}

.fileDescription{
	margin: 0 auto 25px;
    width: 80%;
}
.fileDescription__estimate{
	font-size: .85rem;
	margin: 0 0 10px;
}
.fileDescription__item__ttl{
	margin-bottom: 10px;
}
.fileDescription__list{
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	font-size: .85rem;
}
.fileDescription__box__row {
        display: flex;
        justify-content: space-between;
    }
.fileDescription__box__row__ph {
        width: 48%;
    }    
.fileDescription__item {
	        padding: 10px;
        border: 1px solid #ccc;
        width: 32%;
        margin-bottom: 10px;
}
.fileDescription__txt {
	margin-top: 8px;
}
@media(max-width:960px){
 .fileDescription__item {
        width: 48%;
 }	
}
@media(max-width:767px){
 .fileDescription__item {
        width: 100%;
 }	
}