/* トップページ */

/* トップページのタイトル（MERCEDARIAS MISIONERAS DE BERRIZ）の文字シャドウ */
.p-mainVisual__slideTitle {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important; /* 影を濃く、ぼかしを強く */
}

/* トップページのサブタイトル（ベリス・メルセス宣教修道女会 (略：MMB)）の文字シャドウ */
.p-mainVisual__slideText {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important; /* 影を濃く、ぼかしを強く */
}

/* もしインラインスタイルが優先される場合は、親要素にも適用 */
.p-mainVisual__textLayer {
  text-shadow: none !important; /* 親要素のインラインスタイルを無効化 */
}


/* マルガリタのことば */
.margarita {
  font-size: 18px !important;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
    .margarita {
font-size: 16px !important;
}
}

/* コンテンツ */
.topmenu1 {
    background-image: url("https://mercedarian.com/wp-content/uploads/2025/09/bg1.jpg");
    background-size: cover; 
    background-position: center; 
}

.topmenu1-side {
    background-image: url("https://mercedarian.com/wp-content/uploads/2025/09/IMG_9368-1.jpg");
    background-size: cover; 
    background-position: center; 
}

.topmenu2 {
    background-image: url("https://mercedarian.com/wp-content/uploads/2025/09/bg2.jpg");
    background-size: cover; 
    background-position: center; 
}

.topmenu2-side {
    background-image: url("https://mercedarian.com/wp-content/uploads/2025/09/top2.jpg");
    background-size: cover; 
    background-position: center; 
}


.topmenu3 {
    background-image: url("https://mercedarian.com/wp-content/uploads/2025/09/bg3.jpg");
    background-size: cover; 
    background-position: center; 
}

.topmenu3-side {
    background-image: url("https://mercedarian.com/wp-content/uploads/2025/09/top3.jpg");
    background-size: cover; 
    background-position: center; 
}

/* スマホサイズ　2カラム上下入れ替え */
@media screen and (max-width: 767px) {
.top-activity .swell-block-columns__inner{
flex-direction: column-reverse; 
}

}

/* トップページ マルガリタ*/
.top-mr {
    background-image: url("https://mercedarian.com/wp-content/uploads/2025/09/top-mr.jpg");
    background-size: cover; 
    background-position: center; 
}

@media screen and (max-width: 767px) {
.top-mr {
    background-image: url("https://mercedarian.com/wp-content/uploads/2025/09/top-mr-sp-1.jpg");
}
}

.top-mr-tl {
	  line-height: 2.5 !important;
    color: #ffffff !important;
}

.top-mr-btn a.swell-block-button__link {
    color: #ffffff;
    border-color: #ffffff;
}

.top-mr-btn a.swell-block-button__link:hover {
    background-color: #ffffff;
    color: #93223c !important;
}

/* トップページ 記事一覧*/
.top-blog-tl {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.top-blog-tl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #93223c 40%, #c7c7c0 40%);
}

/* フッター */

.telnumber {
font-size: 18px;
}

.mapadress {
padding-top: 40px;
}