@charset "utf-8";

/* =======================================================================================
	COMMON
======================================================================================= */

/* ------------------------------------------------------------------------
 lNavWrap
------------------------------------------------------------------------ */
@media screen and (min-width: 900.02px) {
	.lNavWrap li a {
		justify-content: center;
	}
}
@media screen and (max-width: 900px) {
}

	

/* ------------------------------------------------------------------------
catHeader
------------------------------------------------------------------------ */

.catHeader {
	padding-bottom: var(--site-marpad-S);
}
.catHeader h3.ptHeading .hTxt {
		--M-fluidFontSize-max-fontsize: 30;
		--M-fluidFontSize-min-fontsize: 20;
		--M-fluidFontSize-max-viewport: 1920;
		--M-fluidFontSize-min-viewport: 601;
		font-size: clamp(
			calc(var(--M-fluidFontSize-min-fontsize) * .1rem),
			calc(calc(var(--M-fluidFontSize-min-fontsize) * .1rem) + (1vw - calc(var(--M-fluidFontSize-min-viewport) / 100 * .1rem)) * (100 * (var(--M-fluidFontSize-max-fontsize) - var(--M-fluidFontSize-min-fontsize)) / (var(--M-fluidFontSize-max-viewport) - var(--M-fluidFontSize-min-viewport)))),
			calc(var(--M-fluidFontSize-max-fontsize) * .1rem)
		);
		line-height: 1.5;
}



/* =======================================================================================
	PAGE 
======================================================================================= */

