@charset "UTF-8";
/* -------------------------------------------
見出し
-------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
/* -------------------------------------------
見出し
-------------------------------------------*/
.mds {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* -------------------------------------------
リンク
-------------------------------------------*/
.btns {
  display: block;
  margin: 5% 0;
}

a.btn {
  position: relative;
  display: inline-block;
  max-width: 28em;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 auto;
  padding: 10px 36px;
  color: #000;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  background: #d7bc9b;
  background: linear-gradient(135deg, #d7bc9b 0%, #b79267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d7bc9b", endColorstr="#b79267", GradientType=1);
}

@media (max-width: 480px) {
  a.btn {
    font-size: 16px;
    display: block;
  }
}
a.btn:hover {
  border: none;
  opacity: 0.7;
}

a.btn::before {
  position: absolute;
  top: 50%;
  right: 12px;
  left: inherit;
  display: block;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 0;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  content: "";
}

a.btn_map {
  position: relative;
  display: block;
  max-width: 20em;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 10px 26px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  background: #6C5C49;
  border: none;
}

a.btn_map:hover {
  border: none;
  background: rgba(108, 92, 73, 0.7);
}

a.btn_map::before {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin: 0 5px 0 0;
  content: "";
  vertical-align: middle;
}

/* -------------------------------------------
リンク
-------------------------------------------*/
.note {
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
  border-top: 1px solid #000;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}

.note.nobdr {
  padding: 5px 0 0 0;
  border: none;
  text-align: center;
}

/* -------------------------------------------
ビュッフェタイトル
-------------------------------------------*/
@media screen and (max-width: 767px) {
  #buffet header {
    min-width: 320px;
    width: 100%;
    height: 280px;
    position: relative;
  }
  #buffet #pageTTL {
    padding-top: 135px;
  }
}
.inPhotoBox .txtBox h3 {
  font-size: 1.8rem;
}

.inPhotoBox .txtBox h3.mds_summer {
  background: url(../img/buffet/2606/mds_bg_summer.png) no-repeat bottom left;
  background-size: contain;
  padding: 0 0 14px 50px;
}

.inPhotoBox .txtBox h3.mds_autumn {
  background: url(../img/buffet/2606/mds_bg_autumn.png) no-repeat bottom left;
  background-size: contain;
  padding: 0 0 14px 50px;
}

@media screen and (max-width: 767px) {
  .inPhotoBox .txtBox h3 {
    text-align: left !important;
  }
  .inPhotoBox .txtBox h3.mds_summer,
  .inPhotoBox .txtBox h3.mds_autumn {
    padding: 0px 0 10px 55px;
  }
}
.inPhotoBox.photoW.menu .txtBox .listTxt li {
  padding: 0 0 2px 15px;
}

.inPhotoBox.photoW.menu .txtBox .listTxt li span {
  line-height: 1.6;
  display: inline-block;
  text-indent: 0;
  padding: 0 0 0 5px;
  font-size: 11.5px;
}

.inPhotoBox.photoW.menu .txtBox .listTxt li span .fcRed {
  padding: 0;
  text-indent: -0.5em;
}

.inPhotoBox.photoW.menu .photo {
  vertical-align: top;
}

.inPhotoBox.photoW.menu .photo img {
  margin: 0;
  height: auto;
}

.inPhotoBox.photoW.menu .photo img {
  width: 100%;
  height: 697px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inPhotoBox.photoW.menu .photo .photo-col2 img {
  height: 230px;
}
.inPhotoBox.photoW.menu .photo .photo-col2 p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0 0;
}

.inPhotoBox.photoW.menu .photo img.sp {
  display: none !important;
}

@media (max-width: 480px) {
  .inPhotoBox.photoW.menu .photo img {
    height: 370px;
  }
  .inPhotoBox.photoW.menu .photo .photo-col2 img {
    height: 205px;
  }
}
@media screen and (max-width: 767px) {
  .inPhotoBox.photoW.menu .photo .photo-col2 li {
    width: 70%;
  }
  .inPhotoBox.photoW.menu .photo .photo-col2 .iconLive {
    bottom: 28% !important;
  }
}
@media (max-width: 480px) {
  .inPhotoBox.photoW.menu .photo img.sp {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .inPhotoBox.photoW.menu .photo img.pc {
    display: none !important;
  }
}
.inPhotoBox.photoW.menu .photo .col2 {
  margin: 0;
}

.inPhotoBox.photoW.menu .photo.spmenu img {
  height: 160px !important;
}

@media (max-width: 480px) {
  .inPhotoBox.photoW.menu .photo.spmenu img {
    height: 300px !important;
  }
}
.inPhotoBox .txtBox {
  position: relative;
  padding: 30px 25px 30px 25px;
}

.inPhotoBox .txtBox.ny {
  background: url("../img/buffet/2211/bg_btn_ny.png") center top no-repeat #fff;
  background-size: 200%;
  color: #B03223;
}

.inPhotoBox .txtBox.ny .date {
  color: #B03223;
  border-bottom: 6px double #B03223;
}

.inPhotoBox .txtBox .date {
  font-size: 13px;
  border-bottom: 6px double #fff;
}

.inPhotoBox .txtBox .date span {
  font-size: 20px;
}

.inPhotoBox .txtBox .arrow {
  display: block;
}

.inPhotoBox .txtBox .arrow::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  border-top: 2px solid #a62b2c;
  border-left: 2px solid #a62b2c;
  transform: rotate(-135deg);
}

.menuBoxList .box .emp {
  text-align: center;
  margin: 0;
  font-size: 12px;
  padding: 0;
}

.menuBoxList .box .photo .iconPlus {
  left: auto;
  right: -15px;
  top: -15px;
  width: 90px;
}

.menuBoxList .box .photo .iconPlus.bg {
  width: 110px;
}

@media screen and (max-width: 768px) {
  .menuBoxList .box .photo .iconPlus {
    width: 60px;
  }
  .menuBoxList .box .photo .iconPlus.bg {
    width: 70px;
  }
}
@media screen and (min-width: 768px) {
  #tableMenu .menuBoxList .box .detailTxt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .inPhotoBox .txtBox {
    padding: 25px 15px 15px;
  }
}
.CategoryBox a {
  width: 100%;
  text-decoration: none;
}

