@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* CSS Document */
/** スマートフォン **/


body {
	text-align: justify;
	text-justify: inter-ideograph;
}

#header {
	width: 100%;
	background-image: none;
	border-bottom: 1px #808080 solid;
	box-sizing: border-box;
}

#header #lpHeaderParts {
	width: 100%;
	padding: 20px 0px 20px 0px;
	box-sizing: border-box;
	position: relative;

}

#LpPage {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#ContentsArea {

	background-image: none;
	padding-top: 0px;

}

img {
	max-width: 100%;
	height: auto;
}


/******************************************************/
/* ヘッダー */
#header {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}

#header #lp_logo_box {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}

#header #lp_logo_box #logo {
	width: 198px;
	height: 16px;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	background-image: url("../img/common/lp_logo_text.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

}

#header #lpHeaderParts ul {
	display: none;
}

#menuOpen {
	width: 40px;
	height: 30px;
	max-width: 80px;
	margin: 0px 0px 0px 0px;

	background-image: url("../img/common/menu_gr.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;

	text-indent: -9999px;
	overflow: hidden;

	position: absolute;
	top: 14px;
	right: 10px;
	display: block;
}

#menuOpen:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


#pc ul {
	width: 200px;
	box-sizing: border-box;
	position: absolute;
	top: -5px;
	right: -200px;
	z-index: 700;

	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;

	list-style-type: none;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: flex-start;
	align-items: flex-start;
}

#pc ul>li {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	border: 1px #808080 solid;
	border-top: none;
}

#pc ul li:first-child {
	border-top: 1px #b4a18b solid;
}

#pc ul>li a {
	width: 100%;
	height: auto;
	padding: 8px 0px 8px 0px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);

	text-align: center;
	text-decoration: none;
	color: #7d736d;
	display: block;
}


#pc ul>li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}




/******************************************************/
/* 見出し画像枠 */
.contentPartsImg {
	width: 100%;
	margin: 0 auto 35px auto;
	padding: 0px 0px 0px 0px;
}

