@charset "utf-8";

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
	display: flex;
	flex-wrap: wrap;
}

.flexA {
	justify-content: space-around;
}

.flexB {
	justify-content: space-between;
}

.flexC {
	justify-content: center;
}

#gnavi-ul {
	justify-content: center;
}


/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.gothic {
	font-weight: 400;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.f-normal,
.f-normal li {
	font-weight: 400 ! important;
}


/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1100px;
	margin: 0 auto;
}

@media all and (max-width: 896px) {
	.content {
		margin: 0 20px;
		width: auto !important;
	}
}

/*------------------------------------------------------------
	mainview
------------------------------------------------------------*/

#sub-mainview { display:flex; justify-content:center; align-items:center; width:100%; height:auto; aspect-ratio:780/390; margin:0 0 3.85vw; position:relative; z-index:998; }
#sub-mainview dt { position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; }
#sub-mainview dt img { width:100%; height:auto; aspect-ratio:780/390; object-fit:cover; }
#sub-mainview dd { display:table; min-width:60%; max-width:84%; background:rgba(255,255,255,0.85); padding:4.05vw 10.25vw; }

@media screen and (min-width:897px){
#sub-mainview { height:215px !important; overflow:hidden; aspect-ratio:2732/500; margin:0 0 30px; }
#sub-mainview dt {}
#sub-mainview dt img { aspect-ratio:2732/500; }
#sub-mainview dd { min-width:400px; max-width:800px; padding:20px 80px; }
}

#sub-mainview {

	.comTopEn {
		line-height: 1.4;
		font-size: min(3.2vw, 1.4rem);
		margin-bottom: min(1.06vw, 4px) !important;
	}

	.headLine01 {
		font-size:min(4.8vw, 2.4rem);
		margin-bottom: 0;
		font-weight: 500;
		color: #4b3d3d;

		&::before {
			content: none;
		}
	}
}


/*------------------------------------------------------------
	comSlideBox
------------------------------------------------------------*/

@media all and (max-width:896px) {
.bnr-box-basic { width:auto; height:35vw; padding:5.13vw 0; margin: 0 auto; }
.bnr-box-basic .prev,
.bnr-box-basic .next { display: none !important; }
.bnr-box-basic .pho { width:100% !important; margin:0; float:none; }
.bnr-box-basic .pho img { width:100%; height:auto; }
.bnr-box-basic .slick-dots { position:absolute; bottom:-6vw; left:50%; width:100%; margin:0 0 0 -50%; box-sizing:border-box; }
.bnr-box-basic .slick-slide { padding:0 1.06vw; }
}

@media all and (min-width:897px) {
.bnr-box-basic { width:782px; height:160px; margin:0 auto; position:relative; }
.bnr-box-basic .slideBox { width:782px; height:110px; overflow:hidden; }
.bnr-box-basic .slideBox.slick-initialized { width:auto; height:auto; overflow:visible; }
.bnr-box-basic .slide-arrow { position:absolute; top:55px; width:10px; margin-top:-9px; cursor:pointer; }
.bnr-box-basic .prev { left:-20px; }
.bnr-box-basic .next { right:-20px; }
.bnr-box-basic .slick-dots { position:absolute; bottom:-30px; left:50%; width:100%; margin:0 0 0 -50%; box-sizing:border-box; }
.bnr-box-basic .pho { display:inline-block; width:375px !important; margin:0 8px; vertical-align:top; box-sizing:border-box; }
.bnr-box-basic .pho img { width:100%; }
}

.slideBox,
.slideBox .slick-dots {
	display: none !important;
}

.slideBox.slick-initialized,
.slideBox.slick-initialized .slick-dots {
	display: block !important;
}




/*------------------------------------------------------------
	comTopEn
------------------------------------------------------------*/
.comTopEn {
	color: #957575;
	font-size: min(4vw, 1.6rem) !important;
	margin-bottom: min(1.06vw, 4px) !important;
	font-weight: 400;
	text-align: center !important;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.01em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 73px;
	position: relative;
	text-align: center;
	font-size: min(4.8vw, 2.4rem);
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.6;
	color: #6B6A6E;
}

.headLine01::before {
	width: 24px;
	height: 2px;
	position: absolute;
	margin-left: -12px;
	left: 50%;
	bottom: -17px;
	background: linear-gradient(#DEC7BF 0%, #957575 100%);
	content: "";
}

.headLine01 .txt {
	margin-top: 2px;
	display: block;
	font-weight: 500;
	font-size: min(2.93vw, 1.3rem);
	letter-spacing: 0.1em;
	color: #8b787d;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 61px;
		line-height: 1.35;
		letter-spacing: 0.05em;
	}

	.headLine01::before {
		width: 40px;
		margin-left: -20px;
		bottom: -18px;
	}

	.headLine01 .txt {
		margin-top: 8px;
		letter-spacing: 0em;
	}
}

.headLine02 {
	margin-bottom: 32px;
	padding: 12px min(4.26vw, 24px);
	position: relative;
	font-size: min(5.06vw, 2.2rem);
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-weight: 500;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #957575;
	color: #fff;

	.small {
		font-size: min(3.73vw, 1.6rem);
		display: inline-block;
		padding-left: min(2.13vw, 8px);
	}

	&::before {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -8px;
		height: 0;
		width: 0;
		border-right: min(4.26vw, 20px) solid transparent;
		border-left: min(4.26vw, 20px) solid transparent;
		border-top: min(2.66vw, 10px) solid #957575;
		border-bottom: 0;
		z-index: 1;
	}
}

@media screen and (max-width: 420px) {
	.headLine02 {
		min-height: min(18.13vw, 80px);

		&::before {
			bottom: -2.2vw;
		}
	}
}

