@charset "utf-8";
/* CSS Document */

/* -----------------------------------
  リセット
----------------------------------- */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }

a {
  outline: none;
  color: rgba(255,255,255,1);

  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:link,
a:visited {
  color: rgba(255,255,255,1);
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  color: #fff;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}


blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-spacing: 0;
}

img {
  max-width: 100%;
  width /***/: auto;
  height: auto;
  vertical-align: bottom;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* -----------------------------------
  全体設定
----------------------------------- */

html {
  overflow: auto;
}

body {
  overflow: hidden;
  position: relative;
  min-width: 960px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  line-height: 2;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

section {
  padding: 60px 0;
}


@media only screen and (max-width: 959px) {
  body {
    min-width: 100%;
    font-size: 16px;
    line-height: 1.7;
  }
  .inner {
    width: 90%;
  }
  section {
    padding: 40px 0;
  }
}


/* ----- ヘッダー ----- */

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 10000;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 10001;
}

#loader-bg.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
}

@keyframes slideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

header {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  background: url("../img/bg.jpg") repeat;
}

header .inner {
  padding: 0 0 440px;
  background: url("../img/bg_pink.png") repeat-y;
}

header h1 {
  position: relative;
}

.logo {
  position: relative;
  z-index: 5;
}

.shop {
  position: absolute;
  z-index: 1;
  right: -60px;
  bottom: 48px;
}

.tacos {
  position: absolute;
  z-index: 10;
  right: -140px;
  bottom: -110px;
}

.open {
  position: relative;
  z-index: 8;
  margin-top: -50px;
  text-align: center;
}

.cutout02 {
  position: absolute;
  z-index: 10;
  top: -60px;
  left: -155px;
}

.cutout03 {
  position: absolute;
  z-index: 10;
  top: 75px;
  right: -240px;
}

.cutout04 {
  position: absolute;
  z-index: 10;
  bottom: 280px;
  left: -10px;
}

.cutout05 {
  position: absolute;
  z-index: 10;
  right: -170px;
  bottom: 260px;
}


@media only screen and (max-width: 959px) {
  header {
    padding-top: 10%;
    background-size: 480px 480px;
  }

  header .inner {
    padding: 0 0 40%;
    background-size: 100% auto;
  }

  .shop {
    right: -3%;
    bottom: 12%;
    width: 40%;
  }

  .tacos {
    right: -12%;
    bottom: -20%;
    width: 40%;
  }

  .open {
    margin-top: -5%;
  }

  .cutout02 {
    top: -5%;
    left: -8%;
    width: 30%;
  }

  .cutout03 {
    top: -8%;
    right: 20%;
    width: 30%;
  }

  .cutout04 {
    bottom: 18%;
    left: -5%;
    width: 30%;
  }

  .cutout05 {
    right: -10%;
    bottom: 15%;
    width: 30%;
  }
}

@media only screen and (max-width: 666px) {
  header {
    background-size: 360px 360px;
  }

  header .inner {
    padding: 0 0 50%;
  }

  .cutout04 {
    bottom: 23%;
    left: -5%;
    width: 30%;
  }

  .cutout05 {
    right: -10%;
    bottom: 22%;
    width: 30%;
  }
}

/* ------- */

.menu {
  position: relative;
  z-index: 10;
  margin: -220px 0 0;
  padding-bottom: 0 !important;
  background: url("../img/bg_fire.png") top repeat-x;
}

.menu .cutout01 {
  position: absolute;
  top: -296px;
  right: -120px;
  left: 0;
  margin: 0 auto;
}

.menu ul {
  margin-top: 40px;
  text-align: center;
}

.info ul {
  margin: 40px 0;
  text-align: center;
}

.menu ul li,
.info ul li {
  margin-bottom: 20px;
}

.menu ul li a,
.info ul li a {
  display: inline-block;
  position: relative;
}

.btn_junky a::before {
  display: block;
  position: absolute;
  content: '';
  width: 140px;
  height: 96px;
  top: -9px;
  left: -36px;
  background: url("../img/btn_junky_before.png") no-repeat;
}

.btn_line a::before {
  display: block;
  position: absolute;
  content: '';
  width: 208px;
  height: 136px;
  top: -16px;
  right: -36px;
  background: url("../img/btn_line_before.png") no-repeat;
}

.btn_muchotacos a::before {
  display: block;
  position: absolute;
  content: '';
  width: 190px;
  height: 122px;
  top: -12px;
  left: -54px;
  background: url("../img/btn_muchotacos_before.png") no-repeat;
}

.btn_garuva a::before {
  display: block;
  position: absolute;
  content: '';
  width: 190px;
  height: 122px;
  top: -12px;
  left: -54px;
  background: url("../img/btn_garuva_before.png") no-repeat;
}

.btn_tbone a::before {
  display: block;
  position: absolute;
  content: '';
  width: 190px;
  height: 122px;
  top: -12px;
  left: -54px;
  background: url("../img/btn_tbone_before.png") no-repeat;
}

.info {
  padding: 0;
}

.info .floor {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.info .foodpic {
  padding-top: 0;
}

.info .floor a:hover {
  opacity: 1;

  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.info .floor a img {
  transition: all 0.3s;
}

.info .floor a:hover img {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

.info .youtube {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  padding: 0 0 40px;
}

.remodal.remodal-party {
  max-width: 960px;
}

.party {
  position: relative;
  padding: 30px 0;
}

.party .party_p {
  text-align: center;
  margin: 2em 0;
}

.party .party_p img {
  position: relative;
  z-index: -1;
}

.party .party_menu {
  display: flex;
  text-align: left;
}

.party .party_menu dl {
  padding: 0 0 0 60px;
}

.party .party_menu dl.party_food {
  flex-basis: 50%;
}

.party .party_menu dl:first-of-type {
  border-right: 5px dotted #000;
}

.party .party_menu dt {
  margin-bottom: 20px;
}

.party .party_menu dd {
  margin: 12px 0;
  padding-left: 24px;
  background: url("../img/fire.svg") left 2px no-repeat;
  background-size: 16px auto;
  line-height: 1.2em;
  font-weight: bold;
}

.party .party_menu dd.note {
  margin: 3em 0 0;
  padding: 0;
  background: none;
  font-size: 80%;
  font-weight: normal;
  line-height: 1.7em;
}

.party .party_menu dd.note.sp {
  display:none;
}

.party .party_menu dd ul {
  margin: 0.5em 0 1em 1em;
}

.party .party_menu dd li {
  margin: 0;
  font-size: 80%;
  font-weight: normal;
  line-height: 1.7em;
}

@media only screen and (max-width: 959px) {
  .menu {
    margin: -30% 0 0;
    background-size: 480px 360px;
  }

  .menu .cutout01 {
    top: -13%;
    right: -10%;
    left: 0;
    width: 60%;
  }

  .menu ul {
    margin-top: 4%;
  }

  .info ul {
    margin: 4% 0;
  }

  .menu ul li,
  .info ul li {
    margin-bottom: 3%;
  }

  .info .floor {
    padding-top: 5%;
  }

  .info .foodpic {
    padding-top: 0;
  }

  .info .youtube {
    margin-top: -4%;
    padding: 0 0 5%;
  }

  .party {
    padding: 4% 0;
  }

  .party h1 img {
    width: 70%;
  }

  .party .party_p {
    margin: 2em 0;
  }

  .party .party_p img {
    width: 50%;
  }

  .party .party_menu dl {
    padding: 0 5%;
  }
}


@media only screen and (max-width: 666px) {
  .menu {
    margin: -40% 0 0;
    background-size: 320px 240px;
  }

  .menu ul {
    margin-top: 6%;
  }

  .info ul {
    margin: 6% 0;
  }


  .menu ul li,
  .info ul li {
    margin-bottom: 2%;
  }

.btn_junky a::before {
  width: 70px;
  height: 48px;
  top: -5px;
  left: -18px;
  background-size: 70px 48px;
}

.btn_line a::before {
  width: 104px;
  height: 68px;
  top: -4px;
  right: -10px;
  background-size: 104px 68px;
}

.btn_garuva a::before {
  width: 95px;
  height: 61px;
  top: -6px;
  left: -24px;
  background-size: 95px 61px;
}
	
.btn_tbone a::before {
  width: 95px;
  height: 61px;
  top: -6px;
  left: -24px;
  background-size: 95px 61px;
}
  .party {
    padding: 4% 0 0;
  }

  .party h1 img {
    width: 100%;
  }

  .party .party_p {
    margin: 2em 0 0;
  }

  .party .party_p img {
    width: 80%;
  }

  .party .party_menu {
    display: block;
  }

  .party .party_menu dl {
    padding: 8% 0 0;
  }

  .party .party_menu dl:first-of-type {
    border-right: 0;
  }

  .party .party_menu dt {
    margin: 4% 0;
  }

  .party .party_menu dt img {
    height: 22px;
  }

  .party .party_menu dd {
    font-size: 14px;
    line-height: 1.2em;
  }

  .party .party_menu dd small {
    font-size: 11px;
  }

  .party .party_menu dd.note {
    font-size: 11px;
    line-height: 1.7em;
  }

  .party .party_menu dd.note.pc {
    display:none;
  }

  .party .party_menu dd.note.sp {
    display:block;
  }

}


/* ------- */

.access {
  padding: 0;
  background: url("../img/bg_mask.jpg") repeat;
}

.access .grad {
  background: url("../img/bg_grad.png") top repeat-x;
}

.access .inner {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 80px 110px 0;
  border: 10px solid #000;
  background-color: #fff;
}

.access .g_map {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 720px;
  height: 360px;
  margin: 40px 0 60px;
  border: 1px solid #ccc;
}

.access .g_map iframe {
  width: 100%;
  height: 100%;
}

.access .route {
  margin-bottom: 40px;
}

.access .tel {
  margin-bottom: 60px;
}

.access .btn_reserve,
.access .btn_recruit {
  margin-bottom: 30px;
}

.access ul {
  padding: 30px 0 64px;
  text-align: center;
}

.access li {
  display: inline-block;
  padding: 0 20px;
}

.access small {
  display: block;
  padding: 30px 0;
  text-shadow: 0 0 2px #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}


@media only screen and (max-width: 959px) {
  .access {
    background-size: 480px 480px;
  }

  .access .inner {
    padding: 10% 5% 0;
    border: 8px solid #000;
  }

  .access .g_map {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    height: 360px;
    margin: 5% 0 10%;
    border: 1px solid #ccc;
  }

  .access .g_map iframe {
    width: 100%;
    height: 100%;
  }

  .access .route {
    margin-bottom: 5%;
  }

  .access .tel {
    margin-bottom: 10%;
  }

  .access .btn_reserve,
  .access .btn_recruit {
    margin-bottom: 4%;
  }

  .access ul {
    padding: 6% 0 10%;
  }

  .access li {
    padding: 0 5%;
  }

  .access li img {
    width: 75%;
  }

  .access small {
    padding: 5% 0 22%;
  }
}


@media only screen and (max-width: 666px) {
  .access {
    background-size: 320px 320px;
  }

  .access .inner {
    border: 5px solid #000;
  }

  .access .g_map {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    height: 300px;
    margin: 5% 0 10%;
    border: 1px solid #ccc;
  }

  .access li {
    padding: 0 0;
  }

  .access li img {
    width: 50%;
  }
}

/* ------- */

#page-top {
  position: fixed;
  z-index: 990;
  right: 0;
  bottom: 2%;
}

#page-top a {
  display: block;
  padding: 0;
  line-height: 1;
}

#page-top a:hover {
  opacity: 1;

  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#page-top a img {
  width: 192px;
  transition: all 0.3s;
}

#page-top a:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.fixed_reserve {
  display: none;
}


@media only screen and (max-width: 959px) {
  .fixed_reserve {
    display: block;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 1% 0;
    background-color: rgba(0,0,0,0.85);
    text-align: center;
  }

  .fixed_reserve ul {
    width: 100%;
  }

  .fixed_reserve li {
    display: inline-block;
    padding: 2% 4.5%;
  }

  .fixed_reserve img {
    height: 32px;
  }

  #page-top {
    bottom: 8%;
  }
}