/* ------------------------------------------------------------------------
comfortSection
------------------------------------------------------------------------ */
	.comfortSection {
		position: relative;
		border-top: 4px double #2f1809;
		padding: var(--site-marpad-M) 0;
	}

	.comfortSection h4.ptHeading .enttl {
		color: #9c7a1c;
		--M-fluidFontSize-max-fontsize: 34;
		--M-fluidFontSize-min-fontsize: 24;
	}
	.comfortSection h4.ptHeading .enttl i {
		display: inline-block;
		font-size: 1.8em;
		margin-left: 0.3em;
	}
	.comfortSection h4.ptHeading .hTxtStyh2 {
		letter-spacing: .05em;
	}

	.comfortSection .ceilIcon {
		display: table;
		background: #e1bd69;
		border: 5px solid #e1bd69;
		
		width: 100%;
		margin-bottom: 10px;
	}
	.comfortSection .ceilIcon br {
		display: none;
	}
	.comfortSection .ceilIcon > span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		border: 1px solid #c78e2d;
	}
	.comfortSection .ceilIcon strong {
		display: inline-block;
		font-size: 1.4em;
		line-height: 1.2em;
		background: linear-gradient(to bottom, transparent 0% 70%, #c29a24 70% 100%);
	}


@media screen and (min-width: 900.02px) {
	.comfortSection .ceilIcon {
		position: absolute;
		top: 0;
		left: 0;
		width: 12em;
		height: 12em;
		transform: translateY(-30%);
		border-radius: 50%;
		margin-bottom: 0px;
	}
	.comfortSection .ceilIcon br {
		display: block;
	}
	.comfortSection .ceilIcon > span {
		border-radius: 50%;
	}
	.comfortSection .ceilIcon strong {
	}

	
	.comfortSection .generalColBox .txtCol {
		width: calc((100% - var(--base-generalColBox-margin-column)) * 0.44);
	}

	.comfortSection .generalColBox .imgCol {
		width: calc((100% - var(--base-generalColBox-margin-column)) * 0.56);
	}
	.comfortSection .generalColBox.leftImg .txtCol {
		order: 3;
	}
}
@media screen and (max-width: 900px) {
	.comfortSection h4.ptHeading .enttl {
		--M-fluidFontSize-max-fontsize: 29;
		--M-fluidFontSize-min-fontsize: 19;
	}
}

	.comfortSection .slash {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: flex-end;
		min-height: 3.2em;
		font-size: 1.1em;
		text-align: center;
		margin-bottom: 10px;
	}
	.comfortSection .slash::before {
		content: "＼";
		display: inline-block;
		margin-right: 0.5em;
	}
	.comfortSection .slash::after {
		content: "／";
		display: inline-block;
		margin-left: 0.5em;
	}

@media screen and (max-width: 900px) {
	.comfortSection .slash {
		font-size: 2.2vw;
		letter-spacing: 0;
	}
	.comfortSection .slash::before {
		margin-right: 0.5vw;
	}
	.comfortSection .slash::after {
		margin-left: 0.5vw;
	}
}
	.comfortSection .subImg {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	} 
	.comfortSection .subImg > * {
		width: 49%;
	}
	.comfortSection .subImg .kakkoUnit {
	}
	.comfortSection .subImg .kakko {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.9em;
		margin-bottom: 1.4em;
		padding: 1em 5px;
	}
	.comfortSection .subImg .kakko span {
		display: block;
		margin: 0 auto;
	}
	.comfortSection .subImg .kakko::before,
	.comfortSection .subImg .kakko::after {
		content: "";
		position: absolute;
		display: block;
		width: 30%;
		height: 30%;
		border: 0px solid #462411;
	}
	.comfortSection .subImg .kakko::before {
		bottom: 0;
		left: 0;
		border-width: 0 0 1px 1px;
	}
	.comfortSection .subImg .kakko::after {
		top: 0;
		right: 0;
		border-width: 1px 1px 0 0;
	}
	.comfortSection .subImg.okippaModel {
		max-width: 500px;
		margin: 0 auto;
		align-items: center;
	}
	.comfortSection .subImg.okippaModel > * {
		width: 30%;
	}
	.comfortSection .subImg.okippaModel .kakkoUnit {
		width: 60%;
	}




/* ------------------------------------------------------------------------
equ
------------------------------------------------------------------------ */
	.scrollNav {
		display: grid;
		column-gap: 1px;
		grid-gap: 1px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr auto;
		margin-bottom: var(--site-marpad-M);
	}

	.equNav01 {	grid-row: 1 / 2; grid-column: 1 / 7;}
	.equNav02 {	grid-row: 2 / 3; grid-column: 1 / 3;}
	.equNav03 {	grid-row: 2 / 3; grid-column: 3 / 5;}
	.equNav04 {	grid-row: 2 / 3; grid-column: 5 / 7;}
	.equNav05 {	grid-row: 3 / 4; grid-column: 1 / 4;}
	.equNav06 {	grid-row: 3 / 4; grid-column: 4 / 7;}
	.equNav07 {	grid-row: 4 / 5; grid-column: 1 / 4;}
	.equNav08 {	grid-row: 4 / 5; grid-column: 4 / 7;}

@media screen and (max-width: 900px) {
	.scrollNav {
		grid-template-rows: 1fr 1fr 1fr 1fr auto;
	}
	.equNav02 {	grid-row: 2 / 3; grid-column: 1 / 4;}
	.equNav03 {	grid-row: 2 / 3; grid-column: 4 / 7;}

	.equNav04 {	grid-row: 3 / 4; grid-column: 1 / 5;}
	.equNav05 {	grid-row: 3 / 4; grid-column: 5 / 7;}
	.equNav06 {	grid-row: 4 / 5; grid-column: 1 / 3;}

	.equNav07 {	grid-row: 4 / 5; grid-column: 3 / 7;}
	.equNav08 {	grid-row: 5 / 6; grid-column: 1 / 7;}
}

	.scrollNav li a {
		position: relative;
		display: block;
		color: #FFF;
		text-align: center;
		background: rgba(var(--site-specificColor-req), 1);
		padding: 10px 5px;
	}
	.scrollNav li a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform-origin: left center;
		transform: scaleX(0);
		background: rgba(255, 255, 255, .5);
		transition: 0.3s all ease-out;
		mix-blend-mode: overlay;
	}
	.scrollNav li a::after {
		content: "";
		display: inline-block;
		margin-left: 5px;
		border: solid transparent;
		border-width: 6px 4px 0;
		border-top-color: #FFF;
		transform: translateY(-2px);
		transition: 0.3s all ease-out;
	}
	.scrollNav li a:hover::before {	transform: scaleX(1);	}
	.scrollNav li a:hover::after { transform: translateY(1px);}




	#qua01 [id*="equ"]:not(#equ01) .equUnit img {
		width: 100%;
		max-width: none;
	}
	#qua01 [id*="equ"]:not(#equ01) .generalColBox + .generalColBox {
		margin-top: var(--base-generalColBox-margin-row);
	}

	.equUnit dl {
		text-align: left;
		margin-top: 0.8em;
	}
	.equUnit dt {
		letter-spacing: 0.01em;
		margin-bottom: 0.5em;
	}
	.equUnit dd {
		font-size: 0.86em;
		line-height: 1.6;
		letter-spacing: 0em;
	}