.headLine03 {
	position: relative;
	font-size: min(4.8vw, 2.1rem);
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: min(5.33vw, 20px);
	padding: 0 min(4.26vw, 20px) min(2.13vw, 8px) 0;
	position: relative;
	color: #4b3d3d;

	a {
		text-decoration: underline;
		color: #4b3d3d;

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

	&::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #957575;
		height: 2.5px;
		width: min(3.2vw, 12px);
		z-index: 1;
	}

		&::after {
		content: "";
		position: absolute;
		left: min(4.26vw, 16px);
		bottom: 0;
		background-color: #867a7a;
		height: 2.5px;
		width: calc(100% - min(4.26vw, 16px));
		z-index: 1;
	}
}

.headLine04:not(.layout-att-box .headLine04) {
	font-size: min(4.26vw, 2rem);
	background-color: #969292;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 28px;
	padding: min(2.13vw, 12px) min(4.26vw, 24px);
	position: relative;
	color: #fff;
}

.headLine05 {
	font-size: min(4.26vw, 2rem);
	margin-bottom: 28px;
	padding-left: min(4vw, 1.8rem);
	line-height: 1.4;
	border-left: min(2.13vw, 8px) solid #969292;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-weight: 500;
	position: relative;

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

.headLine06 {
	font-size: min(4.26vw, 2rem);
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 16px;
	font-weight: 600;
	color: #957575;
}

.headLine02+.comImgSub,
.headLine03+.comImgSub {
	margin-top: 40px;
}

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

	.headLine04+.comImgSub,
	.headLine05+.comImgSub {
		margin-top: 40px;
	}
}

/*------------------------------------------------------------
	comCardBox
------------------------------------------------------------*/
.comCardBox,
.comMenuBox,
.categoryBox {
	margin-bottom: 33px;
	border: 1px solid #ccc;
}

.comCardBox dt,
.comMenuBox dt,
.categoryBox dt {
	padding: 16px 40px 17px 22px;
	position: relative;
	font-size: min(4.26vw, 1.8rem);
	letter-spacing: 0.05em;
	cursor: pointer;
	color: #4b3d3d;
	font-weight: 500;
	background-color: #f7f7f7;
}

.comCardBox dt .en,
.comMenuBox dt .en,
.categoryBox dt .en{
	margin-left: 15px;
	color: #95897e;
	font-size: min(3.2vw, 1.3rem);
	letter-spacing: 0.02em;
}

.comCardBox dt::before,
.comMenuBox dt::before,
.categoryBox dt::before {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 25px;
	top: 40%;
	background: url("../img/icon09.webp") no-repeat;
	background-size: 16px;
	content: "";
}

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

	.comCardBox dt::before,
	.comMenuBox dt::before,
	.categoryBox dt::before {
		right: 19px;
	}
}

.comCardBox dt.on::before,
.comMenuBox dt.on::before,
.categoryBox dt.on::before {
	background-image: url("../img/icon09_on.webp");
}

.comCardBox dt::after,
.comMenuBox dt::after,
.categoryBox dt::after {
	width: 40px;
	margin-top: -16px;
	position: absolute;
	right: 63px;
	content: "MENU";
	font-size: min(2.4vw, 10px);
	right: 12px;
	text-align: center;
	bottom: 10px;
}

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

	.comCardBox dt::after,
	.comMenuBox dt::after,
	.categoryBox dt::after {
		right: 8px;
	}
}

.comCardBox dt.on::after,
.comMenuBox dt.on::after,
.categoryBox dt.on::after {
	content: "CLOSE";
}

.comCardBox dd,
.comMenuBox dd,
.categoryBox dd {
	padding: 12px min(5.33vw, 20px) 22px;
	display: none;
	background-color: #fdfdfd;
}

.comCardBox ul,
.comMenuBox ul,
.categoryBox ul {
	margin-top: -16px;
}

.comCardBox li,
.comMenuBox li,
.categoryBox li {
	margin-top: 20px;
	width: 46.4%;
}

.comCardBox li a,
.comMenuBox li a,
.categoryBox li a {
	padding-left: 24px;
	display: inline-block;
	letter-spacing: 0.025em;
	background: url("../img/icon08.webp") no-repeat 1px 7px / 8px;
	font-size: min(3.73vw, 1.5rem);
	font-weight: 400;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.comCardBox li a:hover,
.comMenuBox li a:hover,
.categoryBox li a:hover {
	opacity: 0.7;
}

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

	.comCardBox,
	.comMenuBox,
	.categoryBox {
		margin-bottom: 40px;
	}

	.comCardBox dt,
	.comMenuBox dt,
	.categoryBox dt {
		padding: 18px 50px 18px 17px;
		letter-spacing: 0.02em;
	}

	.comCardBox dt .en,
	.comCardBox dt .en,
	.categoryBox dt .en {
		margin-left: 15px;
	}

	.comCardBox ul,
	.comCardBox ul,
	.categoryBox ul {
		display: block;
	}

	.comCardBox li,
	.comCardBox li,
	.categoryBox li {
		width: auto;
	}
}

