@charset "utf-8";

/* RESET */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* INIT */
section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
section {
zoom: 1;
}

.NotoSans {
font-family: 'Noto Sans', sans-serif;
font-weight: 700;
}
.NotoSansJP-Regular {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}
.NotoSansJP-Bold {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}
.NotoSansJP-Black {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
}
.NotoSerif-Light {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300;
}
.Roboto-Bold {
font-family: 'Roboto', sans-serif;
font-weight: 700;
}

.fadeElm {
position: relative;
-webkit-transform: translate(0px, 50px);
-moz-transform: translate(0px, 50px);
-ms-transform: translate(0px, 50px);
transform: translate(0px, 50px);
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.activeView {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

body {
position: relative;
background-color: #fbf1e5;
min-width: 1180px;
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0.05em;
color: #212835;
-webkit-font-smoothing: antialiased;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 767px){
	body {
	min-width: initial;
	}
}
body {
transition: opacity 1s ease;
opacity: 0;
}
body.init {
opacity: 1;
}

br.sp {display: block;}
br.pc {display: none;}
img.sp {display: block !important;}
img.pc {display: none !important;}
span.sp {display: block;}
span.pc {display: none;}
@media (min-width: 768px) {
	br.sp {display: none;}
	br.pc {display: block;}
	img.sp {display: none !important;}
	img.pc {display: block !important;}
	span.sp {display: none;}
	span.pc {display: block;}
}
a,
a img {
transition: all 0.5s ease;
}
a:link {
color: #212835;
text-decoration: none;
}
a:active,
a:visited { 
color: #212835;
text-decoration: none;
}
a:hover { 
color: #212835;
text-decoration: none;
}
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}
strong {
font-weight: normal;
}

.fadeElm {}
.activeView {}

/* CONTAINER */
#container {
overflow: hidden;
}

/* PAGETOP */
#globalNav .navi li a:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#globalNav .navi li a {
zoom: 1;
}

#ModalMask {
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
z-index: 8;
display: none;
}

@media (max-width: 767px) {
	#pageTop {}
	#header {} 
	#header .hlogo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 120px;
	height: 70px;
	z-index: 10;
	}
	#header .hlogo img {
	display: block;
	width: 81px;
	height: auto;
	}
	#localNav {
	display: none;
	}
	#globalNav .toggle {
	position: fixed;
	right: 0;
	top: 0;
	background-color: #90c31f;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 100;
	}
	#globalNav .toggle span {
	transition: all 0.5s ease;
	position: absolute;
	left: 14px;
	width: 24px;
	height: 2px;
	background-color: #fff;
	}
	#globalNav .toggle span:nth-of-type(1) {
	top: 15px;
	}
	#globalNav .toggle span:nth-of-type(2) {
	top: 24px;
	}
	#globalNav .toggle span:nth-of-type(3) {
	top: 33px;
	}
	#globalNav .toggle.active span:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
	}
	#globalNav .toggle.active span:nth-of-type(2) {
	opacity: 0;
	}
	#globalNav .toggle.active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
	}
	#globalNav .cont {
	transition: all 0.5s ease;
	position: fixed;
	right: -100%;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	z-index: 90;
	}
	#globalNav .cont.active {
	right: 0;
	}
	#globalNav .inner {
	margin: 0 auto;
	padding: 80px 0 0 0;
	width: 250px;
	text-align: left;
	}
	#globalNav .nlogo {
	margin: 0 0 25px 0;
	}
	#globalNav .nlogo img {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: auto;
	}
	#globalNav .navi {
	margin: 0 0 50px 0;
	}
	#globalNav .navi li {
	border-bottom: solid 1px #dcdcdc;
	font-weight: 900;
	font-size: 20px;
	line-height: 60px;
	}
	#globalNav .navi li a {
	display: block;
	}
	#globalNav .sns {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	list-style: none;
	font-size: 20px;
	line-height: 0;
	}
	#globalNav .sns li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: solid 2px #90c31f;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #90c31f;
	}
}
@media (min-width: 768px) {
	#pageTop {}
	#header {} 
	#header .hlogo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 20px;
	top: 0;
	background-color: #fff;
	width: 240px;
	height: 140px;
	z-index: 10;
	}
	#header .hlogo img {
	display: block;
	width: 162px;
	height: auto;
	}
	#localNav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 28px;
	position: absolute;
	right: 85px;
	top: 23px;
	z-index: 10;
	}
	#localNav ul.navi {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	}
	#localNav ul.navi li {
	font-weight: 900;
	}
	#localNav ul.navi li::after {
	content: '/';
	display: inline-block;
	margin: 0 7px;
	font-weight: 300;
	}
	#localNav ul.navi li:last-child::after {
	display: none;
	}
	#localNav ul.sns {
	display: flex;
	flex-wrap: wrap;
	gap: 0 22px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	}
	#localNav ul a {
	transition: all 0.5s ease;
	position: relative;
	display: inline-block;
	color: #fff;
	}
	#localNav ul a:hover {
	color: #90c31f;
	}
	#localNav ul.navi a::before {
	transition: all 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #90c31f;
	width: 0;
	height: 2px;
	}
	#localNav a.active::before,
	#localNav ul.navi a:hover::before {
	width: 100%;
	}
	#globalNav .cont {
	transition: all 0.5s ease;
	position: fixed;
	right: -100%;
	top: 0;
	background-color: #fff;
	width: 50%;
	height: 100vh;
	z-index: 90;
	}
	#globalNav .cont.active {
	right: 0;
	}
	#globalNav .cont::before {
	transition: all 0.5s ease;
	content: '豊かな地方を体現する';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -100%;
	top: 0;
	background: url("../img/nav_bg.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	z-index: 91;
	}
	#globalNav .toggle {
	transition: all 0.5s ease;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #90c31f;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 100;
	}
	#globalNav .toggle:hover {
	background-color: #a6cf4c;
	}
	#globalNav .toggle span {
	transition: all 0.5s ease;
	position: absolute;
	left: 16px;
	width: 30px;
	height: 4px;
	background-color: #fff;
	}
	#globalNav .toggle span:nth-of-type(1) {
	top: 18px;
	}
	#globalNav .toggle span:nth-of-type(2) {
	top: 28px;
	}
	#globalNav .toggle span:nth-of-type(3) {
	top: 38px;
	}
	#globalNav .toggle.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
	}
	#globalNav .toggle.active span:nth-of-type(2) {
	opacity: 0;
	}
	#globalNav .toggle.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
	}
	#globalNav .inner {
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	margin: 0 auto;
	padding: 0 40px;
	width: 360px;
	}
	#globalNav .nlogo {
	margin: 0 0 30px 0;
	}
	#globalNav .nlogo img {
	display: block;
	margin: 0;
	width: 292px;
	height: auto;
	}
	#globalNav .navi {
	margin: 0 0 35px 0;
	}
	#globalNav .navi li {
	border-bottom: solid 1px #dcdcdc;
	font-weight: 700;
	font-size: 20px;
	line-height: 59px;
	}
	#globalNav .navi li span {
	font-weight: 900;
	font-size: 20px;
	float: left;
	}
	#globalNav .navi li a {
	display: block;
	}
	#globalNav .bottom h4 {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	}
	#globalNav .sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 20px;
	list-style: none;
	font-size: 24px;
	line-height: 0;
	}
	#globalNav .sns li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: solid 2px #90c31f;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #90c31f;
	}
}


