@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.8rem;
  letter-spacing: 0.15em;
  position: relative;
  color: #FFF;
}

.common__ttl::after {
  content: "";
  display: block;
  background: url(../img/bg-ttl.png) no-repeat center center /contain;
  width: 11.4rem;
  height: 13.2rem;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.common__ttl span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 4.5rem;
  left: 50%;
  z-index: 1;
  letter-spacing: 0.2em;
}

.common__ttl--beige span {
  color: #cec7b7;
  opacity: 0.3;
}

.common__btn {
  margin: 0 auto;
}

.common__btn a {
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem;
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: 4.5rem;
  height: 2.7rem;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(80rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: url("../img/hero_deco.png") repeat-x center / contain;
  width: 100%;
  height: 23.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero__ttl {
  width: 110rem;
  height: max-content;
  font-size: max(20px, 4.9rem);
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  position: absolute;
  transform: translate(50%, -50%);
  top: 50%;
  right: 50%;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero__ttl {
    width: auto;
    font-size: max(20px, 3.6rem);
    writing-mode: horizontal-tb;
    transform: none;
    top: auto;
    right: auto;
    left: 5%;
    bottom: 5%;
  }
  .hero::before {
    height: 11.2rem;
  }
}

.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;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hero__scroll {
  font-family: var(--font-en-1);
  font-size: max(12px, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 9.9rem;
  bottom: -2.8rem;
  z-index: 100;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1px;
  height: max(80px, 16.6rem);
  margin-right: 1rem;
  animation: scroll 2.5s infinite;
}

/*============================
	policy
============================*/
.policy {
  background: var(--bg-1);
  padding: 17rem 0;
  position: relative;
}
.policy-deco-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 73.2rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy {
    padding: 8rem 0rem;
  }
  .policy-deco-1 {
    width: 53.2rem;
  }
}

.policy__list {
  width: 107.1rem;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .policy__list {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .policy__list {
    width: 90%;
  }
}

.policy__list-item {
  display: flex;
}

.policy__list-item:nth-of-type(1) {
  flex-direction: row-reverse;
}

@media (max-width: 850px) {
  .policy__list-item {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .policy__list-item,
  .policy__list-item:nth-of-type(1) {
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.policy__txt-wrapper {
  width: 70.3rem;
  writing-mode: vertical-rl;
  position: relative;
}

.policy__list-item:nth-of-type(1) .policy__txt-wrapper {
  margin: 0 0 0 -17.4rem;
}

.policy__list-item:nth-of-type(2) .policy__txt-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5rem 0 3.9rem 6.3rem;
  margin: 3.5rem -17.4rem 0 0;
}

@media (max-width: 767px) {
  .policy__txt-wrapper,
  .policy__list-item:nth-of-type(1) .policy__txt-wrapper,
  .policy__list-item:nth-of-type(2) .policy__txt-wrapper {
    width: 100%;
    writing-mode: horizontal-tb;
    margin: 0;
  }
}

.policy__txt-wrapper::after {
  font-size: 39.5rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 2px var(--white);
  text-stroke: 2px var(--white);
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
}


@media (max-width: 767px) {
}

.policy__txt-wrapper h3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 1.3rem;
  margin-left: 4.5rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h3 {
    margin: 0 0 4rem 0;
  }
}

.policy__txt-wrapper h3 span {
  background-color: #808080;
  height: max-content;
}

.policy__txt-wrapper h3 span:nth-of-type(1) {
  font-size: max(18px, 2.8rem);
  letter-spacing: 0.1em;
  line-height: 1.85;
  padding: 2.1rem 0 2.1rem;
}

.policy__txt-wrapper h3 span:nth-of-type(2) {
  font-size: max(18px, 2.8rem);
  letter-spacing: 0.1em;
  line-height: 1.85;
  padding: 2.1rem 0;
  margin-top: 3.9rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h3 span,
  .policy__txt-wrapper h3 span:nth-of-type(1),
  .policy__txt-wrapper h3 span:nth-of-type(2) {
    width: max-content;
    height: auto;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-top: 0;
  }
}

.policy__txt-wrapper p {
  height: max(300px, 40.2rem);
  letter-spacing: 0.15em;
  line-height: 2;
}

@media (max-width: 767px) {
  .policy__txt-wrapper p {
    height: auto;
  }
}

.policy__img {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

.policy__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.policy__btn {
  width: max-content;
  margin: 0 auto;
  position: absolute;
  top: 49rem;
  right: 13rem;
  writing-mode: initial;
}
@media (max-width: 1100px) {
  .policy__btn {
    top: 52rem;
  }
}
@media (max-width: 850px) {
  .policy__btn {
    top: 60rem;
  }
}
@media (max-width: 767px) {
  .policy__btn {
    width: auto;
    transform: none;
    position: initial;
  }
}

@media (max-width: 767px) {
  .policy .common__btn {
    margin: 6rem auto 0;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 15.5rem 0 14.2rem;
  position: relative;
  z-index: 1;
}
.menu-deco-1 {
  position: absolute;
  top: -19.8rem;
  left: 0;
  width: 71.8rem;
  height: auto;
}

.menu-top-wrap {
  display: flex;
  width: 110rem;
  margin: 15.3rem auto 8rem;
  justify-content: space-between;
  align-items: center;
}
.menu-top-wrap-inner {
  width: 39.2rem;
}

.lunch-wrap {
  display: flex;
  border: 2px solid #200000;
  width: 110rem;
  margin: 5rem auto 10rem;
  align-items: center;
}
.lunch__img {
  width: 51.6rem;
  position: relative;
}
.lunch-wrap-inner {
  width: 58.4rem;
  padding: 0 7.8rem 0 5.9rem;
  padding: 3rem 4.8rem 3rem 3.9rem;
}
.lunch-wrap .menu__txt {
  margin-top: 2rem;
}

.menu h3 {
  font-size: max(18px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.66;
}

.menu::before,
.menu::after {
  content: "";
  background: url("../img/deco.png") no-repeat center / contain;
  width: 18rem;
  height: 7.6rem;
  position: absolute;
  z-index: -1;
}

.menu::before {
  top: 15.7rem;
  right: 20rem;
}

.menu::after {
  left: 9.4rem;
  bottom: 10.6rem;
}

.ttl-menu {
  position: absolute;
  top: -3rem;
  right: 2.8rem;
  height: auto;
  width: 6.6rem;
}

@media (max-width: 767px) {
  .menu::before,
  .menu::after {
    width: 30rem;
    height: 17.2rem;
  }
  .menu-top-wrap {
    flex-direction: column-reverse;
    width: 90%;
    gap: 4rem;
  }
  .menu-top-wrap-inner {
    width: 100%;
  }
  .lunch-wrap { 
    flex-direction: column-reverse;
    align-items: initial;
    width:  90%;

  } 
  .lunch__img {
    width: 100%;
    height: 100%;
  }
  .lunch-wrap-inner { 
    padding: 2rem;
  }
  .ttl-menu {
      top: -3rem;
      right: 3rem;
      width: 9rem;
  }
  .menu-deco-1 {
      top: -7.8rem;
      width: 27.8rem;
  }
  .menu::before, .menu::after {
    width: 15rem;
    height: 6.2rem;
  }
  .menu::before {
    top: 15.7rem;
    right: 5rem;
  }
  .lunch-wrap-inner {
    width: 100%;
  }
}

.menu__txt {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 4rem auto 0;
}

@media (max-width: 767px) {

}

.menu__img {
  width: 65.4rem;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}

.menu__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 5.2rem;
  margin: 0 auto 8rem;
}
.menu__list-item h3 {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}


@media (max-width: 767px) {
}



.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-right: 2.5rem;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .menu__txt-wrapper p {
    margin-right: 0;
  }
}

/*============================
	news
============================*/
.news {
  background: var(--bg-2);
  padding: 13.4rem 0 9.8rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: flex;
  gap: 6rem 2.5rem;
  margin: 8.4rem auto 8.1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
  width: 32rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.2em;
  margin-right: 1.5rem;
  font-size: max(10px, 1.4rem);
}

.CMS-NEWS-TIME {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #FFF;
}

.CMS-NEWS-LINK {
  font-weight: 300;
  font-size: max(12px, 1.6rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	gallery
============================*/
.gallery {
  background: url(../img/bg-gallery.jpg) no-repeat top center;
  background-size: cover;
  padding: 16.5rem 0;
  position: relative;
  overflow: hidden;
}

.gallery::before {
  content: "";
  background-color: rgba(38, 38, 38, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-deco-1 {
  position: absolute;
  top: -24.5rem;
  right: -25.9rem;
  width: 60.7rem;
  height: auto;
  pointer-events: none;
}
.gallery-deco-2 {
  position: absolute;
  bottom: -31.7rem;
  left: -23.6rem;
  width: 60.7rem;
  height: auto;
  pointer-events: none;
}

.gallery__ttl-wrapper {
  width: 104rem;
  margin: 0 auto 8.9rem;
}

@media (max-width: 767px) {
  .gallery__ttl-wrapper {
    width: 100%;
    justify-content: center;
  }
}

.gallery .common__btn {
  margin: 8.2rem 0 0 ;
}

@media (max-width: 767px) {
  .gallery .common__btn {
    margin: 6rem auto 0;
  }
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28.6rem;
  margin: 0 0.6rem;
}

@media (max-width: 767px) {
  .gallery__slider .swiper-slide {
    width: 30rem;
  }
}

/*============================
	access
============================*/
.access {
  padding-top: 14.6rem;
  padding-bottom: 11.6rem;
  position: relative;
  z-index: 1;
  background: var(--bg-1);
}

.access::before {
  content: "";
  background: url("../img/deco.png") no-repeat center / contain;
  width: 18rem;
  height: 7.6rem;
  position: absolute;
  top: 15.6rem;
  left: 16.3rem;
  z-index: -1;
}
.access::after {
  content: "";
  background: url("../img/deco.png") no-repeat center / contain;
  width: 18rem;
  height: 7.6rem;
  position: absolute;
  bottom: 8.5rem;
  right: 9.6rem;
  z-index: -1;
}

@media (max-width: 767px) {
  .access::before {
    width: 15rem;
    height: 6.2rem;
    top: 6rem;
    left: 3rem;
  }
  .access::after {
    width: 15rem;
    height: 6.2rem;
    bottom: 6rem;
    right: 3rem;
  }
}

.access__contents {
  display: flex;
  align-items: flex-start;
  margin: 12.6rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img-wrapper {
  position: relative;
  z-index: 1;
}

.access__img {
  width: 62rem;
  height: 100%;
  flex-shrink: 0;
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0 0 2rem;
  }
}

.access .common__btn {
  margin: 9.8rem 0 0 auto;
}

@media (max-width: 767px) {
  .access .common__btn {
    margin: 8rem auto;
  }
}

.access__list-wrapper {
  background-color: rgba(128, 128, 128, 0.7);
  width: 74.2rem;
  flex-shrink: 0;
  padding: 4.8rem 6rem 5.6rem 15.3rem;
  margin-left: -7.5rem;
}

@media (max-width: 767px) {
  .access__list-wrapper {
    width: 100%;
    padding: 4rem 5rem;
    margin-left: 0;
  }
}

.access__list-inner {
  display: flex;
  column-gap: 7.5rem;
}

@media (max-width: 767px) {
  .access__list-inner {
    column-gap: 4rem;
  }
}

.access__list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  line-height: 1.275;
}

.access__list dt {
  width: max(85px, 13rem);
  font-weight: 700;
  padding: 2.9rem 1.6rem;
}

.access__list dd {
  width: calc(100% - max(85px, 13rem));
  padding: 2.9rem 0;
}

.access__list dd {
  border-bottom: solid 1px var(--white);
}
.access__list dt:last-of-type,
.access__list dd:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2.5rem 1.6rem 1.5rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2.5rem;
  }
}

/*============================
	reserve
============================*/
.reserve {
  padding: 12.7rem 0 11.1rem;
  position: relative;
  z-index: 1;
  background: url(../img/bg-reserve.jpg) no-repeat top center / cover;
  color: #000;
}
.reserve .txt-1 {
  font-size: max(14px,1.8rem);
  text-align: center;
  color: #000;
  margin-top: 7.2rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.reserve .txt-2 {
  text-align: center;
  color: #000;
  font-weight: 500;
}

@media (max-width: 767px) {
}

.calendar-wrapper {
  border: 16px solid #ccc;
  width: 90rem;
  margin: 4rem auto 0 auto;
  display: flex;
  background: #fff;
  box-sizing: content-box;
}

.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-date {
text-decoration: underline;
} */

.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;
  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) {

  .reservation .reserve {
    margin-top: 0;
  }

  .calendar-wrapper {
    width: 90%;
    margin: 5rem auto;
    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;
  }
}

/*============================
	insta
============================*/
.insta {
  padding: 13.4rem 0 20.9rem;
  position: relative;
}

.insta__contents {
  width: 95.6rem;
  margin: 11.7rem auto 0;
}
.insta-deco-1 {
  position: absolute;
  top: 10.1rem;
  right: 8.4rem;
  width: 28.1rem;
  height: auto;
  pointer-events: none;
}
.insta-deco-2 {
  position: absolute;
  bottom: 8.7rem;
  left: 8.4rem;
  width: 28.4rem;
  height: auto;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
  .insta-deco-1 {
    top: 15.1rem;
    right: 4.4rem;
    width: 16.1rem;
  }
  .insta-deco-2 {
    bottom: 6.7rem;
    left: 4.4rem;
    width: 16.4rem;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.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: 30.8rem;
  height: 29.7rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