.CategoryBox a:hover {
  opacity: 0.8;
}

.CategoryBox .inPhotoBox.photoW .txtBox .subttl span {
  color: #e83820;
  line-height: 1.3;
  display: inline-block;
}

.CategoryBox .inPhotoBox.photoW .txtBox .subttl span:before,
.CategoryBox .inPhotoBox.photoW .txtBox .subttl span:after {
  background: #e83820;
}

.CategoryBox .inPhotoBox.photoW .txtBox .link .arrow::after {
  border-top: 2px solid #a82024;
  border-left: 2px solid #a82024;
}

.CategoryBox .inPhotoBox.photoW .txtBox .txt {
  height: 70px;
}

@media screen and (max-width: 767px) {
  .CategoryBox .inPhotoBox.photoW .txtBox .txt {
    height: auto;
  }
}
.txt_sub {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 10px 0 0;
}

/* -------------------------------------------
デザート
-------------------------------------------*/
.inPhotoBox.photoW.menu.dessert {
  width: 100%;
  clear: both;
  display: block;
  margin: 0px auto;
}

.inPhotoBox.photoW.menu.dessert .photo,
.inPhotoBox.photoW.menu.dessert .txtBox {
  display: block;
  box-sizing: border-box;
  float: left;
}

.inPhotoBox.photoW.menu.dessert .photo {
  background: url(../img/buffet/2406/menu_dessert_top01.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
  margin: 30px 0 30px 30px;
  width: calc(57.5% - 30px);
}

.inPhotoBox.photoW.menu.dessert .txtBox {
  width: 100% !important;
}

.inPhotoBox.photoW.menu.dessert .txtBox .listTxt li {
  padding: 0 50px 0 15px;
  float: left;
  width: auto;
  box-sizing: border-box;
}

.inPhotoBox.photoW.menu.dessert .txtBox .listTxt li.limit {
  width: 100%;
  margin: 15px 0 5px;
}

@media screen and (max-width: 767px) {
  .inPhotoBox.photoW.menu.dessert {
    width: 96%;
  }
  .inPhotoBox.photoW.menu.dessert .photo {
    width: 100% !important;
    padding: 10px 10px 0;
    margin: 0;
    background: none;
  }
  .inPhotoBox.photoW.menu.dessert .txtBox .listTxt li {
    padding: 0 0 0 15px;
    width: 100%;
  }
}
/* -------------------------------------------
ビュッフェ
-------------------------------------------*/
#mainMenu.menuArea .eng-ttl span {
  color: #a62b2c;
}

