@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin: 0 0 100px;
}

#anchor ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#anchor a {
	display: block;
	text-decoration: none;
	text-align: center;
}

#anchor figure {
	margin: 0 0 10px;
	overflow: hidden;
	border-radius: 100%;
}

#anchor img {
	width: 204px;
	height: 204px;
	transition: 0.3s;
}

#anchor a:hover img {
	transform: scale(1.05);
}

#anchor span {
	font-weight: bold;
	font-size: 16px;
	color: var(--text-color);
}

/* ---------------------------------------------------------
	CSS Document menu
--------------------------------------------------------- */

.menu {
	scroll-margin-top: 60px;
	scroll-margin-top: 180px;
	margin-bottom: 100px;
}

.menu h2 {
	margin-bottom: 60px;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	color: #3FA7D1;
}

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

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

.menu .image {
	height: 388px;
}

.menu .tax {
	margin-bottom: 50px;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document menu_list (PC 2column Grid)
--------------------------------------------------------- */

.menu_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 80px;
	width: 100%;
	padding-top: 40px;
	border-top: 1px solid #3FA7D1;
}

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

.menu_item dt {
	font-size: 18px;
	font-weight: 700;
	color: var(--text-color);
	line-height: 1.4;
}

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

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

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

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

.package_header {
	margin-bottom: 20px;
}

.package_header h3 {
	font-weight: 600;
	font-size: 24px;
	color: #333;
	line-height: 1.5;
}

.package_header .price {
	font-family: "Jost", sans-serif;
	font-weight: 700;
	font-size: 32px;
	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: 40px;
}

.package_body {
	display: flex;
	justify-content: space-between;
}

.package_body .course_select {
	width: 48%;
}

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

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

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

.check_list li {
	margin-bottom: 15px;
	padding-left: 24px;
	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: 13px;
	margin-top: 5px;
}

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

#beforeafter .row {
	margin-bottom: 60px;
	background: #457B9D;
	color: #fff;
}

#beforeafter .flex {
	display: flex;
	justify-content: center;
	padding: 50px;
	position: relative;
}

#beforeafter .flex:after {
	content: '';
	width: 43px;
	height: 80px;
	background: url(../images/arrow_yl.png) no-repeat center;
	transform: translateX(-50%);
	position: absolute;
	bottom: 50px;
	left: 50%;
}

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

#beforeafter .name {
	margin-top: 25px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
}

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

#beforeafter .price {
	background: #A8DADC;
	font-weight: 500;
	font-size: 24px;
	line-height: 60px;
	color: #457B9D;
}
