@charset "UTF-8";
/*===== COMPASS ===== */
/*===== BASE ===== */
/*===== VARIABLES ===== */
/*===== RESET ===== */
.contents-customize *,
.contents-customize *:before,
.contents-customize *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents-customize img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

a:hover {
opacity: 0.7;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

.ls-social li:hover {opacity: 0.7;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;}


/*===== COMMON ===== */
.container {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}

.contents-customize {
  letter-spacing: 0.075em;
  font-size: 14px;
  font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #242424;
}

div.containner .txt{  font-size:15px;}


.contents-customize div, .contents-customize span, .contents-customize applet, .contents-customize object, .contents-customize iframe, .contents-customize h1, .contents-customize h2, .contents-customize h3, .contents-customize h4, .contents-customize h5, .contents-customize h6, .contents-customize p, .contents-customize blockquote, .contents-customize pre, .contents-customize a, .contents-customize abbr, .contents-customize acronym, .contents-customize address, .contents-customize big, .contents-customize cite, .contents-customize code, .contents-customize del, .contents-customize dfn, .contents-customize em, .contents-customize font, .contents-customize img, .contents-customize ins, .contents-customize kbd, .contents-customize q, .contents-customize s, .contents-customize samp, .contents-customize small, .contents-customize strike, .contents-customize strong, .contents-customize sub, .contents-customize sup, .contents-customize tt, .contents-customize var, .contents-customize b, .contents-customize u, .contents-customize i, .contents-customize center, .contents-customize dl, .contents-customize dt, .contents-customize dd, .contents-customize ol, .contents-customize ul, .contents-customize li, .contents-customize img, .contents-customize fieldset, .contents-customize form, .contents-customize label, .contents-customize legend, .contents-customize caption, .contents-customize tbody, .contents-customize tfoot, .contents-customize thead, .contents-customize article, .contents-customize aside, .contents-customize canvas, .contents-customize details, .contents-customize embed, .contents-customize figure, .contents-customize figcaption, .contents-customize footer, .contents-customize header, .contents-customize hgroup, .contents-customize menu, .contents-customize nav, .contents-customize output, .contents-customize ruby, .contents-customize section, .contents-customize summary, .contents-customize time, .contents-customize mark, .contents-customize audio, .contents-customize video {
  font-size: inherit;
  font-family: inherit;
  -webkit-text-size-adjust: none;
  line-height: inherit;
  color: inherit;
}
.contents-customize a {
  text-decoration: none;
  color: inherit;
}
.contents-customize .wrapper {
  width: 960px;
  margin: 0 auto;
}
.contents-customize .ft-serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

/* Text */
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*===== COMMON PARTS ===== */
/* Arrows */
.block-navi .nav-bar li a:before, .ls-top-tour-tabs li a:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #e60012;
}

/*.block-navi .nav-bar li a:hover:before, .ls-top-tour-tabs li a.active:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #e60012 transparent transparent transparent;
}*/

/* Module */
.block-navi {
  height: 60px;
}
.block-navi .nav-bar li {
  float: left;
  background:#FFF;
}
.block-navi .nav-bar li a {
  display: block;
  position: relative;
}
.block-navi .nav-bar li a:before {
  position: absolute;
  right: 7px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-navi.fixed .nav-bar {
  width: 960px;
  position: fixed;
  top: 0;
  z-index: 2000;
}

.block-social {
  margin: 24px 0 40px;
}
.block-social .block-cnt {
 /* float: left;
  width: 770px;
  line-height: 1.42857;*/
	text-align: center;
	margin-bottom: 10px;
}
.block-social .block-des {
 /* float: right;
  width: 190px;*/
	text-align: center;
}

.block-banner-bottom {
  position: relative;
  padding-top: 15px;
  padding-bottom: 60px;
}

.back-top {
  display: none;
  position: fixed;
  right: 50%;
  bottom: 70px;
  z-index: 1000;
  margin-right: -480px;
  cursor: pointer;
}
.back-top.abs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  margin: 0;
}

.ls-social {
  margin-left: 0px;
	display: inline-block;
}
.ls-social li {
  float: left;
  margin-left: 6px;
}

.sec-com-default {
  min-height: 431px;
  position: relative;
}
.sec-com-default:before {
  display: block;
  content: " ";
  width: 500px;
  height: 431px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.sec-com-default:after {
  display: block;
  content: " ";
  width: 250px;
  height: 215px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec-com-default .sec-inner {
  position: relative;
  z-index: 10;
}
.sec-com-default .sec-ttl {
  text-align: center;
}

.sec-com-reversed {
  min-height: 431px;
  position: relative;
}
.sec-com-reversed:before {
  display: block;
  content: " ";
  width: 500px;
  height: 431px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-com-reversed:after {
  display: block;
  content: " ";
  width: 250px;
  height: 215px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-com-reversed .sec-inner {
  position: relative;
  z-index: 10;
}
.sec-com-reversed .sec-ttl {
  text-align: center;
}

.anchor_fix {
	position: relative;
	top: -60px;
	visibility: hidden;
}

/*===== COMMON PAGES ===== */
/* Info */
.sec-info-bolivia {
  padding: 41px 0 57px;
}
.sec-info-bolivia:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_thr01.png);
}
.sec-info-bolivia:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_thr02.png);
}
.sec-info-bolivia .sec-cnt {
  margin-top: 28px;
}
.sec-info-bolivia .block-info-bolivia-desc {
  font-size: 18px;
  line-height: 1.55556;
  text-align: center;
}
.sec-info-bolivia .block-info-bolivia-post {
  margin-top: 25px;
}
.sec-info-bolivia .block-info-bolivia-info {
  background: #f7e9d2;
  padding: 22px 20px 16px 30px;
  margin-top: 9px;
}
.sec-info-bolivia .block-info-bolivia-info .block-ttl {
  margin-bottom: 10px;
}
.sec-info-bolivia .block-info-bolivia-info .block-ttl .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sec-info-bolivia .block-info-bolivia-info .block-ttl .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  font-weight: bold;
  color: #d1884f;
}
.sec-info-bolivia .block-info-bolivia-des {
  margin-top: 35px;
}

.ls-info-bolivia-post .ls {
  float: left;
  width: 305px;
  margin-left: 22px;
  margin-bottom: 25px;
}
.ls-info-bolivia-post .ls:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
.ls-info-bolivia-post .ls .cont {
  margin-top: 5px;
}
.ls-info-bolivia-post .ls .cont .ttl {
  margin-bottom: 7px;
}
.ls-info-bolivia-post .ls .cont .ttl .no {
  display: block;
  float: left;
  margin-right: 4px;
}
.ls-info-bolivia-post .ls .cont .ttl .ct {
  display: block;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #ca8550;
  font-size: 18px;
  font-weight: bold;
}
.ls-info-bolivia-post .ls .cont .des {
  line-height: 1.42857;
}

