header {
  width: 100%;
  background-color: transparent;
  z-index: 10;
}
header.bgFilled {
  background-color: #d6293e;
}
header .navbar.bg-light {
  background: transparent !important;
}
header .navbar.navbar-expand-lg .navbar-brand .navbar-brand-item {
  height: 60px;
}
header .navbar.navbar-expand-lg .navbar-nav .nav-item {
  border-bottom: 0;
}
header .navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  font-size: 1.4rem;
}
header .navbar .navbar-toggler {
  -webkit-transition: background-color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: background-color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: none;
}
header .navbar .navbar-toggler:focus,
header .navbar .navbar-toggler :active,
header .navbar .navbar-toggler :focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .navbar .navbar-toggler i {
  position: relative;
  color: #ffffff;
  font-size: 1.8rem;
  z-index: 10;
}
header .navbar .navbar-collapse {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1f492b;
}
header .navbar .snsIcon {
  width: 30px;
}

footer .footerLogo {
  height: 120px;
}
footer .snsIcon {
  width: 40px;
}

.pagenation .current {
  margin: 0 0.2rem;
  padding: 0.4rem 0.8rem;
  background-color: #d6293e;
  border: 2px solid #d6293e;
  color: #fff;
}

.pagenation a {
  margin: 0 0.2rem;
  padding: 0.4rem 0.8rem;
  border: 2px solid #d6293e;
  color: #d6293e;
  text-decoration: none;
}
.pagenation a.smaller {
  font-size: 1rem;
}

.pagenation a:hover {
  background-color: #d6293e;
  color: #fff;
}

