@charset "utf-8";
/* CSS Document */

.l-content-main[data-type="hotel"] {
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(/tourism/recommende/tourism_hotel/img/body_bg_hotel.jpg) center center;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(/tourism/recommende/tourism_hotel/img/body_bg_hotel.jpg) center center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(/tourism/recommende/tourism_hotel/img/body_bg_hotel.jpg) center center;
    background-size: cover;
    margin: 0;
}

h1 {
  padding: 1rem 2rem;
  border-top: 6px double #FFFFFF;
  border-bottom: 6px double #FFFFFF;
  font-size: 3rem;
  font-family: "kozuka-mincho-pro",serif;
  
}

.m-list-bnr_txt{
    margin: 10px 0 0;
    padding-left: 13px;
    font-size: 2.5rem;
	font-weight: bold;
	font-family: "kozuka-mincho-pro",serif;
}
 