@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*{
  box-sizing: border-box;
}
.pc_view {
  display: none;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #000;
}

#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: 94%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 10px 0;
}
section#morning h2 {
  text-align: center;
  font-size: 120%;
  margin: 0 0 30px;
  padding: 8px 0 0;
  position: relative;
  color: #fff;
}
a.prev {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 10px 10px;
}
 a.next {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 10px 10px;
}
a.prev:hover,
a.next:hover,
a.prev:active,
a.next:active{
  background: #509810;
  color: #fff;
}
section#morning h2 a span {
  font-size: 0.9rem;
}
section#morning div.notice {
  padding: 10px;
  background: #fff;
  color: #c00;
  margin: 0 0 10px;
  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;
  color: #000;
}
section#morning table th {
  padding: 3px;
  border: 1px #aaa solid;
  border-width: 0 0 1px 1px;
  vertical-align: top;
  background: #eee;
  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: 3px;
  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.sche {
  display: none;
}
section#morning table td div.date {
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 110%;
}
section#morning table td div.date span{
  display: block;
  font-size: 80%;
}
section#morning table td div.current{
  padding: 5px;
  background: #333;
  color: #fff;
  border-radius: 50px;
}
section#morning table td.holiday,
section#morning table td.past {
  pointer-events: none;
  
}
section#morning table td.holiday > div,
section#morning table td.past >div {
  opacity: 0.3;
}
section#morning table td.holiday ul,
section#morning table td.past ul {
  /* 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 !important;
}
section#morning table td.holiday{
  background: url(../img/rest.svg) center center no-repeat #fff !important;
  background-size: 85% 85% !important;
}
section#morning table td.past.holiday{
  background: url(../img/rest.svg) center center no-repeat #eee !important;
  background-size: 85% 85% !important;
}
section#morning table td.full{
  position: relative;
  pointer-events: none;
  background: url(../img/soldout.png) no-repeat center center #fff;
  background-size: 94% !important;
}
section#morning table td.past.full{
  background-image: none !important;
}

#outside-content{
  margin: 30px 0 20px;
}
#outside-content h3{
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px;
}
#outside-content ul.totalNum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#outside-content ul.totalNum li {
  box-sizing: border-box;
  width: 49%;
  padding: 0;
  margin: 0 0 5px;
  white-space: nowrap;
  text-align: center;
}
#outside-content ul.totalNum li a {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 7px 5px;
  color: #000;
}
#outside-content ul.totalNum li a.noReserve {
  display: block;
  width: 100%;
  background: #fff;
  white-space: nowrap;
  border: solid 1px #ccc;
}
#outside-content ul.totalNum li a.doReserve {
  display: block;
  width: 100%;
  background: #fff;
  border: solid 1px #ccc;
  /*color: #fff;*/
}
#outside-content ul.totalNum li a.nolink {
  display: block;
  width: 100%;
  background: #aaa;
  border: solid 1px #666;
  color: #fff;
  pointer-events: none;
}
#outside-content ul.totalNum li a span {
  display: block;
  width: 100%;
  margin: 0;
}
#outside-content ul.totalNum li a:hover {
  background: #509810;
  color: #fff;
}
#outside-content ul.totalNum li a:active {
  background: #509810;
  color: #fff;
}
#outside-content div.total {
  text-align: right;
  padding: 0 3%;
}
div.navi{
  top: 60px;
  position: relative;
  margin: 0 0 50px;
  font-size: 0.9rem;
  background: #ccc;
}
/******************************************/
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; /* �f�t�H���g�őS�Ă�<h3>���\�� */
}

.allReserve .reserve:first-of-type h3 {
  display: block; /* �ŏ���<h3>�̂ݕ\�� */
}

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 {
  text-align: center;
}
div.search a{
  position: relative;
  top: -41px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  padding: 11px 10px;
}
div.search a:hover{
  background: #509810;
  color: #fff;
  text-decoration: none;
}

/******************************************/
.fancybox-container{
  z-index: 999999999 !important;
  padding: 0px !important;
}
.fancybox-inner{
  padding: 0px !important;
}
.fancybox-slide{
  padding: 10px !important;
}
.fancybox-content {
  width: 100% !important;
  max-width: 1000px !important;
  height: 84vh !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: 4px;
}
button.fancybox-button.fancybox-button--close{
  border: solid 1px #fff !important;
  background: rgba(30,30,30,.9);
  right: 3px  !important;
}
#Footer{
  margin: 50px 0 0;
}
#Footer address{
  color: #000;
}
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;
}