#page-contents {
	color: #4D1200;
}


#page-contents hr {
	margin: 8rem auto;
	border-top-style: dashed;
}
@media screen and (max-width: 767px) {
	#page-contents hr {
		margin: 6rem auto;
	}
}

#page-contents .sec_lead {
	margin-bottom: 1em;
	font-size: 21px;
	line-height: 1.6;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#page-contents .sec_lead {
		font-size: 3.4vw;
	}
	#page-contents .sec_lead.large {
		font-size: 4.4vw;
	}
}

#page-contents .contact_forminfo {
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
}
#page-contents .contact_forminfo pre {
	display: inline-block;
	min-width: 600px;
	padding: 0.5rem 0;
	border-top: 1px dashed #4D1200;
	border-bottom: 1px dashed #4D1200;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#page-contents .contact_forminfo {
		font-size: 3.4vw;
	}
	#page-contents .contact_forminfo pre {
		min-width: 100%;
	}
}


/* 見出し */
#page-contents .ttl_lv2 {
	position: relative;
	margin: 4rem 0 4rem;
	font-size: 40px;
	line-height: 1.4;
	text-align: center;
	font-family: serif;
	font-weight: 400;
}
#page-contents .ttl_lv2:before {
	position: absolute;
	bottom: -10px;
	left: 38%;
	width: 24%;
	height: 4px;
	background-color: #4D1200;
	content: "";
}
@media screen and (max-width: 767px) {
	#page-contents .ttl_lv2 {
		font-size: 7.2vw;
	}
	#page-contents .ttl_lv2:before {
		left: 25%;
		width: 50%;
	}
}

#page-contents .ttl_lv3 {
	margin: 3rem 0 1rem;
	text-align: center;
}
#page-contents .ttl_lv3 .inner {
	display: inline-block;
	padding: 0.5em 1em;
	min-width: 10em;
	border-radius: 1em;
	background-color: #BA8F4E;
	font-size: 24px;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	#page-contents .ttl_lv3 .inner {
		font-size: 4.5vw;
	}
}

#page-contents .ttl_lv3_bdr {
	margin-bottom: 1rem;
	padding-left: 0.5em;
	border-left: 8px solid #4D1200;
	font-size: 24px;
	line-height: 1.4;
	font-family: serif;
	font-weight: 400;
}

/* カラム */
#page-contents .list_cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1.5rem;
	margin: 2rem 0;
}
@media screen and (max-width: 767px) {
	#page-contents .list_cols {
		gap: 4vw;
	}
}
#page-contents .list_cols .item .btn_link a {
	width: 100%;
}

#page-contents .list_cols.col3narrow {
	justify-content: center;
}
#page-contents .list_cols.col3narrow .item {
	width: 250px;
}
#page-contents .list_cols.col3narrow .item figure figcaption {
	text-align: center;
	font-size: 21px;
	line-height: 1.4;
}
#page-contents .list_cols.col3narrow .item img {
	display: block;
	margin-bottom: 1em;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#page-contents .list_cols.col3narrow {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#page-contents .list_cols.col3narrow .item {
		width: calc((100% - 4vw) / 2);
	}
	#page-contents .list_cols.col3narrow .item figure figcaption {
		font-size: 4vw;
	}
}

#page-contents .list_cols.col2 {
	justify-content: center;
	gap: 3rem;
}
#page-contents .list_cols.col2 .item {
	width: calc((100% - 9rem) / 2);
}
#page-contents .list_cols.col2 .item .btn_link {
	margin: 0;
}
@media screen and (max-width: 767px) {
	#page-contents .list_cols.col2 {
		display: block;
	}
	#page-contents .list_cols.col2 .item {
		width: 100%;
		margin-bottom: 0.75rem;
	}
}

#page-contents .list_cols.col3 .item {
	width: calc((100% - 3rem) / 3);
}
#page-contents .list_cols.col3 .item figure figcaption {
	margin-bottom: 0.5rem;
	font-size: 21px;
	line-height: 1.4;
	font-family: serif;
}
#page-contents .list_cols.col3 .item img {
	margin-bottom: 0.75em;
}
#page-contents .list_cols.col3 .item .desc {
	line-height: 1.4;
}
#page-contents .list_cols.col3 .item .price {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#page-contents .list_cols.col3 {
		display: block;
	}
	#page-contents .list_cols.col3 .item {
		width: 100%;
		margin-bottom: 1rem;
	}
	#page-contents .list_cols.col3 .item figure figcaption {
		font-size: 4.8vw;
	}
	#page-contents .list_cols.col3 .item .desc {
		font-size: 3.6vw;
	}
}

