@charset "UTF-8";
/* ---------------------------------------------
  header
-----------------------------------------------*/
header {
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	margin-left: 40px;
	max-width: 1840px;
	min-width: calc(1200px - 80px);
	width: calc(100% - 80px);
	background: #fff;
	border-radius: 5px;
	z-index: 1000;
	transition: border-radius .4s;
	transition: all .4s;
}
header .wrap {
	max-width: 100%;
	width: auto;
	padding: 0 20px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .4s;
}
header .logo {
	width: 223px;
}
.head02 {
	margin-left: auto;
}
.gnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gnav .main {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 20px;
}
.gnav .main > li > a {
	font-size: 1.4rem;
	color: #00a53c;
	padding: 0 15px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .4s;
}
.gnav .main > li > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #00a53c;
	opacity: 0;
	transition: opacity .4s;
}
.gnav .main > li.current > a::before, .gnav .main > li:hover > a::before {
	opacity: 1;
}
.gnav .mega_cnt {
	display: none;
}
.head03 .form {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.head03 .form > li:not(:last-child) {
	margin-right: 10px;
}
.head03 .form > li > a {
	font-size: 1.4rem;
	line-height: 1.29;
	text-align: center;
	color: #fff;
	width: 150px;
	height: 50px;
	border: 2px solid #00a53c;
	border-radius: 25px;
	background: #00a53c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head03 .form > li.web > a {
	color: #00a53c;
	background: #fff;
}
.menu_trigger {
	display: none;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 1000;
	display: none;
}
.mega-open {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.gnav .mega_cnt {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #00a53c;
	background: linear-gradient(45deg, #00a53c 0%, #33b763 100%);
	border-radius: 0 0 5px 5px;
	top:90px;
}
header.is-scroll .gnav .mega_cnt{
	top:70px;
}
header.is-scroll .gnav .main > li > a::before{
	bottom:10px;
}
.gnav .mega_cnt .inner {
	max-width: 1160px;
	margin: 0 auto;
}
.gnav .mega_cnt .ttl_30 {
	color: #fff;
	margin-bottom: 20px;
}
.gnav .mega_cnt .ttl_30 .en {
	vertical-align: baseline;
	margin-left: .5em;
}
.gnav .mega_cnt .ttl_18 {
	color: #fff;
	margin-top: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.gnav .mega_cnt .btn_wrap {
	max-width: 100%;
	line-height: 1.2;
}
.gnav .mega_cnt .btn_normal {
	height: 50px;
	max-width: 100%;
}
.gnav .mega_cnt .btn_flex .btn_normal {
	height: 80px;
}
header.is-scroll {
	top: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	border-radius: 0;
}
header.is-scroll .wrap {
	height: 70px;
}
/*header.is-scroll .gnav .main > li > a {
	height: 70px;
}*/
@media screen and (max-width: 1490px) and (min-width: 1351px) {
	header .logo {
		width: 180px;
	}
	.gnav .main > li > a {
		padding: 0 10px;
	}
	.head03 .form > li > a {
		width: 125px;
	}
}
@media screen and (max-width: 1350px) {
	.head_ham {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 60px 3% 40px;
	}
	.head03 {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		z-index: 0;
	}
	.menu_trigger {
		width: 49px;
		height: 49px;
		background: #00a53c;
		padding: 10px 0 0;
		margin-left: 10px;
		border-radius: 50%;
		display: block;
		cursor: pointer;
	}
	.menu_trigger .line {
		width: 20px;
		height: 14px;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.menu_trigger .line span {
		width: 100%;
		height: 2px;
		background: #fff;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.menu_trigger .line span:nth-child(1) {
		top: 0;
	}
	.menu_trigger .line span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	.menu_trigger .line span:nth-child(3) {
		bottom: 0;
	}
	.menu_trigger .txt {
		font-size: 1rem;
		line-height: 1;
		color: #fff;
		margin: 5px 0 0 .2em;
		text-align: center;
	}
	.menu-open .menu_trigger {
		background: #fff;
		opacity: 1 !important;
	}
	.menu-open .menu_trigger .line span {
		background: #00a53c;
	}
	.menu-open .menu_trigger .line span:nth-child(1) {
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
	}
	.menu-open .menu_trigger .line span:nth-child(2) {
		opacity: 0;
	}
	.menu-open .menu_trigger .line span:nth-child(3) {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%) rotate(135deg);
	}
	.menu-open .menu_trigger .txt {
		color: #00a53c;
	}
	.menu-open .menu_trigger .txt::before {
		content: 'COLSE';
	}
	.menu-open .menu_trigger .txt span {
		display: none;
	}
	.head02 {
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		height: 100%;
		overflow-y: auto;
		background: linear-gradient(135deg, #00a53c 0%, #33b763 100%);
		transition: transform .4s ease-out, width 0s .4s ease-out;
		z-index: 5;
		width: 0;
	}
	.menu-open .head02 {
		padding-top: 0px;
		transform: translateX(0);
		width: 100%;
		transition: transform .4s ease-out, width 0s 0s ease-out;
	}
	.gnav {
		display: block;
	}
	.gnav .main {
		display: block;
		margin-right: 0;
		padding: 0 3%;
	}
	.gnav .main > li {
		border-top: 1px solid #fff;
		position: relative;
	}
	.gnav .main > li:last-child {
		border-bottom: 1px solid #fff;
	}
	.gnav .main > li > a {
		font-size: 1.8rem;
		color: #fff;
		text-align: left;
		height: auto;
		padding: 0;
		padding: 20px 0;
		display: block;
		position: relative;
	}
	.gnav .main > li > a::before {
		display: none;
	}
	.gnav .main > li .arw {
		position: absolute;
		top: 0;
		right: 0;
		width: 73px;
		height: 73px;
		display: block;
	}
	.gnav .main > li .arw::before {
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		top: 50%;
		right: 10px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		margin-top: -5px;
		transform: translateY(-50%) rotate(45deg);
	}
	.gnav .main > li .arw.is-open::before {
		margin-top: 4px;
		transform: translateY(-50%) rotate(-135deg);
	}
	.gnav .mega_cnt {
		display: none;
		position: static;
		padding: 0;
		background: none;
		border-radius: 0;
	}
	.gnav .mega_cnt .inner {
		max-width: 100%;
	}
	.gnav .mega_cnt .ttl_30, .gnav .mega_cnt .ttl_18 {
		display: none;
	}
	.gnav .mega_cnt .h_grid3, .gnav .mega_cnt .h_grid4 {
		display: block;
	}
	.gnav .mega_cnt .h_grid3 > *, .gnav .mega_cnt .h_grid4 > * {
		margin: 0;
		width: auto;
	}
	.gnav .other {
		padding-top: 20px;
	}
	.gnav .sub .btn_wrap {
		margin-bottom: 20px;
	}
	.gnav .sub .btn_normal, .gnav .sub .btn_flex .btn_normal {
		font-size: 1.4rem;
		text-align: left;
		color: #fff;
		height: auto;
		padding: 0;
		border-radius: 0;
		background: none;
		display: block;
	}
	.gnav .sub .btn_normal::before {
		display: none;
	}
	.gnav .sub .btn_img {
		display: none;
	}
	.gnav .info {
		display: flex;
		justify-content: flex-start;
		padding: 25px 3%;
		background: #00a53c;
	}
	.gnav .info li {
		margin-right: 20px;
	}
	.gnav .info li a {
		font-size: 1.2rem;
		color: #fff;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	header {
		top: 4vw;
		margin-left: 2.5%;
		max-width: 1840px;
		min-width: 1px;
		width: calc(100% - 5%);
		border-radius: 1.25vw;
	}
	header .wrap {
		max-width: 100%;
		padding: 0 20px;
		height: 70px;
	}
	header .logo {
		width: 155px;
	}
	.head_ham {
		padding: 5% 3% 10%;
		padding: 20px 3% 40px;
	}
	.gnav .main {
		padding: 0 3%;
	}
	.gnav .main > li > a {
		font-size: 4.5vw;
		padding: 2.8% 0;
	}
	.gnav .main > li > a::before {
		display: none;
	}
	.gnav .main > li .arw {
		right: 0;
		width: 13.3vw;
		height: 13.3vw;
	}
	.gnav .main > li .arw::before {
		width: 3.5vw;
		height: 3.5vw;
		right: 12%;
	}
	.gnav .other {
		padding-top: 5.5%;
	}
	.gnav .sub .btn_wrap {
		margin-bottom: 5.5%;
	}
	.gnav .sub .btn_normal, .gnav .sub .btn_flex .btn_normal {
		font-size: 3.5vw;
	}
	.gnav .info {
		padding: 6% 3%;
	}
	.gnav .info li {
		margin-right: 5vw;
	}
	.gnav .info li a {
		font-size: 3vw;
	}
	.head03 .form {
		display: none;
	}
}
/* ---------------------------------------------
  main
-----------------------------------------------*/
/* タイトル (ttl_fontsize）
--------------------------------*/
.ttl_30 {
	font-size: 3rem;
	line-height: 1.5;
}
.ttl_30 .en {
	font-size: 1.2rem;
	line-height: 1.6;
	text-transform: uppercase;
}
.ttl_24 {
	font-size: 2.4rem;
	line-height: 1.25;
}
.ttl_24 .small {
	font-size: 1.4rem;
	display: block;
	margin-bottom: .3em;
}
.ttl_18 {
	font-size: 1.8rem;
	line-height: 1.6;
}
.ttl_sec {
	text-align: center;
	margin-bottom: 60px;
}
.ttl_sec .en {
	font-size: 1.4rem;
	color: #33b763;
	display: block;
	margin-bottom: .2em;
}
.ttl_c_line {
	text-align: center;
	position: relative;
}
.ttl_c_line::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #c8c8c8;
}
.ttl_c_line .txt {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 0 .5em;
}
.ttl_c_line .txt.bg_gray {
	background: #e6e6e6;
}
.ttl_b_line {
	padding-bottom: 20px;
	margin-top: 80px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 767px) {
	.ttl_30 {
		font-size: 6vw;
	}
	.ttl_30 .en {
		font-size: 3.5vw;
	}
	.ttl_24 {
		font-size: 5vw;
	}
	.ttl_24 .small {
		font-size: 3.5vw;
		display: block;
		margin-bottom: .3em;
	}
	.ttl_18 {
		font-size: 4.5vw;
		line-height: 1.6;
	}
	.ttl_sec {
		margin-bottom: 9.8%;
	}
	.ttl_sec .en {
		margin-bottom: 0;
	}
	.ttl_c_line {
		text-align: center;
		position: relative;
	}
	.ttl_c_line::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #c8c8c8;
	}
	.ttl_c_line .txt {
		position: relative;
		z-index: 1;
		background: #fff;
		padding: 0 .5em;
	}
	.ttl_c_line .txt.bg_gray {
		background: #e6e6e6;
	}
	.ttl_b_line {
		padding-bottom: 1.8vw;
		margin-top: 11.2%;
		margin-bottom: 5.8%;
	}
}
/* ボタン
--------------------------------*/
.btn_wrap {
	display: block;
	transition: opacity .4s;
	max-width: 300px;
}
.btn_wrap:hover {
	opacity: .7;
}
.btn_normal {
	color: #00a53c;
	text-align: center;
	max-width: 300px;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	background: #fff;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.btn_normal::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #00a53c;
}
.btn_normal.btn_green {
	background: #00a53c;
	color: #fff;
}
.btn_normal.btn_green::before {
	border-left-color: #fff;
}
.btn_normal.btn_green2 {
	background: #2e9994;
	color: #fff;
}
.btn_normal.btn_green2::before {
	border-left-color: #fff;
}
.btn_normal.btn_black {
	background: #323232;
	color: #fff;
}
.btn_normal.btn_black::before {
	border-left-color: #fff;
}
.btn_normal.btn_center {
	margin: 0 auto;
}
.btn_img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.btn_img + .btn_normal {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn_flex {
	display: flex;
}
.btn_flex .btn_img {
	width: auto;
	border-radius: 5px 0 0 5px;
}
.btn_flex .btn_normal {
	flex: 1;
	text-align: left;
	justify-content: flex-start;
	height: 80px;
	border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
	.btn_wrap {
		display: block;
		transition: opacity .4s;
		max-width: 300px;
	}
	.btn_wrap:hover {
		opacity: .7;
	}
	.btn_normal {
		line-height: 1.4;
		max-width: 75vw;
		height: 15vw;
		border-radius: 1.25vw;
		padding: 0 2%;
	}
	.btn_normal::before {
		right: 2.5vw;
		border-width: 1.25vw;
		border-left-width: 1.5vw;
	}
	.btn_img {
		border-top-left-radius: 1.25vw;
		border-top-right-radius: 1.25vw;
	}
	.btn_flex .btn_img {
		width: auto;
		border-radius: 1.25vw 0 0 1.25vw;
	}
	.btn_flex .btn_normal {
		height: 80px;
		border-radius: 0 1.25vw 1.25vw 0;
	}
	.sp_btn_center {
		margin: 0 auto !important;
	}
}
/* グリッド
--------------------------------*/
@media screen and (min-width: 768px) {
	.grid2, .grid3, .grid4, .grid5, .h_grid3, .h_grid4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.grid2 > * {
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
	}
	.grid3 > * {
		width: calc((100% - 40px * 2) / 3);
		margin-right: 40px;
	}
	.grid4 > * {
		width: calc((100% - 40px * 3) / 4);
		margin-right: 40px;
	}
	.grid5 > * {
		width: calc((100% - 12px * 4) / 5);
		margin-right: 12px;
	}
	.h_grid3 > * {
		width: calc((100% - 29px * 2) / 3);
		margin-right: 29px;
	}
	.h_grid4 > * {
		width: calc((100% - 20px * 3) / 4);
		margin-right: 20px;
	}
	.grid2 > *:nth-child(2n), .grid3 > *:nth-child(3n), .grid4 > *:nth-child(4n), .grid5 > *:nth-child(5n), .h_grid3 > *:nth-child(3n), .h_grid4 > *:nth-child(4n) {
		margin-right: 0;
	}
	.grid2 > *:nth-child(n+3) {
		margin-top: 35px;
	}
	.grid3 > *:nth-child(n+4) {
		margin-top: 35px;
	}
	.grid4 > *:nth-child(n+5) {
		margin-top: 35px;
	}
	.grid5 > *:nth-child(n+6) {
		margin-top: 12px;
	}
	.h_grid3 > *:nth-child(n+4) {
		margin-top: 10px;
	}
	.h_grid4 > *:nth-child(n+5) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.sp_grid1 > * + * {
		margin-top: 11.2%;
	}
	.sp_grid2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.sp_grid2 > * {
		width: calc((100% - 5.6%) / 2);
		margin-right: 5.6%;
	}
	.sp_grid2 > *:nth-child(2n) {
		margin-right: 0;
	}
	.sp_grid2 > *:nth-child(n+3) {
		margin-top: 5.6%;
	}
}
/* タブ
--------------------------------*/
.tab_btn {
	display: flex;
	justify-content: center;
}
.tab_btn li {
	font-size: 1.8rem;
	color: #fff;
	padding: .75em 3.35em;
	margin-right: 10px;
	border-radius: 5px;
	background: #969696;
	cursor: pointer;
}
.tab_btn li:last-child {
	margin-right: 0;
}
.tab_btn li.current {
	background: #00a53c;
}
.tab_cnt {
	margin-top: 40px;
}
.tab_cnt > div {
	display: none;
}
.tab_cnt > .show {
	display: block;
}
@media screen and (max-width: 767px) {
	.tab_btn li {
		font-size: 4vw;
		margin-right: 2.5vw;
		border-radius: 1.25vw;
		padding: .65em 3.35em;
	}
	.tab_cnt {
		margin-top: 5.7%;
	}
}
/* ブロック
--------------------------------*/
.cmn_txt .info {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.cmn_txt .info .areatag {
	display: flex;
}
.cmn_txt .info .areatag li {
	font-size: 1.4rem;
	color: #fff;
	padding: .25em 1.15em;
	margin-right: 10px;
	border-radius: 5px;
}
.cmn_txt .info .areatag li.tag1 {
	background: #00a53c;
}
.cmn_txt .info .areatag li.tag2 {
	background: #2e9994;
}
.cmn_txt .txt {
	margin-top: 10px;
}
.table_info {
	width: 100%;
	border-collapse: collapse;
}
.table_info th, .table_info td {
	width: 140px;
	padding: 13px 0;
	border-bottom: 1px solid #c8c8c8;
}
.table_info th .icon {
	width: 16px;
	margin-top: -.3em;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.table_info th .icon img {
	vertical-align: middle;
}
.table_info .t_price img {
	width: 85%;
}
.table_info .t_addr img {
	width: 90%;
}
.table_info td {
	width: calc(100% - 140px);
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
	.cmn_txt .info.v1400 {
		display: block;
		margin-top: -10px;
	}
	.cmn_txt .info.v1400 .date {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.cmn_txt .info .areatag li {
		font-size: 3.5vw;
		margin-right: 2.5vw;
		border-radius: 1.5vw;
	}
	.cmn_txt .txt, .cmn_txt .ttl_24 {
		font-size: 4vw;
		margin-top: 3%;
	}
	.table_info th, .table_info td {
		font-size: 3.5vw;
		width: 28.75vw;
		padding: 1.25vw 0;
	}
	.table_info th .icon {
		width: 4vw;
		margin-top: -.3em;
		margin-right: 1.25vw;
	}
	.table_info .t_price img {
		width: 85%;
	}
	.table_info .t_addr img {
		width: 90%;
	}
	.table_info td {
		width: calc(100% - 28.75vw);
	}
}
/* 詳細
--------------------------------*/
.detail_head .cmn_txt {
	margin-bottom: 20px;
}
.detail_head .info {
	margin-bottom: 5px;
}
.detail .balloon {
	padding-bottom: 8px;
}
.detail .balloon span {
	font-size: 1.8rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 3px 20px 0;
	border-radius: 50px;
	color: #fff;
	background: #00a53c;
	position: relative;
}
.detail .balloon span::before {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top: 10px solid #00a53c;
}
.detail .balloon span img {
	width: 14px;
	margin-right: 10px;
	margin-top: -6px;
}
.detail .ttl_24 {
	color: #00a53c;
	margin-top: 10px;
}
.detail .point li {
	margin-top: 7px;
	padding-left: .5em;
	text-indent: -.5em;
}
.detail .point li:first-child {
	margin-top: 15px;
}
.detail .point li::before {
	content: '・';
}
.table_info2 {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 30px;
}
.table_info2 dl {
	width: 50%;
	padding: 13px 0 10px;
}
.table_info2 dl.bt {
	border-top: 1px solid #c8c8c8;
}
.table_info2 dl.br {
	border-right: 1px solid #c8c8c8;
}
.table_info2 dl.col1 {
	width: 100%;
}
.table_info2 .ttl_18 {
	text-align: center;
	margin-bottom: 5px;
}
.table_info2 .ttl_18 .icon {
	width: 16px;
	line-height: 1;
	margin-top: -.3em;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.table_info2 dd {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.6;
}
.table_info2 dd .big {
	font-size: 4.5rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.detail_head {
		padding-top: 11.2%;
	}
	.detail_head .info {
		margin-bottom: 0;
	}
	.detail_head .cmn_txt {
		margin-bottom: 5%;
	}
	.detail_head .ttl_30 {
		margin-top: 2%;
	}
	.land_box .detail {
		margin-top: 6%;
	}
	.detail .balloon {
		padding-bottom: 4.4vw;
	}
	.detail .balloon span {
		font-size: 4.5vw;
		height: 13.5vw;
		padding: 1% 5vw;
	}
	.detail .balloon span::before {
		bottom: -4.2vw;
		border-width: 2.2vw;
		border-top-width: 2.2vw;
	}
	.detail .balloon span img {
		width: 3vw;
		margin-right: 2vw;
		margin-top: -1vw;
	}
	.detail .ttl_24 {
		margin-top: 3%;
	}
	.detail .point li {
		margin-top: 2%;
	}
	.detail .point li:first-child {
		margin-top: 4%;
	}
	.table_info2 {
		border-radius: 1.25vw;
		margin-top: 4%;
	}
	.table_info2 dl {
		padding: 3% 0 4%;
	}
	.table_info2 .ttl_18 {
		margin-bottom: 2vw;
	}
	.table_info2 .ttl_18 .icon {
		width: 4vw;
		margin-top: -.3em;
		margin-right: 1.25vw;
	}
	.table_info2 dd {
		font-size: 4.5vw;
	}
	.table_info2 dd .big {
		font-size: 6vw;
	}
}
.nonheader{
    padding-top: 90px;
}