/* =========================================
   WordPress・Cocoon 枠リセット
   ========================================= */
.content { margin-top: 0 !important; }
.main { padding: 0 !important; }
.entry-content { margin-top: 0 !important; }

.wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* 改行コントロール用の便利クラス  {
 */
/* 🖥️ 通常時（パソコンなど画面が広いとき）は改行タグを非表示にする */
.sp-only {display: none !important;
}

/* 📱 画面幅が768px以下（スマホ・タブレット）になったら改行を有効にする */
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline !important;
  }
}

/* 📦 下のコンテンツエリア（最大幅1400px・中央寄せ） */
/*全体背景*/
.aroma_container {background-image:url(/renewal/wp-content/uploads/2026/07/aroma_back.webp);}
.maincontainer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 4%;
}
/* =========================================
   topバナー
   ========================================= */
.aroma-banner {
	display:flex;
	gap: 5%;
}
.banner-content {
	width: 60%;
    margin-left: 13%;
	padding-top: 70px;
    padding-bottom: 40px;
}
.banner-title {
	font-family: "Zen Maru Gothic", sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #FE6564;
}
p.banner-subtitle {
	font-family: "Zen Maru Gothic", sans-serif;
    font-size: 27px;
    font-weight: 500;
    color: #FE6564;
    margin-bottom: 0 !important;
	margin-bottom:0 !important;
}
.banner-text {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:18px;
	text-align:justify;
	color:#585858;
}
.banner-image-wrap {width:40%;}

/* =========================================
   エリア1
   ========================================= */
.aroma_container2 {
	background-color:rgba(246,225,223,0.5);
	padding: 2% 0;
}
.area1_ttl {
	display: flex;
	align-items: center; /* 上下中央揃え */
	gap: 8px;
}
.area1_ttl img {width:5%;}
.area1_ttl{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 35px;
    font-weight: 700;
	color: #3c7035 !important;
}
.aroma_area1 {
	display:flex;
	gap:5%;
}
.area1_subttl {
	font-family: "Zen Maru Gothic", sans-serif;
    font-size: 27px;
    font-weight: 500;
    color: #FE6564;
	border-bottom: 1px solid;
	margin-bottom: 1%;
}
.aroma_flex1 {
	display:flex;
	justify-content: space-between;
}
.area1_txt {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:18px;
	text-align:justify;
	color:#585858;
	width:65%;
}
.area1_img {width:30%;}
.area1_kakomi {
	font-family: "Zen Maru Gothic", sans-serif;
	color:#fff;
	text-align:center;
	background:#3c7035;
	border: 1px solid #3c7035;
    border-radius: 25px;
	margin-top:1%;
	margin-bottom:2%;
}
/* =========================================
   アロマ商品
   ========================================= */
/* --- 全体エリア --- */
.originalaroma {
	background: #fff;
	width: 92%;
	max-width: 1000px; /* 広がりすぎ防止 */
	margin: 5% auto;
	padding: 30px 20px;
	border-radius: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* ほんのりやさしい影 */
}

/* --- タイトル --- */
.originalaromattl {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FE6564;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
}
/* タイトル下の可愛らしいドット線 */
.originalaromattl::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #FE6564;
	border-radius: 3px;
	margin: 8px auto 0;
	opacity: 0.5;
}

/* --- カードを並べるフレックスボックス --- */
.originalaromaflex {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

/* --- 商品カード --- */
.originalaromacard {
	width: calc(50% - 14px); /* 3列で綺麗に均等配置 */
	box-sizing: border-box;
	background: #faf8f5; /* カード背景をほんのり温かみのあるオフホワイトに */
	border: 2px dashed #dbe6d8; /* やさしいグリーンの点線枠 */
	border-radius: 18px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column; /* 中身を縦並びにして価格を一番下に固定 */
	transition: transform 0.3s ease;
}

/* カード hover 時に少し浮かぶ演出 */
.originalaromacard:hover {
	transform: translateY(-3px);
}

/* --- 商品名 --- */
.originalaroma-name {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #3c7035;
	text-align: center;
	margin-bottom: 12px;
}

/* --- 商品画像 --- */
.originalaroma-img {
	width: 80%;
	max-width: 180px;
	height: 180px;
	margin: 0 auto 15px;
	display: block;
	border-radius: 10px; /* 画像の角も少し丸く */
}

/* --- 説明文 --- */
.originalaroma-txt {
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: justify;
	font-size: 14px;
	color: #585858;
	line-height: 1.6;
	margin-bottom: 15px;
}

/* --- 価格 --- */
.originalaroma-price {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.3rem;
	color: #e67e22;
	font-weight: 700;
	text-align: right;
	border-top: 1px dashed #dbe6d8;
	padding-top: 10px;
	margin-top: auto; /* 文章の長さに左右されず常に一番下に配置 */
}

.originalaroma-price::after {
	content: "（税込）";
	font-size: 0.75rem;
	color: #998d83;
	font-weight: normal;
	margin-left: 2px;
}

/* --- スマホ・タブレット用のレスポンシブ対応 --- */
@media screen and (max-width: 768px) {
	.originalaromacard {
		width: 100%; /* スマホでは1列表示に */
		max-width: 350px; /* カードが横に広がりすぎないように */
		margin: 0 auto;
	}
}

/* =========================================
   ブログ
   ========================================= */
.blog-ttl {
	text-align:center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:25px;
	font-weight:700;
	color:#FE6564;
	margin-bottom:3%;
	border-top:1px solid #FE6564;
	border-bottom:1px solid #FE6564;
	padding:1% 0;
}
.blog-containe {
	width:65%;
	margin:0 auto;
}
.latest-blog-list {
	display: flex;
    flex-direction: row;
	gap:3%;
}
.latest-blog-item {
	width:31%;
	text-align:center;
}
.latest-blog-item a {
	color:#585858;
	text-decoration:none;
}
.blog-card-date {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:17px;
}
.blog-title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:20px;
	border-top: 1px solid;
    border-bottom: 1px solid;
}
.btn-container {
	text-align:center;
	margin-top:3%;
}
.btn-container a {
	font-family: "Zen Maru Gothic", sans-serif;
	border:1px solid #FE6564;
	border-radius:25px;
	font-size:16px;
	color:#FE6564;
	text-decoration:none;
	padding:0.5em 2em;
}
.btn-container a:hover {
	background:#FE6564;
	color:#fff;
}

