/*
Theme Name: Twenty Twenty-Two Child
Theme URI: https://example.com/
Description: Twenty Twenty-Two の子テーマ
Author: あなたの名前
Author URI: https://example.com/
Template: twentytwentytwo
Version: 1.0.0
*/

/* ===============================================
# common
=============================================== */
html {
	font-size: .7vw;
}
body {
    color: #607d8b;
	background-color: #fff;
	box-sizing: border-box;
    font-family: 'M PLUS Rounded 1c',sans-serif;
}
body a {
	color: #0288d1;
}
h1,h2,h3,h4,h5.h6 {
	font-family: 'M PLUS Rounded 1c',sans-serif !important;
}
.wp-block-post-title {
	width: fit-content;
	color: #0288d1;
	font-size: 3.4rem !important;
}
.wp-site-blocks {
	width: 100%;
	padding: 0 !important;
}
.woocommerce-page .woocommerce-checkout #customer_details,.woocommerce-page .woocommerce-checkout .col2-set {
    width: 100%;
}
form.woocommerce-checkout {
	max-width: 1260px;
	width: calc(100% - 4rem);
	margin: auto;
	font-size: 16px;
	padding: 0 2rem;
}
form.woocommerce-checkout h3 {
	font-size: 20px !important;
}
select {
	border: 1px solid #e5e5e5 !important;
	color: #607d8b;
	background-color: #f6f6f6;
	border-radius: 5px;
}
select:focus {
	outline: none;
}
.sp {
	display: none;
}
@media screen and (min-width: 1500px) {
	.wp-block-post-title {
		font-size: 36px !important;
	}
	}
@media only screen and (max-width: 1099px) {
	html {
		font-size: 1.65vw;
	}
	.sp {
		display: block;
	}
}

/* ===============================================
# header
=============================================== */
header figure.wp-block-image img {
	width: 12rem;
    max-width: 120px;
}
header figure.wp-block-image {
	padding: 3rem 0 !important;
}

/* ===============================================
# footer
=============================================== */
footer.wp-block-template-part {
	text-align: center;
	margin-top: 6rem;
}
footer.wp-block-template-part figure {
	margin: auto;
}
footer.wp-block-template-part .copyright {
	padding: 20px 0;
	font-size: 14px;
    font-family: sans-serif;
    text-align: center;
    color: #455a64 !important;
    border-top: 1px solid #455a64;
	margin: 2rem 0 0;
}
footer.wp-block-template-part .copyright a {
	color: inherit !important;
	text-decoration: none !important;
}
@media only screen and (max-width: 992px) {
	footer.wp-block-template-part .copyright a {
		font-size: 14px;
	}
}
/* ===============================================
# フォーム
=============================================== */
div.flow-nav {
    max-width: 1260px;
    width: calc(100% - 4rem);
    margin: auto;
    font-size: 16px;
    padding: 0 2rem;
	display: flex;
	justify-content: center;
    margin: 30px auto;
}
.flow-nav .step {
    position: relative;
    box-sizing: border-box;
    width: 33%;
    padding: 15px 20px;
    border: solid 1px #ccc;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
}
.flow-nav .active, .flow-nav .active .step-head {
    background-color: #0288d1;
    color: white;
}
.flow-nav .step-head {
	display: block;
}

.flow-nav > div.step:not(:last-of-type):before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
	right: 1px;
	width: auto;
	height: 100%;
	aspect-ratio: 1/2;
    clip-path: polygon(100% 50%, 50% 0, 50% 100%);
	background-color: #fff;
	transform: translateX(50%);
}

.flow-nav > div.step.active:not(:last-of-type):before {
    background-color: #0288d1;
}
@media only screen and (max-width: 1099px) {
	.flow-nav .step {
		width: 50%;
	}
}

