html {
	font-size: 1.07vw;
	-webkit-text-size-adjust:100%;
}
@media screen and (max-width:1280px){
	html {
		/*font-size: 0.8vw;*/
		font-size: 1.3vw;
		-webkit-text-size-adjust:100%;
	}
}

@media screen and (max-width:991px){
	html {
		font-size: 2.5vw;
		-webkit-text-size-adjust:100%;
	}
}

@media screen and (max-width:540px){
	html {
		font-size: 3vw;
		-webkit-text-size-adjust:100%;
	}
}

body {
	font-family: "Noto Sans JP", sans-serif;
  	font-weight: 400;
    line-height: 1.8;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    box-sizing: border-box;
	font-optical-sizing: auto;
	color: #404040;
}

@media screen and (max-width:540px) {
	body {
		font-family: "Noto Sans JP", sans-serif;
  		font-weight: 400;
		text-align:left;
		line-height: 1.8;
    	letter-spacing: 1px;
		width: 100%;
		height: 100%;
		margin:0;
		padding:0;
		box-sizing: border-box;
		font-optical-sizing: auto;
			color: #404040;
	}
}

*:focus {
	outline: none;
}

html{
    scroll-behavior: smooth;
}
.container-fluid {
	padding: 0;
}

ul {
    list-style: none;
	padding-left: 0 ;
}
li {
	font-size: 0.9rem;
}

