@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "Yu Gothic medium", "Hiragino Sans", "sans-serif", "Ropa Sans",sans-serif;
}

#pankuzu_a{ z-index:100; position:relative;}

/* 全画面表示CSS */
.fullscreen {
  height: 100%; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(images/top.png);
}

/*キーイメージのスライド*/
#slider {
    width: 100%;
    height: 70vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.wrapper{
  position: relative;
}


/*タイトルロゴ*/
.ttllogo{
	position: absolute;
	z-index: 99;
	margin:0 auto;
	left:0;
	right:0;
	top:0;
	margin-top:25%;
	max-width: 980px;
}

/*ナビ*/
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}
.navi_s_wrap {
	margin: auto;
	height: 100px;
	position: sticky;
    z-index: 1000;
	background: linear-gradient(to right, #61afac, #4ab0db);
}
.pakitrek_navi {
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 1.5px;
    color: #fff;
    z-index: 1000;
	position: sticky;
    max-height: 60px;
}
ul.navi_s {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
    padding-top: 32px;
    font-size: 19px;
}
.pakitrek_navi li {
    height: 100px;
    width: calc(100% / 5);
    text-align: center;
    color: #FFF;
    position: relative;
}
.pakitrek_navi li a {
    display: block;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    font-weight: 500;
}
/*
マウスオーバーの動き
.pakitrek_navi li::before{
	display: block;
	width: calc(100% / 5);
	text-align: center;
	padding:18px 0;
	color: #079f3b; 
}
.pakitrek_navi li:active {
  background: #079f3b;
  color: fff;
  letter-spacing: 0.2em;
}

.pakitrek_navi li a:hover{
	color:#079f3b;
	opacity: 1;
	letter-spacing:0.1em;
	transition:0.5s all;
	font-size: 19px;
		padding: 14px;
}

.pakitrek_navi li:hover {
	background-position: 0 100%;
	opacity: 1;
	color: #fff;
}
.pakitrek_navi li:hover a{
	color:#fff;
}
*/

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*トレッキングコース背景*/
.content1 {
    background-color: #f6f8fb;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
	padding: 80px 0 90px;
}
/*h2バックの飾りアルファベット*/
.content1::before {
    content: 'EPIC PLACES';
    font-family: "Ropa Sans",sans-serif;
    font-style: italic;
    font-size: 165px;
	letter-spacing: 0.05em;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: .6;
    font-weight: bold;
    z-index: -1;
    white-space: nowrap;
}
/*コンテンツの領域指定*/
.content1_inner {
    max-width: 1210px;
    margin: 0 auto;
}

/*ランキング背景*/
.content2{
    background-color: #00728e;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
	padding: 80px 0 90px;
}
/*h2バックの飾りアルファベット*/
.content2::before {
    content: 'HIGH PEAK RANKING';
    font-family: "Ropa Sans",sans-serif;
    font-style: italic;
    font-size: 165px;
	letter-spacing: 0.05em;
    color: #006b86;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: .6;
    font-weight: bold;
    z-index: -1;
    white-space: nowrap;
}
/*コンテンツの領域指定*/
.content2_inner {
    max-width: 980px;
    margin: 0 auto;
}

/*FAQ背景*/
.content3 {
    background-color: #f6f8fb;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
	padding: 80px 0 120px;
}
/*h2バックの飾りアルファベット*/
.content3::before {
    content: 'QUESTIONS';
    font-family: "Ropa Sans",sans-serif;
    font-style: italic;
    font-size: 165px;
	letter-spacing: 0.05em;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: .6;
    font-weight: bold;
    z-index: -1;
    white-space: nowrap;
}

/*コンテンツの領域指定*/
.content3_inner {
    max-width: 1210px;
    margin: 0 auto;
}

/*持ち物リスト*/
.mochimono{
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
}
.mochimono>div{
	width: 33.3%;
}
.mochimono strong{
	font-size: 20px;
	padding-bottom: 0;
	margin-left: 5px;
	font-weight: bold;
	color: #61afac;
}
.mochimono table{
  border-collapse: separate;
  border-spacing: 10px;
	margin-top: 0 !important;
}
.mochimono tr{
	line-height: 20px;
}
.mochimono th{
	background-color: #61afac;
	color: #fff;
	padding:5px;
	width: 120px;
	vertical-align: middle;
	font-size: 13px;
	text-align: center;
}
.mochimono th.okonomi{
	color: #61afac;
	border: solid 2px #61afac;
	background: transparent;
}
.mochimono td{
	font-size: 13px;
	padding:10px 0;
}

/*ランキング背景*/
.content4{
    background-color: #00728e;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
	padding: 80px 0 90px;
}
/*h2バックの飾りアルファベット*/
.content4::before {
    content: 'ADVANTAGES';
    font-family: "Ropa Sans",sans-serif;
    font-style: italic;
    font-size: 165px;
	letter-spacing: 0.05em;
    color: #006b86;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: .6;
    font-weight: bold;
    z-index: -1;
    white-space: nowrap;
}
/*コンテンツの領域指定*/
.content4_inner {
    max-width: 980px;
    margin: 0 auto;
}

/*ツアー一覧背景*/
.content5 {
    background-color: #f6f8fb;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    z-index: 1;
	padding: 80px 0 90px;
}
/*h2バックの飾りアルファベット*/
.content5::before {
    content: 'TOURS';
    font-family: "Ropa Sans",sans-serif;
    font-style: italic;
    font-size: 165px;
	letter-spacing: 0.05em;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: .6;
    font-weight: bold;
    z-index: -1;
    white-space: nowrap;
}
/*コンテンツの領域指定*/
.content5_inner {
    max-width: 1210px;
    margin: 0 auto;
}


h2{
    font-weight: bold;
    font-size: 40px;
    padding: 0px 30px 30px;
    margin: 0px 0px 60px;
    background-image: linear-gradient(to right, #61afac, #4ab0db);
    background-repeat: no-repeat;
    background-size: 50px 4px;
    background-position: bottom;
    letter-spacing: 0.05em;
    }

h3{
    font-weight: bold;
    font-size: 30px;
	 text-align: center;
    padding: 0px 30px 30px;
    letter-spacing: 0.05em;
    }
h4{
    font-weight: bold;
    font-size: 40px;
    margin: 0px 0 0 0;
    letter-spacing: -0.01em;
    }
h5{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    letter-spacing: -0.01em;
    }

.content1_title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.content2_title {
	color: #FFF;
    text-align: center;
    margin-bottom: 70px;
}
 .h2_label {
    display: inline-block;
    background-image: linear-gradient(to right, #61afac, #4ab0db);
    color: #fff;
    letter-spacing: .08em;
    padding: 5px;
    line-height: 1;
    font-size: 20px;
	font-weight: bold;
}

/*コンテンツ：トレッキングコース左寄せ*/
.course_box {
    position: relative;
    width: 1030px;
    height: 370px;
    margin: 0px auto 70px;
}
.course_box img {
    float: right;
}
.course_txtarea {
    position: absolute;
    top: 25px;
    flex-direction: column;
    z-index: 2;
    transition: all .5s ease;
    transition-delay: .4s;
}
.course_number {
	font-family: "Ropa Sans",sans-serif;
	color: #fff;
    font-size: 165px;
    font-style: italic;
    font-weight: bold;
	line-height: 0.5;
    margin-bottom: 40px;
	}
.svgtxt {
  font-weight       : bold;
  font-size         : 165px;
  stroke            : #61afac;
  fill              : #ffffff;
  letter-spacing    : 8px;
  text-anchor       : end;
  dominant-baseline : alphabetic;
  margin-left: -100px;
}
.svgtxt_column {
  font-weight       : bold;
  font-size         : 60px;
  stroke            : #61afac;
  fill              : #ffffff;
  letter-spacing    : 0.1px;
  text-anchor       : end;
  dominant-baseline : alphabetic;
  margin-left: -100px;
}
.svgtxt > svg > use:nth-of-type(1) {
  stroke-width      : 5px;
  paint-order       : stroke;
}
.svgtxt > svg > use:nth-of-type(2) {
  stroke-width      : 5px;
  paint-order       : stroke;
}

.course_txtarea .course_number::before {
    content: 'DESTINATION';
    display: block;
    letter-spacing: .005em;
    font-style: italic;
    font-weight: bold;
    font-size: 23px;
    color: #61afac;
}

.read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.label_read_bk {
    display: inline-block;
    color: #fff;
    background-color: #323740;
    font-weight: 700;
    line-height: 1;
    padding: 7px;
    font-size: 25px;
    letter-spacing: .1em;
    text-indent: -0.1em;
    font-feature-settings: "palt";
}
small {
    font-size: 70%;
}
.label_read_gd {
    display: inline-block;
    color: #fff;
    background-image: linear-gradient(to right, #61afac, #4ab0db);
    font-weight: 700;
    line-height: 1;
    padding: 10px;
    font-size: 34px;
    letter-spacing: .1em;
    text-indent: -0.1em;
    font-feature-settings: "palt";
}
.label_read_gd_column {
    display: inline-block;
    color: #fff;
    background-color: #323740;
    font-weight: 700;
    line-height: 1;
    padding: 10px;
    font-size: 34px;
    letter-spacing: .1em;
    text-indent: -0.1em;
    font-feature-settings: "palt";
}

/*コンテンツ：トレッキングコース右寄せ*/
.course_box_reverse {
    position: relative;
    width: 1030px;
    height: 370px;
    margin: 0px auto 70px;
}
.course_box_reverse img {
    float: left;
}
.course_txtarea_reverse {
    position: absolute;
    top: 25px;
	right: 0;
    left: auto;
    flex-direction: column;
    z-index: 2;
    transition: all .5s ease;
    transition-delay: .4s;
}
.course_number_reverse {
	color: #fff;
    font-size: 165px;
    font-style: italic;
    font-weight: bold;
	line-height: 0.5;
    margin-bottom: 40px;
	}
.svgtxt {
  font-weight       : bold;
  font-size         : 165px;
  font-family       : "Ropa Sans",sans-serif;
  stroke            : #61afac;
  fill              : #ffffff;
  letter-spacing    : 6px;
  text-anchor       : end;
  dominant-baseline : alphabetic;
  margin-left: -100px;
}
.svgtxt_reverse {
  font-weight       : bold;
  font-size         : 165px;
  font-family       : "Ropa Sans",sans-serif;
  stroke            : #61afac;
  fill              : #ffffff;
  letter-spacing    : 8px;
  text-anchor       : initial;
  dominant-baseline : alphabetic;
  margin-left: -40px;
}
.svgtxt > svg > use:nth-of-type(1) {
  stroke-width      : 5px;
  paint-order       : stroke;
}
.svgtxt > svg > use:nth-of-type(2) {
  stroke-width      : 5px;
  paint-order       : stroke;
}
.svgtxt_reverse > svg > use:nth-of-type(1) {
  stroke-width      : 5px;
  paint-order       : stroke;
}
.svgtxt_reverse > svg > use:nth-of-type(2) {
  stroke-width      : 0;
}

.course_txtarea_reverse .course_number_reverse::before {
    content: 'DESTINATION';
    display: block;
    font-family: "Ropa Sans",sans-serif;
    letter-spacing: .005em;
    font-style: italic;
    font-weight: bold;
    font-size: 23px;
    color: #61afac;
}

.read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.column_hunza {
	padding: 30px;
    margin: auto;
    color: #2c2c2f;
    background: #FFF;/*背景色*/
	max-width: 980px;
	text-align: center;
}
.column_hunza h5 small {
	    padding: 11px;
        font-size: 20px;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
    vertical-align: middle;
}
.column_hunza p {
    margin: 15px 20px 0px 0px; 
    padding: 0;
	font-size: 14px;
    max-width: 50%;
}
.hunza_tour {
	text-align: left;
	margin: 20px 20px 20px 0px;
}


/*コンテンツ：ランキング*/
/*.rankingtable {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

.rankingtable thead tr th {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #61afac;
    font-size: 19px;
    letter-spacing: .05em;
    vertical-align: middle;
}
.rankingtable tbody tr td {
    padding: 11px;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
    vertical-align: middle;
}*/

.content2 .content2_inner table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 70px;
}
.content2 .content2_inner table tr {
  background-color: #fff;
}
.content2 .content2_inner table tr:nth-child(even){
  background-color: #eee;
}
.rank {
  padding: 11px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .025em;
  text-align: center;
  vertical-align: middle;
}

.content2 .content2_inner table thead th {
    font-size: 19px;
    padding: 10px 0;
}
.content2 .content2_inner table thead th:before {
  content: '';
  position: absolute;
  border-left: 1.5px #fff dotted;
  display: block;
  height: 27px; /*下線の太さ*/
}
.content2 .content2_inner table thead th:first-child:before{
	display: none;
}
.content2 .content2_inner table thead tr{
  padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #61afac;
    font-size: 19px;
    letter-spacing: .05em;
    vertical-align: middle;
}
.content2 .content2_inner table tbody th {
  text-align: left;
  font-size: .8em;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #61afac;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid #61afac;
  }
  table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
    padding: 1em
}

}






/*コンテンツ：よくある質問*/
.faq_content {
    word-break: normal;
    word-wrap: break-word;
	line-height: 180%;
    margin-bottom: 70px;
	text-align: justify;
}

/*質問内容左寄せ*/
.faq_description_sec {
    position: relative;
    z-index: 1;
    padding: 65px 0 35px;
    margin-bottom: 70px;
}
.faq_description_sec::before {
    content: '';
    display: block;
    width: 62%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
}
.container {
    width: 1140px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.faq_description_sec_inner {
    display: flex;
}
.faq_description_sec_faq {
    width: 560px;
    margin-right: 60px;
}
.faq_description_sec_faq .faq_box {
    margin-bottom: 35px;
}
.faq_description_sec_faq .faq_box .question {
    color: #61afac;
    font-weight: 700;
    font-size: 18px;
	line-height: 1.5em;
    margin-bottom: 10px;
}
.faq_description_sec_faq .faq_box .answer {
    color: #000222;
    font-size: 15px;
	line-height: 1.5em;
    margin-bottom: 10px;
}
.faq_description_sec_pic {
    margin-right: -95px;
}

/*質問内容右寄せ*/
.faq_description_sec_re {
    position: relative;
    z-index: 1;
    padding: 65px 0 35px;
    margin-bottom: 70px;
}
.faq_description_sec_re::before {
    content: '';
    display: block;
    width: 62%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
}

.faq_description_sec_re_inner {
    display: flex;
    flex-direction: row-reverse;
}
.faq_description_sec_re_faq {
    width: 560px;
    margin-left: 60px;
}
.faq_description_sec_re_faq .faq_box {
    margin-bottom: 35px;
}
.faq_description_sec_re_faq .faq_box .question {
    color: #61afac;
    font-weight: 700;
    font-size: 18px;
	line-height: 1.5em;
    margin-bottom: 10px;
}
.faq_description_sec_re_faq .faq_box .answer {
    color: #000222;
    font-size: 15px;
	line-height: 1.5em;
    margin-bottom: 10px;
}
.faq_description_sec_re_pic {
    margin-right: -95px;
}



/*1日のスケジュール*/
.schedule {
	height: 580px;
	background: linear-gradient(to left, #61afac, #4ab0db);
	padding: 0px 0 90px;
	margin-bottom: 90px;
	color: #fff;
}
.schedule::before {
    content: '';
    display: block;
    width: 2px;
    height: 70px;
    background: #79c9d1;
    position: relative;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 100;
}
.schedule_inner {
    max-width: 980px;
    margin: 30px auto;
}
.timeline {
    position: relative;
    width: 980px;
    height: 290px;
    margin: 20px auto;
}
.timeline::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50px;
	left: 0;
}
.timeline li{
	position: absolute;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.timeline li.no1{
	left: 50px;
}
.timeline li.no2{
	left: 170px;
}
.timeline li.no3{
	left: 410px;
}
.timeline li.no4{
	left: 660px;
}
.timeline li.no5{
	left: 750px;
}
.timeline li.no6{
	left: 900px;
}
.timeline li time {
    display: block;
    font-family: "Ropa Sans",sans-serif;
    font-size: 23px;
	letter-spacing: 1px;
    margin: 0px 0px 13px -6.5px;
}
.timeline li .text {
    font-size: 20px;
    writing-mode: vertical-rl;
}
.timeline li .text::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin: -6px 0 18px;
}






.slider-nav .arrows {
  position: relative;
  display: inline-block;
}

.s_slide_frame {
	margin: -210px auto 120px auto;
}
.s_slide_wrap {
	overflow: hidden;
	margin: 0px auto;
	 width: 100%;
}
.s_slide_wrap .s_slide .img{
	margin: 0px 20px;
	cursor: pointer;
  max-width: 500px;
  position: relative;
  width: 100%;
	
}
.hover-mask {
  align-items: center; /* テキストの中央揃え */
  background: rgba(45, 53, 68, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 241px;
	align-items: flex-start;
}
.hover-mask:hover {
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.hover-mask p {
	padding: 20px;
	font-size: 12pt;
	    text-align: justify;
  width: 100%; /* テキストを横幅いっぱいにならないようにする */
}

.slider-nav .slick-dots li.slick-active button:before {
	background: #61afac;
}


/*西遊旅行の山旅ポイント*/
.content_point{
	    margin-top: 40px;
	clear: both;
  color: #000222;
	text-align: justify;
}

.content_point ul{
	display:flex;
	clear: both;
	flex-wrap: wrap;
	align-items:flex-start;
	justify-content:space-between;
    margin-top: 15px;
}
.content_point ul li{
    background: #FFF;
    max-width: 470px;
    height: auto;
	margin-bottom: 40px;
}
.content_point ul li h4{
	font-size :18px;
	margin: 20px auto 0px 45px;
}

.content_point ul li p{
	padding: 20px 45px 45px;
	font-size: 14px;
}
.content_point ul li a{
text-decoration-line: underline;
}
.point_number {
	font-family: "Ropa Sans",sans-serif;
	color: #fff;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
	line-height: 0.5;
	margin-top: -73px;
	margin-bottom: -75px;
	}
.point_number::before {
    content: 'POINT';
    display: block;
	padding-left: 47px;
    letter-spacing: .05em;
    font-style: italic;
    font-weight: bold;
    font-size: 29px;
    color: #FFF;
}
.svgtxt_point {
  font-weight       : bold;
  font-size         : 80px;
  stroke            : #61afac;
  fill              : #ffffff;
  letter-spacing    : 8px;
  text-anchor       : end;
  dominant-baseline : alphabetic;
  margin-left: -100px;
}
.svgtxt_point > svg > use:nth-of-type(1) {
  stroke-width      : 4px;
  paint-order       : stroke;
}
.svgtxt_point > svg > use:nth-of-type(2) {
  stroke-width      : 0;
}


/*//コースPOP UP//*/
.course_pop {
    padding: 50px;
}
 .h2_label {
    background-image: linear-gradient(to right, #61afac, #4ab0db);
    color: #fff;
    letter-spacing: .08em;
    padding: 5px;
    line-height: 1;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.course_en{
	font-family: "Ropa Sans",sans-serif;
	font-weight: bold;
    font-style: italic;
	line-height: 0.5;
    font-size: 20px;
    margin: 0 0 30px 0;
	letter-spacing: 0.05em;
    }
.label_related {
    display: inline-block;
    background-color: #61afac;
    color: #fff;
    letter-spacing: .08em;
    padding: 5px;
	margin: 0px 5px 5px 0px;
    line-height: 1;
    font-size: 14px;
	font-weight: bold;
}

/* 回り込み設定 */
.imgL {
	float: left;
	margin-right: 20px;
}
.imgR {
	float: right;
	margin: 0px 0px 20px 20px;
}
.pop_box {
	font-size: 14px;
	text-align: justify;
}
/*.pop_box p {
	max-width: 35%;
}*/
.pop_box img {
	max-width: 65%;
}


/*POPのスライド*/
.course_slide {
	max-width: 680px;
	max-height: 460px;
	margin: auto;
}
.c_slide {
	position: relative;
	display: inline-block;
	max-width: 680px;
	max-height: 460px;
}
.c_slide .img {
		max-width: 100%;
		vertical-align: top;
	display: block;
	}
.c_slide .text {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 5px 0px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0,0,0,0.50);
	text-align: center;
	}

.slick-dots li.slick-active button:before {
	color: #61afac;
	content: '●';
}
.slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '●';
    text-align: center;
    opacity: .40;
    color: gray;
}
.slick-dotted .slick-slider {
	margin-bottom: 60px;
}

/*ツアーリーダーからの一言*/
.column{
    position: relative;
	margin-top: 40px;
/*
	max-width: 680px;
*/
	height: auto;
	padding: 20px 25px; 
	background: #FFF;
	border: 1px solid #61afac;
  border-image: linear-gradient(to right, #61afac, #4ab0db);
  border-image-slice: 1;
	margin-bottom: 30px;
}
.column_label:before{
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 49.5%;
      width: 100%;
      height: 3px;
      background-color: #fff;
      content: '';
}
.column_label {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 0 5px;
    transform: translateY(-50%);
    font-size: 19px;
	font-weight: bold;
    color: #61afac;
}
.pop_tour {
    color: #323740;
    font-weight: 700;
    font-size: 16px;
	line-height: 1.5em;
    margin-bottom: 5px;
}
.column_content {
	text-align: justify;
	display: flex;
}
.comment {
	font-size: 14px;
	margin: 0;
}
.area {
	display: inline-block;
    background-color: #61afac;
    color: #fff;
    letter-spacing: .1em;
    padding: 2px;
    line-height: 1;
    font-size: 8px;
	font-weight: bold;
	margin: 8 0 0 0;
}
.name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.link_btn {
  max-width: 100%;
  margin: 0px 0px 15px 0px;
}
a.btn_02_a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: .5rem .5rem .5rem 4rem;
  background-image: linear-gradient(to right, #61afac, #4ab0db);
  border-radius: 10px;
  text-decoration: none;
  transition-duration: 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック";
}
a.btn_02_a:hover {
  background-image: linear-gradient(to right, #61afac, #4ab0db);
	opacity: 0.7;
}
a.btn_02_a span {
  position: relative;
	    font-family: inherit;
}
a.btn_02_a span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
	margin-left: -45px;
}
a.btn_02_a span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 3px solid #61afac;
    border-right: 3px solid #61afac;
    transform: rotate(45deg);
    position: absolute;
    top: 56%;
    left: -38px;
    margin-top: -7px;
}
a.btn_02_a:hover span:after {
  border-top: 3px solid #61afac;
  border-right: 3px solid #61afac;
}

/*ツアー一覧*/
.box_tour {
	width: 960px;
	margin: 30px auto;
	font-size: 14px;
	line-height: 170%;
}

.list_ul{
	width: 960px;
	overflow: hidden;
	margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}

.list_ul li{  width:48%;  margin:0px 0px 12px 15px; padding:6px 12px; background-color:#FFF; height:auto; display: block}
.list_ul li img{ margin-right:3px;}
.list_ul li h4{ font-weight: bold;}

.list_tour_ladakh{line-height:160%; margin-top:8px;}
.list_tour_ladakh h5{margin-bottom: 2px;}

.list_tour_ladakh td{line-height:150%; padding-bottom:10px;font-size:12px;vertical-align: top; text-align: justify;}
.list_tour_ladakh strong {color:#333; }
.list_tour_ladakh strong span.red{color:#ff5a2e;}

.list_tour_ladakh td img{ padding:0px 7px 5px 0px;max-width:none; width: 140px;}
.list_tour_ladakh a img:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


.sttl_detail{
	background-color:#61afac;
	font-size:10px;
	color:#FFF;
	width:28px;
	text-align:center;
	line-height:12px;
	padding:1px;
	display:inline-block;
	margin:7px 3px 0 0;
	border-color: #61afac;
}

.list_tour_ladakh .strong{
	line-height:130%;
	display:inline-block;
}
.hitokuchi{}
.hitokuchi span{font-size: 15px;color: #fff;font-weight: bold;padding-left:10px;}

@media only screen and (max-width: 767px) {
    .ttllogo{margin-top: 60%;}
    .navi_s_wrap{height: 60px;}
    ul.navi_s{width:100%;padding-top: 13px;font-size: 0;}
    .pakitrek_navi li {width: 100%;flex: 1;}
    .pakitrek_navi li a{font-size: 14px;line-height: 120%;font-weight: bold;letter-spacing: 0.5px;}
    .bg_kuro{ padding:0 3%;}
    .box_tour{ width:100%; }
    .list_ul{
    width: auto;
    margin-left: 0px;
}
    .list_ul li{ width: 90%; padding: 0; margin: 0px auto;}
    
    h2{font-size: 28px;margin-bottom: 30px;}
    .content1_title{margin-bottom: 30px;}
    .course_box,.course_box_reverse{width: 150%;margin-bottom: 0px;}
    
    .read{width:100vw;}
    .course_txtarea .course_number::before{margin-left: 20px;}
    .course_txtarea_reverse{right: auto;}
    .svgtxt{margin-left: 5px;}
    
    .column_hunza h5 small{float:left;margin-top: -15px;}
    .column_hunza p{max-width: 100%;}
    
    .content2 .content2_inner table tr{display: table-row;}
    .content2 .content2_inner table thead{width: 100%;height: 30px;position: relative;}
    .content2 .content2_inner table thead th{display: table-cell;font-size: 12px;vertical-align: middle;}
    .content2 .content2_inner table thead th:before{display: none;}
    .rank{display: table-cell;padding: 7px; font-size: 14px;}
    .content2_title{margin-bottom: 30px;}
    
    .faq_description_sec{margin: 0;padding:0;}
    .faq_description_sec_re{padding: 0;margin-bottom: 0;;}
    .faq_description_sec_re_faq{width: 100%;margin-left: 0;}
    .faq_description_sec::before,.faq_description_sec_re::before{display: none;}
    .container{width:100%;}
    ul.single-item{display: none;}
    .faq_description_sec_faq{width: 100%;margin-right:0;}
	
	/*持ち物リスト*/
	.mochimono {
    max-width: 98%;
}
.mochimono>div {
    width: 100%;
}
.mochimono tr {
    display: flex;
    flex-wrap: wrap;
}
	.mochimono th {
    padding: 5px;
    width: 100%;
    text-align: left;
}

.mochimono table {
    margin-bottom: 15px;
}
	.mochimono table tr{
    border: 0;
}
	.mochimono table td{
    text-align: left;
	padding: 5px 0px;
}
    
    .content_point ul li {margin: 10px 15px;}
    .content_point ul li h4{margin: 18px 20px 0px 25px;}
    .content_point ul li p{padding: 13px 25px 25px;}
    .point_number::before{padding-left: 10px;}
    h3{font-size: 26px;}
    .schedule{height: auto;}
    .timeline{display: none;}
    
    .list_tour_ladakh td img{width: 100%;padding: 0;}
    .list_tour_ladakh td{line-height: 180%;padding:20px;}
    
    .content5{padding-bottom: 0;}
    
    .modaal-inner-wrapper{padding:20px;}
    .course_pop{padding: 25px;}
    .modaal-wrapper .modaal-close{display: none;}
    
    .h2_label{font-size: 13px;}
    h4{font-size: 30px;line-height: 100%;margin-bottom: 10px;}
    .course_en{font-size: 18px;line-height: 100%;margin-bottom: 15px;}
    .course_slide {
        width:100%;
        max-width: 100%;
        max-height: none;
    }
    .c_slide {
        width: 100%;
        height: 200px;
        max-width: 100%;
        max-height: none;
    }
    a.btn_02_a{padding-top:12px;padding-bottom:12px;}
    .slick-dotted.slick-slider{margin-bottom: 35px;}
    a.btn_02_a{font-size: 16px;}
    a.btn_02_a span{line-height: 100%;padding: 11px 0;}
    a.btn_02_a span:before{margin-top: -8px;}
    
    .content1::before{font-size: 75px;}
    .content2::before{font-size: 85px;}
    .content3::before{font-size: 85px;}
    .content4::before{font-size: 70px;}
    
    .course_txtarea{transform: scale(0.8);margin-left: -20px;}
    .course_txtarea_reverse{transform: scale(0.8);margin-left: -20px;}
    .svgtxt svg{width: 100%;position: relative;left: 0;margin: 0px;padding: 0;overflow: visible;margin-left: 10px;}
    .course_number_reverse{padding-left: 20px;}
    
    .hitokuchi{width: 90%;margin: 0 auto;}
    .hitokuchi span{display: block;padding: 0;}


.label_read_bk {
    line-height: 1.3;
	font-size: 23px;
}
.label_read_gd {
    font-size: 29px;
}
.svgtxt {
    font-size: 135px;
}
.svgtxt_reverse {
    font-size: 135px;
}
.course_number {
    margin-bottom: 10px;
}
.course_number_reverse {
    margin-bottom: 10px;
}
.content1 {
    padding: 50px 0 90px;
}
	.column_hunza p {
    margin: 15px 0px 0px 0px;
    font-size: 12px;
}
	.column_hunza h5 small {
    font-size: 14px;
}
.imgR {
	float: right;
	margin: 0px 0px 5px 15px;
}
	
	}
/*関連ツアー*/
.recommended-list {
    line-height: 1;
	width: calc(100% - 150px);
	margin: auto;
}

.box_960 {
    background-color: rgba(255,255,255,0.9);
    padding: 80px 120px 70px;
    line-height: 180%;
    width: 960px;
}
@media only screen and (max-width: 767px) {
.box_960 {
    padding: 30px 14px;
    line-height: 180%;
    width: 90%;
}
}