@charset "utf-8";

/*------------------------------------------------------------
	templete
------------------------------------------------------------*/
#conts p {
	margin-bottom: 24px;
	line-height: 2;
	text-align: justify;
	word-break: break-all;
	font-weight: 400;
	letter-spacing: 0.01em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: min(4vw, 1.6rem);
}

#conts .comTextBox {
	p+.comLink {
		margin: 40px auto 0;

	}

	p {
		font-size: min(4vw, 1.6rem) !important;
		line-height: 1.8 !important;
	}

	.headLine05 {
		color: #333;
	}
}

@media screen and (max-width: 767px) {

	#conts .comTextBox {
		p {
			line-height: 1.6 !important;
		}
	}
}

#conts section .comLink,
#conts section .comLink-news {
	max-width: initial !important;
	margin: 56px auto;
	display: flex;
	justify-content: flex-end;
	text-align: right;

	a {
		color: #8b787d;
		font-weight: 600 !important;
		background-color: initial;
		font-size: min(4vw, 1.5rem);
		padding: 8px min(4vw, 3rem) 16px min(calc(4vw * 1.5), calc(1.5rem * 1.5));
		line-height: 1.6;
		justify-content: flex-end;
		max-width: 300px;
		min-height: initial;
		position: relative;
		border-right: .5px solid #6B6A6E;
		min-height: initial;
		height: initial;
		position: relative;
		text-align: left;
		line-height: 1.4;
		text-decoration: underline;
		display: flex;
		font-family: 'Shippori Mincho', serif;

		&:hover {
			text-decoration: none;
		}

		&::before {
			content: "▶";
			position: absolute;
			left: 0;
			top: 8px;
		}

		/* &::after {
			content: "";
			position: absolute;
			min-width: 300px;
			width: 100%;
			border-top: initial;
			border-right: initial;
			height: initial;
			border-bottom: .5px solid #6B6A6E;
			transform: initial;
			right: 0;
			bottom: 0;
			font-weight: 600;
		} */
	}
}

#conts section {
	.comLink + .comLink {
		margin: -40px auto 56px;
	}
}

#conts p .bold {
	font-weight: 500;
}

#conts p .line,
.comTextUl li .line {
	font-weight: 400;
	background: linear-gradient(transparent 70%, #f7f1c5b0 70%);
}

#conts .info01 {
	margin-bottom: 95px;
}

/* #conts .comTextBox.color02 {
	margin-bottom: 48px;
} */

/* #conts .comCardBox01 {
	margin-bottom: 80px;
} */

/* #conts .comCardBox01 dt {
	padding: 23px 40px 18px 24px;
}

#conts .comCardBox01 dd {
	padding: 0;
} */

@media all and (max-width: 896px) {
	#conts p {
		margin-bottom: 25px;
		line-height: 1.8;
	}

	#conts .name {
		font-size: 1.3rem;
		line-height: 2.0;
	}

	#conts .info01 {
		margin-bottom: 39px;
	}

	/* #conts .comTextBox.color02 {
		margin-bottom: 40px;
	} */

	#conts .info02 {
		margin-bottom: 48px;
	}

	/* #conts .comCardBox01 dt {
		padding: 14px 50px 18px 16px;
	} */
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	max-width: 320px;
	width: 100%;
	margin: 56px auto;
}

.comLink a {
	background: initial;
	padding: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 58px;
	box-sizing: border-box;
	font-size: 1.5rem;
	background-color: #D3968F;
	color: #fff;
	position: relative;
	font-weight: 400;
	text-align: center;
}

.comLink a::before {
	/* position: absolute;
	content: "";
	top: 10px;
	left: -6px;
	width: 32px;
	height: 1px;
	background-color: #fff;
	transform: rotate(-45deg); */
}

.comLink a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 16px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}

.comLink a:hover {
	opacity: 0.7;
	transition: ease .5s;
}

/*------------------------------------------------------------
	comTextUl
------------------------------------------------------------*/


.comTextUl::before {
	/* position: absolute;
	content: "";
	top: 10px;
	left: -6px;
	width: 32px;
	height: 1px;
	background-color: #c4b574;
	transform: rotate(-45deg); */
}

.comTextUl::after {
	/* position: absolute;
	content: "";
	bottom: 10px;
	right: -6px;
	width: 32px;
	height: 1px;
	background-color: #c4b574;
	transform: rotate(135deg); */
}

.comTextOl {
	list-style-type: none;
	counter-reset: item;
}

