/*
Theme Name: Mmdesign piece 2023
Author: Marie
Version: 2023
*/

.mw300 {max-width: 300px;}
.mw400 {max-width: 400px;}
.mw500 {max-width: 500px;}

.mw700 {max-width: 700px;}
.mw800 {max-width: 800px;}

ul,.has-background {
	margin-bottom: 16px;
}

.chatgpt {
	border: 1px solid #eee;
	text-align: right;
}
.chatgpt::after {
	content: "この回答はChatGPT（OpenAI）によるものです";
	font-size: 10px;
	padding-right: 5px;

}

figure {margin-bottom: 16px;
}
figcaption {
	font-size: 80%;
	padding-left: 5px;
	text-align: left;
}


.balloon {
		display: flex;
		margin: 1em 0;
		align-items: center;
		
}
.balloon::before {
	content: '';
	width: 100px;
	height: 130px;
	background-image: url(https://todayschaos.com/abundance/wp-content/uploads/2025/06/kaoko-1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin-right: 15px;
}
.balloon .wp-block-group__inner-container {
		position: relative;
		padding: 1em;
		background: #f0f0f0;
		border-radius: 10px;
		max-width: 70%;
		font-size: 0.95em;
		line-height: 1.4;
}

.balloon .wp-block-group__inner-container::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: -17px;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-right-color: #f0f0f0;
}


/*    

*/
.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}

body {
	line-height: 1.6;
	font-size: 16px;
	color: #464646;
	position: relative;
	font-family: 'Gothic Medium BBB', sans-serif;
	letter-spacing: .06em;
}
a,
a img {
	transition: 1s;
}
a:hover img {
	opacity: 0.8;
}
a {
	color: slategray;
}
a h1 {
	color: #464646;	
}
.site_catch {
	padding: 0 16px;
	font-size:  12px;
}
img {
	max-width: 100%;
	height: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex img {
	width: 100%;
	height: auto;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.breadscrumb {
	font-size: 11px;
	display: flex;
	flex-wrap: wrap;
}
.pagelink {
	padding: 1em 0;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.pagelink a {
	text-decoration: none;
}
.breadscrumb li {
	padding: 0 10px;
	display: block;
}
.breadscrumb li:first-child {
	padding-left: 0;
}

/*    */
.inner {
	max-width: 1100px;
	margin: auto;
}
.inner2 {
	max-width: 900px;
}
.eyecatch img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.eyecatch {
	margin-bottom: 1em;
}
header {
	text-align: center;
	padding: 2em 0;
}
.postinfo {
	font-size: 80%;
}
.normal-list li {
	border-bottom: 1px solid #464646;
	padding: 2em .4em;
}
footer {
	font-size: 80%;
	text-align: center;
	padding: 2em 0;
}
a h2,a .postinfo {
	color: #464646;
}
.txt a {
	text-decoration: underline;
}
.single .eyecatch {
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	height:  30vh;
}
.single .eyecatch::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,.224);
	position: absolute;
	top: 0;
	left: 0;
}
.single header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
}
.single main {
	padding-top: 30vh;
}
h2 {
	padding: 2em 0 .8em;
	font-size: 120%;
}
h3,h4 {
	padding: 1em 0 .4em;
	font-size: 110%;
}
.txt p {
	padding-bottom: 16px;
}
.single .postinfo {
	margin-bottom: 1em;
}
.content {
	margin: 1em 0;
}