@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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 125px;
    margin: auto;
    padding: 0 70px 0 50px;
    box-sizing: border-box;
}

.header .logo {
    width: 270px;
    height: 58px;
}

.h-nav-list {
    display: flex;
    align-items: center;
}

.h-nav-list li {
    width: auto;
    height: 41px;
}

.h-nav-list li + li {
    margin-left: 30px;
}

.h-nav-list li img {
    width: auto;
    height: 100%;
}


/*----------------------------
  footer 
----------------------------*/

.footer {
    width: 100%;
    height: 280px;
    background: url(https://img.travel.rakuten.co.jp/share/image_up/15834/LARGE/cb45d40615dab61b584abc0501fe40e6b2e068a9.47.9.26.3.jpg) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    border-top: 1px solid #727172;
    padding: 40px 0;
}

.f-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 60px;
    margin-left: auto;
}

.f-nav-list li {
    width: auto;
    height: 41px;
}

.f-nav-list li + li {
    margin-left: 30px;
}

.f-nav-list li img {
    width: auto;
    height: 100%;
}


/*----------------------------
  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: 50px;
    right: 70px;
    width: 120px;
    height: 30px;
}


/*----------------------------
  concept
----------------------------*/

.concept {
    background-color: #9f9fa0;
    padding: 40px 0;
    padding-left: 70px;
    box-sizing: border-box
}

.concept .section__enttl {
    width: 103px;
    margin-bottom: 10px;
}


/*----------------------------
  room
----------------------------*/

.room .txt-wrap {
    height: 600px;
    background-image: url("https://img.travel.rakuten.co.jp/share/image_up/15834/LARGE/20fc29714e867bc1f87d6931d993bf6cd1b1b73c.47.9.26.3.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}


/*----------------------------
  scene
----------------------------*/

.scene {
    height: 550px;
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/15834/LARGE/d62f5b48fd7ac47f00c29c4e3c609b0c7f786220.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;
}




/*----------------------------
  kitchen
----------------------------*/

.kitchen .txt-wrap {
    height: 600px;
    background-image: url("https://img.travel.rakuten.co.jp/share/image_up/15834/LARGE/024a9eef532a168eccdf10f2fc7ffd556d8a1a70.47.9.26.3.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}


/*----------------------------
  plan
----------------------------*/

.plan {
    background-color: #c9bc9c;
    padding-bottom: 50px;
}

.planlist {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 840px;
    margin: auto;
}

.planlist li {
    width: 260px;
}

.planlist a {
    text-decoration: none;
}

.planlist .plan__ttl {
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 30px;
}

.planlist .plan__txt {
    line-height: 1.4;
    margin-bottom: 30px;
}

.planlist .more {
    width: 100%;
    height: 30px;
    background-color: #fff;
}
/* CSS Document */