#mainMenu .sttl {
  color: #111;
}

#mainMenu.menuArea .catchCopy {
  color: #111;
}

.summer_box {
  margin: 40px auto 0;
  width: auto;
  max-width: 1024px;
  border: 3px solid #fff;
}

.summer_box {
  background: #abbec1;
}

.summer_box .mds_summer {
  width: 95%;
  max-width: 700px;
  margin: auto;
  padding: 10px 0 0;
}

.summer_box .mds_summer img {
  width: 100%;
}

.summer_box .kikan {
  font-size: 1.2em;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .summer_box {
    margin: 20px auto 0;
  }
  .summer_box .mds_summer {
    padding: 10px 0 10px;
  }
}
/* -------------------------------------------
クリスマス
-------------------------------------------*/
#xmas.menuArea {
  background: #B03223;
  color: #fff;
  text-align: center;
  padding: 2%;
}

#xmas.menuArea a {
  color: #fff;
}

#xmas.menuArea .inner {
  padding: 1% 3% 3%;
  border: 2px solid #fff;
  background: url("../img/buffet/2411/bg_xmas.jpg") center top no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  #xmas.menuArea .inner {
    padding: 12% 5% 10%;
  }
}
#xmas.menuArea .eng-ttl {
  color: #fff;
}

#xmas.menuArea .eng-ttl span {
  color: #fff;
}

#xmas.menuArea .sttl {
  color: #fff;
}

#xmas.menuArea .sttl img {
  max-width: 700px;
  width: 100%;
}

#xmas.menuArea .catchCopy {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.6em;
}

#xmas.menuArea .catchCopy span {
  display: block;
  font-size: 2.5rem;
  margin: 0 0 1em 0;
}

@media (max-width: 480px) {
  #xmas.menuArea .catchCopy {
    font-size: 1.6rem;
    line-height: 1.8em;
    margin: 0;
    letter-spacing: 0;
  }
  #xmas.menuArea .catchCopy span {
    font-size: 18px;
  }
}
#xmas.menuArea .ttl_category {
  text-align: center;
  font-size: 3.6rem;
  font-family: serif;
  margin: 1em 0 0.6rem;
}

#xmas.menuArea .ttl_category_sub {
  text-align: center;
  font-size: 12px;
  font-family: serif;
  margin: 0 0 3rem;
}

@media (max-width: 480px) {
  #xmas.menuArea .ttl_category {
    font-size: 2rem;
  }
}
#xmas.menuArea .ttl_category span {
  display: inline-block;
  color: #fff;
  position: relative;
}

#xmas.menuArea .ttl_category span::before {
  content: "";
  display: block;
  width: 40%;
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-120%, -50%);
}

@media (max-width: 480px) {
  #xmas.menuArea .ttl_category span::before {
    width: 20%;
  }
}
#xmas.menuArea .ttl_category span::after {
  content: "";
  display: block;
  width: 40%;
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(120%, -50%);
}

@media (max-width: 480px) {
  #xmas.menuArea .ttl_category span::after {
    width: 20%;
  }
}
#xmas.menuArea .lead {
  font-size: 20px;
  font-family: serif;
}

@media (max-width: 480px) {
  #xmas.menuArea .lead {
    font-size: 16px;
  }
}
#xmas.menuArea .menuBoxList {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px 30px;
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center;
}

#xmas.menuArea .menuBoxList .box {
  display: inline-block;
  vertical-align: top;
  width: 30.33%;
  margin: 30px 1% 0;
}

