<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* -------------------------------------
interlude
------------------------------------- */
body {
  color: #595757;
}
a {
  color: #595757;
}
article {
  padding-top: 0;
}

#mainimg {
  position: relative;
}

.bg_be {
  background-color: #f1ebe3;
}

#cmn_navi {
  margin-bottom: 40px;
}
#cmn_navi ul {
  font-size: 0;
  text-align: center;
  padding: 15px 0;
}
#cmn_navi ul li {
  display: inline-block;
  margin-right: 5.5%;
}
#cmn_navi ul li:last-child {
  margin-right: 0;
}
#cmn_navi ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #a27b46;
  letter-spacing: 0.1em;
  padding: 23px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
  transition: background-image 0.3s;
}
#cmn_navi ul li a:hover,
#cmn_navi ul li a.on {
  background-image: url(../imgs/common/logo.svg);
  opacity: 1;
}
#cmn_navi ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #a27b46;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#cmn_navi ul li a:hover::after {
  opacity: 1;
}

#shop_navi {
  margin-bottom: 40px;
  background-color: #f6f4e4;
}
#shop_navi ul {
  font-size: 0;
  text-align: center;
  padding: 15px 0;
}
#shop_navi ul li {
  display: inline-block;
  margin-right: 5.5%;
}
#shop_navi ul li:last-child {
  margin-right: 0;
}
#shop_navi ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #a27b46;
  letter-spacing: 0.1em;
  padding: 17px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
  transition: background-image 0.3s;
}
#shop_navi ul li a:hover,
#shop_navi ul li a.on {
  background-image: url(../imgs/common/logo.svg);
  opacity: 1;
}
#shop_navi ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #a27b46;
  position: absolute;
  bottom: -7px;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#shop_navi ul li a:hover::after {
  opacity: 1;
}
#pankuzu {
  margin-bottom: 10px;
}

.shophead {
  margin-bottom: 40px;
}
.shophead .info_close {
  font-size: 20px;
  font-weight: bold;
  color: #e60012;
  text-align: center;
  margin-bottom: 20px;
}
.shophead .info_close p span {
  display: inline-block;
}
.shophead .bnr {
  max-width: 700px;
  margin: 0 auto 50px;
}
.shophead .bnr .sp {
  display: none;
}
.shophead .imglist {
  margin-bottom: 45px;
}
.shophead .imglist li {
  width: calc((99.9% - 45px) / 2);
  float: left;
}
.shophead .imglist li:last-child {
  float: right;
}
.shophead h2 {
  font-size: 20px;
  font-weight: bold;
  color: #282525;
  line-height: 1.8;
  margin-bottom: 13px;
}
.shophead .cap {
  font-size: 13px;
  margin-bottom: 35px;
}
.shophead #info {
  font-size: 0;
  padding: 10px 0;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  position: relative;
}
/*.shophead #info::after {
	content:"";
	width:1px;
	height:calc(100% - 20px);
	display:block;
	border-left:1px dotted #595757;
	position:absolute;
	top:10px;
	left:50%;
	z-index:1;
}*/
.shophead #info .address {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px 10px 5%;
}
.shophead #info .time {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px 10px 5%;
  border-left: 1px dotted #595757;
}
.shophead #info p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.shophead #info p a {
  font-size: 11px;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  margin-left: 15px;
  border-radius: 4px;
  background-color: #595757;
}
.shophead #info .address dl {
  font-size: 0;
}
.shophead #info .address dl dt,
.shophead #info .address dl dd {
  font-size: 13px;
  display: inline-block;
}
.shophead #info .address dl dt {
  margin-right: 15px;
}
.shophead #info .address dl dd a {
  display: inline-block;
}
.shophead #info .time {
  font-size: 0;
}
.shophead #info .time dt,
.shophead #info .time dd {
  font-size: 13px;
}
.shophead #info .time dt {
  margin-bottom: 5px;
}

.restaurant .shophead #info .time dl {
  margin-bottom: 5px;
}
.restaurant .shophead #info .time dl:last-child {
  margin-bottom: 0;
}
.restaurant .shophead #info .time dt,
.restaurant .shophead #info .time dd {
  display: inline-block;
}
.restaurant .shophead #info .time dt {
  margin-bottom: 0;
}
.restaurant .shophead #info .time dt::after {
  content: "/";
}
#content {
  width: calc(100% - 150px);
  float: left;
}
#side {
  width: 125px;
  float: right;
}
#menulist {
  text-align: center;
}
#menulist h3 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #a27b46;
}
#menulist li {
  text-align: left;
  width: calc((99.9% - 20px) / 2);
  float: left;
  padding: 20px 0;
  border-bottom: 1px dotted #595757;
}
#menulist li:nth-child(even) {
  float: right;
}
#menulist li a {
  font-size: 0;
}
#menulist li a img,
#menulist li a .text {
  display: inline-block;
  vertical-align: middle;
}
#menulist li a img {
  width: calc((99.9% - 15px) * 0.611);
  height: auto;
  margin-right: 15px;
  transition: box-shadow 0.3s;
}
#menulist li a:hover img {
  box-shadow: 0px 0px 5px 0px #bbb;
}
#menulist li a .text {
  width: calc((99.9% - 15px) * 0.389);
}
#menulist li a .text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #a27b46;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
#menulist li a .text p {
  font-size: 12px;
}

#menulist p.noteblk {
  text-align: center;
  color: #a27b46;
  font-size: 13px;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin: 0 auto 10px auto;
  border: 1px solid #a27b46;
  border-radius: 7px;
  box-sizing: border-box;
}

/*20220524レストランページ改修*/
#details h3 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #a27b46;
}
#details h3 br {
  display: none;
}
#details .list_blk {
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  margin: 0 auto 20px;
}
#details .list_blk ul li {
  line-height: 1;
  margin-bottom: 10px;
}

