@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=Sorts+Mill+Goudy:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #4D4D4D;
	--color-primary: #A66D45;
	--color-primary-shade: #D2C98A;
	--color-primary-tint: #FD9584;
	--color-secondary: #ED6A5A;
	--color-table-border: #555;
	--color-table-th: #A38571;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #A66D45;
	--header-color-primary: #A66D45;
	--header-color-primary-shade: #FD9584;
	--header-color-primary-tint: #D2C98A;
	/*------▼フッター設定▼------*/
	--footer-background: #A66D45;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
body:not(.home) .post p {
	line-height: 2.2;
}
body:not(.home) .post p.fs {
	line-height: 1.6;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	font-weight: normal;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fs2 {	font-size: 70%;}
.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 a.head_btn {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.8;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-primary);
		text-align: center;
		line-height: 1.2;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
		font-family: 'Roboto', sans-serif;
	}
	#header a.head_btn.tel_btn .note {
		font-size: 9px;
		font-weight: bold;
	}
	#header a.head_btn.tel_btn .note b {
		display: block;
	}
	#header a.head_btn.mail_btn,
	#header a.head_btn.yoyaku_btn {
		width: 120px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#header a.head_btn.mail_btn {
		background: var(--header-color-primary);
	}
	#header a.head_btn.yoyaku_btn {
		background: var(--header-color-primary-shade);
	}
	#header a.head_btn.yoyaku_btn::before {
		content: "\f274";
	}
	#header a.head_btn:hover {
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		font-weight: normal;
	}
	nav#mainNav ul li a b {
		font-size: 130%;
		font-family: "Sorts Mill Goudy", serif;
	}
	nav#mainNav ul li a span {
		color: #444 !important;
		font-size: 10px;
	}
	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; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
#footer table {
	text-align: left;
}
#footer table th {
	white-space: nowrap;
	padding-right: 1em;
}
#footer table td {
	padding-bottom: 5px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .inner,
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
	#footer .footnav:not(:last-child),
	#copyright {
		margin: 0;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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_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%; }
}
@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 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post .linkBtn.btn_link,
#front-sectionPost .linkBtn {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 14px 5px;
	padding-right: 70px;
	background: none;
	border-bottom: 1px solid #999;
	border-radius: 0;
	color: var(--color-font);
	font-family: "Sorts Mill Goudy", "Zen Antique Soft", serif;
	line-height: 1.4;
}
.post .linkBtn.btn_link::before,
#front-sectionPost .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	width: 30px;
	height: 30px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
