@charset "utf-8";

/* 共通 */
#f-naiyo .sample-locked {
  opacity: .45;
  pointer-events: none;
}
/* dd側にだけメッセージを重ねる（任意） */
#f-naiyo dd.sample-dd {
  position: relative;
}
#f-naiyo dd.sample-dd::after {
  content: "サンプル希望のため入力不要";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: bold;
  background: rgba(255,255,255,.6);
}

/* SP */
@media ( max-width: 765px) {
.rel {
	position: relative;
}
.dtxt {
	font-size: 14px;
	line-height: 1.7;
}
.title-lead2 {
	font-size: 24px !important;
}
.main-visual-page .title {
	font-size: 23px !important;
}
#page-orderf {
	img {
		max-width: 100%;
		height: auto;
	}
	.img-tit {
		width: 100%;
		background: url(../images/order/tit-sonota.png) center center / contain no-repeat;
	  aspect-ratio: 1200 / 158;
		font-size: 21px;
		font-weight: 900;
		padding: 40px 0 20px 10px;
	}
}
#go-to-order {
	width: 40px;
	height: 0;
	position: sticky;
	top: 100px;
	left: 0;
	z-index: 10000;
	img {
		width: 100%;
		height: auto;
	}
}
#titset {
	margin-top: 20px;
	position: relative;
	.ovr {
		position: absolute;
		top: 80px;
		left: 8px;
	}
	a {
		display: inline-block;
		margin-left: 20px;
		position: relative;
		top: -40px;
		img {
			width: auto;
			height: 35px;
		}
	}
}
#konna {
	width: 100%;
	.txt {
		background: url(../images/order/bg-konna1.png) repeat-y center;
		background-size: 100% auto;
		ul {
			padding-top: 10px;
		}
		li {
			font-size: 14px;
			line-height: 1.4;
			background: url(../images/order/check-mark.png) no-repeat left 20px top 0;
			background-size: 20px auto;
			padding-bottom: .8em;
			padding-right: 10px;
			padding-left: 45px;
		}
	}
	.img {
		position: relative;
		background: url(../images/order/bg-konna2.png) center bottom / contain no-repeat;
		aspect-ratio: 1200 / 718;
		p {
			position: absolute;
			bottom: 15px;
			left: 25px;
			font-size: 12px;
		}
	}
}
#lead-yasashi {
	margin-top: 30px;
	width: 100%;
	height: 135px;
	background: url(../images/order/background-01.webp) no-repeat left top;
	backgruond-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	img {
		width: 90%;
		height: auto;
	}
}
.o-point {
	margin-top: -10px;
	padding-bottom: 20px;
	li {
		margin-bottom: 25px;
	}
}
#nyuko {
	.dtxt {
		padding: 20px 0;
	}
}
.bg-ylw {
	background: #feb800;
	text-align: center;
	padding: 2em 0;
	img {
		width: 94%;
		height: auto;
	}
}
.order_prc {
	margin-top: 30px;
}
.order_prc .tit {
	position: relative;
	.o-txt {
		font-size: 12px;
		position: absolute;
		left: 140px;
		top: 0;
		line-height: 1.3;
		font-weight: normal;
	}
}
.order_prc .prc {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 15px;
  text-align: center;
}
.order_prc .prc th.wt {
  background :#fff;
  padding: 2px 0;
  border-left: 0;
  border-right: 0;
}
.order_prc .prc th {
  background: #feb800;
  color: #fff;
  padding: .5em 10px;
  border: 3px solid #834e00;
  font-weight: 700;
  line-height: 1.3;
  font-size: 16px;
  vertical-align: middle !important;
}
.order_prc .prc th .u {
  font-size: .9em;
}
.order_prc .prc td {
  padding: .5em 10px;
  border: 3px solid #834e00;
  background: #fff;
  font-size: 15px;
}
.order_prc .prc td.txt {
	line-height: 1.3;
	text-align: left;
}
.order_prc .prc td.txt span {
	font-size: inherit;
}
.order_prc .prc td.txt a {
	font-size: inherit;
}
.order_prc .prc tbody tr:nth-child(even) td {
  background: #fee6ce;
}
.order_prc .prc td:last-child {
  font-weight: 600;
}
.order_prc .fee {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.3;
}
.order_prc .notes {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5;
}
.order_prc .notes span {
	font-size: inherit;
}
#o-chui {
	padding: 20px 0 0;
	display: flex;
	.img {
		width: 12%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 8px;
	}
	.chui-txt {
		width: 82%;
		font-size: 14px;
		line-height: 1.5;
		p, a, div {
			font-size: inherit;
		}
	}
}
#o-links {
	padding-bottom: 30px;
	max-width: 2200px;
	margin-left: auto;
	margin-right: auto;
	.set01 {
		background: url(../images/order/bg-r.webp) no-repeat right top 10px;
		background-size: 150px auto;
		.dtxt {
			display: block;
			width: 94%;
			margin: 0 auto;
			padding: 10px 0 20px;
			a {
				display: block;
				margin: 25px 0 0;
				img {
					display: block;
					width: 60%;
					height: auto;
					margin: 0 auto;
				}
			}
		}
	}
	.set02 {
		margin-top: 10px;
		background: url(../images/order/bg-l.webp) no-repeat left bottom 80px;
		background-size: 150px auto;
		.dtxt {
			display: block;
			width: 94%;
			margin: 0 auto;
			padding: 0 0 20px;
			text-align: right;
			a {
				display: block;
				margin: 25px 0 0;
				img {
					display: block;
					width: 60%;
					height: auto;
					margin: 0 auto;
				}
			}
		}
	}
}
.b-links {
	padding: 0 0 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #000;
	p, a {
		font-size: inherit;
		color: inherit;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
}
}

