@charset "UTF-8";
.leadText {
  text-align: center;
}

.leadText img + img {
  margin-left: 8px;
}

.btn-all {
  width: 160px;
}

/* KV
--------------------------------------------------------------------------- */
.kvSlider {
  position: relative;
  height: 800px;
}

.kvSlider .slides li {
  height: 800px;
}

.kvSlider #kv01 {
  background: url(../img/top/pic_kv01.jpg) no-repeat 50% 0;
  background-size: cover;
}

.kvSlider #kv02 {
  background: url(../img/top/pic_kv02.jpg) no-repeat 50% 0;
  background-size: cover;
}

.kvSlider #kv03 {
  background: url(../img/top/pic_kv03.jpg) no-repeat 50% 0;
  background-size: cover;
}
.kvSlider #kv04 {
  background: url(../img/top/pic_kv04.jpg) no-repeat 50% 0;
  background-size: cover;
}
/* headNews
--------------------------------------------------------------------------- */
.headNews {
  position: relative;
  z-index: 10;
  height: 44px;
  background: rgba(34, 24, 21, 0.3);
  margin-top: -44px;
  color: #e2e2e2;
}

.headNews a {
  color: #e2e2e2;
}

.headNews img {
  vertical-align: middle;
  position: absolute;
  top: 13px;
  padding-right: 15px;
  border-right: 1px solid #fff; 
}

.headNews .wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-align    : center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.headNews h2 {
  border-right: 1px solid #e2e2e2;
  width: 80px;
  padding-right: 15px;
}

.headNews .news-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}

.headNews .toList {
  border-left: 1px solid #e2e2e2;
  width: 140px;
  margin-left: auto;
}

.headNews .toList a {
  display: block;
  padding-left: 20px;
  background: url(../img/common/listhead02_white.png) no-repeat right center;
  background-size: 16px auto;
}
.headNews .bx-wrapper{
  padding-left: 50px;
}
/* design-hotel
--------------------------------------------------------------------------- */
.designHotel {
  background: url(../img/top/bg_feature.jpg) no-repeat center;
  background-size: cover;
  min-height: 700px;
  padding-top: 90px;
  text-align: center;
}

.designHotel .lead {
  background: url(../img/top/bg_block.png) no-repeat top center;
  background-size: 25px auto;
  padding: 50px 0;
  margin: 40px 0 0;
}

.designHotel img.sp {
  width: 100%;
}

/* FEATURE
--------------------------------------------------------------------------- */
.feature > .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.feature-slick {
  overflow: hidden;
  position: relative;
  background: #221815;
  color: #fff;
}

.feature-slick li {
  overflow: hidden;
  background: #221815;
}

.feature-slick .image {
  float: left;
  width: 70%;
}

.feature-slick .textArea {
  float: right;
  width: 30%;
  padding: 40px;
  padding: 4vw 40px;
}
.feature-slick:first-child .textArea{
  padding: 40px !important;
  padding: 4vw 10px 4vw 40px !important;
}
.feature-slick .textArea p, .feature-slick .textArea .image {
  margin: 30px 0;
}

.feature-slick .slick-dots {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(70% + 100px);
  bottom: 40px;
  width: 100px;
  text-align: center;
}

.slick-prev,
.slick-next {
  border: none;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100px;
  z-index: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin: auto;
  transform: rotate(-45deg);
  width: 45px;
  height: 45px;
  background: none;
  text-indent: -9999px;
  color: #fff;
  cursor: pointer;
}
.newsSlider .slick-prev,.newsSlider .slick-next{
  color: #000;
}
.slick-prev {
  left: 100px;
  right: auto;
  transform: rotate(135deg);
}

