@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{ background-color:#fff; }

.gfont{
font-family: 'Roboto', sans-serif;
font-weight: 400;
}

/*----------------------------------------------------------------------------------------------------------------------css_btn----------*/


.cssbtn {
display: inline-block;
height: 36px;
line-height: 36px;
text-align: center;
outline: none;
font-weight: bold;
}

.cssbtn::before,
.cssbtn::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}

.cssbtn,
.cssbtn::before,
.cssbtn::after {
-webkit-transition: all .3s;
transition: all .3s;
}


/*----------------------------------------------------------------------------------------------------------------------header----------*/


#header{
position:relative;
height:720px;
width:100%;
min-width:1080px;
background:url("../images/main.jpg") no-repeat center center;
background-size:cover;
color:#fff;
}

#header h1{
padding-top:236px;
margin: 0 auto;	
text-indent: -9999px;
background:url("../images/logo_wh.svg") no-repeat center bottom;
width: 460px;
height:136px;
}
/*.shadow {
filter: drop-shadow(0 0 0.1rem gray) drop-shadow(0 0 0.1rem gray) drop-shadow(0 0 0.1rem black) ;
}*/

#header h2{
margin-top:36px;
font-size:10px;
text-align:center;
letter-spacing:2px;
}

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

#header{ 
min-width:100%;
height:360px;
background:url("../images/main.jpg") no-repeat center center;
background-size:cover;
}

#header h1{
padding-top:130px;	
background-size: 230px 68px;
width:230px;
height:68px;
margin:0 auto;
}

#header h2{
width:90%;
margin:20px auto 0;
font-size:8px;
}

}


/*----------------------------------------------------------------------------------------------------------------------cont----------*/


#cont{
width:100%;
min-width:1080px;	
background-color:#fff; 
}

#cont h2{ 
letter-spacing:4px;
font-size:18px;
}

#cont h3{ 
font-weight:bold;
margin-top:4px;
}

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

#cont{ min-width:100%; }

}


/*----------------------------------------------------------------------------------------------------------------------about----------*/


#about{
padding:80px 0;
margin:0 auto;
width:1080px;
position:relative;
}

#about .box_ph{
width:640px;
margin-left:440px;
}

#about .box_ph img{ display:block; }

#about .box_ph img:last-child{ margin:-145px 0 0 360px; }

#about .box_txt{
width:660px;
position:absolute;
top:100px;
left:0;	
}

#about h2{ color:#5b4431; }

#about h3{ color:#5b4431;  }

#about .info{ margin-top:30px; }

#about h4{
margin-top:25px;
color:#5b4431;	
font-weight:bold;
}

#about dt{
float: left;
clear:left;
width:70px;
}

#about dd{
float:left;
width:590px;
}


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

#about{
width:80%;
padding:50px 0;
position:relative;
}

#about .box_ph{
width:100%;
margin:0 auto;
}

#about .box_ph img{ 
display:block;
width:100%;
}

#about .box_ph img:last-child{ 
margin:-90px 0 0 70%;
width:30%;
}

#about .box_txt{
margin-top:30px;
width:100%;
position:static;
}

#about dt{ width:20%; }

#about dd{ width:80%; }

}

/*----------------------------------------------------------------------------------------------------------------------access----------*/


#access{
margin:0 auto;
padding:80px 0;
width:740px;
height:446px;
position:relative;
}

#access h2{ 
color:#5b4431;
padding-top:70px;
}

#access h3{ color:#5b4431; }

.map{ 
position:absolute;
top:80px;
right:0;	
}

#access h4{ 
font-weight:bold;
margin-top:35px;
}

.park{ margin-top:20px; }

#access .more{
margin-top:28px;
width:260px;
}

#access .more a {
background-color: #5b4431;
border: 2px solid #5b4431;
font-size:13px;
letter-spacing:3px;
color: #fff;
border-radius: 20px;
width: 256px;
}

#access .more a:hover {
background-color:#fff;
border-color: #5b4431;
color: #5b4431;
}

@media screen and (max-width:740px){
	
#access{
padding:50px 0;
width:80%;
height:auto;
position:relative;
}

#access h2{ padding-top:0px; }

.map{ 
position:static;
max-width:338px;
width:70%;
margin:20px auto 0;
}

.map img{ width:100%; }

#access h4{ 
font-weight:bold;
margin-top:35px;
}

.park{ margin-top:20px; }

#access .more{
margin:28px auto 0;
width: 90%;
max-width:260px;
}

#access .more a { width: 100%; }

}

/*----------------------------------------------------------------------------------------------------------------------footer----------*/

#footer{ 
color:#000;
background-color:#f6ce39;
text-align:center;
font-size:12px;
padding:30px 0;
}

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

#footer{ font-size:11px; }

}

/*----------------------------------------------------------------------------------------------------------------------sp_menu----------*/

/*#sp_menu{ display: none; }

#sp_menu{
display: block;
position:fixed;
top:0;
right:0;
z-index:2000;
width:100%;
}

#sp_menu .btn {
background:transparent url("../images/sp_btn.png") no-repeat 0 0;
display: block;
width: 60px;
height: 60px;
position: absolute;
top:0;
right:0;
cursor: pointer;
z-index: 1000;
}

#sp_menu .close { background-position: -60px 0; }

#sp_menu .drawr {
display: none;
background-color:rgba(91,68,49,0.9);
position: absolute;
top:0;
right:0;
width:20%;
padding:50px 10% 0 10%;
z-index: 100;
}

#sp_anchor li {
width:100%;
text-align:left;
border-bottom:1px solid #f6ce39;
font-size:14px;
letter-spacing:1px;
line-height: 2.2;
}

#sp_anchor li a {
color:#fff;
display:block;
padding:16px 0;
}

#sp_anchor li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}

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

#sp_menu .drawr {
width:80%;
}

}*/

/*----------------------------------------------------------------------------------------------------------------------fixed_menu----------*/

.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding:12px 0 12px 60px;
background-color:#fff;
margin-top:0px !important;
z-index:100;
background-color: rgba(91,68,49,0.7);
-webkit-transform: translate3d(0,0,0);
}