@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #136740;
	--color-primary-shade: #12603B;
	--color-primary-tint: #5a9579;
	--color-secondary: #136740;
	--color-secondary-tint: #5a9579;
	--color-table-border: #DDD;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 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: #271E1E;
	--header-color-primary: #136740;
	--header-color-primary-shade: #12603B;
	--header-color-primary-tint: #5a9579;
	/*------▼フッター設定▼------*/
	--footer-background: #136740;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Noto Serif JP", serif;
    --font-family04: "Marcellus", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
	.ttl {
		&:is(.ttl--primary) {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			&::after {
				background: #271E1E;
				margin-top: .7em;
			}
			&:is(.txt_l) {
				align-items: flex-start;
			}
			&:is(.txt_r) {
				align-items: flex-end;
			}
			.ttl--primary__en {
				color: #271E1E;
				font-family: var(--font-family04);
				font-size: var(--rem72);
				font-weight: 400;
				line-height: 1.1;
				letter-spacing: .08em
			}
			.ttl--primary__ja {
				color: #333333;
				font-size: var(--rem18);
				font-weight: 500;
				line-height: 1.2;
				letter-spacing: .14em;	
			}
		}
	}
	.heading_mod-01 {
		font-family: var(--font-family03);
		font-size: var(--rem40);
		font-weight: 500;
		line-height: 1.7;
		letter-spacing: .14em;
		position: relative;
		@media screen and (max-width: 1023px) {
			font-size: var(--rem30);
		}
		&::after {
			width: 4em;
			height: 1px;
		}
		&:is(.color-white)::after {
			background: #fff;
		}
		&:is(.txt_l)::after {
			margin: .4em 0 0;
		}
	}
	.heading_mod-02 {
		font-family: var(--font-family03);
		font-size: var(--rem40);
		font-weight: 500;
		&::after {
			background: #271E1E;
			margin-top: .5em;
		}
	}
	.text_mod-01 {
		color: #271E1E;
		font-size: var(--rem20);
		line-height: 1.7;
		letter-spacing: .14em;
	}
	.box {
		padding: var(--rem30) var(--rem48);
		&:is(.box_mod-01) {
			background: #FFFCF2;
			border: 1px solid #271E1E;
		}
	}
	.textLink_mod-01 {
		text-decoration: underline;
		&:hover {
			text-decoration: none;
		}
		&:is(.color-white) {
			color: #fff !important;
		}
	}
    p {
        line-height:2.3;
    }
	.dList {
		.dList__item {
			display: flex;
			.dList__tarm, .dList__description {
				font-size: var(--rem18);
				line-height: 1.7;
				letter-spacing: .14em;
			}
			.dList__tarm {
				flex-shrink: 0;
				width: 5.5em;
			}
			.dList__description {
				font-feature-settings: 'palt' on;
			}
		}
	}
	.card {
		display: flex;
		.card__link {
			display: block;
		}
		&:is(.card--mod-01) {
			gap: var(--rem20);
			width: 95%;
			max-width: 1840px;
			margin-left: auto;
			margin-right: auto;
			@media screen and (max-width: 768px) {
				flex-wrap: wrap;
			}
			.card__item {
				width: calc(100% / 3);
				position: relative;
				overflow: hidden;
				@media screen and (max-width: 768px) {
					width: calc((100% - var(--rem20)) / 2);
				}
				@media screen and (max-width: 414px) {
					width: 100%;
				}
			}
			.card__link {
				padding: var(--rem60) min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
				@media screen and (max-width: 1023px) {
					padding: var(--rem60) var(--px30);
				}
				&:hover {
					.linkBtn {
						color: #fff;
						background: var(--color-primary);
						border-color: var(--color-primary);
						&::after {
							background: url(/wp-content/uploads/icon_arow_01_white.png.webp) no-repeat center / contain;
						}
					}
					.card__figure {
						filter: brightness(100%);
						img {
							opacity: 1;
							transform: scale(1.2);
						}
					}
				}
			}
			.card__summary {
				.card__ttl {
					color: #fff;
					font-family: var(--font-family03);
					font-size: var(--rem30);
					font-weight: 500;
					line-height: 1.7;
					letter-spacing: .14em;
					padding-bottom: var(--rem30);
					margin-bottom: var(--rem80);
					position: relative;
					@media screen and (max-width: 1023px) {
						font-size: var(--rem24);
					}
					@media screen and (max-width: 768px) {
						font-size: var(--rem30);
					}
					&::after {
						display: block;
						content: "";
						width: 9.3em;
						height: 1px;
						margin-top: var(--rem20);
						background: #fff;
					}
				}
				.linkBtn {
					pointer-events: none;
				}
			}
			.card__figure {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: -1;
				transition: all .3s;
				filter: brightness(70%);
				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}
			}
		}
	}
	.lh-mod-01 {
		line-height: 1.2 !important;
	}
	.ffs-none {
		font-feature-settings: 'palt' off;
	}
	.fw-400 {
		font-weight: 400 !important;
	}
	.fw-500 {
		font-weight: 500 !important;
	}
	.fw-700 {
		font-weight: 700 !important;
	}
    .color-white {
        color: #fff;
    }
    .color-yellow {
        color: #EFF316;
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
	.br_mod-01 {
		display: block;
		@media screen and (max-width: 768px) {
			display: none;
		}
		@media screen and (max-width: 560px) {
			display: block;
		}
	}
	.br_mod-02 {
		display: block;
		@media screen and (max-width: 560px) {
			display: none;
		}
	}
}