.tb-info-bolivia-info {
  width: 100%;
}
.tb-info-bolivia-info th,
.tb-info-bolivia-info td {
  line-height: 1.42857;
  font-weight: normal;
  text-align: left;
}
.tb-info-bolivia-info th {
  width: 373px;
  padding-right: 20px;
  border-right: 1px solid #e0bd83;
}
.tb-info-bolivia-info td {
  padding-left: 30px;
}
.tb-info-bolivia-info p {
  margin-top: 10px;
}
.tb-info-bolivia-info p:first-child {
  margin-top: 0;
}
.tb-info-bolivia-info .hl {
  color: #e0965d;
}
.tb-info-bolivia-info .note {
  font-size: 12px;
  line-height: 1.66667;
}

.sec-info-altitude {
  padding: 59px 0 57px;
}
.sec-info-altitude:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_thr01.png);
}
.sec-info-altitude:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_thr02.png);
}
.sec-info-altitude .sec-cnt {
  margin-top: 34px;
}

.sec-info-faq {
  padding: 61px 0 30px;
}
.sec-info-faq:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_thr01.png);
}
.sec-info-faq .sec-cnt {
  margin-top: 35px;
}

.sec-info-altitude .sec-cnt {
  margin-top: 29px;
}
.sec-info-altitude .post {
  margin-top: 45px;
}
.sec-info-altitude .post:first-child {
  margin-top: 0;
}
.sec-info-altitude .post .ttl {
  font-size: 22px;
  color: #d1884f;
}
.sec-info-altitude .post .cnt {
  line-height: 1.42857;
}

.block-info-altitude-post-default .post-cont {
  float: left;
  width: 470px;
}
.block-info-altitude-post-default .post-thum {
  float: right;
  width: 462px;
  padding-top: 10px;
}

.block-info-altitude-post-single {
  margin-top: 10px;
}

.mod-info-altitude-chart {
  margin-bottom: 17px;
}
.mod-info-altitude-chart .mod-ttl {
  background: #80b86b;
  color: #fff;
  line-height: 1.21429;
  letter-spacing: normal;
  padding: 8px 10px 6px;
  margin-bottom: 3px;
}

.mod-info-altitude-alert {
  background: #fff1f1;
  border: 1px solid #d94848;
  padding: 10px 10px 14px;
}
.mod-info-altitude-alert .mod-ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #d94848;
}
.mod-info-altitude-alert .mod-cnt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.53846;
  color: #d94848;
  letter-spacing: normal;
}

.block-info-altitude-note {
  padding: 0 10px;
  margin-top: 41px;
}
.block-info-altitude-note .block-inner {
  background: #fff;
  border: 2px solid #009548;
  padding: 1px;
}
.block-info-altitude-note .block-inner .block-inset {
  border: 1px solid #009548;
  padding: 15px;
}
.block-info-altitude-note .block-ttl {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #6aa753;
  margin-right: 25px;
}
.block-info-altitude-note .block-cnt {
  float: left;
  width: 562px;
  line-height: 1.66667;
}
.block-info-altitude-note .block-cnt .hl {
  font-size: 18px;
  font-weight: bold;
  color: #d94848;
}
.block-info-altitude-note .block-pic {
  float: left;
  width: 40px;
  margin-top: -10px;
}

.sec-info-faq .row {
  margin-top: 26px;
}
.sec-info-faq .row:first-child {
  margin-top: 0;
}
.sec-info-faq .row .col {
  float: left;
  width: 470px;
  margin-left: 20px;
}
.sec-info-faq .row .col:first-child {
  margin-left: 0;
}

.mod-info-faq {
  background: #fff;
  border: 1px solid #c78454;
  padding: 20px;
}
.mod-info-faq .qes {
  font-size: 21px;
  font-weight: bold;
  color: #c78454;
  margin-bottom: 10px;
}
.mod-info-faq .qes:before {
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  background: url(/attending/kaigai/uyuni/photo/images/altitude_ques.png) no-repeat;
  float: left;
  margin-right: 8px;
}
.mod-info-faq .qes span {
  display: block;
  overflow: hidden;
}
.mod-info-faq .ans {
  margin-bottom: 13px;
}
.mod-info-faq .ans:last-child {
  margin-bottom: 0;
}
.mod-info-faq .ans:before {
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  background: url(/attending/kaigai/uyuni/photo/images/altitude_ans.png) no-repeat;
  float: left;
  margin-right: 8px;
}
.mod-info-faq .ans .inn {
  overflow: hidden;
  line-height: 1.42857;
  letter-spacing: normal;
}
.mod-info-faq .ans .inn .ttl {
  font-size: 16px;
  font-weight: bold;
  padding-top: 4px;
}
.mod-info-faq .ans .inn .cnt {
  margin-top: 10px;
}

.mod-info-faq01 .ans .inn .cnt .txt {
  float: left;
  width: 305px;
  margin-right: 15px;
}

.mod-info-faq02 .ans .inn .cnt .txt {
  float: left;
  width: 210px;
  margin-right: 25px;
}

.mod-info-faq03 .ans .inn .dl .dt {
  float: left;
  width: 625px;
}
.mod-info-faq03 .ans .inn .dl .dd {
  padding-top: 18px;
  width: 232px;
  float: left;
}
.mod-info-faq03 .ans .inn .dl .dd .spe {
  position: relative;
}
.mod-info-faq03 .ans .inn .dl .dd .spe .des {
  padding: 35px 50px 35px 30px;
  background: #f9f0df;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 1.28571;
  letter-spacing: 0.075em;
}
.mod-info-faq03 .ans .inn .dl .dd .spe .ico {
  position: absolute;
  top: 20px;
  right: -10px;
}

