span {
  display: inline-block;
}

.top_r {
  justify-content: center;
}

.top_r {
  background-color: #808681;
  padding: 35px 0;
}

.top_r .res a {
  font-size: 1.6rem;
  border: #fff 1px solid;
  border-radius: 3px;
  display: inline-block;
  padding: .4em 1.4em;
  color: #fff;
}

/*Smartphone*/
@media screen and (max-width: 767px) {
  .top_r .res {
    margin-right: 0 !important;
    width: 275px;
    text-align: center;
  }

  .top_r .res a {
    width: 100%;
  }
}

/*END*/
/*------------------------------------------

MV

------------------------------------------*/
main .mv {
  display: none;
}

.top_slid {
  position: relative;
  margin-top: -1px;
}

.top_slid h2 {
  color: #fff;
  /*width: 100%;*/
  font-size: 30px;
  line-height: 1.7;
  font-weight: bold;
  text-shadow: 2px 2px 5px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

.top_slid h2 span {
  font-size: 45px;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .top_slid h2 {
    top: 53%;
    width: 85%;
    font-size: 16px;
  }

  .top_slid h2 span {
    font-size: 28px;
  }
}

/*END*/
.top_slider {
  width: 100%;
  height: 100%;
}

.top_slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.top_slider .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_slider {
    margin-top: 60px;
  }

  .top_slider .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}



/*------------------------------------------

NEWS

------------------------------------------*/
.news-box {
  padding: 30px;
  background-color: #A2D1CC;
}

.news-box h2 {
  font-size: 18px;
  margin-top: 2px;
  color: #1a2926;
}

.news-box time {
  color: #1a2926;
}

.news-box h3 {
  font-size: 14px;
  color: #1a2926;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}

.news-wrap {
  justify-content: center;
}

.news-box .article {
  flex-wrap: nowrap;
  white-space: pre-line;
  text-align: left;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .news-box {
    padding: 20px 0;
  }
}

/*END*/
/*------------------------------------------

コンセプト

------------------------------------------*/
.about-box .inr {
  padding: 3rem 15px;
  background: url("../img/top/point7-1.jpg");
  background-size: cover;
  position: relative;
  /* height: 600px; */
  background-position: center;
  max-width: unset;
}

.about-box .inr h3 {
  margin-top: 3rem;
}

.about-box .inr:after {
  content: '';
  background-color: rgba(70, 70, 70, 0.4);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inr_zind {
  position: relative;
  z-index: 95;
  text-align: center;
}

.line_h {
  line-height: 2.4;
}

.about-box h2 {
  font-size: 4.0rem;
  line-height: 1.7;
  position: relative;
}

.about-box h2 .sub {
  font-size: 1.4rem;
  color: #E6E4E3;
  display: block;
}

.about-box h3 {
  font-size: 2.0rem;
}

.bord {
  width: 15%;
  height: 2px;
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 3px solid #66645E;
  margin: 0 auto 50px;
}

.bord:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 49%;
  height: 3px;
  content: '';
  background: #99968D;
}

.w_box {
  background-color: #f4f4f4;
}

.column-box .w_box {
  background-color: #f4f4f4;
}

.b_box {
  background-color: #B7E1DF;
}

/*.about-box .spec-list-wrap {
	background-color: #182b51;
	padding: 30px 15px;
}
.about-box .spec-list {
	width: 100%;
	max-width: 1150px;
	font-size: 2.0rem;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
}
.about-box .spec-list li {
	width: 16.4285714286%;
	max-width: 212px;
}
.about-box .spec-list li .txt {
	line-height: 1.5;
}
.about-box .spec-list li .sub {
	font-size: .85em;
}*/
/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .about-box .inr {
    padding: 1rem 2%;
    height: auto;
  }

  .about-box h2 {
    font-size: 3.0rem;
  }

  .about-box h2::after {
    width: 107px;
    height: 17px;
    top: calc(100% + 10px);
  }

  .about-box h2 .sub {
    font-size: 1.2rem;
  }

  .about-box .img img {
    width: 40%;
  }

  .about-box h3 {
    font-size: 2.0rem;
    margin-top: 2rem;
  }

  .column-box .b_box {
    margin-bottom: 60px;
  }

  /*	.about-box .spec-list-wrap {
		background-color: #182b51;
		padding: 30px;
	}
	.about-box .spec-list {
		font-size: 1.4rem;
		padding: 15px 0;
	}
	.about-box .spec-list li {
		width: 45%;
		max-width: none;
		padding-right: 2%;
		padding-left: 2%;
	}
	.about-box .spec-list li img {
		display: block;
	}*/
}

