@charset "utf-8";
/* CSS Document */

.mv_ceremony img {
	object-position: 25%;
}
main#ceremony {
	padding-bottom: 120px;
}
#ceremony .linkArea ul {
	margin-bottom: 160px;
}
@media screen and (max-width: 480px) {
	main#ceremony {
		padding-bottom: 60px;
	}
	#ceremony .linkArea ul {
		margin-bottom: 50px;
	}
}



/* ==============================================

	ceremonyList

================================================= */
#ceremony_list {
	margin: 60px 0 100px;
}
#ceremony_list section:not(:last-child) {
	margin-bottom: 100px;
}
#ceremony_list section:nth-child(odd) {
	padding: 100px 0 0 10%;
}
#ceremony_list section:nth-child(even) {
	background: #fbfbfb;
	padding: 100px 10% 100px 0;
}
#ceremony_list section:nth-child(even) .ceremony_list_box {
	flex-flow: row-reverse;
	margin: 0 0 0 auto;
}
.ceremony_list_box .cmn_ttl_h2 h2 {
	font-size: 1.3rem;
}
.ceremony_list_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px 5%;
	max-width: 1380px;
	/*
	padding: 0 6%;
	*/
}
.ceremony_list_box_img {
	position: relative;
	max-width: 900px;
	width: 65%;
}
.ceremony_list_box_img > p {
	font-size: 12rem;
	font-size: clamp(8rem, 10vw, 12rem);
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 0;
	color: rgba(155,141,86, 0.5);
	position: absolute;
	z-index: 1;
	top: -12%;
}
#ceremony_list section:nth-child(odd) .ceremony_list_box_img > p {
	right: 0;
}
.ceremony_list_box_txt {
	max-width: 380px;
	text-align: center;
	width: 30%
}
.ceremony_list_box_txt .room_name {
}
.ceremony_list_box_txt .room_name span {
}
.ceremony_list_box_txt .room_name small {
}
.ceremony_list_box_txt .floor_dtl {
	margin-top: 25px;
}
.ceremony_list_box_txt .floor_dtl small {
	letter-spacing: 0.1em;
}
.ceremony_list_box_txt .more_btn {
	margin-top: 60px;
}

@media screen and (max-width: 1600px) {
	#ceremony_list section:nth-child(odd) {
		padding: 100px 6% 0;
	}
	#ceremony_list section:nth-child(even) {
		padding: 100px 6%;
	}
}
@media screen and (max-width: 1366px) {
	#ceremony_list {
		margin: 30px 0 100px;
	}
	.ceremony_list_box_txt {
		word-break: keep-all;
	}
}
@media screen and (max-width: 1194px) {
	.ceremony_list_box_img {
		width: 60%;
	}
	.ceremony_list_box_img img {
		width: 100%;
		object-fit: cover;
		font-family: 'object-fit: none; object-position: right;';
		height: 500px;
	}
	.ceremony_list_box_txt {
		width: 35%;
	}
}
@media screen and (max-width: 1024px) {
	#ceremony_list section:nth-child(odd) {
		padding: 100px 8% 0;
	}
	#ceremony_list section:nth-child(even) {
		padding: 100px 8%;
	}
	.ceremony_list_box {
		flex-flow: column!important;
	}
	.ceremony_list_box_img {
		width: 100%;
		margin: 0 auto;
	}
	.ceremony_list_box_txt {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#ceremony_list {
		margin: 15px 0 100px;
	}
	.ceremony_list_box_img img {
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	#ceremony_list {
		margin: 10px 0 0;
	}
	#ceremony_list section:not(:last-child) {
		margin-bottom: 60px;
	}
	#ceremony_list section:nth-child(odd) {
		padding: 60px 8% 0;
	}
	#ceremony_list section:nth-child(even) {
		padding: 60px 8%;
	}
	.ceremony_list_box_img > p {
		font-size: 5rem;
		top: -15%;
	}
	.ceremony_list_box {
		gap: 30px;
	}
	.ceremony_list_box_txt .floor_dtl {
		margin-top: 20px;
	}
	.ceremony_list_box_txt .more_btn {
		margin-top: 30px;
	}
}


