@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Kosugi Maru", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/* font-family: "Montez", cursive; */
@import url('https://fonts.googleapis.com/css2?family=Montez&display=swap');

/* font-family: "Zen Maru Gothic", serif; */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

@font-face {
	font-family:"HannariMincho";
	src: url('https://tomojuku-kyoto.com/fonts/HannariMincho-Regular.woff')
		format("woff");
}

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
	background: #fff;
}
#front_top_content .linkBtn, #front_bottom_content .linkBtn {
	justify-content: flex-end;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}
body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 400;
	color: #855C35 !important;
	background: #F2F2F2;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 10px;
}
.post .time a, .postlist .time a {
	font-weight: 400;
	color: #855C35!important;
}

.post4b li .post4b_contents {
	/* 	opacity: 1; */
	display: none;
}
.post4b h2 {
	border-bottom: dashed: 1px #855C35;
}
.post4b .time {
	display: block;
	background: #F2F2F2;
	color: #855C35!important;
	border-radius: 10px;
}
.post4b .time a {
	color: #855C35;
}
.post4b img {
	border-radius: 15px;
}
.post4b_link a {
	color: #855C35!important;
}
.post4b_link {
	border-bottom: dashed 1px #855C35!important;
}

.post_link a {
	color: #232323!important;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Kosugi Maru", sans-serif;
}

body p {
	line-height: 2;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #855C35;
	opacity: 0.6;
}
header#h1Header h1.title {
	font-family:"HannariMincho";
	font-weight: 400;
	color: #fff;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	max-height: 70px;
	height: auto;
}
#header a.head_btn {
	font-weight: 400;
	align-items: center;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #ECE7E2;
	color: #855C35;
	flex-direction: unset;
}
#header a.head_btn.mail_btn {
	background: #855C35;
	color: #fff;
	flex-direction: unset;
}
nav#mainNav ul li a {
	color: #262626;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 400;
	color: #262626;
}
nav#mainNav ul li a:hover span {
	color: #262626;
}
nav#mainNav ul li.current-menu-item a b {
	color: #855C35;
	position: relative;
}
nav#mainNav ul li.current-menu-item a b::after {
	content: '';
	display: inline-block;
	background: #855C35;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 0;

}
nav#mainNav ul li ul.sub-menu li a {
	color: #262626;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #eee;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #855C35;
}
.spmenu #menu p {
	color: #855C35;
}

a#scrollUp {
	background: #855C35;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #855C35;
	background: #ffffff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #855C35;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}

.inner {
	width: 94%;
	max-width: 1400px;
	margin-inline: auto;
}

h1.title {
	font-family: "Montez", cursive;
	font-size: var(--px100);
	letter-spacing: .01em;
	color: #855C35;
	line-height: 1.4;
	font-weight: 400;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem18);
	color: #855C35;
	position: relative;
}
h1.title .ja::before {
	content: '';
	display: inline-block;
	background: #855C35;
	width: 8px;
	height: 8px;
	margin-top: -1px;
	margin-right: 4px;
	vertical-align: middle;
	border-radius: 50%;
}

.post h2 {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-size: var(--rem40);
	border-bottom: solid 1px #222222;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h2.title {
	font-family:"HannariMincho";
	font-size: var(--rem48);
	border: none;
	margin-top: 0;
	margin-bottom: 30px;
}
body.home .post h2.title {
	white-space: nowrap;
}

.post h3 {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
}

.post h4::before {
	background: #855C35;
}

.gallery img {
	border-radius: 25px;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	background: unset;
	display: flex;
	align-items: center;
	border-radius: 0;
	max-width: unset;
	color: #855C35;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}
a.linkBtn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
a.linkBtn::after {
	display: none!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	color: #855C35;
	opacity: .7;
}

#metaslider_156 {
	display: none!important;
}

@media print, screen and (max-width: 768px) {
	#metaslider_98 {
		display: none!important;
	}
	#metaslider_156 {
		display: block!important;
	}
}

.cta {
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.cta .inner {
	max-width: 680px;
	margin-left: auto;
	margin-right: 10%;
	background: rgba(255, 255, 255, .9);
	padding: 80px 5%;
}
.cta .ctaLink {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 28px;
}
.cta a {
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 360px;
	padding: 15px 5%;
	margin-inline: auto;
}
.cta .telBtn {
	font-size: var(--rem36);
	background: #ECE7E2;
	color: #855C35;
}
.cta .mailBtn {
	font-size: var(--rem30);
	background: #855C35;
	color: #fff;
}
.cta .telBtn::before {
	content: '\f095';
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	margin-bottom: 0;
	margin-right: 4px;
	font-weight: 400;
	line-height: 1;
}
.cta .mailBtn::before {
	content: '\f0e0';
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
	font-weight: 400;
	line-height: 1;
}

@media print, screen and (max-width: 768px) {
	.cta {
		padding: 80px 0;
	}
	.cta .inner {
		margin-left: auto;
		margin-right: auto;
		padding: 60px 5%;
	}
	.cta .ctaLink {
		gap: 20px;
	}
	.cta a {
		padding: 12px 5%;
	}
	.cta .telBtn::before {
		font-size: 1em;
	}
	.cta .mailBtn::before {
		font-size: 1em;
	}
}

/*-----------------------------
Top
------------------------------*/
#mainImg {
	position: relative;
	z-index: 2;
}
.floatNav {
	position: absolute;
	right: 10px;
	bottom: -100px;
	width: 25%;
	max-width: 550px;
	z-index: 10;
}