#details .detail_tb {
  margin-bottom: 60px;
  overflow-x: scroll;
}
#details .detail_tb table {
  text-align: left;
  line-height: 1.8;
  min-width: 700px;
  border: 1px solid #ed7d31;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
#details .detail_tb thead {
  background-color: #ed7d31;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
}
#details .detail_tb table th,
#details .detail_tb table td {
  padding: 15px;
}
#details .detail_tb thead th {
  color: #fff;
  text-align: left;
  border-right: 1px solid #fff;
}
#details .detail_tb thead th:last-child {
  border-right: none;
}
#details .detail_tb thead th span {
  font-size: 13px;
  display: block;
}
#details .detail_tb tbody {
  font-size: 13px;
}
#details .detail_tb tbody tr.btm &gt; * {
  border-bottom: 1px solid #ed7d31;
}
#details .detail_tb tbody th,
#details .detail_tb tbody td {
  border-right: 1px solid #ed7d31;
}
#details .detail_tb tbody td:last-child {
  border-right: none;
}
#details .detail_tb tbody th {
  vertical-align: top;
  width: 134px;
}
#details .detail_tb tbody td {
  vertical-align: top;
  width: calc((100% - 134px) / 2);
  max-width: 365px;
}
#details .detail_tb .notice {
  font-size: 12px;
  padding-bottom: 10px;
}

#gallery .modal_wrap {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#gallery .modal_wrap li {
  width: calc((100% - 20px) / 2);
  max-width: 400px;
  padding: 15px;
  background-color: #a27b46;
}
#gallery .modal_wrap li a {
  display: flex;
  align-items: center;
}
#gallery .modal_wrap li#mdbtn1 img {
  width: 50%;
  height: auto;
}
#gallery .modal_wrap li#mdbtn2 img {
  width: 43.2%;
  height: auto;
}
#gallery .modal_wrap li p {
  color: #fff;
  font-size: 13px;
  margin-left: 20px;
}
#gallery .modal_wrap li p span.en {
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
}

/*ドリンクメニューバナー*/
#drinkbnr {
  display: block;
  margin-bottom: 30px;
}

.slick-prev {
  left: -30px;
  z-index: 5;
}
.slick-next {
  right: -30px;
  z-index: 5;
}
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before {
  width: 69px;
  height: 69px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 0;
}
.slick-prev,
.slick-prev:hover {
  background: url(../imgs/restaurant/prev.svg) 0 0 no-repeat;
  background-size: contain;
}
.slick-next,
.slick-next:hover {
  background: url(../imgs/restaurant/next.svg) 0 0 no-repeat;
  background-size: contain;
}

/*.slick-dots {
	top:100%;
	bottom:auto;
}
.slick-dots li {
	width:15px;
	height:10px;
}
.slick-dots li button {
	width:10px;
	height:10px;
}
.slick-dots li button:before {
	font-size:0;
	width:10px;
	height:10px;
	background-color:#ccc;
	border-radius:50%;
	opacity:1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #a27b46;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #a27b46;
    border-radius:50%;

}
.slick-dots li button:hover, .slick-dots li button:focus {
    opacity: 1;
    background-color: #a27b46;
    border-radius:50%;
}*/

#menu_head p.noteblk {
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #a27b46;
  background-color: #a27b46;
  border-radius: 7px;
  box-sizing: border-box;
}

#menu_head {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 35px;
  border: 1px solid #a27b46;
  border-radius: 10px;
}
#menu_head h1 {
  font-size: 24px;
  font-weight: bold;
  color: #a27b46;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
#menu_head h1:last-child {
  margin-bottom: 0;
}
#menu_head p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
#menu_head p span {
  font-size: 13px;
  display: block;
  margin-top: 3px;
}
#item_list li {
  margin-bottom: 30px;
  position: relative;
}
#item_list li:last-child {
  margin-bottom: 0;
}
#item_list li .itemimg {
  width: calc((99.9% - 20px) * 0.581);
  float: left;
}
#item_list li .text {
  width: calc((99.9% - 20px) * 0.419);
  float: right;
}
#item_list li .text .price {
  font-size: 0;
  margin-bottom: 10px;
}
#item_list li .text .price dt,
#item_list li .text .price dd {
  font-size: 17px;
  font-weight: bold;
}
#item_list li .text .price dt {
  margin-bottom: 5px;
}
#item_list li .text .price dt span {
  font-size: 15px;
  display: inline-block;
  vertical-align: 2px;
}
#item_list li .text .price dt span.blk {
  display: block;
  margin-top: 3px;
}
#item_list li .text .price dd {
  text-align: right;
}
#item_list li .text .price dd span {
  font-size: 80%;
  margin-right: 10px;
}
#item_list li .text .price.half {
  width: 100%;
  display: table;
  padding-top: 8px;
  border-top: 1px solid #ccc;
}
#item_list li .text .price.half dt,
#item_list li .text .price.half dd {
  display: table-cell;
}
#item_list li .text .price.half dd {
  text-align: right;
  white-space: nowrap;
}
.restaurant #item_list li .text .price dd,
.restaurant #item_list li .text .price.half dd {
  display: none;
}
#item_list li .text .cap {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 10px;
}
#item_list li .text .set {
  width: calc((99.9% - 20px) * 0.419);
  min-height: 57px;
  display: table;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#item_list li .text .set span {
  font-size: 13px;
  color: #a27b46;
  line-height: 1.6;
  display: table-cell;
  vertical-align: middle;
}
#item_list li .text .set.fnt10 span {
  font-size: 10px;
}
#item_list li .text .tkimg {
  width: 50%;
}

#sweets_selection {
  margin-bottom: 30px;
}
#sweets_selection a img {
  transition: box-shadow 0.3s;
}
#sweets_selection a:hover img {
  box-shadow: 0px 0px 5px 0px #bbb;
}
#sweets_selection a img.spimg {
  display: none;
}