@media (max-width: 480px) {
  #xmas.menuArea .menuBoxList .box {
    width: 100% !important;
  }
}
#xmas.menuArea .menuBoxList .box .detailTxt {
  color: #000;
  text-align: left;
}

#xmas.menuArea .menuBoxList .box .photo .iconBuffet,
#xmas.menuArea .menuBoxList .box .photo .iconTable {
  width: 70px;
  position: absolute;
  top: -20px;
  right: -20px;
}

#xmas.menuArea .menuBoxList .box .pickup {
  display: block;
  margin: 5px 0 0;
  color: #a82124;
}

@media (max-width: 480px) {
  #xmas.menuArea .menuBoxList .box .name {
    font-size: 1.4rem;
  }
}
#xmas.menuArea .menuBoxList .box .mds {
  color: #a21212;
  font-family: serif;
}

@media (max-width: 480px) {
  #xmas.menuArea .menuBoxList .box .mds {
    font-size: 18px;
  }
}
#xmas.menuArea .menuBoxList.c2 .box {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin: 30px 1.5% 0;
  text-align: left;
}

#xmas.menuArea .menuBoxList.c1 .box {
  display: inline-block;
  vertical-align: top;
  width: 95.5%;
  margin: 30px 1.5% 0;
  text-align: left;
}

#xmas.menuArea .menuBoxList.c1 .box p {
  color: #333;
  text-align: center;
}

#xmas .inPhotoBox {
  max-width: 978px;
  width: 100%;
}

#xmas .inPhotoBox .txtBox .txt {
  color: #000;
}

#xmas .inPhotoBox.photoW.menu .txtBox {
  text-align: center;
  vertical-align: middle;
}

#xmas .inPhotoBox.photoW .photo {
  width: 40%;
}

#xmas .inPhotoBox.photoW .txtBox {
  width: 60%;
}

#xmas .inPhotoBox .photo img {
  height: 310px;
}

@media (max-width: 480px) {
  #xmas .inPhotoBox .photo img {
    height: 215px;
  }
}
#xmas .btn.xmas {
  background: #fff;
  color: #a21212;
  padding: 25px;
  font-size: 22px;
  width: 18em;
  max-width: 100%;
  margin: 20px auto;
}

#xmas .btn.xmas:hover {
  opacity: 1;
  background: #fbe2e2;
}

#xmas .btn.xmas::before {
  right: 22px;
  width: 10px;
  height: 10px;
  margin: -7px 0 0 0;
  border-top: 1px solid #a21212;
  border-right: 1px solid #a21212;
}

#xmas .btn.xmas::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  border: 3px double #a21212;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
}

@media (max-width: 480px) {
  #xmas .btn.xmas {
    padding: 22px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
/* -------------------------------------------
お正月
-------------------------------------------*/
.whitebox,
.redbox {
  text-align: center;
  font-size: 2.4rem;
  font-family: serif;
  margin: 0 0 10px;
}

@media (max-width: 480px) {
  .whitebox,
  .redbox {
    font-size: 1.4rem;
  }
}
.whitebox span,
.redbox span {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #a82024;
}

@media (max-width: 480px) {
  .whitebox span,
  .redbox span {
    padding: 5px 10px;
  }
}
.redbox {
  margin: 1em 0 10px;
}

.redbox span {
  background: #9C312E;
  color: #fff;
}

#newyear.menuArea {
  background: #f5f2ee;
  color: #fff;
  text-align: center;
  padding: 2%;
  background: #fff url("../img/buffet/2411/bg_newyear.jpg") center top repeat-y;
  background-size: 100%;
  display: block;
  overflow: hidden;
}

#newyear.menuArea a {
  color: #B03223;
}

#newyear.menuArea .note {
  color: #000;
}

#newyear.menuArea .catchCopy {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.6em;
}

#newyear.menuArea .catchCopy span {
  font-size: 38px;
}

@media (max-width: 480px) {
  #newyear.menuArea .catchCopy {
    font-size: 1.6rem;
    line-height: 1.8em;
    margin: 0;
  }
  #newyear.menuArea .catchCopy span {
    font-size: 24px;
  }
}
#newyear.menuArea .inner {
  padding: 3%;
  border: 3px solid #9C312E;
}

