@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=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
    --color-font: #191006;
    --color-primary: #668757;
    --color-primary-shade: #5A5A5AA6;
    --color-primary-tint: #FABD00;
    --color-secondary: #FF0000;
    --color-secondary-tint: #b90303;
    --color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #191006;
    --header-color-primary: #668757;
    --header-color-primary-shade: #111;
    --header-color-primary-tint: #aaa;
	/*------▼フッター設定▼------*/
	--footer-background: #516F44;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: "Shippori Mincho", serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size-1: clamp(30px, 2.35vw, 40px);
    --font-size-2: clamp(20px, 1.46vw, 28px);
    --font-size-3: clamp(20px, 1.35vw, 25px);
    --font-size-4: clamp(18px, 1.15vw, 22px);
    --font-size-5: clamp(16px, 0.94vw, 18px);
    --font-size-p: 16px;
	/*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-50: clamp(30px, 3.13vw, 50px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-70: clamp(35px, 3.65vw, 70px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-90: clamp(45px, 4.69vw, 90px);
    --clamp-100: clamp(60px, 5.42vw, 100px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
/* == 非表示 =================================================== */
.post h2, .post h3, .post h4 {
	padding: 0;
	margin: 0; 
	border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
	content: none;
}
/* == ヘッダー調整/header =================================================== */
@media print, screen and (min-width: 1024px) {
/* ========================
ヘッダー下部
======================== */
    #header {
        height: 100px;
    }
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
    }
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-weight: 500;
	}
	nav#mainNav ul li a b {
		font-size: 16px;/* 文字サイズ（上部）の設定 */
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a span {
		color: var(--header-color-font);
		font-size: 12px;/* 文字サイズ（下部）の設定 */
	}
	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: transparent;/* アクション時の背景色の設定 */
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary);/* アクション時の文字色（上部）の設定 */
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);/* アクション時の文字色（下部）の設定 */
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
    #header a.head_btn {
        font-size: 16px;
    }
}
/* == トップ記事投稿（archive） =================================================== */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == リスト表示 =================================================== */
/* == フッター調整/footer =================================================== */
#footer {
    padding-bottom: 0;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0 10px;
}
#footer .content_inner {
    padding-top: var(--clamp-80);
    position: relative;
}
#footer .content_inner::before {
    content: "";
    position: absolute;
    width: max(16vw, 200px);
    height: max(16vw, 200px);
    background-image: url(/wp-content/uploads/olive-tree.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -2vw;
    right: 0;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {display: none;}
#copyright {
    margin-top: 0;
    padding-bottom: 15px;
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	#footer .content_inner::before {
		opacity: .3;
	}
}
/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
    font-size: var(--font-size-1);
}
#thumbImg::before, header#h1Header::before {
    opacity: .25;
}
/* == postlist =================================================== */
/* == inner/outer =================================================== */
.content_inner {
	width: 90%;
}
.max_wFull {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
/* == テキスト調整/text =================================================== */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p {
    font-size: var(--font-size-p);
    line-height: 2;
    margin-bottom: var(--clamp-30);
	font-weight: 400;
}
.post h2, h1.title,
.post .textStyle02, .textStyle02 {
    font-size: var(--font-size-2);
	font-family: var(--font-family02);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h3,
.post .textStyle03, .textStyle03 {
    font-size: var(--font-size-3);
	font-family: var(--font-family02);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h4,
.post .textStyle04, .textStyle04 {
    font-size: var(--font-size-4);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h5, 
.post .textStyle05, .textStyle05 {
    font-size: var(--font-size-5);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 400;
}
.textStyle02 span.en {
    font-size: 1.78em;
    display: block;
    position: relative;
    margin-bottom: var(--clamp-30);
    padding-bottom: var(--clamp-10);
}
.textStyle02 span.en::before {
    content: "";
    position: absolute;
    width: 2.5em;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary) 33%, var(--color-primary-tint) 33%, var(--color-primary-tint) 66%, var(--color-secondary) 66%, var(--color-secondary) 100% );
    bottom: 0;
    left: 0;
}
.textStyle02 span.olive-icon {
    display: inline-block;
    position: relative;
    padding-right: 3.5em;
}
.textStyle02 span.olive-icon::before {
    content: "";
    position: absolute;
    width: 5em;
    height: 4em;
    background-image: url(/wp-content/uploads/icon_olive.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -1em;
    bottom: -.5em;
    z-index: -1;
}
.textStyle02 span.sub {
    font-size: var(--font-size-p);
}
.textStyle02 span.subEn {
    font-size: var(--font-size-p);
    color: var(--color-primary);
    font-weight: 600;
    display: block;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.textStyle02 span.olive-icon {
	    padding-right: 2.5em;
	}
}
/* == レイアウト調整 =================================================== */
.gap_1 {
    gap: 1%;
}
.flex_1 {
    flex: 1;
}
.w25 {
    width: 25%;
}
.w35 {
    width: 35%;
}
.w45 {
    width: 45%;
}
.w65 {
	width: 65%;
}
.w75 {
    width: 75%;
}
.jc_between {
    justify-content: space-between;
}
.jc_around {
    justify-content: space-around;
}
.jc_evenly {
    justify-content: space-evenly;
}
.align_center {
	align-items: center;
}
.shadow {
    box-shadow: 0 4px 4px #00000026;
}
.content-item+.content-item { 
    padding-top: var(--clamp-150);
}
.img-area img {
    width: 100%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {
		margin-left: auto;
	}
	.mr-auto {
		margin-right: auto;
	}
}
@media print, screen and (max-width: 768px) {
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
}
/* == grid_container =================================================== */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 20px;
}
.grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	border: 1px solid #DCDDDD;
	border-radius: 5px;
	background: #FFF;
}
.grid-item img {
    width: 100%;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == flex-container =================================================== */
.flex-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
.flex-container.wrap {
    flex-wrap: wrap;
}
.flex-container.nowrap {
    flex-wrap: nowrap;
}
.flex-container:has(.flex-container__col-3) {
    align-items: normal;
}
.flex-container__col-2 {
    width: calc(50% - 22px);
}
.flex-container__col-3 {
    width: calc(33.3333333333% - 25px);
}
.flex-container__col-4 {
	text-align: center;
	width: calc(25% - 15px);
}
.flex-container__img img {
    width: 100%;
}
.flex-container__text {
    width: 90%;
}
.flex-container__col-4 img {
	margin-bottom: 10px;
}
.flex-container__col-4 h3.textStyle05 {
    font-family: var(--font-family01);
    font-weight: 500;
	margin-bottom: var(--clamp-10);
}
.flex-container + .flex-container {
    margin-top: var(--clamp-120);
}
@media print, screen and (min-width: 769px) {
    .flex-container__text {
        max-width: 500px;
    }
    .flex-container.rev {
        flex-direction: row-reverse;
    }
}
@media print, screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        margin-bottom: 30px;
		gap: 20px; 
    }
	.flex-container:has(.flex-container__col-4) {
		flex-direction: row;
		gap: 0;
	}
    .flex-container__col-2, .flex-container__col-3 {
        width: 100%;
    }
	.flex-container__col-4 {
		width: calc(50% - 22px);
	}
    .flex-container__text {
        margin: 0 auto;
    }
}
/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
	border: 0;
}
.post table th, .post table td {
	font-size: var(--font-size-p);
	font-weight: 500;
	padding: 1em;
}
.post table th {
	color: var(--color-primary);
	background: transparent;
	border-bottom: 1px solid;
}
.post table td {
	border-bottom: 1px solid #CECECE;
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
    }
}
/* == ボタン調整/btn =================================================== */
a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: block;
    transition: .5s;
    color: var(--color-font);
    background: transparent;
    font-size: var(--font-size-5);
    font-weight: 600;
	font-family: var(--font-family02);
    line-height: 1.5;
    padding: .5em 1em .5em 0;
    width: 90%;
    max-width: 200px;
    text-align: left;
    border-radius: 0;
	border-bottom: 1px solid;
	margin: auto;
}
.linkBtn:hover, .post .linkBtn:hover {
	background: transparent;
}
a.btn:hover, .linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	color: var(--color-primary);
}
a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '→';
	position: absolute;
	top: 50%;
	right: 1em;
	width: auto;
	height: auto;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}
