@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-en);
  font-size: max(40px, 8.3rem);
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}

/* .common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(50px, 8.2rem);
  height: max(40px, 6.5rem);
  margin-top: -2rem;
} */

.common__ttl--wt::before {
  background: url("../img/ttl_deco-wt.png") no-repeat center / contain;
}

.common__btn {
  width: max-content;
  margin: 0 auto;
}

.common__btn a {
  width: 100%;
  height: 100%;
  border-bottom: solid 1px var(--black);
  font-size: max(12px, 1.7rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  padding: 0 2rem 2rem;
  position: relative;
}

.common__btn--wt a {
  border-bottom: solid 1px var(--white);
  color: var(--white);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(36px, 4.5rem);
  height: max(12px, 1.5rem);
}

.common__btn--wt a::after {
  background: url("../img/btn_arw-wt.png") no-repeat center / contain;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(76.8rem, 100vh);
  position: relative;
}
.hero__logo {
  display: block;
  width: 49rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 78%;
  left: 50%;
  z-index: 2;
}

.hero::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
  .hero__logo {
    width: max(140px, 28rem);
    top: 75%;
}
.hero::before{
  height: max(300px, 44rem);
}
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: max(12px, 2rem);
  transform: translateX(-50%) !important;
  left: 50% !important;
  bottom: 4rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: var(--white);
  width: 8px !important;
  height: 8px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: #656565;
}

.hero__scroll {
  width: max(55px, 8.7rem);
  height: max(27px, 4.3rem);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 5rem;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}

.hero__scroll::before {
  content: "";
  background-color: var(--white);
  width: 100%;
  height: max(55px, 8.7rem);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--black);
  width: 1px;
  height: max(6px, 1rem);
}

/*============================
	news
============================*/
.news {
  background: var(--bg-1);
  padding: 8rem 0 10.5rem;
}

.CMS-NEWS-INDEX {
  width: 109.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.7rem;
  margin: 5rem auto 6.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20.8rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.3rem);
  font-weight: 500;
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	event
============================*/
.event {
  background: var(--brown);
  color: var(--white);
  padding: 10rem 0;
}

.CMS-ARTICLE-INDEX {
  width: 109.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.7rem;
  margin: 4rem auto 6.5rem;
}

@media (max-width: 767px) {
  .CMS-ARTICLE-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-ARTICLE-LINK-CONTENT {
  display: block;
}

.CMS-ARTICLE-THUMBNAIL {
  width: 100%;
  height: 20.8rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-ARTICLE-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-ARTICLE-TIME {
  font-size: max(12px, 1.3rem);
  font-weight: 500;
  margin-bottom: 1rem;
}

.CMS-ARTICLE-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  padding: 10rem 0 9.5rem;
  position: relative;
}

.concept::before {
  content: "";
  background: url("../img/concept_deco.png") no-repeat center / contain;
  width: 91.4rem;
  height: 60.9rem;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept::before {
    width: 70rem;
    height: 46.6rem;
  }
}

.concept__contents {
  width: 116.6rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 6rem 10rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    padding-top: 8rem;
  }
}

.concept .common__ttl {
  justify-content: flex-start;
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 8rem;
}

.concept__txt-wrapper p {
  letter-spacing: 0.05em;
  margin: 3rem 0 9rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
  }
}

.concept__img::before {
  content: "";
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  border: solid 2px var(--white);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

/*============================
	menu
============================*/
.menu {
  background-color: var(--bg-1);
  padding: 9rem 0 8.5rem;
}

.menu__list {
  width: 109.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin: 8rem auto;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 8rem;
  }
}

.menu__list-item {
  display: flex;
  gap: 2rem 4rem;
  position: relative;
}

.menu__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
    padding: 0;
  }
}

.menu__list-item::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__list-item:nth-of-type(1)::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 20.3rem;
  height: 21.9rem;
  right: -5.5rem;
  bottom: 2.4rem;
}

.menu__list-item:nth-of-type(2)::before {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 28.5rem;
  height: 18.8rem;
  left: -3.5rem;
  bottom: 1.5rem;
}

.menu__list-item:nth-of-type(3)::before {
  background: url("../img/menu_deco-3.png") no-repeat center / contain;
  width: 22.5rem;
  height: 17.7rem;
  right: -3.5rem;
  bottom: 1.5rem;
}