/**/
.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; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.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; }
.max-w {
	margin-left: auto;
	margin-right: auto;
	&.max-w--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
}

/**/

.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/* アンカーリンク 遷移後の表示位置調整 */
.anchorLink-view {
    padding-top: 100px;
    margin-top: -100px;
}

#editor-style {
	.card.card--mod-01 {
		.card__link {
			pointer-events: none;
		}
	}
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column01_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 540px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
card
------------------------------*/
  .toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
  }
  .card01_wrap {
	position: relative;
	margin: var(--px60) 0 0;
  }
  .card01_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
  }
  .card01_list > li {
	position: relative;
	background: transparent;
  }
  .card01_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
  }
  .card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .card01_list .txtarea {
	padding: 20px 0 0 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
  }
	
  /*---------txtstyle02 -----------*/
	
  .post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	  color: #111;
	  line-height: 1.4;
	padding: 0;
  }
  .post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
  }
  .post .card01_list .txtstyle02, .card01_list .txtstyle02 {
	font-size: var(--rem20);
	margin: 0 0 1rem;
  }

/*--カラムリスト--------------------------------------------*/

/*---------col4-----------*/
  
.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------
	リンクボタン
--------------------------------------------------*/
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    padding: 20px 30px 20px 10px;
    margin: 0 auto;
    border-radius: 0;
	&:is(.size-large) {
		max-width: 600px !important;
	}
	&:is(.linkBtn_mod-01) {
		display: flex;
		align-items: baseline;
		justify-content: center;
		gap: var(--px20);
		max-width: 430px;
		color: var(--color-primary);
		font-size: var(--rem24);
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: .2em;
		background: #fff;
		border: 1px solid #fff;
		padding: 20px 10px;
		&::before {
			display: none;
		}
		&::after {
			display: block;
			content: "";
			aspect-ratio: 40 / 8;
			width: 1.6em;
			height: auto;
			background: url(/wp-content/uploads/icon_arow_01_green.png.webp) no-repeat center / contain;
			border: none;
			padding-bottom: .3em;
			position: unset;
			transition: all .3s;
			transform: unset;
		}
		&:hover {
			color: #fff;
			background: var(--color-primary);
			border-color: var(--color-primary);
			&::after {
				background: url(/wp-content/uploads/icon_arow_01_white.png.webp) no-repeat center / contain;
			}
		}
		&:is(.color-primary) {
			color: #fff;
			background: var(--color-primary);
			border-color: var(--color-primary);
			&::after {
				background: url(/wp-content/uploads/icon_arow_01_white.png.webp) no-repeat center / contain;
			}
			&:hover {
				color: var(--color-primary);
				background: #fff;
				border-color: var(--color-primary);
				&::after {
					background: url(/wp-content/uploads/icon_arow_01_green.png.webp) no-repeat center / contain;
				}
			}
			&:is(.deco-pdf) {
				&:hover {
					color: #fff;
					background: var(--color-primary-tint);
					border-color: var(--color-primary-tint);
					&::after {
						background: url(/wp-content/uploads/icon_arow_01_white.png.webp) no-repeat center / contain;
					}
				}
			}
		}
		&:is(.deco-pdf) {
			&::before {
				align-self: center;
				display: block;
				content: "";
				aspect-ratio: 21 / 30;
				width: .875em;
				height: auto;
				background: url(/wp-content/uploads/icon_pdf_01_white.png.webp) no-repeat center / contain;
			}
		}
	}
	&:is(.linkBtn_mod-02) {
		&:is(.txt_l) {
			margin-left: 0;
		}
		display: flex;
		align-items: baseline;
		justify-content: center;
		gap: var(--px16);
		max-width: 240px;
		color: var(--color-primary);
		font-size: var(--rem16);
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: .1em;
		background: #fff;
		border: 1px solid #fff;
		padding: 20px 10px;
		&::before {
			display: none;
		}
		&::after {
			display: block;
			content: "";
			aspect-ratio: 40 / 8;
			width: 1.4375em;
			height: auto;
			background: url(/wp-content/uploads/icon_arow_01_green.png.webp) no-repeat center / contain;
			border: none;
			padding-bottom: 0.4em;
			position: unset;
			transition: all .3s;
			transform: unset;
		}
		&:hover {
			color: #fff;
			background: var(--color-primary);
			border-color: var(--color-primary);
			&::after {
				background: url(/wp-content/uploads/icon_arow_01_white.png.webp) no-repeat center / contain;
			}
		}
		&:is(.color-primary) {
			color: #fff;
			background: var(--color-primary);
			border-color: var(--color-primary);
			&::after {
				background: url(/wp-content/uploads/icon_arow_01_white.png.webp) no-repeat center / contain;
			}
			&:hover {
				color: var(--color-primary);
				background: #fff;
				border-color: var(--color-primary);
				&::after {
					background: url(/wp-content/uploads/icon_arow_01_green.png.webp) no-repeat center / contain;
				}
			}
		}
	}
}