.comTextUl li,
.comTextOl li {
	margin-bottom: 0;
	letter-spacing: 0.05em;
	border-bottom: 1px dotted #ccc;
	display: flex;
	min-height: min(15.73vw, 70px);
	align-items: center;
	position: relative;
	background: initial;
}

.comTextUl li:last-child,
.comTextOl li:last-child {
	border-bottom: 0;
}

.comTextUl li::before {
	position: absolute;
	content: "";
	left: min(6.4vw, 24px);
	top: calc(50% - 4px);
	width: 14px;
	height: 7px;
	border-left: 1px solid #957575;
	border-bottom: 1px solid #957575;
	transform: rotate(-45deg) translateY(-50%);
	/* background-image: url("../common/img/icon11.webp");
	background-size: 16px;
	background-repeat: no-repeat;
	width: 16px;
	height: 13px;
	left: 24px;
	top: 50%;
	transform: translateY(-50%); */

}

.comTextOl li::before {
	position: absolute;
	counter-increment: item;
	content: counter(item)'.';
	top: 50%;
	left: 24px;
	color: #957575;
	font-weight: 600;
	transform: translateY(-50%);
	font-family: 'Shippori Mincho', serif;
}

@media all and (max-width: 896px) {

	.comTextUl li,
	.comTextOl li {
		letter-spacing: 0.025em;
		margin-bottom: 0;
		background-position: initial !important;
	}

	.comTextUl li::before,
	.comTextOl li::before {
		left: 4px;
	}
}

.template-list-negative li::before {
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

/*------------------------------------------------------------
	comTxtUl メモ：未使用の可能性
------------------------------------------------------------*/
.comTxtUl {
	margin-bottom: 37px;
	position: relative;
	border-top: 0;
}

.comTxtUl::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	/* background-color: #B9B9B9; */
	border-top: 1px dotted #B9B9B9;
	z-index: 2;
}

.comTxtUl::before {
	top: 0;
	left: 0;
}

.comTxtUl::after {
	bottom: 0;
	left: 0;
}

.comTxtUl li {
	width: 50%;
	padding: 15px 20px 15px 50px;
	line-height: 1.4;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	background: initial;
	background-size: 14px auto;
	border-bottom: 1px dotted #B9B9B9;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	height: 64px;
}

.comTxtUl li::before {
	position: absolute;
	content: "";
	background-image: url("../common/img/icon11.webp");
	background-size: 16px;
	background-repeat: no-repeat;
	width: 16px;
	height: 13px;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
}

/*------------------------------------------------------------
	comTable メモ：.comTable th.pho 未使用の可能性
------------------------------------------------------------*/

.comTable th.pho {
	vertical-align: top;
}

.comTable th.pho>div {
	max-width: 211px;
	padding: 8px;
}


/*------------------------------------------------------------
	comImgInner
------------------------------------------------------------*/
.comImgInner {
	margin-bottom: 80px;
	padding: 0 0 0 36px;
	background: #F7F7F7;
	border-bottom: none;
	height: 242px;
}

.comImgInner .pho {
	width: 300px;
}

.comImgInner .textBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

.comImgInner p {
	text-align: center;
	padding-top: 90px;
	padding-left: 15px;
	font-size: 1.4rem;
	line-height: 1.8 !important;
	letter-spacing: 0.05em !important;
	font-weight: bold !important;
	font-family: 'Shippori Mincho', serif !important;
	color: #6B6A6E;
	width: 343px;
	background: url("../img/templete/photo03.webp") no-repeat right center / cover;
	margin: 0 !important;
}

.comImgInner p span {
	font-size: 1.7rem;
}

.comImgInner ul {
	width: 344px;
	display: flex;
	justify-content: space-between;
	margin: 61px 0 0;
}

.comImgInner ul li {
	width: 160px;
	height: 120px;
}

.comImgInner ul li:first-of-type a {
	background: url(../img/templete/comImgInner01.webp) no-repeat center top / contain;
	box-sizing: border-box;
	padding: 0;
}

.comImgInner ul li:nth-of-type(2) {
	background: url(../img/templete/comImgInner02.webp) no-repeat center top / contain;
}

.comImgInner a {
	padding: 0;
	font-size: 1.7rem;
	display: block;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 120px;
}

.comImgInner a:hover {
	opacity: 0.7;
}

.comImgInner a span {
	padding: 0;
	display: inline-block;
	background: none;
}

.comImgInner li:not(:last-child) {
	margin-bottom: 17px;
}

