/* CSS Document */

@charset "UTF-8";

/*----------------------------------------------------------------------
全体
-----------------------------------------------------------------------*/
main.contents {
	max-width: 100% !important;
	padding: 0 !important;
}

.fit_content {
	margin: 0 !important;
}

/*----------------------------------------------------------------------
イベントindex
-----------------------------------------------------------------------*/
h1.events-index {
	margin-top: 120px;
}
@media screen and (max-width: 736px) {
	h1.events-index {
		margin-top: 50px;
	}
}

.post_card {
	background: none;
	box-shadow: none;
}

.fit_box_img_wrap img {
	top: 0;
	bottom: auto;
	height: auto;
	min-height: auto;
}

.scale_13:hover {
	transform: scale(1) !important;
}

.post_card_meta {
	padding: 2px 20px 0;
	position: relative;
}
@media screen and (max-width: 680px) {
	.post_card_meta {
		padding: 2px 6px 0px;
	}
}

.post_card_meta a.entry_title {
	font-size: 23px;
	color: #616879;
}
@media screen and (max-width: 736px) {
	.post_card_meta a.entry_title {
		margin-bottom: 1rem;
		font-size: 20px;
	}
}

.summary {
	font-size: 15px;
	font-weight: 500;
	margin-top: 8px;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

.post_card_meta a.more {
	width: 306px;
	margin: 0.75rem auto 0.25rem;
	padding: 0.625rem 2rem;
}

@media screen and (min-width: 768px) {
	.list_card .post_card_thum {
		width: 40%;
	}

	.list_card .post_card_meta {
		width: 60%;
	}
}

@media screen and (max-width: 680px) {
	.post_card_thum_img {
		max-height: 500px;
	}

	.fit_box_img_wrap::before {
	  padding-top: 66%;
	}
}

/*----------------------------------------------------------------------
投稿ページ
-----------------------------------------------------------------------*/
.wrap_frame {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

main div.relative {
	min-height: 630px;
	background-position: bottom !important;
}
@media screen and (max-width: 1160px) {
	main div.relative {
		width: 100vw;
		margin-left: -20px;
	}
}

/*----------------------------------------------------------------------
投稿ページ見出し
-----------------------------------------------------------------------*/
h1.post_title {
	display: block;
	font-size: 36px !important;
	font-weight: 700 !important;
}
@media screen and (max-width: 736px) {
	h1.post_title {
		font-size: 27px !important;
	}
}

h1.post_title::before {
	display: none !important;
}

h1.post_title::first-line {
	font-size: 0.625em !important;
}
@media screen and (max-width: 736px) {
	h1.post_title::first-line {
		font-size: 22px !important;
	}
}

.post_body h2 {
	margin-top: 6.25rem;
	font-size: 30px;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	line-height: 1.4;
	clear: both;
}

.post_body h3 {
	padding-top: 4rem;
	font-size: 25px;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	line-height: 1.3;
	clear: both;
}
.post_body h2+h3 {
	padding-top: 1.5rem;
}

@media screen and (min-width: 1200px) {
	.post_body h3 {
		margin: 0 1.25em;
	}
}

@media screen and (max-width: 900px) {
	.post_body h2 br {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	.post_body h2 {
		font-size: 22px;
	}

	.post_body h3 {
		font-size: 18px;
	}
}

/*----------------------------------------------------------------------
テキスト
-----------------------------------------------------------------------*/
.post_body > p, .post_body pre {
	margin: 1.5rem 0;
}

.post_body pre {
	margin-top: 4rem;
	padding-left: calc((1100px - 100%) / -1) !important;
	padding-right: calc((1100px - 100%) / -1) !important;
	font-family: 'Maven Pro', 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	white-space: break-spaces;
	text-align: justify;
}
@media screen and (max-width: 736px) {
	.post_body pre {
		font-size: 18px;
		white-space: wrap;
	}
}

.post_body pre > strong {
	font-weight: 500;
}

/*----------------------------------------------------------------------
リスト
-----------------------------------------------------------------------*/
.post_body > ul {
	margin-bottom: 1em;
	padding: 0px 5px;
	letter-spacing: 0.02em;
	line-height: 1.8em;
}

.post_body > ul:first-of-type {
	margin-top: 2rem;
	padding: 20px 16px !important;
	border: 1px solid #C8C8C8;
	background: #FFF;
}

.post_body > ul li {
	margin-left: 16px;
	text-indent: -15px;
	line-height: 1.8;
}

.post_body > ul li, .post_body > ul li > b {
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

.post_body > ul:first-of-type li:first-child, .post_body > ul:first-of-type li:nth-child(2) {
	font-size: 1.5em;
	text-indent: -1.125rem;
}
@media screen and (max-width: 736px) {
	.post_body > ul:first-of-type li:first-child, .post_body > ul:first-of-type li:nth-child(2) {
		font-size: 1.25em;
		white-space: 
	}
}

.post_body > ul:first-of-type li:nth-child(n+3) {
	text-indent: -1.125rem;
}

.post_body > ul:nth-of-type(n+2) {
	font-size: 1.0625em;
}

.post_body > ul li::before {
	content: "\025cf";
	margin-right: 0.25rem;
	font-size: 0.875rem !important;
	color: #527BB5;
	vertical-align: 1px;
}
.post_body > ul:first-of-type li::before {
	content: "\025a0";
	color: #A0A0A0;
}

/*----------------------------------------------------------------------
ベージュbg
-----------------------------------------------------------------------*/
div.beige-bg {
	width: 1100px;
	max-width: 100%;
	margin: 1.5rem auto 2rem;
	padding: 36px 22px;
	background: #EEE7E3;
}

div.beige-bg h3 {
	margin: 0;
	padding-top: 3rem;
	font-size: 22px;
}

div.beige-bg p, div.beige-bg ul {
	font-size: 1em;
	line-height: 1.6;
}

div.beige-bg ul {
	margin-top: 0;
}

div.beige-bg ul li {
	margin: 0.5rem 0;
}

/*----------------------------------------------------------------------
メールフォーム
-----------------------------------------------------------------------*/
form#mailformpro {
	padding-top: 10px !important;
}

form#mailformpro input {
	margin: 0 !important;
	padding: 5px !important;
}

input[type="text"] {
	display: inline-block !important;
}

.mfp_rows p {
	text-align: left;
}

.mfp_buttons {
	display: flex;
	justify-content: center;
	gap: 4px;
}

.mfp_buttons > button {
	font-weight: normal;
}

.mfp_buttons > br {
	display: none;
}

form#mailformpro+p {
	margin: 0;
}

@media screen and (min-width: 820px) {
	 input.mfp_element_tel {
		display: inline-block;
	}
}

/*----------------------------------------------------------------------
datepicker
-----------------------------------------------------------------------*/
.ui-datepicker-trigger {
	display: inline;
	width: 18px;
	height: 18px;
	margin: 0px 16px 0px 8px;
	vertical-align: -4px;
	cursor: pointer;
}

table.ui-datepicker-calendar tbody td:first-child a.ui-state-default {
	color: #F00;
}
table.ui-datepicker-calendar tbody td:last-child a.ui-state-default {
	color: #00F;
}

/*----------------------------------------------------------------------
2026_0321追加
-----------------------------------------------------------------------*/
.mb_L {
	margin-bottom: 0;
}

.post_content h1 {
	margin-bottom: 4px;
}

span.post_sub-title {
	display: block;
	font-size: 1.4375rem;
	font-weight: 700;
	color: #8C8C93;
}
@media screen and (max-width: 736px) {
	span.post_sub-title {
		font-size: 20px;
	}
}

a#ReformBanner {
	display: table !important;
	width: 100%;
	max-width: 680px;
	margin: 4rem auto 0;
}
@media screen and (max-width: 736px) {
	a#ReformBanner {
		margin-top: 3.25rem;
	}
}

/*----------------------------------------------------------------------
レスポンシブ調整
-----------------------------------------------------------------------*/
@media screen and (max-width: 900px) {
	main div.relative {
		margin: 0 calc(50% - 50vw);
		min-height: auto;
	}
}
@media screen and (max-width: 736px) {
	main div.relative {
		height: 60vw !important;
	}
}

@media screen and (max-width: 1100px) {
	 .post_body > ul.square li, .post_body pre+ul li {
		margin: 0 14px 0 30px;
	}
}