.top_bg {
	background: #F7F5F3;
	padding: 120px 0;
}

.top_concept .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	width: 90%;
	margin-left: auto;
}
.top_concept .text {
	width: 46%;
}
.top_concept .image {
	width: 50%;
}
.top_concept .image img {
	border-radius: 30px 0  0 30px;
}
.top_concept h1 {
	margin-left: 0;
	text-align: left;
}

.top_seminar {
	padding-top: 120px;
}
.top_seminar .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
}
.top_seminar .text {
	width: 46%;
	position: relative;
}
.top_seminar .text::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/top_seminar_text.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 250px;
	height: 160px;
	position: absolute;
	top: 2%;
	right: -15%;
}
.top_seminar .image {
	width: 50%;
}
.top_seminar .image img {
	border-radius: 0 30px 30px 0;
}
.top_seminar h1 {
	margin-left: 0;
	text-align: left;
}
.top_seminar h2 span {
	font-size: var(--rem36);
}

.top_fasting {
	padding-top: 120px;
}
.top_fasting .inner {
	max-width: 900px;
}
.top_fasting p {
	text-align: center;
}
.top_fasting .image {
	margin-top: 20px;
	margin-bottom: 20px;
}
.top_fasting .flex {
	display: flex;
	justify-content: center;
	gap: 70px;
}
.top_fasting a {
	margin: 0 !important;
}
.top_fasting a:first-child {
	justify-content: flex-end;
}

.top_instagram {
	padding-top: 120px;
}

body:not(.home) .top_access {
	display: none;
}
.top_access {
	padding-bottom: 120px;
}
.top_access .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_access .text {
	width: 47%;
}
.top_access .map {
	width: 47%;
}
.top_access .map iframe {
	width: 100%;
	aspect-ratio: 3 / 2;
}
.top_access .logo {
	padding-bottom: 8px;
	border-bottom: 1px solid #222222;
	margin-bottom: 20px;
}
.top_access .logo img {
	width: 100%;
	max-width: 100%	;
}

@media print, screen and (max-width: 1023px) {
	.top_concept .flex {
		flex-direction: column;
		gap: 40px;
		width: 94%;
		margin-inline: auto;
	}
	.top_concept .text {
		width: 100%;
	}
	.top_concept .image {
		width: 80%;
		margin-inline: auto;
	}
	.top_concept .image img {
		border-radius: 20px;
	}
	.top_concept h1 {
		margin-left: auto;
		text-align: center;
	}
	.top_concept h2 {
		text-align: center;
	}
	.top_concept .linkBtn {
		justify-content: center;
	}

	.top_seminar .flex {
		flex-direction: column;
		gap: 40px;
		width: 94%;
		margin-inline: auto;
	}
	.top_seminar .text {
		width: 100%;
	}
	.top_seminar .text::after {
		top: -2%;
		right: 0;
	}
	.top_seminar .image {
		width: 80%;
		margin-inline: auto;
	}
	.top_seminar .image img {
		border-radius: 20px;
	}
	.top_seminar h1 {
		margin-left: auto;
		text-align: center;
	}
	.top_seminar h2 {
		text-align: center;
	}
	.top_seminar .linkBtn {
		justify-content: center;
	}
}

@media print, screen and (max-width: 768px) {
	.floatNav {
		right: 10px;
		bottom: -11%;
		width: 45%;
	}

	.top_bg {
		padding: 70px 0;
	}

	.top_concept .image {
		width: 90%;
	}

	.top_seminar {
		padding-top: 70px;
	}
	.top_seminar .image {
		width: 90%;
	}
	.top_seminar .text::after {
		width: 130px;
		height: 80px;
		top: 7%;
		right: -3%;
	}
	.top_seminar h2 span {
		font-size: var(--rem30);
	}

	.top_fasting {
		padding-top: 70px;
	}
	.top_fasting .flex {
		flex-direction: column;
		gap: 20px;
	}
	.top_fasting a,
	.top_fasting a:first-child {
		justify-content: center;
	}

	.top_instagram {
		padding-top: 70px;
	}

	.top_access {
		padding-bottom: 70px;
	}
	.top_access .flex {
		flex-direction: column;
		gap: 30px;
	}
	.top_access .text {
		width: 100%;
	}
	.top_access .map {
		width: 100%;
	}
}