/*------------------------------------------------------------20250323追加
	categoryBox
------------------------------------------------------------*/
/* .categoryBox {
	margin-bottom: 33px;
}

.categoryBox dl {
	border: 1px solid #ccc;
}

.categoryBox dt {
	padding: 16px 40px 17px 22px;
	position: relative;
	font-size: min(4.26vw, 1.8rem);
	letter-spacing: 0.05em;
	cursor: pointer;
	color: #4b3d3d;
	font-weight: 500;
	background-color: #f7f7f7;

	.en {
		margin-left: 15px;
		font-size: min(3.2vw, 1.3rem);
		letter-spacing: 0.02em;
		color: #95897e;
	}

	&::before {
		width: 16px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		right: 25px;
		top: 40%;
		background: url(../img/icon09.webp) no-repeat;
		background-size: 16px;
		content: "";
	}

	&::after {
		width: 40px;
		margin-top: 5px;
		position: absolute;
		right: 63px;
		content: "MENU";
		font-size: min(2.4vw, 10px);
		right: 12px;
		text-align: center;
		bottom: 10px;
		background-color: initial;
	}
}

.categoryBox dt.on::before {
	background-image: url(../img/icon09_on.webp);
}

.categoryBox dt.on::after {
	content: "CLOSE";
}

.categoryBox.comCardBox01 dt {
	background: none;
}

.categoryBox dd {
	display: none;
}

.categoryBox li {
	width: 46.4%;
}

.categoryBox li a {
	padding-left: 24px;
	display: inline-block;
	font-size: min(4vw, 1.5rem);
	font-weight: 400;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	letter-spacing: 0.025em;
	background: url("../img/icon08.webp") no-repeat 1px 7px / 8px;
}

.categoryBox li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.categoryBox {
		margin-bottom: 40px;
	}

	.categoryBox dt {
		padding: 18px 50px 18px 17px;
		letter-spacing: 0.02em;
	}

	.categoryBox dt .en {
		margin-left: 15px;
	}

	.categoryBox ul {
		display: block;
	}

	.categoryBox li {
		width: auto;
	}
} */

/*------------------------------------------------------------
	comPhoBox
------------------------------------------------------------*/
.comPhoBox {
	margin-bottom: 72px;
}

.comPhoBox .pho {
	max-width: 600px;
	margin: min(10.66vw, 40px) auto;
}

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

.secBoxWrap .comPhoBox:last-child {
	margin-bottom: 0 !important;
}

@media all and (max-width: 896px) {
	.comPhoBox .pho {
		text-align: center;
		width: 90%;
	}
}

/*------------------------------------------------------------
	comCatalogBox
------------------------------------------------------------*/
.comCatalogBox,
.comCatalogBox-fold {
	margin: 40px auto 96px;
	background-color: #fbfbfb;
	padding: 32px 16px;
}

.comCatalogBox .title,
.comCatalogBox-fold .title {
	margin-bottom: 6.5px !important;
	padding: 4px 8px 18px 10px !important;
	font-size: 1.5rem !important;
	line-height: 1.5 !important;
	letter-spacing: 0.1em !important;
	border-bottom: .5px solid #957575;
	font-weight: 700 !important;
	/* font-family: 'Shippori Mincho', serif !important; */
	font-family: "Noto Serif JP", serif !important;
	color: #000000;
}

.comCatalogBox li,
.comCatalogBox-fold li {
	width: 50%;
	box-sizing: border-box;
	border-bottom: .5px dashed #ccc;
}

.comCatalogBox li a,
.comCatalogBox-fold li a {
	display: flex;
	padding: 0 min(6.4vw, 26px) 0 min(8.53vw, 42px);
	align-items: center;
	height: 56px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #000000;
	position: relative;
	background: initial;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.comCatalogBox li a::before,
.comCatalogBox-fold li a::before {
	position: absolute;
	content: "";
	background-image: url("../img/icon10.webp");
	background-repeat: no-repeat;
	background-size: 6px;
	width: 6px;
	height: 8px;
	top: 50%;
	left: min(4.26vw, 16px);
	transform: translateY(-50%);
}

.comCatalogBox li a:hover,
.comCatalogBox-fold li a:hover {
	opacity: 0.7;
}

@media all and (min-width: 897px) {

	.comCatalogBox li:nth-child(2n-1) a,
	.comCatalogBox-fold li:nth-child(2n-1) a {
		border-right: .5px dashed #ccc;
	}

	.comCatalogBox+.pho,
	.comCatalogBox-fold+.pho {
		max-width: 600px;
		margin: 0 auto 55px;
	}
}

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

	.comCatalogBox,
	.comCatalogBox-fold {
		width: calc(100% + 15px * 2);
		margin-left: -15px;
		margin-bottom: 0;
	}

	.comCatalogBox .title,
	.comCatalogBox-fold .title {
		padding: 0 8px 8px 0 !important;
	}

	.comCatalogBox ul,
	.comCatalogBox-fold ul {
		display: block;
	}

	.comCatalogBox li,
	.comCatalogBox-fold li {
		width: auto;
	}

	.comCatalogBox li:last-child,
	.comCatalogBox-fold li:last-child {
		border-bottom: none !important;
	}
}

/*------------------------------------------------------------
	comTextUl
------------------------------------------------------------*/
.comTextUl,
.comTextOl {
	margin: 40px auto;
	padding: 0 min(4.26vw, 16px);
	background-color: #fbfbfb;
	border: .5px solid #ccc;
	display: grid;
	grid-template-columns: 1fr;
	position: relative;

	li {
		font-size: min(3.73vw, 1.6rem);
		letter-spacing: 0.05em;
		padding-left: min(7.2vw, 55px);
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
		font-weight: 400;
	}

	.line {
		font-weight: 500;
		background: linear-gradient(transparent 70%, #fcf8e2 70%);
	}
}

.comTextUl li {
	margin-bottom: 15px;
	border-bottom: .5px dotted #ccc;
	background: url("../img/icon11.webp") no-repeat left 25px top 7px / 14px;
}

.comTextOl li {
	margin-bottom: 15px;
	border-bottom: .5px dotted #ccc;
}

.comTextUl li:last-child,
.comTextOl li:last-child {
	margin-bottom: 0 !important;
	border-bottom: none;
}

.comTextUl li a,
.comTextOl li a {
	text-decoration: underline;
}

.comTextUl li a:hover,
.comTextOl li a:hover {
	text-decoration: none;
	opacity: 0.7;

}

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

	.comTextUl li,
	.comTextOl li {
		margin-bottom: 14px;
		letter-spacing: 0.025em;
		background-position: left 10px top 6px !important;
	}
}

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

