@charset "UTF-8";

@media print {
    /* 紙媒体向けスタイル定義  */
    body { _zoom:60%; -webkit-print-color-adjust:exact; }
  }

.clfix:before, .clfix:after	{ content:""; display:table; }
.clfix:after				{ clear:both; }
.clfix						{ zoom:1; } /* For IE 6/7 (trigger hasLayout) */

dl	{ margin:0; padding:0; }
dt	{ margin:0; padding:0; }
dd	{ margin:0; padding:0; }

div#siteMain	{ width:960px; margin-left: 0;}


/* 共通要素 */
body {
  min-width: 1260px;
}
#container {
	width:960px !important;
	margin-left:10px !important;
}

#siteMain #wrap	{ color:#333; padding: 0 0 1px; margin-bottom: 50px; position: relative;}

#siteMain #wrap ul	{ height: auto;}
#siteMain #wrap .contents { overflow: hidden;}

#siteMain #wrap{
	background: url(/med/kansai/feature/abroad/newzealand/common/images/bg_index01.jpg) top left repeat;
}

.cs_hiking01 > li .cs_hiking01Title,
.cs_hiking01 > li .cs_hikingText,
.photoBlock .walkList > li {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 EProN W3", "Hiragino Mincho ProN W3", 'HiraMinProN-W3', "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho","HGS明朝", "MS PMincho", serif;
}
/* ヘッダ */
#siteMain #wrap	#wrap_hd01{
	height: 475px;
	overflow: hidden;
	width: 960px;
	position: relative;
}
#siteMain #wrap	#wrap_hd01 #pic_kv{
	height: 475px;
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	opacity: 0;
	animation: animKV 1.5s ease-out 0s 1 normal forwards;
}
@keyframes animKV {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
#siteMain #wrap	#wrap_hd01 h1{
	height: 475px;
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	opacity: 0;
	animation: animH1 1.25s ease-out .5s 1 normal forwards;
}
@keyframes animH1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/* ヘッダ*/

