@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ramaraja");
@media screen and (min-width: 990px) {
  .spILB,
  .spIL,
  .sp_IL,
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIL,
  .sp_IL {
    display: inline !important;
  }
  .spILB {
    display: inline-block !important;
  }
  .pc_IL {
    display: none;
  }
}

img {
  -webkit-backface-visibility: hidden;
}

body {
  background: #fff;
}

/* KV
------------------------------------------------ */
#buffetKv {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 989px) {
  #buffetKv {
    padding-top: 51px;
  }
}

#buffetKv img {
  width: 100%;
  height: auto;
}

/* reserve
------------------------------------------------ */
.reserve_btn {
  color: #5e3819;
  background: #eae8db;
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 989px) {
  .reserve_btn {
    padding: 20px 0;
  }
}

.r_btn {
  position: relative;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.45);
  background: linear-gradient(to right, #f2b65e 0%, #fae580 27%, #9b5b16 46%, #f4b75f 65%);
  border-radius: 35px;
  width: 390px;
  height: 63px;
  line-height: 63px;
  margin: 0 auto;
  padding: 2px;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  font-size: 19px;
  text-align: center;
  transition: all .5s;
}

@media screen and (max-width: 989px) {
  .r_btn {
    border-radius: 25px;
    width: 300px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 1px;
    font-size: 14px;
  }
}

.r_btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 26px;
  background: #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  margin: auto;
}

@media screen and (max-width: 989px) {
  .r_btn:before {
    left: 26px;
    width: 16px;
    height: 16px;
  }
}

.r_btn:hover {
  opacity: .8;
}

.r_btn a {
  position: relative;
  display: block;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15) inset;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  background: #41210f url(../img/buffet/bg_rbtn.png) no-repeat right bottom/387px auto;
  border-radius: 35px;
  color: inherit;
  letter-spacing: 1px;
}

@media screen and (max-width: 989px) {
  .r_btn a {
    background-size: cover;
    border-radius: 25px;
  }
}

.r_btn a:before, .r_btn a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  z-index: 2;
  background: #41210f;
  width: 11px;
  height: 2px;
  margin: auto;
}

@media screen and (max-width: 989px) {
  .r_btn a:before, .r_btn a:after {
    left: 29px;
    width: 8px;
  }
}

.r_btn a:after {
  left: 32px;
  background: none;
  border-top: 2px solid;
  border-right: 2px solid;
  height: 6px;
  width: 6px;
  color: #41210f;
  transform: rotate(45deg);
}

@media screen and (max-width: 989px) {
  .r_btn a:after {
    left: 31px;
    height: 4px;
    width: 4px;
  }
}

.r_btn + p {
  margin-top: 20px;
}

.reserve_btn .inner {
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center;
}

.reserve_btn .inner p:last-child {
  margin-bottom: 0;
}

#goyoyaku01 {
  background: #fff;
  padding: 0;
}

@media screen and (max-width: 989px) {
  #goyoyaku01 .inner {
    height: auto;
    padding: 15px 0;
    background: #fff;
  }
  #goyoyaku01 p:not(.r_btn) {
    text-align: left;
    width: 294px;
    margin: 10px auto 0;
    padding-left: 10px;
  }
  #goyoyaku01 p span {
    display: inline-block;
    padding-left: 4em;
  }
}

/* con01
------------------------------------------------ */
#con01 img {
  width: 100%;
  height: auto;
}

/* imgSlide
------------------------------------------------ */
.imgSlide li {
  width: 305px;
  height: 195px;
  float: left;
}

@media screen and (max-width: 989px) {
  .imgSlide li {
    width: 83px;
    height: 54px;
    float: left;
  }
}

.imgSlide li img {
  width: 305px;
  height: 195px;
}

@media screen and (max-width: 989px) {
  .imgSlide li img {
    width: 83px;
    height: 54px;
  }
}