.comImgInner li:last-child a {
	color: #fff;
	background: none;
}

.comImgInner li:last-child a span {
	background: none;
}

@media all and (max-width: 896px) {
	.comImgInner {
		display: block;
		padding: 24px;
		height: auto;
		/**/
		margin: 0 auto 80px;
		/**/
		padding: 0;
		/**/
	}

	.comImgInner .pho {
		margin: -9px 26px 19px;
		width: auto;
		text-align: center;
	}

	.comImgInner .textBox {
		margin-top: 0;
		width: auto;
		flex-direction: column-reverse;
		/**/
		align-items: center;
		/**/
	}

	.comImgInner p {
		font-size: 1.5rem;
		line-height: 2 !important;
		display: block !important;
		/**/
		width: 100%;
		/**/
		box-sizing: border-box;
		/**/
		padding-bottom: 37px;
		/**/
		text-align: left;
		/**/
		font-size: 1.4rem;
		/**/
	}

	.comImgInner p .pc {
		display: block !important;
		/**/
	}

	.comImgInner ul {
		margin-top: 0;
		box-sizing: border-box;
		/**/
		padding: 24px 9px;
		/**/
	}

	.comImgInner a {
		padding: 15px 0 16px;
	}

	.comImgInner a span {
		background-size: 21px auto;
	}

	.comImgInner li:not(:last-child) {
		margin-bottom: 18px;
		margin-bottom: 0;
		/**/
	}

	.comImgInner li:last-child a span {
		background-size: 21px auto;
	}
}

/*------------------------------------------------------------
	comTextList メモ：未使用の可能性
------------------------------------------------------------*/
.comTextList {
	margin-bottom: 40px;
	padding: 24px 16px;
	background-color: #FCF8E8;
}

.comTextList li {
	padding: 0 0 24px 1em;
	text-indent: -1em;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.comTextList li:last-child {
	padding-bottom: 0 !important;
}

@media all and (max-width: 896px) {
	.comTextList li {
		padding-bottom: 16px;
		text-indent: -1em;
		line-height: 1.6;
	}
}

/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
	margin: 40px auto;
	padding: 40px;
	background-color: #fbf9f2;
}

@media all and (min-width: 0px) and (max-width: 896px) {
	.comTextBox {
		padding: 32px min(5.33vw, 20px);
	}
}

.comTextBox+.comTextBox {
	margin: -32px auto 40px;
}

.comTextBox.color01 {
	background-color: #FEF1EF;
}

.comTextBox.color01 .headLine05 {
	border-bottom-color: #FFE1DB;
}

.comTextBox.color02 {
	background-color: #eff9fb
}

.comTextBox.color02 .headLine05 {
	border-bottom-color: #ccc;
}

.comTextBox p:last-child {
	margin-bottom: 0 !important;
}

strong {
	font-weight: 500;
}

/* 6/12追記 */
.comBoxList {
	border: 2px solid #e5e5e5;
	padding: min(8.53vw, 40px) min(4vw, 40px);

	p {
		font-size: min(4vw, 1.5rem) !important;
		line-height: 1.8 !important;
	}
}

.comBoxList h3 {
	margin-bottom: 16px;
	font-size: min(4.26vw, 2rem);
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-weight: 600;
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: 2px solid #e9e9e9;
}

.comBoxList ul {
	margin-bottom: 80px;
}

.comBoxList ul:last-child {
	margin-bottom: 0;
}