/*-----------------------------
講座のご案内
------------------------------*/
.lesson.sec01 {
	padding-bottom: 120px;
}
.lesson.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.lesson.sec01 .text {
	width: 52%;
}
.lesson.sec01 .image {
	width: 43%;
}
.lesson.sec01 .image img {
	border-radius: 25px;
}
.lesson.sec01 h3 {
	font-family:"HannariMincho";
	margin-top: 40px;
	color: #E84848;
	margin-bottom: 10px;
}

.lesson.sec02 {
	padding: 120px 0;
	background: #F7F5F3;
}
.lesson.sec02 ul {
	display: flex;
	gap: 40px;
}
.lesson.sec02 li {
	width: 100%;
	background: #fff;
	padding: 25px;
	position: relative;
}
.lesson.sec02 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #222222;
	height: calc(tan(60deg)* 20px / 2);
	width: 16px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	right: -28px;
	transform: translateY(-50%);
}
.lesson.sec02 h3 {
	text-align: center;
}

.lesson.sec03 {
	padding-top: 120px;
}

@media print, screen and (max-width: 768px) {
	.lesson.sec01 {
		padding-bottom: 70px;
	}
	.lesson.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.lesson.sec01 .text {
		width: 100%;
	}
	.lesson.sec01 .image {
		width: 90%;
		margin-inline: auto;
	}
	.lesson.sec01 h2 {
		text-align: center;
	}
	.lesson.sec01 h3 {
		margin-top: 30px;
		text-align: center;
	}

	.lesson.sec02 {
		padding: 70px 0;
	}
	.lesson.sec02 ul {
		flex-direction: column;
	}
	.lesson.sec02 li:not(:last-child)::after {
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		top: unset;
		right: unset;
		bottom: -28px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
	}

	.lesson.sec03 {
		padding-top: 70px;
	}
}

/*-----------------------------
講師紹介
------------------------------*/
.profile.sec01 .flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.profile.sec01 .text {
	width: 55%;
}
.profile.sec01 .image {
	width: 40%;
}
.profile.sec01 .image .name {
	text-align: center;
	margin-top: 10px;
	font-size: var(--rem30);
}
.profile.sec01 .image img {
	border-radius: 25px;
}
.profile.sec01 table {
	margin-bottom: 30px!important;
}
.profile.sec01 table,
.profile.sec01 th,
.profile.sec01 td {
	border: none!important;
	background: unset!important;
}
.profile.sec01 th {
	font-weight: 400!important;
}
.profile.sec01 th,
.profile.sec01 td {
	padding: 15px 0!important;
}
.profile.sec01 tr {
	border-bottom: 1px solid #222222;
}
.profile.sec01 td span {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
}

@media print, screen and (max-width: 768px) {
	.profile.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.profile.sec01 .text {
		width: 100%;
	}
	.profile.sec01 .image {
		width: 90%;
		margin-inline: auto;
	}
	.profile.sec01 table {
		margin-bottom: 20px!important;
	}
}

/*-----------------------------
ファスティング/商品案内
------------------------------*/
.fasting.sec01 {
	padding-bottom: 120px;
}
.fasting.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.fasting.sec01 .text {
	width: 55%;
}
.fasting.sec01 .image {
	width: 40%;
}
.fasting.sec01 .image img {
	border-radius: 25px;
}

.fasting.sec02 {
	padding: 120px 0;
	background: #F7F5F3;
}
.fasting.sec02 .wrap {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.fasting.sec02 .flex {
	display: flex;
	align-items: center;
	gap: 40px;
}
.fasting.sec02 .box {
	width: 100%;
}
.fasting.sec02 h2 {
	margin-bottom: 10px;
}

.fasting.sec03 {
	padding-top: 120px;
}
.fasting.sec03 .gallery-caption {
	font-size: var(--rem36);
	margin-top: 10px;
}

@media print, screen and (max-width: 768px) {
	.fasting.sec01 {
		padding-bottom: 70px;
	}
	.fasting.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.fasting.sec01 .text {
		width: 100%;
	}
	.fasting.sec01 .image {
		width: 90%;
		margin-inline: auto;
	}
	.fasting.sec01 h2 {
		text-align: center;
	}

	.fasting.sec02 {
		padding: 70px 0;
	}
	.fasting.sec02 .wrap {
		gap: 80px;
	}
	.fasting.sec02 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.fasting.sec02 h2 {
		text-align: center;
	}

	.fasting.sec03 {
		padding-top: 70px;
	}
	.fasting.sec03 .gallery-caption {
		font-size: var(--rem18);
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #855C35!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #F9F9F9!important;
	color: #855C35!important;
}
.post .subimitarea .linkBtn {
	max-width: 300px;
	margin-inline: auto;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #855C35;
	padding: 20px;
}

body.page-thanks .linkBtn {
	justify-content: center;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}

	nav#mainNav ul li.current-menu-item a b::after {
		display: none;
	}
}

@media screen and (min-width: 769px){	
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}

/*--------google-recaptcha--------*/
.recaptcha {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}

