@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document anchor (SP)
--------------------------------------------------------- */

#anchor {
	margin: 0 5vw 60px;
}

#anchor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 10px;
}

#anchor li {
	width: calc(33.333% - 10px);
}

#anchor a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 3vw;
	line-height: 1.2;
	color: var(--text-color);
}

#anchor figure {
	margin: 0 auto 5px;
	width: 80px;
	height: 80px;
}

/* ---------------------------------------------------------
	CSS Document menu (SP)
--------------------------------------------------------- */

.menu {
	scroll-margin-top: 60px;
	margin: 0 5vw 15vw;
}

.menu h2 {
	margin-bottom: 8vw;
	font-weight: 500;
	font-size: 8vw;
	line-height: 1;
	color: #3FA7D1;
}

.menu h2 .en {
	display: block;
	font-family: "Jost", serif;
	font-weight: 500;
}

.menu h2 .ja {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1;
}

.menu .image {
	height: 28.47093333333333vw;
	margin-bottom: 20px;
}

.menu .image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1100 / 348;
	object-fit: cover;
}

.menu .menu_lead {
	text-align: justify;
}

.menu .tax {
	margin-bottom: 30px;
	text-align: justify;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document menu_list (SP 1column)
--------------------------------------------------------- */

.menu_list {
	padding-top: 30px;
	border-top: 1px solid #3FA7D1;
}

.menu_item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.menu_item dt {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	color: var(--text-color);
}

.menu_item .price {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #3FA7D1;
	font-family: "Jost", sans-serif;
	white-space: nowrap;
	line-height: 1.4;
}

.menu_item .price .unit {
	font-size: 14px;
	margin-right: 2px;
}

.menu_item .desc {
	text-align: justify;
	font-size: 13px;
	line-height: 1.7;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document bridal_package (SP)
--------------------------------------------------------- */

.package_header {
	margin-bottom: 20px;
}

.package_header h3 {
	font-weight: bold;
	font-size: 4.5vw;
	color: #333;
	line-height: 1.5;
}

.package_header .price {
	font-family: "Jost", sans-serif;
	font-weight: 700;
	font-size: 6.5vw;
	white-space: nowrap;
	color: #3FA7D1;
}

.package_header .unit {
	font-size: 16px;
	margin-right: 2px;
}

.package_header .tax {
	margin-left: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #666;
}

.bridal_lead {
	margin-bottom: 30px;
	text-align: justify;
}

.course_select {
	margin-bottom: 5vw;
	padding: 5vw;
	border-radius: 20px;
	border: solid 1px #eee;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
	text-align: left;
}

.group_title {
	margin-bottom: 15px;
	font-weight: bold;
	color: #3FA7D1;
}

.check_list.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2em;
}

.check_list li {
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 1.6;
	position: relative;
}

.check_list li::before {
	position: absolute;
	left: 0;
	color: #3FA7D1;
	font-weight: bold;
}

.check_list small {
	display: block;
	color: #777;
	font-size: 3vw;
	margin-top: 5px;
}

/* ---------------------------------------------------------
	CSS Document beforeafter
--------------------------------------------------------- */

#beforeafter {
	margin-bottom: 15vw;
}

#beforeafter .row {
	margin: 0 5vw 5vw;
	background: #457B9D;
	color: #fff;
}

#beforeafter .flex {
	display: flex;
	justify-content: space-between;
	padding: 5vw;
	position: relative;
}

#beforeafter .flex:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-left: -7px;
	border-top: solid 2px #A8DADC;
	border-right: solid 2px #A8DADC;
	transform: rotate(45deg);
	position: absolute;
	top: 29.5vw;
	left: 50%;
}

#beforeafter .before,
#beforeafter .after {
	width: 46%;
	text-align: center;
}

#beforeafter figure {
/*
	width: 36vw;
	height: 36vw;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 16px;
*/
}

#beforeafter figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 331 / 196;
	object-fit: cover;
}

#beforeafter .name {
	margin-top: 3vw;
	font-weight: 500;
	font-size: 3vw;
	line-height: 1;
}

#beforeafter .name span {
	color: #FFD166;
}

#beforeafter .price {
	padding: 0.5em;
	background: #A8DADC;
	font-weight: bold;
	font-size: 3.5vw;
	color: #457B9D;
}
