/*========================================
各ページののcss

　●　p02 前田旅館別館 facilities

========================================*/


/*========================================
　●　p02 前田旅館別館 facilities
========================================*/
/*------------------------- レトロ */
.retro{
 min-height: 540px;
 margin: 0 0 30px 0;
 padding: 90px 0 0 0;
 background:
  url("../images/bg/bg_line01.png") center top no-repeat,
  url("../images/bg/bg_line01.png") center bottom no-repeat,
  url("../images/bg/bg_retro01.jpg") center top no-repeat,
  #f1f1ed;
}

.retroMsg{
 width: 760px;
 height: 370px;
 margin: 0 auto 0 auto;
 padding: 20px 5px 20px 30px;
 color: #333;
 background: url("../images/bg/grd_w01.png") center top repeat-x;;
}

.retro h3{
 padding: 0 0 10px 0;
 font-size: 3.0rem;
 line-height: 1.2;
}

/*------------------------- 客室 */
.waRoom{
 width: 1140px;
 margin: 20px auto 60px auto;
 padding: 0 0 0 0;
}

.waRoom h4{
 font-size: 3.0rem;
}

.waRoomTitle{
 width: 585px;
}
.paddingL35{padding: 0 0 0 35px;}

.waRoomTitle figure{
 position: absolute; bottom: 0;
}

.waRoomTitle figure img:first-child{
 width: 175px;
 margin: 0 3px 0 0;
}

.waRoomTitle figure img{
 width: 175px;
 margin: 0 3px 0 3px;
}

.waRoomTitle figure img:hover{cursor: pointer;}

.waRoomImg{
 width: 555px;
 height: 378px;
}



/*------------------------- それ以外 */
.kannaiimg{
 padding: 20px 0;
 text-align: center;
}

.kannaiimg img{padding: 0 10px;}


.goriyou{padding-bottom: 20px;}