@media screen and (min-width: 900.02px) {
	[data-colbox-size*="maxCol5"] .equUnit {
		width: calc((100% - (var(--base-generalColBox-margin-column) * 4)) / 5);
	}
	.equUnit.unitSizeM {
		width: calc((100% - (var(--base-generalColBox-margin-column) * 1)) / 2);
	}
}
@media screen and (max-width: 1260px) {
	#qua01 [id*="equ"]:not(#equ01) .generalColBox {
		--base-generalColBox-margin-column: 30px;
	}
}
@media screen and (max-width: 900px) {
	.equUnit.unitSizeM {
		width: calc((100% - (var(--base-generalColBox-margin-column) * 2)) / 3.02 * 2 + var(--base-generalColBox-margin-column));
	}
}

@media screen and (max-width: 736px) {
	.equUnit dl {
		font-size: 1.2em;
	}
}



@media screen and (max-width: 600px) {
	.equUnit.unitSizeM {
		width: 100%;
	}
}


	.kitchenColBox,
	.bathColBox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows:  auto 1fr auto auto;
		gap: 60px;
		grid-row-gap: clamp(40px,(50 / 900* 100vw), 60px);
	}
	.powderColBox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: auto 1fr auto;
		gap: 60px;
		grid-row-gap: clamp(40px,(50 / 900* 100vw), 60px);
	}
	.kitchenColBox .equUnit:nth-of-type(1),
	.bathColBox .equUnit:nth-of-type(1),
	.powderColBox .equUnit:nth-of-type(1) {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}


	.toiletColBox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr auto;
		gap: 60px;
	}
	.toiletUnit01 {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}
