@charset "utf-8";

/***********************************************************
////////////////////////////////////////////////////////////

@ DESKTOP

////////////////////////////////////////////////////////////
***********************************************************/


/**************************************
  (head)
**************************************/

/*** logo ***/
#head .logo {
	opacity: 1;
	pointer-events: all;
	transition : all .2s ease;
}
.on_title_image #head .logo {
	opacity: 0;
	pointer-events: none;
	/*display: none;*/
}



/**************************************
  (page-title)
**************************************/
#page-title {
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*** logo ***/
#page-title .logo {
	display: inline-block;
	width: 460px;
	z-index: 1;
}
#page-title .logo .img {
	padding: 0 160px;
	margin-bottom: 20px;
}
#page-title .logo .txt {

}
#page-title .logo .txt svg {
	fill: #fff;
}

/*** slide ***/
#page-title .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#page-title .slide li {
	
}
#page-title .slide li img {
	width: 100%;
	height: 100vh;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	margin: auto;
}

#page-title .slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 160px;
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

#page-title .slide .add-animation {
	animation: zoomUp 16s linear 0s normal both;
}
@keyframes zoomUp {
	0% { transform: scale(1); }
	100% { transform: scale(1.15); }
}

/*** scroll ***/
#page-title .scroll {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	position: absolute;
	left: 50%;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	font-family: 'minion-pro', serif;
	line-height: 1.0;
	letter-spacing: 0.05em;
	transform: translateX(calc(-1140px/2 - 1.4em)) rotate(-90deg);
	transform-origin: bottom left;
}
#page-title .scroll::before {
	content: '';
	display: inline-block;
	width: 110px;
	height: 1px;
	background: #fff;
}




/**************************************
  introduction
**************************************/
#introduction {

}

#introduction .illust {
	width: 140px;
	margin-left: -20px;
}

#introduction .inner::after {
	content: '';
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: 1px;
	height: calc(100% + 20px + 80px);
	background: #000;
}




/**************************************
  myforest
**************************************/
#myforest {

}

#myforest .title {
	z-index: 1;
	height: 311px;
}
#myforest .title .draw {
	position: absolute;
	width: 600px;
	transform: translateX(-10px);
}

#myforest .parallax {
	position: relative;
	margin-top: -200px;
}
#myforest .parallax .frame {
	position: relative;
}
#myforest .parallax .frame .item {
	/*background: rgba(255, 0, 0, 0.1);*/
}
#myforest .parallax .frame .item .image {
	padding-top: 100px;
	padding-bottom: 40px;
}
#myforest .parallax .frame .item .image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 80vh;
	object-fit: cover;
}
#myforest .parallax .frame .item .cont {

}
#myforest .parallax .frame .item .cont .box {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 320px;
	padding: 60px 30px;
	background: #fff;
	opacity: 0;
	transition: all 0.9s ease;
}
#myforest .parallax .frame .item.visible .cont .box {
	opacity: 1;
}
#myforest .parallax .frame .item .cont .box .num {
	font-size: 86%;
	line-height: 1.0;
	letter-spacing: 0.2em;
	text-decoration: underline;
	text-underline-offset: 0.3em;
	margin-bottom: 1.5em;
}
#myforest .parallax .frame .item .cont .box .lead {
	font-size: 148%;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
#myforest .parallax .frame .item .cont .box .text {
	
}

#myforest .linkbox {
	padding-top: 30px;
}
#myforest .linkbox .morelink {
	width: 50%;
}




/**************************************
  education
**************************************/
#education {

}

#education .title {
	margin-bottom: 30px;
}
#education .title .draw {
	width: 970px;
	transform: translateX(-300px);
}

#education .subpages {
	
}
#education .subpages .item {
	width: 460px;
	margin-bottom: 120px;
}
#education .subpages .item .image {
	margin-bottom: 1.6em;
}
#education .subpages .item .image img {
	display: block;
	width: 100%;
}
#education .subpages .item .lead {
	font-size: 148%;
	line-height: 1.8;
	margin-bottom: 1.2em;
}
#education .subpages .item .text {
	margin-bottom: 1.6em;
}
#education .subpages .item .link {

}

