@charset "utf-8";

/* title */
.eyeCatch{
	position: relative;
	margin-bottom: 50px;
}
.catchTxt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 900px;
	width: 35%;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
.catchTxt>img{
	scale: 1.1;
	opacity: 0;
	transition: all 2s ease; /* ← 追加 */
}
.catchTxt.open>img{
	scale: 1;
	opacity: 1;
}
@media (max-width:1024px){
	.eyeCatch{
		height: 600px;
	}
	.eyeCatch>img{
		object-fit: cover;
		object-position: center center;
		height: 100%;
	}
	.catchTxt{
		max-width: 500px;
		width: 70%;
	}
}
@media (max-width:768px){
	.eyeCatch{
		height: 400px;
		margin-bottom: 30px;
	}
	.catchTxt{
		max-width: 350px;
		width: 70%;
	}
}
@media (max-width:375px){
	.eyeCatch{
		height: 350px;
	}
	.catchTxt{
		width: 80%;
	}
}

/* mainTxt */
.mainTxt{
	text-align: center;
	margin-bottom: 80px;
}
.mainTxt>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	line-height: 2;
	margin-bottom: 20px;
}
.mainTxt>p:last-child{
	margin-bottom: 0px;
}
.fadeIn{
	opacity: 0;
	transition: opacity 1s ease-out,transform 1s ease-out;
}
.fadeIn.show{
	opacity: 1;
}
.under500{
	display: none;
}
@media (max-width:768px){
	.mainTxt{
		margin-bottom: 50px;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
}

/* mapRow */
.mapRow>ul{
	max-width: 1320px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
}
.mapRow>ul>li.leftBox{
	width: 45%;
	position: relative;
}
.mapRow>ul>li.leftBox>img{
	position: relative;
	margin-left: 30px;
	z-index: 2;
}
.imgTtl{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	font-weight: 600;
	display: inline-block;
	padding: 1em 2em;
	color: #fff;
	background-color: #603813;
	border: 1px solid #fff;
	position: absolute;
	bottom: 30px;
	z-index: 3;
}
.mapRow>ul>li.rightBox{
	width: 55%;
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.multiply{
	mix-blend-mode: multiply;
}
.under1024{
	display: none;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 2s ease-in-out infinite alternate;
	-moz-animation:blink 2s ease-in-out infinite alternate;
	animation:blink 2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0.5;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0.5;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0.5;}
	100% {opacity:1;}
}
@media (max-width:1024px){
	.over1024{
		display: none;
	}
	.under1024{
		display: block;
	}
	.mapRow>ul{
		flex-direction: column;
		align-items: unset;
	}
	.mapRow>ul>.topBox{
		display: flex;
	}
	.mapRow>ul>.topBox>.topBox_inner{
		width: 70%;
		position: relative;
		z-index: 3;
	}
	.imgTtl{
		font-size: 1.05em;
		left: -10px;
		bottom: 10px;
	}
	.mapRow>ul>.bottomBox{
		display: flex;
		justify-content: flex-end;
		margin-top: -10px;
	}
	.mapRow>ul>.bottomBox>.bottomBox_inner{
		width: 90%;
		position: relative;
		z-index: 2;
	}
}
@media (max-width:768px){
	.mapRow>ul{
		width: 90%;
		margin-bottom: 50px;
	}
	.imgTtl{
		font-size: 0.95em;
	}
}

/* circleWrap */
.circleWrap{
	background: linear-gradient(180deg,#fff 0%,#fff 50%,#c69c6d 50%,#c69c6d 100%);
}
.imgCircle{
	max-width: 900px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.imgCircle:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	aspect-ratio: 1/1;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	background-color: #c69c6d;
}
.imgCircle_inner{
	max-width: 600px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	margin-top: 150px;
}
.imgCircle_inner>h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.imgCircle_inner>.imgBox>p.noticeTxt{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75em;
	color: #fff;
	margin-top: 0.5em;
}
.swiperWrap{
	background-color: #c69c6d;
	padding: 50px 0;
}
.swiper-wrapper{
	transition-timing-function: linear;
}
.swiper-slide{
	position: relative;
}
.swiper-slide>span{
	font-family: "Oswald", sans-serif;
	font-size: 0.75em;
	color: #fff;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	filter: drop-shadow(0 0 5px rgba(0,0,0,1));
}
@media (max-width:1024px){
	.imgCircle_inner{
		margin-top: 125px;
	}
	.imgCircle_inner>h3{
		font-size: 1.4em;
	}
}
@media (max-width:768px){
	.imgCircle{
		width: 95%;
	}
	.imgCircle_inner{
		margin-top: 100px;
	}
	.imgCircle_inner>h3{
		font-size: 1.3em;
	}
	.swiperWrap{
		padding: 30px 0;
	}
}
@media (max-width:500px){
	.imgCircle_inner{
		margin-top: 50px;
	}
}

/* pageNotice_wrap */
.pageNotice_wrap{
	width: 100%;
	background-color: #c69c6d;
	padding: 0 0 50px 0;
}
.pageNotice_wrapInner{
	width:1320px;
	margin: 0 auto;
}
.pageNotice_wrapInner p{
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 0.75em;
	color: #fff;
}
@media (max-width:1400px){
	.pageNotice_wrapInner {
		width: 90%;
	}
}
@media (max-width:768px){
	.pageNotice_wrapInner p{
		text-align: left;
		font-size: 0.75em;
	}
}