.blue {
  color: #043F6D;
}

.bg-blue {
  background: #043F6D;
}

.blue2 {
  color: #065b9e;
}

.bg-blue2 {
  background: #065b9e;
}

.blue3 {
  color: #0878cf;
}

.bg-blue3 {
  background: #0878cf;
}

.blue4 {
  color: #1493f6;
}

.bg-blue4 {
  background: #1493f6;
}

.blue5 {
  color: #45aaf8;
}

.bg-blue5 {
  background: #45aaf8;
}

.blue6 {
  color: #76c0fa;
}

.bg-blue6 {
  background: #76c0fa;
}

.blue7 {
  color: #a7d7fc;
}

.bg-blue7 {
  background: #a7d7fc;
}

.blue8 {
  color: #d8edfe;
}

.bg-blue8 {
  background: #d8edfe;
}

.lightblue {
  color: #46A2DA;
}

.bg-lightblue {
  background: #46A2DA;
}

.lightblue2 {
  color: #71b7e3;
}

.bg-lightblue2 {
  background: #71b7e3;
}

.lightblue3 {
  color: #9bcdeb;
}

.bg-lightblue3 {
  background: #9bcdeb;
}

.lightblue4 {
  color: #c6e2f4;
}

.bg-lightblue4 {
  background: #c6e2f4;
}

.lightblue5 {
  color: #f0f7fc;
}

.bg-lightblue5 {
  background: #f0f7fc;
}

.pink {
  color: #EB4878;
}

.bg-pink {
  background: #EB4878;
}

.pink2 {
  color: #f07197;
}

.bg-pink2 {
  background: #f07197;
}

.pink3 {
  color: #f49bb5;
}

.bg-pink3 {
  background: #f49bb5;
}

.pink4 {
  color: #f9c4d4;
}

.bg-pink4 {
  background: #f9c4d4;
}

.pink5 {
  color: #fdeef2;
}

.bg-pink5 {
  background: #fdeef2;
}

.orange {
  color: #F5A100;
}

.bg-orange {
  background: #F5A100;
}

.orange2 {
  color: #ffb629;
}

.bg-orange2 {
  background: #ffb629;
}

.orange3 {
  color: #ffc75c;
}

.bg-orange3 {
  background: #ffc75c;
}

.orange4 {
  color: #ffd98f;
}

.bg-orange4 {
  background: #ffd98f;
}

.orange5 {
  color: #ffeac2;
}

.bg-orange5 {
  background: #ffeac2;
}

.white {
  color: #F9F9F9;
}

.bg-white {
  background: #F9F9F9;
}

.black {
  color: #35393C;
}

.bg-black {
  background: #35393C;
}

.black2 {
  color: #4d5357;
}

.bg-black2 {
  background: #4d5357;
}

.gray {
  color: #5D6062;
}

.bg-gray {
  background: #5D6062;
}

.gray2 {
  color: #767a7c;
}

.bg-gray2 {
  background: #767a7c;
}

.gray3 {
  color: #909395;
}

.bg-gray3 {
  background: #909395;
}

.gray4 {
  color: #aaacae;
}

.bg-gray4 {
  background: #aaacae;
}

.gray5 {
  color: #c4c6c7;
}

.bg-gray5 {
  background: #c4c6c7;
}

.gray6 {
  color: #dedfe0;
}

.bg-gray6 {
  background: #dedfe0;
}

.purple {
  color: #aa3dd9;
}

.bg-purple {
  background: #aa3dd9;
}

.gold {
  color: #A57A43;
}

.bg-gold {
  background: #A57A43;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.1rem;
  background-color: #F9F9F9;
  font-size: 1rem;
  color: #043F6D;
}

a {
  color: #043F6D;
}
a:hover {
  color: #065b9e;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn-blue {
  background-color: #043F6D;
  color: #F9F9F9;
}
.btn-blue:hover {
  background-color: #46A2DA;
  color: #F9F9F9;
}
.btn-blue.selected {
  background-color: #EB4878 !important;
}

.btn-pink {
  background-color: #EB4878;
  color: #F9F9F9;
}
.btn-pink:hover {
  background-color: #f07197;
  color: #F9F9F9;
}

.btn-gray {
  background-color: #5D6062;
  color: #F9F9F9;
}
.btn-gray:hover {
  background-color: #767a7c;
  color: #F9F9F9;
}

.btn-blue-border {
  border: 1px solid #043F6D;
  color: #043F6D;
}
.btn-blue-border:hover {
  background-color: #065b9e;
  border: 1px solid #043F6D;
  color: #F9F9F9;
}

.btn-white-border {
  border: 1px solid #F9F9F9;
  color: #F9F9F9;
}
.btn-white-border:hover {
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
  color: #043F6D;
}

.booking-form {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.booking-button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #065b9e;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  transition: background-color 0.2s ease-in-out;
}
.booking-button:hover {
  background-color: #0878cf;
}
.booking-button.booked-button {
  background-color: #dedfe0;
  color: #5D6062;
  cursor: not-allowed;
  text-decoration: line-through;
}
.booking-button.booked-button:hover {
  background-color: #dedfe0;
}
.booking-button.selected {
  background-color: #EB4878;
}
.booking-button .small {
  font-size: 11px;
  display: block;
  opacity: 0.9;
}
.booking-button p {
  margin: 4px 0 0 0;
  font-size: 12px;
  font-weight: bold;
}