#sweets_list li {
  width: calc((99.9% - 35px) / 2);
  float: left;
  margin-bottom: 35px;
}
#sweets_list li:nth-child(even) {
  float: right;
}
#sweets_list li h2 {
  margin-bottom: 12px;
}
#sweets_list li dl {
  margin-bottom: 10px;
}
#sweets_list li dl dt,
#sweets_list li dl dd {
  font-size: 17px;
  font-weight: bold;
}
#sweets_list li dl dt {
  margin-bottom: 5px;
}
#sweets_list li dl dd {
  text-align: right;
}

#sweets_list li p {
  font-size: 13px;
  line-height: 1.7;
}

#drink .left,
#drink .right {
  width: calc((99.9% - 40px) / 2);
}
#drink .left {
  float: left;
}
#drink .right {
  float: right;
}
#drink ul {
  margin-bottom: 56px;
  border-top: 1px dashed #bbb;
}
#drink ul:last-child {
  margin-bottom: 0;
}
#drink ul:nth-child(1) {
  border-top: none;
}
#drink ul.mgb0 {
  margin-bottom: 0;
}
#drink ul li {
  padding: 20px 5px;
  border-bottom: 1px dashed #bbb;
}
#drink ul li dl {
  width: 100%;
  display: table;
}
#drink ul li dl dt,
#drink ul li dl dd {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}
#drink ul li dl dd {
  white-space: nowrap;
  width: 105px;
  text-align: right;
}
.restaurant #drink ul li dl dd {
  display: none;
}
#drink p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 15px;
}

#newmenu li {
  padding: 25px 10px;
  border-bottom: 1px solid #bbb;
}
#newmenu li:nth-child(1) {
  padding-top: 0;
}
#newmenu li .left {
  width: 30.5%;
  float: left;
}
#newmenu li .left a img {
  transition: box-shadow 0.3s;
}
#newmenu li .left a:hover img {
  box-shadow: 0px 0px 5px 0px #bbb;
}
#newmenu li .text {
  width: 65%;
  float: right;
}
#newmenu li .text h2 {
  font-size: 17px;
  font-weight: bold;
  color: #a27b46;
  text-indent: -10px;
  line-height: 1.6;
  margin-bottom: 5px;
}
#newmenu li .text p {
  font-size: 13px;
}

#reserve {
  padding: 5% 20px;
  border: 1px solid #a27b46;
  border-radius: 10px;
}
#reserve h1 {
  width: 51.1%;
  min-width: 250px;
  margin: 0 auto 20px auto;
}
#reserve .cap {
  font-size: 14px;
  text-align: center;
  margin-bottom: 27px;
}
#reserve ul {
  max-width: 460px;
  margin: 0 auto 45px auto;
}
#reserve ul li {
  width: calc((99.9% - 20px) / 3);
  float: left;
  margin-right: 10px;
}
#reserve ul li:last-child {
  margin-right: 0;
}
#reserve .price {
  width: 62.5%;
  min-width: 300px;
  margin: 0 auto 30px auto;
}
#reserve .inq {
  width: 47.1%;
  min-width: 250px;
  margin: 0 auto;
}

#lunchbuffet,
#takeout {
  padding: 35px 45px;
  border: 1px solid #a27b46;
  border-radius: 10px;
}
#lunchbuffet h1 {
  width: 81.7%;
  margin: 0 auto 25px auto;
}

#lunchbuffet .imglist {
  max-width: 460px;
  margin: 0 auto 23px auto;
}
#lunchbuffet .imglist li {
  width: calc((99.9% - 20px) / 3);
  float: left;
  margin-right: 10px;
}
#lunchbuffet .imglist li:last-child {
  margin-right: 0;
}
#lunchbuffet #price {
  max-width: 480px;
  padding: 12px 15px;
  margin: 0 auto 25px auto;
  background-image: url(../imgs/restaurant/lunchbuffet/bdr.png), url(../imgs/restaurant/lunchbuffet/bdr.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}
#lunchbuffet #price li {
  width: calc((99.9% - 15px) / 2);
  float: left;
  padding: 10px 0;
  border-bottom: 1px dotted #a27b46;
}
#lunchbuffet #price li:nth-child(even) {
  float: right;
}
#lunchbuffet #price li:last-child {
  border-bottom: none;
}
#lunchbuffet #price dl {
  width: 100%;
  display: table;
}
#lunchbuffet #price dl dt,
#lunchbuffet #price dl dd {
  font-size: 11px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
#lunchbuffet #price dl dt {
  padding-right: 10px;
}
#lunchbuffet #price dl dd {
  text-align: right;
  white-space: nowrap;
  width: 10px;
}
#lunchbuffet #period {
  font-size: 15px;
  color: #fff;
  width: 100%;
  max-width: 518px;
  text-align: center;
  padding: 20px 20px;
  margin: 0 auto 40px;
  background-color: #a50d05;
}
#lunchbuffet #period .menu {
  display: none;
}
#lunchbuffet #performance {
  color: #684234;
  width: 100%;
  max-width: 518px;
  text-align: center;
  padding: 25px 20px;
  margin: 0 auto 60px;
  background-color: #f6f4e4;
}
#lunchbuffet #performance h2 {
  font-size: 14px;
  font-weight: bold;
  color: #a50d05;
  margin-bottom: 10px;
}
#lunchbuffet #performance li {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#lunchbuffet #performance li:last-child {
  margin-bottom: 0;
}
#lunchbuffet #buffet_menu .left {
  width: calc(100% - 230px);
  float: left;
}
#lunchbuffet #buffet_menu .left h2 {
  font-size: 15px;
  font-weight: bold;
  color: #a50d05;
  margin-bottom: 15px;
}
#lunchbuffet #buffet_menu .left ul {
  padding: 15px 0;
  border-top: 1px solid #a27b46;
  border-bottom: 1px solid #a27b46;
}
#lunchbuffet #buffet_menu .left ul li {
  font-size: 12px;
  /* text-indent: -1em;
  padding-left: 1em; */
  margin-bottom: 13px;
}
#lunchbuffet #buffet_menu .left ul li:last-child {
  margin-bottom: 0;
}
#lunchbuffet #buffet_menu .left ul + p {
  font-size: 12px;
  padding-top: 5px;
}
#lunchbuffet #buffet_menu .right {
  width: 200px;
  float: right;
}
#lunchbuffet #buffet_menu .right li {
  width: 100%;
  max-width: 170px;
  margin: 0 0 10px auto;
}
#lunchbuffet #buffet_menu .right p {
  font-size: 10px;
  line-height: 1.6;
}

