@charset "UTF-8";

/*==============================
  調整 CSS
==============================*/

@charset "UTF-8";

/*------------------------------
  共通
------------------------------*/
.page_title .title {
  padding: 4rem 0 3rem;
}
.page_title .title .jp {
  letter-spacing: 0.3em;
}

p {
  letter-spacing: 0.18em;
  line-height: 1.8;
}

#bottom {
  background-image: url(../images/top/bottom_back.svg);
}

.wp-block-image :where(figcaption) {
  font-size: 14px;
  color: #a4a4a4;
  letter-spacing: 0.1em;
}

/*------------------------------
  記事（single）
------------------------------*/
.single_entry .title {
  max-width: 920px;
  margin: 0 auto 5rem;
}
.single_entry .title h1 {
  max-width: 920px;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}

/* 見出しの共通文字間 */
.single_entry .honbun h1,
.single_entry .honbun h2,
.single_entry .honbun h3,
.single_entry .honbun h4 {
  letter-spacing: 0.1em;
}

/* 本文 */
.single_entry .honbun p {
  font-size: 16px;
  letter-spacing: 0.2em; /* 全体pよりやや広め */
}

/* 見出しサイズ・余白 */
.single_entry .honbun h2 {
  margin-top: 54px;
  font-size: 1.8rem;
}
.single_entry .honbun h3 {
  margin-top: 36px;
  font-size: 1.6rem;
}

/* 本文内の左右インセット */
.single_entry .honbun p,
.single_entry .honbun h2,
.single_entry .honbun h3,
.single_entry .honbun h4,
.single_entry .honbun figure {
  padding: 0 24px;
}

/* 罫線（ワイド） */
.single_entry .honbun .is-style-wide {
  background-image: none;
  border-top: 1px solid #ddd;
  height: 1px;
}

/* セクション内テキスト調整 */
#item .midashi p {
  margin: 14px 0;
}

/*------------------------------
  ブロック
------------------------------*/
.wp-block-column p {
  margin-top: 2rem;
}

/*------------------------------
  レスポンシブ
------------------------------*/
@media screen and (max-width: 781px) {
  .wp-block-column p {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .single_entry .honbun h2 {
    margin-top: 45px;
  }
  .single_entry .honbun h3 {
    margin-top: 54px;
  }
}


/*------------------------------
  Header
------------------------------*/
header {
  border-bottom: 1px solid #090000;
}

#front-page header.fixed {
    position: fixed;
    background-color: #ffffff;
    border: 1px solid #090000;
}

/*------------------------------
  Footer
------------------------------*/
footer {
  background-image: url(../images/common/footer_ill.webp);
  padding: 7rem 0 19vw;
}

footer .footer_logo img {
  width: 100%;
}

footer h2 {
  width: 170px;
  margin: 0 auto 3rem;
}

footer nav ul {
  margin-bottom: 0;
}

footer nav ul.menu2 {
  margin: 6px 0 1.5rem;
}

footer .banner {
  margin-bottom: 0;
}

footer .copyright {
  color: #b1b1b1;
}


/*------------------------------
  Footer Submenu
------------------------------*/
.footer-submenu {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-bottom: 8px;
  width: 100%;
}

.footer-submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8rem;
}

.footer-submenu ul li {
  margin: 3px 7px;
}

.footer-submenu ul li a {
  color: #b1b1b1;
}


/*------------------------------
  Responsive (max-width:1024px)
------------------------------*/
@media screen and (max-width: 1024px) {
  footer {
    padding: 6rem 0 23vw;
  }
}


/*------------------------------
  Responsive (max-width:800px)
------------------------------*/
@media screen and (max-width: 800px) {
  footer {
    background-image: url(../images/common/footer_ill_sp.webp);
    padding: 5rem 0 50vw;
  }

  footer h2 {
    width: 120px;
  }

  footer nav ul.menu2 {
    width: 80%;
    margin: 10px auto 20px;
  }

  footer nav ul.menu2 li {
    font-size: 12px;
  }
}

/*------------------------------
  トップページ
------------------------------*/
#top #mainimage2 .back2 {
  background-image: url(../images/top/main_back2.webp);
}

#top #mainimage2 .ill {
  position: absolute;
  z-index: 2;
}

#top #mainimage2 .ill img {
  width: 100%;
}

#top #mainimage2 .ill9 {
  top: 5%;
  left: 38%;
  width: 7%;
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

#top #mainimage2 .ill10 {
  top: 16%;
  left: 3%;
  width: 7%;
  transition-delay: 0.2s;
  animation-delay: 0.5s;
}