/*ナビ*/
#siteMain #wrap	#wrap_nav01{
	box-sizing: border-box;
	background: url(/med/kansai/feature/abroad/newzealand/common/images/img_kvmask01.png) top center no-repeat;
	height: 150px;
	overflow: hidden;
	width: 960px;
	position: relative;
	margin: -43px 0 0;
	padding: 50px 0 0;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01{
	height: 40px;
	width: 960px;
	position: relative;
	list-style: none;
	margin: 0;
	text-align: center;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li{
	box-sizing: border-box;
	display: inline-block;
	width: 240px;
	height: 40px;
	position: relative;
	border-right: 1px solid #9d967a;
	opacity: 0;
	animation: animLi00 .5s ease-out 1s 1 normal forwards;
}
@keyframes animLi00 {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li img{
	margin: 10px 0;
	opacity: 0;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-child(1) img{
	animation: animLi01 .5s ease-out 1.2s 1 normal forwards;
}
@keyframes animLi01 {
  0% {
	opacity: 0;
	margin: -10px 0;
  }
  100% {
	opacity: 1;
	margin: 0 0;
  }
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-child(2) img{
	animation: animLi02 .5s ease-out 1.3s 1 normal forwards;
}
@keyframes animLi02 {
  0% {
	opacity: 0;
	margin: -10px 0;
  }
  100% {
	opacity: 1;
	margin: 0 0;
  }
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-child(3) img{
	animation: animLi03 .5s ease-out 1.4s 1 normal forwards;
}
@keyframes animLi03 {
  0% {
	opacity: 0;
	margin: -10px 0;
  }
  100% {
	opacity: 1;
	margin: 0 0;
  }
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-child(4) img{
	animation: animLi04 .5s ease-out 1.5s 1 normal forwards;
}
@keyframes animLi04 {
  0% {
	opacity: 0;
	margin: -10px 0;
  }
  100% {
	opacity: 1;
	margin: 0 0;
  }
}


#siteMain #wrap	#wrap_nav01 #ul_nav01 li:last-of-type{
	border-right: none;
}
/*#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-of-type(1):after{
	content: url(/med/feature/newzealand/common/images/btn_nav01_ov.png);
	display: none;
}*/
#siteMain #wrap	#wrap_nav01 #ul_nav01 li span{
	background-color: #fcfebf;
	display: block;
	width: 0;
	height: 0;
	border-radius: 100%;
	font-size: 0;
	line-height: 0;
  -webkit-transition: all .2s ease-out;
   -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
     -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
  position: absolute;
  top: 21px;
  left: 120px;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:hover span{
	width: 217px;
	height: 42px;
  top: -1px;
  left: 13px;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li a{
	box-sizing: border-box;
	display: block;
	width: 240px;
	height: 40px;
	padding: 12px 0 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li a img{
	margin-top: 0;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li a:hover img{
        margin-top: -50px;
}
/* ナビ */

/* 観光スポット */
#siteMain #wrap	#wrap_spot01{
/*	margin-bottom: 75px;*/
	overflow: hidden;
}

#siteMain #wrap	#wrap_spot01 .box_mv01{
	width: 640px;
	margin: 0 auto 30px;
  }
  #siteMain #wrap	#wrap_spot01 .box_mv01--tit{
	font-family: serif;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	background-color: #59994f;
	line-height: 1;
	padding: 10px;
	text-align: center;
  }
  #siteMain #wrap	#wrap_spot01 .box_mv01--tit span{
	font-size: .75em;
	display: block;
	padding-top: 8px;
  }

/*スライダー*/
#siteMain #wrap	#wrap_spot01 .slider_spot01{
	width: 960px;
	height: 600px;
	overflow: hidden;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot{
	width: 960px;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts{
	background: url(../images/bg_spot01.png) right top no-repeat;
	background-size: contain;
	box-sizing: border-box;
	width: 357px;
	height: 600px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px 30px 0 100px;
	z-index: 10;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts h3{
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts h3 .icon_spot01{
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0 0 15px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts h4{
	font-size: 16px;
	line-height: 1.9;
	font-weight: bold;
	color: #4d3512;
	margin: 0 0 5px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts .txt_spot01{
	font-size: 14px;
	line-height: 2.1;
	color: #4d3512;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts .txt_spot01 + .txt_spot01 {
  margin-top: 5px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts .txt_spot01 span{
	font-size: 12px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts .map_spot01{
	width: 357px;
	position: absolute;
	top: 356px;
	left: 0;
  z-index: -1;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .pic_spot{
	width: 960px;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#siteMain #wrap	#wrap_spot01 .thum_spot01{
	width: 840px;
	height: 148px;
	margin: -72px auto 0;
	font-size: 0;
	line-height: 0;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li{
	width: 148px;
	height: 148px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	position: relative;
	outline: none;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li img{
	position: absolute;
	top: 0;
	left: 10px;
	opacity: 1;
  -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li img:nth-of-type(1){
	opacity: 0;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li.slick-current img:nth-of-type(2){
	opacity: 0;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li.slick-current img:nth-of-type(1){
	opacity: 1;
}


#siteMain #wrap	#wrap_spot01 .thum_spot01 li:hover img:nth-of-type(2){
	opacity: .6;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li:hover img:nth-of-type(1){
	opacity: 1;
}

#siteMain #wrap	#wrap_spot01 .thum_spot01 li img:hover{
	cursor: pointer;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li.slick-current img:hover{
	cursor: default;
}
/*タイトル*/
.cs_wrap .wrapTit {
  text-align: center;
  margin-bottom: 35px;
}
/*アンカーリンク位置調整*/
#wrap_spot01,
#wrap_hiking01,
#wrap_flower01,
#wrap_season01,
#wrap_course01 {
  padding-top: 120px;
  margin-top: -120px}

/*タイトルについて*/

/*タイトルについて*/
#wrap_hiking01,
#wrap_hiking02 {
  width: 95.83333%;
  margin: 0 auto;
}
#wrap_hiking01 ul.cs_hiking01 {
  margin: 0 auto 90px;
}
.cs_hiking01 > li {
  position: relative;
  padding: 30px 25px 30px 30px;
  box-sizing: border-box;
  background: #e8f2d9;
  z-index: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.cs_hiking01 > li + li {
  margin-top: 20px;
}
.cs_hiking01 > li::before {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -10;
  content: "";
  border: 1px solid #d1e8b2;
  display: block;
  width: calc( 100% - 20px);
  height: calc( 100% - 20px);
}

.cs_hiking01 > li .cs_hiking01Title {
  margin-bottom: 20px;
  padding: 0 0 0 47px;
  border-bottom: 1px solid #aed69d;
  font-weight: bold;
  color: #59994f;
  font-size: 22px;
  line-height: 1.5;
  background: url(../images/hiking01_icon01.png)no-repeat 5px center;
}
.cs_hiking01 > li .cs_hikingText {
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 2.5;
  color: #4d3512;
}
.cs_hiking01 > li.cs_hikingL .cs_hikingTextBlock {
  width: 400px;
  margin-right: 10px;
}
.cs_hiking01 > li.cs_hikingR .cs_hikingTextBlock {
  width: 330px;
  margin-left: 10px;
}

.cs_hiking01 > li .photoBlock {
  position: relative;
}
.cs_hiking01 > li:nth-child(1) .photoBlock {
  left: 10px;
}
.cs_hiking01 > li.cs_hikingL .photoBlock {
  width: 468px;
}
.cs_hiking01 > li.cs_hikingR .photoBlock {
  width: 540px;
  order: -1;
}
.cs_hiking01 > li.cs_hikingR .photoBlock .photoImg {
  margin-left: 175px;
}
.cs_hiking01 > li .walkBlockMap {
  position: absolute;
}

.cs_hiking01 > li.cs_hikingL .walkBlockMap {
  bottom: 8px;
  left: -110px;
}
.cs_hiking01 > li.cs_hikingR .walkBlockMap {
  top: 60px;
  left: 0;
}

.photoBlock .walkList {
  position: absolute;
  width: 135px;
  background: #9f8431;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  box-sizing: border-box;
}
#siteMain .photoBlock .walkList {
  padding: 10px;
}
.photoBlock .walkList + li {
  margin-top: 5px;
}
.photoBlock .walkList {
  padding: 10px;
  z-index: 10;
}
.cs_hiking01 > li:nth-child(1) .photoBlock .walkList {
  top: 50px;
  left: -120px;
}
.cs_hiking01 > li:nth-child(2) .photoBlock .walkList {
  top: 8px;
  left: 12px;
}
.cs_hiking01 > li:nth-child(3) .photoBlock .walkList {
  top: 70px;
  left: -95px;
}
#wrap_hiking02 {
  margin-bottom: 70px;
}
.cs_hiking02 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap : wrap;
  -moz-flex-wrap : wrap;
  -ms-flex-wrap : wrap;
  -o-flex-wrap : wrap;
  flex-wrap : wrap;
}
.cs_hiking02 > li {
  position: relative;
  width: 49%;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  background:url(../images/hiking02_bg01lt.jpg)no-repeat 0 0,
                      url(../images/hiking02_bg01rt.jpg)no-repeat right 0,
                      url(../images/hiking02_bg01lb.jpg)no-repeat 0 bottom,
                      #e8f2d9 url(../images/hiking02_bg01rb.jpg)no-repeat right bottom;
  z-index: 0;
}
.cs_hiking02 > li:nth-child(2n) {
  background:url(../images/hiking02_bg02lt.jpg)no-repeat 0 0,
                      url(../images/hiking02_bg02rt.jpg)no-repeat right 0,
                      url(../images/hiking02_bg02lb.jpg)no-repeat 0 bottom,
                      #e8f2d9 url(../images/hiking02_bg02rb.jpg)no-repeat right bottom;
  z-index: 0;
  margin-left: 2%;
}
.cs_hiking02 > li:nth-child( n + 3 ) {
  margin-top: 20px;
}
.cs_hiking02 > li::before {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  content: "";
  width: calc( 100% - 14px);
  height: calc( 100% - 14px);
  border: 1px solid #ab964a;
  z-index: -10;
}
.cs_hiking02 > li::after {

}
.cs_hikingNo {
  counter-reset: number;
}
.cs_hikingNo > li {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  color: #615131;
  font-size: 18px;
  line-height: 1.5;
}
.cs_hikingNo > li + li {
  margin-top: 12px;
}
.cs_hikingNo > li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
  box-sizing: border-box;
  background: #59994f;
  color: #e8f2d9;
  border-radius: 6px;
  text-align: center;
}
.cs_hikingNo > li::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 4px;
  display: block;
  width: 17px;
  height: 18px;
  border: #fff 1px solid;
}
.cs_hiking02 > li .cs_hiking02Title {
  margin-bottom: 20px;
  text-align: center;
}


/*ハイキングについて*/


/*スライダー*/

/* /観光スポット */

/* コース一覧*/
#siteMain #wrap #wrap_course01{
	margin-bottom: 75px;
}


/*エリアタブ*/
#siteMain #wrap #wrap_course01 #tab_area01{
  height: 70px;
  width: 920px;
  overflow: hidden;
  margin: 0 auto -10px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li{
  height: 70px;
  width: 128px;
  margin: 0 4px 0 0;
  float: left;
}
#siteMain #wrap #wrap_course01 #tab_area01 li:last-of-type{
  height: 70px;
  margin: 0;
}
#siteMain #wrap #wrap_course01 #tab_area01 li a{
	background: url(/med/kansai/feature/abroad/newzealand/common/images/tab_area01.png) no-repeat;
	display: block;
  height: 70px;
  width: 128px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_spk a{
	background-position-x: 0;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_sdj a{
	background-position-x: -132px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_tyo a{
	background-position-x: -264px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_ngo a{
	background-position-x: -396px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_osa a{
	background-position-x: -528px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_hij a{
	background-position-x: -660px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_fuk a{
	background-position-x: -792px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li a:hover{
	background-position-y: -70px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_crnt a{
	background-position-y: -140px;
}
/*/エリアタブ*/

#siteMain #wrap #wrap_course01 #box_course01{
	box-sizing: border-box;
	width: 920px;
	margin: 0 auto 5px;
	padding: 20px;
	background-color: #eafad5;
}
#box_course01 dl{
	border-bottom: 1px solid #d2caae;
	overflow: hidden;
}
#box_course01 dl:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}
#box_course01 dl > dt {
  position: relative;
	background-color: #d4f7ce;
	color: #59994f;
	box-sizing: border-box;
	padding: 10px 0;
  margin-top: 20px;
	border: 1px solid #59994f;
	text-align: center;
	float: left;
	width: 100px;
  font-size: 16px;
  clear: right;
}
#box_course01 dl > dd {
	width: 760px;
	float: right;
  position: relative;
	padding: 23px 0 15px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
#box_course01 dl > dt::before {
  position: absolute;
  left: 0;
  top: -21px;
  content: "";
  width: calc( 100% + 1px);
  height: 1px;
  background: #d2caae;
}
#box_course01 dl > dd::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #d2caae;
}
#box_course01 dl > dt:first-of-type::before,
#box_course01 dl > dd:first-of-type::before {
  content: none;
}
#box_course01 dl > dd:first-of-type {
  clear: none;
}
#box_course01 dl > dd a{
	color: #1c86b8;
	text-decoration: none;
}
#box_course01 dl > dd a:hover{
	color: #46a6d3;
	text-decoration: underline;
}
#box_course01 dl > dd .title{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
#box_course01 dl > dd .title .branch {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: normal;
}
#box_course01 dl > dd .price,
#box_course01 dl > dd .att{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #434343;
}

#box_course01 dl > dd .price > span{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #e14737;
}

#siteMain #wrap .txt_update01{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	width: 920px;
	margin: 0 auto;
	text-align: right;
}

/* コース一覧 */

/* 気温と降水量 */
#siteMain #wrap #wrap_season01{
	margin-bottom: 75px;
}

#siteMain #wrap #wrap_season01 .tbl_season01{
	border-collapse: collapse;
	width: 920px;
	margin: 0 auto;
}
#siteMain #wrap #wrap_season01 .tbl_season01 tr td{
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	vertical-align: middle;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season{
	border-bottom: 5px solid #d9ecc0;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td{
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
	position: relative;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td::after{
	content: '';
	position: absolute;
	left:100%;
	top: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	z-index: 1;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(1){
	background-color: #a49b5e;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(2){
	background-color: #79c9c9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(2)::after{
	border-left: 20px solid #79c9c9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(3){
	background-color: #e6b056;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(3)::after{
	border-left: 20px solid #e6b056;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(4){
	background-color: #8f99c3;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(4)::after{
	border-left: 20px solid #8f99c3;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(5){
	background-color: #e4aeae;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_month td{
	background-color: #544b3d;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
	padding: 10px 0;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_month td:nth-of-type(1){
	background-color: #4a8d40;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_month td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 td{
	background-color: #eefbdb;
	color: #d34a5b;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 td:not(:nth-of-type(1)):after,
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion03 td:not(:nth-of-type(1)):after{
	content: '℃';
	font-size: 12px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion02 td:not(:nth-of-type(1)):after,
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo td:not(:nth-of-type(1)):after{
	content: '℃';
	font-size: 12px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 td:nth-of-type(2):after,
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo td:nth-of-type(2):after{
	content: '';
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 .td_city{
	background-color: #64af58;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion02 td{
	background-color: #dcefc8;
	color: #537cd7;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion02 td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain01 td{
	background-color: #c5d9af;
	color: #4d3512;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}

#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain01 td:not(:nth-of-type(1)):after{
	content: 'mm';
	font-size: 12px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain01 td:last-of-type{
	border-right: none;
}

#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo td{
	background-color: #ececec;
	color: #d34a5b;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo .td_city{
	background-color: #909090;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion03 td{
	background-color: #ececec;
	color: #537cd7;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion03 td:last-of-type{
	border-right: none;
}

#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain02 td{
	background-color: #d9d9d9;
	color: #4d3512;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain02 td:not(:nth-of-type(1)):after{
	content: 'mm';
	font-size: 12px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain02 td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .txt_season01{
	font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    width: 920px;
    margin: 5px auto 0;
    text-align: right;
}
/* 気温と降水量 */

/* 花カレンダー */
#siteMain #wrap #wrap_flower01{
	margin-bottom: 75px;
}

#siteMain #wrap #wrap_flower01 .tbl_flower01{
	border-collapse: collapse;
	font-size: 14px;
	color: #4d3512;
	margin: 0 auto 30px;
	width: 924px;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr th,
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr td{
	border: 2px solid #d2e8b4;
	padding: 10px 5px;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(2n+1) th,
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(2n+1) td{
	background-color: #eafad5;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(2n) th,
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(2n) td{
	background-color: #dcf8bc;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(1) th{
	background-color: #64af58;
	color: #fff;
	font-weight: bold;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(1) td{
	background-color: #86ca7c;
	color: #fff;
	font-weight: bold;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr th{
	padding-left: 10px;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr td{
	text-align: center;
}
/*相互バナー*/
.bnr_link01{
	text-align: center;
	margin: 0 0 70px;
}
.bnr_link01 a img{
	transition: all .2s linear;
}
.bnr_link01 a:hover img{
	opacity: .6;
}
/*/相互バナー*/

/*相互バナー*/
.bnr_link01{
	text-align: center;
	margin: 0 0 70px;
}
.bnr_link01 a img{
	transition: all .2s linear;
}
.bnr_link01 a:hover img{
	opacity: .6;
}
/*/相互バナー*/

/*pagetop*/
.btn_pagetop01{
	width: 80px;
	height: 80px;
	font-size: 0;
	line-height: 0;
}
.btn_pagetop01 a img{
	transition: all .2s linear;
}
.btn_pagetop01 a img:hover{
	opacity: .7;
}
/*/pagetop*/

/*img_cmp01*/
.img_cmp01{
	font-size: 0;
	line-height: 0;
  width: 100%;
  height: 112px;
  text-align: center;
  animation: animCmp 0.2s ease .5s 1 normal forwards;
  margin-bottom: -112px;
}
@keyframes animCmp {
  0% {margin-bottom: -112px;}
  100% {margin-bottom: 0;}
}
/*/pagetop*/


#wrap_btn01 {
    width: 100%;
  /*max-width:970px;*/
      position: fixed;
      left: 0;
      bottom: -100px;
      z-index: 9999;
      animation: anmBtn01 .3s ease 0.5s 1 forwards;

  }

  #btn_course01 {
    width: 100%;
    max-width: 970px;
    text-align: center;
    margin: 0 auto;
  }
#wrap_btn01.In {
  animation: anmBtn02 .5s ease 0s 1 forwards;
}
@keyframes anmBtn01 {
  0% {
    bottom: -90px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes anmBtn02 {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -90px;
  }
}




@media print {
    /* 紙媒体向けスタイル定義 */
    body { _zoom:60%; -webkit-print-color-adjust:exact; }
  }
.clfix:before, .clfix:after	{ content:""; display:table; }
.clfix:after				{ clear:both; }
.clfix						{ zoom:1; } /* For IE 6/7 (trigger hasLayout) */

dl	{ margin:0; padding:0; }
dt	{ margin:0; padding:0; }
dd	{ margin:0; padding:0; }

div#siteMain	{ width:960px; margin-left: 0;}


/* 共通要素 */

#container {
	width:960px !important;
	margin:auto !important;
}

#siteMain #wrap	{ color:#333; padding: 0 0 1px; margin-bottom: 50px; position: relative;}

#siteMain #wrap ul	{ height: auto;}
#siteMain #wrap .contents { overflow: hidden;}

#siteMain #wrap{
	background: url(/med/kansai/feature/abroad/newzealand/common/images/bg_index01.jpg) top left repeat;
}

.cs_hiking01 > li .cs_hiking01Title,
.cs_hiking01 > li .cs_hikingText,
.photoBlock .walkList > li {
  font-family: "游明朝佁E", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノー朁EProN W3", "Hiragino Mincho ProN W3", 'HiraMinProN-W3', "ヒラギノー朁EProN", "Hiragino Mincho ProN", "ヒラギノー朁EPro", "Hiragino Mincho Pro", "Sawarabi Mincho","HGS明朝E", "ー℃E� ー�明朝", "MS PMincho", serif;
}
/*ヘッダ*/
#siteMain #wrap	#wrap_hd01{
	height: 475px;
	overflow: hidden;
	width: 960px;
	position: relative;
}
#siteMain #wrap	#wrap_hd01 #pic_kv{
	height: 475px;
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	opacity: 0;
	animation: animKV 1.5s ease-out 0s 1 normal forwards;
}
@keyframes animKV {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
#siteMain #wrap	#wrap_hd01 h1{
	height: 475px;
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	opacity: 0;
	animation: animH1 1.25s ease-out .5s 1 normal forwards;
}
@keyframes animH1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/* ヘッダ */

/* ナビ */
#siteMain #wrap	#wrap_nav01{
	box-sizing: border-box;
	background: url(/med/kansai/feature/abroad/newzealand/common/images/img_kvmask01.png) top center no-repeat;
	height: 150px;
	overflow: hidden;
	width: 960px;
	position: relative;
	margin: -43px 0 0;
	padding: 50px 0 0;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01{
	height: 40px;
	width: 960px;
	position: relative;
	list-style: none;
	margin: 0;
	text-align: center;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li{
	box-sizing: border-box;
	display: inline-block;
	width: 240px;
	height: 40px;
	position: relative;
	border-right: 1px solid #9d967a;
	opacity: 0;
	animation: animLi00 .5s ease-out 1s 1 normal forwards;
}
@keyframes animLi00 {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li img{
	margin: 10px 0;
	opacity: 0;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-child(1) img{
	animation: animLi01 .5s ease-out 1.2s 1 normal forwards;
}
@keyframes animLi01 {
  0% {
	opacity: 0;
	margin: -10px 0;
  }
  100% {
	opacity: 1;
	margin: 0 0;
  }
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-child(2) img{
	animation: animLi02 .5s ease-out 1.3s 1 normal forwards;
}
@keyframes animLi02 {
  0% {
	opacity: 0;
	margin: -10px 0;
  }
  100% {
	opacity: 1;
	margin: 0 0;
  }
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-child(3) img{
	animation: animLi03 .5s ease-out 1.4s 1 normal forwards;
}
@keyframes animLi03 {
  0% {
	opacity: 0;
	margin: -10px 0;
  }
  100% {
	opacity: 1;
	margin: 0 0;
  }
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-child(4) img{
	animation: animLi04 .5s ease-out 1.5s 1 normal forwards;
}
@keyframes animLi04 {
  0% {
	opacity: 0;
	margin: -10px 0;
  }
  100% {
	opacity: 1;
	margin: 0 0;
  }
}


#siteMain #wrap	#wrap_nav01 #ul_nav01 li:last-of-type{
	border-right: none;
}
/*#siteMain #wrap	#wrap_nav01 #ul_nav01 li:nth-of-type(1):after{
	content: url(/med/feature/newzealand/common/images/btn_nav01_ov.png);
	display: none;
}*/
#siteMain #wrap	#wrap_nav01 #ul_nav01 li span{
	background-color: #fcfebf;
	display: block;
	width: 0;
	height: 0;
	border-radius: 100%;
	font-size: 0;
	line-height: 0;
  -webkit-transition: all .2s ease-out;
   -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
     -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
  position: absolute;
  top: 21px;
  left: 120px;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li:hover span{
	width: 217px;
	height: 42px;
  top: -1px;
  left: 13px;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li a{
	box-sizing: border-box;
	display: block;
	width: 240px;
	height: 40px;
	padding: 12px 0 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li a img{
	margin-top: 0;
}
#siteMain #wrap	#wrap_nav01 #ul_nav01 li a:hover img{
        margin-top: -50px;
}
/* ナビ */

/* 観光スポット*/
#siteMain #wrap	#wrap_spot01{
/*	margin-bottom: 75px;*/
	overflow: hidden;
}

#siteMain #wrap	#wrap_spot01 .box_mv01{
	width: 640px;
	margin: 0 auto 30px;
  }
  #siteMain #wrap	#wrap_spot01 .box_mv01--tit{
	font-family: serif;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	background-color: #59994f;
	line-height: 1;
	padding: 10px;
	text-align: center;
  }
  #siteMain #wrap	#wrap_spot01 .box_mv01--tit span{
	font-size: .75em;
	display: block;
	padding-top: 8px;
  }

/*スライダー*/
#siteMain #wrap	#wrap_spot01 .slider_spot01{
	width: 960px;
	height: 600px;
	overflow: hidden;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot{
	width: 960px;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts{
	background: url(../images/bg_spot01.png) right top no-repeat;
	background-size: contain;
	box-sizing: border-box;
	width: 357px;
	height: 600px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px 30px 0 100px;
	z-index: 10;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts h3{
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts h3 .icon_spot01{
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0 0 15px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts h4{
	font-size: 16px;
	line-height: 1.9;
	font-weight: bold;
	color: #4d3512;
	margin: 0 0 5px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts .txt_spot01{
	font-size: 14px;
	line-height: 2.1;
	color: #4d3512;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts .txt_spot01 + .txt_spot01 {
  margin-top: 5px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts .txt_spot01 span{
	font-size: 12px;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .box_conts .map_spot01{
	width: 357px;
	position: absolute;
	top: 356px;
	left: 0;
  z-index: -1;
}
#siteMain #wrap	#wrap_spot01 .slider_spot01 .caset_spot .pic_spot{
	width: 960px;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#siteMain #wrap	#wrap_spot01 .thum_spot01{
	width: 840px;
	height: 148px;
	margin: -72px auto 0;
	font-size: 0;
	line-height: 0;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li{
	width: 148px;
	height: 148px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	position: relative;
	outline: none;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li img{
	position: absolute;
	top: 0;
	left: 10px;
	opacity: 1;
  -webkit-transition: all .3s ease-out;

   -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li img:nth-of-type(1){
	opacity: 0;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li.slick-current img:nth-of-type(2){
	opacity: 0;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li.slick-current img:nth-of-type(1){
	opacity: 1;
}


#siteMain #wrap	#wrap_spot01 .thum_spot01 li:hover img:nth-of-type(2){
	opacity: .6;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li:hover img:nth-of-type(1){
	opacity: 1;
}

#siteMain #wrap	#wrap_spot01 .thum_spot01 li img:hover{
	cursor: pointer;
}
#siteMain #wrap	#wrap_spot01 .thum_spot01 li.slick-current img:hover{
	cursor: default;
}
/*タイトル*/
.cs_wrap .wrapTit {
  text-align: center;
  margin-bottom: 35px;
}
/*タイトル*/

/*ハイキング*/
#wrap_hiking01 {
  margin: -90px auto 0;
}
#wrap_hiking02 {
  width: 95.83333%;
  margin: 0 auto;
}
#wrap_hiking01 ul.cs_hiking01 {
  margin: 0 auto 90px;
}
.cs_hiking01 > li {
  position: relative;
  padding: 30px 25px 30px 30px;
  box-sizing: border-box;
  background: #e8f2d9;
  z-index: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.cs_hiking01 > li + li {
  margin-top: 20px;
}
.cs_hiking01 > li::before {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -10;
  content: "";
  border: 1px solid #d1e8b2;
  display: block;
  width: calc( 100% - 20px);
  height: calc( 100% - 20px);
}

.cs_hiking01 > li .cs_hiking01Title {
  margin-bottom: 20px;
  padding: 0 0 0 47px;
  border-bottom: 1px solid #aed69d;
  font-weight: bold;
  color: #59994f;
  font-size: 22px;
  line-height: 1.5;
  background: url(../images/hiking01_icon01.png)no-repeat 5px center;
}
.cs_hiking01 > li .cs_hikingText {
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 2.5;
  color: #4d3512;
}
.cs_hiking01 > li.cs_hikingL .cs_hikingTextBlock {
  width: 400px;
  margin-right: 10px;
}
.cs_hiking01 > li.cs_hikingR .cs_hikingTextBlock {
  width: 330px;
  margin-left: 10px;
}

.cs_hiking01 > li .photoBlock {
  position: relative;
}
.cs_hiking01 > li:nth-child(1) .photoBlock {
  left: 10px;
}
.cs_hiking01 > li.cs_hikingL .photoBlock {
  width: 468px;
}
.cs_hiking01 > li.cs_hikingR .photoBlock {
  width: 540px;
  order: -1;
}
.cs_hiking01 > li.cs_hikingR .photoBlock .photoImg {
  margin-left: 175px;
}
.cs_hiking01 > li .walkBlockMap {
  position: absolute;
}

.cs_hiking01 > li.cs_hikingL .walkBlockMap {
  bottom: 8px;
  left: -110px;
}
.cs_hiking01 > li.cs_hikingR .walkBlockMap {
  top: 60px;
  left: 0;
}

.photoBlock .walkList {
  position: absolute;
  width: 135px;
  background: #9f8431;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  box-sizing: border-box;
}
#siteMain .photoBlock .walkList {
  padding: 10px;
}
.photoBlock .walkList + li {
  margin-top: 5px;
}
.photoBlock .walkList {
  padding: 10px;
  z-index: 10;
}
.cs_hiking01 > li:nth-child(1) .photoBlock .walkList {
  top: 50px;
  left: -120px;
}
.cs_hiking01 > li:nth-child(2) .photoBlock .walkList {
  top: 8px;
  left: 12px;
}
.cs_hiking01 > li:nth-child(3) .photoBlock .walkList {
  top: 70px;
  left: -95px;
}
#wrap_hiking02 {
  margin-bottom: 70px;
}
.cs_hiking02 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap : wrap;
  -moz-flex-wrap : wrap;
  -ms-flex-wrap : wrap;
  -o-flex-wrap : wrap;
  flex-wrap : wrap;
}
.cs_hiking02 > li {
  position: relative;
  width: 49%;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  background:url(../images/hiking02_bg01lt.jpg)no-repeat 0 0,
                      url(../images/hiking02_bg01rt.jpg)no-repeat right 0,
                      url(../images/hiking02_bg01lb.jpg)no-repeat 0 bottom,
                      #e8f2d9 url(../images/hiking02_bg01rb.jpg)no-repeat right bottom;
  z-index: 0;
}
.cs_hiking02 > li:nth-child(2n) {
  background:url(../images/hiking02_bg02lt.jpg)no-repeat 0 0,
                      url(../images/hiking02_bg02rt.jpg)no-repeat right 0,
                      url(../images/hiking02_bg02lb.jpg)no-repeat 0 bottom,
                      #e8f2d9 url(../images/hiking02_bg02rb.jpg)no-repeat right bottom;
  z-index: 0;
  margin-left: 2%;
}
.cs_hiking02 > li:nth-child( n + 3 ) {
  margin-top: 20px;
}
.cs_hiking02 > li::before {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  content: "";
  width: calc( 100% - 14px);
  height: calc( 100% - 14px);
  border: 1px solid #ab964a;
  z-index: -10;
}
.cs_hiking02 > li::after {

}
.cs_hikingNo {
  counter-reset: number;
}
.cs_hikingNo > li {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  color: #615131;
  font-size: 18px;
  line-height: 1.5;
}
.cs_hikingNo > li + li {
  margin-top: 12px;
}
.cs_hikingNo > li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
  box-sizing: border-box;
  background: #59994f;
  color: #e8f2d9;
  border-radius: 6px;
  text-align: center;
}
.cs_hikingNo > li::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  border-radius: 4px;
  display: block;
  width: 17px;
  height: 18px;
  border: #fff 1px solid;
}
.cs_hiking02 > li .cs_hiking02Title {
  margin-bottom: 20px;
  text-align: center;
}


/*ハイキングについて*/


/*スライダー*/

/* 観光スポット*/

/* コース一覧 */
#siteMain #wrap #wrap_course01{
	margin-bottom: 75px;
}


/*エリアタブ/
#siteMain #wrap #wrap_course01 #tab_area01{
  height: 70px;
  width: 920px;
  overflow: hidden;
  margin: 0 auto -10px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li{
  height: 70px;
  width: 128px;
  margin: 0 4px 0 0;
  float: left;
}
#siteMain #wrap #wrap_course01 #tab_area01 li:last-of-type{
  height: 70px;
  margin: 0;
}
#siteMain #wrap #wrap_course01 #tab_area01 li a{
	background: url(/med/feature/newzealand/common/images/tab_area01.png) no-repeat;
	display: block;
  height: 70px;
  width: 128px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_spk a{
	background-position-x: 0;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_sdj a{
	background-position-x: -132px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_tyo a{
	background-position-x: -264px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_ngo a{
	background-position-x: -396px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_osa a{
	background-position-x: -528px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_hij a{
	background-position-x: -660px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_fuk a{
	background-position-x: -792px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li a:hover{
	background-position-y: -70px;
}
#siteMain #wrap #wrap_course01 #tab_area01 li.tab_crnt a{
	background-position-y: -140px;
}
/エリアタブ*/

#siteMain #wrap #wrap_course01 #box_course01{
	box-sizing: border-box;
	width: 920px;
	margin: 0 auto 5px;
	padding: 20px;
	background-color: #eafad5;
}
#box_course01 dl{
	border-bottom: 1px solid #d2caae;
	overflow: hidden;
}
#box_course01 dl:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}
#box_course01 dl > dt {
  position: relative;
	background-color: #d4f7ce;
	color: #59994f;
	box-sizing: border-box;
	padding: 10px 0;
  margin-top: 20px;
	border: 1px solid #59994f;
	text-align: center;
	float: left;
	width: 100px;
  font-size: 16px;
  clear: right;
}
#box_course01 dl > dd {
	width: 760px;
	float: right;
  position: relative;
	padding: 23px 0 15px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
#box_course01 dl > dt::before {
  position: absolute;
  left: 0;
  top: -21px;
  content: "";
  width: calc( 100% + 1px);
  height: 1px;
  background: #d2caae;
}
#box_course01 dl > dd::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #d2caae;
}
#box_course01 dl > dt:first-of-type::before,
#box_course01 dl > dd:first-of-type::before {
  content: none;
}
#box_course01 dl > dd:first-of-type {
  clear: none;
}
#box_course01 dl > dd a{
	color: #1c86b8;
	text-decoration: none;
}
#box_course01 dl > dd a:hover{
	color: #46a6d3;
	text-decoration: underline;
}
#box_course01 dl > dd .title{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
#box_course01 dl > dd .title .branch {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: normal;
}
#box_course01 dl > dd .price,
#box_course01 dl > dd .att{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #434343;
}

