@charset 'utf-8';

/*== 共通CSS ==*/
html {
	display: block;
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 15px;
	line-height: 1.6;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color:#1a1311;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}
header {
	border-bottom: solid 1px #488929;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.0;
	margin: 0 0 20px;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	position: relative;
	padding: 0 0 12px;
}
h2 span {
	display: block;
	font-size: 14px;
	margin-top: 8px;
	letter-spacing: 1px;
}
h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 25px;
	height: 3px;
	background-color: #5cb531;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	line-height: 1.6;
	margin-bottom: 16px;
}
p, dt, dd {
	font-size: 15px;
	line-height: 1.8;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.6;
}
em {
	font: inherit;
}
figure {
	margin: 0;
}
img {
	line-height: 0;
	display: block;
	max-width: 100%;
}
li {
	list-style: none;
}
span{
	display:inline-block;
}
.area-pc {
	display: none;
}
.area-tb {
	display: none;
}
.area-sp {
	display: block;
}
.brnone {
	display: none;
}
.brnone02 {
	display: none;
}

section {
	padding: 60px 0;
}
.inner {
	margin: auto;
	max-width: calc(100% - 28px);
}
/*== 共通CSStable {
border-collapse: collapse;
border-spacing: 0;
}
table th, table td {
padding: 10px;
border-top: 1px solid #BDBDBD;
text-align: left;
}
table th {
background: #eee;
}
table tr:last-child {
padding: 10px;
border-bottom: 1px solid #BDBDBD;
text-align: left;
color: #000;
}
==*/
.text-pc {
	display: none;
}
.navibox {
	display: none;
}

/*==== スマホ用ボタン ====*/
/*= ボタンのためのCSS =*/
.openbtn {
	position: fixed;
	z-index: 999;
	/*ボタンを最前面に*/
	top: 15px;
	right: 12px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	transition: .5s;
	background-color: #4ab342;
	border: solid 0px #fff;
}
.siteHeader.transform .openbtn {
	top: 1px;
	right: 1px;
}

/*×に変化*/
.openbtn .gNavisp {
	display: none;
}
.active .gNavisp {
	display: block;
	top: 0;
	/*動き*/
}
.active .gNavisp #gNavisp_list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.active .gNavisp ul {
	/*ナビゲーション天地中央揃え*/
	/*2階層目の基点にするためrelativeを指定*/
	position: relative;
	list-style: none;
	display: flex;
	justify-content: right;
	flex-direction: column;
	margin: 0;
	left: unset;
	right: unset;
	align-items: center;
	margin-top: 15%;
}
.active .gNavisp ul li {
	list-style: none;
	text-align: center;
}
.active .gNavisp ul li a {
	color: #fff;
	padding: 20px 21px;
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	width: 45%;
	z-index: 1000;
}
.openbtn.res span {
	background-color: #fff;
}
.openbtn.res.active span {
	background-color: #fff;
}

.openbtn span:nth-of-type(1) {
	top: 16px;
}
.openbtn span:nth-of-type(2) {
	top: 24px;
}
.openbtn span:nth-of-type(3) {
	top: 32px;
}
.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

/* spナビボタン*/
/*アクティブクラスがついたら位置を0に*/
#gNavisp.panelactive {
	top: 0;
}
.gNavisp {
	position: fixed;
	z-index: 999;
	top: 120%;
	left: 0;
	width: 100%;
	height: 300vw;
	background: rgb(92 181 49) none repeat scroll 0 0;
	background:#4ab342;
	transition: all 0.6s;
}
#gNavisp.panelactive #gNavisp_list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.openbtn p.open, .openbtn p.close{
	position: absolute;
	color:#fff;
	top: 35px;
	left: 3px;
}
.openbtn p.open{
	display: block;
}
.openbtn p.close{
	display: none;
}
.openbtn.active p.open{
	display: none;
}
.openbtn.active p.close{
	display: block;
	z-index: 9999;
}
/*= サイドメニュー =*/
.sidebar {
	display: none;
}

.sidebar.sp  {
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 5;
}
.sidebar.sp .side-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sidebar.sp .side-menu li {
	width: calc(100% / 3);
	text-align: center;
}
.sidebar.sp .side-menu li a {
	text-align: center;
	color: #fff;
}
.sidebar.sp .side-menu li p {
	text-align: center;
	color: #fff;
}
.sidebar.sp .side-menu li a span {
	font-size: 13px;
	letter-spacing: 0.06em;
	display: inline-block;
	padding: 14px 0 14px 25px;
	background-size: 18px 18px;
	background-position: left center;
	background-repeat: no-repeat;
	letter-spacing: 0.1em;
}
.sidebar.sp .side-menu li p span {
	font-size: 13px;
	letter-spacing: 0.06em;
	display: inline-block;
	padding: 14px 0 14px 25px;
	background-size: 18px 18px;
	background-position: left center;
	background-repeat: no-repeat;
	letter-spacing: 0.1em;
}

.sidebar.sp .side-menu li:nth-child(1){
	background-color: #f3914c;
}
.sidebar.sp .side-menu li:nth-child(2){
	background-color: #f3914c;
	position: relative;
}
.sidebar.sp .side-menu li:nth-child(3){
	background-color: #04c653;
	position: relative;
}
.sidebar .side-menu li:nth-child(2):before,.sidebar .side-menu li:nth-child(3):before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 25px;
	border-left: 1px dotted #fff;
}
.sidebar.sp .side-menu li:nth-child(1) a span {
	background-image: url(./img/receipt-icon.png);
	background-color: #f3914c;

}
.sidebar.sp .side-menu li:nth-child(1) p span {
	background-image: url(./img/receipt-icon.png);
	background-color: #f3914c;

}
.sidebar.sp .side-menu li:nth-child(2) a span {
	background-image: url(./img/access-icon.png);
	background-color: #f3914c;
}
.sidebar.sp .side-menu li:nth-child(3) a span {
	background-image: url(./img/line-icon.png);
	background-color: #04c653;
}

