@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600&family=M+PLUS+1+Code&family=Noto+Sans+JP:wght@100;400;500;600&family=Pinyon+Script&family=Caveat:wght@400;500;600;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #e8e4d8;
  overflow-x: hidden;
}

.body-wrap {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
@media (width > 1500px) {
  .body-wrap {
    width: 1520px;
  }
}
@media (width <= 500px) {
  .body-wrap {
    display: block;
    margin: 0;
  }
}

header aside {
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 200px;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10;
  border-right: 1px solid #bba;
}
@media (width <= 500px) {
  header aside {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100dvh;
    border: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 1s;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
header aside::-webkit-scrollbar {
  width: 5px;
}
header aside::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
header aside::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
header aside h1 {
  margin: 50px 0 0 20px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5em;
}
@media (width <= 500px) {
  header aside h1 {
    margin: 10vw 0 0 50px;
    font-size: 12px;
  }
}
header aside a {
  display: inline-block;
}
header aside a img {
  margin: 15px 50px 0 20px;
  width: 130px;
  height: auto;
}
@media (width <= 500px) {
  header aside a img {
    margin: 3vw 0 0 50px;
  }
}
header aside nav {
  margin: 50px 0 0 0;
}
@media (width <= 500px) {
  header aside nav {
    margin: 10vw 0 0 0;
  }
}
header aside nav li {
  line-height: 35px;
}
@media (width <= 500px) {
  header aside nav li {
    line-height: 15vw;
    border-bottom: 1px solid #886;
  }
}
header aside nav li .en {
  font-family: "Hind", sans-serif;
  font-weight: 600;
}
@media (width <= 500px) {
  header aside nav li .en {
    font-size: 20px;
    font-weight: 400;
  }
}
header aside nav li .ja {
  font-size: 14px;
  font-weight: 600;
}
@media (width <= 500px) {
  header aside nav li .ja {
    font-size: 18px;
    font-weight: 400;
  }
}
header aside nav li a {
  padding-left: 20px;
  text-decoration: none;
  color: #886;
  display: flex;
}
@media (width <= 500px) {
  header aside nav li a {
    padding-left: 50px;
  }
}
header aside nav li a .icon {
  margin-top: 2px;
}
header aside nav li a img {
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
}
header aside .shop-info {
  margin: 50px 0 0 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.8em;
}
@media (width <= 500px) {
  header aside .shop-info {
    display: none;
  }
}
header aside .tel, header aside .line {
  background-color: #C8C2B4;
  margin: 30px 5px 0 2px;
  height: 50px;
  text-align: center;
}
@media (width <= 500px) {
  header aside .tel, header aside .line {
    margin: 7vw auto;
    width: 70%;
  }
}
header aside .tel a, header aside .line a {
  text-decoration: none;
  font-family: "Hind", sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 53px;
  width: 100%;
}
header aside .line {
  margin: 10px 5px 0 2px;
}
@media (width <= 500px) {
  header aside .line {
    margin: 7vw auto;
    width: 70%;
  }
}
header aside .line a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 50px;
  width: 100%;
}
@media (width <= 500px) {
  header .nav-btn {
    position: fixed;
    height: 30px;
    width: 30px;
    top: 20px;
    right: 20px;
    z-index: 11;
    cursor: pointer;
  }
  header .nav-btn span {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 1px;
    box-shadow: 1px 2px 5px #000;
    transition: all 0.4s;
  }
  header .nav-btn span:nth-of-type(1) {
    top: 7px;
  }
  header .nav-btn span:nth-of-type(2) {
    top: 15px;
  }
  header .nav-btn span:nth-of-type(3) {
    top: 23px;
  }
  header .open-btn span:nth-of-type(1) {
    transform: translate(1px, 7px) rotate(45deg);
  }
  header .open-btn span:nth-of-type(2) {
    display: none;
  }
  header .open-btn span:nth-of-type(3) {
    transform: translate(-1px, -7px) rotate(-45deg);
  }
}

.information {
  background-color: #ccb;
  box-shadow: 0 -50px 70px #ccb;
}
.information .information-wrap {
  margin-left: 230px;
}
@media (width <= 500px) {
  .information .information-wrap {
    margin-left: 5%;
    width: 90%;
  }
}
.information .information-wrap h2 .en {
  font-family: "Hind", sans-serif;
  font-size: 72px;
  color: #fff;
}
@media (width <= 1000px) {
  .information .information-wrap h2 .en {
    font-size: max(40px, 7.2vw);
  }
}
@media (width <= 500px) {
  .information .information-wrap h2 .en {
    padding-top: 50px;
    font-size: 54px;
  }
}
.information .information-wrap h2 .ja {
  margin-top: 10px;
  font-weight: 600;
  color: #fff;
}
.information .information-wrap .information-small-wrap {
  display: flex;
  margin-top: 60px;
}
@media (width <= 1200px) {
  .information .information-wrap .information-small-wrap {
    display: block;
  }
}
.information .information-wrap .information-small-wrap .left-area img {
  width: 42vw;
}
@media (width > 1500px) {
  .information .information-wrap .information-small-wrap .left-area img {
    width: 80%;
  }
}
@media (width <= 1200px) {
  .information .information-wrap .information-small-wrap .left-area img {
    width: 80%;
  }
}
@media (width <= 500px) {
  .information .information-wrap .information-small-wrap .left-area img {
    width: 100%;
    border-radius: 10px;
  }
}
.information .information-wrap .information-small-wrap .right-area {
  margin: -35px 0 0 3vw;
}
@media (width > 1500px) {
  .information .information-wrap .information-small-wrap .right-area {
    margin: -35px 0 0 -170px;
  }
}
@media (width <= 1200px) {
  .information .information-wrap .information-small-wrap .right-area {
    margin: 0;
  }
}
.information .information-wrap .information-small-wrap .right-area .information-text {
  margin-top: 30px;
  color: #fff;
  line-height: 1.8em;
}
.information .information-wrap .information-small-wrap .right-area .information-text a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.information .information-wrap .information-small-wrap .right-area .information-text .information__line {
  font-size: 1.2rem;
}
.information .information-wrap iframe {
  margin-top: 40px;
  width: 95%;
  aspect-ratio: 16/9;
}
@media (width <= 500px) {
  .information .information-wrap iframe {
    width: 100%;
  }
}

.footer {
  padding: 30px 0 10px 200px;
  background-color: #ccb;
  text-align: center;
  font-family: "Hind", sans-serif;
  font-weight: 100;
  color: #000;
}
@media (width <= 500px) {
  .footer {
    padding-left: 0;
  }
}

main {
  background-color: #e8e4d8;
  color: #886;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.scroll {
  opacity: 0;
}

.hero {
  position: relative;
  width: 100%;
  height: 50vw;
}
@media (width > 1500px) {
  .hero {
    height: 710px;
  }
}
@media (width <= 500px) {
  .hero {
    height: 100dvh;
  }
}
.hero .hero_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero_1 .hero-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (width > 1500px) {
  .hero .hero_1 .hero-img-1 {
    width: 100%;
  }
}
@media (width <= 500px) {
  .hero .hero_1 .hero-img-1 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero .hero_1 .logo {
  position: absolute;
  width: 35vw;
  top: 10vw;
  left: 40vw;
  z-index: 1;
  animation: blur 4s ease forwards;
}
@media (width <= 1000px) {
  .hero .hero_1 .logo {
    top: 30vw;
  }
}
@keyframes blur {
  from {
    filter: blur(10px);
    scale: 1.1;
  }
  to {
    filter: blur(0);
    scale: 1;
  }
}
@media (width > 1500px) {
  .hero .hero_1 .logo {
    width: 600px;
    top: 20%;
    left: 40%;
  }
}
@media (width <= 500px) {
  .hero .hero_1 .logo {
    width: 60%;
    top: 30%;
    left: 50%;
    padding: 15px 20%;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
    animation: blur 4s ease forwards;
  }
}
.hero .hero_1 .hero-tel, .hero .hero_1 .hero-line {
  display: none;
}
@media (width <= 560px) {
  .hero .hero_1 .hero-tel, .hero .hero_1 .hero-line {
    display: block;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    animation: blur 4s ease forwards;
    z-index: 1;
    background-color: #4286d4;
    box-shadow: 2px 3px 2px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    width: 65%;
    height: 3rem;
    border-radius: 100vh;
    padding: 8px;
    text-decoration: none;
  }
}
@media (width <= 560px) {
  .hero .hero_1 .hero-tel .number, .hero .hero_1 .hero-line .number {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.hero .hero_1 .hero-tel .number .icon, .hero .hero_1 .hero-line .number .icon {
  display: none;
}
@media (width <= 560px) {
  .hero .hero_1 .hero-tel .number .icon, .hero .hero_1 .hero-line .number .icon {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    padding-right: 0.3em;
  }
}
@media (width <= 560px) {
  .hero .hero_1 .hero-tel .text, .hero .hero_1 .hero-line .text {
    display: block;
    font-size: 1.1rem;
    padding-top: 0.4em;
  }
}
@media (width <= 560px) {
  .hero .hero_1 .hero-line {
    top: 80%;
    background-color: #06c755;
  }
}
@media (width <= 560px) {
  .hero .hero_1 .hero-line .text {
    line-height: 1.6rem;
    margin-top: -8px;
  }
}
.hero .hero_2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hero .hero_2 .hero-img-2 {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 110%;
  animation: hero-2 2s ease 5s forwards;
}
@keyframes hero-2 {
  from {
    opacity: 0;
    left: 100%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
.hero .hero_3 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.hero .hero_3 .hero-img-3 {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 110%;
  animation: hero-2 2s ease 12s forwards;
}
@keyframes hero-2 {
  from {
    opacity: 0;
    left: 100%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

.message {
  margin-left: 200px;
  height: 85vw;
}
@media (width > 1500px) {
  .message {
    margin-top: 70px;
    height: 1000px;
  }
}
@media (width <= 1000px) {
  .message {
    height: calc(1550px + 60vw);
  }
}
@media (width <= 500px) {
  .message {
    margin-left: 0;
    height: 100%;
  }
}
.message .message-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (width <= 1000px) {
  .message .message-wrap {
    position: static;
  }
}
.message .message-wrap .left-area {
  position: relative;
  height: 100%;
  width: 38vw;
}
@media (width > 1500px) {
  .message .message-wrap .left-area {
    width: 600px;
  }
}
@media (width <= 1000px) {
  .message .message-wrap .left-area {
    height: 110vw;
  }
}
@media (width <= 500px) {
  .message .message-wrap .left-area {
    height: 250vw;
  }
}
.message .message-wrap .visible .wall-1 {
  position: absolute;
  opacity: 0;
  width: 10vw;
  left: 3vw;
  z-index: 1;
  animation: wall-1 1s ease 0.4s forwards;
}
@keyframes wall-1 {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 20vw;
    opacity: 1;
  }
}
@media (width > 1500px) {
  .message .message-wrap .visible .wall-1 {
    width: 150px;
    left: 50px;
  }
  @keyframes wall-1 {
    from {
      top: -50px;
      opacity: 0;
    }
    to {
      top: 250px;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .message .message-wrap .visible .wall-1 {
    width: 18vw;
    left: 3vw;
  }
  @keyframes wall-1 {
    from {
      top: 16vw;
      opacity: 0;
    }
    to {
      top: 36vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .message .message-wrap .visible .wall-1 {
    width: 30vw;
    left: 2vw;
  }
  @keyframes wall-1 {
    from {
      top: 50vw;
      opacity: 0;
    }
    to {
      top: 70vw;
      opacity: 1;
    }
  }
}
.message .message-wrap .visible .wall-2 {
  position: absolute;
  opacity: 0;
  width: 10vw;
  left: 15vw;
  z-index: 1;
  animation: wall-2 1s ease 0.2s forwards;
}
@keyframes wall-2 {
  from {
    top: -5.5vw;
    opacity: 0;
  }
  to {
    top: 14.5vw;
    opacity: 1;
  }
}
@media (width > 1500px) {
  .message .message-wrap .visible .wall-2 {
    width: 150px;
    left: 222.5px;
  }
  @keyframes wall-2 {
    from {
      top: -132.5px;
      opacity: 0;
    }
    to {
      top: 167.5px;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .message .message-wrap .visible .wall-2 {
    width: 18vw;
    left: 23vw;
  }
  @keyframes wall-2 {
    from {
      top: 6.2vw;
      opacity: 0;
    }
    to {
      top: 26.2vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .message .message-wrap .visible .wall-2 {
    width: 30vw;
    left: 36.5vw;
  }
  @keyframes wall-2 {
    from {
      top: 33.5vw;
      opacity: 0;
    }
    to {
      top: 53.5vw;
      opacity: 1;
    }
  }
}
.message .message-wrap .visible .wall-3 {
  position: absolute;
  opacity: 0;
  width: 10vw;
  left: 27vw;
  z-index: 1;
  animation: wall-3 1s ease forwards;
}
@keyframes wall-3 {
  from {
    top: -11vw;
    opacity: 0;
  }
  to {
    top: 9vw;
    opacity: 1;
  }
}
@media (width > 1500px) {
  .message .message-wrap .visible .wall-3 {
    width: 150px;
    left: 395px;
  }
  @keyframes wall-3 {
    from {
      top: -215px;
      opacity: 0;
    }
    to {
      top: 85px;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .message .message-wrap .visible .wall-3 {
    width: 18vw;
    left: 43vw;
  }
  @keyframes wall-3 {
    from {
      top: -3.6vw;
      opacity: 0;
    }
    to {
      top: 16.4vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .message .message-wrap .visible .wall-3 {
    width: 30vw;
    left: 71vw;
  }
  @keyframes wall-3 {
    from {
      top: 27vw;
      opacity: 0;
    }
    to {
      top: 37vw;
      opacity: 1;
    }
  }
}
.message .message-wrap .visible .inside {
  position: absolute;
  opacity: 0;
  width: 39vw;
  animation: inside-edge 1s ease 0.8s forwards;
}
@keyframes inside-edge {
  from {
    bottom: 40vw;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@media (width > 1500px) {
  .message .message-wrap .visible .inside {
    width: 600px;
  }
  @keyframes inside-edge {
    from {
      bottom: 300px;
      opacity: 0;
    }
    to {
      bottom: 0;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .message .message-wrap .visible .inside {
    width: 70vw;
    animation: inside-edge 1s ease 1.5s forwards;
  }
  @keyframes inside-edge {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      top: 20vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .message .message-wrap .visible .inside {
    width: 100vw;
    left: 2vw;
    animation: inside-edge 1s ease 1.5s forwards;
  }
  @keyframes inside-edge {
    from {
      top: 80vw;
      opacity: 0;
    }
    to {
      top: 100vw;
      opacity: 1;
    }
  }
}
.message .message-wrap .center-area {
  position: absolute;
  top: 130px;
  left: 600px;
}
@media (width <= 1500px) {
  .message .message-wrap .center-area {
    top: 9vw;
    left: 38vw;
    width: calc(780px - 22vw);
  }
}
@media (width <= 1200px) {
  .message .message-wrap .center-area {
    width: 40vw;
  }
}
@media (width <= 1000px) {
  .message .message-wrap .center-area {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 5% 0;
    width: 90%;
  }
}
.message .message-wrap .center-area h2 .en {
  font-family: "Hind", sans-serif;
  font-size: 72px;
  color: #fff;
  text-align: right;
}
@media (width <= 1500px) {
  .message .message-wrap .center-area h2 .en {
    font-size: 4vw;
  }
}
@media (width <= 1000px) {
  .message .message-wrap .center-area h2 .en {
    font-size: 50px;
  }
}
@media (width <= 500px) {
  .message .message-wrap .center-area h2 .en {
    font-size: 54px;
  }
}
.message .message-wrap .center-area h2 .ja {
  text-align: right;
  font-weight: 600;
}
@media (width <= 500px) {
  .message .message-wrap .center-area h2 .ja {
    margin-top: 10px;
  }
}
.message .message-wrap .center-area .message-text p {
  margin-top: 50px;
  font-weight: 600;
  line-height: 2.5em;
}
@media (width <= 1200px) {
  .message .message-wrap .center-area .message-text p {
    margin-top: 3vw;
    line-height: 3.5vw;
  }
}
@media (width <= 1000px) {
  .message .message-wrap .center-area .message-text p {
    margin-top: 30px;
    line-height: 1.8em;
  }
}
@media (width <= 500px) {
  .message .message-wrap .center-area .message-text p {
    margin-top: 50px;
    line-height: 2em;
    text-align: justify;
  }
}
.message .message-wrap .right-area {
  position: absolute;
  top: 100px;
  left: 1060px;
  width: calc(100vw - 1080px);
  height: 100%;
}
@media (width > 1500px) {
  .message .message-wrap .right-area {
    width: 250px;
  }
}
@media (width <= 1000px) {
  .message .message-wrap .right-area {
    position: relative;
    width: 100vw;
    height: 60vw;
    top: 0;
    left: 0;
  }
}
@media (width <= 500px) {
  .message .message-wrap .right-area {
    width: 100%;
    height: 120vw;
  }
}
.message .message-wrap .visible .wall-edge {
  position: absolute;
  opacity: 0;
  width: 350px;
  animation: wall-edge 1s ease forwards;
}
@keyframes wall-edge {
  from {
    top: -20vw;
    opacity: 0;
  }
  to {
    top: 0vw;
    opacity: 1;
  }
}
@media (width > 1500px) {
  .message .message-wrap .visible .wall-edge {
    width: 300px;
  }
  @keyframes wall-edge {
    from {
      top: -200px;
      opacity: 0;
    }
    to {
      top: 100px;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .message .message-wrap .visible .wall-edge {
    width: 40vw;
    left: 5vw;
  }
  @keyframes wall-edge {
    from {
      top: -20vw;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .message .message-wrap .visible .wall-edge {
    width: 50vw;
    left: 5vw;
  }
  @keyframes wall-edge {
    from {
      top: -10vw;
      opacity: 0;
    }
    to {
      top: 10vw;
      opacity: 1;
    }
  }
}
.message .message-wrap .visible .front-image-1 {
  position: absolute;
  opacity: 0;
  width: 150px;
  animation: front-1 1s ease 0.5s forwards;
}
@keyframes front-1 {
  from {
    top: 30vw;
    opacity: 0;
  }
  to {
    top: 50vw;
    opacity: 1;
  }
}
@media (width > 1500px) {
  @keyframes front-1 {
    from {
      top: 300px;
      opacity: 0;
    }
    to {
      top: 600px;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .message .message-wrap .visible .front-image-1 {
    width: 15vw;
    left: 45vw;
  }
  @keyframes front-1 {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      top: 20vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .message .message-wrap .visible .front-image-1 {
    width: 24vw;
    left: 53vw;
    animation: front-1 1s ease 0.5s forwards;
  }
  @keyframes front-1 {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      top: 22vw;
      opacity: 1;
    }
  }
}
.message .message-wrap .visible .front-image-2 {
  position: absolute;
  opacity: 0;
  width: 125px;
  left: 160px;
  animation: front-2 1s ease 0.8s forwards;
}
@keyframes front-2 {
  from {
    top: 26.6vw;
    opacity: 0;
  }
  to {
    top: 46.6vw;
    opacity: 1;
  }
}
@media (width > 1500px) {
  @keyframes front-2 {
    from {
      top: 250px;
      opacity: 0;
    }
    to {
      top: 550px;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .message .message-wrap .visible .front-image-2 {
    width: 12.5vw;
    left: 61vw;
  }
  @keyframes front-2 {
    from {
      top: 15vw;
      opacity: 0;
    }
    to {
      top: 15vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .message .message-wrap .visible .front-image-2 {
    width: 20vw;
    left: 80vw;
    animation: front-2 1s ease 0.8s forwards;
  }
  @keyframes front-2 {
    from {
      top: -5vw;
      opacity: 0;
    }
    to {
      top: 15vw;
      opacity: 1;
    }
  }
}

.menu {
  margin: 50px 0 0 200px;
  width: calc(100% - 200px);
}
@media (width <= 500px) {
  .menu {
    margin: 0;
    width: 100%;
  }
}
.menu h2 {
  text-align: center;
}
.menu h2 .en {
  font-family: "Hind", sans-serif;
  font-size: 72px;
  color: #fff;
}
@media (width <= 500px) {
  .menu h2 .en {
    font-size: 54px;
  }
}
.menu h2 .ja {
  font-weight: 600;
}
.menu .each-menu-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-evenly;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 60px 20px 0;
}
@media (width <= 1200px) {
  .menu .each-menu-wrap {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
}
@media (width <= 1000px) {
  .menu .each-menu-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 770px) {
  .menu .each-menu-wrap {
    grid-template-columns: 1fr;
  }
}
@media (width <= 500px) {
  .menu .each-menu-wrap {
    margin-top: 100px;
    row-gap: 80px;
  }
}
.menu .each-menu-wrap .each-menu {
  opacity: 0;
  animation: menu 1s ease forwards;
}
@keyframes menu {
  from {
    margin-top: -100px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@media (width <= 770px) {
  .menu .each-menu-wrap .each-menu {
    width: 85%;
    margin: 0 auto;
  }
}
.menu .each-menu-wrap .each-menu img {
  width: 90%;
  box-shadow: 0 0 10px #886;
}
@media (width <= 770px) {
  .menu .each-menu-wrap .each-menu img {
    width: 100%;
  }
}
@media (width <= 500px) {
  .menu .each-menu-wrap .each-menu img {
    border-radius: 5px;
  }
}
.menu .each-menu-wrap .each-menu .menu-title_ja {
  font-weight: 600;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5em;
}
@media (width <= 770px) {
  .menu .each-menu-wrap .each-menu .menu-title_ja {
    margin-top: 2rem;
  }
}
.menu .each-menu-wrap .each-menu .menu-title_en {
  font-family: "Hind", sans-serif;
  font-size: 12px;
  margin-top: 0.5em;
}
.menu .each-menu-wrap .each-menu .description {
  text-align: justify;
  margin: 20px 5px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}
.menu .view-more {
  margin-top: 80px;
}
.menu .view-more .view-more-wrap {
  margin: 0 20px 0 auto;
  opacity: 0;
  width: 200px;
  height: 30px;
  border-bottom: 1px solid #886;
  text-align: right;
  animation: view-more 1s ease forwards;
}
@keyframes view-more {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu .view-more .view-more-wrap a {
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #886;
  font-family: "Hind", sans-serif;
  font-size: 14px;
}

.concept {
  margin: 50px 0 0 200px;
  display: grid;
  grid-template-columns: repeat(2, 40vw);
  grid-template-rows: 800px 600px;
}
@media (width > 1500px) {
  .concept {
    grid-template-columns: repeat(2, 660px);
  }
}
@media (width <= 1000px) {
  .concept {
    grid-template-columns: 1fr;
    grid-template-rows: 650px 100vw 650px 60vw;
  }
}
@media (width <= 500px) {
  .concept {
    margin: 80px 0 0 0;
    grid-template-rows: 650px 160vw 600px 100vw;
  }
}
.concept .each-concept-1-text {
  padding-top: 100px;
  width: 100%;
  text-align: right;
}
@media (width <= 1000px) {
  .concept .each-concept-1-text {
    padding-top: 50px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
}
@media (width <= 500px) {
  .concept .each-concept-1-text {
    width: 90%;
  }
}
.concept .each-concept-1-text .en {
  font-family: "Hind", sans-serif;
  font-size: 60px;
  color: #fff;
}
@media (width <= 500px) {
  .concept .each-concept-1-text .en {
    font-size: 54px;
  }
}
.concept .each-concept-1-text .ja {
  font-weight: 600;
}
@media (width <= 500px) {
  .concept .each-concept-1-text .ja {
    margin-top: 10px;
  }
}
.concept .each-concept-1-text .number {
  font-family: "Hind", sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: 600;
  line-height: 2em;
}
@media (width <= 500px) {
  .concept .each-concept-1-text .number {
    margin-top: 50px;
  }
}
.concept .each-concept-1-text .concept-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 2em;
}
@media (width <= 500px) {
  .concept .each-concept-1-text .concept-title {
    font-size: 5vw;
  }
}
.concept .each-concept-1-text .concept-message {
  margin: 50px 0 0 auto;
  width: 330px;
  font-weight: 600;
  line-height: 2.5em;
}
@media (width <= 1000px) {
  .concept .each-concept-1-text .concept-message {
    width: 100%;
  }
}
.concept .each-concept-1-image {
  position: relative;
}
@media (width <= 1000px) {
  .concept .each-concept-1-image {
    order: 2;
  }
}
.concept .visible .inside-image-1 {
  position: absolute;
  opacity: 0;
  width: 207px;
  left: 70px;
  animation: inside-1 1s ease forwards;
}
@keyframes inside-1 {
  from {
    top: -280px;
    opacity: 0;
  }
  to {
    top: 20px;
    opacity: 1;
  }
}
@media (width <= 1000px) {
  .concept .visible .inside-image-1 {
    width: 23vw;
    left: 5vw;
  }
  @keyframes inside-1 {
    from {
      top: -10vw;
      opacity: 0;
    }
    to {
      top: 10vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .concept .visible .inside-image-1 {
    width: 34.5vw;
    left: 1vw;
  }
  @keyframes inside-1 {
    from {
      top: -12vw;
      opacity: 0;
    }
    to {
      top: 8vw;
      opacity: 1;
    }
  }
}
.concept .visible .inside-image-2 {
  position: absolute;
  opacity: 0;
  width: 207px;
  left: 304px;
  animation: inside-2 1s ease 0.3s forwards;
}
@keyframes inside-2 {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 200px;
    opacity: 1;
  }
}
@media (width <= 1000px) {
  .concept .visible .inside-image-2 {
    width: 23vw;
    left: 31vw;
  }
  @keyframes inside-2 {
    from {
      top: 10vw;
      opacity: 0;
    }
    to {
      top: 30vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .concept .visible .inside-image-2 {
    width: 34.5vw;
    left: 40vw;
  }
  @keyframes inside-2 {
    from {
      top: 18vw;
      opacity: 0;
    }
    to {
      top: 38vw;
      opacity: 1;
    }
  }
}
.concept .visible .inside-image-3 {
  position: absolute;
  opacity: 0;
  width: 126px;
  left: 538px;
  animation: inside-3 1s ease 0.6s forwards;
}
@keyframes inside-3 {
  from {
    top: -244px;
    opacity: 0;
  }
  to {
    top: 56px;
    opacity: 1;
  }
}
@media (width <= 1000px) {
  .concept .visible .inside-image-3 {
    width: 14vw;
    left: 57vw;
  }
  @keyframes inside-3 {
    from {
      top: -6vw;
      opacity: 0;
    }
    to {
      top: 14vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .concept .visible .inside-image-3 {
    width: 21vw;
    left: 79vw;
  }
  @keyframes inside-3 {
    from {
      top: -6vw;
      opacity: 0;
    }
    to {
      top: 14vw;
      opacity: 1;
    }
  }
}
.concept .each-concept-2-image {
  position: relative;
}
@media (width <= 1000px) {
  .concept .each-concept-2-image {
    order: 4;
  }
}
.concept .visible .bride-image-1 {
  position: absolute;
  opacity: 0;
  width: 13vw;
  left: 2vw;
  animation: bride-1 1s ease 0.6s forwards;
}
@keyframes bride-1 {
  from {
    top: -15vw;
    opacity: 0;
  }
  to {
    top: 5vw;
    opacity: 1;
  }
}
@media (width > 1500px) {
  .concept .visible .bride-image-1 {
    width: 200px;
    left: 40px;
  }
  @keyframes bride-1 {
    from {
      top: -200px;
      opacity: 0;
    }
    to {
      top: 100px;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .concept .visible .bride-image-1 {
    width: 20vw;
    left: 5vw;
  }
  @keyframes bride-1 {
    from {
      top: -10vw;
      opacity: 0;
    }
    to {
      top: 10vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .concept .visible .bride-image-1 {
    width: 28vw;
    left: 5vw;
  }
  @keyframes bride-1 {
    from {
      top: -10vw;
      opacity: 0;
    }
    to {
      top: 10vw;
      opacity: 1;
    }
  }
}
.concept .visible .bride-image-2 {
  position: absolute;
  opacity: 0;
  width: 13vw;
  left: 16.6vw;
  animation: bride-2 1s ease 0.3s forwards;
}
@keyframes bride-2 {
  from {
    top: -24.75vw;
    opacity: 0;
  }
  to {
    top: -4.75vw;
    opacity: 1;
  }
}
@media (width > 1500px) {
  .concept .visible .bride-image-2 {
    width: 200px;
    left: 265px;
  }
  @keyframes bride-2 {
    from {
      top: -250px;
      opacity: 0;
    }
    to {
      top: -50px;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .concept .visible .bride-image-2 {
    width: 20vw;
    left: 27.5vw;
  }
  @keyframes bride-2 {
    from {
      top: -15vw;
      opacity: 0;
    }
    to {
      top: -5vw;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .concept .visible .bride-image-2 {
    width: 28vw;
    left: 36.5vw;
  }
  @keyframes bride-2 {
    from {
      top: -31vw;
      opacity: 0;
    }
    to {
      top: -11vw;
      opacity: 1;
    }
  }
}
.concept .visible .bride-image-3 {
  position: absolute;
  opacity: 0;
  width: 13vw;
  left: 31.2vw;
  animation: bride-3 1s ease forwards;
}
@keyframes bride-3 {
  from {
    top: -21.5vw;
    opacity: 0;
  }
  to {
    top: -1.5vw;
    opacity: 1;
  }
}
@media (width > 1500px) {
  .concept .visible .bride-image-3 {
    width: 200px;
    left: 490px;
  }
  @keyframes bride-2 {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
}
@media (width <= 1000px) {
  .concept .visible .bride-image-3 {
    width: 20vw;
    left: 50vw;
  }
  @keyframes bride-3 {
    from {
      top: -20vw;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .concept .visible .bride-image-3 {
    width: 28vw;
    left: 68vw;
  }
  @keyframes bride-2 {
    from {
      top: -24vw;
      opacity: 0;
    }
    to {
      top: -4vw;
      opacity: 1;
    }
  }
}
.concept .each-concept-2-text {
  margin: 100px 0 0 7vw;
}
@media (width > 1500px) {
  .concept .each-concept-2-text {
    margin: 100px 0 0 100px;
  }
}
@media (width <= 1000px) {
  .concept .each-concept-2-text {
    order: 3;
    margin-top: 0;
  }
}
@media (width <= 500px) {
  .concept .each-concept-2-text {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
.concept .each-concept-2-text .number {
  font-family: "Hind", sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: 600;
  line-height: 2em;
}
.concept .each-concept-2-text .concept-title {
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 2em;
}
@media (width > 1500px) {
  .concept .each-concept-2-text .concept-title {
    font-size: 26px;
  }
}
@media (width <= 1000px) {
  .concept .each-concept-2-text .concept-title {
    font-size: 26px;
  }
}
@media (width <= 500px) {
  .concept .each-concept-2-text .concept-title {
    font-size: 5vw;
  }
}
.concept .each-concept-2-text .concept-message {
  margin-top: 50px;
  width: 30vw;
  font-weight: 600;
  line-height: 2.5em;
}
@media (width > 1500px) {
  .concept .each-concept-2-text .concept-message {
    width: 470px;
  }
}
@media (width <= 1000px) {
  .concept .each-concept-2-text .concept-message {
    width: 90%;
  }
}

.anything {
  margin: 100px 0 0 200px;
}
@media (width > 1500px) {
  .anything {
    margin-top: 200px;
  }
}
@media (width <= 500px) {
  .anything {
    margin: 100px 0 0 0;
  }
}
.anything h2 {
  text-align: center;
}
.anything h2 .en {
  font-family: "Hind", sans-serif;
  font-size: max(4.5vw, 60px);
  color: #fff;
  word-break: keep-all;
}
@media (width <= 500px) {
  .anything h2 .en {
    font-size: 54px;
  }
}
.anything h2 .ja {
  margin-top: 20px;
  font-weight: 600;
}
.anything .anything-wrap {
  position: relative;
  height: 100vw;
}
@media (width > 1500px) {
  .anything .anything-wrap {
    height: 1490px;
  }
}
.anything .visible img:nth-of-type(1) {
  position: absolute;
  opacity: 0;
  width: calc((100vw - 200px) * 0.35);
  animation: anything-1 1s ease 0.3s forwards;
}
@keyframes anything-1 {
  from {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: calc((100vw - 200px) * 0.06);
    left: calc((100vw - 200px) * 0.02);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (width > 1500px) {
  .anything .visible img:nth-of-type(1) {
    width: calc(1320px * 0.35);
  }
  @keyframes anything-1 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: calc(1320px * 0.06);
      left: calc(1320px * 0.02);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .anything .visible img:nth-of-type(1) {
    width: 34vw;
  }
  @keyframes anything-1 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: 7vw;
      left: 5vw;
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
.anything .visible img:nth-of-type(2) {
  position: absolute;
  opacity: 0;
  width: calc((100vw - 200px) * 0.3);
  animation: anything-2 1s ease 0.3s forwards;
}
@keyframes anything-2 {
  from {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: calc((100vw - 200px) * 0.1);
    left: calc((100vw - 200px) * 0.4);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (width > 1500px) {
  .anything .visible img:nth-of-type(2) {
    width: calc(1320px * 0.3);
  }
  @keyframes anything-2 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: calc(1320px * 0.1);
      left: calc(1320px * 0.4);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .anything .visible img:nth-of-type(2) {
    width: 28vw;
  }
  @keyframes anything-2 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: 8vw;
      left: 42vw;
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
.anything .visible img:nth-of-type(3) {
  position: absolute;
  opacity: 0;
  width: calc((100vw - 200px) * 0.2);
  animation: anything-3 1s ease 0.3s forwards;
}
@keyframes anything-3 {
  from {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: calc((100vw - 200px) * 0.08);
    left: calc((100vw - 200px) * 0.75);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (width > 1500px) {
  .anything .visible img:nth-of-type(3) {
    width: calc(1320px * 0.2);
  }
  @keyframes anything-3 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: calc(1320px * 0.08);
      left: calc(1320px * 0.75);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .anything .visible img:nth-of-type(3) {
    width: 22vw;
  }
  @keyframes anything-3 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: 9vw;
      left: 73vw;
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
.anything .visible img:nth-of-type(4) {
  position: absolute;
  opacity: 0;
  width: calc((100vw - 200px) * 0.2);
  animation: anything-4 1s ease 0.3s forwards;
}
@keyframes anything-4 {
  from {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: calc((100vw - 200px) * 0.35);
    left: calc((100vw - 200px) * 0.45);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (width > 1500px) {
  .anything .visible img:nth-of-type(4) {
    width: calc(1320px * 0.2);
  }
  @keyframes anything-4 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: calc(1320px * 0.35);
      left: calc(1320px * 0.45);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .anything .visible img:nth-of-type(4) {
    width: 19vw;
  }
  @keyframes anything-4 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: 32vw;
      left: 46vw;
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
.anything .visible img:nth-of-type(5) {
  position: absolute;
  opacity: 0;
  width: calc((100vw - 200px) * 0.2);
  animation: anything-5 1s ease 0.3s forwards;
}
@keyframes anything-5 {
  from {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: calc((100vw - 200px) * 0.65);
    left: calc((100vw - 200px) * 0.05);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (width > 1500px) {
  .anything .visible img:nth-of-type(5) {
    width: calc(1320px * 0.2);
  }
  @keyframes anything-5 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: calc(1320px * 0.65);
      left: calc(1320px * 0.05);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .anything .visible img:nth-of-type(5) {
    width: 23vw;
  }
  @keyframes anything-5 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: 67vw;
      left: 2vw;
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
.anything .visible img:nth-of-type(6) {
  position: absolute;
  opacity: 0;
  width: calc((100vw - 200px) * 0.3);
  animation: anything-6 1s ease 0.3s forwards;
}
@keyframes anything-6 {
  from {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: calc((100vw - 200px) * 0.68);
    left: calc((100vw - 200px) * 0.33);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (width > 1500px) {
  .anything .visible img:nth-of-type(6) {
    width: calc(1320px * 0.3);
  }
  @keyframes anything-6 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: calc(1320px * 0.68);
      left: calc(1320px * 0.33);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .anything .visible img:nth-of-type(6) {
    width: 34vw;
  }
  @keyframes anything-6 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: 66vw;
      left: 29vw;
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
.anything .visible img:nth-of-type(7) {
  position: absolute;
  opacity: 0;
  width: calc((100vw - 200px) * 0.25);
  animation: anything-7 1s ease 0.3s forwards;
}
@keyframes anything-7 {
  from {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  to {
    top: calc((100vw - 200px) * 0.32);
    left: calc((100vw - 200px) * 0.72);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (width > 1500px) {
  .anything .visible img:nth-of-type(7) {
    width: calc(1320px * 0.25);
  }
  @keyframes anything-7 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: calc(1320px * 0.32);
      left: calc(1320px * 0.72);
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
@media (width <= 500px) {
  .anything .visible img:nth-of-type(7) {
    width: 29vw;
  }
  @keyframes anything-7 {
    from {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    to {
      top: 34vw;
      left: 67vw;
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}

/* ========== Mini Calendar ========== */
#mini-calendar {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 240px;
  font-family: 'Caveat', cursive;
  color: #886;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1.2;
}
#mini-calendar, #mini-calendar * {
  font-family: 'Caveat', cursive !important;
}
.mini-cal-container {
  position: relative;
}
.month-header {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 15px;
  color: #886;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
}
@media (width <= 500px) {
  #mini-calendar {
    top: 12vw;
    right: 12vw;
    width: 160px;
    font-size: 1rem;
  }
  .month-header {
    font-size: 1.4rem;
    margin-left: 34px;
    margin-bottom: 3px;
  }
  #mini-calendar th {
    /* padding: 2px; */
    font-size: 0.9em;
  }
  #mini-calendar td {
    /* padding: 2px; */
    font-size: 0.95em;
  }
}
#mini-calendar table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}
#mini-calendar th {
  font-weight: 600;
  padding: 4px;
}
#mini-calendar td {
  padding: 4px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
#mini-calendar .holiday {
  color: #d9534f;
}
#mini-calendar .closed::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 95%;
  transform: translate(-100%, -50%);
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #d9534f;
  border-radius: 50%;
  box-sizing: border-box;
}