/*END*/
/*------------------------------------------

こだわり

------------------------------------------*/
.kodawari-box {
  padding-top: 90px;
  padding-bottom: 100px;
}

.kodawari-box .inr {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.kodawari-box .kodawari-list li {
  width: 45%;
  max-width: 458x;
}

.kodawari-box .kodawari-list li img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.point {
  position: relative;
}

.point p {
  width: 100%;
  padding-left: 5%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: rgba(43, 43, 43, 0.5)
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .kodawari-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .kodawari-box .kodawari-list li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .kodawari-box .kodawari-list li {
    width: 100%;
    height: 240px;
    max-width: none;
  }
}

/*END*/
/*------------------------------------------

MEAL

------------------------------------------*/
.meal-box {
  background-color: #414643;
  padding-top: 90px;
  padding-bottom: 90px;
}

.meal-box ul li {
  width: 24%;
}

.meal-box ul li img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .meal-box ul li {
    width: 49%;
  }

  .meal-box ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
}

/*END*/
/*------------------------------------------

CHEF

------------------------------------------*/
.chef-box {
  background-color: #fff;
  padding-top: 90px;
}

.chef-box-inr {
  display: flex;
}

.chef-box-inr img {
  width: 600px;
  height: 300px;
  object-fit: cover;
}

.chef-box-inr dl {
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
}

.chef-box-inr dt {
  float: left;
  clear: left;
  width: 160px;
  padding: 20px 10px;
  text-align: center;
}

.chef-box-inr dd {
  padding: 20px 10px;
}

.chef-box-inr dl dd ul {
  display: flex;
  margin-left: 160px;
}

.chef-box-inr dl dd.chef-box-line {
  border-bottom: 1px dotted #333;
}

.chef-box-inr dl dd ul li:first-child {
  width: 300px;
}

/*PC*/
@media screen and (min-width: 768px) {
  .chef-box-inr {
    flex-direction: row;
  }

  .chef-box-inr-in {
    width: 48%;
    padding: 1%;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .chef-box-inr {
    flex-direction: column;
  }

  .chef-box-inr img {
    height: 200px;
  }

  .chef-box-inr dt {
    width: 120px;
    padding: 10px;
    text-align: left;
  }

  .chef-box-inr dd {
    padding: 10px;
  }

  .chef-box-inr dl dd ul {
    margin-left: 120px;
  }
}

/*END*/
/*------------------------------------------

ROOM

------------------------------------------*/
.room-box {
  padding-bottom: 0px;
}

.room-box .room-head {
  background-color: #232323;
  padding-top: 70px;
}

.room-box .room-head .inr {
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.room-box .room-nav {
  background-color: #1F1F1F;
  padding-bottom: 120px;
}

.room-box .tit-box {
  width: 20%;
  max-width: 240px;
}

.room-box .txt-box {
  width: calc(75% - 127px);
  max-width: 865px;
}

.room-box .link-box {
  width: 127px;
  margin-left: auto;
}

.room-box .room-nav li.lg {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 2px;
}

.room-box .room-nav li.min {
  position: relative;
  width: calc(33.33333% - 1.5px);
}

.room-box .room-nav li img {
  width: 100%;
}

.room-box .room-nav li.lg img {
  height: 600px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .room-box .room-nav li.lg {
    height: auto;
  }

  .room-box .room-nav li.lg img {
    height: auto;
  }
}

.room-box .room-nav li.lg p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 16px 0 16px 25px;
  font-size: 24px;
}

.room-box .room-nav li.min p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 0 6px 18px;
  font-size: 18px;
}