/* ===============================================
# content
=============================================== */
h2.wp-block-post-title {
	width: 100%;
	max-width: 100% !important;
	padding: 6rem 2rem;
	background: #f2f9fd;
    font-size: 3.4rem !important;
    color: #0288d1;
    text-align: center;
    letter-spacing: .1em;
	font-family: 'M PLUS Rounded 1c',sans-serif !important;
	margin: 0;
}
.woocommerce-notices-wrapper {
	max-width: 1260px;
	width: calc(100% - 4rem);
	padding: 0 2rem;
	margin: auto;
}
.woocommerce form .form-row {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	float: none;
}
.woocommerce form .form-group.form-group-name .form-row {
	border-bottom: none;
	width: 50%;
}
.woocommerce form .form-row#billing_postcode_field input {
	max-width: 7em;
}
.woocommerce form .form-row#billing_postcode_field .woocommerce-input-wrapper {
	flex-direction: column;
	align-items: flex-start;
}
.woocommerce form .form-row#billing_mobile_phone_field input,
.woocommerce form .form-row#billing_phone_field input {
	max-width: 12em;
}
.woocommerce form .form-group:not(.form-group-other) .form-group-content {
	padding: 20px;
	gap: 20px;
	box-sizing: border-box;
}
.woocommerce form .form-group:not(.form-group-other)  .form-row > .woocommerce-input-wrapper {
	width: 100%;
	padding: 0;
}
.woocommerce form .form-group.form-group-name .form-row {
	width: calc((100% - 20px) / 2.5);
}
.woocommerce form div.woocommerce-billing-fields__field-wrapper .form-group:not(.form-group-other) {
	display: flex;
	justify-content: center;
	align-items: stretch;
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.woocommerce form div.woocommerce-billing-fields__field-wrapper .form-group-other {
	border-top: 1px solid #ccc;
}
.woocommerce form div.woocommerce-billing-fields__field-wrapper .form-group:not(.form-group-other) .form-group-title {
	width: 30%;
	padding: 20px;
    background: #f2f9fd;
    color: #0288d1;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.woocommerce form div.woocommerce-billing-fields__field-wrapper .form-group:not(.form-group-other) .form-group-content {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.woocommerce form div.woocommerce-billing-fields__field-wrapper .form-group:not(.form-group-other) .form-group-content .form-row > label {
	display: none;
}
.woocommerce form div.woocommerce-billing-fields__field-wrapper .form-group:not(.form-group-other) .form-group-title .required {
    color: var(--wc-red);
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
	display: inline-block;
    margin-left: 4px;
}
.woocommerce form .form-group:not(.form-group-other) .form-group-content .form-row{
	border: none;
}
.woocommerce form .form-group.form-group-address .form-group-content .form-row {
	width: 70%;
	position: relative;
	padding-left: 6em;
}
.woocommerce form .form-group.form-group-address .form-group-content .form-row::before {
	position: absolute;
	top: calc(10px + .75em);
	left: 0;
	transform: translateY(-50%);
	font-size: 14px;
}
.woocommerce form .form-group.form-group-address .form-group-content .form-row#billing_postcode_field::before {
	content: "郵便番号";
}
.woocommerce form .form-group.form-group-address .form-group-content .form-row#billing_state_field::before {
	content: "都道府県";
}
.woocommerce form .form-group.form-group-address .form-group-content .form-row#billing_city_field::before {
	content: "市区町村";
}
.woocommerce form .form-group.form-group-address .form-group-content .form-row#billing_address_1_field::before {
	content: "丁目・番地";
}
.woocommerce form .form-group.form-group-address .form-group-content .form-row#billing_address_2_field::before {
	content: "建物名など";
}
.woocommerce form div.woocommerce-billing-fields__field-wrapper > p.form-row:first-child {
	border-top: 1px solid #ccc;
}
.woocommerce form .form-row > label {
    width: 30%;
    padding: 20px;
    background: #f2f9fd;
    color: #0288d1;
    font-weight: bold;
	white-space: nowrap;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.woocommerce-input-wrapper {
	box-sizing: border-box;
}

#use_tap_water_field .woocommerce-input-wrapper {
	width: 70%;
	flex-direction: column;
	align-items: flex-start;
}

#terms_and_conditions_field {
	margin-top: 2rem;
	border: 2px solid #0288d1;
}
#terms_and_conditions_field .woocommerce-input-wrapper {
	width: 100%;
	justify-content: center;
	color: #0288d1;
	font-size: 18px;
}
.woocommerce form .form-row > .woocommerce-input-wrapper {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
}
.woocommerce-input-wrapper input {
	max-width: 100%;
	margin: 0 !important;
	padding: 10px 15px !important;
	border: 1px solid #e5e5e5 !important;
	background-color: #f6f6f6 !important;
	font-size: 16px !important;
	outline: 0;
    border-radius: 0 !important;
	line-height: 1.15 !important;
	color: #607d8b !important;
	max-width: 20em;
}
#billing_address_2_field .woocommerce-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#billing_address_2_field .woocommerce-input-wrapper input {
    margin: 0;
}