/* ==============================================

	ceremony_dtl

================================================= */
#ceremony_dtl {
	padding-bottom: 140px;
	overflow: hidden;
	word-break: keep-all;
}
#ceremony_dtl section:not(:last-child) {
	margin-bottom: 110px;
}
#ceremony_dtl h2 {
	font-size: 2.0rem;
	background: #fff;
	padding: 25px 10px;
	-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
				writing-mode: vertical-rl;
	position: absolute;
	top: 0;
	font-weight: 500;
	letter-spacing: 0.3rem;
	width: 50px;
	display: flex;
	align-items: center;
	z-index: 1;
	color: #7e6930;
}
#ceremony_dtl p {
	line-height: 228%;
}
.ceremony_dtl_01_txt p, .ceremony_dtl_02_txt p, .ceremony_dtl_03_02 p {
	width: 80%;
	margin: 30px auto 0;
	text-align: center;
	position: relative;
}
.txt_space {
	margin-left: 10px;
}
#ceremony_dtl small.en_txt {
	text-align: center;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.714;
	margin: 40px auto 0;
}
.ceremony_dtl_01_txt small.en_txt, .ceremony_dtl_02_txt small.en_txt {
	width: 80%;
}

/*---------------------------------------------
	ceremony_dtl_01
---------------------------------------------*/
.ceremony_dtl_01 {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
.ceremony_dtl_01_txt {
	position: relative;
	margin-top: 50px;
	max-width: 800px;
}
.ceremony_dtl_01_img figure:not(:last-child) {
	margin-bottom: 20px;
}

/*---------------------------------------------
	ceremony_dtl_02
---------------------------------------------*/
.ceremony_dtl_02 {
	max-width: 970px;
	margin: 0 auto;
}
.ceremony_dtl_02_txt {
	position: relative;
}

/*---------------------------------------------
	ceremony_dtl_03
---------------------------------------------*/
.ceremony_dtl_03 {
	max-width: 1280px;
	margin: 0 auto;
}
.ceremony_dtl_03 > div {
	display: flex;
}
.ceremony_dtl_03_01 {
	margin-bottom: 20px;
	align-items: center;
	justify-content: space-between;
}
.ceremony_dtl_03_txt {
	max-width: 400px;
	text-align: center;
}
.ceremony_dtl_03_02 {
	justify-content: center;
}
.ceremony_dtl_03_02 div:first-child {
	max-width: 500px;
	margin-right: 20px;
}
.ceremony_dtl_03_02 div:last-child {
	max-width: 660px;
	margin-top: 40px;
}
.ceremony_dtl_03_txtImg {
	position: relative;
}

/*---------------------------------------------
	ceremony_dtl_04
---------------------------------------------*/
.ceremony_dtl_04 {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 20px;
}
.ceremony_dtl_04 div {
	flex: 1;
}
.ceremony_dtl_04 div:first-child {
	margin-top: 70px;
}
.ceremony_dtl_04 figure {
	aspect-ratio: 51 / 52;
}
.ceremony_dtl_04 figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*---------------------------------------------
	ceremony_dtl_05
---------------------------------------------*/
.ceremony_dtl_05 {
	max-width: 1020px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 20px;
}
.ceremony_dtl_05 div {
	flex: 1;
}
.ceremony_dtl_05_02 ul li:not(:first-child) {
	margin-top: 20px;
}

.ceremony_dtl_05_01 figure {
	aspect-ratio: 25 / 37;
}
.ceremony_dtl_05_02 ul li:first-child figure {
	aspect-ratio: 10 / 9;
}
.ceremony_dtl_05_02 ul li:not(:first-child) figure {
	aspect-ratio: 50 / 37;
}
.ceremony_dtl_05 figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 1536px) {
	#ceremony_dtl {
		padding: 0 5% 140px;
	}
	.ceremony_dtl_01_txt {
		width: 60%;
		}
	.ceremony_dtl_01_img {
		width: 37.5%;
	}
}
@media screen and (max-width: 1366px) {
	.ceremony_dtl_03_txt {
		padding: 0 30px;
	}
}
@media screen and (max-width: 1024px) {
	#ceremony_dtl {
		padding: 0 7% 100px;
	}
	#ceremony_dtl > section {
		max-width: 800px;
		margin: 0 auto;
	}
	#ceremony_dtl p {
		width: 80%;
		margin: 30px auto 0;
	}
	#ceremony_dtl small.en_txt {
		width: 80%;
	}
	.ceremony_dtl_01_txt {
		width: 100%;
		margin-top: 0;
	}
	.ceremony_dtl_03 > div {
		display: block;
		position: relative;
	}
	.ceremony_dtl_03_txt {
		max-width: inherit;
		width: 100%;
	}
	.ceremony_dtl_03_txtImg {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#ceremony_dtl h2 {
		font-size: 1.8rem;
		padding: 15px 5px;
		width: 40px;
	}
	#ceremony_dtl section:not(:last-child) {
		margin-bottom: 90px;
	}
}
@media screen and (max-width: 480px) {
	#ceremony_dtl {
		padding-bottom: 80px;
	}
	#ceremony_dtl section:not(:last-child) {
		margin-bottom: 70px;
	}
	#ceremony_dtl h2 {
		font-size: 1.3rem;
		width: 36px;
		padding: 10px 0;
		letter-spacing: 0.1rem;
	}
	#ceremony_dtl p {
		width: 100%;
		line-height: 200%;
		font-size: 1.3rem;
	}
	#ceremony_dtl small.en_txt {
		font-size: 1.2rem;
		margin-top: 20px;
		width: 100%;
	}
	.ceremony_dtl_04, .ceremony_dtl_05 {
		column-gap: 5px;
	}
	.ceremony_dtl_04 div:first-child {
		margin-top: 20px;
	}
	.facility_dtl_05 {
		column-gap: 5px;
	}
	.ceremony_dtl_05_02 ul li:not(:first-child) {
		margin-top: 5px;
	}
}