li.lg p span {
  margin-left: 25px;
  color: #E3DCCA;
  font-size: 17px;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .room-box {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .room-box .room-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .room-box .room-nav {
    padding-bottom: 30px;
  }

  .room-box .tit-box {
    width: 100%;
    max-width: none;
  }

  .room-box .txt-box {
    width: 100%;
    max-width: none;
  }

  .room-box .link-box {
    width: 100%;
    max-width: none;
  }

  .room-box .room-nav li.lg {
    width: 100%;
    margin-bottom: 2px;
  }

  .room-box .room-nav li.min {
    width: 100%;
    margin-bottom: 2px;
  }
}

/*END*/
/*------------------------------------------

SPA/POOL

------------------------------------------*/
/*PC*/
@media screen and (min-width: 768px) {
  .pool-flex {
    flex-direction: row-reverse;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .pool-flex {
    flex-direction: column;
  }
}

/*END*/
/*------------------------------------------

TOURISM

------------------------------------------*/
.tourism-slider-box.slider-box {
  background-color: #DCDADA;
}

.tourism-slider-box.slider-box .post-wrap {
  background-color: #fff;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {}

/*END*/
/*------------------------------------------

FAQ

------------------------------------------*/
.faq-wrap {
  color: #fff;
  text-shadow:
    black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
  background-image: url('../img/top/top_room2.jpg');
  background-size: cover;
  background-position: 50% 50%;
  padding: 130px 0;
}

.faq-box .link a {
  color: #fff;
  border: #fff 1px solid;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .faq-wrap {
    padding: 90px 0;
  }
}

/*END*/
/*------------------------------------------

ACCESS

------------------------------------------*/
.access-box {
  display: flex;
}

.access-box .txt-box {
  width: 40%;
  background-color: #3BAFAD;
  padding-top: 100px;
  padding-right: 5%;
  padding-left: 10%;
  height: 400px;
}

.access-box .img-box {
  width: 60%;
}

.access-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .access-box {
    flex-wrap: wrap-reverse;
  }

  .access-box .txt-box {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-right: 2%;
    padding-left: 2%;
    height: 150px;
  }

  .access-box .img-box {
    width: 100%;
    height: auto;
  }
}

p.res {
  margin-top: 25px;
}

/*END*/
/*------------------------------------------

送迎について

------------------------------------------*/
.sogei-box {
  color: #000;
  background-color: aliceblue;
  /*background-image: url(../images/home/top_access-bg.jpg);*/
  background-size: cover;
  padding: 30px 0;
}

.sogei-box .inr {
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.sogei-box .txt-box {
  max-width: 500px;
  margin-left: auto;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .sogei-box {
    background-position: top left 20%;
    padding: 40px 0;
  }

  .sogei-box .inr {
    background: rgba(0, 0, 0, 0.7);
  }

  .sogei-box .txt-box {
    max-width: 100%;
    margin-left: 0;
  }
}

.acc_box {
  padding: 40px 0 0;
}

.ac_table {
  margin: auto;
  border-collapse: collapse;
}

.acc_box div {
  width: 90%;
  margin: 0 auto;
}

.ac_table th,
.ac_table td {
  padding: 18px 30px;
}

.tb_b {
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 767px) {

  .ac_table th,
  .ac_table td {
    display: block;
  }

  .tb_b {
    border: none;
  }

  .tb_dash {
    border: dashed 1px #ccc;
    width: 95%;
    margin: auto;
  }
}

.mark {
  position: relative;
  padding-left: 18px;
}

.mark:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
}

/*END*/
/*------------------------------------------

ギャラリー内「もっと見る」

------------------------------------------*/
.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(65, 70, 67, 0) 0%, rgba(65, 70, 67, 0.8) 50%, rgba(65, 70, 67, 0.8) 50%, #414643 100%);
  background: linear-gradient(top, rgba(65, 70, 67, 0) 0%, rgba(65, 70, 67, 0.8) 50%, rgba(65, 70, 67, 0.8) 50%, #414643 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
}

.readmore-label:before {
  content: 'See more';
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: 'Close up';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: 915px;
}

@media screen and (max-width: 767px) {
  .readmore-check:checked~.readmore-content {
    height: 1050px;
  }
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

/*------------------------------------------

スマートスライダーを使用した動画

------------------------------------------*/
.topvideo iframe:hover {
  pointer-events: none;
}

/*20241212 TOP魅力画像*/
* {
  box-sizing: border-box;
}

.topinner {
  width: calc(100% - 100px);
  max-width: 1000px;
  min-width: 600px;
}

.slider-main img {
  min-height: auto !important;
  object-fit: cover;
}

.slide>span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  /*★*/
}

.slide.txtbar {
  position: relative;
}

.slide.txtbar .txtbar-pc {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 26.5px;
  padding: 20px 10px;
}

.slider-thumb {
  margin-top: 20px;
}

.slider-thumb .slide>span {
  height: 100px;
}

.slick-slide img {
  width: 100%;
}

.top_box .feature_txtarea.test2 {
  max-width: 950px;
  width: 42%;
  height: 530px;
  position: absolute;
  top: 36px;
  right: 0;
  background: rgba(237, 229, 213, 0.8);
}

.top_box_re .feature_txtarea.test2 {
  max-width: 950px;
  width: 42%;
  height: 530px;
  position: absolute;
  top: 36px;
  left: 0;
  background: rgba(237, 229, 213, 0.8);
}

.top_box .topwrapper,
.top_box_re .topwrapper {
  width: 64.5%;
  object-fit: cover;
}

.top_box .topwrapper .topinner {
  float: left;
}

.top_box_re .topwrapper .topinner {
  float: right;
}

.top_box .topwrapper img,
.top_box_re .topwrapper img {
  height: auto;
}

.slick-next {
  display: none !important;
}

.slider-thumb .slick-track {
  transform: unset !important;
}

@media screen and (max-width:896px) {
  .slick-slider {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
  }

  .slide>span {
    margin: 0;
    /*★*/
  }

  .slide.txtbar .txtbar-sp {
    font-size: 20px;
    left: 0;
    /* text-indent: 3em; */
  }

  .top_box .topwrapper,
  .top_box_re .topwrapper {
    width: 100%;
  }

  .slider-thumb {
    margin-top: 0;
  }

  .slider-thumb .slide>span {
    height: 80px;
    padding: 10px;
  }

  .top_box .feature_txtarea.test2,
  .top_box_re .feature_txtarea.test2 {
    max-width: 100%;
    height: 100%;
    position: static;
  }

  .top_box .feature_txtarea.test2 {
    max-width: 1030px;
    height: auto;
    top: 56px;
    right: 0;
    width: 92%;
    /*transform: translate(0%, -10%);*/
  }

  .top_box_re .feature_txtarea.test2 {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 92%;
    /*transform: translate(0%, -10%);*/
  }

  .top_box .topwrapper .topinner,
  .top_box_re .topwrapper .topinner {
    float: unset;
    width: 100%;
    min-width: 100%;
  }
}

/*閉じるバナー*/
/* .callout-container.-new01 {
  position: fixed;
  width: 50%;
  max-width: 275px;
  z-index: 100;
    left: 0;
    bottom:190px;
    background-color: #fff;
    padding: 5px;
} */
.callout-container.-new02 {
  position: fixed;
  width: 100%;
  max-width: 600px;
  z-index: 100;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 5px;
}

.callout-container img {
  width: 100%;
}

.bnr_close {
  position: absolute;
  top: -12px;
  right: -10px;
  color: white;
  font-size: 50px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.bnr_close:hover {
  color: lightgrey;
}

@media screen and (max-width:896px) {

  /* .callout-container.-new01 {
    bottom:56px;
    padding: 2px;
} */
  .callout-container.-new02 {
    bottom: 56px;
    right: 0;
    left: auto;
    padding: 2px;
  }
}

/*閉じるバナー*/
/* .callout-container {
  position: fixed;
  width: 400px;
  z-index: 999;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 5px;
}

.callout-container img {
  width: 100%;
}

.callout-container.-new01 {
  display: none;
}

.callout-container.-new01 .img-box {
  width: 100%;
  height: 233px;
}

.callout-container.-new01 .img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.callout-container.-new01 .time-box {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Yu Gothic UI", "游ゴシック", YuGothic, "ヒラギノゴシック Pro W3", "Hiragino Gothic Pro", "HGゴシックE", "MS Pゴシック", "MS ゴシック", sans-serif;
  text-align: center;
  padding: 10px 0 5px;
}

.bnr_close {
  position: absolute;
  top: -5px;
  right: 5px;
  color: white;
  font-size: 50px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.bnr_close:hover {
  color: lightgrey;
}

@media screen and (max-width:896px) {
  .bnr_close {
    top: -13px;
    right: -8px;
    font-size: 45px;
  }

  .callout-container {
    width: calc(100% - 6px);
    padding: 3px;
    bottom: 60px;
    margin-left: 3px;
  }

  .callout-container.-new01 {
    padding-top: 3px;
  }

  .callout-container.-new01 .img-box {
    height: auto;
    position: relative;
    padding-bottom: 25%;
  }

  .callout-container.-new01 .time-box {
    font-size: 4vw;
    width: 100%;
    padding: 5px 0;
    color: #333;
  }

  .callout-container.-new01 .img-box>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .callout-container.-new01 .bnr_close {
    font-size: 25px;
    background: #333;
    padding: 0;
    right: 0;
    top: unset;
    bottom: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
} */


/*CSS*/
.bnr_container {
  width: 30%;
  margin: 0 auto;
}

.top_bnr {
  padding: 30px;
  background: #808681;
}

@media screen and (max-width:896px) {
  .bnr_container {
    width: 100%;
  }

  .top_bnr {
    padding: 10px 30px;
  }

  .top_bnr ul {
    display: flex;
    flex-direction: column;
    align-items: center;

  }
}

.top_bnr .bnr_container li {
  display: flex;
  flex-wrap: wrap;
  /*横に並べ、幅いっぱいになったら下の行に並べる*/
  justify-content: center;
}

.top_bnr ul {
  display: flex;
  justify-content: center;
}