#billing_address_2_field .woocommerce-input-wrapper label {
    margin-left: 5px;
}

#billing_address_2_field .woocommerce-input-wrapper input,
#billing_address_2_field .woocommerce-input-wrapper label {
    display: inline-block;
    white-space: nowrap;
}

#billing_address_2_field .woocommerce-input-wrapper input:has(+ label),
#billing_address_2_field .woocommerce-input-wrapper label:has(+ input) {
    display: flex;
    align-items: center;
    gap: 5px;
}

.woocommerce-input-wrapper textarea {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 300px !important;
	padding: 10px 15px !important;
	border: 1px solid #e5e5e5 !important;
	background-color: #f6f6f6 !important;
	font-size: 16px !important;
	color: #607d8b !important;
}
.woocommerce-input-wrapper textarea:focus {
	outline: 1px solid #ccc;
}
.woocommerce-page form .form-row label {
	margin: 0;
}
.woocommerce-page form .form-row label.radio {
	margin-left: 0.5em;
	margin-right: 2rem;
}
.wc_payment_methods {
	background-color: #f6f6f6;
	border-radius: 5px;
	padding: 20px !important;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.wc_payment_methods > li.wc_payment_method{
	margin-bottom: 0 !important;
}
.woocommerce form .form-row.place-order {
	flex-direction: column;
	border: none;
}
.woocommerce #payment #place_order_check {
	float: none;
	width: 300px;
	text-decoration: none;
	margin: 0 auto;
	padding: 15px 60px;
	border: 0;
	border-radius: 5px;
	background: #0288d1;
    box-shadow: 0 5px 0 0 #0072af;
	color: white;
	font-size: 24px;
	line-height: 1.8em;
	cursor: pointer;
}
.woocommerce form .form-row select {
	border: 1px solid #e5e5e5 !important;
	max-width: 12em !important;
	font-size: 16px;
	color: #607d8b;
	padding: 10px 15px;
	background-color: #f6f6f6;
}
.woocommerce form .form-row select:focus {
	outline: none;
}
.wc-block-components-notice-banner.is-error {
	border: 1px solid #ccc !important;
	background-color: #fcffe5 !important;
	color: #c00 !important;
}
.wc-block-components-notice-banner {
	font-size: 16px !important;
}
.wc-block-components-notice-banner > svg {
	display: none;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	display: none;
}
.wc-block-components-notice-banner a {
	text-decoration: none;
	color: #c00 !important;
}
.wc-block-components-notice-banner a strong {
	color: #0288d1;
	text-decoration: underline;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
    margin: 0 !important;
}
.woocommerce form .form-row.woocommerce-invalid label {
	color: #c00;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
	display: inline-block !important;
	background: #f2f9fd !important;
	color: #607d8b;
	font-size: 14px;
	padding: .8em !important;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 5%;
	border-color: #f2f9fd transparent transparent transparent;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
	color: #0288d1;
}
#billing_age_field .woocommerce-input-wrapper,
#how_did_you_know_field .woocommerce-input-wrapper,
#billing_gender_field .woocommerce-input-wrapper,
#other_companies_field .woocommerce-input-wrapper,
#billing_customer_classification_field .woocommerce-input-wrapper,
#reason_for_choice_field .woocommerce-input-wrapper {
	gap: 14px;
}
#billing_age_field .woocommerce-input-wrapper .radio-option,
#how_did_you_know_field .woocommerce-input-wrapper .radio-option,
#billing_gender_field .woocommerce-input-wrapper .radio-option,
#other_companies_field .woocommerce-input-wrapper .radio-option,
#billing_customer_classification_field .woocommerce-input-wrapper .radio-option,
#reason_for_choice_field .woocommerce-input-wrapper .radio-option {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 3px;
}
@media only screen and (max-width: 1099px) {
	header > h2 {
		font-size: 2.8rem;
		padding: 3.2rem 1rem;
	}
	.woocommerce form .form-row {
		flex-direction: column;
	}
	.woocommerce form .form-row > label {
		width: 100%;
		box-sizing: border-box;
	}
	.woocommerce form .form-row > .woocommerce-input-wrapper {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 1em;
	}
	.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
		margin: auto;
	}
	.woocommerce form .form-row select {
		max-width: 100%;
	}
	.woocommerce form div.woocommerce-billing-fields__field-wrapper .form-group:not(.form-group-other) {
		flex-direction: column;
	}
	.woocommerce form div.woocommerce-billing-fields__field-wrapper .form-group:not(.form-group-other) .form-group-title {
		width: 100%;
		box-sizing: border-box;
	}
	.woocommerce form div.woocommerce-billing-fields__field-wrapper .form-group:not(.form-group-other) .form-group-content {
		width: 100%;
	}
	.woocommerce form .form-group.form-group-name .form-row {
		width: calc((100% - 20px) / 2);
	}
	.woocommerce form .form-group.form-group-address .form-group-content .form-row {
		width: 100%;
		padding-left: 0;
	}
	.woocommerce form .form-group.form-group-address .form-group-content .form-row::before {
		display: none;
	}
	#use_tap_water_field .woocommerce-input-wrapper {
		width: 100%;
	}
}
@media only screen and (max-width: 400px) {
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		width: 100%;
	}
}

