@charset "UTF-8";

/*===================================================================
	青森つばめプロパン　タカラウメブログページCSS

===================================================================*/
.takaraune_header_wrapper {
	margin-top: clamp(6rem, 6.5vw, 14.5rem) !important;
}
@media screen and (max-width: 768px) {
	.takaraune_header_wrapper {
		margin-top: 4.4em !important;
	}
}

.takaraune_header_wrapper > img {
	object-fit: cover !important;
	object-position: 100% 50%;
	height: 29vw !important;
}

.takaraume_colTsubameBlue {
	color: #002b62;
}

.takaraume_postSection_ttl {
	color: #002b62;
	font-size: 1.8em !important;
}
@media screen and (max-width: 768px) {
	.takaraume_postSection_ttl {
		font-size: 1.2em !important;
	}
}

.takaraume_header {
	display: flex;
	flex-direction: row;
	gap: 10%;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.takaraume_header {
		align-items: center;
		flex-direction: column;
		gap: 20px 0;
	}
}

.takaraume_header_lead {
	font-size: 2.4em;
	line-height: 140%;

	/* 源ノ明朝 */
	font-family: "source-han-serif-japanese", serif;
	font-weight: 900;
	font-style: normal;
}
@media screen and (max-width: 768px) {
	.takaraume_header_lead {
		font-size: 1.4em;
		order: 2;
	}
}

.takaraume_header_img {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.takaraume_header_img {
		width: 15%;
		align-items: center;
		order: 1;
	}
}

.takaraume_sub_ttl {
	/* 源ノ明朝 */
	font-family: "source-han-serif-japanese", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 140%;
}
.takaraume_sub_ttl_colBlack {
	color: #000 !important;
}
@media screen and (max-width: 768px) {
	.takaraume_sub_ttl {
		font-size: 1.4em !important;
	}
}

.takaraume_cta_ttl {
	line-height: 140%;
}
@media screen and (max-width: 768px) {
	.takaraume_cta_ttl {
		font-size: 1em !important;
	}
}

.takaraume_cta_tel_txt {
}
@media screen and (max-width: 768px) {
	.takaraume_cta_tel_txt {
		font-size: 0.75em !important;
	}
}

.takaraume_img_60 {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.takaraume_img_60 {
		width: 100%;
	}
}

.takaraume_img_50 {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.takaraume_img_50 {
		width: 100%;
	}
}

.takaraume_pr_bgcOrange {
	background-color: #ff7f00 !important;
	border: none !important;
}

.takaraume_item_unit {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.takaraume_item {
	display: flex;
	flex-direction: row;
	gap: 15px 5%;
}
@media screen and (max-width: 768px) {
	.takaraume_item {
		flex-direction: column;
		align-items: center;
		/* gap: 20px; */
	}
}

/*---- 20240623 左側ブロックラッパー追加 ----*/
.takaraume_item_left {
	flex: 0 0 30%;
}
@media screen and (max-width: 768px) {
	.takaraume_item_left {
		flex: 0 0 100%;
		width: 70%;
	}
}

.takaraume_item_img {
	border: 1px solid #000;
}

.takaraume_item_contents {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25em 0;
	padding-top: 1.5%;
}

.takaraume_item_contents_ttl {
	color: #b20000;
	font-size: 1.4em;
	font-weight: 900;
}

.takaraume_item_contents_desc {
	font-size: 1em;
	line-height: 140%;
}

.takaraume_item_contents_recommend {
	font-size: 1.2em !important;
	text-align: left !important	;
	padding-right: 1em !important;
}
@media screen and (max-width: 768px) {
	.takaraume_item_contents_recommend {
		font-size: 1em !important;
		text-align: center !important;
		width: 100%;
	}
}

.takaraume_item_contents_ray {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.takaraume_item_contents_ray {
		width: 100%;
	}
}

.takaraume_link {
	width: 80% !important;
	font-size: 1.2em !important;
	border-radius: initial !important;
}
@media screen and (max-width: 768px) {
	.takaraume_link {
		width: 100% !important;
		font-size: 0.9em !important;
	}
}

.takaraume_postVoice2_ttl {
	font-weight: 900;
}
@media screen and (max-width: 768px) {
	.takaraume_postVoice2_ttl {
		font-size: 1.25em !important;
		text-align: center !important;
	}
}

.takaraume_postSection_txt {
	/* 源ノ明朝 */
	font-family: "source-han-serif-japanese", serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1.5em !important;
	color: #002b62;
}
@media screen and (max-width: 768px) {
	.takaraume_postSection_txt {
		font-size: 1.2em !important;
	}
}

.takaraume_item_contents_inline {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.takaraume_item_contents_inline {
		flex-direction: column;
		align-items: flex-start;
		gap: 1em 0;
	}
}

.takaraume_item_contents_inline_item_txt {
	flex: 0 0 55%;
}
@media screen and (max-width: 768px) {
	.takaraume_item_contents_inline_item_txt {
		flex: 0 0 100%;
	}
}

@media screen and (max-width: 768px) {
	.takaraume_item_contents_inline_item_img {
		width: 50%;
	}
}

/*---- 20240623 成分表示表の表示ボタン ----*/
.takaraume_item_button_wrapper {
	border: 1px solid #002b62;
	/* background-color: #002b62; */
	margin-top: 0.5em;
	width: 100%;
}

.takaraume_item_button span {
	color: #002b62;
}

/* .takaraume_item_button span:hover {
	border-bottom: 1px solid #002b62;
	transform: all 0.3s;
} */

.takaraume_item_button {
	padding: 0.5em 0;
	text-align: center;
	width: 100%;
	color: #fff;
}

/*---- 20240623 成分表示表 ----*/
.takaraume_g_img_wrapper {
	display: none;
}

.rotate_mark {
	display: inline-block;
}