#education .subpages .item:nth-child(2n) {
	float: right;
	margin-top: -50%;
}

#education .subpages .item:last-child {
	margin-bottom: 0;
}




/**************************************
  synq
**************************************/
#synq {

}

#synq .title {
	margin-bottom: 30px;
}
#synq .title .draw {
	width: 1230px;
	transform: translateX(-80px);
}

#synq .separate {
	display: flex;
	gap: 120px;
	align-items: flex-end;
}
#synq .separate .cont {
	width: 70%;
}
#synq .separate .cont .capt {
	font-size: 112%;
	margin-bottom: 1.6em;
}
#synq .separate .cont .lead {
	font-size: 148%;
	line-height: 1.8;
	margin-bottom: 1.2em;
}
#synq .separate .cont .text {
	margin-bottom: 1.6em;
}
#synq .separate .cont .link {

}
#synq .separate .image {
	flex-grow: 1;
	margin-top: -10%;
}
#synq .separate .image img {
	display: block;
	width: 100%;
}




/**************************************
  interval
**************************************/
#interval {

}

#interval .image {

}
#interval .image img {
	display: block;
	width: 100%;
	clip-path: url('#interval-image-clip');
}




/**************************************
  event
**************************************/
#event {

}

#event .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 60px;
}
#event .title .ttl {

}
#event .title .ttl h3 {
	font-size: 260%;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-family: 'minion-pro', serif;
	font-weight: normal;
}
#event .title .ttl p {
	font-size: 86%;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-top: -0.5em;
}
#event .title .all {
	line-height: 1.0;
}
#event .title .all a {
	display: inline-block;
	color: #000;
	font-size: 82%;
	line-height: 1.0;
	text-decoration: none;
	transition: all 0.2s 0s ease;
}
#event .title .all a .arrow {
	position: relative;
	display: inline-block;
	width: 1.8em;
	height: 0.8em;
	margin-left: 0.5em;
	vertical-align: top;
}
#event .title .all a .arrow::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #000;
	transition: all 0.2s 0s ease;
}
#event .title .all a .arrow::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 10px;
	border-color: transparent transparent transparent #000;
	transition: all 0.2s 0s ease;
}

#event .title .all a:hover {
	color: #8FB94A;
}
#event .title .all a:hover .arrow::before {
	background: #8FB94A;
}
#event .title .all a:hover .arrow::after {
	border-color: transparent transparent transparent #8FB94A;
}

#event .slide {
	padding-bottom: 80px;
}
#event .slide li {
	position: relative;
	margin-right: 24px;
}
#event .slide li .thumb {
	margin-bottom: 0.6em;
	background: #fff;
	overflow: hidden;
}
#event .slide li .thumb img {
	display: block;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: all 0.9s 0s ease;
}
#event .slide li .date {
	display: inline-block;
	font-size: 86%;
	line-height: 1.0;
	padding: 0.5em 0.8em;
	background: #ccc;
	transition: all 0.2s 0s ease;
}
#event .slide li .date.code_0 {
	background: #D2DCEF;
}
#event .slide li .date.code_1 {
	background: #DFE619;
}
#event .slide li .date.code_9 {
	background: #FFFFFF;
}
#event .slide li .lead {
	font-size: 112%;
	line-height: 1.6;
	transition: all 0.2s 0s ease;
}
#event .slide li .view {
	transition: all 0.2s 0s ease;
}
#event .slide li .view a  {
	display: inline-block;
	color: #000;
	font-size: 82%;
	line-height: 1.0;
	text-decoration: none;
}
#event .slide li .view a .arrow {
	position: relative;
	display: inline-block;
	width: 1.8em;
	height: 0.8em;
	margin-left: 0.5em;
	vertical-align: top;
}
#event .slide li .view a .arrow::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
#event .slide li .view a .arrow::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 10px;
	border-color: transparent transparent transparent #000;
}
#event .slide li .area {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#event .slide li:hover .thumb img {
	opacity: 0.6;
	transform: scale(1.1);
}
#event .slide li:hover .date {
	opacity: 0.5;
}
#event .slide li:hover .lead {
	opacity: 0.5;
}
#event .slide li:hover .view {
	opacity: 0.5;
}