.mod-info-faq04 {
  position: relative;
}
.mod-info-faq04 .spe {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Photo */
.sec-photo-tips {
  min-height: 430px;
  position: relative;
  padding: 0px 0 40px;
}
.sec-photo-tips .sec-inner {
  position: relative;
  z-index: 10;
}
.sec-photo-tips .sec-ttl {
  text-align: center;
}
.sec-photo-tips .sec-cnt {
  margin-top: 20px;
}
.sec-photo-tips .block-tips-des {
  line-height: 1.7;
  text-align: center;
  font-size:17px;
    margin-bottom: 40px;
}
.sec-photo-tips .block-tips-cnt {
  width: auto;
  margin: 18px auto 0;
}
.sec-photo-tips .block-tips-cnt .col-left {
  float: left;
  width: 610px;
  padding-top: 60px;
}
.sec-photo-tips .block-tips-cnt .col-right {
  float: right;
  width: auto;
}
.sec-photo-tips .mod-tips-info {
  width: 100%;
  background: #fff;
}
.sec-photo-tips .mod-tips-info th,
.sec-photo-tips .mod-tips-info td {
  border: 1px solid #48a8d9;
  vertical-align: middle;
}
.sec-photo-tips .mod-tips-info th {
  width: 170px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55556;
  background: #48a8d9;
  color: #fff;
	padding: 15px 5px;
}
.sec-photo-tips .mod-tips-info td {
  line-height: 1.2;
  /*padding: 6px 20px 7px;*/
}
/*.sec-photo-tips .mod-tips-info td .info dt {
  float: left;
  width: 100px;
  font-size: 15px;
  background: #6db9e1;
  padding: 4px 8px 2px;
  color: #fff;
  margin-right: 10px;
}*/
.sec-photo-tips .mod-tips-info .info01  {
  font-size: 18px;
  background: #f7c559;
  color: #fff;
  text-align: center;
  padding:0 5px;
}
.sec-photo-tips .mod-tips-info .info02  {
  font-size: 18px;
  background: #b5eab4;
  color: #fff;
  text-align: center;
  padding:0 5px;
}
.sec-photo-tips .mod-tips-info .info03  {
  font-size: 18px;
  background: #79d2ff;
  color: #fff;
  text-align: center;
  padding:0 5px;
}
/*.sec-photo-tips .mod-tips-info td .info dt:hover{
	background:#FFF;
	border:solid 1px #6db9e1;
	width:98px;}*/
.sec-photo-tips .mod-tips-info td .info dd {
  font-size: 18px;
  font-weight: bold;
  color: #0066cc;
  padding-top: 2px;
}
.sec-photo-tips .mod-tips-info .day {
  font-size: 18px;
  font-weight: bold;
  color: #0066cc;
  padding:5px;
}
.sec-photo-tips .mod-tips-info .day span {
  font-size: 15px;
  font-weight:normal;
  color: #d94848;
}

.sec-photo-post {
  min-height: 284px;
  position: relative;
  padding-bottom: 60px;
}
/*.sec-photo-post:before {
  display: block;
  content: " ";
  width: 330px;
  height: 284px;
  background: url(/attending/kaigai/uyuni/photo/images/back_before.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-photo-post:after {
  display: block;
  content: " ";
  width: 250px;
  height: 214px;
  background: url(/attending/kaigai/uyuni/photo/images/back_after.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}*/
.sec-photo-post .sec-inner {
  position: relative;
  z-index: 10;
}

.block-photo-post .block-pic {
  float: right;
  margin-left: 22px;
}
.block-photo-post .block-cnt {
  overflow: hidden;
 /* padding: 0px 0 0 14px;*/
}
.block-photo-post .ttl {
  margin-bottom: 30px;
}
.block-photo-post .ttl.plus {
  margin-bottom: 13px;
}
.block-photo-post .cnt {
  padding-left: 10px;
}
.block-photo-post .cnt .txt {
  line-height: 1.71429;
}
.block-photo-post .cnt .des {
  text-align: right;
  margin-top: 14px;
  font-size: 13px;
}
.block-photo-post .cnt .des.plus {
  margin-top: 25px;
}
.block-photo-post.full {
  /*padding: 39px 22px 0 14px;*/
}
.block-photo-post.single {
  /*padding: 40px 0 0 20px;*/
}
.block-photo-post.single .row-one .col-right {
  float: right;
  width: 620px;
  padding-top: 6px;
}
.block-photo-post.single .row-one .col-left {
  float: left;
  width: 360px;
}
.block-photo-post.single .row-two .col-right {
  float: right;
  width: 460px;
}
.block-photo-post.single .row-two .col-left {
  float: left;
  width: 530px;
}

.block-photo-grid {
  background: #fffef1;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 30px;
}
.block-photo-grid .thum {
  float: right;
  margin-left: 30px;
}
.block-photo-grid .cont {
  overflow: hidden;
}
.block-photo-grid .cont .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.28;
}
.block-photo-grid .cont .txt {
  line-height: 1.71429;
}

.block-photo-gall {
  width: 100%;
  background: #fffef1;
  border: 1px solid #ccc;
  margin-top: 21px;
}
.block-photo-gall td {
  width: 50%;
  padding: 20px 20px 12px;
}
.block-photo-gall td:first-child {
  border-right: 2px solid #ccc;
}
.block-photo-gall td .cap {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.ls-photo-gall li {
  float: left;
  width: 208px;
  margin-left: 18px;
}
.ls-photo-gall li:first-child {
  margin-left: 0;
}

.mod-photo-iso {
  background: #fff;
  border: 1px solid #48a8d9;
}
.mod-photo-iso .mod-ttl {
  background: #48a8d9;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 3px;
}
.mod-photo-iso .mod-cnt {
  padding: 10px 14px;
}
.mod-photo-iso .mod-cnt .cnt-ttl {
  margin: 0 10px;
  background: #e5f3fa;
  position: relative;
  margin-bottom: 10px;
}
.mod-photo-iso .mod-cnt .cnt-ttl:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e5f3fa transparent transparent;
  position: absolute;
  right: 100%;
  top: 0;
}
.mod-photo-iso .mod-cnt .cnt-ttl:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e5f3fa;
  position: absolute;
  left: 100%;
  top: 0;
}
.mod-photo-iso .mod-cnt .cnt-ttl .ls-ttl {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
}
.mod-photo-iso .mod-cnt .cnt-ttl .ls-ttl li {
  float: left;
}
.mod-photo-iso .mod-cnt .cnt-ttl .ls-ttl li.one {
  margin-right: 118px;
}
.mod-photo-iso .mod-cnt .cnt-ttl .ls-ttl li.two {
  margin-right: 161px;
}
.mod-photo-iso .mod-cnt .cnt-ttl .ls-ttl li.fou {
  float: right;
}
.mod-photo-iso .mod-cnt .cnt-cnt .ls-iso li {
  float: left;
  width: 180px;
  margin-left: 25px;
}
.mod-photo-iso .mod-cnt .cnt-cnt .ls-iso li:first-child {
  margin-left: 0;
}
.mod-photo-iso .mod-cnt .cnt-des {
  line-height: 1.28571;
  margin-top: 10px;
}

.block-photo-post .mod-photo-txt {
  line-height: 1.71429;
  margin-bottom: 40px;
  font-size:15px;
}
.block-photo-post .mod-photo-txt.plus {
  margin-bottom: 30px;
}
.block-photo-post .mod-photo-poi {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 14px 30px 19px 20px;
  line-height: 1.42857;
  position: relative;
}
.block-photo-post .mod-photo-poi:before {
  display: block;
  content: " ";
  width: 101px;
  height: 78px;
  background: url(/attending/kaigai/uyuni/photo/images/ico_point.png) no-repeat;
  position: absolute;
  right: -5px;
  top: -30px;
}
.block-photo-post .mod-photo-poi .mod-ttl {
  font-size: 16px;
  margin-bottom: 14px;
}
.block-photo-post .mod-photo-poi .mod-ttl small {
  font-size: 12px;
}
.block-photo-post .mod-photo-poi.plus {
  padding-right: 0;
}
.block-photo-post .mod-photo-poi.plus:before {
  top: -22px;
	right: 10px;
}
.block-photo-post .mod-photo-cap {
  margin-top: 3px;
  font-size: 14px;
  text-align: right;
}