.comBoxList li {
	font-size: min(4vw, 1.5rem);
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.01em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media all and (min-width: 0px) and (max-width: 896px) {

	.comBoxList h3 {
		text-indent: -1.6em;
		padding-left: 1.6em;
	}
}

.comBoxList .textBox {
	max-width: 450px;
	width: 100%;
	text-align: justify;
}

.comBoxList .pho {
	max-width: 180px;
	width: 100%;
}

@media all and (max-width: 896px) {
	.comBoxList ul {
		flex-direction: column-reverse;
	}

	.comBoxList .textBox {
		width: 100%;
		max-width: initial;
	}

	.comBoxList .pho {
		margin: 8px auto 24px;
		max-width: initial;
		width: 90%;
	}
}


/*================================
-250624 add
=================================*/

.templete-page-post {
	p {
		a {
			text-decoration: underline;
			color: #957575;

			&:hover {
				text-decoration: none;
			}
		}
	}

	.secBoxWrap {
		&:last-child {
			padding-bottom: 80px !important;
		}
	}
}

.templete-page-post-inner {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	margin-bottom: 104px;

	p {
		line-height: 1.8;
		text-align: justify;
		word-break: break-all;
		font-weight: 400;
		letter-spacing: 0.01em;
		margin-bottom: 25px;
	}

	h2,
	h3 {
		font-family: 'Shippori Mincho', serif;
	}

	h2 {
		margin-bottom: 32px;
		padding: 0 16px 12px 24px;
		position: relative;
		font-size: min(5.86vw, 2.4rem);
		letter-spacing: 0.05em;
		line-height: 1.4;
		font-weight: 600;
		border-bottom: .5px solid #ccc;

		&::before {
			content: "";
			position: absolute;
			width: 6px;
			height: calc(100% - 8px);
			top: 0;
			left: 0;
			background-color: #957575;
			z-index: 1;
		}

		&::after {
			content: "";
			position: absolute;
			width: 6px;
			height: calc(50% - 4px);
			bottom: 8px;
			left: 0;
			background-color: #D3968F;
			z-index: 1;
		}
	}

	h3 {
		position: relative;
		margin-bottom: 24px;
		padding: 0 0 0 min(5.33vw, 20px);
		font-size: min(5.33vw, 2rem);
		letter-spacing: 0.05em;
		line-height: 1.4;
		font-weight: 600;
		background: initial;

		&::before {
			position: absolute;
			content: "";
			background-image: url("../common/img/icon13.webp");
			background-size: 8px;
			background-repeat: no-repeat;
			width: 8px;
			height: 8px;
			left: 0;
			top: 15px;
			transform: translateY(-50%);
		}
	}

	h4 {
		color: #957575;
		margin-bottom: 24px;
		font-size: min(4.8vw, 1.8rem);
		letter-spacing: 0.05em;
		line-height: 1.4;
		font-weight: 600;
	}

	h5 {
		margin-bottom: 24px;
		padding-bottom: 8px;
		font-size: min(4.53vw, 1.7rem);
		letter-spacing: 0.05em;
		line-height: 1.4;
		font-weight: 500;
		border-bottom: 1px solid #EBE3C4;
	}

	p {
		margin-bottom: 25px;
	}

	ul:not(.comQa),
	ol:not(.comQa) {
		margin: 40px auto;
		padding: 0 16px;
		background-color: #fbfbfb;
		display: grid;
		grid-template-columns: 1fr;
		position: relative;

		>li:not(.comQa li) {
			margin-bottom: 0;
			padding: 0 0 0 54px;
			font-size: 1.5rem;
			letter-spacing: 0.05em;
			border-bottom: .5px dotted #ccc;
			display: flex;
			height: 72px;
			align-items: center;
			position: relative;
			background: initial;
			font-weight: 500;

			&:last-child {
				border-bottom: 0;
			}
		}
	}

	figure {
		max-width: 500px;
		display: flex;
		justify-content: center;
		margin: 40px auto;

		>img {
			width: 90%;
			height: auto;
			display: block;
			background-color: #fbfbfb;
		}
	}

	ul {
		>li:not(.comQa li) {
			&::before {
				position: absolute;
				content: "";
				background-image: url("../common/img/icon11.webp");
				background-size: 16px;
				background-repeat: no-repeat;
				width: 16px;
				height: 13px;
				left: 24px;
				top: 50%;
				transform: translateY(-50%);
			}
		}
	}

	b,
	strong {
		font-weight: 500;
		background: linear-gradient(transparent 70%, rgb(227, 227, 143) 100%);
	}

	>h2:first-child {
		margin: 0 0 25px;
	}

	h2+h3,
	h3+h4,
	h4+h5,
	h5+h6 {
		margin: 24px 0 24px;
	}

	.pageNavi {
		margin-top: 96px;
	}
}

@media screen and (max-width: 896px) {
	.templete-page-post-inner {

		h2 {
			font-size: 1.9rem;

			&::before,
			&::after {
				width: 4px;
			}
		}

		h3 {
			font-size: 1.8rem;
			line-height: 1.4;
		}

		ul:not(.comQa),
		ol:not(.comQa) {
			letter-spacing: 0.025em;
			margin-bottom: 0;
			background-position: initial !important;
			padding-left: 34px;
			padding-bottom: 8px;

			>li:not(.comQa li) {
				letter-spacing: 0.025em;
				margin-bottom: 0;
				background-position: initial !important;
				padding-left: 34px;
			}
		}

		ul {
			>li:not(.comQa li) {
				&::before {
					left: 9px;
				}
			}
		}


	}
}