#lunchbuffet p.note {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#lunchbuffet #nomenu ul {
  font-size: 0;
}
#lunchbuffet #nomenu ul li {
  display: inline-block;
  width: calc(99.9% / 4);
}
#lunchbuffet #nomenu p {
  font-size: 10px;
  text-align: right;
}

/* 臨時休業のお知らせ*/
#lunchbuffet #temporary_closed {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  background-color: #f6f4e4;
  padding: 25px 20px;
}
#temporary_closed em {
  color: #a50d05;
  font-size: 15px;
  font-style: normal;
}
/*ここまで*/

/* 休業開け */
#lunchbuffet {
  padding: 45px 40px;
}
#lunchbuffet h1 {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 42px;
}
#lunchbuffet #performance {
  font-weight: bold;
}
#lunchbuffet #performance em {
  color: #a50d05;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}
#lunchbuffet #performance p {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a27b46;
}

/*2カ月併記*/
#lunchbuffet .menulink {
	color:#a27b46;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	display:block;
	margin:0 auto 30px;
	border:2px solid #a27b46;
	border-radius:15px;
	padding:15px;
	max-width:280px;
}

#dessertviking {
  padding: 10px;
  border: 1px solid #a27b46;
  border-radius: 10px;
}
#dessertviking .in {
  padding: 45px 20px;
  border-radius: 6px;
  background: url(../imgs/restaurant/dessertviking/bg.jpg) repeat center center;
}
#dessertviking .in2 {
  padding: 20px 20px;
  border-radius: 6px;
  position: relative;
  /*background:url(../imgs/restaurant/dessertviking/bg.jpg) repeat center center;*/
}
#dessertviking h1 {
  max-width: 454px;
  margin: 0 auto 15px auto;
}
#dessertviking .in2 h1 {
  max-width: 630px;
  margin: 0 auto 30px auto;
}
#dessertviking .in2 p.note_stop {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  max-width: 300px;
  padding: 20px 20px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #a27b46;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 2;
}
#dessertviking .in2 p.note_stop .spbr {
  display: none;
}

#dessertviking .price {
  max-width: 480px;
  padding: 8px 15px;
  margin: 0 auto 25px auto;
  background-image: url(../imgs/restaurant/dessertviking/bdr.png), url(../imgs/restaurant/dessertviking/bdr.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}
#dessertviking .price li {
  width: calc((99.9% - 20px) / 2);
  float: left;
  padding: 12px 0;
}
#dessertviking .price li:nth-child(even) {
  float: right;
}
#dessertviking .price li:nth-child(1),
#dessertviking .price li:nth-child(2) {
  border-bottom: 1px dotted #e5c65e;
}
#dessertviking .price li dl {
  width: 100%;
  display: table;
}
#dessertviking .price li dt,
#dessertviking .price li dd {
  font-size: 11px;
  font-weight: bold;
  color: #684234;
  display: table-cell;
  vertical-align: middle;
}
#dessertviking .price li dt {
  padding-right: 10px;
}
#dessertviking .price li dd {
  text-align: right;
  width: 10px;
  white-space: nowrap;
}
#dessertviking .imglist {
  max-width: 500px;
  margin: 0 auto 20px auto;
}
#dessertviking .imglist li {
  width: calc((99.9% - 30px) / 4);
  float: left;
}
#dessertviking .imglist li:not(:last-child) {
  margin-right: 10px;
}
#dessertviking .date {
  text-align: center;
  max-width: 500px;
  padding: 25px 15px;
  margin: 0 auto 8px auto;
  background-color: #fff;
}
#dessertviking .in2 .date {
  text-align: center;
  max-width: 500px;
  padding: 25px 15px;
  margin: 0 auto 8px auto;
  background-color: #f6f4e4;
}
#dessertviking .date h2 {
  font-size: 14px;
  font-weight: bold;
  color: #a50d05;
  margin-bottom: 5px;
}
#dessertviking .date p {
  font-size: 12px;
  font-weight: bold;
  color: #684234;
  margin-bottom: 20px;
}
#dessertviking .date p:last-child {
  margin-bottom: 0;
}
#dessertviking .date .note {
  color: #fff;
  line-height: 1.2;
  display: block;
  background-color: #ea5520;
  padding: 3px 0;
}
#dessertviking .imgcap {
  font-size: 10px;
  color: #684234;
  line-height: 1.2;
  text-align: center;
}

#dessertviking .fair_img {
  display: block;
  width: 100%;
  max-width: 550px;
  height: auto;
  margin: 0 auto 30px;
}

#inq {
  font-size: 0;
  text-align: center;
  margin-top: 12px;
}
#inq dt,
#inq dd {
  display: inline-block;
  vertical-align: middle;
}
#inq dt {
  width: 50.4%;
  margin-right: 20px;
}
#inq dd {
  width: 33.1%;
}

