@charset "utf-8";
/*------------------------------------------------------------
Theme Name: 萬松園 あいうえおの杜
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #231815;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #231815;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 7.8rem;
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	#container {
		padding-top: 8.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 7.8rem;
	padding: 0.3rem 2rem;
	box-sizing: border-box;
	border-bottom: 0.2rem solid #9FA0A0;
	z-index: 100;
	background-color: #fff;
}
#gHeader .hBox {
	max-width: 126.2rem;
	margin: 0 auto;
	align-items: center;
}
#gHeader h1 {
	width: 28.6rem;
}
#gNavi {
	margin: 1rem 6.5rem 0 0;
	font-weight: 500;
	font-size: 1.85rem;
}
#gNavi li:not(:first-child) {
	margin-left: 3.4rem;
}
.menu {
	position: absolute;
	right: 2.2rem;
	top: 0;
	width: 7.6rem;
	cursor: pointer;
	transition: .3s;
}
.menuBox {
	position: fixed;
	right: 2.2rem;
	top: 0;
	width: 37.6rem;
	max-height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 101;
	border-left: 0.1rem solid #329139;
	display: none;
}
.menuBox .close {
	position: absolute;
	right: 1.6rem;
	top: 2.1rem;
	width: 4.2rem;
	cursor: pointer;
	transition: .3s;
}
.menuBox .menuInfo {
	padding: 7.5rem 3.4rem 2.4rem 2.3rem;
}
.menuBox .menuNavi > li {
	border-bottom: 0.3rem solid #DCDDDD;
}
.menuBox .menuNavi > li > a,
.menuBox .menuNavi > li > span {
	padding: 0.6rem 1.8rem 0.5rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	background: url(img/common/icon04.png) no-repeat left 0.6rem center;
	background-size: 0.7rem auto;
}
.menuBox .menuNavi > li > span {
	cursor: pointer;
	transition: .3s;
}
.menuBox .menuNavi > li > span.on {
	color: #775B26;
	background-image: url(img/common/icon04_on.png);
}
.menuBox .menuList {
	padding: 1rem 0 2rem;
	display: none;
}
.menuBox .menuList01 {
	padding: 0.4rem 1.7rem 1.3rem;
}
.menuBox .menuLink li:not(:last-child) {
	margin-bottom: 0.9rem;
}
.menuBox .menuLink a {
	min-width: 13rem;
	width: fit-content;
	padding: 0.3rem 1rem 0.3rem 1.8rem;
	display: block;
	font-size: 1.05rem;
	border: 1px solid #775B26;
	border-radius: 5rem;
	background: url(img/common/icon04.png) no-repeat left 0.9rem center;
	background-size: 0.7rem auto;
}
.menuBox .menuUl {
	margin-top: 0.2rem;
}
.menuBox .menuUl li {
	width: 50%;
	margin-top: 1.7rem;
}
.menuBox .menuUl a {
	min-width: 15rem;
	width: fit-content;
	padding: 0.4rem 1rem 0.2rem 4.2rem;
	display: block;
	position: relative;
	font-size: 1.15rem;
	border-radius: 5rem;
}
.menuBox .menuUl a img {
	position: absolute;
	left: -1px;
	top: 50%;
	width: 3.4rem;
	transform: translateY(-50%);
}
.menuBox .menuSub {
	position: relative;
	padding: 2.5rem 0 0 13.8rem;
}
.menuBox .menuLogo {
	position: absolute;
	left: 0;
	top: 2.9rem;
	width: 11.8rem;
}
.menuBox .menuSub .title {
    color: #228B8D;
    font-size: 2.5rem;
    font-weight: 600;
}
.menuBox .menuSub .title span {
	margin-bottom: -1rem;
	display: block;
	font-size: 1.85rem;
}
.menuBox .menuSub .text {
    margin-bottom: 0.6rem;
    font-size: 1.15rem;
    line-height: 1.39;
}
.menuBox .menuSub .txtUl li {
    margin-bottom: 0.3rem;
    display: flex;
    flex-wrap: wrap;
	font-size: 1.2rem;
    justify-content: space-between;
    align-items: flex-end;
}
.menuBox .menuSub .txtUl li .lTxt {
    width: 4.5rem;
    line-height: 1.2;
}
.menuBox .menuSub .txtUl li .rTxt {
    width: calc(100% - 4.5rem);
    line-height: 1.2;
}
.menuBox .menuSub .txtUl li .rTxt a {
    color: #00A5E3;
    text-decoration: underline;
}
.menuBox .menuSub .txtUl li .rTxt .green {
    color: #8DAC44;
    font-size: 1.7rem;
    font-weight: 700;
    text-decoration: none;
}
.menuBox .menuSub .txtUl li .rTxt .big {
    font-size: 1.4rem;
}
@media all and (min-width: 897px) and (max-width: 1360px) {
	#gNavi {
		margin-right: 8.5rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1060px) {
	#gNavi li:not(:first-child) {
		margin-left: 2rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1000px) {
	#gHeader h1 {
		width: 26rem;
	}
	#gNavi {
		font-size: 1.7rem;
	}
	#gNavi li:not(:first-child) {
		margin-left: 1rem;
	}
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
	.menu:hover,
	.menuBox .close:hover {
		opacity: 0.7;
	}
	.menuBox .menuNavi > li > a:hover,
	.menuBox .menuNavi > li > span:hover {
		color: #775B26;
	}
	.menuBox .menuLink a:hover {
		color: #fff;
		background-color: #329139;
		border-color: #329139;
		background-image: url(img/common/icon04_white.png);
	}
	.menuBox .menuUl a:hover {
		background-color: #F9E4DE;
	}
	.menuBox .menuSub .txtUl li .rTxt a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 8.4rem;
		padding: 1.5rem 2rem;
		border-bottom: none;
	}
	#gHeader .hBox {
		max-width: inherit;
	}
	#gHeader h1 {
		width: 22.5rem;
	}
	#gNavi {
		display: none;
	}
	.menu {
		right: 1rem;
		top: 2.2rem;
		width: 4.4rem;
	}
	.menuBox {
		right: 0;
		width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 9.1rem;
	padding: 18rem 0 2.5rem;
	position: relative;
	background: #F9F3E0 url(img/common/f_bg01.png) repeat-x top 2.4rem left -1.7rem / 16.65rem;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 126rem;
}
#gFooter .fBox .inner {
	margin-bottom: 4.2rem;
}
#gFooter .fBox .inner .fLogo {
	width: 24.4rem;
}
#gFooter .fBox .inner .rBox {
	margin-right: -6.9rem;
	width: calc(100% - 19.1rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
}
#gFooter .fBox .inner .rBox .textBox {
	margin-top: -0.2rem;
	width: 30.8rem;
}
#gFooter .fBox .inner .rBox .textBox .title {
	margin-bottom: 0.3rem;
	color: #228B8D;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.025em;
}
#gFooter .fBox .inner .rBox .textBox .text {
	margin-bottom: 0.4rem;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.79;
}
#gFooter .fBox .inner .rBox .textBox .txtUl li {
	margin-bottom: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#gFooter .fBox .inner .rBox .textBox .txtUl li .lTxt {
	padding-bottom: 0.2rem;
	width: 6.5rem;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.2;
}
#gFooter .fBox .inner .rBox .textBox .txtUl li .rTxt {
	width: calc(100% - 6.5rem);
	line-height: 1.2;
}
#gFooter .fBox .inner .rBox .textBox .txtUl li .rTxt a {
	color: #00A5E3;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	text-decoration: underline;
}
#gFooter .fBox .inner .rBox .textBox .txtUl li .rTxt .green {
	color: #8DAC44;
	font-size: 2.55rem;
	letter-spacing: 0.025em;
	font-weight: 600;
	text-decoration: none;
}
#gFooter .fBox .inner .rBox .textBox .txtUl li .rTxt .big {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.025em;
}
#gFooter .fBox .inner .rBox .linkList > li {
	padding: 0 0 0 3rem;
	width: 30.1rem;
	box-sizing: border-box;
}
#gFooter .fBox .inner .rBox .linkList > li:first-child {
	border-left: 1px solid #231815;
	border-right: 1px solid #231815;
}
#gFooter .fBox .inner .rBox .linkList .subList > li:not(:last-child) {
	margin-bottom: 0.5rem;
}
#gFooter .fBox .inner .rBox .linkList .subList > li > a {
	padding-left: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	position: relative;
}
#gFooter .fBox .inner .rBox .linkList .subList > li > a:hover {
	opacity: 0.7;
}
#gFooter .fBox .inner .rBox .linkList .subList > li > a::before {
	position: absolute;
	top: 1.1rem;
	left: 0;
	width: 0.8rem;
	height: 1.1rem;
	background: url(img/common/icon01.png) no-repeat left top / 100%;
	content: '';
}
#gFooter .fBox .inner .rBox .linkList .subList .subUl {
	padding: 0.4rem 0 0 4rem;
}
#gFooter .fBox .inner .rBox .linkList .subList .subUl.mb01 {
	margin-bottom: 3.2rem;
}
#gFooter .fBox .inner .rBox .linkList .subList .subUl li a {
	font-size: 2rem;
}
#gFooter .fBox .inner .rBox .linkList .subList .subUl li a:hover {
	opacity: 0.7;
}
#gFooter .fNavi {
	margin: 0 auto 1.7rem;
	padding: 11.2rem 0 0;
	max-width: 75.5rem;
	min-height: 15.8rem;
	text-align: center;
	background: url(img/common/f_bg02.png) no-repeat center top / 100%;
	box-sizing: border-box;
}
#gFooter .fNavi li {
	color: #FFF;
	font-size: 1.6rem;
	display: inline-block;
}
#gFooter .fNavi li a {
	padding: 0 1.7rem 0 1.3rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.04em;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fNavi li:last-child a {
	padding-right: 0;
}
#gFooter address {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
}
#gFooter .pageTop {
	position: absolute;
	bottom: 6.4rem;
	right: 8.3rem;
	width: 7.7rem;
	z-index: 2;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gFooter .fBox .inner .rBox .textBox .txtUl li .rTxt a:hover {
		text-decoration: none;
	}
}
@media all and (min-width: 897px) and (max-width: 1430px) {
	#gFooter .fBox .inner .rBox {
		margin-right: 0;
		width: calc(100% - 26rem);
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 4.7rem;
		padding: 4.9rem 0 0;
		background: #F9F3E0 url(img/common/f_bg01_sp.png) repeat-x top 1.6rem left -1.7rem / 17.5rem;
	}
	#gFooter .fBox {
		margin: 0;
		max-width: inherit;
	}
	#gFooter .fBox .inner {
		margin-bottom: 24.5vw;
		display: block;
	}
	#gFooter .fBox .inner .fLogo {
		margin: 0 auto 0.7rem;
		width: 10.7rem;
	}
	#gFooter .fBox .inner .rBox {
		margin-right: 0;
		width: auto;
		display: block;
	}
	#gFooter .fBox .inner .rBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#gFooter .fBox .inner .rBox .textBox .title {
		margin-bottom: 0.2rem;
		font-size: 1.5rem;
		text-align: center;
	}
	#gFooter .fBox .inner .rBox .textBox .text {
		margin-bottom: 1rem;
		font-size: 1.1rem;
		text-align: center;
	}
	#gFooter .fBox .inner .rBox .textBox .txtUl {
		margin: 0 auto 3.7rem;
		width: fit-content;
	}
	#gFooter .fBox .inner .rBox .textBox .txtUl li {
		margin-bottom: 0.1rem;
	}
	#gFooter .fBox .inner .rBox .textBox .txtUl li .lTxt {
		padding-bottom: 0.2rem;
		width: 4.5rem;
		font-size: 1.2rem;
	}
	#gFooter .fBox .inner .rBox .textBox .txtUl li .rTxt {
		width: calc(100% - 5rem);
	}
	#gFooter .fBox .inner .rBox .textBox .txtUl li .rTxt a {
		font-size: 1.2rem;
		white-space: nowrap;
	}
	#gFooter .fBox .inner .rBox .textBox .txtUl li .rTxt .green {
		font-size: 1.5rem;
	}
	#gFooter .fBox .inner .rBox .textBox .txtUl li .rTxt .big {
		font-size: 1.3rem;
	}
	#gFooter .fBox .inner .rBox .linkList {
		margin: 0 auto;
		max-width: 28rem;
	}
	#gFooter .fBox .inner .rBox .linkList > li {
		padding: 0 0 0 1.5rem;
		width: calc(43.3% + 2rem);
	}
	#gFooter .fBox .inner .rBox .linkList > li:first-child {
		width: 56.7%;
	}
	#gFooter .fBox .inner .rBox .linkList > li:last-child {
		margin-right: -2rem;
	}
	#gFooter .fBox .inner .rBox .linkList .subList > li:not(:last-child) {
		margin-bottom: 0.3rem;
	}
	#gFooter .fBox .inner .rBox .linkList .subList > li > a {
		padding-left: 1rem;
		font-size: 1.3rem;
	}
	#gFooter .fBox .inner .rBox .linkList .subList > li > a::before {
		top: 0.6rem;
		width: 0.5rem;
		height: 0.7rem;
	}
	#gFooter .fBox .inner .rBox .linkList .subList .subUl {
		padding: 0.2rem 0 0 2.2rem;
	}
	#gFooter .fBox .inner .rBox .linkList .subList .subUl.mb01 {
		margin-bottom: 1.7rem;
	}
	#gFooter .fBox .inner .rBox .linkList .subList .subUl li a {
		font-size: 1.05rem;
	}
	#gFooter .fNavi {
		margin: 0;
		padding: 0 0 6.6rem;
		max-width: inherit;
		min-height: inherit;
		background: #8BAC44;
		position: relative;
		z-index: 1;
	}
	#gFooter .fNavi::before {
		position: absolute;
		top: -18.6vw;
		left: 0;
		width: 100%;
		height: 20vw;
		background: url(img/common/f_bg02_sp.png) no-repeat center top / 100%;
		content: '';
		z-index: -1;
	}
	#gFooter .fNavi li {
		font-size: 0.95rem;
	}
	#gFooter .fNavi li.spec {
		margin-bottom: 0.5rem;
		display: block;
	}
	#gFooter .fNavi li a {
		padding: 0 1rem 0 0.7rem;
		font-size: 0.95rem;
	}
	#gFooter address {
		padding-bottom: 3rem;
		font-size: 0.7rem;
		background-color: #8BAC44;
	}
	#gFooter .pageTop {
		bottom: 3.1rem;
		right: 1.8rem;
		width: 4rem;
	}
}
/*------------------------------------------------------------
	fixLink
------------------------------------------------------------*/
.fixLink {
	position: fixed;
	right: -2.7rem;
	top: 50%;
	width: 11.8rem;
	z-index: 99;
	transform: translateY(-50%);
}
.fixLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.fixLink {
		right: 6.5rem;
		top: 3.2rem;
		width: 2.7rem;
		transform: none;
		z-index: 100;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 25.8rem;
	margin: 0 auto;
}
.comLink a {
	padding: 1.1rem 1rem 1rem 8.6rem;
	display: block;
	color: #775B26;
	font-weight: 700;
	font-size: 2.25rem;
	border: 1px solid #775B26;
	border-radius: 3rem;
	background: url(img/common/icon03.png) no-repeat left 3.4rem center;
	background-size: 3.7rem auto;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		width: 15.5rem;
	}
	.comLink a {
		padding: 0.6rem 1rem 0.7rem 5.2rem;
		font-size: 1.35rem;
		background-position: left 2rem center;
		background-size: 2.3rem auto;
	}
}
/*------------------------------------------------------------
    pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 0.4rem;
    padding: 2.1rem 2.2rem 1.5rem 1.5rem;
    background: rgba(139, 172, 68, 0.25);
}
.pageTitle .innerBox {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 27.2rem;
    background: url(img/ennaiannai/page_img.jpg) no-repeat left top/ cover;
}
.pageTitle h2 {
    text-align: center;
    color: #fff;
    font-size: 4.2rem;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 0.8rem;
		padding: 1rem 0 1.1rem;
		background: #ECF2C2;
	}
	.pageTitle .innerBox {
		padding-bottom: 0.5rem;
		min-height: 19.7rem;
		background-image: url(img/ennaiannai/page_img_sp.jpg);
	}
	.pageTitle h2 {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
    content
------------------------------------------------------------*/
.content {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 129.7rem;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 2.5rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
    pagePath
------------------------------------------------------------*/
#pagePath li {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
}
#pagePath li:not(:last-child) {
    margin-right: 1rem;
}
#pagePath a {
    margin-right: 1.3rem;
    text-decoration: underline;
    display: inline-block;
}
#pagePath a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath li {
		font-size: 1rem;
	}
	#pagePath li:not(:last-child) {
		margin-right: 0.8rem;
	}
	#pagePath a {
		margin-right: 0.8rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList a {
	display: flex;
	padding: 2.5rem 1.8rem;
	border-bottom: 2px solid #DBDCDC;
}
.comNewsList .date {
	width: 12.6rem;
	color: #8BAC44;
}
.comNewsList .txt {
	flex: 1;
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.comNewsList a:hover .txt {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 0.7rem 0.2rem 0.8rem;
		border-bottom-width: 1px;
	}
	.comNewsList .date {
		width: 8.5rem;
	}
}
/*------------------------------------------------------------
	.wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.6rem;
	display: inline-block;
	margin: 0 1rem;
}
.wp-pagenavi span.current {
	color: #789654;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #789654;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 0.7rem;
	}
}
/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.1rem;
	color: #167339;
	font-size: 4.2rem;
	line-height: 1.6;
	font-weight: 700;
}
.headLine01 .large {
	display: inline-block;
	font-size: 5.8rem;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 0.2rem;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.headLine01 .large {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	padding: 2.2rem 2.2rem 17.1rem 1.5rem;
	position: relative;
	background-color: #E5E9D2;
}
#index .mainVisual .pho {
	vertical-align: top;
}
#index .mainVisual .pho img {
	width: 100%;
	height: 68rem;
	object-fit: cover;
}
#index .mainVisual .textImg {
	position: absolute;
	left: 11.4rem;
	top: 6.1rem;
	width: 35.9rem;
	z-index: 2;
}
#index .sec01 {
	margin-top: -27.8rem;
	position: relative;
	z-index: 1;
}
#index .sec01 .phoBox {
	width: calc(50% - 1rem);
}
#index .sec01 .ttl {
	width: 62rem;
	margin: 0 0 4.8rem auto;
	padding: 6.3rem 0 5.7rem 4rem;
	color: #fff;
	font-size: 3.15rem;
	line-height: 1.74;
	letter-spacing: 0.2em;
	background-color: #329039;
}
#index .sec01 .ttl span {
	width: fit-content;
	margin: 0 auto;
	display: block;
}
#index .sec01 .pho img {
	width: 100%;
	height: 27rem;
	object-fit: cover;
}
#index .sec01 .textBox {
	width: 62.8rem;
	padding: 1.6rem 2rem 2rem 5rem;
	background-color: #fff;
	box-sizing: border-box;
}
#index .sec01 h2 {
	margin-bottom: 2.8rem;
	font-size: 4.2rem;
	font-weight: 400;
	color: #1A7339;
}
#index .sec01 h2 .big {
	font-size: 6rem;
}
#index .sec01 h2 .color01 {
	color: #228B8D;
}
#index .sec01 h2 .color02 {
	color: #4C9A46;
}
#index .sec01 h2 img {
	margin: -0.7rem 0.8rem 0;
	width: 4rem;
	display: inline-block;
	vertical-align: middle;
}
#index .sec01 .textBox p {
	margin-bottom: 2.7rem;
	line-height: 1.67;
}
#index .content {
	max-width: 122rem;
}
#index .sec02 {
	padding: 6.6rem 0 15.5rem;
}
#index .sec02 .mainBox {
	margin-bottom: 6.8rem;
	align-items: flex-start;
}
#index .sec02 h2 {
	margin-bottom: 0;
	width: 27.6rem;
}
#index .sec02 .comNewsList {
	margin: 0.9rem -3rem 0 0;
	flex: 1;
}
#index .sec02 .comLink {
	margin: 0 auto;
}
#index .sec03 .photo {
	position: relative;
}
#index .sec03 .photo .cloud {
	position: absolute;
	right: 7.6%;
	top: -22.1%;
	width: 30.15%;
}
#index .sec03 .photo img {
	width: 100%;
}
#index .sec04 {
	padding-top: 15.5rem;
	overflow: hidden;
}
#index .sec04 h2 {
	margin-bottom: 1.5rem;
}
#index .sec04 .bgBox01 {
	margin-bottom: -0.7vw;
	min-height: 74.9rem;
	position: relative;
	align-items: flex-start;
	background: url(img/index/sec04_bg01.png) no-repeat center top/100% 100%;
}
#index .sec04 .bgBox01:before {
	margin-left: 24rem;
	position: absolute;
	left: 50%;
	top: -15.8rem;
	transform: translateX(-50%);
	width: 87.9rem;
	height: 18.5rem;
	content: "";
	background: url(img/index/sec04_img01.png) no-repeat left top/100%;
}
#index .sec04 .bgBox01 .phoBox {
	margin: 4.7rem 2.7rem -9.4rem 0;
	width: calc(50% + 21.3rem);
}
#index .sec04 .bgBox01 .phoBox img {
	width: 100%;
}
#index .sec04 .bgBox01 .txtBox {
	margin-bottom: -10.6rem;
	width: 38.4rem;
	position: relative;
	transform: translateY(-10.6rem);
}
#index .sec04 .bgBox01 .txtBox:before {
	position: absolute;
	left: -8.3rem;
	top: 16.3rem;
	width: 47.7rem;
	height: 8.9rem;
	content: "";
	background: url(img/index/sec04_img03.png) no-repeat left top/100%;
}
#index .sec04 .bgBox01 .txtBox:after {
	position: absolute;
	left: -15.3rem;
	bottom: -3rem;
	width: 4.8rem;
	height: 1.7rem;
	content: "";
	background: url(img/index/sec04_img04.png) no-repeat left top/100%;
}
#index .sec04 .bgBox01 .ttlBox {
	margin-bottom: 6.5rem;
	position: relative;
}
#index .sec04 .bgBox01 .txtBox h3 {
	margin: 0 1.8rem 3rem 0;
	text-align: center;
}
#index .sec04 .bgBox01 .txtBox h3 img {
	width: 27.5rem;
}
#index .sec04 .bgBox01 .txtBox .infoList {
	position: relative;
	z-index: 1;
}
#index .sec04 .bgBox01 .txtBox .ttlBox:after {
	position: absolute;
	right: -9.2rem;
	bottom: -3.5rem;
	width: 14.6rem;
	height: 7rem;
	background: url(img/index/sec04_img02.png) no-repeat left top/100%;
	content: "";
}
#index .sec04 .bgBox01 .txtBox .infoList li {
	margin-bottom: 1.5rem;
	padding: 0.5rem;
	color: #238A8C;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	background-color: #fff;
}
#index .sec04 .bgBox01 .txtBox .infoList li:nth-child(2) {
	color: #4B9946;
}
#index .sec04 .bgBox01 .txtBox .infoList li:nth-child(3) {
	color: #167339;
}
#index .sec04 .bgBox01 .txtBox p {
	color: #fff;
	line-height: 1.8;
}
#index .sec04 .bgBox02 {
	padding-bottom: 1rem;
	background: url(img/index/sec04_bg02.jpg) no-repeat center top/100% 100%;
}
#index .sec04 .bgBox02 .content {
	max-width: 130rem;
	align-items: flex-end;
	transform: translateY(-5.8rem);
}
#index .sec04 .bgBox02 .phoBox {
	margin-right: 0.5rem;
	width: 38.5rem;
}
#index .sec04 .bgBox02 .txtBox {
	margin: 0 4rem 5.4rem 0;
	flex: 1;
}
#index .sec04 .bgBox02 .txtBox p {
	line-height: 1.8;
}
#index .sec05 {
	padding: 0.3rem 0 10.5rem;
}
#index .sec05 .imgBox {
	justify-content: flex-end;
	align-items: center;
}
#index .sec05 .imgBox .phoBox {
	width: calc(50% - 23.9rem);
}
#index .sec05 .imgBox .phoBox img {
	width: 100%;
}
#index .sec05 .imgBox .txtBox {
	margin: 1rem 14rem 0 0;
	width: 73rem;
}
#index .sec05 h2 {
	color: #238A8C;
}
#index .sec05 h2 .line02 {
	color: #4B9946;
}
#index .sec05 .imgBox .txtBox p {
	line-height: 1.8;
	text-align: justify;
}
#index .map {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}
#index .map iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media all and (min-width: 897px) {
	#index .sec01 .comLink {
		margin-left: 13.9rem;
	}
}
@media all and (max-width: 896px) {
	#index .mainVisual {
		padding: 0.9rem 0;
	}
	#index .mainVisual .pho img {
		height: 19.9rem;
	}
	#index .mainVisual .textImg {
		left: 2.8rem;
		top: auto;
		bottom: -0.7rem;
		width: 10.7rem;
	}
	#index .sec01 {
		margin-top: 0;
		display: block;
	}
	#index .sec01 .phoBox {
		width: 100%;
		display: flex;
	}
	#index .sec01 .ttl {
		width: 50%;
		margin: 0;
		padding: 1rem 0;
		font-size: 1rem;
		line-height: 1.75;
	}
	#index .sec01 .pho {
		width: 50%;
	}
	#index .sec01 .pho img {
		height: 5.7rem;
	}
	#index .sec01 .textBox {
		width: auto;
		padding: 1.8rem 2.5rem 2rem 2.6rem;
	}
	#index .sec01 h2 {
		margin: 0 -1rem 0.3rem 0;
		font-size: 2.5rem;
	}
	#index .sec01 h2 .big {
		font-size: 3.5rem;
	}
	#index .sec01 h2 img {
		margin: -0.4rem 0.6rem 0;
		width: 2.4rem;
	}
	#index .sec01 .textBox p {
		margin-bottom: 1.7rem;
		line-height: 1.7;
	}
	#index .sec02 {
		padding: 2.3rem 0 7rem;
	}
	#index .sec02 .mainBox {
		margin-bottom: 1.8rem;
		display: block;
	}
	#index .sec02 h2 {
		margin-bottom: 0.8rem;
		width: auto;
	}
	#index .sec02 .comNewsList {
		margin: 0;
		border-top: 1px solid #DBDCDC;
	}
	#index .sec03 .content {
		padding: 0 4rem;
	}
	#index .sec04 {
		padding-top: 5.2rem;
	}
	#index .sec04 .content {
		padding: 0 4rem;
	}
	#index .sec04 h2 {
		margin-bottom: 0;
	}
	#index .sec04 .bgBox01 {
		margin-bottom: -0.2vw;
		padding: 1.8rem 0 4rem;
		min-height: inherit;
		display: block;
		background: url(img/index/sec04_bg01.png) no-repeat center top/100% 100%;
	}
	#index .sec04 .bgBox01:before {
		margin-left: 0;
		left: auto;
		right: 2.6rem;
		top: -3.9rem;
		transform: translateX(0);
		width: 11.2rem;
		height: 4.7rem;
		background-image: url(img/index/sec04_img01_sp.png);
	}
	#index .sec04 .bgBox01 .phoBox {
		margin: 0 4.6rem 0 0;
		width: auto;
	}
	#index .sec04 .bgBox01 .txtBox {
		margin: 0 2.5rem -5.2rem 2.8rem;
		width: auto;
		transform: translateY(-5.2rem);
	}
	#index .sec04 .bgBox01 .txtBox:before {
		left: auto;
		right: 2rem;
		top: -3rem;
		width: 4.4rem;
		height: 3.3rem;
		background-image: url(img/index/sec04_img03_sp.png);
	}
	#index .sec04 .bgBox01 .txtBox:after {
		display: none;
	}
	#index .sec04 .bgBox01 .ttlBox {
		margin: 0 0 0.7rem 1.2rem;
		display: flex;
		align-items: flex-start;
	}
	#index .sec04 .bgBox01 .txtBox h3 {
		margin: 0 2.3rem 0 0;
	}
	#index .sec04 .bgBox01 .txtBox h3 img {
		width: 11rem;
	}
	#index .sec04 .bgBox01 .txtBox .ttlBox:after {
		right: 0;
		bottom: -3.8rem;
		width: 6rem;
		height: 3.2rem;
	}
	#index .sec04 .bgBox01 .txtBox .infoList {
		margin-top: 3.1rem;
		min-width: 17.5rem;
	}
	#index .sec04 .bgBox01 .txtBox .infoList li {
		margin-bottom: 0.7rem;
		padding: 0.25rem;
		font-size: 1.1rem;
	}
	#index .sec04 .bgBox01 .txtBox p {
		line-height: 1.7;
	}
	#index .sec04 .bgBox02 {
		padding: 2.5rem 0 2rem; 
		background-image: url(img/index/sec04_bg02_sp.jpg);
	}
	#index .sec04 .bgBox02 .content {
		padding: 0 0 0 3rem;
		align-items: center;
		transform: translateY(0);
	}
	#index .sec04 .bgBox02 .phoBox {
		margin-right: -3.2vw;
		width: 50.6%;
	}
	#index .sec04 .bgBox02 .txtBox {
		margin: 0 1.8rem 0 0;
	}
	#index .sec04 .bgBox02 .txtBox p {
		line-height: 1.7;
		text-align: justify;
	}
	#index .sec05 {
		padding: 4.5rem 0 4rem;
	}
	#index .sec05 h2 {
		margin: 0 2.6rem 1.7rem;
		font-size: 1.7rem;
	}
	#index .sec05 .imgBox {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	#index .sec05 .imgBox .phoBox {
		width: 37%;
	}
	#index .sec05 .imgBox .txtBox {
		margin: -0.4rem 2.5rem 0 1.4rem;
		width: auto;
		flex: 1;
		letter-spacing: -0.015em;
	}
	#index .sec05 .imgBox .txtBox p {
		line-height: 1.7;
	}
	#index .map {
		padding-bottom: 80%;
	}
}
/*------------------------------------------------------------
	ennaiannai
------------------------------------------------------------*/
#ennaiannai {
	padding-bottom: 2.4rem;
}
#ennaiannai .mapBox {
	padding-top: 8.3%;
	position: relative;
}
#ennaiannai .mapBox .photo img {
	width: 100%;
}
#ennaiannai .mapBox h3 {
	position: absolute;
	z-index: 1;
	top: 4.6rem;
	left: 7.5%;
	width: 20.5%;
}
#ennaiannai .mapBox .txt {
	width: 3.694%;
	height: 6.97%;
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 53%;
	left: 5.8%;
}
#ennaiannai .mapBox .txt01 {
	top: 79%;
	left: 12.4%;
}
#ennaiannai .mapBox .txt02 {
	top: 61.1%;
	left: 33.5%;
}
#ennaiannai .mapBox .txt03 {
	top: 49.8%;
	left: 51.5%;
}
#ennaiannai .mapBox .txt04 {
	top: 54.6%;
	left: 58.4%;
}
#ennaiannai .mapBox .txt05 {
	top: 41%;
	left: 62.5%;
}
#ennaiannai .mapBox .txt06 {
	top: 51.7%;
	left: 64.2%;
}
#ennaiannai .mapBox .txt07 {
	top: 35.4%;
	left: 69.2%;
}
#ennaiannai .mapBox .txt08 {
	top: 21%;
	left: 72.7%;
}
#ennaiannai .mapBox .txt a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: max(2.9rem,1.946vw);
	font-weight: 600;
	background: url(img/ennaiannai/imgtext_bg01.png) no-repeat center center / 100%;
}
#ennaiannai .subBtn {
	margin-bottom: 11.3rem;
	padding: 4.5rem 0;
	background-color: #329039;
}
#ennaiannai .subBtn .btn {
	position: relative;
	margin: 0 auto;
	width: 38rem;
}
#ennaiannai .subBtn .btn::before,
#ennaiannai .subBtn .btn::after {
	width: 22.3rem;
	height: 5.3rem;
	position: absolute;
	top: 1.3rem;
	left: -39.6rem;
	z-index: 1;
	content: "";
	background: url(img/ennaiannai/btn_img01.png) no-repeat left top / 100%;
}
#ennaiannai .subBtn .btn::after {
	width: 21.5rem;
	left: auto;
	right: -33rem;
	background-image: url(img/ennaiannai/btn_img02.png);
}
#ennaiannai .subBtn .btn a {
	padding: 1.3rem 1rem;
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #4C5256;
	border-radius: 2.7rem;
	letter-spacing: -0.07em;
}
#ennaiannai .subBtn .btn span {
	padding-left: 3rem;
	background: url(img/ennaiannai/icon01_arrow.png) no-repeat left center / 2rem;
}
#ennaiannai .subBtn .btn a:hover {
	opacity: 0.7;
}
#ennaiannai .infoList .photoBox {
	padding-top: 2rem;
	margin-bottom: 1.5rem;
	position: relative;
}
#ennaiannai .infoList .photoBox img {
	width: 100%;
}
#ennaiannai .infoList .photoBox .txt {
	padding: 0.7rem;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -2rem;
	width: 6.2rem;
	height: 6.2rem;
	display: inline-block;
	text-align: center;
	font-size: 3.23rem;
	color: #fff;
	font-weight: 600;
	background: url(img/ennaiannai/imgtext_bg01.png) no-repeat center center / 100%;
}
#ennaiannai .infoList li {
	width: 30.6%;
}
#ennaiannai .infoList .photoBox img {
	border-radius: 1.2rem;
}
#ennaiannai .infoList .textBox .title {
	margin-bottom: 2.1rem;
	padding-bottom: 1.3rem;
	text-align: center;
	font-weight: 500;
	font-size: 3.23rem;
	border-bottom: 1px solid #231815;
}
#ennaiannai .infoList .textBox .title .en {
	display: block;
	font-size: 1.45rem;
	letter-spacing: 0.05em;
}
#ennaiannai .infoList .textBox .text {
	margin-bottom: 5.9rem;
	text-align: justify;
	font-size: 1.9rem;
	line-height: 1.79;
}
@media all and (min-width: 897px) {
	#ennaiannai .infoList {
		margin-top: -11.6rem;
		display: flex;
		flex-wrap: wrap;
	}
	#ennaiannai .infoList li {
		margin: 11.6rem 4.1% 0 0;
	}
	#ennaiannai .infoList li:nth-child(3n) {
		margin-right: 0;
	}
	#ennaiannai .mapBox .txt a:hover {
		background-image: url(img/ennaiannai/imgtext_bg02.png);
	}
}
@media all and (max-width: 896px) {
	#ennaiannai {
		padding-bottom: 13.7rem;
	}
	#ennaiannai .mapBox {
		padding-top: 19.467vw;
	}
	#ennaiannai .mapBox h3 {
		top: 5.867vw;
		left: 6.933vw;
		width: 31.733vw;
	}
	#ennaiannai .mapBox .txt {
		width: 3.867vw;
		height: auto;
		top: 38.667vw;
	}
	#ennaiannai .mapBox .txt01 {
		top: 52.8vw;
	}
	#ennaiannai .mapBox .txt02 {
		top: 43.467vw;
	}
	#ennaiannai .mapBox .txt03 {
		top: 37.333vw;
	}
	#ennaiannai .mapBox .txt04 {
		top: 40vw;
	}
	#ennaiannai .mapBox .txt05 {
		top: 32.533vw;
	}
	#ennaiannai .mapBox .txt06 {
		top: 38.4vw;
	}
	#ennaiannai .mapBox .txt07 {
		top: 29.867vw;
	}
	#ennaiannai .mapBox .txt08 {
		top: 22.133vw;
	}
	#ennaiannai .mapBox .txt a {
		padding: 0.533vw 0 0.533vw 0.267vw;
		font-size: 1.947vw;
		background-image: url(img/ennaiannai/imgtext_bg02.png);
	}
	#ennaiannai .subBtn {
		margin-bottom: 3.8rem;
		padding: 2.9rem 0;
	}
	#ennaiannai .subBtn .btn {
		width: 23.5rem;
	}
	#ennaiannai .subBtn .btn::before,
	#ennaiannai .subBtn .btn::after {
		width: 5.6rem;
		height: 1.2rem;
		top: -1.4rem;
		left: -3rem;
	}
	#ennaiannai .subBtn .btn::after {
		width: 5.6rem;
		left: auto;
		right: -1.5rem;
	}
	#ennaiannai .subBtn .btn a {
		padding: 0.7rem 1rem;
		font-size: 1.3rem;
		border-radius: 1.7rem;
		letter-spacing: -0.1em;
	}
	#ennaiannai .subBtn .btn span {
		padding-left: 1.9rem;
		background-size: 1.3rem auto;
		background-position: left top 55%;
	}
	#ennaiannai .infoList li {
		margin-left: 1.6rem;
	}
	#ennaiannai .infoList .photoBox {
		margin-bottom: 1.1rem;
	}
	#ennaiannai .infoList .photoBox .txt {
		padding: 0.4rem;
		top: 0.5rem;
		left: -1.5rem;
		width: 4.8rem;
		height: 4.8rem;
		font-size: 2.6rem;
	}
	#ennaiannai .infoList li {
		margin-bottom: 5.1rem;
		width: auto;
	}
	#ennaiannai .infoList li:last-child {
		margin-bottom: 0;
	}
	#ennaiannai .infoList .photoBox img {
		border-radius: 0.8rem;
	}
	#ennaiannai .infoList .textBox .title {
		margin-bottom: 1.8rem;
		padding-bottom: 1.2rem;
		font-size: 2.6rem;
	}
	#ennaiannai .infoList .textBox .title .en {
		font-size: 1.2rem;
	}
	#ennaiannai .infoList .textBox .text {
		margin-bottom: 4.6rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	riyouannai