@media (max-width: 480px) {
  #newyear.menuArea .inner {
    padding: 10% 5%;
  }
}
#newyear.menuArea .deco1 {
  position: absolute;
  top: 10vw;
  left: 3vw;
  width: 14vw;
  z-index: 48;
}

#newyear.menuArea .deco2 {
  position: absolute;
  top: 6vw;
  right: 3vw;
  width: 14vw;
  z-index: 48;
}

#newyear.menuArea .deco3 {
  position: absolute;
  bottom: 44px;
  left: 40px;
  width: 150px;
  z-index: 48;
}

@media (max-width: 480px) {
  #newyear.menuArea .deco3 {
    bottom: 3px;
    left: 3px;
    width: 60px;
  }
}
#newyear.menuArea .deco4 {
  position: absolute;
  bottom: 32%;
  right: 54px;
  width: 148px;
  z-index: 48;
}

@media (max-width: 480px) {
  #newyear.menuArea .deco4 {
    position: absolute;
    bottom: 225px;
    right: -11px;
    width: 61px;
  }
}
#newyear.menuArea .jp-ttl {
  text-align: center;
  font-family: SourceHanSerifJP;
  font-weight: 400;
  color: #9C312E;
  font-size: 4.6rem;
  padding: 110px 0 0px;
  background: url("../img/buffet/2411/bg_ttl_newyear.png") center top no-repeat;
  background-size: 136px;
}

#newyear.menuArea .jp-ttl span {
  color: #9C312E;
}

@media (max-width: 480px) {
  #newyear.menuArea .jp-ttl {
    margin-bottom: 0 !important;
  }
}
#newyear.menuArea .catchCopy {
  color: #9C312E;
}

@media (max-width: 480px) {
  #newyear.menuArea .catchCopy {
    margin-top: 0;
  }
}
#newyear.menuArea .eng-ttl {
  color: #9C312E;
}

#newyear.menuArea .eng-ttl::before {
  border-color: #fff;
  background: #fff;
}

#newyear.menuArea .eng-ttl span {
  color: #9C312E;
}

#newyear.menuArea .eng-ttl span::before {
  border-color: #fff;
  background: #fff;
}

#newyear.menuArea .sttl {
  color: #9C312E;
}

#newyear.menuArea .ttl_category {
  text-align: center;
  font-size: 3.6rem;
  font-family: serif;
  margin: 1em 0 0.6rem;
}

#newyear.menuArea .ttl_category_sub {
  text-align: center;
  font-size: 12px;
  font-family: serif;
  margin: 0 0 3rem;
  color: #9C312E;
}

@media (max-width: 480px) {
  #newyear.menuArea .ttl_category {
    font-size: 2rem;
  }
}
#newyear.menuArea .ttl_category span {
  display: inline-block;
  color: #9C312E;
  position: relative;
}

#newyear.menuArea .ttl_category span::before {
  content: "";
  display: block;
  width: 40%;
  height: 5px;
  border-top: 1px solid #9C312E;
  border-bottom: 1px solid #9C312E;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-120%, -50%);
}

@media (max-width: 480px) {
  #newyear.menuArea .ttl_category span::before {
    width: 20%;
  }
}
#newyear.menuArea .ttl_category span::after {
  content: "";
  display: block;
  width: 40%;
  height: 5px;
  border-top: 1px solid #9C312E;
  border-bottom: 1px solid #9C312E;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(120%, -50%);
}

@media (max-width: 480px) {
  #newyear.menuArea .ttl_category span::after {
    width: 20%;
  }
}
#newyear.menuArea .lead {
  font-size: 20px;
  font-family: serif;
  color: #9C312E;
}

@media (max-width: 480px) {
  #newyear.menuArea .lead {
    font-size: 16px;
  }
}
#newyear.menuArea .menuBoxList {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px 30px;
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center;
}

#newyear.menuArea .menuBoxList .box {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin: 30px 1.5% 0;
  text-align: left;
}

#newyear.menuArea .menuBoxList .box .detailTxt {
  color: #000;
}

