/* section_cv */
.section_cv {
	background: #fff;
  color: #212121;
	padding: 15px 10px;
  text-align: center;
}




.section_cv .btn_cv {
	width: 100%;
  margin: 4px 0 0px;
}

.btn_cv {
	width: 100%;
  position: relative;
}

.btn_cv img{
	width: 100%;
}

.btn_cv a {
  display: block;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.btn_cv a img{
  width: 100%;
}

.section_fixed .btn_cv a {
  background: url(../img/bgcv.jpg) top center repeat-x;
  background-size: 91px auto;
  display: block;
  text-align: center;
}

.section_fixed .btn_cv a img {
  width: 320px;
  text-align: center;
}

.btn_cv .arrow {
  position: absolute;
  left: 0px;
  top: 11%;
  z-index: 9999;
  width: 22%;
}



.section_rec p {
	line-height:0;
}

.section_map{
  margin-bottom: 2%;
}

.section_map .slider{
  margin: 4% 4% 10%;
  border: 1px solid #fbf9ee;
  box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.2);
}

.section_map .slider li{
  margin: 1%;
}


.section_fixed{
  width: auto;
  position: fixed;
  bottom: 0;
  left: 0;
    line-height: 0;
  width: 100%;
}

.footer {
    margin-bottom: 50px;
}

footer .inner {
	padding:0 10px 20px;
	text-align:center;
	color:#4b3005;
}

footer .inner ul {
  margin: 15px 0;
}

footer .inner li {
	display:inline-block;
	width:25%;
	padding:0 5%;
}

footer .inner .line {
	margin-bottom:15px;
}

footer .inner .sub {
	padding:3px;
	margin-top:13px;
	border-radius:4px;
	background:#4a3005;
	color:#fff;
	font-size:0.85em;
	font-weight:bold;
	text-align:center;
	width:30%;
	float:left;
}

footer .inner .tel {
	font-family: "Pathway Gothic One",sans-serif;
	font-weight:bold;
	font-size:2.4em;
	line-height:1.4;
	width:70%;
	float:right;
}

footer .inner a {
	color:#4b3005;
	text-decoration:none;
}

footer .copyright {
	background:#F38E86;
	color:#fff;
	text-align:center;
	padding:5px 0 65px;
	font-size:0.8em;
}

#form footer .copyright {
	padding:5px 0;
}

footer .copyright {
	background:#171717;
	color:#fff;
	text-align:center;
  padding: 5px 0 30px;
  font-size: 0.8em;
}

.fixed_footer .btn_menu a {
	position:fixed;
	top:10px;
	right:5%;
	border: 0;
	display: block;
	width:7%;
	height: 15px;
  padding-top: 5%;
	box-sizing:border-box;
	z-index: 10;
	outline: 0; }
  .fixed_footer .btn_menu a:hover {
    cursor: pointer; }

.fixed_footer .btn_menu a span {
  position: relative;
  width:100%;
  display: block; }
  .fixed_footer .btn_menu a span, .fixed_footer .btn_menu a span:before, .fixed_footer .btn_menu a span:after {
    height:2px;
    width: 100%;
    /*border-radius: 1px;*/
    background-color:#000;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
         -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .fixed_footer .btn_menu a span:before, .fixed_footer .btn_menu a span:after {
    position: absolute;
    content: " ";
    top: -8px;
    left: 0; }
  .fixed_footer .btn_menu a span:after {
    top: 8px; }

  .fixed_footer .btn_menu.open a {
    display:none; }


.btn_close a {
	position:fixed;
	top:0%;
	right:1%;
	border: 0;
	display: block;
	width:50px;
	height: 50px;
	padding:25px 13px;
	box-sizing:border-box;
	z-index: 10001;
	outline: 0; }
  .btn_close a:hover {
    cursor: pointer; }

.btn_close a span {
  position: relative;
  width:100%;
  display: block; }
  .btn_close a span, .btn_close a span:before, .btn_close a span:after {
    height:2px;
    width: 100%;
    /*border-radius: 1px;*/
    background-color:#000;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
         -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .btn_close a span:before, .btn_close a span:after {
    position: absolute;
    content: " ";
    top: -6px;
    left: 0; }
  .btn_close a span:after {
    top: 6px; }
  .btn_close a span {
    background-color: transparent; }
  .btn_close a span:before, .btn_close a span:after {
    top: 0; }
  .btn_close a span:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn_close a span:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
]


p.link {
  text-align: center;
  margin-bottom: 20px;
}