@media only screen and (max-width: 666px) {
  #page-top {
    bottom: 5%;
  }

  #page-top a img {
    width: 96px;
  }
}

.covid19 {
  width: 840px;
  margin: 0 auto;
  border: 8px solid #FF0000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #FFF;
}

.covid19 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 25px;
}

.covid19 p {
  font-size: 16px;
  margin: 25px;
}

.covid19 p span {
  font-weight: bold;
}


@media only screen and (max-width: 666px) {
  .covid19 {
    width: 90%;
    border: 5px solid #FF0000;
    margin-bottom: 20px;
  }

  .covid19 h2 {
    font-size: 18px;
    line-height: 1.5em;
    margin: 5%;
  }

  .covid19 p {
    font-size: 14px;
    margin: 5%;
  }

}



/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 99999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal section {
  padding: 30px 0;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 20px 20px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px;

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #600;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #333;
}

.remodal-close:before {
  font-family: "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 36px;
  line-height: 48px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 48px;

  content: "\00d7";
  text-align: center;
}

.remodal section {
  padding: 0;
}

.remodal-tit {
  padding: 0 0 20px;
  color: #600;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
}

.remodal h2 {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  padding: 4px 12px 6px;
  background: #f36;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 24px 0 8px;

  font-feature-settings: "palt";
}