#top #mainimage2 .ill11 {
  top: 5%;
  left: 90%;
  width: 6%;
  transition-delay: 0.2s;
  animation-delay: 0.7s;
}

#top #mainimage2 .ill12 {
  top: 9%;
  left: 55%;
  width: 7%;
  transition-delay: 0.2s;
  animation-delay: 0.9s;
}

#top #mainimage2 .logo {
  padding-left: 32px;
}

#top #mainimage2 .logo .bt a {
  padding: 10px 50px 11px 20px;
}

#top #mainimage2 .logo p {
  letter-spacing: 0.1em;
  text-align: justify;
  padding-left: 5px;
  margin-top: 32px;
  margin-bottom: 24px;
}

#top #mainimage2 .logo .bt a::after {
  right: 15px;
	width: 24px;
    height: 24px;
}

#top #mainimage2 .logo .online {
  margin: 52px auto 0;
}

#top #topics .title {
  padding-top: 5rem;
}

#top #topics .topics_slide {
  margin: 5rem 0 4rem;
}

#top #topics .title .kusa {
  width: 280px;
}

#top #journal .j_midashi {
  /*margin: 0 0 5.5rem;*/
  margin: 0 0 3rem;
}

#top #journal .lead {
  margin: 4rem 0 0;
}

.journal_list {
max-width: 1200px;
  margin: 0 auto;
}

.journal_list h4 {
	font-size:1.1rem;
	font-weight:500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.journal_list .date{
	font-size:0.9rem;
	font-weight:500;
}
.journal_list .waku {
  margin: 0 2% 5rem;
}
.journal_list .place{
	background-size:10px;
	 padding: 5px 8px 5px 27px;
}

#top #mainimage2 .logo img{
	margin-bottom:4rem;
}
#top #mainimage2 .logo .bt a{
    padding: 24px 80px 24px 20px;
    border-radius: 100px;
}

#top #mainimage2 .logo .bt_online a{
	background-color: #5f9da0;
	    border: 1px solid #5F9D9E;
}
#top #mainimage2 .logo .bt_online{
	margin-top: 0.3rem;
}

@media only screen and (max-width:768px){
.journal_list .waku {
  margin: 0 1.5% 5rem;
}
}
.journal_list .white {
  padding: 13px 15px 15px;
}

#top #journal article:nth-child(1)::before{
	display:none;
}
#top #journal article:nth-child(1)::after{
		display:none;
}
#top #journal article:nth-child(2)::before{
		display:none;
}



#inline-about p{
	text-align:center;
}

#inline-about {
  overflow: hidden;
}

#inline-about .illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1; 
  pointer-events: none; 
}

#inline-about .illust img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

#inline-about > div {
  z-index: 1;
}
/*------------------------------
  TOPICS
------------------------------*/
.topics_archive_list h3{
	font-weight:500;
}
.topics_archive_list .cat, .topics_archive_list .date{
font-weight:500;
}

/*------------------------------
  タグセクション
------------------------------*/
#tag {
  padding: 2rem 0 8rem;
	    background-position: center;
}

#tag .tag_list li a {
  padding: 10px 16px 12px;
}

/*------------------------------
  トップコラム
------------------------------*/
#top_column .waku {
  border-radius: 210px;
}

#top_column .waku a {
    padding: 50px 24px 56px 24px;
    /*padding: 100px 24px 56px 24px;*/
}

#top_column .midashi {
  position: relative;
  margin-bottom: 24px;
}

#top_column .midashi .eng {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

#top_column .column_list {
  margin: 6rem 0 4rem;
}

#top_column .bt_more {
  padding: 6px 20px 9px 6px;
	    margin-top: 24px;
}

#top_column .bt_more::before {
  right: 18px;
}

/* #top_column .slick-slider .slick-list{
	display: flex !important;
  justify-content: center;
} */

#top_column .midashi .cat{
	font-size: 1.2rem;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
	height:50px;
	font-weight:500;
}

#top_column .midashi .text{
	letter-spacing: 0.1em;
}


#top_column .bt_more{
background-color: rgba(0, 0, 0, 0) ;
    border: none;
    border-bottom: 1px solid #090000;
    color: #090000;
}
#top_column .bt_more::before{
	color:#090000;
}
#top_column .midashi .midashi_img img{
	margin: 0 auto;
  transform: translateY(-33px); /* 上に10pxずらす */
}
#top_column a:hover .bt_more{
	background-color:#F4F4F4;
}

