@charset "utf-8";
/* CSS Document */
body{
   color: #524638;
   background-color: #fff;
}
.container{
    max-width: 1140px;
    margin: 0 auto;
}
.sec-top{margin-top: 8rem; padding:4rem 1rem}
.sec-top .container{
    max-width: 1000px;
}
.title{
    padding:0.5rem 1rem;
    background-color: #A28D78;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    text-align: center;
}

.description{
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 2rem 0;
}
.item-list{
    background-color: #FAFAFA;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
    padding: 1rem 3rem;
    word-wrap: auto;
}
.sec-typeb,.sec-typec{
    margin: 2rem 0 4rem;
    text-align: center;
}
.sec-inner{
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
}
.sec-typeb .sec-inner{
    border-bottom: #524638 solid 1px;
    padding: 0 0 4rem;
}
.sec-typeb .img-box,
.sec-typec .img-box{
    width: 100%;
    margin: 2rem 0 3rem;
    position: relative;
}
.sec-typeb .img-box img,
.sec-typec .img-box img{
    aspect-ratio: 19 / 10;
    object-fit: cover;
    object-position: center center;
}
.room-type{
    display: inline-block;
    background-color: #DDD7CE;
    color: #83766F;
    font-size: 4rem;
      letter-spacing: 0.1rem;
      line-height: 1;
    padding: 0.5rem 1rem;
    position: absolute;
    top:0;
    left:0;
}
.room-type span{
    font-size: 1.5rem;
}

.plan-btn{
    display: block;
    max-width: 400px;
    background-color: #A28D78;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem;
    margin: 0 auto;
    position: relative;
    transition: ease 0.3s;
}

.plan-btn::after {
	content: "";
    background: url(../images/icon_arrow02.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 7px;
    height: 11.5px;
    margin-left: 16px;
}

.plan-btn:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}