@charset "UTF-8";

.cmnhd_ttl {
	display: block;
	padding: 50px 30px;
	background: #ffffff;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.intro {
	padding-top: 100px;
}

.intro_ttl {
	font-size: 30px;
	letter-spacing: 0.1em;
	text-align: center;
}

.intro_text {
	margin-top: 20px;
	text-align: center;
}

.intro_select {
	margin-top: 120px;
	margin-bottom: 40px;
	font-weight: 800;
	font-size: 24px;
	text-align: center;
}

.intro_bnrs {
	margin-bottom: 70px;
}

.intro_bnrs_ttl {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	margin-bottom: 30px;
	padding: 0 24px;
	background: #e9e2d4;
	color: #bc9b42;
	font-size: 30px;
}

.intro_bnrs_wrap {
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.intro_bnrs_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 380px;
	background-size: cover;
	color: #ffffff;
	font-weight: 800;
	font-size: 30px;
}

.intro_bnrs_cnt::before {
	content: "";
	opacity: 0.35;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000000;
	transition: opacity 0.4s;
}

.intro_bnrs_cnt:hover:before {
	opacity: 0.6;
}

.intro_bnrs_cnt p {
	position: relative;
	z-index: 3;
}

.intro_bnrs_cnt.bnr_hall {
	background-image: url(../img/wedding_style/intro-bnr01@2x.webp);
	background-position: center;
}

.intro_bnrs_cnt.bnr_original {
	background-image: url(../img/wedding_style/intro-bnr02@2x.webp);
	background-position: center;
}

.intro_bnrs_cnt.bnr_member {
	background-image: url(../img/wedding_style/intro-bnr03@2x.webp);
	background-position: center;
}

.intro_bnrs_cnt.bnr_chapel {
	background-image: url(../img/wedding_style/intro-bnr04@2x.webp);
	background-position: center;
}

.intro_bnrs_cnt.bnr_location {
	background-image: url(../img/wedding_style/intro-bnr05@2x.webp);
	background-position: center;
}

.intro_bnrs_cnt.bnr_studio {
	background-image: url(../img/wedding_style/intro-bnr06@2x.webp);
	background-position: right;
}

@media screen and (max-width:1240px) {
}

@media screen and (min-width:768px) {
}

@media screen and (max-width:767px) {
	.cmnhd_ttl {
		padding: 20px 20px;
		font-size: 20px;
	}

	.intro {
		padding: 60px 0 0;
	}

	.intro_ttl {
		font-size: 22px;
		text-align: start;
	}

	.intro_text {
		text-align: left;
	}

	.intro_select {
		margin-top: 40px;
		margin-bottom: 30px;
		font-size: 17px;
		text-align: start;
	}

	.intro_catch {
		margin-top: 50px;
		font-size: 18px;
	}

	.intro_bnrs {
		margin-bottom: 50px;
	}

	.intro_bnrs_ttl {
		height: 60px;
		margin-bottom: 20px;
		padding: 0 15px;
		font-size: 26px;
		;
	}

	.intro_bnrs_cnt {
		justify-content: start;
		height: 140px;
		padding: 0 17px;
		font-size: 17px;
	}

	.intro_anchor {
	}

	.intro_anchor_item {
		width: 170px;
		height: 170px;
		padding-top: 20px;
	}

	.intro_anchor_item:last-child {
		margin-left: -20px;
	}

	.intro_anchor_item img {
		width: 50px;
	}

	.intro_anchor_item em {
		font-size: 20px;
	}

	.intro_sec {
		flex-direction: column;
		overflow: visible;
	}

	.intro_sec.-dress {
		margin-top: 60px;
	}

	.intro_sec.-wedding {
		flex-direction: column;
	}

	.intro_sec_img {
		margin: 0 -20px;
	}

	.intro_sec_cnt {
		padding: 40px 0;
	}

	.intro_sec_en {
		position: static;
		font-size: 35px;
	}

	.intro_sec_catch {
		margin-top: 20px;
		font-size: 22px;
	}

	.intro_sec_text {
	}

	.gift {
		padding: 60px 0;
	}

	.gift_wrap {
		display: block;
	}

	.gift_hd {
		text-align: center;
	}

	.gift_hd_ttl {
		font-size: 40px;
	}

	.gift_hd_label {
	}

	.gift_hd_label em {
	}

	.gift_body {
		margin-top: 40px;
	}

	.gift_dl {
		padding: 20px 0;
	}

	.gift_dl > dt {
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
	}

	.gift_dl > dt em {
	}

	.gift_dl > dd {
		margin-top: 10px;
	}

	.gift_dl > dd:empty {
	}

	.cons {
		padding: 60px 0;
	}

	.cons_ttl {
		font-size: 22px;
		text-align: center;
	}

	.cons_lead {
		margin-top: 10px;
	}

	.cons_slide {
	}

	.slick-list {
	}

	.slick-track {
	}

	.slick-slide {
	}

	.slick-slide > div {
	}

	.cons_slide_item {
		flex-direction: column;
		gap: 10px;
		padding: 30px;
	}

	.cons_slide_col.-ttl {
		width: 100%;
		text-align: center;
	}

	.cons_slide_step {
	}

	.cons_slide_ttl {
	}

	.cons_slide_text {
	}

	.cons_slide_btn {
		text-align: center;
	}

	.cons_nav {
	}

	.cons_nav_arrow {
	}

	.cons_nav_arrow.-r {
	}

	.cons_nav_dot {
	}

	.cons_nav_dot > li {
	}

	.cons_nav_dot > li:before {
	}

	.cons_nav_dot > li.-current:before {
	}

	.cons_slide_btn > a {
	}

	.cons_slide_btn > a span {
	}
}