.comLink a {
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 58px;
	box-sizing: border-box;
	font-size: 1.5rem;
	background: url("../img/icon12.webp") #E3DAB6 no-repeat right 11px center / 7px;
}

.comLink a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.comLink {
		width: auto;
		max-width: 311px;
	}

	.comLink a {
		height: auto;
		min-height: 58px;
		padding: 5px 15px;
	}
}

/*------------------------------------------------------------
	comCaseList
------------------------------------------------------------*/
.comCaseList {
	margin: -20px 0 55px;
}

.comCaseList>li {
	margin-top: 20px;
	width: 365px;
}

.comCaseList>li a {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	padding: 22px 52px 17px;
	border-bottom: 1px solid #DEDEDE;
}

.comCaseList .phoList {
	margin-bottom: 7px;
	background: url("../img/icon15.webp") no-repeat center top 38px / 48px;
}

.comCaseList .phoList li {
	width: 90px;
	text-align: center;
}

.comCaseList .phoList li span {
	margin-top: 1px;
	display: block;
	color: #707070;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.comCaseList .phoList li:nth-child(2n) span {
	color: #957575;
}

.comCaseList .link span {
	padding: 3px 5px 2px 0;
	display: block;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	border-radius: 15px;
	font-weight: 400;
	background: url("../img/icon14.webp") #F5F5F5 no-repeat right 40px center / 5px;
}

@media all and (min-width: 897px) {
	.comCaseList>li a:hover {
		background-color: #f9f9f9;
		opacity: 0.7;
		transition: ease .5s;
	}

	.comCaseList>li a:hover .link span {
		opacity: 0.7;
		transition: ease .5s;
	}
}

@media all and (max-width: 896px) {
	.comCaseList {
		margin: 0 0 56px;
		display: block;
	}

	.comCaseList>li {
		margin: 0 0 15px;
		width: auto;
	}

	.comCaseList>li:last-child {
		margin-bottom: 0 !important;
	}

	.comCaseList>li a {
		padding: 22px 43px 17px;
	}

	.comCaseList .phoList {
		background-position: center top 41%;
	}

	.comCaseList .phoList li {
		width: 35%;
	}

	.comCaseList .phoList li img {
		width: 100%;
	}
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin: -5px 0 80px;
	font-size: 0;
	clear: both;
	text-align: center;
	font-weight: 400;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin: 5px 4px 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
	vertical-align: top;
	background-color: #6b6a6e;
}

.wp-pagenavi span.current {
	color: #000;
	background-color: #F2F2F2;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .extend {
	line-height: 30px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	font-size: 0;
	background: url("../img/icon16.webp") #6b6a6e no-repeat center center / 8px;
}

.wp-pagenavi .nextpostslink {
	background-image: url("../img/icon17.webp");
}

@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #000;
		background-color: #F2F2F2;
	}

	.wp-pagenavi .previouspostslink:hover {
		background-image: url("../img/icon16_on.webp");
	}

	.wp-pagenavi .nextpostslink:hover {
		background-image: url("../img/icon17_on.webp");
	}
}

@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-bottom: 32px;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 5px 2px 0;
		width: 38px;
		height: 38px;
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	margin-bottom: 56px;
}

.pageNavi li {
	width: 120px;
	margin: 0 4px;
}

.pageNavi a {
	padding: 10px 0 11px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: min(3.46vw, 1.4rem);
	background-color: #6b6a6e;
}

.pageNavi a:hover {
	opacity: 0.7;
}

.pageNavi .prev a {
	padding-left: 15px;
	color: #000;
	background: #e1e1e1 url("../img/icon20.webp") no-repeat center left 15px;
	background-size: 6px auto;
}

.pageNavi .next a {
	padding-right: 15px;
	color: #000;
	background: #e1e1e1 url("../img/icon21.webp") no-repeat center right 15px;
	background-size: 6px auto;
}

@media all and (max-width: 896px) {
	.pageNavi {
		margin: 0 -15px 56px;
	}

	.pageNavi li {
		width: 112px;
		margin: 0 2px;
	}

	.pageNavi a {
		padding: 9px 0 11px;
	}
}

