@charset "utf-8";
/* CSS Document */

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

* {
    margin: 0;
    padding: 0;
}

.rakuten-wrap {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-feature-settings : "palt" 1;
    font-size: 62.5%;
    line-height: 1.6;
    color: #221815;
    position: relative;
}

.rakuten-wrap img {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    display: inline-block;
}

.rakuten-wrap p {
    font-size: 15px;
}

a:hover,
a img:hover {
    opacity:0.8;
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

li {
    list-style:none;
}

/* ------------------ */

.rakuten-wrap {
    width: 950px;
    background: #fff;
}


/*----------------------------
  header 
----------------------------*/

.header {
    width: 100%;
    width: 100%;
    height: 171px;
    background: url(https://img.travel.rakuten.co.jp/share/image_up/163066/LARGE/1046be36fd6562c46ee9e48b88e67809f26de349.47.9.26.3.jpg) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}

.h-nav-list {
    display: flex;
    align-items: flex-start;
    margin-left: 60px;
}

.h-nav-list li {
    width: 50px;
    border-left: 1px solid #aa9649;
    box-sizing: border-box
}

.h-nav-list li:last-child {
    border-right: 1px solid #aa9649;
}


/*----------------------------
  footer 
----------------------------*/

.footer {
    width: 100%;
    height: 170px;
    background: url(https://img.travel.rakuten.co.jp/share/image_up/163066/LARGE/c840fe754bf958819c607d2d6db02ef1f94b0ff5.47.9.26.3.jpg) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}

.f-nav-list {
    display: flex;
    align-items: flex-start;
    margin-left: 60px;
}

.f-nav-list li {
    width: 50px;
    border-left: 1px solid #aa9649;
    box-sizing: border-box
}

.f-nav-list li:last-child {
    border-right: 1px solid #aa9649;
}


/*----------------------------
  common 
----------------------------*/

.contents {
    scroll-behavior: smooth;
}

.section__ttl {
    font-size: 20px;
    margin-bottom: 5px;
}

.txt-wrap {
    width: 100%;
    position: relative;
}

.txt-wrap .more {
    position: absolute;
    bottom: 17px;
    left: 49px;
    width: 115px;
    height: 34px;
}


/*----------------------------
  room
----------------------------*/

.room .txt-wrap {
    height: 200px;
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/163066/LARGE/810d378df1e75367b55d679ab50458a98bf4fd61.47.9.26.3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}


/*----------------------------
  scene
----------------------------*/

.scene {
    height: 549px;
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/163066/LARGE/cd1d0cc4730ce3c5329f301363f4abedf25d5c9f.47.9.26.3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    margin-bottom: 50px;
}

.scenelist {
    width: 280px;
    padding-top: 240px;
    margin-left: 50px;
}

.scenelist li {
    
}

.scenelist li + li {
    margin-top: 20px;
}



/*----------------------------
  bath
----------------------------*/

.bath .txt-wrap {
    height: 190px;
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/163066/LARGE/3cf317728b92d13b8d24c175e02f4bffd706fe33.47.9.26.3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.bath .txt-wrap .more {
    position: absolute;
    left: auto;
    right: 49px;
}



/*----------------------------
  kitchen
----------------------------*/

.kitchen .txt-wrap {
    height: 200px;
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/163066/LARGE/d0560e2b86fc7dc8e3ef598452a5086a8d6b951b.47.9.26.3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.kitchen .txt-wrap .more {
    left: 38px;
}


/*----------------------------
  plan
----------------------------*/

.plan {
}

.planlist {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/163066/LARGE/f1dfa310430c064c34d047ecd9e4ed6e8102c606.47.9.26.3.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
    margin: auto;
    padding: 30px 55px 50px;
    box-sizing: border-box
}

.planlist li {
    width: 260px;
}

.planlist a {
    text-decoration: none;
}

.planlist .plan__ttl {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.planlist .plan__txt {
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 30px;
}

.planlist .more {
    width: 100%;
    height: 30px;
    background-color: #fff;
}



















/* CSS Document */