/* ===============================================
# 確認用モーダル
=============================================== */
#confirmBox {
	box-sizing: border-box;
	font-size: 16px;
	max-width: 800px;
	width: 100%;
	padding: 4rem 2rem;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%,-50%);
	border-radius: 20px;
	background: #fff;
	border: none;
}
#confirmBox h1 {
	text-align: center;
	color: #0288d1;
	background: none;
	text-shadow: none;
	position: relative;
	padding: 0 0 3rem;
	margin: auto;
}
#confirmBox p {
	padding: 0;
}
#confirmBox h1:after {
    content: "";
    background: #0288d1;
    width: 40px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    opacity: .5;
}
.law__flex {
	padding: 1rem;
	background: #eee;
	border-radius: 2rem;
	max-height: 55vh;
	overflow-y: scroll;
}
#confirmBox .law__list {
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}
#confirmButtons {
	padding: 0;
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	gap: 1.5rem;
}
#confirmButtons a.button {
	background: linear-gradient(to right, #ff8a00, #ff4e00);
	border-radius: 100px;
	min-width: 150px;
	box-sizing: border-box;
	margin: 0;
}
#confirmButtons a.button:last-of-type {
	background: #999;
}
@media only screen and (max-width: 1099px) {
	#confirmBox {
		width: 94%;
	}
	#confirmBox .law__list {
		line-height: 1.2;
		gap: 0.1em;
		padding-left: 1.75em;
	}
	.law__flex {
		padding: .5rem;
	}

}
@media only screen and (max-width: 1099px) {
	.law__flex {
		max-height: 60vh;
	}
}