#page-contents .list_cols.col3sp2 .item {
	width: calc((100% - 3rem) / 3);
}
#page-contents .list_cols.col3sp2 .item figure figcaption {
	margin-bottom: 0.5rem;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.4;
}
#page-contents .list_cols.col3sp2 .item img {
	margin-bottom: 0.75em;
}
#page-contents .list_cols.col3sp2 .item .price {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#page-contents .list_cols.col3sp2 {
		gap: 1rem 2vw;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#page-contents .list_cols.col3sp2 .item {
		width: calc((100% - 2vw) / 2);
	}
	#page-contents .list_cols.col3sp2 .item figure figcaption {
		font-size: 3.2vw;
	}
	#page-contents .list_cols.col3sp2 .item .price {
		font-size: 3.2vw;
	}
	#page-contents .list_cols.col3sp2 .item .btn_link {
		margin: 0.75rem 0 0;
	}
}

/* ご利用の流れ */
#page-contents .list_orderflow {
	margin-bottom: 1rem;
	counter-reset: orderflow_num;
  font-family: serif;
}
#page-contents .list_orderflow li {
	position: relative;
	margin-bottom: 3rem;
	padding: 1rem 2rem 1rem 10rem;
	border: 5px solid #BA8F4E;
}
#page-contents .list_orderflow li:before {
  counter-increment: orderflow_num;
  content: counter(orderflow_num);
  position: absolute;
  display: block;
  left: 2rem;
  top: 50%;
  width: 96px;
  height: 96px;
  box-sizing: border-box;
  transform: translateY(-50%);
  padding: 1.5rem;
	border-radius: 50%;
  background-color: #4D1200;
  font-size: 48px;
  color:  #ffffff;
  text-align: center;
}
#page-contents .list_orderflow li:after {
	position: absolute;
	bottom: -2rem;
	left: 0;
	display: block;
	width: 100%;
	content: "▼";
	color: #4D1200;
	text-align: center;
}
#page-contents .list_orderflow li:last-child {
	margin-bottom: 1rem;
}
#page-contents .list_orderflow li:last-child:after {
	display: none;
}
#page-contents .list_orderflow li .ttl {
	margin: 1rem 0;
	font-size: 30px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	#page-contents .list_orderflow li {
		margin-bottom: 2rem;
		padding: 3.5rem 1rem 1rem;
	}
	#page-contents .list_orderflow li:before {
		top: 0.75rem;
		left: 50%;
		width: 48px;
		height: 48px;
	  transform: translateY(0);
	  transform: translateX(-50%);
	  padding: 0.75rem;
	  font-size: 24px;
	}
	#page-contents .list_orderflow li .ttl {
		font-size: 6vw;
		margin-bottom: 0.75rem;
		text-align: center;
	}
	#page-contents .list_orderflow li .desc {
		text-align: center;
		margin-bottom: 0;
		line-height: 1.4;
	}
}

/* ※リスト */
#page-contents .list_footnote {
	margin-bottom: 1em;
	line-height: 1.6;
}
#page-contents .list_footnote li {
	position: relative;
	padding-left: 1em;
}
#page-contents .list_footnote li:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	content: "※";
}
@media screen and (max-width: 767px) {
	#page-contents .list_footnote {
		font-size: 3.2vw;
	}
}


/* お問い合わせ欄 */
#page-contents .lmo-contact_outer {
	margin: 4rem 0 1rem;
	padding: 1rem;
	background-color: #BE4D4D;
}
#page-contents .lmo-contact_outer .ttl_contactbox {
	margin-bottom: 1rem;
	font-size: 30px;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
	font-family: serif;
	font-weight: 400;
}
#page-contents .lmo-contact_outer>.lmo-contact {
	margin: 0;
	padding: 1.5rem 3rem 1rem;
	background-color: #ffffff;
}
#page-contents .lmo-contact_outer .lmo-contact .lmo-contact__item .ttl-contact {
	margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
	#page-contents .lmo-contact_outer {
		margin: 3rem 0 1rem;
		padding: 4vw 2vw 2vw;
	}
	#page-contents .lmo-contact_outer>.lmo-contact {
		padding: 0.75rem 4vw 0.5rem;
	}
	#page-contents .lmo-contact_outer .ttl_contactbox {
		margin-bottom: 4vw;
		font-size: 5.4vw;
	}
	#page-contents .lmo-contact_outer>.lmo-contact .lmo-contact__item {
		margin-bottom: 1rem;
	}
	#page-contents .lmo-contact_outer>.lmo-contact .lmo-contact__item .lmo-contact {
		padding: 0;
	}
	#page-contents .lmo-contact_outer>.lmo-contact .lmo-contact__item .tel_link .link-tel {
		height: auto;
	}
	#page-contents .lmo-contact_outer>.lmo-contact .lmo-contact__item .tel_link .link-tel img {
		width: 16vw;
	}
	#page-contents .lmo-contact_outer>.lmo-contact .lmo-contact__item .tel_link .link-tel span {
		font-size: 7.2vw;
	}
	#page-contents .lmo-contact_outer>.lmo-contact .lmo-contact__item .tel_link .footnote {
		font-size: 3.2vw;
	}
}