.menu__list-item:nth-of-type(4)::before {
  background: url("../img/menu_deco-4.png") no-repeat center / contain;
  width: 28.4rem;
  height: 30.2rem;
  left: 0;
  bottom: -14.5rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1)::before {
    right: -5.5rem;
    bottom: -2rem;
  }

  .menu__list-item:nth-of-type(2)::before {
    left: auto;
    right: -4rem;
    bottom: -4rem;
  }

  .menu__list-item:nth-of-type(3)::before {
    bottom: -3rem;
  }

  .menu__list-item:nth-of-type(4)::before {
    left: auto;
    right: -6rem;
    bottom: -12rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
  padding-left: 15rem;
}

.menu__list-item:nth-of-type(odd) .menu__txt-wrapper {
  padding: 0 15rem 0 0;
}

@media (max-width: 767px) {
  .menu__txt-wrapper,
  .menu__list-item:nth-of-type(odd) .menu__txt-wrapper {
    padding: 0;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(18px, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
}

.menu__img {
  width: 67rem;
  height: 100%;
  border: solid max(2px, 0.4rem) var(--white);
  flex-shrink: 0;
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-left: calc(50% - 50vw);
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	contact
============================*/
.contact {
  background: var(--brown);
  color: var(--white);
  padding: 10rem 0;
}

.contact__contents {
  width: 70rem;
  border: solid max(4px, 0.7rem) var(--white);
  padding: 1rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact__contents {
    width: 90%;
  }
}

.contact__inner {
  border: solid max(1px, 0.3rem) var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 0;
}

.contact__ttl {
  width: max-content;
  font-size: max(24px, 3.6rem);
  font-weight: 700;
  position: relative;
}

.contact__ttl::before {
  content: "";
  background-color: #e27100;
  width: 105%;
  height: 1.7rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0.3rem;
  pointer-events: none;
  z-index: -1;
}

.contact__txt {
  font-size: max(16px, 2.4rem);
  font-weight: 500;
  margin-top: 3rem;
}

.contact__tel {
  font-size: max(16px, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
}

.contact__tel a {
  display: inline-block;
  font-size: max(28px, 4.9rem);
  margin-left: 1rem;
}

/*============================
	gallery
============================*/
.gallery {
  padding: 6.5rem 0 13rem;
}

.gallery__slider {
  width: 100%;
  height: 65rem;
  margin: 5rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .gallery__slider {
    height: 45rem;
  }
}

.gallery__slider::before {
  content: "";
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  border: solid 2px var(--white);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 2;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 100%;
}

.gallery .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: max(12px, 2rem);
  transform: translate(-50%, 100%) !important;
  left: 50% !important;
  bottom: -5rem !important;
  z-index: 10;
}

.gallery .swiper-pagination-bullet {
  background-color: #dcdcdc;
  width: 8px !important;
  height: 8px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.gallery .swiper-pagination-bullet-active {
  background-color: var(--black);
}

/*============================
	access
============================*/
.access {
  background: var(--bg-1);
  padding: 8rem 0 12rem;
}

.access__inner {
  width: 109.2rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__inner {
    width: 90%;
  }
}

.access .common__ttl {
  justify-content: flex-start;
}

.access__contents {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 14.5rem;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .access__contents {
    flex-direction: column;
  }
}

.access__img {
  width: 58rem;
  height: 100%;
  flex-shrink: 0;
  margin-right: -3.5rem;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list-wrapper {
  width: 100%;
}

.access__list-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 500;
  margin-bottom:3rem;
}

.access__list-wrapper address {
  font-size: max(12px, 1.4rem);
  font-weight: 500;
  margin: 2rem 0 6.5rem;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  font-size: max(12px, 1.4rem);
  padding: 1.4rem 0;
}

.access__list dt {
  width: max(75px, 9rem);
  font-weight: 500;
}

.access__list dd {
  width: calc(100% - max(75px, 9rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px #d0d0d0;
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px #d0d0d0;
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-1);
  padding: 14rem 0 12.5rem;
  position: relative;
}

.insta::before,
.insta::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.insta::before {
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  width: 25.7rem;
  height: 16rem;
  top: 10.5rem;
  left: 10rem;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  width: 17.6rem;
  height: 24.5rem;
  top: 6.6rem;
  right: 6.5rem;
}

@media screen and (max-width: 767px) {
  .insta::before {
    top: 3rem;
    left: -5rem;
  }

  .insta::after {
    top: 4rem;
    right: -2rem;
  }
}

.insta__contents {
  width: 88.7rem;
  margin: 13rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.9rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	line
============================*/
.line {
  padding: 5rem 0;
}

.line__contents {
  background: url("../img/line_bg.jpg") repeat center / cover;
  width: 70rem;
  display: grid;
  place-content: center;
  padding: max(35px, 6.5rem) 0 max(40px, 7rem);
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .line__contents {
    width: 90%;
  }
}

.line__contents p {
  font-size: max(16px, 2.4rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6rem;
}

.line__contents p::before {
  content: "";
  display: block;
  background: url("../img/line.png") no-repeat center / contain;
  width: 8rem;
  height: 8rem;
  margin-left: -12rem;
}

.line .common__btn {
  position: absolute;
  right: 4.5rem;
  bottom: 3rem;
}

/*============================
	reserve
============================*/
.reserve {
  padding: 5rem 0 6.5rem;
}

.reserve__txt {
  width: 90%;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin: 3.5rem auto;
}

.calendar-wrapper {
  border: 16px solid #ccc;
  width: max(650px, 90rem);
  margin: 0 auto;
  display: flex;
  color: #000;
  background: #fff;
}

.calendar-wrapper a {
  color: #000;
}

.reservation .calendar-wrapper {
  position: relative;
  outline: 16px solid #ccc;
  max-width: 720px;
  width: 90vw;
  margin: 60px auto 0 auto;
  display: flex;
  flex-direction: row;
}

#calendar {
  text-align: center;
  width: 100%;
}

.reservation #calendar {
  text-align: center;
  width: 100%;
  line-height: 1.5;
}

table {
  /* outline: 16px solid #ccc; */
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.reservation table {
  outline: 16px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

th {
  color: #000;
}

.calendar-wrapper th,
.calendar-wrapper td {
  outline: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #111111;
}

td:nth-child(6) .reservation-date,
td:nth-child(6) .reservation-date a {
  color: #8888ff;
}

td:last-child .reservation-date,
td:last-child .reservation-date a {
  color: #ff8888;
}

td.disabled {
  background-color: #eeeeee;
  color: #aaaaaa;
}

.reservation-seat {
  font-size: 14px;
}

.reservation-seat.able a {
  color: #dd8866;
}

.reservation-seat-disabled a {
  color: #aaaaaa;
}

.calendar-reservation {
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
  margin-top: 10px;
  margin-left: 1rem;
  padding: 20px;
  line-height: 1.8;
}

.calendar-reservation form {
  padding-top: 0;
}

.calendar_date {
  font-size: 18px;
}

.calendar_person,
.calendar_time {
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
}

.calendar_button {
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #aaaaaa;
  cursor: pointer;
}

.calendar_button:hover {
  opacity: 0.8;
}

.calendar_info {
  font-size: 12px;
  margin: 20px;
  color: #000;
}

.calendar_ok {
  color: #dd8866;
}

@media screen and (max-width: 767px) {
  .calendar-wrapper {
    width: 90%;
    flex-direction: column;
  }

  .calendar-wrapper {
    font-size: 12px;
  }

  .calendar-reservation {
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
  }

  .calendar-reservation form {
    padding: 0 20px;
  }

  .calendar-reservation form div {
    margin-bottom: 10px;
  }

  .calendar_person,
  .calendar_time {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 450px) {
  .reservation-date {
    font-size: 2.8vw;
  }
}

.reserve-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999999;
  transform: translateY(-50%);
}

.reserve-btn a {
  display: inline-block;
  padding: 3rem 2rem;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  writing-mode: vertical-lr;
}

.s-reservation {
  padding: 12rem 0;
}

.s-reservation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  justify-content: center;
}

.s-reservation__ttl {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin-right: 1rem;
  position: relative;
}

.s-reservation__ttl__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 24.4rem;
  max-width: 80%;
}

.s-reservation__ttl__txt {
  font-size: 60px;
  font-size: 6rem;
  font-size: 428.57143%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  z-index: 2;
  padding-top: 1rem;
}

.s-reservation__content {
  width: 113rem;
  max-width: 75%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  padding: 7.5rem 5.61797753% 14rem;
}

.s-reservation__content__list {
  width: 73rem;
  max-width: 100%;
}

.s-reservation__content__item {
  line-height: 1.85714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.calendar_title,
.calendar_date {
  color: #000;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .reserve-btn {
    right: auto;
    top: initial;
    bottom: 0;
    width: 100%;
    transform: translateY(0);
  }

  .reserve-btn a {
    writing-mode: initial;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }

  .reservation {
    padding-left: 3.5rem;
  }

  .reservation .s-reservation {
    padding: 3rem 3.5rem 3rem 0;
  }

  .reservation .calendar-wrapper {
    flex-direction: column;
    outline: 4px solid #ccc;
  }

  .calendar-wrapper th,
  .calendar-wrapper td {
    outline: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #111111;
  }

  .calendar_button {
    font-size: 16px;
  }

  .calendar_title,
  .calendar_date {
    font-size: 14px;
  }

  .calendar_info {
    margin: 10px 20px;
  }
}


