@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.sp_view {
  display: none;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  /*background: url(../../../common/img/bg.png);*/
  background: #000;
}
.fancybox-container{
  z-index: 999999999 !important;
}
/*#HeaderCal h1 {
  position: absolute;
  width: 15%;
  top: 5px;
  left: 1%;
}
#HeaderCal h1 a {
  display: block;
  text-indent: -9999px;
  background: url(../../../common/img/logo.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: calc(54 / 251 * 100%);
}*/
section#morning {
  width: 98%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 80px 0 10px;
}
section#morning h2 {
  text-align: center;
  font-size: 150%;
  margin: 0 0 10px;
  position: relative;
  color: #fff;
}
a.prev {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 5px 10px;
}
a.next {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 5px 10px;
}
a.prev:hover,
a.next:hover{
  text-decoration: none;
  background: #509810;
  color: #fff;
}
section#morning h2 a span {
  font-size: 1.1rem;
}
section#morning div.notice {
  padding: 15px;
  background: #fff;
  color: #c00;
  margin: 0 0 15px;
  border-radius: 10px;
}
section#morning table {
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px #aaa solid;
  border-width: 1px 1px 0 0;
  font-size: 14px;
}
section#morning table th {
  padding: 5px;
  border: 1px #aaa solid;
  border-width: 0 0 1px 1px;
  vertical-align: top;
  background: #fff;
  text-align: center;
}
section#morning table th:first-child {
  /*background: #f9e2ff;*/
  color: #d70d0d;
}
section#morning table th:last-child {
  /*background: #e5f7ff;*/
  color: #004ab8;
}
section#morning table td {
  padding: 5px;
  border: 1px #aaa solid;
  border-width: 0 0 1px 1px;
  text-align: left;
  vertical-align: top;
  background: rgba(255, 255, 255, 1);
}
section#morning table td div.date {
  text-align: center;
  margin: 0 0 3px;
}
section#morning table td.holiday,
section#morning table td.past,
section#morning table div.current ~ div {
  pointer-events: none;
}
section#morning table td.holiday ul,
section#morning table td.past ul,
section#morning table div.current ~ div ul {
  /* display: none; */
  opacity: 0.3;
}
section#morning table td.holiday ul span.num,
section#morning table td.past ul span.num {
  display: none;
}
section#morning table td.holiday div.total,
section#morning table td.past div.total {
  opacity: 0.3;
}
section#morning table td.past{
  background: #eee;
}
section#morning table td.holiday{
  background: url(../img/rest.svg) center center no-repeat #fff;
  background-size: 50%;
}
section#morning table td.past.holiday{
  background: url(../img/rest.svg) center center no-repeat #eee;
  background-size: 50%;
}

section#morning table td.full{
  position: relative;
}
section#morning table td.full div.sche:before{
  content: "";
  display: block;
  width: 80%; /* 画像の幅 */
  height: 80%; /* 画像の高さ */
  background: url(../img/soldout.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
section#morning table td.past.full div.sche:before{
  background-image: none !important;
}
section#morning table td ul.totalNum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#morning table td ul.totalNum li {
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  margin: 0 0 5px;
  white-space: nowrap;
}
@media screen and (min-width: 1380px) {
  section#morning table td ul.totalNum li {
    width: 49%;
  }
}
@media screen and (max-width: 1379px) {
  section#morning table td ul.totalNum li {
    width: 49%;
  }
}
section#morning table td ul.totalNum li a {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 2px 2px 3px;
}
section#morning table td ul.totalNum li a.noReserve {
  display: block;
  width: 100%;
  /*background: #eee;*/
  white-space: nowrap;
  border: solid 1px #ccc;
}
section#morning table td ul.totalNum li a.doReserve {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
}
section#morning table td ul.totalNum li a.nolink {
  display: block;
  width: 100%;
  background: #aaa;
  border: solid 1px #999;
  color: #fff;
  pointer-events: none;
}
section#morning table td ul.totalNum li a:hover {
  text-decoration: none;
  background: #ffa200;
  color: #fff;
}
section#morning table td ul.totalNum li a:active {
  text-decoration: none;
  background: #ffa200;
  color: #fff;
}
section#morning table td ul.totalNum li a span {
  display: block;
  width: 100%;
  line-height: 1;
}

section#morning table td div.total {
  text-align: right;
  padding: 0 3%;
}
#outside-content {
  display: none;
}
div.navi,
div.navi a {
  color: #fff;
}
div.navi{
  position: relative;
}
div.navi a{
  color: #000;
}
/******************************************/
div.reserve {
  display: none;
}
div.fancybox-content .reserve {
  display: block !important;
}
div.reserve h3 {
  text-align: center;
  font-size: 130%;
  margin: 0 0 15px;
  background: #333;
  color: #fff;
  padding: 10px 0;
}
.allReserve .reserve h3 {
  display: none;
}

.allReserve .reserve:first-of-type h3 {
  display: block;
}

div.reserve ul {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.reserve ul li {
  margin: 0 0 10px;
  width: 48%;
}
div.reserve ul li a {
  display: block;
  padding: 10px;
  background: #a2ca0e;
  border-radius: 5px;
}
div.search a{
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
}
div.search a:hover{
  background: #509810;
  color: #fff;
  text-decoration: none;
}
/******************************************/
.fancybox-content {
  width: 90% !important;
  max-width: 1000px !important;
  height: 80vh !important;
}
.fancybox-close-small {
  padding: 3px;
  display: block;
}
.fancybox-close-small svg {
  width: 30px !important;
  height: 30px !important;
  pointer-events: none !important;
  top: -2px;
  right: 3px;
}
.pageTop{
  display: none;
}
div.page-loading{
  -webkit-backface-visibility: hidden !important;
  height: 100% !important;
  left: 0 !important;
  outline: none !important;
  position: fixed !important;
  -webkit-tap-highlight-color: transparent !important;
  top: 0 !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  transform: translateZ(0) !important;
  width: 100% !important;
  z-index: 999999999 !important;
  background: rgba(0,0,0,.3) !important;
}
div.page-loading div.spin{
  animation: spinmove 1s linear infinite !important;
  background: transparent !important;
  border: 4px solid #888 !important;
  border-bottom-color: #fff !important;
  border-radius: 50% !important;
  height: 50px !important;
  left: 50% !important;
  margin: -25px 0 0 -25px !important;
  opacity: 0.7 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 50% !important;
  width: 50px !important;
  z-index: 9999999999 !important;
}
@keyframes spinmove {
  to {
    transform: rotate(1turn);
  }
}
iframe{
  background-color: transparent !important;
}