@charset "UTF-8";
/* CSS Document */

/* -------------------------------- 

Primary style

-------------------------------- */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height:1.7 !important;
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
body {
  background:#ffffff;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color:#323232;
  width: 100%;
}
a {
  text-decoration: none;
  color: #323232;
}
a:link, a:active, a:visited {
  text-decoration: none;
  color: #323232;
}
a:hover {
  text-decoration: underline;
}
.rollAlpha:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
img {
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
span.txt-break {
    display: block;
}
@media only screen and (max-width: 767px) {
span.txt-break {
    display: inline;
}
}
.mg-b-96 {
    margin-bottom: 9.6rem !important;
}

/* -----Header----- */
header.col-header {
    border-bottom: 1px solid #ede9e6;
}
header.col-header div.btn-fixContact {
    box-shadow: 0 1px 6px rgba(0,0,0,0.25);
    position: fixed;
	right:0;
	top:36%;
	z-index: 1000;
}
header.col-header div.btn-fixContact a img {
    max-width:50px;
	vertical-align: top;
}
header.col-header div.col-header-inner {
    display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1.5rem 0;
	position: relative;
	width:100%;
}
header.col-header div.col-header-inner h1 {
    margin-top: 1.2rem;
}
header.col-header div.col-header-inner h1 img {
    max-width: 240px;
	width:100%;
}
@media only screen and (max-width: 767px) {
header.col-header div.col-header-inner h1 img {
    max-width:180px; 
	margin-left: 2rem;
}
}
header.col-header div.col-header-inner p.txt-concept {
    font-size: 1.2rem;
	position: absolute;
	top:0.6rem;
	left:0;
}
header.col-header div.col-header-inner ul.headerInfo {

}
header.col-header div.col-header-inner ul.headerInfo li.txt-telNumber {
    font-size:3rem;
	font-weight: 600;
	font-family:Arial, Helvetica, "sans-serif";
	line-height: 1.3;
	margin-bottom: 0.4rem;
	text-align: center;
}
header.col-header div.col-header-inner ul.headerInfo li.txt-telNumber span.icon-tel {
    background: #6b9d57;
	color:#ffffff;
	display: inline-block;
	font-size: 1.4rem;
	height: 28px;
	line-height: 28px;
	margin-right: 0.6rem;
	max-width: 50px;
	margin-top: -4px;
	padding: 0 0.6rem;
	text-align: center;
	vertical-align: middle;
	width:100%;
}
header.col-header div.col-header-inner ul.headerInfo li.txt-open {
    font-size: 1.1rem;
	font-weight: 600;
}
header.col-header div.col-header-inner ul.headerInfo li.txt-open span.txt-color {
    color:#6b9d57;
}

/* -----Navi----- */
nav.gnavi {
    background: #f6f7ee;
    border-bottom:1px solid #ede9e6;
	width:100%;
}
nav.gnavi ul {
    display: flex;
	justify-content:space-around;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1.2rem 0 1.2rem;
}
nav.gnavi ul li {
    padding: 0 1.5rem;
}
nav.gnavi ul li a {
    font-size:1.8rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: center;
}
nav.gnavi ul li a span.txt-s {
    color:#6b9d57;
    display: block;
    font-size: 1.2rem;
}
nav.gnavi ul li a span.txt-en {
    color:#6b9d57;
	display: block;
    font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
}
nav.gnavi ul li a:hover {
    color:#6b9d57;
    text-decoration: none;
}

/* -----News(toppage)----- */
div.col-topNews {
    max-width: 800px;
	margin: 7.2rem auto;
}
@media only screen and (max-width: 767px) {
div.col-topNews {
    display:block;
	margin-left:1rem;
	margin-right:1rem;
}
}
div.col-topNews h2,
div.col-topWorks div.col-topWorks-inner h2,
div.col-topMenu h2 {
    font-size:3.2rem;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 3.6rem;
	position: relative;
	text-align: center;
}
div.col-topNews h2::after,
div.col-topWorks div.col-topWorks-inner h2::after,
div.col-topMenu h2::after {
    content:"";
    border-bottom:2px solid #6b9d57;
	position: absolute;
	bottom:-1.6rem;
	left:50%;
	margin-left: -18px;
	width:36px;
}
div.col-topNews p.txt-lead,
div.col-topWorks div.col-topWorks-inner p.txt-lead,
div.col-topMenu p.txt-lead {
    font-size:1.6rem;
	line-height: 1.5;
	margin-bottom: 3.6rem;
	position: relative;
	text-align: center;
}
@media only screen and (max-width: 767px) {
div.col-topNews h2 {
    font-size:2.4rem;
	width: 100%;
}
}
div.col-topNews ul li {
    border-bottom: 1px solid #c9c9c9;
    padding: 1.6rem 0;
}
div.col-topNews ul li:last-child {
    border-bottom: none;
}
div.col-topNews ul li span.txt-day {
    color:#848484;
    font-size:1.2rem;
	margin-right: 1rem;
}
div.col-topNews ul li span.icon-category {
    background:#b9afa1;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#ffffff;
	display: inline-block;
	font-size:1.2rem;
	height: 18px;
	line-height: 18px;
	margin-right: 0.6rem;
	padding: 0 0.6rem;
	text-align: center;
}
div.col-topNews ul li a {
    font-size:1.6rem;
	line-height: 1.5;
}
div.col-topNews ul li span.icon-new {
    background:#ea5413;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#ffffff;
	display: inline-block;
	font-size: 1rem;
	font-family: Arial, Helvetica, "sans-serif";
	height: 20px;
	line-height: 20px;
	margin-left: 0.6rem;
	padding: 0 0.6rem;
	text-align: center;
	vertical-align: text-bottom;
}
ul.list-topBnr {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto 4.8rem;
}

/* -----Works(toppage)----- */
div.col-topWorks {
    background: #f0f4e2;
	padding: 7.2rem 0;	
}
div.col-topWorks div.col-topWorks-inner {
    max-width:840px;
	margin: 0 auto;	
}
div.col-topWorks div.col-topWorks-inner ul.list-topWorks {
    display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin-bottom: 3.2rem;
}
div.col-topWorks div.col-topWorks-inner ul.list-topWorks li {
    padding: 1.6rem;
}
div.col-topWorks div.col-topWorks-inner ul.list-topWorks li img {
    object-fit: cover;
	width:240px;
	height: 240px;
}
@media only screen and (max-width: 767px) {
div.col-topWorks div.col-topWorks-inner div.list-topWorks {
    display: block;
}
}
div.col-topWorks div.col-topWorks-inner p.btn-more a {
    background:#6b9d57;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color:#ffffff;
	display: block;
	font-size:1.6rem;
	font-weight: 600;
	height: 54px;
	line-height: 54px;
	max-width: 200px;
	margin: 2.4rem auto 0;
	text-align: center;
	text-decoration: none;
}
div.col-topWorks div.col-topWorks-inner p.btn-more a:hover {
    background: #639150;
}

/* -----Menu(toppage)----- */
div.col-topMenu {
	padding: 7.2rem 0;
    max-width:1000px;
	margin: 0 auto;	
}
div.col-topMenu div.col-topMenuList {
    display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
div.col-topMenu div.col-topMenuList ul.topMenu {
    margin-bottom: 3.6rem;
	max-width: 460px;
}
div.col-topMenu div.col-topMenuList ul.topMenu li.img-menu {
    margin-bottom: 1.2rem;
}
div.col-topMenu div.col-topMenuList ul.topMenu li.txt-menu ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
div.col-topMenu div.col-topMenuList ul.topMenu li.txt-menu ul li {
    margin-right: 1rem;
	margin-bottom: 0.4rem;
}
div.col-topMenu div.col-topMenuList ul.topMenu li.txt-menu ul li a {
    font-size:1.3rem;
	padding-left: 1.2rem;
	position: relative;
}
div.col-topMenu div.col-topMenuList ul.topMenu li.txt-menu ul li a::after {
    content: "";
	border-right:2px solid #639150;
	border-bottom:2px solid #639150;
	position: absolute;
	left:0;
	top:50%;
	transform: rotate(-45deg);
	margin-top: -3px;
	margin-right: 1.4rem;
	height: 6px;
	width:6px;
}

/* -----Instagram----- */
div.col-instagram {
    max-width: 1000px;
	margin: 3.6rem auto;
}
div.col-instagram h3 {
    font-size:3.2rem;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 3.6rem;
	position: relative;
	text-align: center;
}
@media only screen and (max-width: 767px) {
div.col-instagram h3 {
    font-size:2.4rem;
}
}
div.col-instagram h3::after {
    content:"";
    border-bottom:2px solid #6b9d57;
	position: absolute;
	bottom:-1.6rem;
	left:50%;
	margin-left: -18px;
	width:36px;
}
div.col-instagram p.txt-lead {
    font-size:1.6rem;
	line-height: 1.5;
	margin-bottom: 3.6rem;
	position: relative;
	text-align: center;
}
div.col-instagram h3 span.icon-insta {
    
}
div.col-instagram h3 span.icon-insta img {
    max-width: 32px;
	margin-right: 1.2rem;
	margin-top: 3px;
	vertical-align: -4px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
div.col-instagram h3 span.icon-insta img {
    max-width:24px;
}
}
div.col-instagram ul.list-insta {
    display: flex;
	justify-content: space-around;
	margin-bottom: 3.6rem;
}
div.col-instagram ul.list-insta li {
    padding: 0 0.6rem;
}
div.col-instagram p.btn-more a {
    background: #ffffff;
    border: 1px solid #323232;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    color: #323232;
    display: block;
	font-family: Arial, Helvetica, "sans-serif";
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    max-width: 190px;
    margin: 0 auto 9.6rem;
    text-align: center;
	text-decoration: none;
}
div.col-instagram p.btn-more a:hover {
     border: 1px solid #6b9d57;
	 color: #6b9d57;
}

/* -----Footer----- */
ul.ft-navi {
    display: flex;
	justify-content: center;
	margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
ul.ft-navi {
    display: block;
}
}
ul.ft-navi li {
    padding: 0 1.2rem;
}
@media only screen and (max-width: 767px) {
ul.ft-navi li {
    border-bottom: 1px solid #c9c9c9;
	margin: 0 1.2rem;
    padding: 1.6rem 1.2rem;
}
}
@media only screen and (max-width: 767px) {
ul.ft-navi li:last-child {
    border-bottom: none;
}
}
ul.ft-navi li a {
    font-size:1.4rem;
	padding-left: 1rem;
	position: relative;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
ul.ft-navi li a {
    display: block;
}
}
ul.ft-navi li a:hover {
    color:#639150;
}
ul.ft-navi li a::after {
    content:"";
	border-right:2px solid #639150;
	border-bottom:2px solid #639150;
	position: absolute;
	left:0;
	top:50%;
	transform: rotate(-45deg);
	margin-top: -3px;
	margin-right: 1.2rem;
	height: 6px;
	width:6px;
}
footer.col-footer {
    background: #f0f4e2;
	padding: 3.6rem 0 0;
}
footer.col-footer div.col-footer-inner {
    max-width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
footer.col-footer div.col-footer-inner {
    padding: 0 2.4rem;
}
}
footer.col-footer div.col-footer-inner h4 {
    font-size: 2.4rem;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 1.7;
	letter-spacing: 0.08em;
	margin-bottom: 2.4rem;
	text-align: center;
}
@media only screen and (max-width: 767px) {
footer.col-footer div.col-footer-inner h4 {
    font-size:1.8rem;
}
}
footer.col-footer div.col-footer-inner h4 span.txt-matsuriColor {
    color:#e95098;
}
footer.col-footer div.col-footer-inner ul.ftInfo {
    display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
footer.col-footer div.col-footer-inner ul.ftInfo {
    display:block;
	text-align: center;
}
}
footer.col-footer div.col-footer-inner ul.ftInfo li {
    padding: 0 1.2rem;
}
footer.col-footer div.col-footer-inner ul.ftInfo li.ftLogo {
    margin: auto 0;
}
@media only screen and (max-width: 767px) {
footer.col-footer div.col-footer-inner ul.ftInfo li.ftLogo {
    margin-bottom: 1.5rem;
}
}
footer.col-footer div.col-footer-inner ul.ftInfo li.ftLogo img {
    max-width:240px;
}
@media only screen and (max-width: 767px) {
footer.col-footer div.col-footer-inner ul.ftInfo li.ftLogo img {
    max-width:180px;
}
}
footer.col-footer div.col-footer-inner ul.ftInfo li.txt-ftCorpName {
    font-size:20px;
	font-weight: 600;
	padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
footer.col-footer div.col-footer-inner ul.ftInfo li.txt-ftCorpName {
    margin-bottom: 1.8rem;
}
}
footer.col-footer div.col-footer-inner ul.ftInfo li.txt-ftCorpName span.txt-s {
	display: block;
	font-size: 11px;
	margin-bottom: 1px;
}
footer.col-footer div.col-footer-inner ul.ftInfo li.txt-ftCorpName span.txt-m {
	font-size: 15px;
}
footer.col-footer div.col-footer-inner ul.ftInfo li.txt-ftCorpName span.txt-ftCorpInfo {
    display: block;
    font-size: 13px;
	line-height: 1.5;
	margin-top: 6px;
}
footer.col-footer div.col-footer-inner ul.ftInfo li.btn-ft-contact {

}
footer.col-footer div.col-footer-inner ul.ftInfo li.btn-ft-contact a {
    background:#ea5413;
	border-radius:3px;
	color:#ffffff;
	font-size:1.6rem;
	font-weight: 600;
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 3.6rem;
	text-align: center;
	text-decoration: none;
}
footer.col-footer div.col-footer-inner ul.ftInfo li.btn-ft-contact a:hover {
    background:#c54710;
}
footer.col-footer div.col-footer-inner p.txt-area {
    border-top:1px solid #6b9d57;
	border-bottom:1px solid #6b9d57;
	font-size:1.4rem;
	line-height: 1.5;
	margin: 2.4rem auto;
	max-width: 840px;
	padding: 1.6rem 0;
	text-align: center;
}
footer.col-footer div.col-footer-inner p.txt-area  span.txt-color {
    color:#6b9d57;
    font-weight: 600;
}
footer.col-footer div.col-footer-inner ul.ft-navi-sub {
    display: flex;
	justify-content: center;
	margin-bottom: 2.4rem;
}
footer.col-footer div.col-footer-inner ul.ft-navi-sub li {
    padding: 0 0.6rem;
}
footer.col-footer div.col-footer-inner ul.ft-navi-sub li a {
    font-size:1.2rem;
}
footer.col-footer address.copyright {
    background: #6b9d57;
	color:#ffffff;
	font-family: Arial, Helvetica, "sans-serif";
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	padding: 1.2rem 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
footer.col-footer address.copyright {
    font-size:1.2rem;
}
}

/*----ページトップ----*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width:60px;
	height:60px;
	z-index:555;
}
@media only screen and (max-width: 767px) {
#page-top {
    width:45px;
	height:45px;
}
}

/* -----Pankuzu----- */
ul.pankuzu {
    font-size: 1.2rem;
	max-width:1000px;
	margin: 0 auto;
    padding: 1.2rem 0;
}
ul.pankuzu li {
    display: inline-block;
	padding: 0 1.2rem;
    position: relative;
}
ul.pankuzu li::after {
    content:">";
	position: absolute;
	right:-6px;
	top:0;
}
ul.pankuzu li:last-child::after {
    content:none;
}
ul.pankuzu li.now {
    font-weight: 600;
}

/* -----pagenation----- */
ul.pagenation {
    font-size: 13px;
	max-width:1000px;
	margin: 0 auto;
    padding: 1rem 0;
	text-align: center;
}
ul.pagenation  li {
    display: inline-block;
	padding: 0 3px;
}
ul.pagenation  li a {
    background: #f7f7f7;
	border:1px solid #d5d5d5;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#d5d5d5;
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0 1.5rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
ul.pagenation li a.now {
    background: #ffffff;
    color:#323232;
}
ul.pagenation li a.btn-prev,
ul.pagenation li a.btn-next {
    background: #ffffff;
    color:#323232;
}

/*----------------------

****コンテンツ共通

----------------------*/
div.col-contents {

}
div.col-contents div.col-contents-inner {
    max-width: 1000px;
	margin: 2.4rem auto 7.2rem;
}
div.col-contents div.col-contents-inner h2.tit-contents {
    font-size:3.6rem;
	letter-spacing: 0.08em;
	margin:3.6rem 0;
	text-align: center;
}
div.col-contents div.col-contents-inner h2.tit-contents span.txt-en {
    border-bottom:4px solid #6b9d57;
    color:#6b9d57;
	display: inline-block;
    font-size:1.6rem;
	padding: 1.2rem 0;
}
div.col-contents div.col-contents-inner p.txt-lead {
    font-size:1.5rem;
	line-height: 1.7;
	margin-bottom: 7.2rem;
	text-align: center;
}


/*----------------------

****PCスマホ表示切替

----------------------*/
.pc_hide {
    display: none !important;
}

@media screen and (max-width: 768px) {
/* スマートフォン用のスタイル記述 */
.pc_hide {
    display: block !important;
}
.sp_hide {
    display: none !important;
}
html {
  /*font-size: calc(100vw/32);*/
}
	
/*----要素-----*/
img, object, embed {
	width: 100%;
	height: auto;
}
/* -------------------------------- 
Gnavi
-------------------------------- */
/* OPEN / CLOSE BTNS */
.menu-btn {
    /*display: inline;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;*/
    display: inline;
    font-size: 40px;
    position: fixed;
    top: 6px;
    right: 6px;
    z-index: 99999;
    width: 18%;
}
.menu-btn a {
    /*background: #ffffff;*/
    display: inline-block;
    text-decoration: none;
    height: 45px;
    text-align: center;
    position: relative;
    width: 100%;
    /*width: 65px;*//* safari hack */
}
.btn-open:after {
    color: #323232;
    content: "\f394";
    font-family: "Ionicons";
	font-size: 45px;
	font-weight: 500;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    position: absolute;
    right: 50%;
    margin-right: -16px;
    top: 50%;
    margin-top: -16px;
}
.btn-open:hover:after {
    color: #323232;
}
.btn-close:after {
    color: #323232;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    position: absolute;
    right: 50%;
    margin-right: -12px;
    top: 50%;
    margin-top: -20px;
}
.btn-close:hover:after {
    color: #323232;
}
p.naviTitle {
    background: #ffffff;
    color: #6b9d57;
    font-size: 2.4rem;
    /*font-family: 'Tienne', serif;*/
    height: 64px;
    line-height: 64px;
    padding: 0 0 0 1.2rem;
    text-align: left;
}
ul.navbox {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0 1.2rem;
}
ul.navbox li {
    border-bottom: 1px solid #ffffff;
    float: none;
    margin: 0;
    text-align: left;
}
ul.navbox li a {
    color: #ffffff;
    display: block;
	font-size: 16px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
    padding: 2.4rem 0 2.4rem 3rem;
    position: relative;
	text-decoration: none;
}
ul.navbox li a span {
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	font-size:1.2rem;
	color:#f0f4e2;
	margin-left: 12px;
	text-decoration: none;
}
ul.navbox li a::after {
    content: "";
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    margin-top: -4px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 12px;
	height: 8px;
	width: 8px;
}
div.navi-contact {
    background: #ffffff;
	margin:36px 12px;
}
div.navi-contact div.hdr-contact {
	padding: 24px;
}
div.navi-contact div.hdr-contact p.tit-hdrContact {
    background:#ffffff;
    font-size:1.8rem;
	font-weight: 600;
	margin:0 0 18px;
	text-align: center;
	position: relative;
}
div.navi-contact div.hdr-contact p.tit-hdrContact::after {
    content:"";
    background: #6b9d57;
    position: absolute;
	bottom:-10px;
	left:50%;
	margin-left:-24px;
	height: 2px;
	width: 48px;
}
div.navi-contact div.hdr-contact div.hdr-contact-inner {
    /*display: flex;
	justify-content: center;
    align-items: center;*/
}
div.navi-contact div.hdr-contact ul {
    padding-right: 6px;
	text-align: center;
}
div.navi-contact div.hdr-contact ul li.txt-telNumber {
    font-size:24px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	font-weight: 600;
	margin-bottom: 4px;
}
div.navi-contact div.hdr-contact ul li.txt-telNumber span.txt-s {
    font-size:60%;
}
div.navi-contact div.hdr-contact ul li.txt-open {
    font-size:10px;
}
div.navi-contact div.hdr-contact p.hdr-mail a {
    background: #ea5413;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #ffffff;
	display: block;
	font-size: 2rem;
	margin: 2.4rem auto 0;
	height: 54px;
	line-height: 54px;
	max-width: 250px;
	text-decoration: none;
    padding: 0 1.4rem;
	text-align: center;
	width: 100%;
}
div.navi-contact div.hdr-contact p.hdr-mail a:hover {
    background:#c54710;
}
/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(107,157,87,0.90);
}	
}
