@charset "UTF-8";

.guide-order__heading-1 {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
}

.order-flow {
	padding: 50px 0;
}

.order-flow--p-lg {
	padding: 120px 0;
}

.order-flow--pb-0 {
	padding-bottom: 0;
}

.order-flow__item:not(:last-child) {
	margin-bottom: 58px;
}

.order-flow__number {
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #fff;
	font-weight: 700;
	width: 45px;
	margin-right: 18px;
}

.order-flow__number::before {
	position: absolute;
	content: "";
	background: #db6557;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 54%;
	left: 47%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.order-flow__number span {
	position: relative;
}

.order-flow__heading {
	position: relative;
	font: 600 28px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	padding-bottom: 16px;
	border-bottom: 2px solid #9b9b9b;
	margin-bottom: 21px;
}

.order-flow__heading::after {
	position: absolute;
	content: "";
	background: #db6557;
	height: 2px;
	width: 5%;
	left: 0;
	bottom: -2px;
}

.order-flow__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-flow__inner:not(:last-child) {
	margin-bottom: 31px;
}

.order-flow__image {
	margin-top: 10px;
	width: 50%;
	border: 2px solid #000;
}

.order-flow__main {
	width: 47.7%;
}

.order-flow__text {
	margin-top: 3px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.order-flow__text p:not(:last-child) {
	margin-bottom: 1em;
}

.order-flow__text--mb-md p:not(:last-child) {
	margin-bottom: 2em;
}

.order-flow__text--mb-md-2 p:not(:last-child) {
	margin-bottom: 1.7em;
}

.order-flow__text--mb-lg p:not(:last-child) {
	margin-bottom: 3.8em;
}

.order-flow__text--mb-lg-2 p:not(:last-child) {
	margin-bottom: 6.2em;
}

.order-flow__text .text-red {
	color: #df0b28;
}

.order-flow__btn {
	margin-top: 18px;
	width: 273px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	margin-right: 20px;
}

.order-flow__btn-2 {
	display: inline-block;
	background: #979797;
	color: #fff;
	padding: 0px 8px;
	font-size: 16px;
}
.is-btn-3 {
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 4px;
	padding: 0.5em 1em;
}
.is-btn-4 {
	color: #fff;
	background-color: #db6557;
	border: 1px solid #db6557;
	border-radius: 4px;
	padding: 0.5em 1em;
}

.order-flow__btn-2 + p {
	margin-top: 5px;
}

.order-flow__multiple-order {
	margin-top: 79px;
}

.order-flow__multiple-order .btn {
	position: relative;
	width: 444px;
	height: 50px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-family: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.order-flow__multiple-order .btn:before,
.order-flow__multiple-order .btn:after {
	content: "";
	display: block;
	width: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #db6557;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.order-flow__multiple-order .btn:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.order-flow__multiple-order .btn:after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.order-flow__multiple-order .btn:hover {
	background-color: #db6557;
}

.order-flow__multiple-order .btn:hover:before,
.order-flow__multiple-order .btn:hover:after {
	background-color: #FFF;
}

.order-flow__multiple-order .btn.is-opend:before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.order-flow__multiple-order .cmn-btn02:hover .text {
	color: #ffffff;
}

.order-flow__btn-wrap {
	margin-top: -10px;
}

.order-flow__btn-wrap .btn {
	margin-left: auto;
	margin-right: 0;
	width: 100%;
	max-width: 445px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.order-flow__btn-wrap .btn:hover {
	background: #db6557;
}

.order-flow__btn-wrap .btn:hover .text {
	color: #ffffff;
}

.guide-anchor-wrap {
	margin-top: 35px;
	margin-bottom: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.guide-anchor-wrap::before {
	position: absolute;
	content: "";
	background: #db6557;
	width: 100%;
	height: 4px;
	left: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.guide-anchor {
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #db6557;
	border-radius: 8px;
	padding: 26px 10px 25px;
	width: 14.2%;
	background: #fff;
}

.guide-anchor:not(:last-child) {
	margin-right: 2.96%;
}

.guide-anchor::after {
	content: "";
	position: absolute;
	bottom: 12px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #db6557;
	border-right: 2px solid #db6557;
	-webkit-transform: translateX(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
}

.guide-anchor__number {
	position: absolute;
	top: 4px;
	left: 9px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 32px;
	color: #fff;
	font-weight: 700;
}

.guide-anchor__number::before {
	position: absolute;
	content: "";
	background: #db6557;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	top: 36%;
	left: 16%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.guide-anchor__number span {
	display: block;
	position: relative;
}

.guide-anchor__image {
	width: 58px;
}

.guide-anchor__text {
	margin-top: 15px;
	font-size: clamp(1rem, 1.34vw, 18px);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.bg-pink {
	background: #fef9f8;
}

#multiple-order {
	display: none;
}

.order-message {
	margin-top: -44px;
	text-align: center;
	background: url(../img/guide_order/bg_wave_pc.png) no-repeat center/clamp(1920px, 100%, 100%) 100%;
	padding-top: 271px;
	padding-bottom: 60px;
}

.order-message__text {
	color: #db6557;
	font: 600 24px "Noto Serif JP", serif;
	line-height: 1.5833;
	letter-spacing: 0.1em;
}

.order-btn {
	position: relative;
	display: block;
	width: 78%;
	position: relative;
	background: #db6557;
	padding: 13px 35px 14px;
	border-radius: 4px;
	color: #fff !important;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.order-btn::after {
	position: absolute;
	content: "";
	background: url(../img/guide_order/icon_btn_arrow_white.svg) no-repeat center/contain;
	width: 14px;
	height: 14px;
	right: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.order-btn--sm {
	width: 61%;
}

@media screen and (max-width: 1200px) {

.guide-anchor {
	width: 15%;
}

.guide-anchor:not(:last-child) {
	margin-right: 2%;
}

}

@media screen and (max-width: 767px) {

.guide-order__heading-1 { /* sp */
	font-size: 20px;
}

.order-flow--p-lg { /* sp */
	padding: 44px 0;
}

.order-flow__item:not(:last-child) { /* sp */
	margin-bottom: 45px;
}

.order-flow__number::before { /* sp */
	width: 20px;
	height: 20px;
}

.order-flow__number { /* sp */
	width: 25px;
	font-size: 15px;
	margin-right: 8px;
}

.order-flow__heading::after { /* sp */
	width: 8%;
	height: 1px;
	bottom: -1px;
}

.order-flow__heading { /* sp */
	font-size: 19.5px;
	margin-bottom: 25px;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	border-bottom: 1px solid #9b9b9b;
	margin-bottom: 15px;
}

.order-flow__heading--sm { /* sp */
	letter-spacing: 0;
}

.order-flow__inner:not(:last-child) { /* sp */
	margin-bottom: 19px;
}

.order-flow__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.order-flow__image { /* sp */
	margin-top: 27px;
	width: 100%;
}

.order-flow__main { /* sp */
	width: 100%;
}

.order-flow__text { /* sp */
	font-size: 13px;
}

.order-flow__text--mb-lg p:not(:last-child) { /* sp */
	margin-bottom: 2em;
}

.order-flow__text--mb-lg-2 p:not(:last-child) { /* sp */
	margin-bottom: 2em;
}

.order-flow__btn { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3px;
	width: 210px;
}

.order-flow__multiple-order { /* sp */
	margin-top: -22px;
}

.order-flow__multiple-order__text { /* sp */
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-bottom: 26px;
}

.order-flow__multiple-order .btn { /* sp */
	width: 91.3%;
	height: 44px;
}

.order-flow__multiple-order .btn:before,
.order-flow__multiple-order .btn:after { /* sp */
	width: 8px;
	height: 2px;
	right: 12px;
}

.order-flow__btn-wrap { /* sp */
	margin-top: 25px;
}

.order-flow__btn-wrap .btn { /* sp */
	width: 91.3%;
	height: 44px;
	margin-right: auto;
}

.order-flow__sp-mb0 { /* sp */
	margin-bottom: 0 !important;
}

.guide-anchor-wrap::before { /* sp */
	background: url(../img/guide_order/deco_border.png) no-repeat center 46%/100%;
	height: 100%;
	top: 0%;
	width: 78%;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translateY(-50%,0%);
}

.guide-anchor-wrap { /* sp */
	margin-top: 17px;
	margin-bottom: 26px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.guide-anchor:not(:last-child) { /* sp */
	margin-right: auto;
}

.guide-anchor::after { /* sp */
	bottom: 9px;
	width: 7px;
	height: 7px;
}

.guide-anchor { /* sp */
	width: calc(33.333% - 10px);
	margin-bottom: 14px;
	border-radius: 4px;
	padding: 15px 10px 19px;
}

.guide-anchor:not(:nth-child(3n)) {
	margin-right: 15px;
}

.guide-anchor__number::before { /* sp */
	width: 30px;
	height: 30px;
	top: 39%;
	left: 21%;
}

.guide-anchor__number { /* sp */
	top: -1px;
	left: 6px;
	font-size: 19px;
}

.guide-anchor__image { /* sp */
	width: 33px;
}

.guide-anchor__text { /* sp */
	margin-top: 10px;
	font-size: 10px;
}

.order-message { /* sp */
	margin-top: 0;
	background-image: url(../img/guide_order/bg_wave_sp.png);
	background-size: 100% 100%;
	padding-top: 144px;
	padding-bottom: 50px;
}

.order-message__text { /* sp */
	font-size: 17px;
	line-height: 1.7353;
	letter-spacing: 0;
}

.order-btn::after { /* sp */
	width: 9px;
	height: 9px;
	right: 13px;
}

.order-btn { /* sp */
	font-size: 11px;
	padding: 10px 28px 9px;
	width: 91%;
}

.order-btn--sm { /* sp */
	padding: 10px 28px 9px;
	width: 76%;
}

}