/* 見出し画像 */
h2.lp_content_img {
	width: 100%;
	height: 0;
	margin: 0 auto 0px auto;
	padding-top: 130%;

	background-image: url("../img/lp_artmake/top_img_s2.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

	text-indent: -9999px;
	overflow: hidden;
	display: block;
}


/******************************************************/
/* コンテンツバーツ */
.contentParts {
	width: 96%;
	margin: 0 auto 0px auto;
	padding: 70px 0px;

	line-height: 150%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	-webkit-align-items: flex-start;
	align-items: flex-start;

	-webkit-align-content: flex-start;
	align-content: flex-start;

	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;

}

.contentParts.gray {
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #F8F8F8;
	padding: 70px 0px;
}

.contentParts.flow {
	flex-direction: column;
	align-items: center;
}

.recommend {
	background-image: url(../img/lp_artmake/back-recommend.png);
	background-size: cover;
}

.compare {
	background-image: url(../img/lp_artmake/back-compare.png);
	background-size: cover;
}

.contentParts.block {
	display: block;
}


.contentFloatParts {
	width: 96%;
	margin: 0 auto 30px auto;
	padding: 0px 0px 0px 0px;

	line-height: 180%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-flex-flow: column wrap;
	flex-flow: column wrap;

	-webkit-align-items: flex-start;
	align-items: flex-start;

	-webkit-align-content: flex-start;
	align-content: flex-start;

	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;

}

.contentParts p,
.contentFloatParts p {
	margin-top: 0px;

	line-height: 2;

	text-align: justify;
	text-justify: inter-ideograph;
}

.contentParts p:last-child,
.contentFloatParts p:last-child {
	margin-bottom: 0px;
}



/******************************************************/
/* 見出し */
h3[class^="art_title0"] {
	width: 100%;
	height: 23px;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}


h3.art_title01 {
	background-image: url("../img/lp_artmake/title01.png");
}

h3.art_title02 {
	background-image: url("../img/lp_artmake/title02.png");
}

h3.art_title03 {
	background-image: url("../img/lp_artmake/title03.png");
}

h3.art_title04 {
	background-image: url("../img/lp_artmake/title04.png");
}

h3.art_title05 {
	background-image: url("../img/lp_artmake/title05.png");
}

h3.art_title06 {
	background-image: url("../img/lp_artmake/title06.png");
}

h3.art_title07 {
	background-image: url("../img/lp_artmake/title07.png");
}

h3.art_title08 {
	background-image: url("../img/lp_artmake/title08.png");
}

h3.art_title09 {
	background-image: url("../img/lp_artmake/title09.png");
}

h4[class^="group_ttl"] {
	width: 100%;
	height: 38px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}


h4.group_ttl1 {
	background-image: url("../img/lp_artmake/title03-1.png");
}

h4.group_ttl2 {
	background-image: url("../img/lp_artmake/title03-2.png");
}

h4.group_ttl3 {
	background-image: url("../img/lp_artmake/title03-3.png");
}

h4.group_ttl4 {
	background-image: url("../img/lp_artmake/title03-4.png");
}

h4.group_ttl5 {
	background-image: url("../img/lp_artmake/title03-5.png");
}

.borderttl {
	padding: 15px 0 15px 25px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 1.5rem;
	font-weight: lighter;
	text-align: left;
}

/******************************************************/
/* パーツ */
/******************************************************/
.listflex2,
.listflex3 {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.listflex2 li,
.listflex3 li {
	margin: 0px auto 25px auto;
	box-sizing: border-box;
	display: block;
}

.listflex2.case li,
.listflex3 li {
	width: 80%;
}


.left_parts01 {
	width: 100%;
	margin: 0px auto 20px auto;
}

.right_parts01 {
	width: 100%;
	margin: 0px auto 30px auto;

	box-sizing: border-box;
}

.left_parts02 {
	width: 50%;
	margin: 0 auto;
}

.right_parts02 {
	width: 100%;
	box-sizing: border-box;
}

.scroll {
	overflow: auto;
	white-space: nowrap;
}

.scroll::-webkit-scrollbar {
	/*tableにスクロールバーを追加*/
	height: 5px;
}

.scroll::-webkit-scrollbar-track {
	/*tableにスクロールバーを追加*/
	background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
	/*tableにスクロールバーを追加*/
	background: #BCBCBC;
}

.centerParts {
	width: 100%;
	margin: 0px auto 0px auto;
}


.centerTable {
	max-width: 1000px;
	width: 100%;
	border-collapse: collapse;
}


.centerTable th {
	width: 40%;
	padding: 20px 0;
	border: 1px #707070 solid;
	background-color: #EEEEF0;
}

.centerTable th:first-child {
	width: 20%;
}

.centerTable td {
	width: 40%;
	padding: 20px 12px;
	border: 1px #707070 solid;
	text-align: center;
	background-color: #fff;
	font-size: 12px;
}

.centerTable tr td:first-child {
	width: 20%;
	padding: 25px 8px;
	text-align: left;
	font-size: 12px;
}

.centerTable .pcl {
	background-color: #d2ecfa;
}

.about p {
	line-height: 2.5;
	font-size: 16.5px !important;
}


.checkblock {
	width: 96%;
}

.checkparts {
	padding-left: 1rem;
}

.group {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.group li {
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
	margin-bottom: 35px;
}

.group_txt {
	font-size: 14px !important;
}

.course {
	box-sizing: border-box;
	width: 96%;
	padding: 0 20px 40px 30px;
	border-bottom: 1px solid #707070;
	margin-bottom: 40px;
}

.course:nth-child(5) {
	margin-bottom: 20px;
}

.course p {
	font-family: "Noto Serif JP", serif;
	font-size: 30px !important;
	line-height: 1;
}

.course p span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px !important;
	font-weight: 300;
}

.course ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.course ul li {
	text-align: left;
}

.case {
	margin-bottom: 65px;
}

.case:nth-child(odd) {
	flex-direction: row-reverse;
	margin-bottom: 0;
}

.case_txt p:first-child {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #DF003D;
	border-bottom: 1px solid #707070;
}

.case_txt span {
	font-weight: bold;
}

.diagram {
	width: 96%;
}

.diagram p:first-child {
	padding-bottom: 16px;
	border-bottom: 1px solid #707070;
}

.flow_box {
	position: relative;
	display: flex;
	align-items: center;
	width: 330px;
	height: 160px;
	padding: 0 10px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-bottom: 30px;
}

.flow_step {
	position: absolute;
	width: 30px;
	top: 20px;
}

.flow_txt {
	position: absolute;
	top: 40px;
}

.flow_txt p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.7;
}

.flow_txt p:first-child {
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}

.calendar {
	width: 100%;
}

.caution {
	width: 100%;
}

.caution>p {
	text-align: center;
	font-size: 19px !important;
	font-weight: 500;
	line-height: normal;
}

.caution_link {
	padding: 25px 10px;
	background-color: rgba(61, 63, 88, 0.1);
}

.caution_link div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.caution_link div:last-child {
	padding-top: 25px;
	border-top: 1px solid #707070;
	margin-top: 25px;
}

.caution_link div a {
	font-size: 17px;
}

.caution_link div p {
	margin-bottom: 0;
	font-size: 20px !important;
	font-weight: 500;
}

.caution_link div p:last-child {
	width: 120px;
	margin-left: 16px;
}

.caution_link div img {
	vertical-align: bottom;
}

.message {
	width: 96%;
}

.mess_txt p {
	font-size: 14px;
}

.mess_txt p:nth-child(2) {
	font-size: 18px;
}

.certificate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 96%;
	padding-bottom: 40px;
	border-bottom: 1px solid #707070;
}

