/*
Theme Name: lovelynyanfesta-tokyo2026
*/
@charset 'UTF-8';
.has-text-align-center {
    text-align: center;
}
.has-text-align-right {
	text-align: right;
}
.eventSingle_cont .link-col a {
	color: #ff53b7;
	text-decoration: underline;
}
.eventSingle_cont .link-blue a {
	color: #0066da;
	text-decoration: underline;
}
ul.list-dot,ul.list-dot li {
	list-style: disc;
	margin-left: 1.5rem;
}
ul.list-dot {
	margin-bottom: 2rem;
}
ul.list-dot li {
	margin-bottom: 1rem;
	line-height: 1.75;
}
/* イベント投稿ページ　画像サイズauto */
.eventSingle_copy img {
	width: auto;
}
/* フォームメッセージ　フォントサイズ調整 */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	font-size:2.4rem;
	color: red;
	
}