@media screen and (min-width: 900.02px) {
	.kitchenColBox .equUnit.unitSizeM {
		grid-column: 1 / 3;
	}
}
@media screen and (max-width: 1260px) {
	.kitchenColBox,
	.bathColBox,
	.powderColBox,
	.toiletColBox {
		column-gap: 30px;
	}
}
@media screen and (max-width: 900px) {
	.kitchenColBox,
	.bathColBox,
	.powderColBox,
	.toiletColBox {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.kitchenColBox .equUnit.unitSizeM {
		grid-column: 1 / 3;
	}
}
@media screen and (max-width: 736px) {
	.kitchenColBox,
	.bathColBox,
	.powderColBox,
	.toiletColBox {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
	}
}
@media screen and (max-width: 480px) {
	.kitchenColBox,
	.bathColBox,
	.powderColBox,
	.toiletColBox {
		grid-template-columns: 1fr 1fr;
	}
	.toiletUnit01 {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
}







	.equBousai dl {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.equBousai dl:not(.example) {
		margin-bottom: 1em;
		border-bottom: 1px solid #2c1303;
	}

	.equBousai dl dt {
		margin-right: 1em;
	}

	.equBousai dl.example dt {
		width: 5em;
		color: #FFF;
		text-align: center;
		background: #2c1303;
	}
	.equBousai dl.example dd {
		width: calc(100% - 6em);
	}
	.equBousai dl.example dd ul {
		display: flex;
		flex-wrap: wrap;
	}
	.equBousai dl.example dd li {
		width: calc(100% / 6.8);
		letter-spacing: 0;
		padding-right: 0.8em;
	}
	.equBousai dl.example dd li::before {
		content: "●";
		display: inline-block;
		margin-right: 0.2em;
	}

@media screen and (max-width: 1440px) {
	.equBousai dl.example dd li {		width: calc(100% / 6.02);	}
}
@media screen and (max-width: 1260px) {
	.equBousai dl.example dd li {		width: calc(100% / 5.02);	}
}
@media screen and (max-width: 1050px) {
	.equBousai dl.example dd li {		width: calc(100% / 4.02);	}
}
@media screen and (max-width: 840px) {
	.equBousai dl {
		display: block;
		border-bottom: none !important;
	}
	.equBousai dl dt {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 0.4em;
		border: 1px solid #2c1303;
	}
	.equBousai dl dt {
		display: block;
		width: 100%;
		text-align: center;
		border: 1px solid #2c1303;
	}
	.equBousai dl.example dd {
		width: 100%;
	}
	.equBousai dl.example dd li {		width: calc(100% / 3.02);	}
}
@media screen and (max-width: 600px) {
	.equBousai dl.example dd li {		width: calc(100% / 2.02);	}
}



/* ------------------------------------------------------------------------
 columnSection
------------------------------------------------------------------------ */
	.columnSection {
		background: rgba(203, 172, 34, 0.24);
		margin-top: var(--site-marpad-M);
	}
	.columnSection.beige {
		background: rgba(168, 143, 114, 0.24);
	}
	.columnSection .ptHeading strong {
		background: linear-gradient(to bottom, transparent 0% 80%, #cbac22 80% 100%);
		
	}

	

/*----------------------------------------------------------------------------
#qua02
----------------------------------------------------------------------------*/
	#qua02 .equUnit img {
		width: 100%;
		max-width: none;
	}
	#qua02 .generalColBox + .generalColBox {
		margin-top: var(--base-generalColBox-margin-row);
	}

@media screen and (min-width: 900.02px) {
}
@media screen and (max-width: 1260px) {
	#qua02 .generalColBox {
		--base-generalColBox-margin-column: 30px;
	}
}
 



	.structureMainCol {
		display: grid;
		grid-template-columns: 40% auto;
		grid-template-rows: auto auto;
		gap: 30px;
	}
	.structureMainCol .imgCol {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
	}
	.structureMainCol .imgCol img {
		width: 100%;
		max-width: none;

	}
@media screen and (max-width: 840px) {
	.structureMainCol .imgCol {
		grid-row: 1 / 2;
	}
	.structureMainCol .detailList02 {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
	}
}
@media screen and (max-width: 600px) {
	.structureMainCol {
		grid-template-columns: auto;
		grid-template-rows: auto auto auto;
	}
	.structureMainCol .imgCol {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.structureMainCol .detailList02 {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
}

.structureMainCol li {
	margin-bottom: 1.5em;
}
.structureMainCol li dt {
		margin-bottom: 1em;
		border-bottom: 1px solid #2c1303;
}
.structureMainCol li dt i {
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	text-align: center;
	margin-right: 0.4em;
	border: 1px solid #2c1303;
}
.structureMainCol li dd {
	font-size: 0.86em;
}

	
/* ------------------------------------------------------------------------
serviceSection
------------------------------------------------------------------------ */
	.serviceSection {
		position: relative;
		border-top: 4px double #2f1809;
		padding: var(--site-marpad-M) 0;
	}

	.serviceSection h4.ptHeading .enttl {
		color: #9c7a1c;
		--M-fluidFontSize-max-fontsize: 34;
		--M-fluidFontSize-min-fontsize: 24;
	}
	.serviceSection h4.ptHeading .enttl i {
		display: inline-block;
		font-size: 1.8em;
		margin-left: 0.3em;
	}
	.serviceSection h4.ptHeading .hTxtStyh2 {
		letter-spacing: .05em;
	}

	.serviceSection .ceilIcon {
		display: table;
		background: #e1bd69;
		border: 5px solid #e1bd69;
		
		width: 100%;
		margin-bottom: 10px;
	}
	.serviceSection .ceilIcon br {
		display: none;
	}
	.serviceSection .ceilIcon > span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		border: 1px solid #c78e2d;
	}
	.serviceSection .ceilIcon strong {
		display: inline-block;
		font-size: 1.4em;
		line-height: 1.2em;
		background: linear-gradient(to bottom, transparent 0% 70%, #c29a24 70% 100%);
	}


@media screen and (min-width: 900.02px) {
	.serviceSection .ceilIcon {
		position: absolute;
		top: 0;
		left: 0;
		width: 12em;
		height: 12em;
		transform: translateY(-30%);
		border-radius: 50%;
		margin-bottom: 0px;
	}
	.serviceSection .ceilIcon br {
		display: block;
	}
	.serviceSection .ceilIcon > span {
		border-radius: 50%;
	}
	.serviceSection .ceilIcon strong {
	}

	
	.serviceSection .generalColBox .txtCol {
		width: calc((100% - var(--base-generalColBox-margin-column)) * 0.44);
	}

	.serviceSection .generalColBox .imgCol {
		width: calc((100% - var(--base-generalColBox-margin-column)) * 0.56);
	}
	.serviceSection .generalColBox.leftImg .txtCol {
		order: 3;
	}
}
@media screen and (max-width: 900px) {
	.serviceSection h4.ptHeading .enttl {
		--M-fluidFontSize-max-fontsize: 29;
		--M-fluidFontSize-min-fontsize: 19;
	}
}

	.serviceSection .slash {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: flex-end;
		min-height: 3.2em;
		font-size: 1.1em;
		text-align: center;
		margin-bottom: 10px;
	}
	.serviceSection .slash::before {
		content: "＼";
		display: inline-block;
		margin-right: 0.5em;
	}
	.serviceSection .slash::after {
		content: "／";
		display: inline-block;
		margin-left: 0.5em;
	}

@media screen and (max-width: 900px) {
	.serviceSection .slash {
		font-size: 2.2vw;
		letter-spacing: 0;
	}
	.serviceSection .slash::before {
		margin-right: 0.5vw;
	}
	.serviceSection .slash::after {
		margin-left: 0.5vw;
	}
}
	.serviceSection .generalColBox .txtCol .subImg {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	} 
	.serviceSection .generalColBox .txtCol .subImg > * {
		width: 49%;
	}
	.serviceSection .generalColBox .txtCol .subImg .kakkoUnit {
	}
	.serviceSection .generalColBox .txtCol .subImg .kakko {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.9em;
		margin-bottom: 1.4em;
		padding: 5px;
	}
	.serviceSection .generalColBox .txtCol .subImg .kakko span {
		display: block;
		margin: 0 auto;
	}
	.serviceSection .generalColBox .txtCol .subImg .kakko::before,
	.serviceSection .generalColBox .txtCol .subImg .kakko::after {
		content: "";
		position: absolute;
		display: block;
		width: 30%;
		height: 30%;
		border: 0px solid #462411;
	}
	.serviceSection .generalColBox .txtCol .subImg .kakko::before {
		bottom: 0;
		left: 0;
		border-width: 0 0 1px 1px;
	}
	.serviceSection .generalColBox .txtCol .subImg .kakko::after {
		top: 0;
		right: 0;
		border-width: 1px 1px 0 0;
	}

	.serviceSection h5.ptHeading {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.serviceSection h5.ptHeading::before,
	.serviceSection h5.ptHeading::after {
		content: "";
		display: block;
		flex-grow: 1;
		flex-shrink: 1;
		height: 3px;
		margin: 0 10px;
		border: 1px solid rgba(47, 24, 9, .6);
		border-width: 1px 0;
	}
	.serviceSection h5.ptHeading .fontEn01 {
		line-height: 1.2;
		text-align: center !important;
	}


	.shareTools > li:not(:nth-of-type(4)),
	.shareTools li li {
		text-align: center;
		background: #FFF;
		margin-bottom: 3px;
		padding: 5px;
	}




	.eventCalenderUnit .sucLine {
		display: flex;
		padding: 0.5em 1em;
		border-bottom: 1px solid rgba(47, 24, 9, .6);
	}
	.eventCalenderUnit {
		font-size: 1.02em;
	}
	.eventCalenderUnit dt {
		width: 8.8em;
		text-align: center;
		align-self: flex-start;
		color: #FFF;
		background: #5a4b34;
		margin-right: 2em;
		padding: 0 3em;
		border-radius: 20px ;
	}
	.eventCalenderUnit dd {
		display: inline-block;
	}
	.eventCalenderUnit dd strong {
		display: inline-block;
		color: #81600a;
	}
	.eventCalenderUnit dd strong i img {
		height: 2em;
		width: auto;
	}

	.eventCalenderUnit .generalColBox {
		flex-wrap: nowrap;
		justify-content: space-between;
		--base-generalColBox-margin-row: 0px;
		--base-generalColBox-margin-column: 20px;
	}
	.eventCalenderUnit .generalColBox > div {
		width: 67%;
	}
	.eventCalenderUnit .generalColBox > p {
		width: 28%;
		margin-top: 1em;
	}

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

	.eventCalenderUnit .sucLine {
		display: block;
		text-align: center;
	}
	.eventCalenderUnit dt {
		margin: 0 auto 0.5em;
	}
	.eventCalenderUnit .generalColBox {
		display: block;
	}
	.eventCalenderUnit .generalColBox > div {
		width: 100%;
	}
	.eventCalenderUnit .generalColBox > p {
		width: 100%;
		margin-top: 1em;
	}
}





	.serviceSection .generalColBox[data-colbox-size*="maxCol4"] {
		--base-generalColBox-margin-row: 5px;
		--base-generalColBox-margin-column: 10px;
	}
	.serviceSection .generalColBox[data-colbox-size*="maxCol4"] .bltr {
		position: relative;
		margin-top: -1em;
		margin-right: 0.8em;
	}
	.serviceSection .generalColBox[data-colbox-size*="maxCol4"] strong {
		margin-top: 1em;
	}

	.clubOffUnit01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-top: 1px solid rgba(47, 24, 9, .6);
	}
	.clubOffUnit01 > div {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		width: calc(100% / 2.01);
		letter-spacing: 0.05em;
		line-height: 1.6;
		padding: 1em;
		border-bottom: 1px solid rgba(47, 24, 9, .6);
	}
	.clubOffUnit01 > div:nth-of-type(2n) {
		border-left: 1px solid rgba(47, 24, 9, .6);
	}
	.clubOffUnit01 > div dd {
		font-size: 1.4em;
		background: linear-gradient(to bottom, transparent 0% 80%, #c29a24 80% 100%);
	}
	.clubOffUnit01 > div dd em {
		font-size: 1.4em;
	}

@media screen and (max-width: 900px) {
	.clubOffUnit01 {
		display: block;
	}
	.clubOffUnit01 > div {
		width: 100%;
	}
	.clubOffUnit01 > div:nth-of-type(2n) {
		border-left: 0px;
	}
}


	.clubOffUnit02 {
		text-align: center;
	}
	.clubOffUnit02 li strong {
		display: flex;
		align-items: center;
		width: 100%;
		letter-spacing: 0.05em;
		justify-content: space-between;
		line-height: 1.2;
		margin-top: 0.5em;
	}
	.clubOffUnit02 li strong::before,
	.clubOffUnit02 li strong::after {
		content: "";
		display: block;
		width: 1px;
		height: 20px;
		background: rgba(47, 24, 9, .6);
	}

	.clubOffUnit03 {
		background: #FFF;
		border: 3px solid #FFF;
	}

	.clubOffUnit03 dl {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 3px double rgba(47, 24, 9, .6);
	}
	.clubOffUnit03 dt {
		align-self: stretch;
		position: relative;
		color: #FFF;
		background: #2f1809;
		margin: -3px 0 -3px -3px;
		padding: 2em 0.5em 2em 1em;
	}
	.clubOffUnit03 dd {
		text-align: center;
	}

@media screen and (max-width: 900px) {
	.clubOffUnit03 dl {
		display: block;
	}
	.clubOffUnit03 dt {
		text-align: center;
		padding: 0.5em 2em;
	}
	.clubOffUnit03 dt br {
		display: none;
	}
}


	.jComTable {
		overflow-x:auto;
	}
	.jComTable table {
		width: 100%;
		min-width: 800px;
		text-align: center;
		margin-bottom: 1em;
		border-collapse: separate;
	}
	.jComTable table .topRow + tr th,
	.jComTable table .topRow + tr td {
		border-top: 15px solid transparent;
	}
	.jComTable table .topRow {
		letter-spacing: 0.1em;
	}
	.jComTable table .topRow th,
	.jComTable table th strong {
		color: #FFF;
		border-spacing: 10px;
		background: #7d7368;
	}
	.jComTable table th strong{
		display: block;
	}
	.jComTable table td {
		position: relative;
		padding-left: 15px;
	}
	.jComTable table td::after {
		position: absolute;
		bottom: 0;
		right: 0;
		content: "";
		display: block;
		width: calc(100% - 15px);
		height: 1px;
		background:  rgba(47, 24, 9, .6);
	}
	.jComTable table .topRow td::after {
		bottom: -15px;
	}
	.jComTable table tr:not(.topRow) th strong,
	.jComTable table tr:not(.topRow) td {
		padding: 0.3em;
	}

	.jComTable table .meritCel th strong {
		background: #a52520;
	}
	.jComTable table .meritCel td {
		color: #a52520;
	}

@media screen and (max-width: 900px) {
	.jComlogoCol {
		display: flex;
		justify-content: space-between;
	}
	.jComlogoCol > span.bl {
		margin-left: 30px;
	}
}


/* ------------------------------------------------------------------------
 managementSection
------------------------------------------------------------------------ */
	.managementSection {
		padding: var(--site-marpad-S) 0;
	}

	.managementSection h4.ptHeading .hTxtStyh2 {
		letter-spacing: .05em;
	}

@media screen and (min-width: 900.02px) {
	.managementSection {
		text-align: center;
	}
}

	.managementSection .subTtl {
		color: #FFF;
		text-align: center;
		font-size: 1.2em;
		background: #2f1809;
	}

	.managementSection.smooth-e {
		border-top: 4px double #2f1809;
	}

	.managementSection.smooth-e .ptHeading .hTxtStyh2 {
		text-align: center;
	}

	.managementSection.smooth-e .pthLogo {
		display: inline-block;
		max-width: 300px;
		margin: 0 10px;
	}

	
/* 
 meritWrap
------------------------------------------------------------------------ */

	.managementSection .meritWrap {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		text-align: center;
	}

@media screen and (max-width: 900px) {
	.managementSection .meritWrap {
		justify-content: center;
	}
}
	.managementSection .meritWrap .flow {
		display: flex;
		flex-direction: column;
		width: 50px;
		margin-right: 30px;
	}

@media screen and (max-width: 480px) {
	.managementSection .meritWrap .flow {
		margin-right: 10px;
	}
}
	.managementSection .meritWrap .flow li:nth-of-type(1),
	.managementSection .meritWrap .flow li:nth-of-type(3) {
		flex-grow: 1;
		writing-mode: vertical-rl;
		vertical-align: middle;
		text-align: center;
		line-height: 46px;
		color: #3e1b0a;
		background: #FFF;
		border-radius: 10px;
		border: 2px solid #3e1b0a;

	}
	.managementSection .meritWrap .flow li:nth-of-type(2) {
		position: relative;
		flex-grow: 10;
	}
	.managementSection .meritWrap .flow li:nth-of-type(2) span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,0%);
		display: block;
		width: 50px;
		height: 50px;
		color: #FFF;
		background: #3e1b0a;
		border-radius: 50%;
		line-height: 48px;
	}
	.managementSection .meritWrap .flow li:nth-of-type(2)::before {
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #3e1b0a;
		margin: 0 auto;
	}	
	.managementSection .meritWrap .flow li:nth-of-type(2)::after {
		content: "";
		position: absolute;
		display: block;
		bottom: calc(0% + 2px);
		left: 50%;
		transform: translateX(-50%) rotate(-45deg);
		width: 20px;
		height: 20px;
		border: 2px solid #3e1b0a;
		border-width: 0 0 2px 2px;
	}	



	.flowDetailWrap {
	}
	.flowDetailWrap > * {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 3px;
	}
@media screen and (min-width: 900.02px) {
	.flowDetailWrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.flowDetailWrap > * {
		width: 49%;
	}
}
	.flowDetailWrap > dl.oldFlow > * {
		color: #3e1b0a;
		background: rgba(161, 181, 191, .5);
		flex-grow: 2;
	}
	.flowDetailWrap > dl.newFlow > * {
		color: #FFF;
		background: #488eb9;
		flex-grow: 2;
	}

	.flowDetailWrap > dl > dt {
		height: 50px;
		line-height: 50px;
		margin-bottom: 3px;
		border-radius: 20px 20px 0 0 ;
		flex-grow: 0 !important;
	}
	.flowDetailWrap > dl > dt img {
		height: 30px;
		width: auto;
		max-width: none;
		vertical-align: middle;
		line-height: auto;
	}
	.flowDetailWrap > dl > dd {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 20px;
	}

	.flowDetailWrap > dl.oldFlow > dd:last-child,
	.flowDetailWrap > dl.newFlow > dd:last-child {
		border-radius: 0 0 20px 20px ;
	}

@media screen and (min-width: 900.02px) {
	.flowDetailWrap > dl.oldFlow:nth-of-type(1) > dd:last-child,
	.flowDetailWrap > dl.newFlow:nth-of-type(2) > dd:last-child {
		border-radius: 0 0 0 0 ;
	}
	.flowDetailWrap > dl.oldFlow:nth-of-type(2n+3) > dt,
	.flowDetailWrap > dl.newFlow:nth-of-type(2n+4) > dt {
		display: none;
	}
}
@media screen and (max-width: 900px) {
	.flowDetailWrap > dl + dl {
		position: relative;
		margin-top: var(--site-marpad-XXXL);
	}
	.flowDetailWrap > dl.newFlow::before {
		position: absolute;
		top: calc(var(--site-marpad-XXXL) / 2 * -1);
		left: 50%;
		
		content: "";
		display: block;
		width: 0px;
		height: 0px;
		transform: translate(-50%, -25%);
		border: 30px solid transparent;
		border-width: 20px 30px;
		border-top-color: #3E1B0A;
	}
}


	.flowDetailWrap > dl dl {
		width: 100%;
		letter-spacing: 0;
		font-size: 0.96em;
		margin: 0 auto 0 3%;
	}
	.flowDetailWrap > dl dl + dl {
		margin-top: 20px;
	}
	.flowDetailWrap > dl dl > dt {
		width: 90%;
		max-width: 200px;
		border-radius: 10px;
		margin: 0 auto 15px;
	}

	.flowDetailWrap > dl.oldFlow dl > dt {
		color: #3e1b0a;
		background: #a1b5bf;
	}
	.flowDetailWrap > dl.newFlow dl > dt {
		color: #488eb9;
		background: #FFF;
	}

	.flowDetailWrap > dl dl > dd {
		text-align: left;
	}
	.flowDetailWrap > dl dl > dd:not(.noCol) {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.flowDetailWrap > dl dl > dd:not(.noCol) p:not(.icoCol) {
		flex-grow: 2;
	}

	.flowDetailWrap > dl dl > dd:not(.noCol) .icoCol {
		width: 35%;
		margin-right: 5%;
	}
	.flowDetailWrap > dl dl > dd.noCol p {
		text-align: center;
	}
	.flowDetailWrap > dl dl > dd.noCol img {
		display: block;
		max-width: 150px;
		margin: 15px auto 20px;
	}


@media screen and (max-width: 480px) {
	.flowDetailWrap > dl dl > dd.noCol img {
		max-width: 100px;
	}
}