@charset "UTF-8";
/* CSS Document */
.notes-area {
    margin: 0 auto 0;
}
#pageWrap {
	text-align: left;
}
#mainWrap {
	position: relative;
}
#mainWrap .engTxt,#sec01 .engTxt {
	position: absolute;
	top: 0.5em;
	right: 1em;
	color: #fff;
	font-size: 1.8cqw;
}
#mainWrap .txtBox {
	position: absolute;
	width: 30%;
	max-width: 400px;
	right: 65%;
	top: 8%;
	container-type: inline-size;
}
#mainWrap .txtBox h3 {
	font-size: 6.4cqw;
	letter-spacing: 0.2em;
}
#mainWrap .txtBox p {
	font-size: 3.6cqw;
	line-height: 2;
	padding: 2em 0;
}
#mainWrap .txtBox .plantBox {
	background-color: rgba(255,255,255,0.50);
	padding: 10px 20px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}
#mainWrap .txtBox .plantBox h4 {
	font-size: 5cqw;
	line-height: 1.4;
	padding: 0.5em 0;
	color: #003749;
}
#mainWrap .txtBox .plantBox .itemBox {
	width: 47%;
}
#mainWrap .txtBox .plantBox .itemBox p {
	padding: 0 0 0.5em 0;
	font-size: 12px;
}
#mainWrap .txtBox .plantBox .itemBox.capBox {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding-bottom: 2em;
}
#mainWrap .txtBox .plantBox .itemBox.capBox p {
	line-height: 1.2;
	font-size: 10px;
	
}
#sec01 {
	padding: 5% 0;
	position: relative;
}
#sec01::before,#sec01::after {
	content: "";
	background-image: url("../images/bg-sikichi.jpg");
	background-size: 50%;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	mix-blend-mode:multiply;
}
#sec01::after {
	transform: rotateZ(180deg);
}
#sec01 #sikichi {
	width: 76%;
	max-width: 910px;
	position: relative;
}
#sec01 #sikichi .kigou {
	position: absolute;
	width: 65%;
	left: 0;
	bottom: 0;
}

#sec01 #parking {
	width: 24%;
	background-color: #003749;
	padding: 50px 20px 20px;
	container-type: inline-size;
	margin: 1% 0;
	
}
#sec01 #parking .tit {}
#sec01 #parking p {
	font-size: 7.2cqw;
	text-align: center;
	color: #fff;
	padding: 2em 0;
}
#sec01 #parking .imgBox {}
#sec01 .engTxt {
	top: auto;
	bottom: 0.5em;
	right: 1em;
	color: #231815;
	z-index: 2;
}

#sec02 {
	background-color: #003749;
	padding: 5% 0;
}
#sec02 .flex {
	background-color: #fff;
	padding: 30px;
	justify-content: center;
	gap:0 4%;
}
#sec02 .flex .itemBox {
	width: 21%;
	max-width: 230px;
}
#sec02 .flex .itemBox dt {
	color: #003749;
	font-size: 16px;
	border-bottom: #003749 solid 1px;
	padding: 0.2em 0;
	margin-top: 0.3em;
}
#sec02 .flex .itemBox dt::before {
	content: "A";
	display: inline-block;
	background-color: #003749;
	color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	margin-right: 0.4em;
}
#sec02 .flex .item02 dt::before {
	content: "B";
}
#sec02 .flex .item03 dt::before {
	content: "C";
}
#sec02 .flex .item04 dt::before {
	display: none;
}
#sec02 .flex .itemBox dd {
	line-height: 1.3;
	padding-top: 0.5em;
}
#sec02 .flex .itemBox dd p {
	font-size: 12px;
	line-height: 1.3;
}
#sec02 .flex .itemBox dd p.caption {
	font-size: 10px;
}

@media screen and (max-width: 959px) {
	#mainWrap .txtBox {
		position: static;
		width: 96%;
		max-width: 1000px;
		margin: 20px auto;
		container-type: inline-size;
	}
	#mainWrap .txtBox h3 {
		font-size: 3.4cqw;
		letter-spacing: 0.2em;
		text-align: center;
	}
	#mainWrap .txtBox p {
		font-size: 1.9cqw;
		line-height: 1.5;
		padding: 1em 0 2em;
		text-align: center;
	}
	#mainWrap .txtBox .plantBox {
		background-color: rgba(255,255,255,0.50);
		padding: 10px 20px;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	}
	#mainWrap .txtBox .plantBox h4 {
		font-size: 2.6cqw;
		line-height: 1.4;
		padding: 0.5em 0;
		color: #003749;
		text-align: center;
	}
	#mainWrap .txtBox .plantBox h4 br {
		display: none;
	}
	#mainWrap .txtBox .plantBox .itemBox {
		width: 18%;
	}
	#mainWrap .txtBox .plantBox .capBox {
		width: 100%;
	}
	#sec02 .flex {
		max-width: 600px;
		gap:20px 6%;
	}
	#sec02 .flex .itemBox {
		width: 45%;
		max-width: 230px;
	}
	#mainWrap .txtBox .plantBox .itemBox.capBox p {
		text-align: left;
	}
}

@media screen and (max-width: 599px) {
	#mainWrap .txtBox h3 {
		font-size: clamp(16px, 5.3vw, 21px);
	}
	#mainWrap .txtBox p {
		font-size: clamp(13px, 3.7vw, 15px);
	}
	#mainWrap .txtBox .plantBox .itemBox {
		width: 48%;
	}
	#mainWrap .txtBox .plantBox h4 {
		font-size: clamp(17px, 4.8vw, 19px);
	}
	#mainWrap .txtBox .plantBox h4 br {
		display: inline;
	}

	#sec01 {
		padding: 6% 0;
	}
	#sec01 #sikichi {
		width: 100%;
	}
	#sec01 #sikichi .kigou {
		position: absolute;
		width: 90%;
		left: 5%;
		bottom: 0;
	}

	#sec01 #parking {
		width: 90%;
		padding: 5%;
		margin: 5% auto;

	}
	#sec01 #parking .tit {
		max-width: 200px;
		margin: 0 auto;
	}
	#sec01 #parking p {
		font-size: clamp(13px, 3.7vw, 15px);
		padding: 1em 0;
	}
	#sec01 #parking p br {
		display: none;
	}
	#sec01 #parking .imgBox {
		max-width: 200px;
		margin: 0 auto;
	}
	#mainWrap .engTxt,#sec01 .engTxt {
		top: 0.2em;
		right: 1em;
		font-size: 3.8cqw;
	}
	#sec02 {
    padding: 5% 3%;
	}
	#sec02 .flex .itemBox {
		width: 100%;
		max-width: 280px;
	}
	
}



