@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #A59A58;
	--color-primary-shade: #EFECEB;
	--color-primary-tint: #2F2726;
	--color-secondary: #A59A58;
	--color-table-border: #ABABAB;
	--color-table-th: #EFECEB;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #A59A58;
	--header-color-primary-shade: #2F2726;
	--header-color-primary-tint: #FFF;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Marcellus', 'Noto Sans JP', sans-serif;
	--font-family03: 'Noto Serif JP', serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post hr {
	border: none;
	border-bottom: 1px solid #9D9D9D;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header a.head_btn,
	#header .socialicon a i::after {
		background: none;
		color: var(--header-color-font);
		font-size: var(--rem16);
		font-weight: normal;
		font-family: var(--font-family02);
	}
	#header a.head_btn::before,
	#header .socialicon a i {
		color: var(--header-color-primary);
		font-size: var(--rem24w);
	}
	#header a.head_btn {
		width: 140px;
	}
	#header a.head_btn.mail_btn::before {
		content: "\f0e0";
		margin-bottom: 5px;
	}
	#header .socialicon {
		margin-left: 20px;
		border-left: 1px solid var(--header-color-font);
	}
	#header .socialicon li {
		width: 130px;
		border-right: 1px solid var(--header-color-font);
	}
	#header .socialicon a i::after {
		display: block;
		padding-top: 5px;
		transition: all 0.3s ease-in-out;
	}
	#header .socialicon a i.fa-instagram::after {
		content: "INSTAGRAM";
	}
	#header .socialicon a i.fa-line::after {
		content: "LINE";
	}
	#header a.head_btn:hover,
	#header .socialicon a:hover i::after {
		color: var(--header-color-primary);
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav#mainNav ul li a b {
		font-size: var(--rem20);
		font-weight: normal;
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: 90px;
}
#footer .inner {
	border-bottom: 1px solid var(--color-font);
}
#copyright {
	font-weight: 300;
	background: none;
}
#footer .footnav {
	margin-bottom: 20px;
}
#footer .footnav ul {
	column-gap: 30px;
}
#footer .footnav ul > li {
	margin: 0;
	padding: 0;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer ul li a::before {
	margin-right: 8px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px 60px;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_gray,
.bg_gray::before {
	background: var(--color-primary-shade);
}
.home .home_none {
	display: none;
}
.txt_msg {
	font-size: var(--rem30);
	font-family: var(--font-family03);
	letter-spacing: 0.1em;
}
.txt_msg span {
	font-size: var(--rem20);
}
.txt_box p:not(:last-child) {
	margin-bottom: 1.5em;
}
.post ul.btn_list {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 15px;
}
.post ul.btn_list.cen {
	justify-content: center;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post ul.btn_list li {
		width: 100%;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top_msg::before {
	top: 50px;
	height: calc(100% - 50px);
	margin-right: 0;
	background: var(--color-primary-shade);
}
#top_msg h1 {
	font-size: var(--rem60);
	font-family: var(--font-family02);
}
@media print, screen and (min-width: 769px){ /* PC用 */
	#top_msg::before {
		width: 40vw;
	}
	#top_msg .photo,
	.top_contents .photo {
		position: relative;
		width: 50%;
		margin-right: -5%;
	}
	#top_msg .photo,
	.top_contents.rev .photo {
		margin-left: -5%;
		margin-right: 0;
	}
	#top_msg .txt,
	.top_contents .txt {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_msg::before {
		width: 96vw;
		margin-right: 0;
	}
	#top_msg {
		width: 100vw;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
	}
	#top_msg .photo {
		padding-left: 20%;
	}
	#top_msg .txt {
		position: relative;
		top: -50px;
		width: 86%;
		margin-bottom: -50px;
		padding: 30px;
		background: #fff;
	}
	#top_msg .txt h1 {
		text-align: left;
	}
	.top_contents .txt {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg .txt {
		padding-left: 3%;
		padding-right: 3%;
	}
}
/**/
#top_features::before {
	background: url(/wp-content/uploads/top-features-bg.jpg.webp) no-repeat center center / cover;
}
/**/
#top_dresslist ul {
	row-gap: 30px;
}
#top_dresslist li a {
	position: relative;
	display: block;
	font-weight: 500;
	font-family: var(--font-family03);
}
#top_dresslist li a .photo {
	overflow: hidden;
}
#top_dresslist li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_dresslist li a .txt {
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 80%;
	padding: 15px 20px;
	background: rgba(255,255,255,0.8);
	line-height: 1.5;
}
#top_dresslist li a .txt span {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem24);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_dresslist li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_dresslist ul {
		row-gap: 20px;
	}
	#top_dresslist li {
		width: 48%;
	}
	#top_dresslist li a .txt {
		width: 90%;
		padding: 10px 12px;
		font-size: 90%;
	}
}
/**/
#top_usage::before {
	background: url(/wp-content/uploads/top-usage-bg.jpg.webp) no-repeat center center / cover;
}
#top_usage .list li {
	margin-bottom: 40px;
}
#top_usage .list li a {
	display: block;
	transition: all 0.3s ease-in-out;
}
#top_usage .list li a .photo {
	overflow: hidden;
}
#top_usage .list li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_usage .list li a h3 {
	margin: 20px 0 10px;
	padding: 0;
	border: none;
	font-size: 120%;
	font-weight: bold;
	font-family: var(--font-family03);
	transition: all 0.3s ease-in-out;
}
#top_usage .list li a:hover,
#top_usage .list li a:hover h3 {
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_usage .list li {
		width: 48.5%;
		margin-bottom: 60px;
	}
}
/**/
#top_shop a {
	position: relative;
	display: block;
}
#top_shop a .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	padding: 0 5%;
	background: linear-gradient(to right, #A59A58, #3F3B2200);
	/* 縦方向中央揃え */
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#top_shop a .txt h2,
#top_shop a .txt h2 b {
	color: #fff;
}
#top_shop a .txt h2::after {
	background: #fff;
}
#top_shop a .txt .linkBtn {
	background: #fff;
	color: var(--color-primary);
}
#top_shop a .photo {
	overflow: hidden;
}
#top_shop a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_shop a .photo {
		height: 260px;
	}
	#top_shop a .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_shop a .photo {
		height: 220px;
	}
	#top_shop a .txt {
		width: 60%;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
}
#contact_box .btn a {
	padding: 20px 0;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem20w);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn .line a {
	background: #333;
}
#contact_box .btn .shop a {
	background: var(--color-primary-tint);
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#contact_box .btn li {
		width: calc(100% / 3);
	}
	#contact_box .btn a {
		height: 100%;
		min-height: 120px;
		font-size: var(--rem20w);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #F5F5F5;
	content: "";
	z-index: -1;
}
#front-sectionPost h1::after {
	position: relative;
	visibility: visible;
	display: block;
	width: 3.4em;
	height: 3px;
	background: var(--color-font);
	margin: 0.6em auto 0;
	content: '';
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: 500;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: normal;
	line-height: 1.4;
}
/**/
.post h2 {
	font-size: var(--rem28);
}
.post h2 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem60);
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1;
}
.post h2 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	margin-top: 10px;
	font-size: var(--rem18);
}
.post h2::after {
	width: 3.4em;
	background: var(--color-font);
}
.post h2.lft {
	margin-left: 0;
	text-align: left;
}
.post h2.lft::after {
	margin-left: 0;
}
.post h2.noline::after {
	display: none;
}
/**/
.post h3 {
	border-bottom-width: 1px;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	特長
--------------------------------------------------*/
.post ol.features_list {
	margin: 0;
	counter-reset: number;
	list-style-type: none;
}
.post ol.features_list li {
	position: relative;
	padding-left: 50px;
	list-style-type: none;
}
.post ol.features_list li:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 36px;
	height: 36px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #FFF;
	font-size: var(--rem20w);
	text-align: center;
	line-height: 36px;
	counter-increment: number;
	content: counter(number);
}
.post ol.features_list li+li {
	margin-top: 1.5em;
}
/*--------------------------------------------------
	初めての方へ
--------------------------------------------------*/
#rental_tbl th,
#rental_tbl td {
	text-align: center;
	vertical-align: middle;
}
#rental_tbl th {
	width: 15%;
	background: var(--color-primary-tint);
	color: #fff;
}
#rental_tbl td{
	font-weight: bolder;
} 
#rental_tbl tr:nth-child(odd) td {
	width: 10%;
	background: var(--color-primary-shade);
}
/**/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .q_ico,
.qa_list .qa_list_inner .a_ico {
	width: 100%;
	max-width: 90px;
	padding: 1rem 1rem 1rem 1rem;
	border-right: 1px solid #cccccc;
	font-size: 2.2rem;
	font-family: var(--body-font-family);
	text-align: center;
	line-height: 1.0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	background: var(--color-primary-shade);
}
.qa_list .qa_list_inner .a_ico {
	background: var(--color-primary);
	color: #fff;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}
/*--------------------------------------------------
	ご利用の流れ
--------------------------------------------------*/
ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: 50px;
	background: var(--color-primary-shade);
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary-tint);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: 1px solid #9d9d9d;
	line-height: 1.4;
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary);
	padding: 5px 10px;
	white-space: nowrap;
	margin-right: 15px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	ul.flowlist02 > li {
		padding: 20px;
	}
}
/*--------------------------------------------------
	郵送試着について
--------------------------------------------------*/
.flowlist01 {
	padding-left: 13rem;
	position: relative;
}
.flowlist01::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #fff;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 13rem;
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flowlist01 > li .icon {
	font-size:1.6rem;
	color: #fff;
	background: var(--color-primary);
	padding: 0.8rem 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: -13rem;
	z-index: 100;
}
.flowlist01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent var(--color-primary);
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 2rem;
}
.flowlist01 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: var(--color-primary-tint);
	border-radius: 50%;
	left: -4px;
}
.flowlist01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed var(--color-primary-tint);
	position: absolute;
	left: 5px;
	top: 2.3rem;
}
.flowlist01 > li dl dt {
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: var(--rem20w);
}
@media (max-width: 768px) {
	.flowlist01 > li .icon {
		font-size: 1.2rem;
	}
	.flowlist01 {
		padding-left: 10rem;
	}
	.flowlist01 > li .icon {
		left: -11rem;
	}
	.flowlist01::before {
		left: 10rem;
	}
	.flowlist01 > li dl {
		padding-left: 4.5rem;
	}
	.flowlist01 > li dl::after {
		width: 30px;
	}
	.flowlist01 > li dl dt {
		font-size: 1.4rem;
	}
}
/**/
.post table.tryingon_tbl th {
	text-align: center;
	vertical-align: middle;
}
.post table.tryingon_tbl td {
	vertical-align: middle;
}
/*--------------------------------------------------
	ドレスリスト
--------------------------------------------------*/
#dress_link li {
	margin-bottom: 15px;
}
#dress_link li a {
	display: block;
	padding: 15px 20px;
	background: var(--color-primary-shade);
	color: var(--color-font);
	text-align: center;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
}
#dress_link li.on a,
#dress_link li a:hover {
	background: var(--color-primary-tint);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#dress_link {
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
		row-gap: 10px;
	}
	#dress_link li {
		width: 23.5%;
	}
}
/**/
#dress_list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
}
#dress_list li a {
	display: block;
}
#dress_list li a .photo {
	overflow: hidden;
	aspect-ratio: 3 / 4;
}
#dress_list li a .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#dress_list li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#dress_list li a .ttl {
	margin: 10px 0 8px;
	font-size: 120%;
	font-family: var(--font-family03);
	font-weight: bold;
}
#dress_list li a .num span {
	display: inline-block;
	margin-right: 15px;
	padding: 3px 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: 85%;
	font-weight: normal;
	font-family: var(--body-font-family);
}
#dress_list.w4 li a .ttl {
	font-size: 100%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#dress_list {
		column-gap: 3.5%;
		row-gap: 60px;
	}
	#dress_list li {
		width: 31%;
	}
	#dress_list.w4 {
		column-gap: 2%;
	}
	#dress_list.w4 li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#dress_list.w4 {
		column-gap: 4%;
	}
	#dress_list.w4 li {
		width: 48%;
	}
}
/**/
.post h2.dresslist_ttl {
	padding-bottom: 10px;
	border-bottom: 1px solid #C2C2C2;
	font-size: var(--rem24w);
	font-family: var(--font-family03);
	text-align: left;
}
.post h2.dresslist_ttl::after {
	display: none;
}
/**/
#dress_detail h2 {
	font-weight: bold;
}
#dress_detail h2 .num {
	display: inline-block;
	margin-right: 15px;
	padding: 5px 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem14);
	font-weight: normal;
	font-family: var(--body-font-family);
}
#dress_detail h3 {
	position: relative;
	padding: 0 0 0 40px;
	border: none;
	font-size: var(--rem20w);
}
#dress_detail h3::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 30px;
	border-bottom: 1px solid var(--color-font);
	content: "";
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#dress_detail h2 .num+span {
		display: block;
		margin-top: 8px;
	}
}
/**/
#photo_main,
#photo_thumb li {
	border: 1px solid #DDDDDD;
	aspect-ratio: 6 / 5;
}
#photo_main img,
#photo_thumb li img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	margin-top: 20px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
#photo_thumb li {
	width: calc(25% - 9px);
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.txt_c .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}