@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : events_midsummer.css
 author     : Ability Consultant
 style info : Midsummer Holiday Season
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.box_anchoer .btn_tab, .wrp_events .con_events, .wrp_events .con_events .box_events.col2 {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
/* ===================================================================
	画像の高さ指定
=================================================================== */
/* ===================================================================
	スライダー共通スタイル
=================================================================== */
.box_slide .slick-slide {
  outline: none;
}
.box_slide .slick-slide img {
  margin: 0 auto;
}
.box_slide .slider {
  position: relative;
}
.box_slide .slick-arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .box_slide .slick-arrow {
    top: 45%;
  }
}
.box_slide .slick-arrow:after {
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  position: absolute;
  top: 0;
  z-index: 1;
}
.box_slide .slick-arrow.slick-prev {
  left: -1.5%;
}
@media only screen and (max-width: 1024px) {
  .box_slide .slick-arrow.slick-prev {
    left: 0;
  }
}
.box_slide .slick-arrow.slick-prev:after {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
}
.box_slide .slick-arrow.slick-next {
  right: -1.5%;
}
@media only screen and (max-width: 1024px) {
  .box_slide .slick-arrow.slick-next {
    right: 0;
  }
}
.box_slide .slick-arrow.slick-next:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

/* ===================================================================
	#events_midsummer　固有のスタイルはここに記述（202X年版）
=================================================================== */
#events_midsummer #contents {
  margin-block: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #events_midsummer #contents {
    margin-block: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #events_midsummer #contents {
    margin-block: 0;
  }
}

/* ===================================================================
	.con_pgtitle　ページ大見出し
=================================================================== */
.con_pgtitle h1 .en {
  text-transform: none;
}

/* ===================================================================
	.con_intro
=================================================================== */
.con_intro .box_intro .period {
  margin-bottom: 1em;
}
.con_intro .box_intro .period span {
  padding: 0.5em 1em;
  background: #EDF3EC;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .period span {
    padding: 0.5em 0.8em;
  }
}
.con_intro .box_slide {
  margin: 5em auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_slide {
    margin: 4em auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slide {
    margin: 2em auto;
  }
}

/* ===================================================================
	.box_anchoer　アンカーリンク
=================================================================== */
.box_anchoer .btn_tab {
  width: 95%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .box_anchoer .btn_tab:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #707070;
  }
}
@media print {
  .box_anchoer .btn_tab:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #707070;
  }
}
.ie8 .box_anchoer .btn_tab:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #707070;
}
.box_anchoer .btn_tab > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .box_anchoer .btn_tab > ul {
    justify-content: center;
  }
}
@media print {
  .box_anchoer .btn_tab > ul {
    justify-content: center;
  }
}
.ie8 .box_anchoer .btn_tab > ul {
  justify-content: center;
}
.box_anchoer .btn_tab > ul li {
  text-align: center;
  width: calc(100% / 7);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_anchoer .btn_tab > ul li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .box_anchoer .btn_tab > ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_anchoer .btn_tab > ul li:nth-child(7n+1) {
    border-left: 1px solid #707070;
  }
  .box_anchoer .btn_tab > ul li:nth-child(-n+7) {
    border-top: 1px solid #707070;
  }
}
@media print {
  .box_anchoer .btn_tab > ul li:nth-child(7n+1) {
    border-left: 1px solid #707070;
  }
  .box_anchoer .btn_tab > ul li:nth-child(-n+7) {
    border-top: 1px solid #707070;
  }
}
.ie8 .box_anchoer .btn_tab > ul li:nth-child(7n+1) {
  border-left: 1px solid #707070;
}
.ie8 .box_anchoer .btn_tab > ul li:nth-child(-n+7) {
  border-top: 1px solid #707070;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_anchoer .btn_tab > ul li:nth-child(3n+1) {
    border-left: 1px solid #707070;
  }
  .box_anchoer .btn_tab > ul li:nth-child(-n+3) {
    border-top: 1px solid #707070;
  }
}
@media only screen and (max-width: 767px) {
  .box_anchoer .btn_tab > ul li:nth-child(2n+1) {
    border-left: 1px solid #707070;
  }
  .box_anchoer .btn_tab > ul li:nth-child(-n+2) {
    border-top: 1px solid #707070;
  }
}
.box_anchoer .btn_tab > ul li a {
  display: block;
  text-decoration: none;
  border: 1px solid #707070;
  border-left: 0;
  border-top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0.8em 0.5em;
  height: 100%;
  line-height: 1.4em;
  display: grid;
  place-items: center center;
}
@media only screen and (max-width: 767px) {
  .box_anchoer .btn_tab > ul li a {
    padding: 1em 0.3em;
  }
}
.box_anchoer .btn_tab > ul li a.is-active {
  background-color: #000;
  color: #fff;
}
.box_anchoer .btn_tab > ul li a:hover {
  background-color: #000;
  color: #fff;
}