/*------------------------------
  オンラインショップ
------------------------------*/
#bottom #online h2 {
  margin: 5rem auto 16px;
}

#bottom #online p,
#bottom #contact .text p,
#contact p {
  line-height: 1.8rem;
  letter-spacing: 0.1em;
}

#bottom #online h2 .jp {
  font-size: 14px;
  letter-spacing: 0.2em;
}

.bt a {
  padding: 10px 50px 8px 20px;
}

/*------------------------------
  お問い合わせページ
------------------------------*/
#contact .form_content .lead {
  margin: 0 0 5rem;
}

#contact .form_content .wrapper {
  margin-top: 112px;
}

/*------------------------------
  トピックス
------------------------------*/
#topics .page_title {
  margin-bottom: 10rem;
}

.topics_archive_list .cat,
.topics_archive_list .date {
  font-size: 0.9rem;
}

.topics_archive_list .cat.t_event {
  background-color: #5f9da0;
}

.topics_archive_list .cat {
  color: #fff;
}
/*
.topics_archive_list h3 {
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 8px 10px;
  width: auto;
  min-width: 200px;
  max-width: fit-content;
}
*/
/*------------------------------
  レスポンシブ対応
------------------------------*/
@media only screen and (max-width: 1024px) {
  .topics_archive_list .text {
    width: 83%;
  }
/*
  .topics_archive_list h3 {
    min-width: 200px;
  }
*/
  .single_entry .share li.copy_btn {
    width: 36px;
    height: 36px;
  }
}
/*
@media screen and (max-width: 768px) {
  .topics_archive_list h3 {
    max-width: 10em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
*/
@media screen and (max-width: 600px) {
/*   .topics_archive_list h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
	max-height: 3.8em;
    padding-top: 6px;
  } */

  #topics .page_title {
    margin-bottom: 6rem;
  }

  #topics #topics_archive .waku {
    margin-bottom: 3rem;
  }
}

/*------------------------------
  商店街ジャーナルページ
------------------------------*/
#journal #journal_archive {
  margin-top: -2rem;
}

#journal #journal_archive .cat_t {
  margin-bottom: 80px;
}

#journal #journal_archive span.checked-tag {
  font-weight: normal;
  background-color: #5F9DA0;
  color: #fff;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 0.9rem;
  padding: 5px 20px 7px 20px;
  border-radius: 2em;
}

/*------------------------------
連載コラムページ
------------------------------*/
#journal #journal_archive_column{
	    padding-top: 104px
}

#journal .column_list .midashi{
	position:relative;
}
#journal .column_list .midashi .eng{
	position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

#journal .column_list .midashi .cat{
	font-size: 1.1rem;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-align: center;
    font-weight: 500;
}


#tag .tag_list li a{
	padding: 32px 64px;
	border-radius:100px;
}


.single_entry .honbun p{
	line-height: 2.25rem;
}

#journal .waku{
	border-radius: 210px;
}


#journal .midashi .midashi_img{
    width: 150px;
    margin: 0 auto;
}

#journal .waku a{
    padding: 50px 24px 56px 24px;
	    display: block;
}
#journal .midashi {
    position: relative;
    margin-bottom: 24px;
	text-align: center;
}
#journal .midashi .midashi_img img {
	width: 100%;
	display: block;
    margin: 0 auto;
    transform: translateY(-33px);
}
#journal .column_list .waku{
	    margin: 0 12px;
}

/*------------------------------
ABOUTページ
------------------------------*/
/*==================================
  #copy セクション
==================================*/
#about #copy p {
  
}

#about #copy .copy_img1 {
  
}


#about #copy .copy_img3 {

}

#about #copy .copy_img4 {
  
}


/*==================================
  #logo セクション
==================================*/
#about #logo .logo {
  margin: 6rem auto;
}

/* ロゴ見出し（英語画像） */
#about #logo .eng_img {
  width: 90px;
 margin: 0 auto 20px;
}

#about #logo .eng_img img {
  width: 100%;
}

#about #logo .j_midashi h2 {
  font-size: 0.9rem;
}

/* パーツの見出し */
#about #logo .logo_parts h3 {
  position: relative;
  background: none;
  padding-top: 32px;
  letter-spacing: 0.2em;
}

#about #logo .logo_parts h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background-color: #090000;
}

/* パーツボックス */
#about #logo .logo_parts .waku {
  position: relative;
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 50px;
}

.waku .bg-deco {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #f1efe7;
  border-radius: 16px;
  z-index: -1;
  pointer-events: none;
}

