@charset "utf-8";

html {
  font-size: 62.5%;
}

.wrapper {
  background-color: #AEE7DC;
  width: 100%;
  margin: 0 auto;
}

/* ヘッダー --------------------------------*/
header {
  background-color: #AEE7DC;

}

header a {
  display: block;
}

header img {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
}

.nav_1 ul {
  display: flex;
  justify-content: end;
}

.nav_1 li a {
  color: #000;
  font-size: 2.0rem;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -150px;
}

.nav_1 li a:hover {
  color: #f48bb1;
  box-shadow: unset;
  transform: translateY(3px);
}

.nav_2 {
  background-color: #8AD5C7;
  padding: 0 15px;
  font-size: 1.9rem;
  justify-content: space-evenly;
}

.nav_2 ul {
  display: flex;
  justify-content: space-between;
}

.nav_2 li a {
  background-repeat: no-repeat;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #000;
  font-size: 2.0rem;
  text-decoration: none;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav_2 li a:hover {
  box-shadow: unset;
  transform: translateY(3px);
}

.nav_2 .attraction a {
  background-image: url(../images/attraction.png);
  background-size: 70px;
  background-position: top -15px center;
}

.nav_2 .cow a {
  background-image: url(../images/cow.png);
  background-size: 65px;
  background-position: top -8px center;
}

.nav_2 .event a {
  background-image: url(../images/event.png);
  background-size: 51px;
  background-position: top 2px center;
}

.nav_2 .restaurant a {
  background-image: url(../images/restaurant.png);
  background-size: 50px;
  background-position: top 2px center;
}

.nav_2 .opening a {
  background-image: url(../images/opening.png);
  background-size: 72px;
  background-position: top -10px center;
}

.nav_2 .access a {
  background-image: url(../images/access.png);
  background-size: 76px;
  background-position: top -10px center;
}

.nav_2 li a:hover {
  color: #f48bb1;
}

.nav_2 .attraction a:hover {
  background-image: url(../images/attraction_hover.png);
}

.nav_2 .cow a:hover {
  background-image: url(../images/cow_hover.png);
}

.nav_2 .event a:hover {
  background-image: url(../images/event_hover.png);
}

.nav_2 .restaurant a:hover {
  background-image: url(../images/restaurant_hover.png);
}

.nav_2 .opening a:hover {
  background-image: url(../images/opening_hover.png);
}

.nav_2 .access a:hover {
  background-image: url(../images/access_hover.png);
}

/* CTAボタン */
.buy_btn {
  position: fixed;
  bottom: 10px; 
  right: -115px;
  padding: 6px 40px;
  z-index: 999;
}

.buy_btn img {
  width: 60%;
  height: auto;
  cursor: pointer;
}

.buy_btn img:hover {
  box-shadow: unset;
  transform: translateY(6px);
}

/* ファーストビュー --------------------------------*/
/* .first img {
  width: 100%;
  height: auto;
} */

.slider_img01,
.slider_img02 {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* .schedule --------------------------------*/
.schedule {
  font-size: 2.0rem;
  background-color: #8AD5C7;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  position: relative;
}

.schedule_1 {
  display: flex;
  background-color: #ffffff;
  height: 80px;
}

.active {
  padding-left: 50px;
}

.active p {
  padding-right: 30px;
  padding-top: 25px;
}

.time {
  padding-right: 50px;
}

.time p {
  padding-top: 15px;
}

.time .last_entry {
  font-size: 1.2rem;
  padding-top: 5px;
  text-align: center;
}

.schedule_2 {
  display: flex;
  background-color: #ffffff;
  height: 80px;
  margin-left: 100px;
}

.current_status {
  padding-left: 50px;

}

.current_status p {
  padding-right: 30px;
  padding-top: 25px;
}

.current_status_button {
  padding-right: 50px;
}

/* ↓ .current_status_button Check!! */
.current_status_button a {
  background-color: #F48BB1;
  border-radius: 9px;
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 150px;
  margin-top: 15px;
  margin-right: 30px;
  padding: 10px 35px;
  padding-right: 50px;
  font-family: "Noto Sans Japanese";
  color: #000;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 15px;
  box-shadow:0 3px 0 #000;
}

.current_status_button a:hover {
  background-color: #f9c1d3;
  color: #000;
  box-shadow:none;
  position:relative;
  top:4px;
  cursor: url("../images/favicon_2.ico") 16 16, auto;
}


.current_status_button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.current_status_button a:hover:after {
  border-color: #000;
}
/* ↑ .current_status_button Check!! */

/* .info --------------------------------*/
.info {
  padding-bottom: 70px;
}

.info h2 {
  color: #ff7043;
  text-align: center;
  font-size: 3.5rem;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.info_img {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.info table {
  text-align: center;
}

.info td img {
  width: 80%;
  height: auto;
  margin-bottom: 20px;
}

.info .description .info_kind {
  font-size: 1.6rem;
  display: inline;
  background-color: #FFF4A3;
  padding: 4px 20px;
  border-radius: 30px;
}

.info .description .info_data {
  font-size: 1.6rem;
  padding-top: 15px;
}

.info .description p {
  font-size: 1.8rem;
  padding-top: 2px;
}

.info .description a {
  color: #000;
  text-decoration: none;
}

.info .description .info_container a:hover {
  color: #ff7043;
  cursor: url("../images/favicon.ico") 16 16, auto;
}

.more a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px;
  padding-top: 50px;
  padding-bottom: 80px;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese";
  color: #000 ;
}

.more a:hover {
  color: #ff7043;
  cursor: url("../images/favicon.ico") 16 16, auto;
}

/* introduction --------------------------------*/
.intro {
  width: 100%;
  height: auto;
}

.introduction_content {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}

.introduction_content p {
  font-size: 1.9rem;
  line-height: 4rem;
}

.introduction_content p span {
  color: #ff7043;
  font-size: 3.3rem;
  font-weight: 600;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

/* 画像と文字交互の設定 */
.introduction_content_box {
  display:flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  align-items: center;
  gap: 5rem;
  margin: 0 0 55px 
}

.introduction_content_img {
  width: 35%;
  height: auto;
}

.introduction_content_img img {
  width: 100%;
  height:auto;
  border-radius: 40px;
}

.introduction_content_box:nth-child(even) {
  flex-direction: row-reverse;
}
.introduction_content_box:nth-child(even) .text {
  text-align: right;
}
.introduction_content_box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

.introduction_content_text01 {
  padding-top: 50px;
}

.introduction_content_text01 {
  margin-right: 0;
}

/* ↓ .features_button 詳しくはこちら */
.features_button {
  background-color: #F48BB1;
  border-radius: 9px;
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 200px;
  margin-top: 15px;
  margin-right: 30px;
  padding: 10px 35px;
  padding-right: 50px;
  font-family: "Noto Sans Japanese";
  color: #000;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 15px;
  margin: 0 auto;
  box-shadow:0 3px 0 #000;

  margin-top: 30px;
}

.features_button:hover {
  background-color: #f9c1d3;
  color: #000;
  box-shadow:none;
  position:relative;
  top:4px;
  cursor: url("../images/favicon_2.ico") 16 16, auto;
}

.features_button:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.features_button a:hover:after {
  border-color: #000;
}
/* ↑ .features_button 詳しくはこちら */

/* enjoy --------------------------------*/
.enjoy h2 {
  color: #ff7043;
  text-align: center;
  font-size: 3.5rem;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.enjoy_wrapper{
  display: flex;
  justify-content: space-evenly;
}

.enjoy_box {
  margin-bottom: 45px;
  border-radius: 20px;

  overflow: hidden;
  cursor: pointer;
}

.test_enjoy_box {
  margin-bottom: 45px;
  border-radius: 20px;

  overflow: hidden;
  cursor: pointer;
}

.enjoy_box img {
  border-radius: 20px;
  transition: all 0.3s;
}

.enjoy_box:hover img {
  transform: scale(1.2);
  cursor: url("../images/favicon.ico") 16 16, auto;
}

.test_enjoy_box img {
  height: auto;
  border-radius: 20px;
  transition: all 0.3s;
}

.test_enjoy_box:hover img {
  transform: scale(1.2);
  cursor: url("../images/favicon.ico") 16 16, auto;
}

/* promotion --------------------------------*/
.promotion {
  display: flex;
  justify-content: center;
  margin-top: 140px;
  margin-bottom: 70px;
}

.promotion a {
  text-decoration: none;
  color: #000;
  line-height: 4.7;
  text-align: center;
  font-size: 2.4rem;
}

.promotion img {
  width: 28%;
  height: auto;
  margin-right: 40px;
  margin-left: -50px  ;
}

/* ↓ .promotion_button 詳しくはこちら */
.promotion_button {
  background-color: #F48BB1;
  border-radius: 9px;
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 390px;
  margin-top: 15px;
  padding: 5px 10px;
  font-family: "Noto Sans Japanese";
  color: #000;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 15px;
  margin: 0 auto;
  box-shadow:0 3px 0 #000;
}

.promotion_button:hover {
  background-color: #f9c1d3;
  color: #000;
  box-shadow: none;
  position: relative;
  top: 4px;
}

.promotion_button:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.promotion_button a:hover:after {
  border-color: #000;
}
/* ↑ .promotion_button 詳しくはこちら */

/* sns --------------------------------*/
.sns h2 {
  text-align: center;
  font-size: 3.0rem;
  padding-top: 70px;
}

.sns_box {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: -40px;
  margin-bottom: 140px;
  cursor: pointer;
}

.sns_box img {
  width: 20%;
  height: auto;
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 40px;
}

.sns_box img:hover {
  cursor: url("../images/favicon.ico") 16 16, auto;
}

/* バナー --------------------------------*/
.banner_box {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.banner_box img {
  width: 23%;
  height: auto;
  cursor: pointer;
}

.banner_box img:hover {
  cursor: url("../images/favicon.ico") 16 16, auto;
}

/* フッター --------------------------------*/
footer {
  background-color: #8AD5C7;
  width: 100%;
  margin-top: 140px;
}

.footer_content {
  display: flex;
  justify-content: center;
}

.footer_info {
  margin-left: 50px;
  width: 45%;
}

.footer_info h1 {
  display: inline;
}

.footer_info img {
  width: 90%;
  height: auto;
  margin-top: 50px;
}

.footer_info .address {
  font-size: 2.0rem;
  color: #000;
  margin-top: 10px;
}

footer nav {
  display: flex;
  margin-top: 40px;
}

footer nav ul li {
  line-height: 4rem;
  margin-right: 80px;
  
}

footer nav li a {
  color: #000;
  font-size: 1.8rem;
  text-decoration: none;
}

footer nav li a:hover {
  color: #F48BB1;
}

small {
  display: block;
  color: #000;
  line-height: 3rem;
  text-align: center;
}

/* js フェードイン --------------------------------*/

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity 1.5s, transform 1.5s; /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

/* js ハンバーガメニュー --------------------------------*/

/* メニューボタン */
.btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  background-color: #ff7043;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.btn span {
  display: block;
  height: 2px;
  width: 20px;
  margin-bottom: 6px;
  background-color: #fff;
  transition: 0.5s;
}

.btn span:last-child{
  margin-bottom: 0;
}

.btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5.5px, 5.5px);
  background-color: #fff;
}

.btn.active span:nth-child(2) {
  opacity: 0;
}

.btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5.5px, -5.5px);
  background-color: #fff;
}

/* メニュー */

.menu {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  bottom: 0;
  right: -100%;
  transition: 0.5s;
  z-index: 1;
}

.menu.active {
  right: 0;
}

.menu ul {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 200px;
}

.menu ul li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 1%;
}

.menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
}

.btn {
  display: none;
}

/* ticket.html --------------------------------*/

.pay h2 {
  color: #ff7043;
  text-align: center;
  font-size: 3.5rem;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pay_attention {
    margin-bottom: 70px;
}

.pay_attention p {
  text-align: center;
  font-size: 2.0rem;
}

.important_points {
  color: #0000ff;
}

.important_points:hover {
  color: #FF0000;
}

.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* ↓ アコーディオンメニュー */
.accordion input {
  display: none;
}

/*バー部分*/
.accordion label {
  background-color: #8AD5C7;
  color: #000;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese";
  cursor :pointer;
  display: block;
  text-decoration: none;
  line-height: 2;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

/*開いたときの表示部分*/
.accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion li {
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese";
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.3s, padding-top 0.3s;
  -webkit-transition: padding-bottom 0.3s, padding-top 0.3s;
  -moz-transition: padding-bottom 0.3s, padding-top 0.3s;
  -ms-transition: padding-bottom 0.3s, padding-top 0.3s;
  -o-transition: padding-bottom 0.3s, padding-top 0.3s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li, 
#menu_bar03:checked ~ #links03 li {
  height: auto;
  opacity: 1;
  background-color: #f1f1f1;
  padding: 10px;
}

 /*開いたときの余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child {
  margin-bottom: 20px;
}

/*閉じた状態の矢印*/
.accordion label:after{
  content:"";
  display:block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

/*開いた状態の矢印*/
.accordion input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/* ↑ アコーディオンメニュー */

.pay_invite {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.pay_invite a {
  text-decoration: none;
  color: #000;
  line-height: 4.7;
  text-align: center;
  font-size: 2.4rem;
}

.pay_invite img {
  width: 28%;
  height: auto;
  margin-right: 40px;
  margin-left: -50px  ;
}

/* ↓ .pay_button チケット購入  */
.pay_button {
  background-color: #F48BB1;
  border-radius: 9px;
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 390px;
  margin-top: 15px;
  padding: 5px 10px;
  font-family: "Noto Sans Japanese";
  color: #000;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 15px;
  margin: 0 auto;
  box-shadow:0 3px 0 #000;
}

.pay_button:hover {
  background-color: #f9c1d3;
  color: #000;

  box-shadow:none;
  position:relative;
  top:4px;
}

.pay_button:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.pay_button a:hover:after {
  border-color: #000;
}
/* ↑ .pay_button チケット購入 */

/* メディアクエリ --------------------------------*/

@media screen and (max-width: 970px) {
  .nav_2 {
    display: none;
  }

  /* ハンバーガメニューを表示 */
  .btn {
    display: block;
  }

  .schedule_1 {
    display: block;
    margin: 0 auto;
    height: 20%;
    width: 50%;
    margin: 0 auto;
  }

  .active {
    padding-left: 0px;
    font-size: 25px;
  }
  
  .active p {
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
  }

  .schedule_2 {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 120px;
  }

  .time {
    padding-right: 0px;
    font-size: 22px;
  }

  .time p {
    padding-top: 5px;
    text-align: center;
  }

  .time .last_entry {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .current_status {
    font-size: 25px;
    padding-right: 10px;
    margin-top: -20px;
  }

  .current_status_button {
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 0px;
    display: flex;
    justify-content: center;
  }

  .schedule {
    flex-direction: column;
  }

  .info {
    padding-bottom: 0px;
  }

  .introduction_content {
    padding-top: 50px;  
  }

  .introduction_content_box {
    flex-direction: column;
  }

  .introduction_content_img {
    width: 70%;
    height: auto;
  }

  .introduction_content_box:nth-child(even) {
    flex-direction: column;
  }
  
  .introduction_content p span {
    font-size: 3.0rem;
  }
  
  .features_button {
    max-width: 200px;
  }
  
  .introduction_content_text01 {
    padding-top: 20px;
  }

  .enjoy img {
    width: 80%;
    height: auto;
  }

  .enjoy_wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .promotion {
    flex-direction: column;
  }

  .promotion_button {
    margin-bottom: 30px;
    width: 60%;
    height: auto;
  }

  .promotion_button img {
    width: 100px;
    height: auto;
  }

  .sns_box {
    display: flex;
    justify-content: center;
  }

  .sns_box img {
    width: 27%;
    height: auto;
    margin-left: 20px;
  }

  .banner_box {
    flex-direction: column;
    align-items: center;
  }

  .banner_box img {
    width: 40%;
    height: auto;
    padding-bottom: 20px;
  }

  .footer_info img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .footer_content nav {
    display: none;
  }

  .footer_info .address {
    font-size: 2.0rem;
    display: flex;
    justify-content: center;
    margin-top: -10px;
  }

  .small_last {
    font-size: 1.4rem;
  }

}

@media screen and (max-width: 724px) {
    .first img {
      width: 100%;
      height: 250px;
    }

    .active p {
      margin-bottom: 20px;
    }

    .schedule_1 {
      width: 65%;
      height: 10%;
    }
    
    .schedule_1 .time  {
      margin: 0 auto;
    }

    .schedule_2 {
      width: 90%;
      height: 70px;
    }

    .schedule_2 .current_status {
      padding-top: 10px;
    }

    .schedule_2 .current_status_button {
      padding-top: 14px;
    }

    .info {
      width: 90%;
      margin: 0 auto;
    }


}

@media screen and (max-width: 599px) {

  .schedule_1 {
    display: block;
    margin: 0 auto;
  }

  .active {
    padding-left: 0px;
  }
  
  .active p {
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
  }

  .schedule_2 {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }

  .time {
    padding-right: 0px;
  }

  .time p {
    padding-top: 5px;
    text-align: center;
  }

  .time .last_entry {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .current_status_button {
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 25px;
    display: flex;
    justify-content: center;
  }

  .introduction img {
    width: 100%;
    height: auto;
  }

  .sns h2 {
    font-size: 2.0rem;
  }

  .sns_box {
    flex-direction: column;
    align-items: center;
  }

  .sns_box img {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
  }

  .banner_box {
    flex-direction: column;
    align-items: center;
  }

  .banner_box img {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
  }

}

