@charset "utf-8";

#main > .inner{
  position: relative;
  width: 970px;
  height:100%;
  margin: 0 auto;
  padding: 40px 0 50px 0;
}

#main > .inner > .h{
  font-size:34px;
  color:#fff;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #444;
}

#main > .inner .txt01{
  margin: 0 0 25px 0;
}

#main > .inner .txt02{
  margin: 0 40px 40px 40px;
  line-height: 1.8;
}
#main > .inner .icon{
  position: absolute;
  top: 28px;
  right: 0;
}
#main > .inner .btns{
  overflow: hidden;
}

#main > .inner .btns > li{
  float: left;
}

#main > .inner .btns > li + li{
  margin-left: 18px;
}

#main > .inner > .img01{
  margin: 20px 0 0 0;
  text-align: center;
}

#main > .room{
  padding: 50px 0;
  border-top: 1px solid #444;
}

#main > .room > .inner{
  width: 970px;
  overflow: hidden;
  margin: 0 auto;
}

#main > .room .photos{
  width: 1000px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

#main > .room .photos > li{
  float: left;
  margin: 20px 20px 0 0;
}

#main > .room .photos > li .txt{
  margin-top: 5px;
}

#main .btn_price{
  padding-bottom: 50px;
  text-align: center;
}

#food{
  padding: 50px 0 90px 0;
  border-top: 1px solid #444;
  background: transparent url(../image/bg_food.png) repeat scroll left top;
}

#food > .inner{
  width: 970px;
  margin: 0 auto;
}

#food > .inner > .h{
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #444;
}

#food .area{
  position: relative;
  height: 650px;
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 1.8;
}

#food .area .box01{
  position: absolute;
  top: 30px;
  left: 0;
}

#food .area .box02{
  position: absolute;
  top: 0;
  right: 0;
}

#food .area .box03{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
  height: 428px;
}

#food .area .box04{
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 470px;
}

#food .area .box01 .copy,
#food .area .box04 .copy{
  margin: 0 0 25px 0;
}

#food .area .box03 .txt01{
  position: absolute;
  top: 215px;
  left: 0;
}

#food .area .box03 .txt02{
  position: absolute;
  top: 400px;
  right: 0;
}

.clImg{
    position:relative;
    width:970px;
	height:450px;
    margin:0 auto;
}
.clImg img {
    position:absolute;
    left:0;
    top:0;
}

/*----------------------------------------

2016.02.01   完売御礼イメージ追加

----------------------------------------*/

#main > .room > .inner{
  width: 970px;
  overflow: hidden;
  margin: 0 auto;
}

#main > .room > .inner .sold{
	text-align: center;
	margin: 15px 0 0 0;
}