/*
 Theme Name: AVANT Child
 Theme URI: https://tcd-theme.com/tcd060
 Description: Minimal child theme for AVANT (TCD060). Safe starter for custom CSS/JS.
 Author: You
 Author URI: https://example.com/
 Version: 1.0.0
 Text Domain: avant-child
 Template: avant_tcd060
*/


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 * 共通
 * ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* フォント変更
 * ---------------------------------*/
body  {
	font-family: "Zen Maru Gothic", "Noto Sans JP", "M PLUS Rounded 1c", sans-serif!important;
	font-weight: 400;
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 ,.p-headline02__title {
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif!important;
	font-weight: 700;
	line-height: 1.4;
}
.l-header__nav, .global-nav, .menu, .btn, button, input[type="submit"] {
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif!important;
	font-weight: 500;
}

.p-headline02{
	display: block;
}
.p-headline02__sub {
	margin-left: 0px;
    font-weight: bold;
    color: #22b5ae;
}


/* フォント変更（ヘッダー）
 * ---------------------------------*/
.p-header-content__title{
	text-align: left;
    width: 90%;
    margin: 0 auto;
}

.p-header-slider__item--1 .p-header-content__title{
	text-shadow: 1px 1px 1px #000000;
}

.p-header-slider__item--2 .p-header-content__title, .p-header-slider__item--3 .p-header-content__title{
	text-shadow: 1px 1px 1px #ffffff;
}

@media (max-width: 767px) {
	.p-header-content__title {
    	top: 80px;
    	position: relative;
	}
}

/* ヘッダーロゴ
 * ---------------------------------*/
.c-logo img {
    max-height: 80px;
}
@media (max-width: 767px) {
    .c-logo img {
        max-height: 50px;
    }
}

/* TCDテーマ＞基本設定＞FVの改行設定
 * ---------------------------------*/
/* ヒーローのキャッチフレーズに改行を反映 */
.p-header-content__title {
  white-space: pre-line;
}

/*お問い合わせのマーク消す*/
.grecaptcha-badge { 
	visibility: hidden; 
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 * ヘッダー
 * ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.p-global-nav__item-icon {
    margin-bottom: 0;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 * TOPページの追加コード
 * ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* 共通セクションスタイル */
.section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px auto;
  padding: 0 20px;
  gap: 40px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #333;
}

/* 左右テキストブロック */
.section-text {
  flex: 1;
  min-width: 280px;
}

/* 共通タイトル */
.section-title {
  font-size: 64px; /* ←大きく変更 */
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.section-subtitle {
  font-size: 20px; /* ←大きく変更 */
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

/* カラーアクセント */
.accent-green {
  color: #1abc9c;
}

.accent-yellow {
  color: #ffd633;
}

/* ボタン共通 */
.btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
  margin-top: 20px;
}

.btn.accent-green {
  background-color: #1abc9c;
}

.btn.accent-green:hover {
  background-color: #16a085;
}

.btn.accent-yellow {
  background-color: #ffd633;
}

.btn.accent-yellow:hover {
  background-color: #e6c200;
}

/* 画像エリア */
.section-image {
  flex: 1;
  min-width: 280px;
}

.section-image img {
  width: 100%;
  border-radius: 12px;
}

/* PROJECTセクション用 */
.project-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  margin-top: 40px;
}

.project-item {
  text-align: center;
  max-width: 200px;
}

.project-item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.project-item p {
  margin-top: 15px;
  font-weight: bold;
}

/* 中央寄せボタン用 */
.section-center {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .section-title {
    font-size: 42px; /* モバイル時に少し小さく */
  }

  .section-subtitle {
    font-size: 16px;
  }
}

/*寄付ボタン用*/
.top-btn{
  align-items: center;	
}
