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

.cate_wrap .cate1 .txtbox .more{justify-content: flex-start;}
.cate_wrap .cate3{
	background-color: #fff;
}
.cate_wrap .cate3 .txtbox{
  /*
	background-color: #fff;
  */
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 5%;
}
.cate_wrap .cate3 .imgbox img:not(:first-of-type){
	width: calc(50% - 10px / 2);
}
.cate_wrap .cate3 .txtbox .itemwrap .item:not(:last-of-type){margin-bottom: 30px;}
.cate_wrap .cate3 .txtbox .itemwrap .item{
	flex-wrap: nowrap;
}
.cate_wrap .cate3 .txtbox .itemwrap .item div{
	padding-left: 15px;
}
.cate_wrap .cate3 .txtbox .more{
	justify-content: flex-start;
}


.cate_wrap .cate4 .boxwrap .box{
	justify-content: flex-start;
	align-items: stretch;
}
.cate_wrap .cate4 .boxwrap .box h3,.cate_wrap .cate4 .boxwrap .box > div{
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 10px;
}
.cate_wrap .cate4 .boxwrap .box h3,.cate_wrap .cate4 .boxwrap .box > div p{
	font-weight: 700;
	line-height: 1.6;
}
.cate_wrap .cate4 .boxwrap .box h3{
	width: 30%;
	border-bottom: 1px solid #DBDBDB;
}
.cate_wrap .cate4 .boxwrap .box > div{
	width: 70%;
	border-bottom: 1px solid #DBDBDB;
}

.cate_wrap .cate5 .boxwrap{
	gap: 30px;
	align-items: flex-start;
}
.cate_wrap .cate5 .boxwrap .box{
	width: calc(100% / 2 - 30px / 2);
}
.cate_wrap .cate5 .boxwrap .box .map{
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.6 / 1;
}
.cate_wrap .cate5 .boxwrap .box .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
}


.cate_wrap .cate6 .contents .boxwrap{
	position: relative;
	padding: 20px 0;
}
.cate_wrap .cate6 .contents .boxwrap::after{
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background-color: #CCCCCC;
}
.cate_wrap .cate6 .contents .boxwrap .box{
	position: relative;
	z-index: 2;
	padding-left: 32px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
}
.cate_wrap .cate6 .contents .boxwrap .box:not(:last-of-type){
	margin-bottom: 40px;
}
.cate_wrap .cate6 .contents .boxwrap .box::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	aspect-ratio: 1 / 1;
	background-color: #988536;
	border-radius: 50%;
}
.cate_wrap .cate6 .contents .boxwrap .box .year{
	width: 120px;
	font-size: clamp(15px,1.6vw,18px);
	font-family: "Lato", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	line-height: 1;
}
.cate_wrap .cate6 .contents .boxwrap .box h3{
	width: calc(100% - 120px);
	font-size: clamp(14px,1.4vw,16px);
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate5 .boxwrap{
		gap: 20px;
	}
	.cate_wrap .cate5 .boxwrap .box{
		width: calc(100% / 2 - 20px / 2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .txtbox .more{justify-content: center;}
	.cate_wrap .cate3 .txtbox .more{
		justify-content: center;
	}
	.cate_wrap .cate5 .boxwrap{
		gap: 15px;
	}
	.cate_wrap .cate5 .boxwrap .box{
		width: calc(100% / 2 - 15px / 2);
	}
	
	.cate_wrap .cate6 .contents .boxwrap .box .year{
		width: 80px;
	}
	.cate_wrap .cate6 .contents .boxwrap .box h3{
		width: calc(100% - 80px);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate3 .txtbox .itemwrap .item:not(:last-of-type){margin-bottom: 20px;}
	.cate_wrap .cate3 .txtbox .itemwrap .item div{
		padding-left: 10px;
	}
	
	.cate_wrap .cate4 .boxwrap .box h3,.cate_wrap .cate4 .boxwrap .box > div{
		padding: 15px 5px 12px ;
	}
	.cate_wrap .cate4 .boxwrap .box h3{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
	.cate_wrap .cate4 .boxwrap .box > div{
		padding-top: 0;
		width: 100%;
		border-bottom: 1px solid #979797;
	}
	.cate_wrap .cate5 .boxwrap{
		gap: 30px;
	}
	.cate_wrap .cate5 .boxwrap .box{
		width: 100%;
	}
	
	
	.cate_wrap .cate6 .contents .boxwrap{
		padding: 15px 0;
	}
	.cate_wrap .cate6 .contents .boxwrap::after{
		left: 5px;
	}
	.cate_wrap .cate6 .contents .boxwrap .box{
		padding-left: 20px;
	}
	.cate_wrap .cate6 .contents .boxwrap .box:not(:last-of-type){
		margin-bottom: 30px;
	}
	.cate_wrap .cate6 .contents .boxwrap .box::after{
		width: 10px;
	}
	.cate_wrap .cate6 .contents .boxwrap .box .year{
		width: 70px;
	}
	.cate_wrap .cate6 .contents .boxwrap .box h3{
		width: calc(100% - 70px);
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