#event .slide .slick-list {
	margin-right: calc(-100vw + 100% - 24px);
	padding-right: calc(100vw - 100%);
}
#event .slide .slick-arrow {
	position: absolute;
	left: 50%;
	top: 90%;
	font-size: 0;
	border: none;
	background: none;
	width: 32px;
	height: 64px;
	margin: 0;
	padding: 0;
	margin-left: -16px;
	cursor: pointer;
}
#event .slide .slick-arrow::before {
	content: '';
	display: block;
	position: absolute;
	width: 141%;
	height: 1px;
	background: #000;
}
#event .slide .slick-arrow::after {
	content: '';
	display: block;
	position: absolute;
	width: 141%;
	height: 1px;
	background: #000;
}
#event .slide .slick-arrow::before,
#event .slide .slick-arrow::after {
	transition: all 0.2s 0s ease;
}
#event .slide .slick-arrow:hover:before,
#event .slide .slick-arrow:hover::after {
	background: #8FB94A;
}
#event .slide .slick-arrow.slick-disabled {
	pointer-events: none;
}
#event .slide .slick-arrow.slick-disabled::before,
#event .slide .slick-arrow.slick-disabled::after {
	background: #999;
}
#event .slide .slick-arrow.slick-prev {
	transform: translateX(-60px);
}
#event .slide .slick-arrow.slick-prev::before,
#event .slide .slick-arrow.slick-prev::after {
	left: 0;
	transform-origin: left center;
}
#event .slide .slick-arrow.slick-prev::before {
	transform: rotate(-45deg);
}
#event .slide .slick-arrow.slick-prev::after {
	transform: rotate(45deg);
}
#event .slide .slick-arrow.slick-next {
	transform: translateX(60px);
}
#event .slide .slick-arrow.slick-next::before,
#event .slide .slick-arrow.slick-next::after {
	right: 0;
	transform-origin: right center;
}
#event .slide .slick-arrow.slick-next::before {
	transform: rotate(45deg);
}
#event .slide .slick-arrow.slick-next::after {
	transform: rotate(-45deg);
}




/**************************************
  news
**************************************/
#news {

}

#news .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 60px;
}
#news .title .ttl {

}
#news .title .ttl h3 {
	font-size: 200%;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#news .title .all {
	line-height: 1.0;
}
#news .title .all a {
	display: inline-block;
	color: #000;
	font-size: 82%;
	line-height: 1.0;
	text-decoration: none;
	transition: all 0.2s 0s ease;
}
#news .title .all a .arrow {
	position: relative;
	display: inline-block;
	width: 1.8em;
	height: 0.8em;
	margin-left: 0.5em;
	vertical-align: top;
}
#news .title .all a .arrow::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #000;
	transition: all 0.2s 0s ease;
}
#news .title .all a .arrow::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 10px;
	border-color: transparent transparent transparent #000;
	transition: all 0.2s 0s ease;
}

#news .title .all a:hover {
	color: #8FB94A;
}
#news .title .all a:hover .arrow::before {
	background: #8FB94A;
}
#news .title .all a:hover .arrow::after {
	border-color: transparent transparent transparent #8FB94A;
}