#newyear.menuArea .menuBoxList .box .mds {
  color: #9C312E;
  font-family: serif;
}

@media (max-width: 480px) {
  #newyear.menuArea .menuBoxList .box .mds {
    font-size: 18px;
    line-height: 1.4;
  }
}
#newyear.menuArea .menuBoxList .box.ume {
  margin: 30px 1.5% 0;
  padding: 0;
}

#newyear.menuArea .menuBoxList .box.ume .txt {
  position: relative;
  display: block;
  background: #fff;
  margin: 0;
  padding: 20px;
}

#newyear.menuArea .menuBoxList .box.ume .txt::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/buffet/2411/koume.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 3vw;
  transform: translate(0, -50%);
}

@media (max-width: 480px) {
  #newyear.menuArea .menuBoxList .box.ume .txt::before {
    top: 5%;
    transform: translate(0, 0);
  }
}
#newyear.menuArea .menuBoxList .box.ume .txt::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/buffet/2411/koume.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translate(0, -50%);
}

@media (max-width: 480px) {
  #newyear.menuArea .menuBoxList .box.ume .txt::after {
    top: 5%;
    transform: translate(0, 0);
  }
}
#newyear.menuArea .menuBoxList.c3 .box {
  display: inline-block;
  vertical-align: top;
  width: 30.33%;
  margin: 30px 1% 0;
}

@media (max-width: 480px) {
  #newyear.menuArea .menuBoxList.c3 .box {
    width: 95.5% !important;
  }
}
#newyear.menuArea .menuBoxList.c2 .box {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin: 30px 1.5% 0;
  text-align: left;
}

@media (max-width: 480px) {
  #newyear.menuArea .menuBoxList.c2 .box {
    width: 95.5% !important;
  }
}
#newyear.menuArea .menuBoxList.c1 .box {
  display: inline-block;
  vertical-align: top;
  width: 95.5%;
  margin: 30px 1.5% 0;
  text-align: left;
}

#newyear.menuArea .menuBoxList.c1 .box p {
  color: #333;
  text-align: center;
}

@media (max-width: 480px) {
  #newyear.menuArea .menuBoxList.c1 .box {
    width: 95.5% !important;
  }
}
#newyear.menuArea .menuBoxList .txtBox {
  max-width: 600px;
  color: #000;
}

@media (max-width: 480px) {
  #newyear.menuArea .menuBoxList .listTxt li {
    text-align: left;
  }
}
#newyear.menuArea .menuBoxList .listTxt li h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 !important;
  padding: 0;
  display: block;
}

@media (max-width: 480px) {
  #newyear.menuArea .menuBoxList .listTxt li h3 {
    text-align: left;
  }
}
#newyear.menuArea .menuBoxList .listTxt li p {
  margin: 0 !important;
  padding: 5px 0 0 0;
  line-height: 1.4;
  display: block;
}

@media (max-width: 480px) {
  #newyear.menuArea .menuBoxList .listTxt li p {
    text-align: left;
  }
}
#newyear.menuArea .inPhotoBox {
  max-width: 974px;
}

#newyear.menuArea .inPhotoBox,
#newyear.menuArea .menuBoxList .box {
  border: 1px solid #9C312E;
  box-shadow: none;
}

#newyear.menuArea .inPhotoBox .txtBox h3 {
  margin-bottom: 25px;
  text-align: center;
}

#newyear.menuArea .inPhotoBox .txtBox p {
  color: #000;
}

#newyear.menuArea .inPhotoBox .txtBox p.name {
  position: relative;
  padding: 0 0 0 18px;
}

#newyear.menuArea .inPhotoBox .txtBox p.name::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #9C312E;
  left: 0;
  top: 0.5em;
}

#newyear.menuArea .menuBoxList .box .detailBtn p {
  background: url(../img/common/icon_arrow_down.png) no-repeat 10% 50% #a82124;
  border: 1px solid #9C312E;
}
#newyear.menuArea .menuBoxList .box .detailBtn p.ac {
  background: url(../img/common/icon_arrow_up.png) no-repeat 10% 50% #a82124;
  border: 1px solid #9C312E;
}

