<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*----------------------------------------
    contents
----------------------------------------*/
#contents {
  background-color: #fefcf1;
}
#contents .mainimg {
  background: url(/taiwan/img/index/bg-mainimg.jpg) no-repeat center top;
  background-size: cover;
	height: 600px;
}
#contents .mainimg h1 {
	width: 170px;
	margin: 0 auto;
	padding-top: 60px;
}
#contents .sub_title {
  text-align: center;
	padding-bottom: 45px;
}
#contents .sub_title img {
  max-width: 600px;
}
#contents .sub_title span {
  font-size: 125%;
	display: block;
	margin-top: 7px;
}
#contents .sub_title span.big {
  font-size: 150%;
}
#contents .center_img {
  text-align: center;
}
#contents .photo_list li {
  width: 300px;
	float: left;
	margin-right: 65px;
}
#contents .photo_list li:nth-child(3n) {
  margin-right: 0;
}
#contents .button {
  margin: 50px auto 0;
	max-width: 266px;
}

/*  .about_area
----------------------------------------*/
#contents .about_area {
  background: url(/taiwan/img/index/bg-map.png) no-repeat left bottom;
  margin: 60px auto 0;
	max-width: 1140px;
}
#contents .about_area .text_1 {
  font-size: 134%;
	line-height: 1.7;
}
#contents .about_area .text_2 {
  font-size: 117%;
	line-height: 2;
	margin-top: 55px;
	padding: 0 0 60px 390px;
}

/*  .cycling_area
----------------------------------------*/
#contents .cycling_area {
  background: url(/taiwan/img/index/bg-cycling.jpg) no-repeat center top;
	background-size: 100% auto;
}
#contents .cycling_area .inner {
  position: relative;
	padding-bottom: 55px;
}
#contents .cycling_area .icon {
  position: absolute;
	right: -67px;
	bottom: 63px;
	max-width: 303px;
}
/*  .camping_area
----------------------------------------*/
#contents .camping_area {
  background: url(/taiwan/img/index/bg-camping.jpg) no-repeat center top;
	background-size: 100% auto;
	margin-top: 100px;
}
#contents .camping_area .inner {
  position: relative;
	padding-bottom: 55px;
}
#contents .camping_area .icon {
  position: absolute;
	left: 0;
	bottom: 70px;
	max-width: 248px;
}

/*  .feature_area
----------------------------------------*/
#contents .feature_area {
  margin-top: 80px;
}
#contents .feature_area .list li {
  width: 310px;
	float: left;
	margin: 0 50px 40px 0;
}
#contents .feature_area .list li:nth-child(3n) {
  margin-right: 0;
}
#contents .feature_area .list li:nth-child(3n+1),
#contents .feature_area .list li:first-child {
  clear: left;
}
#contents .feature_area .list li .photo {
  position: relative;
}
#contents .feature_area .list li .photo .icon {
  position: absolute;
	display: block;
	width: 46px;
	top: 5px;
	left: 5px;
}
#contents .feature_area .list li p {
  text-align: center;
	margin-top: 12px;
	font-size: 134%;
}
#contents .feature_area .list li a:hover p {
  text-decoration: underline;
}
#contents .feature_area .more {
  width: 250px;
	margin: 25px auto 0;
}
#contents .feature_area .more a {
  display: block;
	font-size: 150%;
	border: 2px solid #595854;
	border-radius: 3px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}
#contents .feature_area .more a:hover {
  opacity: 0.7;
}

footer .more a:hover {
  opacity: 0.7;
}

/*  .links_area
----------------------------------------*/
#contents .links_area {
  margin-top: 110px;
  padding-bottom: 65px;
}
#contents .links_area ul {
  text-align: center;
	font-size: 0;
}
#contents .links_area ul li {
  display: inline-block;
	border: 1px solid #dee0df;
	margin-left: 10px;
}
#contents .links_area ul li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1210px) {
#contents .about_area .text_2 {
  font-size: 117%;
	line-height: 2;
	margin-top: 55px;
	padding: 0 0 20px 390px;
}
#contents .photo_list li {
  width: 32%;
	margin-right: 2%;
}
#contents .cycling_area .inner,
#contents .camping_area .inner {
  padding: 0 60px 55px;
}
#contents .button {
  margin: 50px auto 0;
	max-width: 200px;
}
#contents .cycling_area .icon {
  position: absolute;
  right: 10px;
  bottom: 63px;
  max-width: 215px;
}
#contents .feature_area .list li {
  width: 32%;
	margin-right: 2%;
}
#contents .links_area ul li {
	width: 24%;
	margin-left: 1.33%;
}
#contents .links_area ul li:first-child {
  margin-left: 0;
}
}
</pre></body></html>