@charset "UTF-8";
/* CSS Document */

.specialcnts {
    background-color: #fff;
    margin-bottom: 50px;
    border-top: 8px solid #e45f4c;
    padding: 36px 30px 47px;	
}
.specialcnts .cnts h3 {
    text-align:  center;
}
.specialcnts .cnts .red {
    color:  #e45f4c;
    font-weight: bold;
}
.specialcnts .cnts .intro {
    text-align: center;
	font-weight: bold;
	margin: 0 0 45px;
}
.specialcnts .tour ul {
    margin: 0 20px 20px;
    clear:  both;
    overflow:  hidden;
}
.specialcnts .tour ul li {
    width:  412px;
    float:  left;
}
.specialcnts .tour ul li:nth-child(odd) {
    margin-right: 36px;
}
#container .specialcnts .tour ul li a {
    color:  #000;
    text-decoration: none;
    font-weight:  bold;
}
.specialcnts .tour ul li a img.left {
    float:  left;
    margin-right: 10px;
}
.specialcnts .tour ul li a .block {
    display:  block;
    clear:  both;
    overflow:  hidden;
    margin-bottom: 15px;
}
.specialcnts .tour ul li a .price {
    text-align:  right;
    display:  block;
    margin-top: 12px;
    color: #ff0000;
}
.specialcnts .tour ul li a img.right {
    margin-left: 230px;
}
.specialcnts .tour ul li a img.right:hover, #container .specialcnts .tour ul li a .block:hover, .specialcnts .bnr:hover {
    opacity: 0.8;
}

/* leaskdale枠 */
.leaskdale {
}
.leaskdale .cnts {
    position:  relative;
    background-image: url("../img/niagara/leaskdale_img2.png");
    background-position: 96% 90%;
    background-repeat:  no-repeat;
    background-size: 260px 322px;
}
.leaskdale .cnts:before {
    content:  "";
    position:  absolute;
    width: 365px;
    height: 511px;
    background-image: url("../img/niagara/leaskdale_img1.png");
    background-position:  0 0;
    background-repeat:  no-repeat;
    background-size: 100% 100%;
}
.leaskdale .cnts h3 {
    margin-bottom: 30px;
}
.leaskdale .cnts .right {
    width: 494pxpx;
    margin-left: 406px;
    display:  block;
}
.leaskdale .cnts .right p+p {
    margin-top: 2em;
}
.leaskdale .cnts .left {
    margin: 156px 153px 0 48px;
    padding-bottom: 55px;
    display:  block;
    clear: both;
    overflow: hidden;
}
.leaskdale .cnts .left > img {
    float:  left;
    margin-right: 15px;
}
.leaskdale .cnts .left p.sml {
    float:  left;
    width: 494px;
    font-size: 13px;
    line-height: 1.3rem;
}
.leaskdale .cnts .left p .main {
    width: 494px;
    margin-bottom: 12px;
}
.leaskdale .tour h4 {
    display:  block;
    background-color: #e45f4c;
    color:  #fff;
    padding: 10px 0 10px 55px;
    font-size: 20px;
    font-weight:  bold;
    margin-bottom: 18px;
    background-image: url("../img/niagara/leaskdale_icon1.png");
    background-position: 13px 50%;
    background-repeat:  no-repeat;
    background-size: 24px 29px;
}
.leaskdale .tour ul {
    margin-bottom: 45px;
}

/* legendary experience枠 */
.legendary {
    clear: both;
}
.legendary .cnts h3 {
    margin-bottom: 30px;
}
.legendary .topic {
    display: flex;
}
.legendary .topic:last-child {
    padding-bottom: 70px;
}
.legendary .topic strong {
    font-size: 20px !important;
    line-height: 1.8;
}
.is-winery {
    min-height: 360px;
    background: url("../img/niagara/legendary_img1.png") right top no-repeat;
	background-size: 444px 355px;
}
.is-winery p {
    width: 405px;
    padding-top: 30px;
    padding-left: 20px;
}
.is-stay {
    min-height: 390px;
    background: url("../img/niagara/legendary_img2.png") 10px top no-repeat;
	background-size: 435px 380px;
    margin-top: 0;
}
.is-stay p {
    width: 460px;
    background: url("../img/niagara/legendary_img4.png") 790px 200px no-repeat;
    padding-top: 40px;
    padding-left: 460px;
}
.is-powerstation {
    min-height: 285px;
    background: url("../img/niagara/legendary_img3.png") 475px top no-repeat;
	background-size: 385px 271px;
    margin-top: -40px;
}
.is-powerstation p {
    width: 400px;
    padding-top: 60px;
    padding-left: 20px;
}
.legendary .tour h4 {
    display:  block;
    background-color: #e45f4c;
    color:  #fff;
    padding: 10px 0 10px 10px;
    font-size: 20px;
    font-weight:  bold;
    margin-bottom: 18px;
}