/* =========================================
   エリア2
   ========================================= */
.schoollogo {
	width: 30%;
    margin: 0 auto;
    display: block;
	margin-top:5%;
}
.area2_read {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:30px;
	text-align:center;
	color:#585858;
	line-height: 1.5;
    padding: 2% 0;
}
.area2_osusumebox {
	width: 50%;
    margin: 0 auto;
	display: flex;
    flex-direction: column;
	    align-items: center;
}
.area2_subread {
	display: flex;
    justify-content: center;
    gap: 3px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 35px;
    color: #2b5562;
	
}
.area2_leaf {width:7%;}
.dotted-line {
	width: 400px;
	height: 4px; /* ドットの直径 */
	background-image: radial-gradient(circle, #1b5c70 2px, transparent 2px);
	background-size: 8px 100%; /* 間隔の調整 */
	background-repeat: repeat-x;
	margin:0 auto;
}
.area2_subread_bottom {
	margin-top:1%;
}
.area2_subread_bottombox {}
.area2_subread_bottomtxt {
	font-family: "Zen Maru Gothic", sans-serif;
}
.area2_maru {color: #2b5562;}

/* =========================================
   カード部分
   ========================================= */
.aroma_card {
	display: flex;
    gap: 4%;
    width: 80%;
    margin: 3% auto;
	flex-direction: row;
    flex-wrap: wrap;
}
.aroma_card_box {
	width:48%;
	padding:2%;
	background: rgba(235, 243, 215, 0.5);
	margin-bottom:4%;
}
.aroma_card_box2 {
	width:48%;
	padding:2%;
	margin-bottom:4%;
}
.aroma_card_ttl {
	font-family: "Zen Maru Gothic", sans-serif;
    font-size: 23px;
	font-weight:700;
    color: #2b5562;
}
.aroma_card_subttl {
	font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
	font-weight:500;
	margin-top:2%;
}
.aroma_card_txt {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:17px;
	text-align:justify;
	line-height:1.5;
	margin-left:1em;
}

/* 料金リスト全体の指定 */
.aroma_card_txt2 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:20px;
	margin-bottom:-4%;
}
.aroma_price_list {
  margin: 20px 0 15px;
  padding: 0;
  color: #4a5957; /* 落ち着いたダークグリーン/グレー系の文字色 */
  font-size: 16px;
	line-height:1.3;
}

/* 各項目（1行分）のスタイル */
.aroma_price_item {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}

/* 項目名（左側） */
.aroma_price_item dt {
  display: flex;        /* ← ★ここを追加（内部で点線と文字を並べる） */
  align-items: center;  /* ← ★ここを追加（上下中央揃え） */
  flex-grow: 1;         /* ← ★ここを追加（余った横幅いっぱいに広げる） */
  white-space: nowrap;
  font-weight: normal;
  font-size: 1em;
}

.aroma_price_item dt small {
  font-size: 0.85em;
}

/* 点線リーダー（中央） */
.aroma_price_item dt::after {
  content: "";
  flex-grow: 1;          /* 隙間を埋めるように伸縮 */
  height: 2px;
  margin: 0 10px;        /* 文字と点線の間のすき間 */
  background-image: linear-gradient(to right, #7a8d8a 0%, #7a8d8a 40%, transparent 40%, transparent 100%);
  background-size: 7px 100%;
  background-repeat: repeat-x;
}

/* 金額（右側） */
.aroma_price_item dd {
  margin: 0 !important;               /* ← これを追加（margin-left を 0 に上書き） */
  margin-left: 0 !important;          /* ← 念のため明示的に 0 に指定 */
  white-space: nowrap;
  text-align: right;
  font-size: 1em;
}

/* 合計欄の上の仕切り線（実線） */
.aroma_price_item.aroma_price_total {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #a3b3b0; /* 合計の上の直線 */
  font-weight: bold;
}

/* 注意書き（下部） */
.aroma_price_note {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.6;
	color: #585858;
	margin-left:1em;
	text-indent:-1em;
	margin-bottom: 0 !important;
}
.aroma_price_note2 {
	margin-top:-15px;
	font-size: 17px;
	line-height: 1.6;
	color: #585858;
	margin-left:1em;
	text-indent:-1em;
	margin-bottom: 0 !important;
}
.aroma_price_note3 {
	font-size:15px;
	margin-left:1em;
	line-height:1.5;
}
.aroma_img2 {
	margin: 0 auto;
    display: block;
}

/* =========================================
   受講者の声
   ========================================= */
/* メインコンテナ（中央寄せ） */
.aroma_container2 .maincontainer {
	max-width: 1000px;
	margin: 0 auto;
}

/* --- タイトルデザイン --- */
.aroma_voice_ttl {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #FE6564;
	text-align: center;
	margin: 0 0 8px 0;
}

.aroma_voice_sub {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 17px;
	color: #7d736a;
	text-align: center;
	margin: 0 0 40px 0;
}

/* --- カードを並べるフレックス --- */
.aroma_voice_flex {
	display: flex;
	gap: 25px;
	justify-content: center;
	flex-wrap: wrap;
}

/* --- カード1枚の枠 --- */
.aroma_voice_card {
	width: calc(50% - 13px); /* 2列配置 */
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

/* --- プロフィール・アイコン部分 --- */
.aroma_voice_user {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	padding-left: 10px;
}

.aroma_voice_avatar {
	width: 48px;
	height: 48px;
	background: #fff;
	border: 2px solid #e1eee0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.aroma_voice_stars {
	color: #f39c12; /* ★のゴールド色 */
	font-size: 14px;
	letter-spacing: 2px;
}

.aroma_voice_meta {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 13px;
	color: #888;
	font-weight: 500;
}

/* --- 吹き出し部分 --- */
.aroma_voice_balloon {
	position: relative;
	background: #ffffff;
	border: 2px solid #dbe6d8; /* やさしいグリーン */
	border-radius: 18px;
	padding: 20px;
	flex-grow: 1; /* カードの高さを揃える */
	box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

/* 吹き出しの「上の三角（しっぽ）」 */
.aroma_voice_balloon::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 25px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #dbe6d8;
}

.aroma_voice_balloon::after {
	content: "";
	position: absolute;
	top: -7px;
	left: 26px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #ffffff;
}

/* 吹き出し内の見出し・文章 */
.aroma_voice_title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #3c7035;
	margin-bottom: 8px;
	border-bottom: 1px dashed #eedcc7;
	padding-bottom: 6px;
}

.aroma_voice_txt {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	color: #585858;
	line-height: 1.6;
	text-align: justify;
}

/* --- スマホ表示時の調整（横幅768px以下） --- */
@media screen and (max-width: 768px) {
	.aroma_voice_card {
		width: 100%; /* 1列に変更 */
	}
	.aroma_container2 {
		padding: 40px 15px;
	}
}

/* =========================================
   モバイル
   ========================================= */
@media screen and (max-width: 768px) {
	.aroma-banner {flex-direction: column;}
	.banner-content {
		width:90%;
		margin-left: auto;
        padding-top: 4%;
        padding-bottom: 0;
        margin-right: auto;
	}
	.banner-title {font-size:45px;}
	p.banner-subtitle {font-size:14px;}
	.bg-flower {margin-left:10%;}
	.area1_ttl img {width:15%;}
	.area1_ttl {
		font-size:25px;
		line-height:1.5;
	}
	.aroma_area1 {flex-direction: column;}
	.area1_txt {
		font-size:15px;
		width:50%;
	}
	.area1_img {
		width:45%;
		height:fit-content;
	}
	.area1_kakomi {
		line-height: 1.3;
		padding: 2%;
		font-size: 15px;
		margin-top:5%;
	}
	.schoollogo {width: 80%;}
	.area2_read {font-size:18px;}
	.area2_osusumebox {width:80%;}
	.area2_subread {font-size:20px;}
	.area2_leaf {width:12%;}
	.dotted-line {width:100%;}
	.aroma_card {flex-direction: column;}
	.aroma_card_box {width:100%;}
	.aroma_card_txt {margin-left:0;}
	.aroma_card_subttl {font-size:19px;}
	.aroma_card_txt2 {
		font-size:16px;
		margin-bottom:0;
	}
	.aroma_card {width:90%;}
	.aroma_card_box {padding: 5%;}
	.aroma_card_box2 {width:100%;}
	.blog-containe {width:90%;}
	.blog-ttl {font-size:24px;}
	.latest-blog-list {flex-direction: column;}
	.latest-blog-item {
		width:75%;
		margin-bottom:5%;
	}
	.originalaroma {
		text-align: center;
		background: #fff;
		width: 90%;
		margin: 5% auto;
		padding: 15px;
	}
}