@charset "utf-8";

table {font-size: 1em;}
.page-sub h2 {font-size: 1.8rem;}
.page-sub h3 {font-size: 1.6rem;}
.page-sub h4 {font-size: 1.5rem;}
.wpcf7-form .field.textarea:not(.min) {---size: 10rem;}

.page-sub-header {
	background: #0a3e7a url(../images/bg_pattern_blue.png) 0 0 repeat;
    color: #fff;
	margin-bottom: 3em;
}
.page-sub-header header {background: none;}
.page-sub-header h1 {
	text-align: center;
	font-size: 2.5rem;
	padding: 2rem 0;
}

.list-flow {
	margin: 0;
	padding: 0 40px;
	list-style: none;
}
.list-flow li {
	margin: 4em 0;
	padding: 2em;
	counter-increment: num;
	background: var(--background);
	box-shadow: 0 0 40px rgba(0, 0, 0, .07);
}
.list-flow li + li::before {
	content: '\25BC';
	position: absolute;left:0;right: 0;top: -45px;
	font-size: 2em;
	display: block;
	text-align: center;
	color: #bb76a7;
	transform: scaleX(2)
}
.list-flow li h2 {
	text-align: center;
	border-bottom: 1px solid var(--primary);
	padding: 0 10px 10px;
}
.list-flow li h2::before {
	content: '0' counter(num);
	color: var(--primary);
	font-size: 1em;
	position: absolute;
	left: 0;
}

.set-flow {
	align-items: center;
}
.list-flow .pic img {max-width: 80%;}
.set-flow.detail {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	padding-top: 2em;
}

.set-flow.detail .pic img {
	max-width: 60%;
}

h2.ttl-num {
	counter-increment: num;
	margin-top: 1.4em;
}
.ttl-num::before {
	content: '0' counter(num)'.';
	margin-right: .5em;
}
.commerce-pic img{
	object-fit: cover;
	aspect-ratio: 3 / 1;
	heigh: auto;
	width: 100%;
	object-position: center bottom;
}
.table-col2 td:nth-of-type(1) {
	white-space: nowrap;
}
body.page-id-49 .table-col2 td {
	padding: .8em;
}

.price {
	font-size: 1.2em;
	display: grid;
	grid-template-columns: auto 1fr;
	gap:10px 1em;
	margin: 1.5em 0;
	max-width: 18rem;
	margin: 1em auto;
}
.price.big {font-size: 1.5em;}
.price.big dt {text-align: right;width: 5em;}

.wpcf7-form,.wrap-form-first {
	max-width: 900px;margin: 0 auto;
}
.wrap-form-first {margin-bottom: 2em;}

.wpcf7-form td:nth-of-type(1) {padding-right: 2em;}
.wpcf7-form .cc {float: right;font-weight: 700;color: var(--error);border: 1px solid var(--error);width: 1.5em;text-align: center;}

.wpcf7-form table td {padding: .9em .5em;}
.wpcf7-form .small{font-size: .9em;}
.wpcf7-form table label {font-size: 1em;}
.wpcf7-form table input,.wpcf7-form table select,.wpcf7-form table textarea {
	font-family: inherit;
	font-size: 1rem;
	border-radius: .25rem;
	padding: .5rem .8rem;
	border: .0625rem solid var(--outline);
}
.wpcf7-form table textarea {width: 100%;}
.wrap-date {margin-right: .75em;}
.wrap-date input {width: 4em;margin-right: .5em;}
.wrap-date .wpcf7-not-valid-tip {display: none;}
.wpcf7-not-valid {border-color: var(--error) !important;}
.wrap-address:first-child {margin-bottom: .8em;}
.wrap-address:first-child input {width: 9em;}
.wpcf7 input[type="file"] {
	position: relative;
	opacity: 1;
}
.wpcf7-form input[type=submit] {font-size: 1.2em;padding: 10px;width: 150px;margin-top: 15px;letter-spacing: 5px;}
.wpcf7-form table select {margin-right: .5em;text-align: center;}

/* iOS */
::-webkit-file-upload-button {
	font-family: inherit;
	font-size: .8rem;
	border-radius: .25rem;
	padding: .5rem .8rem;
	border: .0625rem solid var(--outline);
	color:#000;
}

@media only screen and (min-width: 993px) {
	.wpcf7-form td:nth-of-type(1) {width: 290px;}
	body.page-id-49 .table-col2 td {padding: 1.5rem;}
}
@media only screen and (max-width: 992px) {
	.list-flow .pic img {height: 150px;}
	.set-flow.detail h3 {margin-top: 1em;}
	.wpcf7-form td,body.page-id-49 .table-col2 td {display: block;width: 100%;}
	.wpcf7-form td:nth-of-type(1),body.page-id-49 .table-col2 td:nth-of-type(1) {padding-bottom: 0;border-bottom: none !important;}
	body.page-id-49 .table-col2 td:nth-of-type(1) {font-size: 1.3em;}
	body.page-id-49 .table-col2 td:nth-of-type(2) {border: none;}
	.wpcf7-form .cc {float: none;display: inline-block;}
	.wpcf7-form table td > span > input, .wpcf7-form table td > span > textarea,input.your-address {width: 100%;}
	body.page-id-47 .page-sub-main {width: 90%;}
}
@media only screen and (max-width: 600px) {
	.page-sub-header h1 {font-size: 1.6rem;padding: 1.5rem 0;}
	.page-sub-header {margin-bottom: 1em;}
	.page-sub h2 {font-size: 1.5rem;}
	.page-sub h3 {font-size: 1.3rem;}
	.page-sub h4 {font-size: 1.2rem;}
	
	.list-flow {margin-top: -40px;padding: 0 20px;}
	.set-flow {---gap:0 !important;}
	.list-flow li {padding: 1.5em;}
	.set-flow.detail {width: 100%;}
	.set-flow.detail h3 {font-size: 1.3rem;}
	.wpcf7-form table input, .wpcf7-form table textarea { padding:.3rem .5rem;}
	.wrap-date input {width: 3em;}
	.wpcf7-form input[type=submit] {font-size: 1em;}
	.wpcf7-form td:nth-of-type(2) {padding-top: .5em;}
}