#box_course01 dl > dd .price > span{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #e14737;
}

#siteMain #wrap .txt_update01{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	width: 920px;
	margin: 0 auto;
	text-align: right;
}

/* コース一覧 */

/* 気温と降水量*/
#siteMain #wrap #wrap_season01{
	margin-bottom: 75px;
}

#siteMain #wrap #wrap_season01 .tbl_season01{
	border-collapse: collapse;
	width: 920px;
	margin: 0 auto;
}
#siteMain #wrap #wrap_season01 .tbl_season01 tr td{
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	vertical-align: middle;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season{
	border-bottom: 5px solid #d9ecc0;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td{
	font-size: 18px;
	color: #fff;
	padding: 6px 0;
	position: relative;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td::after{
	content: '';
	position: absolute;
	left:100%;
	top: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	z-index: 1;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(1){
	background-color: #a49b5e;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(2){
	background-color: #79c9c9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(2)::after{
	border-left: 20px solid #79c9c9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(3){
	background-color: #e6b056;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(3)::after{
	border-left: 20px solid #e6b056;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(4){
	background-color: #8f99c3;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(4)::after{
	border-left: 20px solid #8f99c3;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_season td:nth-of-type(5){
	background-color: #e4aeae;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_month td{
	background-color: #544b3d;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
	padding: 10px 0;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_month td:nth-of-type(1){
	background-color: #4a8d40;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_month td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 td{
	background-color: #eefbdb;
	color: #d34a5b;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 td:not(:nth-of-type(1)):after,
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion03 td:not(:nth-of-type(1)):after{
	content: '?E;
	font-size: 12px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion02 td:not(:nth-of-type(1)):after,
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo td:not(:nth-of-type(1)):after{
	content: '?E;
	font-size: 12px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 td:nth-of-type(2):after,
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo td:nth-of-type(2):after{
	content: '';
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion01 .td_city{
	background-color: #64af58;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion02 td{
	background-color: #dcefc8;
	color: #537cd7;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion02 td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain01 td{
	background-color: #c5d9af;
	color: #4d3512;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}

#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain01 td:not(:nth-of-type(1)):after{
	content: 'mm';
	font-size: 12px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain01 td:last-of-type{
	border-right: none;
}

#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo td{
	background-color: #ececec;
	color: #d34a5b;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_tokyo .td_city{
	background-color: #909090;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion03 td{
	background-color: #ececec;
	color: #537cd7;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_kion03 td:last-of-type{
	border-right: none;
}

#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain02 td{
	background-color: #d9d9d9;
	color: #4d3512;
	border-bottom: 2px solid #d4e9b9;
	border-right: 2px solid #d4e9b9;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain02 td:not(:nth-of-type(1)):after{
	content: 'mm';
	font-size: 12px;
}
#siteMain #wrap #wrap_season01 .tbl_season01 .tr_rain02 td:last-of-type{
	border-right: none;
}
#siteMain #wrap #wrap_season01 .txt_season01{
	font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    width: 920px;
    margin: 5px auto 0;
    text-align: right;
}
/* /気温と降水量*/

/* 花カレンダー */
#siteMain #wrap #wrap_flower01{
	margin-bottom: 75px;
}

#siteMain #wrap #wrap_flower01 .tbl_flower01{
	border-collapse: collapse;
	font-size: 14px;
	color: #4d3512;
	margin: 0 auto 30px;
	width: 924px;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr th,
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr td{
	border: 2px solid #d2e8b4;
	padding: 10px 5px;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(2n+1) th,
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(2n+1) td{
	background-color: #eafad5;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(2n) th,
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(2n) td{
	background-color: #dcf8bc;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(1) th{
	background-color: #64af58;
	color: #fff;
	font-weight: bold;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr:nth-of-type(1) td{
	background-color: #86ca7c;
	color: #fff;
	font-weight: bold;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr th{
	padding-left: 10px;
}
#siteMain #wrap #wrap_flower01 .tbl_flower01 tr td{
	text-align: center;
}
/*相互バナー*/
.bnr_link01{
	text-align: center;
	margin: 0 0 70px;
}
.bnr_link01 a img{
	transition: all .2s linear;
}
.bnr_link01 a:hover img{
	opacity: .6;
}
/*/相互バナー*/

/*相互バナー*/
.bnr_link01{
	text-align: center;
	margin: 0 0 70px;
}
.bnr_link01 a img{
	transition: all .2s linear;
}
.bnr_link01 a:hover img{
	opacity: .6;
}
/*/相互バナー*/

/*pagetop*/
.btn_pagetop01{
	width: 80px;
	height: 80px;
	font-size: 0;
	line-height: 0;
}
.btn_pagetop01 a img{
	transition: all .2s linear;
}
.btn_pagetop01 a img:hover{
	opacity: .7;
}
/*/pagetop*/

/*img_cmp01*/
.img_cmp01{
	font-size: 0;
	line-height: 0;
  width: 100%;
  height: 112px;
  text-align: center;
  animation: animCmp 0.2s ease .5s 1 normal forwards;
  margin-bottom: -112px;
}
@keyframes animCmp {
  0% {margin-bottom: -112px;}
  100% {margin-bottom: 0;}
}
/*/pagetop*/

/* スクロールボタン */

#wrap_btn01 {
    width: 100%;
  /*max-width:970px;*/
      position: fixed;
      left: 0;
      bottom: -100px;
      z-index: 9999;
      animation: anmBtn01 .3s ease 0.5s 1 forwards;

  }

  #btn_course01 {
    width: 100%;
    max-width: 970px;
    text-align: center;
    margin: 0 auto;
  }
#wrap_btn01.In {
  animation: anmBtn02 .5s ease 0s 1 forwards;
}
@keyframes anmBtn01 {
  0% {
    bottom: -90px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes anmBtn02 {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -90px;
  }
}
.nocourse {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}



main .imgAnnotation {
	margin: 0px auto 15px;
  color: #4d3512;
  font-size: 11.5px;
  text-align: right;
}


/*otherFaetures slick adjust
==============================*/
.slick-dots {
	position: static;
}
.themefeaturesArea .slick-dots li button:before {
	opacity: 1;
}
.themefeaturesArea {
	margin: 100px auto 30px;
}
.themefeaturesArea .switch__pause:after,
.themefeaturesArea .switch__pause:before {
	border: 2px solid #dcecc6;
}
@media screen and (max-width:767.98px) {
	.themefeaturesArea {
		margin-top: 50px;
	}
}
/*============================*/
/*----------*/
.txt_link{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0 20px 10px;
    
}
.txt_link a{
    text-decoration: underline;
}
.txt_link a:hover{
    text-decoration: none;
}
@media screen and (max-width:767px) {
    .txt_link a{
        font-size: 1.3rem;
    }
}


/*pick up
=======================*/
.assist-banner {
  position: fixed;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  transition: right .8s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 9997;
}
.assist-banner__inner {
  overflow: hidden;
  background: #fff;
}
.assist-banner__pickup {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 100%;
}
.assist-banner__pickup__inner {
  border-radius: 50px;
  background: #fc0;
}
.assist-banner__pickup__inner:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  content: "";
}
button:not([disabled]), input[type=submit] {
	cursor: pointer;
}
.assist-banner__block {
  display: flex;
}
.assist-banner__close {
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
}
.assist-banner__img {
  flex-shrink: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
/*.assist-banner__detail {
	font-weight: bold;
}*/
.assist-banner__detail .smaller {
  font-size: 1.1rem;
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}
.assist-banner__title {
	transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.assist-banner__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  border-radius: 0 0 0 5px;
  outline: none;
  background: #ba0c1e;
  text-indent: -9999px;
  cursor: pointer;
}
.assist-banner__close:after, .assist-banner__close:before {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  content: "";
}
.assist-banner__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.assist-banner__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}

/*@media print, screen and (min-width: 768px) {*/
  .assist-banner.is-show {
    right: 22px;
  }
  .assist-banner {
    right: -320px;
    bottom: 230px;
    width: 320px;
    border: 5px solid #ba0c1e;
    border-radius: 5px 0 5px 5px;
  }
  .assist-banner__inner {
    padding: 12px 15px 12px 12px;
  }
	.assist-banner__pickup__inner {
		padding: 0 18px;
	}
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
	.assist-banner__close {
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 6px;
    width: 14px;
  }
	.assist-banner__pickup {
		top: -25px;
  }
	.assist-banner__img {
    width: 100px;
    margin-right: 18px;
  }
  .assist-banner__detail {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
	.assist-banner__title {
		font-weight: 700;
		letter-spacing: -1px;
    line-height: 1.2;
	}
/*}*/

/*@media screen and (max-width:767.98px) {
	.assist-banner.is-show {
		right: 15px;
  }
  .assist-banner {
    right: calc(-100% + 30px);
    bottom: 5px;
    width: calc(100% - 30px);
    border: 4px solid #ba0c1e;
  }
  .assist-banner__inner {
    padding: 10px 33px 10px 10px;
	}
	.assist-banner__pickup {
		top: -17px;
  }
	.assist-banner__pickup__inner {
    padding: 2px 15px 1px;
    font-size: 1.1rem;
  }
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
  .assist-banner__close {
    top: -4px;
    right: -4px;
    width: 35px;
    height: 35px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 10px;
    width: 15px;
  }
	.assist-banner__close:after, .assist-banner__close:before {
    display: block;
    position: absolute;
    height: 1px;
    background: #fff;
    content: "";
	}
	.assist-banner__img {
    width: 82px;
    margin-right: 11px;
  }
	.assist-banner__detail {
    margin-top: 5px;
    font-size: 1.2rem;
  }
	.assist-banner__detail span {
    font-size: 1.1rem;
	}
  .assist-banner__title {
    font-size: 1.5rem;
    font-weight: 700;
		line-height: 1.4;
  }
}*/
/*=====================*/