/* ==============================================

	ceremony_info

================================================= */
#ceremony_info {
	max-width: 800px;
	margin: 0 auto;
}
#ceremony_info table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 1.3rem;
}
#ceremony_info table tr {
	border-bottom: 1px solid #325d0d;
}
#ceremony_info table tr:first-child {
	border-top: 1px solid #325d0d;
}
#ceremony_info table th {
	padding: 20px 40px;
	text-align: left;
	font-weight: 500;
	width: 180px;
	color: #325d0d;
}
#ceremony_info table td {
	padding: 20px 0 20px 30px;
}
#ceremony_info table td li {
	display: flex;
	align-items: baseline;
}
#ceremony_info table td li:not(:last-child) {
	margin-bottom: 10px;
}
#ceremony_info table td li::before {
	position: relative;
	top: -4px;
	left: 0;
	margin-right: 8px;
	display: inline-block;
	width: 3px;
	height: 3px;
	content: '';
	border-radius: 50%;
	background: #325d0d;
}
#ceremony_info table td li span {
	width: calc(100% - 11px);
}
@media screen and (max-width: 896px) {
	#ceremony_info {
		max-width: inherit;
		padding: 0 7%;
	}
}
@media screen and (max-width: 768px) {
	#ceremony_info table td {
		padding: 20px;
	}
}
/*
@media screen and (max-width: 640px) {
	#ceremony_info table tr > * {
		width: 100%;
		display: block;
	}
	#ceremony_info table th {
		background: #FAFAF8;
		text-align: center;
	}
	#ceremony_info table td {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 480px) {
	#ceremony_info table td {
		padding: 20px 0;
	}
	#ceremony_info table {
		margin-top: 30px;
	}
	#ceremony_info table th {
		padding: 15px 0;
	}
}
*/
@media screen and (max-width: 640px) {
	#ceremony_info table th {
		width: 150px;
		padding: 20px;
	}
	#ceremony_info table td {
		padding: 20px 0;
		line-height: 130%;
	}
	
}
@media screen and (max-width: 480px) {
	#ceremony_info table {
		font-size: 1.2rem;
	}
	#ceremony_info table tr > * {
		display: block;
		width: 100%!important;
	}
	#ceremony_info table th {
		width: 110px;
		padding: 15px 10px 12px;
	}
	#ceremony_info table td {
		padding: 0 10px 15px;
	}
}