@media all and (max-width: 355px) {
	.pageNavi li {
		width: 100px;
	}
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox,
.comImgBox02 {
	align-items: flex-start;
}

.comImgBox .pho,
.comImgBox02 .pho {
	width: 343px;
}

.comImgBox ul {
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	/**/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.comImgBox li {
	padding: 0 13px;
	transition: .3s;
	/**/
	width: 351px;
	box-sizing: border-box;
}

.comImgBox li a {
	padding: 23px 25px;
	display: block;
	font-size: min(4vw, 1.6rem);
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.025em;
	background: url("../img/icon22.webp") no-repeat center right 12px, url("../img/icon13.webp") no-repeat left 4px top 50%;
	background-size: 7px auto, 8px auto;
}

.comImgBox li:not(:last-child) a {
	border-bottom: 2px dotted #B9B9B9;
}

@media all and (min-width: 897px) {

	.comImgBox li:hover,
	.comImgBox02 li:hover {
		background-color: #F5F5F5;
	}
}

@media all and (max-width: 896px) {
	.comImgBox {
		margin: 0 1px;
	}

	.comImgBox .pho {
		margin-bottom: 24px;
		width: 100%;
		order: -1;
	}

	.comImgBox .pho img {
		width: 100%;
	}

	.comImgBox ul {
		width: 100%;
		display: block;
	}

	.comImgBox li {
		width: 100%;
	}
}

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

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

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

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

/*------------------------------------------------------------
	comTextBox メモ：未使用の可能性
------------------------------------------------------------*/
.comTextBox {
	margin-bottom: 40px;
	padding: 17px 13px 15px;
	background-color: #FCF8E8;

	p {
		font-size: min(3.73vw, 1.5rem);
	}
}

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

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

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

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

.pt2Rane th {
	width: auto;
	text-align: left;
}

.pt2Rane td {
	width: 150px;
}

.pt3Rane th {
	width: auto;
	text-align: left;
}

.pt3Rane td {
	width: 200px;
}

.pt4Rane th {
	width: auto;
	text-align: left;
}

.pt4Rane td {
	width: 300px;
}

@media (max-width: 896px) {
	.pt2Rane td {
		width: auto;
	}

	.pt3Rane td {
		width: auto;
	}

	.pt4Rane td {
		width: auto;
	}
}

/*------------------------------------------------------------
	comImgSub
------------------------------------------------------------*/
.comImgSub {
	/* padding-bottom: 16px; */
	margin-bottom: 32px;
	/* border-bottom: .5px solid #DEDEDE; */
}

.comImgSub.noLine {
	border-bottom: none;
}

.comImgSub .textBox {
	width: 385px;
	margin-bottom: 24px;
}

@media screen and (min-width: 897px) {
	.comImgSub .pho {
		padding-left: 24px;
	}
}

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

.comImgSub .pho {
	margin-top: 1px;
	max-width: 343px;
	width: 100%;
	margin: 0 0 32px;
}

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

	.comImgSub .textBox {
		width: 100%;
	}

	.comImgSub .pho {
		text-align: center;
		margin: 0 auto min(10.66vw, 40px);
		width: 90%;
		order: -1;
	}
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	margin-bottom: 30px;
}

.comTable01 {
	margin-bottom: 41px;
}

.comTable p {
	margin-bottom: 0 !important;
	padding: 16px min(4.26vw, 16px);
	color: #fff;
	font-weight: 500 !important;
	letter-spacing: 0.02em;
	background-color: #707070;
	/* font-family: 'Shippori Mincho', serif !important; */
	font-family: "Noto Serif JP", serif !important;
}

.comTable table {
	width: 100%;
	border-collapse: collapse;
	border: .5px solid #ccc;
	box-sizing: border-box;
}

.comTable th,
.comTable td {
	padding: min(3.2vw, 12px) min(4.26vw, 16px);
	font-size: min(3.46vw, 1.4rem);
	vertical-align: middle;
	text-align: center;
	table-layout: fixed;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	border-bottom: .5px solid #ccc;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.comTable th {
	font-weight: 400;
	background-color: #f5f5f5;
	text-align: left;
}

@media screen and (min-width: 897px) {
	.comTable th {
		width: 60%;
		border-right: .5px solid #ccc;
	}
}

.comTable td {
	text-align: right;
	font-weight: 400;
}

@media screen and (min-width: 897px) {
	.comTable01 th {
		width: 30%;
		vertical-align: top;
	}
}

.comTable01 td {
	padding-left: 20px;
	text-align: left;
}

.comTable01 td span {
	display: block;
}

.comTable th.pho {
	padding: 0 !important;
	width: 211px;
}

.comTable th.pho div {
	width: 211px;
}

@media screen and (min-width: 768px) {
	.comTable tr {
		&:last-child {

			th,
			td {
				border-bottom: 0;
			}
		}
	}
}

@media all and (max-width: 896px) {
	.comTable {
		margin-bottom: 40px;
	}

	.comTable01 {
		margin-bottom: 40px;
	}

	.comTable th,
	.comTable td {
		width: 100%;
		display: block;
		width: 100% !important;
		text-align: left;
	}

	.comTable td {
		text-align: right;
		border-bottom: .5px solid #ccc;
	}

	.comTable tr {
		&:last-child {
			td {
				border-bottom: 0;
			}
		}
	}


	.comTable01 td {
		text-align: left;
	}

	.comTable01 td span {
		display: block;
	}

	.comTable th.pho {
		padding: 18px 65px !important;
		background-color: #fff;
	}

	.comTable th.pho div {
		width: auto;
	}
}

/*------------------------------------------------------------
	comQa
------------------------------------------------------------*/
.comQa {
	margin-bottom: 39px;
}

.comQa li:not(:last-child) {
	margin-bottom: 9px;
}

.comQa .qText {
	padding: 16px 64px 17px;
	margin: 0 !important;
	font-weight: 500 !important;
	color: #fff;
	position: relative;
	text-align: left;
	letter-spacing: 0.1em !important;
	background: #707070 url("../img/icon24.webp") no-repeat center right 21px;
	background-size: 15px auto;
	/* font-family: 'Shippori Mincho', serif !important; */
	font-family: "Noto Serif JP", serif !important;
}

.comQa .qText.on {
	background-image: url("../img/icon24_on.webp");
}

.comQa .qText:before {
	position: absolute;
	left: 23px;
	top: 50%;
	transform: translateY(-50%);
	/* background: url("../img/icon23.webp") no-repeat; */
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	content: "Q";
	font-size: min(3.73vw, 1.5rem);
	text-align: center;
	box-sizing: border-box;
}

.comQa .aText {
	display: none;
	padding: 24px 20px 24px 62px;
	margin: 0 !important;
	position: relative;
	line-height: 1.8 !important;
	letter-spacing: 0.025em !important;
	border: 1px solid #F5F5F5;
	font-size: min(3.73vw, 1.5rem) !important;
	background-color: #fbfbfb;

	h2,
	h3,
	h4,
	h5,
	h6 {
		padding-left: 0;
		border-left: 0;
		margin-bottom: 8px;
	}
}

.comQa .aText:before {
	position: absolute;
	left: 30px;
	top: 24px;
	font-weight: 600;
	content: "A.";
	/* font-family: 'Shippori Mincho', serif !important; */
	font-family: "Noto Serif JP", serif !important;
}

@media all and (max-width: 896px) {
	.comQa {
		margin-bottom: 40px;
	}

	.comQa li:not(:last-child) {
		margin-bottom: 9px;
	}

	.comQa .qText {
		padding: 16px 52px 17px;
	}

	.comQa .qText:before {
		left: 12px;
	}

	.comQa .aText {
		padding: 24px 10px 24px 51px;
	}

	.comQa .aText:before {
		left: 19px;
	}
}

/*------------------------------------------------------------
	comTxtUl メモ：未使用の可能性
------------------------------------------------------------*/
.comTxtUl {
	margin-bottom: 37px;
	border-top: 1px dotted #B9B9B9;
}

.comTxtUl li {
	width: 50%;
	padding: 15px 20px 15px 50px;
	line-height: 1.49;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	background: url("../img/icon11.webp") no-repeat left 19px top 21px;
	background-size: 14px auto;
	border-bottom: 1px dotted #B9B9B9;
	box-sizing: border-box;
}

.comTxtUl li:nth-child(2n + 1) {
	border-right: 1px dotted #B9B9B9;
}

@media all and (max-width: 896px) {
	.comTxtUl {
		display: block;
	}

	.comTxtUl li {
		width: auto;
	}

	.comTxtUl li:nth-child(2n + 1) {
		border-right: none;
	}
}

/*------------------------------------------------------------
	comImgInfo
------------------------------------------------------------*/
.comImgInfo {
	margin-bottom: 37px;
}

.comImgInfo .pho {
	width: 319px;
}

.comImgInfo .comTxtUl {
	margin: -1px 0 0;
	width: 400px;
}

.comImgInfo .comTxtUl li {
	width: auto;
	border-right: none;
}

@media all and (max-width: 896px) {
	.comImgInfo {
		margin-bottom: 38px;
	}

	.comImgInfo .pho {
		width: 100%;
		order: -1;
		text-align: center;
	}

	.comImgInfo .comTxtUl {
		margin: 23px 0 0;
		width: 100%;
	}
}

/*------------------------------------------------------------
	comFlow
------------------------------------------------------------*/
.comFlow {
	margin-bottom: 80px;

	.headLine01,
	.headLine02,
	.headLine03,
	.headLine04,
	.headLine05,
	.headLine06 {
		margin-bottom: 16px;
		padding-left: 0;
		border-left: 0;
	}

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

.comFlow li {
	margin-bottom: 63px;
	position: relative;
	padding: 31px 70px 33px 70px;
	background-color: #F5EFE8;
	border: .5px solid #DED8C0;
}

.comFlow li:before {
	margin-left: -19px;
	position: absolute;
	left: calc(50% + 16px);
	bottom: -48px;
	background: url("../img/icon25.webp") no-repeat;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	content: "";
	transform: translateX(-50%);
}

.comFlow li:last-child {
	margin-bottom: 0 !important;
}

.comFlow li:last-child:before {
	display: none;
}

.comFlow h3 {
	margin-bottom: 16px;
	font-size: min(4.53vw, 2rem);
	position: relative;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.comFlow h3 span {
	position: absolute;
	left: -47px;
	top: 2px;
	color: #957575;
}

.comFlow li p {
	letter-spacing: 0.025em !important;
}

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

.comFlow .textBox {
	max-width: 380px;
	width: 100%;
}

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

.comFlow .list01 h3 {
	margin-bottom: 0 !important;
}

@media all and (max-width: 896px) {
	.comFlow {
		margin-bottom: 96px;
	}

	.comFlow li {
		margin-bottom: 56px;
		padding: 27px 20px 33px 20px;
	}

	.comFlow li:before {
		background: url("../img/icon25_sp.png") no-repeat;
		background-size: 24px auto;
		width: 24px;
		height: 28px;
	}

	.comFlow h3 {
		margin: 0 0 8px min(7.46vw, 28px);
	}

	.comFlow h3 span {
		left: min(8vw, -30px);
		top: 0;
	}

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

	.comFlow .pho {
		margin: 0 auto 24px;
		width: 80%;
		max-width: initial;
		order: -1;
		text-align: center;
	}
}

.no-comflow li {
	margin-bottom: 8px !important;
}

.no-comflow li:before {
	display: none !important;
}




/*------------------------------------------------------------
	comLinkImg
------------------------------------------------------------*/
.comLinkImg {
	width: 529px;
	margin: 0 auto 80px;
}

.comLinkImg a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.comLinkImg {
		width: auto;
		text-align: center;
	}
}

/*------------------------------------------------------------
	comImgInner
------------------------------------------------------------*/
.comImgInner {
	margin-bottom: 80px;
	padding: 30px 19px 31px 36px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #DEDEDE;
}

.comImgInner .pho {
	width: 300px;
}

.comImgInner .textBox {
	margin-top: -5px;
	width: 360px;
}

.comImgInner p {
	text-align: center;
	font-size: 1.7rem;
	line-height: 2.38 !important;
	letter-spacing: 0.05em !important;
	font-weight: 700 !important;
	/* font-family: 'Shippori Mincho', serif !important; */
	font-family: "Noto Serif JP", serif !important;
}

.comImgInner ul {
	width: 274px;
	margin: -6px auto 0;
}

.comImgInner a {
	padding: 9px 0 11px;
	font-size: 1.7rem;
	display: block;
	text-align: center;
	background: #E3DAB6 url("../img/icon28.webp") no-repeat center right 17px;
	background-size: 6px auto;
}

.comImgInner a:hover {
	opacity: 0.7;
}

.comImgInner a span {
	padding: 0 0 0 35px;
	display: inline-block;
	background: url("../img/icon26.webp") no-repeat left center;
	background-size: 24px auto;
}

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

.comImgInner li:last-child a {
	color: #fff;
	background-color: #742929;
	background-image: url("../img/icon29.webp");
}

.comImgInner li:last-child a span {
	background: url("../img/icon27.webp") no-repeat left center;
	background-size: 23px auto;
}

@media all and (max-width: 896px) {
	.comImgInner {
		display: block;
		padding: 20px 10px 23px;
	}

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

	.comImgInner .textBox {
		margin-top: 0;
		width: auto;
	}

	.comImgInner p {
		font-size: 1.5rem;
		line-height: 2 !important;
	}

	.comImgInner ul {
		margin-top: 0;
	}

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

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

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

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

/*------------------------------------------------------------
	comTextInfo
------------------------------------------------------------*/
.comTextInfo {
	margin: 0 0 min(24px, 80px);
	padding: min(8.53vw, 32px) min(4.36vw, 24px);
	background-color: #f5f5f5;

	.comLink a {
		background-color: #8b787d;
	}
}

.comTextInfo .text {
	margin: 24px 0 40px !important;
	font-size: min(3.46vw, 1.5rem) !important;
	letter-spacing: 0 !important;
	line-height: 1.82 !important;
}

.comTextInfo .name {
	margin-bottom: 9px !important;
	padding: 17px 18px 16px;
	color: #111;
	font-weight: 500;
	font-size: min(4vw, 1.5rem) !important;
	letter-spacing: 0.1em !important;
	background-color: #FFF;
	/* font-family: 'Shippori Mincho', serif !important; */
	font-family: "Noto Serif JP", serif !important;
	margin-bottom: 24px !important;
}

.comTextInfo .name span {
	font-weight: 700;
}

.comTextInfo .comLink {
	margin-bottom: 0 !important;
}

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

	.comTextInfo .text {
		margin: 0 0 40px !important;
	}

	.comTextInfo .name {
		padding: 3px 18px 5px;
		line-height: 1.6 !important;
	}
}

/*------------------------------------------------------------
	fixBox
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.fixBox {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 90;
	}

	.fixBox li {
		width: 50%;
		box-sizing: border-box;
	}

	.fixBox li:first-child {
		border-right: 1px solid #fff;
	}

	.fixBox a {
		height: 53px;
		display: block;
		font-weight: 500;
		letter-spacing: 0.1em;
		box-sizing: border-box;
		font-size: 1.7rem;
		color: #ffffff;
		background: #6C4141 url("../img/sp_icon01.webp") no-repeat 1.6rem center;
		background-size: 19.5px;
		padding-left: 4.5rem;
		display: flex;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		white-space: nowrap;

	}

	.fixBox a>span {
		display: block;
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.15em;
		line-height: 1;
	}

	.fixBox a>span span {
		display: inline-block;
		font-size: 1.1rem;
		letter-spacing: 0;
		line-height: 1;
		width: 100%;
	}

	.fixBox li:last-child a {
		color: #fff;
		letter-spacing: -0.05em;
		background: #4B3D3D;
		font-size: 1.5rem;
		padding-left: 5rem;
	}

	.fixBox li:last-child a {
		background: #4B3D3D url("../img/sp_icon02.webp") no-repeat 8.8px center;
		background-size: 34px;
	}
}

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

	.comCatalogBox,
	.sp__btn-all-wrap {
		position: relative;
	}

	.comCatalogBox .sp__btn-all,
	.sp__btn-all {
		height: 120px;
		max-height: initial;
		overflow: hidden;
		position: relative;
		margin-bottom: 50px;
	}

	.comCatalogBox .sp__btn-all.on,
	.sp__btn-all.on {
		height: auto;
		margin-bottom: 0;
	}

	.comCatalogBox .js__btn-all a,
	.js__btn-all a {
		position: absolute;
		z-index: 1;
		right: 16px;
		bottom: 22px;
		width: 120px;
		height: 30px;
		font-size: min(3.46vw, 1.3rem);
		color: #000000;
		background: #ffffff;
		border-radius: 15px;
		border: 1px solid #957575;
		line-height: 30px;
		text-align: center;
		font-weight: 400;
	}

	.comCatalogBox .js__btn-all a:after,
	.js__btn-all a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 6px 0 6px;
		border-color: #957575 transparent transparent transparent;
		display: inline-block;
		margin-left: 14px;

	}

	.comCatalogBox .js__btn-all.on,
	.js__btn-all.on {
		display: none;
	}

	.js__btn-all.js__btn-all01 {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
		z-index: 1;
		height: 140px;
		background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 60%);
	}

	.js__btn-all.js__btn-all01 a {
		border: none;
		border-radius: 0;
		right: 0;
		bottom: 0;
	}

	.js__btn-all.js__btn-all01:before {
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 13px;
		border-top: 1px dotted #000;
		background-color: transparent;
		content: '';
	}
}



@media (max-width: 896px) {
	.tonM li {
		display: none;
	}

	.tonM li:first-child {
		display: block;
	}

	.tonM li:nth-child(2) {
		display: block;
	}

	.tonM li:nth-child(3) {
		display: block;
	}

	.tonM li:nth-child(4) {
		display: block;
	}

	.mokuji_more-btn {
		display: flex !important;
		justify-content: end;
		padding: 22px 0 0;
	}

	.mokuji_more-btn button {
		display: block;
		width: 104px;
		height: 30px;
		line-height: 30px;
		background: #fff;
		border: .5px #957575 solid;
		border-radius: 30px;
		text-align: center;
		padding: 0 16px 0 0;
		font-size: 13px;
		color: #000;
		font-family: "Noto Serif JP", serif;
		position: relative;
	}

	.mokuji_more-btn button:after {
		content: "";
		position: absolute;
		top: 68%;
		transform: translateY(-50%);
		right: 12px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 5px 0 5px;
		border-color: #957575 transparent transparent transparent;
		margin: -4px 0 0;
	}

	.more-btn__wrap {
		height: 250px;
		overflow: hidden;
		position: relative;
	}

	.more-btn__wrap:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 80%) 65%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);

	}

	.content__more-btn {
		position: absolute;
		bottom: 14px;
		right: 0;
		width: 100%;
		z-index: 2;
	}

	.content__more-btn:before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 1px;
		border-bottom: 1px #aaa dotted;
	}

	.content__more-btn button {
		position: absolute;
		bottom: -10px;
		right: 0;
		background: #fff;
		border: none;
		padding: 0 16px 0 12px;
		font-size: 13px;
		color: #000;
		font-family: "Noto Serif JP", serif;
	}

	.content__more-btn:after {
		content: "";
		position: absolute;
		bottom: -4px;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 5px 0 5px;
		border-color: #957575 transparent transparent transparent;
		margin: -14px 0 0;
	}
}

.comCatalogBox-fold {
	.tonM li {
		display: none;
	}

	.tonM li:first-child {
		display: block;
	}

	.tonM li:nth-child(2) {
		display: block;
	}

	.tonM li:nth-child(3) {
		display: block;
	}

	.tonM li:nth-child(4) {
		display: block;
	}

	.mokuji_more-btn {
		display: flex !important;
		justify-content: end;
		padding: 22px 0 0;
	}

	.mokuji_more-btn button {
		display: block;
		width: 104px;
		height: 30px;
		line-height: 30px;
		background: #fff;
		border: .5px #957575 solid;
		border-radius: 30px;
		text-align: center;
		padding: 0 16px 0 0;
		font-size: 13px;
		color: #000;
		font-family: "Noto Serif JP", serif;
		position: relative;
		cursor: pointer;
	}

	.mokuji_more-btn button:after {
		content: "";
		position: absolute;
		top: 68%;
		transform: translateY(-50%);
		right: 12px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 5px 0 5px;
		border-color: #957575 transparent transparent transparent;
		margin: -4px 0 0;
	}

	.more-btn__wrap {
		height: 250px;
		overflow: hidden;
		position: relative;
	}

	.more-btn__wrap:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 80%) 65%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);

	}
}

.secBoxWrap {
	padding-bottom: 80px;

	.comImgSub:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 896px) {
	.secBoxWrap {
		padding-top: 17.18vw;
		padding-bottom: 4.1vw;
	}
}

.dnPC {
	display: none;
}

.dnSP {
	display: block;
}

@media (max-width: 896px) {
	.dnPC {
		display: block;
	}

	.dnSP {
		display: none;
	}
}

.aText .comImgSub .pho {
	width: 270px;
}

.aText .comImgSub .textBox {
	width: 370px;
}

@media (max-width: 896px) {
	.aText .comImgSub .pho {
		width: 100%;
	}

	.aText .comImgSub .textBox {
		width: 100%;
	}
}

.tC {
	text-align: center;
	margin: 0 auto;
}




.comTable2 table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 16px;
	border: .5px solid #ccc;
}

.comTable2 th {
	width: 152px;
	font-weight: 400;
	background-color: #f5f5f5;
}

.comTable2 th,
.comTable2 td {
	padding: 8px min(3.2vw, 12px);
	font-size: min(3.46vw, 1.4rem);
	vertical-align: middle;
	text-align: center;
	table-layout: fixed;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	border: .5px solid #ccc;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.comTable2 td {
	text-align: left;
	font-weight: 400;
}


@media (max-width: 896px) {
	.comTable2 {
		width: 100%;
		overflow-x: scroll;
	}

	.comTable2 table {
		width: 749px;
	}

}

.comTable3 table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 16px;
	border: .5px solid #ccc;
}

.comTable3 th {
	width: 152px;
	font-weight: 400;
	background-color: #f5f5f5;
}

.comTable3 th,
.comTable3 td {
	padding: 8px min(3.2vw, 12px);
	font-size: min(3.46vw, 1.4rem);
	vertical-align: middle;
	text-align: center;
	table-layout: fixed;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	border: .5px solid #ccc;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.comTable3 td {
	text-align: center;
	font-weight: 400;
}


@media (max-width: 896px) {
	.comTable3 {
		width: 100%;
		overflow-x: scroll;
	}

	.comTable3 table {
		width: 749px;
	}

}



@media print {

	#gHeader,
	#menuF,
	.pageTop,
	.more-btn__wrap:after,
	.content__more-btn button,
	.content__more-btn:after,
	.content__more-btn:before {
		display: none;
	}
}




.indent03 {
	padding-left: min(10.66vw, 40px);
	position: relative;
}

.indent03 .indent-num {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	text-indent: 1.5rem;
}

.indent04 {
	padding-left: min(10.66vw, 40px) !important;
	position: relative !important;
}

.indent04 .indent-num {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	text-indent: 1rem;
}

.indent05 {
	padding-left: calc(1rem + 20px);
	position: relative;
}

.indent05 .indent-num {
	position: absolute;
	top: 0;
	left: 12px;
	/* text-indent: -1rem; */
}




.case-nav-parent {
	width: 100% !important;
}

.case-nav-parent a {
	display: block !important;
}

.case-nav-children {
	padding: 0 20px;
}

.case-nav-children a {
	display: block !important;
	/* color: #666; */
	color: #000;
	font-size: 90% !important;
}

#page-nav li {
	width: 300px;
}

.txt-small-box {}

.txt-small-box p {
	margin-bottom: 0 !important;
	font-size: 80%;
}




.dn-pc {
	display: none;
}

@media screen and (max-width: 896px) {
	#ud-tarumi {}

	#ud-tarumi th {
		display: table-cell;
		white-space: nowrap;
	}

	#ud-tarumi th:nth-child(1) {
		width: auto !important;
	}

	#ud-tarumi th:nth-child(2) {
		width: auto !important;
	}

	#ud-tarumi th:nth-child(3) {
		width: auto !important;
	}

	#ud-tarumi td {
		display: table-cell;
	}

	#ud-tarumi td:nth-child(3) {
		white-space: nowrap;
	}

	.dn-pc {
		display: block;
	}
}




.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mt0 {
	margin-top: 0 !important;
}