/* con02
------------------------------------------------ */
#con02 {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 989px) {
  #con02 {
    overflow: hidden;
    height: auto;
    padding-top: 0;
    position: static;
  }
}

#con02 > .inner {
  width: 1324px;
  padding-top: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 989px) {
  #con02 > .inner {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0;
    position: static;
  }
}

.pointBox {
  display: flex;
  position: relative;
  margin-bottom: 65px;
}

@media screen and (max-width: 989px) {
  .pointBox {
    display: block;
    border-bottom: 2px solid #5e3819;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.pointBox > img {
  margin-right: 20px;
}

@media screen and (max-width: 989px) {
  .pointBox > img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}

.pointBox.reverse {
  flex-direction: row-reverse;
}

.pointBox.reverse > img {
  margin-right: 0;
  margin-left: 20px;
}

@media screen and (max-width: 989px) {
  .pointBox.reverse > img {
    margin-left: 0;
  }
}

.pointBox .txtWrap {
  width: 360px;
  border-top: 2px solid #41210f;
  border-bottom: 2px solid #41210f;
  box-sizing: border-box;
  padding: 20px 20px 0;
}

@media screen and (max-width: 989px) {
  .pointBox .txtWrap {
    width: 100%;
    height: auto;
    border-top: none;
    border-bottom: none;
    padding: 25px 15px 0;
  }
}

.pointBox .txtPoint {
  background: url(../img/chocolate_berry/icon_buffet.svg) no-repeat bottom center/26px auto;
  padding-bottom: 18px;
  margin-bottom: 10px;
  font-size: 28px;
  font-family: 'Ramaraja', serif;
  letter-spacing: 1px;
  color: #41210f;
  text-align: center;
}

@media screen and (max-width: 989px) {
  .pointBox .txtPoint {
    background-size: 20px auto;
    padding-bottom: 20px;
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.pointBox .txtPoint img {
  display: block;
  margin: 0 auto 3px;
}

@media screen and (max-width: 989px) {
  .pointBox .txtPoint img {
    width: auto;
    height: 16px;
  }
}

.pointBox .lead {
  text-align: center;
  margin-bottom: 10px;
  color: #41210f;
  font-size: 18px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  white-space: nowrap;
  line-height: 1.6;
}

@media screen and (max-width: 989px) {
  .pointBox .lead {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.pointBox .txt {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -1px;
  color: #4d4d4d;
}

.pointBox .txt:before {
  content: '';
  display: block;
  border-top: 1px solid #41210f;
  width: 40px;
  margin: 0 auto 20px;
}

.pointBox .bg_photo,
.bg_photo02,
.pointBox.reverse .bg_photo {
  float: none;
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 989px) {
  .pointBox .bg_photo,
  .bg_photo02,
  .pointBox.reverse .bg_photo {
    display: none;
  }
}

#point1 .bg_photo {
  bottom: -50px;
  right: -160px;
}

#point2 .bg_photo {
  bottom: -20px;
  left: -190px;
}

#point3 .bg_photo {
  bottom: -30px;
  right: 10px;
}

#point4 .bg_photo {
  bottom: 0;
  left: 30px;
}

#point5 .bg_photo {
  bottom: -10px;
  right: -260px;
}

#point6 .bg_photo {
  bottom: -20px;
  left: 30px;
}

#point7 .bg_photo {
  bottom: -40px;
  right: -40px;
}

/* con03
------------------------------------------------ */
#con03 {
  background: #f7f2e7;
}

#con03 > .inner {
  padding: 70px 0 140px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 989px) {
  #con03 > .inner {
    padding: 35px 0 20px;
    background: none;
    position: relative;
  }
}

#boxWrap {
  width: 982px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 989px) {
  #boxWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}

.box01 {
  box-sizing: border-box;
  position: relative;
  border: 2px solid #41210f;
  background: #fff;
  padding: 60px;
}

@media screen and (max-width: 989px) {
  .box01 {
    width: 100%;
    padding: 25px;
  }
}

.box01:before, .box01:after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: -12px;
  background: #41210f;
  width: 85px;
  height: 1px;
  transform: rotate(45deg);
}