.box-blue-single {
  border: 1px solid #043F6D;
  border-radius: 4px;
  padding: 1rem;
}

.box-white-border {
  padding: 0.5rem 1rem;
  border: 1px solid #F9F9F9;
  border-radius: 4px;
}

h1 {
  margin-bottom: 2rem;
}

h5 {
  font-weight: bold;
  margin-bottom: 1rem;
}

h6 {
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.4rem;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 80px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  transition: width 0.3s ease;
  z-index: 1000;
  padding-top: 2rem;
}
.sidebar .sidebar-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 160px;
  padding: 0 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.sidebar .sidebar-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 160px 0 20px 25px;
  list-style: none;
  overflow-y: auto;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #043F6D transparent;
}
.sidebar .sidebar-menu::-webkit-scrollbar {
  width: 8px;
}
.sidebar .sidebar-menu::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar .sidebar-menu::-webkit-scrollbar-thumb {
  background-color: #043F6D;
  border-radius: 4px;
}
.sidebar .sidebar-menu li {
  height: 40px;
}
.sidebar .sidebar-menu li a {
  display: flex;
  align-items: center;
  height: 30px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .sidebar-menu li a i {
  font-size: 1.2rem;
  min-width: 30px;
  line-height: 50px;
  text-align: center;
  margin-right: 8px;
  color: #F9F9F9;
}
.sidebar .sidebar-menu li a span {
  flex: 1;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  visibility: hidden;
}
.sidebar:hover {
  width: 280px;
}
.sidebar:hover .sidebar-header {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.sidebar:hover .sidebar-menu li a span,
.sidebar:hover .sidebar-footer .box-white-border,
.sidebar:hover .sidebar-footer a span {
  visibility: visible;
}

.main-content {
  margin-left: 80px;
  padding-block: 2rem;
  min-height: 100vh;
  box-sizing: border-box;
  transition: margin-left 0.3s ease;
}

.sidebar:hover ~ .main-content {
  margin-left: 280px;
}

.bottom-nav {
  display: none;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .main-content {
    padding: 1rem 0.5rem;
  }
  .accordion-button {
    padding: 0.5rem;
  }
  .sidebar {
    display: none !important;
  }
  .bottom-nav {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    justify-content: space-around;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
  }
  .bottom-nav a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px 0;
  }
  .bottom-nav a i {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .bottom-nav a .bottom-nav-text {
    font-size: 0.6rem;
    line-height: 1;
    white-space: nowrap;
  }
  .main-content {
    margin-left: 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .bottom-nav {
    display: none !important;
  }
  .sidebar {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    width: 280px !important;
  }
  .sidebar:hover {
    width: 280px !important;
  }
  .sidebar .sidebar-header,
  .sidebar .sidebar-menu li a span,
  .sidebar .sidebar-footer,
  .sidebar .sidebar-footer .box-white-border,
  .sidebar .sidebar-footer a span {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .main-content {
    margin-left: 280px !important;
  }
}
.my-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 80%;
  line-height: 1;
  color: #fff;
  vertical-align: baseline;
  background: #fff !important;
}

.blue-border {
  border: 1px solid #043F6D !important;
  color: #043F6D !important;
}

.pink-border {
  border: 1px solid #EB4878 !important;
  color: #EB4878 !important;
}

.orange-border {
  border: 1px solid #F5A100 !important;
  color: #F5A100 !important;
}

.gray-border {
  border: 1px solid #5D6062 !important;
  color: #5D6062 !important;
}

.form-check {
  padding-left: 1em;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}
@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .card-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(53, 57, 60, 0.08);
  border: none;
  transition: all 0.3s ease;
  background: #FFFFFF;
  height: 320px;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(53, 57, 60, 0.15);
  text-decoration: none;
  color: inherit;
}
.blog-card img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  flex-shrink: 0;
  background-color: rgba(93, 96, 98, 0.1);
  min-height: 180px;
  max-height: 180px;
}
.blog-card .card-content {
  padding: 1.25rem 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.blog-card .card-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #043F6D;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.6rem;
  flex-shrink: 0;
}
.blog-card .card-content .excerpt {
  color: #909395;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .blog-card {
    height: 300px;
  }
  .blog-card img {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
  }
  .blog-card .card-content {
    padding: 1rem;
  }
  .blog-card .card-content h3 {
    font-size: 0.95rem;
    height: 2.4rem;
  }
  .blog-card .card-content .excerpt {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767px) {
  .blog-card {
    height: 280px;
  }
  .blog-card img {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }
  .blog-card .card-content {
    padding: 0.8rem;
  }
  .blog-card .card-content h3 {
    font-size: 0.9rem;
    height: 2.2rem;
  }
  .blog-card .card-content .excerpt {
    font-size: 0.75rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.excerpt {
  font-size: 0.75rem;
  color: #909395;
}

.header-gray th {
  background-color: #5D6062 !important;
  color: #F9F9F9 !important;
}

input[type=checkbox],
input[type=radio] {
  transform: scale(1.3);
}/*# sourceMappingURL=common.css.map */