div:has(.linkBtn) {
	&:is(.txt_l) {
		.linkBtn {
			margin-left: 0;
		}
	}
	&:is(.txt_r) {
		.linkBtn {
			margin-right: 0;
		}
	}
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
.spmenu #menu p {
    width: 100%;
}
@media print, screen and (min-width: 1024px) {
    #header-upper {
        font-size: var(--rem14);
        font-weight: 500;
        letter-spacing: .14em;
        height: 30px;
        background: var(--color-primary);
    }
    #header {
        height: 100px;
    }
    #header .logo {
        padding-left: var(--rem30);
    }
    #header .logo img {
        width: 100%;
        max-width: 224px;
        max-height: 29px;
    }
	nav#mainNav ul li a {
		letter-spacing: .1em;
		padding: var(--px20);
	}
    #header ul.header__contact {
        & > li {
            position: relative;
            &::before {
                display: block;
                content: "";
                width: 1px;
                height: calc(100% - 60px);
                background: #444;
                position: absolute;
                top: 30px;
                left: 0;
            }
			&:has(.mail_btn) {
				&::before {
					display: none;
				}
			}
        }
    }
    #header a.head_btn {
        color: var(--header-color-primary);
        background: transparent;
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        position: relative;
        &:hover {
            color: var(--color-primary);
            background: transparent;
        }
    }
    #header a.head_btn.tel_btn {
        background: transparent;
        &:hover {
            color: var(--color-primary-tint);
        }
        &::before {
            display: none;
        }
    }
    #header a.head_btn .tel_btn__num::before {
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        font-family: 'FontAwesome';
        font-size: var(--rem16);
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
    #header a.head_btn .tel_btn__num {
        display: flex;
        align-items: center;
        column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
        font-size: var(--rem20);
        font-weight: 700;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn {
		color: #fff;
        font-size: var(--rem16);
		letter-spacing: .1em;
        flex-direction: column;
        align-items: center;
		background-color: var(--color-primary-shade);
        padding-left: var(--px40);
        padding-right: var(--px40);
		&:hover {
			background: var(--color-primary-tint);
		}
    }
    #header a.head_btn.mail_btn::before {
        font-size: var(--rem20);
        position: relative;
        top: 1px;
		margin-right: 0;
        margin-bottom: 10px;
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 500;
		letter-spacing: .1em;
    }
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
        color: var(--header-color-font);
    }
    nav#mainNav ul li a:hover {
	background: transparent;
        b {
            color: var(--color-primary);
        }
    }
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
         color: var(--color-primary);
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    body:not(.home) {
        nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
            color: var(--header-color-primary);
        }
    }
	nav#mainNav ul li:hover {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
	background: #fff;
    }
}

/*------ヘッダー　レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 1710px) {
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.6rem;
	}

	#header .head_btn.mail_btn {
		font-size: 1.6rem;
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 15px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 15px;
	}
}

@media screen and (max-width: 1400px) {
	nav#mainNav ul, #header .header__nav-contact {
		flex-shrink: 0;
	}

	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.4rem;
	}

	#header .head_btn.mail_btn {
		font-size: 1.4rem;
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	#header a.head_btn.sns_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	}
}

@media print, screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}

	#header a.headBtn::before {
		margin-right: 0;
	}
}

@media print, screen and (max-width: 1023px) {
	body.mobile #header .logo img {
		max-width: 224px;
		max-height: 29px;
	}
	
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}

	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}

@media screen and (max-width: 1023px) {
	nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		color: #4d4d4d;
		font-size: 1.4rem;
	}
    nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: var(--rem16);
	}
	/* nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	} */
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
		padding: 15px 10px;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a {
		padding-left: 43px;
	}
}