------------------------------------------------------------*/
#riyouannai {
	padding-bottom: 30.4rem;
}
#riyouannai .pageTitle .innerBox {
    background-image: url(img/riyouannai/page_img.jpg);
}
#riyouannai .textList {
	padding-top: 6.9rem;
}
#riyouannai .textList li:not(:last-child) {
	margin-bottom: 6.4rem;
}
#riyouannai .textList h3 {
	margin-bottom: 1rem;
	padding-bottom: 1.6rem;
	color: #1A7339;
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 0.3rem solid #DCDDDD;
}
#riyouannai .textList p {
	line-height: 2.11;
}
@media all and (max-width: 896px) {
	#riyouannai {
		padding-bottom: 10rem;
	}
	#riyouannai .textList {
		padding-top: 3rem;
	}
	#riyouannai .textList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#riyouannai .textList h3 {
		padding-bottom: 0.6rem;
		font-size: 1.6rem;
		border-bottom-width: 0.2rem;
	}
	#riyouannai .textList p {
		line-height: 2.11;
	}
}
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#access {
	padding-bottom: 30.4rem;
}
#access .pageTitle .innerBox {
    background-image: url(img/access/page_img.jpg);
}
#access .textList {
	padding-top: 6.9rem;
}
#access .textList li:not(:last-child) {
	margin-bottom: 6.4rem;
}
#access .textList h3 {
	margin-bottom: 1rem;
	padding-bottom: 1.6rem;
	color: #1A7339;
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 0.3rem solid #DCDDDD;
}
#access .textList p {
	line-height: 2.11;
}
@media all and (max-width: 896px) {
	#access {
		padding-bottom: 10rem;
	}
	#access .textList {
		padding-top: 3rem;
	}
	#access .textList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#access .textList h3 {
		padding-bottom: 0.6rem;
		font-size: 1.6rem;
		border-bottom-width: 0.2rem;
	}
	#access .textList p {
		line-height: 2.11;
	}
}
/*------------------------------------------------------------
	contactform
------------------------------------------------------------*/
#contactform {
	padding-bottom: 0;
	/*--- padding-bottom: 30.4rem; ---*/
}
#contactform .pageTitle .innerBox {
    background-image: url(img/contact/page_img.jpg);
}
#contactform .textList {
	padding-top: 6.9rem;
}
#contactform .textList li:not(:last-child) {
	margin-bottom: 6.4rem;
}
#contactform .textList h3 {
	margin-bottom: 1rem;
	padding-bottom: 1.6rem;
	color: #1A7339;
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 0.3rem solid #DCDDDD;
}
#contactform .textList p {
	line-height: 2.11;
}
@media all and (max-width: 896px) {
	#contactform {
		padding-bottom: 10rem;
	}
	#contactform .textList {
		padding-top: 3rem;
	}
	#contactform .textList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#contactform .textList h3 {
		padding-bottom: 0.6rem;
		font-size: 1.6rem;
		border-bottom-width: 0.2rem;
	}
	#contactform .textList p {
		line-height: 2.11;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .pageTitle {
    padding: 5.4rem 2.2rem 5.8rem 1.5rem;
	background: #E5E9D2;
}
#news .pageTitle h2 {
    color: #789654;
}
#news .comNewsList {
	margin: 5.4rem 0;
}
#news .comNewsList a {
	align-items: center;
}
#news .comNewsList .date {
	color: #1A7339;
	font-weight: 700;
}
#news .comNewsList .date > span {
	display: block;
	width: fit-content;
	text-align: center;
}
#news .comNewsList .date span span {
	margin-top: -0.6rem;
	display: block;
	font-size: 2.9rem;
}
@media all and (min-width: 897px) {
	#news .comNewsList a {
		padding: 1.7rem 0.2rem;
	}
	#news .comNewsList .date {
		width: 13.8rem;
		font-size: 1.75rem;
	}
	#news .comNewsList .txt {
		margin-top: 0.6rem;
	}
}
@media all and (max-width: 896px) {
	#news .pageTitle {
		padding: 3rem 2.2rem;
	}
	#news .comNewsList {
		margin: 3rem 0;
	}
	#news .comNewsList .date span span {
		font-size: 2.1rem;
	}
}
/*------------------------------------------------------------
	newsDetail
------------------------------------------------------------*/
#newsDetail .pageTitle {
    padding: 3.7rem 2.2rem 4.3rem 1.5rem;
	background: #E3EBD4;
}
#newsDetail .pageTitle h2 {
    color: #789654;
	line-height: 1.36;
}
#newsDetail .pageTitle .date {
	margin-bottom: 0.5rem;
	color: #167339;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
}
#newsDetail .pageTitle .date span {
	margin-top: -0.3rem;
	display: block;
	font-size: 2.1rem;
}
#newsDetail .pageTitle .sort {
	width: fit-content;
	margin: 0.8rem auto 0;
	padding: 0.2rem 1rem;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	background-color: #329039;
	border-radius: 5rem;
}
#newsDetail .detail {
	margin: 5rem 0 15.8rem 1.6rem;
}
#newsDetail .detail p {
	font-size: 1.5rem;
	line-height: 1.79;
	word-break: break-all;
}
@media all and (min-width: 897px) {
	#newsDetail .pageTitle .date {
		font-size: 1.6rem;
	}
	#newsDetail .pageTitle .date span {
		font-size: 2.9rem;
	}
	#newsDetail .pageTitle .sort {
		padding: 0.2rem 1.5rem;
	}
	#newsDetail .detail {
		margin: 5rem 2rem;
	}
	#newsDetail .detail p {
		font-size: 1.7rem;
	}
	#newsDetail .detail p a:hover {
		opacity: 0.7;
	}
}
h2.midashi {

    margin-bottom: 1rem;

    padding-bottom: 1.6rem;

    color: #1A7339;

    font-size: 2.4rem;

    font-weight: 700;

    border-bottom: 0.3rem solid #DCDDDD;
}


