@charset "utf-8";

/* box01 */
.box01 {
	padding-bottom: 12rem;
}

.box01 .container {
	max-width: 800px;
}

.box01 .titEnJp {
	margin-bottom: 12rem;
}

.box01 .map {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.box01 .map .photo {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.box01 .mapHead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1;
	gap: 40px;
	border-bottom: 1px solid #b8b3b0;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.box01 .mapHead .type {
	line-height: 1;
	background: #ffffff;
	border: 1px solid #b8b3b0;
	font-size: 3.4rem;
	padding: 1rem 2rem;
	color: #524741;
}

.box01 .mapHead .type span {
	/*font-size: 10rem;*/
	font-size: 8rem;
}


.box01 .mapHead .ldk {
	/*font-size: 5.5rem;*/
	font-size: 4rem;
}

.box01 .mapHead .ldk span {
	/*font-size: 9.6rem;*/
	font-size: 8rem;
	font-family: 'EB Garamond', sans-serif;
}

.box01 .mapArea {
	margin: 0 0 4rem;
}

.box01 .mapArea .num1 {
	/*font-size: 8.2rem;*/
	font-size: 6rem;
	line-height: 1;
}

.box01 .mapArea .num2 {
	/*font-size: 5.9rem;*/
	font-size: 3rem;
	line-height: 1;
}

.box01 .note {
	width: 80%;
	position: relative;
	padding: 1rem;
	border: 1px solid #000;
	font-size: 1.2rem;
	margin: 4rem auto 0;
}

.box01 .note span {
	position: absolute;
	top: -11px;
	left: 10px;
	background: #fff;
	line-height: 1;
}

.box01 .note ul li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.box01 .note ul li img {
	width: 35px;
}

.box01 .note ul li .noteRound {
	width: 20px;
}

.box01 .m-cap {
	font-size: 1.2rem;
	margin: 4rem 0 0;
}

@media screen and (max-width: 768px){
	.box01 .titEnJp {
		margin-bottom: 6rem;
	}

	.box01 .mapHead .type {
		font-size: min(4vw, 3.4rem);
	}

	.box01 .mapHead .type span {
		font-size: min(10vw, 8rem);
	}

	.box01 .mapHead .ldk {
		font-size: min(6vw, 4rem);
	}

	.box01 .mapHead .ldk span {
		font-size: min(10vw, 8rem);
	}

	.box01 .mapArea .num1 {
		font-size: min(8vw, 6rem);
	}

	.box01 .mapArea .num2 {
		font-size: min(6vw, 3rem);
	}

	.box01 .note {
		width: 100%;
	}

	.box01 .note ul {
		justify-content: flex-start;
		gap: 10px;
	}
	
	.box01 .m-cap {
		text-align: left;
	}

	.box01 .note span {
		top: -6px;
	}
}


/* box02 */
.box02 .item {
	position: relative;
	width: 49%;
	background: #efeadb;
	padding: 5rem 3rem 2rem;
	margin-bottom: 6rem;
	border-bottom: 15px solid #857e7a;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}

.box02 .item:nth-child(1) {
	width: 44%;
}

.box02 .item:nth-child(2) {
	width: 54%;
}

.box02 .item:nth-child(3) {
	width: 100%;
}

.box02 .item h4 {
	background: #534741;
	color: #fff;
	font-size: 2rem;
	padding: 0.5rem 1rem;
	position: absolute;
	top: -2rem;
	left: 3rem;
	width: 80%;
	box-shadow: 10px 10px 12px -7px rgba(0,0,0,0.26);
	-webkit-box-shadow: 10px 10px 12px -7px rgba(0,0,0,0.26);
	-moz-box-shadow: 10px 10px 12px -7px rgba(0,0,0,0.26);
}

.box02 .item h4 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 32px;
	height: 32px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	margin-right: 5px;
}

.box02 .item p {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	min-height: 112px;
	font-weight: 500;
}

.box02 .item .flexBox {
	align-items: flex-end;
}

.box02 .item .col01 {
	width: 60%;
}

.box02 .item .col01 figure {
	width: 90%;
	margin: 0 auto;
}

.box02 .item .col02 {
	width: 37%;
}

.box02 .item li {
	width: 49%;
	border-bottom: 0;
}

@media screen and (max-width: 768px){
	.box02 .item {
		width: 100% !important;
	}

	.box02 .item p {
		font-size: 1.6rem;
		min-height: auto;
	}

	.box02 .item li {
		width: 100%;
		margin: 0 0 2rem;
	}

	.box02 .item li:last-child {
		margin: 0 0 0;
	}

	.box02 .item .col01 {
		width: 100%;
		margin: 0 0 2rem;
	}

	.box02 .item .col02 {
		width: 100%;
	}

	.box02 .item .col01 figure,
	.box02 .item .col02 figure {
		width: 70%;
		margin: 0 auto;
	}
}



/* box03 */
.box03 li {
	position: relative;
	width: 32%;	
	font-size: 1.4rem;
	font-weight: 500;
}

.box03 li .col01 {
	width: 58%;
}

.box03 li .col02 {
	width: 40%;
}

.box03 li h4 {
	font-size: 1.8rem;	
	color: #534741;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	padding-left: 40px;
	border-bottom: 1px solid #c8c5c4;
	min-height: 57px;
}

.box03 li h4 span {
	position: absolute;
	top: 0;
	left: 0;
	background: #534741;
	color: #ffffff;
	border-radius: 50%;
	line-height: 1;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px){
	.box03 li {
		width: 100%;
		margin: 0 0 2rem;
		font-size: 1.6rem;
	}

	.box03 li:last-child {
		margin: 0;
	}

	.box03 li h4 {
		min-height: auto;
		padding: 0 0 10px;
		margin: 0 0 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 10px;
		align-items: center;
		font-size: 2rem;
	}

	.box03 li h4 span {
		position: static;
	}
}