@charset "utf-8";

/* 矢印削除 - Chrome、Safari */
summary::-webkit-details-marker {
	display: none;
}

/* 矢印削除 - Chrome、Safari以外 */
summary {
	display: block;
	list-style: none;
}

details {
	/* width: 90%;
	margin: 5% auto 0;
	background: #fff;
	border: 1px #000 solid;
	border-radius: 24px; */
}

details summary {
	/* position: relative;
	cursor: pointer;
	align-items: center;
	text-align: left;
	font-size: 1rem;
	line-height: 1; */
}

details summary::after {
	/* content: '+';
	position: absolute;
	top: 43%;
	right: 5%;
	transform: translate(0%, -50%);
	width: 24px;
	height: 24px;
	background-image: url(../img/plus.png);
	background-position: center;
	background-size: cover;
	font-family: "Darumadrop One", serif;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	color: #806653; */
}

.accordion_text {
	/* width: 80%;
	margin: 0;
	text-align: left;
	font-size: 1rem;
	line-height: 1; */
}

/* アコーディオンがオープン時 */

details[open] summary::after {
	/* content: '+';
	transform: translate(0%, -50%) rotate(45deg); */
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1920px) {}
