@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../img/bg.png);
}
h1#logo{
	float:left;
}
h2#catch{
	text-align:center;
}

/****nav***/
nav{
	clear:both;
	width:100%;
	height:70px;
	box-shadow:0 0 10px 0px #999;
	background: -moz-linear-gradient(top, #29174C, #45277f);
	background: -webkit-gradient(linear, left top, left bottom, from(#29174C), to(#45277f));
	background: linear-gradient(to bottom, #29174C, #45277f);/* IE10+, W3C */
}
nav ul#nav_ul{
	width:980px;
	margin:0 auto;
}

ul#nav_ul li{
	float:left;
	width:196px;
	text-align:center;
	line-height:70px;
}

ul#nav_ul li a{
	display:block;
	color:#fff;
}
ul#nav_ul li a:hover{
	background: -moz-linear-gradient(top, #45277f, #29174C);
	background: -webkit-gradient(linear, left top, left bottom, from(#45277f), to(#29174C));
	background: linear-gradient(to bottom, #45277f, #29174C);/* IE10+, W3C */
	border-bottom:5px solid #000;
	width:196px;
	height:65px;
}
/******box******/
#box{
	overflow:hidden;
	width:980px;
	margin:100px auto;

}
#box_ul li{
	width:300px;
	float:left;
}




/**map**/
#tmap_canvas{
   width:100%;
   height:350px;
}

#cool p.red{
	color:#f00;
}


/*******footer*********/
footer{
	clear:both;
	width:100%;
	height:230px;
	background-color:#D2D8EF;
	box-shadow:0 0 10px 0 #999 inset;
}
footer #f_wrapper{
	width:980px;
	height:150px;
	margin:0 auto;
}
.f_left{
	float:left;
}
#f_nav{
	margin-top:50px;
	margin-left:50px;
	width:650px;
}

#f_nav li{
	float:left;
	text-align:center;
	height:40px;
	line-height:40px;
	margin-right:25px;
	letter-spacing:2.0px;
	font-size:1.1em;
}
#f_nav li a{
	display:block;
}
#f_nav li a:hover{
	display:block;
	color:#339;
}
footer #copy{
	clear:both;
	width:100%;
	height:82px;
	background-color:#29174C;
}
#copy p{
	text-align:center;
	color:#fff;
	line-height:80px;
}



p.text{
	font-size:1.3em;
	line-height:40px;
}




/**cooling***/
#cooling{
	padding-top: 30px;
}
#cooling img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
#cooling2{
	padding-top: 30px;
}
#cooling2 img{
	margin-top: 30px;
}
.link a{
	display: inline-block;
	padding: 15px 35px;
	background-color:#f4f5f7;
	margin-top: 30px;
	border:1px solid #eee;
	font-size: 1.2em;
	border-radius: 3px;
}
.taikai{
	margin-bottom:150px;
}

.button2,
a.button2,
button.button2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.button2-c-wrap {
  margin: 30px 0;
  text-align: center;
}
a.button2-c {
  font-size: 1.15rem;
  width: 500px;
  position: relative;
  padding:35px 0 20px 0;
  color: #fff;
  background: #9e7c40;
  -webkit-box-shadow: 0 5px 0 #856835;
  box-shadow: 0 5px 0 #856835;
}
a.button2-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #9e7c40;
  border: 2px solid #9e7c40;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button2-c span:before,
a.button2-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button2-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #9e7c40 transparent transparent transparent;
}

a.button2-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.button2-c i {
  margin-right: 0.75rem;
}

a.button2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background:  #856835;
  -webkit-box-shadow: 0 2px 0 #5E4923;
  box-shadow: 0 2px 0 #5E4923;
}