.sec-photo-plan {
  background: #fcecf3 url(/attending/kaigai/uyuni/photo/images/back_flower01.png) no-repeat;
}
.sec-photo-plan .sec-inner {
  min-height: 600px;
  background: url(/attending/kaigai/uyuni/photo/images/back_flower02.png) no-repeat 100% 100%;
  padding: 50px 20px 43px;
  margin-bottom:40px;
}
.sec-photo-plan .sec-ttl {
  text-align: center;
  margin-bottom: 42px;
}
.sec-photo-plan .block-photo-plan-info {
  width: 100%;
  background: #fff;
  border: 1px solid #e67aa8;
}
.sec-photo-plan .block-photo-plan-info th {
  width: 260px;
  background: #e67aa8;
  padding: 17px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.sec-photo-plan .block-photo-plan-info th span {
  vertical-align: middle;
}
.sec-photo-plan .block-photo-plan-info th .tag {
  display: inline-block;
  width: 100px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #373636;
  background: #fff;
  margin-right:10px;
}
.sec-photo-plan .block-photo-plan-info td {
  padding: 9px 19px;
}
.sec-photo-plan .ls-photo-plan-info .ls.col {
  float: left;
  margin-right: 30px;
}
.sec-photo-plan .ls-photo-plan-info .ls .it {
  min-height: 18px;
  font-size: 20px;
  background: url(/attending/kaigai/uyuni/photo/images/ico_heart.png) no-repeat 0 5px;
  padding-left: 30px;
}
.sec-photo-plan .ls-photo-plan-info .ls .it .hl {
  color: #d94848;
}
.sec-photo-plan .block-photo-plan-list {
  margin-top: 30px;
}
.sec-photo-plan .block-photo-plan-list .ls {
  float: left;
  width: 300px;
  margin-left: 10px;
}
.sec-photo-plan .block-photo-plan-list .ls:first-child {
  margin-left: 0;
}
.sec-photo-plan .block-photo-plan-more {
  margin-top: 40px;
}
.sec-photo-plan .block-photo-plan-more .btn-more {
  display: block;
  width: 420px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  padding: 11px;
  background: #d44c4c;
  color: #fff;
}
.sec-photo-plan .block-photo-plan-more .btn-more span {
  padding-right: 30px;
  background: url(/attending/kaigai/uyuni/photo/images/arrow02.png) no-repeat 100% 50%;
}

.post05 .block-photo-post .block-cnt {
 /* padding: 39px 0 0 14px;*/
}
.post05 .block-photo-post .cnt .des {
  margin-top: 30px;
}

.post06 {
  padding-bottom: 47px;
}
.post06 .block-photo-post .block-cnt {
  /*padding: 26px 0 0 14px;*/
}
.post06 .block-photo-post .ttl {
  margin-bottom: 10px;
}
.post06 .block-photo-post .cnt .des {
  margin-top: 65px;
}

.post07 .block-photo-post .block-cnt {
  padding: 26px 0 0 14px;
}
.post07 .block-photo-post .ttl {
  margin-bottom: 10px;
}
.post07 .block-photo-post .cnt .des {
  margin-top: 65px;
}

/* Top */
.sec-top-experience {
  padding: 49px 0 63px;
}
.sec-top-experience:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_one01.png);
}
.sec-top-experience:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_one02.png);
}
.sec-top-experience .sec-cnt {
  padding: 0 30px;
}
.sec-top-experience .sec-cnt .cnt-des {
  margin-top: 36px;
}
.sec-top-experience .sec-cnt .cnt-des .ico {
  float: left;
}
.sec-top-experience .sec-cnt .cnt-des .des {
  overflow: hidden;
  text-align: center;
  font-size: 20px;
}
.sec-top-experience .sec-cnt .cnt-cnt {
  margin-top: 26px;
  padding: 0 10px;
}
.ls-top-experience .ls {
  float: left;
  width: 400px;
  margin-left: 80px;
}
.ls-top-experience .ls:first-child {
  margin-left: 0;
}
.ls-top-experience .ls .cont {
  margin-top: 8px;
	text-align: right;
}
.ls-top-experience .ls .cont {
  font-size: 10px;
}
.sec-top-gallery {
  padding: 45px 0 57px;
}
.sec-top-gallery:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_two01.png);
}
.sec-top-gallery:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_two02.png);
}

.sec-top-movie {
  padding: 46px 0 54px;
}
.sec-top-movie:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_thr01.png);
}
.sec-top-movie:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_thr02.png);
}
.sec-top-movie .sec-cnt {
  margin-top: 25px;
}

.block-top-movie-third .block-ttl {
  font-size: 12px;
  font-weight: normal;
  padding-left: 22px;
}
.block-top-movie-third .block-cnt {
  margin-top: 10px;
}

.mod-top-movie-third {
  background: #f7e9d2;
  padding: 18px 20px 20px;
}
.mod-top-movie-third .mod-ttl {
  text-align: center;
}
.mod-top-movie-third .mod-cnt {
  margin-top: 15px;
}

.ls-top-movie-third .ls {
  float: left;
  width: 316px;
  margin-left: 16px;
}
.ls-top-movie-third .ls:first-child {
  margin-left: 0;
}
.ls-top-movie-third .ls .cont {
  font-size: 12px;
  margin-top: 8px;
}

.block-top-movie-half {
  padding: 29px 20px 0;
}

.ls-top-movie-half .ls {
  float: left;
  width: 435px;
  margin-left: 50px;
}
.ls-top-movie-half .ls:first-child {
  margin-left: 0;
}
.ls-top-movie-half .ls .cont {
  font-size: 12px;
  margin-top: 5px;
}

.sec-top-tour {
  background: url(/attending/kaigai/uyuni/photo/images/back_nin.png) repeat-y;
  padding: 21px 20px 54px;
}
.sec-top-tour .sec-ttl {
  text-align: center;
}
.sec-top-tour .sec-cnt {
  margin-top: 53px;
}

.block-top-tour-tabs {
  background: #fff;
  padding: 7px 6px;
  margin-bottom: 20px;
}

.ls-top-tour-tabs {
  display: table;
  width: 100%;
  background: url(/attending/kaigai/uyuni/photo/images/line.png) no-repeat 100% 50%;
}
.ls-top-tour-tabs li {
  display: table-cell;
  vertical-align: middle;
  width: 12.5%;
  text-align: center;
  font-size: 18px;
  line-height: 1.33333;
  letter-spacing: normal;
  background: url(/attending/kaigai/uyuni/photo/images/line.png) no-repeat 0 50%;
}
.ls-top-tour-tabs li a {
  display: block;
  padding-right: 10px;
  position: relative;
}
.ls-top-tour-tabs li a.active {
  cursor: default;
}
.ls-top-tour-tabs li a:before {
  position: absolute;
  right: 3px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ls-top-tour-tabs li small {
  font-size: 12px;
}
.ls-top-tour-tabs li .dot {
  margin: 0 -5px;
}

.mod-top-tour-tab {
  margin-bottom: 16px;
}
.mod-top-tour-tab li {
  float: left;
  margin-left: 36px;
}
.mod-top-tour-tab li:first-child {
  margin-left: 0;
}
.mod-top-tour-tab li a {
  font-size: 16px;
  color: #0066cc;
}
.mod-top-tour-tab li a:after {
  display: inline-block;
  vertical-align: middle;
  content: "▶";
}
.mod-top-tour-tab li a span {
  display: inline-block;
  vertical-align: middle;
}
.mod-top-tour-tab li a.active {
  color: #333;
  cursor: default;
}
.mod-top-tour-tab li a.active:after {
  content: "▼";
}

.group-top-tour {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}
.group-top-tour:first-child {
  margin-top: 0;
}
.group-top-tour .group-thum {
  float: left;
  width: 410px;
  margin-right: 15px;
}
.group-top-tour .group-thum .thum {
  float: left;
  width: 200px;
  margin-left: 10px;
}
.group-top-tour .group-thum .thum:first-child {
  margin-left: 0;
}
.group-top-tour .group-cont {
  overflow: hidden;
  color: #4c4c4c;
}
.group-top-tour .group-cont .ttl {
  font-size: 18px;
  font-weight: bold;
}
.group-top-tour .group-cont .des {
  font-size: 20px;
  font-weight: bold;
  color: #f00000;
  margin-top: 9px;
}
.group-top-tour .group-cont .cnt {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.75;
}

.sec-top-travel {
  padding: 51px 0 27px;
}
.sec-top-travel:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_fou01.png);
}
.sec-top-travel:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_fou02.png);
}
.sec-top-travel .sec-des {
  margin-top: 35px;
  text-align: center;
  font-size: 20px;
  letter-spacing: normal;
}
.sec-top-travel .sec-cnt {
  margin-top: 38px;
}

