
.breadcrumb{
	display:flex;
	padding:1em 0px;
	flex-wrap: wrap;
}
.breadcrumb li{
	margin: 0px 30px 0px 0px;
	line-height: 1.5em;
}
.breadcrumb li::before{
	content: ">";
	position: absolute;
	right: -20px;
	top: 50%;
	width: 10px;
	line-height: 1em;
	font-size: 10px;
	margin-top: -5px;
}
.breadcrumb li:last-child::before{
	display: none;
}
.breadcrumb li a{
	text-decoration:none;
	color:#2E9EE1;
}


/*============================================================
.page_index section eyecatch
============================================================*/
.catch-copy_area{
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
	z-index: 3;
}
.catch-copy{
	color:#fff;
	font-family: park-lane, serif;
	font-style: normal;
	line-height: 1em;
}
.page_index .catch-copy-sub-text{
	color:#fff;
	font-family: park-lane, serif;
}
.page_index .eyecatch{
	width:100%;
	height:100vh;
	overflow: hidden;
}
.page_index .eyecatch img{
	position:absolute;
	bottom:0px;
}
.page_index .eyecatch .mask{
	width:100%;
	height:100vh;
	position: absolute;
	top:0px;
	left:0px;
	z-index:2;
	background: linear-gradient(0deg, #055dff 0%,#5ad8ff 100%);
	opacity:0.5;
}

/*===========================================================
.page_index section共通
============================================================*/
.page_index .section-title{
	font-weight:bold;
	text-align: center;
	color: #1F2B63;
}
.page_index .section-title_subtext{
	font-family: park-lane, serif;
	text-align: center;
	/*color: #1F2B63;*/
	color: #737373;
}
/*===========================================================
.page_index section1 ビジネス
============================================================*/
.page_index .section1{
	padding: 60px 0px;
}
.page_index .section1 ul{
	display:flex;
	flex-wrap:wrap;
}
.page_index .section1 ul li{
	width:300px;
	margin: 0px 10px 60px;
	background-size: 100%;
	transition:all 0.2s;
	overflow: hidden;
	background-position: 50% 50%;
}
.page_index .section1 ul li .img-box{

	overflow:hidden;
	display: flex;
	align-items: flex-end;
}
.page_index .section1 ul li .img-box img {
  width: 100%;
}
/*
.page_index .section1 ul li.li_private-room .img-box img{
	width: 100%;
	height: auto;
}
.page_index .section1 ul li.li_e-sports .img-box img{
	height: 100%;
	width: auto;
	margin-bottom: 0px;
}
.page_index .section1 ul li.li_office .img-box img{
	width: 100%;
	height: auto;
}*/
.page_index .section1 .ul_business .capthion{
	color:#222;
	font-size: 18px;
	padding: 14px 0px 4px 24px;
}
.page_index .section1 .ul_business .capthion::before{
	content:"";
	position: absolute;
	bottom:0px;
	left: 5px;
	width: 1px;
	height: 34px;
	-webkit-transform: skew(-16deg);
	   -moz-transform: skew(-16deg);
	     -o-transform: skew(-16deg);
	background: #63677D;
}
.page_index .section1 .ul_business .capthion::after{
	content:"";
	position: absolute;
	bottom:0px;
	left:0px;
	background: #63677D;
	width:300px;
	height:1px;
}
.page_index .section1 ul li a{
	color:#fff;
	display: block;
	width:100%;
	height:100%;
}
.page_index .section1 ul li:hover{
	background-size:110%;
}
.page_index .section1 ul li:hover a{
	background:rgba(0,0,0,0.4);
}
/*===========================================================
.page_index section2　Brand
============================================================*/
.page_index .section2{
	padding: 60px 0px 100px;
	background: #f1f1f1;
}
.page_index .section2 ul{
	display:flex;
	justify-content: space-around;
	align-items: flex-end;
}
.page_index .section2 ul li{
	width:220px;
}
.page_index .section2 ul li .img-box{
	/*width:220px;
	height:133px;*/
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:20px;
}
.page_index .section2 ul li .capthion a{
	display:flex;
	justify-content: center;
	align-items:center;
	width:170px;
	height:40px;
	font-size:16px;
	background: #9EC9E3;
	margin:0px auto;
color:#fff;
text-decoration:none;
box-shadow: 0px 2px 2px #a8a8a8;
}
/*.li_gran-icon-box .img-box{
	background:#000;
	padding:10px;
}
.page_index .section2 ul li.li_osso-icon-box .img-box img{
	width:220px;
	height:auto;
}*/
/*===========================================================
.page_index section3 Access
============================================================*/
.page_index .section3{
padding: 40px 0px 0px;
}
.page_index .section3 .inner-wrapper{
display:flex;
justify-content:space-between;
width: 1080px;
margin: 0px auto;
}
.page_index .section3 .inner-wrapper .article-area{
	width:720px;
	background:#fff;
}
.page_index .section3 .inner-wrapper .side-area{
	width:320px;
	background:#fff;
}
.page_index .map-area,
.page_index .map-area .map{
	width:100%;
	height:400px;
}
.page_index .map-area a{
	height:400px;
	width:100%;
	display: block;
}
/*===========================================================
.page_index sec_address
============================================================*/
.sec_address{
	border-top:1px solid #d3d9db;
	border-bottom:1px solid #d3d9db;
	padding: 60px 0px 100px;
}
.sec_address .address-table{
	width: 490px;
	margin: 0px auto;
}
.sec_address .address-table .tr{
	display:flex;
}
.sec_address .address-table .th{
	padding-right: 20px;
	width: 52px;
}
.sec_address .address-table .th::after{
	content:":";
	position: absolute;
	right: 7px;
	color:#666;
	font-size: 1.5em;
	top: 0px;
	line-height: 1em;
}
.sec_address .address-table::before{
	content:"";
	width: 530px;
	height: 190px;
	border: 1px solid #eee;
	border-radius: 4px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.sec_address .address-table::after{
	content: "";
	width: 530px;
	height: 190px;
	border: 1px solid #eee;
	border-radius: 4px;
	position: absolute;
	right: -10px;
	top: -20px;
}
/*======================================================================================
.page_business
=======================================================================================*/
.page_business .section1{
	display: flex;
	justify-content: center;
}
.page_business .section1 .intro-text-area{
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	color: #2b4b5e;
}
.page_business .section1 .intro-text-area .intro-text-box{
	display: flex;
	flex-direction: column;
	font-size: 38px;
	font-family: park-lane, serif;
	border-bottom: 1px solid #2b4b5e;
	margin-bottom: 10px;
}
.page_business .section1 .intro-text-area .intro-sub-text{
font-size: 18px;
}
.page_business .section1 .img-box{
	overflow: hidden;
}
.page_business .section4{
padding-bottom:100px;
}
.page_business .section2 .layout-wrapper,
.page_business .section3 .layout-wrapper,
.page_business .section4 .layout-wrapper{
	display: flex;
	justify-content: center;
}
.page_business .section2 .text-area .section-title,
.page_business .section3 .text-area .section-title,
.page_business .section4 .text-area .section-title{
  font-size: 36px;
	margin-bottom: 20px;
	font-weight: bold;
}
.page_business .section2 .text-box_h,
.page_business .section3 .text-box_h,
.page_business .section4 .text-box_h{
	font-weight:bold;
	font-size:24px;
}
.page_business .section2 .img-list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.page_business .section2 .img-list .img-box{
	overflow:hidden;
}
.page_business .section2 .img-list .img-box img{
	display: block;
}
.page_business .section2 .img-list .img-box:nth-child(1){
z-index:1;
position:absolute;
}
.page_business .section2 .img-list .img-box:nth-child(2){
z-index:2;
position:absolute;
}
.page_business .section3 .img-list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.page_business .section3 .img-list .img-box{
	overflow:hidden;
	margin-bottom: 10px;
}
.page_business .section3 .img-list .img-box img{
display: block;
}
.page_business .section4 .img-list{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.page_business .section4 .img-list .img-box{
	overflow:hidden;
}
.page_business .section4 .img-list .img-box img{
	display: block;
}
/*======================================================================================
.page_shop
=======================================================================================*/
/*-----------------------------------------------

-----------------------------------------------*/
.page_shop .sec_h-area{
	display:flex;
	justify-content: center;
	align-items: center;
}
.page_shop .sec_h-area .text-box{
	display:flex;
	flex-direction:column;
}
.page_shop .sec_h-area .text-box .h-text{
	display:flex;
	flex-direction:column;
	font-size:20px;
}
/*-----------------------------------------------

-----------------------------------------------*/
.page_shop .inner-layout-area{
	display:flex;
	margin-bottom: 60px;
}
/*-----------------------------------------------

-----------------------------------------------*/
.page_shop .main-img-area .main-img {
  margin-bottom: 10px;
}
.page_shop .main-img-area .main-text{
	text-align: justify;
}
.page_shop .section1{
	padding:60px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*-----------------------------------------------

-----------------------------------------------*/
.img-list-area{

}
.img-list-area .img-list{
	display:flex;
	flex-wrap:wrap;
}
.img-list-area .img-list li{
	width:200px;
	margin: 0px 10px 10px 0px;
}
.img-list-area .img-list li img{
	width:200px;
}
.img-list-area .img-list li:nth-child(3n){
	margin-right:0px;
}
/*-----------------------------------------------
注目のサービス　エリア
-----------------------------------------------*/
.featured-services-area{

}
.featured-services-area .featured-services_list{
	display:flex;
}
.featured-services-area .featured-services_list li .li_h{
font-size:18px;
}
.page_shop .featured-services-area .featured-services_list li .img-box{
	margin-bottom:10px;
}
/*--------------------
view shop と書かれた、shopページへのリンクボタン
--------------------*/
.shop-view-button a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  background: #9EC9E3;
  margin: 0px auto;
	color:#fff;
	text-decoration: none;
	box-shadow: 0px 2px 2px #a8a8a8;
	transition: all .3s;
}
.shop-view-button a:hover{
	opacity:0.8;
}
.page_index .shop-view-button a{
  width: 170px;
}
.page_shop .shop-view-button a{
  width: 100%;
}

/*======================================================================================
.page_philosophy 企業理念
=======================================================================================*/
.page_philosophy{

}
.page_philosophy .section1 .text-area{
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	font-size: 38px;
}
.page_philosophy .section1 .text-area .text{


}
.page_philosophy .section1 .text-area .text:nth-child(2){
	margin-left:60px;
}
.page_philosophy .section1 .text-area .text:nth-child(3){
	margin-left:120px;
}
.page_philosophy .section2,
.page_philosophy .section3,
.page_philosophy .section4{
	padding: 60px 0px;
}

.page_philosophy .section2 .text-area .title-area,
.page_philosophy .section3 .text-area .title-area,
.page_philosophy .section4 .text-area .title-area{
	display:flex;
	justify-content: center;
	align-items: center;
}
.page_philosophy .section2 .text-area .title-area .section-title,
.page_philosophy .section3 .text-area .title-area .section-title,
.page_philosophy .section4 .text-area .title-area .section-title{
	font-weight:bold;
	margin-right: 10px;
}
.page_philosophy .section2 .text-area .title-area .title-sub-text,
.page_philosophy .section3 .text-area .title-area .title-sub-text,
.page_philosophy .section4 .text-area .title-area .title-sub-text{
	font-weight:bold;
}
.page_philosophy .section2 .img-area div:nth-child(1),
.page_philosophy .section2 .img-area div:nth-child(1) img{
	width:400px;
	position:;
}
.page_philosophy .section2 .layout-wrapper,
.page_philosophy .section3 .layout-wrapper,
.page_philosophy .section4 .layout-wrapper{
	margin:0px auto;
	display: flex;
	justify-content: space-between;
}
.page_philosophy .section2 .img-area div:nth-child(1){
	position:absolute;
	right:300px;
	top:0px;
}
.page_philosophy .section2 .img-area div:nth-child(2){
	position:absolute;
	right:60px;
	top:0px;
}
.page_philosophy .section3 .img-area div:nth-child(1),
.page_philosophy .section3 .img-area div:nth-child(1) img{
	width:400px;
	position:;
}
.page_philosophy .section3 .img-area div:nth-child(2),
.page_philosophy .section3 .img-area div:nth-child(2) img{
	width:400px;
}
.page_philosophy .section3 .img-area div:nth-child(3),
.page_philosophy .section3 .img-area div:nth-child(3) img{
	width:400px;
}
.page_philosophy .section3 .img-area div:nth-child(1){
	position:absolute;
	right:300px;
	top:0px;
}
.page_philosophy .section3 .img-area div:nth-child(2){
	position:absolute;
	right:60px;
	top:200px;
}
.page_philosophy .section4 .img-area div:nth-child(1),
.page_philosophy .section4 .img-area div:nth-child(1) img{
	width:400px;
	position:;
}
.page_philosophy .section4 .img-area div:nth-child(2),
.page_philosophy .section4 .img-area div:nth-child(2) img{
	width:400px;
}
.page_philosophy .section4 .img-area div:nth-child(3),
.page_philosophy .section4 .img-area div:nth-child(3) img{
	width:400px;
}
.page_philosophy .section4 .img-area div:nth-child(1){
	position:absolute;
	right:300px;
	top:0px;
	z-index: 2;
}
.page_philosophy .section4 .img-area div:nth-child(2){
	position:absolute;
	right:60px;
	top:200px;
}
/*======================================================================================
.page_profile
=======================================================================================*/
.page_profile .section1{
	padding: 100px 0px;
}
.page_profile .layout-wrapper{
display:flex;
justify-content: center;
align-items: center;
}

.page_profile .text-area .text-area_h {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2em;
	padding-top: 40px;
}
.page_profile .text-area .text-area_h::before {
	content:"message";
	font-family: 'Satisfy', cursive;
	color:#1f8ce7;
	color: #eadca6;
	position:absolute;
	top:0px;
	left: -10px;
	line-height: 1em;
	font-size: 28px;
	font-size: 34px;
}
.page_profile .president-name_area{
margin-bottom: 20px;
}
.page_profile .president-name_area .position{
	font-size:14px;
}
.page_profile .president-name_area .president-name{
	font-weight:bold;
	font-size:24px;
}
.page_profile .company-profile_table{
  margin: 100px auto;
  border: 1px solid #e3e1df;
  border-radius: 2px;
  padding: 60px;
  box-shadow: 10px 10px 0px #f0efee;
}
.page_profile .company-profile_table .tr{
	display:flex;
	margin-bottom:36px;
}
.page_profile .company-profile_table .th{
	width:200px;
}
.page_profile .company-profile_table .td{
	width:400px;
}
.text-box{
	text-align: justify;
}
/*======================================================================================
.page_recruit
=======================================================================================*/
.page_recruit{

}
.page_recruit .section1{
display: flex;
padding: 100px 0px;
margin: 0px auto;
}
.page_recruit .section1 .sec_h-area {
	z-index: 2;
	border-top: 88px solid rgba(237, 239, 255, 0.8);
	border-right: 30px solid transparent;
	height: 0;
	width: 660px;
	position: absolute;
	bottom: 40px;
	left: 0px;
}
.page_recruit .section1 .sec_h-area .sec_h{
  z-index: 3;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #102a68;
  line-height: 1em;
  text-align: right;
  font-weight: bold;
}
.page_recruit .section1 .text-area .text-area_h {
  font-size: 36px;
	line-height: 1.5em;
  margin-bottom: 40px;
  font-weight: bold;
  color: #2b66b0;
}
.page_recruit .section1 .text-area .text-area_h::before{
	content:"";
	position:absolute;
	bottom: -0px;
	width: 100%;
	left: 0px;
	height: 1px;
	background: #2b66b0;
}
.page_recruit .section1 .text-area .text-area_h::after{
	content: "";
	position: absolute;
	bottom: -5px;
	width: 100%;
	left: 0px;
	height: 1px;
	background: #2b66b0;
}
.page_recruit .section2{
padding-bottom:100px;
border-bottom: 1px solid #d9dbe6;
}
.page_recruit .phone-area,
.page_recruit .email-area{
	display:flex;
	justify-content: center;
	align-items: center;
}
.page_recruit .phone-area{
	margin-left: -20px;
	margin-bottom: 10px;
}
.page_recruit .phone-area_text,
.page_recruit .email-area_text{
  font-size: 20px;
  font-weight: bold;
  color: #3b679f;
  padding-right: 20px;
}
.page_recruit .phone-number-box{
	display:flex;
	justify-content: center;
	align-items: center;
	width:260px;
}
.page_recruit .phone-number{
	font-size: 24px;
font-weight: bold;
color: #3b679f;
padding-right: 10px;
color:#2E9EE1;
}
.page_recruit .phone-number-text{
	font-size: 14px;
	font-weight: bold;
	color:#444;
}
.page_recruit .job-information_table{
	border: 1px solid #ccc;
	border-radius: 2px;
}
.page_recruit .job-information_table .tr{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 2em;
}
.page_recruit .job-information_table .tr:last-child{
	margin-bottom: 0em;
}
.page_recruit .job-information_table .th{
	font-weight: bold;
}
.page_recruit .job-information_table .td {
  color:#222;
}
.page_recruit .li-style_icon-square li,
.page_recruit .li-style_icon-rhombus li,
.page_recruit .li-style_icon-kome li{
	margin-left:1.5em;
}
.page_recruit .li-style_icon-square li::before,
.page_recruit .li-style_icon-rhombus li::before,
.page_recruit .li-style_icon-kome li::before{
	font-size: 12px;
	position: absolute;
	left: -1.5em;
	top: 0px;
}
.page_recruit .li-style_icon-square li::before{
	content:"■";
	color: #bbb;
}
.page_recruit .li-style_icon-rhombus li::before{
	content:"◆";
	color: #bbb;
}
.page_recruit .li-style_icon-kome li::before{
	content:"※";
	color:#666;
}
.page_recruit .section3{
display: flex;
padding: 100px 0px;
margin: 0px auto;
}
.page_recruit .section3 .sec_h-area {
	z-index: 2;
	border-top: 88px solid rgba(237, 239, 255, 0.8);
	border-right: 30px solid transparent;
	height: 0;
	position: absolute;
	bottom: 40px;
	left: 0px;
}
.page_recruit .section3 .sec_h-area .sec_h{
  z-index: 3;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 28px;
  color: #102a68;
  padding: 30px 60px;
  line-height: 1em;
  text-align: right;
  font-weight: bold;
}
.page_recruit .section3 .text-area{
	padding: 80px 60px;
}
.page_recruit .section3 .text-area .text-area_h {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #2b66b0;
}
.page_recruit .section3 .text-area .text-area_h::before{
	content:"";
	position:absolute;
	bottom: -0px;
	width: 100%;
	left: 0px;
	height: 1px;
	background: #2b66b0;
}
.page_recruit .section3 .text-area .text-area_h::after{
	content: "";
	position: absolute;
	bottom: -5px;
	width: 100%;
	left: 0px;
	height: 1px;
	background: #2b66b0;
}
.page_recruit .customa-group-button-area{
	margin:30px 0px 0px;
}
.page_recruit .customa-group-button-area_text{
	font-size: 18px;
	font-weight: bold;
	color:#3b679f;
	padding-right: 20px;
}
/*============================================================
contact
============================================================*/
.contact-form{
	margin:60px 10px;
}
.page_contact .tag-required {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f55746;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    margin-left: 1em;
    line-height: 1.875;
}
.page_contact .contact-form .tr {
    padding-bottom: 20px;
}
.page_contact .contact-form .th {
    width: 300px;
		height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.page_contact .contact-form .form_input-area,
.page_contact .contact-form .form_textarea {
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    padding: 0.5em;
    border-radius: 2px;
    width: 100%;
    transition: all 0.3s;
}
.page_contact .btn-area {
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_contact .btn-reset {
    background: #808080;
    color: #fff;
    box-shadow: 0px 2px 2px #a8a8a8;
		border: 0px;
}
.page_contact .btn-send {
    background: #2E9EE1;
    color: #fff;
    box-shadow: 0px 2px 2px #a8a8a8;
		border: 0px;
}
/*============================================================
thanks
============================================================*/
.page_contact .contents-area{
	padding:0px 10px;
}
.page_contact .sec1 .text-area{
	max-width: 580px;
	margin: 40px auto 100px;
}
.page_thanks .sec1 .text-area{
	max-width: 540px;
	margin: 40px auto 100px;
}
.page_thanks .sec1 .text-area .phone-number-box_pc,
.page_thanks .sec1 .text-area .phone-number-box_sp a{
	margin: 20px auto 0px;
}





.page_contact .h-style1{
	font-size:36px;
	line-height: 1em;
	margin-bottom:1em;
	text-align: center;
}
.page_contact .sec1 .text-area .p1{
	margin-bottom:40px;
}
.page_contact .sec1 .contact-form {
    width: 640px;
    margin: 0px auto 100px;
    padding: 0px;
}
.page_contact .sec1 .contact-form .th{
	padding-right: 10px;
}
/*============================================================
conf.php、mail.php
============================================================*/
.page_conf .intro-text-area{
	max-width:440px;
	margin:40px auto 60px;
	padding: 0px 10px;
}
.page_conf .contact-form .td{
	border: 2px solid #5b88c1;
	padding: 0.5em;
	border-radius: 2px;
	width: 100%;
	transition: all 0.3s;
	min-height: 44px;
}

/*============================================================
footer
============================================================*/
.footer .contact-button:hover{
	opacity:0.8;
}


.phone-number-box_sp a{
	border: 1px solid #dcdcdc;
	padding: 0.5em;
	border-radius: 2px;
	width: 300px;
	height: 60px;
	transition: all 0.3s;
	font-weight: bold;
	background: #2E9EE1;
	color: #fff;
	box-shadow: 0px 2px 2px #a8a8a8;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	text-decoration:none;
}
.phone-number-box_sp a .phone-number {
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    color: #fff;
}
.phone-number-box_sp a .phone-number-text {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}



.phone-number-box_pc{
	display:flex;
	justify-content: center;
	align-items: center;
	/*width:260px;*/
}
.phone-number-box_pc .phone-number {
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
  color: #2E9EE1;
}
.footer .phone-number-box_pc .phone-number-text {
  font-size: 14px;
  font-weight: bold;
  color:#444;
}







/*============================================================
404
============================================================*/
.page_404 .section1{
padding: 100px 10px;
}
.page_404 .text-area{
	max-width: 680px;
	height:200px;
	padding: 20px;
	margin: 0px auto;
	background: url(/img/textbg404.svg)no-repeat;
	color: #1F3D82;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 10px 10px 0px #c2cadd;
	background-position-y: bottom;
	border: 1px solid #eaedf4;
}
/*============================================================
共通モジュール
============================================================*/
.contact-button a{
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
  padding: 0.5em;
  border-radius: 2px;
  width: 300px;
  height: 60px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  background: #2E9EE1;
  color: #fff;
  box-shadow: 0px 2px 2px #a8a8a8;
  display: flex;
  justify-content: center;
  align-items: center;
	text-decoration:none;
}
.contact-button a:hover{
	opacity:0.8;
}