/* PC */
@media ( min-width: 766px) {
.rel {
	position: relative;
}
.dtxt {
	font-size: 36px;
	line-height: 1.7;
}
#page-orderf {
	.img-tit {
		background: url(../images/order/tit-sonota.png) center center / contain no-repeat;
	  aspect-ratio: 1200 / 158;
		font-size: 48px;
		font-weight: 900;
		padding: 100px 0 20px 40px;
	}
}
#go-to-order {
	width: 83px;
	height: 0;
	position: sticky;
	top: 165px;
	left: calc(50% - 730px);
	z-index: 10000;
}
#titset {
	margin-top: 100px;
	position: relative;
	.ovr {
		position: absolute;
		top: 280px;
		left: 50px;
	}
	a {
		display: inline-block;
		margin-left: 50px;
		position: relative;
		top: -150px;
	}
}
#konna {
	width: 1200px;
	.txt {
		background: url(../images/order/bg-konna1.png) repeat-y center;
		ul {
			padding-top: 30px;
		}
		li {
			font-size: 44px;
			background: url(../images/order/check-mark.png) no-repeat left 80px top 0;
			padding-bottom: .8em;
			padding-left: 150px;
		}
	}
	.img {
		min-height: 718px;
		position: relative;
		background: url(../images/order/bg-konna2.png) no-repeat center bottom;
		p {
			position: absolute;
			bottom: 53px;
			left: 100px;
			font-size: 40px;
		}
	}
}
#lead-yasashi {
	margin-top: 120px;
	width: 100%;
	height: 475px;
	background: url(../images/order/background-01.webp) no-repeat center;
	display: flex;
	justify-content: center;
	align-items: center;
	img {
		margin-top: 130px;
		margin-left: 200px;
	}
}
.o-point {
	padding-bottom: 80px;
	li {
		margin-bottom: 90px;
	}
}
#nyuko {
	.dtxt {
		padding: 50px 0;
	}
}
.bg-ylw {
	background: #feb800;
	text-align: center;
	padding: 2em 0;
}
.order_prc {
	margin-top: 180px;
}
.order_prc .tit {
	position: relative;
	.o-txt {
		font-size: 30px;
		position: absolute;
		left: 460px;
		top: 25px;
		line-height: 1.3;
		font-weight: normal;
	}
}
.order_prc .prc {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 44px;
  text-align: center;
}
.order_prc .prc th.wt {
  background :#fff;
  padding: 2px 0;
  border-left: 0;
  border-right: 0;
}
.order_prc .prc th {
  background: #feb800;
  color: #fff;
  padding: .5em 10px;
  border: 6px solid #834e00;
  font-weight: 700;
  line-height: 1.3;
  font-size: 48px;
  vertical-align: middle !important;
}
.order_prc .prc th .u {
  font-size: 40px;
}
.order_prc .prc td {
  padding: .5em 10px;
  border: 6px solid #834e00;
  background: #fff;
  font-size: 44px;
}
.order_prc .prc td.txt {
	line-height: 1.3;
	text-align: left;
}
.order_prc .prc td.txt span {
	font-size: inherit;
}
.order_prc .prc td.txt a {
	font-size: inherit;
}
.order_prc .prc tbody tr:nth-child(even) td {
  background: #fee6ce;
}
.order_prc .prc td:last-child {
  font-weight: 600;
}
.order_prc .fee {
  font-size: 32px;
  margin-top: 30px;
  line-height: 1.3;
}
.order_prc .notes {
  font-size: 25px;
  margin-top: 25px;
  line-height: 1.5;
}
.order_prc .notes span {
	font-size: inherit;
}
#o-chui {
	padding: 40px 0;
	display: flex;
	.img {
		width: 21%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.chui-txt {
		width: 79%;
		font-size: 36px;
		line-height: 1.7;
		p, a {
			font-size: inherit;
		}
	}
}
#o-links {
	padding-bottom: 100px;
	max-width: 2200px;
	margin-left: auto;
	margin-right: auto;
	.set01 {
		background: url(../images/order/bg-r.webp) no-repeat right top 100px;
		.dtxt {
			display: block;
			width: 1200px;
			margin: 0 auto;
			padding: 255px 0 40px;
			a {
				display: block;
				margin: 50px 0 0;
				img {
					margin-left: auto;
				}
			}
		}
	}
	.set02 {
		margin-top: -200px;
		background: url(../images/order/bg-l.webp) no-repeat left top 100px;
		.dtxt {
			display: block;
			width: 1200px;
			margin: 0 auto;
			padding: 400px 0 40px;
			text-align: right;
			a {
				display: block;
				margin: 50px 0 0;
				img {
					margin-right: auto;
				}
			}
		}
		position: relative;
		#link2 {
			position: absolute;
			top: 100px;
			display: block;
		}
	}
}
.b-links {
	padding: 40px 0 100px;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.7;
	color: #000;
	p, a {
		font-size: inherit;
		color: inherit;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
}
}

#tit-gochumon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; /* 文字と線の間 */
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}

@media ( max-width: 765px) {
	#tit-gochumon {
		gap: 20px;
		width: 100%;
	}
}

#tit-gochumon::before,
#tit-gochumon::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #cfcfcf;
}