.menuBoxList .box .emp {
  text-align: center;
  margin: 0;
  font-size: 12px;
  padding: 0;
}

@media (max-width: 480px) {
  #newyear.menuArea .jp-ttl {
    font-size: 2.4rem;
    padding: 82px 0 20px;
    background: url(../img/buffet/2312/bg_ttl_newyear.png) center top no-repeat;
    background-size: 100px;
    line-height: 1.6;
  }
  #newyear.menuArea .menuBoxList {
    padding: 0 0 30px;
  }
  #newyear.menuArea .menuBoxList .box {
    margin: 30px 0.5% 0;
  }
}
#newyear .btn.newyear {
  background: #a21212;
  color: #fff;
  padding: 25px;
  font-size: 22px;
  width: 18em;
  max-width: 100%;
  margin: 20px auto;
}

#newyear .btn.newyear:hover {
  opacity: 1;
  background: #7f0606;
}

#newyear .btn.newyear::before {
  right: 22px;
  width: 10px;
  height: 10px;
  margin: -7px 0 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#newyear .btn.newyear::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  border: 3px double #fff;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
}

@media (max-width: 480px) {
  #newyear .btn.newyear {
    padding: 22px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
/* -------------------------------------------
カラー変更
-------------------------------------------*/
#readArea {
  background: #a62b2c;
}