/* 画像まわり */
#about #logo .logo_parts .img {
  margin-bottom: 32px;
}

#about #logo .logo_parts img {
  width: 85%;
}


/*==================================
  #ec_brand セクション
==================================*/
#about #ec_brand .eng_img {
  width: 280px;
  margin: 0 auto;
}
#about #ec_brand .eng_img img {
  width: 100%;
}
#about #ec_brand .j_midashi h2 {
  font-size: 0.9rem;
}

#ec_brand{
	    background: #D2E9E9;
}
#about #ec_brand .wrapper{
	background-image:none;
}
#about #ec_brand .image {
	max-width: 900px;
	    background: #fff;
    padding:100px 60px;
    border-radius: 1rem;
}

/*------------------------------
商店街マップページ
------------------------------*/
/*==================================
  #map セクション
==================================*/

/* マップ背景画像 */
#map #maparea .mapill {
  background-image: url(../images/map/mapback@2x.png);
}

/* リード文のマージン調整 */
#map #maparea .lead {
  margin-top: -16px;
}

/* 店舗リンクボタン */
#map #maparea .shoplist p a {
  padding: 20px 40px;
}

#map #maparea .shoplist p a::before {
  background-size: 22px;
  width: 22px;
  height: 34px;
top: 50%;
	transform: translateY(-50%);
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
}
#map #maparea .shoplist p {
    padding-left: 50px;
}
#map #maparea .shoplist p:nth-child(odd) a::before{
	    right: -30px;
}
#map #maparea .shoplist p a::before{
    left: -48px;
}

#map #maparea .shoplist p a::after {
  content: "";
  position: absolute;
  top: 50%;
left: -18px;
  transform: translateY(-50%);
  width: 18px;
  height: 1px;
  background-color: #090000;
}
/* odd の時だけ右にピン、右から線 */
#map #maparea .shoplist p:nth-child(odd) a::before {
  left: auto;
  right: -50px;
  background-position: right 2px;
}

#map #maparea .shoplist p:nth-child(odd) a::after {
right: -18px;
	left:auto;
}
#map #maparea .shoplist p:nth-child(odd){
	padding-right: 50px;
}

@media screen and (max-width: 1024px) {
	#map #maparea .mapill{
			background-size: cover;
	}
#map #maparea .mapill {
  background-image: url(../images/map/mapback_1024.png);
}
}
@media screen and (max-width: 800px) {
#map #maparea .mapill {
  background-image: url(../images/map/mapback_768.png);
}
}

@media screen and (max-width: 800px) {
#map #maparea .mapill {
  background-image: url(../images/map/mapback_768.png);
}
}
/* === スマホ用（600px以下） === */
@media screen and (max-width: 600px) {
  #map #maparea .shoplist p,
  #map #maparea .shoplist p:nth-child(odd) {
    text-align: left;
    padding-left: 42px; /* ピン分の余白 */
    padding-right: 0;
  }

  #map #maparea .shoplist p a::before,
  #map #maparea .shoplist p:nth-child(odd) a::before {
    left: -44px; /* 画面左にピン固定 */
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
  }

  #map #maparea .shoplist p a::after,
  #map #maparea .shoplist p:nth-child(odd) a::after {
    left: -17px; /* ピンの右側からスタート */
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 17px; /* ピンからボタン端までの横線 */
    height: 1px;
    background-color: #090000;
  }
	#map #maparea .mapill {
  background-image: url(../images/map/mapback-sp@2x.png);
}
}

/*==================================
  #kanri（管理一覧）セクション
==================================*/

#map #kanri h3 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

/* 背景・装飾を消す */
#map #kanri .kanri_list {
  background-image: none;
}

#map #kanri .kanri_list::before,
#map #kanri .kanri_list::after {
  display: none;
}

#kanri .eng_img{
    width: 210px;
    margin: 0 auto;
}
#map #kanri .j_midashi h2 {
    font-size: 0.9rem;
}

/*追記ここから*/
.journal_list h4 {
  font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
header .online{
      width: 15%;
}
header{
  height: 45px;
}
.kusa3, .kusa4 {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #top #mainimage2 .logo .bt a {
    padding: 24px 60px 24px 20px;
    font-size: 14px;
  }
  #top #mainimage2 .logo {
    padding-left: 0;
  }
  #journal .waku a {
    padding-bottom: 20px;
  }
  #tag {
    padding: 2rem 0 4rem;
    background-position: bottom;
  }
}