/*== ページトップボタン ==*/
#pagetop {
	height: 60px;
}
#pagetop a {
	text-decoration: none;
	width: 46px;
	display: block;
	webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	color: #713531;
	transition: all 0s;
}
#pagetop a path {
	fill: #713531;
	transition: all 0s;
}
#pagetop.active a {
	color: #fff;
}
#pagetop.active a path {
	fill: rgb(255, 255, 255);
}
#pagetop a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#pagetop a svg {
	position: relative;
	top: -24px;
	left: -28px;
}

/*リンクを右下に固定*/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 4px;
	font-size: 77%;
	z-index: 210;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*上に上がる動き*/
#pagetop.UpMove {
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*下に下がる動き*/
#pagetop.DownMove {
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(100px);
	}
}

@media screen and (min-width:390px) {
}
@media screen and (min-width:520px) {
	.inner {
		max-width: calc(100% - 60px);
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	/*==== スマホ用ボタン ====*/
	.openbtn {
		right: 8px;
	}	
	.tb-none {
		display: none;
	}
}
@media screen and (min-width:600px) {
	.brnone {
		display:block;
	}
}
@media screen and (min-width:720px) {
	h2 {
		font-size: 28px;
		margin: 0 0 36px;
	}
	h3 {
		font-size: 20px;
		margin-bottom: 24px;
	}
	h4 {
		font-size: 20px;
	}
	.inner {
		max-width: calc(100% - 100px);
	}
}

@media screen and (min-width:960px) {
	h2 {
		margin: 0 0 40px;
	}
	section {
		padding: 80px 0;
	}
	p.text-pc {
		display: block;
	}
	p.text-sp {
		display: none;
	}
	.sidebar .side-menu li:nth-child(2):before,.sidebar .side-menu li:nth-child(3):before {
		border-left: 0px dotted #fff;
	}
	/*= サイドメニュー =*/
	.sidebar {
		top: 36.0%;
		right: 0;
		width: 50px;
		position: fixed;
		z-index: 5;
		display:block;
	}
	.sidebar.sp {
		display: none;
	}
	.sidebar .side-menu li span {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-family:"Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif;
	}
	.sidebar .side-menu li:nth-child(1),.sidebar .side-menu li:nth-child(2) {
		margin-bottom:4px;
	}
	.sidebar .side-menu li a {
		padding-top: 48px;
		background-size: 24px 24px;
		background-position: center top 16px;
		background-repeat: no-repeat;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transition: .3s;
		transition: .3s;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
		color: #fff;
	}
		.sidebar .side-menu li p {
		padding-top: 48px;
		background-size: 24px 24px;
		background-position: center top 16px;
		background-repeat: no-repeat;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transition: .3s;
		transition: .3s;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
		color: #fff;
	}
	
	
	.sidebar .side-menu li:nth-child(1) a {
		background-image: url(./img/receipt-icon.png);
		background-color: #f3914c;
		border: 1px solid #f3914c;
		height: 120px;
	}
	.sidebar .side-menu li:nth-child(1) p {
		background-image: url(./img/receipt-icon.png);
		background-color: #f3914c;
		border: 1px solid #f3914c;
		height: 120px;
	}	
	
	.sidebar .side-menu li:nth-child(2) a {
		background-image: url(./img/access-icon.png);
		background-color: #f3914c;
		border: 1px solid #f3914c;
		height: 143px;
	}
	.sidebar .side-menu li:nth-child(3) a {
		background-image: url(./img/line-icon.png);
		background-color: #04c653;
		border: 1px solid #04c653;
		height: 143px;
	}	
}
@media screen and (min-width:1024px) {
	body {
		font-size: 16px;
	}
	p, dt, dd {
		font-size: 16px;
	}
	.openbtn {
		right: 16px;
	}
}
@media screen and (min-width:1280px) {
	h3 {
		font-size: 24px;
	}
	section {
		padding: 120px 0;
	}
	section#blog, section#schedule{
		padding: 200px 0;
	}
	header .head-area {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		padding: 0px;
	}
	.openbtn {
		display: none;
	}
	.navibox {
		width: 920px;
		display: block;
		letter-spacing: 1.6px;
	}
	.navibox ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		padding: 0px;
		align-items: center;
	}
	.navibox li {
		line-height: 1;
	}	
	.navibox li.contact {
		width: 120px;
		height: 100px;
		padding-top: 22px;
		text-align: center;
		border-bottom: solid 4px #5cb531;
	}
	.navibox li.contact img {
		width: 40px;
		margin: 0 auto 16px;
	}
}
@media screen and (min-width:1600px) {
	p {
		line-height:1.8;
	}
	.navibox {
		width: 940px;
	}
}
@media screen and (min-width:1920px) {
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 30px;
	}
}

/*== slick slider ==*/
#sp-map {
display: block;	
}
#pc-map {
display: none;	
}
#sp-map .gallery2.slick-initialized .slick-slide {
	width:100vw!important;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	opacity: 1;
}
p.btnoff,p.btnon {
	line-height: 1.6;
}
@media screen and (min-width:1280px) {
#sp-map {
display: none;	
}
#pc-map {
display: block;	
}

/*== 活動報告 ==*/

.articleArea img {
	width: auto;
	max-width: 100%;
	margin-bottom: 16px;
}