@media screen and (max-width: 989px) {
  .box01:before, .box01:after {
    top: 12px;
    left: -5px;
    background: #41210f;
    width: 36px;
  }
}

.box01:after {
  left: auto;
  right: -12px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 989px) {
  .box01:after {
    right: -5px;
  }
}

.box01 > .inner {
  position: relative;
  border: 1px solid #41210f;
  background: #F7F2DC;
  padding: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 989px) {
  .box01 > .inner {
    padding: 15px;
  }
}

.box01 > .inner:before, .box01 > .inner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -32px;
  left: -74px;
  background: #41210f;
  width: 86px;
  height: 1px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 989px) {
  .box01 > .inner:before, .box01 > .inner:after {
    bottom: -14px;
    left: -31px;
    width: 36px;
    height: 1px;
  }
}

.box01 > .inner:after {
  left: auto;
  right: -74px;
  transform: rotate(45deg);
}

@media screen and (max-width: 989px) {
  .box01 > .inner:after {
    right: -31px;
  }
}

.box01 > .inner > div {
  box-sizing: border-box;
}

#imgMenu01 {
  position: absolute;
  top: 248px;
  left: 555px;
}

#imgMenu02 {
  position: absolute;
  bottom: -110px;
  left: 30px;
  z-index: 1;
}

#boxWrap .img_drinkPos {
  width: 127px;
  height: 127px;
  position: absolute;
  top: 100px;
  right: -30px;
}

@media screen and (max-width: 989px) {
  #boxWrap .img_drinkPos {
    width: 78px;
    height: 78px;
    top: 270px;
    right: 4vw;
  }
}

#boxWrap .img_drinkPos img {
  width: 100%;
  height: auto;
}

/* present
------------------------------------------------ */
#present {
  margin-bottom: 42px;
}

@media screen and (max-width: 989px) {
  #present {
    margin-bottom: 0;
  }
}

#present .left {
  width: 242px;
  height: 180px;
  float: left;
  background-image: radial-gradient(#41210f 3px, transparent 0), radial-gradient(#41210f 2px, transparent 0);
  background-repeat: repeat-y;
  background-position: right top, right 0 top 10px;
  background-size: 20px 20px;
}

@media screen and (max-width: 989px) {
  #present .left {
    width: 100%;
    height: auto;
    float: none;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
}

#present .right {
  width: 513px;
  float: right;
}

@media screen and (max-width: 989px) {
  #present .right {
    width: 100%;
    float: none;
  }
}

#present .fukidasi {
  position: relative;
  overflow: visible;
  width: 207px;
  height: 71px;
  background: #41210f;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding-top: 12px;
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (max-width: 989px) {
  #present .fukidasi {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px 0;
  }
}

#present .fukidasi:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -22px;
  right: 50px;
  z-index: 1;
  height: 1px;
  border: 7px solid transparent;
  border-top: 24px solid #41210f;
  transform: rotate(30deg);
}

#present .fukidasi .hash {
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  border: 1px solid;
  border-radius: 17px;
  background: #fff;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #41210f;
  font-size: 15px;
  transform: rotate(-10deg);
}

@media screen and (max-width: 989px) {
  #present .fukidasi .hash {
    top: -10px;
    left: -20px;
    border-radius: 17px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
}

#present .fukidasi .hash:first-child {
  top: -48px;
  left: -70px;
}

@media screen and (max-width: 989px) {
  #present .fukidasi .hash:first-child {
    top: -27px;
    left: -40px;
  }
}

#present .fukidasi + dd {
  font-size: 32px;
  font-weight: bold;
  color: #41210f;
  line-height: 1.3;
}