.certificate div {
	width: 17%;
}

.profile {
	width: 96%;
}

.profile div {
	padding: 0 10px 20px;
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
}

.profile div p:first-child {
	font-size: 18px;
	font-weight: 500;
}

.profile div p:first-child span {
	padding-left: 20px;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 2px;
}

.profile div p:last-child {
	font-size: 14px;
}

.profile div:last-child ul {
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
}

.w_80_s {
	width: 80%;
}

.p_0 {
	padding: 0 !important;
}

.pt_0 {
	padding-top: 0 !important;
}

.plr_15 {
	padding: 0 15px;
}

.mrl_a {
	margin-right: auto;
	margin-left: auto;
}

.mrl_15 {
	margin-right: 15px;
	margin-left: 15px;
}

.mb_0 {
	margin-bottom: 0;
}

.mb_40 {
	margin-bottom: 40px;
}

.mb_140 {
	margin-bottom: 140px;
}

.centerParts.space {
	padding-left: 10px;
	padding-bottom: 10px;
}

.pc {
	display: none;
}

/******************************************************/
/* 動き */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in {
	animation: fadeIn 3s ease-in-out;
}

.marker {
	background: -webkit-linear-gradient(left, rgb(255, 248, 188) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(255, 248, 188) 50%, transparent 50%);
	background: linear-gradient(left, rgb(255, 248, 188) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .5em;
	background-position: 100% 1em;
	transition: 5s;
}

.marker.is-active {
	background-position: 0% 1em;
}


/******************************************************/
/** sp **/
/******************************************************/
@media screen and (max-width: 640px) {

	/******************************************************/
	/* パーツ */
	/******************************************************/
	.checkblock .checkparts:first-child {
		width: 78%;
	}

	.w_55_s {
		width: 55%;
	}

	.w_85_s {
		width: 85%;
	}

	.w_95_s {
		width: 95%;
	}

	.mt_20_s {
		margin-top: 20px;
	}

	.mb_20_s {
		margin-bottom: 20px;
	}

	.mb_35_s {
		margin-bottom: 35px;
	}

	.mb_55_s {
		margin-bottom: 55px;
	}
}


/******************************************************/
/** pc **/
/******************************************************/
@media screen and (min-width: 641px) {
	body {
		min-width: 850px;
	}

	#header {
		width: 100%;
		height: auto;
		min-width: 850px;
		margin: 0px auto 0px auto;
	}

	#header #lpHeaderParts {
		width: 880px;
		height: auto;
		margin: 0px auto 0px auto;
		padding: 30px 0px 30px 0px;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-justify-content: space-between;
		justify-content: space-between;

		-webkit-align-items: flex-start;
		align-items: flex-start;

		-webkit-align-content: center;
		align-content: center;

		-webkit-flex-direction: row;
		flex-direction: row;

	}

	#header #lp_logo_box {
		width: 300px;
		height: auto;
	}

	#header #lp_logo_box #logo {
		width: 272px;
		height: 23px;
		margin: 0px auto 0px 0px;
	}


	#menuOpen {
		display: none;
	}

	#pc {
		display: none;
	}

	#header #lpHeaderParts ul {
		width: 500px;
		box-sizing: border-box;
		position: rilative;

		margin: 10px 0px 0px auto;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;

		list-style-type: none;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		-webkit-flex-direction: row;
		flex-direction: row;

		-webkit-justify-content: flex-end;
		justify-content: flex-end;

		-webkit-align-items: end;
		align-items: end;
	}

	#header #lpHeaderParts ul>li {
		width: 100px;
		padding: 0px 0px 0px 0px;
		text-align: right;
	}

	#header #lpHeaderParts ul>li a {
		width: 100%;
		height: auto;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
		text-align: right;
		text-decoration: none;
		color: #656464;
		display: block;
	}

	#header #lpHeaderParts ul>li a:hover {
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	/******************************************************/
	/* 見出し */
	h3[class^="art_title0"] {
		height: 30px;
	}

	h4[class^="group_ttl"] {
		height: 60px;
	}


	/* 見出し画像枠 */
	.contentPartsImg {
		width: 100%;
		height: 615px;
		margin: 0 auto 45px auto;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
	}

	/* 見出し画像 */
	h2.lp_content_img {
		width: 100%;
		height: 100%;
		padding-top: 0px;

		background-image: url("../img/lp_artmake/top_img.png");
		background-size: contain;
	}

	/******************************************************/
	/* コンテンツバーツ */
	.contentParts {
		width: 100%;
		height: auto;
		margin: 0 auto 0px auto;
		padding: 140px 20px;

		-webkit-flex-direction: row;
		flex-direction: row;

		box-sizing: border-box;
	}

	.contentParts.gray {
		padding: 140px 0px;
	}

	.contentFloatParts {
		width: 100%;
		margin: 0 auto 60px auto;
		padding: 0px 20px;

		display: block;
		position: relative;

		box-sizing: border-box;
	}

	.contentParts p,
	.contentFloatParts p {
		font-size: 16px;
	}



	/*float解除*****************************************/
	.contentFloatParts:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}


	/******************************************************/
	/* パーツ */
	/******************************************************/
	.flex {
		display: flex;
		align-items: center;
	}

	.listflex2,
	.listflex3 {
		width: 100%;
		line-height: 150%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.listflex3 li {
		width: 30%;
		margin: 0 0 25px;
		box-sizing: border-box;
	}


	.left_parts01 {
		width: 56%;
		margin: 0px auto 35px 0px;
	}

	.right_parts01 {
		width: 36%;
		margin: 0px 0px 0px auto;
	}

	.left_parts02 {
		width: 30%;
	}

	.right_parts02 {
		width: 57%;
	}

	.right_parts03 {
		width: 30%;
	}

	.centerParts {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	.centerTable {
		font-size: 16px;
		line-height: 180%;
	}

	.centerTable td {
		padding: 45px 30px;
		font-size: 16px;
	}

	.centerTable tr td:first-child {
		padding: 45px 20px;
		font-size: 16px;
	}

	.about p {
		width: 70%;
		margin: 0 auto;
		font-size: 18px !important;
	}


	.checkblock {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.group {
		margin-bottom: 140px;
	}

	.course {
		display: flex;
		align-items: center;
		width: 100%;
		padding-left: 70px;
	}

	.course p {
		width: 50%;
		margin-bottom: 0;
	}

	.course+p {
		width: 100%;
		box-sizing: border-box;
		padding: 0 40px;
		text-align: end;
	}

	.case {
		display: flex;
		gap: 50px;
		align-items: center;
	}

	.diagram {
		max-width: 950px;
	}

	.diagram .left_parts01 {
		width: 43%;
	}

	.diagram .right_parts01 {
		width: 48%;
	}

	.caution_link {
		display: flex;
		align-items: center;
		padding: 10px 0;
	}

	.flow_box {
		gap: 20px;
		width: 100%;
		height: 150px;
	}

	.flow_step {
		position: relative;
		width: auto;
		top: 0;
	}

	.flow_txt {
		position: static;
	}

	.flow_txt p:first-child {
		padding-left: 0;
		margin-bottom: 0;
		font-size: 22px;
	}

	.caution_link div {
		width: 50%;
	}

	.caution_link div:last-child {
		padding-top: 0;
		border-top: none;
		margin-top: 0;
		border-left: 1px solid #707070;
	}

	.caution_link div a {
		font-size: 20px;
	}

	.caution_link div p:last-child {
		width: 150px;
	}

	.message {
		align-items: start;
		justify-content: space-around;
		text-align: left;
	}

	.mess_txt p {
		font-size: 14px;
	}

	.certificate div {
		width: 10%;
	}

	.profile {
		align-items: start;
		width: 100%;
	}

	.profile div {
		width: 30%;
		height: 150px;
		padding: 10px 40px;
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
		border-bottom: none;
		box-sizing: border-box;
	}

	.profile div p:first-child {
		font-size: 18px;
		font-weight: 500;
	}

	.profile div p:first-child span {
		padding-left: 20px;
		font-size: 15px;
		font-weight: 100;
		letter-spacing: 2px;
	}

	.profile div p:last-child {
		font-size: 14px;
	}

	.profile div:last-child {
		width: 70%;
		border-left: none;
	}

	.profile div:last-child ul {
		padding: 0 40px;
		margin: 0;
		text-align: left;
	}


	/* コンテンツバーツ */

	.w_20 {
		width: 20% !important;
	}

	.w_30 {
		width: 30%;
	}

	.w_35 {
		width: 35%;
	}

	.w_40 {
		width: 40%;
	}

	.w_50 {
		width: 50%;
	}

	.w_65 {
		width: 65%;
	}

	.mw_1000 {
		max-width: 1000px;
	}

	.mb_20_p {
		margin-bottom: 20px;
	}

	.mb_40_p {
		margin-bottom: 40px;
	}

	.flexcolm {
		flex-direction: column;
		align-items: center;
	}

	.checkparts {
		width: 75%;
		height: auto;
		padding-left: 0;
	}

	h3[class^="derma_title0"].mb_40_p {
		margin-bottom: 40px;
	}

	h4[class^="derma_subttl0"].mb_40_p {
		margin-bottom: 40px;
	}

	.centerParts.space {
		padding-left: 15px;
		padding-bottom: 10px;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

}

/* ===== 予約案内セクション（LINE QRコード） ===== */
.info-section {
  border-top: 0.5pt solid #ccc;
  border-bottom: 0.5pt solid #ccc;
  padding: 45px 0;
  margin: 20px 0 40px; /* ← 罫線の下と次要素の間を広げる */
  width: 100%;
}

.info-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 600px;
  margin: 0 auto;
}

.info-text {
  flex: 7;
  max-width: 600px;
  text-align: left;          /* 左揃え維持 */
}

.info-text h3 {
 text-align: center;  
 margin-bottom: 12px;
}

.info-image {
  flex: 3;
  text-align: center;
}

.info-image img {
  max-width: 120px;   /* ← セミコロン追加！ */
  height: auto;
  border-radius: 8px;
}

/* スマホ表示（768px以下） */
@media (max-width: 768px) {
  .info-content {
    flex-direction: column;
    align-items: center; /* ← flex子要素を中央に配置 */
  }
  .info-text {
    text-align: center;
  }
  .info-image {
    text-align: center;
    margin-top: 15px;
    width: 100%;
  }
  .info-image img {
    display: block;
    max-width: 35%;
    margin: 0 auto; /* ← 確実に中央寄せ */
  }
}