#news .slide {
	padding-bottom: 80px;
}
#news .slide li {
	position: relative;
	margin-right: 24px;
}
#news .slide li .date {
	position: relative;
	display: block;
	width: 64px;
	height: 72px;
	line-height: 1.0;
	margin-bottom: -40px;
	background: url(../img/bg_texture_01.jpg);
	z-index: 1;
}
#news .slide li .date * {
	transition: all 0.2s 0s ease;
}
#news .slide li .date .y {
	display: block;
	font-size: 74%;
}
#news .slide li .date .m {
	display: block;
	position: absolute;
	left: 4%;
	top: 26%;
	width: 1.5em;
	font-size: 116%;
	text-align: center;
}
#news .slide li .date .d {
	display: block;
	position: absolute;
	left: 45%;
	top: 60%;
	width: 1.5em;
	font-size: 136%;
	text-align: center;
}
#news .slide li .date::after {
	content: '';
	display: block;
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 100%;
	height: 1px;background: #000;
	transform: rotate(-45deg);
	transform-origin: left center;
	transition: all 0.2s 0s ease;
}
#news .slide li .thumb {
	margin-bottom: 0.6em;
	background: #fff;
	overflow: hidden;
}
#news .slide li .thumb img {
	display: block;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 4/3;
	transition: all 0.9s 0s ease;
}
#news .slide li .lead {
	line-height: 1.6;
	transition: all 0.2s 0s ease;
}
#news .slide li .view {
	transition: all 0.2s 0s ease;
}
#news .slide li .view a  {
	display: inline-block;
	color: #000;
	font-size: 82%;
	line-height: 1.0;
	text-decoration: none;
}
#news .slide li .view a .arrow {
	position: relative;
	display: inline-block;
	width: 1.8em;
	height: 0.8em;
	margin-left: 0.5em;
	vertical-align: top;
}
#news .slide li .view a .arrow::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
#news .slide li .view a .arrow::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 10px;
	border-color: transparent transparent transparent #000;
}
#news .slide li .area {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#news .slide li:hover .date * {
	opacity: 0.5;
}
#news .slide li .date::after {
	opacity: 0.5;
}
#news .slide li:hover .thumb img {
	opacity: 0.6;
	transform: scale(1.1);
}
#news .slide li:hover .lead {
	opacity: 0.5;
}
#news .slide li:hover .view {
	opacity: 0.5;
}

#news .slide .slick-list {
	margin-right: calc(-100vw + 100% - 24px);
	padding-right: calc(100vw - 100%);
}
#news .slide .slick-arrow {
	position: absolute;
	left: 50%;
	top: 90%;
	font-size: 0;
	border: none;
	background: none;
	width: 32px;
	height: 64px;
	margin: 0;
	padding: 0;
	margin-left: -16px;
	cursor: pointer;
}
#news .slide .slick-arrow::before {
	content: '';
	display: block;
	position: absolute;
	width: 141%;
	height: 1px;
	background: #000;
}
#news .slide .slick-arrow::after {
	content: '';
	display: block;
	position: absolute;
	width: 141%;
	height: 1px;
	background: #000;
}
#news .slide .slick-arrow::before,
#news .slide .slick-arrow::after {
	transition: all 0.2s 0s ease;
}
#news .slide .slick-arrow:hover:before,
#news .slide .slick-arrow:hover::after {
	background: #8FB94A;
}
#news .slide .slick-arrow.slick-disabled {
	pointer-events: none;
}
#news .slide .slick-arrow.slick-disabled::before,
#news .slide .slick-arrow.slick-disabled::after {
	background: #999;
}
#news .slide .slick-arrow.slick-prev {
	transform: translateX(-60px);
}
#news .slide .slick-arrow.slick-prev::before,
#news .slide .slick-arrow.slick-prev::after {
	left: 0;
	transform-origin: left center;
}
#news .slide .slick-arrow.slick-prev::before {
	transform: rotate(-45deg);
}
#news .slide .slick-arrow.slick-prev::after {
	transform: rotate(45deg);
}
#news .slide .slick-arrow.slick-next {
	transform: translateX(60px);
}
#news .slide .slick-arrow.slick-next::before,
#news .slide .slick-arrow.slick-next::after {
	right: 0;
	transform-origin: right center;
}
#news .slide .slick-arrow.slick-next::before {
	transform: rotate(45deg);
}
#news .slide .slick-arrow.slick-next::after {
	transform: rotate(-45deg);
}