@media (max-width: 767px) {
	#pageBottom {}
	#footerNav {
	background-color: #ffffff;
	padding: 0 20px;
	}
	#footerNav .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 80px;
	}
	#footerNav img {
	display: block;
	width: 189px;
	height: auto;
	}
	#footerNav ul {
	display: none;
	}
	#footer {
	background-color: #212835;
	padding: 40px 20px 40px 20px;
	color: #fff;
	}
	#footer a {
	color: #fff;
	}
	#footer .credit {
	margin-bottom: 90px;
	}
	#footer dl {
	margin-bottom: 19px;
	}
	#footer dt {
	margin-bottom: 7px;
	font-weight: 700;
	font-size: 16px;
	}
	#footer dd {
	margin-bottom: 2px;
	font-weight: 400;
	font-size: 12px;
	}
	#footer dd:last-child {
	margin-bottom: 0;
	}
	#footer .catch {
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	}
	#footer .sns {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 0 17px;
	font-size: 24px;
	}
	#footer .contact ul {
	border-left: solid 1px #fff;
	display: flex;
	margin-bottom: 15px;
	list-style: none;
	font-weight: 700;
	font-size: 12px;
	}
	#footer .contact li {
	border: solid 1px #fff;
	border-left: none;
	flex: 1;
	padding: 10px 0;
	text-align: center;
	}
	#footer .contact li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	}
	#footer .contact li a::before {
	content: '';
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 3px solid transparent;
	border-left: 7px solid #fff;
	border-bottom: 3px solid transparent; 
	}
	#footer .contact p {
	margin-bottom: 20px;
	font-size: 10px;
	letter-spacing: 0;
	}
	#footer .copyright {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-style: italic;
	}
}
@media (min-width: 768px) {
	#pageBottom {}
	#footerNav {
	background-color: #ffffff;
	padding: 0;
	}
	#footerNav .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 1120px;
	height: 80px;
	}
	#footerNav img {
	display: block;
	width: 189px;
	height: auto;
	}
	#footerNav ul.navi {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 14px;
	}
	#footerNav ul.navi li {
	font-weight: 900;
	}
	#footerNav ul.navi li::after {
	content: '/';
	display: inline-block;
	margin: 0 7px;
	font-weight: 300;
	}
	#footerNav ul.navi li:last-child::after {
	display: none;
	}
	#footer {
	background-color: #212835;
	padding: 50px 0;
	color: #fff;
	}
	#footer .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	width: 1120px;
	}
	#footer a {
	color: #fff;
	}
	#footer .credit {
	margin-bottom: 15px;
	}
	#footer dl {
	margin-bottom: 17px;
	}
	#footer dt {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 16px;
	}
	#footer dd {
	margin-bottom: 2px;
	font-weight: 400;
	font-size: 14px;
	}
	#footer dd:last-child {
	margin-bottom: 0;
	}
	#footer .catch {
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	}
	#footer .sns {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 0 17px;
	font-size: 24px;
	}
	#footer .contact {
	padding: 10px 0 0 0;
	width: 530px;
	}
	#footer .contact ul {
	border-left: solid 1px #fff;
	display: flex;
	margin-bottom: 15px;
	list-style: none;
	font-weight: 700;
	font-size: 16px;
	}
	#footer .contact li {
	border: solid 1px #fff;
	border-left: none;
	flex: 1;
	padding: 17px 0;
	text-align: center;
	}
	#footer .contact li a {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	}
	#footer .contact li a::before {
	content: '';
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 6px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 6px solid transparent; 
	}
	#footer .contact p {
	font-size: 14px;
	letter-spacing: 0;
	text-align: right;
	}
	#footer .copyright {
	margin: 0 auto;
	width: 1120px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	}
}