@media screen and (min-width: 768px) {
  header .navbar.navbar-expand-lg .navbar-brand .navbar-brand-item {
    height: 100px;
  }
  header .navbar .navbar-toggler i {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  header {
    width: 100%;
    background-color: transparent;
    z-index: 10;
  }
  header.bgFilled {
    background-color: #d6293e;
  }
  header .navbar.navbar-expand-lg .navbar-brand .navbar-brand-item {
    height: 75px;
  }
  header .navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
  header .navbar .navbar-collapse {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
  }
  header .navbar .navbar-toggler {
    border: none;
  }
  header .navbar .navbar-toggler:focus,
  header .navbar .navbar-toggler :active,
  header .navbar .navbar-toggler :focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .navbar .navbar-toggler i {
    color: #ffffff;
  }
  header .navbar .snsIcon {
    width: 30px;
  }
}
.mainLogo {
  width: 300px;
}

.mainMsg {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.subMsg {
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.businessHours {
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.reservationBtn .txt {
  color: #fff;
  font-size: 0.9rem;
}
.reservationBtn a {
  font-size: 1rem;
}

.topBlogList .card {
  max-width: 100%;
  max-height: 120px;
  aspect-ratio: 16/9;
}
.topBlogList .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topBlogList .card .card-body {
  font-size: 0.9rem;
}

#rooms .card-body {
  background-color: rgba(255, 255, 255, 0.7);
}
#rooms .card-body p {
  color: #000;
}

.staffBox h4 {
  color: #fff;
}

#menu .reservationBtn .txt {
  color: #000;
}

@media screen and (min-width: 768px) {
  .mainLogo {
    width: 350px;
  }
  .mainMsg {
    font-size: 3.5rem;
  }
  .subMsg {
    font-size: 1.6rem;
  }
  .businessHours {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .mainLogo {
    width: 250px;
  }
  .mainMsg {
    font-size: 2.5rem;
  }
  .reservationBtn .txt {
    font-size: 1rem;
  }
  .reservationBtn a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .mainLogo {
    width: 300px;
  }
  .mainMsg {
    font-size: 3rem;
  }
  .topBlogList .card {
    max-height: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .mainLogo {
    width: 350px;
  }
  .mainMsg {
    font-size: 3.5rem;
  }
  .topBlogList .card {
    max-height: 145px;
  }
}
@media screen and (min-width: 1600px) {
  .topBlogList .card {
    max-height: 170px;
  }
}
.blog .pageHeader,
.archive .pageHeader {
  height: 350px;
  background-image: url(../img/blog/pageheaderimg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.blog .pageHeader .title,
.archive .pageHeader .title {
  color: #fff;
  font-size: 3.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.blog .blogList .card,
.archive .blogList .card {
  max-width: 100%;
  aspect-ratio: 16/9;
}
.blog .blogList .card img,
.archive .blogList .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .blogList .card .card-body,
.archive .blogList .card .card-body {
  font-size: 0.9rem;
}
.blog .blogSingle h1,
.blog .blogSingle h2,
.blog .blogSingle h3,
.blog .blogSingle h4,
.blog .blogSingle h5,
.blog .blogSingle h6,
.archive .blogSingle h1,
.archive .blogSingle h2,
.archive .blogSingle h3,
.archive .blogSingle h4,
.archive .blogSingle h5,
.archive .blogSingle h6 {
  color: #d6293e;
  padding: 0.5rem 0;
}
.blog .blogSingle h1.title,
.archive .blogSingle h1.title {
  font-size: 2rem;
  border-bottom: 2px solid #d6293e;
}
.blog .blogSingle .entryDate,
.archive .blogSingle .entryDate {
  color: #d6293e;
}
.blog .blogSingle h2,
.archive .blogSingle h2 {
  font-size: 1.7rem;
}
.blog .blogSingle h3,
.archive .blogSingle h3 {
  font-size: 1.5rem;
}
.blog .blogSingle h4,
.archive .blogSingle h4 {
  font-size: 1.3rem;
}
.blog .blogSingle h5,
.archive .blogSingle h5 {
  font-size: 1.1rem;
}
.blog .blogSingle h6,
.archive .blogSingle h6 {
  font-size: 1rem;
}
.blog .pagenation .current,
.archive .pagenation .current {
  margin: 0 0.2rem;
  padding: 0.4rem 0.8rem;
  background-color: #d6293e;
  border: 2px solid #d6293e;
  color: #fff;
}
.blog .pagenation a,
.archive .pagenation a {
  margin: 0 0.2rem;
  padding: 0.4rem 0.8rem;
  border: 2px solid #d6293e;
  color: #d6293e;
  text-decoration: none;
}
.blog .pagenation a:hover,
.archive .pagenation a:hover {
  background-color: #d6293e;
  color: #fff;
}
.blog .sidebar,
.archive .sidebar {
  background-color: #d6293e;
  border-radius: 1rem;
}
.blog .sidebar .box .title,
.archive .sidebar .box .title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.blog .sidebar .box a,
.archive .sidebar .box a {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .blog .blogSingle h1.title,
  .archive .blogSingle h1.title {
    font-size: 2.5rem;
  }
  .blog .blogSingle h2,
  .archive .blogSingle h2 {
    font-size: 2rem;
  }
  .blog .blogSingle h3,
  .archive .blogSingle h3 {
    font-size: 1.8rem;
  }
  .blog .blogSingle h4,
  .archive .blogSingle h4 {
    font-size: 1.5rem;
  }
  .blog .blogSingle h5,
  .archive .blogSingle h5 {
    font-size: 1.3rem;
  }
  .blog .blogSingle h6,
  .archive .blogSingle h6 {
    font-size: 1.1rem;
  }
  .blog .sidebar .box .title,
  .archive .sidebar .box .title {
    font-size: 2rem;
  }
}
.page .pageHeader {
  height: 350px;
  background-image: url(../img/blog/pageheaderimg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.page .pageHeader .title {
  color: #fff;
  font-size: 3.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1.areaTitle {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

@media screen and (min-width: 992px) {
  h1.areaTitle {
    font-size: 1.6rem;
  }
}