/* ===============================================
# 注文完了ページ
=============================================== */
.wp-block-woocommerce-order-confirmation-status,.wp-block-woocommerce-order-confirmation-summary,.wp-block-woocommerce-order-confirmation-totals-wrapper,.wc-block-order-confirmation-address-wrapper {
	max-width: 1260px !important;
	width: calc(100% - 4rem);
	margin: auto;
	padding: 0 2rem;
}
.wc-block-order-confirmation-address-wrapper {
	margin-top: 10px !important;
}
main .wp-block-woocommerce-order-confirmation-status,.wp-block-woocommerce-order-confirmation-summary
,.wc-block-order-confirmation-totals__table,.wp-block-woocommerce-order-confirmation-billing-address {
	font-size: 16px !important;
}
.wp-block-woocommerce-order-confirmation-status h1 {
	font-size: 3.4rem !important;
}
.wc-block-order-confirmation-totals table .wc-item-meta {
	font-size: 14px;
}
.wc-block-order-confirmation-summary-list {
	padding: 15px !important;
	border-radius: 5px;
    border: 1px solid hsla(0, 0%, 7%, .11);
	background-color: #f6f6f6;
}
.wp-block-woocommerce-order-confirmation-status h1 {
	color: #0288d1;
}
.wc-block-order-confirmation-totals__table thead tr {
	background-color: #f6f6f6;
}
.wc-block-order-confirmation-totals__table tr {
	background-color: #f2f9fd;
}
.wc-block-order-confirmation-totals__table tfoot .wc-block-order-confirmation-totals__total {
	color: #0288d1;
	font-size: 130%;
}
.wc-block-order-confirmation-order-note {
	font-size: 16px;
}
.page-id-10 .confirm-text_wrap {
	max-width: 1260px !important;
	width: calc(100% - 4rem);
	margin: 4rem auto;
	text-align: center;
}
.page-id-10 .confirm-text_wrap h2 {
	font-size: 24px;
}
.page-id-10 .confirm-text_wrap ul {
	width: fit-content;
	margin: auto;
	text-align: left;
	padding-left: 2em;
}
.page-id-10 .confirm-text_wrap p,.page-id-10 .confirm-text_wrap li {
	font-size: 16px;
}
/* ===============================================
# 商品一覧ページ
=============================================== */
.post-type-archive-product main.wp-block-group-is-layout-constrained {
	max-width: 1260px;
	width: calc(100% - 4rem);
	margin: auto;
	padding: 0 2rem;
}
.post-type-archive-product .wc-block-breadcrumbs,
.post-type-archive-product .is-content-justification-space-between.wp-container-core-group-is-layout-2 {
	display: none;
}
.post-type-archive-product .wp-block-query-title {
    width: 100%;
    max-width: 100% !important;
    padding: 6rem 2rem;
    font-size: 3.4rem !important;
    color: #0288d1;
    text-align: center;
    letter-spacing: .1em;
    font-family: 'M PLUS Rounded 1c',sans-serif !important;
    margin: 0;
}
.wp-block-button__link.wc-block-components-product-button__button {
	width: 90% !important;
	font-size: 16px !important;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px 20px;
	border: 0;
	border-radius: 99px;
	background: #0288d1;
	color: white;
	font-size: 16px;
	line-height: 1.8em;
	cursor: pointer;
	margin-bottom: 0 !important;
}
.post-type-archive-product .is-layout-constrained > .alignwide {
	max-width: 100%;
}
.post-type-archive-product .wp-block-woocommerce-product-price {
	margin: auto;
}
.post-type-archive-product .wp-block-woocommerce-product-price .wc-block-components-product-price {
	margin: auto;
}
.post-type-archive-product .wp-block-woocommerce-product-price .wc-block-components-product-price .woocommerce-Price-amount {
	font-size: 16px;
}
.post-type-archive-product .wp-block-post-title {
	font-size: 18px !important;
	text-align: center;
	margin: 1rem auto;
}
.post-type-archive-product .wc-block-components-product-image img {
	width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
	border-radius: 20px;
}
.post-type-archive-product ul.wc-block-product-template__responsive {
	display: flex;
	gap: 3rem;
	flex-wrap: wrap;
	align-items: stretch;
}
.post-type-archive-product ul.wc-block-product-template__responsive > li {
	width: calc((100% - 9rem) / 4);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.8rem;
	border-radius: 20px;
	background-color: #f2f9fd;
	box-sizing: border-box;
}
@media only screen and (max-width: 1099px) {
	.post-type-archive-product ul.wc-block-product-template__responsive {
		gap: 2rem;
	}
	.post-type-archive-product ul.wc-block-product-template__responsive > li {
		width: calc((100% - 2rem) / 2);
	}
	.post-type-archive-product main.wp-block-group-is-layout-constrained {
		padding-bottom: 6rem;
	}
}
@media only screen and (max-width: 590px) {
	.post-type-archive-product ul.wc-block-product-template__responsive {
		gap: 4rem;
	}
	.post-type-archive-product ul.wc-block-product-template__responsive > li {
		width: 100%;
		padding: 2rem;
	}
	.wp-block-button__link.wc-block-components-product-button__button {
		width: 100%;
	}
}
/* ===============================================
# 商品詳細ページ
=============================================== */
/* 商品詳細ページの本文の文字色を変更 */
.wp-block-woocommerce-product-details h1,h2,h3,h4,h5,h6 {
	color: #0288d1;
}
.single-product .wc-block-breadcrumbs {
	display: none ;
}
.single-product h4 {
	line-height: 1.4;
}
.single-product .woocommerce-product-gallery__trigger {
	display: none;
}
.single-product main {
	max-width: 1260px;
	width: calc(100% - 4rem);
	margin: auto;
	padding: 0 2rem;
}
.single-product a,.single-product p,.single-product label,.single-product th {
	font-size: 16px;
}
.single-product a {
	outline: none;
}
.single-product .wp-block-add-to-cart-form select {
	font-size: 16px !important;
}
.single-product .wp-block-woocommerce-add-to-cart-form .variations_button>.quantity:not(.wc-block-components-quantity-selector) .qty {
	height: 50px;
	margin: auto;
	display: block;
}
.single-product .wp-block-woocommerce-add-to-cart-form .variations_button {
	align-items: center;
}
.single-product  div.quantity input {
	border: 1px solid #e5e5e5 !important;
    color: #607d8b;
    background-color: #f6f6f6;
    border-radius: 5px;
	font-size: 16px;
}
.single-product .single_add_to_cart_button {
	width: 100%;
	text-decoration: none;
	margin: auto auto auto 1rem;
    padding: 15px 60px;
    border: 0 !important;
    border-radius: 5px;
    background: #0288d1 !important;
    box-shadow: 0 5px 0 0 #0072af;
    color: white;
    font-size: 24px;
    line-height: 1.8em;
    cursor: pointer;
}