@media screen and (max-width: 989px) {
  #present .fukidasi + dd {
    padding-bottom: 10px;
    font-size: 10vw;
  }
}

#present .right dt {
  font-size: 36px;
  font-weight: bold;
  color: #41210f;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (max-width: 989px) {
  #present .right dt {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

#present .right dt span {
  display: block;
  font-size: 25px;
  padding-top: 5px;
}

@media screen and (max-width: 989px) {
  #present .right dt span {
    font-size: 13px;
    padding-top: 5px;
  }
}

#present .right dd {
  font-size: 15px;
}

@media screen and (max-width: 989px) {
  #present .right dd {
    position: relative;
    font-size: 12px;
  }
}

@media screen and (max-width: 989px) {
  #spImgMenu02 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin-top: -40px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 80px;
  }
  #spImgMenu02 img {
    width: 186px;
    height: auto;
  }
  #imgMenu02 {
    display: none;
  }
}

/* buffetMenu
------------------------------------------------ */
#buffetMenu {
  margin-bottom: 80px;
}

@media screen and (max-width: 989px) {
  #buffetMenu {
    margin-top: -57px;
    margin-bottom: 30px;
  }
}

#buffetMenu > .inner {
  position: relative;
  background-image: url(../img/buffet/bg_box_tribal.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
  padding-top: 70px;
}

@media screen and (max-width: 989px) {
  #buffetMenu > .inner {
    background-image: url(../img/buffet/sp_bg_box_tribal.png);
    background-position: bottom left;
    padding-top: 40px;
  }
}

#buffetMenu h3.ttl {
  background: none;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 989px) {
  #buffetMenu h3.ttl {
    margin-bottom: 20px;
  }
}

#buffetMenu h3.ttl img {
  width: 178px;
  height: auto;
}

@media screen and (max-width: 989px) {
  #buffetMenu h3.ttl img {
    width: 116px;
  }
}

#menuListWrap .left {
  float: left;
  width: 500px;
  white-space: nowrap;
}

@media screen and (max-width: 989px) {
  #menuListWrap .left {
    float: none;
    width: 100%;
    white-space: normal;
  }
}

#menuListWrap .mid {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 989px) {
  #menuListWrap .mid {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

#menuListWrap .mid .middle01 {
  margin-right: 40px;
}

@media screen and (max-width: 989px) {
  #menuListWrap .mid .middle01 {
    margin-right: 0;
  }
}

@media screen and (max-width: 989px) {
  #menuListWrap .mid .middle02 {
    margin-top: 20px;
  }
}

#menuListWrap .right {
  float: right;
  width: 240px;
  padding-bottom: 20px;
}

@media screen and (max-width: 989px) {
  #menuListWrap .right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

#menuListWrap .note {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
}

@media screen and (max-width: 989px) {
  #menuListWrap .note {
    position: static;
    margin-top: 10px;
  }
}

@media screen and (max-width: 989px) {
  #spHideMenu {
    display: none;
  }
}

#menuListWrap p {
  font-size: 12px;
  margin-bottom: 3px;
}

#menuListWrap p.ttl {
  margin-bottom: 8px;
}

@media screen and (max-width: 989px) {
  #menuListWrap p.ttl {
    margin-bottom: 6px;
  }
}

#menuListWrap .menuList + p.ttl,
#menuListWrap p + p.ttl {
  margin-top: 30px;
}

#menuListWrap p.ttl img {
  width: auto;
  height: 24px;
}

@media screen and (max-width: 989px) {
  #menuListWrap p.ttl img {
    height: 20px;
  }
}

@media screen and (max-width: 989px) {
  #btnMenuMore {
    border: 1px solid #5e3819;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #5e3819;
    text-align: center;
    margin-top: 20px;
    background: url(../img/buffet/sp_ico_btn_arrow.png) no-repeat 0 0;
    background-size: 24px auto;
  }
  #btnMenuMore.open {
    background: url(../img/buffet/sp_ico_btn_arrow.png) no-repeat 0 100%;
    background-size: 24px auto;
  }
}