.ennaiannaiDetail .detail h2 {
	margin-bottom: 2rem;
	padding-bottom: 1.6rem;
	color: #1A7339;
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 0.3rem solid #DCDDDD;
}
@media all and (max-width: 896px) {
	.ennaiannaiDetail .detail h2 {
		padding-bottom: 0.6rem;
		font-size: 1.6rem;
		border-bottom-width: 0.2rem;
	}
}
.ennaiannaiDetail .wp-block-columns {
	margin-bottom: 4rem;
}
.ennaiannaiDetail .wp-block-column p + h2 {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	margin-top: 2rem
}
/*------------------------------------------------------------
	supporter_thanks
------------------------------------------------------------*/
#supporter_thanks #pagePath {
	margin-bottom: 90px;
}
#supporter_thanks .headLine01 {
	margin-bottom: 35px;
	font-size: 2.4rem;
}
#supporter_thanks .wpText {
	margin-bottom: 29px;
	font-size: 1.4rem;
	text-align: left;
}
#supporter_thanks .wpText:last-child {
	margin-bottom: 0;
}
#supporter_thanks .comTopBtn {
	margin: 68px 0 95px;
}
#supporter_thanks .comTopBtn a {
	margin: 0 auto;
	padding: 19px 0 20px;
	width: 332px;
	display: block;
	border: 1px solid #707070;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
