@charset "utf-8";
/* CSS Document */
/*================== レイアウト ==================*/
h1.h1-1 {
  line-height: normal;
}
strong {
  color: #e50a84;
}
h2.underline {
  display: inline-block;
  border-bottom: 2px solid #e50a84;
  padding-bottom: 4px;
  width: 100%;
}
span {
  font-weight: 600;
  letter-spacing: normal;
}
p.fw-bold {
  font-size: 72px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin: 0px 0px 20px 0px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  font-family: "A1 Gothic", sans-serif;
}
.content-wrapper {
  font-size: 20px;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.15em;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  color: #000;
}
h2.h2-1 {
  background-color: #e80884;
  color: #fff;
  padding: 10px 15px;
  font-size: var(--font-size-11);
  font-weight: 500;
  margin-bottom: 32px;
}
h2 {
  margin-bottom: 20px;
}
.arrow_text_link-2 {
  font-weight: 700;
  color: #e80884;
  padding-right: 20px;
  position: relative;
}
.ckeditor a {
  text-decoration: none;
  color:  #e80884;
}

.arrow_text_link-2::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid  #e80884;
  border-right: 2px solid  #e80884;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
img.logo {
    width: 20%;
}
    .content {
      max-width: 800px;   /* コンテンツの幅 */
      margin: 0 auto;     /* ページ中央に配置 */
      text-align: center; /* 中身を中央寄せ */
      padding: 50px 20px;
    }
    .btn {
      display: inline-block;
      padding: 12px 30px;
      background-color: #4d4432;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 50px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
      transition: 0.3s;
    }
    .btn:hover {
      background-color: #615843;
    }
/*================== レスポンシブ ==================*/
@media (max-width: 1024px) {
  /* ここに 1024px以下の画面サイズ用のスタイルを記述 */
  header .header .content_r p {
    font-size: clamp(0.5rem, 1.172vw, 1.3rem);
    font-weight: 500;
    line-height: 1;
    margin-top: 5px;
  }
}
/* PC・タブレットでは非表示 */
.sp-br {
  display: none;
}

/* スマホ幅（例: 767px以下）のときだけ改行 */
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

@media (max-width: 425px) {
  /* ここに425px以下の画面サイズ用のスタイルを記述 */
  .image-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
	margin-bottom: 40px;
  }

	h2.underline {
    font-size: 21px;
}
.logo-wrap {
    text-align: center;
}
	h2.h2-1{
		margin-bottom: 20px;
	}
	.h3-1{
		margin-bottom: 10px;
	}
	.logo-wrap {
    margin-bottom: 20px;
}
}









