@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga';
}

.modal-backdrop.in {
  opacity: 0.7;
}

.modal-dialog {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: auto;
  pointer-events: none;
}

.modal-content {
  pointer-events: all;
}

.hide {
  display: none;
}

.tgTtip {
  margin: 0;
  text-decoration: none;
  font-size: 1em;
}

/* ツールチップ本体 */
p.tgToolTip {
  margin: 0;
  padding: 0.5em 1em;
  background-color: #666;
  border: 3px solid #000;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 1em;
  top: 100px;
  left: 20px;
  position: absolute;
  z-index: 100;
}

.dummy {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}

/* --------------------
	body
-------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  /* 10px基準 */
}

body {
  color: #4d4d4d;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #007040;
  font-family: 'Noto Sans JP','Yu Gothic', YuGothic,sans-serif;
  font-feature-settings: "palt";
  position: relative;
}
body * {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

small {
  font-size: 100%;
}

a {
  color: #4d4d4d;
  text-decoration: underline;
  transition: all 200ms 0s ease;
}
a:hover {
  color: #f00;
  text-decoration: underline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none !important;
}
a i {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

button {
  transition: all 200ms 0s ease;
}

#calendar-w {
  margin: 0 auto;
  max-width: 248px;
}

.calendar-title {
  margin-bottom: 12px;
  position: relative;
}
.calendar-title .title {
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}
.calendar-title .prev,
.calendar-title .next {
  position: absolute;
  width: 10px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
}
.calendar-title .prev img,
.calendar-title .next img {
  display: block;
}
.calendar-title .prev.active,
.calendar-title .next.active {
  opacity: 1;
  cursor: pointer;
}
.calendar-title .prev {
  left: 0;
}
.calendar-title .next {
  right: 0;
}

.calendar-icon {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.calendar-icon li {
  margin: 0 12px 0 0;
  padding: 0 0 0 18px;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  position: relative;
}
.calendar-icon li:last-child {
  margin: 0;
}
.calendar-icon li::after {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -1px;
}
.calendar-icon li.free::after {
  content: "●";
  color: #00B355;
}
.calendar-icon li.a-little::after {
  content: "●";
  color: #D8DF21;
}
.calendar-icon li.no-reservation::after {
  content: "○";
  color: #fff;
}

.calendar-box .calendar {
  margin-bottom: 20px;
}
.calendar-box .calendar .date {
  margin-bottom: 8px;
  padding: 4px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center;
}
.calendar-box .calendar .tbl {
  width: 100%;
  table-layout: fixed;
}
.calendar-box .calendar .tbl th, .calendar-box .calendar .tbl td {
  padding: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.calendar-box .calendar .tbl th {
  font-weight: normal;
  color: #fff;
  height: 26px;
  font-size: 10px;
  font-size: 1.0rem;
}
.calendar-box .calendar .tbl td {
  height: 36px;
}
.calendar-box .calendar .tbl td a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}
.calendar-box .calendar .tbl td a:hover {
  opacity: 0.8;
}
.calendar-box .calendar .tbl td.no-reservation {
  color: rgba(255, 255, 255, 0.5);
}
.calendar-box .calendar .tbl td.a-little a {
  color: #4d4d4d;
  background-color: #D8DF21;
}
.calendar-box .calendar .tbl td.free a {
  color: #fff;
  background-color: #00B255;
}

.calendar-btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.calendar-btn a {
  display: block;
  padding: 18px 30px;
  color: #000;
  background-color: #F6FF00;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.calendar-btn a::before {
  content: "\e614";
  font-family: "Material Icons";
  font-size: 22px;
  color: #000;
  margin-right: 6px;
  vertical-align: middle;
}
.calendar-btn a::after {
  content: "\e5c8";
  font-family: "Material Icons";
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  font-size: 20px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}
.calendar-btn a:hover {
  color: #fff;
  background-color: #FF9700;
}
.calendar-btn a:hover::before {
  color: #fff;
}
.calendar-btn a:hover::after {
  color: #fff;
}