a {
	color: #404040;
	font-weight: 400;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-size: 0.8rem;
}
a:hover {
	color: #404040;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

h1 {
	font-size: 2.0rem;
}

h2 {
	font-size: 1.7rem;
	font-weight: 700 !important;
}
h3 {
	font-size: 1.7rem;
}
p {
	margin-bottom: 0;
	font-size: 0.9rem;
}

p.big_p {
    font-size: 1rem;
	text-align: left;
}


.big_font {
	font-size: 1.2rem !important;
}
.small_font {
	font-size: 0.7rem;
}
img {
	width: 100%;
  	height: auto;
	object-fit: contain;
}
img.shadow {
	box-shadow: 0px 3px 6px #eee;
	border-radius: 5px;
}
.line_img {
	height: 3px;
}

@media screen and (max-width:991px) {
	h1 {
		font-size: 3rem;
		color: #393838;
	}
  
	h2 {
		font-size: 1.5rem;
		color: #393838;
	}
	h3 {
		font-size: 1.25rem;
		color: #38342E;
	}
	a {
		color: #393838;
		text-decoration: none;
		transition: 0.5s ease-in-out;
		font-size: 1rem;
	}
	li {
		font-size: 1rem;
	}
	
	p {
		margin-bottom: 0;
		font-size: 1rem;
		color: #393838;
	}
	p.en {
		color: #A09A91;
		text-align: left;
	}

}

@media screen and (max-width:540px) {
	h2 {
		font-size: 2.5rem;
		font-weight: 300;
	}
	h3 {
		font-size: 2.2rem;
	}
	a {
		text-decoration: none;
		transition: 0.5s ease-in-out;
		font-size: 1.2rem;
	}
	li {
		font-size: 1.3rem;
	}
	.text_zone p {
		text-align: justify;
	}
	p {
		margin-bottom: 0;
		font-size: 1.3rem;
	}
}


/**font family**/
.l_exa {
	font-family: "Lexend Exa", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.l_giga {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.biz {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/**end font**/

.color_rd {
	color: #BE1600;
}


.wrap {
	margin: auto;
}
.margin_200 {
	margin: auto;
	margin-top: 10rem;
}
.margin_140 {
	margin: auto;
	margin-top: 8rem;
}
.margin_100 {
    margin: auto;
    margin-top: 5rem;
}
.margin_70 {
	margin: auto;
	margin-top: 3.5rem;
}
.inner_margin {
	margin: auto;
	margin-top: 1.5rem;
}

@media screen and (max-width:991px) {
	.margin_200 {
		margin: auto;
		margin-top: 5rem;
	}
	.margin_140 {
		margin: auto;
		margin-top: 3.5rem;
	}
	.margin_100 {
		margin: auto;
		margin-top: 3.5rem;
	}
	.margin_70 {
		margin: auto;
		margin-top: 1.5rem;
	}
	.inner_margin {
		margin: auto;
		margin-top: 1.5rem;
	}
}


/**=================-
backgroud color
=====================**/
.back_bb {
	background-color:#E6DACB;
}
.back_bg {
	background-color: #D7C3A8;
}

.back_lb {
	background-color: #F3EDE5;
}
.back_bw {
	background-color: #9D744E;
}
.back_gn {
	background-color: #A9BFAD;
}
.back_dg {
	background-color: #90A194;
}
.back_lg {
	background-color: #DDE3DE;
}




/**reponsive**/

.res_991 {
	display: none !important;
}
.res_540 {
	display: none !important;
}
.res_1280 {
	display: none !important;
}
.tab_991 {
	display: none !important;
}
.tab_1280 {
	display: none !important;
}
@media screen and (max-width:1280px) {
	.pc_1280 {
		display: none !important;
	}
	.res_1280 {
		display: block !important;
	}
	.tab_1280 {
		display: block !important;
	}
}
@media screen and (max-width:991px) {
	.pc_991 {
		display: none !important;
	}
	.res_991 {
		display: block !important;
	}
	.tab_991 {
		display: block !important;
	}
	
}
@media screen and (max-width:540px) {
	.tab_1280 {
		display: none !important;
	}
	.tab_991 {
		display: none !important;
	}
	.pc_540 {
		display: none !important;
	}
	.res_540 {
		display: block !important;
	}
	.res_padding_top {
        padding-top: 40px !important;
    }
    .res_margin00 {
        margin-top: 0 !important;
    }
}



table th,
table td {
	font-size: 0.9rem ;
}
@media screen and (max-width:991px) {
	table th,
	table td {
		font-size: 1rem;
	}
}

@media screen and (max-width:540px) {
	table th,
	table td {
		font-size: 1.3rem;
	}
}








/**=============
header
=============**/
header a {
	font-family: "Lexend Giga", sans-serif;
	font-weight: 500;
	color: #404040;
}
header a.logo p.header_logo img {
	width: 5rem;
	height: auto;
}
header a.logo {
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 1;
}

header .left_menu {
	/*width: 8rem;*/
	width: 8.4%;
	height: 100vh;
	background-color: #E6DACB;
	border-right: 1px solid #404040;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
header .left_menu .link_zone {
	text-align: left;
	padding-left: 0.8rem;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: space-between;
}
header .left_menu .link_zone ul {
	display: inline-block;
	margin: auto;
	text-align: left;
	margin-top: 2rem;
	margin-left: 0;
}
header .left_menu .link_zone .sns_zone {
	margin-bottom: 2rem;
}
header .left_menu .link_zone .sns_zone p {
	font-family: "Lexend Giga", sans-serif;
	color: #404040;
	font-weight: 600;
}
header .left_menu .link_zone .sns_zone a img {
	width: 2.8rem;
	margin: 5px;
	margin-left: 0;
}



@media screen and (max-width:1280px) {
	header .left_menu .link_zone {
		text-align: left;
		padding-left: 0.8rem;
		display: flex;
		flex-direction: column;
		height: 100vh;
		justify-content: end;
	}
	header .left_menu .link_zone ul a {
		font-size: 0.7rem;
	}
	header .left_menu .link_zone .sns_zone p {
		font-family: "Lexend Giga", sans-serif;
		color: #404040;
		font-weight: 600;
		font-size: 0.7rem;
	}
	header .left_menu .link_zone .sns_zone a img {
		width: 1.8rem;
		margin: 5px;
		margin-left: 0;
	}
}

@media screen and (max-width:991px) {
	header .left_menu .link_zone {
		text-align: left;
		padding-left: 0.8rem;
		display: flex;
		flex-direction: column;
		height: 100vh;
		justify-content: end;
	}
}

@media screen and (max-width:540px) {
	header .left_menu {
		display: none;
	}
}






.relative {
	position: relative;
}
.absolute {
	position: absolute;
}





/* ===================================
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    display: flex;
    position: fixed;
    left: 1.5rem;
    top: 2.5rem;
    cursor: pointer;
    z-index: 300;
    transition: 0.5s;
}
.hamburger:hover {
    display: flex;
    position: fixed;
    right: 2rem;
    top: 5rem;
    cursor: pointer;
    z-index: 300;
    transition: 0.5s;
}

.menu_border {
    position: relative;
	width: 1.2rem;
	height: 1.2rem;
	right: 1.2rem;
}
.hamburger__line {
	position: absolute;
	width: 1.5rem;
	height: 2px;
	right: 0px;
	background-color: #404040;
	transition: all 0.5s;
}

.hamburger__line--1 {
  top: 0.45rem;
}

.hamburger__line--2 {
  top: 0.75rem;
}

.hamburger__line--3 {
  top: 1.05rem;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 0.9rem;
  width: 1rem;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 0.9rem;
  width: 1rem
}



.sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 36%;
  height: 100vh;
  background-color: #E6DACB;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
}

.open .sp-nav {
  right: 0;
  display: block;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

.open .black-bg {
  opacity: 0.5;
  visibility: visible;
}


.open .sp-nav ul {
    margin: auto;
    margin-top: 2rem;
	padding-left: 0;
}


@media screen and (max-width:1440px) {
    .hamburger {
		display: flex;
		position: fixed;
	    left: 3.7rem;
    	top: 2.5rem;
		cursor: pointer;

		border-radius: 5px;
	}
	.hamburger:hover {
		display: flex;
		position: fixed;
		left: 3.7rem;
		top: 2.5rem;
		cursor: pointer;
		z-index: 300;
		border-radius: 5px;
		transition: 0.5s;
	}
}



@media screen and (max-width:1280px) {
	.sp-nav {
		position: fixed;
		right: -100%;
		top: 0;
		width: 44%;
		height: 100vh;
		background-color: #E6DACB;
		transition: all 0.5s;
		z-index: 200;
		overflow-y: auto;
	  }
	  
}


@media screen and (max-width:991px) {
	.hamburger {
		display: flex;
		position: fixed;
		left: 2.3rem;
		top: 2rem;
		cursor: pointer;
		z-index: 300;
		border-radius: 5px;
	}
	.hamburger:hover {
		display: flex;
		position: fixed;
		left: 2.3rem;
		top: 2rem;
		cursor: pointer;
		z-index: 300;
		border-radius: 5px;
		transition: 0.5s;
	}
	.hamburger__line {
		position: absolute;
		width: 1.2rem;
		right: 0px;
		transition: all 0.5s;
	}
	.hamburger__line--1 {
		top: 0.4rem;
	  }
	  
	  .hamburger__line--2 {
		top: 0.7rem;
	  }
	  
	  .hamburger__line--3 {
		top: 1.0rem;
	  }
	  .sp-nav {
		position: fixed;
		right: -100%;
		top: 0;
		width: 49%;
		height: 100vh;
		background-color: #E6DACB;
		transition: all 0.5s;
		z-index: 200;
		overflow-y: auto;
	  }
}

@media screen and (max-width:540px) {
	.menu_border {
		position: relative;
		width: 2.2rem;
		height: 2.2rem;
		right: 0rem;
	}
	.hamburger {
		width: 45px;
		height: 45px;
		display: flex;
		position: fixed;
		left: 1rem;
		top: 1rem;
		cursor: pointer;
		z-index: 300;
		background-color: #E6DACB;
		padding: 10px;
		border-radius: 5px;
	}
	.hamburger:hover {
		width: 45px;
		height: 45px;
		display: flex;
		position: fixed;
		left: 1rem;
		top: 1rem;
		cursor: pointer;
		z-index: 300;
		background-color: #E6DACB;
		padding: 10px;
		border-radius: 5px;
		transition: 0.5s;
	}
	.hamburger__line {
		position: absolute;
		width: 2.2rem;
		right: initial;
		left: 0;
		transition: all 0.5s;
	}
	.sp-nav {
		position: fixed;
		right: -100%;
		top: 0;
		width: 102%;
		height: 102vh;
		background-color: #E6DACB;
		transition: all 0.5s;
		z-index: 200;
		overflow-y: auto;
	  }
	  	.hamburger__line--1 {
		top: 0.5rem;
	  }
	  
	  .hamburger__line--2 {
		top: 1.1rem;
	  }
	  
	  .hamburger__line--3 {
		top: 1.7rem;
	  }
	  .open .hamburger__line--1 {
		transform: rotate(-45deg);
		top: 1rem;
		width: 2rem;
	}

		.open .hamburger__line--2 {
		opacity: 0;
	}

		.open .hamburger__line--3 {
		transform: rotate(45deg);
		top: 1rem;
		width: 2rem;
	}


}


/*====================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/
.sp-nav div{
	margin: auto;
	margin-top: 5rem;
	padding: 0;
}
.sp-nav p {
	width: 7rem;
	height: auto;
}
.open .sp-nav ul li {
	line-height: 1.5;
	margin: 12px 0;
}
.open .sp-nav ul a {
  font-size: 0.8rem;
  transition: 0.5s;
  padding:5px 0;
  position: relative;
}

.open .sp-nav ul a:hover {
  font-size: 0.8rem;
  transition: 0.5s;
  color: #9D744E;
}

.sp-nav ul {
  flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
  margin:0 0 50px 0;
  list-style: none;
}
.sp-nav ul p {
	position: relative;
	margin-top: 2rem;
	padding-top: 2rem;
	font-size: 0.8rem;
	width: 100%;
}
.sp-nav ul p span {
	font-size: 1.2rem;
	color: #8C2B00;
	font-weight: 600;
	padding-top: 10px;
	display: block;
}

.sp-nav ul p::after {
	content: "";
	position: absolute;
	background-color: #514939;
	width: 5rem;
	height: 1px;
	top: 0;
	left: 0;
}
@media screen and (max-width:540px) {
	.sp-nav div{
		margin: auto;
		margin-top: 8rem;
		padding: 0;
	}
	.sp-nav ul p {
		position: relative;
		margin-top: 3.5rem;
		padding-top: 3.5rem;
		line-height: 1.5;
		font-size: 1.2rem;
		margin-bottom: 10rem;
	}
	.sp-nav ul p span {
		font-size: 1.4rem;
		color: #8C2B00;
		font-weight: 600;
		padding-top: 10px;
		display: block;
	}
}
/*
.sp-nav ul li{
  margin-bottom:20px;
}   

.sp-nav li a{
  
  padding: 5px;
}
*/
.sp-nav li a::after {
  content: '';  
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 2rem;
  height: 2px;
  background:#9D744E;
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left top;/*左上基点*/
}

.sp-nav li.current a::after,
.sp-nav li a:hover::after {
  transform: scale(1, 1);/*X方向にスケール拡大*/
}

@media screen and (max-width:991px) {
	.sp-nav p {
		width: 5rem;
		height: auto;
	}
	.open .sp-nav ul li {
		margin: 15px 0;
	}
	.open .sp-nav ul a {
		font-size: 0.9rem;
		transition: 0.5s;
		padding:10px 0;
	}
	.open .sp-nav ul a:hover {
		font-size:0.9rem;
		transition: 0.5s;
		color: #9D744E;
	}
}

@media screen and (max-width:540px) {
	.sp-nav p {
		width: 10rem;
		height: auto;
	}
	.open .sp-nav ul li {
		margin: 15px 0;
	}
	.open .sp-nav ul a {
		font-size: 1.2rem;
		transition: 0.5s;
		padding:10px 0;
	}
	.open .sp-nav ul a:hover {
		font-size: 1.2rem;
		transition: 0.5s;
		color: #9D744E;
	}
}


/**=======
fix_btn
=======**/
.fix_btn {
	position: fixed;
	right: 0;
	bottom: 2rem;
	z-index: 10;
}
.fix_btn a img {
	width: 10rem;
	height: auto;
	box-shadow: 0 3px 6px #707070;
}

@media screen and (max-width:1440px) {

}
@media screen and (max-width:1080px) {

}
@media screen and (max-width:991px) {

}

@media screen and (max-width:540px) {
	.fix_btn {
		width: 100%;
		position: fixed;
		right: 0;
		bottom: 0rem;
		z-index: 10;
		background-color: #D7C3A8;
		display: flex;
		justify-content: space-around;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.fix_btn a.sns img {
		width: 4rem;
		height: auto;
	}

}


/**=======
footer
=======**/
footer {
	position: relative;
}

footer .center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 5rem;
	width: fit-content;
	height: fit-content;
	text-align: center;
}
footer .center .footer_logo {
	width: 10rem;
	height: auto;
	margin-bottom: 3.5rem;
}
footer .footer_ul {
	position: absolute;
	right: 15rem;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-top: 1rem;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	height: fit-content;
}
footer .footer_ul a {
	font-family: "Lexend Exa", sans-serif;
}


@media screen and (max-width:1280px) {
	footer .center .footer_logo {
		width: 10rem;
		height: auto;
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width:540px) {
	footer {
		padding-bottom: 5rem;
	}
	footer .center {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		margin-bottom: 10rem;
		width: fit-content;
		height: fit-content;
		text-align: center;
	}
}



/**=============
drawer menu
=============**/

#drawer .drawer-hamburger {
	display: flex;
	flex-direction: column;
	right: 60px;
	top: 20px;
	align-items: center;
	z-index: 5;
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0rem;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 15rem !important;
}

.drawer-hamburger-icon{
	background-color: transparent;
	position: relative;
	display: block;
	width: 60px;
	height: 0px;

}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
	display: block;
	width:100%;
	height:2px;
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	background-color:#000000;
   	width: 60px;
	height: 1px;
	border-radius: 50px;
}

.drawer-hamburger-icon:after {
	top: 0;
}
.drawer-open .drawer-hamburger-icon {
	width: 30px;
	padding-bottom: 10px;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before{
	display: block ;
	width:100%;height:2px;
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	background-color:#000;
   	width: 30px;
	height: 1px;
	border-radius: 50px;
}
.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}
.drawer-nav {
    position: fixed;
    z-index: 4;
    top: 0;
    overflow: hidden;
    width: 35.25rem;
    height: 100%;
    color: #222;
    background-color: #fff;
}
.drawer--left .drawer-nav{
	left:-35.25rem;
	-webkit-transition:left .6s cubic-bezier(.19,1,.22,1);
	transition:left .6s cubic-bezier(.19,1,.22,1)
}

.drawer--left.drawer-open .drawer-hamburger{
	left:-35.25rem
}
.drawer--right .drawer-nav{
	right:-35.25rem;
	-webkit-transition:right .6s cubic-bezier(.19,1,.22,1);
	transition:right .6s cubic-bezier(.19,1,.22,1);
}
.drawer-nav p.res_logo {
	margin-top: 100px;
	text-align: left;
	margin-left: 50px;
}
.drawer-brand {
	padding-left: 0;
}
.drawer-nav p.res_logo img {
	width: 140px;
}
.drawer-menu {
	margin-top: 0px;
	text-align: left;
}
.drawer-menu a {
	color: #515657;
	transition: 0.5s;
	padding-left: 60px;
}
.drawer-menu a:hover {
	color: #515657;
	background-color: #F7F6F2;
	transition: 0.5s;
	text-decoration: none !important;
}
@media screen and (max-width:991px) {
	.drawer-menu a:hover {
		color: #54C3F1 !important;
		background-color: #F7F6F2;
		transition: 0.5s;
		text-decoration: none !important;
	}
}
.drawer-nav p.member_img,
.drawer-nav p.tel_img {
	text-align: left;
	margin-left: 60px;
}
.drawer-nav p.member_img img {
	width: 150px;
	height: auto;
	margin: auto;
	margin-left: 0;
	margin-top: 20px;
}
.drawer-nav p.tel_img img {
	width: 200px;
	height: auto;
	text-align: left;
	margin-top: 20px;
}

.drawer-nav .contact_zone {
	/*margin-top: 20px;*/
	text-align: left;
	/*margin-left: 60px;*/
	display: flex;
}

.drawer-nav .contact_zone p {
	font-size: 12px;
	line-height: 1.5;
	/*font-weight: 600;*/
}

.drawer-nav .contact_zone p span {
	font-size: 42px;
	font-weight: 600;
	color: #393838;
}
.drawer-nav .contact_zone .page_link {
	margin-top: 20px;
	margin-left: 70px;
}
.drawer-nav .contact_zone .form_zone a {
	font-size: 14px;
}
.drawer-nav .contact_zone .tel_zone a {
	letter-spacing: 2px;
}

@media screen and (max-width:1440px) {
	.navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
}
@media screen and (max-width:1280px) {
	.navbar-expand-lg .navbar-collapse {
		display: none !important;
	}	

	.drawer-nav .contact_zone {
		/*margin-top: 20px;*/
		text-align: left;
		/*margin-left: 60px;*/
		display: ruby-text;
		margin-top: 100px;
	}
	.drawer-nav .contact_zone .page_link {
		margin-top: 20px;
		margin-left: 30px;
	}
	
} 


@media screen and (max-width:991px) {
	#drawer .drawer-hamburger {
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		right: 10px;
		top: 10px;
		padding: 10px 0.75em 20px;
	}
}

@media screen and (max-width:991px) {
	.drawer-nav .contact_zone {
		margin-top: 40px;
		text-align: left;
		/*margin-left: 60px;*/
		display: block;
	}
	.drawer-nav .contact_zone p {
		font-size: 12px;
	}
	.drawer-nav .contact_zone p span {
		font-size: 22px;
		font-weight: 600;
	}
	.drawer-nav .contact_zone .page_link {
		margin-top: 20px;
		margin-left: 0px;
		display: inline-block;
	}
	.drawer-nav .contact_zone .tel_zone {
		padding-left: 30px;
	}

}

@media screen and (max-width:540px) {
	.drawer-nav .contact_zone {
		margin-top: 20px;
		text-align: left;
		/*margin-left: 60px;*/
		display: block;
	}
	.drawer-nav .contact_zone p {
		font-size: 12px;
		color: #fff;
	}
	.drawer-nav .contact_zone p span {
		font-size: 22px;
		font-weight: 600;
		color: #fff;
	}
	.drawer-nav .contact_zone .tel_zone {
		padding-left: initial;
	}
}