@media screen and (max-width: 1023px) {
	#thumbImg, header#h1Header {
		width: 100%;
		aspect-ratio: 1920 / 500;
	}
}

@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li:hover {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
		background: #fff;
	}
}
.sp-nav-block {
	display: none;
	@media screen and (max-width: 1023px) {
	   display: block;
	}   
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        width: 100%;
    }
	.footer__logo img {
		max-width: 202px;
		max-height: 26px;
	}
	.companyName {
		font-family: var(--font-family03);
		font-size: var(--rem16);
		font-weight: 500;
		letter-spacing: .15em;
	}
	.footnav:not(:last-child) {
		margin-bottom: 0;
	}
}
#copyright {
    background: transparent;
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home {
	.page-cta {
		display: none !important;
	}
}
/* .cta-container {
    width: 90%;
    position: relative;
    left: 5%;
    @media screen and (max-width: 768px) {
        width: 86%;
        left: 7%;
    }
} */

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
	/* CONTENT01 */
	#top_reserve {
		padding: var(--rem80) 0;
		&.bg_wide {
			&::before {
				background: #F5F5F5;
			}
		}
		.front_contents.sec01 {
			padding: 0;
		}
		.column01 {
			margin-top: 0;
		}
		.column01_wrap {
			max-width: 1750px;
			.txtarea {
				background: var(--color-primary);
				.txtinner {
					max-width: 660px;
				}
				.linkBtn.linkBtn_mod-01 {
					&:hover {
						border-color: #fff;
					}
				}
			}
		}
	}
	/* CONTENT02 */
	#top_pages {
		padding: var(--rem80) 0;
	}
	/* POST */
	.top_news {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		&.bg_wide {
			&::before {
				background: #F9F9F9;
			}
		}
	}
	.postlist {
		.post_text {
			color: #CCC;
			padding: 26px 0;
		}
		li {
			border-bottom: 1px solid #ccc;
		}
	}
	.postlist .ttls, .postlist .date {
		color: var(--color-font);
		font-size: 100%;
	}
	.post .time, .postlist .time, .post2b .time, .post4b .time {
		background: #1E1E1E;

	}
	.post .time, .postlist .time, .post2b .time, .post4b .time {
		line-height: 1.2 !important;
	}
	/* CONTENT03 */
	#top_greeting {
		&.bg_wide {
			&::before {
				background: url(/wp-content/uploads/top_bg_01.jpg.webp) no-repeat center / cover;
			}
		}
		.front_contents {
			max-width: 1000px;
			margin-left: auto;
			margin-right: auto;
		}
	}
	/* CONTENT04 */
	#top_access {
		padding: var(--rem80) 0;
		.front_contents.sec03 {
			padding: 0;
		}
		.column01 {
			margin-top: 0;
		}
		.column01_wrap {
			max-width: 1750px;
			.imgarea {
				@media screen and (max-width: 768px) {
					aspect-ratio: 2 / 1;
				}
				iframe {
					width: 100%;
					height: 100%;
				}
			}
			.txtarea {
				background: var(--color-primary);
				.txtinner {
					max-width: 660px;
				}
			}
		}
	}
	/* CONTENT05 */
	#top_equipment {
		.front_contents.sec04 {
			padding: 0 0 var(--rem120);
		}
		.card01_wrap {
			margin-top: 0;
			.card01_inner {
				max-width: 1750px;
				margin-left: auto;
				margin-right: auto;
				.card01_list.col4_list {
					& > li {
						margin-bottom: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
					}
					.txtarea {
						padding: 10px 0 0 0;
					}
					.txtstyle02 {
						font-size: var(--rem20);
						font-weight: 500;
						letter-spacing: 2.3;
						letter-spacing: .14em;
						text-align: center;
					}
				}
			}
		}
	}
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    &.post, .post {
		/* table {
            border-collapse: separate;
            border-spacing: 0 2px;
            border: none;
        } */
        table th, table td {
            font-size: var(--rem16);
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
            line-height: 1.7;
        }
        table th {
			color: #fff;
            font-weight: 700;
			background: var(--color-primary);
        }
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
		.googlemap {
            padding-bottom: 28%;
            @media screen and (max-width: 768px) {
                padding-bottom: 45%;
            }
        }
    }
}

/*--FAQ-------------------------------------------*/

.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 .a_ico {
	color: var(--color-font);
	background: #fff;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	color: #fff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.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.4;
  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;
	}
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
				th {
					width: 30%;
				}
			}
			.subimitarea {
				.linkBtn {
					margin-left: auto;
					margin-right: auto;
					padding: 0;
				}
			}
			.must {
				background: #DC143C;
			}
			.must_none {
				float: none;
			}
		}
	}
}