.remodal h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f36;
  margin: 1em 0 6px;
  font-feature-settings: "palt";
  border-left: 6px solid #f36;
  padding-left: 8px;
}

.remodal .copy {
  text-align: left;
}
.remodal ul li {
    margin: 20px 0;
}

/* Dialog buttons */

.remodal a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 200px;
  margin: 0;
  padding: 5px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  border-radius: 0.3em;
  outline: 0;
}

@media only screen and (max-width: 666px) {
  .remodal {
    padding: 20px 20px 20px;
  }

  .remodal ul li {
    margin: 0;
  }

  .remodal a {
    width: 100%;
    margin-top: 8px;
  }

  .remodal-confirm,
  .remodal-cancel {
    font-size: 13px;
    min-width: 120px;
    padding: 12px 0;
  }

  .remodal-tit {
    padding: 0 0 0px;
    font-size: 24px;
    line-height: 1;
  }

  .remodal-close {
    width: 36px;
    height: 36px;
  }

  .remodal-close:before {
    line-height: 36px;
    width: 36px;
  }

}

.remodal-confirm {
  background: #600;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background-color: #300;
}

.remodal-cancel {
  color: #fff;
  background: #600;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #300;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 667px) {
  .remodal {
    max-width: 800px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #000;
}

.lt-ie9 .remodal {
  width: 800px;
}

.popup {
	 position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
	 background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size: 1.5rem;
}

.close-button {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.close-button:hover {
    background-color: #0056b3;
}
