@charset "UTF-8";

#mainVisual {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 62vw;
}

#background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	pointer-events: none;
}

#mainVisual .mainVisualBody {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#mainVisual .mainVisualBody h1 {
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-size: 3.2vw;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

#mainVisual .mainVisualBody p {
	color: #fff;
	line-height: 1.5;
	font-size: 1.5vw;
}


#mainVisual .mainVisualOverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../img/top/main_tri.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(0, 0, 0, 0.4);
}


#mainVisual h1,
#mainVisual p {
	position: relative;
	z-index: 1;
}

#container h2 {
	margin: 10px auto 70px;
	font-size: 40px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 200;
}

#container h2 span {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: -1.5em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
}

#container h2::before,
#container h2::after {
	content: "";
	display: inline-block;
	width: 40px;
	/* 画像の幅に合わせて調整 */
	height: 40px;
	/* 画像の高さに合わせて調整 */
	background-size: contain;
	background-repeat: no-repeat;
}

#container h2::before {
	background-image: url("../img/common/h2_l.svg");
	margin-right: 45px;
}

#container h2::after {
	background-image: url("../img/common/h2_r.svg");
	margin-left: 45px;
}

#container h2.white {
	color: #fff;
}

#container h2.white::before {
	background-image: url("../img/common/h2_l_white.svg");
}

#container h2.white::after {
	background-image: url("../img/common/h2_r_white.svg");
}

#container h2.white span {
	color: #fff;
}

#aboutUs {
	padding: 100px 0;
	background-image: url("../img/common/l_rti.png");
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}

#aboutUs::before {
	position: absolute;
	content: "";
	display: block;
	left: 10%;
	right: 10%;
	top: 50px;
	bottom: 50px;
	background-image: url("../img/top/emblem_about.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

#aboutUs .textBody {
	width: 65%;
	margin: 0 auto;
}

#aboutUs .textBody p {
	line-height: 2;
	font-size: 20px;
	margin-bottom: 30px;
	font-family: 'Noto Serif', serif;
}

#information {
	padding: 100px 0;
	background-image: url("../img/top/information_bk.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
}

#information .postbody {
	position: relative;
	z-index: 100;
	width: 60%;
	margin: 0 auto;
}

#information .postbody ul {
	margin-bottom: 70px;
}

#information .postbody li {
	display: flex;
	margin-bottom: 30px;
}

#information .postbody li div {
	color: #fff;
}

#information .post-date {
	margin-right: 60px;
	line-height: 1.5;
	font-size: 14px;
}

#information .post-ct {
	display: block;
	margin-right: 60px;
	background-color: #FA2680;
	min-width: 140px;
}

#information .category {
	line-height: 2;
	display: block;
	font-size: 12px;
	text-align: center;
}

#information .post-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	flex: 1;
	width: 100%;
}

#information .post-title a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#information .post-title a:hover {
	text-decoration: underline;
}

#facebook {
	margin: 60px auto;
	background-image: url("../img/top/fb_squ.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	min-height: 830px;
	position: relative;
}

#facebook .fbBody {
	margin-left: 50%;
	margin-right: 10%;
}

#facebook::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/common/r_tri.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto;
	z-index: -1;
}

#pickup {
	margin-bottom: 100px;
}

#pickup .pickup-slider {
	margin: 30px 0;
}

#pickup .pickup-slide {
	padding: 10px;
	box-sizing: border-box;
}

#pickup .pickup-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

#pickup .pickup-title {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

#pickup .pickup-title {
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
}

#pickup .pickup-thumb {
	width: 100%;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
}

#map {
	margin-bottom: 100px;
}

#map p{
	line-height: 1.5;
}

#map .mapAddress {
	margin: 5px 5%;
	line-height: 1.5;
	text-align: right;
	font-size: 16px;
}

#contact {
	padding: 100px 0;
	background-image: url("../img/top/contact_bk.jpg");
	background-size: cover;
	background-attachment: fixed;
}

#contact p {
	color: #fff;
	line-height: 2;
	font-size: 18px;
}

#contact .btBlock {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5%;
	width: 90%;
	margin: 70PX auto;
}

#link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 80px 5%;
}

#link ul a:hover {
	opacity: 0.8;
}

#link ul li {
	width: calc(100% / 4 - 20px); /* Divide into 4 items with spacing */
	margin-bottom: 20px; /* Add spacing between rows */
	text-align: center;
}

#link ul a {
	display: inline-block;
	width: 100%;
	max-width: 223px;
}

#link ul img {
	width: 100%;
	max-width: 223px;
	height: auto;
}


/* スマホ版ブレイクポイント */
@media screen and (max-width: 768px) {
	#mainVisual {
		/* height: 110vw; */
		height: 63vw;
	}

	#mainVisual .mainVisualBody {
		left: 3%;
		right: 3%;
	}

	#mainVisual .mainVisualBody h1 {
		padding-left: 0.3vw;
		font-size: 4.4vw;
	}

	#mainVisual .mainVisualBody p {
		padding-left: 0.3vw;
		font-size: 3.2vw;
	}

	#mainVisual .mainVisualOverlay {
		/* left: -35%;
		right: -35%; */
		left: -20%;
		right: -20%;
	}

	#container h2 {
		margin: 10px auto 70px;
		font-size: 35px;
	}

	#container h2::before,
	#container h2::after {
		width: 20px;
		height: 30px;
	}

	#container h2 span {
		font-size: 15px;
	}

	#aboutUs {
		padding: 50px 0;
		background-size: 20%;
	}

	#aboutUs::before {
		background-size: 60%;
	}

	#aboutUs .textBody {
		width: 80%;
		margin: 0 auto;
	}

	#contact,
	#information {
		background-attachment: scroll;
		background-size: cover;
	}

	#information .postbody li {
		display: block;
		margin-bottom: 30px;
	}

	#information .post-date {
		margin-bottom: 4px;
	}

	#information .postbody {
		width: 80%;
	}

	#information .post-ct {
		width: 50%;
	}

	#facebook {
		margin: 50px auto;
		background-image: url(../img/top/fb_squ_sp.png);
		background-position: left -60px top;
		background-repeat: no-repeat;
		background-size: auto 100%;
		min-height: 830px;
		position: relative;
		padding: 0 3%;
	}

	#facebook h2 {
		background-image: url(../img/top/fb_squ_title_sp.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		text-indent: -1000px;
		width: 36%;
	}

	#facebook h2::before,
	#facebook h2::after {
		display: none;
	}

	#facebook .fbBody {
		position: static;
		margin: 0 auto;
		width: 94% !important;
		max-width: 500px !important;
	}

	#contact .btBlock {
		flex-wrap: wrap;
	}

	#contact .btBlock a{
		margin-bottom: 10px;
	}

	#map iframe {
		height: 400px;
	}

	#link ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 80px 5%;
	}

	#link {
		margin: 20px 5%;
	}

	#link ul li {
		width: 45%;
	}

	#link ul li img {
		width: 100%;
		height: auto;
	}
}