.ls-top-travel .ls {
  float: left;
  width: 460px;
  margin-bottom: 30px;
  margin-left: 40px;
}
.ls-top-travel .ls:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.ls-top-travel .ls .it {
  background: #fff;
  border: 10px solid #a3ccc6;
  padding: 10px;
}
.ls-top-travel .ls .it .cnt dt {
  float: left;
  width: 96px;
  margin-right: 10px;
}
.ls-top-travel .ls .it .cnt dd {
  overflow: hidden;
}
.ls-top-travel .ls .it .tag {
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #6bb3a8;
  color: #fff;
}
.ls-top-travel .ls .it .lis {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
}
.ls-top-travel .ls .it .lis li {
  padding: 3px 0;
  border-top: 1px dotted #343434;
  font-size: 16px;
}
.ls-top-travel .ls .it .lis li:first-child {
  border-top: none;
}
.ls-top-travel .ls .it .btn {
  display: block;
  margin-top: 18px;
  font-size: 18px;
  text-align: center;
  padding: 11px;
  border: 1px solid #d44c4c;
}
.ls-top-travel .ls .it .btn span {
  padding-right: 30px;
  background: url(/attending/kaigai/uyuni/photo/images/arrow01.png) no-repeat 100% 50%;
}
.ls-top-travel .ls .it .btn:hover {
  background: #d44c4c;
  color: #fff;
}
.ls-top-travel .ls .it .btn:hover span {
  background-image: url(/attending/kaigai/uyuni/photo/images/arrow02.png);
}

.sec-top-info {
  padding: 46px 0 57px;
}
.sec-top-info:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_fiv01.png);
}
.sec-top-info:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_fiv02.png);
}
.sec-top-info .sec-cnt {
  margin-top: 40px;
}
.sec-top-info .post {
  line-height: 1.42857;
}
.sec-top-info .post .thum {
  float: left;
  width: 271px;
  margin-right: 52px;
}
.sec-top-info .post .cont {
  overflow: hidden;
  padding-right: 20px;
}
.sec-top-info .post .grou {
  margin-top: 25px;
}
.sec-top-info .post .grou:first-child {
  margin-top: 0;
}
.sec-top-info .post .ttl {
  font-size: 20px;
  color: #d1884f;
  margin-bottom: 8px;
}
.sec-top-info .post .des small {
  font-size: 10px;
}
.sec-top-info .post.single {
  margin-top: 25px;
  padding: 0 20px;
}

.sec-top-hotel {
  padding: 44px 0;
}
.sec-top-hotel:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_six01.png);
}
.sec-top-hotel:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_six02.png);
}
.sec-top-hotel .sec-cnt {
  margin-top: 40px;
  padding: 0 20px;
}
.sec-top-hotel .block-top-hotel-list .block-item {
  margin-top: 30px;
}
.sec-top-hotel .block-top-hotel-list .block-item:first-child {
  margin-top: 0;
}
.sec-top-hotel .block-top-hotel-list .block-item .cont {
  float: left;
  width: 320px;
  line-height: 1.42857;
}
.sec-top-hotel .block-top-hotel-list .block-item .cont .ttl {
  font-size: 20px;
  background: url(/attending/kaigai/uyuni/photo/images/hotel_line.png) no-repeat 0 100%;
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.sec-top-hotel .block-top-hotel-list .block-item .cont .ttl small {
  font-size: 12px;
  font-weight: normal;
}
.sec-top-hotel .block-top-hotel-list .block-item .thum {
  float: left;
  width: 280px;
  margin-left: 20px;
}
.sec-top-hotel .block-top-hotel-note {
  font-size: 12px;
  margin-top: 15px;
}

.sec-top-customer {
  padding: 49px 0 59px;
}
.sec-top-customer:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_sev01.png);
}
.sec-top-customer:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_sev02.png);
}
.sec-top-customer .sec-cnt {
  margin-top: 32px;
}

.block-top-customer {
  margin: -20px -15px;
}
.block-top-customer .tb-top-customer {
  border-collapse: separate;
  border-spacing: 15px 20px;
  width: 100%;
}
.block-top-customer .tb-top-customer td {
  width: 33.33333%;
  vertical-align: top;
  background: #fffef1;
  border: 1px solid #ccc;
  padding: 14px 20px;
  line-height: 1.42857;
  text-align: justify;
}
.block-top-customer .tb-top-customer td .des {
  text-align: right;
  font-size: 12px;
}
.block-top-customer .tb-top-customer td.empty {
  display: none;
}

.sec-top-greeting {
  padding: 40px 0 59px;
}
.sec-top-greeting:before {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_eig01.png);
}
.sec-top-greeting:after {
  background-image: url(/attending/kaigai/uyuni/photo/images/back_eig02.png);
}
.sec-top-greeting .sec-cnt {
  margin-top: 31px;
}

.ls-top-greeting .ls {
  float: left;
  width: 310px;
  margin-left: 15px;
}
.ls-top-greeting .ls:first-child {
  margin-left: 0;
}
.ls-top-greeting .ls .dt .thum {
  float: left;
  width: 108px;
  margin-right: 2px;
}
.ls-top-greeting .ls .dt .cont {
  padding-top: 5px;
  margin-left: 110px;
}
.ls-top-greeting .ls .dt .cont .ttl {
  background: #e6cfcf;
  padding: 4px 15px;
  line-height: 1.42857;
  font-weight: bold;
  min-height: 65px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.ls-top-greeting .ls .dt .cont .ttl:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 28px 7.5px 0;
  border-color: transparent #e6cfcf transparent transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ls-top-greeting .ls .dd {
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1.42857;
  padding: 20px 18px;
}
.ls-top-greeting .ls .dd .cont.small {
  font-size: 12px;
  line-height: 1.33333;
}
.ls-top-greeting .ls .dd .desc {
  font-size: 12px;
  text-align: right;
}

.sec-top-feature {
  background: #e3f6ed;
  padding: 37px 0 24px;
}
.sec-top-feature .sec-ttl {
  text-align: center;
}
.sec-top-feature .sec-cnt {
  margin-top: 25px;
  padding: 0 10px;
}

.ls-top-feature .ls {
  float: left;
  width: 220px;
  margin-left: 20px;
}
.ls-top-feature .ls:first-child {
  margin-left: 0;
}
.ls-top-feature .ls .cont {
  line-height: 1.42857;
  margin-top: 13px;
}

