.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;
}
/* .kyutoki .mv{
	background: #e3eaf0!important;
	padding: 137px 0 0;
} */

@media (max-width:767px) {

    .recommend .fix-item .item{
        width: 100%;
        margin: 0 0 40px;
    }   
}
.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;
    }
}
.bf-item{
	background: url(../img/bf_img.jpg) no-repeat center bottom;
	background-size:cover;
	padding: 50px 0;
}
.bf-item .list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.bf-item .item{
	max-width: 360px;
	margin: 0 30px;
}
.bf-item .heading{
	text-align: center;
	margin: 20px 0 50px;
}
@media (max-width: 576px) {
.bf-item .list{
	flex-wrap: wrap;
}
.bf-item .item{
	margin: 0 0 20px;
}
.bf-item .heading{
	margin: 0px 0 30px;
}	
}
.mv.blackfriday{
	padding: 137px 0 0;
	background: none;
}
@media (max-width: 576px) {
.mv.blackfriday{
	padding: 0;
}	
}
.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;
}
@media (max-width: 576px) {
    .header-notice{
        position: relative;
        padding: 5px 0 8px;
        font-size: 1.7rem;
        top: 10px;
    }
    .mv {
        padding:10px 0 0;
    }  
}
.mv.summer{
	padding: 210px 0 0;
	@media(max-width:576px){
		padding: 10px 0 0;
	}
}
.summer_sale{
	margin-bottom: 15px;
		@media(max-width:576px){
		margin-bottom: 0;
	}
}
.summer-text{
	text-align: center;
	margin: 10px 0 0;
}