@charset "utf-8";

/*
 * まだ_common.cssに統合できない部分
 * --------------------------------------------------
 */

* {
	min-height: 0 !important;
	min-width: 0 !important;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	font-size: 62.5%;
	font-weight: 400;
}

a {
	color: #1a1a1a;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

/* イベント */
* img {
	width: 100%;
	height: auto;
}

/* タブレット */
body {
	min-width: 1100px;
	width: 100%;
	overflow-x: hidden;
}

/* スマホ */
@media screen and (max-width: 767px) {
	body {
		min-width: initial;
		max-width: 100%;
	}
}

/*
 * 特殊レイアウト
 * --------------------------------------------------
 */

.HOME-container.gap-15 {
	gap: 15px;
}

.HOME-container.gap-15 .col-20 {
	width: calc((100% - 60px) / 5);
}

.HOME-container.gap-15 .col-25 {
	width: calc((100% - 45px) / 4);
}

.HOME-container.gap-30 {
	gap: 30px;
}

.HOME-container.gap-30 .col-25 {
	width: calc((100% - 90px) / 4);
}

.HOME-container.gap-30 .col-50 {
	width: calc((100% - 30px) / 2);
}

.HOME-container.gap-30 .col-33 {
	width: calc((100% - 60px) / 3);
}

@media (max-width:767px) {
	.HOME-container.gap-30 {
		gap: 15px;
	}

	.HOME-container.gap-15 .col-m-50 {
		width: calc((100% - 15px) / 2) !important;
	}

	.HOME-container.gap-30 .col-m-50 {
		width: calc((100% - 15px) / 2) !important;
	}
}

/*
 * イベント用
 * --------------------------------------------------
 */

.wp-content p,
.wp-content span,
.wp-content a {
	font-size: 1.4cqi;
	line-height: 2;
	letter-spacing: 0.1cqi;
}

.wp-content img {
	width: 100%;
	height: auto;
}

.v2-form-event_text {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	font-size: 1.4cqi;
	line-height: 2;
	letter-spacing: 0.1cqi;
	justify-content: center;
	text-align: center;
	margin: 30px 0px;
	word-break: keep-all;
}

@media (max-width:767px) {
	.v2-form-event_text {
		font-size: 2.8cqi;
	}
}