@charset "UTF-8";
#wrapper {
	overflow: hidden;
}
.container__w1920--p0 {
	width: 100%;
	max-width: 1920px;
	margin-inline: auto;
}
.container__w1920--p24 {
	width: 100%;
	max-width: 1968px;
	padding-inline: 24px;
	margin-inline: auto;
}


.container__w2560--p24 {
	width: 100%;
	max-width: 2656px;
	padding-inline: 24px;
	margin-inline: auto;
}
.container__w801--p24 {
	width: 100%;
	max-width: 849px;
	padding-inline: 24px;
	margin-inline: auto;
}
.container__w1080--p24 {
	width: 100%;
	max-width: 1128px;
	padding-inline: 24px;
	margin-inline: auto;
}
/*.container__w2368--p36 {
	width: 100%;
	max-width: 2440px;
	padding-inline: 36px;
	margin-inline: auto;
}*/
.dpn {
	display: none;
}
.marker {
	background: linear-gradient(transparent 50%, #F4EEDC 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding-bottom: 4px;
}
.hover--opacity70:hover {
	opacity: 0.7
}
/*	header
-------------------------------------------------------------------*/
.header {
	background: transparent linear-gradient(90deg, #FFFFFF 0%, #F4EEDC 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #00000029;
	padding: 9px 18px 7px 15px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 100;
}
.header__logo--text {
	font-size: 10px;
	font-weight: 700;
}
.header__anchor {
	display: block;
	width: 140px;
	height: 31px;
}
.header__logo--img {
	display: block;
	width: 100%;
	height: 31px;
	background: url(../../img/logo-koikezouen.png) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
}



/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 10;
    /*ナビのスタート位置と形状*/
	top:60px;
    right:-100%;
	width:100%;
    height: calc(100vh);/*ナビの高さ*/
    /*動き*/
	transition: all 0.3s;
	background: rgba(0,0,0,0.4);
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}
#g-nav-list {
	background: transparent linear-gradient(90deg, #E9F2E9 0%, #D5E8D5 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #00000029;
	width: 264px;
	position: absolute;
	right: 0;
	transition: all 0.6s;
	padding: 34px;
	height: 100vh;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    z-index: 999;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
}

/*リストのレイアウト設定*/

#g-nav li{
	border-bottom: #3E6B3F 1px solid;
}

#g-nav li a{
	display: block;
	padding-block: 15px;
	line-height: 1;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:18px;
	right: 18px;
	cursor: pointer;
    width: 36px;
    height: 24px;
}

/*×に変化*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
	background-color: #3E6B3F;
  	width: 100%;
  }

.openbtn span:nth-of-type(1) {
	top:0px;
}

.openbtn span:nth-of-type(2) {
	top:12px;
}

.openbtn span:nth-of-type(3) {
	top:24px;
}

.openbtn.active span:nth-of-type(1) {
    top: 3px;
    left: 0;
    transform: translateY(6px) rotate(-30deg);
    width: 100%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 15px;
    left: 0;
    transform: translateY(-6px) rotate(30deg);
    width: 100%;
}
.g-nav-tel {
	background: #FFF;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 16px;
}
.g-nav-tel a {
	color: #AF9335;
	padding: 10px 20px;
	display: block;
}
.g-nav-tel a span {
	font-size: 18px;
	letter-spacing: 0.05em;
}
.g-nav-tel a span::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../../img/ico-tel.png) center center no-repeat;
	background-size: contain;
	margin-right: 6px;
	vertical-align: -3px;
}
.g-nav-mail a {
	display: block;
	background: #3E6B3F;
	color: #FFF;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border-radius: 4px;
}






/* breadcrumb
-------------------------------------------------------------------*/


/* article
-------------------------------------------------------------------*/
.content {
	padding-top: 60px;
}
.head--01 {
	font-size: 25.4px;
	font-weight: 700;
	color: #174018;
	line-height: 1.46;
	text-align: left;
	letter-spacing: 0;
}
.line--01::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #3E6B3F;
	margin-block: 24px;
}
.content-header {
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: transparent linear-gradient(90deg, #E9F2E9 0%, #D5E8D5 100%) 0% 0% no-repeat padding-box;
}
.content-header__title {
	font-size: 26px;
	color: #174018;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
}
.head--02 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #174018;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.head--03 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #174018;
	margin-top: 40px;
}
.content-container {
	padding-block: 60px 100px;
}
/*	footer
-------------------------------------------------------------------*/
.footer {
	background: transparent linear-gradient(90deg, #FAF9F0 0%, #F4EEDC 100%) 0% 0% no-repeat padding-box;
	padding-top: 40px;
}
.footer-text {
	font-size: 14px;
	margin-bottom: 40px;
}
.footer-anchor {
	display: block;
	width: 200px;
	height: 43.14px;
}
.footer-logo {
	width: 100%;
	height: 43.14px;
	background: url(../../img/logo-koikezouen.png) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.footer-nav__list {
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 20px;
}
.footer-nav__list--item {
	width: 50%;
	font-weight: 700;
}
.footer-nav__list--item a:hover,
.footer-nav__line a:hover {
	color: #3E6B3F;
}
.footer-nav__line {
	margin-block: 40px;
}
.footer-nav__line a::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../../img/ico-line.png) center center no-repeat;
	background-size: contain;
	margin-left: 20px;
	vertical-align: -15px;
}
.footer-copyright {
	background: #3E6B3F;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}