#front-sectionPost .linkBtn::before {
	background: var(--color-primary-shade);
}
.post .linkBtn.btn_link::after,
#front-sectionPost .linkBtn::after {
	right: 18px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	transition: all 0.3s ease-in-out;
}
.post .linkBtn.btn_link:hover,
#front-sectionPost .linkBtn:hover {
	color: var(--color-primary);
}
.post .linkBtn.btn_link:hover::before,
#front-sectionPost .linkBtn:hover::before {
	right: 0;
}
.post .linkBtn.btn_link:hover::after,
#front-sectionPost .linkBtn:hover::after {
	right: 13px;
}
.post .linkBtn.btn_pink {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 15px 60px;
	background: var(--color-primary-tint);
	border-radius: 0;
	line-height: 1.4;
}
.post .linkBtn.btn_pink:hover {
	background: var(--color-primary);
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
/**/
.bg_thin::before {
	background: #FCFBF7;
}
.f_min {
	font-family: "Zen Antique Soft", serif;
}
.comment {
	font-size: 12px;
	font-family: var(--body-font-family);
}
.comment.small {
	font-size: 8px;
	font-family: var(--body-font-family);
}
.in_text {
	display: inline-block;
	text-align: left;
}
.txt_pink {
	color: #FD9584 !important;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
body.home {
	background: #F8F4EC;
}
#top_about::before {
	left: auto;
	right: 0;
	width: 70vw;
	height: 80%;
	margin-left: 0;
	background: url(/wp-content/uploads/top_about_bg.jpg) no-repeat center center / cover;
}
#top_about h1 {
	text-align: left;
}
#top_about h1 span {
	display: block;
	font-size: 60%;
	margin-bottom: 20px;
}
#top_about .in {
	padding: 20px;
	border: 2px dashed #FD9584;
}
#top_about .in li {
	line-height: 1.5;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_about h1 span {
		margin-bottom: 30px;
	}
	#top_about .txt {
		width: 40%;
	}
	#top_about .photo {
		width: 55%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_about h1 b {
		font-size: 110% !important;
	}
	#top_about .txt {
		margin-bottom: 30px;
	}
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/top_message_bg.jpg) no-repeat center center / cover;
}
#top_msg,
#top_msg h1,
#top_msg h1 b {
	color: #fff !important;
}
#top_msg h1 {
	text-align: left;
}
#top_msg .btn_link {
	border-color: #fff;
	color: #fff;
}
#top_msg .btn_link::before {
	background: #fff;
}
#top_msg .btn_link::after {
	border-color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .txt {
		padding-right: 50%;
	}
}
/**/
#top_contents a {
	position: relative;
	display: block;
	height: 100%;
	color: var(--color-font);
}
#top_contents a .photo {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#top_contents a .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_contents a .txt {
	position: relative;
	width: 440px;
	height: 100%;
	max-width: 90%;
	margin: 0 auto;
	padding: 100px 0 200px;
	background: url(/wp-content/uploads/top_parts_02.png) no-repeat center bottom 100px / 60px auto;
	z-index: 2;
}
#top_contents a .txt h1 b {
	color: var(--color-font);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents li {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents a .txt {
		padding: 50px 0 100px;
		background-position: center bottom 40px;
		background-size: 40px auto;
	}
}
/**/
#top_profile::before {
	background: url(/wp-content/uploads/top_profile_bg.jpg) no-repeat center center / cover;
}
#top_profile .box {
	background: #fff;
}
#top_profile .box h1 {
	text-align: left;
}
#top_profile .photo {
	background: #F8F4EC;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_profile .photo,
	#top_profile .txt {
		width: 50%;
	}
}
/**/
#top_recruit::before {
	top: 100px;
	height: calc(100% - 100px);
	background: url(/wp-content/uploads/top_recruit_bg.jpg) no-repeat center center / cover;
}
#top_recruit .box {
	background: var(--color-primary);
	color: #fff;
}
#top_recruit h1 {
	color: #fff;
	text-align: left;
}
#top_recruit h1 b {
	color: #fff !important;
}
#top_recruit .btn_link {
	border-color: #fff;
	color: #fff;
}
#top_recruit .btn_link::before {
	background: #fff;
}
#top_recruit .btn_link::after {
	border-color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_recruit .box {
		padding-right: 40%;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: #F8F4EC;
}
#contact_box .btn a {
	height: 100%;
	padding: 20px;
	background: var(--color-primary-tint);
	color: var(--color-font);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	margin: 2px auto;
	font-size: 150%;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: #fff;
}
#contact_box .btn .mail a b {
	width: 300px;
	max-width: 100%;
	margin: 6px auto;
	padding: 10px;
	background: var(--color-primary-tint);
	border-radius: 999px;
	font-weight: 500;
	text-align: center;
}
#contact_box .btn .mail a:hover {
	background: var(--color-primary-tint);
}
#contact_box .btn .mail a:hover b {
	background: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/**/
