@charset "UTF-8";
.category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-list li {
  background-color: #e0e0e0;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
}

.list-display {
  display: block !important;
}

.list {
  display: none;
}

.selected {
  background-color: #9acd32 !important;
  color: #fff;
}

.background {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  max-width: 390px;
  width: 100%;
  height: 100%;
  top: 0;
}

.wrap {
  padding-right: 5px;
  padding-left: 5px;
}

.register-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2px;
}

.menu-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
  background-color: #cacacc;
  padding-right: 0;
  padding: 2px 0;
}
.menu-wrap a {
  font-size: 13px;
  color: #fff !important;
}
.menu-wrap i {
  color: #fff;
  font-size: 15px;
}

.list-menu-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2px;
  background-color: #cacacc;
  padding: 2px 0;
}
.list-menu-wrap a {
  font-size: 13px;
  color: #fff !important;
}
.list-menu-wrap i {
  color: #fff;
  font-size: 15px;
}

.logo {
  width: 180px;
  display: block;
  margin-bottom: 30px;
}

.fc-event-title {
  font-size: 9px;
  color: #000;
}

.fc-prev-button, .fc-next-button {
  background-color: #9acd32 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}

.fc-today-button {
  font-size: 13px !important;
  background-color: #cacacc !important;
  border: none !important;
  opacity: 1 !important;
}

.sign-up {
  font-size: 12px;
  padding: 8px 11px;
  background-color: #E8D575 !important;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  width: 80.77px;
  margin-top: 20px;
}

.fc-event {
  border: none !important;
}

.fc .fc-daygrid-day-top {
  display: initial;
}

.back {
  text-decoration: underline !important;
}

.cost {
  width: 90%;
  display: inline-block;
  margin-right: 5px;
}

.click-button {
  background-color: #9acd32 !important;
  color: white;
  border: none;
}

.month-select-button {
  background-color: #9acd32 !important;
  color: white;
  border: none;
}

.close-button {
  background-color: #9acd32 !important;
  color: white;
  font-size: 13px;
  border: none;
  padding: 10px;
}

.session-flash {
  border: 1px solid #9acd32;
  font-size: 13px;
}

.error-flash {
  border: 1px solid #9acd32;
}

.edit-button {
  background-color: #9acd32 !important;
  color: white;
  font-size: 13px;
  border: none;
  padding: 10px;
}

.green-triangle {
  background-color: #9acd32;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  padding-right: 1px;
  line-height: 18px;
  display: inline-block;
}

.total-green {
  background-color: #26d13f;
  color: #fff;
}

.plus {
  background-color: #fff !important;
  color: #26d13f;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 8px;
  margin-left: 5px;
  display: inline-block;
}

.detail-button {
  background-color: #fff !important;
  color: #000;
  font-size: 13px;
  border: 1px solid #000;
  padding: 10px;
}

.display-none {
  display: none;
}

.result {
  font-size: 13px;
}
.result span {
  color: #9acd32;
}

.flash-modal {
  display: block !important;
  padding: 5px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
  width: 100%;
  height: 300px;
  background-color: #fff;
}

.disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.register {
  font-size: 20px;
  color: red;
  display: none;
}

.border-register {
  border: none !important;
  background-color: #e0e0e0;
}

.delete-button {
  border: none !important;
  background-color: #e0e0e0;
  padding: 5px;
}

.border-confirm {
  border: none !important;
  background-color: #9acd32;
  color: #fff;
}

.green {
  color: #9acd32;
}

.checkbox {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.register {
  padding: 5px;
}

.confirm {
  padding: 5px;
  pointer-events: none;
  opacity: 0.5;
}

.pointer-events-cancel {
  pointer-events: initial;
  opacity: 1;
}

.totalPrice, .halfTotalPrice, .registerField {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .totalPrice, .halfTotalPrice, .registerField {
    font-size: 16px;
  }
}

.flash {
  border: 1px solid red;
}

.delete-link input {
  border-bottom: 1px solid #000;
  transition-duration: 0.5s;
}
.delete-link input:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
}

.chart-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.price-list {
  font-size: 13px;
}
.price-list a {
  font-size: 13px;
}

.header {
  padding-top: 10px;
}
.header ul {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.header li {
  list-style: none;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .header li {
    font-size: 16px;
  }
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

p {
  margin-bottom: 0;
}

input:checked + .slider {
  background-color: #9acd32;
}

.soft-delete, .real-delete {
  display: inline-block;
}

.soft-delete {
  margin-right: 5px !important;
}

.width {
  width: 300px;
}

.h2-cost {
  font-weight: bold;
}

.view-wrap {
  font-size: 13px;
}
.view-wrap a {
  font-size: 13px;
}

.flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 31px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #9acd32;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* 円形スライダー用 */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

i {
  display: inline-block;
  margin-right: 5px;
}

body {
  max-width: 390px;
  width: 100%;
  margin: 0 auto !important;
}

input {
  font-size: 13px !important;
}

li, td, th {
  font-size: 13px !important;
}
@media screen and (min-width: 768px) {
  li, td, th {
    font-size: 16px;
  }
}

a {
  font-size: 13px;
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  a {
    font-size: 16px;
  }
}

hr {
  margin: 0 !important;
}

i {
  display: block !important;
}

h2 {
  font-size: 20px !important;
}