.bgPink3 {
  background-color: #ebd664;
  background-image: url(../img/buffet/2609/bg_ribon_top.png), url(../img/buffet/2609/bg_ribon_l1.png), url(../img/buffet/2609/bg_ribon_r1.png), url(../img/buffet/2609/bg_ribon_l2.png), url(../img/buffet/2609/bg_ribon_r2.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, 10%, 12%, 12%, 12%;
  background-position: center top, left 30%, right 50%, left 70%, right 85%;
}

.bgBeige {
  background-color: #fef2e0;
  background-image: url(../img/buffet/2609/bg_garland.png), url(../img/buffet/2609/bg_hanabi_l1.png), url(../img/buffet/2609/bg_hanabi_r1.png), url(../img/buffet/2609/bg_hanabi_l2.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100%, 10%, 10%, 10%;
  background-position: center top, left 20%, right 50%, left 80%;
}

.bgBeige2 {
  background-color: #fef2e0;
  background-image: url(../img/buffet/2609/bg_hanabi_l3.png), url(../img/buffet/2609/bg_hanabi_r2.png), url(../img/buffet/2609/bg_hanabi_r3.png), url(../img/buffet/2609/bg_hanabi_r4.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 10%, 10%, 10%, 10%, 17%;
  background-position: left 50%, right 20%, right 75%, right 95%;
}

.bgBrown3 {
  background-color: #492484;
  background-image: url(../img/buffet/2609/bg_cloud_l1.png), url(../img/buffet/2609/bg_cloud_l2.png), url(../img/buffet/2609/bg_cloud_r1.png), url(../img/buffet/2609/bg_cloud_r2.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 14%, 14%, 14%, 14%;
  background-position: -5% 10%, 2% 80%, 105% 15%, 110% 100%;
}

.bgBlue2 {
  background: #c8dce1;
}

.inPhotoBox.photoW.menu .txtBox .listTxt li.limit {
  color: #a82024;
}

.CategoryBox .inPhotoBox.photoW .txtBox .subttl span {
  color: #a82024;
}

.CategoryBox .inPhotoBox.photoW .txtBox .subttl span:before,
.CategoryBox .inPhotoBox.photoW .txtBox .subttl span:after {
  background: #a82024;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.fcRed {
  color: #a62b2c !important;
}

.eng-ttl.red span {
  color: #a62b2c;
}

/* -------------------------------------------
タブ
-------------------------------------------*/
.wrapper {
  width: 90%;
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
}

ul.plinktab {
  display: block;
  margin: 0px -2px 0 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

@media (max-width: 480px) {
  ul.plinktab {
    margin: 0 -4% 0 0;
  }
}
ul.plinktab li {
  position: relative;
  display: inline-block;
  width: 16.66%;
  padding: 0 2px 0 0;
  margin: 0;
  vertical-align: top;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  ul.plinktab li {
    width: 33.33%;
  }
}
ul.plinktab li::before {
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  transform: rotate(-45deg) translate(-40%, -40%);
  z-index: 5;
}

@media (max-width: 480px) {
  ul.plinktab li::before {
    bottom: 10px;
  }
}
ul.plinktab li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  font-family: serif;
  display: block;
  padding: 10px 0px 24px 0px;
  position: relative;
  color: #fff;
  margin: 0;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}

@media (max-width: 480px) {
  ul.plinktab li a {
    border-width: 2px;
  }
}
ul.plinktab li a:hover {
  border-bottom: 3px solid #ffe318;
  opacity: 0.8;
}

@media (max-width: 480px) {
  ul.plinktab li a {
    font-size: 12px;
    border-width: 2px;
    border-color: #f1f1f1;
  }
}
ul.plinktab li a p {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 480px) {
  ul.plinktab li a p {
    font-size: 14px;
  }
}
ul.plinktab li a p span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #e1db8c;
}

.menuBoxList .box .photo .fukidashi {
  width: 255px;
  position: absolute;
  top: -78px;
  right: -30px;
}

@media (max-width: 680px) {
  .menuBoxList .box .photo .fukidashi {
    width: 147px;
    position: absolute;
    top: -46px;
    right: -14px;
  }
}
/* -------------------------------------------
NEWアイコン
-------------------------------------------*/
.menuBoxList .box .photo .iconNew {
  width: 80px;
  position: absolute;
  top: 8px;
  right: auto;
  left: 8px;
}

@media (max-width: 680px) {
  .menuBoxList .box .photo .iconNew {
    width: 50px;
    top: -10px;
    left: -10px;
  }
}
.inPhotoBox.photoW.menu .photo .photo-col2 .iconLive {
  width: 20%;
  height: auto;
  position: absolute;
  bottom: 25%;
  left: 60%;
}

/* -------------------------------------------
調整
-------------------------------------------*/
.inPhotoBox .iconNew.left {
  left: 0 !important;
  width: 70px !important;
}

.inPhotoBox .box .detailBtn p {
  display: inline-block;
  padding: 0 3em;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-family: "EBGaramond";
  border: 1px solid #111111;
  background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/kyotoshh/contents/boulevard/img/common/icon_arrow_down.png) no-repeat 10% 50% #111111;
  cursor: pointer;
  transition: all 0.5s ease;
}

.photo-col2.salada img {
  width: 93% !important;
  height: auto !important;
  margin: 20px 0 20px 0 !important;
}

.photo.flex {
  display: flex;
  width: 100%;
}

.custom-salada {
  width: 47% !important;
  margin: 0 auto;
}

.menuBoxList.salada .box {
  padding: 30px 8px 20px;
}

.txtc2 {
  display: flex;
}

.txtc2 p {
  width: 50%;
}

.inPhotoBox.photoW.menu .photo .photo-col2 {
  gap: 10px;
}

.inPhotoBox.photoW.menu .photo .photo-col2 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .txtc2 {
    display: block;
  }
  .txtc2 p {
    width: 100%;
  }
  .menuBoxList.salada .box {
    padding: 10px 10px 15px 10px;
    width: 100% !important;
  }
  .photo.flex {
    display: block !important;
  }
  .custom-salada {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .menuBoxList .custom-salada {
    width: 49% !important;
  }
  .inPhotoBox.photoW.menu .photo .photo-col2.salada {
    display: flex;
    flex-direction: column !important;
  }
  .inPhotoBox.photoW.menu .photo .photo-col2.salada li {
    width: 100% !important;
    text-align: center !important;
  }
  .inPhotoBox.photoW.menu .photo .photo-col2.salada img {
    margin: 10px !important;
  }
}
@media (max-width: 480px) {
  .inPhotoBox.photoW.menu .photo .photo-col2 img {
    height: auto;
  }
}
.menuBoxList .box .photo .iconPlus.add {
  width: 90px;
}

@media (max-width: 500px) {
  .menuBoxList .box .photo .iconPlus.add {
    width: 60px;
  }
}