.btn_container {
    display: flex;
}
.wpcf7 .linkBtn {
    padding: 0;
}

.post .subimitarea .linkBtn input[type="submit"] {
    color: var(--color-font);
}
.post .subimitarea .linkBtn:hover input[type="submit"] {
	background: #FFF;
} 
a.shopBtn {
    position: relative;
    display: block;
    transition: .5s;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size-p);
    font-weight: 600;
    font-family: var(--font-family01);
    line-height: 1.5;
    padding: 1em;
    width: 90%;
    max-width: 300px;
    text-align: center;
    margin: 20px auto 0;
}
a.shopBtn::before {
    font-family: FontAwesome;
    content: "\f07a";
    margin-right: .5em;
}
a.shopBtn:hover {
    transform: translateY(-5px);
	color: var(--color-primary);
	background: #FFF;
	outline: 1px solid;
}
.btn_container a.btn {
    margin: 0;
}
.btn_container {
    gap: 30px;
    justify-content: center;
}
@media print, screen and (max-width: 768px) {
	.btn_container {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		margin-bottom: 30px;
	}
}
/*--アコーディオン開閉-------------------------------------------------------------------*/
.accordion {
    margin-bottom: 5px;
}
.accordion__detail {
    margin-top: 1rem;
}
.accordion__summary {
    display: block;
    font-size: var(--font-family01);
    font-weight: 500;
    position: relative;
    list-style: none; /* 矢印を消す */
    cursor: pointer;
    padding: 1rem 4rem 1rem 5rem;
	font-size: var(--font-size-p);
}
.accordion__summary::before {
    content: "Q";
    background: var(--color-primary);
    color: #FFF;
    border-radius: 50vw;
    margin-right: 1rem;
    font-weight: bold;
    font-size: var(--font-size-4);
    line-height: 1;
    position: absolute;
    left: 0;
    top: .2em;
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion__summary::-webkit-details-marker {
    display: none;
}
.accordion__summary::after {
    content: "＋";
    transform: unset;
    width: auto;
    height: auto;
    font-size: var(--font-size-p);
    color: var(--color-primary);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion[open] .accordion__summary::after {
    content: "－";
    top: 50%;
}
p.accordion__text {
    position: relative;
    padding: 1rem 4rem 1rem 5rem;
    border-bottom: 1px dashed #DBDBDB;
}
p.accordion__text::before {
    content: "A";
    background: #FFF;
    color: var(--color-primary);
    border-radius: 50vw;
    border: 1px solid;
    margin-right: 1rem;
    font-weight: bold;
    font-size: var(--font-size-4);
    line-height: 1;
    position: absolute;
    left: 0;
    top: .2em;
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media print, screen and (max-width: 768px) {}
/* == トップ、下層調整/top,page =================================================== */
.top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
トップ調整/top
======================== */
.top-content {
    padding: var(--clamp-100) 0;
}
.tAbout .textStyle02, .tCommitment .textStyle02 {
    text-align: left;
}
.tAbout a.btn {
	margin-right: 0;
}
.tAbout .abolute_content {
    width: 95%;
    max-width: 875px;
    margin-left: auto;
}
.abolute_content {
    position: relative;
}
.abolute_content .img02 {
    position: absolute;
    right: 0;
    top: 30%;
	width: 100%;
	text-align: right;
}
.abolute_content .img03 {
	margin-top: calc(var(--clamp-40) * -1);
}
.abolute_content .img01 img {
    width: 75%;
}
.abolute_content .img02 img {
    width: 39%;
}
.abolute_content .img03 img {
    width: 60%;
    margin-left: 10%;
}
.fixed_img {
    margin-top: var(--clamp-100);
    position: relative;
	height: max(300px, 27vw);
}
.fixed_img::before {
	content: "";
	position: absolute;
    background-image: url(/wp-content/uploads/top_fixed_bg.png);
    background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.tCommitment a.btn {
	margin-left: 0;
}
.tItem {
    background: #ffffffba;
}
.tItem::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/top_item_bg.png);
	background-size: cover;
	background-position: center;
    top: 0;
    left: 0;
}
.tItem .textStyle02 span.en::before {
	left: 50%;
	transform: translateX(-50%);
}
.tItem .flex-container {
    margin-top: var(--clamp-60);
}
.tOther {
    padding: 0;
}
.tOther h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    padding: 1em;
    color: #FFF;
    z-index: 2;
}
.tOther .flex-container {
    align-items: normal;
}
.tOther .flex-container__col-2 {
    position: relative;
    transition: .5s;
    overflow: hidden;
}
.tOther .textStyle02 span.en {
    margin-bottom: 0;
    padding-bottom: 0;
}
.tOther .textStyle02 span.en::before {
    display: none;
}
.tOther .flex-container__col-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-primary-shade);
    z-index: 1;
}
.tOther .flex-container__col-2:hover img {
    transform: scale(1.05);
}
.tOther .flex-container__col-2 {
    width: 50%;
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.fixed_img::before {
		background-attachment: unset;
	}
	.tAbout .abolute_content {
		width: 90%;
		margin: 0 auto 30px;
	}	
	.tOther .flex-container {
		gap: 0;
		margin-bottom: 0;
	}
	.tOther .flex-container__col-2 {
		width: 100%;
	}
}
/* ========================
下層調整/page
======================== */
.page-content h2 {
	text-align: left;
}
.pQ-and-a .content-item {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-50) * -1);
}
.pQ-and-a .content-item#sec01 {
    margin-top: calc(var(--clamp-100)* -1);
}
.pQ-and-a h2 {
    border-bottom: 1.5px solid #CECECE;
}
.pQ-and-a h2::before {
    content: "";
    position: absolute;
    width: 7em;
    height: 1px;
    background: var(--color-primary);
    bottom: -1px;
    left: 0;
}
.pCompany  .flex-container {
    align-items: normal;
}
.pCompany .flex-container + .flex-container {
    margin-top: var(--clamp-60);
}
.pCompany .flex-container__img {
    width: 25%;
}
.pCompany .flex-container__text {
    width: calc(75% - 30px);
    max-width: 100%;
}
.pCompany table th {
    width: 20%;
    text-align: center;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.pCompany .flex-container__img, .pCompany .flex-container__text {
		width: 100%;
	}
	.pCompany table th {
		width: 100%;
		text-align: left;
	}
}
/* ========================
その他の調整/other
======================== */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