.sec-top-point {
  background: #f9e6e6;
  padding: 40px 30px 30px;
}
.sec-top-point .sec-ttl {
  text-align: center;
}
.sec-top-point .sec-cnt {
  margin-top: 30px;
}

.ls-top-point {
  background: #fff;
}
.ls-top-point .ls {
  padding-bottom: 35px;
}
.ls-top-point .ls .it .thum {
  float: left;
  width: 120px;
  margin-right: 10px;
}
.ls-top-point .ls .it .cont {
  overflow: hidden;
  padding-top: 17px;
}
.ls-top-point .ls .it .cont .hl {
  font-weight: bold;
  color: #d44c4c;
}
.ls-top-point .ls .it .cont .ttl {
  line-height: 1.7;
  font-size: 20px;
}
.ls-top-point .ls .it .cont .des {
  margin-top: 5px;
}
.ls-top-point .ls .it .cont .des .cap {
  overflow: hidden;
}
.ls-top-point .ls .it .cont .des .pic {
  float: right;
  margin-left: 22px;
  padding-top: 10px;
}
.ls-top-point .ls.plus .it .cont {
  float: left;
  width: 350px;
}
.ls-top-point .ls.plus .it .pics {
  float: left;
  margin-left: 25px;
  padding-top: 10px;
}
.ls-top-point .ls.plus .it .pics img {
  display: inline-block;
  vertical-align: bottom;
}
.ls-top-point .ls.plus .it .pics figcaption {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  line-height: 1.33333;
}
.ls-top-point .row .col:nth-child(1) {
  float: left;
  width: 385px;
  margin-right: 15px;
}
.ls-top-point .row .col:nth-child(2) {
  overflow: hidden;
}

.sec-top-gallery .sec-cnt {
  padding: 0 20px;
  margin-top: 20px;
}
.sec-top-gallery .block-top-gallery-des {
  font-size: 12px;
  margin-bottom: 10px;
}
.sec-top-gallery .block-top-gallery-cnt .block-mai {
  float: left;
  width: 820px;
}
.sec-top-gallery .block-top-gallery-cnt .block-mai .slick-top-gallery figure figcaption {
  margin-top: 6px;
}
.sec-top-gallery .block-top-gallery-cnt .block-nav {
  float: right;
  width: 80px;
}
.sec-top-gallery .block-top-gallery-cnt .block-nav .slick-vertical .slick-slide {
  border: none;
  margin-bottom: 1px;
}
.sec-top-gallery .block-top-gallery-cnt .block-nav .slick-top-nav .slick-slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.sec-top-gallery .block-top-gallery-cnt .block-nav .slick-top-nav .slick-slide.slick-current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sec-top-gallery .block-top-gallery-cnt .block-nav .slick-top-nav .slick-arrow {
  display: block;
  outline: none;
  border: none;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  text-indent: -99999px;
}
.sec-top-gallery .block-top-gallery-cnt .block-nav .slick-top-nav .slick-prev {
  background-image: url(/attending/kaigai/uyuni/photo/images/gall/gall_down.png);
  margin-bottom: 1px;
}
.sec-top-gallery .block-top-gallery-cnt .block-nav .slick-top-nav .slick-next {
  background-image: url(/attending/kaigai/uyuni/photo/images/gall/gall_up.png);
  margin-bottom: 1px;
}


/*トップ動画css*/
.block-banner-top{ 
	height:536px;
	overflow:hidden;
	position:relative;
	}
.block-banner-topbox{
	width:960px;
	height:536px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	}
/*Top動画くるくる消すcss*/
.block-banner-top .video-js .vjs-tech {
	height:100%;
	width:100%;
}
.block-banner-top .video-js {
   pointer-events: none;
}
.block-banner-top .vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
	display:none;
}
.block-banner-top .bc-player-default_default .vjs-big-play-button {
	display:none;
}
/*Top動画くるくる消すcss*/

/*gallery*/
.block-photo-photo{
	position: relative;
  padding-top: 50px;
}
.block-photo-photo .sec-ttl{
  text-align:center;
  margin-bottom:52px;
}
.block-photo-photo .sec-ttl .text01{
  margin-bottom: 20px;
}
.gallery-list{
  overflow:hidden;
  padding-bottom:20px;
}
.gallery-list li{
  float:left;
  margin:20px 0 0 20px;
}
.gallery-list li:nth-of-type(-n+4){
  margin-top: 0;
}
.btn_gallery img{
  width:230px;
  height:auto;
}

/*---2019/05/10 追加-----------------------------------*/

.topBottomWrap01 {
	background-image: url("/attending/kaigai/uyuni/images/EBP15-27551D.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 300px;
	margin-bottom: 60px;
}
.topBottomWrap01 p {
	text-align: center;
}
/*--------------------------*/
.mainSlide01Wrap {
	position: relative;
	margin-bottom: 44px;
}
.mainSlide01Wrap .slideCont {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 600px;
}
.mainSlide01Wrap .slideCont01 {
	background-image: url("/attending/kaigai/uyuni/images/HP21-008158D.jpg");
}
.mainSlide01Wrap .slideCont02 {
	background-image: url("/attending/kaigai/uyuni/images/HP21-008157D.jpg");
}
.mainSlide01Wrap .slideCont03 {
	background-image: url("/attending/kaigai/uyuni/images/HP21-008155D.jpg");
}
.mainSlide01Wrap .slideCont04 {
	background-image: url("/attending/kaigai/uyuni/images/HP21-008156D.jpg");
}
.slideCont02,
.slideCont03,
.slideCont04 {
    display: none;
}
.slick-initialized .slideCont02,
.slick-initialized .slideCont03,
.slick-initialized .slideCont04 {
    display: block;
}
.slick-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 15px;
}
.slick-dots li {
	display: inline-block;
	padding: 0px 5px;
}
.slick-dots li button {
	font-size: 0px !important;
	line-height: 0px !important;
	border: none;
	width: 10px;
	height: 10px;
	background-color: #ffffff;;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	text-indent: -9999px;
	padding: 0px;
}
.slick-dots li.slick-active button {
	background-color: #fff600;
}
.mainSlideOuter {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mainSlideInWrap {
	width: 1024px;
	height: 600px;
	margin: auto;
	position: relative;
}
.mainH101 {
	text-align: center;
	padding-top: 200px;
}
.mainCopy01 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/*--------------------------*/
.mainText01 {
	text-align: center;
	margin-bottom: 55px;
}

.topAncNaviWrapBase {
	height: 75px;
	margin-bottom: 78px;
}
.topAncNaviWrap {
	height: auto;
	position: relative;
	background-color: #ffffff;
}
.topAncNaviWrap.fixed {
  width: 960px;
  position: fixed;
  top: 0;
  z-index: 2000;
}

.topAncNavi {
	display: table;
	width: 100%;
}
.topAncNavi li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}
.topAncNavi li:last-child {
	padding: 0px 0px 0px 0px;
}