#classic_head {
  font-size: 0;
  margin-bottom: 45px;
  margin-top: 40px;
}
#classic_head p,
#classic_head ul {
  display: inline-block;
  vertical-align: middle;
}
#classic_head p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 45.4%;
  padding-right: 15px;
}
#classic_head p span {
  font-size: 12px;
  display: inline-block;
  vertical-align: 2px;
}
#classic_head ul {
  width: 54.6%;
}
#classic_head ul li {
  width: calc((99.9% - 10px) / 2);
  float: left;
}
#classic_head ul li:last-child {
  float: right;
}
#classic_info {
  padding: 35px 45px;
  border: 1px solid #a27b46;
  border-radius: 10px;
}
#classic_info .left {
  width: calc((99.9% - 50px) * 0.561);
  float: left;
}
#classic_info .left h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
#classic_info .left .day {
  font-size: 0;
  margin-bottom: 35px;
}
#classic_info .left h2 span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a27b46;
}
#classic_info .left .day dt,
#classic_info .left .day dd {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
#classic_info .left .day dt::after {
  content: "／";
}
#classic_info .left p {
  font-size: 12px;
  line-height: 2.2;
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid #a27b46;
  border-bottom: 1px solid #a27b46;
}
#classic_info .left .ov {
  font-size: 0;
}
#classic_info .left .ov dt,
#classic_info .left .ov dd {
  font-size: 12px;
  line-height: 1.8;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
#classic_info .left .ov dt {
  width: 50px;
}
#classic_info .left .ov dd {
  width: calc(100% - 50px);
}
#classic_info .left .ov dd span {
  font-size: 10px;
  text-indent: -1em;
  line-height: 1.6;
  display: block;
  padding-left: 1em;
  margin-top: 7px;
}
#classic_info .right {
  width: calc((99.9% - 50px) * 0.439);
  float: right;
}
#classic_info .right li {
  width: calc((99.9% - 25px) / 2);
  float: left;
}
#classic_info .right li:nth-child(even) {
  float: right;
}
#classic_info .right li:nth-child(1),
#classic_info .right li:nth-child(2) {
  margin-bottom: 30px;
}
#classic_info .right li img {
  margin-bottom: 3px;
}
#classic_info .right li span {
  font-size: 12px;
  text-align: center;
  display: block;
}
/*2日間開催*/
#classic_info h2 span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a27b46;
}

#classic_info .day {
  font-size: 0;
  margin-bottom: 35px;
  position: relative;
}

/*完売*/
#classic_info {
  position: relative;
}
#classic_info div.soldout {
  width: 40%;
  max-width: 215px;
  position: absolute;
  top: 12px;
  left: 50%;
}

#classic_info .day dt,
#classic_info .day dd {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}

#classic_info .day dt::after {
  content: "／";
}
#classic_info p {
  font-size: 12px;
  line-height: 2.2;
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid #a27b46;
  border-bottom: 1px solid #a27b46;
}
#classic_info h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}
#classic_info .blk {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a27b46;
}
#classic_info .right li,
#classic_info .right li:nth-child(1),
#classic_info .right li:nth-child(2) {
  margin-bottom: 20px;
}

/*おやすみ中*/
#classic_info .closed {
  padding: 40px 0;
}

#side_menulist h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #a27b46;
}
#side_menulist ul {
  font-size: 0;
  text-align: center;
}
#side_menulist li {
  margin-bottom: 13px;
  border-bottom: 1px dotted #bbb;
}
#side_menulist li a {
  padding-bottom: 8px;
}
#side_menulist li img {
  margin-bottom: 5px;
  transition: box-shadow 0.3s;
}
#side_menulist li a:hover img {
  box-shadow: 0px 0px 5px 0px #bbb;
}
#side_menulist li span {
  display: block;
}
#side_menulist li .eng {
  font-size: 12px;
  font-weight: bold;
  color: #a27b46;
  letter-spacing: 0.1em;
}
#side_menulist li .jp {
  font-size: 10px;
}
#side_shop {
  font-size: 0;
  text-align: center;
}
#side_shop li {
  margin-bottom: 13px;
  border-bottom: 1px dotted #bbb;
}
#side_shop li a {
  font-size: 13px;
  padding-bottom: 10px;
}
#side #banner li {
  margin-bottom: 10px;
}
#side #banner li:last-child {
  margin-bottom: 0;
}
#side #banner li a img {
  transition: box-shadow 0.3s;
}
#side #banner li a:hover img {
  box-shadow: 0px 0px 3px 0px #bbb;
}