#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: #fff;
	content: "";
	z-index: -1;
}
#front-sectionPost .postlist .time {
	background: var(--color-primary-shade);
}
#front-sectionPost .postlist .time a {
	color: var(--color-font);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: normal;
	font-family: "Zen Antique Soft", serif;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: normal;
	font-family: "Sorts Mill Goudy", "Zen Antique Soft", serif;
	line-height: 1.4;
}
/**/
.post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: 150%;
	font-weight: normal;
}
.post h1 b+span,
#front-sectionPost h1 span+span {
	display: block;
	font-size: 50%;
}
/**/
.post h2 {
	font-size: var(--rem28);
}
.post h2.sub {
	color: var(--color-primary);
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#counseling_note.profile h3 {
	color: var(--color-primary) !important;
}
#counseling_note.profile ul.list_disc {
	display: inline-block;
	text-align: left;
}
.box_gray {
	background: #FCFBF7;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.dash_box {
	border: dashed 4px #FD9584;
}
/*--------------------------------------------------
	ホスピタリティ関連推進事業
--------------------------------------------------*/
.page-teaching #content {
	padding-top: 0 !important;
}
#teaching_msg::before {
	background: url(/wp-content/uploads/teaching-bg-01.png) no-repeat center center / cover;
}
#teaching_msg02::before {
	background: url(/wp-content/uploads/teaching-bg-02.png) no-repeat center center / cover;
}
#teaching_msg03::before {
	background: #A38571;
}
#teaching_msg03 {
	color: #fff;
}
/*--------------------------------------------------
	女性のための相談事業
--------------------------------------------------*/
body.page-counseling #content.wide {
	padding-top: 0 !important;
}
.bg_pink::before {
	background: url(/wp-content/uploads/bg_pink.jpg) no-repeat center center / cover;
}
#counseling_nayami h2 {
	position: relative;
	padding-bottom: 30px;
}
#counseling_nayami h2 span {
	position: absolute;
	top: -30px;
	left: 50%;
	padding: 18px 20px 10px;
	background: #FCFBF7;
	border: 1px solid #9E9E9E;
	color: #FD9584;
	white-space: nowrap;
	letter-spacing: 0.2em;
	line-height: 1;
	transform: translateX(-50%);
}
#counseling_nayami dl {
	padding: 20px 10%;
	border-bottom: 1px solid #888888;
}
#counseling_nayami dl:first-child {
	border-top: 1px solid #888888;
}
#counseling_nayami dt {
	margin-bottom: 10px;
}
#counseling_nayami dd {
	padding: 0;
}
/**/
#counseling_note {
	position: relative;
}
#counseling_note::before,
#counseling_note::after,
#counseling_note .in::before,
#counseling_note .in::after {
	position: absolute;
	display: block;
	background: #979797;
	content: "";
}
#counseling_note::before,
#counseling_note .in::before {
	width: 100px;
	height: 1px;
}
#counseling_note::after,
#counseling_note .in::after {
	width: 1px;
	height: 100px;
}
#counseling_note::before {
	top: 10px;
	left: 0;
}
#counseling_note::after {
	top: 0;
	left: 10px;
}
#counseling_note .in::before {
	right: 0;
	bottom: 10px;
}
#counseling_note .in::after {
	right: 10px;
	bottom: 0;
}
#counseling_note h3 {
	color: #7A7A7A;
}
/**/
#price_tbl th,
#price_tbl td {
	text-align: center;
	vertical-align: middle;
}
/*--------------------------------------------------
	代表挨拶
--------------------------------------------------*/
#profile_about {
	background: #FCFBF7;
}
#profile_about h2 {
	color: #A38571;
	text-align: left;
}
#profile_about .in {
	padding-left: 15%;
}
/*--------------------------------------------------
	マッサージサロン
--------------------------------------------------*/
table.clear.massage_tbl tr {
	border-top: solid 1px #DDDDDD;
}
table.clear.massage_tbl tr:last-of-type {
	border-bottom: solid 1px #DDDDDD;
}
.post table.clear.massage_tbl th,
.post table.clear.massage_tbl td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.post table.clear.massage_tbl td.add_note {
	position: relative;
}
.post table.clear.massage_tbl span.txt_note {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	text-align: right;
	font-size: 85%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.clear.massage_tbl td.add_note {
		padding-bottom: 3rem;
	}
}
/**/
.post h3.sub {
	color: var(--color-primary);
}
.post h3.sub span {
	display: block;
	color: var(--color-font);
}

/**/
#massage_flow dl {
	margin-bottom: 6rem;
}
#massage_flow dl dt {
	position: relative;
	padding-left: 80px;
	font-size: 20px;
	font-weight: 500;
    margin-bottom: 4rem;
}
#massage_flow dl dd {
	padding-left: 80px;
	position: relative;
	min-height: 100px;
}
#massage_flow dl dd::before {
	content: "";
	width: 1px;
	height: 100%;
	background: var(--color-primary);
	position: absolute;
	top: 0;
	left: 30px;
}
#massage_flow dl dt span {
	position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--color-primary);
	color: #fff;
	font-family: "Zen Antique Soft", serif;
    display: flex;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    flex-direction: column;
    justify-content: center;
}
#massage_flow dl dt span b {
	display: block;
	font-size: 120%;
	font-weight: 500;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#massage_flow dl {
		margin-bottom: 4rem;
	}
}
.konnyaku_history {
	background: #FCFBF7;
	box-shadow: 12px 14px 20px rgba(114,114,114,0.1);
}
.konnyaku_history h2 {
	text-align: left !important;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
#breadcrumb ul li br {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0;
}
.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;
}