#supporter_thanks .comTopBtn a::before {
	width: 21px;
	height: 11px;
	background: url("img/common/icon09.png") no-repeat center center /21px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	content: '';
}
@media all and (max-width: 896px) {
	#supporter_thanks .comTopBtn {
		margin: 40px 0 50px;
	}
	#supporter_thanks .comTopBtn a {
		padding: 10px 0 15px;
		width: 280px;
	}
	#supporter_thanks .headLine01 {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	.mailForm
------------------------------------------------------------*/
.mailForm .borderBox {
	margin: 48px auto 48px;
	padding: 49px 0 49px;
	max-width: 100%;
	border-top: 2px solid #DBDCDC;
	box-sizing: border-box;
}
.mailForm .checkDl {
	margin: 0 auto 53px;
	padding: 25px 0px 22px;
	width: 779px;
	border:  1px solid #707070;
	border-radius: 5px;
	box-sizing:border-box; 
}
.mailForm .checkDl dt {
	margin: 0 48px;
	font-weight: 700;
}
.mailForm .checkDl dt span {
	margin: -2px 0 0 10px;
	color: #EF9C5C;
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.mailForm .checkDl dd,
.mailForm .checkDl dt {
	display: inline-block;
	vertical-align: top;
}
.mailForm .checkList {
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: 700;
}
.mailForm .checkList li,.mailForm .checkList .wpcf7-list-item {
	margin-right: 35px;
}
.mailForm .agree input ,
.mailForm .checkList li input,.mailForm .checkList .wpcf7-list-item input {
	display: none;
}
.mailForm .agree input + span,.mailForm .agree input ~ span,
.mailForm .checkList li input + span ,.mailForm .checkList .wpcf7-list-item input ~ span {
	padding-left: 30px;
	font-size: 1.4rem;
	background: url("img/common/check_img_01.png") no-repeat center left /20px ;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.mailForm .agree input + span ,.mailForm .agree input ~ span {
	padding-left: 25px;
	background-image: url("img/common/check_img_03.png");
	background-size: 15px;
}
.mailForm .checkList li input:checked + span::before ,.mailForm .checkList .wpcf7-list-item input:checked ~ span::before {
	width: 12px;
	height: 12px;
	background: url("img/common/check_img_02.png") no-repeat center left / 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	content: '';
}
.mailForm .agree input:checked + span::before ,.mailForm .agree input:checked ~ span::before {
	width: 10px;
	height: 10px;
	background: url("img/common/check_img_02.png") no-repeat center left / 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2px;
	content: '';
}
.mailForm .innDl dt,
.mailForm .innDl dd {
	margin: 0 205px;
	width: calc(100% - 407px);
	font-weight: 700;
}
.mailForm .innDl dt {
	margin-bottom: 10px;
}
.mailForm .innDl dt span {
	margin: -5px 0 0 14px;
	color: #EF9C5C;
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.mailForm .innDl dd {
	margin-bottom: 36px;
}
.mailForm textarea,
.mailForm dd input[type="text"],
.mailForm dd input[type="email"],
.mailForm dd input[type="tel"] {
	padding: 5px 16px;
	width: 100%;
	height: 48px;
	color: #000;
	font-size: 1.4rem; 
	border-radius: 5px;
	border: 1px solid #E7E8EA;
	box-sizing: border-box;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}
.mailForm dd input.wid01 {
	width: 305px;
}
.mailForm dd input.wid02 {
	width: 619px;
}
.mailForm textarea {
	resize:vertical;
	height: 260px;
}
.mailForm .agree a {
	text-decoration: underline;
	font-weight: 500;
}
.mailForm .agree {
	margin-bottom: 14px;
	color: #082034;
	font-size: 1.4rem;
	text-align: center;
}
.mailForm .agree a:hover {
	text-decoration: none;
	opacity: 1;
}
.mailForm .text {
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
}
.mailForm input[type="submit"] ,.mailForm .submit input {
	margin: 0 auto 20px;
	padding: 24px 0 26px;
	width: 480px;
	color: #000;
	display: block;
	border: 1px solid #707070;
	border-radius: 5px;
	background: #FFF url("img/common/icon05.png") no-repeat center right 29px /21px ;
	text-align: center;
	box-sizing: border-box;
	font-size:1.8rem;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}
.mailForm input[type="submit"]:hover, .mailForm .submit input:hover {
	opacity: 0.7;
}
input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: #E7E8EA;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder {
		color: #E7E8EA;
	}
	input::-moz-placeholder,
	textarea::-moz-placeholder {
		color: #E7E8EA;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: #E7E8EA !important;
	}
	.mailForm .custom-wpcf7c-confirmed .borderBox input,.mailForm .custom-wpcf7c-confirmed .borderBox textarea{
		background-color: #fff !important;
	}
	.mailForm .custom-wpcf7c-confirmed .must{
		display: none;
	}
	.mailForm .ajax-loader{
		display: block !important;
		margin: 0 auto !important;
	}
@media all and (min-width: 897px) {
	.largeFont .mailForm .checkDl dt {
		margin: 0 8px;
		width: 210px;
	}
	.largeFont .mailForm .checkDl dd {
		max-width: calc(100% - 230px);
	}
}
@media all and (max-width: 896px) {
	.mailForm .borderBox {
		margin: 20px auto 20px;
		padding: 25px 0 40px;
		width: 100%;
	}
	.mailForm .checkDl {
		margin: 0 auto 20px;
		padding: 15px 10px 10px;
		width: calc(100% - 10px);
	}
	.mailForm .checkDl dt {
		margin: 0 auto 10px;
		font-weight: 700;
	}
	.mailForm .checkDl dd,
	.mailForm .checkDl dt {
		display: block;
	}
	.mailForm .checkList {
		display: block;
	}
	.mailForm .checkList li ,.mailForm .checkList .wpcf7-list-item {
		margin-right: 0;
	}
	.mailForm .agree input + span,.mailForm .agree input ~ span,
	.mailForm .checkList li input + span ,.mailForm .checkList .wpcf7-list-item input ~ span {
		font-size: 1.2rem;
	}
	.mailForm .agree input + span,.mailForm .agree input ~ span {
		padding-left: 20px;
		background: url("img/common/check_img_03.png") no-repeat center left / 13px ;
	}
	.mailForm .agree input:checked + span::before ,.mailForm .agree input:checked ~ span::before {
		left: 1px;
	}
	.mailForm dd input.wid01 {
		width: 100%;
	}
	.mailForm dd input.wid02 {
		width: 100%;
	}
	.mailForm .agree a:hover {
		text-decoration: underline;
	}
	.mailForm .innDl dt,
	.mailForm .innDl dd {
		margin: 0 auto 10px;
		width: calc(100% - 0px);
	}
	.mailForm input[type="submit"],.mailForm .submit input {
		margin: 0 auto 10px;
		padding: 5px 0;
		height: 66px;
		width: 100%;
		font-size:16px;
		box-sizing: border-box;
	}
	.mailForm input[type="submit"]:hover,.mailForm .submit input:hover {
		opacity: 1;
	}
	.mailForm .text {
		font-size: 1.3rem;
	}
}

#contactform form {
	margin-top: -7.8rem;
	padding-top: 7.8rem;
}
@media all and (max-width: 896px) {
	#contactform form {
		margin-top: -8.4rem;
		padding-top: 8.4rem;
	}
}
#supporter_thanks .textList {
	padding: 6.9rem 0;
}
#supporter_thanks .textList li:not(:last-child) {
	margin-bottom: 6.4rem;
}
#supporter_thanks .textList h3 {
	margin-bottom: 1rem;
	padding-bottom: 1.6rem;
	color: #1A7339;
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 0.3rem solid #DCDDDD;
}
#supporter_thanks .textList p {
	line-height: 2.11;
}
@media all and (max-width: 896px) {
	#supporter_thanks .textList {
		padding: 3rem 0;
	}
	#supporter_thanks .textList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#supporter_thanks .textList h3 {
		padding-bottom: 0.6rem;
		font-size: 1.6rem;
		border-bottom-width: 0.2rem;
	}
	#supporter_thanks .textList p {
		line-height: 2.11;
	}
}
#supporter_thanks .wpcf7-spinner {
	position: absolute;
	left: 48%;
}