@media only screen and (max-width: 768px) {
  #top #topics .title .kusa {
    width: 210px;
  }
  #top #topics {
    padding-bottom: 3rem;
  }
  #tag {
    background-position: center;
  }
  footer {
    padding: 9rem 0 60vw;
  }
}

@media screen and (max-width: 600px) {
  .kusa1, .kusa2 {
    display: none;
  }
  .kusa3, .kusa4 {
    display: block;
  }
  #top #topics .title .kusa3 {
    width: 100px;
    top: 30px;
    left: 40px;
  }
  #top #topics .title .kusa4 {
    width: 100px;
    top: 160px;
    right: 40px;
  }
  #top #journal .lead p {
    letter-spacing: .05em;
  }
  .journal_list .waku {
    width: 85%;
    margin: 0 auto 42px;
  }
  .journal_list .text {
    width: 100%;
  }
  #tag {
    background-image: url(../images/top/tag_back_sp.svg);
  }
  #top_column .text p {
    letter-spacing: .05em;
    line-height: 1.6;
  }
  #top_column .midashi .cat {
    font-size: 1rem;
  }
  .bt_about, .bt_online {
    display: none;
  }
  #top #mainimage2 .back2 {
    background-image: url(../images/top/main-back-sp@2x.jpg);
    background-size: 110%;
    padding-top: 181vw;
  }
  #top #mainimage2 .ill10 {
    top: 3%;
    left: 12%;
    width: 8%;
  }
  #top #mainimage2 .ill9 {
    top: 33%;
    left: 13%;
    width: 9%;
  }
  #top #mainimage2 .ill12 {
    top: 40%;
    left: 77%;
    width: 10%;
  }
  #top #mainimage2 .ill11 {
    top: 18%;
    left: 84%;
    width: 8%;
  }
  .sp .bt_about {
    display: block;
  }
  .sp .bt_online {
    display: block;
  }
  .sp .bt_about a, .sp .bt_online a {
    padding: 20px 49px 20px 25px;
  }
  #top #mainimage2 .sp {
    justify-content: center;
    padding-top: 20px;
    flex-direction: column;
  }
  .sp .bt_online a {
    border: 1px solid #5F9D9E;
    background: #5F9D9E;
  }
}

/*front-page.phpの61-64行目をコメントアウト*/
/*front-page.php81,82行目に草の画像を追加*/

/*トップページの追記ここまで*/

@media screen and (max-width: 600px) {
  #about #ec_brand .image {
    padding: 50px 30px;
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  #journal .column_list {
    gap: 60px;
  }
}

@media only screen and (max-width: 800px) {
  #journal .column_list .waku {
    width: 46%;
  }
}

@media only screen and (max-width: 600px) {
  #map #kanri .waku {
    margin: 32px auto 32px;
  }
    #journal .column_list .waku {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #about #logo .logo_parts .waku {
    width: 80%;
    padding: 32px;
    margin-bottom: 32px;
  }

  #about #logo .logo_parts p {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  #about #logo .logo_parts h3 {
    font-size: 1.4rem;
  }

  #about #logo .logo_parts .img {
    margin-bottom: 10px;
  }
}
#bottom #online h2 {
    margin: 1rem auto 16px;
}

@media only screen and (max-width: 600px) {
	#top #topics::before {
		background-image: url(../images/top/topics_ill1_sp.png);
        width: 80px;
        height: 120px;
        left: 20px;
        bottom: 0px;
	}
	#top #topics::after {
		    background-image: url(../images/top/topics_ill2_sp.png);
		        width: 80px;
        height: 120px;
        right: 15px;
        bottom: -50px;
	}
	header .online{
		width:25%;
	}
}
main{
	    padding-top: 45px;
}
header h1 {
    width: 150px;
    padding: 9px 15px 0 14px;
}
#map .page_title{
	    top: 45px;
}
#map #maparea{
	padding: 10vw 0 5rem;
}
#map #maparea .lead{
	margin-bottom: 5rem;
}


@media screen and (max-width: 600px) {
    #topics #topics_archive h3 {
    min-width: unset;
    max-width: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
  }
}

#journal #journal_archive .cat_t::before{
  display: none;
}


#journal .column_list .bt_more{
background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #090000;
    color: #090000;
}


.single_entry .honbun{
    max-width: 850px;
}

#mapshop .single .pr {
margin-bottom: 3rem;
}

@media only screen and (max-width: 600px) {
    #map #maparea .lead {
        margin-top: 50px;
    }
}