#menuListWrap p.sub {
  font-weight: bold;
}

#menuListWrap p.category {
  color: #d25160;
}

#menuListWrap .menuList + p.sub,
#menuListWrap p.sub + p.sub {
  margin-top: 17px;
}

#menuListWrap p.sub.hasMT {
  margin-top: 20px;
}

#menuListWrap p.sub01 {
  color: #d25160;
}

#menuListWrap p.sub02 {
  color: #cf9300;
}

#menuListWrap p.sub03 {
  color: #e26c1f;
}

#menuListWrap li {
  margin-left: 10px;
  text-indent: -10px;
  letter-spacing: -1px;
  vertical-align: middle;
}

#menuListWrap li:before {
  content: '';
  display: inline-block;
  background: #5e3819;
  width: 7px;
  height: 7px;
  margin: 0 4px 2px 0;
  border-radius: 50%;
  vertical-align: middle;
}

#menuAttention {
  width: 982px;
  margin: 15px auto 0;
}

@media screen and (max-width: 989px) {
  #menuAttention {
    width: 100%;
    margin: 15px auto 0;
  }
}

#menuAttention .info {
  float: left;
  width: 45%;
  margin-bottom: 30px;
}

@media screen and (max-width: 989px) {
  #menuAttention .info {
    width: 100%;
    float: none;
    border: none;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 990px) {
  #menuAttention .info:first-child {
    border-right: 1px solid #c2c2c2;
    width: 50%;
    margin-right: 4%;
  }
}

#menuAttention .info p {
  font-size: 12px;
  color: #666666;
}

@media screen and (max-width: 989px) {
  #menuAttention .info p {
    width: 100%;
    float: none;
    border: none;
  }
}

#menuListWrap p.sub03.exMT {
  margin-top: 35px;
}

/* 追記 */
#menuAttention .note {
  margin-bottom: 20px;
  font-size: 12px;
  color: #666666;
}

@media screen and (max-width: 989px) {
  #menuAttention .note img {
    display: block;
    margin: 15px auto;
  }
}

#menuAttention p#cm {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 980px;
  height: 50px;
  border: 1px solid;
  line-height: 50px;
  color: #41210f;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 989px) {
  #menuAttention p#cm {
    width: 100%;
    height: 58px;
    line-height: 1.3;
    font-size: 12px;
    padding-top: 13px;
    padding-left: 0px;
    margin-top: 15px;
  }
}

#menuAttention p#cm svg {
  position: absolute;
  bottom: -41px;
  left: -1px;
  width: 65px;
  height: auto;
  fill: #41210f;
}

@media screen and (max-width: 989px) {
  #menuAttention p#cm svg {
    bottom: -48px;
    width: 55px;
  }
}

/* IE debug */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #menuAttention p#cm svg {
    bottom: -1px;
    left: -10px;
  }
}

/* SNS
------------------------------------------------ */
#sns {
  text-align: center;
  margin: 30px auto;
}

#SnsWrap {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 8px;
}

@media screen and (max-width: 989px) {
  #SnsWrap {
    position: static;
    margin-top: 30px;
  }
}

#SnsWrap li {
  width: 42px;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 989px) {
  #SnsWrap li {
    width: 34px;
    margin: 0 3px;
  }
}

#SnsWrap li img {
  width: 100%;
  height: auto;
}

#SnsWrap li:nth-child(4) {
  text-align: center;
  width: 100%;
  margin: 15px 0 0;
}

#SnsWrap li:nth-child(4) img {
  width: 100px;
  height: auto;
}

/* modal
------------------------------------------------ */
#whiteBG {
  position: fixed;
  top: 0;
  left: 0;
  background: #777777;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.7;
  display: block;
}

/*# sourceMappingURL=map/chocolate_berry.css.map */