/**************************************
  instagram
**************************************/
#instagram {

}

#instagram .header {
	margin-bottom: 20px;
}
#instagram .header a {
	display: inline-block;
	line-height: 1.0;
	text-decoration: none;
	margin: 0 10px;
	transition: all 0.2s 0s ease;
}
#instagram .header a .icon {
	display: inline-block;
	width: 1.5em;
	vertical-align: middle;
}
#instagram .header a .icon svg {
	transition: all 0.2s 0s ease;
}

#instagram .header a:hover {
	color: #8FB94A;
}
#instagram .header a:hover .icon svg {
	fill: #8FB94A;
}

/*
#instagram .dummy {

}
#instagram .dummy img {
	display: block;
	width: 100%;
}
*/




/**************************************
  pagelinks
**************************************/
#pagelinks {

}

#pagelinks .links {
	display: flex;
	justify-content: space-between;
}

#pagelinks .links a {
	width: 40%;
}





/***********************************************************
////////////////////////////////////////////////////////////

@ TABLET

////////////////////////////////////////////////////////////
***********************************************************/
@media only screen and (max-width: 960px) {

	/**************************************
	(head)
	**************************************/

	/*** logo ***/
	#head .logo {
		
	}


	/**************************************
	  (page-title)
	**************************************/
	#page-title {

	}

	/*** logo ***/
	#page-title .logo {
		width: 90vw;
		max-width: 400px
	}
	#page-title .logo .img {
		padding: 0 32%;
	}

	/*** slide ***/
	#page-title .slide {

	}

	/*** scroll ***/
	#page-title .scroll {
		transform: translateX(0) rotate(-90deg);
	}
	#page-title .scroll::before {
		width: 80px;
	}


	/**************************************
	  introduction
	**************************************/
	#introduction {

	}

	#introduction .illust {
		width: 100px;
		margin-left: -10px;
	}


	/**************************************
	  myforest
	**************************************/
	#myforest {

	}

	#myforest .title {
		height: auto;
		margin-bottom: 30px;
	}
	#myforest .title .draw {
		position: relative;
		width: 140vw;
		max-width: 780px;
		transform: translateX(-36%);
	}

	#myforest .parallax {
		margin-top: auto;
	}

	#myforest .parallax .frame {

	}
	#myforest .parallax .frame .item {
		position: relative;
		margin-bottom: 60px;
	}
	#myforest .parallax .frame .item:last-child {
		margin-bottom: 0;
	}
	#myforest .parallax .frame .item .image {
		position: absolute;
		width: 100%;
		padding: 0;
		top: calc(170px + 4vw);
		z-index: 1;
	}
	#myforest .parallax .frame .item .image img {
		max-height: none;
	}

	#myforest .parallax .frame .item .cont {

	}
	#myforest .parallax .frame .item .cont .box {
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		padding: 50px 20px;
		opacity: 1;
	}
	#myforest .parallax .frame .item .cont .box .lead {
		font-size: 140%;
		line-height: 1.6;
		margin-bottom: calc(20px + 64vw);
	}

	#myforest .linkbox {

	}
	#myforest .linkbox .morelink {
		width: auto;
	}


	/**************************************
	  education
	**************************************/
	#education {

	}

	#education .title {

	}

	#education .title .draw {
		width: 160vw;
		max-width: 780px;
		transform: translateX(-30%);
	}

	#education .subpages {

	}
	#education .subpages .item {
		width: auto;
		margin-top: 90px;
		margin-bottom: 70px;
	}
	#education .subpages .item .image {
		margin-bottom: 2em;
	}
	#education .subpages .item .image img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 16/9;
	}
	#education .subpages .item .lead {
		font-size: 140%;
		line-height: 1.6;
		margin-bottom: 1em;
	}
	#education .subpages .item .text {
		margin-bottom: 1em;
	}

	#education .subpages .item:nth-child(2n) {
		float: none;
		margin-top: 90px;
	}


	/**************************************
	  synq
	**************************************/
	#synq {

	}

	#synq .title {

	}
	#synq .title .draw {
		width: 150vw;
		max-width: 900px;
		transform: translateX(-7%);
	}

	#synq .separate {
		display: block;
	}
	#synq .separate .cont {
		width: auto;
	}
	#synq .separate .cont .capt {
		margin-bottom: 0.6em;
	}
	#synq .separate .cont .lead {
		font-size: 140%;
		line-height: 1.6;
	}
	#synq .separate .cont .text {
		margin-bottom: 1em;
	}

	#synq .separate .image {
		margin: 0 0 2em;
	}



	/**************************************
	  interval
	**************************************/
	#interval {

	}


	/**************************************
	  event
	**************************************/
	#event {

	}

	#event .title {
		margin-bottom: 40px;
		justify-content: center;
	}
	#event .title .ttl {
		text-align: center;
	}
	#event .title .all {
		position: absolute;
		left: 50%;
		bottom: 14px;
		transform: translateX(-50%);
		z-index: 1;
	}
	#event .title .all a {
		display: inline-flex;
		flex-flow: column;
		font-size: 100%;
	}
	#event .title .all a .arrow {
		margin-left: 0;
	}

	#event .slide {
		padding-bottom: 120px;
	}
	#event .slide li {

	}
	#event .slide li .thumb {
		margin-bottom: 1.0em;
	}
	#event .slide li .date {
		margin-bottom: 1.0em;
	}
	#event .slide li .lead {
		margin-bottom: 0.5em;
	}
	#event .slide li .view {

	}
	#event .slide li .view a  {
		font-size: 100%;
	}

	#event .slide .slick-arrow {
		top: auto;
		bottom: 0;
	}
	#event .slide .slick-arrow.slick-prev {
		transform: translateX(-120px);
	}
	#event .slide .slick-arrow.slick-next {
		transform: translateX(120px);
	}


	/**************************************
	  news
	**************************************/
	#news {

	}

	#news .title {
		margin-bottom: 40px;
		justify-content: center;
	}
	#news .title .ttl {
		text-align: center;
	}
	#news .title .ttl h3 {
		font-size: 170%;
	}
	#news .title .all {
		position: absolute;
		left: 50%;
		bottom: 14px;
		transform: translateX(-50%);
		z-index: 1;
	}
	#news .title .all a {
		display: inline-flex;
		flex-flow: column;
		font-size: 100%;
	}
	#news .title .all a .arrow {
		margin-left: 0;
	}

	#news .slide {
		padding-bottom: 120px;
	}
	#news .slide li {

	}
	#news .slide li .thumb {
		margin-bottom: 1.0em;
	}
	#news .slide li .lead {
		margin-bottom: 0.5em;
	}
	#news .slide li .view {

	}
	#news .slide li .view a  {
		font-size: 100%;
	}

	#news .slide .slick-arrow {
		top: auto;
		bottom: 0;
	}
	#news .slide .slick-arrow.slick-prev {
		transform: translateX(-120px);
	}
	#news .slide .slick-arrow.slick-next {
		transform: translateX(120px);
	}


	/**************************************
	  instagram
	**************************************/
	#instagram {

	}

	#instagram .header {
		text-align: center;
	}
	#instagram .header a {
		display: inline-flex;
		flex-flow: column;
		align-items: center;
		gap: 6px;
		font-size: 120%;
	}
	#instagram .header a .icon {
		width: 2.0em;
	}

	
	/**************************************
	  pagelinks
	**************************************/
	#pagelinks {

	}
	#pagelinks .links {
		flex-flow: column;
	}
	#pagelinks .links a {
		width: auto;
	}
	#pagelinks .links a:first-child {
		border-bottom: none;
	}


}





/***********************************************************
////////////////////////////////////////////////////////////

@ MOBILE

////////////////////////////////////////////////////////////
***********************************************************/
 @media only screen and (max-width: 520px) {
	
}




