@charset "utf-8";
/* CSS Document */

/*=================================================

       各種slider

==================================================*/

.topSlide, .cui02 .slider, .cui03 .slider{ display: block; }
.topSlide iframe{
    width: 96%;
    height: 528px;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}
.cui02 .slider iframe,
.cui03 .slider iframe{
    width: 100%;
    height: 352.27px;
    border-radius: 8px;
    display: block;
}

/*=================================================

       #area01

==================================================*/
.greeting .top01.bg{
    display: flex;
    background: url(../img/top01_bg.png), url(../img/_ivory_bg.jpg);
    background-repeat: no-repeat;
    background-position: top 0% center, bottom 30% left -90%;
    background-size: contain, 84%;
    height: 615px;
}
.greeting .top01 .txt{
    position: absolute;
    width: 415px;
    right: 0;
    bottom: 5rem;
}

/*=================================================

       #area02

==================================================*/
.cuisine .cui01.bg{
    display: flex;
    background: url(../img/cui01_bg.png), url(../img/_ivory_bg.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: center, center left -90%;
    background-size: contain, 97%;
    height: 615px;
}
.cuisine .cui01 .ttl {
    padding: 4rem 1rem 1rem 11.5rem;
}
.cuisine .cui01 .txt {
    position: absolute;
    width: 380px;
    right: 2rem;
    bottom: 2rem;
}

.cuisine .cui02 .bg,
.cuisine .cui03 .bg{
    background: url("../img/_ivory_bg.jpg") repeat;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
}

.cuisine .cui03 {}

.cuisine .cui05 .bg{
    background: url("../img/parts/brown.jpg") left top repeat;
    color: #FFF;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
}


/*=================================================

       #area03

==================================================*/

.facility .fac01.bg{
    display: flex;
    background: url("../img/fac01_bg.png"), url(../img/_ivory_bg.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: center, center right -90%;
    background-size: contain, 97%;
    height: 615px;
}
.facility .fac01 .ttl {
    padding: 2rem 1rem 1rem 20.8rem;
}
.facility .fac01 .txt {
    position: absolute;
    width: 380px;
    left: 3rem;
    bottom: 4rem;
}

.facility .fac02 .bg{
    background: url("../img/_ivory_bg.jpg") repeat;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
}
.facility .fac02 .rooms-memo {
    background: rgba(55,53,52,.06);
    border-radius: 5px;
    padding: 7px 15px;
    box-sizing: border-box;
    line-height: 135%;
}
.facility .fac02 .sub_img {
    padding: 1rem 0.5rem;
    margin: auto;
}

.facility .fac03 .border-box,
.facility .fac05 .border-box {
    padding: 4%;
    box-sizing: border-box;
    border: 3px solid #905C3C;
    border-radius: 10px;
}

.facility .fac04 {}

.facility .fac05 {}


.facility .fac06 .bg{
    background: url("../img/parts/brown.jpg") left top repeat;
    color: #FFF;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
}




/*=================================================

       #area04

==================================================*/
.access .acc01{}

.access .acc02{}
.access .acc02 .gmap{
    width: 100%;
    height: 450px;
}