@media only screen and (max-width: 1099px) {
	.single-product .wp-container-core-columns-is-layout-1 {
		flex-direction: column;
		align-items: center !important;
	}
	.single-product h4 {
		font-size: 18px;
	}
	.single-product .woocommerce-Price-amount {
		font-size: 16px;
	}
}
/* ===============================================
# イベント用注文ページ
=============================================== */
.page-id-464 div.woocommerce {
	max-width: 1260px;
	width: calc(100% - 4rem);
	margin: auto;
	padding: 0 2rem;
}
.page-id-464 .wp-block-spacer {
	display: none;
}
.page-id-464 div.form-row > form {
	text-align: center;
	background-color: #fff;
	padding: 0 0 4rem;
}
.page-id-464 div.form-row > form > .wp-block-columns {
	margin-bottom: 0;
}
.page-id-464 form > .wp-block-button {
	margin-top: -35px;
	position: relative;
}
.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	padding: 4rem 4rem 8rem;
	background-color: #f2f9fd;
	border-radius: 2rem;
	position: relative;
}
.page-id-464 figure.wp-block-image img {
	width: 100%;
	aspect-ratio: 6/5;
	object-fit: contain;
	border-radius: 20px;
}
.page-id-464 hr.wp-block-separator {
	display: none;
}
.page-id-464 main {
	font-size: 16px;
}
.page-id-464 #order {
	font-size: 24px;
	width: fit-content;
}
.page-id-464 .wp-block-column-is-layout-flow h4.wp-block-heading {
	font-size: 20px !important;
}
.page-id-464 .wp-block-column-is-layout-flow p.has-medium-font-size {
	font-size: 16px !important;
}
.page-id-464 .wp-block-column-is-layout-flow select {
	margin-left: 5px;
	padding: 5px;
}
.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns {
	width: calc((100% - 4rem) / 2);
	margin: auto;
}
.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns > div {
	flex-basis: inherit;
	flex-grow: inherit;
}
.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns > div:first-of-type,
div.wp-block-column.is-layout-flow:has(> figure) {
	width: calc(45% - 1.5rem);
}
.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns > div:last-of-type,
.page-id-464 form div.wp-block-column-is-layout-flow:has(> h4.has-large-font-size) {
	width: 55%;
	text-align: left;
}
.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns > div:last-of-type p,
.page-id-464 form div.wp-block-column-is-layout-flow:has(> h4.has-large-font-size) > p,
.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns > div:last-of-type select,
.page-id-464 form div.wp-block-column-is-layout-flow:has(> h4.has-large-font-size) > select,
.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns > div:last-of-type label,
.page-id-464 form div.wp-block-column-is-layout-flow:has(> h4.has-large-font-size) > label {
	margin-top: .2rem;
}
.page-id-464 img {
	contain-intrinsic-size: auto 362px;
}
@media only screen and (max-width: 1099px) {
	.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {
		padding: 6rem 2rem 10rem;
	}
	.page-id-464 form > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns {
		width: 100%;
	}
	.page-id-464 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: inherit !important;
	}
}