/*---------------------------------------------------
*
* レストラン - トップ
*
----------------------------------------------------*/
/* open(restaurant) */
#id_resta .pageInfoBox .open{
  margin-top: 20px;
  width: 52%;
  float: left;
}
#id_resta .pageInfoBox .open .ttl{
  margin: 0 0 10px;
  padding: 3px 10px;
  color: #fff;
  background: #544236;
}
#id_resta .pageInfoBox .open .list{
  position: relative;
  display: flex;
  justify-content: space-between;
}
#id_resta .pageInfoBox .open .list li{
  width: 49%;
}
#id_resta .pageInfoBox .open .list li:first-child{
  padding: 0 10px 0 0;
}
#id_resta .pageInfoBox .open .list li:nth-child(2){
  padding: 0 0 0 10px;
}
#id_resta .pageInfoBox .open .list li:nth-child(2):before{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  margin: auto ;
  width: 1px;
  height: 25px;
  background: #544236;
  transform: rotate( 45deg );
}
#id_resta .pageInfoBox .open .memo li{
  font-size: 13px;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
/*--infoBox--*/
#id_resta .infoBox{
  margin-bottom:60px;
  background: #fff;
}
#id_resta .infoBoxIn{
  padding: 20px 25px 30px;
}

#id_resta .infoBox .history{
  clear: both;
  margin-bottom: 30px;
}
#id_resta .infoBox .history .lead{
  padding: 10px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
#id_resta .infoBox .history .ttl{
  margin: 2px 0 5px;
  font-size: 28px;
  font-size: 2.8rem;
}
#id_resta .infoBox .history .inner{
  width: 50%;
  float: left;
}
#id_resta .infoBox .history .txt{
  /* margin: 0 0 5px; */
  font-size: 16px;
  font-size: 1.6rem;
}
#id_resta .infoBox .history .btn{
  display: block;
  max-width: 280px;
  margin: 0 0 auto auto;
}
#id_resta .infoBox .history .ph{
  width: 46%;
  float: right;
}

/*floor*/
#id_resta .infoBox .floor{
  margin-bottom: 30px;
}
#id_resta .infoBox .floorTtl{
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
}
#id_resta .infoBox .floorTtl::before{
  display: inline-block;
  content: "■";
}
#id_resta .infoBox .floorGrid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#id_resta .infoBox .floorItem{
  border: 3px solid #c49a6d;
  padding: 10px 10px 15px;
}
#id_resta .infoBox .floorItem:not(:last-child){
  border-right: none;
}
#id_resta .infoBox .floorPhoto{
  margin-bottom: 7px;
}
#id_resta .infoBox .floorName{
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
#id_resta .infoBox .floorDesc{
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
#id_resta .infoBox .floorList{
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 3px;
}
#id_resta .infoBox .floorListItem{
  padding: 5px;
  border: 1px solid #534741;
  background: #e2d7cb;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  width: calc((100% - (3 - 1) * 3px) / 3);
  min-width: 97px;
}
#id_resta .infoBox .floorNote{
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
#id_resta .infoBox .floorCourse > .ttl{
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#id_resta .infoBox .floorCourse > .list{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}
#id_resta .infoBox .floorPrivate > .ttl{
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#id_resta .infoBox .floorPrivate > .num{
  margin: 0 0 0 auto;
  display: block;
  max-width: max-content;
}
/*yoyaku*/
#id_resta .infoBox .yoyaku{
  padding: 20px;
  color: #fff;
  background: #544236;
}
#id_resta .infoBox .yoyakuTtl{
  margin: 0 0 15px;
  font-size: 22px;
  font-size: 2.2rem;
}
#id_resta .infoBox .yoyakuTtl::before{
  margin: 0 5px 0 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #ffffff;
  border-right: 0;
}
#id_resta .infoBox .yoyakuList{
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  line-height: 1.6;
}
#id_resta .infoBox .yoyakuListItem > dt{
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
}
#id_resta .infoBox .yoyakuListItem > dd{
  font-size: 19px;
  font-size: 1.9rem;
}
/*--menuBox--*/
#id_resta .menuWrapBox{
  margin-bottom: 100px;
}
#id_resta .menuBox{
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#id_resta .menuBox .ttl{
  margin: 0 0 10px;
}
#id_resta .menuBox .content{
  padding: 0 0 30px 0;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#id_resta .menuBox .content .lead{
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
#id_resta .menuBox .content .txt{
  padding: 0 0 0 20px;
}
#id_resta .menuBox .content .btnWrap{
  padding: 0 0 0 20px;
  width: 100%;
}
#id_resta .menuBox .content .btnWrap .btn{
  margin: 0 0 0 auto;
  max-width: 250px;
}
#id_resta .menuBox .ph{
  width: 47.56%;
  order: 1;
}
/*note*/
#id_resta .menuWrapBox .noteWrap{
  position: relative;
  padding: 40px 0 0;
  background: url(/common/img/pattern_line.jpg) center top repeat-x;
}
#id_resta .menuWrapBox .noteWrap .note{
  float: left;
  width: 50%;
}
#id_resta .menuWrapBox .noteWrap .note li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}

