@charset "UTF-8";
/* CSS Document */

#main {
	position: relative
}
#main .h2Box {
	position: absolute;
	color: #aaa171;
	right: 45%;
	bottom: 55%;
	width: 50%;
	
}
#main .h2Box h2 {
	font-size: 3.3vw;
	font-size: clamp(20px, 3.3vw, 55px);
	letter-spacing: 0.2em;
	border-bottom: #aaa171 solid 1px;
	padding-bottom: 0.2em;
}
#main .h2Box h3 {
	font-size: 2vw;
	font-size: clamp(10px, 2vw, 36px);
	
	padding-top: 0.5em;
}
#main .txtBox {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

#sec01,#sec03 {
	background: #79724E;
background: radial-gradient(circle, rgba(121, 114, 78, 1) 0%, rgba(71, 63, 37, 1) 80%);
	color: #fff;
	padding: 3% 0;
}
#sec01 .txtBox {
	padding: 1% 0 3% 0;
}
#sec01 .txtBox p.engTxt {
	font-size: 32px;
	text-align: center;
	padding-bottom: 1em;
	letter-spacing: 0.2em;
}
#sec01 .txtBox h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.2em;
}
#sec01 .txtBox p.lead {
	text-align: center;
	font-size: 16px;
	padding: 1em 0;
}
#sec01 .figBox {
	max-width: 1000px;
}
#sec01 .itemWrap{
	max-width: 1000px;
	padding: 3% 0;
}
#sec01 .itemWrap .itemBox,
#sec02 .itemWrap .itemBox{
	width: 23%;
}
#sec01 .itemWrap .itemBox p,
#sec02 .itemWrap .itemBox p{
	text-align: center;
	padding: 0.5em 0;
	line-height: 1.3;
}
#sec02 {
	background-color: #000;
	color: #fff;
	padding: 5% 0;
}
#sec02 .capImg::after {
	color: #000;
	right: auto;
	left: 0.5em;
}
#sec02 .catWrap {
	max-width: 1000px;
	padding: 3% 0;
}
#sec02 .itemWrap {
	gap:20px 2.65%;
	justify-content: flex-start;
}

#sec02 .catWrap .titBox {
	position: relative;
	margin-bottom: 40px;
}
#sec02 .catWrap .titBox img {
	opacity: 0.5;
}
#sec02 .catWrap .titBox h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	letter-spacing: 0.2em;
}
#sec02 .catWrap .titBox h3 span {
	font-size: 170%;
	letter-spacing: 0.3em;
	display: block;
	padding: 0.1em;
}
#sec02 .catWrap .titBox h3 span {}

#sec03 {

}
#sec03 h3 {
	text-align: center;
	font-size: 30px;
	padding: 1em 0;
	letter-spacing: 0.2em;
}
#sec03 .mapBox {
	max-width: 1000px;
}
#sec03 .infoBox {
	max-width: 1000px;
	padding: 3% 0;
}
#sec03 .infoBox .tableBox {
	width: 48%;
}
#sec03 .infoBox .tableBox table {
	width: 100%;
	margin-bottom: 20px;
}

#sec03 .infoBox th,#sec03 .infoBox td {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	padding: 0.3em 0;
	letter-spacing: 0;
}
#sec03 .infoBox td {
	text-align: right;
}
#sec03 .infoBox td:nth-child(2) {
	width: 2.2em;
}
#sec03 .infoBox td:nth-child(3) {
	width: 2.3em;
}
#sec03 .infoBox td:nth-child(4) {
	width: 1.8em;
}
#sec03 .infoBox td:nth-child(5) {
	width: 4.2em;
}
#sec03 .infoBox th.category {
	background-color: #000;
	text-align: center;
	padding: 0.4em;
}
#captionWrap,#btnswrap {
	background-color: rgba(71, 63, 37, 1);
	color: #fff;
} 

@media screen and (max-width: 959px) {
	#sec02 .catWrap .titBox h3 {
		font-size: clamp(14px, 2vw, 16px);
	}
	#sec03 .infoBox {
		max-width: 500px;
		padding: 3% 0;
	}
	#sec03 .infoBox .tableBox {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	#main .h2Box {
		position: absolute;
		color: #aaa171;
		right: 28%;
		bottom: 54%;
		width: 68%;

	}
	#main .h2Box h2 {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
		letter-spacing: 0.1em;
		padding-bottom: 0.2em;
		line-height: 1.3;
	}
	#main .h2Box h3 {
		font-size: 3.2vw;
		font-size: clamp(9px, 3.2vw, 13px);
		letter-spacing: 0;
		padding-top: 0.5em;
	}
	#sec01 .figBox {
    margin-bottom: 30px;
	}
	#sec01 .txtBox p.engTxt {
    font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
	}
	#sec01 .txtBox h3 {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
		#sec01 .txtBox p.lead {
			font-size: 3.45vw;
		font-size: clamp(10px, 3.45vw, 13px);
	}
	#sec01 .itemWrap,#sec02 .itemWrap {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
		gap:15px 0;
	}
	
	#sec01 .itemWrap .itemBox, #sec02 .itemWrap .itemBox {
    width: 100%;
	}
	#sec01 .itemWrap .itemBox p, #sec02 .itemWrap .itemBox p {
    font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
	}
	#sec02 .itemWrap {
    justify-content: flex-start;
}
	#sec02 .catWrap {
    max-width: 1000px;
		width: 100%;
    padding: 3% 0;
	}
	#sec02 .catWrap .titBox {
    margin-top: 30px;
		margin-bottom: 20px;
	}
	#sec02 .catWrap .titBox h3 {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
		letter-spacing: 0.1em;
  }
	#sec02 .catWrap .titBox h3 span {
		font-size: 150%;
	}
	#sec03 h3 {
		font-size: 4.6vw;
		font-size: clamp(14px, 4.6vw, 18px);
	}
	#sec03 .infoBox th,#sec03 .infoBox td {
		font-size: 3.5vw;
		font-size: clamp(12px, 3.5vw, 14px);
	}
}