#takeout a p {
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 1005px) {
  #cmn_navi ul li a {
    font-size: 15px;
    padding: 20px 10px;
  }
  #cmn_navi ul li a::after {
    bottom: -9px;
  }

  #shop_navi {
    margin-bottom: 35px;
  }
  #shop_navi ul li a {
    font-size: 15px;
    padding: 15px 10px;
  }
  #shop_navi ul li a::after {
    bottom: -6px;
  }

  .shophead .info_close {
    font-size: 19px;
  }
  .shophead .bnr {
    margin: 0 auto 45px;
  }
  .shophead .imglist {
    margin-bottom: 40px;
  }
  .shophead .imglist li {
    width: calc((99.9% - 35px) / 2);
  }
  .shophead h2 {
    font-size: 19px;
    line-height: 1.7;
  }
  .shophead .cap {
    margin-bottom: 32px;
  }

  #menulist h3 {
    font-size: 16px;
  }
  #menulist li a .text h4 {
    font-size: 18px;
  }

  #menu_head {
    padding: 28px 20px;
    margin-bottom: 33px;
  }
  #menu_head h1 {
    font-size: 22px;
  }

  #drink .left,
  #drink .right {
    width: calc((99.9% - 30px) / 2);
  }
  #drink ul {
    margin-bottom: 52px;
  }
  #drink ul li {
    padding: 18px 5px;
  }

  #sweets_list li {
    width: calc((99.9% - 28px) / 2);
    margin-bottom: 30px;
  }

  #lunchbuffet {
    padding: 35px 40px;
  }

  #dessertviking .in {
    padding: 35px 20px;
  }

  #classic_head {
    margin-bottom: 40px;
    margin-top: 35px;
  }
  #classic_head p {
    line-height: 1.9;
  }
  #classic_info {
    padding: 35px 40px;
  }
  #classic_info .left h2 {
    font-size: 20px;
  }
  #classic_info .left h2 span {
    margin-bottom: 18px;
  }
  #classic_info .left p {
    line-height: 2;
  }
  #classic_info .left .day {
    margin-bottom: 32px;
  }
  #classic_info .left .day dt,
  #classic_info .left .day dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #menulist li a .text p br {
    display: none;
  }

  #item_list li .text .cap {
    /*margin-bottom:25px;*/
  }
  #item_list li .text .set {
    width: calc((100% - 0px) * 1);
    position: static;
  }

  #classic_head p br {
    display: none;
  }

  /*完売*/
  #classic_info div.soldout {
    width: 30%;
    top: 20px;
    left: auto;
    right: 20px;
  }

  #details .list_blk {
    display: block;
  }

  #gallery .modal_wrap li p {
    font-size: 12px;
    margin-left: 10px;
  }
  #gallery .modal_wrap li p span.en {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .shop #mainimg .bg {
    overflow: hidden;
  }
  .shop #mainimg .bg img {
    width: 751px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #cmn_navi ul li a {
    font-size: 14px;
    padding: 15px 10px;
  }
  #cmn_navi ul li a::after {
    bottom: -8px;
  }

  #shop_navi {
    margin-bottom: 30px;
  }
  #shop_navi ul li {
    margin-right: 20px;
  }
  #shop_navi ul li a {
    font-size: 14px;
    padding: 13px 10px;
  }
  #shop_navi ul li a::after {
    bottom: -5px;
  }

  .shophead .info_close {
    font-size: 18px;
  }
  .shophead .bnr {
    margin: 0 auto 40px;
  }
  .shophead .imglist {
    margin-bottom: 35px;
  }
  .shophead .imglist li {
    width: calc((99.9% - 25px) / 2);
  }
  .shophead h2 {
    font-size: 18px;
    line-height: 1.6;
  }
  .shophead .cap {
    margin-bottom: 29px;
  }
  .shophead #info .address,
  .shophead #info .time {
    /*text-align:center;*/
    padding-left: 10px;
  }

  #content {
    width: calc(100% - 145px);
  }

  #menulist h3 {
    font-size: 15px;
  }
  #menulist li a .text h4 {
    font-size: 17px;
  }

  #menu_head {
    padding: 26px 20px;
    margin-bottom: 31px;
  }
  #menu_head h1 {
    font-size: 20px;
  }
  #menu_head p {
    font-size: 14px;
  }
  #menu_head p span {
    font-size: 12px;
  }

  #item_list li .text .price dt,
  #item_list li .text .price dd {
    font-size: 16px;
  }
  #item_list li .text .price dt span {
    font-size: 14px;
  }
  #item_list li .text .cap {
    margin-bottom: 20px;
  }

  #drink .left,
  #drink .right {
    width: calc((99.9% - 20px) / 2);
  }
  #drink ul {
    margin-bottom: 48px;
  }
  #drink ul li {
    padding: 16px 5px;
  }

  #sweets_list li {
    width: calc((99.9% - 20px) / 2);
  }
  #sweets_list li dl dt,
  #sweets_list li dl dd {
    font-size: 16px;
  }

  #newmenu li .text h2 {
    font-size: 16px;
  }

  #reserve .cap {
    font-size: 13px;
    margin-bottom: 23px;
  }
  #reserve ul {
    margin: 0 auto 40px auto;
  }

  #lunchbuffet {
    padding: 30px 30px;
  }
  #lunchbuffet h1 {
    width: 100%;
  }
  #lunchbuffet #buffet_menu .left {
    width: calc(100% - 200px);
  }
  #lunchbuffet #buffet_menu .right {
    width: 180px;
  }

  #dessertviking .in {
    padding: 25px 20px;
  }

  #classic_head {
    margin-bottom: 35px;
    margin-top: 30px;
  }
  #classic_head p {
    line-height: 1.8;
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  #classic_head ul {
    width: 100%;
    float: none;
  }
  #classic_info {
    padding: 30px 30px;
  }
  #classic_info .left {
    width: calc((100% - 0px) * 1);
    float: none;
    margin-bottom: 20px;
  }
  #classic_info .left h2 {
    font-size: 19px;
  }
  #classic_info .left h2 br {
    display: none;
  }
  #classic_info .left h2 span {
    display: block;
  }
  #classic_info .left h2 span {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #classic_info .left p {
    line-height: 1.8;
  }
  #classic_info .left .day {
    margin-bottom: 29px;
  }
  #classic_info .left .day dt,
  #classic_info .left .day dd {
    font-size: 15px;
  }
  #classic_info .left .ov dt,
  #classic_info .left .ov dd {
    margin-bottom: 15px;
  }
  #classic_info .right {
    width: calc((100% - 0px) * 1);
    float: none;
  }
  #classic_info .right li {
    width: calc((99.9% - 45px) / 4);
    margin-right: 15px;
  }
  #classic_info .right li:nth-child(even) {
    float: left;
  }
  #classic_info .right li:nth-child(1),
  #classic_info .right li:nth-child(2) {
    margin-bottom: 0;
  }
  #classic_info .right li:last-child {
    margin-right: 0;
  }
  #inq dt {
    width: calc((99.9% - 20px) * 0.6);
    margin-right: 20px;
  }
  #inq dd {
    width: calc((99.9% - 20px) * 0.4);
  }
}
@media screen and (max-width: 640px) {
  #cmn_navi ul li {
    width: calc((99.9% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #cmn_navi ul li:nth-child(even),
  #cmn_navi ul li:last-child {
    margin-right: 0;
  }
  #cmn_navi ul li:last-child {
    margin-bottom: 0;
  }
  #cmn_navi ul li a {
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 13px 10px;
  }
  #cmn_navi ul li a::after {
    bottom: -7px;
    opacity: 1;
  }

  #shop_navi {
    margin-bottom: 25px;
  }
  #shop_navi ul {
    padding-bottom: 25px;
  }
  #shop_navi ul li {
    width: calc((99.9% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #shop_navi ul li:nth-child(even),
  #shop_navi ul li:last-child {
    margin-right: 0;
  }
  #shop_navi ul li:last-child {
    margin-bottom: 0;
  }
  #shop_navi ul li a {
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 12px 10px;
  }
  #shop_navi ul li a::after {
    opacity: 1;
  }
  .shophead .info_close {
    font-size: 17px;
  }
  .shophead .bnr {
    margin: 0 auto 35px;
  }
  .shophead .bnr a {
    display: none;
  }
  .shophead .bnr .sp {
    display: block;
  }

  .shophead .imglist {
    margin-bottom: 30px;
  }
  .shophead .imglist li {
    width: calc((99.9% - 15px) / 2);
  }
  .shophead h2 {
    font-size: 17px;
  }
  .shophead h2 br {
    display: none;
  }
  .shophead .cap {
    margin-bottom: 26px;
  }
  .shophead #info {
    padding: 0;
  }
  .shophead #info::after {
    content: none;
  }
  .shophead #info .address,
  .shophead #info .time {
    width: 100%;
    display: block;
    padding: 15px 10px;
    border-left: none;
  }
  .shophead #info .address {
    border-bottom: 1px dotted #595757;
  }

  #content {
    width: calc(100% - 0px);
    float: none;
    margin-bottom: 40px;
  }
  #side {
    width: 100%;
    float: none;
  }

  #menulist h3 {
    font-size: 14px;
  }
  #menulist li a img,
  #menulist li a .text {
    display: block;
  }
  #menulist li a img {
    width: calc((100% - 0px) * 1);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #menulist li a .text {
    width: calc((100% - 0px) * 1);
  }
  #menulist li a .text h4 {
    font-size: 16px;
  }
  #menulist li a .text h4 br {
    display: none;
  }

  #details h3 {
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px 10px;
  }
  #gallery .modal_wrap li {
    width: calc((100% - 10px) / 2);
    padding: 10px;
  }
  #gallery .modal_wrap li p span.en {
    font-size: 16px;
  }

  #menu_head {
    padding: 24px 20px;
    margin-bottom: 29px;
  }
  #menu_head h1 {
    font-size: 19px;
  }

  #item_list li .text .set {
    min-height: 45px;
  }
  #item_list li .text .set span br {
    display: none;
  }

  #drink ul {
    margin-bottom: 46px;
  }
  #drink ul li {
    padding: 15px 5px;
  }

  #newmenu li {
    padding-left: 0;
    padding-right: 0;
  }

  #menulist p.noteblk,
  #menu_head p.noteblk {
    font-size: 12px;
    line-height: 1.4;
  }

  #reserve {
    padding: 30px 20px;
  }
  #reserve .cap {
    margin-bottom: 20px;
  }
  #reserve ul {
    margin: 0 auto 35px auto;
  }

  #lunchbuffet {
    padding: 30px 20px;
  }
  #lunchbuffet #buffet_menu .left {
    width: calc(100% - 0px);
    float: none;
    margin-bottom: 30px;
  }
  #lunchbuffet #buffet_menu .right {
    width: 100%;
    float: none;
  }
  #lunchbuffet #buffet_menu .left ul li {
    margin-bottom: 8px;
  }
  #lunchbuffet #buffet_menu .right li {
    width: calc((99.9% - 20px) / 3);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #lunchbuffet #buffet_menu .right li:nth-child(3n) {
    margin-right: 0;
  }
  #lunchbuffet #buffet_menu .right p {
    text-align: center;
  }

  /* 休業開け */
  #lunchbuffet h1 {
    margin-bottom: 25px;
  }
  #lunchbuffet #performance {
    padding: 15px;
    margin-bottom: 35px;
  }

  #classic_head {
    margin-bottom: 30px;
    margin-top: 25px;
  }
  #classic_info {
    padding: 30px 20px;
  }
  #classic_info .left h2 {
    font-size: 18px;
  }
  #classic_info .left .day {
    margin-bottom: 26px;
  }

  #inq dt {
    width: calc((99.9% - 15px) * 0.6);
    margin-right: 15px;
  }
  #inq dd {
    width: calc((99.9% - 15px) * 0.4);
  }

  #side_menulist li {
    width: calc((99.9% - 10px) / 2);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  #side_menulist li:nth-child(2n),
  #side_menulist li:last-child {
    margin-right: 0;
  }
  #side_shop {
    margin-bottom: 20px;
  }
  #side_shop li {
    width: calc((99.9% - 10px) / 2);
    max-width: 175px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 0;
    border-bottom: none;
  }
  #side_shop li:last-child {
    margin-right: 0;
  }
  #side_shop li a {
    padding: 0;
  }
  #side #banner {
    font-size: 0;
    text-align: center;
  }
  #side #banner li {
    width: calc((99.9% - 20px) / 3);
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
  }
  #side #banner li:nth-child(3n),
  #side #banner li:last-child {
    margin-right: 0;
  }
  #side #banner li:last-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  #lunchbuffet #price li {
    width: calc((100% - 0px) / 1);
    float: none;
  }
  #lunchbuffet #price li:nth-child(even) {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #cmn_navi ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #cmn_navi ul li a {
    padding: 10px 10px;
  }
  #cmn_navi ul li a::after {
    bottom: -6px;
  }

  #shop_navi ul li a {
    padding: 10px 10px;
  }

  .shophead .info_close {
    font-size: 16px;
  }
  .shophead .bnr {
    margin: 0 auto 30px;
  }
  .shophead .imglist {
    margin-bottom: 25px;
  }
  .shophead .imglist li {
    width: calc((100% - 0px) / 1);
    float: none;
  }
  .shophead .imglist li:last-child {
    float: none;
  }
  .shophead .imglist li:nth-child(1) {
    margin-bottom: 15px;
  }
  .shophead h2 {
    font-size: 16px;
  }
  .shophead .cap {
    margin-bottom: 23px;
  }

  #menulist li a .text h4 {
    font-size: 15px;
  }
  #menulist li a .text h4 br {
    display: block;
  }

  #details h3 br {
    display: block;
  }
  #gallery .modal_wrap {
    display: block;
  }
  #gallery .modal_wrap li {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }

  #menu_head {
    padding: 22px 20px;
    margin-bottom: 27px;
  }
  #menu_head h1 {
    font-size: 18px;
  }

  #item_list li .itemimg {
    width: calc((100% - 0px) * 1);
    float: none;
    margin-bottom: 15px;
  }
  #item_list li .text {
    width: calc((100% - 0px) * 1);
    float: none;
  }
  #item_list li .text .price dt,
  #item_list li .text .price dd {
    font-size: 15px;
  }
  #item_list li .text .price dt span {
    font-size: 13px;
  }

  #drink .left,
  #drink .right {
    width: calc((100% - 0px) / 1);
  }
  #drink .left {
    float: none;
  }
  #drink .left .img {
    margin-bottom:46px;
  }
  #drink .right {
    float: none;
  }
  #drink .left ul {
    margin-bottom: 46px;
  }
  #drink .right ul:nth-child(1) {
    border-top: 1px dashed #bbb;
  }

  #sweets_selection a img.pcimg {
    display: none;
  }
  #sweets_selection a img.spimg {
    display: block;
  }
  #sweets_list li {
    width: calc((100% - 0px) / 1);
    height: auto !important;
    float: none;
  }
  #sweets_list li:nth-child(even) {
    float: none;
  }
  #sweets_list li dl dt,
  #sweets_list li dl dd {
    font-size: 14px;
  }

  #newmenu li .text h2 {
    font-size: 15px;
  }

  #reserve ul {
    margin: 0 auto 30px auto;
  }
  #reserve ul li {
    width: calc((99.9% - 10px) / 2);
  }
  #reserve ul li:nth-child(2) {
    margin-right: 0;
  }
  #reserve ul li:last-child {
    margin-top: 10px;
    margin-left: calc(((99.9% - 10px) / 2) / 2);
  }

  #lunchbuffet .imglist li {
    width: calc((99.9% - 10px) / 2);
  }
  #lunchbuffet .imglist li:nth-child(2) {
    margin-right: 0;
  }
  #lunchbuffet .imglist li:last-child {
    margin-top: 10px;
    margin-left: calc(((99.9% - 10px) / 2) / 2);
  }
  #lunchbuffet #buffet_menu .right li {
    width: calc((99.9% - 10px) / 2);
  }
  #lunchbuffet #buffet_menu .right li:nth-child(3n) {
    margin-right: 10px;
  }
  #lunchbuffet #buffet_menu .right li:nth-child(even) {
    margin-right: 0;
  }

  #dessertviking .price li {
    width: calc((100% - 0px) / 1);
    float: none;
  }
  #dessertviking .price li:nth-child(even) {
    float: none;
  }
  #dessertviking .price li:nth-child(3) {
    border-bottom: 1px dotted #e5c65e;
  }

  #dessertviking .imglist li {
    width: calc((99.9% - 10px) / 2);
  }
  #dessertviking .imglist li:nth-child(1),
  #dessertviking .imglist li:nth-child(2) {
    margin-bottom: 10px;
  }
  #dessertviking .imglist li:nth-child(2) {
    margin-right: 0;
  }
  #dessertviking .date p br {
    display: none;
  }

  /*完売*/
  #classic_info div.soldout {
    width: 40%;
    top: -15px;
    left: auto;
    right: -10px;
  }

  #classic_info .left .day {
    margin-bottom: 23px;
  }
  #classic_info .right li {
    width: calc((99.9% - 15px) / 2);
  }
  #classic_info .right li:nth-child(1),
  #classic_info .right li:nth-child(2) {
    margin-bottom: 20px;
  }
  #classic_info .right li:nth-child(2n) {
    margin-right: 0;
  }

  #inq dt {
    width: calc((100% - 0px) * 0.8);
    margin: 0 auto 15px auto;
  }
  #inq dd {
    width: calc((100% - 0px) * 0.6);
    margin: 0 auto;
  }

  /*#side #banner li {
		width:calc((99.9% - 10px) / 2);
	}
	#side #banner li:nth-child(3n) {
		margin-right:10px;
	}
	#side #banner li:nth-child(2n), #side #banner li:last-child {
		margin-right:0;
	}
	#side #banner li:last-child {
		margin-bottom:10px;
	}*/
}
@media screen and (max-width: 400px) {
  .shophead .cap {
    margin-bottom: 20px;
  }

  #menu_head {
    padding: 20px 20px;
    margin-bottom: 25px;
  }
  #menu_head h1 {
    font-size: 17px;
  }

  #reserve h1 {
    width: 100%;
    min-width: initial;
    min-width: auto;
  }
  #reserve .price {
    width: 100%;
    min-width: initial;
    min-width: auto;
  }
  #reserve .inq {
    width: 100%;
    min-width: initial;
    min-width: auto;
  }

  #dessertviking .in2 p.note_stop {
    font-size: 13px;
    padding: 10px 10px;
    width: 90%;
  }

  #dessertviking .in2 p.note_stop .spbr {
    display: block;
  }

  #classic_info .left .day {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  #lunchbuffet #period .menu {
    display: block;
  }
}
@media screen and (min-width: 769px) {
}
</pre></body></html>