.topAncNavi li a {
	display: table;
	width: 100%;
}
.topAncNavi li a:hover {
	opacity: 1;
}
.topAncNavi li a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 75px;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	letter-spacing: 0.08em;
	position: relative;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.topAncNavi li a.anchor span {
	border-top: 2px solid #47aafe;
	border-bottom: 2px solid #47aafe;
}
.topAncNavi li a.anchor span::after {
	content: "";
	background-image: url("/attending/kaigai/uyuni/images/anc_navi_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
}
.topAncNavi li a:hover.anchor span {
	color: #ffffff;
	background-color: #47aafe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.topAncNavi li a:hover.anchor span::after {
	background-image: url("/attending/kaigai/uyuni/images/anc_navi_ar01_on.png");
}


.topAncNavi li a.linkBtn span {
	padding-right: 17px;
	background-color: #cbe4fa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.topAncNavi li a.linkBtn span::after {
	content: "";
	background-image: url("/attending/kaigai/uyuni/images/anc_navi_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
}
.topAncNavi li a:hover.linkBtn span {
	color: #ffffff;
	background-color: #47aafe;
}

.topH2TitWrap01 {
	text-align: center;
	margin-bottom: 38px;
}
/*--------------------------*/
.topPointWrap01 {
	margin-bottom: 70px;
}
.topPointWrap01 h3 {
	margin-bottom: 25px;
}
.topPointTb01 {
	display: table;
	width: 100%;
}
.topPointTb01Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-right: 40px;
	position: relative;
}
.topPointTb01Cell02 {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 400px;
}
.topPointWrap01 .pointText01 {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.05em;
}
.pointText01 span.span01 {
	font-weight: bold;
	background-color: #fff961;
}

.btnWrap01 {
	text-align: center;
	margin-top: 20px;
}
.contBtn01 {
	display: table;
	width: 940px;
	margin: auto;
}
.contBtn01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 70px;
	background-color: #fff961;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
}
.contBtn01 a img {
	margin-left: 12px;
}
.topPointWrap01 ul.pointText01 li {
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0em;
}
.topPointWrap01 ul.pointText01 li .icon01 {
	/*background-color: transparent;*/
	color: #e7da03;
	font-size: 20px;
}
.topPointWrap01 .pointText01 .span02 {
	font-size: 15px;
}
.pointLink01 {
	position: absolute;
	right: 40px;
	bottom: 0px;
}
.pointLink01 a {
	color: #004ed2;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}
.pointLink01 a:link {	color: #004ed2;	text-decoration: underline;}
.pointLink01 a:visited {	color: #004ed2;	text-decoration: underline;}
.pointLink01 a:hover {	color:#004ed2;	text-decoration: none;}
.pointLink01 a:active {	color:#004ed2;	text-decoration: none;}

.pointBox01 {
	background-image: url("/attending/kaigai/uyuni/images/point_img01.png");
	background-repeat: no-repeat;
	background-position: right top;
	height: 236px;
	padding-right: 160px;
}
.pointBox02 {
	background-image: url("/attending/kaigai/uyuni/images/point_img02.png");
	background-repeat: no-repeat;
	background-position: right top;
	height: 258px;
}
.topPointTb01Cell03 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 50%;
	padding-right: 24px;
}
.topPointTb01Cell04 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 50%;
	padding-left: 24px;
}
.pointUl01 {
	margin-top: -13px;
}
.pointUl01 li {
	float: left;
	width: 25%;
}
.pointUl01 li img {
	width: 100%;
	height: auto;
}
.pointBox03 {
	position: relative;
	padding-bottom: 34px;
}
.pointBox03 .pointImg01 {
	position: absolute;
	right: -22px;
	bottom: 0px;
}
.pointBox03 .pointImg02 {
	position: absolute;
	left: 112px;
	top: -28px;
}
.pointText02 {
	text-align: right;
	font-size: 15px;
	line-height: 31px;
	margin-top: 5px;
}
.pointText03 {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.08em;
	margin-top: 34px;
	position: relative;
	left: 56px;
}

.relativeWrap {
	position: relative;
}
.topTourSecBg01 {
	width: 120vw;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -60vw;
	background-color: #f4f4f4;
}
.topTourSecBg02 {
	width: 120vw;
	height: 274px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -60vw;
	background-color: #ffffff;
	border-top: 2px solid #eeeeee;
}

.customerMore {
	display: table;
	width: 400px;
	margin: auto;
}
.customerMore p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 70px;
	background-color: #fff961;
	cursor: pointer;
}
.customerMore p span {
	display: inline-block;
	background-image: url("/attending/kaigai/uyuni/images/more_icon01.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 6px 34px 6px 0px;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: bold;
}
.customerMore p.open span {
	background-image: url("/attending/kaigai/uyuni/images/more_icon01_on.png");
}

body {
	overflow-x: hidden;
}
.acCont01 {
	display: none;
	margin-top: -55px;
}
.topCustTit01 {
	display: table;
	border-spacing: 0px !important;
	position: absolute;
	left: -1px;
	top: -35px;
}
.topCustTit01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	padding: 0px 12px;
	background-color: #47aafe;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.tb-top-customer td b {
	background-color: #fbf8a7;
}

.secBorder01 {
	border-top: 2px solid #eeeeee;
	width: 120vw;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -60vw;
}
.topHotelText01 {
	text-align: center;
	margin: 40px 0px 15px 0px;
}
.topHotelText02 {
	text-align: center;
	font-size: 16px !important;
	line-height: 28px !important;
	letter-spacing: 0.05em;
}
.topHotelText02 span {
	font-weight: bold;
	background-color: #cbe4fa;
}
.topHotelText03 {
	text-align: right;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.075em;
}
.topHotelTit01 {
	color: #47aafe !important;
}

.topMovieTitWrap01 {
	text-align: center;
}
.topMovieTitWrap01 .text01 {
	margin: 64px auto 14px auto;
}
.topMovieTitWrap01 .text02 {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0.08em;
	font-weight: bold;
}
.topMovieTitWrap01 .text03 {
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 0.08em;
}
.topMovieText01 {
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
	color: #47aafe !important;
	margin-bottom: 5px;
}
.acCont02 {
	display: none;
}
.movieMoreWrap {
	margin-top: 25px;
}

.contPointWrap {
	margin: 60px 0px 0px 0px;
	border-bottom: 6px double #cccccc;
}
.contPointBox01 {
	text-align: right;
	position: relative;
	margin-top: 27px;
	padding: 0px 30px 36px 0px;
}
.contPointBox01In01 {
	text-align: left;
	display: inline-block;
	border: 2px dotted #cccccc;
	margin-top: 12px;
	position: relative;
	padding: 30px 26px 20px 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.contPointBox01In01::after {
	content: "";
	background-image: url("/attending/kaigai/uyuni/images/fuki_img01.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 36px;
	height: 33px;
	position: absolute;
	top: 16px;
	left: -25px;
}
.contPointBox01In01 .text01 {
	color: #ffffff;
	background-color: #47aafe;
	font-size: 18px;
	line-height: 1.0em;
	padding: 9px 22px 8px 22px;
	position: absolute;
	left: 30px;
	top: -17px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.contPointBox01In01 .text02 {
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.08em;
}
.contPointBox01In01 .text02 span {
	font-weight: bold;
	background-color: #cbe4fa;
}
.contPointBoxIn02 {
	position: absolute;
	left: 0px;
	top: 48px;
}
.contPointBoxIn02 p {
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 8px;
	text-align: center;
}

.faqWrap01 {
	margin-top: 50px;
}
.faqWrap01 li {
	padding-top: 20px;
}
.faqAc01 {
	display: table;
	width: 100%;
	background-image: url("/attending/kaigai/uyuni/images/faq_icon_q.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	background-color: #e6eef5;
}
.faqAc01 p {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	background-image: url("/attending/kaigai/uyuni/images/faq_icon_ac.png");


	background-repeat: no-repeat;
	background-position: 894px center;
	height: 80px;
	font-size: 20px;
	line-height: 25px;
	padding: 0px 80px 0px 76px;
}
.faqAc01.open p {
	background-image: url("/attending/kaigai/uyuni/images/faq_icon_ac_on.png");
}

.faqAcContWrap {
	display: none;
}
.faqAcContWrap .faqAcCont {
	border: 1px solid #eeeeee;
	padding: 15px 80px 15px 75px;
	background-image: url("/attending/kaigai/uyuni/images/faq_icon_a.png");
	background-repeat: no-repeat;
	background-position: 20px 20px;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.04em;
}
.dispBlock {
	display: block;
}


.setsuInfoWrap {
	overflow: hidden;
}
.setsuInfoWrap ul {
	width: 1010px;
}
.setsuInfoWrap ul.lis {
	width: auto;
}


/*--info--------------------------------*/

.infoBlock01 {
	padding: 0px 0px 45px 0px;
}
.infoBlock02 {
	padding: 60px 0px 45px 0px;
}


.infoTb01 {
	display: table;
	width: 100%;
}
.infoCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	width: 410px;
	padding-left: 110px;
	padding-bottom: 45px;
}
.infoCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.infoCell03 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	width: 500px;
	padding-right: 40px;
}

.baseBgSpan01 {
	font-weight: bold;
	background-color: #cbe4fa;
}
.infoDl01 {}
.infoDl01 dt {
	color: #47aafe;
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	background-image: url("/attending/kaigai/uyuni/information/images/info_icon01.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.infoDl01 dd {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.08em;
}
.infoDl01 dd .infoText01 {
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 15px;
}

.infoCell04 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	width: 380px;
	padding-right: 18px;
}
.infoCell05 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}
.infoText02 {
	font-size: 16px !important;
	line-height: 1.6em !important;
	letter-spacing: 0.1em;
}

.infoTable01 {
	width: 100%;
	margin-top: 24px;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
.infoTable01 td {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	line-height: 15px;
}
.infoTable01 .tr01 td {
	background-color: #f1f8ff;
}
.infoChartWrap {
	margin-top: 40px;
}

.mod-info-altitude-alert {
	display: table;
	width: 100%;
}
.mod-info-altitude-alert .mod-ttl {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.mod-info-altitude-alert .mod-cnt {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.baseColSpan01 {
	color: #47aafe !important;
	font-weight: bold !important;
	font-size: 18px !important;
}

/*---------------------*/

.photoAncNavi li {
	width: 33%;
}
/*190521追加*/
.cnt-cnt {
	width: 850px;
	margin: 0 auto;
}
.ls-top-experience .ls.ls_360 {
	margin-left: 50px;
}
.sec-cnt_880 {
	margin: 40px 0;
	padding: 0 20px;
}
.sec-cnt_880 .cont {
	text-align: right;
}


/* 第二フェーズ */
.contents-customize .profile-wrap {
    position: relative;
	/*background-image: url("/attending/kaigai/uyuni/photo/images/profile_SP20-042391.png");*/
    background-image: url("/attending/kaigai/uyuni/photo/images/profile_EHP15-21764.png");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;
    width: 1024px;
    height: 620px;
    background-position: bottom center;
}
.contents-customize .profile-wrap:before {
    content: "";
    display: block;
    padding-top: 47.3%; /* 1:1 */
}

.contents-customize .profile-blk01 {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 360px;
    height: auto;
}
.contents-customize .profile-blk01_ttl {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #47abff;
    border-radius: 50px;
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
}
.contents-customize .profile-blk01_txt {
    font-size: 15px;
    line-height: 1.5;
    padding: 29px 15px 15px 15px;
}
.contents-customize .profile-blk01_txt b {
    background-color: #fbf8a7;
    padding: 2px 0;
}
.contents-customize .profile-blk02 {
    position: absolute;
    top: 60px;
    right: 20px;
    border-bottom: dotted 2px #ccc;
    width: 400px;
    height: auto;
    padding-bottom: 20px;
}
.contents-customize .profile-blk02_name {
    font-size: 30px;
    line-height: 1.5;
    color: #47abff;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.contents-customize .profile-blk02_name ruby rt {
    font-size: 10px;
}
.contents-customize .profile-blk02_txt {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
.contents-customize .profile-blk03 {
    position: absolute;
    top: 320px;
    left: 60px;
    width: 270px;
    height: auto;
}
.contents-customize .profile-blk03 .profile-blk03_ttl {
    text-align: center;
    padding-bottom: 2px;
}
.contents-customize .profile-blk03 .profile-blk03_ttl span {
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #47abff;
    padding: 0 25px;
}
.contents-customize .profile-blk03 .profile-blk03_ttl span:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url("/attending/kaigai/uyuni/photo/images/profile-blk03_icn.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.contents-customize .profile-blk03 .profile-blk03_ttl span:after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-image: url("/attending/kaigai/uyuni/photo/images/profile-blk03_icn.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    transform: scale(-1, 1);
}
.contents-customize .profile-tbl {
    position: absolute;
    top: 140px;
    right: 20px;
    border-collapse:collapse;
    width: 400px;
    height: auto;
}
.contents-customize .profile-tbl th {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    padding-right: 10px;
}
.contents-customize .profile-tbl td {
    line-height: 1.3;
}
.contents-customize .profile-tbl2 {
    position: absolute;
    top: 330px;
    right: 20px;
    border-collapse:collapse;
    width: 400px;
    height: auto;
}
.contents-customize .profile-tbl2 th {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    padding-right: 10px;
}
.contents-customize .profile-tbl2 td {
    line-height: 1.3;
}
.contents-customize .profile-tbl3 {
    position: absolute;
    top: 430px;
    right: 20px;
    border-collapse:collapse;
    width: 400px;
    height: auto;
}
.contents-customize .profile-tbl3 th {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    padding-right: 10px;
}
.contents-customize .profile-tbl3 td {
    line-height: 1.3;
}
.contents-customize .profile-url {
    position: absolute;
    /*bottom: 40px;*/
    right: 20px;
    border-top: dotted 2px #ccc;
    width: 400px;
    height: auto;
    padding-top: 10px;
}
.contents-customize .profile-url a {
    text-decoration: underline;
}
.contents-customize .profile-url_txt {
    font-size: 11px;
    line-height: 1.5;
    padding-top: 10px;
}

/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/

.contents {
	width: 1024px;
	margin: 0 auto 50px;
}
.block-photo-gall .ls-photo-gall li,
.block-photo-gall .ls-photo-gall li img {
	width: 226px;
}

.mainH101 img {
    width: 500px;
}