.feature-slick-counter {
  position: absolute;
  color: #3f3533;
  left: 70%;
  bottom: 40px;
  padding-left: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.feature-slick-counter .current {
  margin-right: 10px;
  color: #68605d;
}

.feature-slick-counter .total {
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
}

.stayplan .slick-dots {
  left: 50%;
  bottom: -40px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: #cacaca;
}

.slick-dots li.slick-active button {
  background: #665e5c;
}

/* RESTAURANT
--------------------------------------------------------------------------- */
.restaurant {
  position: relative;
  padding-bottom: 100px;
}

.restaurant > .wrapper {
  padding: 50px 0;
  text-align: center;
}

.restaurant section {
  position: relative;
}

.restaurant section .wrapper {
  position: absolute;
  top: -50px;
  left: 50px;
  margin: auto;
  padding-top: 0;
  width: 275px;
}

.restaurant section > img {
  width: 100%;
}

.restaurant section .textArea {
  background: #221815;
  width: 275px;
  padding: 70px 30px 40px;
  color: #fff;
}

.restaurant section .btn-brown {
  margin-top: 30px;
}

.restaurant .controlNav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.controlNav {
  background: #ebebeb;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.controlNav ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-align : center;
  align-items: center;
  border: none;
	width: 100%;
  height: 100px;
  text-align: center;
}

.controlNav li {
-webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.controlNav a {
  width: 100%;
  display: block;
}

.controlNav .active {
  display:-webkit-box;
display:-ms-flexbox;
  display: flex;
  -ms-flex-align    : center;
  align-items: center;
  -ms-flex-pack:center;/*--- IE10 ---*/
  justify-content:center;
  position: relative;
  top: -10px;
  height: 120px;
  padding-top: 20px;
  background: #f4f3f2;
}

.controlNav .active:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  background: #003461;
  width: 54px;
  height: 1px;
}

.controlNav .tab_nav li {
  border-bottom: none;
}

.controlNav .tab_nav li:first-child {
  border-right: none;
}

/* STAY PLAN
----------------------------------------------------------- */
.stayplan {
  overflow: hidden;
  background: url(../img/top/bg_stayplan.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.stayplan > .wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.stayplan .tabWrap {
  margin-bottom: 50px;
}

.stayplanSlider {
  position: relative;
}

.stayplanSlider li {
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
}

.stayplanSlider li > img {
  float: left;
  margin-right: 30px;

}

.stayplanSlider .txtRight h3 {
  font-size: 1.3rem;
  margin: 7px 0;
  font-weight: bold;
}

.stayplanSlider .txtRight p {
  font-size: .95rem;
}

.stayplanSlider .slick-prev,
.stayplanSlider .slick-next {
  bottom: 200px;
  left: -100px;
  right: auto;
  border-color: #000;
}

.stayplanSlider .slick-next {
  right: -100px;
  left: auto;
}

.catList li {
  display: inline-block;
  background: #221815;
  padding: 3px 20px;
  color: #fff;
  font-size: .8rem;
}

.planInfo {
  overflow: hidden;
  border-top: 2px solid #221815;
  margin-top: 15px;
}

.planInfo dt {
  float: left;
  clear: both;
  width: 80px;
  padding: 8px;
}

.planInfo dd {
  border-bottom: 1px solid #e3e3e3;
  padding: 8px;
}

.reserveBtn {
  clear: both;
/*   margin: 40px 0; */
	padding: 40px 0;
  text-align: center;
}

.reserveBtn a {
  display: inline-block;
  background: #c4b385;
  width: 300px;
  line-height: 50px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #fff;
}

/*.stayplan .btn-all {
  position: absolute;
  top: 70px;
  right: 40px;
}*/
.btn_club{
  width: 280px !important;
}
.stayplan .btn_club {
  position: absolute;
  top: 65px;
  right: 15px;
}
.stayplan .btn_stay {
  position: absolute;
  top: 120px;
  right: 14px;
}

.slick-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 100%;
}

.slick-wrap:not(.disp_n) {
  height: 600px;
}

.slick-inner {
  width: 3000px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1500px;
}

.stayplanSlider {
  width: 1000px;
  margin: 0 auto;
}

.stayplanSlider .slick-slide {
  width: 1060px;
  margin: 0 30px;
  opacity: .3;
  transition: all .5s;
}

.stayplanSlider .slick-active {
  opacity: 1;
}

.stayplanSlider,
.slick-list {
  overflow: visible !important;
}

.slick-dots {
  margin-top: 30px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  border-bottom: none;
  margin: 0 5px;
}

.slick-dots li button {
  display: block;
  text-indent: -9999px;
  background: #c9cacb;
  width: 12px;
  height: 12px;
}
.stayplanSlider li img{
  height: 300px !important;
  width: auto !important;
  margin-bottom: 60px;
}
/* NEWS
----------------------------------------------------------- */
.whatsNews {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}

.whatsNews > .wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}

.whatsNews .btn-all {
  position: absolute;
  top: 70px;
  right: 14px;
}

.whatsNews .tabWrap {
  margin-bottom: 40px;
}

.newsSlider {
  overflow: hidden;
  /*margin-bottom: 70px;*/
}

.newsSlider .news_wrap {
  width: 180%;
  margin-right: 25px;
}

.newsSlider .news_wrap img {
  margin-bottom: 15px;
}

.newsSlider a {
  display: block;
  border-top: 2px solid #fff;
  padding-top: 15px;
}

.newsSlider a:hover {
  border-color: #0e1c3d;
  text-decoration: none;
}

.newsSlider .catList {
  margin-bottom: 5px;
}

.newsSlider .catList li {
  width: 84px;
  text-align: center;
  padding: 3px 0;
}

.newsSlider .slick-list {
  overflow: visible !important;
}
.news_list span{
  margin-right: 10px;
}
/*追加*/
.rest_img{
  width: 100%;
}


.newsSlider .news_wrap img {
  width: 100%;
}


.whatsNews .slick-slide {
  /*opacity: .3;*/
  transition: all .5s;
}

.whatsNews .slick-active {
  opacity: 1;
}
.bnrArea {
    position: absolute;
    bottom:60px;
    right: 0px;
    z-index: 99;
}
  @media screen and (max-width: 1300px) {
.bnrArea {
    right: 40px;
}
  }
.bnrArea .bnrLink li {
    margin-bottom: 10px;
}

/*
#tab_stay .slick-slide, #tab_restaurant .slick-slide{
opacity: 1 !important;
}*/



#christmas {
    position: fixed;
    z-index: 1;
    bottom: 20px;
    right: 120px;
    cursor: pointer;
    display: none;
}

.bnr_wrapper{
    max-width: 1600px;
    margin: auto auto 0;
    position: relative;
    bottom: 0;
    height: 800px; 
    padding: 0 40px;
}