/* ===================================================================
	.wrp_events
=================================================================== */
.wrp_events {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events {
    margin-bottom: 100px;
  }
}
.wrp_events .box_title .st_basic {
  position: relative;
  background: #EFF6F8;
  padding: 3em;
  margin-bottom: 6em;
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_title .st_basic {
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .box_title .st_basic {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_title .st_basic {
    margin-bottom: 3em;
  }
}
.wrp_events .box_title .st_basic:after {
  content: "";
  background: #5ea4bf;
  width: 1px;
  height: 65px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.35s ease-in-out 0.35s;
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_title .st_basic:after {
    height: 40px;
    bottom: -20px;
  }
}
.wrp_events .box_title .st_basic .frame {
  color: #5ea4bf;
  font-size: 150%;
  text-shadow: 5px 5px 5px #d7e2e6;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.wrp_events .box_title .st_blue {
  color: #5ea4bf;
  margin: 1em auto 2em;
  text-align: center;
}
.wrp_events .box_title .st_blue .en {
  display: block;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 170%;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-top: .25em;
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_title .st_blue .en {
    font-size: 150%;
  }
}
.wrp_events .box_title .st_blue .en + .jp {
  margin-top: .75em;
}
.wrp_events .box_title .st_blue .jp {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.3;
  letter-spacing: 0.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .box_title .st_blue .jp {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_title .st_blue .jp {
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_title .st_blue .jp {
    font-size: 82%;
  }
}
.wrp_events .box_title .st_blue span {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrp_events .box_title .st_blue.st_blue_l {
    text-align: center;
  }
}
@media print {
  .wrp_events .box_title .st_blue.st_blue_l {
    text-align: center;
  }
}
.ie8 .wrp_events .box_title .st_blue.st_blue_l {
  text-align: center;
}
.wrp_events .con_events {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .con_events {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .con_events {
    row-gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events {
    row-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events {
    display: block;
  }
}
.wrp_events .con_events .box_events {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 48%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events .box_events {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events .box_events {
    margin-bottom: 4em;
  }
}
.wrp_events .con_events .box_events:last-of-type {
  margin-bottom: 0;
}
.wrp_events .con_events .box_events .box_slide {
  width: 100%;
}
.wrp_events .con_events .box_events .box_slide .slick-arrow {
  top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .con_events .box_events .box_slide .slick-arrow {
    top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events .box_events .box_slide .slick-arrow {
    top: 45%;
  }
}
.wrp_events .con_events .box_events .box_text .text {
  margin-bottom: 1em;
}
.wrp_events .con_events .box_events .box_text .text:last-of-type {
  margin-bottom: 0;
}
.wrp_events .con_events .box_events .box_text .box_table {
  margin-top: 3em;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic {
  margin-bottom: 1em;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr th {
  width: 18%;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td {
  line-height: 1.6;
  text-align: left !important;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td {
    padding-left: 0;
  }
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_time div {
  column-gap: 2em;
  display: inline-flex;
  justify-content: space-between;
  column-gap: 1em;
  margin-bottom: .5em;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_time div:last-of-type {
  margin-bottom: 0;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_time > dt + div {
  margin-left: 1em;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price div,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5em;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price div:last-of-type,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age div:last-of-type {
  margin-bottom: 0;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price div dd,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age div dd {
  padding-left: 1em;
  margin-bottom: 1em;
  position: relative;
  width: 100%;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col2,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col2 {
  display: flex;
  flex-wrap: wrap;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col2 div,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col2 div {
  display: inline-flex;
  justify-self: flex-end;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col2 div dd,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col2 div dd {
  width: auto;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col3,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col3 {
  display: flex;
  flex-wrap: wrap;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col3 div,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col3 div {
  display: inline-flex;
  justify-content: flex-start;
  justify-self: flex-end;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col3 div,
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col3 div {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col3 div,
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col3 div {
    flex-wrap: wrap;
  }
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col3 div dt, .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col3 div dd,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col3 div dt,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col3 div dd {
  min-width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col3 div dd + dd,
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col3 div dd + dd {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price.col3 div dd + dd,
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age.col3 div dd + dd {
    width: 100%;
  }
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price:last-of-type dd,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age:last-of-type dd {
  margin-bottom: 0;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_price + .text,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td .columnType_age + .text {
  margin-top: 1em;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td ul {
  margin-left: 1.5em;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td ul li {
  line-height: 2;
  list-style-type: disc;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td ul li::marker {
  color: #94c6da;
}
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr th,
.wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td {
  padding-block: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr th,
  .wrp_events .con_events .box_events .box_text .box_table .tbl_basic tr td {
    font-size: 90%;
  }
}
.wrp_events .con_events .box_events .box_text .box_att .att_txt {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 95%;
}
.wrp_events .con_events .box_events.col2 {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) {
  .wrp_events .con_events .box_events.col2 {
    column-gap: 4%;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media print {
  .wrp_events .con_events .box_events.col2 {
    column-gap: 4%;
    flex-direction: row;
    justify-content: space-around;
  }
}
.ie8 .wrp_events .con_events .box_events.col2 {
  column-gap: 4%;
  flex-direction: row;
  justify-content: space-around;
}
.wrp_events .con_events .box_events.col2 .box_img,
.wrp_events .con_events .box_events.col2 .box_slide {
  height: fit-content;
  max-width: 37%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events .box_events.col2 .box_img,
  .wrp_events .con_events .box_events.col2 .box_slide {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events .box_events.col2 .box_img,
  .wrp_events .con_events .box_events.col2 .box_slide {
    margin-inline: auto;
  }
}
.wrp_events .con_events .box_events.col2 .box_img:nth-of-type(n+2),
.wrp_events .con_events .box_events.col2 .box_slide:nth-of-type(n+2) {
  margin-top: 2em;
}
.wrp_events .con_events .box_events.col2 .box_img .slick-arrow,
.wrp_events .con_events .box_events.col2 .box_slide .slick-arrow {
  top: 45%;
}
.wrp_events .con_events .box_events.col2 .box_text {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_events .box_events.col2 .box_text {
    max-width: 100%;
  }
}
.wrp_events .box_reserve {
  max-width: 1200px;
  border: 3px solid #5ea4bf;
  text-align: center;
  margin: 60px auto 0;
  padding: 2em;
  width: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .box_reserve {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_reserve {
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .box_reserve {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_reserve {
    padding: 2em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .box_reserve {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_reserve {
    width: 90%;
  }
}
.wrp_events .box_reserve span {
  line-height: 1.2;
  display: block;
}
.wrp_events .box_reserve .box_title .st_basic {
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .box_reserve .box_title .st_basic {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .box_reserve .box_title .st_basic {
    font-size: 90%;
  }
}
.wrp_events .box_reserve .box_title .st_basic:after {
  content: none;
}
.wrp_events .box_reserve .btn_basic {
  margin-top: 1em;
}
.wrp_events .box_reserve .btn_basic > a.wl {
  max-width: 400px;
}
.wrp_events .box_reserve .btn_basic > a span {
  z-index: 1;
}
.wrp_events .box_reserve .tel {
  color: #5ea4bf;
  font-size: 180%;
  margin-top: .8em;
}
.wrp_events .box_reserve .tel span {
  display: inline-block;
  font-size: 100%;
}
@media only screen and (max-width: 1024px) {
  .wrp_events .box_reserve .tel {
    margin-top: .5em;
  }
}
.wrp_events .box_reserve .tel a {
  color: #5ea4bf;
}
@media only screen and (min-width: 768px) {
  .wrp_events .box_reserve .tel a {
    pointer-events: none;
    cursor: default;
  }
}
@media print {
  .wrp_events .box_reserve .tel a {
    pointer-events: none;
    cursor: default;
  }
}
.ie8 .wrp_events .box_reserve .tel a {
  pointer-events: none;
  cursor: default;
}
.wrp_events .con_note {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  margin-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_events .con_note {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_events .con_note {
    margin-top: 60px;
  }
}
.wrp_events .con_note .box_note {
  color: #999;
  font-size: 90%;
  line-height: 1.6;
}
.wrp_events .con_note .box_note p {
  margin-bottom: .5em;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 5px;
}
.wrp_events .con_note .box_note ul {
  text-indent: -1em;
}
.wrp_events .con_note .box_note ul li {
  margin-left: 1em;
}
